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)
Tue, Jun 2, 4:57 AM
Unknown Object (File)
Mon, May 18, 5:22 PM
Unknown Object (File)
Apr 28 2026, 7:47 AM
Unknown Object (File)
Apr 23 2026, 10:34 AM
Unknown Object (File)
Apr 22 2026, 10:18 PM
Unknown Object (File)
Apr 19 2026, 7:36 PM
Unknown Object (File)
Apr 14 2026, 9:19 PM
Unknown Object (File)
Apr 14 2026, 12:11 PM

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