iwlwifi: enable STBC support for 8000 chips
authorEyal Shapira <eyal@wizery.com>
Thu, 23 Oct 2014 12:30:47 +0000 (15:30 +0300)
committerEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Wed, 29 Oct 2014 11:07:35 +0000 (13:07 +0200)
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>
drivers/net/wireless/iwlwifi/iwl-8000.c

index d2b7234b1c73e00f76ed17094d52e0e18431d81f..896ea906549c89d50eed5bb5069c4a22b61c6fe1 100644 (file)
@@ -104,6 +104,7 @@ static const struct iwl_base_params iwl8000_base_params = {
 };
 
 static const struct iwl_ht_params iwl8000_ht_params = {
+       .stbc = true,
        .ldpc = true,
        .ht40_bands = BIT(IEEE80211_BAND_2GHZ) | BIT(IEEE80211_BAND_5GHZ),
 };