iwlwifi: virtualize iwl_{grab,release}_nic_access
[deliverable/linux.git] / drivers / net / wireless / iwlwifi / pcie / 6000.c
CommitLineData
e1228374
JS
1/******************************************************************************
2 *
4e318262 3 * Copyright(c) 2008 - 2012 Intel Corporation. All rights reserved.
e1228374
JS
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
e1228374 27#include <linux/module.h>
8fcbd4dc 28#include <linux/stringify.h>
e9676695 29#include "iwl-config.h"
0db19cde 30#include "iwl-agn-hw.h"
6468a01a 31#include "cfg.h"
1023fdc4 32#include "dvm/commands.h" /* needed for BT for now */
e1228374
JS
33
34/* Highest firmware API version supported */
b9148115 35#define IWL6000_UCODE_API_MAX 6
62cb3c6a 36#define IWL6050_UCODE_API_MAX 5
ca9a4605 37#define IWL6000G2_UCODE_API_MAX 6
d2c8b15d 38#define IWL6035_UCODE_API_MAX 6
ca9a4605
JB
39
40/* Oldest version we won't warn about */
b9148115 41#define IWL6000_UCODE_API_OK 4
ca9a4605 42#define IWL6000G2_UCODE_API_OK 5
78cbcf2b
MV
43#define IWL6050_UCODE_API_OK 5
44#define IWL6000G2B_UCODE_API_OK 6
d2c8b15d 45#define IWL6035_UCODE_API_OK 6
e1228374
JS
46
47/* Lowest firmware API version supported */
44246421
WYG
48#define IWL6000_UCODE_API_MIN 4
49#define IWL6050_UCODE_API_MIN 4
d2c8b15d
MV
50#define IWL6000G2_UCODE_API_MIN 5
51#define IWL6035_UCODE_API_MIN 6
e1228374 52
586aed96
JB
53/* EEPROM versions */
54#define EEPROM_6000_TX_POWER_VERSION (4)
55#define EEPROM_6000_EEPROM_VERSION (0x423)
56#define EEPROM_6050_TX_POWER_VERSION (4)
57#define EEPROM_6050_EEPROM_VERSION (0x532)
58#define EEPROM_6150_TX_POWER_VERSION (6)
59#define EEPROM_6150_EEPROM_VERSION (0x553)
60#define EEPROM_6005_TX_POWER_VERSION (6)
61#define EEPROM_6005_EEPROM_VERSION (0x709)
62#define EEPROM_6030_TX_POWER_VERSION (6)
63#define EEPROM_6030_EEPROM_VERSION (0x709)
64#define EEPROM_6035_TX_POWER_VERSION (6)
65#define EEPROM_6035_EEPROM_VERSION (0x753)
66
e1228374 67#define IWL6000_FW_PRE "iwlwifi-6000-"
8fcbd4dc 68#define IWL6000_MODULE_FIRMWARE(api) IWL6000_FW_PRE __stringify(api) ".ucode"
e1228374
JS
69
70#define IWL6050_FW_PRE "iwlwifi-6050-"
8fcbd4dc 71#define IWL6050_MODULE_FIRMWARE(api) IWL6050_FW_PRE __stringify(api) ".ucode"
e1228374 72
1956e1ad 73#define IWL6005_FW_PRE "iwlwifi-6000g2a-"
8fcbd4dc 74#define IWL6005_MODULE_FIRMWARE(api) IWL6005_FW_PRE __stringify(api) ".ucode"
95b13014 75
1956e1ad 76#define IWL6030_FW_PRE "iwlwifi-6000g2b-"
8fcbd4dc 77#define IWL6030_MODULE_FIRMWARE(api) IWL6030_FW_PRE __stringify(api) ".ucode"
1808972f 78
6794f3ee 79static const struct iwl_base_params iwl6000_base_params = {
0b5af201 80 .eeprom_size = OTP_LOW_IMAGE_SIZE,
0b5af201 81 .num_of_queues = IWLAGN_NUM_QUEUES,
0b5af201 82 .pll_cfg_val = 0,
0b5af201
JS
83 .max_ll_items = OTP_MAX_LL_ITEMS_6x00,
84 .shadow_ram_support = true,
0b5af201 85 .led_compensation = 51,
0b5af201
JS
86 .adv_thermal_throttle = true,
87 .support_ct_kill_exit = true,
88 .plcp_delta_threshold = IWL_MAX_PLCP_ERR_THRESHOLD_DEF,
89 .chain_noise_scale = 1000,
22de94de 90 .wd_timeout = IWL_DEF_WD_TIMEOUT,
95b13014 91 .max_event_log_size = 512,
66a77072 92 .shadow_reg_enable = false, /* TODO: fix bugs using this feature */
0b5af201
JS
93};
94
6794f3ee 95static const struct iwl_base_params iwl6050_base_params = {
1808972f 96 .eeprom_size = OTP_LOW_IMAGE_SIZE,
1808972f 97 .num_of_queues = IWLAGN_NUM_QUEUES,
1808972f 98 .pll_cfg_val = 0,
7cb1b088 99 .max_ll_items = OTP_MAX_LL_ITEMS_6x50,
1808972f
SZ
100 .shadow_ram_support = true,
101 .led_compensation = 51,
1808972f
SZ
102 .adv_thermal_throttle = true,
103 .support_ct_kill_exit = true,
104 .plcp_delta_threshold = IWL_MAX_PLCP_ERR_THRESHOLD_DEF,
7cb1b088 105 .chain_noise_scale = 1500,
22de94de 106 .wd_timeout = IWL_DEF_WD_TIMEOUT,
7cb1b088 107 .max_event_log_size = 1024,
66a77072 108 .shadow_reg_enable = false, /* TODO: fix bugs using this feature */
7cb1b088 109};
6794f3ee
JB
110
111static const struct iwl_base_params iwl6000_g2_base_params = {
de05ead8
WYG
112 .eeprom_size = OTP_LOW_IMAGE_SIZE,
113 .num_of_queues = IWLAGN_NUM_QUEUES,
de05ead8 114 .pll_cfg_val = 0,
de05ead8
WYG
115 .max_ll_items = OTP_MAX_LL_ITEMS_6x00,
116 .shadow_ram_support = true,
4fb33244 117 .led_compensation = 57,
de05ead8
WYG
118 .adv_thermal_throttle = true,
119 .support_ct_kill_exit = true,
120 .plcp_delta_threshold = IWL_MAX_PLCP_ERR_THRESHOLD_DEF,
121 .chain_noise_scale = 1000,
22de94de 122 .wd_timeout = IWL_LONG_WD_TIMEOUT,
de05ead8 123 .max_event_log_size = 512,
66a77072 124 .shadow_reg_enable = false, /* TODO: fix bugs using this feature */
de05ead8 125};
7cb1b088 126
6794f3ee 127static const struct iwl_ht_params iwl6000_ht_params = {
7cb1b088
WYG
128 .ht_greenfield_support = true,
129 .use_rts_for_aggregation = true, /* use rts/cts protection */
d370493f 130 .ht40_bands = BIT(IEEE80211_BAND_2GHZ) | BIT(IEEE80211_BAND_5GHZ),
7cb1b088
WYG
131};
132
6794f3ee 133static const struct iwl_bt_params iwl6000_bt_params = {
7cb1b088
WYG
134 /* Due to bluetooth, we transmit 2.4 GHz probes only on antenna A */
135 .advanced_bt_coexist = true,
66e863a5 136 .agg_time_limit = BT_AGG_THRESHOLD_DEF,
7cb1b088
WYG
137 .bt_init_traffic_load = IWL_BT_COEX_TRAFFIC_LOAD_NONE,
138 .bt_prio_boost = IWLAGN_BT_PRIO_BOOST_DEFAULT,
e366176e 139 .bt_sco_disable = true,
7cb1b088
WYG
140};
141
26a7ca9a
JB
142static const struct iwl_eeprom_params iwl6000_eeprom_params = {
143 .regulatory_bands = {
144 EEPROM_REG_BAND_1_CHANNELS,
145 EEPROM_REG_BAND_2_CHANNELS,
146 EEPROM_REG_BAND_3_CHANNELS,
147 EEPROM_REG_BAND_4_CHANNELS,
148 EEPROM_REG_BAND_5_CHANNELS,
149 EEPROM_6000_REG_BAND_24_HT40_CHANNELS,
150 EEPROM_REG_BAND_52_HT40_CHANNELS
151 },
152 .enhanced_txpower = true,
153};
154
65af8dea 155#define IWL_DEVICE_6005 \
ca9a4605 156 .fw_name_pre = IWL6005_FW_PRE, \
65af8dea 157 .ucode_api_max = IWL6000G2_UCODE_API_MAX, \
ca9a4605 158 .ucode_api_ok = IWL6000G2_UCODE_API_OK, \
65af8dea 159 .ucode_api_min = IWL6000G2_UCODE_API_MIN, \
2d771cb6 160 .device_family = IWL_DEVICE_FAMILY_6005, \
dae66d0d
EG
161 .max_inst_size = IWL60_RTC_INST_SIZE, \
162 .max_data_size = IWL60_RTC_DATA_SIZE, \
b7998c8b
EL
163 .nvm_ver = EEPROM_6005_EEPROM_VERSION, \
164 .nvm_calib_ver = EEPROM_6005_TX_POWER_VERSION, \
65af8dea 165 .base_params = &iwl6000_g2_base_params, \
26a7ca9a 166 .eeprom_params = &iwl6000_eeprom_params, \
65af8dea
WYG
167 .need_temp_offset_calib = true, \
168 .led_mode = IWL_LED_RF_STATE
169
706c4ff6 170const struct iwl_cfg iwl6005_2agn_cfg = {
55017ab8 171 .name = "Intel(R) Centrino(R) Advanced-N 6205 AGN",
65af8dea 172 IWL_DEVICE_6005,
7cb1b088 173 .ht_params = &iwl6000_ht_params,
7cb1b088
WYG
174};
175
706c4ff6 176const struct iwl_cfg iwl6005_2abg_cfg = {
55017ab8 177 .name = "Intel(R) Centrino(R) Advanced-N 6205 ABG",
65af8dea 178 IWL_DEVICE_6005,
1808972f
SZ
179};
180
706c4ff6 181const struct iwl_cfg iwl6005_2bg_cfg = {
55017ab8 182 .name = "Intel(R) Centrino(R) Advanced-N 6205 BG",
65af8dea
WYG
183 IWL_DEVICE_6005,
184};
185
706c4ff6 186const struct iwl_cfg iwl6005_2agn_sff_cfg = {
6a9ae0dc
WYG
187 .name = "Intel(R) Centrino(R) Advanced-N 6205S AGN",
188 IWL_DEVICE_6005,
189 .ht_params = &iwl6000_ht_params,
190};
191
706c4ff6 192const struct iwl_cfg iwl6005_2agn_d_cfg = {
5131a600
WYG
193 .name = "Intel(R) Centrino(R) Advanced-N 6205D AGN",
194 IWL_DEVICE_6005,
195 .ht_params = &iwl6000_ht_params,
196};
197
706c4ff6 198const struct iwl_cfg iwl6005_2agn_mow1_cfg = {
37891123
WYG
199 .name = "Intel(R) Centrino(R) Advanced-N 6206 AGN",
200 IWL_DEVICE_6005,
201 .ht_params = &iwl6000_ht_params,
202};
706c4ff6
JB
203
204const struct iwl_cfg iwl6005_2agn_mow2_cfg = {
37891123
WYG
205 .name = "Intel(R) Centrino(R) Advanced-N 6207 AGN",
206 IWL_DEVICE_6005,
207 .ht_params = &iwl6000_ht_params,
208};
209
65af8dea 210#define IWL_DEVICE_6030 \
ca9a4605 211 .fw_name_pre = IWL6030_FW_PRE, \
65af8dea 212 .ucode_api_max = IWL6000G2_UCODE_API_MAX, \
1ed2ec37 213 .ucode_api_ok = IWL6000G2B_UCODE_API_OK, \
65af8dea 214 .ucode_api_min = IWL6000G2_UCODE_API_MIN, \
2d771cb6 215 .device_family = IWL_DEVICE_FAMILY_6030, \
dae66d0d
EG
216 .max_inst_size = IWL60_RTC_INST_SIZE, \
217 .max_data_size = IWL60_RTC_DATA_SIZE, \
b7998c8b
EL
218 .nvm_ver = EEPROM_6030_EEPROM_VERSION, \
219 .nvm_calib_ver = EEPROM_6030_TX_POWER_VERSION, \
65af8dea
WYG
220 .base_params = &iwl6000_g2_base_params, \
221 .bt_params = &iwl6000_bt_params, \
26a7ca9a 222 .eeprom_params = &iwl6000_eeprom_params, \
65af8dea
WYG
223 .need_temp_offset_calib = true, \
224 .led_mode = IWL_LED_RF_STATE, \
cd017f25 225 .adv_pm = true \
1808972f 226
706c4ff6 227const struct iwl_cfg iwl6030_2agn_cfg = {
d2eceef0 228 .name = "Intel(R) Centrino(R) Advanced-N 6230 AGN",
65af8dea 229 IWL_DEVICE_6030,
7cb1b088 230 .ht_params = &iwl6000_ht_params,
1808972f
SZ
231};
232
706c4ff6 233const struct iwl_cfg iwl6030_2abg_cfg = {
d2eceef0 234 .name = "Intel(R) Centrino(R) Advanced-N 6230 ABG",
65af8dea 235 IWL_DEVICE_6030,
1808972f
SZ
236};
237
706c4ff6 238const struct iwl_cfg iwl6030_2bgn_cfg = {
d2eceef0 239 .name = "Intel(R) Centrino(R) Advanced-N 6230 BGN",
65af8dea 240 IWL_DEVICE_6030,
7cb1b088 241 .ht_params = &iwl6000_ht_params,
9f6e1baf
SZ
242};
243
706c4ff6 244const struct iwl_cfg iwl6030_2bg_cfg = {
d2eceef0 245 .name = "Intel(R) Centrino(R) Advanced-N 6230 BG",
65af8dea 246 IWL_DEVICE_6030,
1808972f
SZ
247};
248
d2c8b15d
MV
249#define IWL_DEVICE_6035 \
250 .fw_name_pre = IWL6030_FW_PRE, \
251 .ucode_api_max = IWL6035_UCODE_API_MAX, \
252 .ucode_api_ok = IWL6035_UCODE_API_OK, \
253 .ucode_api_min = IWL6035_UCODE_API_MIN, \
254 .device_family = IWL_DEVICE_FAMILY_6030, \
255 .max_inst_size = IWL60_RTC_INST_SIZE, \
256 .max_data_size = IWL60_RTC_DATA_SIZE, \
b7998c8b
EL
257 .nvm_ver = EEPROM_6030_EEPROM_VERSION, \
258 .nvm_calib_ver = EEPROM_6030_TX_POWER_VERSION, \
d2c8b15d
MV
259 .base_params = &iwl6000_g2_base_params, \
260 .bt_params = &iwl6000_bt_params, \
3c70d087 261 .eeprom_params = &iwl6000_eeprom_params, \
d2c8b15d
MV
262 .need_temp_offset_calib = true, \
263 .led_mode = IWL_LED_RF_STATE, \
264 .adv_pm = true
265
706c4ff6 266const struct iwl_cfg iwl6035_2agn_cfg = {
6195d135 267 .name = "Intel(R) Centrino(R) Advanced-N 6235 AGN",
d2c8b15d 268 IWL_DEVICE_6035,
d103e344
WYG
269 .ht_params = &iwl6000_ht_params,
270};
271
706c4ff6 272const struct iwl_cfg iwl1030_bgn_cfg = {
d2eceef0 273 .name = "Intel(R) Centrino(R) Wireless-N 1030 BGN",
65af8dea 274 IWL_DEVICE_6030,
7cb1b088 275 .ht_params = &iwl6000_ht_params,
1808972f
SZ
276};
277
706c4ff6 278const struct iwl_cfg iwl1030_bg_cfg = {
d2eceef0 279 .name = "Intel(R) Centrino(R) Wireless-N 1030 BG",
65af8dea
WYG
280 IWL_DEVICE_6030,
281};
282
706c4ff6 283const struct iwl_cfg iwl130_bgn_cfg = {
65af8dea
WYG
284 .name = "Intel(R) Centrino(R) Wireless-N 130 BGN",
285 IWL_DEVICE_6030,
286 .ht_params = &iwl6000_ht_params,
287 .rx_with_siso_diversity = true,
288};
289
706c4ff6 290const struct iwl_cfg iwl130_bg_cfg = {
65af8dea
WYG
291 .name = "Intel(R) Centrino(R) Wireless-N 130 BG",
292 IWL_DEVICE_6030,
293 .rx_with_siso_diversity = true,
1808972f
SZ
294};
295
95b13014
SZ
296/*
297 * "i": Internal configuration, use internal Power Amplifier
298 */
65af8dea
WYG
299#define IWL_DEVICE_6000i \
300 .fw_name_pre = IWL6000_FW_PRE, \
301 .ucode_api_max = IWL6000_UCODE_API_MAX, \
b9148115 302 .ucode_api_ok = IWL6000_UCODE_API_OK, \
65af8dea 303 .ucode_api_min = IWL6000_UCODE_API_MIN, \
2d771cb6 304 .device_family = IWL_DEVICE_FAMILY_6000i, \
dae66d0d
EG
305 .max_inst_size = IWL60_RTC_INST_SIZE, \
306 .max_data_size = IWL60_RTC_DATA_SIZE, \
65af8dea
WYG
307 .valid_tx_ant = ANT_BC, /* .cfg overwrite */ \
308 .valid_rx_ant = ANT_BC, /* .cfg overwrite */ \
b7998c8b
EL
309 .nvm_ver = EEPROM_6000_EEPROM_VERSION, \
310 .nvm_calib_ver = EEPROM_6000_TX_POWER_VERSION, \
65af8dea 311 .base_params = &iwl6000_base_params, \
26a7ca9a 312 .eeprom_params = &iwl6000_eeprom_params, \
65af8dea
WYG
313 .led_mode = IWL_LED_BLINK
314
706c4ff6 315const struct iwl_cfg iwl6000i_2agn_cfg = {
c11362c0 316 .name = "Intel(R) Centrino(R) Advanced-N 6200 AGN",
65af8dea 317 IWL_DEVICE_6000i,
7cb1b088 318 .ht_params = &iwl6000_ht_params,
e1228374
JS
319};
320
706c4ff6 321const struct iwl_cfg iwl6000i_2abg_cfg = {
c11362c0 322 .name = "Intel(R) Centrino(R) Advanced-N 6200 ABG",
65af8dea 323 IWL_DEVICE_6000i,
5953a62e
WYG
324};
325
706c4ff6 326const struct iwl_cfg iwl6000i_2bg_cfg = {
c11362c0 327 .name = "Intel(R) Centrino(R) Advanced-N 6200 BG",
65af8dea
WYG
328 IWL_DEVICE_6000i,
329};
330
331#define IWL_DEVICE_6050 \
332 .fw_name_pre = IWL6050_FW_PRE, \
333 .ucode_api_max = IWL6050_UCODE_API_MAX, \
334 .ucode_api_min = IWL6050_UCODE_API_MIN, \
2d771cb6 335 .device_family = IWL_DEVICE_FAMILY_6050, \
dae66d0d
EG
336 .max_inst_size = IWL60_RTC_INST_SIZE, \
337 .max_data_size = IWL60_RTC_DATA_SIZE, \
ff458edc
WYG
338 .valid_tx_ant = ANT_AB, /* .cfg overwrite */ \
339 .valid_rx_ant = ANT_AB, /* .cfg overwrite */ \
b7998c8b
EL
340 .nvm_ver = EEPROM_6050_EEPROM_VERSION, \
341 .nvm_calib_ver = EEPROM_6050_TX_POWER_VERSION, \
65af8dea 342 .base_params = &iwl6050_base_params, \
26a7ca9a 343 .eeprom_params = &iwl6000_eeprom_params, \
65af8dea
WYG
344 .led_mode = IWL_LED_BLINK, \
345 .internal_wimax_coex = true
5953a62e 346
706c4ff6 347const struct iwl_cfg iwl6050_2agn_cfg = {
c11362c0 348 .name = "Intel(R) Centrino(R) Advanced-N + WiMAX 6250 AGN",
65af8dea 349 IWL_DEVICE_6050,
7cb1b088 350 .ht_params = &iwl6000_ht_params,
65af8dea
WYG
351};
352
706c4ff6 353const struct iwl_cfg iwl6050_2abg_cfg = {
65af8dea
WYG
354 .name = "Intel(R) Centrino(R) Advanced-N + WiMAX 6250 ABG",
355 IWL_DEVICE_6050,
03264339
SZ
356};
357
1144181c
WYG
358#define IWL_DEVICE_6150 \
359 .fw_name_pre = IWL6050_FW_PRE, \
360 .ucode_api_max = IWL6050_UCODE_API_MAX, \
361 .ucode_api_min = IWL6050_UCODE_API_MIN, \
2d771cb6 362 .device_family = IWL_DEVICE_FAMILY_6150, \
dae66d0d
EG
363 .max_inst_size = IWL60_RTC_INST_SIZE, \
364 .max_data_size = IWL60_RTC_DATA_SIZE, \
b7998c8b
EL
365 .nvm_ver = EEPROM_6150_EEPROM_VERSION, \
366 .nvm_calib_ver = EEPROM_6150_TX_POWER_VERSION, \
1144181c 367 .base_params = &iwl6050_base_params, \
26a7ca9a 368 .eeprom_params = &iwl6000_eeprom_params, \
1144181c
WYG
369 .led_mode = IWL_LED_BLINK, \
370 .internal_wimax_coex = true
371
706c4ff6 372const struct iwl_cfg iwl6150_bgn_cfg = {
f9dc6467 373 .name = "Intel(R) Centrino(R) Wireless-N + WiMAX 6150 BGN",
1144181c 374 IWL_DEVICE_6150,
7cb1b088 375 .ht_params = &iwl6000_ht_params,
1144181c
WYG
376};
377
706c4ff6 378const struct iwl_cfg iwl6150_bg_cfg = {
1144181c
WYG
379 .name = "Intel(R) Centrino(R) Wireless-N + WiMAX 6150 BG",
380 IWL_DEVICE_6150,
e1228374
JS
381};
382
706c4ff6 383const struct iwl_cfg iwl6000_3agn_cfg = {
c11362c0 384 .name = "Intel(R) Centrino(R) Ultimate-N 6300 AGN",
e1228374
JS
385 .fw_name_pre = IWL6000_FW_PRE,
386 .ucode_api_max = IWL6000_UCODE_API_MAX,
b9148115 387 .ucode_api_ok = IWL6000_UCODE_API_OK,
e1228374 388 .ucode_api_min = IWL6000_UCODE_API_MIN,
2d771cb6 389 .device_family = IWL_DEVICE_FAMILY_6000,
dae66d0d
EG
390 .max_inst_size = IWL60_RTC_INST_SIZE,
391 .max_data_size = IWL60_RTC_DATA_SIZE,
b7998c8b
EL
392 .nvm_ver = EEPROM_6000_EEPROM_VERSION,
393 .nvm_calib_ver = EEPROM_6000_TX_POWER_VERSION,
7cb1b088 394 .base_params = &iwl6000_base_params,
26a7ca9a 395 .eeprom_params = &iwl6000_eeprom_params,
7cb1b088 396 .ht_params = &iwl6000_ht_params,
564b344c 397 .led_mode = IWL_LED_BLINK,
e1228374
JS
398};
399
b9148115 400MODULE_FIRMWARE(IWL6000_MODULE_FIRMWARE(IWL6000_UCODE_API_OK));
78cbcf2b
MV
401MODULE_FIRMWARE(IWL6050_MODULE_FIRMWARE(IWL6050_UCODE_API_OK));
402MODULE_FIRMWARE(IWL6005_MODULE_FIRMWARE(IWL6000G2_UCODE_API_OK));
403MODULE_FIRMWARE(IWL6030_MODULE_FIRMWARE(IWL6000G2B_UCODE_API_OK));
This page took 0.532898 seconds and 5 git commands to generate.