]> git.karo-electronics.de Git - linux-beck.git/commitdiff
iwlwifi: enable LDPC in 8000 chip family
authorEyal Shapira <eyal@wizery.com>
Wed, 27 Aug 2014 23:33:05 +0000 (02:33 +0300)
committerEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Sun, 14 Sep 2014 09:56:37 +0000 (12:56 +0300)
This chip family supports LDPC so enable it.

Signed-off-by: Eyal Shapira <eyalx.shapira@intel.com>
Reviewed-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
drivers/net/wireless/iwlwifi/iwl-8000.c

index c1ef1653c7adbd54cebd99a6f88032c4be9574c9..db67631e935a7f1e26ee27356925e8666f50065b 100644 (file)
@@ -103,6 +103,7 @@ static const struct iwl_base_params iwl8000_base_params = {
 };
 
 static const struct iwl_ht_params iwl8000_ht_params = {
+       .ldpc = true,
        .ht40_bands = BIT(IEEE80211_BAND_2GHZ) | BIT(IEEE80211_BAND_5GHZ),
 };