Skip to content

Commit

Permalink
iwlwifi: 7000: disable HT greenfield support
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Beni Lev authored and Johannes Berg committed Mar 6, 2013
1 parent 1dcd15e commit f4a7dfa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/net/wireless/iwlwifi/pcie/7000.c
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ static const struct iwl_base_params iwl7000_base_params = {
};

static const struct iwl_ht_params iwl7000_ht_params = {
.ht_greenfield_support = true,
.use_rts_for_aggregation = true, /* use rts/cts protection */
.ht40_bands = BIT(IEEE80211_BAND_2GHZ) | BIT(IEEE80211_BAND_5GHZ),
};
Expand Down

0 comments on commit f4a7dfa

Please sign in to comment.