172bf27 Discard carrier messages from non-ethernet devices

1 file Authored by jhrozek 12 years ago, Committed by sgallagh 12 years ago,
    Discard carrier messages from non-ethernet devices
    
    IFF_LOWER_UP has no meaning for wireless interfaces, it can mean that an
    association has been made with an access point, but it does not mean
    that an addressing has been completed.
    
    This patch discards "carrier up" messages from interfaces that do not
    look like ethernet devices.
    
        
file modified
+155 -3