diff options
author | Beni Lev <beni.lev@intel.com> | 2013-02-19 07:30:16 -0500 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2013-03-06 10:47:02 -0500 |
commit | f4a7dfa3f21afc1b2362f19cebc79d3d7d5a9aee (patch) | |
tree | 63609d228c06c8b5211db95a90ffa65d2d28935e /drivers/net/wireless/iwlwifi/pcie | |
parent | 1dcd15eed073d5c7b37b43eff645e6c1dae342d9 (diff) |
iwlwifi: 7000: disable HT greenfield support
The 7000 series devices don't support HT greenfield mode
so don't advertise or use it.
Signed-off-by: Beni Lev <beni.lev@intel.com>
Reviewed-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/pcie')
-rw-r--r-- | drivers/net/wireless/iwlwifi/pcie/7000.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/pcie/7000.c b/drivers/net/wireless/iwlwifi/pcie/7000.c index d1d3b3074b9e..a5e9cfe3e746 100644 --- a/drivers/net/wireless/iwlwifi/pcie/7000.c +++ b/drivers/net/wireless/iwlwifi/pcie/7000.c | |||
@@ -107,7 +107,6 @@ static const struct iwl_base_params iwl7000_base_params = { | |||
107 | }; | 107 | }; |
108 | 108 | ||
109 | static const struct iwl_ht_params iwl7000_ht_params = { | 109 | static const struct iwl_ht_params iwl7000_ht_params = { |
110 | .ht_greenfield_support = true, | ||
111 | .use_rts_for_aggregation = true, /* use rts/cts protection */ | 110 | .use_rts_for_aggregation = true, /* use rts/cts protection */ |
112 | .ht40_bands = BIT(IEEE80211_BAND_2GHZ) | BIT(IEEE80211_BAND_5GHZ), | 111 | .ht40_bands = BIT(IEEE80211_BAND_2GHZ) | BIT(IEEE80211_BAND_5GHZ), |
113 | }; | 112 | }; |