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

/freebsd-10.3-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_beacon.c76 u_int32_t next_tbtt, beaconintval, dtimperiod, beacontimeout; local
142 next_tbtt = bs->bs_nextdtim;
144 next_tbtt = bs->bs_nexttbtt;
150 "%s: next beacon %d\n", __func__, next_tbtt);
157 OS_REG_WRITE(ah, AR_NEXT_TIM, TU_TO_USEC(next_tbtt - SLEEP_SLOP));

Completed in 47 milliseconds