|
@@ -90,11 +90,7 @@ static void iwl6000_nic_config(struct iwl_priv *priv)
|
|
|
CSR_HW_IF_CONFIG_REG_BIT_MAC_SI);
|
|
|
|
|
|
/* no locking required for register write */
|
|
|
- if (priv->cfg->pa_type == IWL_PA_HYBRID) {
|
|
|
- /* 2x2 hybrid phy type */
|
|
|
- iwl_write32(priv, CSR_GP_DRIVER_REG,
|
|
|
- CSR_GP_DRIVER_REG_BIT_RADIO_SKU_2x2_HYB);
|
|
|
- } else if (priv->cfg->pa_type == IWL_PA_INTERNAL) {
|
|
|
+ if (priv->cfg->pa_type == IWL_PA_INTERNAL) {
|
|
|
/* 2x2 IPA phy type */
|
|
|
iwl_write32(priv, CSR_GP_DRIVER_REG,
|
|
|
CSR_GP_DRIVER_REG_BIT_RADIO_SKU_2x2_IPA);
|
|
@@ -279,98 +275,6 @@ static struct iwl_ops iwl6050_ops = {
|
|
|
.led = &iwlagn_led_ops,
|
|
|
};
|
|
|
|
|
|
-
|
|
|
-/*
|
|
|
- * "h": Hybrid configuration, use both internal and external Power Amplifier
|
|
|
- */
|
|
|
-struct iwl_cfg iwl6000h_2agn_cfg = {
|
|
|
- .name = "6000 Series 2x2 AGN",
|
|
|
- .fw_name_pre = IWL6000_FW_PRE,
|
|
|
- .ucode_api_max = IWL6000_UCODE_API_MAX,
|
|
|
- .ucode_api_min = IWL6000_UCODE_API_MIN,
|
|
|
- .sku = IWL_SKU_A|IWL_SKU_G|IWL_SKU_N,
|
|
|
- .ops = &iwl6000_ops,
|
|
|
- .eeprom_size = OTP_LOW_IMAGE_SIZE,
|
|
|
- .eeprom_ver = EEPROM_6000_EEPROM_VERSION,
|
|
|
- .eeprom_calib_ver = EEPROM_5000_TX_POWER_VERSION,
|
|
|
- .num_of_queues = IWL50_NUM_QUEUES,
|
|
|
- .num_of_ampdu_queues = IWL50_NUM_AMPDU_QUEUES,
|
|
|
- .mod_params = &iwl50_mod_params,
|
|
|
- .valid_tx_ant = ANT_AB,
|
|
|
- .valid_rx_ant = ANT_AB,
|
|
|
- .pll_cfg_val = 0,
|
|
|
- .set_l0s = true,
|
|
|
- .use_bsm = false,
|
|
|
- .pa_type = IWL_PA_HYBRID,
|
|
|
- .max_ll_items = OTP_MAX_LL_ITEMS_6x00,
|
|
|
- .shadow_ram_support = true,
|
|
|
- .ht_greenfield_support = true,
|
|
|
- .led_compensation = 51,
|
|
|
- .use_rts_for_ht = true, /* use rts/cts protection */
|
|
|
- .chain_noise_num_beacons = IWL_CAL_NUM_BEACONS,
|
|
|
- .supports_idle = true,
|
|
|
- .adv_thermal_throttle = true,
|
|
|
- .support_ct_kill_exit = true,
|
|
|
-};
|
|
|
-
|
|
|
-struct iwl_cfg iwl6000h_2abg_cfg = {
|
|
|
- .name = "6000 Series 2x2 ABG",
|
|
|
- .fw_name_pre = IWL6000_FW_PRE,
|
|
|
- .ucode_api_max = IWL6000_UCODE_API_MAX,
|
|
|
- .ucode_api_min = IWL6000_UCODE_API_MIN,
|
|
|
- .sku = IWL_SKU_A|IWL_SKU_G,
|
|
|
- .ops = &iwl6000_ops,
|
|
|
- .eeprom_size = OTP_LOW_IMAGE_SIZE,
|
|
|
- .eeprom_ver = EEPROM_6000_EEPROM_VERSION,
|
|
|
- .eeprom_calib_ver = EEPROM_5000_TX_POWER_VERSION,
|
|
|
- .num_of_queues = IWL50_NUM_QUEUES,
|
|
|
- .num_of_ampdu_queues = IWL50_NUM_AMPDU_QUEUES,
|
|
|
- .mod_params = &iwl50_mod_params,
|
|
|
- .valid_tx_ant = ANT_AB,
|
|
|
- .valid_rx_ant = ANT_AB,
|
|
|
- .pll_cfg_val = 0,
|
|
|
- .set_l0s = true,
|
|
|
- .use_bsm = false,
|
|
|
- .pa_type = IWL_PA_HYBRID,
|
|
|
- .max_ll_items = OTP_MAX_LL_ITEMS_6x00,
|
|
|
- .shadow_ram_support = true,
|
|
|
- .ht_greenfield_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,
|
|
|
-};
|
|
|
-
|
|
|
-struct iwl_cfg iwl6000h_2bg_cfg = {
|
|
|
- .name = "6000 Series 2x2 BG",
|
|
|
- .fw_name_pre = IWL6000_FW_PRE,
|
|
|
- .ucode_api_max = IWL6000_UCODE_API_MAX,
|
|
|
- .ucode_api_min = IWL6000_UCODE_API_MIN,
|
|
|
- .sku = IWL_SKU_G,
|
|
|
- .ops = &iwl6000_ops,
|
|
|
- .eeprom_size = OTP_LOW_IMAGE_SIZE,
|
|
|
- .eeprom_ver = EEPROM_6000_EEPROM_VERSION,
|
|
|
- .eeprom_calib_ver = EEPROM_5000_TX_POWER_VERSION,
|
|
|
- .num_of_queues = IWL50_NUM_QUEUES,
|
|
|
- .num_of_ampdu_queues = IWL50_NUM_AMPDU_QUEUES,
|
|
|
- .mod_params = &iwl50_mod_params,
|
|
|
- .valid_tx_ant = ANT_AB,
|
|
|
- .valid_rx_ant = ANT_AB,
|
|
|
- .pll_cfg_val = 0,
|
|
|
- .set_l0s = true,
|
|
|
- .use_bsm = false,
|
|
|
- .pa_type = IWL_PA_HYBRID,
|
|
|
- .max_ll_items = OTP_MAX_LL_ITEMS_6x00,
|
|
|
- .shadow_ram_support = true,
|
|
|
- .ht_greenfield_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,
|
|
|
-};
|
|
|
-
|
|
|
/*
|
|
|
* "i": Internal configuration, use internal Power Amplifier
|
|
|
*/
|