Page MenuHomeFreeBSD

80211: consistently order 160 and 80+80
ClosedPublic

Authored by bz on Aug 7 2020, 6:14 PM.
Tags
None
Referenced Files
F133156396: D26002.id75586.diff
Thu, Oct 23, 11:55 AM
Unknown Object (File)
Wed, Oct 15, 8:10 AM
Unknown Object (File)
Thu, Oct 9, 5:32 PM
Unknown Object (File)
Wed, Sep 24, 2:00 AM
Unknown Object (File)
Sep 20 2025, 4:13 AM
Unknown Object (File)
Sep 18 2025, 11:56 PM
Unknown Object (File)
Sep 15 2025, 1:29 AM
Unknown Object (File)
Sep 14 2025, 1:30 AM
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