iwlagn: fix incorrect PCI subsystem id for 6150 devices
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / drivers / net / wireless / iwlwifi / iwl-6000.c
blobfda6fe08cf91c10b875b9f738ca66d143fd2e2f4
1 /******************************************************************************
3 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved.
5 * This program is free software; you can redistribute it and/or modify it
6 * under the terms of version 2 of the GNU General Public License as
7 * published by the Free Software Foundation.
9 * This program is distributed in the hope that it will be useful, but WITHOUT
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
12 * more details.
14 * You should have received a copy of the GNU General Public License along with
15 * this program; if not, write to the Free Software Foundation, Inc.,
16 * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
18 * The full GNU General Public License is included in this distribution in the
19 * file called LICENSE.
21 * Contact Information:
22 * Intel Linux Wireless <ilw@linux.intel.com>
23 * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
25 *****************************************************************************/
27 #include <linux/kernel.h>
28 #include <linux/module.h>
29 #include <linux/init.h>
30 #include <linux/pci.h>
31 #include <linux/dma-mapping.h>
32 #include <linux/delay.h>
33 #include <linux/skbuff.h>
34 #include <linux/netdevice.h>
35 #include <linux/wireless.h>
36 #include <net/mac80211.h>
37 #include <linux/etherdevice.h>
38 #include <asm/unaligned.h>
40 #include "iwl-eeprom.h"
41 #include "iwl-dev.h"
42 #include "iwl-core.h"
43 #include "iwl-io.h"
44 #include "iwl-sta.h"
45 #include "iwl-agn.h"
46 #include "iwl-helpers.h"
47 #include "iwl-agn-hw.h"
48 #include "iwl-6000-hw.h"
50 /* Highest firmware API version supported */
51 #define IWL6000_UCODE_API_MAX 4
52 #define IWL6050_UCODE_API_MAX 5
53 #define IWL6000G2_UCODE_API_MAX 5
55 /* Lowest firmware API version supported */
56 #define IWL6000_UCODE_API_MIN 4
57 #define IWL6050_UCODE_API_MIN 4
58 #define IWL6000G2_UCODE_API_MIN 4
60 #define IWL6000_FW_PRE "iwlwifi-6000-"
61 #define IWL6000_MODULE_FIRMWARE(api) IWL6000_FW_PRE #api ".ucode"
63 #define IWL6050_FW_PRE "iwlwifi-6050-"
64 #define IWL6050_MODULE_FIRMWARE(api) IWL6050_FW_PRE #api ".ucode"
66 #define IWL6005_FW_PRE "iwlwifi-6000g2a-"
67 #define IWL6005_MODULE_FIRMWARE(api) IWL6005_FW_PRE #api ".ucode"
69 #define IWL6030_FW_PRE "iwlwifi-6000g2b-"
70 #define IWL6030_MODULE_FIRMWARE(api) IWL6030_FW_PRE #api ".ucode"
72 static void iwl6000_set_ct_threshold(struct iwl_priv *priv)
74 /* want Celsius */
75 priv->hw_params.ct_kill_threshold = CT_KILL_THRESHOLD;
76 priv->hw_params.ct_kill_exit_threshold = CT_KILL_EXIT_THRESHOLD;
79 static void iwl6050_additional_nic_config(struct iwl_priv *priv)
81 /* Indicate calibration version to uCode. */
82 if (iwlagn_eeprom_calib_version(priv) >= 6)
83 iwl_set_bit(priv, CSR_GP_DRIVER_REG,
84 CSR_GP_DRIVER_REG_BIT_CALIB_VERSION6);
87 static void iwl6150_additional_nic_config(struct iwl_priv *priv)
89 /* Indicate calibration version to uCode. */
90 if (iwlagn_eeprom_calib_version(priv) >= 6)
91 iwl_set_bit(priv, CSR_GP_DRIVER_REG,
92 CSR_GP_DRIVER_REG_BIT_CALIB_VERSION6);
93 iwl_set_bit(priv, CSR_GP_DRIVER_REG,
94 CSR_GP_DRIVER_REG_BIT_6050_1x2);
97 /* NIC configuration for 6000 series */
98 static void iwl6000_nic_config(struct iwl_priv *priv)
100 u16 radio_cfg;
102 radio_cfg = iwl_eeprom_query16(priv, EEPROM_RADIO_CONFIG);
104 /* write radio config values to register */
105 if (EEPROM_RF_CFG_TYPE_MSK(radio_cfg) <= EEPROM_RF_CONFIG_TYPE_MAX)
106 iwl_set_bit(priv, CSR_HW_IF_CONFIG_REG,
107 EEPROM_RF_CFG_TYPE_MSK(radio_cfg) |
108 EEPROM_RF_CFG_STEP_MSK(radio_cfg) |
109 EEPROM_RF_CFG_DASH_MSK(radio_cfg));
111 /* set CSR_HW_CONFIG_REG for uCode use */
112 iwl_set_bit(priv, CSR_HW_IF_CONFIG_REG,
113 CSR_HW_IF_CONFIG_REG_BIT_RADIO_SI |
114 CSR_HW_IF_CONFIG_REG_BIT_MAC_SI);
116 /* no locking required for register write */
117 if (priv->cfg->pa_type == IWL_PA_INTERNAL) {
118 /* 2x2 IPA phy type */
119 iwl_write32(priv, CSR_GP_DRIVER_REG,
120 CSR_GP_DRIVER_REG_BIT_RADIO_SKU_2x2_IPA);
122 /* do additional nic configuration if needed */
123 if (priv->cfg->ops->nic &&
124 priv->cfg->ops->nic->additional_nic_config) {
125 priv->cfg->ops->nic->additional_nic_config(priv);
129 static struct iwl_sensitivity_ranges iwl6000_sensitivity = {
130 .min_nrg_cck = 97,
131 .max_nrg_cck = 0, /* not used, set to 0 */
132 .auto_corr_min_ofdm = 80,
133 .auto_corr_min_ofdm_mrc = 128,
134 .auto_corr_min_ofdm_x1 = 105,
135 .auto_corr_min_ofdm_mrc_x1 = 192,
137 .auto_corr_max_ofdm = 145,
138 .auto_corr_max_ofdm_mrc = 232,
139 .auto_corr_max_ofdm_x1 = 110,
140 .auto_corr_max_ofdm_mrc_x1 = 232,
142 .auto_corr_min_cck = 125,
143 .auto_corr_max_cck = 175,
144 .auto_corr_min_cck_mrc = 160,
145 .auto_corr_max_cck_mrc = 310,
146 .nrg_th_cck = 97,
147 .nrg_th_ofdm = 100,
149 .barker_corr_th_min = 190,
150 .barker_corr_th_min_mrc = 390,
151 .nrg_th_cca = 62,
154 static int iwl6000_hw_set_hw_params(struct iwl_priv *priv)
156 if (iwlagn_mod_params.num_of_queues >= IWL_MIN_NUM_QUEUES &&
157 iwlagn_mod_params.num_of_queues <= IWLAGN_NUM_QUEUES)
158 priv->cfg->base_params->num_of_queues =
159 iwlagn_mod_params.num_of_queues;
161 priv->hw_params.max_txq_num = priv->cfg->base_params->num_of_queues;
162 priv->hw_params.dma_chnl_num = FH50_TCSR_CHNL_NUM;
163 priv->hw_params.scd_bc_tbls_size =
164 priv->cfg->base_params->num_of_queues *
165 sizeof(struct iwlagn_scd_bc_tbl);
166 priv->hw_params.tfd_size = sizeof(struct iwl_tfd);
167 priv->hw_params.max_stations = IWLAGN_STATION_COUNT;
168 priv->contexts[IWL_RXON_CTX_BSS].bcast_sta_id = IWLAGN_BROADCAST_ID;
170 priv->hw_params.max_data_size = IWL60_RTC_DATA_SIZE;
171 priv->hw_params.max_inst_size = IWL60_RTC_INST_SIZE;
173 priv->hw_params.ht40_channel = BIT(IEEE80211_BAND_2GHZ) |
174 BIT(IEEE80211_BAND_5GHZ);
175 priv->hw_params.rx_wrt_ptr_reg = FH_RSCSR_CHNL0_WPTR;
177 priv->hw_params.tx_chains_num = num_of_ant(priv->cfg->valid_tx_ant);
178 if (priv->cfg->rx_with_siso_diversity)
179 priv->hw_params.rx_chains_num = 1;
180 else
181 priv->hw_params.rx_chains_num =
182 num_of_ant(priv->cfg->valid_rx_ant);
183 priv->hw_params.valid_tx_ant = priv->cfg->valid_tx_ant;
184 priv->hw_params.valid_rx_ant = priv->cfg->valid_rx_ant;
186 iwl6000_set_ct_threshold(priv);
188 /* Set initial sensitivity parameters */
189 /* Set initial calibration set */
190 priv->hw_params.sens = &iwl6000_sensitivity;
191 priv->hw_params.calib_init_cfg =
192 BIT(IWL_CALIB_XTAL) |
193 BIT(IWL_CALIB_LO) |
194 BIT(IWL_CALIB_TX_IQ) |
195 BIT(IWL_CALIB_BASE_BAND);
196 if (priv->cfg->need_dc_calib)
197 priv->hw_params.calib_rt_cfg |= BIT(IWL_CALIB_CFG_DC_IDX);
198 if (priv->cfg->need_temp_offset_calib)
199 priv->hw_params.calib_init_cfg |= BIT(IWL_CALIB_TEMP_OFFSET);
201 priv->hw_params.beacon_time_tsf_bits = IWLAGN_EXT_BEACON_TIME_POS;
203 return 0;
206 static int iwl6000_hw_channel_switch(struct iwl_priv *priv,
207 struct ieee80211_channel_switch *ch_switch)
210 * MULTI-FIXME
211 * See iwl_mac_channel_switch.
213 struct iwl_rxon_context *ctx = &priv->contexts[IWL_RXON_CTX_BSS];
214 struct iwl6000_channel_switch_cmd cmd;
215 const struct iwl_channel_info *ch_info;
216 u32 switch_time_in_usec, ucode_switch_time;
217 u16 ch;
218 u32 tsf_low;
219 u8 switch_count;
220 u16 beacon_interval = le16_to_cpu(ctx->timing.beacon_interval);
221 struct ieee80211_vif *vif = ctx->vif;
222 struct iwl_host_cmd hcmd = {
223 .id = REPLY_CHANNEL_SWITCH,
224 .len = { sizeof(cmd), },
225 .flags = CMD_SYNC,
226 .data = { &cmd, },
229 cmd.band = priv->band == IEEE80211_BAND_2GHZ;
230 ch = ch_switch->channel->hw_value;
231 IWL_DEBUG_11H(priv, "channel switch from %u to %u\n",
232 ctx->active.channel, ch);
233 cmd.channel = cpu_to_le16(ch);
234 cmd.rxon_flags = ctx->staging.flags;
235 cmd.rxon_filter_flags = ctx->staging.filter_flags;
236 switch_count = ch_switch->count;
237 tsf_low = ch_switch->timestamp & 0x0ffffffff;
239 * calculate the ucode channel switch time
240 * adding TSF as one of the factor for when to switch
242 if ((priv->ucode_beacon_time > tsf_low) && beacon_interval) {
243 if (switch_count > ((priv->ucode_beacon_time - tsf_low) /
244 beacon_interval)) {
245 switch_count -= (priv->ucode_beacon_time -
246 tsf_low) / beacon_interval;
247 } else
248 switch_count = 0;
250 if (switch_count <= 1)
251 cmd.switch_time = cpu_to_le32(priv->ucode_beacon_time);
252 else {
253 switch_time_in_usec =
254 vif->bss_conf.beacon_int * switch_count * TIME_UNIT;
255 ucode_switch_time = iwl_usecs_to_beacons(priv,
256 switch_time_in_usec,
257 beacon_interval);
258 cmd.switch_time = iwl_add_beacon_time(priv,
259 priv->ucode_beacon_time,
260 ucode_switch_time,
261 beacon_interval);
263 IWL_DEBUG_11H(priv, "uCode time for the switch is 0x%x\n",
264 cmd.switch_time);
265 ch_info = iwl_get_channel_info(priv, priv->band, ch);
266 if (ch_info)
267 cmd.expect_beacon = is_channel_radar(ch_info);
268 else {
269 IWL_ERR(priv, "invalid channel switch from %u to %u\n",
270 ctx->active.channel, ch);
271 return -EFAULT;
273 priv->switch_rxon.channel = cmd.channel;
274 priv->switch_rxon.switch_in_progress = true;
276 return iwl_send_cmd_sync(priv, &hcmd);
279 static struct iwl_lib_ops iwl6000_lib = {
280 .set_hw_params = iwl6000_hw_set_hw_params,
281 .rx_handler_setup = iwlagn_rx_handler_setup,
282 .setup_deferred_work = iwlagn_setup_deferred_work,
283 .is_valid_rtc_data_addr = iwlagn_hw_valid_rtc_data_addr,
284 .send_tx_power = iwlagn_send_tx_power,
285 .update_chain_flags = iwl_update_chain_flags,
286 .set_channel_switch = iwl6000_hw_channel_switch,
287 .apm_ops = {
288 .init = iwl_apm_init,
289 .config = iwl6000_nic_config,
291 .eeprom_ops = {
292 .regulatory_bands = {
293 EEPROM_REG_BAND_1_CHANNELS,
294 EEPROM_REG_BAND_2_CHANNELS,
295 EEPROM_REG_BAND_3_CHANNELS,
296 EEPROM_REG_BAND_4_CHANNELS,
297 EEPROM_REG_BAND_5_CHANNELS,
298 EEPROM_6000_REG_BAND_24_HT40_CHANNELS,
299 EEPROM_REG_BAND_52_HT40_CHANNELS
301 .query_addr = iwlagn_eeprom_query_addr,
302 .update_enhanced_txpower = iwlcore_eeprom_enhanced_txpower,
304 .temp_ops = {
305 .temperature = iwlagn_temperature,
307 .txfifo_flush = iwlagn_txfifo_flush,
308 .dev_txfifo_flush = iwlagn_dev_txfifo_flush,
311 static struct iwl_lib_ops iwl6030_lib = {
312 .set_hw_params = iwl6000_hw_set_hw_params,
313 .rx_handler_setup = iwlagn_bt_rx_handler_setup,
314 .setup_deferred_work = iwlagn_bt_setup_deferred_work,
315 .cancel_deferred_work = iwlagn_bt_cancel_deferred_work,
316 .is_valid_rtc_data_addr = iwlagn_hw_valid_rtc_data_addr,
317 .send_tx_power = iwlagn_send_tx_power,
318 .update_chain_flags = iwl_update_chain_flags,
319 .set_channel_switch = iwl6000_hw_channel_switch,
320 .apm_ops = {
321 .init = iwl_apm_init,
322 .config = iwl6000_nic_config,
324 .eeprom_ops = {
325 .regulatory_bands = {
326 EEPROM_REG_BAND_1_CHANNELS,
327 EEPROM_REG_BAND_2_CHANNELS,
328 EEPROM_REG_BAND_3_CHANNELS,
329 EEPROM_REG_BAND_4_CHANNELS,
330 EEPROM_REG_BAND_5_CHANNELS,
331 EEPROM_6000_REG_BAND_24_HT40_CHANNELS,
332 EEPROM_REG_BAND_52_HT40_CHANNELS
334 .query_addr = iwlagn_eeprom_query_addr,
335 .update_enhanced_txpower = iwlcore_eeprom_enhanced_txpower,
337 .temp_ops = {
338 .temperature = iwlagn_temperature,
340 .txfifo_flush = iwlagn_txfifo_flush,
341 .dev_txfifo_flush = iwlagn_dev_txfifo_flush,
344 static struct iwl_nic_ops iwl6050_nic_ops = {
345 .additional_nic_config = &iwl6050_additional_nic_config,
348 static struct iwl_nic_ops iwl6150_nic_ops = {
349 .additional_nic_config = &iwl6150_additional_nic_config,
352 static const struct iwl_ops iwl6000_ops = {
353 .lib = &iwl6000_lib,
354 .hcmd = &iwlagn_hcmd,
355 .utils = &iwlagn_hcmd_utils,
358 static const struct iwl_ops iwl6050_ops = {
359 .lib = &iwl6000_lib,
360 .hcmd = &iwlagn_hcmd,
361 .utils = &iwlagn_hcmd_utils,
362 .nic = &iwl6050_nic_ops,
365 static const struct iwl_ops iwl6150_ops = {
366 .lib = &iwl6000_lib,
367 .hcmd = &iwlagn_hcmd,
368 .utils = &iwlagn_hcmd_utils,
369 .nic = &iwl6150_nic_ops,
372 static const struct iwl_ops iwl6030_ops = {
373 .lib = &iwl6030_lib,
374 .hcmd = &iwlagn_bt_hcmd,
375 .utils = &iwlagn_hcmd_utils,
378 static struct iwl_base_params iwl6000_base_params = {
379 .eeprom_size = OTP_LOW_IMAGE_SIZE,
380 .num_of_queues = IWLAGN_NUM_QUEUES,
381 .num_of_ampdu_queues = IWLAGN_NUM_AMPDU_QUEUES,
382 .pll_cfg_val = 0,
383 .max_ll_items = OTP_MAX_LL_ITEMS_6x00,
384 .shadow_ram_support = true,
385 .led_compensation = 51,
386 .chain_noise_num_beacons = IWL_CAL_NUM_BEACONS,
387 .adv_thermal_throttle = true,
388 .support_ct_kill_exit = true,
389 .plcp_delta_threshold = IWL_MAX_PLCP_ERR_THRESHOLD_DEF,
390 .chain_noise_scale = 1000,
391 .wd_timeout = IWL_DEF_WD_TIMEOUT,
392 .max_event_log_size = 512,
393 .shadow_reg_enable = true,
396 static struct iwl_base_params iwl6050_base_params = {
397 .eeprom_size = OTP_LOW_IMAGE_SIZE,
398 .num_of_queues = IWLAGN_NUM_QUEUES,
399 .num_of_ampdu_queues = IWLAGN_NUM_AMPDU_QUEUES,
400 .pll_cfg_val = 0,
401 .max_ll_items = OTP_MAX_LL_ITEMS_6x50,
402 .shadow_ram_support = true,
403 .led_compensation = 51,
404 .chain_noise_num_beacons = IWL_CAL_NUM_BEACONS,
405 .adv_thermal_throttle = true,
406 .support_ct_kill_exit = true,
407 .plcp_delta_threshold = IWL_MAX_PLCP_ERR_THRESHOLD_DEF,
408 .chain_noise_scale = 1500,
409 .wd_timeout = IWL_DEF_WD_TIMEOUT,
410 .max_event_log_size = 1024,
411 .shadow_reg_enable = true,
413 static struct iwl_base_params iwl6000_g2_base_params = {
414 .eeprom_size = OTP_LOW_IMAGE_SIZE,
415 .num_of_queues = IWLAGN_NUM_QUEUES,
416 .num_of_ampdu_queues = IWLAGN_NUM_AMPDU_QUEUES,
417 .pll_cfg_val = 0,
418 .max_ll_items = OTP_MAX_LL_ITEMS_6x00,
419 .shadow_ram_support = true,
420 .led_compensation = 57,
421 .chain_noise_num_beacons = IWL_CAL_NUM_BEACONS,
422 .adv_thermal_throttle = true,
423 .support_ct_kill_exit = true,
424 .plcp_delta_threshold = IWL_MAX_PLCP_ERR_THRESHOLD_DEF,
425 .chain_noise_scale = 1000,
426 .wd_timeout = IWL_LONG_WD_TIMEOUT,
427 .max_event_log_size = 512,
428 .shadow_reg_enable = true,
431 static struct iwl_ht_params iwl6000_ht_params = {
432 .ht_greenfield_support = true,
433 .use_rts_for_aggregation = true, /* use rts/cts protection */
436 static struct iwl_bt_params iwl6000_bt_params = {
437 /* Due to bluetooth, we transmit 2.4 GHz probes only on antenna A */
438 .advanced_bt_coexist = true,
439 .agg_time_limit = BT_AGG_THRESHOLD_DEF,
440 .bt_init_traffic_load = IWL_BT_COEX_TRAFFIC_LOAD_NONE,
441 .bt_prio_boost = IWLAGN_BT_PRIO_BOOST_DEFAULT,
442 .bt_sco_disable = true,
445 #define IWL_DEVICE_6005 \
446 .fw_name_pre = IWL6005_FW_PRE, \
447 .ucode_api_max = IWL6000G2_UCODE_API_MAX, \
448 .ucode_api_min = IWL6000G2_UCODE_API_MIN, \
449 .eeprom_ver = EEPROM_6005_EEPROM_VERSION, \
450 .eeprom_calib_ver = EEPROM_6005_TX_POWER_VERSION, \
451 .ops = &iwl6000_ops, \
452 .base_params = &iwl6000_g2_base_params, \
453 .need_dc_calib = true, \
454 .need_temp_offset_calib = true, \
455 .led_mode = IWL_LED_RF_STATE
457 struct iwl_cfg iwl6005_2agn_cfg = {
458 .name = "Intel(R) Centrino(R) Advanced-N 6205 AGN",
459 IWL_DEVICE_6005,
460 .ht_params = &iwl6000_ht_params,
463 struct iwl_cfg iwl6005_2abg_cfg = {
464 .name = "Intel(R) Centrino(R) Advanced-N 6205 ABG",
465 IWL_DEVICE_6005,
468 struct iwl_cfg iwl6005_2bg_cfg = {
469 .name = "Intel(R) Centrino(R) Advanced-N 6205 BG",
470 IWL_DEVICE_6005,
473 #define IWL_DEVICE_6030 \
474 .fw_name_pre = IWL6030_FW_PRE, \
475 .ucode_api_max = IWL6000G2_UCODE_API_MAX, \
476 .ucode_api_min = IWL6000G2_UCODE_API_MIN, \
477 .eeprom_ver = EEPROM_6030_EEPROM_VERSION, \
478 .eeprom_calib_ver = EEPROM_6030_TX_POWER_VERSION, \
479 .ops = &iwl6030_ops, \
480 .base_params = &iwl6000_g2_base_params, \
481 .bt_params = &iwl6000_bt_params, \
482 .need_dc_calib = true, \
483 .need_temp_offset_calib = true, \
484 .led_mode = IWL_LED_RF_STATE, \
485 .adv_pm = true \
487 struct iwl_cfg iwl6030_2agn_cfg = {
488 .name = "Intel(R) Centrino(R) Advanced-N 6230 AGN",
489 IWL_DEVICE_6030,
490 .ht_params = &iwl6000_ht_params,
493 struct iwl_cfg iwl6030_2abg_cfg = {
494 .name = "Intel(R) Centrino(R) Advanced-N 6230 ABG",
495 IWL_DEVICE_6030,
498 struct iwl_cfg iwl6030_2bgn_cfg = {
499 .name = "Intel(R) Centrino(R) Advanced-N 6230 BGN",
500 IWL_DEVICE_6030,
501 .ht_params = &iwl6000_ht_params,
504 struct iwl_cfg iwl6030_2bg_cfg = {
505 .name = "Intel(R) Centrino(R) Advanced-N 6230 BG",
506 IWL_DEVICE_6030,
509 struct iwl_cfg iwl6035_2agn_cfg = {
510 .name = "6035 Series 2x2 AGN/BT",
511 IWL_DEVICE_6030,
512 .ht_params = &iwl6000_ht_params,
515 struct iwl_cfg iwl6035_2abg_cfg = {
516 .name = "6035 Series 2x2 ABG/BT",
517 IWL_DEVICE_6030,
520 struct iwl_cfg iwl6035_2bg_cfg = {
521 .name = "6035 Series 2x2 BG/BT",
522 IWL_DEVICE_6030,
525 struct iwl_cfg iwl1030_bgn_cfg = {
526 .name = "Intel(R) Centrino(R) Wireless-N 1030 BGN",
527 IWL_DEVICE_6030,
528 .ht_params = &iwl6000_ht_params,
531 struct iwl_cfg iwl1030_bg_cfg = {
532 .name = "Intel(R) Centrino(R) Wireless-N 1030 BG",
533 IWL_DEVICE_6030,
536 struct iwl_cfg iwl130_bgn_cfg = {
537 .name = "Intel(R) Centrino(R) Wireless-N 130 BGN",
538 IWL_DEVICE_6030,
539 .ht_params = &iwl6000_ht_params,
540 .rx_with_siso_diversity = true,
543 struct iwl_cfg iwl130_bg_cfg = {
544 .name = "Intel(R) Centrino(R) Wireless-N 130 BG",
545 IWL_DEVICE_6030,
546 .rx_with_siso_diversity = true,
550 * "i": Internal configuration, use internal Power Amplifier
552 #define IWL_DEVICE_6000i \
553 .fw_name_pre = IWL6000_FW_PRE, \
554 .ucode_api_max = IWL6000_UCODE_API_MAX, \
555 .ucode_api_min = IWL6000_UCODE_API_MIN, \
556 .valid_tx_ant = ANT_BC, /* .cfg overwrite */ \
557 .valid_rx_ant = ANT_BC, /* .cfg overwrite */ \
558 .eeprom_ver = EEPROM_6000_EEPROM_VERSION, \
559 .eeprom_calib_ver = EEPROM_6000_TX_POWER_VERSION, \
560 .ops = &iwl6000_ops, \
561 .base_params = &iwl6000_base_params, \
562 .pa_type = IWL_PA_INTERNAL, \
563 .led_mode = IWL_LED_BLINK
565 struct iwl_cfg iwl6000i_2agn_cfg = {
566 .name = "Intel(R) Centrino(R) Advanced-N 6200 AGN",
567 IWL_DEVICE_6000i,
568 .ht_params = &iwl6000_ht_params,
571 struct iwl_cfg iwl6000i_2abg_cfg = {
572 .name = "Intel(R) Centrino(R) Advanced-N 6200 ABG",
573 IWL_DEVICE_6000i,
576 struct iwl_cfg iwl6000i_2bg_cfg = {
577 .name = "Intel(R) Centrino(R) Advanced-N 6200 BG",
578 IWL_DEVICE_6000i,
581 #define IWL_DEVICE_6050 \
582 .fw_name_pre = IWL6050_FW_PRE, \
583 .ucode_api_max = IWL6050_UCODE_API_MAX, \
584 .ucode_api_min = IWL6050_UCODE_API_MIN, \
585 .valid_tx_ant = ANT_AB, /* .cfg overwrite */ \
586 .valid_rx_ant = ANT_AB, /* .cfg overwrite */ \
587 .ops = &iwl6050_ops, \
588 .eeprom_ver = EEPROM_6050_EEPROM_VERSION, \
589 .eeprom_calib_ver = EEPROM_6050_TX_POWER_VERSION, \
590 .base_params = &iwl6050_base_params, \
591 .need_dc_calib = true, \
592 .led_mode = IWL_LED_BLINK, \
593 .internal_wimax_coex = true
595 struct iwl_cfg iwl6050_2agn_cfg = {
596 .name = "Intel(R) Centrino(R) Advanced-N + WiMAX 6250 AGN",
597 IWL_DEVICE_6050,
598 .ht_params = &iwl6000_ht_params,
601 struct iwl_cfg iwl6050_2abg_cfg = {
602 .name = "Intel(R) Centrino(R) Advanced-N + WiMAX 6250 ABG",
603 IWL_DEVICE_6050,
606 #define IWL_DEVICE_6150 \
607 .fw_name_pre = IWL6050_FW_PRE, \
608 .ucode_api_max = IWL6050_UCODE_API_MAX, \
609 .ucode_api_min = IWL6050_UCODE_API_MIN, \
610 .ops = &iwl6150_ops, \
611 .eeprom_ver = EEPROM_6150_EEPROM_VERSION, \
612 .eeprom_calib_ver = EEPROM_6150_TX_POWER_VERSION, \
613 .base_params = &iwl6050_base_params, \
614 .need_dc_calib = true, \
615 .led_mode = IWL_LED_BLINK, \
616 .internal_wimax_coex = true
618 struct iwl_cfg iwl6150_bgn_cfg = {
619 .name = "Intel(R) Centrino(R) Wireless-N + WiMAX 6150 BGN",
620 IWL_DEVICE_6150,
621 .ht_params = &iwl6000_ht_params,
624 struct iwl_cfg iwl6150_bg_cfg = {
625 .name = "Intel(R) Centrino(R) Wireless-N + WiMAX 6150 BG",
626 IWL_DEVICE_6150,
629 struct iwl_cfg iwl6000_3agn_cfg = {
630 .name = "Intel(R) Centrino(R) Ultimate-N 6300 AGN",
631 .fw_name_pre = IWL6000_FW_PRE,
632 .ucode_api_max = IWL6000_UCODE_API_MAX,
633 .ucode_api_min = IWL6000_UCODE_API_MIN,
634 .eeprom_ver = EEPROM_6000_EEPROM_VERSION,
635 .eeprom_calib_ver = EEPROM_6000_TX_POWER_VERSION,
636 .ops = &iwl6000_ops,
637 .base_params = &iwl6000_base_params,
638 .ht_params = &iwl6000_ht_params,
639 .need_dc_calib = true,
640 .led_mode = IWL_LED_BLINK,
643 MODULE_FIRMWARE(IWL6000_MODULE_FIRMWARE(IWL6000_UCODE_API_MAX));
644 MODULE_FIRMWARE(IWL6050_MODULE_FIRMWARE(IWL6050_UCODE_API_MAX));
645 MODULE_FIRMWARE(IWL6005_MODULE_FIRMWARE(IWL6000G2_UCODE_API_MAX));
646 MODULE_FIRMWARE(IWL6030_MODULE_FIRMWARE(IWL6000G2_UCODE_API_MAX));