Searched refs:beaconintval (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; local
3374 beaconintval = bs->bs_intval & ATH9K_BEACON_PERIOD;
3376 if (bs->bs_sleepduration > beaconintval)
3377 beaconintval = bs->bs_sleepduration;
3383 if (beaconintval == dtimperiod)
3393 "%s: beacon period %d\n", __func__, beaconintval));
3413 REG_WRITE(ah, AR_TIM_PERIOD, TU_TO_USEC(beaconintval));

Completed in 103 milliseconds