diff options
author | Bing Zhao <bzhao@marvell.com> | 2014-02-07 16:21:01 -0800 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-02-12 15:36:11 -0500 |
commit | f25b14315e8084efbcc5c672cec8ee1f691dc2fd (patch) | |
tree | 3aa02bb8a192076a671b118fee681ecdab64a998 /drivers/net/wireless/mwifiex/cfg80211.c | |
parent | 406d702b47a23506b944d8377647352e25f68ea1 (diff) | |
download | talos-op-linux-f25b14315e8084efbcc5c672cec8ee1f691dc2fd.tar.gz talos-op-linux-f25b14315e8084efbcc5c672cec8ee1f691dc2fd.zip |
mwifiex: remove unsupported code in 11ac
bit12 in fw_cap_info is for testing only.
Remove all related code.
Signed-off-by: Bing Zhao <bzhao@marvell.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/mwifiex/cfg80211.c')
-rw-r--r-- | drivers/net/wireless/mwifiex/cfg80211.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/wireless/mwifiex/cfg80211.c b/drivers/net/wireless/mwifiex/cfg80211.c index 0948ebe8942e..c6606288c61e 100644 --- a/drivers/net/wireless/mwifiex/cfg80211.c +++ b/drivers/net/wireless/mwifiex/cfg80211.c @@ -1416,9 +1416,6 @@ static int mwifiex_cfg80211_start_ap(struct wiphy *wiphy, if (params->chandef.width > NL80211_CHAN_WIDTH_20_NOHT) config_bands |= BAND_GN; - - if (params->chandef.width > NL80211_CHAN_WIDTH_40) - config_bands |= BAND_GAC; } else { bss_cfg->band_cfg = BAND_CONFIG_A; config_bands = BAND_A; |