Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath9k/
Dchannel.c461 avp->periodic_noa = false; in ath_chanctx_set_periodic_noa()
463 avp->periodic_noa = true; in ath_chanctx_set_periodic_noa()
470 avp->periodic_noa); in ath_chanctx_set_periodic_noa()
482 avp->periodic_noa = false; in ath_chanctx_set_oneshot_noa()
491 avp->periodic_noa); in ath_chanctx_set_oneshot_noa()
570 avp->periodic_noa = false; in ath_chanctx_event()
1535 if (avp->periodic_noa) { in ath9k_beacon_add_noa()
Dath9k.h651 bool periodic_noa; member