diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-6000.c')
| -rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-6000.c | 32 | 
1 files changed, 2 insertions, 30 deletions
| diff --git a/drivers/net/wireless/iwlwifi/iwl-6000.c b/drivers/net/wireless/iwlwifi/iwl-6000.c index b5ab8d1bcac0..30d45e2fc193 100644 --- a/drivers/net/wireless/iwlwifi/iwl-6000.c +++ b/drivers/net/wireless/iwlwifi/iwl-6000.c @@ -82,10 +82,6 @@ static const struct iwl_base_params iwl6000_base_params = {  	.max_ll_items = OTP_MAX_LL_ITEMS_6x00,  	.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 */ @@ -98,10 +94,6 @@ static const struct iwl_base_params iwl6050_base_params = {  	.max_ll_items = OTP_MAX_LL_ITEMS_6x50,  	.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 = 1500,  	.wd_timeout = IWL_DEF_WD_TIMEOUT,  	.max_event_log_size = 1024,  	.shadow_reg_enable = false, /* TODO: fix bugs using this feature */ @@ -114,10 +106,6 @@ static const struct iwl_base_params iwl6000_g2_base_params = {  	.max_ll_items = OTP_MAX_LL_ITEMS_6x00,  	.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 */ @@ -129,15 +117,6 @@ static const struct iwl_ht_params iwl6000_ht_params = {  	.ht40_bands = BIT(IEEE80211_BAND_2GHZ) | BIT(IEEE80211_BAND_5GHZ),  }; -static const struct iwl_bt_params iwl6000_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_DEFAULT, -	.bt_sco_disable = true, -}; -  static const struct iwl_eeprom_params iwl6000_eeprom_params = {  	.regulatory_bands = {  		EEPROM_REG_BAND_1_CHANNELS, @@ -163,7 +142,6 @@ static const struct iwl_eeprom_params iwl6000_eeprom_params = {  	.nvm_calib_ver = EEPROM_6005_TX_POWER_VERSION,	\  	.base_params = &iwl6000_g2_base_params,			\  	.eeprom_params = &iwl6000_eeprom_params,		\ -	.need_temp_offset_calib = true,				\  	.led_mode = IWL_LED_RF_STATE  const struct iwl_cfg iwl6005_2agn_cfg = { @@ -217,11 +195,8 @@ const struct iwl_cfg iwl6005_2agn_mow2_cfg = {  	.nvm_ver = EEPROM_6030_EEPROM_VERSION,		\  	.nvm_calib_ver = EEPROM_6030_TX_POWER_VERSION,	\  	.base_params = &iwl6000_g2_base_params,			\ -	.bt_params = &iwl6000_bt_params,			\  	.eeprom_params = &iwl6000_eeprom_params,		\ -	.need_temp_offset_calib = true,				\ -	.led_mode = IWL_LED_RF_STATE,				\ -	.adv_pm = true						\ +	.led_mode = IWL_LED_RF_STATE  const struct iwl_cfg iwl6030_2agn_cfg = {  	.name = "Intel(R) Centrino(R) Advanced-N 6230 AGN", @@ -256,11 +231,8 @@ const struct iwl_cfg iwl6030_2bg_cfg = {  	.nvm_ver = EEPROM_6030_EEPROM_VERSION,		\  	.nvm_calib_ver = EEPROM_6030_TX_POWER_VERSION,	\  	.base_params = &iwl6000_g2_base_params,			\ -	.bt_params = &iwl6000_bt_params,			\  	.eeprom_params = &iwl6000_eeprom_params,		\ -	.need_temp_offset_calib = true,				\ -	.led_mode = IWL_LED_RF_STATE,				\ -	.adv_pm = true +	.led_mode = IWL_LED_RF_STATE  const struct iwl_cfg iwl6035_2agn_cfg = {  	.name = "Intel(R) Centrino(R) Advanced-N 6235 AGN", |