Searched refs:ATH_OP_SCANNING (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/net/wireless/ath/ |
D | ath.h | 65 ATH_OP_SCANNING, enumerator
|
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
D | htc_drv_main.c | 310 if (!test_bit(ATH_OP_SCANNING, &common->op_flags) && in ath9k_htc_set_channel() 318 if (test_bit(ATH_OP_SCANNING, &common->op_flags) && in ath9k_htc_set_channel() 1703 set_bit(ATH_OP_SCANNING, &common->op_flags); in ath9k_htc_sw_scan_start() 1718 clear_bit(ATH_OP_SCANNING, &common->op_flags); in ath9k_htc_sw_scan_complete()
|
D | main.c | 1871 if (test_bit(ATH_OP_SCANNING, &common->op_flags)) { in ath9k_ampdu_action() 2227 set_bit(ATH_OP_SCANNING, &common->op_flags); in ath9k_sw_scan_start() 2235 clear_bit(ATH_OP_SCANNING, &common->op_flags); in ath9k_sw_scan_complete() 2253 if (test_bit(ATH_OP_SCANNING, &common->op_flags)) { in ath9k_cancel_pending_offchannel() 2278 set_bit(ATH_OP_SCANNING, &common->op_flags); in ath9k_hw_scan()
|
D | channel.c | 94 if (test_bit(ATH_OP_SCANNING, &common->op_flags) && in ath_set_channel() 439 if (test_bit(ATH_OP_SCANNING, &common->op_flags) || in ath_chanctx_set_periodic_noa() 947 clear_bit(ATH_OP_SCANNING, &common->op_flags); in ath_scan_complete()
|
D | htc_drv_beacon.c | 212 if (unlikely(test_bit(ATH_OP_SCANNING, &common->op_flags))) { in ath9k_htc_send_beacon()
|
D | recv.c | 433 test_bit(ATH_OP_SCANNING, &common->op_flags)) in ath_calcrxfilter()
|
D | htc_drv_txrx.c | 933 ath9k_hw_startpcureceive(priv->ah, test_bit(ATH_OP_SCANNING, &common->op_flags)); in ath9k_host_rx_init()
|