Page MenuHomeFreeBSD

ath_rate_sample: correct the "best rate" calculation
ClosedPublic

Authored by adrian on Dec 8 2024, 5:13 PM.
Referenced Files
Unknown Object (File)
Thu, Dec 26, 9:55 AM
Unknown Object (File)
Thu, Dec 26, 9:26 AM
Unknown Object (File)
Thu, Dec 26, 8:11 AM
Unknown Object (File)
Wed, Dec 25, 9:05 PM
Unknown Object (File)
Fri, Dec 20, 8:09 AM
Unknown Object (File)
Thu, Dec 19, 12:59 AM
Unknown Object (File)
Sun, Dec 15, 4:05 PM
Subscribers

Details

Summary

This should be a *9 rather than a *10 so higher stream MCS rates
(eg comparing MCS0 and MCS8) that have slightly longer average transmit
times (but better burst transmit times) get considered.

This mirrors what the later code does when considering if a rate
change is needed.

Locally tested:

  • AR9280, AP mode
  • AR9380, AP mode

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable