|
@@ -246,7 +246,7 @@ struct iwl_cfg iwl1000_bgn_cfg = {
|
|
|
.use_rts_for_ht = true, /* use rts/cts protection */
|
|
|
.chain_noise_num_beacons = IWL_CAL_NUM_BEACONS,
|
|
|
.support_ct_kill_exit = true,
|
|
|
- .plcp_delta_threshold = IWL_MAX_PLCP_ERR_THRESHOLD_DEF,
|
|
|
+ .plcp_delta_threshold = IWL_MAX_PLCP_ERR_EXT_LONG_THRESHOLD_DEF,
|
|
|
.chain_noise_scale = 1000,
|
|
|
};
|
|
|
|
|
@@ -274,7 +274,7 @@ struct iwl_cfg iwl1000_bg_cfg = {
|
|
|
.led_compensation = 51,
|
|
|
.chain_noise_num_beacons = IWL_CAL_NUM_BEACONS,
|
|
|
.support_ct_kill_exit = true,
|
|
|
- .plcp_delta_threshold = IWL_MAX_PLCP_ERR_THRESHOLD_DEF,
|
|
|
+ .plcp_delta_threshold = IWL_MAX_PLCP_ERR_EXT_LONG_THRESHOLD_DEF,
|
|
|
.chain_noise_scale = 1000,
|
|
|
};
|
|
|
|