blob: 37e1e77f513dbba4613d0c7687f97652e256cc67 [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 void iwl5000_gain_computation(struct iwl_priv *priv,
169 u32 average_noise[NUM_RX_CHAINS],
170 u16 min_average_noise_antenna_i,
Wey-Yi Guyd8c07e72009-09-25 14:24:26 -0700171 u32 min_average_noise,
172 u8 default_chain)
Emmanuel Grumbach33fd5032008-04-24 11:55:30 -0700173{
174 int i;
175 s32 delta_g;
176 struct iwl_chain_noise_data *data = &priv->chain_noise_data;
177
Wey-Yi Guyd8c07e72009-09-25 14:24:26 -0700178 /*
179 * Find Gain Code for the chains based on "default chain"
180 */
181 for (i = default_chain + 1; i < NUM_RX_CHAINS; i++) {
Emmanuel Grumbach33fd5032008-04-24 11:55:30 -0700182 if ((data->disconn_array[i])) {
183 data->delta_gain_code[i] = 0;
184 continue;
185 }
Ben Cahilld4fe5ac2010-02-05 11:33:46 -0800186
187 delta_g = (priv->cfg->chain_noise_scale *
188 ((s32)average_noise[default_chain] -
Emmanuel Grumbach33fd5032008-04-24 11:55:30 -0700189 (s32)average_noise[i])) / 1500;
Ben Cahilld4fe5ac2010-02-05 11:33:46 -0800190
Emmanuel Grumbach33fd5032008-04-24 11:55:30 -0700191 /* bound gain by 2 bits value max, 3rd bit is sign */
192 data->delta_gain_code[i] =
Reinette Chatre886e71d2009-10-02 13:44:07 -0700193 min(abs(delta_g), (long) CHAIN_NOISE_MAX_DELTA_GAIN_CODE);
Emmanuel Grumbach33fd5032008-04-24 11:55:30 -0700194
195 if (delta_g < 0)
Ben Cahilld4fe5ac2010-02-05 11:33:46 -0800196 /*
197 * set negative sign ...
198 * note to Intel developers: This is uCode API format,
199 * not the format of any internal device registers.
200 * Do not change this format for e.g. 6050 or similar
201 * devices. Change format only if more resolution
202 * (i.e. more than 2 bits magnitude) is needed.
203 */
Emmanuel Grumbach33fd5032008-04-24 11:55:30 -0700204 data->delta_gain_code[i] |= (1 << 2);
205 }
206
Tomas Winklere1623442009-01-27 14:27:56 -0800207 IWL_DEBUG_CALIB(priv, "Delta gains: ANT_B = %d ANT_C = %d\n",
Emmanuel Grumbach33fd5032008-04-24 11:55:30 -0700208 data->delta_gain_code[1], data->delta_gain_code[2]);
209
210 if (!data->radio_write) {
Tomas Winklerf69f42a2008-10-23 23:48:52 -0700211 struct iwl_calib_chain_noise_gain_cmd cmd;
Tomas Winkler0d950d82008-11-25 13:36:01 -0800212
Emmanuel Grumbach33fd5032008-04-24 11:55:30 -0700213 memset(&cmd, 0, sizeof(cmd));
214
Tomas Winkler0d950d82008-11-25 13:36:01 -0800215 cmd.hdr.op_code = IWL_PHY_CALIBRATE_CHAIN_NOISE_GAIN_CMD;
216 cmd.hdr.first_group = 0;
217 cmd.hdr.groups_num = 1;
218 cmd.hdr.data_valid = 1;
Emmanuel Grumbach33fd5032008-04-24 11:55:30 -0700219 cmd.delta_gain_1 = data->delta_gain_code[1];
220 cmd.delta_gain_2 = data->delta_gain_code[2];
221 iwl_send_cmd_pdu_async(priv, REPLY_PHY_CALIBRATION_CMD,
222 sizeof(cmd), &cmd, NULL);
223
224 data->radio_write = 1;
225 data->state = IWL_CHAIN_NOISE_CALIBRATED;
226 }
227
228 data->chain_noise_a = 0;
229 data->chain_noise_b = 0;
230 data->chain_noise_c = 0;
231 data->chain_signal_a = 0;
232 data->chain_signal_b = 0;
233 data->chain_signal_c = 0;
234 data->beacon_count = 0;
235}
236
237static void iwl5000_chain_noise_reset(struct iwl_priv *priv)
238{
239 struct iwl_chain_noise_data *data = &priv->chain_noise_data;
Tomas Winkler0d950d82008-11-25 13:36:01 -0800240 int ret;
Emmanuel Grumbach33fd5032008-04-24 11:55:30 -0700241
242 if ((data->state == IWL_CHAIN_NOISE_ALIVE) && iwl_is_associated(priv)) {
Tomas Winklerf69f42a2008-10-23 23:48:52 -0700243 struct iwl_calib_chain_noise_reset_cmd cmd;
Emmanuel Grumbach33fd5032008-04-24 11:55:30 -0700244 memset(&cmd, 0, sizeof(cmd));
Tomas Winkler0d950d82008-11-25 13:36:01 -0800245
246 cmd.hdr.op_code = IWL_PHY_CALIBRATE_CHAIN_NOISE_RESET_CMD;
247 cmd.hdr.first_group = 0;
248 cmd.hdr.groups_num = 1;
249 cmd.hdr.data_valid = 1;
250 ret = iwl_send_cmd_pdu(priv, REPLY_PHY_CALIBRATION_CMD,
251 sizeof(cmd), &cmd);
252 if (ret)
Winkler, Tomas15b16872008-12-19 10:37:33 +0800253 IWL_ERR(priv,
254 "Could not send REPLY_PHY_CALIBRATION_CMD\n");
Emmanuel Grumbach33fd5032008-04-24 11:55:30 -0700255 data->state = IWL_CHAIN_NOISE_ACCUMULATE;
Tomas Winklere1623442009-01-27 14:27:56 -0800256 IWL_DEBUG_CALIB(priv, "Run chain_noise_calibrate\n");
Emmanuel Grumbach33fd5032008-04-24 11:55:30 -0700257 }
258}
259
Jay Sternberge8c00dc2009-01-29 11:09:15 -0800260void iwl5000_rts_tx_cmd_flag(struct ieee80211_tx_info *info,
Emmanuel Grumbacha326a5d2008-07-11 11:53:31 +0800261 __le32 *tx_flags)
262{
Johannes Berge6a98542008-10-21 12:40:02 +0200263 if ((info->control.rates[0].flags & IEEE80211_TX_RC_USE_RTS_CTS) ||
264 (info->control.rates[0].flags & IEEE80211_TX_RC_USE_CTS_PROTECT))
Emmanuel Grumbacha326a5d2008-07-11 11:53:31 +0800265 *tx_flags |= TX_CMD_FLG_RTS_CTS_MSK;
266 else
267 *tx_flags &= ~TX_CMD_FLG_RTS_CTS_MSK;
268}
269
Emmanuel Grumbach33fd5032008-04-24 11:55:30 -0700270static struct iwl_sensitivity_ranges iwl5000_sensitivity = {
271 .min_nrg_cck = 95,
Wey-Yi Guyfe6efb42009-06-12 13:22:54 -0700272 .max_nrg_cck = 0, /* not used, set to 0 */
Emmanuel Grumbach33fd5032008-04-24 11:55:30 -0700273 .auto_corr_min_ofdm = 90,
274 .auto_corr_min_ofdm_mrc = 170,
275 .auto_corr_min_ofdm_x1 = 120,
276 .auto_corr_min_ofdm_mrc_x1 = 240,
277
278 .auto_corr_max_ofdm = 120,
279 .auto_corr_max_ofdm_mrc = 210,
Wey-Yi Guy9bead762010-01-20 12:22:53 -0800280 .auto_corr_max_ofdm_x1 = 120,
281 .auto_corr_max_ofdm_mrc_x1 = 240,
Emmanuel Grumbach33fd5032008-04-24 11:55:30 -0700282
283 .auto_corr_min_cck = 125,
284 .auto_corr_max_cck = 200,
285 .auto_corr_min_cck_mrc = 170,
286 .auto_corr_max_cck_mrc = 400,
287 .nrg_th_cck = 95,
288 .nrg_th_ofdm = 95,
Wey-Yi Guy55036d62009-10-09 13:20:24 -0700289
290 .barker_corr_th_min = 190,
291 .barker_corr_th_min_mrc = 390,
292 .nrg_th_cca = 62,
Emmanuel Grumbach33fd5032008-04-24 11:55:30 -0700293};
294
Wey-Yi Guy9d671872009-06-12 13:22:53 -0700295static struct iwl_sensitivity_ranges iwl5150_sensitivity = {
296 .min_nrg_cck = 95,
297 .max_nrg_cck = 0, /* not used, set to 0 */
298 .auto_corr_min_ofdm = 90,
299 .auto_corr_min_ofdm_mrc = 170,
300 .auto_corr_min_ofdm_x1 = 105,
301 .auto_corr_min_ofdm_mrc_x1 = 220,
302
303 .auto_corr_max_ofdm = 120,
304 .auto_corr_max_ofdm_mrc = 210,
305 /* max = min for performance bug in 5150 DSP */
306 .auto_corr_max_ofdm_x1 = 105,
307 .auto_corr_max_ofdm_mrc_x1 = 220,
308
309 .auto_corr_min_cck = 125,
310 .auto_corr_max_cck = 200,
311 .auto_corr_min_cck_mrc = 170,
312 .auto_corr_max_cck_mrc = 400,
313 .nrg_th_cck = 95,
314 .nrg_th_ofdm = 95,
Wey-Yi Guy55036d62009-10-09 13:20:24 -0700315
316 .barker_corr_th_min = 190,
317 .barker_corr_th_min_mrc = 390,
318 .nrg_th_cca = 62,
Wey-Yi Guy9d671872009-06-12 13:22:53 -0700319};
320
Wey-Yi Guy672639d2009-07-24 11:13:01 -0700321const u8 *iwl5000_eeprom_query_addr(const struct iwl_priv *priv,
Tomas Winkler25ae3982008-04-24 11:55:27 -0700322 size_t offset)
323{
324 u32 address = eeprom_indirect_address(priv, offset);
325 BUG_ON(address >= priv->cfg->eeprom_size);
326 return &priv->eeprom[address];
327}
328
Wey-Yi Guy62161ae2009-05-21 13:44:23 -0700329static void iwl5150_set_ct_threshold(struct iwl_priv *priv)
Tomas Winkler339afc892008-12-01 16:32:20 -0800330{
Wey-Yi Guy62161ae2009-05-21 13:44:23 -0700331 const s32 volt2temp_coef = IWL_5150_VOLTAGE_TO_TEMPERATURE_COEFF;
Wey-Yi Guy672639d2009-07-24 11:13:01 -0700332 s32 threshold = (s32)CELSIUS_TO_KELVIN(CT_KILL_THRESHOLD_LEGACY) -
Wey-Yi Guy62161ae2009-05-21 13:44:23 -0700333 iwl_temp_calib_to_offset(priv);
334
335 priv->hw_params.ct_kill_threshold = threshold * volt2temp_coef;
336}
337
338static void iwl5000_set_ct_threshold(struct iwl_priv *priv)
339{
340 /* want Celsius */
Wey-Yi Guy672639d2009-07-24 11:13:01 -0700341 priv->hw_params.ct_kill_threshold = CT_KILL_THRESHOLD_LEGACY;
Tomas Winkler339afc892008-12-01 16:32:20 -0800342}
343
Ron Rindjunskydbb983b2008-05-15 13:54:12 +0800344/*
Tomas Winkler7c616cb2008-05-29 16:35:05 +0800345 * Calibration
346 */
Tomas Winklerbe5d56e2008-10-08 09:37:27 +0800347static int iwl5000_set_Xtal_calib(struct iwl_priv *priv)
Tomas Winkler7c616cb2008-05-29 16:35:05 +0800348{
Tomas Winkler0d950d82008-11-25 13:36:01 -0800349 struct iwl_calib_xtal_freq_cmd cmd;
Johannes Bergb7bb1752009-12-14 14:12:09 -0800350 __le16 *xtal_calib =
351 (__le16 *)iwl_eeprom_query_addr(priv, EEPROM_5000_XTAL);
Tomas Winkler7c616cb2008-05-29 16:35:05 +0800352
Tomas Winkler0d950d82008-11-25 13:36:01 -0800353 cmd.hdr.op_code = IWL_PHY_CALIBRATE_CRYSTAL_FRQ_CMD;
354 cmd.hdr.first_group = 0;
355 cmd.hdr.groups_num = 1;
356 cmd.hdr.data_valid = 1;
Johannes Bergb7bb1752009-12-14 14:12:09 -0800357 cmd.cap_pin1 = le16_to_cpu(xtal_calib[0]);
358 cmd.cap_pin2 = le16_to_cpu(xtal_calib[1]);
Tomas Winklerf69f42a2008-10-23 23:48:52 -0700359 return iwl_calib_set(&priv->calib_results[IWL_CALIB_XTAL],
Tomas Winkler0d950d82008-11-25 13:36:01 -0800360 (u8 *)&cmd, sizeof(cmd));
Tomas Winkler7c616cb2008-05-29 16:35:05 +0800361}
362
Tomas Winkler7c616cb2008-05-29 16:35:05 +0800363static int iwl5000_send_calib_cfg(struct iwl_priv *priv)
364{
Tomas Winklerf69f42a2008-10-23 23:48:52 -0700365 struct iwl_calib_cfg_cmd calib_cfg_cmd;
Tomas Winkler7c616cb2008-05-29 16:35:05 +0800366 struct iwl_host_cmd cmd = {
367 .id = CALIBRATION_CFG_CMD,
Tomas Winklerf69f42a2008-10-23 23:48:52 -0700368 .len = sizeof(struct iwl_calib_cfg_cmd),
Tomas Winkler7c616cb2008-05-29 16:35:05 +0800369 .data = &calib_cfg_cmd,
370 };
371
372 memset(&calib_cfg_cmd, 0, sizeof(calib_cfg_cmd));
373 calib_cfg_cmd.ucd_calib_cfg.once.is_enable = IWL_CALIB_INIT_CFG_ALL;
374 calib_cfg_cmd.ucd_calib_cfg.once.start = IWL_CALIB_INIT_CFG_ALL;
375 calib_cfg_cmd.ucd_calib_cfg.once.send_res = IWL_CALIB_INIT_CFG_ALL;
376 calib_cfg_cmd.ucd_calib_cfg.flags = IWL_CALIB_INIT_CFG_ALL;
377
378 return iwl_send_cmd(priv, &cmd);
379}
380
381static void iwl5000_rx_calib_result(struct iwl_priv *priv,
382 struct iwl_rx_mem_buffer *rxb)
383{
Zhu Yi2f301222009-10-09 17:19:45 +0800384 struct iwl_rx_packet *pkt = rxb_addr(rxb);
Tomas Winklerf69f42a2008-10-23 23:48:52 -0700385 struct iwl_calib_hdr *hdr = (struct iwl_calib_hdr *)pkt->u.raw;
Daniel C Halperin396887a2009-08-13 13:31:01 -0700386 int len = le32_to_cpu(pkt->len_n_flags) & FH_RSCSR_FRAME_SIZE_MSK;
Tomas Winkler6e21f2c2008-09-03 11:26:37 +0800387 int index;
Tomas Winkler7c616cb2008-05-29 16:35:05 +0800388
389 /* reduce the size of the length field itself */
390 len -= 4;
391
Tomas Winkler6e21f2c2008-09-03 11:26:37 +0800392 /* Define the order in which the results will be sent to the runtime
393 * uCode. iwl_send_calib_results sends them in a row according to their
394 * index. We sort them here */
Tomas Winkler7c616cb2008-05-29 16:35:05 +0800395 switch (hdr->op_code) {
Tomas Winkler819500c2008-12-01 16:32:19 -0800396 case IWL_PHY_CALIBRATE_DC_CMD:
397 index = IWL_CALIB_DC;
398 break;
Tomas Winklerf69f42a2008-10-23 23:48:52 -0700399 case IWL_PHY_CALIBRATE_LO_CMD:
400 index = IWL_CALIB_LO;
Tomas Winkler7c616cb2008-05-29 16:35:05 +0800401 break;
Tomas Winklerf69f42a2008-10-23 23:48:52 -0700402 case IWL_PHY_CALIBRATE_TX_IQ_CMD:
403 index = IWL_CALIB_TX_IQ;
Tomas Winkler7c616cb2008-05-29 16:35:05 +0800404 break;
Tomas Winklerf69f42a2008-10-23 23:48:52 -0700405 case IWL_PHY_CALIBRATE_TX_IQ_PERD_CMD:
406 index = IWL_CALIB_TX_IQ_PERD;
Tomas Winkler7c616cb2008-05-29 16:35:05 +0800407 break;
Tomas Winkler201706a2008-11-19 15:32:24 -0800408 case IWL_PHY_CALIBRATE_BASE_BAND_CMD:
409 index = IWL_CALIB_BASE_BAND;
410 break;
Tomas Winkler7c616cb2008-05-29 16:35:05 +0800411 default:
Winkler, Tomas15b16872008-12-19 10:37:33 +0800412 IWL_ERR(priv, "Unknown calibration notification %d\n",
Tomas Winkler7c616cb2008-05-29 16:35:05 +0800413 hdr->op_code);
414 return;
415 }
Tomas Winkler6e21f2c2008-09-03 11:26:37 +0800416 iwl_calib_set(&priv->calib_results[index], pkt->u.raw, len);
Tomas Winkler7c616cb2008-05-29 16:35:05 +0800417}
418
419static void iwl5000_rx_calib_complete(struct iwl_priv *priv,
420 struct iwl_rx_mem_buffer *rxb)
421{
Tomas Winklere1623442009-01-27 14:27:56 -0800422 IWL_DEBUG_INFO(priv, "Init. calibration is completed, restarting fw.\n");
Tomas Winkler7c616cb2008-05-29 16:35:05 +0800423 queue_work(priv->workqueue, &priv->restart);
424}
425
426/*
Ron Rindjunskydbb983b2008-05-15 13:54:12 +0800427 * ucode
428 */
Johannes Berg9f1f3ce2010-01-21 05:28:40 -0800429static int iwl5000_load_section(struct iwl_priv *priv, const char *name,
430 struct fw_desc *image, u32 dst_addr)
Ron Rindjunskydbb983b2008-05-15 13:54:12 +0800431{
Ron Rindjunskydbb983b2008-05-15 13:54:12 +0800432 dma_addr_t phy_addr = image->p_addr;
433 u32 byte_cnt = image->len;
Johannes Berg9f1f3ce2010-01-21 05:28:40 -0800434 int ret;
435
436 priv->ucode_write_complete = 0;
Ron Rindjunskydbb983b2008-05-15 13:54:12 +0800437
Ron Rindjunskydbb983b2008-05-15 13:54:12 +0800438 iwl_write_direct32(priv,
439 FH_TCSR_CHNL_TX_CONFIG_REG(FH_SRVC_CHNL),
440 FH_TCSR_TX_CONFIG_REG_VAL_DMA_CHNL_PAUSE);
441
442 iwl_write_direct32(priv,
443 FH_SRVC_CHNL_SRAM_ADDR_REG(FH_SRVC_CHNL), dst_addr);
444
445 iwl_write_direct32(priv,
446 FH_TFDIB_CTRL0_REG(FH_SRVC_CHNL),
447 phy_addr & FH_MEM_TFDIB_DRAM_ADDR_LSB_MSK);
448
Ron Rindjunskydbb983b2008-05-15 13:54:12 +0800449 iwl_write_direct32(priv,
Tomas Winklerf0b9f5c2008-08-28 17:25:10 +0800450 FH_TFDIB_CTRL1_REG(FH_SRVC_CHNL),
Tomas Winkler499b1882008-10-14 12:32:48 -0700451 (iwl_get_dma_hi_addr(phy_addr)
Tomas Winklerf0b9f5c2008-08-28 17:25:10 +0800452 << FH_MEM_TFDIB_REG1_ADDR_BITSHIFT) | byte_cnt);
453
Ron Rindjunskydbb983b2008-05-15 13:54:12 +0800454 iwl_write_direct32(priv,
455 FH_TCSR_CHNL_TX_BUF_STS_REG(FH_SRVC_CHNL),
456 1 << FH_TCSR_CHNL_TX_BUF_STS_REG_POS_TB_NUM |
457 1 << FH_TCSR_CHNL_TX_BUF_STS_REG_POS_TB_IDX |
458 FH_TCSR_CHNL_TX_BUF_STS_REG_VAL_TFDB_VALID);
459
460 iwl_write_direct32(priv,
461 FH_TCSR_CHNL_TX_CONFIG_REG(FH_SRVC_CHNL),
462 FH_TCSR_TX_CONFIG_REG_VAL_DMA_CHNL_ENABLE |
Winkler, Tomas9c80c502008-10-29 14:05:43 -0700463 FH_TCSR_TX_CONFIG_REG_VAL_DMA_CREDIT_DISABLE |
Ron Rindjunskydbb983b2008-05-15 13:54:12 +0800464 FH_TCSR_TX_CONFIG_REG_VAL_CIRQ_HOST_ENDTFD);
465
Johannes Berg9f1f3ce2010-01-21 05:28:40 -0800466 IWL_DEBUG_INFO(priv, "%s uCode section being loaded...\n", name);
467 ret = wait_event_interruptible_timeout(priv->wait_command_queue,
468 priv->ucode_write_complete, 5 * HZ);
469 if (ret == -ERESTARTSYS) {
470 IWL_ERR(priv, "Could not load the %s uCode section due "
471 "to interrupt\n", name);
472 return ret;
473 }
474 if (!ret) {
475 IWL_ERR(priv, "Could not load the %s uCode section\n",
476 name);
477 return -ETIMEDOUT;
478 }
479
Ron Rindjunskydbb983b2008-05-15 13:54:12 +0800480 return 0;
481}
482
483static int iwl5000_load_given_ucode(struct iwl_priv *priv,
484 struct fw_desc *inst_image,
485 struct fw_desc *data_image)
486{
487 int ret = 0;
488
Johannes Berg9f1f3ce2010-01-21 05:28:40 -0800489 ret = iwl5000_load_section(priv, "INST", inst_image,
Samuel Ortiz250bdd22008-12-19 10:37:11 +0800490 IWL50_RTC_INST_LOWER_BOUND);
Ron Rindjunskydbb983b2008-05-15 13:54:12 +0800491 if (ret)
492 return ret;
493
Johannes Berg9f1f3ce2010-01-21 05:28:40 -0800494 return iwl5000_load_section(priv, "DATA", data_image,
495 IWL50_RTC_DATA_LOWER_BOUND);
Ron Rindjunskydbb983b2008-05-15 13:54:12 +0800496}
497
Wey-Yi Guy672639d2009-07-24 11:13:01 -0700498int iwl5000_load_ucode(struct iwl_priv *priv)
Ron Rindjunskydbb983b2008-05-15 13:54:12 +0800499{
500 int ret = 0;
501
502 /* check whether init ucode should be loaded, or rather runtime ucode */
503 if (priv->ucode_init.len && (priv->ucode_type == UCODE_NONE)) {
Tomas Winklere1623442009-01-27 14:27:56 -0800504 IWL_DEBUG_INFO(priv, "Init ucode found. Loading init ucode...\n");
Ron Rindjunskydbb983b2008-05-15 13:54:12 +0800505 ret = iwl5000_load_given_ucode(priv,
506 &priv->ucode_init, &priv->ucode_init_data);
507 if (!ret) {
Tomas Winklere1623442009-01-27 14:27:56 -0800508 IWL_DEBUG_INFO(priv, "Init ucode load complete.\n");
Ron Rindjunskydbb983b2008-05-15 13:54:12 +0800509 priv->ucode_type = UCODE_INIT;
510 }
511 } else {
Tomas Winklere1623442009-01-27 14:27:56 -0800512 IWL_DEBUG_INFO(priv, "Init ucode not found, or already loaded. "
Ron Rindjunskydbb983b2008-05-15 13:54:12 +0800513 "Loading runtime ucode...\n");
514 ret = iwl5000_load_given_ucode(priv,
515 &priv->ucode_code, &priv->ucode_data);
516 if (!ret) {
Tomas Winklere1623442009-01-27 14:27:56 -0800517 IWL_DEBUG_INFO(priv, "Runtime ucode load complete.\n");
Ron Rindjunskydbb983b2008-05-15 13:54:12 +0800518 priv->ucode_type = UCODE_RT;
519 }
520 }
521
522 return ret;
523}
524
Wey-Yi Guy672639d2009-07-24 11:13:01 -0700525void iwl5000_init_alive_start(struct iwl_priv *priv)
Ron Rindjunsky99da1b42008-05-15 13:54:13 +0800526{
527 int ret = 0;
528
529 /* Check alive response for "valid" sign from uCode */
530 if (priv->card_alive_init.is_valid != UCODE_VALID_OK) {
531 /* We had an error bringing up the hardware, so take it
532 * all the way back down so we can try again */
Tomas Winklere1623442009-01-27 14:27:56 -0800533 IWL_DEBUG_INFO(priv, "Initialize Alive failed.\n");
Ron Rindjunsky99da1b42008-05-15 13:54:13 +0800534 goto restart;
535 }
536
537 /* initialize uCode was loaded... verify inst image.
538 * This is a paranoid check, because we would not have gotten the
539 * "initialize" alive if code weren't properly loaded. */
540 if (iwl_verify_ucode(priv)) {
541 /* Runtime instruction load was bad;
542 * take it all the way back down so we can try again */
Tomas Winklere1623442009-01-27 14:27:56 -0800543 IWL_DEBUG_INFO(priv, "Bad \"initialize\" uCode load.\n");
Ron Rindjunsky99da1b42008-05-15 13:54:13 +0800544 goto restart;
545 }
546
Tomas Winklerc587de02009-06-03 11:44:07 -0700547 iwl_clear_stations_table(priv);
Ron Rindjunsky99da1b42008-05-15 13:54:13 +0800548 ret = priv->cfg->ops->lib->alive_notify(priv);
549 if (ret) {
Winkler, Tomas39aadf82008-12-19 10:37:32 +0800550 IWL_WARN(priv,
551 "Could not complete ALIVE transition: %d\n", ret);
Ron Rindjunsky99da1b42008-05-15 13:54:13 +0800552 goto restart;
553 }
554
Tomas Winkler7c616cb2008-05-29 16:35:05 +0800555 iwl5000_send_calib_cfg(priv);
Ron Rindjunsky99da1b42008-05-15 13:54:13 +0800556 return;
557
558restart:
559 /* real restart (first load init_ucode) */
560 queue_work(priv->workqueue, &priv->restart);
561}
562
563static void iwl5000_set_wr_ptrs(struct iwl_priv *priv,
564 int txq_id, u32 index)
565{
566 iwl_write_direct32(priv, HBUS_TARG_WRPTR,
567 (index & 0xff) | (txq_id << 8));
568 iwl_write_prph(priv, IWL50_SCD_QUEUE_RDPTR(txq_id), index);
569}
570
571static void iwl5000_tx_queue_set_status(struct iwl_priv *priv,
572 struct iwl_tx_queue *txq,
573 int tx_fifo_id, int scd_retry)
574{
575 int txq_id = txq->q.id;
Tomas Winkler3fd07a12008-10-23 23:48:49 -0700576 int active = test_bit(txq_id, &priv->txq_ctx_active_msk) ? 1 : 0;
Ron Rindjunsky99da1b42008-05-15 13:54:13 +0800577
578 iwl_write_prph(priv, IWL50_SCD_QUEUE_STATUS_BITS(txq_id),
579 (active << IWL50_SCD_QUEUE_STTS_REG_POS_ACTIVE) |
580 (tx_fifo_id << IWL50_SCD_QUEUE_STTS_REG_POS_TXF) |
581 (1 << IWL50_SCD_QUEUE_STTS_REG_POS_WSL) |
582 IWL50_SCD_QUEUE_STTS_REG_MSK);
583
584 txq->sched_retry = scd_retry;
585
Johannes Berg949cd922010-01-22 04:06:41 -0800586 IWL_DEBUG_INFO(priv, "%s %s Queue %d on FIFO %d\n",
Ron Rindjunsky99da1b42008-05-15 13:54:13 +0800587 active ? "Activate" : "Deactivate",
Johannes Berg949cd922010-01-22 04:06:41 -0800588 scd_retry ? "BA" : "AC/CMD", txq_id, tx_fifo_id);
Ron Rindjunsky99da1b42008-05-15 13:54:13 +0800589}
590
Wey-Yi Guy672639d2009-07-24 11:13:01 -0700591int iwl5000_alive_notify(struct iwl_priv *priv)
Ron Rindjunsky99da1b42008-05-15 13:54:13 +0800592{
593 u32 a;
Ron Rindjunsky99da1b42008-05-15 13:54:13 +0800594 unsigned long flags;
Winkler, Tomas31a73fe2008-11-19 15:32:26 -0800595 int i, chan;
Winkler, Tomas40fc95d2008-11-19 15:32:27 -0800596 u32 reg_val;
Ron Rindjunsky99da1b42008-05-15 13:54:13 +0800597
598 spin_lock_irqsave(&priv->lock, flags);
599
Ron Rindjunsky99da1b42008-05-15 13:54:13 +0800600 priv->scd_base_addr = iwl_read_prph(priv, IWL50_SCD_SRAM_BASE_ADDR);
601 a = priv->scd_base_addr + IWL50_SCD_CONTEXT_DATA_OFFSET;
602 for (; a < priv->scd_base_addr + IWL50_SCD_TX_STTS_BITMAP_OFFSET;
603 a += 4)
604 iwl_write_targ_mem(priv, a, 0);
605 for (; a < priv->scd_base_addr + IWL50_SCD_TRANSLATE_TBL_OFFSET;
606 a += 4)
607 iwl_write_targ_mem(priv, a, 0);
Huaxu Wan39d5e0c2009-10-02 13:44:00 -0700608 for (; a < priv->scd_base_addr +
609 IWL50_SCD_TRANSLATE_TBL_OFFSET_QUEUE(priv->hw_params.max_txq_num); a += 4)
Ron Rindjunsky99da1b42008-05-15 13:54:13 +0800610 iwl_write_targ_mem(priv, a, 0);
611
612 iwl_write_prph(priv, IWL50_SCD_DRAM_BASE_ADDR,
Tomas Winkler4ddbb7d2008-11-07 09:58:40 -0800613 priv->scd_bc_tbls.dma >> 10);
Winkler, Tomas31a73fe2008-11-19 15:32:26 -0800614
615 /* Enable DMA channel */
616 for (chan = 0; chan < FH50_TCSR_CHNL_NUM ; chan++)
617 iwl_write_direct32(priv, FH_TCSR_CHNL_TX_CONFIG_REG(chan),
618 FH_TCSR_TX_CONFIG_REG_VAL_DMA_CHNL_ENABLE |
619 FH_TCSR_TX_CONFIG_REG_VAL_DMA_CREDIT_ENABLE);
620
Winkler, Tomas40fc95d2008-11-19 15:32:27 -0800621 /* Update FH chicken bits */
622 reg_val = iwl_read_direct32(priv, FH_TX_CHICKEN_BITS_REG);
623 iwl_write_direct32(priv, FH_TX_CHICKEN_BITS_REG,
624 reg_val | FH_TX_CHICKEN_BITS_SCD_AUTO_RETRY_EN);
625
Ron Rindjunsky99da1b42008-05-15 13:54:13 +0800626 iwl_write_prph(priv, IWL50_SCD_QUEUECHAIN_SEL,
Tomas Winkler4ddbb7d2008-11-07 09:58:40 -0800627 IWL50_SCD_QUEUECHAIN_SEL_ALL(priv->hw_params.max_txq_num));
Ron Rindjunsky99da1b42008-05-15 13:54:13 +0800628 iwl_write_prph(priv, IWL50_SCD_AGGR_SEL, 0);
629
630 /* initiate the queues */
631 for (i = 0; i < priv->hw_params.max_txq_num; i++) {
632 iwl_write_prph(priv, IWL50_SCD_QUEUE_RDPTR(i), 0);
633 iwl_write_direct32(priv, HBUS_TARG_WRPTR, 0 | (i << 8));
634 iwl_write_targ_mem(priv, priv->scd_base_addr +
635 IWL50_SCD_CONTEXT_QUEUE_OFFSET(i), 0);
636 iwl_write_targ_mem(priv, priv->scd_base_addr +
637 IWL50_SCD_CONTEXT_QUEUE_OFFSET(i) +
638 sizeof(u32),
639 ((SCD_WIN_SIZE <<
640 IWL50_SCD_QUEUE_CTX_REG2_WIN_SIZE_POS) &
641 IWL50_SCD_QUEUE_CTX_REG2_WIN_SIZE_MSK) |
642 ((SCD_FRAME_LIMIT <<
643 IWL50_SCD_QUEUE_CTX_REG2_FRAME_LIMIT_POS) &
644 IWL50_SCD_QUEUE_CTX_REG2_FRAME_LIMIT_MSK));
645 }
646
647 iwl_write_prph(priv, IWL50_SCD_INTERRUPT_MASK,
Tomas Winklerda1bc452008-05-29 16:35:00 +0800648 IWL_MASK(0, priv->hw_params.max_txq_num));
Ron Rindjunsky99da1b42008-05-15 13:54:13 +0800649
Tomas Winklerda1bc452008-05-29 16:35:00 +0800650 /* Activate all Tx DMA/FIFO channels */
651 priv->cfg->ops->lib->txq_set_sched(priv, IWL_MASK(0, 7));
Ron Rindjunsky99da1b42008-05-15 13:54:13 +0800652
653 iwl5000_set_wr_ptrs(priv, IWL_CMD_QUEUE_NUM, 0);
Winkler, Tomas9c80c502008-10-29 14:05:43 -0700654
Wey-Yi Guya9e10fb2010-02-09 08:14:11 -0800655 /* make sure all queue are not stopped */
656 memset(&priv->queue_stopped[0], 0, sizeof(priv->queue_stopped));
657 for (i = 0; i < 4; i++)
658 atomic_set(&priv->queue_stop_count[i], 0);
659
Wey-Yi Guydff010a2010-02-02 16:58:34 -0800660 /* reset to 0 to enable all the queue first */
661 priv->txq_ctx_active_msk = 0;
Ron Rindjunsky99da1b42008-05-15 13:54:13 +0800662 /* map qos queues to fifos one-to-one */
Johannes Bergedc1a3a2010-02-24 01:57:19 -0800663 BUILD_BUG_ON(ARRAY_SIZE(iwl5000_default_queue_to_tx_fifo) != 10);
664
Ron Rindjunsky99da1b42008-05-15 13:54:13 +0800665 for (i = 0; i < ARRAY_SIZE(iwl5000_default_queue_to_tx_fifo); i++) {
666 int ac = iwl5000_default_queue_to_tx_fifo[i];
Johannes Bergedc1a3a2010-02-24 01:57:19 -0800667
Ron Rindjunsky99da1b42008-05-15 13:54:13 +0800668 iwl_txq_ctx_activate(priv, i);
Johannes Bergedc1a3a2010-02-24 01:57:19 -0800669
670 if (ac == IWL_TX_FIFO_UNUSED)
671 continue;
672
Ron Rindjunsky99da1b42008-05-15 13:54:13 +0800673 iwl5000_tx_queue_set_status(priv, &priv->txq[i], ac, 0);
674 }
Johannes Berga221e6f2009-11-06 14:52:50 -0800675
Ron Rindjunsky99da1b42008-05-15 13:54:13 +0800676 spin_unlock_irqrestore(&priv->lock, flags);
677
Wey-Yi Guy1933ac42009-10-30 14:36:18 -0700678 iwl_send_wimax_coex(priv);
Ron Rindjunsky9636e582008-05-15 13:54:14 +0800679
Tomas Winklerbe5d56e2008-10-08 09:37:27 +0800680 iwl5000_set_Xtal_calib(priv);
681 iwl_send_calib_results(priv);
Tomas Winkler7c616cb2008-05-29 16:35:05 +0800682
Ron Rindjunsky99da1b42008-05-15 13:54:13 +0800683 return 0;
684}
685
Wey-Yi Guy672639d2009-07-24 11:13:01 -0700686int iwl5000_hw_set_hw_params(struct iwl_priv *priv)
Tomas Winklerfdd3e8a2008-04-24 11:55:28 -0700687{
Wey-Yi Guy88804e22009-10-09 13:20:28 -0700688 if (priv->cfg->mod_params->num_of_queues >= IWL_MIN_NUM_QUEUES &&
689 priv->cfg->mod_params->num_of_queues <= IWL50_NUM_QUEUES)
690 priv->cfg->num_of_queues =
691 priv->cfg->mod_params->num_of_queues;
Tomas Winkler25ae3982008-04-24 11:55:27 -0700692
Wey-Yi Guy88804e22009-10-09 13:20:28 -0700693 priv->hw_params.max_txq_num = priv->cfg->num_of_queues;
Zhu Yif3f911d2008-12-02 12:14:04 -0800694 priv->hw_params.dma_chnl_num = FH50_TCSR_CHNL_NUM;
Tomas Winkler4ddbb7d2008-11-07 09:58:40 -0800695 priv->hw_params.scd_bc_tbls_size =
Wey-Yi Guy88804e22009-10-09 13:20:28 -0700696 priv->cfg->num_of_queues *
697 sizeof(struct iwl5000_scd_bc_tbl);
Samuel Ortiza8e74e272009-01-23 13:45:14 -0800698 priv->hw_params.tfd_size = sizeof(struct iwl_tfd);
Tomas Winklerfdd3e8a2008-04-24 11:55:28 -0700699 priv->hw_params.max_stations = IWL5000_STATION_COUNT;
700 priv->hw_params.bcast_sta_id = IWL5000_BROADCAST_ID;
Jay Sternbergc0bac762009-02-02 16:21:14 -0800701
Wey-Yi Guyf3a2a422009-09-11 10:38:11 -0700702 priv->hw_params.max_data_size = IWL50_RTC_DATA_SIZE;
703 priv->hw_params.max_inst_size = IWL50_RTC_INST_SIZE;
Jay Sternbergc0bac762009-02-02 16:21:14 -0800704
Ron Rindjunskyda154e302008-06-30 17:23:20 +0800705 priv->hw_params.max_bsm_size = 0;
Wey-Yi Guy7aafef12009-08-07 15:41:38 -0700706 priv->hw_params.ht40_channel = BIT(IEEE80211_BAND_2GHZ) |
Tomas Winklerfdd3e8a2008-04-24 11:55:28 -0700707 BIT(IEEE80211_BAND_5GHZ);
Winkler, Tomas141c43a2009-01-08 10:19:53 -0800708 priv->hw_params.rx_wrt_ptr_reg = FH_RSCSR_CHNL0_WPTR;
709
Jay Sternbergc0bac762009-02-02 16:21:14 -0800710 priv->hw_params.tx_chains_num = num_of_ant(priv->cfg->valid_tx_ant);
711 priv->hw_params.rx_chains_num = num_of_ant(priv->cfg->valid_rx_ant);
712 priv->hw_params.valid_tx_ant = priv->cfg->valid_tx_ant;
713 priv->hw_params.valid_rx_ant = priv->cfg->valid_rx_ant;
Emmanuel Grumbachc031bf82008-04-24 11:55:29 -0700714
Wey-Yi Guy62161ae2009-05-21 13:44:23 -0700715 if (priv->cfg->ops->lib->temp_ops.set_ct_kill)
716 priv->cfg->ops->lib->temp_ops.set_ct_kill(priv);
Emmanuel Grumbachc031bf82008-04-24 11:55:29 -0700717
Wey-Yi Guy9d671872009-06-12 13:22:53 -0700718 /* Set initial sensitivity parameters */
Tomas Winklerbe5d56e2008-10-08 09:37:27 +0800719 /* Set initial calibration set */
720 switch (priv->hw_rev & CSR_HW_REV_TYPE_MSK) {
Tomas Winklerbe5d56e2008-10-08 09:37:27 +0800721 case CSR_HW_REV_TYPE_5150:
Wey-Yi Guy9d671872009-06-12 13:22:53 -0700722 priv->hw_params.sens = &iwl5150_sensitivity;
Tomas Winkler819500c2008-12-01 16:32:19 -0800723 priv->hw_params.calib_init_cfg =
Winkler, Tomas7470d7f2008-12-01 16:32:22 -0800724 BIT(IWL_CALIB_DC) |
725 BIT(IWL_CALIB_LO) |
726 BIT(IWL_CALIB_TX_IQ) |
727 BIT(IWL_CALIB_BASE_BAND);
Tomas Winkler819500c2008-12-01 16:32:19 -0800728
Tomas Winklerbe5d56e2008-10-08 09:37:27 +0800729 break;
Jay Sternbergc0bac762009-02-02 16:21:14 -0800730 default:
Wey-Yi Guy9d671872009-06-12 13:22:53 -0700731 priv->hw_params.sens = &iwl5000_sensitivity;
Jay Sternbergc0bac762009-02-02 16:21:14 -0800732 priv->hw_params.calib_init_cfg =
733 BIT(IWL_CALIB_XTAL) |
734 BIT(IWL_CALIB_LO) |
735 BIT(IWL_CALIB_TX_IQ) |
736 BIT(IWL_CALIB_TX_IQ_PERD) |
737 BIT(IWL_CALIB_BASE_BAND);
738 break;
Tomas Winklerbe5d56e2008-10-08 09:37:27 +0800739 }
740
Tomas Winklerfdd3e8a2008-04-24 11:55:28 -0700741 return 0;
742}
Ron Rindjunskyd4100dd2008-04-24 11:55:33 -0700743
Emmanuel Grumbach7839fc02008-04-24 11:55:34 -0700744/**
745 * iwl5000_txq_update_byte_cnt_tbl - Set up entry in Tx byte-count array
746 */
Wey-Yi Guy672639d2009-07-24 11:13:01 -0700747void iwl5000_txq_update_byte_cnt_tbl(struct iwl_priv *priv,
Ron Rindjunsky16466902008-05-05 10:22:50 +0800748 struct iwl_tx_queue *txq,
Emmanuel Grumbach7839fc02008-04-24 11:55:34 -0700749 u16 byte_cnt)
750{
Tomas Winkler4ddbb7d2008-11-07 09:58:40 -0800751 struct iwl5000_scd_bc_tbl *scd_bc_tbl = priv->scd_bc_tbls.addr;
Tomas Winkler127901a2008-10-23 23:48:55 -0700752 int write_ptr = txq->q.write_ptr;
Emmanuel Grumbach7839fc02008-04-24 11:55:34 -0700753 int txq_id = txq->q.id;
754 u8 sec_ctl = 0;
Tomas Winkler127901a2008-10-23 23:48:55 -0700755 u8 sta_id = 0;
756 u16 len = byte_cnt + IWL_TX_CRC_SIZE + IWL_TX_DELIMITER_SIZE;
757 __le16 bc_ent;
Emmanuel Grumbach7839fc02008-04-24 11:55:34 -0700758
Tomas Winkler127901a2008-10-23 23:48:55 -0700759 WARN_ON(len > 0xFFF || write_ptr >= TFD_QUEUE_SIZE_MAX);
Emmanuel Grumbach7839fc02008-04-24 11:55:34 -0700760
761 if (txq_id != IWL_CMD_QUEUE_NUM) {
Tomas Winkler127901a2008-10-23 23:48:55 -0700762 sta_id = txq->cmd[txq->q.write_ptr]->cmd.tx.sta_id;
Gregory Greenmanda99c4b2008-08-04 16:00:40 +0800763 sec_ctl = txq->cmd[txq->q.write_ptr]->cmd.tx.sec_ctl;
Emmanuel Grumbach7839fc02008-04-24 11:55:34 -0700764
765 switch (sec_ctl & TX_CMD_SEC_MSK) {
766 case TX_CMD_SEC_CCM:
767 len += CCMP_MIC_LEN;
768 break;
769 case TX_CMD_SEC_TKIP:
770 len += TKIP_ICV_LEN;
771 break;
772 case TX_CMD_SEC_WEP:
773 len += WEP_IV_LEN + WEP_ICV_LEN;
774 break;
775 }
776 }
777
Tomas Winkler127901a2008-10-23 23:48:55 -0700778 bc_ent = cpu_to_le16((len & 0xFFF) | (sta_id << 12));
Emmanuel Grumbach7839fc02008-04-24 11:55:34 -0700779
Tomas Winkler4ddbb7d2008-11-07 09:58:40 -0800780 scd_bc_tbl[txq_id].tfd_offset[write_ptr] = bc_ent;
Emmanuel Grumbach7839fc02008-04-24 11:55:34 -0700781
Wey-Yi Guy8ce1ef42010-01-08 10:04:44 -0800782 if (write_ptr < TFD_QUEUE_SIZE_BC_DUP)
Tomas Winkler4ddbb7d2008-11-07 09:58:40 -0800783 scd_bc_tbl[txq_id].
Tomas Winkler127901a2008-10-23 23:48:55 -0700784 tfd_offset[TFD_QUEUE_SIZE_MAX + write_ptr] = bc_ent;
Emmanuel Grumbach7839fc02008-04-24 11:55:34 -0700785}
786
Wey-Yi Guy672639d2009-07-24 11:13:01 -0700787void iwl5000_txq_inval_byte_cnt_tbl(struct iwl_priv *priv,
Tomas Winkler972cf442008-05-29 16:35:13 +0800788 struct iwl_tx_queue *txq)
789{
Tomas Winkler4ddbb7d2008-11-07 09:58:40 -0800790 struct iwl5000_scd_bc_tbl *scd_bc_tbl = priv->scd_bc_tbls.addr;
Tomas Winkler127901a2008-10-23 23:48:55 -0700791 int txq_id = txq->q.id;
792 int read_ptr = txq->q.read_ptr;
793 u8 sta_id = 0;
794 __le16 bc_ent;
795
796 WARN_ON(read_ptr >= TFD_QUEUE_SIZE_MAX);
Tomas Winkler972cf442008-05-29 16:35:13 +0800797
798 if (txq_id != IWL_CMD_QUEUE_NUM)
Tomas Winkler127901a2008-10-23 23:48:55 -0700799 sta_id = txq->cmd[read_ptr]->cmd.tx.sta_id;
Tomas Winkler972cf442008-05-29 16:35:13 +0800800
Wey-Yi Guy8ce1ef42010-01-08 10:04:44 -0800801 bc_ent = cpu_to_le16(1 | (sta_id << 12));
Tomas Winkler4ddbb7d2008-11-07 09:58:40 -0800802 scd_bc_tbl[txq_id].tfd_offset[read_ptr] = bc_ent;
Tomas Winkler972cf442008-05-29 16:35:13 +0800803
Wey-Yi Guy8ce1ef42010-01-08 10:04:44 -0800804 if (read_ptr < TFD_QUEUE_SIZE_BC_DUP)
Tomas Winkler4ddbb7d2008-11-07 09:58:40 -0800805 scd_bc_tbl[txq_id].
Wey-Yi Guy8ce1ef42010-01-08 10:04:44 -0800806 tfd_offset[TFD_QUEUE_SIZE_MAX + read_ptr] = bc_ent;
Tomas Winkler972cf442008-05-29 16:35:13 +0800807}
808
Tomas Winklere26e47d2008-06-12 09:46:56 +0800809static int iwl5000_tx_queue_set_q2ratid(struct iwl_priv *priv, u16 ra_tid,
810 u16 txq_id)
811{
812 u32 tbl_dw_addr;
813 u32 tbl_dw;
814 u16 scd_q2ratid;
815
816 scd_q2ratid = ra_tid & IWL_SCD_QUEUE_RA_TID_MAP_RATID_MSK;
817
818 tbl_dw_addr = priv->scd_base_addr +
819 IWL50_SCD_TRANSLATE_TBL_OFFSET_QUEUE(txq_id);
820
821 tbl_dw = iwl_read_targ_mem(priv, tbl_dw_addr);
822
823 if (txq_id & 0x1)
824 tbl_dw = (scd_q2ratid << 16) | (tbl_dw & 0x0000FFFF);
825 else
826 tbl_dw = scd_q2ratid | (tbl_dw & 0xFFFF0000);
827
828 iwl_write_targ_mem(priv, tbl_dw_addr, tbl_dw);
829
830 return 0;
831}
832static void iwl5000_tx_queue_stop_scheduler(struct iwl_priv *priv, u16 txq_id)
833{
834 /* Simply stop the queue, but don't change any configuration;
835 * the SCD_ACT_EN bit is the write-enable mask for the ACTIVE bit. */
836 iwl_write_prph(priv,
837 IWL50_SCD_QUEUE_STATUS_BITS(txq_id),
838 (0 << IWL50_SCD_QUEUE_STTS_REG_POS_ACTIVE)|
839 (1 << IWL50_SCD_QUEUE_STTS_REG_POS_SCD_ACT_EN));
840}
841
Wey-Yi Guy672639d2009-07-24 11:13:01 -0700842int iwl5000_txq_agg_enable(struct iwl_priv *priv, int txq_id,
Tomas Winklere26e47d2008-06-12 09:46:56 +0800843 int tx_fifo, int sta_id, int tid, u16 ssn_idx)
844{
845 unsigned long flags;
Tomas Winklere26e47d2008-06-12 09:46:56 +0800846 u16 ra_tid;
847
Tomas Winkler9f17b312008-07-11 11:53:35 +0800848 if ((IWL50_FIRST_AMPDU_QUEUE > txq_id) ||
Wey-Yi Guy88804e22009-10-09 13:20:28 -0700849 (IWL50_FIRST_AMPDU_QUEUE + priv->cfg->num_of_ampdu_queues
850 <= txq_id)) {
Winkler, Tomas39aadf82008-12-19 10:37:32 +0800851 IWL_WARN(priv,
852 "queue number out of range: %d, must be %d to %d\n",
Tomas Winkler9f17b312008-07-11 11:53:35 +0800853 txq_id, IWL50_FIRST_AMPDU_QUEUE,
Wey-Yi Guy88804e22009-10-09 13:20:28 -0700854 IWL50_FIRST_AMPDU_QUEUE +
855 priv->cfg->num_of_ampdu_queues - 1);
Tomas Winkler9f17b312008-07-11 11:53:35 +0800856 return -EINVAL;
857 }
Tomas Winklere26e47d2008-06-12 09:46:56 +0800858
859 ra_tid = BUILD_RAxTID(sta_id, tid);
860
861 /* Modify device's station table to Tx this TID */
Tomas Winkler9f586712008-11-12 13:14:05 -0800862 iwl_sta_tx_modify_enable_tid(priv, sta_id, tid);
Tomas Winklere26e47d2008-06-12 09:46:56 +0800863
864 spin_lock_irqsave(&priv->lock, flags);
Tomas Winklere26e47d2008-06-12 09:46:56 +0800865
866 /* Stop this Tx queue before configuring it */
867 iwl5000_tx_queue_stop_scheduler(priv, txq_id);
868
869 /* Map receiver-address / traffic-ID to this queue */
870 iwl5000_tx_queue_set_q2ratid(priv, ra_tid, txq_id);
871
872 /* Set this queue as a chain-building queue */
873 iwl_set_bits_prph(priv, IWL50_SCD_QUEUECHAIN_SEL, (1<<txq_id));
874
875 /* enable aggregations for the queue */
876 iwl_set_bits_prph(priv, IWL50_SCD_AGGR_SEL, (1<<txq_id));
877
878 /* Place first TFD at index corresponding to start sequence number.
879 * Assumes that ssn_idx is valid (!= 0xFFF) */
880 priv->txq[txq_id].q.read_ptr = (ssn_idx & 0xff);
881 priv->txq[txq_id].q.write_ptr = (ssn_idx & 0xff);
882 iwl5000_set_wr_ptrs(priv, txq_id, ssn_idx);
883
884 /* Set up Tx window size and frame limit for this queue */
885 iwl_write_targ_mem(priv, priv->scd_base_addr +
886 IWL50_SCD_CONTEXT_QUEUE_OFFSET(txq_id) +
887 sizeof(u32),
888 ((SCD_WIN_SIZE <<
889 IWL50_SCD_QUEUE_CTX_REG2_WIN_SIZE_POS) &
890 IWL50_SCD_QUEUE_CTX_REG2_WIN_SIZE_MSK) |
891 ((SCD_FRAME_LIMIT <<
892 IWL50_SCD_QUEUE_CTX_REG2_FRAME_LIMIT_POS) &
893 IWL50_SCD_QUEUE_CTX_REG2_FRAME_LIMIT_MSK));
894
895 iwl_set_bits_prph(priv, IWL50_SCD_INTERRUPT_MASK, (1 << txq_id));
896
897 /* Set up Status area in SRAM, map to Tx DMA/FIFO, activate the queue */
898 iwl5000_tx_queue_set_status(priv, &priv->txq[txq_id], tx_fifo, 1);
899
Tomas Winklere26e47d2008-06-12 09:46:56 +0800900 spin_unlock_irqrestore(&priv->lock, flags);
901
902 return 0;
903}
904
Wey-Yi Guy672639d2009-07-24 11:13:01 -0700905int iwl5000_txq_agg_disable(struct iwl_priv *priv, u16 txq_id,
Tomas Winklere26e47d2008-06-12 09:46:56 +0800906 u16 ssn_idx, u8 tx_fifo)
907{
Tomas Winkler9f17b312008-07-11 11:53:35 +0800908 if ((IWL50_FIRST_AMPDU_QUEUE > txq_id) ||
Wey-Yi Guy88804e22009-10-09 13:20:28 -0700909 (IWL50_FIRST_AMPDU_QUEUE + priv->cfg->num_of_ampdu_queues
910 <= txq_id)) {
Wey-Yi Guya2f1cbe2009-03-17 21:51:52 -0700911 IWL_ERR(priv,
Winkler, Tomas39aadf82008-12-19 10:37:32 +0800912 "queue number out of range: %d, must be %d to %d\n",
Tomas Winkler9f17b312008-07-11 11:53:35 +0800913 txq_id, IWL50_FIRST_AMPDU_QUEUE,
Wey-Yi Guy88804e22009-10-09 13:20:28 -0700914 IWL50_FIRST_AMPDU_QUEUE +
915 priv->cfg->num_of_ampdu_queues - 1);
Tomas Winklere26e47d2008-06-12 09:46:56 +0800916 return -EINVAL;
917 }
918
Tomas Winklere26e47d2008-06-12 09:46:56 +0800919 iwl5000_tx_queue_stop_scheduler(priv, txq_id);
920
921 iwl_clear_bits_prph(priv, IWL50_SCD_AGGR_SEL, (1 << txq_id));
922
923 priv->txq[txq_id].q.read_ptr = (ssn_idx & 0xff);
924 priv->txq[txq_id].q.write_ptr = (ssn_idx & 0xff);
925 /* supposes that ssn_idx is valid (!= 0xFFF) */
926 iwl5000_set_wr_ptrs(priv, txq_id, ssn_idx);
927
928 iwl_clear_bits_prph(priv, IWL50_SCD_INTERRUPT_MASK, (1 << txq_id));
929 iwl_txq_ctx_deactivate(priv, txq_id);
930 iwl5000_tx_queue_set_status(priv, &priv->txq[txq_id], tx_fifo, 0);
931
Tomas Winklere26e47d2008-06-12 09:46:56 +0800932 return 0;
933}
934
Jay Sternberge8c00dc2009-01-29 11:09:15 -0800935u16 iwl5000_build_addsta_hcmd(const struct iwl_addsta_cmd *cmd, u8 *data)
Tomas Winkler2469bf22008-05-05 10:22:35 +0800936{
937 u16 size = (u16)sizeof(struct iwl_addsta_cmd);
Tomas Winklerc587de02009-06-03 11:44:07 -0700938 struct iwl_addsta_cmd *addsta = (struct iwl_addsta_cmd *)data;
939 memcpy(addsta, cmd, size);
940 /* resrved in 5000 */
941 addsta->rate_n_flags = cpu_to_le16(0);
Tomas Winkler2469bf22008-05-05 10:22:35 +0800942 return size;
943}
944
945
Tomas Winklerda1bc452008-05-29 16:35:00 +0800946/*
Tomas Winklera96a27f2008-10-23 23:48:56 -0700947 * Activate/Deactivate Tx DMA/FIFO channels according tx fifos mask
Tomas Winklerda1bc452008-05-29 16:35:00 +0800948 * must be called under priv->lock and mac access
949 */
Wey-Yi Guy672639d2009-07-24 11:13:01 -0700950void iwl5000_txq_set_sched(struct iwl_priv *priv, u32 mask)
Ron Rindjunsky5a676bb2008-05-05 10:22:42 +0800951{
Tomas Winklerda1bc452008-05-29 16:35:00 +0800952 iwl_write_prph(priv, IWL50_SCD_TXFACT, mask);
Ron Rindjunsky5a676bb2008-05-05 10:22:42 +0800953}
954
Ron Rindjunskye532fa02008-05-29 16:35:09 +0800955
956static inline u32 iwl5000_get_scd_ssn(struct iwl5000_tx_resp *tx_resp)
957{
Tomas Winkler3ac7f142008-07-21 02:40:14 +0300958 return le32_to_cpup((__le32 *)&tx_resp->status +
Tomas Winkler25a65722008-06-12 09:47:07 +0800959 tx_resp->frame_count) & MAX_SN;
Ron Rindjunskye532fa02008-05-29 16:35:09 +0800960}
961
962static int iwl5000_tx_status_reply_tx(struct iwl_priv *priv,
963 struct iwl_ht_agg *agg,
964 struct iwl5000_tx_resp *tx_resp,
Tomas Winkler25a65722008-06-12 09:47:07 +0800965 int txq_id, u16 start_idx)
Ron Rindjunskye532fa02008-05-29 16:35:09 +0800966{
967 u16 status;
968 struct agg_tx_status *frame_status = &tx_resp->status;
969 struct ieee80211_tx_info *info = NULL;
970 struct ieee80211_hdr *hdr = NULL;
Tomas Winklere7d326ac2008-06-12 09:47:11 +0800971 u32 rate_n_flags = le32_to_cpu(tx_resp->rate_n_flags);
Tomas Winkler25a65722008-06-12 09:47:07 +0800972 int i, sh, idx;
Ron Rindjunskye532fa02008-05-29 16:35:09 +0800973 u16 seq;
974
975 if (agg->wait_for_ba)
Tomas Winklere1623442009-01-27 14:27:56 -0800976 IWL_DEBUG_TX_REPLY(priv, "got tx response w/o block-ack\n");
Ron Rindjunskye532fa02008-05-29 16:35:09 +0800977
978 agg->frame_count = tx_resp->frame_count;
979 agg->start_idx = start_idx;
Tomas Winklere7d326ac2008-06-12 09:47:11 +0800980 agg->rate_n_flags = rate_n_flags;
Ron Rindjunskye532fa02008-05-29 16:35:09 +0800981 agg->bitmap = 0;
982
983 /* # frames attempted by Tx command */
984 if (agg->frame_count == 1) {
985 /* Only one frame was attempted; no block-ack will arrive */
986 status = le16_to_cpu(frame_status[0].status);
Tomas Winkler25a65722008-06-12 09:47:07 +0800987 idx = start_idx;
Ron Rindjunskye532fa02008-05-29 16:35:09 +0800988
989 /* FIXME: code repetition */
Tomas Winklere1623442009-01-27 14:27:56 -0800990 IWL_DEBUG_TX_REPLY(priv, "FrameCnt = %d, StartIdx=%d idx=%d\n",
Ron Rindjunskye532fa02008-05-29 16:35:09 +0800991 agg->frame_count, agg->start_idx, idx);
992
993 info = IEEE80211_SKB_CB(priv->txq[txq_id].txb[idx].skb[0]);
Johannes Berge6a98542008-10-21 12:40:02 +0200994 info->status.rates[0].count = tx_resp->failure_frame + 1;
Ron Rindjunskye532fa02008-05-29 16:35:09 +0800995 info->flags &= ~IEEE80211_TX_CTL_AMPDU;
Johannes Bergc397bf12009-11-13 11:56:35 -0800996 info->flags |= iwl_tx_status_to_mac80211(status);
Tomas Winklere7d326ac2008-06-12 09:47:11 +0800997 iwl_hwrate_to_tx_control(priv, rate_n_flags, info);
998
Ron Rindjunskye532fa02008-05-29 16:35:09 +0800999 /* FIXME: code repetition end */
1000
Tomas Winklere1623442009-01-27 14:27:56 -08001001 IWL_DEBUG_TX_REPLY(priv, "1 Frame 0x%x failure :%d\n",
Ron Rindjunskye532fa02008-05-29 16:35:09 +08001002 status & 0xff, tx_resp->failure_frame);
Tomas Winklere1623442009-01-27 14:27:56 -08001003 IWL_DEBUG_TX_REPLY(priv, "Rate Info rate_n_flags=%x\n", rate_n_flags);
Ron Rindjunskye532fa02008-05-29 16:35:09 +08001004
1005 agg->wait_for_ba = 0;
1006 } else {
1007 /* Two or more frames were attempted; expect block-ack */
1008 u64 bitmap = 0;
1009 int start = agg->start_idx;
1010
1011 /* Construct bit-map of pending frames within Tx window */
1012 for (i = 0; i < agg->frame_count; i++) {
1013 u16 sc;
1014 status = le16_to_cpu(frame_status[i].status);
1015 seq = le16_to_cpu(frame_status[i].sequence);
1016 idx = SEQ_TO_INDEX(seq);
1017 txq_id = SEQ_TO_QUEUE(seq);
1018
1019 if (status & (AGG_TX_STATE_FEW_BYTES_MSK |
1020 AGG_TX_STATE_ABORT_MSK))
1021 continue;
1022
Tomas Winklere1623442009-01-27 14:27:56 -08001023 IWL_DEBUG_TX_REPLY(priv, "FrameCnt = %d, txq_id=%d idx=%d\n",
Ron Rindjunskye532fa02008-05-29 16:35:09 +08001024 agg->frame_count, txq_id, idx);
1025
1026 hdr = iwl_tx_queue_get_hdr(priv, txq_id, idx);
Stanislaw Gruszka6c6a22e2009-09-23 10:51:34 +02001027 if (!hdr) {
1028 IWL_ERR(priv,
1029 "BUG_ON idx doesn't point to valid skb"
1030 " idx=%d, txq_id=%d\n", idx, txq_id);
1031 return -1;
1032 }
Ron Rindjunskye532fa02008-05-29 16:35:09 +08001033
1034 sc = le16_to_cpu(hdr->seq_ctrl);
1035 if (idx != (SEQ_TO_SN(sc) & 0xff)) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08001036 IWL_ERR(priv,
1037 "BUG_ON idx doesn't match seq control"
1038 " idx=%d, seq_idx=%d, seq=%d\n",
Ron Rindjunskye532fa02008-05-29 16:35:09 +08001039 idx, SEQ_TO_SN(sc),
1040 hdr->seq_ctrl);
1041 return -1;
1042 }
1043
Tomas Winklere1623442009-01-27 14:27:56 -08001044 IWL_DEBUG_TX_REPLY(priv, "AGG Frame i=%d idx %d seq=%d\n",
Ron Rindjunskye532fa02008-05-29 16:35:09 +08001045 i, idx, SEQ_TO_SN(sc));
1046
1047 sh = idx - start;
1048 if (sh > 64) {
1049 sh = (start - idx) + 0xff;
1050 bitmap = bitmap << sh;
1051 sh = 0;
1052 start = idx;
1053 } else if (sh < -64)
1054 sh = 0xff - (start - idx);
1055 else if (sh < 0) {
1056 sh = start - idx;
1057 start = idx;
1058 bitmap = bitmap << sh;
1059 sh = 0;
1060 }
Emmanuel Grumbach4aa41f12008-07-18 13:53:09 +08001061 bitmap |= 1ULL << sh;
Tomas Winklere1623442009-01-27 14:27:56 -08001062 IWL_DEBUG_TX_REPLY(priv, "start=%d bitmap=0x%llx\n",
Emmanuel Grumbach4aa41f12008-07-18 13:53:09 +08001063 start, (unsigned long long)bitmap);
Ron Rindjunskye532fa02008-05-29 16:35:09 +08001064 }
1065
1066 agg->bitmap = bitmap;
1067 agg->start_idx = start;
Tomas Winklere1623442009-01-27 14:27:56 -08001068 IWL_DEBUG_TX_REPLY(priv, "Frames %d start_idx=%d bitmap=0x%llx\n",
Ron Rindjunskye532fa02008-05-29 16:35:09 +08001069 agg->frame_count, agg->start_idx,
1070 (unsigned long long)agg->bitmap);
1071
1072 if (bitmap)
1073 agg->wait_for_ba = 1;
1074 }
1075 return 0;
1076}
1077
1078static void iwl5000_rx_reply_tx(struct iwl_priv *priv,
1079 struct iwl_rx_mem_buffer *rxb)
1080{
Zhu Yi2f301222009-10-09 17:19:45 +08001081 struct iwl_rx_packet *pkt = rxb_addr(rxb);
Ron Rindjunskye532fa02008-05-29 16:35:09 +08001082 u16 sequence = le16_to_cpu(pkt->hdr.sequence);
1083 int txq_id = SEQ_TO_QUEUE(sequence);
1084 int index = SEQ_TO_INDEX(sequence);
1085 struct iwl_tx_queue *txq = &priv->txq[txq_id];
1086 struct ieee80211_tx_info *info;
1087 struct iwl5000_tx_resp *tx_resp = (void *)&pkt->u.raw[0];
1088 u32 status = le16_to_cpu(tx_resp->status.status);
Tomas Winkler3fd07a12008-10-23 23:48:49 -07001089 int tid;
1090 int sta_id;
1091 int freed;
Ron Rindjunskye532fa02008-05-29 16:35:09 +08001092
1093 if ((index >= txq->q.n_bd) || (iwl_queue_used(&txq->q, index) == 0)) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08001094 IWL_ERR(priv, "Read index for DMA queue txq_id (%d) index %d "
Ron Rindjunskye532fa02008-05-29 16:35:09 +08001095 "is out of range [0-%d] %d %d\n", txq_id,
1096 index, txq->q.n_bd, txq->q.write_ptr,
1097 txq->q.read_ptr);
1098 return;
1099 }
1100
1101 info = IEEE80211_SKB_CB(txq->txb[txq->q.read_ptr].skb[0]);
1102 memset(&info->status, 0, sizeof(info->status));
1103
Tomas Winkler3fd07a12008-10-23 23:48:49 -07001104 tid = (tx_resp->ra_tid & IWL50_TX_RES_TID_MSK) >> IWL50_TX_RES_TID_POS;
1105 sta_id = (tx_resp->ra_tid & IWL50_TX_RES_RA_MSK) >> IWL50_TX_RES_RA_POS;
Ron Rindjunskye532fa02008-05-29 16:35:09 +08001106
1107 if (txq->sched_retry) {
1108 const u32 scd_ssn = iwl5000_get_scd_ssn(tx_resp);
1109 struct iwl_ht_agg *agg = NULL;
1110
Ron Rindjunskye532fa02008-05-29 16:35:09 +08001111 agg = &priv->stations[sta_id].tid[tid].agg;
1112
Tomas Winkler25a65722008-06-12 09:47:07 +08001113 iwl5000_tx_status_reply_tx(priv, agg, tx_resp, txq_id, index);
Ron Rindjunskye532fa02008-05-29 16:35:09 +08001114
Ron Rindjunsky32354272008-07-01 10:44:51 +03001115 /* check if BAR is needed */
1116 if ((tx_resp->frame_count == 1) && !iwl_is_tx_success(status))
1117 info->flags |= IEEE80211_TX_STAT_AMPDU_NO_BACK;
Ron Rindjunskye532fa02008-05-29 16:35:09 +08001118
1119 if (txq->q.read_ptr != (scd_ssn & 0xff)) {
Ron Rindjunskye532fa02008-05-29 16:35:09 +08001120 index = iwl_queue_dec_wrap(scd_ssn & 0xff, txq->q.n_bd);
Tomas Winklere1623442009-01-27 14:27:56 -08001121 IWL_DEBUG_TX_REPLY(priv, "Retry scheduler reclaim "
Tomas Winkler3fd07a12008-10-23 23:48:49 -07001122 "scd_ssn=%d idx=%d txq=%d swq=%d\n",
1123 scd_ssn , index, txq_id, txq->swq_id);
1124
Tomas Winkler17b88922008-05-29 16:35:12 +08001125 freed = iwl_tx_queue_reclaim(priv, txq_id, index);
Wey-Yi Guya239a8b2010-02-19 15:47:32 -08001126 iwl_free_tfds_in_queue(priv, sta_id, tid, freed);
Ron Rindjunskye532fa02008-05-29 16:35:09 +08001127
Tomas Winkler3fd07a12008-10-23 23:48:49 -07001128 if (priv->mac80211_registered &&
1129 (iwl_queue_space(&txq->q) > txq->q.low_mark) &&
1130 (agg->state != IWL_EMPTYING_HW_QUEUE_DELBA)) {
Ron Rindjunskye532fa02008-05-29 16:35:09 +08001131 if (agg->state == IWL_AGG_OFF)
Johannes Berge4e72fb2009-03-23 17:28:42 +01001132 iwl_wake_queue(priv, txq_id);
Ron Rindjunskye532fa02008-05-29 16:35:09 +08001133 else
Johannes Berge4e72fb2009-03-23 17:28:42 +01001134 iwl_wake_queue(priv, txq->swq_id);
Ron Rindjunskye532fa02008-05-29 16:35:09 +08001135 }
Ron Rindjunskye532fa02008-05-29 16:35:09 +08001136 }
1137 } else {
Tomas Winkler3fd07a12008-10-23 23:48:49 -07001138 BUG_ON(txq_id != txq->swq_id);
1139
Johannes Berge6a98542008-10-21 12:40:02 +02001140 info->status.rates[0].count = tx_resp->failure_frame + 1;
Johannes Bergc397bf12009-11-13 11:56:35 -08001141 info->flags |= iwl_tx_status_to_mac80211(status);
Tomas Winklere7d326ac2008-06-12 09:47:11 +08001142 iwl_hwrate_to_tx_control(priv,
Ron Rindjunsky4f85f5b2008-06-09 22:54:35 +03001143 le32_to_cpu(tx_resp->rate_n_flags),
1144 info);
Ron Rindjunskye532fa02008-05-29 16:35:09 +08001145
Tomas Winklere1623442009-01-27 14:27:56 -08001146 IWL_DEBUG_TX_REPLY(priv, "TXQ %d status %s (0x%08x) rate_n_flags "
Tomas Winkler3fd07a12008-10-23 23:48:49 -07001147 "0x%x retries %d\n",
1148 txq_id,
1149 iwl_get_tx_fail_reason(status), status,
1150 le32_to_cpu(tx_resp->rate_n_flags),
1151 tx_resp->failure_frame);
Ron Rindjunskye532fa02008-05-29 16:35:09 +08001152
Tomas Winkler3fd07a12008-10-23 23:48:49 -07001153 freed = iwl_tx_queue_reclaim(priv, txq_id, index);
Stanislaw Gruszkaa120e912010-02-19 15:47:33 -08001154 iwl_free_tfds_in_queue(priv, sta_id, tid, freed);
Tomas Winkler3fd07a12008-10-23 23:48:49 -07001155
1156 if (priv->mac80211_registered &&
1157 (iwl_queue_space(&txq->q) > txq->q.low_mark))
Johannes Berge4e72fb2009-03-23 17:28:42 +01001158 iwl_wake_queue(priv, txq_id);
Ron Rindjunskye532fa02008-05-29 16:35:09 +08001159 }
Ron Rindjunskye532fa02008-05-29 16:35:09 +08001160
Stanislaw Gruszkaa120e912010-02-19 15:47:33 -08001161 iwl_txq_check_empty(priv, sta_id, tid, txq_id);
Tomas Winkler3fd07a12008-10-23 23:48:49 -07001162
Ron Rindjunskye532fa02008-05-29 16:35:09 +08001163 if (iwl_check_bits(status, TX_ABORT_REQUIRED_MSK))
Winkler, Tomas15b16872008-12-19 10:37:33 +08001164 IWL_ERR(priv, "TODO: Implement Tx ABORT REQUIRED!!!\n");
Ron Rindjunskye532fa02008-05-29 16:35:09 +08001165}
1166
Tomas Winklera96a27f2008-10-23 23:48:56 -07001167/* Currently 5000 is the superset of everything */
Jay Sternberge8c00dc2009-01-29 11:09:15 -08001168u16 iwl5000_get_hcmd_size(u8 cmd_id, u16 len)
Gregory Greenmanc1adf9f2008-05-15 13:53:59 +08001169{
1170 return len;
1171}
1172
Wey-Yi Guy672639d2009-07-24 11:13:01 -07001173void iwl5000_setup_deferred_work(struct iwl_priv *priv)
Emmanuel Grumbach203566f2008-06-12 09:46:54 +08001174{
1175 /* in 5000 the tx power calibration is done in uCode */
1176 priv->disable_tx_power_cal = 1;
1177}
1178
Wey-Yi Guy672639d2009-07-24 11:13:01 -07001179void iwl5000_rx_handler_setup(struct iwl_priv *priv)
Ron Rindjunskyb600e4e2008-05-15 13:54:11 +08001180{
Tomas Winkler7c616cb2008-05-29 16:35:05 +08001181 /* init calibration handlers */
1182 priv->rx_handlers[CALIBRATION_RES_NOTIFICATION] =
1183 iwl5000_rx_calib_result;
1184 priv->rx_handlers[CALIBRATION_COMPLETE_NOTIFICATION] =
1185 iwl5000_rx_calib_complete;
Ron Rindjunskye532fa02008-05-29 16:35:09 +08001186 priv->rx_handlers[REPLY_TX] = iwl5000_rx_reply_tx;
Ron Rindjunskyb600e4e2008-05-15 13:54:11 +08001187}
1188
Tomas Winkler7c616cb2008-05-29 16:35:05 +08001189
Wey-Yi Guy672639d2009-07-24 11:13:01 -07001190int iwl5000_hw_valid_rtc_data_addr(u32 addr)
Ron Rindjunsky87283cc2008-05-29 16:34:47 +08001191{
Samuel Ortiz250bdd22008-12-19 10:37:11 +08001192 return (addr >= IWL50_RTC_DATA_LOWER_BOUND) &&
Ron Rindjunsky87283cc2008-05-29 16:34:47 +08001193 (addr < IWL50_RTC_DATA_UPPER_BOUND);
1194}
1195
Ron Rindjunskyfe7a90c2008-05-29 16:35:14 +08001196static int iwl5000_send_rxon_assoc(struct iwl_priv *priv)
1197{
1198 int ret = 0;
1199 struct iwl5000_rxon_assoc_cmd rxon_assoc;
1200 const struct iwl_rxon_cmd *rxon1 = &priv->staging_rxon;
1201 const struct iwl_rxon_cmd *rxon2 = &priv->active_rxon;
1202
1203 if ((rxon1->flags == rxon2->flags) &&
1204 (rxon1->filter_flags == rxon2->filter_flags) &&
1205 (rxon1->cck_basic_rates == rxon2->cck_basic_rates) &&
1206 (rxon1->ofdm_ht_single_stream_basic_rates ==
1207 rxon2->ofdm_ht_single_stream_basic_rates) &&
1208 (rxon1->ofdm_ht_dual_stream_basic_rates ==
1209 rxon2->ofdm_ht_dual_stream_basic_rates) &&
1210 (rxon1->ofdm_ht_triple_stream_basic_rates ==
1211 rxon2->ofdm_ht_triple_stream_basic_rates) &&
1212 (rxon1->acquisition_data == rxon2->acquisition_data) &&
1213 (rxon1->rx_chain == rxon2->rx_chain) &&
1214 (rxon1->ofdm_basic_rates == rxon2->ofdm_basic_rates)) {
Tomas Winklere1623442009-01-27 14:27:56 -08001215 IWL_DEBUG_INFO(priv, "Using current RXON_ASSOC. Not resending.\n");
Ron Rindjunskyfe7a90c2008-05-29 16:35:14 +08001216 return 0;
1217 }
1218
1219 rxon_assoc.flags = priv->staging_rxon.flags;
1220 rxon_assoc.filter_flags = priv->staging_rxon.filter_flags;
1221 rxon_assoc.ofdm_basic_rates = priv->staging_rxon.ofdm_basic_rates;
1222 rxon_assoc.cck_basic_rates = priv->staging_rxon.cck_basic_rates;
1223 rxon_assoc.reserved1 = 0;
1224 rxon_assoc.reserved2 = 0;
1225 rxon_assoc.reserved3 = 0;
1226 rxon_assoc.ofdm_ht_single_stream_basic_rates =
1227 priv->staging_rxon.ofdm_ht_single_stream_basic_rates;
1228 rxon_assoc.ofdm_ht_dual_stream_basic_rates =
1229 priv->staging_rxon.ofdm_ht_dual_stream_basic_rates;
1230 rxon_assoc.rx_chain_select_flags = priv->staging_rxon.rx_chain;
1231 rxon_assoc.ofdm_ht_triple_stream_basic_rates =
1232 priv->staging_rxon.ofdm_ht_triple_stream_basic_rates;
1233 rxon_assoc.acquisition_data = priv->staging_rxon.acquisition_data;
1234
1235 ret = iwl_send_cmd_pdu_async(priv, REPLY_RXON_ASSOC,
1236 sizeof(rxon_assoc), &rxon_assoc, NULL);
1237 if (ret)
1238 return ret;
1239
1240 return ret;
1241}
Wey-Yi Guy672639d2009-07-24 11:13:01 -07001242int iwl5000_send_tx_power(struct iwl_priv *priv)
Tomas Winkler630fe9b2008-06-12 09:47:08 +08001243{
1244 struct iwl5000_tx_power_dbm_cmd tx_power_cmd;
Jay Sternberg76a24072009-01-29 11:09:14 -08001245 u8 tx_ant_cfg_cmd;
Tomas Winkler630fe9b2008-06-12 09:47:08 +08001246
1247 /* half dBm need to multiply */
1248 tx_power_cmd.global_lmt = (s8)(2 * priv->tx_power_user_lmt);
Wey-Yi Guyae16fc3c2009-11-13 11:56:30 -08001249
1250 if (priv->tx_power_lmt_in_half_dbm &&
1251 priv->tx_power_lmt_in_half_dbm < tx_power_cmd.global_lmt) {
1252 /*
1253 * For the newer devices which using enhanced/extend tx power
1254 * table in EEPROM, the format is in half dBm. driver need to
1255 * convert to dBm format before report to mac80211.
1256 * By doing so, there is a possibility of 1/2 dBm resolution
1257 * lost. driver will perform "round-up" operation before
1258 * reporting, but it will cause 1/2 dBm tx power over the
1259 * regulatory limit. Perform the checking here, if the
1260 * "tx_power_user_lmt" is higher than EEPROM value (in
1261 * half-dBm format), lower the tx power based on EEPROM
1262 */
1263 tx_power_cmd.global_lmt = priv->tx_power_lmt_in_half_dbm;
1264 }
Gregory Greenman853554a2008-06-30 17:23:01 +08001265 tx_power_cmd.flags = IWL50_TX_POWER_NO_CLOSED;
Tomas Winkler630fe9b2008-06-12 09:47:08 +08001266 tx_power_cmd.srv_chan_lmt = IWL50_TX_POWER_AUTO;
Jay Sternberg76a24072009-01-29 11:09:14 -08001267
1268 if (IWL_UCODE_API(priv->ucode_ver) == 1)
1269 tx_ant_cfg_cmd = REPLY_TX_POWER_DBM_CMD_V1;
1270 else
1271 tx_ant_cfg_cmd = REPLY_TX_POWER_DBM_CMD;
1272
1273 return iwl_send_cmd_pdu_async(priv, tx_ant_cfg_cmd,
Tomas Winkler630fe9b2008-06-12 09:47:08 +08001274 sizeof(tx_power_cmd), &tx_power_cmd,
1275 NULL);
1276}
1277
Wey-Yi Guy672639d2009-07-24 11:13:01 -07001278void iwl5000_temperature(struct iwl_priv *priv)
Emmanuel Grumbach8f91aec2008-06-30 17:23:07 +08001279{
1280 /* store temperature from statistics (in Celsius) */
Zhu Yi52256402008-06-30 17:23:31 +08001281 priv->temperature = le32_to_cpu(priv->statistics.general.temperature);
Wey-Yi Guy39b73fb12009-07-24 11:13:02 -07001282 iwl_tt_handler(priv);
Emmanuel Grumbach8f91aec2008-06-30 17:23:07 +08001283}
Ron Rindjunskyfe7a90c2008-05-29 16:35:14 +08001284
Wey-Yi Guy62161ae2009-05-21 13:44:23 -07001285static void iwl5150_temperature(struct iwl_priv *priv)
1286{
1287 u32 vt = 0;
1288 s32 offset = iwl_temp_calib_to_offset(priv);
1289
1290 vt = le32_to_cpu(priv->statistics.general.temperature);
1291 vt = vt / IWL_5150_VOLTAGE_TO_TEMPERATURE_COEFF + offset;
1292 /* now vt hold the temperature in Kelvin */
1293 priv->temperature = KELVIN_TO_CELSIUS(vt);
Wey-Yi Guy15993e02009-08-13 13:31:00 -07001294 iwl_tt_handler(priv);
Wey-Yi Guy62161ae2009-05-21 13:44:23 -07001295}
1296
Tomas Winklercaab8f12008-08-04 16:00:42 +08001297/* Calc max signal level (dBm) among 3 possible receivers */
Jay Sternberge8c00dc2009-01-29 11:09:15 -08001298int iwl5000_calc_rssi(struct iwl_priv *priv,
Tomas Winklercaab8f12008-08-04 16:00:42 +08001299 struct iwl_rx_phy_res *rx_resp)
1300{
1301 /* data from PHY/DSP regarding signal strength, etc.,
1302 * contents are always there, not configurable by host
1303 */
1304 struct iwl5000_non_cfg_phy *ncphy =
1305 (struct iwl5000_non_cfg_phy *)rx_resp->non_cfg_phy_buf;
1306 u32 val, rssi_a, rssi_b, rssi_c, max_rssi;
1307 u8 agc;
1308
1309 val = le32_to_cpu(ncphy->non_cfg_phy[IWL50_RX_RES_AGC_IDX]);
1310 agc = (val & IWL50_OFDM_AGC_MSK) >> IWL50_OFDM_AGC_BIT_POS;
1311
1312 /* Find max rssi among 3 possible receivers.
1313 * These values are measured by the digital signal processor (DSP).
1314 * They should stay fairly constant even as the signal strength varies,
1315 * if the radio's automatic gain control (AGC) is working right.
1316 * AGC value (see below) will provide the "interesting" info.
1317 */
1318 val = le32_to_cpu(ncphy->non_cfg_phy[IWL50_RX_RES_RSSI_AB_IDX]);
1319 rssi_a = (val & IWL50_OFDM_RSSI_A_MSK) >> IWL50_OFDM_RSSI_A_BIT_POS;
1320 rssi_b = (val & IWL50_OFDM_RSSI_B_MSK) >> IWL50_OFDM_RSSI_B_BIT_POS;
1321 val = le32_to_cpu(ncphy->non_cfg_phy[IWL50_RX_RES_RSSI_C_IDX]);
1322 rssi_c = (val & IWL50_OFDM_RSSI_C_MSK) >> IWL50_OFDM_RSSI_C_BIT_POS;
1323
1324 max_rssi = max_t(u32, rssi_a, rssi_b);
1325 max_rssi = max_t(u32, max_rssi, rssi_c);
1326
Tomas Winklere1623442009-01-27 14:27:56 -08001327 IWL_DEBUG_STATS(priv, "Rssi In A %d B %d C %d Max %d AGC dB %d\n",
Tomas Winklercaab8f12008-08-04 16:00:42 +08001328 rssi_a, rssi_b, rssi_c, max_rssi, agc);
1329
1330 /* dBm = max_rssi dB - agc dB - constant.
1331 * Higher AGC (higher radio gain) means lower signal. */
Samuel Ortiz250bdd22008-12-19 10:37:11 +08001332 return max_rssi - agc - IWL49_RSSI_OFFSET;
Tomas Winklercaab8f12008-08-04 16:00:42 +08001333}
1334
Wey-Yi Guy2f748de2009-09-17 10:43:51 -07001335static int iwl5000_send_tx_ant_config(struct iwl_priv *priv, u8 valid_tx_ant)
1336{
1337 struct iwl_tx_ant_config_cmd tx_ant_cmd = {
1338 .valid = cpu_to_le32(valid_tx_ant),
1339 };
1340
1341 if (IWL_UCODE_API(priv->ucode_ver) > 1) {
1342 IWL_DEBUG_HC(priv, "select valid tx ant: %u\n", valid_tx_ant);
1343 return iwl_send_cmd_pdu(priv, TX_ANT_CONFIGURATION_CMD,
1344 sizeof(struct iwl_tx_ant_config_cmd),
1345 &tx_ant_cmd);
1346 } else {
1347 IWL_DEBUG_HC(priv, "TX_ANT_CONFIGURATION_CMD not supported\n");
1348 return -EOPNOTSUPP;
1349 }
1350}
1351
1352
Jay Sternbergcc0f5552009-07-17 09:30:16 -07001353#define IWL5000_UCODE_GET(item) \
1354static u32 iwl5000_ucode_get_##item(const struct iwl_ucode_header *ucode,\
1355 u32 api_ver) \
1356{ \
1357 if (api_ver <= 2) \
1358 return le32_to_cpu(ucode->u.v1.item); \
1359 return le32_to_cpu(ucode->u.v2.item); \
1360}
1361
1362static u32 iwl5000_ucode_get_header_size(u32 api_ver)
1363{
1364 if (api_ver <= 2)
1365 return UCODE_HEADER_SIZE(1);
1366 return UCODE_HEADER_SIZE(2);
1367}
1368
1369static u32 iwl5000_ucode_get_build(const struct iwl_ucode_header *ucode,
1370 u32 api_ver)
1371{
1372 if (api_ver <= 2)
1373 return 0;
1374 return le32_to_cpu(ucode->u.v2.build);
1375}
1376
1377static u8 *iwl5000_ucode_get_data(const struct iwl_ucode_header *ucode,
1378 u32 api_ver)
1379{
1380 if (api_ver <= 2)
1381 return (u8 *) ucode->u.v1.data;
1382 return (u8 *) ucode->u.v2.data;
1383}
1384
1385IWL5000_UCODE_GET(inst_size);
1386IWL5000_UCODE_GET(data_size);
1387IWL5000_UCODE_GET(init_size);
1388IWL5000_UCODE_GET(init_data_size);
1389IWL5000_UCODE_GET(boot_size);
1390
Wey-Yi Guy4a56e962009-10-23 13:42:29 -07001391static int iwl5000_hw_channel_switch(struct iwl_priv *priv, u16 channel)
1392{
1393 struct iwl5000_channel_switch_cmd cmd;
1394 const struct iwl_channel_info *ch_info;
1395 struct iwl_host_cmd hcmd = {
1396 .id = REPLY_CHANNEL_SWITCH,
1397 .len = sizeof(cmd),
1398 .flags = CMD_SIZE_HUGE,
1399 .data = &cmd,
1400 };
1401
1402 IWL_DEBUG_11H(priv, "channel switch from %d to %d\n",
1403 priv->active_rxon.channel, channel);
1404 cmd.band = priv->band == IEEE80211_BAND_2GHZ;
1405 cmd.channel = cpu_to_le16(channel);
Wey-Yi Guy0924e5192009-11-06 14:52:54 -08001406 cmd.rxon_flags = priv->staging_rxon.flags;
1407 cmd.rxon_filter_flags = priv->staging_rxon.filter_flags;
Wey-Yi Guy4a56e962009-10-23 13:42:29 -07001408 cmd.switch_time = cpu_to_le32(priv->ucode_beacon_time);
1409 ch_info = iwl_get_channel_info(priv, priv->band, channel);
1410 if (ch_info)
1411 cmd.expect_beacon = is_channel_radar(ch_info);
1412 else {
1413 IWL_ERR(priv, "invalid channel switch from %u to %u\n",
1414 priv->active_rxon.channel, channel);
1415 return -EFAULT;
1416 }
Wey-Yi Guy0924e5192009-11-06 14:52:54 -08001417 priv->switch_rxon.channel = cpu_to_le16(channel);
1418 priv->switch_rxon.switch_in_progress = true;
Wey-Yi Guy4a56e962009-10-23 13:42:29 -07001419
1420 return iwl_send_cmd_sync(priv, &hcmd);
1421}
1422
Jay Sternberge8c00dc2009-01-29 11:09:15 -08001423struct iwl_hcmd_ops iwl5000_hcmd = {
Ron Rindjunskyfe7a90c2008-05-29 16:35:14 +08001424 .rxon_assoc = iwl5000_send_rxon_assoc,
Abhijeet Kolekare0158e62009-04-08 11:26:37 -07001425 .commit_rxon = iwl_commit_rxon,
Abhijeet Kolekar45823532009-04-08 11:26:44 -07001426 .set_rxon_chain = iwl_set_rxon_chain,
Wey-Yi Guy2f748de2009-09-17 10:43:51 -07001427 .set_tx_ant = iwl5000_send_tx_ant_config,
Tomas Winklerda8dec22008-04-24 11:55:24 -07001428};
1429
Jay Sternberge8c00dc2009-01-29 11:09:15 -08001430struct iwl_hcmd_utils_ops iwl5000_hcmd_utils = {
Gregory Greenmanc1adf9f2008-05-15 13:53:59 +08001431 .get_hcmd_size = iwl5000_get_hcmd_size,
Tomas Winkler2469bf22008-05-05 10:22:35 +08001432 .build_addsta_hcmd = iwl5000_build_addsta_hcmd,
Emmanuel Grumbach33fd5032008-04-24 11:55:30 -07001433 .gain_computation = iwl5000_gain_computation,
1434 .chain_noise_reset = iwl5000_chain_noise_reset,
Emmanuel Grumbacha326a5d2008-07-11 11:53:31 +08001435 .rts_tx_cmd_flag = iwl5000_rts_tx_cmd_flag,
Tomas Winklercaab8f12008-08-04 16:00:42 +08001436 .calc_rssi = iwl5000_calc_rssi,
Tomas Winklerda8dec22008-04-24 11:55:24 -07001437};
1438
Jay Sternbergcc0f5552009-07-17 09:30:16 -07001439struct iwl_ucode_ops iwl5000_ucode = {
1440 .get_header_size = iwl5000_ucode_get_header_size,
1441 .get_build = iwl5000_ucode_get_build,
1442 .get_inst_size = iwl5000_ucode_get_inst_size,
1443 .get_data_size = iwl5000_ucode_get_data_size,
1444 .get_init_size = iwl5000_ucode_get_init_size,
1445 .get_init_data_size = iwl5000_ucode_get_init_data_size,
1446 .get_boot_size = iwl5000_ucode_get_boot_size,
1447 .get_data = iwl5000_ucode_get_data,
1448};
1449
Jay Sternberge8c00dc2009-01-29 11:09:15 -08001450struct iwl_lib_ops iwl5000_lib = {
Tomas Winklerfdd3e8a2008-04-24 11:55:28 -07001451 .set_hw_params = iwl5000_hw_set_hw_params,
Emmanuel Grumbach7839fc02008-04-24 11:55:34 -07001452 .txq_update_byte_cnt_tbl = iwl5000_txq_update_byte_cnt_tbl,
Tomas Winkler972cf442008-05-29 16:35:13 +08001453 .txq_inval_byte_cnt_tbl = iwl5000_txq_inval_byte_cnt_tbl,
Tomas Winklerda1bc452008-05-29 16:35:00 +08001454 .txq_set_sched = iwl5000_txq_set_sched,
Tomas Winklere26e47d2008-06-12 09:46:56 +08001455 .txq_agg_enable = iwl5000_txq_agg_enable,
1456 .txq_agg_disable = iwl5000_txq_agg_disable,
Samuel Ortiz7aaa1d72009-01-19 15:30:26 -08001457 .txq_attach_buf_to_tfd = iwl_hw_txq_attach_buf_to_tfd,
1458 .txq_free_tfd = iwl_hw_txq_free_tfd,
Samuel Ortiza8e74e272009-01-23 13:45:14 -08001459 .txq_init = iwl_hw_tx_queue_init,
Ron Rindjunskyb600e4e2008-05-15 13:54:11 +08001460 .rx_handler_setup = iwl5000_rx_handler_setup,
Emmanuel Grumbach203566f2008-06-12 09:46:54 +08001461 .setup_deferred_work = iwl5000_setup_deferred_work,
Ron Rindjunsky87283cc2008-05-29 16:34:47 +08001462 .is_valid_rtc_data_addr = iwl5000_hw_valid_rtc_data_addr,
Reinette Chatreb7a79402009-09-25 14:24:23 -07001463 .dump_nic_event_log = iwl_dump_nic_event_log,
1464 .dump_nic_error_log = iwl_dump_nic_error_log,
Wey-Yi Guy696bdee2009-12-10 14:37:25 -08001465 .dump_csr = iwl_dump_csr,
Wey-Yi Guy1b3eb822010-01-15 13:43:39 -08001466 .dump_fh = iwl_dump_fh,
Ron Rindjunskydbb983b2008-05-15 13:54:12 +08001467 .load_ucode = iwl5000_load_ucode,
Ron Rindjunsky99da1b42008-05-15 13:54:13 +08001468 .init_alive_start = iwl5000_init_alive_start,
1469 .alive_notify = iwl5000_alive_notify,
Tomas Winkler630fe9b2008-06-12 09:47:08 +08001470 .send_tx_power = iwl5000_send_tx_power,
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07001471 .update_chain_flags = iwl_update_chain_flags,
Wey-Yi Guy4a56e962009-10-23 13:42:29 -07001472 .set_channel_switch = iwl5000_hw_channel_switch,
Tomas Winkler30d59262008-04-24 11:55:25 -07001473 .apm_ops = {
Ben Cahillfadb3582009-10-23 13:42:21 -07001474 .init = iwl_apm_init,
Abhijeet Kolekard68b6032009-10-02 13:44:04 -07001475 .stop = iwl_apm_stop,
Ron Rindjunsky5a835352008-05-05 10:22:29 +08001476 .config = iwl5000_nic_config,
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07001477 .set_pwr_src = iwl_set_pwr_src,
Tomas Winkler30d59262008-04-24 11:55:25 -07001478 },
Tomas Winklerda8dec22008-04-24 11:55:24 -07001479 .eeprom_ops = {
Tomas Winkler25ae3982008-04-24 11:55:27 -07001480 .regulatory_bands = {
1481 EEPROM_5000_REG_BAND_1_CHANNELS,
1482 EEPROM_5000_REG_BAND_2_CHANNELS,
1483 EEPROM_5000_REG_BAND_3_CHANNELS,
1484 EEPROM_5000_REG_BAND_4_CHANNELS,
1485 EEPROM_5000_REG_BAND_5_CHANNELS,
Wey-Yi Guy7aafef12009-08-07 15:41:38 -07001486 EEPROM_5000_REG_BAND_24_HT40_CHANNELS,
1487 EEPROM_5000_REG_BAND_52_HT40_CHANNELS
Tomas Winkler25ae3982008-04-24 11:55:27 -07001488 },
Tomas Winklerda8dec22008-04-24 11:55:24 -07001489 .verify_signature = iwlcore_eeprom_verify_signature,
1490 .acquire_semaphore = iwlcore_eeprom_acquire_semaphore,
1491 .release_semaphore = iwlcore_eeprom_release_semaphore,
Tomas Winkler0ef2ca62008-10-23 23:48:51 -07001492 .calib_version = iwl5000_eeprom_calib_version,
Tomas Winkler25ae3982008-04-24 11:55:27 -07001493 .query_addr = iwl5000_eeprom_query_addr,
Tomas Winklerda8dec22008-04-24 11:55:24 -07001494 },
Abhijeet Kolekar5bbe2332009-04-08 11:26:35 -07001495 .post_associate = iwl_post_associate,
Mohamed Abbasef850d72009-05-22 11:01:50 -07001496 .isr = iwl_isr_ict,
Abhijeet Kolekar60690a62009-04-08 11:26:49 -07001497 .config_ap = iwl_config_ap,
Wey-Yi Guy62161ae2009-05-21 13:44:23 -07001498 .temp_ops = {
1499 .temperature = iwl5000_temperature,
1500 .set_ct_kill = iwl5000_set_ct_threshold,
1501 },
Reinette Chatre3459ab52010-01-22 14:22:49 -08001502 .add_bcast_station = iwl_add_bcast_station,
Wey-Yi Guy62161ae2009-05-21 13:44:23 -07001503};
1504
1505static struct iwl_lib_ops iwl5150_lib = {
1506 .set_hw_params = iwl5000_hw_set_hw_params,
1507 .txq_update_byte_cnt_tbl = iwl5000_txq_update_byte_cnt_tbl,
1508 .txq_inval_byte_cnt_tbl = iwl5000_txq_inval_byte_cnt_tbl,
1509 .txq_set_sched = iwl5000_txq_set_sched,
1510 .txq_agg_enable = iwl5000_txq_agg_enable,
1511 .txq_agg_disable = iwl5000_txq_agg_disable,
1512 .txq_attach_buf_to_tfd = iwl_hw_txq_attach_buf_to_tfd,
1513 .txq_free_tfd = iwl_hw_txq_free_tfd,
1514 .txq_init = iwl_hw_tx_queue_init,
1515 .rx_handler_setup = iwl5000_rx_handler_setup,
1516 .setup_deferred_work = iwl5000_setup_deferred_work,
1517 .is_valid_rtc_data_addr = iwl5000_hw_valid_rtc_data_addr,
Reinette Chatreb7a79402009-09-25 14:24:23 -07001518 .dump_nic_event_log = iwl_dump_nic_event_log,
1519 .dump_nic_error_log = iwl_dump_nic_error_log,
Wey-Yi Guy696bdee2009-12-10 14:37:25 -08001520 .dump_csr = iwl_dump_csr,
Wey-Yi Guy62161ae2009-05-21 13:44:23 -07001521 .load_ucode = iwl5000_load_ucode,
1522 .init_alive_start = iwl5000_init_alive_start,
1523 .alive_notify = iwl5000_alive_notify,
1524 .send_tx_power = iwl5000_send_tx_power,
1525 .update_chain_flags = iwl_update_chain_flags,
Wey-Yi Guy4a56e962009-10-23 13:42:29 -07001526 .set_channel_switch = iwl5000_hw_channel_switch,
Wey-Yi Guy62161ae2009-05-21 13:44:23 -07001527 .apm_ops = {
Ben Cahillfadb3582009-10-23 13:42:21 -07001528 .init = iwl_apm_init,
Abhijeet Kolekard68b6032009-10-02 13:44:04 -07001529 .stop = iwl_apm_stop,
Wey-Yi Guy62161ae2009-05-21 13:44:23 -07001530 .config = iwl5000_nic_config,
1531 .set_pwr_src = iwl_set_pwr_src,
1532 },
1533 .eeprom_ops = {
1534 .regulatory_bands = {
1535 EEPROM_5000_REG_BAND_1_CHANNELS,
1536 EEPROM_5000_REG_BAND_2_CHANNELS,
1537 EEPROM_5000_REG_BAND_3_CHANNELS,
1538 EEPROM_5000_REG_BAND_4_CHANNELS,
1539 EEPROM_5000_REG_BAND_5_CHANNELS,
Wey-Yi Guy7aafef12009-08-07 15:41:38 -07001540 EEPROM_5000_REG_BAND_24_HT40_CHANNELS,
1541 EEPROM_5000_REG_BAND_52_HT40_CHANNELS
Wey-Yi Guy62161ae2009-05-21 13:44:23 -07001542 },
1543 .verify_signature = iwlcore_eeprom_verify_signature,
1544 .acquire_semaphore = iwlcore_eeprom_acquire_semaphore,
1545 .release_semaphore = iwlcore_eeprom_release_semaphore,
1546 .calib_version = iwl5000_eeprom_calib_version,
1547 .query_addr = iwl5000_eeprom_query_addr,
1548 },
1549 .post_associate = iwl_post_associate,
Mohamed Abbasef850d72009-05-22 11:01:50 -07001550 .isr = iwl_isr_ict,
Wey-Yi Guy62161ae2009-05-21 13:44:23 -07001551 .config_ap = iwl_config_ap,
1552 .temp_ops = {
1553 .temperature = iwl5150_temperature,
1554 .set_ct_kill = iwl5150_set_ct_threshold,
1555 },
Reinette Chatre3459ab52010-01-22 14:22:49 -08001556 .add_bcast_station = iwl_add_bcast_station,
Tomas Winklerda8dec22008-04-24 11:55:24 -07001557};
1558
Emese Revfy45d5d802009-12-14 00:59:53 +01001559static const struct iwl_ops iwl5000_ops = {
Jay Sternbergcc0f5552009-07-17 09:30:16 -07001560 .ucode = &iwl5000_ucode,
Tomas Winklerda8dec22008-04-24 11:55:24 -07001561 .lib = &iwl5000_lib,
1562 .hcmd = &iwl5000_hcmd,
1563 .utils = &iwl5000_hcmd_utils,
Johannes Berge932a602009-10-02 13:44:03 -07001564 .led = &iwlagn_led_ops,
Tomas Winklerda8dec22008-04-24 11:55:24 -07001565};
1566
Emese Revfy45d5d802009-12-14 00:59:53 +01001567static const struct iwl_ops iwl5150_ops = {
Jay Sternbergcc0f5552009-07-17 09:30:16 -07001568 .ucode = &iwl5000_ucode,
Wey-Yi Guy62161ae2009-05-21 13:44:23 -07001569 .lib = &iwl5150_lib,
1570 .hcmd = &iwl5000_hcmd,
1571 .utils = &iwl5000_hcmd_utils,
Johannes Berge932a602009-10-02 13:44:03 -07001572 .led = &iwlagn_led_ops,
Wey-Yi Guy62161ae2009-05-21 13:44:23 -07001573};
1574
Jay Sternbergcec2d3f2009-01-19 15:30:33 -08001575struct iwl_mod_params iwl50_mod_params = {
Tomas Winkler5a6a2562008-04-24 11:55:23 -07001576 .amsdu_size_8K = 1,
Ester Kummer3a1081e2008-05-06 11:05:14 +08001577 .restart_fw = 1,
Tomas Winkler5a6a2562008-04-24 11:55:23 -07001578 /* the rest are 0 by default */
1579};
1580
1581
1582struct iwl_cfg iwl5300_agn_cfg = {
1583 .name = "5300AGN",
Reinette Chatrea0987a82008-12-02 12:14:06 -08001584 .fw_name_pre = IWL5000_FW_PRE,
1585 .ucode_api_max = IWL5000_UCODE_API_MAX,
1586 .ucode_api_min = IWL5000_UCODE_API_MIN,
Tomas Winkler5a6a2562008-04-24 11:55:23 -07001587 .sku = IWL_SKU_A|IWL_SKU_G|IWL_SKU_N,
Tomas Winklerda8dec22008-04-24 11:55:24 -07001588 .ops = &iwl5000_ops,
Tomas Winkler25ae3982008-04-24 11:55:27 -07001589 .eeprom_size = IWL_5000_EEPROM_IMG_SIZE,
Tomas Winkler0ef2ca62008-10-23 23:48:51 -07001590 .eeprom_ver = EEPROM_5000_EEPROM_VERSION,
1591 .eeprom_calib_ver = EEPROM_5000_TX_POWER_VERSION,
Wey-Yi Guy88804e22009-10-09 13:20:28 -07001592 .num_of_queues = IWL50_NUM_QUEUES,
1593 .num_of_ampdu_queues = IWL50_NUM_AMPDU_QUEUES,
Tomas Winkler5a6a2562008-04-24 11:55:23 -07001594 .mod_params = &iwl50_mod_params,
Jay Sternbergc0bac762009-02-02 16:21:14 -08001595 .valid_tx_ant = ANT_ABC,
1596 .valid_rx_ant = ANT_ABC,
Ben Cahillfadb3582009-10-23 13:42:21 -07001597 .pll_cfg_val = CSR50_ANA_PLL_CFG_VAL,
1598 .set_l0s = true,
1599 .use_bsm = false,
Daniel C Halperinb2617932009-08-13 13:30:59 -07001600 .ht_greenfield_support = true,
Wey-Yi Guyf2d0d0e2009-09-11 10:38:14 -07001601 .led_compensation = 51,
Wey-Yi Guy1152dcc2010-01-15 13:42:58 -08001602 .use_rts_for_ht = true, /* use rts/cts protection */
Wey-Yi Guyd8c07e72009-09-25 14:24:26 -07001603 .chain_noise_num_beacons = IWL_CAL_NUM_BEACONS,
Trieu 'Andrew' Nguyen3e4fb5f2010-01-22 14:22:46 -08001604 .plcp_delta_threshold = IWL_MAX_PLCP_ERR_LONG_THRESHOLD_DEF,
Ben Cahilld4fe5ac2010-02-05 11:33:46 -08001605 .chain_noise_scale = 1000,
Tomas Winkler5a6a2562008-04-24 11:55:23 -07001606};
1607
Wey-Yi Guyac592572009-11-20 12:05:03 -08001608struct iwl_cfg iwl5100_bgn_cfg = {
1609 .name = "5100BGN",
Reinette Chatrea0987a82008-12-02 12:14:06 -08001610 .fw_name_pre = IWL5000_FW_PRE,
1611 .ucode_api_max = IWL5000_UCODE_API_MAX,
1612 .ucode_api_min = IWL5000_UCODE_API_MIN,
Wey-Yi Guyac592572009-11-20 12:05:03 -08001613 .sku = IWL_SKU_G|IWL_SKU_N,
Esti Kummer47408632008-07-11 11:53:30 +08001614 .ops = &iwl5000_ops,
1615 .eeprom_size = IWL_5000_EEPROM_IMG_SIZE,
Tomas Winkler0ef2ca62008-10-23 23:48:51 -07001616 .eeprom_ver = EEPROM_5000_EEPROM_VERSION,
1617 .eeprom_calib_ver = EEPROM_5000_TX_POWER_VERSION,
Wey-Yi Guy88804e22009-10-09 13:20:28 -07001618 .num_of_queues = IWL50_NUM_QUEUES,
1619 .num_of_ampdu_queues = IWL50_NUM_AMPDU_QUEUES,
Esti Kummer47408632008-07-11 11:53:30 +08001620 .mod_params = &iwl50_mod_params,
Jay Sternbergc0bac762009-02-02 16:21:14 -08001621 .valid_tx_ant = ANT_B,
1622 .valid_rx_ant = ANT_AB,
Ben Cahillfadb3582009-10-23 13:42:21 -07001623 .pll_cfg_val = CSR50_ANA_PLL_CFG_VAL,
1624 .set_l0s = true,
1625 .use_bsm = false,
Daniel C Halperinb2617932009-08-13 13:30:59 -07001626 .ht_greenfield_support = true,
Wey-Yi Guyf2d0d0e2009-09-11 10:38:14 -07001627 .led_compensation = 51,
Wey-Yi Guy1152dcc2010-01-15 13:42:58 -08001628 .use_rts_for_ht = true, /* use rts/cts protection */
Wey-Yi Guyd8c07e72009-09-25 14:24:26 -07001629 .chain_noise_num_beacons = IWL_CAL_NUM_BEACONS,
Trieu 'Andrew' Nguyen3e4fb5f2010-01-22 14:22:46 -08001630 .plcp_delta_threshold = IWL_MAX_PLCP_ERR_LONG_THRESHOLD_DEF,
Ben Cahilld4fe5ac2010-02-05 11:33:46 -08001631 .chain_noise_scale = 1000,
Esti Kummer47408632008-07-11 11:53:30 +08001632};
1633
1634struct iwl_cfg iwl5100_abg_cfg = {
1635 .name = "5100ABG",
Reinette Chatrea0987a82008-12-02 12:14:06 -08001636 .fw_name_pre = IWL5000_FW_PRE,
1637 .ucode_api_max = IWL5000_UCODE_API_MAX,
1638 .ucode_api_min = IWL5000_UCODE_API_MIN,
Esti Kummer47408632008-07-11 11:53:30 +08001639 .sku = IWL_SKU_A|IWL_SKU_G,
1640 .ops = &iwl5000_ops,
1641 .eeprom_size = IWL_5000_EEPROM_IMG_SIZE,
Tomas Winkler0ef2ca62008-10-23 23:48:51 -07001642 .eeprom_ver = EEPROM_5000_EEPROM_VERSION,
1643 .eeprom_calib_ver = EEPROM_5000_TX_POWER_VERSION,
Wey-Yi Guy88804e22009-10-09 13:20:28 -07001644 .num_of_queues = IWL50_NUM_QUEUES,
1645 .num_of_ampdu_queues = IWL50_NUM_AMPDU_QUEUES,
Esti Kummer47408632008-07-11 11:53:30 +08001646 .mod_params = &iwl50_mod_params,
Jay Sternbergc0bac762009-02-02 16:21:14 -08001647 .valid_tx_ant = ANT_B,
1648 .valid_rx_ant = ANT_AB,
Ben Cahillfadb3582009-10-23 13:42:21 -07001649 .pll_cfg_val = CSR50_ANA_PLL_CFG_VAL,
1650 .set_l0s = true,
1651 .use_bsm = false,
Wey-Yi Guyf2d0d0e2009-09-11 10:38:14 -07001652 .led_compensation = 51,
Wey-Yi Guyd8c07e72009-09-25 14:24:26 -07001653 .chain_noise_num_beacons = IWL_CAL_NUM_BEACONS,
Trieu 'Andrew' Nguyen3e4fb5f2010-01-22 14:22:46 -08001654 .plcp_delta_threshold = IWL_MAX_PLCP_ERR_LONG_THRESHOLD_DEF,
Ben Cahilld4fe5ac2010-02-05 11:33:46 -08001655 .chain_noise_scale = 1000,
Esti Kummer47408632008-07-11 11:53:30 +08001656};
1657
Tomas Winkler5a6a2562008-04-24 11:55:23 -07001658struct iwl_cfg iwl5100_agn_cfg = {
1659 .name = "5100AGN",
Reinette Chatrea0987a82008-12-02 12:14:06 -08001660 .fw_name_pre = IWL5000_FW_PRE,
1661 .ucode_api_max = IWL5000_UCODE_API_MAX,
1662 .ucode_api_min = IWL5000_UCODE_API_MIN,
Tomas Winkler5a6a2562008-04-24 11:55:23 -07001663 .sku = IWL_SKU_A|IWL_SKU_G|IWL_SKU_N,
Tomas Winklerda8dec22008-04-24 11:55:24 -07001664 .ops = &iwl5000_ops,
Tomas Winkler25ae3982008-04-24 11:55:27 -07001665 .eeprom_size = IWL_5000_EEPROM_IMG_SIZE,
Tomas Winkler0ef2ca62008-10-23 23:48:51 -07001666 .eeprom_ver = EEPROM_5000_EEPROM_VERSION,
1667 .eeprom_calib_ver = EEPROM_5000_TX_POWER_VERSION,
Wey-Yi Guy88804e22009-10-09 13:20:28 -07001668 .num_of_queues = IWL50_NUM_QUEUES,
1669 .num_of_ampdu_queues = IWL50_NUM_AMPDU_QUEUES,
Tomas Winkler5a6a2562008-04-24 11:55:23 -07001670 .mod_params = &iwl50_mod_params,
Jay Sternbergc0bac762009-02-02 16:21:14 -08001671 .valid_tx_ant = ANT_B,
1672 .valid_rx_ant = ANT_AB,
Ben Cahillfadb3582009-10-23 13:42:21 -07001673 .pll_cfg_val = CSR50_ANA_PLL_CFG_VAL,
1674 .set_l0s = true,
1675 .use_bsm = false,
Daniel C Halperinb2617932009-08-13 13:30:59 -07001676 .ht_greenfield_support = true,
Wey-Yi Guyf2d0d0e2009-09-11 10:38:14 -07001677 .led_compensation = 51,
Wey-Yi Guy1152dcc2010-01-15 13:42:58 -08001678 .use_rts_for_ht = true, /* use rts/cts protection */
Wey-Yi Guyd8c07e72009-09-25 14:24:26 -07001679 .chain_noise_num_beacons = IWL_CAL_NUM_BEACONS,
Trieu 'Andrew' Nguyen3e4fb5f2010-01-22 14:22:46 -08001680 .plcp_delta_threshold = IWL_MAX_PLCP_ERR_LONG_THRESHOLD_DEF,
Ben Cahilld4fe5ac2010-02-05 11:33:46 -08001681 .chain_noise_scale = 1000,
Tomas Winkler5a6a2562008-04-24 11:55:23 -07001682};
1683
1684struct iwl_cfg iwl5350_agn_cfg = {
1685 .name = "5350AGN",
Reinette Chatrea0987a82008-12-02 12:14:06 -08001686 .fw_name_pre = IWL5000_FW_PRE,
1687 .ucode_api_max = IWL5000_UCODE_API_MAX,
1688 .ucode_api_min = IWL5000_UCODE_API_MIN,
Tomas Winkler5a6a2562008-04-24 11:55:23 -07001689 .sku = IWL_SKU_A|IWL_SKU_G|IWL_SKU_N,
Tomas Winklerda8dec22008-04-24 11:55:24 -07001690 .ops = &iwl5000_ops,
Tomas Winkler25ae3982008-04-24 11:55:27 -07001691 .eeprom_size = IWL_5000_EEPROM_IMG_SIZE,
Tomas Winkler0ef2ca62008-10-23 23:48:51 -07001692 .eeprom_ver = EEPROM_5050_EEPROM_VERSION,
1693 .eeprom_calib_ver = EEPROM_5050_TX_POWER_VERSION,
Wey-Yi Guy88804e22009-10-09 13:20:28 -07001694 .num_of_queues = IWL50_NUM_QUEUES,
1695 .num_of_ampdu_queues = IWL50_NUM_AMPDU_QUEUES,
Tomas Winkler5a6a2562008-04-24 11:55:23 -07001696 .mod_params = &iwl50_mod_params,
Jay Sternbergc0bac762009-02-02 16:21:14 -08001697 .valid_tx_ant = ANT_ABC,
1698 .valid_rx_ant = ANT_ABC,
Ben Cahillfadb3582009-10-23 13:42:21 -07001699 .pll_cfg_val = CSR50_ANA_PLL_CFG_VAL,
1700 .set_l0s = true,
1701 .use_bsm = false,
Daniel C Halperinb2617932009-08-13 13:30:59 -07001702 .ht_greenfield_support = true,
Wey-Yi Guyf2d0d0e2009-09-11 10:38:14 -07001703 .led_compensation = 51,
Wey-Yi Guy1152dcc2010-01-15 13:42:58 -08001704 .use_rts_for_ht = true, /* use rts/cts protection */
Wey-Yi Guyd8c07e72009-09-25 14:24:26 -07001705 .chain_noise_num_beacons = IWL_CAL_NUM_BEACONS,
Trieu 'Andrew' Nguyen3e4fb5f2010-01-22 14:22:46 -08001706 .plcp_delta_threshold = IWL_MAX_PLCP_ERR_LONG_THRESHOLD_DEF,
Ben Cahilld4fe5ac2010-02-05 11:33:46 -08001707 .chain_noise_scale = 1000,
Tomas Winkler5a6a2562008-04-24 11:55:23 -07001708};
1709
Tomas Winkler7100e922008-12-01 16:32:18 -08001710struct iwl_cfg iwl5150_agn_cfg = {
1711 .name = "5150AGN",
Reinette Chatrea0987a82008-12-02 12:14:06 -08001712 .fw_name_pre = IWL5150_FW_PRE,
1713 .ucode_api_max = IWL5150_UCODE_API_MAX,
1714 .ucode_api_min = IWL5150_UCODE_API_MIN,
Tomas Winkler7100e922008-12-01 16:32:18 -08001715 .sku = IWL_SKU_A|IWL_SKU_G|IWL_SKU_N,
Wey-Yi Guy62161ae2009-05-21 13:44:23 -07001716 .ops = &iwl5150_ops,
Tomas Winkler7100e922008-12-01 16:32:18 -08001717 .eeprom_size = IWL_5000_EEPROM_IMG_SIZE,
Tomas Winklerfd63edb2008-12-01 16:32:21 -08001718 .eeprom_ver = EEPROM_5050_EEPROM_VERSION,
1719 .eeprom_calib_ver = EEPROM_5050_TX_POWER_VERSION,
Wey-Yi Guy88804e22009-10-09 13:20:28 -07001720 .num_of_queues = IWL50_NUM_QUEUES,
1721 .num_of_ampdu_queues = IWL50_NUM_AMPDU_QUEUES,
Tomas Winkler7100e922008-12-01 16:32:18 -08001722 .mod_params = &iwl50_mod_params,
Jay Sternbergc0bac762009-02-02 16:21:14 -08001723 .valid_tx_ant = ANT_A,
1724 .valid_rx_ant = ANT_AB,
Ben Cahillfadb3582009-10-23 13:42:21 -07001725 .pll_cfg_val = CSR50_ANA_PLL_CFG_VAL,
1726 .set_l0s = true,
1727 .use_bsm = false,
Daniel C Halperinb2617932009-08-13 13:30:59 -07001728 .ht_greenfield_support = true,
Wey-Yi Guyf2d0d0e2009-09-11 10:38:14 -07001729 .led_compensation = 51,
Wey-Yi Guy1152dcc2010-01-15 13:42:58 -08001730 .use_rts_for_ht = true, /* use rts/cts protection */
Wey-Yi Guyd8c07e72009-09-25 14:24:26 -07001731 .chain_noise_num_beacons = IWL_CAL_NUM_BEACONS,
Trieu 'Andrew' Nguyen3e4fb5f2010-01-22 14:22:46 -08001732 .plcp_delta_threshold = IWL_MAX_PLCP_ERR_LONG_THRESHOLD_DEF,
Ben Cahilld4fe5ac2010-02-05 11:33:46 -08001733 .chain_noise_scale = 1000,
Tomas Winkler7100e922008-12-01 16:32:18 -08001734};
1735
Wey-Yi Guyac592572009-11-20 12:05:03 -08001736struct iwl_cfg iwl5150_abg_cfg = {
1737 .name = "5150ABG",
1738 .fw_name_pre = IWL5150_FW_PRE,
1739 .ucode_api_max = IWL5150_UCODE_API_MAX,
1740 .ucode_api_min = IWL5150_UCODE_API_MIN,
1741 .sku = IWL_SKU_A|IWL_SKU_G,
1742 .ops = &iwl5150_ops,
1743 .eeprom_size = IWL_5000_EEPROM_IMG_SIZE,
1744 .eeprom_ver = EEPROM_5050_EEPROM_VERSION,
1745 .eeprom_calib_ver = EEPROM_5050_TX_POWER_VERSION,
1746 .num_of_queues = IWL50_NUM_QUEUES,
1747 .num_of_ampdu_queues = IWL50_NUM_AMPDU_QUEUES,
1748 .mod_params = &iwl50_mod_params,
1749 .valid_tx_ant = ANT_A,
1750 .valid_rx_ant = ANT_AB,
1751 .pll_cfg_val = CSR50_ANA_PLL_CFG_VAL,
1752 .set_l0s = true,
1753 .use_bsm = false,
1754 .led_compensation = 51,
1755 .chain_noise_num_beacons = IWL_CAL_NUM_BEACONS,
Trieu 'Andrew' Nguyen3e4fb5f2010-01-22 14:22:46 -08001756 .plcp_delta_threshold = IWL_MAX_PLCP_ERR_LONG_THRESHOLD_DEF,
Ben Cahilld4fe5ac2010-02-05 11:33:46 -08001757 .chain_noise_scale = 1000,
Tomas Winkler5a6a2562008-04-24 11:55:23 -07001758};
1759
Reinette Chatrea0987a82008-12-02 12:14:06 -08001760MODULE_FIRMWARE(IWL5000_MODULE_FIRMWARE(IWL5000_UCODE_API_MAX));
1761MODULE_FIRMWARE(IWL5150_MODULE_FIRMWARE(IWL5150_UCODE_API_MAX));
Tomas Winklerc9f79ed2008-09-11 11:45:21 +08001762
Wey-Yi Guy4e30cb62009-09-17 10:43:47 -07001763module_param_named(swcrypto50, iwl50_mod_params.sw_crypto, bool, S_IRUGO);
Tomas Winkler5a6a2562008-04-24 11:55:23 -07001764MODULE_PARM_DESC(swcrypto50,
1765 "using software crypto engine (default 0 [hardware])\n");
Wey-Yi Guy4e30cb62009-09-17 10:43:47 -07001766module_param_named(queues_num50, iwl50_mod_params.num_of_queues, int, S_IRUGO);
Tomas Winkler5a6a2562008-04-24 11:55:23 -07001767MODULE_PARM_DESC(queues_num50, "number of hw queues in 50xx series");
Wey-Yi Guy4e30cb62009-09-17 10:43:47 -07001768module_param_named(11n_disable50, iwl50_mod_params.disable_11n, int, S_IRUGO);
Ron Rindjunsky49779292008-06-30 17:23:21 +08001769MODULE_PARM_DESC(11n_disable50, "disable 50XX 11n functionality");
Wey-Yi Guy4e30cb62009-09-17 10:43:47 -07001770module_param_named(amsdu_size_8K50, iwl50_mod_params.amsdu_size_8K,
1771 int, S_IRUGO);
Tomas Winkler5a6a2562008-04-24 11:55:23 -07001772MODULE_PARM_DESC(amsdu_size_8K50, "enable 8K amsdu size in 50XX series");
Wey-Yi Guy4e30cb62009-09-17 10:43:47 -07001773module_param_named(fw_restart50, iwl50_mod_params.restart_fw, int, S_IRUGO);
Ester Kummer3a1081e2008-05-06 11:05:14 +08001774MODULE_PARM_DESC(fw_restart50, "restart firmware in case of error");