Page MenuHomeFreeBSD

net80211: HT: check for feature support in ht_recv_action_ht_txchwidth()
ClosedPublic

Authored by bz on Dec 1 2024, 8:21 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Mar 5, 4:51 AM
Unknown Object (File)
Sat, Feb 7, 9:05 PM
Unknown Object (File)
Sat, Feb 7, 9:03 PM
Unknown Object (File)
Fri, Feb 6, 9:17 AM
Unknown Object (File)
Jan 31 2026, 11:49 PM
Unknown Object (File)
Jan 31 2026, 3:45 AM
Unknown Object (File)
Dec 26 2025, 7:17 PM
Unknown Object (File)
Dec 22 2025, 10:59 AM

Details

Summary

ht_recv_action_ht_txchwidth() can blindly change the channel width to
40 Mhz whether or not that is supported. If 20/40 is not supported
there is nothing to do as the channel width cannot change in that case.

While here mark unused arguments with __unused.

Sponosred by: The FreeBSD Foundation
MFC adter: 3 days

Diff Detail

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