Searched refs:ATH_OP_BEACONS (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | beacon.c | 506 set_bit(ATH_OP_BEACONS, &common->op_flags); in ath9k_beacon_config_adhoc() 536 test_bit(ATH_OP_BEACONS, &common->op_flags) && in ath9k_allow_beacon_config() 612 set_bit(ATH_OP_BEACONS, &common->op_flags); in ath9k_beacon_config() 660 set_bit(ATH_OP_BEACONS, &common->op_flags); in ath9k_beacon_config() 662 clear_bit(ATH_OP_BEACONS, &common->op_flags); in ath9k_beacon_config()
|
D | link.c | 125 if (!test_bit(ATH_OP_BEACONS, &common->op_flags)) in ath_hw_pll_work()
|
D | main.c | 254 if (!test_bit(ATH_OP_BEACONS, &common->op_flags)) in ath_complete_reset() 1161 set_bit(ATH_OP_BEACONS, &common->op_flags); in ath9k_calculate_summary_state() 1163 clear_bit(ATH_OP_BEACONS, &common->op_flags); in ath9k_calculate_summary_state()
|
/linux-4.4.14/drivers/net/wireless/ath/ |
D | ath.h | 61 ATH_OP_BEACONS, enumerator
|