diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-2000.c')
| -rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-2000.c | 39 | 
1 files changed, 3 insertions, 36 deletions
| diff --git a/drivers/net/wireless/iwlwifi/iwl-2000.c b/drivers/net/wireless/iwlwifi/iwl-2000.c index a6ddd2f9fba0..c727ec7c90a6 100644 --- a/drivers/net/wireless/iwlwifi/iwl-2000.c +++ b/drivers/net/wireless/iwlwifi/iwl-2000.c @@ -72,14 +72,9 @@ static const struct iwl_base_params iwl2000_base_params = {  	.max_ll_items = OTP_MAX_LL_ITEMS_2x00,  	.shadow_ram_support = true,  	.led_compensation = 51, -	.adv_thermal_throttle = true, -	.support_ct_kill_exit = true, -	.plcp_delta_threshold = IWL_MAX_PLCP_ERR_THRESHOLD_DEF, -	.chain_noise_scale = 1000,  	.wd_timeout = IWL_DEF_WD_TIMEOUT,  	.max_event_log_size = 512,  	.shadow_reg_enable = false, /* TODO: fix bugs using this feature */ -	.hd_v2 = true,  }; @@ -90,14 +85,9 @@ static const struct iwl_base_params iwl2030_base_params = {  	.max_ll_items = OTP_MAX_LL_ITEMS_2x00,  	.shadow_ram_support = true,  	.led_compensation = 57, -	.adv_thermal_throttle = true, -	.support_ct_kill_exit = true, -	.plcp_delta_threshold = IWL_MAX_PLCP_ERR_THRESHOLD_DEF, -	.chain_noise_scale = 1000,  	.wd_timeout = IWL_LONG_WD_TIMEOUT,  	.max_event_log_size = 512,  	.shadow_reg_enable = false, /* TODO: fix bugs using this feature */ -	.hd_v2 = true,  };  static const struct iwl_ht_params iwl2000_ht_params = { @@ -106,16 +96,6 @@ static const struct iwl_ht_params iwl2000_ht_params = {  	.ht40_bands = BIT(IEEE80211_BAND_2GHZ),  }; -static const struct iwl_bt_params iwl2030_bt_params = { -	/* Due to bluetooth, we transmit 2.4 GHz probes only on antenna A */ -	.advanced_bt_coexist = true, -	.agg_time_limit = BT_AGG_THRESHOLD_DEF, -	.bt_init_traffic_load = IWL_BT_COEX_TRAFFIC_LOAD_NONE, -	.bt_prio_boost = IWLAGN_BT_PRIO_BOOST_DEFAULT32, -	.bt_sco_disable = true, -	.bt_session_2 = true, -}; -  static const struct iwl_eeprom_params iwl20x0_eeprom_params = {  	.regulatory_bands = {  		EEPROM_REG_BAND_1_CHANNELS, @@ -137,12 +117,10 @@ static const struct iwl_eeprom_params iwl20x0_eeprom_params = {  	.device_family = IWL_DEVICE_FAMILY_2000,		\  	.max_inst_size = IWL60_RTC_INST_SIZE,			\  	.max_data_size = IWL60_RTC_DATA_SIZE,			\ -	.nvm_ver = EEPROM_2000_EEPROM_VERSION,		\ -	.nvm_calib_ver = EEPROM_2000_TX_POWER_VERSION,	\ +	.nvm_ver = EEPROM_2000_EEPROM_VERSION,			\ +	.nvm_calib_ver = EEPROM_2000_TX_POWER_VERSION,		\  	.base_params = &iwl2000_base_params,			\  	.eeprom_params = &iwl20x0_eeprom_params,		\ -	.need_temp_offset_calib = true,				\ -	.temp_offset_v2 = true,					\  	.led_mode = IWL_LED_RF_STATE  const struct iwl_cfg iwl2000_2bgn_cfg = { @@ -168,12 +146,8 @@ const struct iwl_cfg iwl2000_2bgn_d_cfg = {  	.nvm_ver = EEPROM_2000_EEPROM_VERSION,		\  	.nvm_calib_ver = EEPROM_2000_TX_POWER_VERSION,	\  	.base_params = &iwl2030_base_params,			\ -	.bt_params = &iwl2030_bt_params,			\  	.eeprom_params = &iwl20x0_eeprom_params,		\ -	.need_temp_offset_calib = true,				\ -	.temp_offset_v2 = true,					\ -	.led_mode = IWL_LED_RF_STATE,				\ -	.adv_pm = true +	.led_mode = IWL_LED_RF_STATE  const struct iwl_cfg iwl2030_2bgn_cfg = {  	.name = "Intel(R) Centrino(R) Wireless-N 2230 BGN", @@ -193,10 +167,7 @@ const struct iwl_cfg iwl2030_2bgn_cfg = {  	.nvm_calib_ver = EEPROM_2000_TX_POWER_VERSION,	\  	.base_params = &iwl2000_base_params,			\  	.eeprom_params = &iwl20x0_eeprom_params,		\ -	.need_temp_offset_calib = true,				\ -	.temp_offset_v2 = true,					\  	.led_mode = IWL_LED_RF_STATE,				\ -	.adv_pm = true,						\  	.rx_with_siso_diversity = true  const struct iwl_cfg iwl105_bgn_cfg = { @@ -222,12 +193,8 @@ const struct iwl_cfg iwl105_bgn_d_cfg = {  	.nvm_ver = EEPROM_2000_EEPROM_VERSION,		\  	.nvm_calib_ver = EEPROM_2000_TX_POWER_VERSION,	\  	.base_params = &iwl2030_base_params,			\ -	.bt_params = &iwl2030_bt_params,			\  	.eeprom_params = &iwl20x0_eeprom_params,		\ -	.need_temp_offset_calib = true,				\ -	.temp_offset_v2 = true,					\  	.led_mode = IWL_LED_RF_STATE,				\ -	.adv_pm = true,						\  	.rx_with_siso_diversity = true  const struct iwl_cfg iwl135_bgn_cfg = { |