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)
Wed, Apr 8, 4:59 PM
Unknown Object (File)
Wed, Apr 8, 2:28 PM
Unknown Object (File)
Tue, Mar 31, 12:34 AM
Unknown Object (File)
Mon, Mar 30, 8:43 PM
Unknown Object (File)
Wed, Mar 25, 6:39 AM
Unknown Object (File)
Wed, Mar 18, 1:41 PM
Unknown Object (File)
Wed, Mar 18, 12:44 AM
Unknown Object (File)
Mar 5 2026, 4:51 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