iwlwifi: put use_rts_for_aggregation into hw_params
[deliverable/linux.git] / drivers / net / wireless / iwlwifi / iwl-6000.c
1 /******************************************************************************
2 *
3 * Copyright(c) 2008 - 2012 Intel Corporation. All rights reserved.
4 *
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.
8 *
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.
13 *
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
17 *
18 * The full GNU General Public License is included in this distribution in the
19 * file called LICENSE.
20 *
21 * Contact Information:
22 * Intel Linux Wireless <ilw@linux.intel.com>
23 * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
24 *
25 *****************************************************************************/
26
27 #include <linux/kernel.h>
28 #include <linux/module.h>
29 #include <linux/init.h>
30 #include <linux/delay.h>
31 #include <linux/skbuff.h>
32 #include <linux/netdevice.h>
33 #include <net/mac80211.h>
34 #include <linux/etherdevice.h>
35 #include <asm/unaligned.h>
36 #include <linux/stringify.h>
37
38 #include "iwl-eeprom.h"
39 #include "iwl-dev.h"
40 #include "iwl-core.h"
41 #include "iwl-io.h"
42 #include "iwl-agn.h"
43 #include "iwl-agn-hw.h"
44 #include "iwl-trans.h"
45 #include "iwl-shared.h"
46 #include "iwl-cfg.h"
47
48 /* Highest firmware API version supported */
49 #define IWL6000_UCODE_API_MAX 6
50 #define IWL6050_UCODE_API_MAX 5
51 #define IWL6000G2_UCODE_API_MAX 6
52
53 /* Oldest version we won't warn about */
54 #define IWL6000_UCODE_API_OK 4
55 #define IWL6000G2_UCODE_API_OK 5
56
57 /* Lowest firmware API version supported */
58 #define IWL6000_UCODE_API_MIN 4
59 #define IWL6050_UCODE_API_MIN 4
60 #define IWL6000G2_UCODE_API_MIN 4
61
62 #define IWL6000_FW_PRE "iwlwifi-6000-"
63 #define IWL6000_MODULE_FIRMWARE(api) IWL6000_FW_PRE __stringify(api) ".ucode"
64
65 #define IWL6050_FW_PRE "iwlwifi-6050-"
66 #define IWL6050_MODULE_FIRMWARE(api) IWL6050_FW_PRE __stringify(api) ".ucode"
67
68 #define IWL6005_FW_PRE "iwlwifi-6000g2a-"
69 #define IWL6005_MODULE_FIRMWARE(api) IWL6005_FW_PRE __stringify(api) ".ucode"
70
71 #define IWL6030_FW_PRE "iwlwifi-6000g2b-"
72 #define IWL6030_MODULE_FIRMWARE(api) IWL6030_FW_PRE __stringify(api) ".ucode"
73
74 static void iwl6000_set_ct_threshold(struct iwl_priv *priv)
75 {
76 /* want Celsius */
77 hw_params(priv).ct_kill_threshold = CT_KILL_THRESHOLD;
78 hw_params(priv).ct_kill_exit_threshold = CT_KILL_EXIT_THRESHOLD;
79 }
80
81 static void iwl6050_additional_nic_config(struct iwl_priv *priv)
82 {
83 /* Indicate calibration version to uCode. */
84 if (iwl_eeprom_calib_version(priv->shrd) >= 6)
85 iwl_set_bit(trans(priv), CSR_GP_DRIVER_REG,
86 CSR_GP_DRIVER_REG_BIT_CALIB_VERSION6);
87 }
88
89 static void iwl6150_additional_nic_config(struct iwl_priv *priv)
90 {
91 /* Indicate calibration version to uCode. */
92 if (iwl_eeprom_calib_version(priv->shrd) >= 6)
93 iwl_set_bit(trans(priv), CSR_GP_DRIVER_REG,
94 CSR_GP_DRIVER_REG_BIT_CALIB_VERSION6);
95 iwl_set_bit(trans(priv), CSR_GP_DRIVER_REG,
96 CSR_GP_DRIVER_REG_BIT_6050_1x2);
97 }
98
99 /* NIC configuration for 6000 series */
100 static void iwl6000_nic_config(struct iwl_priv *priv)
101 {
102 iwl_rf_config(priv);
103
104 /* no locking required for register write */
105 if (cfg(priv)->pa_type == IWL_PA_INTERNAL) {
106 /* 2x2 IPA phy type */
107 iwl_write32(trans(priv), CSR_GP_DRIVER_REG,
108 CSR_GP_DRIVER_REG_BIT_RADIO_SKU_2x2_IPA);
109 }
110 /* do additional nic configuration if needed */
111 if (cfg(priv)->additional_nic_config)
112 cfg(priv)->additional_nic_config(priv);
113 }
114
115 static struct iwl_sensitivity_ranges iwl6000_sensitivity = {
116 .min_nrg_cck = 110,
117 .max_nrg_cck = 0, /* not used, set to 0 */
118 .auto_corr_min_ofdm = 80,
119 .auto_corr_min_ofdm_mrc = 128,
120 .auto_corr_min_ofdm_x1 = 105,
121 .auto_corr_min_ofdm_mrc_x1 = 192,
122
123 .auto_corr_max_ofdm = 145,
124 .auto_corr_max_ofdm_mrc = 232,
125 .auto_corr_max_ofdm_x1 = 110,
126 .auto_corr_max_ofdm_mrc_x1 = 232,
127
128 .auto_corr_min_cck = 125,
129 .auto_corr_max_cck = 175,
130 .auto_corr_min_cck_mrc = 160,
131 .auto_corr_max_cck_mrc = 310,
132 .nrg_th_cck = 110,
133 .nrg_th_ofdm = 110,
134
135 .barker_corr_th_min = 190,
136 .barker_corr_th_min_mrc = 336,
137 .nrg_th_cca = 62,
138 };
139
140 static void iwl6000_hw_set_hw_params(struct iwl_priv *priv)
141 {
142 hw_params(priv).max_txq_num = cfg(priv)->base_params->num_of_queues;
143
144 hw_params(priv).ht40_channel = BIT(IEEE80211_BAND_2GHZ) |
145 BIT(IEEE80211_BAND_5GHZ);
146
147 hw_params(priv).tx_chains_num =
148 num_of_ant(hw_params(priv).valid_tx_ant);
149 if (cfg(priv)->rx_with_siso_diversity)
150 hw_params(priv).rx_chains_num = 1;
151 else
152 hw_params(priv).rx_chains_num =
153 num_of_ant(hw_params(priv).valid_rx_ant);
154
155 iwl6000_set_ct_threshold(priv);
156
157 /* Set initial sensitivity parameters */
158 hw_params(priv).sens = &iwl6000_sensitivity;
159
160 }
161
162 static int iwl6000_hw_channel_switch(struct iwl_priv *priv,
163 struct ieee80211_channel_switch *ch_switch)
164 {
165 /*
166 * MULTI-FIXME
167 * See iwlagn_mac_channel_switch.
168 */
169 struct iwl_rxon_context *ctx = &priv->contexts[IWL_RXON_CTX_BSS];
170 struct iwl6000_channel_switch_cmd cmd;
171 const struct iwl_channel_info *ch_info;
172 u32 switch_time_in_usec, ucode_switch_time;
173 u16 ch;
174 u32 tsf_low;
175 u8 switch_count;
176 u16 beacon_interval = le16_to_cpu(ctx->timing.beacon_interval);
177 struct ieee80211_vif *vif = ctx->vif;
178 struct iwl_host_cmd hcmd = {
179 .id = REPLY_CHANNEL_SWITCH,
180 .len = { sizeof(cmd), },
181 .flags = CMD_SYNC,
182 .data = { &cmd, },
183 };
184
185 cmd.band = priv->band == IEEE80211_BAND_2GHZ;
186 ch = ch_switch->channel->hw_value;
187 IWL_DEBUG_11H(priv, "channel switch from %u to %u\n",
188 ctx->active.channel, ch);
189 cmd.channel = cpu_to_le16(ch);
190 cmd.rxon_flags = ctx->staging.flags;
191 cmd.rxon_filter_flags = ctx->staging.filter_flags;
192 switch_count = ch_switch->count;
193 tsf_low = ch_switch->timestamp & 0x0ffffffff;
194 /*
195 * calculate the ucode channel switch time
196 * adding TSF as one of the factor for when to switch
197 */
198 if ((priv->ucode_beacon_time > tsf_low) && beacon_interval) {
199 if (switch_count > ((priv->ucode_beacon_time - tsf_low) /
200 beacon_interval)) {
201 switch_count -= (priv->ucode_beacon_time -
202 tsf_low) / beacon_interval;
203 } else
204 switch_count = 0;
205 }
206 if (switch_count <= 1)
207 cmd.switch_time = cpu_to_le32(priv->ucode_beacon_time);
208 else {
209 switch_time_in_usec =
210 vif->bss_conf.beacon_int * switch_count * TIME_UNIT;
211 ucode_switch_time = iwl_usecs_to_beacons(priv,
212 switch_time_in_usec,
213 beacon_interval);
214 cmd.switch_time = iwl_add_beacon_time(priv,
215 priv->ucode_beacon_time,
216 ucode_switch_time,
217 beacon_interval);
218 }
219 IWL_DEBUG_11H(priv, "uCode time for the switch is 0x%x\n",
220 cmd.switch_time);
221 ch_info = iwl_get_channel_info(priv, priv->band, ch);
222 if (ch_info)
223 cmd.expect_beacon = is_channel_radar(ch_info);
224 else {
225 IWL_ERR(priv, "invalid channel switch from %u to %u\n",
226 ctx->active.channel, ch);
227 return -EFAULT;
228 }
229
230 return iwl_dvm_send_cmd(priv, &hcmd);
231 }
232
233 static struct iwl_lib_ops iwl6000_lib = {
234 .set_hw_params = iwl6000_hw_set_hw_params,
235 .set_channel_switch = iwl6000_hw_channel_switch,
236 .nic_config = iwl6000_nic_config,
237 .eeprom_ops = {
238 .regulatory_bands = {
239 EEPROM_REG_BAND_1_CHANNELS,
240 EEPROM_REG_BAND_2_CHANNELS,
241 EEPROM_REG_BAND_3_CHANNELS,
242 EEPROM_REG_BAND_4_CHANNELS,
243 EEPROM_REG_BAND_5_CHANNELS,
244 EEPROM_6000_REG_BAND_24_HT40_CHANNELS,
245 EEPROM_REG_BAND_52_HT40_CHANNELS
246 },
247 .update_enhanced_txpower = iwl_eeprom_enhanced_txpower,
248 },
249 .temperature = iwlagn_temperature,
250 };
251
252 static struct iwl_lib_ops iwl6030_lib = {
253 .set_hw_params = iwl6000_hw_set_hw_params,
254 .bt_rx_handler_setup = iwlagn_bt_rx_handler_setup,
255 .bt_setup_deferred_work = iwlagn_bt_setup_deferred_work,
256 .cancel_deferred_work = iwlagn_bt_cancel_deferred_work,
257 .set_channel_switch = iwl6000_hw_channel_switch,
258 .nic_config = iwl6000_nic_config,
259 .eeprom_ops = {
260 .regulatory_bands = {
261 EEPROM_REG_BAND_1_CHANNELS,
262 EEPROM_REG_BAND_2_CHANNELS,
263 EEPROM_REG_BAND_3_CHANNELS,
264 EEPROM_REG_BAND_4_CHANNELS,
265 EEPROM_REG_BAND_5_CHANNELS,
266 EEPROM_6000_REG_BAND_24_HT40_CHANNELS,
267 EEPROM_REG_BAND_52_HT40_CHANNELS
268 },
269 .update_enhanced_txpower = iwl_eeprom_enhanced_txpower,
270 },
271 .temperature = iwlagn_temperature,
272 };
273
274 static struct iwl_base_params iwl6000_base_params = {
275 .eeprom_size = OTP_LOW_IMAGE_SIZE,
276 .num_of_queues = IWLAGN_NUM_QUEUES,
277 .num_of_ampdu_queues = IWLAGN_NUM_AMPDU_QUEUES,
278 .pll_cfg_val = 0,
279 .max_ll_items = OTP_MAX_LL_ITEMS_6x00,
280 .shadow_ram_support = true,
281 .led_compensation = 51,
282 .adv_thermal_throttle = true,
283 .support_ct_kill_exit = true,
284 .plcp_delta_threshold = IWL_MAX_PLCP_ERR_THRESHOLD_DEF,
285 .chain_noise_scale = 1000,
286 .wd_timeout = IWL_DEF_WD_TIMEOUT,
287 .max_event_log_size = 512,
288 .shadow_reg_enable = true,
289 };
290
291 static struct iwl_base_params iwl6050_base_params = {
292 .eeprom_size = OTP_LOW_IMAGE_SIZE,
293 .num_of_queues = IWLAGN_NUM_QUEUES,
294 .num_of_ampdu_queues = IWLAGN_NUM_AMPDU_QUEUES,
295 .pll_cfg_val = 0,
296 .max_ll_items = OTP_MAX_LL_ITEMS_6x50,
297 .shadow_ram_support = true,
298 .led_compensation = 51,
299 .adv_thermal_throttle = true,
300 .support_ct_kill_exit = true,
301 .plcp_delta_threshold = IWL_MAX_PLCP_ERR_THRESHOLD_DEF,
302 .chain_noise_scale = 1500,
303 .wd_timeout = IWL_DEF_WD_TIMEOUT,
304 .max_event_log_size = 1024,
305 .shadow_reg_enable = true,
306 };
307 static struct iwl_base_params iwl6000_g2_base_params = {
308 .eeprom_size = OTP_LOW_IMAGE_SIZE,
309 .num_of_queues = IWLAGN_NUM_QUEUES,
310 .num_of_ampdu_queues = IWLAGN_NUM_AMPDU_QUEUES,
311 .pll_cfg_val = 0,
312 .max_ll_items = OTP_MAX_LL_ITEMS_6x00,
313 .shadow_ram_support = true,
314 .led_compensation = 57,
315 .adv_thermal_throttle = true,
316 .support_ct_kill_exit = true,
317 .plcp_delta_threshold = IWL_MAX_PLCP_ERR_THRESHOLD_DEF,
318 .chain_noise_scale = 1000,
319 .wd_timeout = IWL_LONG_WD_TIMEOUT,
320 .max_event_log_size = 512,
321 .shadow_reg_enable = true,
322 };
323
324 static struct iwl_ht_params iwl6000_ht_params = {
325 .ht_greenfield_support = true,
326 .use_rts_for_aggregation = true, /* use rts/cts protection */
327 };
328
329 static struct iwl_bt_params iwl6000_bt_params = {
330 /* Due to bluetooth, we transmit 2.4 GHz probes only on antenna A */
331 .advanced_bt_coexist = true,
332 .agg_time_limit = BT_AGG_THRESHOLD_DEF,
333 .bt_init_traffic_load = IWL_BT_COEX_TRAFFIC_LOAD_NONE,
334 .bt_prio_boost = IWLAGN_BT_PRIO_BOOST_DEFAULT,
335 .bt_sco_disable = true,
336 };
337
338 #define IWL_DEVICE_6005 \
339 .fw_name_pre = IWL6005_FW_PRE, \
340 .ucode_api_max = IWL6000G2_UCODE_API_MAX, \
341 .ucode_api_ok = IWL6000G2_UCODE_API_OK, \
342 .ucode_api_min = IWL6000G2_UCODE_API_MIN, \
343 .max_inst_size = IWL60_RTC_INST_SIZE, \
344 .max_data_size = IWL60_RTC_DATA_SIZE, \
345 .eeprom_ver = EEPROM_6005_EEPROM_VERSION, \
346 .eeprom_calib_ver = EEPROM_6005_TX_POWER_VERSION, \
347 .lib = &iwl6000_lib, \
348 .base_params = &iwl6000_g2_base_params, \
349 .need_temp_offset_calib = true, \
350 .led_mode = IWL_LED_RF_STATE
351
352 const struct iwl_cfg iwl6005_2agn_cfg = {
353 .name = "Intel(R) Centrino(R) Advanced-N 6205 AGN",
354 IWL_DEVICE_6005,
355 .ht_params = &iwl6000_ht_params,
356 };
357
358 const struct iwl_cfg iwl6005_2abg_cfg = {
359 .name = "Intel(R) Centrino(R) Advanced-N 6205 ABG",
360 IWL_DEVICE_6005,
361 };
362
363 const struct iwl_cfg iwl6005_2bg_cfg = {
364 .name = "Intel(R) Centrino(R) Advanced-N 6205 BG",
365 IWL_DEVICE_6005,
366 };
367
368 const struct iwl_cfg iwl6005_2agn_sff_cfg = {
369 .name = "Intel(R) Centrino(R) Advanced-N 6205S AGN",
370 IWL_DEVICE_6005,
371 .ht_params = &iwl6000_ht_params,
372 };
373
374 const struct iwl_cfg iwl6005_2agn_d_cfg = {
375 .name = "Intel(R) Centrino(R) Advanced-N 6205D AGN",
376 IWL_DEVICE_6005,
377 .ht_params = &iwl6000_ht_params,
378 };
379
380 const struct iwl_cfg iwl6005_2agn_mow1_cfg = {
381 .name = "Intel(R) Centrino(R) Advanced-N 6206 AGN",
382 IWL_DEVICE_6005,
383 .ht_params = &iwl6000_ht_params,
384 };
385
386 const struct iwl_cfg iwl6005_2agn_mow2_cfg = {
387 .name = "Intel(R) Centrino(R) Advanced-N 6207 AGN",
388 IWL_DEVICE_6005,
389 .ht_params = &iwl6000_ht_params,
390 };
391
392 #define IWL_DEVICE_6030 \
393 .fw_name_pre = IWL6030_FW_PRE, \
394 .ucode_api_max = IWL6000G2_UCODE_API_MAX, \
395 .ucode_api_ok = IWL6000G2_UCODE_API_OK, \
396 .ucode_api_min = IWL6000G2_UCODE_API_MIN, \
397 .max_inst_size = IWL60_RTC_INST_SIZE, \
398 .max_data_size = IWL60_RTC_DATA_SIZE, \
399 .eeprom_ver = EEPROM_6030_EEPROM_VERSION, \
400 .eeprom_calib_ver = EEPROM_6030_TX_POWER_VERSION, \
401 .lib = &iwl6030_lib, \
402 .base_params = &iwl6000_g2_base_params, \
403 .bt_params = &iwl6000_bt_params, \
404 .need_temp_offset_calib = true, \
405 .led_mode = IWL_LED_RF_STATE, \
406 .adv_pm = true \
407
408 const struct iwl_cfg iwl6030_2agn_cfg = {
409 .name = "Intel(R) Centrino(R) Advanced-N 6230 AGN",
410 IWL_DEVICE_6030,
411 .ht_params = &iwl6000_ht_params,
412 };
413
414 const struct iwl_cfg iwl6030_2abg_cfg = {
415 .name = "Intel(R) Centrino(R) Advanced-N 6230 ABG",
416 IWL_DEVICE_6030,
417 };
418
419 const struct iwl_cfg iwl6030_2bgn_cfg = {
420 .name = "Intel(R) Centrino(R) Advanced-N 6230 BGN",
421 IWL_DEVICE_6030,
422 .ht_params = &iwl6000_ht_params,
423 };
424
425 const struct iwl_cfg iwl6030_2bg_cfg = {
426 .name = "Intel(R) Centrino(R) Advanced-N 6230 BG",
427 IWL_DEVICE_6030,
428 };
429
430 const struct iwl_cfg iwl6035_2agn_cfg = {
431 .name = "Intel(R) Centrino(R) Advanced-N 6235 AGN",
432 IWL_DEVICE_6030,
433 .ht_params = &iwl6000_ht_params,
434 };
435
436 const struct iwl_cfg iwl1030_bgn_cfg = {
437 .name = "Intel(R) Centrino(R) Wireless-N 1030 BGN",
438 IWL_DEVICE_6030,
439 .ht_params = &iwl6000_ht_params,
440 };
441
442 const struct iwl_cfg iwl1030_bg_cfg = {
443 .name = "Intel(R) Centrino(R) Wireless-N 1030 BG",
444 IWL_DEVICE_6030,
445 };
446
447 const struct iwl_cfg iwl130_bgn_cfg = {
448 .name = "Intel(R) Centrino(R) Wireless-N 130 BGN",
449 IWL_DEVICE_6030,
450 .ht_params = &iwl6000_ht_params,
451 .rx_with_siso_diversity = true,
452 };
453
454 const struct iwl_cfg iwl130_bg_cfg = {
455 .name = "Intel(R) Centrino(R) Wireless-N 130 BG",
456 IWL_DEVICE_6030,
457 .rx_with_siso_diversity = true,
458 };
459
460 /*
461 * "i": Internal configuration, use internal Power Amplifier
462 */
463 #define IWL_DEVICE_6000i \
464 .fw_name_pre = IWL6000_FW_PRE, \
465 .ucode_api_max = IWL6000_UCODE_API_MAX, \
466 .ucode_api_ok = IWL6000_UCODE_API_OK, \
467 .ucode_api_min = IWL6000_UCODE_API_MIN, \
468 .max_inst_size = IWL60_RTC_INST_SIZE, \
469 .max_data_size = IWL60_RTC_DATA_SIZE, \
470 .valid_tx_ant = ANT_BC, /* .cfg overwrite */ \
471 .valid_rx_ant = ANT_BC, /* .cfg overwrite */ \
472 .eeprom_ver = EEPROM_6000_EEPROM_VERSION, \
473 .eeprom_calib_ver = EEPROM_6000_TX_POWER_VERSION, \
474 .lib = &iwl6000_lib, \
475 .base_params = &iwl6000_base_params, \
476 .pa_type = IWL_PA_INTERNAL, \
477 .led_mode = IWL_LED_BLINK
478
479 const struct iwl_cfg iwl6000i_2agn_cfg = {
480 .name = "Intel(R) Centrino(R) Advanced-N 6200 AGN",
481 IWL_DEVICE_6000i,
482 .ht_params = &iwl6000_ht_params,
483 };
484
485 const struct iwl_cfg iwl6000i_2abg_cfg = {
486 .name = "Intel(R) Centrino(R) Advanced-N 6200 ABG",
487 IWL_DEVICE_6000i,
488 };
489
490 const struct iwl_cfg iwl6000i_2bg_cfg = {
491 .name = "Intel(R) Centrino(R) Advanced-N 6200 BG",
492 IWL_DEVICE_6000i,
493 };
494
495 #define IWL_DEVICE_6050 \
496 .fw_name_pre = IWL6050_FW_PRE, \
497 .ucode_api_max = IWL6050_UCODE_API_MAX, \
498 .ucode_api_min = IWL6050_UCODE_API_MIN, \
499 .max_inst_size = IWL60_RTC_INST_SIZE, \
500 .max_data_size = IWL60_RTC_DATA_SIZE, \
501 .valid_tx_ant = ANT_AB, /* .cfg overwrite */ \
502 .valid_rx_ant = ANT_AB, /* .cfg overwrite */ \
503 .lib = &iwl6000_lib, \
504 .additional_nic_config = iwl6050_additional_nic_config, \
505 .eeprom_ver = EEPROM_6050_EEPROM_VERSION, \
506 .eeprom_calib_ver = EEPROM_6050_TX_POWER_VERSION, \
507 .base_params = &iwl6050_base_params, \
508 .led_mode = IWL_LED_BLINK, \
509 .internal_wimax_coex = true
510
511 const struct iwl_cfg iwl6050_2agn_cfg = {
512 .name = "Intel(R) Centrino(R) Advanced-N + WiMAX 6250 AGN",
513 IWL_DEVICE_6050,
514 .ht_params = &iwl6000_ht_params,
515 };
516
517 const struct iwl_cfg iwl6050_2abg_cfg = {
518 .name = "Intel(R) Centrino(R) Advanced-N + WiMAX 6250 ABG",
519 IWL_DEVICE_6050,
520 };
521
522 #define IWL_DEVICE_6150 \
523 .fw_name_pre = IWL6050_FW_PRE, \
524 .ucode_api_max = IWL6050_UCODE_API_MAX, \
525 .ucode_api_min = IWL6050_UCODE_API_MIN, \
526 .max_inst_size = IWL60_RTC_INST_SIZE, \
527 .max_data_size = IWL60_RTC_DATA_SIZE, \
528 .lib = &iwl6000_lib, \
529 .additional_nic_config = iwl6150_additional_nic_config, \
530 .eeprom_ver = EEPROM_6150_EEPROM_VERSION, \
531 .eeprom_calib_ver = EEPROM_6150_TX_POWER_VERSION, \
532 .base_params = &iwl6050_base_params, \
533 .led_mode = IWL_LED_BLINK, \
534 .internal_wimax_coex = true
535
536 const struct iwl_cfg iwl6150_bgn_cfg = {
537 .name = "Intel(R) Centrino(R) Wireless-N + WiMAX 6150 BGN",
538 IWL_DEVICE_6150,
539 .ht_params = &iwl6000_ht_params,
540 };
541
542 const struct iwl_cfg iwl6150_bg_cfg = {
543 .name = "Intel(R) Centrino(R) Wireless-N + WiMAX 6150 BG",
544 IWL_DEVICE_6150,
545 };
546
547 const struct iwl_cfg iwl6000_3agn_cfg = {
548 .name = "Intel(R) Centrino(R) Ultimate-N 6300 AGN",
549 .fw_name_pre = IWL6000_FW_PRE,
550 .ucode_api_max = IWL6000_UCODE_API_MAX,
551 .ucode_api_ok = IWL6000_UCODE_API_OK,
552 .ucode_api_min = IWL6000_UCODE_API_MIN,
553 .max_inst_size = IWL60_RTC_INST_SIZE,
554 .max_data_size = IWL60_RTC_DATA_SIZE,
555 .eeprom_ver = EEPROM_6000_EEPROM_VERSION,
556 .eeprom_calib_ver = EEPROM_6000_TX_POWER_VERSION,
557 .lib = &iwl6000_lib,
558 .base_params = &iwl6000_base_params,
559 .ht_params = &iwl6000_ht_params,
560 .led_mode = IWL_LED_BLINK,
561 };
562
563 MODULE_FIRMWARE(IWL6000_MODULE_FIRMWARE(IWL6000_UCODE_API_OK));
564 MODULE_FIRMWARE(IWL6050_MODULE_FIRMWARE(IWL6050_UCODE_API_MAX));
565 MODULE_FIRMWARE(IWL6005_MODULE_FIRMWARE(IWL6000G2_UCODE_API_MAX));
566 MODULE_FIRMWARE(IWL6030_MODULE_FIRMWARE(IWL6000G2_UCODE_API_MAX));
This page took 0.043652 seconds and 6 git commands to generate.