mirror of https://gitee.com/openkylin/linux.git
iwlwifi: enable LDPC in 8000 chip family
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>
This commit is contained in:
parent
161bdb7780
commit
099d8086a8
|
@ -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),
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue