diff options
author | Johannes Berg <johannes.berg@intel.com> | 2014-11-24 10:39:03 -0500 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2014-11-24 10:39:20 -0500 |
commit | e392ba814367797e5676e3a84652877a42cc8b0c (patch) | |
tree | 9ce6b8028acb8959f178ac56a1adafc12c54e902 /drivers/net/wireless/mac80211_hwsim.c | |
parent | b0ad5e8b4905d2398702e1dde033bce9c2c0fcad (diff) |
Revert "mac80211_hwsim: VHT add 160MHz width support"
This reverts commit c17aa52c5bf571533cc8561292f7316b9216eddc.
It was wrong, IEEE80211_VHT_CAP_SUPP_CHAN_WIDTH_160_80PLUS80MHZ
already implies that 160 MHz is supported, as it isn't a bitmap
but rather a value in a 2-bit field.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'drivers/net/wireless/mac80211_hwsim.c')
-rw-r--r-- | drivers/net/wireless/mac80211_hwsim.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/mac80211_hwsim.c b/drivers/net/wireless/mac80211_hwsim.c index d399a7367ce9..756eea588711 100644 --- a/drivers/net/wireless/mac80211_hwsim.c +++ b/drivers/net/wireless/mac80211_hwsim.c | |||
@@ -2388,7 +2388,6 @@ static int mac80211_hwsim_new_radio(struct genl_info *info, | |||
2388 | sband->vht_cap.cap = | 2388 | sband->vht_cap.cap = |
2389 | IEEE80211_VHT_CAP_MAX_MPDU_LENGTH_11454 | | 2389 | IEEE80211_VHT_CAP_MAX_MPDU_LENGTH_11454 | |
2390 | IEEE80211_VHT_CAP_SUPP_CHAN_WIDTH_160_80PLUS80MHZ | | 2390 | IEEE80211_VHT_CAP_SUPP_CHAN_WIDTH_160_80PLUS80MHZ | |
2391 | IEEE80211_VHT_CAP_SUPP_CHAN_WIDTH_160MHZ | | ||
2392 | IEEE80211_VHT_CAP_RXLDPC | | 2391 | IEEE80211_VHT_CAP_RXLDPC | |
2393 | IEEE80211_VHT_CAP_SHORT_GI_80 | | 2392 | IEEE80211_VHT_CAP_SHORT_GI_80 | |
2394 | IEEE80211_VHT_CAP_SHORT_GI_160 | | 2393 | IEEE80211_VHT_CAP_SHORT_GI_160 | |