NetworkManager/src/devices/wimax
Dan Williams 4d4a99beaa wimax: hw_bring_up is pointless
The function only checked whether wimax was enabled (rfkill/user pref)
and whether wimaxd was running.  Only nm-device.c calls this function
for WiMAX devices, and the only two uses of it were during activation
(which is already covered by nm-device-wimax.c's is_available() function)
and when the device enters the UNAVAILABLE state, where it is used
to check for missing firmware, which is implemented by the parent
class, not WiMAX.
2013-06-14 13:45:39 -05:00
..
iwmxsdk.c core: move devices into a subdirectory 2013-05-08 15:07:22 -04:00
iwmxsdk.h core: move devices into a subdirectory 2013-05-08 15:07:22 -04:00
Makefile.am devices: make constructors take an NMPlatformLink 2013-06-05 17:49:25 -03:00
nm-device-wimax.c wimax: hw_bring_up is pointless 2013-06-14 13:45:39 -05:00
nm-device-wimax.h devices: make constructors take an NMPlatformLink 2013-06-05 17:49:25 -03:00
nm-wimax-factory.c devices: make constructors take an NMPlatformLink 2013-06-05 17:49:25 -03:00
nm-wimax-nsp.c core: make nm-properties-changed-signal always export the right properties 2013-05-20 16:38:33 -03:00
nm-wimax-nsp.h core: move devices into a subdirectory 2013-05-08 15:07:22 -04:00
nm-wimax-types.h core: move devices into a subdirectory 2013-05-08 15:07:22 -04:00
nm-wimax-util.c core: move devices into a subdirectory 2013-05-08 15:07:22 -04:00
nm-wimax-util.h core: move devices into a subdirectory 2013-05-08 15:07:22 -04:00