Skip to content
Commit d7c863a2 authored by Danek Duvall's avatar Danek Duvall Committed by Johannes Berg
Browse files

mac80211_hwsim: correct use of IEEE80211_VHT_CAP_RXSTBC_X



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>
parent 67d1ba8a
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