|
@@ -262,6 +262,48 @@ struct iwl_cfg iwl6000h_2agn_cfg = {
|
|
.use_rts_for_ht = true, /* use rts/cts protection */
|
|
.use_rts_for_ht = true, /* use rts/cts protection */
|
|
};
|
|
};
|
|
|
|
|
|
|
|
+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,
|
|
|
|
+ .mod_params = &iwl50_mod_params,
|
|
|
|
+ .valid_tx_ant = ANT_AB,
|
|
|
|
+ .valid_rx_ant = ANT_AB,
|
|
|
|
+ .need_pll_cfg = 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,
|
|
|
|
+};
|
|
|
|
+
|
|
|
|
+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,
|
|
|
|
+ .mod_params = &iwl50_mod_params,
|
|
|
|
+ .valid_tx_ant = ANT_AB,
|
|
|
|
+ .valid_rx_ant = ANT_AB,
|
|
|
|
+ .need_pll_cfg = 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,
|
|
|
|
+};
|
|
|
|
+
|
|
/*
|
|
/*
|
|
* "i": Internal configuration, use internal Power Amplifier
|
|
* "i": Internal configuration, use internal Power Amplifier
|
|
*/
|
|
*/
|
|
@@ -287,6 +329,48 @@ struct iwl_cfg iwl6000i_2agn_cfg = {
|
|
.use_rts_for_ht = true, /* use rts/cts protection */
|
|
.use_rts_for_ht = true, /* use rts/cts protection */
|
|
};
|
|
};
|
|
|
|
|
|
|
|
+struct iwl_cfg iwl6000i_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,
|
|
|
|
+ .mod_params = &iwl50_mod_params,
|
|
|
|
+ .valid_tx_ant = ANT_BC,
|
|
|
|
+ .valid_rx_ant = ANT_BC,
|
|
|
|
+ .need_pll_cfg = false,
|
|
|
|
+ .pa_type = IWL_PA_INTERNAL,
|
|
|
|
+ .max_ll_items = OTP_MAX_LL_ITEMS_6x00,
|
|
|
|
+ .shadow_ram_support = true,
|
|
|
|
+ .ht_greenfield_support = true,
|
|
|
|
+ .led_compensation = 51,
|
|
|
|
+};
|
|
|
|
+
|
|
|
|
+struct iwl_cfg iwl6000i_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,
|
|
|
|
+ .mod_params = &iwl50_mod_params,
|
|
|
|
+ .valid_tx_ant = ANT_BC,
|
|
|
|
+ .valid_rx_ant = ANT_BC,
|
|
|
|
+ .need_pll_cfg = false,
|
|
|
|
+ .pa_type = IWL_PA_INTERNAL,
|
|
|
|
+ .max_ll_items = OTP_MAX_LL_ITEMS_6x00,
|
|
|
|
+ .shadow_ram_support = true,
|
|
|
|
+ .ht_greenfield_support = true,
|
|
|
|
+ .led_compensation = 51,
|
|
|
|
+};
|
|
|
|
+
|
|
struct iwl_cfg iwl6050_2agn_cfg = {
|
|
struct iwl_cfg iwl6050_2agn_cfg = {
|
|
.name = "6050 Series 2x2 AGN",
|
|
.name = "6050 Series 2x2 AGN",
|
|
.fw_name_pre = IWL6050_FW_PRE,
|
|
.fw_name_pre = IWL6050_FW_PRE,
|
|
@@ -309,6 +393,27 @@ struct iwl_cfg iwl6050_2agn_cfg = {
|
|
.use_rts_for_ht = true, /* use rts/cts protection */
|
|
.use_rts_for_ht = true, /* use rts/cts protection */
|
|
};
|
|
};
|
|
|
|
|
|
|
|
+struct iwl_cfg iwl6050_2abg_cfg = {
|
|
|
|
+ .name = "6050 Series 2x2 ABG",
|
|
|
|
+ .fw_name_pre = IWL6050_FW_PRE,
|
|
|
|
+ .ucode_api_max = IWL6050_UCODE_API_MAX,
|
|
|
|
+ .ucode_api_min = IWL6050_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,
|
|
|
|
+ .mod_params = &iwl50_mod_params,
|
|
|
|
+ .valid_tx_ant = ANT_AB,
|
|
|
|
+ .valid_rx_ant = ANT_AB,
|
|
|
|
+ .need_pll_cfg = false,
|
|
|
|
+ .pa_type = IWL_PA_SYSTEM,
|
|
|
|
+ .max_ll_items = OTP_MAX_LL_ITEMS_6x00,
|
|
|
|
+ .shadow_ram_support = true,
|
|
|
|
+ .ht_greenfield_support = true,
|
|
|
|
+ .led_compensation = 51,
|
|
|
|
+};
|
|
|
|
+
|
|
struct iwl_cfg iwl6000_3agn_cfg = {
|
|
struct iwl_cfg iwl6000_3agn_cfg = {
|
|
.name = "6000 Series 3x3 AGN",
|
|
.name = "6000 Series 3x3 AGN",
|
|
.fw_name_pre = IWL6000_FW_PRE,
|
|
.fw_name_pre = IWL6000_FW_PRE,
|