Page MenuHomeFreeBSD

net80211/ifconfig: swap IEEE80211_FVHT_USEVHT160 and 80P80
ClosedPublic

Authored by bz on Feb 12 2025, 11:16 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Nov 15, 4:54 AM
Unknown Object (File)
Thu, Nov 6, 10:11 PM
Unknown Object (File)
Oct 26 2025, 12:57 AM
Unknown Object (File)
Oct 24 2025, 4:21 AM
Unknown Object (File)
Oct 23 2025, 11:55 PM
Unknown Object (File)
Oct 23 2025, 11:55 PM
Unknown Object (File)
Oct 23 2025, 11:55 PM
Unknown Object (File)
Oct 23 2025, 3:24 PM

Details

Summary

ieee80211_setupcurchan() compares the flags in a greater than manner.
In this case VHT160 should be > VHT80P80 as it is preferable.
Swap the two flags and add a comment to note this.

Sponsored by: The FreeBSD Foundation
MFC after: 3 days

Diff Detail

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