diff options
author | Danek Duvall <duvall@comfychair.org> | 2018-08-23 02:01:04 +0300 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2018-08-28 12:08:59 +0300 |
commit | 67d1ba8a6dc83d90cd58b89fa6cbf9ae35a0cf7f (patch) | |
tree | 189ed1df3e24b4b56933514039b320a1842cc9a1 /drivers/net | |
parent | 8a54d8fc160e67ad485d95a0322ce1221f80770a (diff) | |
download | linux-67d1ba8a6dc83d90cd58b89fa6cbf9ae35a0cf7f.tar.xz |
mac80211: correct use of IEEE80211_VHT_CAP_RXSTBC_X
The mod mask for VHT capabilities intends to say that you can override
the number of STBC receive streams, and it does, but only by accident.
The IEEE80211_VHT_CAP_RXSTBC_X aren't bits to be set, but values (albeit
left-shifted). ORing the bits together gets the right answer, but we
should use the _MASK macro here instead.
Signed-off-by: Danek Duvall <duvall@comfychair.org>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'drivers/net')
0 files changed, 0 insertions, 0 deletions