Home
last modified time | relevance | path

Searched refs:radio_enabled (Results 1 – 6 of 6) sorted by relevance

/drivers/net/wireless/b43legacy/
Dleds.c75 bool radio_enabled; in b43legacy_led_brightness_set() local
80 radio_enabled = (dev->phy.radio_on && dev->radio_hw_enable); in b43legacy_led_brightness_set()
82 if (brightness == LED_OFF || !radio_enabled) in b43legacy_led_brightness_set()
Db43legacy.h617 bool radio_enabled; member
Dmain.c2768 if (wl->radio_enabled != phy->radio_on) { in b43legacy_op_dev_config()
2769 if (wl->radio_enabled) { in b43legacy_op_dev_config()
3496 wl->radio_enabled = true; in b43legacy_op_start()
3535 wl->radio_enabled = false; in b43legacy_op_stop()
/drivers/net/wireless/b43/
Dleds.c63 bool radio_enabled; in b43_led_update() local
69 radio_enabled = (dev->phy.radio_on && dev->radio_hw_enable); in b43_led_update()
74 if (radio_enabled) in b43_led_update()
Db43.h936 bool radio_enabled; member
Dmain.c4010 if (wl->radio_enabled != phy->radio_on) { in b43_op_config()
4011 if (wl->radio_enabled) { in b43_op_config()
5029 wl->radio_enabled = true; in b43_op_start()
5084 wl->radio_enabled = false; in b43_op_stop()