Page MenuHomeFreeBSD

net80211: VHT correct NSS Set loop boundary
ClosedPublic

Authored by bz on Aug 17 2020, 4:59 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Oct 9, 8:38 AM
Unknown Object (File)
Thu, Oct 9, 6:25 AM
Unknown Object (File)
Fri, Sep 26, 11:57 PM
Unknown Object (File)
Sep 11 2025, 11:19 PM
Unknown Object (File)
Sep 11 2025, 8:05 PM
Unknown Object (File)
Aug 31 2025, 8:59 AM
Unknown Object (File)
Aug 16 2025, 3:24 AM
Unknown Object (File)
Aug 15 2025, 5:07 AM
Subscribers

Details

Summary

For the <VHT-MCS, NSS> tuple, NSS is 1..8 (or in our loop case 0..7
but not 0..6). Correct the boundry to check for < 8 and not < 7.

MFC After: 2 weeks
Reviewed by:
Sponsored by: Rubicon Communications, LLC (d/b/a "Netgate")

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bz requested review of this revision.Aug 17 2020, 4:59 PM

Oh yeah, good catch! We should also replace this with a define so we know how many max mcs streams is supported.

This revision is now accepted and ready to land.Aug 17 2020, 5:45 PM
This revision was automatically updated to reflect the committed changes.