|
@@ -85,6 +85,7 @@ static const struct iwl_base_params iwl6000_base_params = {
|
|
|
.wd_timeout = IWL_DEF_WD_TIMEOUT,
|
|
|
.max_event_log_size = 512,
|
|
|
.shadow_reg_enable = false, /* TODO: fix bugs using this feature */
|
|
|
+ .scd_chain_ext_wa = true,
|
|
|
};
|
|
|
|
|
|
static const struct iwl_base_params iwl6050_base_params = {
|
|
@@ -97,6 +98,7 @@ static const struct iwl_base_params iwl6050_base_params = {
|
|
|
.wd_timeout = IWL_DEF_WD_TIMEOUT,
|
|
|
.max_event_log_size = 1024,
|
|
|
.shadow_reg_enable = false, /* TODO: fix bugs using this feature */
|
|
|
+ .scd_chain_ext_wa = true,
|
|
|
};
|
|
|
|
|
|
static const struct iwl_base_params iwl6000_g2_base_params = {
|
|
@@ -109,6 +111,7 @@ static const struct iwl_base_params iwl6000_g2_base_params = {
|
|
|
.wd_timeout = IWL_LONG_WD_TIMEOUT,
|
|
|
.max_event_log_size = 512,
|
|
|
.shadow_reg_enable = false, /* TODO: fix bugs using this feature */
|
|
|
+ .scd_chain_ext_wa = true,
|
|
|
};
|
|
|
|
|
|
static const struct iwl_ht_params iwl6000_ht_params = {
|