Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 099d8086 authored by Eyal Shapira's avatar Eyal Shapira Committed by Emmanuel Grumbach
Browse files

iwlwifi: enable LDPC in 8000 chip family



This chip family supports LDPC so enable it.

Signed-off-by: default avatarEyal Shapira <eyalx.shapira@intel.com>
Reviewed-by: default avatarJohannes Berg <johannes.berg@intel.com>
Signed-off-by: default avatarEmmanuel Grumbach <emmanuel.grumbach@intel.com>
parent 161bdb77
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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),
};