Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/cisco/
Dairo.c1177 #define FLAG_RADIO_OFF 0 /* User disabling of MAC */ macro
4864 set_bit (FLAG_RADIO_OFF, &ai->flags); in proc_config_on_close()
4866 clear_bit (FLAG_RADIO_OFF, &ai->flags); in proc_config_on_close()
5068 test_bit(FLAG_RADIO_OFF, &ai->flags) ? "off" : "on", in proc_config_open()
5667 clear_bit(FLAG_RADIO_OFF, &ai->flags); in airo_pci_resume()
6809 set_bit (FLAG_RADIO_OFF, &local->flags); in airo_set_txpow()
6816 clear_bit (FLAG_RADIO_OFF, &local->flags); in airo_set_txpow()
6842 vwrq->disabled = test_bit(FLAG_RADIO_OFF, &local->flags); in airo_get_txpow()