Skip to content
Commit 4954601f authored by Johannes Berg's avatar Johannes Berg
Browse files

nl80211: correctly validate MU-MIMO groups



Since groups 0 and 63 are invalid, we should check for those bits.
Note that the 802.11 spec specifies the *bit* order, but the CPU
doesn't care about bit order since it can't address bits, so it's
always treating BIT(0) as the lowest bit within a byte.

Reported-by: default avatarJan Fuchs <jan.fuchs@lancom.de>
Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent f8860ce8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment