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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/rt2x00/
H A Drt2x00link.c66 __new.avg_weight = \
67 (__avg).avg_weight ? \
68 ((((__avg).avg_weight * ((AVG_SAMPLES) - 1)) + \
72 __new.avg = __new.avg_weight / (AVG_FACTOR); \
104 rt2x00dev->link.ant.rssi_ant.avg_weight = 0;
H A Drt2x00.h153 * but avg_weight is internally used during calculations
158 int avg_weight; member in struct:avg_val
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath5k/
H A Dath5k.h1002 * @avg_weight: is used internally during calculation to prevent rounding errors
1006 int avg_weight; member in struct:ath5k_avg_val
1345 new.avg_weight = avg.avg_weight ?
1346 (((avg.avg_weight * ((AVG_SAMPLES) - 1)) +
1349 new.avg = new.avg_weight / (AVG_FACTOR);

Completed in 58 milliseconds