Page MenuHomeFreeBSD

80211: consistently order 160 and 80+80
ClosedPublic

Authored by bz on Aug 7 2020, 6:14 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Dec 18, 8:02 PM
Unknown Object (File)
Thu, Dec 5, 10:25 PM
Unknown Object (File)
Nov 22 2024, 3:34 AM
Unknown Object (File)
Nov 22 2024, 3:34 AM
Unknown Object (File)
Nov 22 2024, 3:34 AM
Unknown Object (File)
Nov 22 2024, 3:14 AM
Unknown Object (File)
Nov 18 2024, 4:32 PM
Unknown Object (File)
Nov 18 2024, 3:52 PM
Subscribers

Details

Summary

For flags and checks the order goes VHT160 and then VHT80P80 unless
checks are in reverse order ("more comes first") in which case we
deal with VHT80P80 first.
The one reverse order to pick out is where we check channel
prefernences. While it may seem that VHT160 is better, finding
two "free" channels (VHT 80+80) is more likely so we do prefer that.

While dealing with VHT160 and VHT80P80 add extra clauses previously
missing or marked TODO in a few places.

Sponsored by: Rubicon Communications, LLC (d/b/a "Netgate")

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable