commit | 575f05302e6c75fcea8802a779359f8c927b516e | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Mon Nov 24 16:51:33 2014 +0100 |
committer | Johannes Berg <johannes.berg@intel.com> | Mon Nov 24 16:55:28 2014 +0100 |
tree | 256a3dcda5d9bce4a7706e57bbeb34e4aae24602 | |
parent | e392ba814367797e5676e3a84652877a42cc8b0c [diff] |
mac80211: disable 80+80/160 in VHT correctly The supported bandwidth field is a two-bit field, not a bitmap, so treat it accordingly when disabling 80+80 or 160 MHz. Note that we can only advertise "80+80 and 160" or "160", not "80+80" by itself, so disabling 160 also disables 80+80. Signed-off-by: Johannes Berg <johannes.berg@intel.com>