Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0081e670 authored by Danek Duvall's avatar Danek Duvall Committed by Greg Kroah-Hartman
Browse files

mac80211_hwsim: correct use of IEEE80211_VHT_CAP_RXSTBC_X



[ Upstream commit d7c863a2 ]

The mac80211_hwsim driver intends to say that it supports up to four
STBC receive streams, but instead it ends up saying something undefined.
The IEEE80211_VHT_CAP_RXSTBC_X macros aren't independent bits that can
be ORed together, but values.  In this case, _4 is the appropriate one
to use.

Signed-off-by: default avatarDanek Duvall <duvall@comfychair.org>
Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
Signed-off-by: default avatarSasha Levin <alexander.levin@microsoft.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 7c209ebc
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment