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, Feb 28, 11:35 PM
Unknown Object (File)
Feb 25 2026, 12:53 AM
Unknown Object (File)
Feb 22 2026, 9:08 PM
Unknown Object (File)
Feb 9 2026, 1:11 AM
Unknown Object (File)
Jan 16 2026, 10:00 PM
Unknown Object (File)
Jan 16 2026, 11:32 AM
Unknown Object (File)
Jan 16 2026, 10:39 AM
Unknown Object (File)
Jan 16 2026, 8:20 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