diff options
author | Felix Fietkau <nbd@nbd.name> | 2021-01-15 15:02:42 +0300 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2021-01-22 11:11:37 +0300 |
commit | 347c2989a8ba8a231f2ffc0635f2f36fedd30bde (patch) | |
tree | 12e46040a239db3c9867e1530942922b6547676c /net/wireless/scan.c | |
parent | 7e2123abc51648c508c8e6a10e44ab6d2db6f0ec (diff) | |
download | linux-347c2989a8ba8a231f2ffc0635f2f36fedd30bde.tar.xz |
mac80211: minstrel_ht: fix rounding error in throughput calculation
On lower data rates, the throughput calculation has a significant rounding
error, causing rates like 48M and 54M OFDM to share the same throughput
value with >= 90% success probablity.
This is because the result of the division (prob_avg * 1000) / nsecs
is really small (8 in this example).
Improve accuracy by moving over some zeroes, making better use of the full
range of u32 before the division.
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Link: https://lore.kernel.org/r/20210115120242.89616-10-nbd@nbd.name
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/wireless/scan.c')
0 files changed, 0 insertions, 0 deletions