Page MenuHomeFreeBSD

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

Authored by bz on Fri, Nov 29, 12:26 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Dec 3, 2:42 PM
Unknown Object (File)
Sun, Dec 1, 10:04 PM
Unknown Object (File)
Fri, Nov 29, 1:13 AM
Unknown Object (File)
Fri, Nov 29, 1:07 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

Event Timeline

bz requested review of this revision.Fri, Nov 29, 12:26 AM
sys/net80211/ieee80211.c
748

Still not sure if we really need to sync them to the ic here (and below).

This revision is now accepted and ready to land.Fri, Nov 29, 1:21 AM
This revision was automatically updated to reflect the committed changes.