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

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

Completed in 56 milliseconds