|
@@ -479,7 +479,6 @@ static struct iwl_base_params iwl6000_base_params = {
|
|
|
.shadow_ram_support = true,
|
|
|
.led_compensation = 51,
|
|
|
.chain_noise_num_beacons = IWL_CAL_NUM_BEACONS,
|
|
|
- .supports_idle = true,
|
|
|
.adv_thermal_throttle = true,
|
|
|
.support_ct_kill_exit = true,
|
|
|
.plcp_delta_threshold = IWL_MAX_PLCP_ERR_THRESHOLD_DEF,
|
|
@@ -503,7 +502,6 @@ static struct iwl_base_params iwl6050_base_params = {
|
|
|
.shadow_ram_support = true,
|
|
|
.led_compensation = 51,
|
|
|
.chain_noise_num_beacons = IWL_CAL_NUM_BEACONS,
|
|
|
- .supports_idle = true,
|
|
|
.adv_thermal_throttle = true,
|
|
|
.support_ct_kill_exit = true,
|
|
|
.plcp_delta_threshold = IWL_MAX_PLCP_ERR_THRESHOLD_DEF,
|
|
@@ -526,7 +524,6 @@ static struct iwl_base_params iwl6000_g2_base_params = {
|
|
|
.shadow_ram_support = true,
|
|
|
.led_compensation = 57,
|
|
|
.chain_noise_num_beacons = IWL_CAL_NUM_BEACONS,
|
|
|
- .supports_idle = true,
|
|
|
.adv_thermal_throttle = true,
|
|
|
.support_ct_kill_exit = true,
|
|
|
.plcp_delta_threshold = IWL_MAX_PLCP_ERR_THRESHOLD_DEF,
|