iwl-6000.c 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460
  1. /******************************************************************************
  2. *
  3. * Copyright(c) 2008-2009 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. #include <linux/kernel.h>
  27. #include <linux/module.h>
  28. #include <linux/init.h>
  29. #include <linux/pci.h>
  30. #include <linux/dma-mapping.h>
  31. #include <linux/delay.h>
  32. #include <linux/skbuff.h>
  33. #include <linux/netdevice.h>
  34. #include <linux/wireless.h>
  35. #include <net/mac80211.h>
  36. #include <linux/etherdevice.h>
  37. #include <asm/unaligned.h>
  38. #include "iwl-eeprom.h"
  39. #include "iwl-dev.h"
  40. #include "iwl-core.h"
  41. #include "iwl-io.h"
  42. #include "iwl-sta.h"
  43. #include "iwl-helpers.h"
  44. #include "iwl-5000-hw.h"
  45. #include "iwl-6000-hw.h"
  46. #include "iwl-agn-led.h"
  47. /* Highest firmware API version supported */
  48. #define IWL6000_UCODE_API_MAX 4
  49. #define IWL6050_UCODE_API_MAX 4
  50. /* Lowest firmware API version supported */
  51. #define IWL6000_UCODE_API_MIN 4
  52. #define IWL6050_UCODE_API_MIN 4
  53. #define IWL6000_FW_PRE "iwlwifi-6000-"
  54. #define _IWL6000_MODULE_FIRMWARE(api) IWL6000_FW_PRE #api ".ucode"
  55. #define IWL6000_MODULE_FIRMWARE(api) _IWL6000_MODULE_FIRMWARE(api)
  56. #define IWL6050_FW_PRE "iwlwifi-6050-"
  57. #define _IWL6050_MODULE_FIRMWARE(api) IWL6050_FW_PRE #api ".ucode"
  58. #define IWL6050_MODULE_FIRMWARE(api) _IWL6050_MODULE_FIRMWARE(api)
  59. static void iwl6000_set_ct_threshold(struct iwl_priv *priv)
  60. {
  61. /* want Celsius */
  62. priv->hw_params.ct_kill_threshold = CT_KILL_THRESHOLD;
  63. priv->hw_params.ct_kill_exit_threshold = CT_KILL_EXIT_THRESHOLD;
  64. }
  65. /* NIC configuration for 6000 series */
  66. static void iwl6000_nic_config(struct iwl_priv *priv)
  67. {
  68. u16 radio_cfg;
  69. radio_cfg = iwl_eeprom_query16(priv, EEPROM_RADIO_CONFIG);
  70. /* write radio config values to register */
  71. if (EEPROM_RF_CFG_TYPE_MSK(radio_cfg) <= EEPROM_RF_CONFIG_TYPE_MAX)
  72. iwl_set_bit(priv, CSR_HW_IF_CONFIG_REG,
  73. EEPROM_RF_CFG_TYPE_MSK(radio_cfg) |
  74. EEPROM_RF_CFG_STEP_MSK(radio_cfg) |
  75. EEPROM_RF_CFG_DASH_MSK(radio_cfg));
  76. /* set CSR_HW_CONFIG_REG for uCode use */
  77. iwl_set_bit(priv, CSR_HW_IF_CONFIG_REG,
  78. CSR_HW_IF_CONFIG_REG_BIT_RADIO_SI |
  79. CSR_HW_IF_CONFIG_REG_BIT_MAC_SI);
  80. /* no locking required for register write */
  81. if (priv->cfg->pa_type == IWL_PA_INTERNAL) {
  82. /* 2x2 IPA phy type */
  83. iwl_write32(priv, CSR_GP_DRIVER_REG,
  84. CSR_GP_DRIVER_REG_BIT_RADIO_SKU_2x2_IPA);
  85. }
  86. /* else do nothing, uCode configured */
  87. }
  88. static struct iwl_sensitivity_ranges iwl6000_sensitivity = {
  89. .min_nrg_cck = 97,
  90. .max_nrg_cck = 0, /* not used, set to 0 */
  91. .auto_corr_min_ofdm = 80,
  92. .auto_corr_min_ofdm_mrc = 128,
  93. .auto_corr_min_ofdm_x1 = 105,
  94. .auto_corr_min_ofdm_mrc_x1 = 192,
  95. .auto_corr_max_ofdm = 145,
  96. .auto_corr_max_ofdm_mrc = 232,
  97. .auto_corr_max_ofdm_x1 = 145,
  98. .auto_corr_max_ofdm_mrc_x1 = 232,
  99. .auto_corr_min_cck = 125,
  100. .auto_corr_max_cck = 175,
  101. .auto_corr_min_cck_mrc = 160,
  102. .auto_corr_max_cck_mrc = 310,
  103. .nrg_th_cck = 97,
  104. .nrg_th_ofdm = 100,
  105. .barker_corr_th_min = 190,
  106. .barker_corr_th_min_mrc = 390,
  107. .nrg_th_cca = 62,
  108. };
  109. static int iwl6000_hw_set_hw_params(struct iwl_priv *priv)
  110. {
  111. if (priv->cfg->mod_params->num_of_queues >= IWL_MIN_NUM_QUEUES &&
  112. priv->cfg->mod_params->num_of_queues <= IWL50_NUM_QUEUES)
  113. priv->cfg->num_of_queues =
  114. priv->cfg->mod_params->num_of_queues;
  115. priv->hw_params.max_txq_num = priv->cfg->num_of_queues;
  116. priv->hw_params.dma_chnl_num = FH50_TCSR_CHNL_NUM;
  117. priv->hw_params.scd_bc_tbls_size =
  118. priv->cfg->num_of_queues *
  119. sizeof(struct iwl5000_scd_bc_tbl);
  120. priv->hw_params.tfd_size = sizeof(struct iwl_tfd);
  121. priv->hw_params.max_stations = IWL5000_STATION_COUNT;
  122. priv->hw_params.bcast_sta_id = IWL5000_BROADCAST_ID;
  123. priv->hw_params.max_data_size = IWL60_RTC_DATA_SIZE;
  124. priv->hw_params.max_inst_size = IWL60_RTC_INST_SIZE;
  125. priv->hw_params.max_bsm_size = 0;
  126. priv->hw_params.ht40_channel = BIT(IEEE80211_BAND_2GHZ) |
  127. BIT(IEEE80211_BAND_5GHZ);
  128. priv->hw_params.rx_wrt_ptr_reg = FH_RSCSR_CHNL0_WPTR;
  129. priv->hw_params.tx_chains_num = num_of_ant(priv->cfg->valid_tx_ant);
  130. priv->hw_params.rx_chains_num = num_of_ant(priv->cfg->valid_rx_ant);
  131. priv->hw_params.valid_tx_ant = priv->cfg->valid_tx_ant;
  132. priv->hw_params.valid_rx_ant = priv->cfg->valid_rx_ant;
  133. if (priv->cfg->ops->lib->temp_ops.set_ct_kill)
  134. priv->cfg->ops->lib->temp_ops.set_ct_kill(priv);
  135. /* Set initial sensitivity parameters */
  136. /* Set initial calibration set */
  137. priv->hw_params.sens = &iwl6000_sensitivity;
  138. priv->hw_params.calib_init_cfg =
  139. BIT(IWL_CALIB_XTAL) |
  140. BIT(IWL_CALIB_LO) |
  141. BIT(IWL_CALIB_TX_IQ) |
  142. BIT(IWL_CALIB_BASE_BAND);
  143. return 0;
  144. }
  145. static int iwl6000_hw_channel_switch(struct iwl_priv *priv, u16 channel)
  146. {
  147. struct iwl6000_channel_switch_cmd cmd;
  148. const struct iwl_channel_info *ch_info;
  149. struct iwl_host_cmd hcmd = {
  150. .id = REPLY_CHANNEL_SWITCH,
  151. .len = sizeof(cmd),
  152. .flags = CMD_SIZE_HUGE,
  153. .data = &cmd,
  154. };
  155. IWL_DEBUG_11H(priv, "channel switch from %d to %d\n",
  156. priv->active_rxon.channel, channel);
  157. cmd.band = priv->band == IEEE80211_BAND_2GHZ;
  158. cmd.channel = cpu_to_le16(channel);
  159. cmd.rxon_flags = priv->staging_rxon.flags;
  160. cmd.rxon_filter_flags = priv->staging_rxon.filter_flags;
  161. cmd.switch_time = cpu_to_le32(priv->ucode_beacon_time);
  162. ch_info = iwl_get_channel_info(priv, priv->band, channel);
  163. if (ch_info)
  164. cmd.expect_beacon = is_channel_radar(ch_info);
  165. else {
  166. IWL_ERR(priv, "invalid channel switch from %u to %u\n",
  167. priv->active_rxon.channel, channel);
  168. return -EFAULT;
  169. }
  170. priv->switch_rxon.channel = cpu_to_le16(channel);
  171. priv->switch_rxon.switch_in_progress = true;
  172. return iwl_send_cmd_sync(priv, &hcmd);
  173. }
  174. static struct iwl_lib_ops iwl6000_lib = {
  175. .set_hw_params = iwl6000_hw_set_hw_params,
  176. .txq_update_byte_cnt_tbl = iwl5000_txq_update_byte_cnt_tbl,
  177. .txq_inval_byte_cnt_tbl = iwl5000_txq_inval_byte_cnt_tbl,
  178. .txq_set_sched = iwl5000_txq_set_sched,
  179. .txq_agg_enable = iwl5000_txq_agg_enable,
  180. .txq_agg_disable = iwl5000_txq_agg_disable,
  181. .txq_attach_buf_to_tfd = iwl_hw_txq_attach_buf_to_tfd,
  182. .txq_free_tfd = iwl_hw_txq_free_tfd,
  183. .txq_init = iwl_hw_tx_queue_init,
  184. .rx_handler_setup = iwl5000_rx_handler_setup,
  185. .setup_deferred_work = iwl5000_setup_deferred_work,
  186. .is_valid_rtc_data_addr = iwl5000_hw_valid_rtc_data_addr,
  187. .load_ucode = iwl5000_load_ucode,
  188. .dump_nic_event_log = iwl_dump_nic_event_log,
  189. .dump_nic_error_log = iwl_dump_nic_error_log,
  190. .dump_csr = iwl_dump_csr,
  191. .init_alive_start = iwl5000_init_alive_start,
  192. .alive_notify = iwl5000_alive_notify,
  193. .send_tx_power = iwl5000_send_tx_power,
  194. .update_chain_flags = iwl_update_chain_flags,
  195. .set_channel_switch = iwl6000_hw_channel_switch,
  196. .apm_ops = {
  197. .init = iwl_apm_init,
  198. .stop = iwl_apm_stop,
  199. .config = iwl6000_nic_config,
  200. .set_pwr_src = iwl_set_pwr_src,
  201. },
  202. .eeprom_ops = {
  203. .regulatory_bands = {
  204. EEPROM_5000_REG_BAND_1_CHANNELS,
  205. EEPROM_5000_REG_BAND_2_CHANNELS,
  206. EEPROM_5000_REG_BAND_3_CHANNELS,
  207. EEPROM_5000_REG_BAND_4_CHANNELS,
  208. EEPROM_5000_REG_BAND_5_CHANNELS,
  209. EEPROM_5000_REG_BAND_24_HT40_CHANNELS,
  210. EEPROM_5000_REG_BAND_52_HT40_CHANNELS
  211. },
  212. .verify_signature = iwlcore_eeprom_verify_signature,
  213. .acquire_semaphore = iwlcore_eeprom_acquire_semaphore,
  214. .release_semaphore = iwlcore_eeprom_release_semaphore,
  215. .calib_version = iwl5000_eeprom_calib_version,
  216. .query_addr = iwl5000_eeprom_query_addr,
  217. .update_enhanced_txpower = iwlcore_eeprom_enhanced_txpower,
  218. },
  219. .post_associate = iwl_post_associate,
  220. .isr = iwl_isr_ict,
  221. .config_ap = iwl_config_ap,
  222. .temp_ops = {
  223. .temperature = iwl5000_temperature,
  224. .set_ct_kill = iwl6000_set_ct_threshold,
  225. },
  226. };
  227. static struct iwl_ops iwl6000_ops = {
  228. .ucode = &iwl5000_ucode,
  229. .lib = &iwl6000_lib,
  230. .hcmd = &iwl5000_hcmd,
  231. .utils = &iwl5000_hcmd_utils,
  232. .led = &iwlagn_led_ops,
  233. };
  234. static struct iwl_hcmd_utils_ops iwl6050_hcmd_utils = {
  235. .get_hcmd_size = iwl5000_get_hcmd_size,
  236. .build_addsta_hcmd = iwl5000_build_addsta_hcmd,
  237. .rts_tx_cmd_flag = iwl5000_rts_tx_cmd_flag,
  238. .calc_rssi = iwl5000_calc_rssi,
  239. };
  240. static struct iwl_ops iwl6050_ops = {
  241. .ucode = &iwl5000_ucode,
  242. .lib = &iwl6000_lib,
  243. .hcmd = &iwl5000_hcmd,
  244. .utils = &iwl6050_hcmd_utils,
  245. .led = &iwlagn_led_ops,
  246. };
  247. /*
  248. * "i": Internal configuration, use internal Power Amplifier
  249. */
  250. struct iwl_cfg iwl6000i_2agn_cfg = {
  251. .name = "6000 Series 2x2 AGN",
  252. .fw_name_pre = IWL6000_FW_PRE,
  253. .ucode_api_max = IWL6000_UCODE_API_MAX,
  254. .ucode_api_min = IWL6000_UCODE_API_MIN,
  255. .sku = IWL_SKU_A|IWL_SKU_G|IWL_SKU_N,
  256. .ops = &iwl6000_ops,
  257. .eeprom_size = OTP_LOW_IMAGE_SIZE,
  258. .eeprom_ver = EEPROM_6000_EEPROM_VERSION,
  259. .eeprom_calib_ver = EEPROM_5000_TX_POWER_VERSION,
  260. .num_of_queues = IWL50_NUM_QUEUES,
  261. .num_of_ampdu_queues = IWL50_NUM_AMPDU_QUEUES,
  262. .mod_params = &iwl50_mod_params,
  263. .valid_tx_ant = ANT_BC,
  264. .valid_rx_ant = ANT_BC,
  265. .pll_cfg_val = 0,
  266. .set_l0s = true,
  267. .use_bsm = false,
  268. .pa_type = IWL_PA_INTERNAL,
  269. .max_ll_items = OTP_MAX_LL_ITEMS_6x00,
  270. .shadow_ram_support = true,
  271. .ht_greenfield_support = true,
  272. .led_compensation = 51,
  273. .use_rts_for_ht = true, /* use rts/cts protection */
  274. .chain_noise_num_beacons = IWL_CAL_NUM_BEACONS,
  275. .supports_idle = true,
  276. .adv_thermal_throttle = true,
  277. .support_ct_kill_exit = true,
  278. };
  279. struct iwl_cfg iwl6000i_2abg_cfg = {
  280. .name = "6000 Series 2x2 ABG",
  281. .fw_name_pre = IWL6000_FW_PRE,
  282. .ucode_api_max = IWL6000_UCODE_API_MAX,
  283. .ucode_api_min = IWL6000_UCODE_API_MIN,
  284. .sku = IWL_SKU_A|IWL_SKU_G,
  285. .ops = &iwl6000_ops,
  286. .eeprom_size = OTP_LOW_IMAGE_SIZE,
  287. .eeprom_ver = EEPROM_6000_EEPROM_VERSION,
  288. .eeprom_calib_ver = EEPROM_5000_TX_POWER_VERSION,
  289. .num_of_queues = IWL50_NUM_QUEUES,
  290. .num_of_ampdu_queues = IWL50_NUM_AMPDU_QUEUES,
  291. .mod_params = &iwl50_mod_params,
  292. .valid_tx_ant = ANT_BC,
  293. .valid_rx_ant = ANT_BC,
  294. .pll_cfg_val = 0,
  295. .set_l0s = true,
  296. .use_bsm = false,
  297. .pa_type = IWL_PA_INTERNAL,
  298. .max_ll_items = OTP_MAX_LL_ITEMS_6x00,
  299. .shadow_ram_support = true,
  300. .ht_greenfield_support = true,
  301. .led_compensation = 51,
  302. .chain_noise_num_beacons = IWL_CAL_NUM_BEACONS,
  303. .supports_idle = true,
  304. .adv_thermal_throttle = true,
  305. .support_ct_kill_exit = true,
  306. };
  307. struct iwl_cfg iwl6000i_2bg_cfg = {
  308. .name = "6000 Series 2x2 BG",
  309. .fw_name_pre = IWL6000_FW_PRE,
  310. .ucode_api_max = IWL6000_UCODE_API_MAX,
  311. .ucode_api_min = IWL6000_UCODE_API_MIN,
  312. .sku = IWL_SKU_G,
  313. .ops = &iwl6000_ops,
  314. .eeprom_size = OTP_LOW_IMAGE_SIZE,
  315. .eeprom_ver = EEPROM_6000_EEPROM_VERSION,
  316. .eeprom_calib_ver = EEPROM_5000_TX_POWER_VERSION,
  317. .num_of_queues = IWL50_NUM_QUEUES,
  318. .num_of_ampdu_queues = IWL50_NUM_AMPDU_QUEUES,
  319. .mod_params = &iwl50_mod_params,
  320. .valid_tx_ant = ANT_BC,
  321. .valid_rx_ant = ANT_BC,
  322. .pll_cfg_val = 0,
  323. .set_l0s = true,
  324. .use_bsm = false,
  325. .pa_type = IWL_PA_INTERNAL,
  326. .max_ll_items = OTP_MAX_LL_ITEMS_6x00,
  327. .shadow_ram_support = true,
  328. .ht_greenfield_support = true,
  329. .led_compensation = 51,
  330. .chain_noise_num_beacons = IWL_CAL_NUM_BEACONS,
  331. .supports_idle = true,
  332. .adv_thermal_throttle = true,
  333. .support_ct_kill_exit = true,
  334. };
  335. struct iwl_cfg iwl6050_2agn_cfg = {
  336. .name = "6050 Series 2x2 AGN",
  337. .fw_name_pre = IWL6050_FW_PRE,
  338. .ucode_api_max = IWL6050_UCODE_API_MAX,
  339. .ucode_api_min = IWL6050_UCODE_API_MIN,
  340. .sku = IWL_SKU_A|IWL_SKU_G|IWL_SKU_N,
  341. .ops = &iwl6050_ops,
  342. .eeprom_size = OTP_LOW_IMAGE_SIZE,
  343. .eeprom_ver = EEPROM_6050_EEPROM_VERSION,
  344. .eeprom_calib_ver = EEPROM_5000_TX_POWER_VERSION,
  345. .num_of_queues = IWL50_NUM_QUEUES,
  346. .num_of_ampdu_queues = IWL50_NUM_AMPDU_QUEUES,
  347. .mod_params = &iwl50_mod_params,
  348. .valid_tx_ant = ANT_AB,
  349. .valid_rx_ant = ANT_AB,
  350. .pll_cfg_val = 0,
  351. .set_l0s = true,
  352. .use_bsm = false,
  353. .pa_type = IWL_PA_SYSTEM,
  354. .max_ll_items = OTP_MAX_LL_ITEMS_6x50,
  355. .shadow_ram_support = true,
  356. .ht_greenfield_support = true,
  357. .led_compensation = 51,
  358. .use_rts_for_ht = true, /* use rts/cts protection */
  359. .chain_noise_num_beacons = IWL_CAL_NUM_BEACONS,
  360. .supports_idle = true,
  361. .adv_thermal_throttle = true,
  362. .support_ct_kill_exit = true,
  363. };
  364. struct iwl_cfg iwl6050_2abg_cfg = {
  365. .name = "6050 Series 2x2 ABG",
  366. .fw_name_pre = IWL6050_FW_PRE,
  367. .ucode_api_max = IWL6050_UCODE_API_MAX,
  368. .ucode_api_min = IWL6050_UCODE_API_MIN,
  369. .sku = IWL_SKU_A|IWL_SKU_G,
  370. .ops = &iwl6050_ops,
  371. .eeprom_size = OTP_LOW_IMAGE_SIZE,
  372. .eeprom_ver = EEPROM_6050_EEPROM_VERSION,
  373. .eeprom_calib_ver = EEPROM_5000_TX_POWER_VERSION,
  374. .num_of_queues = IWL50_NUM_QUEUES,
  375. .num_of_ampdu_queues = IWL50_NUM_AMPDU_QUEUES,
  376. .mod_params = &iwl50_mod_params,
  377. .valid_tx_ant = ANT_AB,
  378. .valid_rx_ant = ANT_AB,
  379. .pll_cfg_val = 0,
  380. .set_l0s = true,
  381. .use_bsm = false,
  382. .pa_type = IWL_PA_SYSTEM,
  383. .max_ll_items = OTP_MAX_LL_ITEMS_6x50,
  384. .shadow_ram_support = true,
  385. .ht_greenfield_support = true,
  386. .led_compensation = 51,
  387. .chain_noise_num_beacons = IWL_CAL_NUM_BEACONS,
  388. .supports_idle = true,
  389. .adv_thermal_throttle = true,
  390. .support_ct_kill_exit = true,
  391. };
  392. struct iwl_cfg iwl6000_3agn_cfg = {
  393. .name = "6000 Series 3x3 AGN",
  394. .fw_name_pre = IWL6000_FW_PRE,
  395. .ucode_api_max = IWL6000_UCODE_API_MAX,
  396. .ucode_api_min = IWL6000_UCODE_API_MIN,
  397. .sku = IWL_SKU_A|IWL_SKU_G|IWL_SKU_N,
  398. .ops = &iwl6000_ops,
  399. .eeprom_size = OTP_LOW_IMAGE_SIZE,
  400. .eeprom_ver = EEPROM_6000_EEPROM_VERSION,
  401. .eeprom_calib_ver = EEPROM_5000_TX_POWER_VERSION,
  402. .num_of_queues = IWL50_NUM_QUEUES,
  403. .num_of_ampdu_queues = IWL50_NUM_AMPDU_QUEUES,
  404. .mod_params = &iwl50_mod_params,
  405. .valid_tx_ant = ANT_ABC,
  406. .valid_rx_ant = ANT_ABC,
  407. .pll_cfg_val = 0,
  408. .set_l0s = true,
  409. .use_bsm = false,
  410. .pa_type = IWL_PA_SYSTEM,
  411. .max_ll_items = OTP_MAX_LL_ITEMS_6x00,
  412. .shadow_ram_support = true,
  413. .ht_greenfield_support = true,
  414. .led_compensation = 51,
  415. .use_rts_for_ht = true, /* use rts/cts protection */
  416. .chain_noise_num_beacons = IWL_CAL_NUM_BEACONS,
  417. .supports_idle = true,
  418. .adv_thermal_throttle = true,
  419. .support_ct_kill_exit = true,
  420. };
  421. MODULE_FIRMWARE(IWL6000_MODULE_FIRMWARE(IWL6000_UCODE_API_MAX));
  422. MODULE_FIRMWARE(IWL6050_MODULE_FIRMWARE(IWL6050_UCODE_API_MAX));