Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/
H A Dath.h63 ATH_OP_SCANNING, enumerator
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_main.c307 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()
1715 set_bit(ATH_OP_SCANNING, &common->op_flags); in ath9k_htc_sw_scan_start()
1730 clear_bit(ATH_OP_SCANNING, &common->op_flags); in ath9k_htc_sw_scan_complete()
H A Dmain.c2026 if (test_bit(ATH_OP_SCANNING, &common->op_flags)) { in ath9k_ampdu_action()
2385 set_bit(ATH_OP_SCANNING, &common->op_flags); in ath9k_sw_scan_start()
2393 clear_bit(ATH_OP_SCANNING, &common->op_flags); in ath9k_sw_scan_complete()
2411 if (test_bit(ATH_OP_SCANNING, &common->op_flags)) { in ath9k_cancel_pending_offchannel()
2436 set_bit(ATH_OP_SCANNING, &common->op_flags); in ath9k_hw_scan()
H A Dchannel.c95 if (test_bit(ATH_OP_SCANNING, &common->op_flags) && in ath_set_channel()
459 if (test_bit(ATH_OP_SCANNING, &common->op_flags) || in ath_chanctx_set_periodic_noa()
980 clear_bit(ATH_OP_SCANNING, &common->op_flags); in ath_scan_complete()
H A Dhtc_drv_beacon.c212 if (unlikely(test_bit(ATH_OP_SCANNING, &common->op_flags))) { in ath9k_htc_send_beacon()
H A Drecv.c432 test_bit(ATH_OP_SCANNING, &common->op_flags)) in ath_calcrxfilter()
H A Dhtc_drv_txrx.c934 ath9k_hw_startpcureceive(priv->ah, test_bit(ATH_OP_SCANNING, &common->op_flags)); in ath9k_host_rx_init()