Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_hw.c3361 uint32_t nextTbtt, beaconintval, dtimperiod, beacontimeout; in ath9k_hw_set_sta_beacon_timers() local
3384 nextTbtt = bs->bs_nextdtim; in ath9k_hw_set_sta_beacon_timers()
3386 nextTbtt = bs->bs_nexttbtt; in ath9k_hw_set_sta_beacon_timers()
3391 "%s: next beacon %d\n", __func__, nextTbtt)); in ath9k_hw_set_sta_beacon_timers()
3399 REG_WRITE(ah, AR_NEXT_TIM, TU_TO_USEC(nextTbtt - SLEEP_SLOP)); in ath9k_hw_set_sta_beacon_timers()