diff options
author | Eyal Shapira <eyal@wizery.com> | 2014-10-23 08:30:47 -0400 |
---|---|---|
committer | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | 2014-10-29 07:07:35 -0400 |
commit | b260362ab70f5a37179192465f901b9729718cbc (patch) | |
tree | 4e7b25bda3150f282119bcd3a190b431f4fbfc2e /drivers/net | |
parent | 50f6635afe565a0e1c5ab78f040294fe1dc41de0 (diff) |
iwlwifi: enable STBC support for 8000 chips
These chips support STBC in both Tx and Rx.
Given that we've added STBC Tx support enable it.
Signed-off-by: Eyal Shapira <eyalx.shapira@intel.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-8000.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-8000.c b/drivers/net/wireless/iwlwifi/iwl-8000.c index d2b7234b1c73..896ea906549c 100644 --- a/drivers/net/wireless/iwlwifi/iwl-8000.c +++ b/drivers/net/wireless/iwlwifi/iwl-8000.c | |||
@@ -104,6 +104,7 @@ static const struct iwl_base_params iwl8000_base_params = { | |||
104 | }; | 104 | }; |
105 | 105 | ||
106 | static const struct iwl_ht_params iwl8000_ht_params = { | 106 | static const struct iwl_ht_params iwl8000_ht_params = { |
107 | .stbc = true, | ||
107 | .ldpc = true, | 108 | .ldpc = true, |
108 | .ht40_bands = BIT(IEEE80211_BAND_2GHZ) | BIT(IEEE80211_BAND_5GHZ), | 109 | .ht40_bands = BIT(IEEE80211_BAND_2GHZ) | BIT(IEEE80211_BAND_5GHZ), |
109 | }; | 110 | }; |