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

/linux-master/drivers/net/wireless/ath/ath9k/
H A Dhw.c2324 u32 nextTbtt, beaconintval, dtimperiod, beacontimeout; local
2339 beaconintval = bs->bs_intval;
2341 if (bs->bs_sleepduration > beaconintval)
2342 beaconintval = bs->bs_sleepduration;
2348 if (beaconintval == dtimperiod)
2355 ath_dbg(common, BEACON, "beacon period %u\n", beaconintval);
2375 REG_WRITE(ah, AR_TIM_PERIOD, beaconintval);

Completed in 119 milliseconds