Searched refs:cfp_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
74 cfp_dec_count = (num_beacons / dtimperiod) % cfpperiod;
76 cfp_dec_count++;
82 cfpcount -= cfp_dec_count;
H A Dbeacon.c526 int num_beacons, offset, dtim_dec_count, cfp_dec_count; local
571 cfp_dec_count = (num_beacons / dtimperiod) % cfpperiod;
573 cfp_dec_count++;
579 cfpcount -= cfp_dec_count;

Completed in 66 milliseconds