Searched refs:ATH_OP_SCANNING (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/net/wireless/ath/ |
| H A D | ath.h | 63 ATH_OP_SCANNING, enumerator
|
| /linux/drivers/net/wireless/ath/ath9k/ |
| H A D | htc_drv_main.c | 307 if (!test_bit(ATH_OP_SCANNING, &common->op_flags) && in ath9k_htc_set_channel() 315 if (test_bit(ATH_OP_SCANNING, &common->op_flags) && in ath9k_htc_set_channel() 1717 set_bit(ATH_OP_SCANNING, &common->op_flags); in ath9k_htc_sw_scan_start() 1732 clear_bit(ATH_OP_SCANNING, &common->op_flags); in ath9k_htc_sw_scan_complete()
|
| H A D | main.c | 2026 if (test_bit(ATH_OP_SCANNING, &common->op_flags)) { in ath9k_ampdu_action() 2391 set_bit(ATH_OP_SCANNING, &common->op_flags); in ath9k_sw_scan_start() 2411 clear_bit(ATH_OP_SCANNING, &common->op_flags); in ath9k_sw_scan_complete() 2429 if (test_bit(ATH_OP_SCANNING, &common->op_flags)) { in ath9k_cancel_pending_offchannel() 2454 set_bit(ATH_OP_SCANNING, &common->op_flags); in ath9k_hw_scan()
|
| H A D | channel.c | 95 if (test_bit(ATH_OP_SCANNING, &common->op_flags) && in ath_set_channel() 454 if (test_bit(ATH_OP_SCANNING, &common->op_flags) || in ath_chanctx_set_periodic_noa() 975 clear_bit(ATH_OP_SCANNING, &common->op_flags); in ath_scan_complete()
|
| H A D | htc_drv_txrx.c | 935 ath9k_hw_startpcureceive(priv->ah, test_bit(ATH_OP_SCANNING, &common->op_flags)); in ath9k_host_rx_init()
|