Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath9k/
Dchannel.c261 if (likely(sc->sched.channel_switch_time)) in ath_chanctx_check_active()
263 usecs_to_jiffies(sc->sched.channel_switch_time); in ath_chanctx_check_active()
311 ictx->flush_timeout = usecs_to_jiffies(sc->sched.channel_switch_time); in ath_chanctx_check_active()
453 sc->sched.channel_switch_time; in ath_chanctx_set_periodic_noa()
457 sc->sched.channel_switch_time; in ath_chanctx_set_periodic_noa()
484 avp->noa_duration = duration + sc->sched.channel_switch_time; in ath_chanctx_set_oneshot_noa()
736 tsf_time -= sc->sched.channel_switch_time; in ath_chanctx_event()
817 sc->sched.channel_switch_time; in ath_chanctx_switch()
835 sc->sched.channel_switch_time; in ath_chanctx_switch()
1305 sc->sched.channel_switch_time = in ath_chanctx_set_next()
Dath9k.h392 unsigned int channel_switch_time; member