Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/
Dairo.c1170 #define FLAG_RADIO_OFF 0 /* User disabling of MAC */ macro
4821 set_bit (FLAG_RADIO_OFF, &ai->flags); in proc_config_on_close()
4823 clear_bit (FLAG_RADIO_OFF, &ai->flags); in proc_config_on_close()
5025 test_bit(FLAG_RADIO_OFF, &ai->flags) ? "off" : "on", in proc_config_open()
5623 clear_bit(FLAG_RADIO_OFF, &ai->flags); in airo_pci_resume()
6768 set_bit (FLAG_RADIO_OFF, &local->flags); in airo_set_txpow()
6775 clear_bit (FLAG_RADIO_OFF, &local->flags); in airo_set_txpow()
6801 vwrq->disabled = test_bit(FLAG_RADIO_OFF, &local->flags); in airo_get_txpow()