|
@@ -796,7 +796,7 @@ struct iwl_cfg iwl6000g2b_2agn_cfg = {
|
|
|
.supports_idle = true,
|
|
|
.adv_thermal_throttle = true,
|
|
|
.support_ct_kill_exit = true,
|
|
|
- .plcp_delta_threshold = IWL_MAX_PLCP_ERR_THRESHOLD_DEF,
|
|
|
+ .plcp_delta_threshold = IWL_MAX_PLCP_ERR_THRESHOLD_DISABLE,
|
|
|
.chain_noise_scale = 1000,
|
|
|
.monitor_recover_period = IWL_LONG_MONITORING_PERIOD,
|
|
|
.max_event_log_size = 512,
|
|
@@ -835,7 +835,7 @@ struct iwl_cfg iwl6000g2b_2abg_cfg = {
|
|
|
.supports_idle = true,
|
|
|
.adv_thermal_throttle = true,
|
|
|
.support_ct_kill_exit = true,
|
|
|
- .plcp_delta_threshold = IWL_MAX_PLCP_ERR_THRESHOLD_DEF,
|
|
|
+ .plcp_delta_threshold = IWL_MAX_PLCP_ERR_THRESHOLD_DISABLE,
|
|
|
.chain_noise_scale = 1000,
|
|
|
.monitor_recover_period = IWL_LONG_MONITORING_PERIOD,
|
|
|
.max_event_log_size = 512,
|
|
@@ -876,7 +876,7 @@ struct iwl_cfg iwl6000g2b_2bgn_cfg = {
|
|
|
.supports_idle = true,
|
|
|
.adv_thermal_throttle = true,
|
|
|
.support_ct_kill_exit = true,
|
|
|
- .plcp_delta_threshold = IWL_MAX_PLCP_ERR_THRESHOLD_DEF,
|
|
|
+ .plcp_delta_threshold = IWL_MAX_PLCP_ERR_THRESHOLD_DISABLE,
|
|
|
.chain_noise_scale = 1000,
|
|
|
.monitor_recover_period = IWL_LONG_MONITORING_PERIOD,
|
|
|
.max_event_log_size = 512,
|
|
@@ -915,7 +915,7 @@ struct iwl_cfg iwl6000g2b_2bg_cfg = {
|
|
|
.supports_idle = true,
|
|
|
.adv_thermal_throttle = true,
|
|
|
.support_ct_kill_exit = true,
|
|
|
- .plcp_delta_threshold = IWL_MAX_PLCP_ERR_THRESHOLD_DEF,
|
|
|
+ .plcp_delta_threshold = IWL_MAX_PLCP_ERR_THRESHOLD_DISABLE,
|
|
|
.chain_noise_scale = 1000,
|
|
|
.monitor_recover_period = IWL_LONG_MONITORING_PERIOD,
|
|
|
.max_event_log_size = 512,
|
|
@@ -956,7 +956,7 @@ struct iwl_cfg iwl6000g2b_bgn_cfg = {
|
|
|
.supports_idle = true,
|
|
|
.adv_thermal_throttle = true,
|
|
|
.support_ct_kill_exit = true,
|
|
|
- .plcp_delta_threshold = IWL_MAX_PLCP_ERR_THRESHOLD_DEF,
|
|
|
+ .plcp_delta_threshold = IWL_MAX_PLCP_ERR_THRESHOLD_DISABLE,
|
|
|
.chain_noise_scale = 1000,
|
|
|
.monitor_recover_period = IWL_LONG_MONITORING_PERIOD,
|
|
|
.max_event_log_size = 512,
|
|
@@ -995,7 +995,7 @@ struct iwl_cfg iwl6000g2b_bg_cfg = {
|
|
|
.supports_idle = true,
|
|
|
.adv_thermal_throttle = true,
|
|
|
.support_ct_kill_exit = true,
|
|
|
- .plcp_delta_threshold = IWL_MAX_PLCP_ERR_THRESHOLD_DEF,
|
|
|
+ .plcp_delta_threshold = IWL_MAX_PLCP_ERR_THRESHOLD_DISABLE,
|
|
|
.chain_noise_scale = 1000,
|
|
|
.monitor_recover_period = IWL_LONG_MONITORING_PERIOD,
|
|
|
.max_event_log_size = 512,
|