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)
Sun, Mar 23, 5:48 AM
Unknown Object (File)
Fri, Mar 14, 3:06 PM
Unknown Object (File)
Sat, Mar 8, 1:15 AM
Unknown Object (File)
Wed, Mar 5, 9:50 AM
Unknown Object (File)
Wed, Mar 5, 7:19 AM
Unknown Object (File)
Tue, Mar 4, 8:05 PM
Unknown Object (File)
Feb 18 2025, 9:03 AM
Unknown Object (File)
Feb 7 2025, 6:29 PM
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.