Searched refs:dtim_dec_count (Results 1 - 2 of 2) 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 Dhtc_drv_beacon.c32 int num_beacons, offset, dtim_dec_count, cfp_dec_count; local
72 dtim_dec_count = num_beacons % dtimperiod;
75 if (dtim_dec_count)
78 dtimcount -= dtim_dec_count;
H A Dbeacon.c526 int num_beacons, offset, dtim_dec_count, cfp_dec_count; local
569 dtim_dec_count = num_beacons % dtimperiod;
572 if (dtim_dec_count)
575 dtimcount -= dtim_dec_count;

Completed in 134 milliseconds