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")
Paths
| Differential D26087 Authored by bz on Aug 17 2020, 4:59 PM.
Details
Summary For the <VHT-MCS, NSS> tuple, NSS is 1..8 (or in our loop case 0..7 MFC After: 2 weeks
Diff Detail
Event TimelineHerald added a subscriber: melifaro. · View Herald TranscriptAug 17 2020, 4:59 PM2020-08-17 16:59:43 (UTC+0) Harbormaster completed remote builds in B33030: Diff 75896.Aug 17 2020, 4:59 PM2020-08-17 16:59:46 (UTC+0) bz edited the summary of this revision. (Show Details)Aug 17 2020, 5:12 PM2020-08-17 17:12:45 (UTC+0) Comment Actions 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 PM2020-08-17 17:45:44 (UTC+0) Closed by commit rS364326: net80211: VHT correct NSS Set loop boundary (authored by bz). · Explain WhyAug 17 2020, 8:16 PM2020-08-17 20:16:52 (UTC+0) This revision was automatically updated to reflect the committed changes. Herald added a subscriber: imp. · View Herald TranscriptAug 17 2020, 8:16 PM2020-08-17 20:16:53 (UTC+0)
Revision Contents
Diff 75907 head/sys/net80211/ieee80211_vht.c
|
s/Service/service/g