blob: 7e278956ec370539bfd20cbd98b05fd34cc3be16 [file] [log] [blame]
Tomas Winkler5a6a2562008-04-24 11:55:23 -07001/******************************************************************************
2 *
Reinette Chatre1f447802010-01-15 13:43:41 -08003 * Copyright(c) 2007 - 2010 Intel Corporation. All rights reserved.
Tomas Winkler5a6a2562008-04-24 11:55:23 -07004 *
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 Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
23 *
24 *****************************************************************************/
25
26#include <linux/kernel.h>
27#include <linux/module.h>
Tomas Winkler5a6a2562008-04-24 11:55:23 -070028#include <linux/init.h>
29#include <linux/pci.h>
30#include <linux/dma-mapping.h>
31#include <linux/delay.h>
Alexey Dobriyand43c36d2009-10-07 17:09:06 +040032#include <linux/sched.h>
Tomas Winkler5a6a2562008-04-24 11:55:23 -070033#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>
39
40#include "iwl-eeprom.h"
Tomas Winkler3e0d4cb2008-04-24 11:55:38 -070041#include "iwl-dev.h"
Tomas Winkler5a6a2562008-04-24 11:55:23 -070042#include "iwl-core.h"
43#include "iwl-io.h"
Tomas Winklere26e47d2008-06-12 09:46:56 +080044#include "iwl-sta.h"
Tomas Winkler5a6a2562008-04-24 11:55:23 -070045#include "iwl-helpers.h"
Johannes Berga1175122010-01-21 06:21:10 -080046#include "iwl-agn.h"
Johannes Berge932a602009-10-02 13:44:03 -070047#include "iwl-agn-led.h"
Tomas Winkler5a6a2562008-04-24 11:55:23 -070048#include "iwl-5000-hw.h"
Jay Sternbergc0bac762009-02-02 16:21:14 -080049#include "iwl-6000-hw.h"
Tomas Winkler5a6a2562008-04-24 11:55:23 -070050
Reinette Chatrea0987a82008-12-02 12:14:06 -080051/* Highest firmware API version supported */
Jay Sternbergc9d2fbf2009-05-19 14:56:36 -070052#define IWL5000_UCODE_API_MAX 2
Jay Sternberg39e6d222009-02-27 16:21:19 -080053#define IWL5150_UCODE_API_MAX 2
Tomas Winkler5a6a2562008-04-24 11:55:23 -070054
Reinette Chatrea0987a82008-12-02 12:14:06 -080055/* Lowest firmware API version supported */
56#define IWL5000_UCODE_API_MIN 1
57#define IWL5150_UCODE_API_MIN 1
58
59#define IWL5000_FW_PRE "iwlwifi-5000-"
60#define _IWL5000_MODULE_FIRMWARE(api) IWL5000_FW_PRE #api ".ucode"
61#define IWL5000_MODULE_FIRMWARE(api) _IWL5000_MODULE_FIRMWARE(api)
62
63#define IWL5150_FW_PRE "iwlwifi-5150-"
64#define _IWL5150_MODULE_FIRMWARE(api) IWL5150_FW_PRE #api ".ucode"
65#define IWL5150_MODULE_FIRMWARE(api) _IWL5150_MODULE_FIRMWARE(api)
Jay Sternberg4e062f92008-10-14 12:32:41 -070066
Johannes Bergedc1a3a2010-02-24 01:57:19 -080067static const s8 iwl5000_default_queue_to_tx_fifo[] = {
68 IWL_TX_FIFO_VO,
69 IWL_TX_FIFO_VI,
70 IWL_TX_FIFO_BE,
71 IWL_TX_FIFO_BK,
Ron Rindjunsky99da1b42008-05-15 13:54:13 +080072 IWL50_CMD_FIFO_NUM,
Johannes Bergedc1a3a2010-02-24 01:57:19 -080073 IWL_TX_FIFO_UNUSED,
74 IWL_TX_FIFO_UNUSED,
75 IWL_TX_FIFO_UNUSED,
76 IWL_TX_FIFO_UNUSED,
77 IWL_TX_FIFO_UNUSED,
Ron Rindjunsky99da1b42008-05-15 13:54:13 +080078};
79
Wey-Yi Guy9371d4e2009-09-11 10:38:10 -070080/* NIC configuration for 5000 series */
Wey-Yi Guy672639d2009-07-24 11:13:01 -070081void iwl5000_nic_config(struct iwl_priv *priv)
Tomas Winklere86fe9f2008-04-24 11:55:36 -070082{
83 unsigned long flags;
84 u16 radio_cfg;
Tomas Winklere86fe9f2008-04-24 11:55:36 -070085
86 spin_lock_irqsave(&priv->lock, flags);
87
Tomas Winklere86fe9f2008-04-24 11:55:36 -070088 radio_cfg = iwl_eeprom_query16(priv, EEPROM_RADIO_CONFIG);
89
90 /* write radio config values to register */
Wey-Yi Guy9371d4e2009-09-11 10:38:10 -070091 if (EEPROM_RF_CFG_TYPE_MSK(radio_cfg) < EEPROM_RF_CONFIG_TYPE_MAX)
Tomas Winklere86fe9f2008-04-24 11:55:36 -070092 iwl_set_bit(priv, CSR_HW_IF_CONFIG_REG,
93 EEPROM_RF_CFG_TYPE_MSK(radio_cfg) |
94 EEPROM_RF_CFG_STEP_MSK(radio_cfg) |
95 EEPROM_RF_CFG_DASH_MSK(radio_cfg));
96
97 /* set CSR_HW_CONFIG_REG for uCode use */
98 iwl_set_bit(priv, CSR_HW_IF_CONFIG_REG,
99 CSR_HW_IF_CONFIG_REG_BIT_RADIO_SI |
100 CSR_HW_IF_CONFIG_REG_BIT_MAC_SI);
101
Tomas Winkler4c43e0d2008-08-04 16:00:39 +0800102 /* W/A : NIC is stuck in a reset state after Early PCIe power off
103 * (PCIe power is lost before PERST# is asserted),
104 * causing ME FW to lose ownership and not being able to obtain it back.
105 */
Tomas Winkler2d3db672008-08-04 16:00:47 +0800106 iwl_set_bits_mask_prph(priv, APMG_PS_CTRL_REG,
Tomas Winkler4c43e0d2008-08-04 16:00:39 +0800107 APMG_PS_CTRL_EARLY_PWR_OFF_RESET_DIS,
108 ~APMG_PS_CTRL_EARLY_PWR_OFF_RESET_DIS);
109
Wey-Yi Guy02c06e42009-07-17 09:30:14 -0700110
Tomas Winklere86fe9f2008-04-24 11:55:36 -0700111 spin_unlock_irqrestore(&priv->lock, flags);
112}
113
114
Tomas Winkler25ae3982008-04-24 11:55:27 -0700115/*
116 * EEPROM
117 */
118static u32 eeprom_indirect_address(const struct iwl_priv *priv, u32 address)
119{
120 u16 offset = 0;
121
122 if ((address & INDIRECT_ADDRESS) == 0)
123 return address;
124
125 switch (address & INDIRECT_TYPE_MSK) {
126 case INDIRECT_HOST:
127 offset = iwl_eeprom_query16(priv, EEPROM_5000_LINK_HOST);
128 break;
129 case INDIRECT_GENERAL:
130 offset = iwl_eeprom_query16(priv, EEPROM_5000_LINK_GENERAL);
131 break;
132 case INDIRECT_REGULATORY:
133 offset = iwl_eeprom_query16(priv, EEPROM_5000_LINK_REGULATORY);
134 break;
135 case INDIRECT_CALIBRATION:
136 offset = iwl_eeprom_query16(priv, EEPROM_5000_LINK_CALIBRATION);
137 break;
138 case INDIRECT_PROCESS_ADJST:
139 offset = iwl_eeprom_query16(priv, EEPROM_5000_LINK_PROCESS_ADJST);
140 break;
141 case INDIRECT_OTHERS:
142 offset = iwl_eeprom_query16(priv, EEPROM_5000_LINK_OTHERS);
143 break;
144 default:
Winkler, Tomas15b16872008-12-19 10:37:33 +0800145 IWL_ERR(priv, "illegal indirect type: 0x%X\n",
Tomas Winkler25ae3982008-04-24 11:55:27 -0700146 address & INDIRECT_TYPE_MSK);
147 break;
148 }
149
150 /* translate the offset from words to byte */
151 return (address & ADDRESS_MSK) + (offset << 1);
152}
153
Wey-Yi Guy672639d2009-07-24 11:13:01 -0700154u16 iwl5000_eeprom_calib_version(struct iwl_priv *priv)
Tomas Winklerf1f69412008-04-24 11:55:35 -0700155{
Tomas Winklerf1f69412008-04-24 11:55:35 -0700156 struct iwl_eeprom_calib_hdr {
157 u8 version;
158 u8 pa_type;
159 u16 voltage;
160 } *hdr;
161
Tomas Winklerf1f69412008-04-24 11:55:35 -0700162 hdr = (struct iwl_eeprom_calib_hdr *)iwl_eeprom_query_addr(priv,
163 EEPROM_5000_CALIB_ALL);
Tomas Winkler0ef2ca62008-10-23 23:48:51 -0700164 return hdr->version;
Tomas Winklerf1f69412008-04-24 11:55:35 -0700165
166}
167
Emmanuel Grumbach33fd5032008-04-24 11:55:30 -0700168static struct iwl_sensitivity_ranges iwl5000_sensitivity = {
169 .min_nrg_cck = 95,
Wey-Yi Guyfe6efb42009-06-12 13:22:54 -0700170 .max_nrg_cck = 0, /* not used, set to 0 */
Emmanuel Grumbach33fd5032008-04-24 11:55:30 -0700171 .auto_corr_min_ofdm = 90,
172 .auto_corr_min_ofdm_mrc = 170,
173 .auto_corr_min_ofdm_x1 = 120,
174 .auto_corr_min_ofdm_mrc_x1 = 240,
175
176 .auto_corr_max_ofdm = 120,
177 .auto_corr_max_ofdm_mrc = 210,
Wey-Yi Guy9bead762010-01-20 12:22:53 -0800178 .auto_corr_max_ofdm_x1 = 120,
179 .auto_corr_max_ofdm_mrc_x1 = 240,
Emmanuel Grumbach33fd5032008-04-24 11:55:30 -0700180
181 .auto_corr_min_cck = 125,
182 .auto_corr_max_cck = 200,
183 .auto_corr_min_cck_mrc = 170,
184 .auto_corr_max_cck_mrc = 400,
185 .nrg_th_cck = 95,
186 .nrg_th_ofdm = 95,
Wey-Yi Guy55036d62009-10-09 13:20:24 -0700187
188 .barker_corr_th_min = 190,
189 .barker_corr_th_min_mrc = 390,
190 .nrg_th_cca = 62,
Emmanuel Grumbach33fd5032008-04-24 11:55:30 -0700191};
192
Wey-Yi Guy9d671872009-06-12 13:22:53 -0700193static struct iwl_sensitivity_ranges iwl5150_sensitivity = {
194 .min_nrg_cck = 95,
195 .max_nrg_cck = 0, /* not used, set to 0 */
196 .auto_corr_min_ofdm = 90,
197 .auto_corr_min_ofdm_mrc = 170,
198 .auto_corr_min_ofdm_x1 = 105,
199 .auto_corr_min_ofdm_mrc_x1 = 220,
200
201 .auto_corr_max_ofdm = 120,
202 .auto_corr_max_ofdm_mrc = 210,
203 /* max = min for performance bug in 5150 DSP */
204 .auto_corr_max_ofdm_x1 = 105,
205 .auto_corr_max_ofdm_mrc_x1 = 220,
206
207 .auto_corr_min_cck = 125,
208 .auto_corr_max_cck = 200,
209 .auto_corr_min_cck_mrc = 170,
210 .auto_corr_max_cck_mrc = 400,
211 .nrg_th_cck = 95,
212 .nrg_th_ofdm = 95,
Wey-Yi Guy55036d62009-10-09 13:20:24 -0700213
214 .barker_corr_th_min = 190,
215 .barker_corr_th_min_mrc = 390,
216 .nrg_th_cca = 62,
Wey-Yi Guy9d671872009-06-12 13:22:53 -0700217};
218
Wey-Yi Guy672639d2009-07-24 11:13:01 -0700219const u8 *iwl5000_eeprom_query_addr(const struct iwl_priv *priv,
Tomas Winkler25ae3982008-04-24 11:55:27 -0700220 size_t offset)
221{
222 u32 address = eeprom_indirect_address(priv, offset);
223 BUG_ON(address >= priv->cfg->eeprom_size);
224 return &priv->eeprom[address];
225}
226
Wey-Yi Guy62161ae2009-05-21 13:44:23 -0700227static void iwl5150_set_ct_threshold(struct iwl_priv *priv)
Tomas Winkler339afc892008-12-01 16:32:20 -0800228{
Wey-Yi Guy62161ae2009-05-21 13:44:23 -0700229 const s32 volt2temp_coef = IWL_5150_VOLTAGE_TO_TEMPERATURE_COEFF;
Wey-Yi Guy672639d2009-07-24 11:13:01 -0700230 s32 threshold = (s32)CELSIUS_TO_KELVIN(CT_KILL_THRESHOLD_LEGACY) -
Wey-Yi Guy62161ae2009-05-21 13:44:23 -0700231 iwl_temp_calib_to_offset(priv);
232
233 priv->hw_params.ct_kill_threshold = threshold * volt2temp_coef;
234}
235
236static void iwl5000_set_ct_threshold(struct iwl_priv *priv)
237{
238 /* want Celsius */
Wey-Yi Guy672639d2009-07-24 11:13:01 -0700239 priv->hw_params.ct_kill_threshold = CT_KILL_THRESHOLD_LEGACY;
Tomas Winkler339afc892008-12-01 16:32:20 -0800240}
241
Ron Rindjunskydbb983b2008-05-15 13:54:12 +0800242/*
Tomas Winkler7c616cb2008-05-29 16:35:05 +0800243 * Calibration
244 */
Tomas Winklerbe5d56e2008-10-08 09:37:27 +0800245static int iwl5000_set_Xtal_calib(struct iwl_priv *priv)
Tomas Winkler7c616cb2008-05-29 16:35:05 +0800246{
Tomas Winkler0d950d82008-11-25 13:36:01 -0800247 struct iwl_calib_xtal_freq_cmd cmd;
Johannes Bergb7bb1752009-12-14 14:12:09 -0800248 __le16 *xtal_calib =
249 (__le16 *)iwl_eeprom_query_addr(priv, EEPROM_5000_XTAL);
Tomas Winkler7c616cb2008-05-29 16:35:05 +0800250
Tomas Winkler0d950d82008-11-25 13:36:01 -0800251 cmd.hdr.op_code = IWL_PHY_CALIBRATE_CRYSTAL_FRQ_CMD;
252 cmd.hdr.first_group = 0;
253 cmd.hdr.groups_num = 1;
254 cmd.hdr.data_valid = 1;
Johannes Bergb7bb1752009-12-14 14:12:09 -0800255 cmd.cap_pin1 = le16_to_cpu(xtal_calib[0]);
256 cmd.cap_pin2 = le16_to_cpu(xtal_calib[1]);
Tomas Winklerf69f42a2008-10-23 23:48:52 -0700257 return iwl_calib_set(&priv->calib_results[IWL_CALIB_XTAL],
Tomas Winkler0d950d82008-11-25 13:36:01 -0800258 (u8 *)&cmd, sizeof(cmd));
Tomas Winkler7c616cb2008-05-29 16:35:05 +0800259}
260
Tomas Winkler7c616cb2008-05-29 16:35:05 +0800261static int iwl5000_send_calib_cfg(struct iwl_priv *priv)
262{
Tomas Winklerf69f42a2008-10-23 23:48:52 -0700263 struct iwl_calib_cfg_cmd calib_cfg_cmd;
Tomas Winkler7c616cb2008-05-29 16:35:05 +0800264 struct iwl_host_cmd cmd = {
265 .id = CALIBRATION_CFG_CMD,
Tomas Winklerf69f42a2008-10-23 23:48:52 -0700266 .len = sizeof(struct iwl_calib_cfg_cmd),
Tomas Winkler7c616cb2008-05-29 16:35:05 +0800267 .data = &calib_cfg_cmd,
268 };
269
270 memset(&calib_cfg_cmd, 0, sizeof(calib_cfg_cmd));
271 calib_cfg_cmd.ucd_calib_cfg.once.is_enable = IWL_CALIB_INIT_CFG_ALL;
272 calib_cfg_cmd.ucd_calib_cfg.once.start = IWL_CALIB_INIT_CFG_ALL;
273 calib_cfg_cmd.ucd_calib_cfg.once.send_res = IWL_CALIB_INIT_CFG_ALL;
274 calib_cfg_cmd.ucd_calib_cfg.flags = IWL_CALIB_INIT_CFG_ALL;
275
276 return iwl_send_cmd(priv, &cmd);
277}
278
279static void iwl5000_rx_calib_result(struct iwl_priv *priv,
280 struct iwl_rx_mem_buffer *rxb)
281{
Zhu Yi2f301222009-10-09 17:19:45 +0800282 struct iwl_rx_packet *pkt = rxb_addr(rxb);
Tomas Winklerf69f42a2008-10-23 23:48:52 -0700283 struct iwl_calib_hdr *hdr = (struct iwl_calib_hdr *)pkt->u.raw;
Daniel C Halperin396887a2009-08-13 13:31:01 -0700284 int len = le32_to_cpu(pkt->len_n_flags) & FH_RSCSR_FRAME_SIZE_MSK;
Tomas Winkler6e21f2c2008-09-03 11:26:37 +0800285 int index;
Tomas Winkler7c616cb2008-05-29 16:35:05 +0800286
287 /* reduce the size of the length field itself */
288 len -= 4;
289
Tomas Winkler6e21f2c2008-09-03 11:26:37 +0800290 /* Define the order in which the results will be sent to the runtime
291 * uCode. iwl_send_calib_results sends them in a row according to their
292 * index. We sort them here */
Tomas Winkler7c616cb2008-05-29 16:35:05 +0800293 switch (hdr->op_code) {
Tomas Winkler819500c2008-12-01 16:32:19 -0800294 case IWL_PHY_CALIBRATE_DC_CMD:
295 index = IWL_CALIB_DC;
296 break;
Tomas Winklerf69f42a2008-10-23 23:48:52 -0700297 case IWL_PHY_CALIBRATE_LO_CMD:
298 index = IWL_CALIB_LO;
Tomas Winkler7c616cb2008-05-29 16:35:05 +0800299 break;
Tomas Winklerf69f42a2008-10-23 23:48:52 -0700300 case IWL_PHY_CALIBRATE_TX_IQ_CMD:
301 index = IWL_CALIB_TX_IQ;
Tomas Winkler7c616cb2008-05-29 16:35:05 +0800302 break;
Tomas Winklerf69f42a2008-10-23 23:48:52 -0700303 case IWL_PHY_CALIBRATE_TX_IQ_PERD_CMD:
304 index = IWL_CALIB_TX_IQ_PERD;
Tomas Winkler7c616cb2008-05-29 16:35:05 +0800305 break;
Tomas Winkler201706a2008-11-19 15:32:24 -0800306 case IWL_PHY_CALIBRATE_BASE_BAND_CMD:
307 index = IWL_CALIB_BASE_BAND;
308 break;
Tomas Winkler7c616cb2008-05-29 16:35:05 +0800309 default:
Winkler, Tomas15b16872008-12-19 10:37:33 +0800310 IWL_ERR(priv, "Unknown calibration notification %d\n",
Tomas Winkler7c616cb2008-05-29 16:35:05 +0800311 hdr->op_code);
312 return;
313 }
Tomas Winkler6e21f2c2008-09-03 11:26:37 +0800314 iwl_calib_set(&priv->calib_results[index], pkt->u.raw, len);
Tomas Winkler7c616cb2008-05-29 16:35:05 +0800315}
316
317static void iwl5000_rx_calib_complete(struct iwl_priv *priv,
318 struct iwl_rx_mem_buffer *rxb)
319{
Tomas Winklere1623442009-01-27 14:27:56 -0800320 IWL_DEBUG_INFO(priv, "Init. calibration is completed, restarting fw.\n");
Tomas Winkler7c616cb2008-05-29 16:35:05 +0800321 queue_work(priv->workqueue, &priv->restart);
322}
323
Wey-Yi Guy672639d2009-07-24 11:13:01 -0700324void iwl5000_init_alive_start(struct iwl_priv *priv)
Ron Rindjunsky99da1b42008-05-15 13:54:13 +0800325{
326 int ret = 0;
327
328 /* Check alive response for "valid" sign from uCode */
329 if (priv->card_alive_init.is_valid != UCODE_VALID_OK) {
330 /* We had an error bringing up the hardware, so take it
331 * all the way back down so we can try again */
Tomas Winklere1623442009-01-27 14:27:56 -0800332 IWL_DEBUG_INFO(priv, "Initialize Alive failed.\n");
Ron Rindjunsky99da1b42008-05-15 13:54:13 +0800333 goto restart;
334 }
335
336 /* initialize uCode was loaded... verify inst image.
337 * This is a paranoid check, because we would not have gotten the
338 * "initialize" alive if code weren't properly loaded. */
339 if (iwl_verify_ucode(priv)) {
340 /* Runtime instruction load was bad;
341 * take it all the way back down so we can try again */
Tomas Winklere1623442009-01-27 14:27:56 -0800342 IWL_DEBUG_INFO(priv, "Bad \"initialize\" uCode load.\n");
Ron Rindjunsky99da1b42008-05-15 13:54:13 +0800343 goto restart;
344 }
345
Ron Rindjunsky99da1b42008-05-15 13:54:13 +0800346 ret = priv->cfg->ops->lib->alive_notify(priv);
347 if (ret) {
Winkler, Tomas39aadf82008-12-19 10:37:32 +0800348 IWL_WARN(priv,
349 "Could not complete ALIVE transition: %d\n", ret);
Ron Rindjunsky99da1b42008-05-15 13:54:13 +0800350 goto restart;
351 }
352
Tomas Winkler7c616cb2008-05-29 16:35:05 +0800353 iwl5000_send_calib_cfg(priv);
Ron Rindjunsky99da1b42008-05-15 13:54:13 +0800354 return;
355
356restart:
357 /* real restart (first load init_ucode) */
358 queue_work(priv->workqueue, &priv->restart);
359}
360
Wey-Yi Guy672639d2009-07-24 11:13:01 -0700361int iwl5000_alive_notify(struct iwl_priv *priv)
Ron Rindjunsky99da1b42008-05-15 13:54:13 +0800362{
363 u32 a;
Ron Rindjunsky99da1b42008-05-15 13:54:13 +0800364 unsigned long flags;
Winkler, Tomas31a73fe2008-11-19 15:32:26 -0800365 int i, chan;
Winkler, Tomas40fc95d2008-11-19 15:32:27 -0800366 u32 reg_val;
Ron Rindjunsky99da1b42008-05-15 13:54:13 +0800367
368 spin_lock_irqsave(&priv->lock, flags);
369
Ron Rindjunsky99da1b42008-05-15 13:54:13 +0800370 priv->scd_base_addr = iwl_read_prph(priv, IWL50_SCD_SRAM_BASE_ADDR);
371 a = priv->scd_base_addr + IWL50_SCD_CONTEXT_DATA_OFFSET;
372 for (; a < priv->scd_base_addr + IWL50_SCD_TX_STTS_BITMAP_OFFSET;
373 a += 4)
374 iwl_write_targ_mem(priv, a, 0);
375 for (; a < priv->scd_base_addr + IWL50_SCD_TRANSLATE_TBL_OFFSET;
376 a += 4)
377 iwl_write_targ_mem(priv, a, 0);
Huaxu Wan39d5e0c2009-10-02 13:44:00 -0700378 for (; a < priv->scd_base_addr +
379 IWL50_SCD_TRANSLATE_TBL_OFFSET_QUEUE(priv->hw_params.max_txq_num); a += 4)
Ron Rindjunsky99da1b42008-05-15 13:54:13 +0800380 iwl_write_targ_mem(priv, a, 0);
381
382 iwl_write_prph(priv, IWL50_SCD_DRAM_BASE_ADDR,
Tomas Winkler4ddbb7d2008-11-07 09:58:40 -0800383 priv->scd_bc_tbls.dma >> 10);
Winkler, Tomas31a73fe2008-11-19 15:32:26 -0800384
385 /* Enable DMA channel */
386 for (chan = 0; chan < FH50_TCSR_CHNL_NUM ; chan++)
387 iwl_write_direct32(priv, FH_TCSR_CHNL_TX_CONFIG_REG(chan),
388 FH_TCSR_TX_CONFIG_REG_VAL_DMA_CHNL_ENABLE |
389 FH_TCSR_TX_CONFIG_REG_VAL_DMA_CREDIT_ENABLE);
390
Winkler, Tomas40fc95d2008-11-19 15:32:27 -0800391 /* Update FH chicken bits */
392 reg_val = iwl_read_direct32(priv, FH_TX_CHICKEN_BITS_REG);
393 iwl_write_direct32(priv, FH_TX_CHICKEN_BITS_REG,
394 reg_val | FH_TX_CHICKEN_BITS_SCD_AUTO_RETRY_EN);
395
Ron Rindjunsky99da1b42008-05-15 13:54:13 +0800396 iwl_write_prph(priv, IWL50_SCD_QUEUECHAIN_SEL,
Tomas Winkler4ddbb7d2008-11-07 09:58:40 -0800397 IWL50_SCD_QUEUECHAIN_SEL_ALL(priv->hw_params.max_txq_num));
Ron Rindjunsky99da1b42008-05-15 13:54:13 +0800398 iwl_write_prph(priv, IWL50_SCD_AGGR_SEL, 0);
399
400 /* initiate the queues */
401 for (i = 0; i < priv->hw_params.max_txq_num; i++) {
402 iwl_write_prph(priv, IWL50_SCD_QUEUE_RDPTR(i), 0);
403 iwl_write_direct32(priv, HBUS_TARG_WRPTR, 0 | (i << 8));
404 iwl_write_targ_mem(priv, priv->scd_base_addr +
405 IWL50_SCD_CONTEXT_QUEUE_OFFSET(i), 0);
406 iwl_write_targ_mem(priv, priv->scd_base_addr +
407 IWL50_SCD_CONTEXT_QUEUE_OFFSET(i) +
408 sizeof(u32),
409 ((SCD_WIN_SIZE <<
410 IWL50_SCD_QUEUE_CTX_REG2_WIN_SIZE_POS) &
411 IWL50_SCD_QUEUE_CTX_REG2_WIN_SIZE_MSK) |
412 ((SCD_FRAME_LIMIT <<
413 IWL50_SCD_QUEUE_CTX_REG2_FRAME_LIMIT_POS) &
414 IWL50_SCD_QUEUE_CTX_REG2_FRAME_LIMIT_MSK));
415 }
416
417 iwl_write_prph(priv, IWL50_SCD_INTERRUPT_MASK,
Tomas Winklerda1bc452008-05-29 16:35:00 +0800418 IWL_MASK(0, priv->hw_params.max_txq_num));
Ron Rindjunsky99da1b42008-05-15 13:54:13 +0800419
Tomas Winklerda1bc452008-05-29 16:35:00 +0800420 /* Activate all Tx DMA/FIFO channels */
421 priv->cfg->ops->lib->txq_set_sched(priv, IWL_MASK(0, 7));
Ron Rindjunsky99da1b42008-05-15 13:54:13 +0800422
Wey-Yi Guyb305a082010-03-16 17:41:22 -0700423 iwlagn_set_wr_ptrs(priv, IWL_CMD_QUEUE_NUM, 0);
Winkler, Tomas9c80c502008-10-29 14:05:43 -0700424
Wey-Yi Guya9e10fb2010-02-09 08:14:11 -0800425 /* make sure all queue are not stopped */
426 memset(&priv->queue_stopped[0], 0, sizeof(priv->queue_stopped));
427 for (i = 0; i < 4; i++)
428 atomic_set(&priv->queue_stop_count[i], 0);
429
Wey-Yi Guydff010a2010-02-02 16:58:34 -0800430 /* reset to 0 to enable all the queue first */
431 priv->txq_ctx_active_msk = 0;
Ron Rindjunsky99da1b42008-05-15 13:54:13 +0800432 /* map qos queues to fifos one-to-one */
Johannes Bergedc1a3a2010-02-24 01:57:19 -0800433 BUILD_BUG_ON(ARRAY_SIZE(iwl5000_default_queue_to_tx_fifo) != 10);
434
Ron Rindjunsky99da1b42008-05-15 13:54:13 +0800435 for (i = 0; i < ARRAY_SIZE(iwl5000_default_queue_to_tx_fifo); i++) {
436 int ac = iwl5000_default_queue_to_tx_fifo[i];
Johannes Bergedc1a3a2010-02-24 01:57:19 -0800437
Ron Rindjunsky99da1b42008-05-15 13:54:13 +0800438 iwl_txq_ctx_activate(priv, i);
Johannes Bergedc1a3a2010-02-24 01:57:19 -0800439
440 if (ac == IWL_TX_FIFO_UNUSED)
441 continue;
442
Wey-Yi Guyb305a082010-03-16 17:41:22 -0700443 iwlagn_tx_queue_set_status(priv, &priv->txq[i], ac, 0);
Ron Rindjunsky99da1b42008-05-15 13:54:13 +0800444 }
Johannes Berga221e6f2009-11-06 14:52:50 -0800445
Ron Rindjunsky99da1b42008-05-15 13:54:13 +0800446 spin_unlock_irqrestore(&priv->lock, flags);
447
Wey-Yi Guy1933ac42009-10-30 14:36:18 -0700448 iwl_send_wimax_coex(priv);
Ron Rindjunsky9636e582008-05-15 13:54:14 +0800449
Tomas Winklerbe5d56e2008-10-08 09:37:27 +0800450 iwl5000_set_Xtal_calib(priv);
451 iwl_send_calib_results(priv);
Tomas Winkler7c616cb2008-05-29 16:35:05 +0800452
Ron Rindjunsky99da1b42008-05-15 13:54:13 +0800453 return 0;
454}
455
Wey-Yi Guy672639d2009-07-24 11:13:01 -0700456int iwl5000_hw_set_hw_params(struct iwl_priv *priv)
Tomas Winklerfdd3e8a2008-04-24 11:55:28 -0700457{
Wey-Yi Guy88804e22009-10-09 13:20:28 -0700458 if (priv->cfg->mod_params->num_of_queues >= IWL_MIN_NUM_QUEUES &&
459 priv->cfg->mod_params->num_of_queues <= IWL50_NUM_QUEUES)
460 priv->cfg->num_of_queues =
461 priv->cfg->mod_params->num_of_queues;
Tomas Winkler25ae3982008-04-24 11:55:27 -0700462
Wey-Yi Guy88804e22009-10-09 13:20:28 -0700463 priv->hw_params.max_txq_num = priv->cfg->num_of_queues;
Zhu Yif3f911d2008-12-02 12:14:04 -0800464 priv->hw_params.dma_chnl_num = FH50_TCSR_CHNL_NUM;
Tomas Winkler4ddbb7d2008-11-07 09:58:40 -0800465 priv->hw_params.scd_bc_tbls_size =
Wey-Yi Guy88804e22009-10-09 13:20:28 -0700466 priv->cfg->num_of_queues *
467 sizeof(struct iwl5000_scd_bc_tbl);
Samuel Ortiza8e74e272009-01-23 13:45:14 -0800468 priv->hw_params.tfd_size = sizeof(struct iwl_tfd);
Tomas Winklerfdd3e8a2008-04-24 11:55:28 -0700469 priv->hw_params.max_stations = IWL5000_STATION_COUNT;
470 priv->hw_params.bcast_sta_id = IWL5000_BROADCAST_ID;
Jay Sternbergc0bac762009-02-02 16:21:14 -0800471
Wey-Yi Guyf3a2a422009-09-11 10:38:11 -0700472 priv->hw_params.max_data_size = IWL50_RTC_DATA_SIZE;
473 priv->hw_params.max_inst_size = IWL50_RTC_INST_SIZE;
Jay Sternbergc0bac762009-02-02 16:21:14 -0800474
Ron Rindjunskyda154e302008-06-30 17:23:20 +0800475 priv->hw_params.max_bsm_size = 0;
Wey-Yi Guy7aafef12009-08-07 15:41:38 -0700476 priv->hw_params.ht40_channel = BIT(IEEE80211_BAND_2GHZ) |
Tomas Winklerfdd3e8a2008-04-24 11:55:28 -0700477 BIT(IEEE80211_BAND_5GHZ);
Winkler, Tomas141c43a2009-01-08 10:19:53 -0800478 priv->hw_params.rx_wrt_ptr_reg = FH_RSCSR_CHNL0_WPTR;
479
Jay Sternbergc0bac762009-02-02 16:21:14 -0800480 priv->hw_params.tx_chains_num = num_of_ant(priv->cfg->valid_tx_ant);
481 priv->hw_params.rx_chains_num = num_of_ant(priv->cfg->valid_rx_ant);
482 priv->hw_params.valid_tx_ant = priv->cfg->valid_tx_ant;
483 priv->hw_params.valid_rx_ant = priv->cfg->valid_rx_ant;
Emmanuel Grumbachc031bf82008-04-24 11:55:29 -0700484
Wey-Yi Guy62161ae2009-05-21 13:44:23 -0700485 if (priv->cfg->ops->lib->temp_ops.set_ct_kill)
486 priv->cfg->ops->lib->temp_ops.set_ct_kill(priv);
Emmanuel Grumbachc031bf82008-04-24 11:55:29 -0700487
Wey-Yi Guy9d671872009-06-12 13:22:53 -0700488 /* Set initial sensitivity parameters */
Tomas Winklerbe5d56e2008-10-08 09:37:27 +0800489 /* Set initial calibration set */
490 switch (priv->hw_rev & CSR_HW_REV_TYPE_MSK) {
Tomas Winklerbe5d56e2008-10-08 09:37:27 +0800491 case CSR_HW_REV_TYPE_5150:
Wey-Yi Guy9d671872009-06-12 13:22:53 -0700492 priv->hw_params.sens = &iwl5150_sensitivity;
Tomas Winkler819500c2008-12-01 16:32:19 -0800493 priv->hw_params.calib_init_cfg =
Winkler, Tomas7470d7f2008-12-01 16:32:22 -0800494 BIT(IWL_CALIB_DC) |
495 BIT(IWL_CALIB_LO) |
496 BIT(IWL_CALIB_TX_IQ) |
497 BIT(IWL_CALIB_BASE_BAND);
Tomas Winkler819500c2008-12-01 16:32:19 -0800498
Tomas Winklerbe5d56e2008-10-08 09:37:27 +0800499 break;
Jay Sternbergc0bac762009-02-02 16:21:14 -0800500 default:
Wey-Yi Guy9d671872009-06-12 13:22:53 -0700501 priv->hw_params.sens = &iwl5000_sensitivity;
Jay Sternbergc0bac762009-02-02 16:21:14 -0800502 priv->hw_params.calib_init_cfg =
503 BIT(IWL_CALIB_XTAL) |
504 BIT(IWL_CALIB_LO) |
505 BIT(IWL_CALIB_TX_IQ) |
506 BIT(IWL_CALIB_TX_IQ_PERD) |
507 BIT(IWL_CALIB_BASE_BAND);
508 break;
Tomas Winklerbe5d56e2008-10-08 09:37:27 +0800509 }
510
Tomas Winklerfdd3e8a2008-04-24 11:55:28 -0700511 return 0;
512}
Ron Rindjunskyd4100dd2008-04-24 11:55:33 -0700513
Ron Rindjunskye532fa02008-05-29 16:35:09 +0800514static inline u32 iwl5000_get_scd_ssn(struct iwl5000_tx_resp *tx_resp)
515{
Tomas Winkler3ac7f142008-07-21 02:40:14 +0300516 return le32_to_cpup((__le32 *)&tx_resp->status +
Tomas Winkler25a65722008-06-12 09:47:07 +0800517 tx_resp->frame_count) & MAX_SN;
Ron Rindjunskye532fa02008-05-29 16:35:09 +0800518}
519
520static int iwl5000_tx_status_reply_tx(struct iwl_priv *priv,
521 struct iwl_ht_agg *agg,
522 struct iwl5000_tx_resp *tx_resp,
Tomas Winkler25a65722008-06-12 09:47:07 +0800523 int txq_id, u16 start_idx)
Ron Rindjunskye532fa02008-05-29 16:35:09 +0800524{
525 u16 status;
526 struct agg_tx_status *frame_status = &tx_resp->status;
527 struct ieee80211_tx_info *info = NULL;
528 struct ieee80211_hdr *hdr = NULL;
Tomas Winklere7d326ac2008-06-12 09:47:11 +0800529 u32 rate_n_flags = le32_to_cpu(tx_resp->rate_n_flags);
Tomas Winkler25a65722008-06-12 09:47:07 +0800530 int i, sh, idx;
Ron Rindjunskye532fa02008-05-29 16:35:09 +0800531 u16 seq;
532
533 if (agg->wait_for_ba)
Tomas Winklere1623442009-01-27 14:27:56 -0800534 IWL_DEBUG_TX_REPLY(priv, "got tx response w/o block-ack\n");
Ron Rindjunskye532fa02008-05-29 16:35:09 +0800535
536 agg->frame_count = tx_resp->frame_count;
537 agg->start_idx = start_idx;
Tomas Winklere7d326ac2008-06-12 09:47:11 +0800538 agg->rate_n_flags = rate_n_flags;
Ron Rindjunskye532fa02008-05-29 16:35:09 +0800539 agg->bitmap = 0;
540
541 /* # frames attempted by Tx command */
542 if (agg->frame_count == 1) {
543 /* Only one frame was attempted; no block-ack will arrive */
544 status = le16_to_cpu(frame_status[0].status);
Tomas Winkler25a65722008-06-12 09:47:07 +0800545 idx = start_idx;
Ron Rindjunskye532fa02008-05-29 16:35:09 +0800546
547 /* FIXME: code repetition */
Tomas Winklere1623442009-01-27 14:27:56 -0800548 IWL_DEBUG_TX_REPLY(priv, "FrameCnt = %d, StartIdx=%d idx=%d\n",
Ron Rindjunskye532fa02008-05-29 16:35:09 +0800549 agg->frame_count, agg->start_idx, idx);
550
551 info = IEEE80211_SKB_CB(priv->txq[txq_id].txb[idx].skb[0]);
Johannes Berge6a98542008-10-21 12:40:02 +0200552 info->status.rates[0].count = tx_resp->failure_frame + 1;
Ron Rindjunskye532fa02008-05-29 16:35:09 +0800553 info->flags &= ~IEEE80211_TX_CTL_AMPDU;
Johannes Bergc397bf12009-11-13 11:56:35 -0800554 info->flags |= iwl_tx_status_to_mac80211(status);
Tomas Winklere7d326ac2008-06-12 09:47:11 +0800555 iwl_hwrate_to_tx_control(priv, rate_n_flags, info);
556
Ron Rindjunskye532fa02008-05-29 16:35:09 +0800557 /* FIXME: code repetition end */
558
Tomas Winklere1623442009-01-27 14:27:56 -0800559 IWL_DEBUG_TX_REPLY(priv, "1 Frame 0x%x failure :%d\n",
Ron Rindjunskye532fa02008-05-29 16:35:09 +0800560 status & 0xff, tx_resp->failure_frame);
Tomas Winklere1623442009-01-27 14:27:56 -0800561 IWL_DEBUG_TX_REPLY(priv, "Rate Info rate_n_flags=%x\n", rate_n_flags);
Ron Rindjunskye532fa02008-05-29 16:35:09 +0800562
563 agg->wait_for_ba = 0;
564 } else {
565 /* Two or more frames were attempted; expect block-ack */
566 u64 bitmap = 0;
567 int start = agg->start_idx;
568
569 /* Construct bit-map of pending frames within Tx window */
570 for (i = 0; i < agg->frame_count; i++) {
571 u16 sc;
572 status = le16_to_cpu(frame_status[i].status);
573 seq = le16_to_cpu(frame_status[i].sequence);
574 idx = SEQ_TO_INDEX(seq);
575 txq_id = SEQ_TO_QUEUE(seq);
576
577 if (status & (AGG_TX_STATE_FEW_BYTES_MSK |
578 AGG_TX_STATE_ABORT_MSK))
579 continue;
580
Tomas Winklere1623442009-01-27 14:27:56 -0800581 IWL_DEBUG_TX_REPLY(priv, "FrameCnt = %d, txq_id=%d idx=%d\n",
Ron Rindjunskye532fa02008-05-29 16:35:09 +0800582 agg->frame_count, txq_id, idx);
583
584 hdr = iwl_tx_queue_get_hdr(priv, txq_id, idx);
Stanislaw Gruszka6c6a22e2009-09-23 10:51:34 +0200585 if (!hdr) {
586 IWL_ERR(priv,
587 "BUG_ON idx doesn't point to valid skb"
588 " idx=%d, txq_id=%d\n", idx, txq_id);
589 return -1;
590 }
Ron Rindjunskye532fa02008-05-29 16:35:09 +0800591
592 sc = le16_to_cpu(hdr->seq_ctrl);
593 if (idx != (SEQ_TO_SN(sc) & 0xff)) {
Winkler, Tomas15b16872008-12-19 10:37:33 +0800594 IWL_ERR(priv,
595 "BUG_ON idx doesn't match seq control"
596 " idx=%d, seq_idx=%d, seq=%d\n",
Ron Rindjunskye532fa02008-05-29 16:35:09 +0800597 idx, SEQ_TO_SN(sc),
598 hdr->seq_ctrl);
599 return -1;
600 }
601
Tomas Winklere1623442009-01-27 14:27:56 -0800602 IWL_DEBUG_TX_REPLY(priv, "AGG Frame i=%d idx %d seq=%d\n",
Ron Rindjunskye532fa02008-05-29 16:35:09 +0800603 i, idx, SEQ_TO_SN(sc));
604
605 sh = idx - start;
606 if (sh > 64) {
607 sh = (start - idx) + 0xff;
608 bitmap = bitmap << sh;
609 sh = 0;
610 start = idx;
611 } else if (sh < -64)
612 sh = 0xff - (start - idx);
613 else if (sh < 0) {
614 sh = start - idx;
615 start = idx;
616 bitmap = bitmap << sh;
617 sh = 0;
618 }
Emmanuel Grumbach4aa41f12008-07-18 13:53:09 +0800619 bitmap |= 1ULL << sh;
Tomas Winklere1623442009-01-27 14:27:56 -0800620 IWL_DEBUG_TX_REPLY(priv, "start=%d bitmap=0x%llx\n",
Emmanuel Grumbach4aa41f12008-07-18 13:53:09 +0800621 start, (unsigned long long)bitmap);
Ron Rindjunskye532fa02008-05-29 16:35:09 +0800622 }
623
624 agg->bitmap = bitmap;
625 agg->start_idx = start;
Tomas Winklere1623442009-01-27 14:27:56 -0800626 IWL_DEBUG_TX_REPLY(priv, "Frames %d start_idx=%d bitmap=0x%llx\n",
Ron Rindjunskye532fa02008-05-29 16:35:09 +0800627 agg->frame_count, agg->start_idx,
628 (unsigned long long)agg->bitmap);
629
630 if (bitmap)
631 agg->wait_for_ba = 1;
632 }
633 return 0;
634}
635
636static void iwl5000_rx_reply_tx(struct iwl_priv *priv,
637 struct iwl_rx_mem_buffer *rxb)
638{
Zhu Yi2f301222009-10-09 17:19:45 +0800639 struct iwl_rx_packet *pkt = rxb_addr(rxb);
Ron Rindjunskye532fa02008-05-29 16:35:09 +0800640 u16 sequence = le16_to_cpu(pkt->hdr.sequence);
641 int txq_id = SEQ_TO_QUEUE(sequence);
642 int index = SEQ_TO_INDEX(sequence);
643 struct iwl_tx_queue *txq = &priv->txq[txq_id];
644 struct ieee80211_tx_info *info;
645 struct iwl5000_tx_resp *tx_resp = (void *)&pkt->u.raw[0];
646 u32 status = le16_to_cpu(tx_resp->status.status);
Tomas Winkler3fd07a12008-10-23 23:48:49 -0700647 int tid;
648 int sta_id;
649 int freed;
Ron Rindjunskye532fa02008-05-29 16:35:09 +0800650
651 if ((index >= txq->q.n_bd) || (iwl_queue_used(&txq->q, index) == 0)) {
Winkler, Tomas15b16872008-12-19 10:37:33 +0800652 IWL_ERR(priv, "Read index for DMA queue txq_id (%d) index %d "
Ron Rindjunskye532fa02008-05-29 16:35:09 +0800653 "is out of range [0-%d] %d %d\n", txq_id,
654 index, txq->q.n_bd, txq->q.write_ptr,
655 txq->q.read_ptr);
656 return;
657 }
658
659 info = IEEE80211_SKB_CB(txq->txb[txq->q.read_ptr].skb[0]);
660 memset(&info->status, 0, sizeof(info->status));
661
Tomas Winkler3fd07a12008-10-23 23:48:49 -0700662 tid = (tx_resp->ra_tid & IWL50_TX_RES_TID_MSK) >> IWL50_TX_RES_TID_POS;
663 sta_id = (tx_resp->ra_tid & IWL50_TX_RES_RA_MSK) >> IWL50_TX_RES_RA_POS;
Ron Rindjunskye532fa02008-05-29 16:35:09 +0800664
665 if (txq->sched_retry) {
666 const u32 scd_ssn = iwl5000_get_scd_ssn(tx_resp);
667 struct iwl_ht_agg *agg = NULL;
668
Ron Rindjunskye532fa02008-05-29 16:35:09 +0800669 agg = &priv->stations[sta_id].tid[tid].agg;
670
Tomas Winkler25a65722008-06-12 09:47:07 +0800671 iwl5000_tx_status_reply_tx(priv, agg, tx_resp, txq_id, index);
Ron Rindjunskye532fa02008-05-29 16:35:09 +0800672
Ron Rindjunsky32354272008-07-01 10:44:51 +0300673 /* check if BAR is needed */
674 if ((tx_resp->frame_count == 1) && !iwl_is_tx_success(status))
675 info->flags |= IEEE80211_TX_STAT_AMPDU_NO_BACK;
Ron Rindjunskye532fa02008-05-29 16:35:09 +0800676
677 if (txq->q.read_ptr != (scd_ssn & 0xff)) {
Ron Rindjunskye532fa02008-05-29 16:35:09 +0800678 index = iwl_queue_dec_wrap(scd_ssn & 0xff, txq->q.n_bd);
Tomas Winklere1623442009-01-27 14:27:56 -0800679 IWL_DEBUG_TX_REPLY(priv, "Retry scheduler reclaim "
Tomas Winkler3fd07a12008-10-23 23:48:49 -0700680 "scd_ssn=%d idx=%d txq=%d swq=%d\n",
681 scd_ssn , index, txq_id, txq->swq_id);
682
Tomas Winkler17b88922008-05-29 16:35:12 +0800683 freed = iwl_tx_queue_reclaim(priv, txq_id, index);
Wey-Yi Guya239a8b2010-02-19 15:47:32 -0800684 iwl_free_tfds_in_queue(priv, sta_id, tid, freed);
Ron Rindjunskye532fa02008-05-29 16:35:09 +0800685
Tomas Winkler3fd07a12008-10-23 23:48:49 -0700686 if (priv->mac80211_registered &&
687 (iwl_queue_space(&txq->q) > txq->q.low_mark) &&
688 (agg->state != IWL_EMPTYING_HW_QUEUE_DELBA)) {
Ron Rindjunskye532fa02008-05-29 16:35:09 +0800689 if (agg->state == IWL_AGG_OFF)
Johannes Berge4e72fb2009-03-23 17:28:42 +0100690 iwl_wake_queue(priv, txq_id);
Ron Rindjunskye532fa02008-05-29 16:35:09 +0800691 else
Johannes Berge4e72fb2009-03-23 17:28:42 +0100692 iwl_wake_queue(priv, txq->swq_id);
Ron Rindjunskye532fa02008-05-29 16:35:09 +0800693 }
Ron Rindjunskye532fa02008-05-29 16:35:09 +0800694 }
695 } else {
Tomas Winkler3fd07a12008-10-23 23:48:49 -0700696 BUG_ON(txq_id != txq->swq_id);
697
Johannes Berge6a98542008-10-21 12:40:02 +0200698 info->status.rates[0].count = tx_resp->failure_frame + 1;
Johannes Bergc397bf12009-11-13 11:56:35 -0800699 info->flags |= iwl_tx_status_to_mac80211(status);
Tomas Winklere7d326ac2008-06-12 09:47:11 +0800700 iwl_hwrate_to_tx_control(priv,
Ron Rindjunsky4f85f5b2008-06-09 22:54:35 +0300701 le32_to_cpu(tx_resp->rate_n_flags),
702 info);
Ron Rindjunskye532fa02008-05-29 16:35:09 +0800703
Tomas Winklere1623442009-01-27 14:27:56 -0800704 IWL_DEBUG_TX_REPLY(priv, "TXQ %d status %s (0x%08x) rate_n_flags "
Tomas Winkler3fd07a12008-10-23 23:48:49 -0700705 "0x%x retries %d\n",
706 txq_id,
707 iwl_get_tx_fail_reason(status), status,
708 le32_to_cpu(tx_resp->rate_n_flags),
709 tx_resp->failure_frame);
Ron Rindjunskye532fa02008-05-29 16:35:09 +0800710
Tomas Winkler3fd07a12008-10-23 23:48:49 -0700711 freed = iwl_tx_queue_reclaim(priv, txq_id, index);
Stanislaw Gruszkaa120e912010-02-19 15:47:33 -0800712 iwl_free_tfds_in_queue(priv, sta_id, tid, freed);
Tomas Winkler3fd07a12008-10-23 23:48:49 -0700713
714 if (priv->mac80211_registered &&
715 (iwl_queue_space(&txq->q) > txq->q.low_mark))
Johannes Berge4e72fb2009-03-23 17:28:42 +0100716 iwl_wake_queue(priv, txq_id);
Ron Rindjunskye532fa02008-05-29 16:35:09 +0800717 }
Ron Rindjunskye532fa02008-05-29 16:35:09 +0800718
Stanislaw Gruszkaa120e912010-02-19 15:47:33 -0800719 iwl_txq_check_empty(priv, sta_id, tid, txq_id);
Tomas Winkler3fd07a12008-10-23 23:48:49 -0700720
Ron Rindjunskye532fa02008-05-29 16:35:09 +0800721 if (iwl_check_bits(status, TX_ABORT_REQUIRED_MSK))
Winkler, Tomas15b16872008-12-19 10:37:33 +0800722 IWL_ERR(priv, "TODO: Implement Tx ABORT REQUIRED!!!\n");
Ron Rindjunskye532fa02008-05-29 16:35:09 +0800723}
724
Wey-Yi Guy672639d2009-07-24 11:13:01 -0700725void iwl5000_setup_deferred_work(struct iwl_priv *priv)
Emmanuel Grumbach203566f2008-06-12 09:46:54 +0800726{
727 /* in 5000 the tx power calibration is done in uCode */
728 priv->disable_tx_power_cal = 1;
729}
730
Wey-Yi Guy672639d2009-07-24 11:13:01 -0700731void iwl5000_rx_handler_setup(struct iwl_priv *priv)
Ron Rindjunskyb600e4e2008-05-15 13:54:11 +0800732{
Tomas Winkler7c616cb2008-05-29 16:35:05 +0800733 /* init calibration handlers */
734 priv->rx_handlers[CALIBRATION_RES_NOTIFICATION] =
735 iwl5000_rx_calib_result;
736 priv->rx_handlers[CALIBRATION_COMPLETE_NOTIFICATION] =
737 iwl5000_rx_calib_complete;
Ron Rindjunskye532fa02008-05-29 16:35:09 +0800738 priv->rx_handlers[REPLY_TX] = iwl5000_rx_reply_tx;
Ron Rindjunskyb600e4e2008-05-15 13:54:11 +0800739}
740
Tomas Winkler7c616cb2008-05-29 16:35:05 +0800741
Wey-Yi Guy672639d2009-07-24 11:13:01 -0700742int iwl5000_hw_valid_rtc_data_addr(u32 addr)
Ron Rindjunsky87283cc2008-05-29 16:34:47 +0800743{
Samuel Ortiz250bdd22008-12-19 10:37:11 +0800744 return (addr >= IWL50_RTC_DATA_LOWER_BOUND) &&
Ron Rindjunsky87283cc2008-05-29 16:34:47 +0800745 (addr < IWL50_RTC_DATA_UPPER_BOUND);
746}
747
Wey-Yi Guy672639d2009-07-24 11:13:01 -0700748int iwl5000_send_tx_power(struct iwl_priv *priv)
Tomas Winkler630fe9b2008-06-12 09:47:08 +0800749{
750 struct iwl5000_tx_power_dbm_cmd tx_power_cmd;
Jay Sternberg76a24072009-01-29 11:09:14 -0800751 u8 tx_ant_cfg_cmd;
Tomas Winkler630fe9b2008-06-12 09:47:08 +0800752
753 /* half dBm need to multiply */
754 tx_power_cmd.global_lmt = (s8)(2 * priv->tx_power_user_lmt);
Wey-Yi Guyae16fc3c2009-11-13 11:56:30 -0800755
756 if (priv->tx_power_lmt_in_half_dbm &&
757 priv->tx_power_lmt_in_half_dbm < tx_power_cmd.global_lmt) {
758 /*
759 * For the newer devices which using enhanced/extend tx power
760 * table in EEPROM, the format is in half dBm. driver need to
761 * convert to dBm format before report to mac80211.
762 * By doing so, there is a possibility of 1/2 dBm resolution
763 * lost. driver will perform "round-up" operation before
764 * reporting, but it will cause 1/2 dBm tx power over the
765 * regulatory limit. Perform the checking here, if the
766 * "tx_power_user_lmt" is higher than EEPROM value (in
767 * half-dBm format), lower the tx power based on EEPROM
768 */
769 tx_power_cmd.global_lmt = priv->tx_power_lmt_in_half_dbm;
770 }
Gregory Greenman853554a2008-06-30 17:23:01 +0800771 tx_power_cmd.flags = IWL50_TX_POWER_NO_CLOSED;
Tomas Winkler630fe9b2008-06-12 09:47:08 +0800772 tx_power_cmd.srv_chan_lmt = IWL50_TX_POWER_AUTO;
Jay Sternberg76a24072009-01-29 11:09:14 -0800773
774 if (IWL_UCODE_API(priv->ucode_ver) == 1)
775 tx_ant_cfg_cmd = REPLY_TX_POWER_DBM_CMD_V1;
776 else
777 tx_ant_cfg_cmd = REPLY_TX_POWER_DBM_CMD;
778
779 return iwl_send_cmd_pdu_async(priv, tx_ant_cfg_cmd,
Tomas Winkler630fe9b2008-06-12 09:47:08 +0800780 sizeof(tx_power_cmd), &tx_power_cmd,
781 NULL);
782}
783
Wey-Yi Guy672639d2009-07-24 11:13:01 -0700784void iwl5000_temperature(struct iwl_priv *priv)
Emmanuel Grumbach8f91aec2008-06-30 17:23:07 +0800785{
786 /* store temperature from statistics (in Celsius) */
Zhu Yi52256402008-06-30 17:23:31 +0800787 priv->temperature = le32_to_cpu(priv->statistics.general.temperature);
Wey-Yi Guy39b73fb12009-07-24 11:13:02 -0700788 iwl_tt_handler(priv);
Emmanuel Grumbach8f91aec2008-06-30 17:23:07 +0800789}
Ron Rindjunskyfe7a90c2008-05-29 16:35:14 +0800790
Wey-Yi Guy62161ae2009-05-21 13:44:23 -0700791static void iwl5150_temperature(struct iwl_priv *priv)
792{
793 u32 vt = 0;
794 s32 offset = iwl_temp_calib_to_offset(priv);
795
796 vt = le32_to_cpu(priv->statistics.general.temperature);
797 vt = vt / IWL_5150_VOLTAGE_TO_TEMPERATURE_COEFF + offset;
798 /* now vt hold the temperature in Kelvin */
799 priv->temperature = KELVIN_TO_CELSIUS(vt);
Wey-Yi Guy15993e02009-08-13 13:31:00 -0700800 iwl_tt_handler(priv);
Wey-Yi Guy62161ae2009-05-21 13:44:23 -0700801}
802
Wey-Yi Guy4a56e962009-10-23 13:42:29 -0700803static int iwl5000_hw_channel_switch(struct iwl_priv *priv, u16 channel)
804{
805 struct iwl5000_channel_switch_cmd cmd;
806 const struct iwl_channel_info *ch_info;
807 struct iwl_host_cmd hcmd = {
808 .id = REPLY_CHANNEL_SWITCH,
809 .len = sizeof(cmd),
810 .flags = CMD_SIZE_HUGE,
811 .data = &cmd,
812 };
813
814 IWL_DEBUG_11H(priv, "channel switch from %d to %d\n",
815 priv->active_rxon.channel, channel);
816 cmd.band = priv->band == IEEE80211_BAND_2GHZ;
817 cmd.channel = cpu_to_le16(channel);
Wey-Yi Guy0924e5192009-11-06 14:52:54 -0800818 cmd.rxon_flags = priv->staging_rxon.flags;
819 cmd.rxon_filter_flags = priv->staging_rxon.filter_flags;
Wey-Yi Guy4a56e962009-10-23 13:42:29 -0700820 cmd.switch_time = cpu_to_le32(priv->ucode_beacon_time);
821 ch_info = iwl_get_channel_info(priv, priv->band, channel);
822 if (ch_info)
823 cmd.expect_beacon = is_channel_radar(ch_info);
824 else {
825 IWL_ERR(priv, "invalid channel switch from %u to %u\n",
826 priv->active_rxon.channel, channel);
827 return -EFAULT;
828 }
Wey-Yi Guy0924e5192009-11-06 14:52:54 -0800829 priv->switch_rxon.channel = cpu_to_le16(channel);
830 priv->switch_rxon.switch_in_progress = true;
Wey-Yi Guy4a56e962009-10-23 13:42:29 -0700831
832 return iwl_send_cmd_sync(priv, &hcmd);
833}
834
Jay Sternberge8c00dc2009-01-29 11:09:15 -0800835struct iwl_lib_ops iwl5000_lib = {
Tomas Winklerfdd3e8a2008-04-24 11:55:28 -0700836 .set_hw_params = iwl5000_hw_set_hw_params,
Wey-Yi Guyb305a082010-03-16 17:41:22 -0700837 .txq_update_byte_cnt_tbl = iwlagn_txq_update_byte_cnt_tbl,
838 .txq_inval_byte_cnt_tbl = iwlagn_txq_inval_byte_cnt_tbl,
839 .txq_set_sched = iwlagn_txq_set_sched,
840 .txq_agg_enable = iwlagn_txq_agg_enable,
841 .txq_agg_disable = iwlagn_txq_agg_disable,
Samuel Ortiz7aaa1d72009-01-19 15:30:26 -0800842 .txq_attach_buf_to_tfd = iwl_hw_txq_attach_buf_to_tfd,
843 .txq_free_tfd = iwl_hw_txq_free_tfd,
Samuel Ortiza8e74e272009-01-23 13:45:14 -0800844 .txq_init = iwl_hw_tx_queue_init,
Ron Rindjunskyb600e4e2008-05-15 13:54:11 +0800845 .rx_handler_setup = iwl5000_rx_handler_setup,
Emmanuel Grumbach203566f2008-06-12 09:46:54 +0800846 .setup_deferred_work = iwl5000_setup_deferred_work,
Ron Rindjunsky87283cc2008-05-29 16:34:47 +0800847 .is_valid_rtc_data_addr = iwl5000_hw_valid_rtc_data_addr,
Reinette Chatreb7a79402009-09-25 14:24:23 -0700848 .dump_nic_event_log = iwl_dump_nic_event_log,
849 .dump_nic_error_log = iwl_dump_nic_error_log,
Wey-Yi Guy696bdee2009-12-10 14:37:25 -0800850 .dump_csr = iwl_dump_csr,
Wey-Yi Guy1b3eb822010-01-15 13:43:39 -0800851 .dump_fh = iwl_dump_fh,
Wey-Yi Guy81b81762010-03-16 10:23:30 -0700852 .load_ucode = iwlagn_load_ucode,
Ron Rindjunsky99da1b42008-05-15 13:54:13 +0800853 .init_alive_start = iwl5000_init_alive_start,
854 .alive_notify = iwl5000_alive_notify,
Tomas Winkler630fe9b2008-06-12 09:47:08 +0800855 .send_tx_power = iwl5000_send_tx_power,
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -0700856 .update_chain_flags = iwl_update_chain_flags,
Wey-Yi Guy4a56e962009-10-23 13:42:29 -0700857 .set_channel_switch = iwl5000_hw_channel_switch,
Tomas Winkler30d59262008-04-24 11:55:25 -0700858 .apm_ops = {
Ben Cahillfadb3582009-10-23 13:42:21 -0700859 .init = iwl_apm_init,
Abhijeet Kolekard68b6032009-10-02 13:44:04 -0700860 .stop = iwl_apm_stop,
Ron Rindjunsky5a835352008-05-05 10:22:29 +0800861 .config = iwl5000_nic_config,
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -0700862 .set_pwr_src = iwl_set_pwr_src,
Tomas Winkler30d59262008-04-24 11:55:25 -0700863 },
Tomas Winklerda8dec22008-04-24 11:55:24 -0700864 .eeprom_ops = {
Tomas Winkler25ae3982008-04-24 11:55:27 -0700865 .regulatory_bands = {
866 EEPROM_5000_REG_BAND_1_CHANNELS,
867 EEPROM_5000_REG_BAND_2_CHANNELS,
868 EEPROM_5000_REG_BAND_3_CHANNELS,
869 EEPROM_5000_REG_BAND_4_CHANNELS,
870 EEPROM_5000_REG_BAND_5_CHANNELS,
Wey-Yi Guy7aafef12009-08-07 15:41:38 -0700871 EEPROM_5000_REG_BAND_24_HT40_CHANNELS,
872 EEPROM_5000_REG_BAND_52_HT40_CHANNELS
Tomas Winkler25ae3982008-04-24 11:55:27 -0700873 },
Tomas Winklerda8dec22008-04-24 11:55:24 -0700874 .verify_signature = iwlcore_eeprom_verify_signature,
875 .acquire_semaphore = iwlcore_eeprom_acquire_semaphore,
876 .release_semaphore = iwlcore_eeprom_release_semaphore,
Tomas Winkler0ef2ca62008-10-23 23:48:51 -0700877 .calib_version = iwl5000_eeprom_calib_version,
Tomas Winkler25ae3982008-04-24 11:55:27 -0700878 .query_addr = iwl5000_eeprom_query_addr,
Tomas Winklerda8dec22008-04-24 11:55:24 -0700879 },
Abhijeet Kolekar5bbe2332009-04-08 11:26:35 -0700880 .post_associate = iwl_post_associate,
Mohamed Abbasef850d72009-05-22 11:01:50 -0700881 .isr = iwl_isr_ict,
Abhijeet Kolekar60690a62009-04-08 11:26:49 -0700882 .config_ap = iwl_config_ap,
Wey-Yi Guy62161ae2009-05-21 13:44:23 -0700883 .temp_ops = {
884 .temperature = iwl5000_temperature,
885 .set_ct_kill = iwl5000_set_ct_threshold,
886 },
Reinette Chatre3459ab52010-01-22 14:22:49 -0800887 .add_bcast_station = iwl_add_bcast_station,
Wey-Yi Guyb74e31a2010-03-01 17:23:50 -0800888 .recover_from_tx_stall = iwl_bg_monitor_recover,
Wey-Yi Guyfa8f130c2010-03-05 14:22:46 -0800889 .check_plcp_health = iwl_good_plcp_health,
890 .check_ack_health = iwl_good_ack_health,
Wey-Yi Guy62161ae2009-05-21 13:44:23 -0700891};
892
893static struct iwl_lib_ops iwl5150_lib = {
894 .set_hw_params = iwl5000_hw_set_hw_params,
Wey-Yi Guyb305a082010-03-16 17:41:22 -0700895 .txq_update_byte_cnt_tbl = iwlagn_txq_update_byte_cnt_tbl,
896 .txq_inval_byte_cnt_tbl = iwlagn_txq_inval_byte_cnt_tbl,
897 .txq_set_sched = iwlagn_txq_set_sched,
898 .txq_agg_enable = iwlagn_txq_agg_enable,
899 .txq_agg_disable = iwlagn_txq_agg_disable,
Wey-Yi Guy62161ae2009-05-21 13:44:23 -0700900 .txq_attach_buf_to_tfd = iwl_hw_txq_attach_buf_to_tfd,
901 .txq_free_tfd = iwl_hw_txq_free_tfd,
902 .txq_init = iwl_hw_tx_queue_init,
903 .rx_handler_setup = iwl5000_rx_handler_setup,
904 .setup_deferred_work = iwl5000_setup_deferred_work,
905 .is_valid_rtc_data_addr = iwl5000_hw_valid_rtc_data_addr,
Reinette Chatreb7a79402009-09-25 14:24:23 -0700906 .dump_nic_event_log = iwl_dump_nic_event_log,
907 .dump_nic_error_log = iwl_dump_nic_error_log,
Wey-Yi Guy696bdee2009-12-10 14:37:25 -0800908 .dump_csr = iwl_dump_csr,
Wey-Yi Guy81b81762010-03-16 10:23:30 -0700909 .load_ucode = iwlagn_load_ucode,
Wey-Yi Guy62161ae2009-05-21 13:44:23 -0700910 .init_alive_start = iwl5000_init_alive_start,
911 .alive_notify = iwl5000_alive_notify,
912 .send_tx_power = iwl5000_send_tx_power,
913 .update_chain_flags = iwl_update_chain_flags,
Wey-Yi Guy4a56e962009-10-23 13:42:29 -0700914 .set_channel_switch = iwl5000_hw_channel_switch,
Wey-Yi Guy62161ae2009-05-21 13:44:23 -0700915 .apm_ops = {
Ben Cahillfadb3582009-10-23 13:42:21 -0700916 .init = iwl_apm_init,
Abhijeet Kolekard68b6032009-10-02 13:44:04 -0700917 .stop = iwl_apm_stop,
Wey-Yi Guy62161ae2009-05-21 13:44:23 -0700918 .config = iwl5000_nic_config,
919 .set_pwr_src = iwl_set_pwr_src,
920 },
921 .eeprom_ops = {
922 .regulatory_bands = {
923 EEPROM_5000_REG_BAND_1_CHANNELS,
924 EEPROM_5000_REG_BAND_2_CHANNELS,
925 EEPROM_5000_REG_BAND_3_CHANNELS,
926 EEPROM_5000_REG_BAND_4_CHANNELS,
927 EEPROM_5000_REG_BAND_5_CHANNELS,
Wey-Yi Guy7aafef12009-08-07 15:41:38 -0700928 EEPROM_5000_REG_BAND_24_HT40_CHANNELS,
929 EEPROM_5000_REG_BAND_52_HT40_CHANNELS
Wey-Yi Guy62161ae2009-05-21 13:44:23 -0700930 },
931 .verify_signature = iwlcore_eeprom_verify_signature,
932 .acquire_semaphore = iwlcore_eeprom_acquire_semaphore,
933 .release_semaphore = iwlcore_eeprom_release_semaphore,
934 .calib_version = iwl5000_eeprom_calib_version,
935 .query_addr = iwl5000_eeprom_query_addr,
936 },
937 .post_associate = iwl_post_associate,
Mohamed Abbasef850d72009-05-22 11:01:50 -0700938 .isr = iwl_isr_ict,
Wey-Yi Guy62161ae2009-05-21 13:44:23 -0700939 .config_ap = iwl_config_ap,
940 .temp_ops = {
941 .temperature = iwl5150_temperature,
942 .set_ct_kill = iwl5150_set_ct_threshold,
943 },
Reinette Chatre3459ab52010-01-22 14:22:49 -0800944 .add_bcast_station = iwl_add_bcast_station,
Wey-Yi Guyb74e31a2010-03-01 17:23:50 -0800945 .recover_from_tx_stall = iwl_bg_monitor_recover,
Wey-Yi Guyfa8f130c2010-03-05 14:22:46 -0800946 .check_plcp_health = iwl_good_plcp_health,
947 .check_ack_health = iwl_good_ack_health,
Tomas Winklerda8dec22008-04-24 11:55:24 -0700948};
949
Emese Revfy45d5d802009-12-14 00:59:53 +0100950static const struct iwl_ops iwl5000_ops = {
Wey-Yi Guy792bc3c2010-03-16 10:23:29 -0700951 .ucode = &iwlagn_ucode,
Tomas Winklerda8dec22008-04-24 11:55:24 -0700952 .lib = &iwl5000_lib,
Wey-Yi Guy7dc77db2010-03-16 10:23:31 -0700953 .hcmd = &iwlagn_hcmd,
954 .utils = &iwlagn_hcmd_utils,
Johannes Berge932a602009-10-02 13:44:03 -0700955 .led = &iwlagn_led_ops,
Tomas Winklerda8dec22008-04-24 11:55:24 -0700956};
957
Emese Revfy45d5d802009-12-14 00:59:53 +0100958static const struct iwl_ops iwl5150_ops = {
Wey-Yi Guy792bc3c2010-03-16 10:23:29 -0700959 .ucode = &iwlagn_ucode,
Wey-Yi Guy62161ae2009-05-21 13:44:23 -0700960 .lib = &iwl5150_lib,
Wey-Yi Guy7dc77db2010-03-16 10:23:31 -0700961 .hcmd = &iwlagn_hcmd,
962 .utils = &iwlagn_hcmd_utils,
Johannes Berge932a602009-10-02 13:44:03 -0700963 .led = &iwlagn_led_ops,
Wey-Yi Guy62161ae2009-05-21 13:44:23 -0700964};
965
Jay Sternbergcec2d3f2009-01-19 15:30:33 -0800966struct iwl_mod_params iwl50_mod_params = {
Tomas Winkler5a6a2562008-04-24 11:55:23 -0700967 .amsdu_size_8K = 1,
Ester Kummer3a1081e2008-05-06 11:05:14 +0800968 .restart_fw = 1,
Tomas Winkler5a6a2562008-04-24 11:55:23 -0700969 /* the rest are 0 by default */
970};
971
972
973struct iwl_cfg iwl5300_agn_cfg = {
Shanyu Zhaoc11362c2010-03-05 17:05:20 -0800974 .name = "Intel(R) Ultimate N WiFi Link 5300 AGN",
Reinette Chatrea0987a82008-12-02 12:14:06 -0800975 .fw_name_pre = IWL5000_FW_PRE,
976 .ucode_api_max = IWL5000_UCODE_API_MAX,
977 .ucode_api_min = IWL5000_UCODE_API_MIN,
Tomas Winkler5a6a2562008-04-24 11:55:23 -0700978 .sku = IWL_SKU_A|IWL_SKU_G|IWL_SKU_N,
Tomas Winklerda8dec22008-04-24 11:55:24 -0700979 .ops = &iwl5000_ops,
Tomas Winkler25ae3982008-04-24 11:55:27 -0700980 .eeprom_size = IWL_5000_EEPROM_IMG_SIZE,
Tomas Winkler0ef2ca62008-10-23 23:48:51 -0700981 .eeprom_ver = EEPROM_5000_EEPROM_VERSION,
982 .eeprom_calib_ver = EEPROM_5000_TX_POWER_VERSION,
Wey-Yi Guy88804e22009-10-09 13:20:28 -0700983 .num_of_queues = IWL50_NUM_QUEUES,
984 .num_of_ampdu_queues = IWL50_NUM_AMPDU_QUEUES,
Tomas Winkler5a6a2562008-04-24 11:55:23 -0700985 .mod_params = &iwl50_mod_params,
Jay Sternbergc0bac762009-02-02 16:21:14 -0800986 .valid_tx_ant = ANT_ABC,
987 .valid_rx_ant = ANT_ABC,
Ben Cahillfadb3582009-10-23 13:42:21 -0700988 .pll_cfg_val = CSR50_ANA_PLL_CFG_VAL,
989 .set_l0s = true,
990 .use_bsm = false,
Daniel C Halperinb2617932009-08-13 13:30:59 -0700991 .ht_greenfield_support = true,
Wey-Yi Guyf2d0d0e2009-09-11 10:38:14 -0700992 .led_compensation = 51,
Wey-Yi Guy1152dcc2010-01-15 13:42:58 -0800993 .use_rts_for_ht = true, /* use rts/cts protection */
Wey-Yi Guyd8c07e72009-09-25 14:24:26 -0700994 .chain_noise_num_beacons = IWL_CAL_NUM_BEACONS,
Trieu 'Andrew' Nguyen3e4fb5f2010-01-22 14:22:46 -0800995 .plcp_delta_threshold = IWL_MAX_PLCP_ERR_LONG_THRESHOLD_DEF,
Ben Cahilld4fe5ac2010-02-05 11:33:46 -0800996 .chain_noise_scale = 1000,
Wey-Yi Guyb74e31a2010-03-01 17:23:50 -0800997 .monitor_recover_period = IWL_MONITORING_PERIOD,
Tomas Winkler5a6a2562008-04-24 11:55:23 -0700998};
999
Wey-Yi Guyac592572009-11-20 12:05:03 -08001000struct iwl_cfg iwl5100_bgn_cfg = {
Shanyu Zhaoc11362c2010-03-05 17:05:20 -08001001 .name = "Intel(R) WiFi Link 5100 BGN",
Reinette Chatrea0987a82008-12-02 12:14:06 -08001002 .fw_name_pre = IWL5000_FW_PRE,
1003 .ucode_api_max = IWL5000_UCODE_API_MAX,
1004 .ucode_api_min = IWL5000_UCODE_API_MIN,
Wey-Yi Guyac592572009-11-20 12:05:03 -08001005 .sku = IWL_SKU_G|IWL_SKU_N,
Esti Kummer47408632008-07-11 11:53:30 +08001006 .ops = &iwl5000_ops,
1007 .eeprom_size = IWL_5000_EEPROM_IMG_SIZE,
Tomas Winkler0ef2ca62008-10-23 23:48:51 -07001008 .eeprom_ver = EEPROM_5000_EEPROM_VERSION,
1009 .eeprom_calib_ver = EEPROM_5000_TX_POWER_VERSION,
Wey-Yi Guy88804e22009-10-09 13:20:28 -07001010 .num_of_queues = IWL50_NUM_QUEUES,
1011 .num_of_ampdu_queues = IWL50_NUM_AMPDU_QUEUES,
Esti Kummer47408632008-07-11 11:53:30 +08001012 .mod_params = &iwl50_mod_params,
Jay Sternbergc0bac762009-02-02 16:21:14 -08001013 .valid_tx_ant = ANT_B,
1014 .valid_rx_ant = ANT_AB,
Ben Cahillfadb3582009-10-23 13:42:21 -07001015 .pll_cfg_val = CSR50_ANA_PLL_CFG_VAL,
1016 .set_l0s = true,
1017 .use_bsm = false,
Daniel C Halperinb2617932009-08-13 13:30:59 -07001018 .ht_greenfield_support = true,
Wey-Yi Guyf2d0d0e2009-09-11 10:38:14 -07001019 .led_compensation = 51,
Wey-Yi Guy1152dcc2010-01-15 13:42:58 -08001020 .use_rts_for_ht = true, /* use rts/cts protection */
Wey-Yi Guyd8c07e72009-09-25 14:24:26 -07001021 .chain_noise_num_beacons = IWL_CAL_NUM_BEACONS,
Trieu 'Andrew' Nguyen3e4fb5f2010-01-22 14:22:46 -08001022 .plcp_delta_threshold = IWL_MAX_PLCP_ERR_LONG_THRESHOLD_DEF,
Ben Cahilld4fe5ac2010-02-05 11:33:46 -08001023 .chain_noise_scale = 1000,
Wey-Yi Guyb74e31a2010-03-01 17:23:50 -08001024 .monitor_recover_period = IWL_MONITORING_PERIOD,
Esti Kummer47408632008-07-11 11:53:30 +08001025};
1026
1027struct iwl_cfg iwl5100_abg_cfg = {
Shanyu Zhaoc11362c2010-03-05 17:05:20 -08001028 .name = "Intel(R) WiFi Link 5100 ABG",
Reinette Chatrea0987a82008-12-02 12:14:06 -08001029 .fw_name_pre = IWL5000_FW_PRE,
1030 .ucode_api_max = IWL5000_UCODE_API_MAX,
1031 .ucode_api_min = IWL5000_UCODE_API_MIN,
Esti Kummer47408632008-07-11 11:53:30 +08001032 .sku = IWL_SKU_A|IWL_SKU_G,
1033 .ops = &iwl5000_ops,
1034 .eeprom_size = IWL_5000_EEPROM_IMG_SIZE,
Tomas Winkler0ef2ca62008-10-23 23:48:51 -07001035 .eeprom_ver = EEPROM_5000_EEPROM_VERSION,
1036 .eeprom_calib_ver = EEPROM_5000_TX_POWER_VERSION,
Wey-Yi Guy88804e22009-10-09 13:20:28 -07001037 .num_of_queues = IWL50_NUM_QUEUES,
1038 .num_of_ampdu_queues = IWL50_NUM_AMPDU_QUEUES,
Esti Kummer47408632008-07-11 11:53:30 +08001039 .mod_params = &iwl50_mod_params,
Jay Sternbergc0bac762009-02-02 16:21:14 -08001040 .valid_tx_ant = ANT_B,
1041 .valid_rx_ant = ANT_AB,
Ben Cahillfadb3582009-10-23 13:42:21 -07001042 .pll_cfg_val = CSR50_ANA_PLL_CFG_VAL,
1043 .set_l0s = true,
1044 .use_bsm = false,
Wey-Yi Guyf2d0d0e2009-09-11 10:38:14 -07001045 .led_compensation = 51,
Wey-Yi Guyd8c07e72009-09-25 14:24:26 -07001046 .chain_noise_num_beacons = IWL_CAL_NUM_BEACONS,
Trieu 'Andrew' Nguyen3e4fb5f2010-01-22 14:22:46 -08001047 .plcp_delta_threshold = IWL_MAX_PLCP_ERR_LONG_THRESHOLD_DEF,
Ben Cahilld4fe5ac2010-02-05 11:33:46 -08001048 .chain_noise_scale = 1000,
Wey-Yi Guyb74e31a2010-03-01 17:23:50 -08001049 .monitor_recover_period = IWL_MONITORING_PERIOD,
Esti Kummer47408632008-07-11 11:53:30 +08001050};
1051
Tomas Winkler5a6a2562008-04-24 11:55:23 -07001052struct iwl_cfg iwl5100_agn_cfg = {
Shanyu Zhaoc11362c2010-03-05 17:05:20 -08001053 .name = "Intel(R) WiFi Link 5100 AGN",
Reinette Chatrea0987a82008-12-02 12:14:06 -08001054 .fw_name_pre = IWL5000_FW_PRE,
1055 .ucode_api_max = IWL5000_UCODE_API_MAX,
1056 .ucode_api_min = IWL5000_UCODE_API_MIN,
Tomas Winkler5a6a2562008-04-24 11:55:23 -07001057 .sku = IWL_SKU_A|IWL_SKU_G|IWL_SKU_N,
Tomas Winklerda8dec22008-04-24 11:55:24 -07001058 .ops = &iwl5000_ops,
Tomas Winkler25ae3982008-04-24 11:55:27 -07001059 .eeprom_size = IWL_5000_EEPROM_IMG_SIZE,
Tomas Winkler0ef2ca62008-10-23 23:48:51 -07001060 .eeprom_ver = EEPROM_5000_EEPROM_VERSION,
1061 .eeprom_calib_ver = EEPROM_5000_TX_POWER_VERSION,
Wey-Yi Guy88804e22009-10-09 13:20:28 -07001062 .num_of_queues = IWL50_NUM_QUEUES,
1063 .num_of_ampdu_queues = IWL50_NUM_AMPDU_QUEUES,
Tomas Winkler5a6a2562008-04-24 11:55:23 -07001064 .mod_params = &iwl50_mod_params,
Jay Sternbergc0bac762009-02-02 16:21:14 -08001065 .valid_tx_ant = ANT_B,
1066 .valid_rx_ant = ANT_AB,
Ben Cahillfadb3582009-10-23 13:42:21 -07001067 .pll_cfg_val = CSR50_ANA_PLL_CFG_VAL,
1068 .set_l0s = true,
1069 .use_bsm = false,
Daniel C Halperinb2617932009-08-13 13:30:59 -07001070 .ht_greenfield_support = true,
Wey-Yi Guyf2d0d0e2009-09-11 10:38:14 -07001071 .led_compensation = 51,
Wey-Yi Guy1152dcc2010-01-15 13:42:58 -08001072 .use_rts_for_ht = true, /* use rts/cts protection */
Wey-Yi Guyd8c07e72009-09-25 14:24:26 -07001073 .chain_noise_num_beacons = IWL_CAL_NUM_BEACONS,
Trieu 'Andrew' Nguyen3e4fb5f2010-01-22 14:22:46 -08001074 .plcp_delta_threshold = IWL_MAX_PLCP_ERR_LONG_THRESHOLD_DEF,
Ben Cahilld4fe5ac2010-02-05 11:33:46 -08001075 .chain_noise_scale = 1000,
Wey-Yi Guyb74e31a2010-03-01 17:23:50 -08001076 .monitor_recover_period = IWL_MONITORING_PERIOD,
Tomas Winkler5a6a2562008-04-24 11:55:23 -07001077};
1078
1079struct iwl_cfg iwl5350_agn_cfg = {
Shanyu Zhaoc11362c2010-03-05 17:05:20 -08001080 .name = "Intel(R) WiMAX/WiFi Link 5350 AGN",
Reinette Chatrea0987a82008-12-02 12:14:06 -08001081 .fw_name_pre = IWL5000_FW_PRE,
1082 .ucode_api_max = IWL5000_UCODE_API_MAX,
1083 .ucode_api_min = IWL5000_UCODE_API_MIN,
Tomas Winkler5a6a2562008-04-24 11:55:23 -07001084 .sku = IWL_SKU_A|IWL_SKU_G|IWL_SKU_N,
Tomas Winklerda8dec22008-04-24 11:55:24 -07001085 .ops = &iwl5000_ops,
Tomas Winkler25ae3982008-04-24 11:55:27 -07001086 .eeprom_size = IWL_5000_EEPROM_IMG_SIZE,
Tomas Winkler0ef2ca62008-10-23 23:48:51 -07001087 .eeprom_ver = EEPROM_5050_EEPROM_VERSION,
1088 .eeprom_calib_ver = EEPROM_5050_TX_POWER_VERSION,
Wey-Yi Guy88804e22009-10-09 13:20:28 -07001089 .num_of_queues = IWL50_NUM_QUEUES,
1090 .num_of_ampdu_queues = IWL50_NUM_AMPDU_QUEUES,
Tomas Winkler5a6a2562008-04-24 11:55:23 -07001091 .mod_params = &iwl50_mod_params,
Jay Sternbergc0bac762009-02-02 16:21:14 -08001092 .valid_tx_ant = ANT_ABC,
1093 .valid_rx_ant = ANT_ABC,
Ben Cahillfadb3582009-10-23 13:42:21 -07001094 .pll_cfg_val = CSR50_ANA_PLL_CFG_VAL,
1095 .set_l0s = true,
1096 .use_bsm = false,
Daniel C Halperinb2617932009-08-13 13:30:59 -07001097 .ht_greenfield_support = true,
Wey-Yi Guyf2d0d0e2009-09-11 10:38:14 -07001098 .led_compensation = 51,
Wey-Yi Guy1152dcc2010-01-15 13:42:58 -08001099 .use_rts_for_ht = true, /* use rts/cts protection */
Wey-Yi Guyd8c07e72009-09-25 14:24:26 -07001100 .chain_noise_num_beacons = IWL_CAL_NUM_BEACONS,
Trieu 'Andrew' Nguyen3e4fb5f2010-01-22 14:22:46 -08001101 .plcp_delta_threshold = IWL_MAX_PLCP_ERR_LONG_THRESHOLD_DEF,
Ben Cahilld4fe5ac2010-02-05 11:33:46 -08001102 .chain_noise_scale = 1000,
Wey-Yi Guyb74e31a2010-03-01 17:23:50 -08001103 .monitor_recover_period = IWL_MONITORING_PERIOD,
Tomas Winkler5a6a2562008-04-24 11:55:23 -07001104};
1105
Tomas Winkler7100e922008-12-01 16:32:18 -08001106struct iwl_cfg iwl5150_agn_cfg = {
Shanyu Zhaoc11362c2010-03-05 17:05:20 -08001107 .name = "Intel(R) WiMAX/WiFi Link 5150 AGN",
Reinette Chatrea0987a82008-12-02 12:14:06 -08001108 .fw_name_pre = IWL5150_FW_PRE,
1109 .ucode_api_max = IWL5150_UCODE_API_MAX,
1110 .ucode_api_min = IWL5150_UCODE_API_MIN,
Tomas Winkler7100e922008-12-01 16:32:18 -08001111 .sku = IWL_SKU_A|IWL_SKU_G|IWL_SKU_N,
Wey-Yi Guy62161ae2009-05-21 13:44:23 -07001112 .ops = &iwl5150_ops,
Tomas Winkler7100e922008-12-01 16:32:18 -08001113 .eeprom_size = IWL_5000_EEPROM_IMG_SIZE,
Tomas Winklerfd63edb2008-12-01 16:32:21 -08001114 .eeprom_ver = EEPROM_5050_EEPROM_VERSION,
1115 .eeprom_calib_ver = EEPROM_5050_TX_POWER_VERSION,
Wey-Yi Guy88804e22009-10-09 13:20:28 -07001116 .num_of_queues = IWL50_NUM_QUEUES,
1117 .num_of_ampdu_queues = IWL50_NUM_AMPDU_QUEUES,
Tomas Winkler7100e922008-12-01 16:32:18 -08001118 .mod_params = &iwl50_mod_params,
Jay Sternbergc0bac762009-02-02 16:21:14 -08001119 .valid_tx_ant = ANT_A,
1120 .valid_rx_ant = ANT_AB,
Ben Cahillfadb3582009-10-23 13:42:21 -07001121 .pll_cfg_val = CSR50_ANA_PLL_CFG_VAL,
1122 .set_l0s = true,
1123 .use_bsm = false,
Daniel C Halperinb2617932009-08-13 13:30:59 -07001124 .ht_greenfield_support = true,
Wey-Yi Guyf2d0d0e2009-09-11 10:38:14 -07001125 .led_compensation = 51,
Wey-Yi Guy1152dcc2010-01-15 13:42:58 -08001126 .use_rts_for_ht = true, /* use rts/cts protection */
Wey-Yi Guyd8c07e72009-09-25 14:24:26 -07001127 .chain_noise_num_beacons = IWL_CAL_NUM_BEACONS,
Trieu 'Andrew' Nguyen3e4fb5f2010-01-22 14:22:46 -08001128 .plcp_delta_threshold = IWL_MAX_PLCP_ERR_LONG_THRESHOLD_DEF,
Ben Cahilld4fe5ac2010-02-05 11:33:46 -08001129 .chain_noise_scale = 1000,
Wey-Yi Guyb74e31a2010-03-01 17:23:50 -08001130 .monitor_recover_period = IWL_MONITORING_PERIOD,
Tomas Winkler7100e922008-12-01 16:32:18 -08001131};
1132
Wey-Yi Guyac592572009-11-20 12:05:03 -08001133struct iwl_cfg iwl5150_abg_cfg = {
Shanyu Zhaoc11362c2010-03-05 17:05:20 -08001134 .name = "Intel(R) WiMAX/WiFi Link 5150 ABG",
Wey-Yi Guyac592572009-11-20 12:05:03 -08001135 .fw_name_pre = IWL5150_FW_PRE,
1136 .ucode_api_max = IWL5150_UCODE_API_MAX,
1137 .ucode_api_min = IWL5150_UCODE_API_MIN,
1138 .sku = IWL_SKU_A|IWL_SKU_G,
1139 .ops = &iwl5150_ops,
1140 .eeprom_size = IWL_5000_EEPROM_IMG_SIZE,
1141 .eeprom_ver = EEPROM_5050_EEPROM_VERSION,
1142 .eeprom_calib_ver = EEPROM_5050_TX_POWER_VERSION,
1143 .num_of_queues = IWL50_NUM_QUEUES,
1144 .num_of_ampdu_queues = IWL50_NUM_AMPDU_QUEUES,
1145 .mod_params = &iwl50_mod_params,
1146 .valid_tx_ant = ANT_A,
1147 .valid_rx_ant = ANT_AB,
1148 .pll_cfg_val = CSR50_ANA_PLL_CFG_VAL,
1149 .set_l0s = true,
1150 .use_bsm = false,
1151 .led_compensation = 51,
1152 .chain_noise_num_beacons = IWL_CAL_NUM_BEACONS,
Trieu 'Andrew' Nguyen3e4fb5f2010-01-22 14:22:46 -08001153 .plcp_delta_threshold = IWL_MAX_PLCP_ERR_LONG_THRESHOLD_DEF,
Ben Cahilld4fe5ac2010-02-05 11:33:46 -08001154 .chain_noise_scale = 1000,
Wey-Yi Guyb74e31a2010-03-01 17:23:50 -08001155 .monitor_recover_period = IWL_MONITORING_PERIOD,
Tomas Winkler5a6a2562008-04-24 11:55:23 -07001156};
1157
Reinette Chatrea0987a82008-12-02 12:14:06 -08001158MODULE_FIRMWARE(IWL5000_MODULE_FIRMWARE(IWL5000_UCODE_API_MAX));
1159MODULE_FIRMWARE(IWL5150_MODULE_FIRMWARE(IWL5150_UCODE_API_MAX));
Tomas Winklerc9f79ed2008-09-11 11:45:21 +08001160
Wey-Yi Guy4e30cb62009-09-17 10:43:47 -07001161module_param_named(swcrypto50, iwl50_mod_params.sw_crypto, bool, S_IRUGO);
Tomas Winkler5a6a2562008-04-24 11:55:23 -07001162MODULE_PARM_DESC(swcrypto50,
1163 "using software crypto engine (default 0 [hardware])\n");
Wey-Yi Guy4e30cb62009-09-17 10:43:47 -07001164module_param_named(queues_num50, iwl50_mod_params.num_of_queues, int, S_IRUGO);
Tomas Winkler5a6a2562008-04-24 11:55:23 -07001165MODULE_PARM_DESC(queues_num50, "number of hw queues in 50xx series");
Wey-Yi Guy4e30cb62009-09-17 10:43:47 -07001166module_param_named(11n_disable50, iwl50_mod_params.disable_11n, int, S_IRUGO);
Ron Rindjunsky49779292008-06-30 17:23:21 +08001167MODULE_PARM_DESC(11n_disable50, "disable 50XX 11n functionality");
Wey-Yi Guy4e30cb62009-09-17 10:43:47 -07001168module_param_named(amsdu_size_8K50, iwl50_mod_params.amsdu_size_8K,
1169 int, S_IRUGO);
Tomas Winkler5a6a2562008-04-24 11:55:23 -07001170MODULE_PARM_DESC(amsdu_size_8K50, "enable 8K amsdu size in 50XX series");
Wey-Yi Guy4e30cb62009-09-17 10:43:47 -07001171module_param_named(fw_restart50, iwl50_mod_params.restart_fw, int, S_IRUGO);
Ester Kummer3a1081e2008-05-06 11:05:14 +08001172MODULE_PARM_DESC(fw_restart50, "restart firmware in case of error");