Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/wireless/ath/ath9k/
Dchannel.c535 if (sc->sched.offchannel_pending && !sc->sched.wait_switch) { in ath_chanctx_event()
536 sc->sched.offchannel_pending = false; in ath_chanctx_event()
813 sc->sched.offchannel_pending = true; in ath_chanctx_switch()
927 sc->sched.offchannel_pending = false; in ath_offchannel_next()
1289 if (!sc->sched.offchannel_pending) in ath_chanctx_set_next()
Dath9k.h382 bool offchannel_pending; member