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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dhw.c1973 u32 nextTbtt, beaconintval, dtimperiod, beacontimeout; local
1992 beaconintval = bs->bs_intval & ATH9K_BEACON_PERIOD;
1994 if (bs->bs_sleepduration > beaconintval)
1995 beaconintval = bs->bs_sleepduration;
2001 if (beaconintval == dtimperiod)
2008 ath_print(common, ATH_DBG_BEACON, "beacon period %d\n", beaconintval);
2029 REG_WRITE(ah, AR_TIM_PERIOD, TU_TO_USEC(beaconintval));

Completed in 177 milliseconds