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)
Feb 8 2024, 8:45 AM
Unknown Object (File)
Dec 23 2023, 3:15 AM
Unknown Object (File)
Dec 20 2023, 9:08 AM
Unknown Object (File)
Nov 24 2023, 6:41 AM
Unknown Object (File)
Oct 23 2023, 3:46 AM
Unknown Object (File)
Sep 3 2023, 8:54 AM
Unknown Object (File)
Sep 2 2023, 6:07 AM
Unknown Object (File)
Jun 28 2023, 11:08 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.