Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dhw.c2273 u32 nextTbtt, beaconintval, dtimperiod, beacontimeout; in ath9k_hw_set_sta_beacon_timers() local
2298 nextTbtt = bs->bs_nextdtim; in ath9k_hw_set_sta_beacon_timers()
2300 nextTbtt = bs->bs_nexttbtt; in ath9k_hw_set_sta_beacon_timers()
2303 ath_dbg(common, BEACON, "next beacon %d\n", nextTbtt); in ath9k_hw_set_sta_beacon_timers()
2310 REG_WRITE(ah, AR_NEXT_TIM, nextTbtt - SLEEP_SLOP); in ath9k_hw_set_sta_beacon_timers()