Searched defs:goodness (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/net/80211/
H A Drc80211.c55 * "goodness" for a particular (rate, direction) combination as the
63 * TX and RX goodness, where the weighting is by number of packets
65 * The weighted average is called "net goodness" and is also a number
68 * switch to the best rate whenever the current rate's goodness falls
69 * below some threshold, and try increasing our rate when the goodness
105 * the goodness for its rate. This asymmetry is part of why TX packets
116 /** Minimum net goodness below which we will search for a better rate */
119 /** Maximum net goodness above which we will try to increase our rate */
135 u32 goodness[2][NET80211_MAX_RATES]; member in struct:rc80211_ctx
160 * Calculate net goodness fo
286 u32 goodness = ctx->goodness[direction][rate_idx]; local
[all...]

Completed in 97 milliseconds