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)
Thu, Sep 18, 8:25 AM
Unknown Object (File)
Aug 12 2025, 11:33 AM
Unknown Object (File)
Aug 6 2025, 5:46 AM
Unknown Object (File)
Jul 9 2025, 1:14 PM
Unknown Object (File)
Jun 23 2025, 12:37 AM
Unknown Object (File)
Jun 13 2025, 12:42 AM
Unknown Object (File)
Jun 12 2025, 3:20 PM
Unknown Object (File)
Apr 24 2025, 8:39 AM

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