Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_beacon.c85 u_int32_t next_tbtt, beaconintval, dtimperiod, beacontimeout; in ar9300_set_sta_beacon_timers() local
151 next_tbtt = bs->bs_nextdtim; in ar9300_set_sta_beacon_timers()
153 next_tbtt = bs->bs_nexttbtt; in ar9300_set_sta_beacon_timers()
159 "%s: next beacon %d\n", __func__, next_tbtt); in ar9300_set_sta_beacon_timers()
166 OS_REG_WRITE(ah, AR_NEXT_TIM, TU_TO_USEC(next_tbtt - SLEEP_SLOP)); in ar9300_set_sta_beacon_timers()