Page MenuHomeFreeBSD

80211: consistently order 160 and 80+80
ClosedPublic

Authored by bz on Aug 7 2020, 6:14 PM.
Tags
None
Referenced Files
F82077352: D26002.id.diff
Thu, Apr 25, 7:20 AM
Unknown Object (File)
Tue, Apr 23, 2:07 PM
Unknown Object (File)
Fri, Mar 29, 1:48 PM
Unknown Object (File)
Mar 22 2024, 9:25 PM
Unknown Object (File)
Jan 4 2024, 8:09 PM
Unknown Object (File)
Jan 4 2024, 8:09 PM
Unknown Object (File)
Jan 4 2024, 8:08 PM
Unknown Object (File)
Jan 4 2024, 7:56 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