Searched refs:radio_enabled (Results 1 – 6 of 6) sorted by relevance
62 bool radio_enabled; in b43legacy_led_brightness_set() local67 radio_enabled = (dev->phy.radio_on && dev->radio_hw_enable); in b43legacy_led_brightness_set()69 if (brightness == LED_OFF || !radio_enabled) in b43legacy_led_brightness_set()
618 bool radio_enabled; member
2737 if (wl->radio_enabled != phy->radio_on) { in b43legacy_op_dev_config()2738 if (wl->radio_enabled) { in b43legacy_op_dev_config()3460 wl->radio_enabled = true; in b43legacy_op_start()3499 wl->radio_enabled = false; in b43legacy_op_stop()
50 bool radio_enabled; in b43_led_update() local56 radio_enabled = (dev->phy.radio_on && dev->radio_hw_enable); in b43_led_update()61 if (radio_enabled) in b43_led_update()
939 bool radio_enabled; member
4031 if (wl->radio_enabled != phy->radio_on) { in b43_op_config()4032 if (wl->radio_enabled) { in b43_op_config()5041 wl->radio_enabled = true; in b43_op_start()5096 wl->radio_enabled = false; in b43_op_stop()
Completed in 28 milliseconds