diff options
author | Danek Duvall <duvall@comfychair.org> | 2018-08-22 16:01:05 -0700 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2018-08-28 11:09:05 +0200 |
commit | d7c863a2f65e48f442379f4ee1846d52e0c5d24d (patch) | |
tree | a66ad3e5d4dd028f33198a6fbdb778e569112a96 /include/net/regulatory.h | |
parent | 67d1ba8a6dc83d90cd58b89fa6cbf9ae35a0cf7f (diff) |
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: Danek Duvall <duvall@comfychair.org>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'include/net/regulatory.h')
0 files changed, 0 insertions, 0 deletions