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)
Sat, Nov 23, 1:39 AM
Unknown Object (File)
Sun, Nov 3, 8:44 AM
Unknown Object (File)
Sun, Nov 3, 8:44 AM
Unknown Object (File)
Sun, Nov 3, 8:44 AM
Unknown Object (File)
Oct 20 2024, 11:15 PM
Unknown Object (File)
Oct 4 2024, 8:01 PM
Unknown Object (File)
Sep 25 2024, 9:29 PM
Unknown Object (File)
Sep 24 2024, 10:31 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.