]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
net80211: VHT correct NSS Set loop boundary
authorbz <bz@FreeBSD.org>
Mon, 17 Aug 2020 20:16:33 +0000 (20:16 +0000)
committerbz <bz@FreeBSD.org>
Mon, 17 Aug 2020 20:16:33 +0000 (20:16 +0000)
commitc09c0c0e46a0a2c6d4b917775df95d2a0811177a
treec5ed51c9668391dfdabeb7ec2971eff70163e812
parent3470d6f7dd0d5290e1367c2715d369407ea1f205
net80211: VHT correct NSS Set loop boundary

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: adrian
Sponsored by: Rubicon Communications, LLC (d/b/a "Netgate")
Differential Revision: https://reviews.freebsd.org/D26087
sys/net80211/ieee80211_vht.c