Page MenuHomeFreeBSD

net80211: 11ac: add options to manage VHT STBC
ClosedPublic

Authored by bz on Nov 29 2024, 12:26 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Oct 11, 6:21 AM
Unknown Object (File)
Mon, Oct 6, 12:22 AM
Unknown Object (File)
Sat, Sep 27, 11:42 PM
Unknown Object (File)
Wed, Sep 17, 9:24 AM
Unknown Object (File)
Sat, Sep 13, 8:05 PM
Unknown Object (File)
Sep 12 2025, 2:19 PM
Unknown Object (File)
Sep 7 2025, 7:44 AM
Unknown Object (File)
Sep 6 2025, 7:05 AM

Details

Summary

Add IEEE80211_FVHT_STBC_(TX|RX) flags to allow userspace to manage
if STBC will be allowed for RX/TX.
For RX this only will allows us to turn it off but no fine grained
control of the number of supported spatial streams.

Introduce IEEE80211_FVHT_CHANWIDTH_MASK as a helper to make the
spelling out of the IEEE80211_FVHT_MASK more readable.

Update ifconfig to allow setting of these flags.

Sponsored by: The FreeBSD Foundation
MFC atfer: 3 days

Diff Detail

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