Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath9k/
H A Dchannel.c456 avp->periodic_noa = false; in ath_chanctx_set_periodic_noa()
458 avp->periodic_noa = true; in ath_chanctx_set_periodic_noa()
465 avp->periodic_noa); in ath_chanctx_set_periodic_noa()
477 avp->periodic_noa = false; in ath_chanctx_set_oneshot_noa()
486 avp->periodic_noa); in ath_chanctx_set_oneshot_noa()
565 avp->periodic_noa = false; in ath_chanctx_event()
1530 if (avp->periodic_noa) { in ath9k_beacon_add_noa()
H A Dath9k.h652 bool periodic_noa; member