blob: 45a68457504658ee256cde19b22fce4b46edf7e2 [file] [log] [blame]
Zhu Yib481de92007-09-25 17:54:57 -07001/******************************************************************************
2 *
Reinette Chatre1f447802010-01-15 13:43:41 -08003 * Copyright(c) 2003 - 2010 Intel Corporation. All rights reserved.
Zhu Yib481de92007-09-25 17:54:57 -07004 *
5 * Portions of this file are derived from the ipw3945 project, as well
6 * as portions of the ieee80211 subsystem header files.
7 *
8 * This program is free software; you can redistribute it and/or modify it
9 * under the terms of version 2 of the GNU General Public License as
10 * published by the Free Software Foundation.
11 *
12 * This program is distributed in the hope that it will be useful, but WITHOUT
13 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
14 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
15 * more details.
16 *
17 * You should have received a copy of the GNU General Public License along with
18 * this program; if not, write to the Free Software Foundation, Inc.,
19 * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
20 *
21 * The full GNU General Public License is included in this distribution in the
22 * file called LICENSE.
23 *
24 * Contact Information:
Winkler, Tomas759ef892008-12-09 11:28:58 -080025 * Intel Linux Wireless <ilw@linux.intel.com>
Zhu Yib481de92007-09-25 17:54:57 -070026 * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
27 *
28 *****************************************************************************/
29
Zhu Yib481de92007-09-25 17:54:57 -070030#include <linux/kernel.h>
31#include <linux/module.h>
Zhu Yib481de92007-09-25 17:54:57 -070032#include <linux/init.h>
33#include <linux/pci.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090034#include <linux/slab.h>
Zhu Yib481de92007-09-25 17:54:57 -070035#include <linux/dma-mapping.h>
36#include <linux/delay.h>
Alexey Dobriyand43c36d2009-10-07 17:09:06 +040037#include <linux/sched.h>
Zhu Yib481de92007-09-25 17:54:57 -070038#include <linux/skbuff.h>
39#include <linux/netdevice.h>
40#include <linux/wireless.h>
41#include <linux/firmware.h>
Zhu Yib481de92007-09-25 17:54:57 -070042#include <linux/etherdevice.h>
43#include <linux/if_arp.h>
44
45#include <net/ieee80211_radiotap.h>
46#include <net/mac80211.h>
47
48#include <asm/div64.h>
49
Samuel Ortiza3139c52008-12-19 10:37:09 +080050#define DRV_NAME "iwl3945"
51
Winkler, Tomasdbb66542008-12-22 11:31:14 +080052#include "iwl-fh.h"
53#include "iwl-3945-fh.h"
Tomas Winkler600c0e12008-12-19 10:37:04 +080054#include "iwl-commands.h"
Samuel Ortiz17f841c2009-01-23 13:45:20 -080055#include "iwl-sta.h"
Zhu Yib481de92007-09-25 17:54:57 -070056#include "iwl-3945.h"
Kolekar, Abhijeet5747d472008-12-19 10:37:18 +080057#include "iwl-core.h"
Reinette Chatre4a6547c2010-02-18 22:03:02 -080058#include "iwl-helpers.h"
Samuel Ortizd20b3c62008-12-19 10:37:15 +080059#include "iwl-dev.h"
Reinette Chatre81963d62010-01-22 14:22:57 -080060#include "iwl-spectrum.h"
Zhu Yib481de92007-09-25 17:54:57 -070061
Zhu Yib481de92007-09-25 17:54:57 -070062/*
63 * module name, copyright, version, etc.
Zhu Yib481de92007-09-25 17:54:57 -070064 */
65
66#define DRV_DESCRIPTION \
67"Intel(R) PRO/Wireless 3945ABG/BG Network Connection driver for Linux"
68
Samuel Ortizd08853a2009-01-23 13:45:17 -080069#ifdef CONFIG_IWLWIFI_DEBUG
Zhu Yib481de92007-09-25 17:54:57 -070070#define VD "d"
71#else
72#define VD
73#endif
74
Reinette Chatre81963d62010-01-22 14:22:57 -080075/*
76 * add "s" to indicate spectrum measurement included.
77 * we add it here to be consistent with previous releases in which
78 * this was configurable.
79 */
80#define DRV_VERSION IWLWIFI_VERSION VD "s"
Reinette Chatre1f447802010-01-15 13:43:41 -080081#define DRV_COPYRIGHT "Copyright(c) 2003-2010 Intel Corporation"
Tomas Winklera7b75202008-12-11 10:33:41 -080082#define DRV_AUTHOR "<ilw@linux.intel.com>"
Zhu Yib481de92007-09-25 17:54:57 -070083
84MODULE_DESCRIPTION(DRV_DESCRIPTION);
85MODULE_VERSION(DRV_VERSION);
Tomas Winklera7b75202008-12-11 10:33:41 -080086MODULE_AUTHOR(DRV_COPYRIGHT " " DRV_AUTHOR);
Zhu Yib481de92007-09-25 17:54:57 -070087MODULE_LICENSE("GPL");
88
Kolekar, Abhijeetdf878d82008-12-19 10:37:35 +080089 /* module parameters */
90struct iwl_mod_params iwl3945_mod_params = {
Samuel Ortiz9c74d9f2009-01-08 10:19:59 -080091 .sw_crypto = 1,
Samuel Ortizaf48d042009-01-23 13:45:19 -080092 .restart_fw = 1,
Kolekar, Abhijeetdf878d82008-12-19 10:37:35 +080093 /* the rest are 0 by default */
94};
95
Zhu Yib481de92007-09-25 17:54:57 -070096/**
Samuel Ortiz7e4bca52009-01-23 13:45:18 -080097 * iwl3945_get_antenna_flags - Get antenna flags for RXON command
98 * @priv: eeprom and antenna fields are used to determine antenna flags
99 *
100 * priv->eeprom39 is used to determine if antenna AUX/MAIN are reversed
101 * iwl3945_mod_params.antenna specifies the antenna diversity mode:
102 *
103 * IWL_ANTENNA_DIVERSITY - NIC selects best antenna by itself
104 * IWL_ANTENNA_MAIN - Force MAIN antenna
105 * IWL_ANTENNA_AUX - Force AUX antenna
106 */
107__le32 iwl3945_get_antenna_flags(const struct iwl_priv *priv)
108{
109 struct iwl3945_eeprom *eeprom = (struct iwl3945_eeprom *)priv->eeprom;
110
111 switch (iwl3945_mod_params.antenna) {
112 case IWL_ANTENNA_DIVERSITY:
113 return 0;
114
115 case IWL_ANTENNA_MAIN:
116 if (eeprom->antenna_switch_type)
117 return RXON_FLG_DIS_DIV_MSK | RXON_FLG_ANT_B_MSK;
118 return RXON_FLG_DIS_DIV_MSK | RXON_FLG_ANT_A_MSK;
119
120 case IWL_ANTENNA_AUX:
121 if (eeprom->antenna_switch_type)
122 return RXON_FLG_DIS_DIV_MSK | RXON_FLG_ANT_A_MSK;
123 return RXON_FLG_DIS_DIV_MSK | RXON_FLG_ANT_B_MSK;
124 }
125
126 /* bad antenna selector value */
127 IWL_ERR(priv, "Bad antenna selector value (0x%x)\n",
128 iwl3945_mod_params.antenna);
129
130 return 0; /* "diversity" is default if error */
131}
132
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -0800133static int iwl3945_set_ccmp_dynamic_key_info(struct iwl_priv *priv,
Zhu Yib481de92007-09-25 17:54:57 -0700134 struct ieee80211_key_conf *keyconf,
135 u8 sta_id)
136{
137 unsigned long flags;
138 __le16 key_flags = 0;
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -0800139 int ret;
Zhu Yib481de92007-09-25 17:54:57 -0700140
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -0800141 key_flags |= (STA_KEY_FLG_CCMP | STA_KEY_FLG_MAP_KEY_MSK);
142 key_flags |= cpu_to_le16(keyconf->keyidx << STA_KEY_FLG_KEYID_POS);
143
144 if (sta_id == priv->hw_params.bcast_sta_id)
145 key_flags |= STA_KEY_MULTICAST_MSK;
146
147 keyconf->flags |= IEEE80211_KEY_FLAG_GENERATE_IV;
148 keyconf->hw_key_idx = keyconf->keyidx;
149 key_flags &= ~STA_KEY_FLG_INVALID;
150
Zhu Yib481de92007-09-25 17:54:57 -0700151 spin_lock_irqsave(&priv->sta_lock, flags);
Tomas Winklerc587de02009-06-03 11:44:07 -0700152 priv->stations[sta_id].keyinfo.alg = keyconf->alg;
153 priv->stations[sta_id].keyinfo.keylen = keyconf->keylen;
154 memcpy(priv->stations[sta_id].keyinfo.key, keyconf->key,
Zhu Yib481de92007-09-25 17:54:57 -0700155 keyconf->keylen);
156
Tomas Winklerc587de02009-06-03 11:44:07 -0700157 memcpy(priv->stations[sta_id].sta.key.key, keyconf->key,
Zhu Yib481de92007-09-25 17:54:57 -0700158 keyconf->keylen);
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -0800159
Tomas Winklerc587de02009-06-03 11:44:07 -0700160 if ((priv->stations[sta_id].sta.key.key_flags & STA_KEY_FLG_ENCRYPT_MSK)
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -0800161 == STA_KEY_FLG_NO_ENC)
Tomas Winklerc587de02009-06-03 11:44:07 -0700162 priv->stations[sta_id].sta.key.key_offset =
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -0800163 iwl_get_free_ucode_key_index(priv);
164 /* else, we are overriding an existing key => no need to allocated room
165 * in uCode. */
166
Tomas Winklerc587de02009-06-03 11:44:07 -0700167 WARN(priv->stations[sta_id].sta.key.key_offset == WEP_INVALID_OFFSET,
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -0800168 "no space for a new key");
169
Tomas Winklerc587de02009-06-03 11:44:07 -0700170 priv->stations[sta_id].sta.key.key_flags = key_flags;
171 priv->stations[sta_id].sta.sta.modify_mask = STA_MODIFY_KEY_MASK;
172 priv->stations[sta_id].sta.mode = STA_CONTROL_MODIFY_MSK;
Zhu Yib481de92007-09-25 17:54:57 -0700173
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -0800174 IWL_DEBUG_INFO(priv, "hwcrypto: modify ucode station key info\n");
175
Tomas Winklerc587de02009-06-03 11:44:07 -0700176 ret = iwl_send_add_sta(priv, &priv->stations[sta_id].sta, CMD_ASYNC);
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -0800177
Zhu Yib481de92007-09-25 17:54:57 -0700178 spin_unlock_irqrestore(&priv->sta_lock, flags);
179
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -0800180 return ret;
181}
182
183static int iwl3945_set_tkip_dynamic_key_info(struct iwl_priv *priv,
184 struct ieee80211_key_conf *keyconf,
185 u8 sta_id)
186{
187 return -EOPNOTSUPP;
188}
189
190static int iwl3945_set_wep_dynamic_key_info(struct iwl_priv *priv,
191 struct ieee80211_key_conf *keyconf,
192 u8 sta_id)
193{
194 return -EOPNOTSUPP;
Zhu Yib481de92007-09-25 17:54:57 -0700195}
196
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800197static int iwl3945_clear_sta_key_info(struct iwl_priv *priv, u8 sta_id)
Zhu Yib481de92007-09-25 17:54:57 -0700198{
199 unsigned long flags;
Reinette Chatre9c5ac092010-05-05 02:26:06 -0700200 struct iwl_addsta_cmd sta_cmd;
Zhu Yib481de92007-09-25 17:54:57 -0700201
202 spin_lock_irqsave(&priv->sta_lock, flags);
Tomas Winklerc587de02009-06-03 11:44:07 -0700203 memset(&priv->stations[sta_id].keyinfo, 0, sizeof(struct iwl_hw_key));
204 memset(&priv->stations[sta_id].sta.key, 0,
Tomas Winkler4c897252008-12-19 10:37:05 +0800205 sizeof(struct iwl4965_keyinfo));
Tomas Winklerc587de02009-06-03 11:44:07 -0700206 priv->stations[sta_id].sta.key.key_flags = STA_KEY_FLG_NO_ENC;
207 priv->stations[sta_id].sta.sta.modify_mask = STA_MODIFY_KEY_MASK;
208 priv->stations[sta_id].sta.mode = STA_CONTROL_MODIFY_MSK;
Reinette Chatre9c5ac092010-05-05 02:26:06 -0700209 memcpy(&sta_cmd, &priv->stations[sta_id].sta, sizeof(struct iwl_addsta_cmd));
Zhu Yib481de92007-09-25 17:54:57 -0700210 spin_unlock_irqrestore(&priv->sta_lock, flags);
211
Tomas Winklere1623442009-01-27 14:27:56 -0800212 IWL_DEBUG_INFO(priv, "hwcrypto: clear ucode station key info\n");
Reinette Chatre9c5ac092010-05-05 02:26:06 -0700213 return iwl_send_add_sta(priv, &sta_cmd, CMD_SYNC);
Zhu Yib481de92007-09-25 17:54:57 -0700214}
215
Abhijeet Kolekarfa11d522009-03-11 11:17:54 -0700216static int iwl3945_set_dynamic_key(struct iwl_priv *priv,
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -0800217 struct ieee80211_key_conf *keyconf, u8 sta_id)
218{
219 int ret = 0;
220
221 keyconf->hw_key_idx = HW_KEY_DYNAMIC;
222
223 switch (keyconf->alg) {
224 case ALG_CCMP:
225 ret = iwl3945_set_ccmp_dynamic_key_info(priv, keyconf, sta_id);
226 break;
227 case ALG_TKIP:
228 ret = iwl3945_set_tkip_dynamic_key_info(priv, keyconf, sta_id);
229 break;
230 case ALG_WEP:
231 ret = iwl3945_set_wep_dynamic_key_info(priv, keyconf, sta_id);
232 break;
233 default:
Abhijeet Kolekar1e680232009-03-17 21:51:50 -0700234 IWL_ERR(priv, "Unknown alg: %s alg = %d\n", __func__, keyconf->alg);
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -0800235 ret = -EINVAL;
236 }
237
238 IWL_DEBUG_WEP(priv, "Set dynamic key: alg= %d len=%d idx=%d sta=%d ret=%d\n",
239 keyconf->alg, keyconf->keylen, keyconf->keyidx,
240 sta_id, ret);
241
242 return ret;
243}
244
245static int iwl3945_remove_static_key(struct iwl_priv *priv)
246{
247 int ret = -EOPNOTSUPP;
248
249 return ret;
250}
251
252static int iwl3945_set_static_key(struct iwl_priv *priv,
253 struct ieee80211_key_conf *key)
254{
255 if (key->alg == ALG_WEP)
256 return -EOPNOTSUPP;
257
258 IWL_ERR(priv, "Static key invalid: alg %d\n", key->alg);
259 return -EINVAL;
260}
261
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800262static void iwl3945_clear_free_frames(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -0700263{
264 struct list_head *element;
265
Tomas Winklere1623442009-01-27 14:27:56 -0800266 IWL_DEBUG_INFO(priv, "%d frames on pre-allocated heap on clear.\n",
Zhu Yib481de92007-09-25 17:54:57 -0700267 priv->frames_count);
268
269 while (!list_empty(&priv->free_frames)) {
270 element = priv->free_frames.next;
271 list_del(element);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800272 kfree(list_entry(element, struct iwl3945_frame, list));
Zhu Yib481de92007-09-25 17:54:57 -0700273 priv->frames_count--;
274 }
275
276 if (priv->frames_count) {
Winkler, Tomas39aadf82008-12-19 10:37:32 +0800277 IWL_WARN(priv, "%d frames still in use. Did we lose one?\n",
Zhu Yib481de92007-09-25 17:54:57 -0700278 priv->frames_count);
279 priv->frames_count = 0;
280 }
281}
282
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800283static struct iwl3945_frame *iwl3945_get_free_frame(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -0700284{
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800285 struct iwl3945_frame *frame;
Zhu Yib481de92007-09-25 17:54:57 -0700286 struct list_head *element;
287 if (list_empty(&priv->free_frames)) {
288 frame = kzalloc(sizeof(*frame), GFP_KERNEL);
289 if (!frame) {
Winkler, Tomas15b16872008-12-19 10:37:33 +0800290 IWL_ERR(priv, "Could not allocate frame!\n");
Zhu Yib481de92007-09-25 17:54:57 -0700291 return NULL;
292 }
293
294 priv->frames_count++;
295 return frame;
296 }
297
298 element = priv->free_frames.next;
299 list_del(element);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800300 return list_entry(element, struct iwl3945_frame, list);
Zhu Yib481de92007-09-25 17:54:57 -0700301}
302
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800303static void iwl3945_free_frame(struct iwl_priv *priv, struct iwl3945_frame *frame)
Zhu Yib481de92007-09-25 17:54:57 -0700304{
305 memset(frame, 0, sizeof(*frame));
306 list_add(&frame->list, &priv->free_frames);
307}
308
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800309unsigned int iwl3945_fill_beacon_frame(struct iwl_priv *priv,
Zhu Yib481de92007-09-25 17:54:57 -0700310 struct ieee80211_hdr *hdr,
Rami Rosen73ec1cc2008-12-16 09:37:07 +0200311 int left)
Zhu Yib481de92007-09-25 17:54:57 -0700312{
313
Johannes Berg6abbe552010-07-15 05:59:07 -0700314 if (!iwl_is_associated(priv) || !priv->ibss_beacon)
Zhu Yib481de92007-09-25 17:54:57 -0700315 return 0;
316
317 if (priv->ibss_beacon->len > left)
318 return 0;
319
320 memcpy(hdr, priv->ibss_beacon->data, priv->ibss_beacon->len);
321
322 return priv->ibss_beacon->len;
323}
324
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800325static int iwl3945_send_beacon_cmd(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -0700326{
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800327 struct iwl3945_frame *frame;
Zhu Yib481de92007-09-25 17:54:57 -0700328 unsigned int frame_size;
329 int rc;
330 u8 rate;
331
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800332 frame = iwl3945_get_free_frame(priv);
Zhu Yib481de92007-09-25 17:54:57 -0700333
334 if (!frame) {
Winkler, Tomas15b16872008-12-19 10:37:33 +0800335 IWL_ERR(priv, "Could not obtain free frame buffer for beacon "
Zhu Yib481de92007-09-25 17:54:57 -0700336 "command.\n");
337 return -ENOMEM;
338 }
339
Samuel Ortiz8ccde882009-01-27 14:27:52 -0800340 rate = iwl_rate_get_lowest_plcp(priv);
Zhu Yib481de92007-09-25 17:54:57 -0700341
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800342 frame_size = iwl3945_hw_get_beacon_cmd(priv, frame, rate);
Zhu Yib481de92007-09-25 17:54:57 -0700343
Samuel Ortiz518099a2009-01-19 15:30:27 -0800344 rc = iwl_send_cmd_pdu(priv, REPLY_TX_BEACON, frame_size,
Zhu Yib481de92007-09-25 17:54:57 -0700345 &frame->u.cmd[0]);
346
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800347 iwl3945_free_frame(priv, frame);
Zhu Yib481de92007-09-25 17:54:57 -0700348
349 return rc;
350}
351
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800352static void iwl3945_unset_hw_params(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -0700353{
Johannes Bergee525d12010-01-21 06:09:28 -0800354 if (priv->_3945.shared_virt)
Stanislaw Gruszkaf36d04a2010-02-10 05:07:45 -0800355 dma_free_coherent(&priv->pci_dev->dev,
356 sizeof(struct iwl3945_shared),
Johannes Bergee525d12010-01-21 06:09:28 -0800357 priv->_3945.shared_virt,
358 priv->_3945.shared_phys);
Zhu Yib481de92007-09-25 17:54:57 -0700359}
360
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800361static void iwl3945_build_tx_cmd_hwcrypto(struct iwl_priv *priv,
Johannes Berge039fa42008-05-15 12:55:29 +0200362 struct ieee80211_tx_info *info,
Johannes Bergc2acea82009-07-24 11:13:05 -0700363 struct iwl_device_cmd *cmd,
Zhu Yib481de92007-09-25 17:54:57 -0700364 struct sk_buff *skb_frag,
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -0800365 int sta_id)
Zhu Yib481de92007-09-25 17:54:57 -0700366{
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700367 struct iwl3945_tx_cmd *tx_cmd = (struct iwl3945_tx_cmd *)cmd->cmd.payload;
Tomas Winklerc587de02009-06-03 11:44:07 -0700368 struct iwl_hw_key *keyinfo = &priv->stations[sta_id].keyinfo;
Zhu Yib481de92007-09-25 17:54:57 -0700369
370 switch (keyinfo->alg) {
371 case ALG_CCMP:
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700372 tx_cmd->sec_ctl = TX_CMD_SEC_CCM;
373 memcpy(tx_cmd->key, keyinfo->key, keyinfo->keylen);
Tomas Winklere1623442009-01-27 14:27:56 -0800374 IWL_DEBUG_TX(priv, "tx_cmd with AES hwcrypto\n");
Zhu Yib481de92007-09-25 17:54:57 -0700375 break;
376
377 case ALG_TKIP:
Zhu Yib481de92007-09-25 17:54:57 -0700378 break;
379
380 case ALG_WEP:
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700381 tx_cmd->sec_ctl = TX_CMD_SEC_WEP |
Johannes Berge039fa42008-05-15 12:55:29 +0200382 (info->control.hw_key->hw_key_idx & TX_CMD_SEC_MSK) << TX_CMD_SEC_SHIFT;
Zhu Yib481de92007-09-25 17:54:57 -0700383
384 if (keyinfo->keylen == 13)
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700385 tx_cmd->sec_ctl |= TX_CMD_SEC_KEY128;
Zhu Yib481de92007-09-25 17:54:57 -0700386
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700387 memcpy(&tx_cmd->key[3], keyinfo->key, keyinfo->keylen);
Zhu Yib481de92007-09-25 17:54:57 -0700388
Tomas Winklere1623442009-01-27 14:27:56 -0800389 IWL_DEBUG_TX(priv, "Configuring packet for WEP encryption "
Johannes Berge039fa42008-05-15 12:55:29 +0200390 "with key %d\n", info->control.hw_key->hw_key_idx);
Zhu Yib481de92007-09-25 17:54:57 -0700391 break;
392
Zhu Yib481de92007-09-25 17:54:57 -0700393 default:
Tomas Winkler978785a2008-12-19 10:37:31 +0800394 IWL_ERR(priv, "Unknown encode alg %d\n", keyinfo->alg);
Zhu Yib481de92007-09-25 17:54:57 -0700395 break;
396 }
397}
398
399/*
400 * handle build REPLY_TX command notification.
401 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800402static void iwl3945_build_tx_cmd_basic(struct iwl_priv *priv,
Johannes Bergc2acea82009-07-24 11:13:05 -0700403 struct iwl_device_cmd *cmd,
Johannes Berge039fa42008-05-15 12:55:29 +0200404 struct ieee80211_tx_info *info,
Winkler, Tomase52119c2008-12-22 11:31:19 +0800405 struct ieee80211_hdr *hdr, u8 std_id)
Zhu Yib481de92007-09-25 17:54:57 -0700406{
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700407 struct iwl3945_tx_cmd *tx_cmd = (struct iwl3945_tx_cmd *)cmd->cmd.payload;
408 __le32 tx_flags = tx_cmd->tx_flags;
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -0700409 __le16 fc = hdr->frame_control;
Zhu Yib481de92007-09-25 17:54:57 -0700410
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700411 tx_cmd->stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE;
Johannes Berge039fa42008-05-15 12:55:29 +0200412 if (!(info->flags & IEEE80211_TX_CTL_NO_ACK)) {
Zhu Yib481de92007-09-25 17:54:57 -0700413 tx_flags |= TX_CMD_FLG_ACK_MSK;
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -0700414 if (ieee80211_is_mgmt(fc))
Zhu Yib481de92007-09-25 17:54:57 -0700415 tx_flags |= TX_CMD_FLG_SEQ_CTL_MSK;
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -0700416 if (ieee80211_is_probe_resp(fc) &&
Zhu Yib481de92007-09-25 17:54:57 -0700417 !(le16_to_cpu(hdr->seq_ctrl) & 0xf))
418 tx_flags |= TX_CMD_FLG_TSF_MSK;
419 } else {
420 tx_flags &= (~TX_CMD_FLG_ACK_MSK);
421 tx_flags |= TX_CMD_FLG_SEQ_CTL_MSK;
422 }
423
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700424 tx_cmd->sta_id = std_id;
Harvey Harrison8b7b1e02008-06-11 14:21:56 -0700425 if (ieee80211_has_morefrags(fc))
Zhu Yib481de92007-09-25 17:54:57 -0700426 tx_flags |= TX_CMD_FLG_MORE_FRAG_MSK;
427
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -0700428 if (ieee80211_is_data_qos(fc)) {
429 u8 *qc = ieee80211_get_qos_ctl(hdr);
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700430 tx_cmd->tid_tspec = qc[0] & 0xf;
Zhu Yib481de92007-09-25 17:54:57 -0700431 tx_flags &= ~TX_CMD_FLG_SEQ_CTL_MSK;
Tomas Winkler54dbb522008-05-15 13:54:06 +0800432 } else {
Zhu Yib481de92007-09-25 17:54:57 -0700433 tx_flags |= TX_CMD_FLG_SEQ_CTL_MSK;
Tomas Winkler54dbb522008-05-15 13:54:06 +0800434 }
Zhu Yib481de92007-09-25 17:54:57 -0700435
Abhijeet Kolekar37dc70f2009-10-09 13:20:30 -0700436 priv->cfg->ops->utils->rts_tx_cmd_flag(info, &tx_flags);
Zhu Yib481de92007-09-25 17:54:57 -0700437
438 if ((tx_flags & TX_CMD_FLG_RTS_MSK) || (tx_flags & TX_CMD_FLG_CTS_MSK))
439 tx_flags |= TX_CMD_FLG_FULL_TXOP_PROT_MSK;
440
441 tx_flags &= ~(TX_CMD_FLG_ANT_SEL_MSK);
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -0700442 if (ieee80211_is_mgmt(fc)) {
443 if (ieee80211_is_assoc_req(fc) || ieee80211_is_reassoc_req(fc))
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700444 tx_cmd->timeout.pm_frame_timeout = cpu_to_le16(3);
Zhu Yib481de92007-09-25 17:54:57 -0700445 else
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700446 tx_cmd->timeout.pm_frame_timeout = cpu_to_le16(2);
Mohamed Abbasab53d8a2008-03-25 16:33:36 -0700447 } else {
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700448 tx_cmd->timeout.pm_frame_timeout = 0;
Mohamed Abbasab53d8a2008-03-25 16:33:36 -0700449 }
Zhu Yib481de92007-09-25 17:54:57 -0700450
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700451 tx_cmd->driver_txop = 0;
452 tx_cmd->tx_flags = tx_flags;
453 tx_cmd->next_frame_len = 0;
Zhu Yib481de92007-09-25 17:54:57 -0700454}
455
Zhu Yib481de92007-09-25 17:54:57 -0700456/*
457 * start REPLY_TX command process
458 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800459static int iwl3945_tx_skb(struct iwl_priv *priv, struct sk_buff *skb)
Zhu Yib481de92007-09-25 17:54:57 -0700460{
461 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)skb->data;
Johannes Berge039fa42008-05-15 12:55:29 +0200462 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb);
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700463 struct iwl3945_tx_cmd *tx_cmd;
Samuel Ortiz188cf6c2008-12-22 11:31:16 +0800464 struct iwl_tx_queue *txq = NULL;
Samuel Ortizd20b3c62008-12-19 10:37:15 +0800465 struct iwl_queue *q = NULL;
Johannes Bergc2acea82009-07-24 11:13:05 -0700466 struct iwl_device_cmd *out_cmd;
467 struct iwl_cmd_meta *out_meta;
Zhu Yib481de92007-09-25 17:54:57 -0700468 dma_addr_t phys_addr;
469 dma_addr_t txcmd_phys;
Winkler, Tomase52119c2008-12-22 11:31:19 +0800470 int txq_id = skb_get_queue_mapping(skb);
Reinette Chatredf833b12009-04-21 10:55:48 -0700471 u16 len, idx, len_org, hdr_len; /* TODO: len_org is not used */
Tomas Winkler54dbb522008-05-15 13:54:06 +0800472 u8 id;
473 u8 unicast;
Zhu Yib481de92007-09-25 17:54:57 -0700474 u8 sta_id;
Tomas Winkler54dbb522008-05-15 13:54:06 +0800475 u8 tid = 0;
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -0700476 __le16 fc;
Zhu Yib481de92007-09-25 17:54:57 -0700477 u8 wait_write_ptr = 0;
478 unsigned long flags;
Zhu Yib481de92007-09-25 17:54:57 -0700479
480 spin_lock_irqsave(&priv->lock, flags);
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +0800481 if (iwl_is_rfkill(priv)) {
Tomas Winklere1623442009-01-27 14:27:56 -0800482 IWL_DEBUG_DROP(priv, "Dropping - RF KILL\n");
Zhu Yib481de92007-09-25 17:54:57 -0700483 goto drop_unlock;
484 }
485
Johannes Berge039fa42008-05-15 12:55:29 +0200486 if ((ieee80211_get_tx_rate(priv->hw, info)->hw_value & 0xFF) == IWL_INVALID_RATE) {
Winkler, Tomas15b16872008-12-19 10:37:33 +0800487 IWL_ERR(priv, "ERROR: No TX rate available.\n");
Zhu Yib481de92007-09-25 17:54:57 -0700488 goto drop_unlock;
489 }
490
491 unicast = !is_multicast_ether_addr(hdr->addr1);
492 id = 0;
493
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -0700494 fc = hdr->frame_control;
Zhu Yib481de92007-09-25 17:54:57 -0700495
Samuel Ortizd08853a2009-01-23 13:45:17 -0800496#ifdef CONFIG_IWLWIFI_DEBUG
Zhu Yib481de92007-09-25 17:54:57 -0700497 if (ieee80211_is_auth(fc))
Tomas Winklere1623442009-01-27 14:27:56 -0800498 IWL_DEBUG_TX(priv, "Sending AUTH frame\n");
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -0700499 else if (ieee80211_is_assoc_req(fc))
Tomas Winklere1623442009-01-27 14:27:56 -0800500 IWL_DEBUG_TX(priv, "Sending ASSOC frame\n");
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -0700501 else if (ieee80211_is_reassoc_req(fc))
Tomas Winklere1623442009-01-27 14:27:56 -0800502 IWL_DEBUG_TX(priv, "Sending REASSOC frame\n");
Zhu Yib481de92007-09-25 17:54:57 -0700503#endif
504
Zhu Yib481de92007-09-25 17:54:57 -0700505 spin_unlock_irqrestore(&priv->lock, flags);
506
Harvey Harrison7294ec92008-07-15 18:43:59 -0700507 hdr_len = ieee80211_hdrlen(fc);
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800508
Johannes Berg2a87c262010-04-30 11:30:45 -0700509 /* Find index into station table for destination station */
Johannes Berg0af8bca2010-04-30 14:08:00 -0700510 sta_id = iwl_sta_id_or_broadcast(priv, info->control.sta);
Zhu Yib481de92007-09-25 17:54:57 -0700511 if (sta_id == IWL_INVALID_STATION) {
Tomas Winklere1623442009-01-27 14:27:56 -0800512 IWL_DEBUG_DROP(priv, "Dropping - INVALID STATION: %pM\n",
Johannes Berge1749612008-10-27 15:59:26 -0700513 hdr->addr1);
Zhu Yib481de92007-09-25 17:54:57 -0700514 goto drop;
515 }
516
Tomas Winklere1623442009-01-27 14:27:56 -0800517 IWL_DEBUG_RATE(priv, "station Id %d\n", sta_id);
Zhu Yib481de92007-09-25 17:54:57 -0700518
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -0700519 if (ieee80211_is_data_qos(fc)) {
Johannes Bergf862a232010-05-03 01:20:52 -0700520 u8 *qc = ieee80211_get_qos_ctl(hdr);
Harvey Harrison7294ec92008-07-15 18:43:59 -0700521 tid = qc[0] & IEEE80211_QOS_CTL_TID_MASK;
Reinette Chatree6a6cf42009-08-13 13:30:50 -0700522 if (unlikely(tid >= MAX_TID_COUNT))
523 goto drop;
Zhu Yib481de92007-09-25 17:54:57 -0700524 }
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800525
526 /* Descriptor for chosen Tx queue */
Samuel Ortiz188cf6c2008-12-22 11:31:16 +0800527 txq = &priv->txq[txq_id];
Zhu Yib481de92007-09-25 17:54:57 -0700528 q = &txq->q;
529
Zhu Yidc57a302009-12-14 14:12:12 -0800530 if ((iwl_queue_space(q) < q->high_mark))
531 goto drop;
532
Zhu Yib481de92007-09-25 17:54:57 -0700533 spin_lock_irqsave(&priv->lock, flags);
534
Tomas Winklerfc4b6852007-10-25 17:15:24 +0800535 idx = get_cmd_index(q, q->write_ptr, 0);
Zhu Yib481de92007-09-25 17:54:57 -0700536
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800537 /* Set up driver data for this TFD */
Winkler, Tomasdbb66542008-12-22 11:31:14 +0800538 memset(&(txq->txb[q->write_ptr]), 0, sizeof(struct iwl_tx_info));
Johannes Bergff0d91c2010-05-17 02:37:34 -0700539 txq->txb[q->write_ptr].skb = skb;
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800540
541 /* Init first empty entry in queue's array of Tx/cmd buffers */
Samuel Ortiz188cf6c2008-12-22 11:31:16 +0800542 out_cmd = txq->cmd[idx];
Johannes Bergc2acea82009-07-24 11:13:05 -0700543 out_meta = &txq->meta[idx];
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700544 tx_cmd = (struct iwl3945_tx_cmd *)out_cmd->cmd.payload;
Zhu Yib481de92007-09-25 17:54:57 -0700545 memset(&out_cmd->hdr, 0, sizeof(out_cmd->hdr));
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700546 memset(tx_cmd, 0, sizeof(*tx_cmd));
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800547
548 /*
549 * Set up the Tx-command (not MAC!) header.
550 * Store the chosen Tx queue and TFD index within the sequence field;
551 * after Tx, uCode's Tx response will return this value so driver can
552 * locate the frame within the tx queue and do post-tx processing.
553 */
Zhu Yib481de92007-09-25 17:54:57 -0700554 out_cmd->hdr.cmd = REPLY_TX;
555 out_cmd->hdr.sequence = cpu_to_le16((u16)(QUEUE_TO_SEQ(txq_id) |
Tomas Winklerfc4b6852007-10-25 17:15:24 +0800556 INDEX_TO_SEQ(q->write_ptr)));
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800557
558 /* Copy MAC header from skb into command buffer */
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700559 memcpy(tx_cmd->hdr, hdr, hdr_len);
Zhu Yib481de92007-09-25 17:54:57 -0700560
Reinette Chatredf833b12009-04-21 10:55:48 -0700561
562 if (info->control.hw_key)
563 iwl3945_build_tx_cmd_hwcrypto(priv, info, out_cmd, skb, sta_id);
564
565 /* TODO need this for burst mode later on */
566 iwl3945_build_tx_cmd_basic(priv, out_cmd, info, hdr, sta_id);
567
568 /* set is_hcca to 0; it probably will never be implemented */
569 iwl3945_hw_build_tx_cmd_rate(priv, out_cmd, info, hdr, sta_id, 0);
570
571 /* Total # bytes to be transmitted */
572 len = (u16)skb->len;
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700573 tx_cmd->len = cpu_to_le16(len);
Reinette Chatredf833b12009-04-21 10:55:48 -0700574
Wey-Yi Guy20594eb2009-08-07 15:41:39 -0700575 iwl_dbg_log_tx_data_frame(priv, len, hdr);
Wey-Yi Guy22fdf3c2009-08-07 15:41:40 -0700576 iwl_update_stats(priv, true, fc, len);
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700577 tx_cmd->tx_flags &= ~TX_CMD_FLG_ANT_A_MSK;
578 tx_cmd->tx_flags &= ~TX_CMD_FLG_ANT_B_MSK;
Reinette Chatredf833b12009-04-21 10:55:48 -0700579
580 if (!ieee80211_has_morefrags(hdr->frame_control)) {
581 txq->need_update = 1;
Reinette Chatredf833b12009-04-21 10:55:48 -0700582 } else {
583 wait_write_ptr = 1;
584 txq->need_update = 0;
585 }
586
Frans Pop91dd6c22010-03-24 14:19:58 -0700587 IWL_DEBUG_TX(priv, "sequence nr = 0X%x\n",
Reinette Chatredf833b12009-04-21 10:55:48 -0700588 le16_to_cpu(out_cmd->hdr.sequence));
Frans Pop91dd6c22010-03-24 14:19:58 -0700589 IWL_DEBUG_TX(priv, "tx_flags = 0X%x\n", le32_to_cpu(tx_cmd->tx_flags));
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700590 iwl_print_hex_dump(priv, IWL_DL_TX, tx_cmd, sizeof(*tx_cmd));
591 iwl_print_hex_dump(priv, IWL_DL_TX, (u8 *)tx_cmd->hdr,
Reinette Chatredf833b12009-04-21 10:55:48 -0700592 ieee80211_hdrlen(fc));
593
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800594 /*
595 * Use the first empty entry in this queue's command buffer array
596 * to contain the Tx command and MAC header concatenated together
597 * (payload data will be in another buffer).
598 * Size of this varies, due to varying MAC header length.
599 * If end is not dword aligned, we'll have 2 extra bytes at the end
600 * of the MAC header (device reads on dword boundaries).
601 * We'll tell device about this padding later.
602 */
Abhijeet Kolekar3832ec92008-12-19 10:37:26 +0800603 len = sizeof(struct iwl3945_tx_cmd) +
Tomas Winkler4c897252008-12-19 10:37:05 +0800604 sizeof(struct iwl_cmd_header) + hdr_len;
Zhu Yib481de92007-09-25 17:54:57 -0700605
606 len_org = len;
607 len = (len + 3) & ~3;
608
609 if (len_org != len)
610 len_org = 1;
611 else
612 len_org = 0;
613
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800614 /* Physical address of this Tx command's header (not MAC header!),
615 * within command buffer array. */
Reinette Chatredf833b12009-04-21 10:55:48 -0700616 txcmd_phys = pci_map_single(priv->pci_dev, &out_cmd->hdr,
617 len, PCI_DMA_TODEVICE);
618 /* we do not map meta data ... so we can safely access address to
619 * provide to unmap command*/
FUJITA Tomonori2e724442010-06-03 14:19:20 +0900620 dma_unmap_addr_set(out_meta, mapping, txcmd_phys);
621 dma_unmap_len_set(out_meta, len, len);
Zhu Yib481de92007-09-25 17:54:57 -0700622
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800623 /* Add buffer containing Tx command and MAC(!) header to TFD's
624 * first entry */
Samuel Ortiz7aaa1d72009-01-19 15:30:26 -0800625 priv->cfg->ops->lib->txq_attach_buf_to_tfd(priv, txq,
626 txcmd_phys, len, 1, 0);
Zhu Yib481de92007-09-25 17:54:57 -0700627
Zhu Yib481de92007-09-25 17:54:57 -0700628
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800629 /* Set up TFD's 2nd entry to point directly to remainder of skb,
630 * if any (802.11 null frames have no payload). */
Zhu Yib481de92007-09-25 17:54:57 -0700631 len = skb->len - hdr_len;
632 if (len) {
633 phys_addr = pci_map_single(priv->pci_dev, skb->data + hdr_len,
634 len, PCI_DMA_TODEVICE);
Samuel Ortiz7aaa1d72009-01-19 15:30:26 -0800635 priv->cfg->ops->lib->txq_attach_buf_to_tfd(priv, txq,
636 phys_addr, len,
637 0, U32_PAD(len));
Zhu Yib481de92007-09-25 17:54:57 -0700638 }
639
Zhu Yib481de92007-09-25 17:54:57 -0700640
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800641 /* Tell device the write index *just past* this latest filled TFD */
Tomas Winklerc54b6792008-03-06 17:36:53 -0800642 q->write_ptr = iwl_queue_inc_wrap(q->write_ptr, q->n_bd);
Abhijeet Kolekar7bfedc52010-02-03 13:47:56 -0800643 iwl_txq_update_write_ptr(priv, txq);
Zhu Yib481de92007-09-25 17:54:57 -0700644 spin_unlock_irqrestore(&priv->lock, flags);
645
Samuel Ortizd20b3c62008-12-19 10:37:15 +0800646 if ((iwl_queue_space(q) < q->high_mark)
Zhu Yib481de92007-09-25 17:54:57 -0700647 && priv->mac80211_registered) {
648 if (wait_write_ptr) {
649 spin_lock_irqsave(&priv->lock, flags);
650 txq->need_update = 1;
Samuel Ortiz4f3602c2009-01-19 15:30:25 -0800651 iwl_txq_update_write_ptr(priv, txq);
Zhu Yib481de92007-09-25 17:54:57 -0700652 spin_unlock_irqrestore(&priv->lock, flags);
653 }
654
Johannes Berge4e72fb2009-03-23 17:28:42 +0100655 iwl_stop_queue(priv, skb_get_queue_mapping(skb));
Zhu Yib481de92007-09-25 17:54:57 -0700656 }
657
658 return 0;
659
660drop_unlock:
661 spin_unlock_irqrestore(&priv->lock, flags);
662drop:
663 return -1;
664}
665
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800666static int iwl3945_get_measurement(struct iwl_priv *priv,
Zhu Yib481de92007-09-25 17:54:57 -0700667 struct ieee80211_measurement_params *params,
668 u8 type)
669{
Tomas Winkler600c0e12008-12-19 10:37:04 +0800670 struct iwl_spectrum_cmd spectrum;
Zhu Yi2f301222009-10-09 17:19:45 +0800671 struct iwl_rx_packet *pkt;
Winkler, Tomasc2d79b42008-12-19 10:37:34 +0800672 struct iwl_host_cmd cmd = {
Zhu Yib481de92007-09-25 17:54:57 -0700673 .id = REPLY_SPECTRUM_MEASUREMENT_CMD,
674 .data = (void *)&spectrum,
Johannes Bergc2acea82009-07-24 11:13:05 -0700675 .flags = CMD_WANT_SKB,
Zhu Yib481de92007-09-25 17:54:57 -0700676 };
677 u32 add_time = le64_to_cpu(params->start_time);
678 int rc;
679 int spectrum_resp_status;
680 int duration = le16_to_cpu(params->duration);
681
Samuel Ortiz8ccde882009-01-27 14:27:52 -0800682 if (iwl_is_associated(priv))
Wey-Yi Guya0ee74c2010-05-06 08:54:10 -0700683 add_time = iwl_usecs_to_beacons(priv,
Johannes Berge99f1682010-01-19 10:04:28 -0800684 le64_to_cpu(params->start_time) - priv->_3945.last_tsf,
Zhu Yib481de92007-09-25 17:54:57 -0700685 le16_to_cpu(priv->rxon_timing.beacon_interval));
686
687 memset(&spectrum, 0, sizeof(spectrum));
688
689 spectrum.channel_count = cpu_to_le16(1);
690 spectrum.flags =
691 RXON_FLG_TSF2HOST_MSK | RXON_FLG_ANT_A_MSK | RXON_FLG_DIS_DIV_MSK;
692 spectrum.filter_flags = MEASUREMENT_FILTER_FLAG;
693 cmd.len = sizeof(spectrum);
694 spectrum.len = cpu_to_le16(cmd.len - sizeof(spectrum.len));
695
Samuel Ortiz8ccde882009-01-27 14:27:52 -0800696 if (iwl_is_associated(priv))
Zhu Yib481de92007-09-25 17:54:57 -0700697 spectrum.start_time =
Wey-Yi Guya0ee74c2010-05-06 08:54:10 -0700698 iwl_add_beacon_time(priv,
699 priv->_3945.last_beacon_time, add_time,
Zhu Yib481de92007-09-25 17:54:57 -0700700 le16_to_cpu(priv->rxon_timing.beacon_interval));
701 else
702 spectrum.start_time = 0;
703
704 spectrum.channels[0].duration = cpu_to_le32(duration * TIME_UNIT);
705 spectrum.channels[0].channel = params->channel;
706 spectrum.channels[0].type = type;
Samuel Ortiz8ccde882009-01-27 14:27:52 -0800707 if (priv->active_rxon.flags & RXON_FLG_BAND_24G_MSK)
Zhu Yib481de92007-09-25 17:54:57 -0700708 spectrum.flags |= RXON_FLG_BAND_24G_MSK |
709 RXON_FLG_AUTO_DETECT_MSK | RXON_FLG_TGG_PROTECT_MSK;
710
Samuel Ortiz518099a2009-01-19 15:30:27 -0800711 rc = iwl_send_cmd_sync(priv, &cmd);
Zhu Yib481de92007-09-25 17:54:57 -0700712 if (rc)
713 return rc;
714
Zhu Yi2f301222009-10-09 17:19:45 +0800715 pkt = (struct iwl_rx_packet *)cmd.reply_page;
716 if (pkt->hdr.flags & IWL_CMD_FAILED_MSK) {
Winkler, Tomas15b16872008-12-19 10:37:33 +0800717 IWL_ERR(priv, "Bad return from REPLY_RX_ON_ASSOC command\n");
Zhu Yib481de92007-09-25 17:54:57 -0700718 rc = -EIO;
719 }
720
Zhu Yi2f301222009-10-09 17:19:45 +0800721 spectrum_resp_status = le16_to_cpu(pkt->u.spectrum.status);
Zhu Yib481de92007-09-25 17:54:57 -0700722 switch (spectrum_resp_status) {
723 case 0: /* Command will be handled */
Zhu Yi2f301222009-10-09 17:19:45 +0800724 if (pkt->u.spectrum.id != 0xff) {
Tomas Winklere1623442009-01-27 14:27:56 -0800725 IWL_DEBUG_INFO(priv, "Replaced existing measurement: %d\n",
Zhu Yi2f301222009-10-09 17:19:45 +0800726 pkt->u.spectrum.id);
Zhu Yib481de92007-09-25 17:54:57 -0700727 priv->measurement_status &= ~MEASUREMENT_READY;
728 }
729 priv->measurement_status |= MEASUREMENT_ACTIVE;
730 rc = 0;
731 break;
732
733 case 1: /* Command will not be handled */
734 rc = -EAGAIN;
735 break;
736 }
737
Zhu Yi64a76b52009-12-10 14:37:21 -0800738 iwl_free_pages(priv, cmd.reply_page);
Zhu Yib481de92007-09-25 17:54:57 -0700739
740 return rc;
741}
Zhu Yib481de92007-09-25 17:54:57 -0700742
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800743static void iwl3945_rx_reply_alive(struct iwl_priv *priv,
Abhijeet Kolekar6100b582008-12-19 10:37:24 +0800744 struct iwl_rx_mem_buffer *rxb)
Zhu Yib481de92007-09-25 17:54:57 -0700745{
Zhu Yi2f301222009-10-09 17:19:45 +0800746 struct iwl_rx_packet *pkt = rxb_addr(rxb);
Tomas Winkler3d24a9f2008-12-19 10:37:07 +0800747 struct iwl_alive_resp *palive;
Zhu Yib481de92007-09-25 17:54:57 -0700748 struct delayed_work *pwork;
749
750 palive = &pkt->u.alive_frame;
751
Tomas Winklere1623442009-01-27 14:27:56 -0800752 IWL_DEBUG_INFO(priv, "Alive ucode status 0x%08X revision "
Zhu Yib481de92007-09-25 17:54:57 -0700753 "0x%01X 0x%01X\n",
754 palive->is_valid, palive->ver_type,
755 palive->ver_subtype);
756
757 if (palive->ver_subtype == INITIALIZE_SUBTYPE) {
Tomas Winklere1623442009-01-27 14:27:56 -0800758 IWL_DEBUG_INFO(priv, "Initialization Alive received.\n");
Tomas Winkler3d24a9f2008-12-19 10:37:07 +0800759 memcpy(&priv->card_alive_init, &pkt->u.alive_frame,
760 sizeof(struct iwl_alive_resp));
Zhu Yib481de92007-09-25 17:54:57 -0700761 pwork = &priv->init_alive_start;
762 } else {
Tomas Winklere1623442009-01-27 14:27:56 -0800763 IWL_DEBUG_INFO(priv, "Runtime Alive received.\n");
Zhu Yib481de92007-09-25 17:54:57 -0700764 memcpy(&priv->card_alive, &pkt->u.alive_frame,
Tomas Winkler3d24a9f2008-12-19 10:37:07 +0800765 sizeof(struct iwl_alive_resp));
Zhu Yib481de92007-09-25 17:54:57 -0700766 pwork = &priv->alive_start;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800767 iwl3945_disable_events(priv);
Zhu Yib481de92007-09-25 17:54:57 -0700768 }
769
770 /* We delay the ALIVE response by 5ms to
771 * give the HW RF Kill time to activate... */
772 if (palive->is_valid == UCODE_VALID_OK)
773 queue_delayed_work(priv->workqueue, pwork,
774 msecs_to_jiffies(5));
775 else
Winkler, Tomas39aadf82008-12-19 10:37:32 +0800776 IWL_WARN(priv, "uCode did not respond OK.\n");
Zhu Yib481de92007-09-25 17:54:57 -0700777}
778
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800779static void iwl3945_rx_reply_add_sta(struct iwl_priv *priv,
Abhijeet Kolekar6100b582008-12-19 10:37:24 +0800780 struct iwl_rx_mem_buffer *rxb)
Zhu Yib481de92007-09-25 17:54:57 -0700781{
Helmut Schaac7e035a2009-01-19 13:02:15 +0100782#ifdef CONFIG_IWLWIFI_DEBUG
Zhu Yi2f301222009-10-09 17:19:45 +0800783 struct iwl_rx_packet *pkt = rxb_addr(rxb);
Helmut Schaac7e035a2009-01-19 13:02:15 +0100784#endif
Zhu Yib481de92007-09-25 17:54:57 -0700785
Tomas Winklere1623442009-01-27 14:27:56 -0800786 IWL_DEBUG_RX(priv, "Received REPLY_ADD_STA: 0x%02X\n", pkt->u.status);
Zhu Yib481de92007-09-25 17:54:57 -0700787}
788
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800789static void iwl3945_bg_beacon_update(struct work_struct *work)
Zhu Yib481de92007-09-25 17:54:57 -0700790{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800791 struct iwl_priv *priv =
792 container_of(work, struct iwl_priv, beacon_update);
Zhu Yib481de92007-09-25 17:54:57 -0700793 struct sk_buff *beacon;
794
795 /* Pull updated AP beacon from mac80211. will fail if not in AP mode */
Johannes Berge039fa42008-05-15 12:55:29 +0200796 beacon = ieee80211_beacon_get(priv->hw, priv->vif);
Zhu Yib481de92007-09-25 17:54:57 -0700797
798 if (!beacon) {
Winkler, Tomas15b16872008-12-19 10:37:33 +0800799 IWL_ERR(priv, "update beacon failed\n");
Zhu Yib481de92007-09-25 17:54:57 -0700800 return;
801 }
802
803 mutex_lock(&priv->mutex);
804 /* new beacon skb is allocated every time; dispose previous.*/
805 if (priv->ibss_beacon)
806 dev_kfree_skb(priv->ibss_beacon);
807
808 priv->ibss_beacon = beacon;
809 mutex_unlock(&priv->mutex);
810
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800811 iwl3945_send_beacon_cmd(priv);
Zhu Yib481de92007-09-25 17:54:57 -0700812}
813
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800814static void iwl3945_rx_beacon_notif(struct iwl_priv *priv,
Abhijeet Kolekar6100b582008-12-19 10:37:24 +0800815 struct iwl_rx_mem_buffer *rxb)
Zhu Yib481de92007-09-25 17:54:57 -0700816{
Samuel Ortizd08853a2009-01-23 13:45:17 -0800817#ifdef CONFIG_IWLWIFI_DEBUG
Zhu Yi2f301222009-10-09 17:19:45 +0800818 struct iwl_rx_packet *pkt = rxb_addr(rxb);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800819 struct iwl3945_beacon_notif *beacon = &(pkt->u.beacon_status);
Zhu Yib481de92007-09-25 17:54:57 -0700820 u8 rate = beacon->beacon_notify_hdr.rate;
821
Tomas Winklere1623442009-01-27 14:27:56 -0800822 IWL_DEBUG_RX(priv, "beacon status %x retries %d iss %d "
Zhu Yib481de92007-09-25 17:54:57 -0700823 "tsf %d %d rate %d\n",
824 le32_to_cpu(beacon->beacon_notify_hdr.status) & TX_STATUS_MSK,
825 beacon->beacon_notify_hdr.failure_frame,
826 le32_to_cpu(beacon->ibss_mgr_status),
827 le32_to_cpu(beacon->high_tsf),
828 le32_to_cpu(beacon->low_tsf), rate);
829#endif
830
Johannes Berg05c914f2008-09-11 00:01:58 +0200831 if ((priv->iw_mode == NL80211_IFTYPE_AP) &&
Zhu Yib481de92007-09-25 17:54:57 -0700832 (!test_bit(STATUS_EXIT_PENDING, &priv->status)))
833 queue_work(priv->workqueue, &priv->beacon_update);
834}
835
Zhu Yib481de92007-09-25 17:54:57 -0700836/* Handle notification from uCode that card's power state is changing
837 * due to software, hardware, or critical temperature RFKILL */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800838static void iwl3945_rx_card_state_notif(struct iwl_priv *priv,
Abhijeet Kolekar6100b582008-12-19 10:37:24 +0800839 struct iwl_rx_mem_buffer *rxb)
Zhu Yib481de92007-09-25 17:54:57 -0700840{
Zhu Yi2f301222009-10-09 17:19:45 +0800841 struct iwl_rx_packet *pkt = rxb_addr(rxb);
Zhu Yib481de92007-09-25 17:54:57 -0700842 u32 flags = le32_to_cpu(pkt->u.card_state_notif.flags);
843 unsigned long status = priv->status;
844
Reinette Chatre4c423a22009-07-17 09:30:26 -0700845 IWL_WARN(priv, "Card state received: HW:%s SW:%s\n",
Zhu Yib481de92007-09-25 17:54:57 -0700846 (flags & HW_CARD_DISABLED) ? "Kill" : "On",
847 (flags & SW_CARD_DISABLED) ? "Kill" : "On");
848
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +0800849 iwl_write32(priv, CSR_UCODE_DRV_GP1_SET,
Zhu Yib481de92007-09-25 17:54:57 -0700850 CSR_UCODE_DRV_GP1_BIT_CMD_BLOCKED);
851
852 if (flags & HW_CARD_DISABLED)
853 set_bit(STATUS_RF_KILL_HW, &priv->status);
854 else
855 clear_bit(STATUS_RF_KILL_HW, &priv->status);
856
857
Winkler, Tomasaf0053d2009-01-19 15:30:23 -0800858 iwl_scan_cancel(priv);
Zhu Yib481de92007-09-25 17:54:57 -0700859
860 if ((test_bit(STATUS_RF_KILL_HW, &status) !=
Johannes Berga60e77e2009-06-04 18:26:06 +0200861 test_bit(STATUS_RF_KILL_HW, &priv->status)))
862 wiphy_rfkill_set_hw_state(priv->hw->wiphy,
863 test_bit(STATUS_RF_KILL_HW, &priv->status));
Zhu Yib481de92007-09-25 17:54:57 -0700864 else
865 wake_up_interruptible(&priv->wait_command_queue);
866}
867
868/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800869 * iwl3945_setup_rx_handlers - Initialize Rx handler callbacks
Zhu Yib481de92007-09-25 17:54:57 -0700870 *
871 * Setup the RX handlers for each of the reply types sent from the uCode
872 * to the host.
873 *
874 * This function chains into the hardware specific files for them to setup
875 * any hardware specific handlers as well.
876 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800877static void iwl3945_setup_rx_handlers(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -0700878{
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800879 priv->rx_handlers[REPLY_ALIVE] = iwl3945_rx_reply_alive;
880 priv->rx_handlers[REPLY_ADD_STA] = iwl3945_rx_reply_add_sta;
Abhijeet Kolekar261b9c32009-02-18 15:54:29 -0800881 priv->rx_handlers[REPLY_ERROR] = iwl_rx_reply_error;
Samuel Ortiz8ccde882009-01-27 14:27:52 -0800882 priv->rx_handlers[CHANNEL_SWITCH_NOTIFICATION] = iwl_rx_csa;
Reinette Chatre81963d62010-01-22 14:22:57 -0800883 priv->rx_handlers[SPECTRUM_MEASURE_NOTIFICATION] =
884 iwl_rx_spectrum_measure_notif;
Abhijeet Kolekar030f05e2009-02-18 15:54:28 -0800885 priv->rx_handlers[PM_SLEEP_NOTIFICATION] = iwl_rx_pm_sleep_notif;
Zhu Yib481de92007-09-25 17:54:57 -0700886 priv->rx_handlers[PM_DEBUG_STATISTIC_NOTIFIC] =
Abhijeet Kolekar030f05e2009-02-18 15:54:28 -0800887 iwl_rx_pm_debug_statistics_notif;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800888 priv->rx_handlers[BEACON_NOTIFICATION] = iwl3945_rx_beacon_notif;
Zhu Yib481de92007-09-25 17:54:57 -0700889
Ben Cahill9fbab512007-11-29 11:09:47 +0800890 /*
891 * The same handler is used for both the REPLY to a discrete
892 * statistics request from the host as well as for the periodic
893 * statistics notifications (after received beacons) from the uCode.
Zhu Yib481de92007-09-25 17:54:57 -0700894 */
Abhijeet Kolekar17f36fc2010-04-16 10:03:54 -0700895 priv->rx_handlers[REPLY_STATISTICS_CMD] = iwl3945_reply_statistics;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800896 priv->rx_handlers[STATISTICS_NOTIFICATION] = iwl3945_hw_rx_statistics;
Zhu Yib481de92007-09-25 17:54:57 -0700897
Abhijeet Kolekarcade0eb2009-02-18 15:54:26 -0800898 iwl_setup_rx_scan_handlers(priv);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800899 priv->rx_handlers[CARD_STATE_NOTIFICATION] = iwl3945_rx_card_state_notif;
Zhu Yib481de92007-09-25 17:54:57 -0700900
Ben Cahill9fbab512007-11-29 11:09:47 +0800901 /* Set up hardware specific Rx handlers */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800902 iwl3945_hw_rx_handler_setup(priv);
Zhu Yib481de92007-09-25 17:54:57 -0700903}
904
Zhu Yib481de92007-09-25 17:54:57 -0700905/************************** RX-FUNCTIONS ****************************/
906/*
907 * Rx theory of operation
908 *
909 * The host allocates 32 DMA target addresses and passes the host address
910 * to the firmware at register IWL_RFDS_TABLE_LOWER + N * RFD_SIZE where N is
911 * 0 to 31
912 *
913 * Rx Queue Indexes
914 * The host/firmware share two index registers for managing the Rx buffers.
915 *
916 * The READ index maps to the first position that the firmware may be writing
917 * to -- the driver can read up to (but not including) this position and get
918 * good data.
919 * The READ index is managed by the firmware once the card is enabled.
920 *
921 * The WRITE index maps to the last position the driver has read from -- the
922 * position preceding WRITE is the last slot the firmware can place a packet.
923 *
924 * The queue is empty (no good data) if WRITE = READ - 1, and is full if
925 * WRITE = READ.
926 *
Ben Cahill9fbab512007-11-29 11:09:47 +0800927 * During initialization, the host sets up the READ queue position to the first
Zhu Yib481de92007-09-25 17:54:57 -0700928 * INDEX position, and WRITE to the last (READ - 1 wrapped)
929 *
Ben Cahill9fbab512007-11-29 11:09:47 +0800930 * When the firmware places a packet in a buffer, it will advance the READ index
Zhu Yib481de92007-09-25 17:54:57 -0700931 * and fire the RX interrupt. The driver can then query the READ index and
932 * process as many packets as possible, moving the WRITE index forward as it
933 * resets the Rx queue buffers with new memory.
934 *
935 * The management in the driver is as follows:
936 * + A list of pre-allocated SKBs is stored in iwl->rxq->rx_free. When
937 * iwl->rxq->free_count drops to or below RX_LOW_WATERMARK, work is scheduled
Ian Schram01ebd062007-10-25 17:15:22 +0800938 * to replenish the iwl->rxq->rx_free.
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800939 * + In iwl3945_rx_replenish (scheduled) if 'processed' != 'read' then the
Zhu Yib481de92007-09-25 17:54:57 -0700940 * iwl->rxq is replenished and the READ INDEX is updated (updating the
941 * 'processed' and 'read' driver indexes as well)
942 * + A received packet is processed and handed to the kernel network stack,
943 * detached from the iwl->rxq. The driver 'processed' index is updated.
944 * + The Host/Firmware iwl->rxq is replenished at tasklet time from the rx_free
945 * list. If there are no allocated buffers in iwl->rxq->rx_free, the READ
946 * INDEX is not incremented and iwl->status(RX_STALLED) is set. If there
947 * were enough free buffers and RX_STALLED is set it is cleared.
948 *
949 *
950 * Driver sequence:
951 *
Ben Cahill9fbab512007-11-29 11:09:47 +0800952 * iwl3945_rx_replenish() Replenishes rx_free list from rx_used, and calls
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800953 * iwl3945_rx_queue_restock
Ben Cahill9fbab512007-11-29 11:09:47 +0800954 * iwl3945_rx_queue_restock() Moves available buffers from rx_free into Rx
Zhu Yib481de92007-09-25 17:54:57 -0700955 * queue, updates firmware pointers, and updates
956 * the WRITE index. If insufficient rx_free buffers
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800957 * are available, schedules iwl3945_rx_replenish
Zhu Yib481de92007-09-25 17:54:57 -0700958 *
959 * -- enable interrupts --
Abhijeet Kolekar6100b582008-12-19 10:37:24 +0800960 * ISR - iwl3945_rx() Detach iwl_rx_mem_buffers from pool up to the
Zhu Yib481de92007-09-25 17:54:57 -0700961 * READ INDEX, detaching the SKB from the pool.
962 * Moves the packet buffer from queue to rx_used.
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800963 * Calls iwl3945_rx_queue_restock to refill any empty
Zhu Yib481de92007-09-25 17:54:57 -0700964 * slots.
965 * ...
966 *
967 */
968
969/**
Ben Cahill9fbab512007-11-29 11:09:47 +0800970 * iwl3945_dma_addr2rbd_ptr - convert a DMA address to a uCode read buffer ptr
Zhu Yib481de92007-09-25 17:54:57 -0700971 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800972static inline __le32 iwl3945_dma_addr2rbd_ptr(struct iwl_priv *priv,
Zhu Yib481de92007-09-25 17:54:57 -0700973 dma_addr_t dma_addr)
974{
975 return cpu_to_le32((u32)dma_addr);
976}
977
978/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800979 * iwl3945_rx_queue_restock - refill RX queue from pre-allocated pool
Zhu Yib481de92007-09-25 17:54:57 -0700980 *
Ben Cahill9fbab512007-11-29 11:09:47 +0800981 * If there are slots in the RX queue that need to be restocked,
Zhu Yib481de92007-09-25 17:54:57 -0700982 * and we have free pre-allocated buffers, fill the ranks as much
Ben Cahill9fbab512007-11-29 11:09:47 +0800983 * as we can, pulling from rx_free.
Zhu Yib481de92007-09-25 17:54:57 -0700984 *
985 * This moves the 'write' index forward to catch up with 'processed', and
986 * also updates the memory address in the firmware to reference the new
987 * target buffer.
988 */
Abhijeet Kolekar7bfedc52010-02-03 13:47:56 -0800989static void iwl3945_rx_queue_restock(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -0700990{
Abhijeet Kolekarcc2f3622008-12-19 10:37:25 +0800991 struct iwl_rx_queue *rxq = &priv->rxq;
Zhu Yib481de92007-09-25 17:54:57 -0700992 struct list_head *element;
Abhijeet Kolekar6100b582008-12-19 10:37:24 +0800993 struct iwl_rx_mem_buffer *rxb;
Zhu Yib481de92007-09-25 17:54:57 -0700994 unsigned long flags;
Abhijeet Kolekar7bfedc52010-02-03 13:47:56 -0800995 int write;
Zhu Yib481de92007-09-25 17:54:57 -0700996
997 spin_lock_irqsave(&rxq->lock, flags);
998 write = rxq->write & ~0x7;
Winkler, Tomas37d68312009-01-08 10:19:54 -0800999 while ((iwl_rx_queue_space(rxq) > 0) && (rxq->free_count)) {
Cahill, Ben M6440adb2007-11-29 11:09:55 +08001000 /* Get next free Rx buffer, remove from free list */
Zhu Yib481de92007-09-25 17:54:57 -07001001 element = rxq->rx_free.next;
Abhijeet Kolekar6100b582008-12-19 10:37:24 +08001002 rxb = list_entry(element, struct iwl_rx_mem_buffer, list);
Zhu Yib481de92007-09-25 17:54:57 -07001003 list_del(element);
Cahill, Ben M6440adb2007-11-29 11:09:55 +08001004
1005 /* Point to Rx buffer via next RBD in circular buffer */
Zhu Yi2f301222009-10-09 17:19:45 +08001006 rxq->bd[rxq->write] = iwl3945_dma_addr2rbd_ptr(priv, rxb->page_dma);
Zhu Yib481de92007-09-25 17:54:57 -07001007 rxq->queue[rxq->write] = rxb;
1008 rxq->write = (rxq->write + 1) & RX_QUEUE_MASK;
1009 rxq->free_count--;
1010 }
1011 spin_unlock_irqrestore(&rxq->lock, flags);
1012 /* If the pre-allocated buffer pool is dropping low, schedule to
1013 * refill it */
1014 if (rxq->free_count <= RX_LOW_WATERMARK)
1015 queue_work(priv->workqueue, &priv->rx_replenish);
1016
1017
Cahill, Ben M6440adb2007-11-29 11:09:55 +08001018 /* If we've added more space for the firmware to place data, tell it.
1019 * Increment device's write pointer in multiples of 8. */
Abhijeet Kolekard14d4442009-06-03 11:44:08 -07001020 if ((rxq->write_actual != (rxq->write & ~0x7))
Zhu Yib481de92007-09-25 17:54:57 -07001021 || (abs(rxq->write - rxq->read) > 7)) {
1022 spin_lock_irqsave(&rxq->lock, flags);
1023 rxq->need_update = 1;
1024 spin_unlock_irqrestore(&rxq->lock, flags);
Abhijeet Kolekar7bfedc52010-02-03 13:47:56 -08001025 iwl_rx_queue_update_write_ptr(priv, rxq);
Zhu Yib481de92007-09-25 17:54:57 -07001026 }
Zhu Yib481de92007-09-25 17:54:57 -07001027}
1028
1029/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001030 * iwl3945_rx_replenish - Move all used packet from rx_used to rx_free
Zhu Yib481de92007-09-25 17:54:57 -07001031 *
1032 * When moving to rx_free an SKB is allocated for the slot.
1033 *
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001034 * Also restock the Rx queue via iwl3945_rx_queue_restock.
Ian Schram01ebd062007-10-25 17:15:22 +08001035 * This is called as a scheduled work item (except for during initialization)
Zhu Yib481de92007-09-25 17:54:57 -07001036 */
Abhijeet Kolekard14d4442009-06-03 11:44:08 -07001037static void iwl3945_rx_allocate(struct iwl_priv *priv, gfp_t priority)
Zhu Yib481de92007-09-25 17:54:57 -07001038{
Abhijeet Kolekarcc2f3622008-12-19 10:37:25 +08001039 struct iwl_rx_queue *rxq = &priv->rxq;
Zhu Yib481de92007-09-25 17:54:57 -07001040 struct list_head *element;
Abhijeet Kolekar6100b582008-12-19 10:37:24 +08001041 struct iwl_rx_mem_buffer *rxb;
Zhu Yi2f301222009-10-09 17:19:45 +08001042 struct page *page;
Zhu Yib481de92007-09-25 17:54:57 -07001043 unsigned long flags;
Zhu Yi29b1b262009-10-23 13:42:25 -07001044 gfp_t gfp_mask = priority;
Abhijeet Kolekar72240492009-04-30 13:56:26 -07001045
1046 while (1) {
1047 spin_lock_irqsave(&rxq->lock, flags);
1048
1049 if (list_empty(&rxq->rx_used)) {
1050 spin_unlock_irqrestore(&rxq->lock, flags);
1051 return;
1052 }
Abhijeet Kolekar72240492009-04-30 13:56:26 -07001053 spin_unlock_irqrestore(&rxq->lock, flags);
Cahill, Ben M6440adb2007-11-29 11:09:55 +08001054
Reinette Chatref82a9242009-09-17 10:43:56 -07001055 if (rxq->free_count > RX_LOW_WATERMARK)
Zhu Yi29b1b262009-10-23 13:42:25 -07001056 gfp_mask |= __GFP_NOWARN;
Zhu Yi2f301222009-10-09 17:19:45 +08001057
1058 if (priv->hw_params.rx_page_order > 0)
Zhu Yi29b1b262009-10-23 13:42:25 -07001059 gfp_mask |= __GFP_COMP;
Zhu Yi2f301222009-10-09 17:19:45 +08001060
Cahill, Ben M6440adb2007-11-29 11:09:55 +08001061 /* Alloc a new receive buffer */
Zhu Yi29b1b262009-10-23 13:42:25 -07001062 page = alloc_pages(gfp_mask, priv->hw_params.rx_page_order);
Zhu Yi2f301222009-10-09 17:19:45 +08001063 if (!page) {
Zhu Yib481de92007-09-25 17:54:57 -07001064 if (net_ratelimit())
Reinette Chatref82a9242009-09-17 10:43:56 -07001065 IWL_DEBUG_INFO(priv, "Failed to allocate SKB buffer.\n");
1066 if ((rxq->free_count <= RX_LOW_WATERMARK) &&
1067 net_ratelimit())
1068 IWL_CRIT(priv, "Failed to allocate SKB buffer with %s. Only %u free buffers remaining.\n",
1069 priority == GFP_ATOMIC ? "GFP_ATOMIC" : "GFP_KERNEL",
1070 rxq->free_count);
Zhu Yib481de92007-09-25 17:54:57 -07001071 /* We don't reschedule replenish work here -- we will
1072 * call the restock method and if it still needs
1073 * more buffers it will schedule replenish */
1074 break;
1075 }
Zhu Yi12342c42007-12-20 11:27:32 +08001076
Reinette Chatrede0bd502009-09-11 10:38:12 -07001077 spin_lock_irqsave(&rxq->lock, flags);
1078 if (list_empty(&rxq->rx_used)) {
1079 spin_unlock_irqrestore(&rxq->lock, flags);
Zhu Yi2f301222009-10-09 17:19:45 +08001080 __free_pages(page, priv->hw_params.rx_page_order);
Reinette Chatrede0bd502009-09-11 10:38:12 -07001081 return;
1082 }
1083 element = rxq->rx_used.next;
1084 rxb = list_entry(element, struct iwl_rx_mem_buffer, list);
1085 list_del(element);
1086 spin_unlock_irqrestore(&rxq->lock, flags);
1087
Zhu Yi2f301222009-10-09 17:19:45 +08001088 rxb->page = page;
Cahill, Ben M6440adb2007-11-29 11:09:55 +08001089 /* Get physical address of RB/SKB */
Zhu Yi2f301222009-10-09 17:19:45 +08001090 rxb->page_dma = pci_map_page(priv->pci_dev, page, 0,
1091 PAGE_SIZE << priv->hw_params.rx_page_order,
1092 PCI_DMA_FROMDEVICE);
Abhijeet Kolekar72240492009-04-30 13:56:26 -07001093
1094 spin_lock_irqsave(&rxq->lock, flags);
Zhu Yi2f301222009-10-09 17:19:45 +08001095
Zhu Yib481de92007-09-25 17:54:57 -07001096 list_add_tail(&rxb->list, &rxq->rx_free);
1097 rxq->free_count++;
Zhu Yi2f301222009-10-09 17:19:45 +08001098 priv->alloc_rxb_page++;
1099
Abhijeet Kolekar72240492009-04-30 13:56:26 -07001100 spin_unlock_irqrestore(&rxq->lock, flags);
Zhu Yib481de92007-09-25 17:54:57 -07001101 }
Mohamed Abbas5c0eef92007-11-29 11:10:14 +08001102}
1103
Reinette Chatredf833b12009-04-21 10:55:48 -07001104void iwl3945_rx_queue_reset(struct iwl_priv *priv, struct iwl_rx_queue *rxq)
1105{
1106 unsigned long flags;
1107 int i;
1108 spin_lock_irqsave(&rxq->lock, flags);
1109 INIT_LIST_HEAD(&rxq->rx_free);
1110 INIT_LIST_HEAD(&rxq->rx_used);
1111 /* Fill the rx_used queue with _all_ of the Rx buffers */
1112 for (i = 0; i < RX_FREE_BUFFERS + RX_QUEUE_SIZE; i++) {
1113 /* In the reset function, these buffers may have been allocated
1114 * to an SKB, so we need to unmap and free potential storage */
Zhu Yi2f301222009-10-09 17:19:45 +08001115 if (rxq->pool[i].page != NULL) {
1116 pci_unmap_page(priv->pci_dev, rxq->pool[i].page_dma,
1117 PAGE_SIZE << priv->hw_params.rx_page_order,
1118 PCI_DMA_FROMDEVICE);
Zhu Yi64a76b52009-12-10 14:37:21 -08001119 __iwl_free_pages(priv, rxq->pool[i].page);
Zhu Yi2f301222009-10-09 17:19:45 +08001120 rxq->pool[i].page = NULL;
Reinette Chatredf833b12009-04-21 10:55:48 -07001121 }
1122 list_add_tail(&rxq->pool[i].list, &rxq->rx_used);
1123 }
1124
1125 /* Set us so that we have processed and used all buffers, but have
1126 * not restocked the Rx queue with fresh buffers */
1127 rxq->read = rxq->write = 0;
Abhijeet Kolekard14d4442009-06-03 11:44:08 -07001128 rxq->write_actual = 0;
Zhu Yi2f301222009-10-09 17:19:45 +08001129 rxq->free_count = 0;
Reinette Chatredf833b12009-04-21 10:55:48 -07001130 spin_unlock_irqrestore(&rxq->lock, flags);
1131}
Reinette Chatredf833b12009-04-21 10:55:48 -07001132
Mohamed Abbas5c0eef92007-11-29 11:10:14 +08001133void iwl3945_rx_replenish(void *data)
1134{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001135 struct iwl_priv *priv = data;
Mohamed Abbas5c0eef92007-11-29 11:10:14 +08001136 unsigned long flags;
1137
Abhijeet Kolekard14d4442009-06-03 11:44:08 -07001138 iwl3945_rx_allocate(priv, GFP_KERNEL);
Zhu Yib481de92007-09-25 17:54:57 -07001139
1140 spin_lock_irqsave(&priv->lock, flags);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001141 iwl3945_rx_queue_restock(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001142 spin_unlock_irqrestore(&priv->lock, flags);
1143}
1144
Abhijeet Kolekard14d4442009-06-03 11:44:08 -07001145static void iwl3945_rx_replenish_now(struct iwl_priv *priv)
1146{
1147 iwl3945_rx_allocate(priv, GFP_ATOMIC);
1148
1149 iwl3945_rx_queue_restock(priv);
1150}
1151
1152
Reinette Chatredf833b12009-04-21 10:55:48 -07001153/* Assumes that the skb field of the buffers in 'pool' is kept accurate.
1154 * If an SKB has been detached, the POOL needs to have its SKB set to NULL
1155 * This free routine walks the list of POOL entries and if SKB is set to
1156 * non NULL it is unmapped and freed
1157 */
1158static void iwl3945_rx_queue_free(struct iwl_priv *priv, struct iwl_rx_queue *rxq)
1159{
1160 int i;
1161 for (i = 0; i < RX_QUEUE_SIZE + RX_FREE_BUFFERS; i++) {
Zhu Yi2f301222009-10-09 17:19:45 +08001162 if (rxq->pool[i].page != NULL) {
1163 pci_unmap_page(priv->pci_dev, rxq->pool[i].page_dma,
1164 PAGE_SIZE << priv->hw_params.rx_page_order,
1165 PCI_DMA_FROMDEVICE);
Zhu Yi64a76b52009-12-10 14:37:21 -08001166 __iwl_free_pages(priv, rxq->pool[i].page);
Zhu Yi2f301222009-10-09 17:19:45 +08001167 rxq->pool[i].page = NULL;
Reinette Chatredf833b12009-04-21 10:55:48 -07001168 }
1169 }
1170
Stanislaw Gruszkaf36d04a2010-02-10 05:07:45 -08001171 dma_free_coherent(&priv->pci_dev->dev, 4 * RX_QUEUE_SIZE, rxq->bd,
Emmanuel Grumbachd5b25c92010-06-07 13:21:46 -07001172 rxq->bd_dma);
Stanislaw Gruszkaf36d04a2010-02-10 05:07:45 -08001173 dma_free_coherent(&priv->pci_dev->dev, sizeof(struct iwl_rb_status),
1174 rxq->rb_stts, rxq->rb_stts_dma);
Reinette Chatredf833b12009-04-21 10:55:48 -07001175 rxq->bd = NULL;
1176 rxq->rb_stts = NULL;
1177}
Reinette Chatredf833b12009-04-21 10:55:48 -07001178
1179
Zhu Yib481de92007-09-25 17:54:57 -07001180/* Convert linear signal-to-noise ratio into dB */
1181static u8 ratio2dB[100] = {
1182/* 0 1 2 3 4 5 6 7 8 9 */
1183 0, 0, 6, 10, 12, 14, 16, 17, 18, 19, /* 00 - 09 */
1184 20, 21, 22, 22, 23, 23, 24, 25, 26, 26, /* 10 - 19 */
1185 26, 26, 26, 27, 27, 28, 28, 28, 29, 29, /* 20 - 29 */
1186 29, 30, 30, 30, 31, 31, 31, 31, 32, 32, /* 30 - 39 */
1187 32, 32, 32, 33, 33, 33, 33, 33, 34, 34, /* 40 - 49 */
1188 34, 34, 34, 34, 35, 35, 35, 35, 35, 35, /* 50 - 59 */
1189 36, 36, 36, 36, 36, 36, 36, 37, 37, 37, /* 60 - 69 */
1190 37, 37, 37, 37, 37, 38, 38, 38, 38, 38, /* 70 - 79 */
1191 38, 38, 38, 38, 38, 39, 39, 39, 39, 39, /* 80 - 89 */
1192 39, 39, 39, 39, 39, 40, 40, 40, 40, 40 /* 90 - 99 */
1193};
1194
1195/* Calculates a relative dB value from a ratio of linear
1196 * (i.e. not dB) signal levels.
1197 * Conversion assumes that levels are voltages (20*log), not powers (10*log). */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001198int iwl3945_calc_db_from_ratio(int sig_ratio)
Zhu Yib481de92007-09-25 17:54:57 -07001199{
Adrian Bunk221c80c2008-02-02 23:19:01 +02001200 /* 1000:1 or higher just report as 60 dB */
1201 if (sig_ratio >= 1000)
Zhu Yib481de92007-09-25 17:54:57 -07001202 return 60;
1203
Adrian Bunk221c80c2008-02-02 23:19:01 +02001204 /* 100:1 or higher, divide by 10 and use table,
Zhu Yib481de92007-09-25 17:54:57 -07001205 * add 20 dB to make up for divide by 10 */
Adrian Bunk221c80c2008-02-02 23:19:01 +02001206 if (sig_ratio >= 100)
Tomas Winkler3ac7f142008-07-21 02:40:14 +03001207 return 20 + (int)ratio2dB[sig_ratio/10];
Zhu Yib481de92007-09-25 17:54:57 -07001208
1209 /* We shouldn't see this */
1210 if (sig_ratio < 1)
1211 return 0;
1212
1213 /* Use table for ratios 1:1 - 99:1 */
1214 return (int)ratio2dB[sig_ratio];
1215}
1216
Zhu Yib481de92007-09-25 17:54:57 -07001217/**
Ben Cahill9fbab512007-11-29 11:09:47 +08001218 * iwl3945_rx_handle - Main entry function for receiving responses from uCode
Zhu Yib481de92007-09-25 17:54:57 -07001219 *
1220 * Uses the priv->rx_handlers callback function array to invoke
1221 * the appropriate handlers, including command responses,
1222 * frame-received notifications, and other notifications.
1223 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001224static void iwl3945_rx_handle(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07001225{
Abhijeet Kolekar6100b582008-12-19 10:37:24 +08001226 struct iwl_rx_mem_buffer *rxb;
Tomas Winkler3d24a9f2008-12-19 10:37:07 +08001227 struct iwl_rx_packet *pkt;
Abhijeet Kolekarcc2f3622008-12-19 10:37:25 +08001228 struct iwl_rx_queue *rxq = &priv->rxq;
Zhu Yib481de92007-09-25 17:54:57 -07001229 u32 r, i;
1230 int reclaim;
1231 unsigned long flags;
Mohamed Abbas5c0eef92007-11-29 11:10:14 +08001232 u8 fill_rx = 0;
Mohamed Abbasd68ab682008-02-07 13:16:33 -08001233 u32 count = 8;
Abhijeet Kolekard14d4442009-06-03 11:44:08 -07001234 int total_empty = 0;
Zhu Yib481de92007-09-25 17:54:57 -07001235
Cahill, Ben M6440adb2007-11-29 11:09:55 +08001236 /* uCode's read index (stored in shared DRAM) indicates the last Rx
1237 * buffer that the driver may process (last buffer filled by ucode). */
Winkler, Tomas8cd812b2008-12-19 10:37:43 +08001238 r = le16_to_cpu(rxq->rb_stts->closed_rb_num) & 0x0FFF;
Zhu Yib481de92007-09-25 17:54:57 -07001239 i = rxq->read;
1240
Abhijeet Kolekard14d4442009-06-03 11:44:08 -07001241 /* calculate total frames need to be restock after handling RX */
Zhu Yi73005152009-10-23 13:42:32 -07001242 total_empty = r - rxq->write_actual;
Abhijeet Kolekard14d4442009-06-03 11:44:08 -07001243 if (total_empty < 0)
1244 total_empty += RX_QUEUE_SIZE;
1245
1246 if (total_empty > (RX_QUEUE_SIZE / 2))
Mohamed Abbas5c0eef92007-11-29 11:10:14 +08001247 fill_rx = 1;
Zhu Yib481de92007-09-25 17:54:57 -07001248 /* Rx interrupt, but nothing sent from uCode */
1249 if (i == r)
Reinette Chatreaf472a952009-08-28 09:58:50 -07001250 IWL_DEBUG_RX(priv, "r = %d, i = %d\n", r, i);
Zhu Yib481de92007-09-25 17:54:57 -07001251
1252 while (i != r) {
Johannes Bergf4989d92010-05-28 04:08:30 -07001253 int len;
1254
Zhu Yib481de92007-09-25 17:54:57 -07001255 rxb = rxq->queue[i];
1256
Ben Cahill9fbab512007-11-29 11:09:47 +08001257 /* If an RXB doesn't have a Rx queue slot associated with it,
Zhu Yib481de92007-09-25 17:54:57 -07001258 * then a bug has been introduced in the queue refilling
1259 * routines -- catch it here */
1260 BUG_ON(rxb == NULL);
1261
1262 rxq->queue[i] = NULL;
1263
Zhu Yi2f301222009-10-09 17:19:45 +08001264 pci_unmap_page(priv->pci_dev, rxb->page_dma,
1265 PAGE_SIZE << priv->hw_params.rx_page_order,
1266 PCI_DMA_FROMDEVICE);
1267 pkt = rxb_addr(rxb);
Zhu Yib481de92007-09-25 17:54:57 -07001268
Johannes Bergf4989d92010-05-28 04:08:30 -07001269 len = le32_to_cpu(pkt->len_n_flags) & FH_RSCSR_FRAME_SIZE_MSK;
1270 len += sizeof(u32); /* account for status word */
1271 trace_iwlwifi_dev_rx(priv, pkt, len);
Johannes Bergbe1a71a2009-10-02 13:44:02 -07001272
Zhu Yib481de92007-09-25 17:54:57 -07001273 /* Reclaim a command buffer only if this packet is a response
1274 * to a (driver-originated) command.
1275 * If the packet (e.g. Rx frame) originated from uCode,
1276 * there is no command buffer to reclaim.
1277 * Ucode should set SEQ_RX_FRAME bit if ucode-originated,
1278 * but apparently a few don't get set; catch them here. */
1279 reclaim = !(pkt->hdr.sequence & SEQ_RX_FRAME) &&
1280 (pkt->hdr.cmd != STATISTICS_NOTIFICATION) &&
1281 (pkt->hdr.cmd != REPLY_TX);
1282
1283 /* Based on type of command response or notification,
1284 * handle those that need handling via function in
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001285 * rx_handlers table. See iwl3945_setup_rx_handlers() */
Zhu Yib481de92007-09-25 17:54:57 -07001286 if (priv->rx_handlers[pkt->hdr.cmd]) {
Reinette Chatreaf472a952009-08-28 09:58:50 -07001287 IWL_DEBUG_RX(priv, "r = %d, i = %d, %s, 0x%02x\n", r, i,
Zhu Yib481de92007-09-25 17:54:57 -07001288 get_cmd_string(pkt->hdr.cmd), pkt->hdr.cmd);
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001289 priv->isr_stats.rx_handlers[pkt->hdr.cmd]++;
Zhu Yi29b1b262009-10-23 13:42:25 -07001290 priv->rx_handlers[pkt->hdr.cmd] (priv, rxb);
Zhu Yib481de92007-09-25 17:54:57 -07001291 } else {
1292 /* No handling needed */
Zhu Yi2f301222009-10-09 17:19:45 +08001293 IWL_DEBUG_RX(priv,
1294 "r %d i %d No handler needed for %s, 0x%02x\n",
Zhu Yib481de92007-09-25 17:54:57 -07001295 r, i, get_cmd_string(pkt->hdr.cmd),
1296 pkt->hdr.cmd);
1297 }
1298
Zhu Yi29b1b262009-10-23 13:42:25 -07001299 /*
1300 * XXX: After here, we should always check rxb->page
1301 * against NULL before touching it or its virtual
1302 * memory (pkt). Because some rx_handler might have
1303 * already taken or freed the pages.
1304 */
1305
Zhu Yib481de92007-09-25 17:54:57 -07001306 if (reclaim) {
Zhu Yi2f301222009-10-09 17:19:45 +08001307 /* Invoke any callbacks, transfer the buffer to caller,
1308 * and fire off the (possibly) blocking iwl_send_cmd()
Zhu Yib481de92007-09-25 17:54:57 -07001309 * as we reclaim the driver command queue */
Zhu Yi29b1b262009-10-23 13:42:25 -07001310 if (rxb->page)
Abhijeet Kolekar732587a2009-03-11 11:17:57 -07001311 iwl_tx_cmd_complete(priv, rxb);
Zhu Yib481de92007-09-25 17:54:57 -07001312 else
Winkler, Tomas39aadf82008-12-19 10:37:32 +08001313 IWL_WARN(priv, "Claim null rxb?\n");
Zhu Yib481de92007-09-25 17:54:57 -07001314 }
1315
Zhu Yi73005152009-10-23 13:42:32 -07001316 /* Reuse the page if possible. For notification packets and
1317 * SKBs that fail to Rx correctly, add them back into the
1318 * rx_free list for reuse later. */
Zhu Yib481de92007-09-25 17:54:57 -07001319 spin_lock_irqsave(&rxq->lock, flags);
Zhu Yi73005152009-10-23 13:42:32 -07001320 if (rxb->page != NULL) {
1321 rxb->page_dma = pci_map_page(priv->pci_dev, rxb->page,
1322 0, PAGE_SIZE << priv->hw_params.rx_page_order,
1323 PCI_DMA_FROMDEVICE);
1324 list_add_tail(&rxb->list, &rxq->rx_free);
1325 rxq->free_count++;
1326 } else
1327 list_add_tail(&rxb->list, &rxq->rx_used);
1328
Zhu Yib481de92007-09-25 17:54:57 -07001329 spin_unlock_irqrestore(&rxq->lock, flags);
Zhu Yi73005152009-10-23 13:42:32 -07001330
Zhu Yib481de92007-09-25 17:54:57 -07001331 i = (i + 1) & RX_QUEUE_MASK;
Mohamed Abbas5c0eef92007-11-29 11:10:14 +08001332 /* If there are a lot of unused frames,
1333 * restock the Rx queue so ucode won't assert. */
1334 if (fill_rx) {
1335 count++;
1336 if (count >= 8) {
Zhu Yi73005152009-10-23 13:42:32 -07001337 rxq->read = i;
Abhijeet Kolekard14d4442009-06-03 11:44:08 -07001338 iwl3945_rx_replenish_now(priv);
Mohamed Abbas5c0eef92007-11-29 11:10:14 +08001339 count = 0;
1340 }
1341 }
Zhu Yib481de92007-09-25 17:54:57 -07001342 }
1343
1344 /* Backtrack one entry */
Zhu Yi73005152009-10-23 13:42:32 -07001345 rxq->read = i;
Abhijeet Kolekard14d4442009-06-03 11:44:08 -07001346 if (fill_rx)
1347 iwl3945_rx_replenish_now(priv);
1348 else
1349 iwl3945_rx_queue_restock(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001350}
1351
Mohamed Abbas0359fac2008-03-28 16:21:08 -07001352/* call this function to flush any scheduled tasklet */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001353static inline void iwl_synchronize_irq(struct iwl_priv *priv)
Mohamed Abbas0359fac2008-03-28 16:21:08 -07001354{
Tomas Winklera96a27f2008-10-23 23:48:56 -07001355 /* wait to make sure we flush pending tasklet*/
Mohamed Abbas0359fac2008-03-28 16:21:08 -07001356 synchronize_irq(priv->pci_dev->irq);
1357 tasklet_kill(&priv->irq_tasklet);
1358}
1359
Zhu Yib481de92007-09-25 17:54:57 -07001360static const char *desc_lookup(int i)
1361{
1362 switch (i) {
1363 case 1:
1364 return "FAIL";
1365 case 2:
1366 return "BAD_PARAM";
1367 case 3:
1368 return "BAD_CHECKSUM";
1369 case 4:
1370 return "NMI_INTERRUPT";
1371 case 5:
1372 return "SYSASSERT";
1373 case 6:
1374 return "FATAL_ERROR";
1375 }
1376
1377 return "UNKNOWN";
1378}
1379
1380#define ERROR_START_OFFSET (1 * sizeof(u32))
1381#define ERROR_ELEM_SIZE (7 * sizeof(u32))
1382
Reinette Chatreb7a79402009-09-25 14:24:23 -07001383void iwl3945_dump_nic_error_log(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07001384{
1385 u32 i;
1386 u32 desc, time, count, base, data1;
1387 u32 blink1, blink2, ilink1, ilink2;
Zhu Yib481de92007-09-25 17:54:57 -07001388
1389 base = le32_to_cpu(priv->card_alive.error_event_table_ptr);
1390
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001391 if (!iwl3945_hw_valid_rtc_data_addr(base)) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08001392 IWL_ERR(priv, "Not valid error log pointer 0x%08X\n", base);
Zhu Yib481de92007-09-25 17:54:57 -07001393 return;
1394 }
1395
Zhu Yib481de92007-09-25 17:54:57 -07001396
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001397 count = iwl_read_targ_mem(priv, base);
Zhu Yib481de92007-09-25 17:54:57 -07001398
1399 if (ERROR_START_OFFSET <= count * ERROR_ELEM_SIZE) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08001400 IWL_ERR(priv, "Start IWL Error Log Dump:\n");
1401 IWL_ERR(priv, "Status: 0x%08lX, count: %d\n",
1402 priv->status, count);
Zhu Yib481de92007-09-25 17:54:57 -07001403 }
1404
Winkler, Tomas15b16872008-12-19 10:37:33 +08001405 IWL_ERR(priv, "Desc Time asrtPC blink2 "
Zhu Yib481de92007-09-25 17:54:57 -07001406 "ilink1 nmiPC Line\n");
1407 for (i = ERROR_START_OFFSET;
1408 i < (count * ERROR_ELEM_SIZE) + ERROR_START_OFFSET;
1409 i += ERROR_ELEM_SIZE) {
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001410 desc = iwl_read_targ_mem(priv, base + i);
Zhu Yib481de92007-09-25 17:54:57 -07001411 time =
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001412 iwl_read_targ_mem(priv, base + i + 1 * sizeof(u32));
Zhu Yib481de92007-09-25 17:54:57 -07001413 blink1 =
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001414 iwl_read_targ_mem(priv, base + i + 2 * sizeof(u32));
Zhu Yib481de92007-09-25 17:54:57 -07001415 blink2 =
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001416 iwl_read_targ_mem(priv, base + i + 3 * sizeof(u32));
Zhu Yib481de92007-09-25 17:54:57 -07001417 ilink1 =
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001418 iwl_read_targ_mem(priv, base + i + 4 * sizeof(u32));
Zhu Yib481de92007-09-25 17:54:57 -07001419 ilink2 =
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001420 iwl_read_targ_mem(priv, base + i + 5 * sizeof(u32));
Zhu Yib481de92007-09-25 17:54:57 -07001421 data1 =
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001422 iwl_read_targ_mem(priv, base + i + 6 * sizeof(u32));
Zhu Yib481de92007-09-25 17:54:57 -07001423
Winkler, Tomas15b16872008-12-19 10:37:33 +08001424 IWL_ERR(priv,
Jay Sternberg87563712010-06-14 14:40:40 -07001425 "%-13s (0x%X) %010u 0x%05X 0x%05X 0x%05X 0x%05X %u\n\n",
Winkler, Tomas15b16872008-12-19 10:37:33 +08001426 desc_lookup(desc), desc, time, blink1, blink2,
1427 ilink1, ilink2, data1);
Johannes Bergbe1a71a2009-10-02 13:44:02 -07001428 trace_iwlwifi_dev_ucode_error(priv, desc, time, data1, 0,
1429 0, blink1, blink2, ilink1, ilink2);
Zhu Yib481de92007-09-25 17:54:57 -07001430 }
Zhu Yib481de92007-09-25 17:54:57 -07001431}
1432
Ben Cahillf58177b2007-11-29 11:09:43 +08001433#define EVENT_START_OFFSET (6 * sizeof(u32))
Zhu Yib481de92007-09-25 17:54:57 -07001434
1435/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001436 * iwl3945_print_event_log - Dump error event log to syslog
Zhu Yib481de92007-09-25 17:54:57 -07001437 *
Zhu Yib481de92007-09-25 17:54:57 -07001438 */
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001439static int iwl3945_print_event_log(struct iwl_priv *priv, u32 start_idx,
1440 u32 num_events, u32 mode,
1441 int pos, char **buf, size_t bufsz)
Zhu Yib481de92007-09-25 17:54:57 -07001442{
1443 u32 i;
1444 u32 base; /* SRAM byte address of event log header */
1445 u32 event_size; /* 2 u32s, or 3 u32s if timestamp recorded */
1446 u32 ptr; /* SRAM byte address of log data */
1447 u32 ev, time, data; /* event log data */
Ben Cahille5854472009-11-06 14:52:58 -08001448 unsigned long reg_flags;
Zhu Yib481de92007-09-25 17:54:57 -07001449
1450 if (num_events == 0)
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001451 return pos;
Zhu Yib481de92007-09-25 17:54:57 -07001452
1453 base = le32_to_cpu(priv->card_alive.log_event_table_ptr);
1454
1455 if (mode == 0)
1456 event_size = 2 * sizeof(u32);
1457 else
1458 event_size = 3 * sizeof(u32);
1459
1460 ptr = base + EVENT_START_OFFSET + (start_idx * event_size);
1461
Ben Cahille5854472009-11-06 14:52:58 -08001462 /* Make sure device is powered up for SRAM reads */
1463 spin_lock_irqsave(&priv->reg_lock, reg_flags);
1464 iwl_grab_nic_access(priv);
1465
1466 /* Set starting address; reads will auto-increment */
1467 _iwl_write_direct32(priv, HBUS_TARG_MEM_RADDR, ptr);
1468 rmb();
1469
Zhu Yib481de92007-09-25 17:54:57 -07001470 /* "time" is actually "data" for mode 0 (no timestamp).
1471 * place event id # at far right for easier visual parsing. */
1472 for (i = 0; i < num_events; i++) {
Ben Cahille5854472009-11-06 14:52:58 -08001473 ev = _iwl_read_direct32(priv, HBUS_TARG_MEM_RDAT);
1474 time = _iwl_read_direct32(priv, HBUS_TARG_MEM_RDAT);
Winkler, Tomas15b16872008-12-19 10:37:33 +08001475 if (mode == 0) {
1476 /* data, ev */
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001477 if (bufsz) {
1478 pos += scnprintf(*buf + pos, bufsz - pos,
1479 "0x%08x:%04u\n",
1480 time, ev);
1481 } else {
1482 IWL_ERR(priv, "0x%08x\t%04u\n", time, ev);
1483 trace_iwlwifi_dev_ucode_event(priv, 0,
1484 time, ev);
1485 }
Winkler, Tomas15b16872008-12-19 10:37:33 +08001486 } else {
Ben Cahille5854472009-11-06 14:52:58 -08001487 data = _iwl_read_direct32(priv, HBUS_TARG_MEM_RDAT);
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001488 if (bufsz) {
1489 pos += scnprintf(*buf + pos, bufsz - pos,
1490 "%010u:0x%08x:%04u\n",
1491 time, data, ev);
1492 } else {
1493 IWL_ERR(priv, "%010u\t0x%08x\t%04u\n",
1494 time, data, ev);
1495 trace_iwlwifi_dev_ucode_event(priv, time,
1496 data, ev);
1497 }
Zhu Yib481de92007-09-25 17:54:57 -07001498 }
1499 }
Ben Cahille5854472009-11-06 14:52:58 -08001500
1501 /* Allow device to power down */
1502 iwl_release_nic_access(priv);
1503 spin_unlock_irqrestore(&priv->reg_lock, reg_flags);
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001504 return pos;
Zhu Yib481de92007-09-25 17:54:57 -07001505}
1506
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001507/**
1508 * iwl3945_print_last_event_logs - Dump the newest # of event log to syslog
1509 */
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001510static int iwl3945_print_last_event_logs(struct iwl_priv *priv, u32 capacity,
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001511 u32 num_wraps, u32 next_entry,
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001512 u32 size, u32 mode,
1513 int pos, char **buf, size_t bufsz)
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001514{
1515 /*
1516 * display the newest DEFAULT_LOG_ENTRIES entries
1517 * i.e the entries just before the next ont that uCode would fill.
1518 */
1519 if (num_wraps) {
1520 if (next_entry < size) {
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001521 pos = iwl3945_print_event_log(priv,
1522 capacity - (size - next_entry),
1523 size - next_entry, mode,
1524 pos, buf, bufsz);
1525 pos = iwl3945_print_event_log(priv, 0,
1526 next_entry, mode,
1527 pos, buf, bufsz);
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001528 } else
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001529 pos = iwl3945_print_event_log(priv, next_entry - size,
1530 size, mode,
1531 pos, buf, bufsz);
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001532 } else {
1533 if (next_entry < size)
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001534 pos = iwl3945_print_event_log(priv, 0,
1535 next_entry, mode,
1536 pos, buf, bufsz);
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001537 else
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001538 pos = iwl3945_print_event_log(priv, next_entry - size,
1539 size, mode,
1540 pos, buf, bufsz);
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001541 }
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001542 return pos;
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001543}
1544
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001545#define DEFAULT_IWL3945_DUMP_EVENT_LOG_ENTRIES (20)
1546
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001547int iwl3945_dump_nic_event_log(struct iwl_priv *priv, bool full_log,
1548 char **buf, bool display)
Zhu Yib481de92007-09-25 17:54:57 -07001549{
Zhu Yib481de92007-09-25 17:54:57 -07001550 u32 base; /* SRAM byte address of event log header */
1551 u32 capacity; /* event log capacity in # entries */
1552 u32 mode; /* 0 - no timestamp, 1 - timestamp recorded */
1553 u32 num_wraps; /* # times uCode wrapped to top of log */
1554 u32 next_entry; /* index of next entry to be written by uCode */
1555 u32 size; /* # entries that we'll print */
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001556 int pos = 0;
1557 size_t bufsz = 0;
Zhu Yib481de92007-09-25 17:54:57 -07001558
1559 base = le32_to_cpu(priv->card_alive.log_event_table_ptr);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001560 if (!iwl3945_hw_valid_rtc_data_addr(base)) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08001561 IWL_ERR(priv, "Invalid event log pointer 0x%08X\n", base);
Wey-Yi Guy937c3972010-01-15 13:43:36 -08001562 return -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07001563 }
1564
Zhu Yib481de92007-09-25 17:54:57 -07001565 /* event log header */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001566 capacity = iwl_read_targ_mem(priv, base);
1567 mode = iwl_read_targ_mem(priv, base + (1 * sizeof(u32)));
1568 num_wraps = iwl_read_targ_mem(priv, base + (2 * sizeof(u32)));
1569 next_entry = iwl_read_targ_mem(priv, base + (3 * sizeof(u32)));
Zhu Yib481de92007-09-25 17:54:57 -07001570
Wey-Yi Guy678b3852010-03-26 12:54:37 -07001571 if (capacity > priv->cfg->max_event_log_size) {
Ben Cahill84c40692009-11-06 14:52:57 -08001572 IWL_ERR(priv, "Log capacity %d is bogus, limit to %d entries\n",
Wey-Yi Guy678b3852010-03-26 12:54:37 -07001573 capacity, priv->cfg->max_event_log_size);
1574 capacity = priv->cfg->max_event_log_size;
Ben Cahill84c40692009-11-06 14:52:57 -08001575 }
1576
Wey-Yi Guy678b3852010-03-26 12:54:37 -07001577 if (next_entry > priv->cfg->max_event_log_size) {
Ben Cahill84c40692009-11-06 14:52:57 -08001578 IWL_ERR(priv, "Log write index %d is bogus, limit to %d\n",
Wey-Yi Guy678b3852010-03-26 12:54:37 -07001579 next_entry, priv->cfg->max_event_log_size);
1580 next_entry = priv->cfg->max_event_log_size;
Ben Cahill84c40692009-11-06 14:52:57 -08001581 }
1582
Zhu Yib481de92007-09-25 17:54:57 -07001583 size = num_wraps ? capacity : next_entry;
1584
1585 /* bail out if nothing in log */
1586 if (size == 0) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08001587 IWL_ERR(priv, "Start IWL Event Log Dump: nothing in log\n");
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001588 return pos;
Zhu Yib481de92007-09-25 17:54:57 -07001589 }
1590
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001591#ifdef CONFIG_IWLWIFI_DEBUG
Wey-Yi Guy521d9bc2009-12-10 14:37:23 -08001592 if (!(iwl_get_debug_level(priv) & IWL_DL_FW_ERRORS) && !full_log)
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001593 size = (size > DEFAULT_IWL3945_DUMP_EVENT_LOG_ENTRIES)
1594 ? DEFAULT_IWL3945_DUMP_EVENT_LOG_ENTRIES : size;
1595#else
1596 size = (size > DEFAULT_IWL3945_DUMP_EVENT_LOG_ENTRIES)
1597 ? DEFAULT_IWL3945_DUMP_EVENT_LOG_ENTRIES : size;
1598#endif
1599
1600 IWL_ERR(priv, "Start IWL Event Log Dump: display last %d count\n",
1601 size);
Zhu Yib481de92007-09-25 17:54:57 -07001602
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001603#ifdef CONFIG_IWLWIFI_DEBUG
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001604 if (display) {
1605 if (full_log)
1606 bufsz = capacity * 48;
1607 else
1608 bufsz = size * 48;
1609 *buf = kmalloc(bufsz, GFP_KERNEL);
1610 if (!*buf)
Wey-Yi Guy937c3972010-01-15 13:43:36 -08001611 return -ENOMEM;
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001612 }
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001613 if ((iwl_get_debug_level(priv) & IWL_DL_FW_ERRORS) || full_log) {
1614 /* if uCode has wrapped back to top of log,
1615 * start at the oldest entry,
1616 * i.e the next one that uCode would fill.
1617 */
1618 if (num_wraps)
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001619 pos = iwl3945_print_event_log(priv, next_entry,
1620 capacity - next_entry, mode,
1621 pos, buf, bufsz);
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001622
1623 /* (then/else) start at top of log */
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001624 pos = iwl3945_print_event_log(priv, 0, next_entry, mode,
1625 pos, buf, bufsz);
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001626 } else
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001627 pos = iwl3945_print_last_event_logs(priv, capacity, num_wraps,
1628 next_entry, size, mode,
1629 pos, buf, bufsz);
Reinette Chatreb7a79402009-09-25 14:24:23 -07001630#else
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001631 pos = iwl3945_print_last_event_logs(priv, capacity, num_wraps,
1632 next_entry, size, mode,
1633 pos, buf, bufsz);
Reinette Chatreb7a79402009-09-25 14:24:23 -07001634#endif
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001635 return pos;
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001636}
1637
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001638static void iwl3945_irq_tasklet(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07001639{
1640 u32 inta, handled = 0;
1641 u32 inta_fh;
1642 unsigned long flags;
Samuel Ortizd08853a2009-01-23 13:45:17 -08001643#ifdef CONFIG_IWLWIFI_DEBUG
Zhu Yib481de92007-09-25 17:54:57 -07001644 u32 inta_mask;
1645#endif
1646
1647 spin_lock_irqsave(&priv->lock, flags);
1648
1649 /* Ack/clear/reset pending uCode interrupts.
1650 * Note: Some bits in CSR_INT are "OR" of bits in CSR_FH_INT_STATUS,
1651 * and will clear only when CSR_FH_INT_STATUS gets cleared. */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001652 inta = iwl_read32(priv, CSR_INT);
1653 iwl_write32(priv, CSR_INT, inta);
Zhu Yib481de92007-09-25 17:54:57 -07001654
1655 /* Ack/clear/reset pending flow-handler (DMA) interrupts.
1656 * Any new interrupts that happen after this, either while we're
1657 * in this tasklet, or later, will show up in next ISR/tasklet. */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001658 inta_fh = iwl_read32(priv, CSR_FH_INT_STATUS);
1659 iwl_write32(priv, CSR_FH_INT_STATUS, inta_fh);
Zhu Yib481de92007-09-25 17:54:57 -07001660
Samuel Ortizd08853a2009-01-23 13:45:17 -08001661#ifdef CONFIG_IWLWIFI_DEBUG
Reinette Chatre3d816c72009-08-07 15:41:37 -07001662 if (iwl_get_debug_level(priv) & IWL_DL_ISR) {
Ben Cahill9fbab512007-11-29 11:09:47 +08001663 /* just for debug */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001664 inta_mask = iwl_read32(priv, CSR_INT_MASK);
Tomas Winklere1623442009-01-27 14:27:56 -08001665 IWL_DEBUG_ISR(priv, "inta 0x%08x, enabled 0x%08x, fh 0x%08x\n",
Zhu Yib481de92007-09-25 17:54:57 -07001666 inta, inta_mask, inta_fh);
1667 }
1668#endif
1669
Zhu Yi2f301222009-10-09 17:19:45 +08001670 spin_unlock_irqrestore(&priv->lock, flags);
1671
Zhu Yib481de92007-09-25 17:54:57 -07001672 /* Since CSR_INT and CSR_FH_INT_STATUS reads and clears are not
1673 * atomic, make sure that inta covers all the interrupts that
1674 * we've discovered, even if FH interrupt came in just after
1675 * reading CSR_INT. */
Tomas Winkler6f83eaa2008-03-04 18:09:28 -08001676 if (inta_fh & CSR39_FH_INT_RX_MASK)
Zhu Yib481de92007-09-25 17:54:57 -07001677 inta |= CSR_INT_BIT_FH_RX;
Tomas Winkler6f83eaa2008-03-04 18:09:28 -08001678 if (inta_fh & CSR39_FH_INT_TX_MASK)
Zhu Yib481de92007-09-25 17:54:57 -07001679 inta |= CSR_INT_BIT_FH_TX;
1680
1681 /* Now service all interrupt bits discovered above. */
1682 if (inta & CSR_INT_BIT_HW_ERR) {
Reinette Chatre58dba722009-07-17 09:30:25 -07001683 IWL_ERR(priv, "Hardware error detected. Restarting.\n");
Zhu Yib481de92007-09-25 17:54:57 -07001684
1685 /* Tell the device to stop sending interrupts */
Abhijeet Kolekared3b9322009-02-18 15:54:30 -08001686 iwl_disable_interrupts(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001687
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001688 priv->isr_stats.hw++;
Samuel Ortiz8ccde882009-01-27 14:27:52 -08001689 iwl_irq_handle_error(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001690
1691 handled |= CSR_INT_BIT_HW_ERR;
1692
Zhu Yib481de92007-09-25 17:54:57 -07001693 return;
1694 }
1695
Samuel Ortizd08853a2009-01-23 13:45:17 -08001696#ifdef CONFIG_IWLWIFI_DEBUG
Reinette Chatre3d816c72009-08-07 15:41:37 -07001697 if (iwl_get_debug_level(priv) & (IWL_DL_ISR)) {
Zhu Yib481de92007-09-25 17:54:57 -07001698 /* NIC fires this, but we don't use it, redundant with WAKEUP */
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001699 if (inta & CSR_INT_BIT_SCD) {
Tomas Winklere1623442009-01-27 14:27:56 -08001700 IWL_DEBUG_ISR(priv, "Scheduler finished to transmit "
Joonwoo Park25c03d82008-01-23 10:15:20 -08001701 "the frame/frames.\n");
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001702 priv->isr_stats.sch++;
1703 }
Zhu Yib481de92007-09-25 17:54:57 -07001704
1705 /* Alive notification via Rx interrupt will do the real work */
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001706 if (inta & CSR_INT_BIT_ALIVE) {
Tomas Winklere1623442009-01-27 14:27:56 -08001707 IWL_DEBUG_ISR(priv, "Alive interrupt\n");
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001708 priv->isr_stats.alive++;
1709 }
Zhu Yib481de92007-09-25 17:54:57 -07001710 }
1711#endif
1712 /* Safely ignore these bits for debug checks below */
Joonwoo Park25c03d82008-01-23 10:15:20 -08001713 inta &= ~(CSR_INT_BIT_SCD | CSR_INT_BIT_ALIVE);
Zhu Yib481de92007-09-25 17:54:57 -07001714
Zhu Yib481de92007-09-25 17:54:57 -07001715 /* Error detected by uCode */
1716 if (inta & CSR_INT_BIT_SW_ERR) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08001717 IWL_ERR(priv, "Microcode SW error detected. "
1718 "Restarting 0x%X.\n", inta);
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001719 priv->isr_stats.sw++;
1720 priv->isr_stats.sw_err = inta;
Samuel Ortiz8ccde882009-01-27 14:27:52 -08001721 iwl_irq_handle_error(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001722 handled |= CSR_INT_BIT_SW_ERR;
1723 }
1724
1725 /* uCode wakes up after power-down sleep */
1726 if (inta & CSR_INT_BIT_WAKEUP) {
Tomas Winklere1623442009-01-27 14:27:56 -08001727 IWL_DEBUG_ISR(priv, "Wakeup interrupt\n");
Winkler, Tomas141c43a2009-01-08 10:19:53 -08001728 iwl_rx_queue_update_write_ptr(priv, &priv->rxq);
Samuel Ortiz4f3602c2009-01-19 15:30:25 -08001729 iwl_txq_update_write_ptr(priv, &priv->txq[0]);
1730 iwl_txq_update_write_ptr(priv, &priv->txq[1]);
1731 iwl_txq_update_write_ptr(priv, &priv->txq[2]);
1732 iwl_txq_update_write_ptr(priv, &priv->txq[3]);
1733 iwl_txq_update_write_ptr(priv, &priv->txq[4]);
1734 iwl_txq_update_write_ptr(priv, &priv->txq[5]);
Zhu Yib481de92007-09-25 17:54:57 -07001735
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001736 priv->isr_stats.wakeup++;
Zhu Yib481de92007-09-25 17:54:57 -07001737 handled |= CSR_INT_BIT_WAKEUP;
1738 }
1739
1740 /* All uCode command responses, including Tx command responses,
1741 * Rx "responses" (frame-received notification), and other
1742 * notifications from uCode come through here*/
1743 if (inta & (CSR_INT_BIT_FH_RX | CSR_INT_BIT_SW_RX)) {
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001744 iwl3945_rx_handle(priv);
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001745 priv->isr_stats.rx++;
Zhu Yib481de92007-09-25 17:54:57 -07001746 handled |= (CSR_INT_BIT_FH_RX | CSR_INT_BIT_SW_RX);
1747 }
1748
1749 if (inta & CSR_INT_BIT_FH_TX) {
Tomas Winklere1623442009-01-27 14:27:56 -08001750 IWL_DEBUG_ISR(priv, "Tx interrupt\n");
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001751 priv->isr_stats.tx++;
Zhu Yib481de92007-09-25 17:54:57 -07001752
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001753 iwl_write32(priv, CSR_FH_INT_STATUS, (1 << 6));
Mohamed Abbasa8b50a02009-05-22 11:01:47 -07001754 iwl_write_direct32(priv, FH39_TCSR_CREDIT
1755 (FH39_SRVC_CHNL), 0x0);
Zhu Yib481de92007-09-25 17:54:57 -07001756 handled |= CSR_INT_BIT_FH_TX;
1757 }
1758
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001759 if (inta & ~handled) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08001760 IWL_ERR(priv, "Unhandled INTA bits 0x%08x\n", inta & ~handled);
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001761 priv->isr_stats.unhandled++;
1762 }
Zhu Yib481de92007-09-25 17:54:57 -07001763
Mohamed Abbas40cefda2009-05-22 11:01:52 -07001764 if (inta & ~priv->inta_mask) {
Winkler, Tomas39aadf82008-12-19 10:37:32 +08001765 IWL_WARN(priv, "Disabled INTA bits 0x%08x were pending\n",
Mohamed Abbas40cefda2009-05-22 11:01:52 -07001766 inta & ~priv->inta_mask);
Winkler, Tomas39aadf82008-12-19 10:37:32 +08001767 IWL_WARN(priv, " with FH_INT = 0x%08x\n", inta_fh);
Zhu Yib481de92007-09-25 17:54:57 -07001768 }
1769
1770 /* Re-enable all interrupts */
Mohamed Abbas0359fac2008-03-28 16:21:08 -07001771 /* only Re-enable if disabled by irq */
1772 if (test_bit(STATUS_INT_ENABLED, &priv->status))
Abhijeet Kolekared3b9322009-02-18 15:54:30 -08001773 iwl_enable_interrupts(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001774
Samuel Ortizd08853a2009-01-23 13:45:17 -08001775#ifdef CONFIG_IWLWIFI_DEBUG
Reinette Chatre3d816c72009-08-07 15:41:37 -07001776 if (iwl_get_debug_level(priv) & (IWL_DL_ISR)) {
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001777 inta = iwl_read32(priv, CSR_INT);
1778 inta_mask = iwl_read32(priv, CSR_INT_MASK);
1779 inta_fh = iwl_read32(priv, CSR_FH_INT_STATUS);
Tomas Winklere1623442009-01-27 14:27:56 -08001780 IWL_DEBUG_ISR(priv, "End inta 0x%08x, enabled 0x%08x, fh 0x%08x, "
Zhu Yib481de92007-09-25 17:54:57 -07001781 "flags 0x%08lx\n", inta, inta_mask, inta_fh, flags);
1782 }
1783#endif
Zhu Yib481de92007-09-25 17:54:57 -07001784}
1785
Abhijeet Kolekar14023642010-06-02 21:15:10 -07001786static int iwl3945_get_single_channel_for_scan(struct iwl_priv *priv,
1787 struct ieee80211_vif *vif,
1788 enum ieee80211_band band,
1789 struct iwl3945_scan_channel *scan_ch)
1790{
1791 const struct ieee80211_supported_band *sband;
1792 u16 passive_dwell = 0;
1793 u16 active_dwell = 0;
1794 int added = 0;
1795 u8 channel = 0;
1796
1797 sband = iwl_get_hw_mode(priv, band);
1798 if (!sband) {
1799 IWL_ERR(priv, "invalid band\n");
1800 return added;
1801 }
1802
1803 active_dwell = iwl_get_active_dwell_time(priv, band, 0);
1804 passive_dwell = iwl_get_passive_dwell_time(priv, band, vif);
1805
1806 if (passive_dwell <= active_dwell)
1807 passive_dwell = active_dwell + 1;
1808
1809
1810 channel = iwl_get_single_channel_number(priv, band);
1811
1812 if (channel) {
1813 scan_ch->channel = channel;
1814 scan_ch->type = 0; /* passive */
1815 scan_ch->active_dwell = cpu_to_le16(active_dwell);
1816 scan_ch->passive_dwell = cpu_to_le16(passive_dwell);
1817 /* Set txpower levels to defaults */
1818 scan_ch->tpc.dsp_atten = 110;
1819 if (band == IEEE80211_BAND_5GHZ)
1820 scan_ch->tpc.tx_gain = ((1 << 5) | (3 << 3)) | 3;
1821 else
1822 scan_ch->tpc.tx_gain = ((1 << 5) | (5 << 3));
1823 added++;
1824 } else
1825 IWL_ERR(priv, "no valid channel found\n");
1826 return added;
1827}
1828
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001829static int iwl3945_get_channels_for_scan(struct iwl_priv *priv,
Johannes Berg8318d782008-01-24 19:38:38 +01001830 enum ieee80211_band band,
Abhijeet Kolekarf9340522008-09-03 11:26:58 +08001831 u8 is_active, u8 n_probes,
Johannes Berg1dda6d22010-04-29 04:43:06 -07001832 struct iwl3945_scan_channel *scan_ch,
1833 struct ieee80211_vif *vif)
Zhu Yib481de92007-09-25 17:54:57 -07001834{
Johannes Berg4e05c232009-06-19 13:52:44 -07001835 struct ieee80211_channel *chan;
Johannes Berg8318d782008-01-24 19:38:38 +01001836 const struct ieee80211_supported_band *sband;
Samuel Ortizd20b3c62008-12-19 10:37:15 +08001837 const struct iwl_channel_info *ch_info;
Zhu Yib481de92007-09-25 17:54:57 -07001838 u16 passive_dwell = 0;
1839 u16 active_dwell = 0;
1840 int added, i;
1841
Kolekar, Abhijeetcbba18c2008-12-19 10:37:42 +08001842 sband = iwl_get_hw_mode(priv, band);
Johannes Berg8318d782008-01-24 19:38:38 +01001843 if (!sband)
Zhu Yib481de92007-09-25 17:54:57 -07001844 return 0;
1845
Samuel Ortiz77fecfb82009-01-23 13:45:12 -08001846 active_dwell = iwl_get_active_dwell_time(priv, band, n_probes);
Johannes Berg1dda6d22010-04-29 04:43:06 -07001847 passive_dwell = iwl_get_passive_dwell_time(priv, band, vif);
Zhu Yib481de92007-09-25 17:54:57 -07001848
Abhijeet Kolekar8f4807a2008-09-03 11:26:31 +08001849 if (passive_dwell <= active_dwell)
1850 passive_dwell = active_dwell + 1;
1851
Johannes Berg4e05c232009-06-19 13:52:44 -07001852 for (i = 0, added = 0; i < priv->scan_request->n_channels; i++) {
1853 chan = priv->scan_request->channels[i];
1854
1855 if (chan->band != band)
Johannes Berg182e2e62008-04-04 10:41:56 +02001856 continue;
1857
Johannes Berg4e05c232009-06-19 13:52:44 -07001858 scan_ch->channel = chan->hw_value;
Zhu Yib481de92007-09-25 17:54:57 -07001859
Samuel Ortize6148912009-01-23 13:45:15 -08001860 ch_info = iwl_get_channel_info(priv, band, scan_ch->channel);
Zhu Yib481de92007-09-25 17:54:57 -07001861 if (!is_channel_valid(ch_info)) {
Tomas Winklere1623442009-01-27 14:27:56 -08001862 IWL_DEBUG_SCAN(priv, "Channel %d is INVALID for this band.\n",
Zhu Yib481de92007-09-25 17:54:57 -07001863 scan_ch->channel);
1864 continue;
1865 }
1866
Zhu Yib481de92007-09-25 17:54:57 -07001867 scan_ch->active_dwell = cpu_to_le16(active_dwell);
1868 scan_ch->passive_dwell = cpu_to_le16(passive_dwell);
Abhijeet Kolekar011a0332008-12-02 12:14:07 -08001869 /* If passive , set up for auto-switch
1870 * and use long active_dwell time.
1871 */
1872 if (!is_active || is_channel_passive(ch_info) ||
Johannes Berg4e05c232009-06-19 13:52:44 -07001873 (chan->flags & IEEE80211_CHAN_PASSIVE_SCAN)) {
Abhijeet Kolekar011a0332008-12-02 12:14:07 -08001874 scan_ch->type = 0; /* passive */
1875 if (IWL_UCODE_API(priv->ucode_ver) == 1)
1876 scan_ch->active_dwell = cpu_to_le16(passive_dwell - 1);
1877 } else {
1878 scan_ch->type = 1; /* active */
1879 }
1880
1881 /* Set direct probe bits. These may be used both for active
1882 * scan channels (probes gets sent right away),
1883 * or for passive channels (probes get se sent only after
1884 * hearing clear Rx packet).*/
1885 if (IWL_UCODE_API(priv->ucode_ver) >= 2) {
1886 if (n_probes)
Winkler, Tomas0d210442009-01-23 13:45:21 -08001887 scan_ch->type |= IWL39_SCAN_PROBE_MASK(n_probes);
Abhijeet Kolekar011a0332008-12-02 12:14:07 -08001888 } else {
1889 /* uCode v1 does not allow setting direct probe bits on
1890 * passive channel. */
1891 if ((scan_ch->type & 1) && n_probes)
Winkler, Tomas0d210442009-01-23 13:45:21 -08001892 scan_ch->type |= IWL39_SCAN_PROBE_MASK(n_probes);
Abhijeet Kolekar011a0332008-12-02 12:14:07 -08001893 }
Zhu Yib481de92007-09-25 17:54:57 -07001894
Ben Cahill9fbab512007-11-29 11:09:47 +08001895 /* Set txpower levels to defaults */
Zhu Yib481de92007-09-25 17:54:57 -07001896 scan_ch->tpc.dsp_atten = 110;
1897 /* scan_pwr_info->tpc.dsp_atten; */
1898
1899 /*scan_pwr_info->tpc.tx_gain; */
Johannes Berg8318d782008-01-24 19:38:38 +01001900 if (band == IEEE80211_BAND_5GHZ)
Zhu Yib481de92007-09-25 17:54:57 -07001901 scan_ch->tpc.tx_gain = ((1 << 5) | (3 << 3)) | 3;
1902 else {
1903 scan_ch->tpc.tx_gain = ((1 << 5) | (5 << 3));
1904 /* NOTE: if we were doing 6Mb OFDM for scans we'd use
Ben Cahill9fbab512007-11-29 11:09:47 +08001905 * power level:
Reinette Chatre8a1b0242008-01-14 17:46:25 -08001906 * scan_ch->tpc.tx_gain = ((1 << 5) | (2 << 3)) | 3;
Zhu Yib481de92007-09-25 17:54:57 -07001907 */
1908 }
1909
Tomas Winklere1623442009-01-27 14:27:56 -08001910 IWL_DEBUG_SCAN(priv, "Scanning %d [%s %d]\n",
Zhu Yib481de92007-09-25 17:54:57 -07001911 scan_ch->channel,
1912 (scan_ch->type & 1) ? "ACTIVE" : "PASSIVE",
1913 (scan_ch->type & 1) ?
1914 active_dwell : passive_dwell);
1915
1916 scan_ch++;
1917 added++;
1918 }
1919
Frans Pop91dd6c22010-03-24 14:19:58 -07001920 IWL_DEBUG_SCAN(priv, "total channels to scan %d\n", added);
Zhu Yib481de92007-09-25 17:54:57 -07001921 return added;
1922}
1923
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001924static void iwl3945_init_hw_rates(struct iwl_priv *priv,
Zhu Yib481de92007-09-25 17:54:57 -07001925 struct ieee80211_rate *rates)
1926{
1927 int i;
1928
Dan Carpenter8e1a53c2010-03-28 14:55:00 +03001929 for (i = 0; i < IWL_RATE_COUNT_LEGACY; i++) {
Johannes Berg8318d782008-01-24 19:38:38 +01001930 rates[i].bitrate = iwl3945_rates[i].ieee * 5;
1931 rates[i].hw_value = i; /* Rate scaling will work on indexes */
1932 rates[i].hw_value_short = i;
1933 rates[i].flags = 0;
Samuel Ortizd9829a62008-12-19 10:37:12 +08001934 if ((i > IWL39_LAST_OFDM_RATE) || (i < IWL_FIRST_OFDM_RATE)) {
Zhu Yib481de92007-09-25 17:54:57 -07001935 /*
Johannes Berg8318d782008-01-24 19:38:38 +01001936 * If CCK != 1M then set short preamble rate flag.
Zhu Yib481de92007-09-25 17:54:57 -07001937 */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001938 rates[i].flags |= (iwl3945_rates[i].plcp == 10) ?
Johannes Berg8318d782008-01-24 19:38:38 +01001939 0 : IEEE80211_RATE_SHORT_PREAMBLE;
Zhu Yib481de92007-09-25 17:54:57 -07001940 }
Zhu Yib481de92007-09-25 17:54:57 -07001941 }
1942}
1943
Zhu Yib481de92007-09-25 17:54:57 -07001944/******************************************************************************
1945 *
1946 * uCode download functions
1947 *
1948 ******************************************************************************/
1949
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001950static void iwl3945_dealloc_ucode_pci(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07001951{
Tomas Winkler98c92212008-01-14 17:46:20 -08001952 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_code);
1953 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_data);
1954 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_data_backup);
1955 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_init);
1956 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_init_data);
1957 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_boot);
Zhu Yib481de92007-09-25 17:54:57 -07001958}
1959
1960/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001961 * iwl3945_verify_inst_full - verify runtime uCode image in card vs. host,
Zhu Yib481de92007-09-25 17:54:57 -07001962 * looking at all data.
1963 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001964static int iwl3945_verify_inst_full(struct iwl_priv *priv, __le32 *image, u32 len)
Zhu Yib481de92007-09-25 17:54:57 -07001965{
1966 u32 val;
1967 u32 save_len = len;
1968 int rc = 0;
1969 u32 errcnt;
1970
Tomas Winklere1623442009-01-27 14:27:56 -08001971 IWL_DEBUG_INFO(priv, "ucode inst image size is %u\n", len);
Zhu Yib481de92007-09-25 17:54:57 -07001972
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001973 iwl_write_direct32(priv, HBUS_TARG_MEM_RADDR,
Samuel Ortiz250bdd22008-12-19 10:37:11 +08001974 IWL39_RTC_INST_LOWER_BOUND);
Zhu Yib481de92007-09-25 17:54:57 -07001975
1976 errcnt = 0;
1977 for (; len > 0; len -= sizeof(u32), image++) {
1978 /* read data comes through single port, auto-incr addr */
1979 /* NOTE: Use the debugless read so we don't flood kernel log
1980 * if IWL_DL_IO is set */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001981 val = _iwl_read_direct32(priv, HBUS_TARG_MEM_RDAT);
Zhu Yib481de92007-09-25 17:54:57 -07001982 if (val != le32_to_cpu(*image)) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08001983 IWL_ERR(priv, "uCode INST section is invalid at "
Zhu Yib481de92007-09-25 17:54:57 -07001984 "offset 0x%x, is 0x%x, s/b 0x%x\n",
1985 save_len - len, val, le32_to_cpu(*image));
1986 rc = -EIO;
1987 errcnt++;
1988 if (errcnt >= 20)
1989 break;
1990 }
1991 }
1992
Zhu Yib481de92007-09-25 17:54:57 -07001993
1994 if (!errcnt)
Tomas Winklere1623442009-01-27 14:27:56 -08001995 IWL_DEBUG_INFO(priv,
1996 "ucode image in INSTRUCTION memory is good\n");
Zhu Yib481de92007-09-25 17:54:57 -07001997
1998 return rc;
1999}
2000
2001
2002/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002003 * iwl3945_verify_inst_sparse - verify runtime uCode image in card vs. host,
Zhu Yib481de92007-09-25 17:54:57 -07002004 * using sample data 100 bytes apart. If these sample points are good,
2005 * it's a pretty good bet that everything between them is good, too.
2006 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002007static int iwl3945_verify_inst_sparse(struct iwl_priv *priv, __le32 *image, u32 len)
Zhu Yib481de92007-09-25 17:54:57 -07002008{
2009 u32 val;
2010 int rc = 0;
2011 u32 errcnt = 0;
2012 u32 i;
2013
Tomas Winklere1623442009-01-27 14:27:56 -08002014 IWL_DEBUG_INFO(priv, "ucode inst image size is %u\n", len);
Zhu Yib481de92007-09-25 17:54:57 -07002015
Zhu Yib481de92007-09-25 17:54:57 -07002016 for (i = 0; i < len; i += 100, image += 100/sizeof(u32)) {
2017 /* read data comes through single port, auto-incr addr */
2018 /* NOTE: Use the debugless read so we don't flood kernel log
2019 * if IWL_DL_IO is set */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002020 iwl_write_direct32(priv, HBUS_TARG_MEM_RADDR,
Samuel Ortiz250bdd22008-12-19 10:37:11 +08002021 i + IWL39_RTC_INST_LOWER_BOUND);
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002022 val = _iwl_read_direct32(priv, HBUS_TARG_MEM_RDAT);
Zhu Yib481de92007-09-25 17:54:57 -07002023 if (val != le32_to_cpu(*image)) {
2024#if 0 /* Enable this if you want to see details */
Winkler, Tomas15b16872008-12-19 10:37:33 +08002025 IWL_ERR(priv, "uCode INST section is invalid at "
Zhu Yib481de92007-09-25 17:54:57 -07002026 "offset 0x%x, is 0x%x, s/b 0x%x\n",
2027 i, val, *image);
2028#endif
2029 rc = -EIO;
2030 errcnt++;
2031 if (errcnt >= 3)
2032 break;
2033 }
2034 }
2035
Zhu Yib481de92007-09-25 17:54:57 -07002036 return rc;
2037}
2038
2039
2040/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002041 * iwl3945_verify_ucode - determine which instruction image is in SRAM,
Zhu Yib481de92007-09-25 17:54:57 -07002042 * and verify its contents
2043 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002044static int iwl3945_verify_ucode(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002045{
2046 __le32 *image;
2047 u32 len;
2048 int rc = 0;
2049
2050 /* Try bootstrap */
2051 image = (__le32 *)priv->ucode_boot.v_addr;
2052 len = priv->ucode_boot.len;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002053 rc = iwl3945_verify_inst_sparse(priv, image, len);
Zhu Yib481de92007-09-25 17:54:57 -07002054 if (rc == 0) {
Tomas Winklere1623442009-01-27 14:27:56 -08002055 IWL_DEBUG_INFO(priv, "Bootstrap uCode is good in inst SRAM\n");
Zhu Yib481de92007-09-25 17:54:57 -07002056 return 0;
2057 }
2058
2059 /* Try initialize */
2060 image = (__le32 *)priv->ucode_init.v_addr;
2061 len = priv->ucode_init.len;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002062 rc = iwl3945_verify_inst_sparse(priv, image, len);
Zhu Yib481de92007-09-25 17:54:57 -07002063 if (rc == 0) {
Tomas Winklere1623442009-01-27 14:27:56 -08002064 IWL_DEBUG_INFO(priv, "Initialize uCode is good in inst SRAM\n");
Zhu Yib481de92007-09-25 17:54:57 -07002065 return 0;
2066 }
2067
2068 /* Try runtime/protocol */
2069 image = (__le32 *)priv->ucode_code.v_addr;
2070 len = priv->ucode_code.len;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002071 rc = iwl3945_verify_inst_sparse(priv, image, len);
Zhu Yib481de92007-09-25 17:54:57 -07002072 if (rc == 0) {
Tomas Winklere1623442009-01-27 14:27:56 -08002073 IWL_DEBUG_INFO(priv, "Runtime uCode is good in inst SRAM\n");
Zhu Yib481de92007-09-25 17:54:57 -07002074 return 0;
2075 }
2076
Winkler, Tomas15b16872008-12-19 10:37:33 +08002077 IWL_ERR(priv, "NO VALID UCODE IMAGE IN INSTRUCTION SRAM!!\n");
Zhu Yib481de92007-09-25 17:54:57 -07002078
Ben Cahill9fbab512007-11-29 11:09:47 +08002079 /* Since nothing seems to match, show first several data entries in
2080 * instruction SRAM, so maybe visual inspection will give a clue.
2081 * Selection of bootstrap image (vs. other images) is arbitrary. */
Zhu Yib481de92007-09-25 17:54:57 -07002082 image = (__le32 *)priv->ucode_boot.v_addr;
2083 len = priv->ucode_boot.len;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002084 rc = iwl3945_verify_inst_full(priv, image, len);
Zhu Yib481de92007-09-25 17:54:57 -07002085
2086 return rc;
2087}
2088
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002089static void iwl3945_nic_start(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002090{
2091 /* Remove all resets to allow NIC to operate */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002092 iwl_write32(priv, CSR_RESET, 0);
Zhu Yib481de92007-09-25 17:54:57 -07002093}
2094
Johannes Berg93b1a2f2010-04-28 12:09:13 -07002095#define IWL3945_UCODE_GET(item) \
2096static u32 iwl3945_ucode_get_##item(const struct iwl_ucode_header *ucode)\
2097{ \
2098 return le32_to_cpu(ucode->u.v1.item); \
2099}
2100
2101static u32 iwl3945_ucode_get_header_size(u32 api_ver)
2102{
Johannes Berg22adba22010-04-28 12:09:14 -07002103 return 24;
Johannes Berg93b1a2f2010-04-28 12:09:13 -07002104}
2105
2106static u8 *iwl3945_ucode_get_data(const struct iwl_ucode_header *ucode)
2107{
2108 return (u8 *) ucode->u.v1.data;
2109}
2110
2111IWL3945_UCODE_GET(inst_size);
2112IWL3945_UCODE_GET(data_size);
2113IWL3945_UCODE_GET(init_size);
2114IWL3945_UCODE_GET(init_data_size);
2115IWL3945_UCODE_GET(boot_size);
2116
Zhu Yib481de92007-09-25 17:54:57 -07002117/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002118 * iwl3945_read_ucode - Read uCode images from disk file.
Zhu Yib481de92007-09-25 17:54:57 -07002119 *
2120 * Copy into buffers for card to fetch via bus-mastering
2121 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002122static int iwl3945_read_ucode(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002123{
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002124 const struct iwl_ucode_header *ucode;
Reinette Chatrea0987a82008-12-02 12:14:06 -08002125 int ret = -EINVAL, index;
Zhu Yib481de92007-09-25 17:54:57 -07002126 const struct firmware *ucode_raw;
2127 /* firmware file name contains uCode/driver compatibility version */
Reinette Chatrea0987a82008-12-02 12:14:06 -08002128 const char *name_pre = priv->cfg->fw_name_pre;
2129 const unsigned int api_max = priv->cfg->ucode_api_max;
2130 const unsigned int api_min = priv->cfg->ucode_api_min;
2131 char buf[25];
Zhu Yib481de92007-09-25 17:54:57 -07002132 u8 *src;
2133 size_t len;
Reinette Chatrea0987a82008-12-02 12:14:06 -08002134 u32 api_ver, inst_size, data_size, init_size, init_data_size, boot_size;
Zhu Yib481de92007-09-25 17:54:57 -07002135
2136 /* Ask kernel firmware_class module to get the boot firmware off disk.
2137 * request_firmware() is synchronous, file is in memory on return. */
Reinette Chatrea0987a82008-12-02 12:14:06 -08002138 for (index = api_max; index >= api_min; index--) {
2139 sprintf(buf, "%s%u%s", name_pre, index, ".ucode");
2140 ret = request_firmware(&ucode_raw, buf, &priv->pci_dev->dev);
2141 if (ret < 0) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08002142 IWL_ERR(priv, "%s firmware file req failed: %d\n",
Reinette Chatrea0987a82008-12-02 12:14:06 -08002143 buf, ret);
2144 if (ret == -ENOENT)
2145 continue;
2146 else
2147 goto error;
2148 } else {
2149 if (index < api_max)
Winkler, Tomas15b16872008-12-19 10:37:33 +08002150 IWL_ERR(priv, "Loaded firmware %s, "
2151 "which is deprecated. "
2152 " Please use API v%u instead.\n",
Reinette Chatrea0987a82008-12-02 12:14:06 -08002153 buf, api_max);
Tomas Winklere1623442009-01-27 14:27:56 -08002154 IWL_DEBUG_INFO(priv, "Got firmware '%s' file "
2155 "(%zd bytes) from disk\n",
Reinette Chatrea0987a82008-12-02 12:14:06 -08002156 buf, ucode_raw->size);
2157 break;
2158 }
Zhu Yib481de92007-09-25 17:54:57 -07002159 }
2160
Reinette Chatrea0987a82008-12-02 12:14:06 -08002161 if (ret < 0)
2162 goto error;
Zhu Yib481de92007-09-25 17:54:57 -07002163
2164 /* Make sure that we got at least our header! */
Johannes Berg93b1a2f2010-04-28 12:09:13 -07002165 if (ucode_raw->size < iwl3945_ucode_get_header_size(1)) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08002166 IWL_ERR(priv, "File size way too small!\n");
Tomas Winkler90e759d2007-11-29 11:09:41 +08002167 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07002168 goto err_release;
2169 }
2170
2171 /* Data from ucode file: header followed by uCode images */
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002172 ucode = (struct iwl_ucode_header *)ucode_raw->data;
Zhu Yib481de92007-09-25 17:54:57 -07002173
Chatre, Reinettec02b3ac2008-12-02 12:14:05 -08002174 priv->ucode_ver = le32_to_cpu(ucode->ver);
Reinette Chatrea0987a82008-12-02 12:14:06 -08002175 api_ver = IWL_UCODE_API(priv->ucode_ver);
Johannes Berg93b1a2f2010-04-28 12:09:13 -07002176 inst_size = iwl3945_ucode_get_inst_size(ucode);
2177 data_size = iwl3945_ucode_get_data_size(ucode);
2178 init_size = iwl3945_ucode_get_init_size(ucode);
2179 init_data_size = iwl3945_ucode_get_init_data_size(ucode);
2180 boot_size = iwl3945_ucode_get_boot_size(ucode);
2181 src = iwl3945_ucode_get_data(ucode);
Zhu Yib481de92007-09-25 17:54:57 -07002182
Reinette Chatrea0987a82008-12-02 12:14:06 -08002183 /* api_ver should match the api version forming part of the
2184 * firmware filename ... but we don't check for that and only rely
Nick Andrew877d0312009-01-26 11:06:57 +01002185 * on the API version read from firmware header from here on forward */
Reinette Chatrea0987a82008-12-02 12:14:06 -08002186
2187 if (api_ver < api_min || api_ver > api_max) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08002188 IWL_ERR(priv, "Driver unable to support your firmware API. "
Reinette Chatrea0987a82008-12-02 12:14:06 -08002189 "Driver supports v%u, firmware is v%u.\n",
2190 api_max, api_ver);
2191 priv->ucode_ver = 0;
2192 ret = -EINVAL;
2193 goto err_release;
2194 }
2195 if (api_ver != api_max)
Winkler, Tomas15b16872008-12-19 10:37:33 +08002196 IWL_ERR(priv, "Firmware has old API version. Expected %u, "
Reinette Chatrea0987a82008-12-02 12:14:06 -08002197 "got %u. New firmware can be obtained "
2198 "from http://www.intellinuxwireless.org.\n",
2199 api_max, api_ver);
2200
Tomas Winkler978785a2008-12-19 10:37:31 +08002201 IWL_INFO(priv, "loaded firmware version %u.%u.%u.%u\n",
2202 IWL_UCODE_MAJOR(priv->ucode_ver),
2203 IWL_UCODE_MINOR(priv->ucode_ver),
2204 IWL_UCODE_API(priv->ucode_ver),
2205 IWL_UCODE_SERIAL(priv->ucode_ver));
2206
Reinette Chatre5ebeb5a2009-10-30 14:36:04 -07002207 snprintf(priv->hw->wiphy->fw_version,
2208 sizeof(priv->hw->wiphy->fw_version),
2209 "%u.%u.%u.%u",
2210 IWL_UCODE_MAJOR(priv->ucode_ver),
2211 IWL_UCODE_MINOR(priv->ucode_ver),
2212 IWL_UCODE_API(priv->ucode_ver),
2213 IWL_UCODE_SERIAL(priv->ucode_ver));
2214
Tomas Winklere1623442009-01-27 14:27:56 -08002215 IWL_DEBUG_INFO(priv, "f/w package hdr ucode version raw = 0x%x\n",
Reinette Chatrea0987a82008-12-02 12:14:06 -08002216 priv->ucode_ver);
Tomas Winklere1623442009-01-27 14:27:56 -08002217 IWL_DEBUG_INFO(priv, "f/w package hdr runtime inst size = %u\n",
2218 inst_size);
2219 IWL_DEBUG_INFO(priv, "f/w package hdr runtime data size = %u\n",
2220 data_size);
2221 IWL_DEBUG_INFO(priv, "f/w package hdr init inst size = %u\n",
2222 init_size);
2223 IWL_DEBUG_INFO(priv, "f/w package hdr init data size = %u\n",
2224 init_data_size);
2225 IWL_DEBUG_INFO(priv, "f/w package hdr boot inst size = %u\n",
2226 boot_size);
Zhu Yib481de92007-09-25 17:54:57 -07002227
Reinette Chatrea0987a82008-12-02 12:14:06 -08002228
Zhu Yib481de92007-09-25 17:54:57 -07002229 /* Verify size of file vs. image size info in file's header */
Johannes Berg93b1a2f2010-04-28 12:09:13 -07002230 if (ucode_raw->size != iwl3945_ucode_get_header_size(api_ver) +
Zhu Yib481de92007-09-25 17:54:57 -07002231 inst_size + data_size + init_size +
2232 init_data_size + boot_size) {
2233
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002234 IWL_DEBUG_INFO(priv,
2235 "uCode file size %zd does not match expected size\n",
2236 ucode_raw->size);
Tomas Winkler90e759d2007-11-29 11:09:41 +08002237 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07002238 goto err_release;
2239 }
2240
2241 /* Verify that uCode images will fit in card's SRAM */
Samuel Ortiz250bdd22008-12-19 10:37:11 +08002242 if (inst_size > IWL39_MAX_INST_SIZE) {
Tomas Winklere1623442009-01-27 14:27:56 -08002243 IWL_DEBUG_INFO(priv, "uCode instr len %d too large to fit in\n",
Tomas Winkler90e759d2007-11-29 11:09:41 +08002244 inst_size);
2245 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07002246 goto err_release;
2247 }
2248
Samuel Ortiz250bdd22008-12-19 10:37:11 +08002249 if (data_size > IWL39_MAX_DATA_SIZE) {
Tomas Winklere1623442009-01-27 14:27:56 -08002250 IWL_DEBUG_INFO(priv, "uCode data len %d too large to fit in\n",
Tomas Winkler90e759d2007-11-29 11:09:41 +08002251 data_size);
2252 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07002253 goto err_release;
2254 }
Samuel Ortiz250bdd22008-12-19 10:37:11 +08002255 if (init_size > IWL39_MAX_INST_SIZE) {
Tomas Winklere1623442009-01-27 14:27:56 -08002256 IWL_DEBUG_INFO(priv,
2257 "uCode init instr len %d too large to fit in\n",
Tomas Winkler90e759d2007-11-29 11:09:41 +08002258 init_size);
2259 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07002260 goto err_release;
2261 }
Samuel Ortiz250bdd22008-12-19 10:37:11 +08002262 if (init_data_size > IWL39_MAX_DATA_SIZE) {
Tomas Winklere1623442009-01-27 14:27:56 -08002263 IWL_DEBUG_INFO(priv,
2264 "uCode init data len %d too large to fit in\n",
Tomas Winkler90e759d2007-11-29 11:09:41 +08002265 init_data_size);
2266 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07002267 goto err_release;
2268 }
Samuel Ortiz250bdd22008-12-19 10:37:11 +08002269 if (boot_size > IWL39_MAX_BSM_SIZE) {
Tomas Winklere1623442009-01-27 14:27:56 -08002270 IWL_DEBUG_INFO(priv,
2271 "uCode boot instr len %d too large to fit in\n",
Tomas Winkler90e759d2007-11-29 11:09:41 +08002272 boot_size);
2273 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07002274 goto err_release;
2275 }
2276
2277 /* Allocate ucode buffers for card's bus-master loading ... */
2278
2279 /* Runtime instructions and 2 copies of data:
2280 * 1) unmodified from disk
2281 * 2) backup cache for save/restore during power-downs */
2282 priv->ucode_code.len = inst_size;
Tomas Winkler98c92212008-01-14 17:46:20 -08002283 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_code);
Zhu Yib481de92007-09-25 17:54:57 -07002284
2285 priv->ucode_data.len = data_size;
Tomas Winkler98c92212008-01-14 17:46:20 -08002286 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_data);
Zhu Yib481de92007-09-25 17:54:57 -07002287
2288 priv->ucode_data_backup.len = data_size;
Tomas Winkler98c92212008-01-14 17:46:20 -08002289 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_data_backup);
Zhu Yib481de92007-09-25 17:54:57 -07002290
2291 if (!priv->ucode_code.v_addr || !priv->ucode_data.v_addr ||
Tomas Winkler90e759d2007-11-29 11:09:41 +08002292 !priv->ucode_data_backup.v_addr)
Zhu Yib481de92007-09-25 17:54:57 -07002293 goto err_pci_alloc;
2294
Tomas Winkler90e759d2007-11-29 11:09:41 +08002295 /* Initialization instructions and data */
2296 if (init_size && init_data_size) {
2297 priv->ucode_init.len = init_size;
Tomas Winkler98c92212008-01-14 17:46:20 -08002298 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_init);
Tomas Winkler90e759d2007-11-29 11:09:41 +08002299
2300 priv->ucode_init_data.len = init_data_size;
Tomas Winkler98c92212008-01-14 17:46:20 -08002301 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_init_data);
Tomas Winkler90e759d2007-11-29 11:09:41 +08002302
2303 if (!priv->ucode_init.v_addr || !priv->ucode_init_data.v_addr)
2304 goto err_pci_alloc;
2305 }
2306
2307 /* Bootstrap (instructions only, no data) */
2308 if (boot_size) {
2309 priv->ucode_boot.len = boot_size;
Tomas Winkler98c92212008-01-14 17:46:20 -08002310 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_boot);
Tomas Winkler90e759d2007-11-29 11:09:41 +08002311
2312 if (!priv->ucode_boot.v_addr)
2313 goto err_pci_alloc;
2314 }
2315
Zhu Yib481de92007-09-25 17:54:57 -07002316 /* Copy images into buffers for card's bus-master reads ... */
2317
2318 /* Runtime instructions (first block of data in file) */
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002319 len = inst_size;
Tomas Winklere1623442009-01-27 14:27:56 -08002320 IWL_DEBUG_INFO(priv,
2321 "Copying (but not loading) uCode instr len %zd\n", len);
Zhu Yib481de92007-09-25 17:54:57 -07002322 memcpy(priv->ucode_code.v_addr, src, len);
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002323 src += len;
2324
Tomas Winklere1623442009-01-27 14:27:56 -08002325 IWL_DEBUG_INFO(priv, "uCode instr buf vaddr = 0x%p, paddr = 0x%08x\n",
Zhu Yib481de92007-09-25 17:54:57 -07002326 priv->ucode_code.v_addr, (u32)priv->ucode_code.p_addr);
2327
2328 /* Runtime data (2nd block)
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002329 * NOTE: Copy into backup buffer will be done in iwl3945_up() */
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002330 len = data_size;
Tomas Winklere1623442009-01-27 14:27:56 -08002331 IWL_DEBUG_INFO(priv,
2332 "Copying (but not loading) uCode data len %zd\n", len);
Zhu Yib481de92007-09-25 17:54:57 -07002333 memcpy(priv->ucode_data.v_addr, src, len);
2334 memcpy(priv->ucode_data_backup.v_addr, src, len);
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002335 src += len;
Zhu Yib481de92007-09-25 17:54:57 -07002336
2337 /* Initialization instructions (3rd block) */
2338 if (init_size) {
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002339 len = init_size;
Tomas Winklere1623442009-01-27 14:27:56 -08002340 IWL_DEBUG_INFO(priv,
2341 "Copying (but not loading) init instr len %zd\n", len);
Zhu Yib481de92007-09-25 17:54:57 -07002342 memcpy(priv->ucode_init.v_addr, src, len);
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002343 src += len;
Zhu Yib481de92007-09-25 17:54:57 -07002344 }
2345
2346 /* Initialization data (4th block) */
2347 if (init_data_size) {
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002348 len = init_data_size;
Tomas Winklere1623442009-01-27 14:27:56 -08002349 IWL_DEBUG_INFO(priv,
2350 "Copying (but not loading) init data len %zd\n", len);
Zhu Yib481de92007-09-25 17:54:57 -07002351 memcpy(priv->ucode_init_data.v_addr, src, len);
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002352 src += len;
Zhu Yib481de92007-09-25 17:54:57 -07002353 }
2354
2355 /* Bootstrap instructions (5th block) */
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002356 len = boot_size;
Tomas Winklere1623442009-01-27 14:27:56 -08002357 IWL_DEBUG_INFO(priv,
2358 "Copying (but not loading) boot instr len %zd\n", len);
Zhu Yib481de92007-09-25 17:54:57 -07002359 memcpy(priv->ucode_boot.v_addr, src, len);
2360
2361 /* We have our copies now, allow OS release its copies */
2362 release_firmware(ucode_raw);
2363 return 0;
2364
2365 err_pci_alloc:
Winkler, Tomas15b16872008-12-19 10:37:33 +08002366 IWL_ERR(priv, "failed to allocate pci memory\n");
Tomas Winkler90e759d2007-11-29 11:09:41 +08002367 ret = -ENOMEM;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002368 iwl3945_dealloc_ucode_pci(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002369
2370 err_release:
2371 release_firmware(ucode_raw);
2372
2373 error:
Tomas Winkler90e759d2007-11-29 11:09:41 +08002374 return ret;
Zhu Yib481de92007-09-25 17:54:57 -07002375}
2376
2377
2378/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002379 * iwl3945_set_ucode_ptrs - Set uCode address location
Zhu Yib481de92007-09-25 17:54:57 -07002380 *
2381 * Tell initialization uCode where to find runtime uCode.
2382 *
2383 * BSM registers initially contain pointers to initialization uCode.
2384 * We need to replace them to load runtime uCode inst and data,
2385 * and to save runtime data when powering down.
2386 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002387static int iwl3945_set_ucode_ptrs(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002388{
2389 dma_addr_t pinst;
2390 dma_addr_t pdata;
Zhu Yib481de92007-09-25 17:54:57 -07002391
2392 /* bits 31:0 for 3945 */
2393 pinst = priv->ucode_code.p_addr;
2394 pdata = priv->ucode_data_backup.p_addr;
2395
Zhu Yib481de92007-09-25 17:54:57 -07002396 /* Tell bootstrap uCode where to find image to load */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002397 iwl_write_prph(priv, BSM_DRAM_INST_PTR_REG, pinst);
2398 iwl_write_prph(priv, BSM_DRAM_DATA_PTR_REG, pdata);
2399 iwl_write_prph(priv, BSM_DRAM_DATA_BYTECOUNT_REG,
Zhu Yib481de92007-09-25 17:54:57 -07002400 priv->ucode_data.len);
2401
Tomas Winklera96a27f2008-10-23 23:48:56 -07002402 /* Inst byte count must be last to set up, bit 31 signals uCode
Zhu Yib481de92007-09-25 17:54:57 -07002403 * that all new ptr/size info is in place */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002404 iwl_write_prph(priv, BSM_DRAM_INST_BYTECOUNT_REG,
Zhu Yib481de92007-09-25 17:54:57 -07002405 priv->ucode_code.len | BSM_DRAM_INST_LOAD);
2406
Tomas Winklere1623442009-01-27 14:27:56 -08002407 IWL_DEBUG_INFO(priv, "Runtime uCode pointers are set.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002408
Mohamed Abbasa8b50a02009-05-22 11:01:47 -07002409 return 0;
Zhu Yib481de92007-09-25 17:54:57 -07002410}
2411
2412/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002413 * iwl3945_init_alive_start - Called after REPLY_ALIVE notification received
Zhu Yib481de92007-09-25 17:54:57 -07002414 *
2415 * Called after REPLY_ALIVE notification received from "initialize" uCode.
2416 *
Zhu Yib481de92007-09-25 17:54:57 -07002417 * Tell "initialize" uCode to go ahead and load the runtime uCode.
Ben Cahill9fbab512007-11-29 11:09:47 +08002418 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002419static void iwl3945_init_alive_start(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002420{
2421 /* Check alive response for "valid" sign from uCode */
2422 if (priv->card_alive_init.is_valid != UCODE_VALID_OK) {
2423 /* We had an error bringing up the hardware, so take it
2424 * all the way back down so we can try again */
Tomas Winklere1623442009-01-27 14:27:56 -08002425 IWL_DEBUG_INFO(priv, "Initialize Alive failed.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002426 goto restart;
2427 }
2428
2429 /* Bootstrap uCode has loaded initialize uCode ... verify inst image.
2430 * This is a paranoid check, because we would not have gotten the
2431 * "initialize" alive if code weren't properly loaded. */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002432 if (iwl3945_verify_ucode(priv)) {
Zhu Yib481de92007-09-25 17:54:57 -07002433 /* Runtime instruction load was bad;
2434 * take it all the way back down so we can try again */
Tomas Winklere1623442009-01-27 14:27:56 -08002435 IWL_DEBUG_INFO(priv, "Bad \"initialize\" uCode load.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002436 goto restart;
2437 }
2438
2439 /* Send pointers to protocol/runtime uCode image ... init code will
2440 * load and launch runtime uCode, which will send us another "Alive"
2441 * notification. */
Tomas Winklere1623442009-01-27 14:27:56 -08002442 IWL_DEBUG_INFO(priv, "Initialization Alive received.\n");
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002443 if (iwl3945_set_ucode_ptrs(priv)) {
Zhu Yib481de92007-09-25 17:54:57 -07002444 /* Runtime instruction load won't happen;
2445 * take it all the way back down so we can try again */
Tomas Winklere1623442009-01-27 14:27:56 -08002446 IWL_DEBUG_INFO(priv, "Couldn't set up uCode pointers.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002447 goto restart;
2448 }
2449 return;
2450
2451 restart:
2452 queue_work(priv->workqueue, &priv->restart);
2453}
2454
Zhu Yib481de92007-09-25 17:54:57 -07002455/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002456 * iwl3945_alive_start - called after REPLY_ALIVE notification received
Zhu Yib481de92007-09-25 17:54:57 -07002457 * from protocol/runtime uCode (initialization uCode's
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002458 * Alive gets handled by iwl3945_init_alive_start()).
Zhu Yib481de92007-09-25 17:54:57 -07002459 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002460static void iwl3945_alive_start(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002461{
Zhu Yib481de92007-09-25 17:54:57 -07002462 int thermal_spin = 0;
2463 u32 rfkill;
2464
Tomas Winklere1623442009-01-27 14:27:56 -08002465 IWL_DEBUG_INFO(priv, "Runtime Alive received.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002466
2467 if (priv->card_alive.is_valid != UCODE_VALID_OK) {
2468 /* We had an error bringing up the hardware, so take it
2469 * all the way back down so we can try again */
Tomas Winklere1623442009-01-27 14:27:56 -08002470 IWL_DEBUG_INFO(priv, "Alive failed.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002471 goto restart;
2472 }
2473
2474 /* Initialize uCode has loaded Runtime uCode ... verify inst image.
2475 * This is a paranoid check, because we would not have gotten the
2476 * "runtime" alive if code weren't properly loaded. */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002477 if (iwl3945_verify_ucode(priv)) {
Zhu Yib481de92007-09-25 17:54:57 -07002478 /* Runtime instruction load was bad;
2479 * take it all the way back down so we can try again */
Tomas Winklere1623442009-01-27 14:27:56 -08002480 IWL_DEBUG_INFO(priv, "Bad runtime uCode load.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002481 goto restart;
2482 }
2483
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002484 rfkill = iwl_read_prph(priv, APMG_RFKILL_REG);
Tomas Winklere1623442009-01-27 14:27:56 -08002485 IWL_DEBUG_INFO(priv, "RFKILL status: 0x%x\n", rfkill);
Zhu Yib481de92007-09-25 17:54:57 -07002486
2487 if (rfkill & 0x1) {
2488 clear_bit(STATUS_RF_KILL_HW, &priv->status);
Tomas Winklera96a27f2008-10-23 23:48:56 -07002489 /* if RFKILL is not on, then wait for thermal
Zhu Yib481de92007-09-25 17:54:57 -07002490 * sensor in adapter to kick in */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002491 while (iwl3945_hw_get_temperature(priv) == 0) {
Zhu Yib481de92007-09-25 17:54:57 -07002492 thermal_spin++;
2493 udelay(10);
2494 }
2495
2496 if (thermal_spin)
Tomas Winklere1623442009-01-27 14:27:56 -08002497 IWL_DEBUG_INFO(priv, "Thermal calibration took %dus\n",
Zhu Yib481de92007-09-25 17:54:57 -07002498 thermal_spin * 10);
2499 } else
2500 set_bit(STATUS_RF_KILL_HW, &priv->status);
2501
Ben Cahill9fbab512007-11-29 11:09:47 +08002502 /* After the ALIVE response, we can send commands to 3945 uCode */
Zhu Yib481de92007-09-25 17:54:57 -07002503 set_bit(STATUS_ALIVE, &priv->status);
2504
Wey-Yi Guyb74e31a2010-03-01 17:23:50 -08002505 if (priv->cfg->ops->lib->recover_from_tx_stall) {
2506 /* Enable timer to monitor the driver queues */
2507 mod_timer(&priv->monitor_recover,
2508 jiffies +
2509 msecs_to_jiffies(priv->cfg->monitor_recover_period));
2510 }
2511
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08002512 if (iwl_is_rfkill(priv))
Zhu Yib481de92007-09-25 17:54:57 -07002513 return;
2514
Johannes Berg36d68252008-05-15 12:55:26 +02002515 ieee80211_wake_queues(priv->hw);
Zhu Yib481de92007-09-25 17:54:57 -07002516
Johannes Berg470ab2d2010-01-21 11:23:30 -08002517 priv->active_rate = IWL_RATES_MASK;
Zhu Yib481de92007-09-25 17:54:57 -07002518
Ben Cahill4d6ccbf2009-11-13 11:56:29 -08002519 iwl_power_update_mode(priv, true);
Zhu Yib481de92007-09-25 17:54:57 -07002520
Samuel Ortiz8ccde882009-01-27 14:27:52 -08002521 if (iwl_is_associated(priv)) {
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002522 struct iwl3945_rxon_cmd *active_rxon =
Samuel Ortiz8ccde882009-01-27 14:27:52 -08002523 (struct iwl3945_rxon_cmd *)(&priv->active_rxon);
Zhu Yib481de92007-09-25 17:54:57 -07002524
Abhijeet Kolekar8a9b9922009-06-12 13:22:52 -07002525 priv->staging_rxon.filter_flags |= RXON_FILTER_ASSOC_MSK;
Zhu Yib481de92007-09-25 17:54:57 -07002526 active_rxon->filter_flags &= ~RXON_FILTER_ASSOC_MSK;
2527 } else {
2528 /* Initialize our rx_config data */
Johannes Berg1dda6d22010-04-29 04:43:06 -07002529 iwl_connection_init_rx_config(priv, NULL);
Zhu Yib481de92007-09-25 17:54:57 -07002530 }
2531
Ben Cahill9fbab512007-11-29 11:09:47 +08002532 /* Configure Bluetooth device coexistence support */
Johannes Berg65b52bd2010-04-13 01:04:31 -07002533 priv->cfg->ops->hcmd->send_bt_config(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002534
2535 /* Configure the adapter for unassociated operation */
Abhijeet Kolekare0158e62009-04-08 11:26:37 -07002536 iwlcore_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002537
Zhu Yib481de92007-09-25 17:54:57 -07002538 iwl3945_reg_txpower_periodic(priv);
2539
Johannes Berge932a602009-10-02 13:44:03 -07002540 iwl_leds_init(priv);
Reinette Chatrefe00b5a2008-04-03 16:05:23 -07002541
Tomas Winklere1623442009-01-27 14:27:56 -08002542 IWL_DEBUG_INFO(priv, "ALIVE processing complete.\n");
Rick Farringtona9f46782008-03-18 14:57:49 -07002543 set_bit(STATUS_READY, &priv->status);
Zhu Yi5a669262008-01-14 17:46:18 -08002544 wake_up_interruptible(&priv->wait_command_queue);
Zhu Yib481de92007-09-25 17:54:57 -07002545
Zhu Yib481de92007-09-25 17:54:57 -07002546 return;
2547
2548 restart:
2549 queue_work(priv->workqueue, &priv->restart);
2550}
2551
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002552static void iwl3945_cancel_deferred_work(struct iwl_priv *priv);
Zhu Yib481de92007-09-25 17:54:57 -07002553
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002554static void __iwl3945_down(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002555{
2556 unsigned long flags;
2557 int exit_pending = test_bit(STATUS_EXIT_PENDING, &priv->status);
2558 struct ieee80211_conf *conf = NULL;
2559
Tomas Winklere1623442009-01-27 14:27:56 -08002560 IWL_DEBUG_INFO(priv, DRV_NAME " is going down\n");
Zhu Yib481de92007-09-25 17:54:57 -07002561
2562 conf = ieee80211_get_hw_conf(priv->hw);
2563
2564 if (!exit_pending)
2565 set_bit(STATUS_EXIT_PENDING, &priv->status);
2566
Reinette Chatre7e246192010-02-18 22:58:32 -08002567 /* Station information will now be cleared in device */
Johannes Berg2c810cc2010-04-29 00:53:29 -07002568 iwl_clear_ucode_stations(priv);
2569 iwl_dealloc_bcast_station(priv);
Johannes Bergdb125c72010-05-07 01:49:15 -07002570 iwl_clear_driver_stations(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002571
2572 /* Unblock any waiting calls */
2573 wake_up_interruptible_all(&priv->wait_command_queue);
2574
Zhu Yib481de92007-09-25 17:54:57 -07002575 /* Wipe out the EXIT_PENDING status bit if we are not actually
2576 * exiting the module */
2577 if (!exit_pending)
2578 clear_bit(STATUS_EXIT_PENDING, &priv->status);
2579
2580 /* stop and reset the on-board processor */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002581 iwl_write32(priv, CSR_RESET, CSR_RESET_REG_FLAG_NEVO_RESET);
Zhu Yib481de92007-09-25 17:54:57 -07002582
2583 /* tell the device to stop sending interrupts */
Mohamed Abbas0359fac2008-03-28 16:21:08 -07002584 spin_lock_irqsave(&priv->lock, flags);
Abhijeet Kolekared3b9322009-02-18 15:54:30 -08002585 iwl_disable_interrupts(priv);
Mohamed Abbas0359fac2008-03-28 16:21:08 -07002586 spin_unlock_irqrestore(&priv->lock, flags);
2587 iwl_synchronize_irq(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002588
2589 if (priv->mac80211_registered)
2590 ieee80211_stop_queues(priv->hw);
2591
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002592 /* If we have not previously called iwl3945_init() then
Wey-Yi Guy6da3a132009-03-26 10:14:08 -07002593 * clear all bits but the RF Kill bits and return */
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08002594 if (!iwl_is_init(priv)) {
Zhu Yib481de92007-09-25 17:54:57 -07002595 priv->status = test_bit(STATUS_RF_KILL_HW, &priv->status) <<
2596 STATUS_RF_KILL_HW |
Reinette Chatre97888642008-02-06 11:20:38 -08002597 test_bit(STATUS_GEO_CONFIGURED, &priv->status) <<
2598 STATUS_GEO_CONFIGURED |
Abhijeet Kolekarebef2002008-06-30 17:23:18 +08002599 test_bit(STATUS_EXIT_PENDING, &priv->status) <<
2600 STATUS_EXIT_PENDING;
Zhu Yib481de92007-09-25 17:54:57 -07002601 goto exit;
2602 }
2603
Wey-Yi Guy6da3a132009-03-26 10:14:08 -07002604 /* ...otherwise clear out all the status bits but the RF Kill
Johannes Berga60e77e2009-06-04 18:26:06 +02002605 * bit and continue taking the NIC down. */
Zhu Yib481de92007-09-25 17:54:57 -07002606 priv->status &= test_bit(STATUS_RF_KILL_HW, &priv->status) <<
2607 STATUS_RF_KILL_HW |
Reinette Chatre97888642008-02-06 11:20:38 -08002608 test_bit(STATUS_GEO_CONFIGURED, &priv->status) <<
2609 STATUS_GEO_CONFIGURED |
Zhu Yib481de92007-09-25 17:54:57 -07002610 test_bit(STATUS_FW_ERROR, &priv->status) <<
Abhijeet Kolekarebef2002008-06-30 17:23:18 +08002611 STATUS_FW_ERROR |
2612 test_bit(STATUS_EXIT_PENDING, &priv->status) <<
2613 STATUS_EXIT_PENDING;
Zhu Yib481de92007-09-25 17:54:57 -07002614
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002615 iwl3945_hw_txq_ctx_stop(priv);
2616 iwl3945_hw_rxq_stop(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002617
Ben Cahill309e7312009-11-06 14:53:03 -08002618 /* Power-down device's busmaster DMA clocks */
2619 iwl_write_prph(priv, APMG_CLK_DIS_REG, APMG_CLK_VAL_DMA_CLK_RQT);
Zhu Yib481de92007-09-25 17:54:57 -07002620 udelay(5);
2621
Ben Cahill4d2ccdb2009-10-09 13:20:20 -07002622 /* Stop the device, and put it in low power state */
2623 priv->cfg->ops->lib->apm_ops.stop(priv);
Abbas, Mohamede9414b62009-01-20 21:33:55 -08002624
Zhu Yib481de92007-09-25 17:54:57 -07002625 exit:
Tomas Winkler3d24a9f2008-12-19 10:37:07 +08002626 memset(&priv->card_alive, 0, sizeof(struct iwl_alive_resp));
Zhu Yib481de92007-09-25 17:54:57 -07002627
2628 if (priv->ibss_beacon)
2629 dev_kfree_skb(priv->ibss_beacon);
2630 priv->ibss_beacon = NULL;
2631
2632 /* clear out any free frames */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002633 iwl3945_clear_free_frames(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002634}
2635
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002636static void iwl3945_down(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002637{
2638 mutex_lock(&priv->mutex);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002639 __iwl3945_down(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002640 mutex_unlock(&priv->mutex);
Zhu Yib24d22b2007-12-19 13:59:52 +08002641
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002642 iwl3945_cancel_deferred_work(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002643}
2644
2645#define MAX_HW_RESTARTS 5
2646
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002647static int __iwl3945_up(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002648{
2649 int rc, i;
2650
Johannes Berg2c810cc2010-04-29 00:53:29 -07002651 rc = iwl_alloc_bcast_station(priv, false);
2652 if (rc)
2653 return rc;
2654
Zhu Yib481de92007-09-25 17:54:57 -07002655 if (test_bit(STATUS_EXIT_PENDING, &priv->status)) {
Winkler, Tomas39aadf82008-12-19 10:37:32 +08002656 IWL_WARN(priv, "Exit pending; will not bring the NIC up\n");
Zhu Yib481de92007-09-25 17:54:57 -07002657 return -EIO;
2658 }
2659
Reinette Chatree903fbd2008-01-30 22:05:15 -08002660 if (!priv->ucode_data_backup.v_addr || !priv->ucode_data.v_addr) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08002661 IWL_ERR(priv, "ucode not available for device bring up\n");
Reinette Chatree903fbd2008-01-30 22:05:15 -08002662 return -EIO;
2663 }
2664
Zhu Yie655b9f2008-01-24 02:19:38 -08002665 /* If platform's RF_KILL switch is NOT set to KILL */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002666 if (iwl_read32(priv, CSR_GP_CNTRL) &
Zhu Yie655b9f2008-01-24 02:19:38 -08002667 CSR_GP_CNTRL_REG_FLAG_HW_RF_KILL_SW)
2668 clear_bit(STATUS_RF_KILL_HW, &priv->status);
2669 else {
2670 set_bit(STATUS_RF_KILL_HW, &priv->status);
Wey-Yi Guy6da3a132009-03-26 10:14:08 -07002671 IWL_WARN(priv, "Radio disabled by HW RF Kill switch\n");
2672 return -ENODEV;
Zhu Yib481de92007-09-25 17:54:57 -07002673 }
Adel Gadllah80fcc9e2008-07-01 17:49:50 +02002674
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002675 iwl_write32(priv, CSR_INT, 0xFFFFFFFF);
Zhu Yib481de92007-09-25 17:54:57 -07002676
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002677 rc = iwl3945_hw_nic_init(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002678 if (rc) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08002679 IWL_ERR(priv, "Unable to int nic\n");
Zhu Yib481de92007-09-25 17:54:57 -07002680 return rc;
2681 }
2682
2683 /* make sure rfkill handshake bits are cleared */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002684 iwl_write32(priv, CSR_UCODE_DRV_GP1_CLR, CSR_UCODE_SW_BIT_RFKILL);
2685 iwl_write32(priv, CSR_UCODE_DRV_GP1_CLR,
Zhu Yib481de92007-09-25 17:54:57 -07002686 CSR_UCODE_DRV_GP1_BIT_CMD_BLOCKED);
2687
2688 /* clear (again), then enable host interrupts */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002689 iwl_write32(priv, CSR_INT, 0xFFFFFFFF);
Abhijeet Kolekared3b9322009-02-18 15:54:30 -08002690 iwl_enable_interrupts(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002691
2692 /* really make sure rfkill handshake bits are cleared */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002693 iwl_write32(priv, CSR_UCODE_DRV_GP1_CLR, CSR_UCODE_SW_BIT_RFKILL);
2694 iwl_write32(priv, CSR_UCODE_DRV_GP1_CLR, CSR_UCODE_SW_BIT_RFKILL);
Zhu Yib481de92007-09-25 17:54:57 -07002695
2696 /* Copy original ucode data image from disk into backup cache.
2697 * This will be used to initialize the on-board processor's
2698 * data SRAM for a clean start when the runtime program first loads. */
2699 memcpy(priv->ucode_data_backup.v_addr, priv->ucode_data.v_addr,
Zhu Yi5a669262008-01-14 17:46:18 -08002700 priv->ucode_data.len);
Zhu Yib481de92007-09-25 17:54:57 -07002701
Zhu Yie655b9f2008-01-24 02:19:38 -08002702 /* We return success when we resume from suspend and rf_kill is on. */
2703 if (test_bit(STATUS_RF_KILL_HW, &priv->status))
2704 return 0;
2705
Zhu Yib481de92007-09-25 17:54:57 -07002706 for (i = 0; i < MAX_HW_RESTARTS; i++) {
2707
Zhu Yib481de92007-09-25 17:54:57 -07002708 /* load bootstrap state machine,
2709 * load bootstrap program into processor's memory,
2710 * prepare to load the "initialize" uCode */
Abhijeet Kolekar75a9a922010-02-26 15:17:01 -08002711 rc = priv->cfg->ops->lib->load_ucode(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002712
2713 if (rc) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08002714 IWL_ERR(priv,
2715 "Unable to set up bootstrap uCode: %d\n", rc);
Zhu Yib481de92007-09-25 17:54:57 -07002716 continue;
2717 }
2718
2719 /* start card; "initialize" will load runtime ucode */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002720 iwl3945_nic_start(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002721
Tomas Winklere1623442009-01-27 14:27:56 -08002722 IWL_DEBUG_INFO(priv, DRV_NAME " is coming up\n");
Zhu Yib481de92007-09-25 17:54:57 -07002723
2724 return 0;
2725 }
2726
2727 set_bit(STATUS_EXIT_PENDING, &priv->status);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002728 __iwl3945_down(priv);
Abhijeet Kolekarebef2002008-06-30 17:23:18 +08002729 clear_bit(STATUS_EXIT_PENDING, &priv->status);
Zhu Yib481de92007-09-25 17:54:57 -07002730
2731 /* tried to restart and config the device for as long as our
2732 * patience could withstand */
Winkler, Tomas15b16872008-12-19 10:37:33 +08002733 IWL_ERR(priv, "Unable to initialize device after %d attempts.\n", i);
Zhu Yib481de92007-09-25 17:54:57 -07002734 return -EIO;
2735}
2736
2737
2738/*****************************************************************************
2739 *
2740 * Workqueue callbacks
2741 *
2742 *****************************************************************************/
2743
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002744static void iwl3945_bg_init_alive_start(struct work_struct *data)
Zhu Yib481de92007-09-25 17:54:57 -07002745{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002746 struct iwl_priv *priv =
2747 container_of(data, struct iwl_priv, init_alive_start.work);
Zhu Yib481de92007-09-25 17:54:57 -07002748
2749 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
2750 return;
2751
2752 mutex_lock(&priv->mutex);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002753 iwl3945_init_alive_start(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002754 mutex_unlock(&priv->mutex);
2755}
2756
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002757static void iwl3945_bg_alive_start(struct work_struct *data)
Zhu Yib481de92007-09-25 17:54:57 -07002758{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002759 struct iwl_priv *priv =
2760 container_of(data, struct iwl_priv, alive_start.work);
Zhu Yib481de92007-09-25 17:54:57 -07002761
2762 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
2763 return;
2764
2765 mutex_lock(&priv->mutex);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002766 iwl3945_alive_start(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002767 mutex_unlock(&priv->mutex);
2768}
2769
Ben Cahill743cdf12009-10-09 13:20:26 -07002770/*
2771 * 3945 cannot interrupt driver when hardware rf kill switch toggles;
2772 * driver must poll CSR_GP_CNTRL_REG register for change. This register
2773 * *is* readable even when device has been SW_RESET into low power mode
2774 * (e.g. during RF KILL).
2775 */
Helmut Schaa26635162009-01-15 09:38:44 +01002776static void iwl3945_rfkill_poll(struct work_struct *data)
2777{
2778 struct iwl_priv *priv =
Johannes Bergee525d12010-01-21 06:09:28 -08002779 container_of(data, struct iwl_priv, _3945.rfkill_poll.work);
Ben Cahill743cdf12009-10-09 13:20:26 -07002780 bool old_rfkill = test_bit(STATUS_RF_KILL_HW, &priv->status);
2781 bool new_rfkill = !(iwl_read32(priv, CSR_GP_CNTRL)
2782 & CSR_GP_CNTRL_REG_FLAG_HW_RF_KILL_SW);
Helmut Schaa26635162009-01-15 09:38:44 +01002783
Ben Cahill743cdf12009-10-09 13:20:26 -07002784 if (new_rfkill != old_rfkill) {
2785 if (new_rfkill)
2786 set_bit(STATUS_RF_KILL_HW, &priv->status);
2787 else
2788 clear_bit(STATUS_RF_KILL_HW, &priv->status);
Helmut Schaa26635162009-01-15 09:38:44 +01002789
Ben Cahill743cdf12009-10-09 13:20:26 -07002790 wiphy_rfkill_set_hw_state(priv->hw->wiphy, new_rfkill);
Helmut Schaa26635162009-01-15 09:38:44 +01002791
Ben Cahill743cdf12009-10-09 13:20:26 -07002792 IWL_DEBUG_RF_KILL(priv, "RF_KILL bit toggled to %s.\n",
2793 new_rfkill ? "disable radio" : "enable radio");
2794 }
2795
2796 /* Keep this running, even if radio now enabled. This will be
2797 * cancelled in mac_start() if system decides to start again */
Johannes Bergee525d12010-01-21 06:09:28 -08002798 queue_delayed_work(priv->workqueue, &priv->_3945.rfkill_poll,
Helmut Schaa26635162009-01-15 09:38:44 +01002799 round_jiffies_relative(2 * HZ));
2800
2801}
2802
Johannes Berg1dda6d22010-04-29 04:43:06 -07002803void iwl3945_request_scan(struct iwl_priv *priv, struct ieee80211_vif *vif)
Zhu Yib481de92007-09-25 17:54:57 -07002804{
Winkler, Tomasc2d79b42008-12-19 10:37:34 +08002805 struct iwl_host_cmd cmd = {
Zhu Yib481de92007-09-25 17:54:57 -07002806 .id = REPLY_SCAN_CMD,
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002807 .len = sizeof(struct iwl3945_scan_cmd),
Johannes Bergc2acea82009-07-24 11:13:05 -07002808 .flags = CMD_SIZE_HUGE,
Zhu Yib481de92007-09-25 17:54:57 -07002809 };
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002810 struct iwl3945_scan_cmd *scan;
Zhu Yib481de92007-09-25 17:54:57 -07002811 struct ieee80211_conf *conf = NULL;
Johannes Berg1ecf9fc2009-04-20 14:36:56 -07002812 u8 n_probes = 0;
Johannes Berg8318d782008-01-24 19:38:38 +01002813 enum ieee80211_band band;
Johannes Berg1ecf9fc2009-04-20 14:36:56 -07002814 bool is_active = false;
Zhu Yib481de92007-09-25 17:54:57 -07002815
2816 conf = ieee80211_get_hw_conf(priv->hw);
2817
Reinette Chatrefbc9f972009-05-15 16:13:46 -07002818 cancel_delayed_work(&priv->scan_check);
2819
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08002820 if (!iwl_is_ready(priv)) {
Winkler, Tomas39aadf82008-12-19 10:37:32 +08002821 IWL_WARN(priv, "request scan called when driver not ready.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002822 goto done;
2823 }
2824
Tomas Winklera96a27f2008-10-23 23:48:56 -07002825 /* Make sure the scan wasn't canceled before this queued work
Zhu Yib481de92007-09-25 17:54:57 -07002826 * was given the chance to run... */
2827 if (!test_bit(STATUS_SCANNING, &priv->status))
2828 goto done;
2829
2830 /* This should never be called or scheduled if there is currently
2831 * a scan active in the hardware. */
2832 if (test_bit(STATUS_SCAN_HW, &priv->status)) {
Tomas Winklere1623442009-01-27 14:27:56 -08002833 IWL_DEBUG_INFO(priv, "Multiple concurrent scan requests "
2834 "Ignoring second request.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002835 goto done;
2836 }
2837
2838 if (test_bit(STATUS_EXIT_PENDING, &priv->status)) {
Tomas Winklere1623442009-01-27 14:27:56 -08002839 IWL_DEBUG_SCAN(priv, "Aborting scan due to device shutdown\n");
Zhu Yib481de92007-09-25 17:54:57 -07002840 goto done;
2841 }
2842
2843 if (test_bit(STATUS_SCAN_ABORTING, &priv->status)) {
Tomas Winklere1623442009-01-27 14:27:56 -08002844 IWL_DEBUG_HC(priv,
2845 "Scan request while abort pending. Queuing.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002846 goto done;
2847 }
2848
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08002849 if (iwl_is_rfkill(priv)) {
Tomas Winklere1623442009-01-27 14:27:56 -08002850 IWL_DEBUG_HC(priv, "Aborting scan due to RF Kill activation\n");
Zhu Yib481de92007-09-25 17:54:57 -07002851 goto done;
2852 }
2853
2854 if (!test_bit(STATUS_READY, &priv->status)) {
Tomas Winklere1623442009-01-27 14:27:56 -08002855 IWL_DEBUG_HC(priv,
2856 "Scan request while uninitialized. Queuing.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002857 goto done;
2858 }
2859
Johannes Berg811ecc92010-04-06 04:12:41 -07002860 if (!priv->scan_cmd) {
2861 priv->scan_cmd = kmalloc(sizeof(struct iwl3945_scan_cmd) +
2862 IWL_MAX_SCAN_SIZE, GFP_KERNEL);
2863 if (!priv->scan_cmd) {
Wey-Yi Guy4f4d4082010-02-24 08:28:30 -08002864 IWL_DEBUG_SCAN(priv, "Fail to allocate scan memory\n");
Zhu Yib481de92007-09-25 17:54:57 -07002865 goto done;
2866 }
2867 }
Johannes Berg811ecc92010-04-06 04:12:41 -07002868 scan = priv->scan_cmd;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002869 memset(scan, 0, sizeof(struct iwl3945_scan_cmd) + IWL_MAX_SCAN_SIZE);
Zhu Yib481de92007-09-25 17:54:57 -07002870
2871 scan->quiet_plcp_th = IWL_PLCP_QUIET_THRESH;
2872 scan->quiet_time = IWL_ACTIVE_QUIET_TIME;
2873
Samuel Ortiz8ccde882009-01-27 14:27:52 -08002874 if (iwl_is_associated(priv)) {
Zhu Yib481de92007-09-25 17:54:57 -07002875 u16 interval = 0;
2876 u32 extra;
2877 u32 suspend_time = 100;
2878 u32 scan_suspend_time = 100;
2879 unsigned long flags;
2880
Tomas Winklere1623442009-01-27 14:27:56 -08002881 IWL_DEBUG_INFO(priv, "Scanning while associated...\n");
Zhu Yib481de92007-09-25 17:54:57 -07002882
2883 spin_lock_irqsave(&priv->lock, flags);
John W. Linvillea6e492b2010-07-22 15:24:56 -04002884 if (priv->is_internal_short_scan)
2885 interval = 0;
2886 else
2887 interval = vif->bss_conf.beacon_int;
Zhu Yib481de92007-09-25 17:54:57 -07002888 spin_unlock_irqrestore(&priv->lock, flags);
2889
2890 scan->suspend_time = 0;
Mohamed Abbas15e869d2007-10-25 17:15:46 +08002891 scan->max_out_time = cpu_to_le32(200 * 1024);
Zhu Yib481de92007-09-25 17:54:57 -07002892 if (!interval)
2893 interval = suspend_time;
2894 /*
2895 * suspend time format:
2896 * 0-19: beacon interval in usec (time before exec.)
2897 * 20-23: 0
2898 * 24-31: number of beacons (suspend between channels)
2899 */
2900
2901 extra = (suspend_time / interval) << 24;
2902 scan_suspend_time = 0xFF0FFFFF &
2903 (extra | ((suspend_time % interval) * 1024));
2904
2905 scan->suspend_time = cpu_to_le32(scan_suspend_time);
Tomas Winklere1623442009-01-27 14:27:56 -08002906 IWL_DEBUG_SCAN(priv, "suspend_time 0x%X beacon interval %d\n",
Zhu Yib481de92007-09-25 17:54:57 -07002907 scan_suspend_time, interval);
2908 }
2909
Wey-Yi Guy4f4d4082010-02-24 08:28:30 -08002910 if (priv->is_internal_short_scan) {
2911 IWL_DEBUG_SCAN(priv, "Start internal passive scan.\n");
2912 } else if (priv->scan_request->n_ssids) {
Johannes Berg1ecf9fc2009-04-20 14:36:56 -07002913 int i, p = 0;
2914 IWL_DEBUG_SCAN(priv, "Kicking off active scan\n");
2915 for (i = 0; i < priv->scan_request->n_ssids; i++) {
2916 /* always does wildcard anyway */
2917 if (!priv->scan_request->ssids[i].ssid_len)
2918 continue;
2919 scan->direct_scan[p].id = WLAN_EID_SSID;
2920 scan->direct_scan[p].len =
2921 priv->scan_request->ssids[i].ssid_len;
2922 memcpy(scan->direct_scan[p].ssid,
2923 priv->scan_request->ssids[i].ssid,
2924 priv->scan_request->ssids[i].ssid_len);
2925 n_probes++;
2926 p++;
2927 }
2928 is_active = true;
Abhijeet Kolekarf9340522008-09-03 11:26:58 +08002929 } else
Johannes Berg1ecf9fc2009-04-20 14:36:56 -07002930 IWL_DEBUG_SCAN(priv, "Kicking off passive scan.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002931
2932 /* We don't build a direct scan probe request; the uCode will do
2933 * that based on the direct_mask added to each channel entry */
Zhu Yib481de92007-09-25 17:54:57 -07002934 scan->tx_cmd.tx_flags = TX_CMD_FLG_SEQ_CTL_MSK;
Abhijeet Kolekar3832ec92008-12-19 10:37:26 +08002935 scan->tx_cmd.sta_id = priv->hw_params.bcast_sta_id;
Zhu Yib481de92007-09-25 17:54:57 -07002936 scan->tx_cmd.stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE;
2937
2938 /* flags + rate selection */
2939
Johannes Berg00700ee2010-04-06 04:12:37 -07002940 switch (priv->scan_band) {
2941 case IEEE80211_BAND_2GHZ:
Zhu Yib481de92007-09-25 17:54:57 -07002942 scan->flags = RXON_FLG_BAND_24G_MSK | RXON_FLG_AUTO_DETECT_MSK;
2943 scan->tx_cmd.rate = IWL_RATE_1M_PLCP;
2944 scan->good_CRC_th = 0;
Johannes Berg8318d782008-01-24 19:38:38 +01002945 band = IEEE80211_BAND_2GHZ;
Johannes Berg00700ee2010-04-06 04:12:37 -07002946 break;
2947 case IEEE80211_BAND_5GHZ:
Zhu Yib481de92007-09-25 17:54:57 -07002948 scan->tx_cmd.rate = IWL_RATE_6M_PLCP;
Johannes Bergb097ad22009-04-20 14:36:57 -07002949 /*
2950 * If active scaning is requested but a certain channel
2951 * is marked passive, we can do active scanning if we
2952 * detect transmissions.
2953 */
Johannes Berg96ff5642010-04-30 14:42:15 -07002954 scan->good_CRC_th = is_active ? IWL_GOOD_CRC_TH_DEFAULT :
2955 IWL_GOOD_CRC_TH_DISABLED;
Johannes Berg8318d782008-01-24 19:38:38 +01002956 band = IEEE80211_BAND_5GHZ;
Johannes Berg00700ee2010-04-06 04:12:37 -07002957 break;
2958 default:
2959 IWL_WARN(priv, "Invalid scan band\n");
Zhu Yib481de92007-09-25 17:54:57 -07002960 goto done;
2961 }
2962
Wey-Yi Guy4f4d4082010-02-24 08:28:30 -08002963 if (!priv->is_internal_short_scan) {
2964 scan->tx_cmd.len = cpu_to_le16(
Johannes Berg1ecf9fc2009-04-20 14:36:56 -07002965 iwl_fill_probe_req(priv,
2966 (struct ieee80211_mgmt *)scan->data,
Johannes Berg3a0b9aa2010-05-12 03:33:12 -07002967 vif->addr,
Johannes Berg1ecf9fc2009-04-20 14:36:56 -07002968 priv->scan_request->ie,
2969 priv->scan_request->ie_len,
2970 IWL_MAX_SCAN_SIZE - sizeof(*scan)));
Wey-Yi Guy4f4d4082010-02-24 08:28:30 -08002971 } else {
Johannes Berg3a0b9aa2010-05-12 03:33:12 -07002972 /* use bcast addr, will not be transmitted but must be valid */
Wey-Yi Guy4f4d4082010-02-24 08:28:30 -08002973 scan->tx_cmd.len = cpu_to_le16(
2974 iwl_fill_probe_req(priv,
2975 (struct ieee80211_mgmt *)scan->data,
Johannes Berg3a0b9aa2010-05-12 03:33:12 -07002976 iwl_bcast_addr, NULL, 0,
Wey-Yi Guy4f4d4082010-02-24 08:28:30 -08002977 IWL_MAX_SCAN_SIZE - sizeof(*scan)));
2978 }
Zhu Yib481de92007-09-25 17:54:57 -07002979 /* select Rx antennas */
2980 scan->flags |= iwl3945_get_antenna_flags(priv);
2981
Abhijeet Kolekar14023642010-06-02 21:15:10 -07002982 if (priv->is_internal_short_scan) {
2983 scan->channel_count =
2984 iwl3945_get_single_channel_for_scan(priv, vif, band,
2985 (void *)&scan->data[le16_to_cpu(
2986 scan->tx_cmd.len)]);
2987 } else {
2988 scan->channel_count =
2989 iwl3945_get_channels_for_scan(priv, band, is_active, n_probes,
2990 (void *)&scan->data[le16_to_cpu(scan->tx_cmd.len)], vif);
2991 }
Zhu Yib481de92007-09-25 17:54:57 -07002992
Reinette Chatre14b54332008-11-04 12:21:35 -08002993 if (scan->channel_count == 0) {
Tomas Winklere1623442009-01-27 14:27:56 -08002994 IWL_DEBUG_SCAN(priv, "channel count %d\n", scan->channel_count);
Reinette Chatre14b54332008-11-04 12:21:35 -08002995 goto done;
2996 }
2997
Zhu Yib481de92007-09-25 17:54:57 -07002998 cmd.len += le16_to_cpu(scan->tx_cmd.len) +
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002999 scan->channel_count * sizeof(struct iwl3945_scan_channel);
Zhu Yib481de92007-09-25 17:54:57 -07003000 cmd.data = scan;
3001 scan->len = cpu_to_le16(cmd.len);
3002
3003 set_bit(STATUS_SCAN_HW, &priv->status);
Wey-Yi Guy4f4d4082010-02-24 08:28:30 -08003004 if (iwl_send_cmd_sync(priv, &cmd))
Zhu Yib481de92007-09-25 17:54:57 -07003005 goto done;
3006
3007 queue_delayed_work(priv->workqueue, &priv->scan_check,
3008 IWL_SCAN_CHECK_WATCHDOG);
3009
Zhu Yib481de92007-09-25 17:54:57 -07003010 return;
3011
3012 done:
Mohamed Abbas2420ebc2008-11-04 12:21:34 -08003013 /* can not perform scan make sure we clear scanning
3014 * bits from status so next scan request can be performed.
3015 * if we dont clear scanning status bit here all next scan
3016 * will fail
3017 */
3018 clear_bit(STATUS_SCAN_HW, &priv->status);
3019 clear_bit(STATUS_SCANNING, &priv->status);
3020
Ian Schram01ebd062007-10-25 17:15:22 +08003021 /* inform mac80211 scan aborted */
Zhu Yib481de92007-09-25 17:54:57 -07003022 queue_work(priv->workqueue, &priv->scan_completed);
Zhu Yib481de92007-09-25 17:54:57 -07003023}
3024
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003025static void iwl3945_bg_restart(struct work_struct *data)
Zhu Yib481de92007-09-25 17:54:57 -07003026{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003027 struct iwl_priv *priv = container_of(data, struct iwl_priv, restart);
Zhu Yib481de92007-09-25 17:54:57 -07003028
3029 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
3030 return;
3031
Johannes Berg19cc1082009-05-08 13:44:36 -07003032 if (test_and_clear_bit(STATUS_FW_ERROR, &priv->status)) {
3033 mutex_lock(&priv->mutex);
3034 priv->vif = NULL;
3035 priv->is_open = 0;
3036 mutex_unlock(&priv->mutex);
3037 iwl3945_down(priv);
3038 ieee80211_restart_hw(priv->hw);
3039 } else {
3040 iwl3945_down(priv);
Johannes Berg80676512010-01-21 06:07:17 -08003041
3042 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
3043 return;
3044
3045 mutex_lock(&priv->mutex);
3046 __iwl3945_up(priv);
3047 mutex_unlock(&priv->mutex);
Johannes Berg19cc1082009-05-08 13:44:36 -07003048 }
Zhu Yib481de92007-09-25 17:54:57 -07003049}
3050
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003051static void iwl3945_bg_rx_replenish(struct work_struct *data)
Zhu Yib481de92007-09-25 17:54:57 -07003052{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003053 struct iwl_priv *priv =
3054 container_of(data, struct iwl_priv, rx_replenish);
Zhu Yib481de92007-09-25 17:54:57 -07003055
3056 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
3057 return;
3058
3059 mutex_lock(&priv->mutex);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003060 iwl3945_rx_replenish(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003061 mutex_unlock(&priv->mutex);
3062}
3063
Johannes Berg1dda6d22010-04-29 04:43:06 -07003064void iwl3945_post_associate(struct iwl_priv *priv, struct ieee80211_vif *vif)
Zhu Yib481de92007-09-25 17:54:57 -07003065{
Zhu Yib481de92007-09-25 17:54:57 -07003066 int rc = 0;
3067 struct ieee80211_conf *conf = NULL;
3068
Johannes Berg1dda6d22010-04-29 04:43:06 -07003069 if (!vif || !priv->is_open)
3070 return;
3071
3072 if (vif->type == NL80211_IFTYPE_AP) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08003073 IWL_ERR(priv, "%s Should not be called in AP mode\n", __func__);
Zhu Yib481de92007-09-25 17:54:57 -07003074 return;
3075 }
3076
Tomas Winklere1623442009-01-27 14:27:56 -08003077 IWL_DEBUG_ASSOC(priv, "Associated as %d to: %pM\n",
Johannes Berg1dda6d22010-04-29 04:43:06 -07003078 vif->bss_conf.aid, priv->active_rxon.bssid_addr);
Zhu Yib481de92007-09-25 17:54:57 -07003079
3080 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
3081 return;
3082
Winkler, Tomasaf0053d2009-01-19 15:30:23 -08003083 iwl_scan_cancel_timeout(priv, 200);
Mohamed Abbas15e869d2007-10-25 17:15:46 +08003084
Zhu Yib481de92007-09-25 17:54:57 -07003085 conf = ieee80211_get_hw_conf(priv->hw);
3086
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003087 priv->staging_rxon.filter_flags &= ~RXON_FILTER_ASSOC_MSK;
Abhijeet Kolekare0158e62009-04-08 11:26:37 -07003088 iwlcore_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003089
Tomas Winkler28afaf92008-12-19 10:37:06 +08003090 memset(&priv->rxon_timing, 0, sizeof(struct iwl_rxon_time_cmd));
Johannes Berg1dda6d22010-04-29 04:43:06 -07003091 iwl_setup_rxon_timing(priv, vif);
Samuel Ortiz518099a2009-01-19 15:30:27 -08003092 rc = iwl_send_cmd_pdu(priv, REPLY_RXON_TIMING,
Zhu Yib481de92007-09-25 17:54:57 -07003093 sizeof(priv->rxon_timing), &priv->rxon_timing);
3094 if (rc)
Winkler, Tomas39aadf82008-12-19 10:37:32 +08003095 IWL_WARN(priv, "REPLY_RXON_TIMING failed - "
Zhu Yib481de92007-09-25 17:54:57 -07003096 "Attempting to continue.\n");
3097
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003098 priv->staging_rxon.filter_flags |= RXON_FILTER_ASSOC_MSK;
Zhu Yib481de92007-09-25 17:54:57 -07003099
Johannes Berg1dda6d22010-04-29 04:43:06 -07003100 priv->staging_rxon.assoc_id = cpu_to_le16(vif->bss_conf.aid);
Zhu Yib481de92007-09-25 17:54:57 -07003101
Tomas Winklere1623442009-01-27 14:27:56 -08003102 IWL_DEBUG_ASSOC(priv, "assoc id %d beacon interval %d\n",
Johannes Berg1dda6d22010-04-29 04:43:06 -07003103 vif->bss_conf.aid, vif->bss_conf.beacon_int);
Zhu Yib481de92007-09-25 17:54:57 -07003104
Johannes Bergc213d742010-05-06 12:21:40 -07003105 if (vif->bss_conf.use_short_preamble)
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003106 priv->staging_rxon.flags |= RXON_FLG_SHORT_PREAMBLE_MSK;
Zhu Yib481de92007-09-25 17:54:57 -07003107 else
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003108 priv->staging_rxon.flags &= ~RXON_FLG_SHORT_PREAMBLE_MSK;
Zhu Yib481de92007-09-25 17:54:57 -07003109
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003110 if (priv->staging_rxon.flags & RXON_FLG_BAND_24G_MSK) {
Johannes Bergc213d742010-05-06 12:21:40 -07003111 if (vif->bss_conf.use_short_slot)
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003112 priv->staging_rxon.flags |= RXON_FLG_SHORT_SLOT_MSK;
Zhu Yib481de92007-09-25 17:54:57 -07003113 else
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003114 priv->staging_rxon.flags &= ~RXON_FLG_SHORT_SLOT_MSK;
Zhu Yib481de92007-09-25 17:54:57 -07003115 }
3116
Abhijeet Kolekare0158e62009-04-08 11:26:37 -07003117 iwlcore_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003118
Johannes Berg1dda6d22010-04-29 04:43:06 -07003119 switch (vif->type) {
Johannes Berg05c914f2008-09-11 00:01:58 +02003120 case NL80211_IFTYPE_STATION:
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003121 iwl3945_rate_scale_init(priv->hw, IWL_AP_ID);
Zhu Yib481de92007-09-25 17:54:57 -07003122 break;
Johannes Berg05c914f2008-09-11 00:01:58 +02003123 case NL80211_IFTYPE_ADHOC:
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003124 iwl3945_send_beacon_cmd(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003125 break;
Zhu Yib481de92007-09-25 17:54:57 -07003126 default:
Johannes Berg1dda6d22010-04-29 04:43:06 -07003127 IWL_ERR(priv, "%s Should not be called in %d mode\n",
3128 __func__, vif->type);
Zhu Yib481de92007-09-25 17:54:57 -07003129 break;
3130 }
Abhijeet Kolekarcd56d332008-09-03 11:26:21 +08003131}
3132
Zhu Yib481de92007-09-25 17:54:57 -07003133/*****************************************************************************
3134 *
3135 * mac80211 entry point functions
3136 *
3137 *****************************************************************************/
3138
Zhu Yi5a669262008-01-14 17:46:18 -08003139#define UCODE_READY_TIMEOUT (2 * HZ)
3140
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003141static int iwl3945_mac_start(struct ieee80211_hw *hw)
Zhu Yib481de92007-09-25 17:54:57 -07003142{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003143 struct iwl_priv *priv = hw->priv;
Zhu Yi5a669262008-01-14 17:46:18 -08003144 int ret;
Zhu Yib481de92007-09-25 17:54:57 -07003145
Tomas Winklere1623442009-01-27 14:27:56 -08003146 IWL_DEBUG_MAC80211(priv, "enter\n");
Zhu Yib481de92007-09-25 17:54:57 -07003147
3148 /* we should be verifying the device is ready to be opened */
3149 mutex_lock(&priv->mutex);
3150
Zhu Yi5a669262008-01-14 17:46:18 -08003151 /* fetch ucode file from disk, alloc and copy to bus-master buffers ...
3152 * ucode filename and max sizes are card-specific. */
3153
3154 if (!priv->ucode_code.len) {
3155 ret = iwl3945_read_ucode(priv);
3156 if (ret) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08003157 IWL_ERR(priv, "Could not read microcode: %d\n", ret);
Zhu Yi5a669262008-01-14 17:46:18 -08003158 mutex_unlock(&priv->mutex);
3159 goto out_release_irq;
3160 }
3161 }
3162
Zhu Yie655b9f2008-01-24 02:19:38 -08003163 ret = __iwl3945_up(priv);
Zhu Yi5a669262008-01-14 17:46:18 -08003164
Zhu Yib481de92007-09-25 17:54:57 -07003165 mutex_unlock(&priv->mutex);
Zhu Yi5a669262008-01-14 17:46:18 -08003166
Zhu Yie655b9f2008-01-24 02:19:38 -08003167 if (ret)
3168 goto out_release_irq;
3169
Tomas Winklere1623442009-01-27 14:27:56 -08003170 IWL_DEBUG_INFO(priv, "Start UP work.\n");
Zhu Yie655b9f2008-01-24 02:19:38 -08003171
Zhu Yi5a669262008-01-14 17:46:18 -08003172 /* Wait for START_ALIVE from ucode. Otherwise callbacks from
3173 * mac80211 will not be run successfully. */
3174 ret = wait_event_interruptible_timeout(priv->wait_command_queue,
3175 test_bit(STATUS_READY, &priv->status),
3176 UCODE_READY_TIMEOUT);
3177 if (!ret) {
3178 if (!test_bit(STATUS_READY, &priv->status)) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08003179 IWL_ERR(priv,
3180 "Wait for START_ALIVE timeout after %dms.\n",
3181 jiffies_to_msecs(UCODE_READY_TIMEOUT));
Zhu Yi5a669262008-01-14 17:46:18 -08003182 ret = -ETIMEDOUT;
3183 goto out_release_irq;
3184 }
3185 }
3186
Helmut Schaa26635162009-01-15 09:38:44 +01003187 /* ucode is running and will send rfkill notifications,
3188 * no need to poll the killswitch state anymore */
Johannes Bergee525d12010-01-21 06:09:28 -08003189 cancel_delayed_work(&priv->_3945.rfkill_poll);
Helmut Schaa26635162009-01-15 09:38:44 +01003190
Johannes Berge932a602009-10-02 13:44:03 -07003191 iwl_led_start(priv);
3192
Zhu Yie655b9f2008-01-24 02:19:38 -08003193 priv->is_open = 1;
Tomas Winklere1623442009-01-27 14:27:56 -08003194 IWL_DEBUG_MAC80211(priv, "leave\n");
Zhu Yib481de92007-09-25 17:54:57 -07003195 return 0;
Zhu Yi5a669262008-01-14 17:46:18 -08003196
3197out_release_irq:
Zhu Yie655b9f2008-01-24 02:19:38 -08003198 priv->is_open = 0;
Tomas Winklere1623442009-01-27 14:27:56 -08003199 IWL_DEBUG_MAC80211(priv, "leave - failed\n");
Zhu Yi5a669262008-01-14 17:46:18 -08003200 return ret;
Zhu Yib481de92007-09-25 17:54:57 -07003201}
3202
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003203static void iwl3945_mac_stop(struct ieee80211_hw *hw)
Zhu Yib481de92007-09-25 17:54:57 -07003204{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003205 struct iwl_priv *priv = hw->priv;
Zhu Yib481de92007-09-25 17:54:57 -07003206
Tomas Winklere1623442009-01-27 14:27:56 -08003207 IWL_DEBUG_MAC80211(priv, "enter\n");
Mohamed Abbas6ef89d02007-10-25 17:15:47 +08003208
Zhu Yie655b9f2008-01-24 02:19:38 -08003209 if (!priv->is_open) {
Tomas Winklere1623442009-01-27 14:27:56 -08003210 IWL_DEBUG_MAC80211(priv, "leave - skip\n");
Zhu Yie655b9f2008-01-24 02:19:38 -08003211 return;
3212 }
3213
Zhu Yib481de92007-09-25 17:54:57 -07003214 priv->is_open = 0;
Zhu Yi5a669262008-01-14 17:46:18 -08003215
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08003216 if (iwl_is_ready_rf(priv)) {
Zhu Yie655b9f2008-01-24 02:19:38 -08003217 /* stop mac, cancel any scan request and clear
3218 * RXON_FILTER_ASSOC_MSK BIT
3219 */
Zhu Yi5a669262008-01-14 17:46:18 -08003220 mutex_lock(&priv->mutex);
Winkler, Tomasaf0053d2009-01-19 15:30:23 -08003221 iwl_scan_cancel_timeout(priv, 100);
Mohamed Abbasfde35712007-11-29 11:10:15 +08003222 mutex_unlock(&priv->mutex);
Mohamed Abbasfde35712007-11-29 11:10:15 +08003223 }
3224
Zhu Yi5a669262008-01-14 17:46:18 -08003225 iwl3945_down(priv);
3226
3227 flush_workqueue(priv->workqueue);
Helmut Schaa26635162009-01-15 09:38:44 +01003228
3229 /* start polling the killswitch state again */
Johannes Bergee525d12010-01-21 06:09:28 -08003230 queue_delayed_work(priv->workqueue, &priv->_3945.rfkill_poll,
Helmut Schaa26635162009-01-15 09:38:44 +01003231 round_jiffies_relative(2 * HZ));
Mohamed Abbas6ef89d02007-10-25 17:15:47 +08003232
Tomas Winklere1623442009-01-27 14:27:56 -08003233 IWL_DEBUG_MAC80211(priv, "leave\n");
Zhu Yib481de92007-09-25 17:54:57 -07003234}
3235
Johannes Berge039fa42008-05-15 12:55:29 +02003236static int iwl3945_mac_tx(struct ieee80211_hw *hw, struct sk_buff *skb)
Zhu Yib481de92007-09-25 17:54:57 -07003237{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003238 struct iwl_priv *priv = hw->priv;
Zhu Yib481de92007-09-25 17:54:57 -07003239
Tomas Winklere1623442009-01-27 14:27:56 -08003240 IWL_DEBUG_MAC80211(priv, "enter\n");
Zhu Yib481de92007-09-25 17:54:57 -07003241
Tomas Winklere1623442009-01-27 14:27:56 -08003242 IWL_DEBUG_TX(priv, "dev->xmit(%d bytes) at rate 0x%02x\n", skb->len,
Johannes Berge039fa42008-05-15 12:55:29 +02003243 ieee80211_get_tx_rate(hw, IEEE80211_SKB_CB(skb))->bitrate);
Zhu Yib481de92007-09-25 17:54:57 -07003244
Johannes Berge039fa42008-05-15 12:55:29 +02003245 if (iwl3945_tx_skb(priv, skb))
Zhu Yib481de92007-09-25 17:54:57 -07003246 dev_kfree_skb_any(skb);
3247
Tomas Winklere1623442009-01-27 14:27:56 -08003248 IWL_DEBUG_MAC80211(priv, "leave\n");
Reinette Chatre637f8832009-01-19 15:30:32 -08003249 return NETDEV_TX_OK;
Zhu Yib481de92007-09-25 17:54:57 -07003250}
3251
Johannes Berg1dda6d22010-04-29 04:43:06 -07003252void iwl3945_config_ap(struct iwl_priv *priv, struct ieee80211_vif *vif)
Zhu Yib481de92007-09-25 17:54:57 -07003253{
3254 int rc = 0;
3255
Maarten Lankhorstd986bcd2008-01-23 10:15:16 -08003256 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
Zhu Yib481de92007-09-25 17:54:57 -07003257 return;
3258
3259 /* The following should be done only at AP bring up */
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003260 if (!(iwl_is_associated(priv))) {
Zhu Yib481de92007-09-25 17:54:57 -07003261
3262 /* RXON - unassoc (to set timing command) */
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003263 priv->staging_rxon.filter_flags &= ~RXON_FILTER_ASSOC_MSK;
Abhijeet Kolekare0158e62009-04-08 11:26:37 -07003264 iwlcore_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003265
3266 /* RXON Timing */
Tomas Winkler28afaf92008-12-19 10:37:06 +08003267 memset(&priv->rxon_timing, 0, sizeof(struct iwl_rxon_time_cmd));
Johannes Berg1dda6d22010-04-29 04:43:06 -07003268 iwl_setup_rxon_timing(priv, vif);
Samuel Ortiz518099a2009-01-19 15:30:27 -08003269 rc = iwl_send_cmd_pdu(priv, REPLY_RXON_TIMING,
3270 sizeof(priv->rxon_timing),
3271 &priv->rxon_timing);
Zhu Yib481de92007-09-25 17:54:57 -07003272 if (rc)
Winkler, Tomas39aadf82008-12-19 10:37:32 +08003273 IWL_WARN(priv, "REPLY_RXON_TIMING failed - "
Zhu Yib481de92007-09-25 17:54:57 -07003274 "Attempting to continue.\n");
3275
Johannes Berg1dda6d22010-04-29 04:43:06 -07003276 priv->staging_rxon.assoc_id = 0;
3277
Johannes Bergc213d742010-05-06 12:21:40 -07003278 if (vif->bss_conf.use_short_preamble)
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003279 priv->staging_rxon.flags |=
Zhu Yib481de92007-09-25 17:54:57 -07003280 RXON_FLG_SHORT_PREAMBLE_MSK;
3281 else
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003282 priv->staging_rxon.flags &=
Zhu Yib481de92007-09-25 17:54:57 -07003283 ~RXON_FLG_SHORT_PREAMBLE_MSK;
3284
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003285 if (priv->staging_rxon.flags & RXON_FLG_BAND_24G_MSK) {
Johannes Bergc213d742010-05-06 12:21:40 -07003286 if (vif->bss_conf.use_short_slot)
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003287 priv->staging_rxon.flags |=
Zhu Yib481de92007-09-25 17:54:57 -07003288 RXON_FLG_SHORT_SLOT_MSK;
3289 else
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003290 priv->staging_rxon.flags &=
Zhu Yib481de92007-09-25 17:54:57 -07003291 ~RXON_FLG_SHORT_SLOT_MSK;
Zhu Yib481de92007-09-25 17:54:57 -07003292 }
3293 /* restore RXON assoc */
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003294 priv->staging_rxon.filter_flags |= RXON_FILTER_ASSOC_MSK;
Abhijeet Kolekare0158e62009-04-08 11:26:37 -07003295 iwlcore_commit_rxon(priv);
Zhu Yi556f8db2007-09-27 11:27:33 +08003296 }
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003297 iwl3945_send_beacon_cmd(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003298
3299 /* FIXME - we need to add code here to detect a totally new
3300 * configuration, reset the AP, unassoc, rxon timing, assoc,
3301 * clear sta table, add BCAST sta... */
3302}
3303
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003304static int iwl3945_mac_set_key(struct ieee80211_hw *hw, enum set_key_cmd cmd,
Johannes Bergdc822b52008-12-29 12:55:09 +01003305 struct ieee80211_vif *vif,
3306 struct ieee80211_sta *sta,
3307 struct ieee80211_key_conf *key)
Zhu Yib481de92007-09-25 17:54:57 -07003308{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003309 struct iwl_priv *priv = hw->priv;
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -08003310 int ret = 0;
3311 u8 sta_id = IWL_INVALID_STATION;
3312 u8 static_key;
Zhu Yib481de92007-09-25 17:54:57 -07003313
Tomas Winklere1623442009-01-27 14:27:56 -08003314 IWL_DEBUG_MAC80211(priv, "enter\n");
Zhu Yib481de92007-09-25 17:54:57 -07003315
Kolekar, Abhijeetdf878d82008-12-19 10:37:35 +08003316 if (iwl3945_mod_params.sw_crypto) {
Tomas Winklere1623442009-01-27 14:27:56 -08003317 IWL_DEBUG_MAC80211(priv, "leave - hwcrypto disabled\n");
Zhu Yib481de92007-09-25 17:54:57 -07003318 return -EOPNOTSUPP;
3319 }
3320
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -08003321 static_key = !iwl_is_associated(priv);
3322
3323 if (!static_key) {
Johannes Berg0af8bca2010-04-30 14:08:00 -07003324 sta_id = iwl_sta_id_or_broadcast(priv, sta);
3325 if (sta_id == IWL_INVALID_STATION)
3326 return -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07003327 }
3328
3329 mutex_lock(&priv->mutex);
Winkler, Tomasaf0053d2009-01-19 15:30:23 -08003330 iwl_scan_cancel_timeout(priv, 100);
Mohamed Abbas15e869d2007-10-25 17:15:46 +08003331
Zhu Yib481de92007-09-25 17:54:57 -07003332 switch (cmd) {
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -08003333 case SET_KEY:
3334 if (static_key)
3335 ret = iwl3945_set_static_key(priv, key);
3336 else
3337 ret = iwl3945_set_dynamic_key(priv, key, sta_id);
3338 IWL_DEBUG_MAC80211(priv, "enable hwcrypto key\n");
Zhu Yib481de92007-09-25 17:54:57 -07003339 break;
3340 case DISABLE_KEY:
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -08003341 if (static_key)
3342 ret = iwl3945_remove_static_key(priv);
3343 else
3344 ret = iwl3945_clear_sta_key_info(priv, sta_id);
3345 IWL_DEBUG_MAC80211(priv, "disable hwcrypto key\n");
Zhu Yib481de92007-09-25 17:54:57 -07003346 break;
3347 default:
Winkler, Tomas42986792009-01-19 15:30:22 -08003348 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07003349 }
3350
Johannes Berg72e15d72010-02-19 11:42:32 -08003351 mutex_unlock(&priv->mutex);
Tomas Winklere1623442009-01-27 14:27:56 -08003352 IWL_DEBUG_MAC80211(priv, "leave\n");
Zhu Yib481de92007-09-25 17:54:57 -07003353
Winkler, Tomas42986792009-01-19 15:30:22 -08003354 return ret;
Zhu Yib481de92007-09-25 17:54:57 -07003355}
3356
Reinette Chatrefe6b23d2010-02-22 16:24:47 -08003357static int iwl3945_mac_sta_add(struct ieee80211_hw *hw,
3358 struct ieee80211_vif *vif,
3359 struct ieee80211_sta *sta)
3360{
3361 struct iwl_priv *priv = hw->priv;
Johannes Bergfd1af152010-04-30 11:30:43 -07003362 struct iwl3945_sta_priv *sta_priv = (void *)sta->drv_priv;
Reinette Chatrefe6b23d2010-02-22 16:24:47 -08003363 int ret;
Johannes Bergfd1af152010-04-30 11:30:43 -07003364 bool is_ap = vif->type == NL80211_IFTYPE_STATION;
Reinette Chatrefe6b23d2010-02-22 16:24:47 -08003365 u8 sta_id;
3366
3367 IWL_DEBUG_INFO(priv, "received request to add station %pM\n",
3368 sta->addr);
Reinette Chatreda5ae1c2010-05-28 09:28:39 -07003369 mutex_lock(&priv->mutex);
3370 IWL_DEBUG_INFO(priv, "proceeding to add station %pM\n",
3371 sta->addr);
3372 sta_priv->common.sta_id = IWL_INVALID_STATION;
3373
Reinette Chatrefe6b23d2010-02-22 16:24:47 -08003374
3375 ret = iwl_add_station_common(priv, sta->addr, is_ap, &sta->ht_cap,
3376 &sta_id);
3377 if (ret) {
3378 IWL_ERR(priv, "Unable to add station %pM (%d)\n",
3379 sta->addr, ret);
3380 /* Should we return success if return code is EEXIST ? */
Reinette Chatreda5ae1c2010-05-28 09:28:39 -07003381 mutex_unlock(&priv->mutex);
Reinette Chatrefe6b23d2010-02-22 16:24:47 -08003382 return ret;
3383 }
3384
Johannes Bergfd1af152010-04-30 11:30:43 -07003385 sta_priv->common.sta_id = sta_id;
3386
Reinette Chatrefe6b23d2010-02-22 16:24:47 -08003387 /* Initialize rate scaling */
Frans Pop91dd6c22010-03-24 14:19:58 -07003388 IWL_DEBUG_INFO(priv, "Initializing rate scaling for station %pM\n",
Reinette Chatrefe6b23d2010-02-22 16:24:47 -08003389 sta->addr);
3390 iwl3945_rs_rate_init(priv, sta, sta_id);
Reinette Chatreda5ae1c2010-05-28 09:28:39 -07003391 mutex_unlock(&priv->mutex);
Reinette Chatrefe6b23d2010-02-22 16:24:47 -08003392
3393 return 0;
Reinette Chatrefe6b23d2010-02-22 16:24:47 -08003394}
Zhu Yib481de92007-09-25 17:54:57 -07003395/*****************************************************************************
3396 *
3397 * sysfs attributes
3398 *
3399 *****************************************************************************/
3400
Samuel Ortizd08853a2009-01-23 13:45:17 -08003401#ifdef CONFIG_IWLWIFI_DEBUG
Zhu Yib481de92007-09-25 17:54:57 -07003402
3403/*
3404 * The following adds a new attribute to the sysfs representation
3405 * of this device driver (i.e. a new file in /sys/bus/pci/drivers/iwl/)
3406 * used for controlling the debug level.
3407 *
3408 * See the level definitions in iwl for details.
Reinette Chatrea562a9d2009-07-17 09:30:24 -07003409 *
Reinette Chatre3d816c72009-08-07 15:41:37 -07003410 * The debug_level being managed using sysfs below is a per device debug
3411 * level that is used instead of the global debug level if it (the per
3412 * device debug level) is set.
Zhu Yib481de92007-09-25 17:54:57 -07003413 */
Samuel Ortiz40b8ec02008-12-19 10:37:08 +08003414static ssize_t show_debug_level(struct device *d,
3415 struct device_attribute *attr, char *buf)
Zhu Yib481de92007-09-25 17:54:57 -07003416{
Reinette Chatre3d816c72009-08-07 15:41:37 -07003417 struct iwl_priv *priv = dev_get_drvdata(d);
3418 return sprintf(buf, "0x%08X\n", iwl_get_debug_level(priv));
Zhu Yib481de92007-09-25 17:54:57 -07003419}
Samuel Ortiz40b8ec02008-12-19 10:37:08 +08003420static ssize_t store_debug_level(struct device *d,
3421 struct device_attribute *attr,
Zhu Yib481de92007-09-25 17:54:57 -07003422 const char *buf, size_t count)
3423{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003424 struct iwl_priv *priv = dev_get_drvdata(d);
Samuel Ortiz40b8ec02008-12-19 10:37:08 +08003425 unsigned long val;
3426 int ret;
Zhu Yib481de92007-09-25 17:54:57 -07003427
Samuel Ortiz40b8ec02008-12-19 10:37:08 +08003428 ret = strict_strtoul(buf, 0, &val);
3429 if (ret)
Tomas Winkler978785a2008-12-19 10:37:31 +08003430 IWL_INFO(priv, "%s is not in hex or decimal form.\n", buf);
Wey-Yi Guy20594eb2009-08-07 15:41:39 -07003431 else {
Reinette Chatre3d816c72009-08-07 15:41:37 -07003432 priv->debug_level = val;
Wey-Yi Guy20594eb2009-08-07 15:41:39 -07003433 if (iwl_alloc_traffic_mem(priv))
3434 IWL_ERR(priv,
3435 "Not enough memory to generate traffic log\n");
3436 }
Zhu Yib481de92007-09-25 17:54:57 -07003437 return strnlen(buf, count);
3438}
3439
Samuel Ortiz40b8ec02008-12-19 10:37:08 +08003440static DEVICE_ATTR(debug_level, S_IWUSR | S_IRUGO,
3441 show_debug_level, store_debug_level);
Zhu Yib481de92007-09-25 17:54:57 -07003442
Samuel Ortizd08853a2009-01-23 13:45:17 -08003443#endif /* CONFIG_IWLWIFI_DEBUG */
Zhu Yib481de92007-09-25 17:54:57 -07003444
Zhu Yib481de92007-09-25 17:54:57 -07003445static ssize_t show_temperature(struct device *d,
3446 struct device_attribute *attr, char *buf)
3447{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003448 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003449
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08003450 if (!iwl_is_alive(priv))
Zhu Yib481de92007-09-25 17:54:57 -07003451 return -EAGAIN;
3452
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003453 return sprintf(buf, "%d\n", iwl3945_hw_get_temperature(priv));
Zhu Yib481de92007-09-25 17:54:57 -07003454}
3455
3456static DEVICE_ATTR(temperature, S_IRUGO, show_temperature, NULL);
3457
Zhu Yib481de92007-09-25 17:54:57 -07003458static ssize_t show_tx_power(struct device *d,
3459 struct device_attribute *attr, char *buf)
3460{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003461 struct iwl_priv *priv = dev_get_drvdata(d);
Winkler, Tomas62ea9c52009-01-19 15:30:29 -08003462 return sprintf(buf, "%d\n", priv->tx_power_user_lmt);
Zhu Yib481de92007-09-25 17:54:57 -07003463}
3464
3465static ssize_t store_tx_power(struct device *d,
3466 struct device_attribute *attr,
3467 const char *buf, size_t count)
3468{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003469 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003470 char *p = (char *)buf;
3471 u32 val;
3472
3473 val = simple_strtoul(p, &p, 10);
3474 if (p == buf)
Tomas Winkler978785a2008-12-19 10:37:31 +08003475 IWL_INFO(priv, ": %s is not in decimal form.\n", buf);
Zhu Yib481de92007-09-25 17:54:57 -07003476 else
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003477 iwl3945_hw_reg_set_txpower(priv, val);
Zhu Yib481de92007-09-25 17:54:57 -07003478
3479 return count;
3480}
3481
3482static DEVICE_ATTR(tx_power, S_IWUSR | S_IRUGO, show_tx_power, store_tx_power);
3483
3484static ssize_t show_flags(struct device *d,
3485 struct device_attribute *attr, char *buf)
3486{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003487 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003488
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003489 return sprintf(buf, "0x%04X\n", priv->active_rxon.flags);
Zhu Yib481de92007-09-25 17:54:57 -07003490}
3491
3492static ssize_t store_flags(struct device *d,
3493 struct device_attribute *attr,
3494 const char *buf, size_t count)
3495{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003496 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003497 u32 flags = simple_strtoul(buf, NULL, 0);
3498
3499 mutex_lock(&priv->mutex);
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003500 if (le32_to_cpu(priv->staging_rxon.flags) != flags) {
Zhu Yib481de92007-09-25 17:54:57 -07003501 /* Cancel any currently running scans... */
Winkler, Tomasaf0053d2009-01-19 15:30:23 -08003502 if (iwl_scan_cancel_timeout(priv, 100))
Winkler, Tomas39aadf82008-12-19 10:37:32 +08003503 IWL_WARN(priv, "Could not cancel scan.\n");
Zhu Yib481de92007-09-25 17:54:57 -07003504 else {
Tomas Winklere1623442009-01-27 14:27:56 -08003505 IWL_DEBUG_INFO(priv, "Committing rxon.flags = 0x%04X\n",
Zhu Yib481de92007-09-25 17:54:57 -07003506 flags);
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003507 priv->staging_rxon.flags = cpu_to_le32(flags);
Abhijeet Kolekare0158e62009-04-08 11:26:37 -07003508 iwlcore_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003509 }
3510 }
3511 mutex_unlock(&priv->mutex);
3512
3513 return count;
3514}
3515
3516static DEVICE_ATTR(flags, S_IWUSR | S_IRUGO, show_flags, store_flags);
3517
3518static ssize_t show_filter_flags(struct device *d,
3519 struct device_attribute *attr, char *buf)
3520{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003521 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003522
3523 return sprintf(buf, "0x%04X\n",
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003524 le32_to_cpu(priv->active_rxon.filter_flags));
Zhu Yib481de92007-09-25 17:54:57 -07003525}
3526
3527static ssize_t store_filter_flags(struct device *d,
3528 struct device_attribute *attr,
3529 const char *buf, size_t count)
3530{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003531 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003532 u32 filter_flags = simple_strtoul(buf, NULL, 0);
3533
3534 mutex_lock(&priv->mutex);
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003535 if (le32_to_cpu(priv->staging_rxon.filter_flags) != filter_flags) {
Zhu Yib481de92007-09-25 17:54:57 -07003536 /* Cancel any currently running scans... */
Winkler, Tomasaf0053d2009-01-19 15:30:23 -08003537 if (iwl_scan_cancel_timeout(priv, 100))
Winkler, Tomas39aadf82008-12-19 10:37:32 +08003538 IWL_WARN(priv, "Could not cancel scan.\n");
Zhu Yib481de92007-09-25 17:54:57 -07003539 else {
Tomas Winklere1623442009-01-27 14:27:56 -08003540 IWL_DEBUG_INFO(priv, "Committing rxon.filter_flags = "
Zhu Yib481de92007-09-25 17:54:57 -07003541 "0x%04X\n", filter_flags);
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003542 priv->staging_rxon.filter_flags =
Zhu Yib481de92007-09-25 17:54:57 -07003543 cpu_to_le32(filter_flags);
Abhijeet Kolekare0158e62009-04-08 11:26:37 -07003544 iwlcore_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003545 }
3546 }
3547 mutex_unlock(&priv->mutex);
3548
3549 return count;
3550}
3551
3552static DEVICE_ATTR(filter_flags, S_IWUSR | S_IRUGO, show_filter_flags,
3553 store_filter_flags);
3554
Zhu Yib481de92007-09-25 17:54:57 -07003555static ssize_t show_measurement(struct device *d,
3556 struct device_attribute *attr, char *buf)
3557{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003558 struct iwl_priv *priv = dev_get_drvdata(d);
Tomas Winkler600c0e12008-12-19 10:37:04 +08003559 struct iwl_spectrum_notification measure_report;
Zhu Yib481de92007-09-25 17:54:57 -07003560 u32 size = sizeof(measure_report), len = 0, ofs = 0;
Tomas Winkler3ac7f142008-07-21 02:40:14 +03003561 u8 *data = (u8 *)&measure_report;
Zhu Yib481de92007-09-25 17:54:57 -07003562 unsigned long flags;
3563
3564 spin_lock_irqsave(&priv->lock, flags);
3565 if (!(priv->measurement_status & MEASUREMENT_READY)) {
3566 spin_unlock_irqrestore(&priv->lock, flags);
3567 return 0;
3568 }
3569 memcpy(&measure_report, &priv->measure_report, size);
3570 priv->measurement_status = 0;
3571 spin_unlock_irqrestore(&priv->lock, flags);
3572
3573 while (size && (PAGE_SIZE - len)) {
3574 hex_dump_to_buffer(data + ofs, size, 16, 1, buf + len,
3575 PAGE_SIZE - len, 1);
3576 len = strlen(buf);
3577 if (PAGE_SIZE - len)
3578 buf[len++] = '\n';
3579
3580 ofs += 16;
3581 size -= min(size, 16U);
3582 }
3583
3584 return len;
3585}
3586
3587static ssize_t store_measurement(struct device *d,
3588 struct device_attribute *attr,
3589 const char *buf, size_t count)
3590{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003591 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003592 struct ieee80211_measurement_params params = {
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003593 .channel = le16_to_cpu(priv->active_rxon.channel),
Johannes Berge99f1682010-01-19 10:04:28 -08003594 .start_time = cpu_to_le64(priv->_3945.last_tsf),
Zhu Yib481de92007-09-25 17:54:57 -07003595 .duration = cpu_to_le16(1),
3596 };
3597 u8 type = IWL_MEASURE_BASIC;
3598 u8 buffer[32];
3599 u8 channel;
3600
3601 if (count) {
3602 char *p = buffer;
3603 strncpy(buffer, buf, min(sizeof(buffer), count));
3604 channel = simple_strtoul(p, NULL, 0);
3605 if (channel)
3606 params.channel = channel;
3607
3608 p = buffer;
3609 while (*p && *p != ' ')
3610 p++;
3611 if (*p)
3612 type = simple_strtoul(p + 1, NULL, 0);
3613 }
3614
Tomas Winklere1623442009-01-27 14:27:56 -08003615 IWL_DEBUG_INFO(priv, "Invoking measurement of type %d on "
Zhu Yib481de92007-09-25 17:54:57 -07003616 "channel %d (for '%s')\n", type, params.channel, buf);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003617 iwl3945_get_measurement(priv, &params, type);
Zhu Yib481de92007-09-25 17:54:57 -07003618
3619 return count;
3620}
3621
3622static DEVICE_ATTR(measurement, S_IRUSR | S_IWUSR,
3623 show_measurement, store_measurement);
Zhu Yib481de92007-09-25 17:54:57 -07003624
Zhu Yib481de92007-09-25 17:54:57 -07003625static ssize_t store_retry_rate(struct device *d,
3626 struct device_attribute *attr,
3627 const char *buf, size_t count)
3628{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003629 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003630
3631 priv->retry_rate = simple_strtoul(buf, NULL, 0);
3632 if (priv->retry_rate <= 0)
3633 priv->retry_rate = 1;
3634
3635 return count;
3636}
3637
3638static ssize_t show_retry_rate(struct device *d,
3639 struct device_attribute *attr, char *buf)
3640{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003641 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003642 return sprintf(buf, "%d", priv->retry_rate);
3643}
3644
3645static DEVICE_ATTR(retry_rate, S_IWUSR | S_IRUSR, show_retry_rate,
3646 store_retry_rate);
3647
Winkler, Tomasd25aabb2009-01-27 14:27:58 -08003648
Zhu Yib481de92007-09-25 17:54:57 -07003649static ssize_t show_channels(struct device *d,
3650 struct device_attribute *attr, char *buf)
3651{
Johannes Berg8318d782008-01-24 19:38:38 +01003652 /* all this shit doesn't belong into sysfs anyway */
3653 return 0;
Zhu Yib481de92007-09-25 17:54:57 -07003654}
3655
3656static DEVICE_ATTR(channels, S_IRUSR, show_channels, NULL);
3657
Zhu Yib481de92007-09-25 17:54:57 -07003658static ssize_t show_antenna(struct device *d,
3659 struct device_attribute *attr, char *buf)
3660{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003661 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003662
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08003663 if (!iwl_is_alive(priv))
Zhu Yib481de92007-09-25 17:54:57 -07003664 return -EAGAIN;
3665
Samuel Ortiz7e4bca52009-01-23 13:45:18 -08003666 return sprintf(buf, "%d\n", iwl3945_mod_params.antenna);
Zhu Yib481de92007-09-25 17:54:57 -07003667}
3668
3669static ssize_t store_antenna(struct device *d,
3670 struct device_attribute *attr,
3671 const char *buf, size_t count)
3672{
Winkler, Tomas7530f852009-01-27 14:27:53 -08003673 struct iwl_priv *priv __maybe_unused = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003674 int ant;
Zhu Yib481de92007-09-25 17:54:57 -07003675
3676 if (count == 0)
3677 return 0;
3678
3679 if (sscanf(buf, "%1i", &ant) != 1) {
Tomas Winklere1623442009-01-27 14:27:56 -08003680 IWL_DEBUG_INFO(priv, "not in hex or decimal form.\n");
Zhu Yib481de92007-09-25 17:54:57 -07003681 return count;
3682 }
3683
3684 if ((ant >= 0) && (ant <= 2)) {
Tomas Winklere1623442009-01-27 14:27:56 -08003685 IWL_DEBUG_INFO(priv, "Setting antenna select to %d.\n", ant);
Samuel Ortiz7e4bca52009-01-23 13:45:18 -08003686 iwl3945_mod_params.antenna = (enum iwl3945_antenna)ant;
Zhu Yib481de92007-09-25 17:54:57 -07003687 } else
Tomas Winklere1623442009-01-27 14:27:56 -08003688 IWL_DEBUG_INFO(priv, "Bad antenna select value %d.\n", ant);
Zhu Yib481de92007-09-25 17:54:57 -07003689
3690
3691 return count;
3692}
3693
3694static DEVICE_ATTR(antenna, S_IWUSR | S_IRUGO, show_antenna, store_antenna);
3695
3696static ssize_t show_status(struct device *d,
3697 struct device_attribute *attr, char *buf)
3698{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003699 struct iwl_priv *priv = dev_get_drvdata(d);
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08003700 if (!iwl_is_alive(priv))
Zhu Yib481de92007-09-25 17:54:57 -07003701 return -EAGAIN;
3702 return sprintf(buf, "0x%08x\n", (int)priv->status);
3703}
3704
3705static DEVICE_ATTR(status, S_IRUGO, show_status, NULL);
3706
3707static ssize_t dump_error_log(struct device *d,
3708 struct device_attribute *attr,
3709 const char *buf, size_t count)
3710{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003711 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003712 char *p = (char *)buf;
3713
3714 if (p[0] == '1')
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003715 iwl3945_dump_nic_error_log(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003716
3717 return strnlen(buf, count);
3718}
3719
3720static DEVICE_ATTR(dump_errors, S_IWUSR, NULL, dump_error_log);
3721
Zhu Yib481de92007-09-25 17:54:57 -07003722/*****************************************************************************
3723 *
Tomas Winklera96a27f2008-10-23 23:48:56 -07003724 * driver setup and tear down
Zhu Yib481de92007-09-25 17:54:57 -07003725 *
3726 *****************************************************************************/
3727
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003728static void iwl3945_setup_deferred_work(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07003729{
Reinette Chatred21050c2009-02-13 11:51:18 -08003730 priv->workqueue = create_singlethread_workqueue(DRV_NAME);
Zhu Yib481de92007-09-25 17:54:57 -07003731
3732 init_waitqueue_head(&priv->wait_command_queue);
3733
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003734 INIT_WORK(&priv->restart, iwl3945_bg_restart);
3735 INIT_WORK(&priv->rx_replenish, iwl3945_bg_rx_replenish);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003736 INIT_WORK(&priv->beacon_update, iwl3945_bg_beacon_update);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003737 INIT_DELAYED_WORK(&priv->init_alive_start, iwl3945_bg_init_alive_start);
3738 INIT_DELAYED_WORK(&priv->alive_start, iwl3945_bg_alive_start);
Johannes Bergee525d12010-01-21 06:09:28 -08003739 INIT_DELAYED_WORK(&priv->_3945.rfkill_poll, iwl3945_rfkill_poll);
Samuel Ortiz77fecfb82009-01-23 13:45:12 -08003740 INIT_WORK(&priv->scan_completed, iwl_bg_scan_completed);
Samuel Ortiz77fecfb82009-01-23 13:45:12 -08003741 INIT_WORK(&priv->abort_scan, iwl_bg_abort_scan);
Abhijeet Kolekar1e460532010-04-23 14:14:53 -07003742 INIT_WORK(&priv->start_internal_scan, iwl_bg_start_internal_scan);
Samuel Ortiz77fecfb82009-01-23 13:45:12 -08003743 INIT_DELAYED_WORK(&priv->scan_check, iwl_bg_scan_check);
Zhu Yib481de92007-09-25 17:54:57 -07003744
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003745 iwl3945_hw_setup_deferred_work(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003746
Wey-Yi Guyb74e31a2010-03-01 17:23:50 -08003747 if (priv->cfg->ops->lib->recover_from_tx_stall) {
3748 init_timer(&priv->monitor_recover);
3749 priv->monitor_recover.data = (unsigned long)priv;
3750 priv->monitor_recover.function =
3751 priv->cfg->ops->lib->recover_from_tx_stall;
3752 }
3753
Zhu Yib481de92007-09-25 17:54:57 -07003754 tasklet_init(&priv->irq_tasklet, (void (*)(unsigned long))
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003755 iwl3945_irq_tasklet, (unsigned long)priv);
Zhu Yib481de92007-09-25 17:54:57 -07003756}
3757
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003758static void iwl3945_cancel_deferred_work(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07003759{
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003760 iwl3945_hw_cancel_deferred_work(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003761
Joonwoo Parke47eb6a2007-11-29 10:42:49 +09003762 cancel_delayed_work_sync(&priv->init_alive_start);
Zhu Yib481de92007-09-25 17:54:57 -07003763 cancel_delayed_work(&priv->scan_check);
3764 cancel_delayed_work(&priv->alive_start);
Abhijeet Kolekar1e460532010-04-23 14:14:53 -07003765 cancel_work_sync(&priv->start_internal_scan);
Zhu Yib481de92007-09-25 17:54:57 -07003766 cancel_work_sync(&priv->beacon_update);
Wey-Yi Guyb74e31a2010-03-01 17:23:50 -08003767 if (priv->cfg->ops->lib->recover_from_tx_stall)
3768 del_timer_sync(&priv->monitor_recover);
Zhu Yib481de92007-09-25 17:54:57 -07003769}
3770
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003771static struct attribute *iwl3945_sysfs_entries[] = {
Zhu Yib481de92007-09-25 17:54:57 -07003772 &dev_attr_antenna.attr,
3773 &dev_attr_channels.attr,
3774 &dev_attr_dump_errors.attr,
Zhu Yib481de92007-09-25 17:54:57 -07003775 &dev_attr_flags.attr,
3776 &dev_attr_filter_flags.attr,
Zhu Yib481de92007-09-25 17:54:57 -07003777 &dev_attr_measurement.attr,
Zhu Yib481de92007-09-25 17:54:57 -07003778 &dev_attr_retry_rate.attr,
Zhu Yib481de92007-09-25 17:54:57 -07003779 &dev_attr_status.attr,
3780 &dev_attr_temperature.attr,
Zhu Yib481de92007-09-25 17:54:57 -07003781 &dev_attr_tx_power.attr,
Samuel Ortizd08853a2009-01-23 13:45:17 -08003782#ifdef CONFIG_IWLWIFI_DEBUG
Samuel Ortiz40b8ec02008-12-19 10:37:08 +08003783 &dev_attr_debug_level.attr,
3784#endif
Zhu Yib481de92007-09-25 17:54:57 -07003785 NULL
3786};
3787
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003788static struct attribute_group iwl3945_attribute_group = {
Zhu Yib481de92007-09-25 17:54:57 -07003789 .name = NULL, /* put in device directory */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003790 .attrs = iwl3945_sysfs_entries,
Zhu Yib481de92007-09-25 17:54:57 -07003791};
3792
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003793static struct ieee80211_ops iwl3945_hw_ops = {
3794 .tx = iwl3945_mac_tx,
3795 .start = iwl3945_mac_start,
3796 .stop = iwl3945_mac_stop,
Abhijeet Kolekarcbb6ab92009-04-08 11:26:46 -07003797 .add_interface = iwl_mac_add_interface,
Abhijeet Kolekard8052312009-04-08 11:26:47 -07003798 .remove_interface = iwl_mac_remove_interface,
Abhijeet Kolekar48083682009-04-08 11:26:48 -07003799 .config = iwl_mac_config,
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003800 .configure_filter = iwl_configure_filter,
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003801 .set_key = iwl3945_mac_set_key,
Abhijeet Kolekar488829f2009-03-26 10:14:10 -07003802 .conf_tx = iwl_mac_conf_tx,
Abhijeet Kolekarbd564262009-04-08 11:26:52 -07003803 .reset_tsf = iwl_mac_reset_tsf,
Abhijeet Kolekar5bbe2332009-04-08 11:26:35 -07003804 .bss_info_changed = iwl_bss_info_changed,
Reinette Chatrefe6b23d2010-02-22 16:24:47 -08003805 .hw_scan = iwl_mac_hw_scan,
3806 .sta_add = iwl3945_mac_sta_add,
3807 .sta_remove = iwl_mac_sta_remove,
Zhu Yib481de92007-09-25 17:54:57 -07003808};
3809
Winkler, Tomase52119c2008-12-22 11:31:19 +08003810static int iwl3945_init_drv(struct iwl_priv *priv)
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003811{
3812 int ret;
Samuel Ortize6148912009-01-23 13:45:15 -08003813 struct iwl3945_eeprom *eeprom = (struct iwl3945_eeprom *)priv->eeprom;
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003814
3815 priv->retry_rate = 1;
3816 priv->ibss_beacon = NULL;
3817
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003818 spin_lock_init(&priv->sta_lock);
3819 spin_lock_init(&priv->hcmd_lock);
3820
3821 INIT_LIST_HEAD(&priv->free_frames);
3822
3823 mutex_init(&priv->mutex);
Reinette Chatred2dfe6d2010-02-18 22:03:04 -08003824 mutex_init(&priv->sync_cmd_mutex);
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003825
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003826 priv->ieee_channels = NULL;
3827 priv->ieee_rates = NULL;
3828 priv->band = IEEE80211_BAND_2GHZ;
3829
3830 priv->iw_mode = NL80211_IFTYPE_STATION;
Wey-Yi Guya13d2762010-01-22 14:22:42 -08003831 priv->missed_beacon_threshold = IWL_MISSED_BEACON_THRESHOLD_DEF;
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003832
Winkler, Tomas62ea9c52009-01-19 15:30:29 -08003833 priv->tx_power_user_lmt = IWL_DEFAULT_TX_POWER;
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003834
Samuel Ortize6148912009-01-23 13:45:15 -08003835 if (eeprom->version < EEPROM_3945_EEPROM_VERSION) {
3836 IWL_WARN(priv, "Unsupported EEPROM version: 0x%04X\n",
3837 eeprom->version);
3838 ret = -EINVAL;
3839 goto err;
3840 }
3841 ret = iwl_init_channel_map(priv);
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003842 if (ret) {
3843 IWL_ERR(priv, "initializing regulatory failed: %d\n", ret);
3844 goto err;
3845 }
3846
Samuel Ortize6148912009-01-23 13:45:15 -08003847 /* Set up txpower settings in driver for all channels */
3848 if (iwl3945_txpower_set_from_eeprom(priv)) {
3849 ret = -EIO;
3850 goto err_free_channel_map;
3851 }
3852
Samuel Ortiz534166d2009-01-23 13:45:16 -08003853 ret = iwlcore_init_geos(priv);
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003854 if (ret) {
3855 IWL_ERR(priv, "initializing geos failed: %d\n", ret);
3856 goto err_free_channel_map;
3857 }
Samuel Ortiz534166d2009-01-23 13:45:16 -08003858 iwl3945_init_hw_rates(priv, priv->ieee_rates);
3859
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003860 return 0;
3861
3862err_free_channel_map:
Samuel Ortize6148912009-01-23 13:45:15 -08003863 iwl_free_channel_map(priv);
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003864err:
3865 return ret;
3866}
3867
Johannes Bergdd7a2502010-04-28 23:33:10 -07003868#define IWL3945_MAX_PROBE_REQUEST 200
3869
Abhijeet Kolekar2a4ddaa2009-02-27 16:21:23 -08003870static int iwl3945_setup_mac(struct iwl_priv *priv)
3871{
3872 int ret;
3873 struct ieee80211_hw *hw = priv->hw;
3874
3875 hw->rate_control_algorithm = "iwl-3945-rs";
3876 hw->sta_data_size = sizeof(struct iwl3945_sta_priv);
Johannes Bergfd1af152010-04-30 11:30:43 -07003877 hw->vif_data_size = sizeof(struct iwl_vif_priv);
Abhijeet Kolekar2a4ddaa2009-02-27 16:21:23 -08003878
3879 /* Tell mac80211 our characteristics */
3880 hw->flags = IEEE80211_HW_SIGNAL_DBM |
Reinette Chatrebc45a672009-12-14 14:12:10 -08003881 IEEE80211_HW_SPECTRUM_MGMT;
3882
3883 if (!priv->cfg->broken_powersave)
3884 hw->flags |= IEEE80211_HW_SUPPORTS_PS |
3885 IEEE80211_HW_SUPPORTS_DYNAMIC_PS;
Abhijeet Kolekar2a4ddaa2009-02-27 16:21:23 -08003886
3887 hw->wiphy->interface_modes =
3888 BIT(NL80211_IFTYPE_STATION) |
3889 BIT(NL80211_IFTYPE_ADHOC);
3890
Reinette Chatref6c8f152010-03-12 11:13:26 -08003891 hw->wiphy->flags |= WIPHY_FLAG_CUSTOM_REGULATORY |
Johannes Berg5be83de2009-11-19 00:56:28 +01003892 WIPHY_FLAG_DISABLE_BEACON_HINTS;
Luis R. Rodriguez37184242009-07-30 17:43:48 -07003893
Johannes Berg1ecf9fc2009-04-20 14:36:56 -07003894 hw->wiphy->max_scan_ssids = PROBE_OPTION_MAX_3945;
3895 /* we create the 802.11 header and a zero-length SSID element */
Johannes Bergdd7a2502010-04-28 23:33:10 -07003896 hw->wiphy->max_scan_ie_len = IWL3945_MAX_PROBE_REQUEST - 24 - 2;
Johannes Bergd60cc912009-04-09 09:56:02 +02003897
Abhijeet Kolekar2a4ddaa2009-02-27 16:21:23 -08003898 /* Default value; 4 EDCA QOS priorities */
3899 hw->queues = 4;
3900
Abhijeet Kolekar2a4ddaa2009-02-27 16:21:23 -08003901 if (priv->bands[IEEE80211_BAND_2GHZ].n_channels)
3902 priv->hw->wiphy->bands[IEEE80211_BAND_2GHZ] =
3903 &priv->bands[IEEE80211_BAND_2GHZ];
3904
3905 if (priv->bands[IEEE80211_BAND_5GHZ].n_channels)
3906 priv->hw->wiphy->bands[IEEE80211_BAND_5GHZ] =
3907 &priv->bands[IEEE80211_BAND_5GHZ];
3908
3909 ret = ieee80211_register_hw(priv->hw);
3910 if (ret) {
3911 IWL_ERR(priv, "Failed to register hw (error %d)\n", ret);
3912 return ret;
3913 }
3914 priv->mac80211_registered = 1;
3915
3916 return 0;
3917}
3918
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003919static int iwl3945_pci_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
Zhu Yib481de92007-09-25 17:54:57 -07003920{
3921 int err = 0;
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003922 struct iwl_priv *priv;
Zhu Yib481de92007-09-25 17:54:57 -07003923 struct ieee80211_hw *hw;
Kolekar, Abhijeetc0f20d92008-12-19 10:37:19 +08003924 struct iwl_cfg *cfg = (struct iwl_cfg *)(ent->driver_data);
Samuel Ortize6148912009-01-23 13:45:15 -08003925 struct iwl3945_eeprom *eeprom;
Mohamed Abbas0359fac2008-03-28 16:21:08 -07003926 unsigned long flags;
Zhu Yib481de92007-09-25 17:54:57 -07003927
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08003928 /***********************
3929 * 1. Allocating HW data
3930 * ********************/
3931
Zhu Yib481de92007-09-25 17:54:57 -07003932 /* mac80211 allocates memory for this device instance, including
3933 * space for this driver's private structure */
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003934 hw = iwl_alloc_all(cfg, &iwl3945_hw_ops);
Zhu Yib481de92007-09-25 17:54:57 -07003935 if (hw == NULL) {
Samuel Ortiza3139c52008-12-19 10:37:09 +08003936 printk(KERN_ERR DRV_NAME "Can not allocate network device\n");
Zhu Yib481de92007-09-25 17:54:57 -07003937 err = -ENOMEM;
3938 goto out;
3939 }
Zhu Yib481de92007-09-25 17:54:57 -07003940 priv = hw->priv;
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003941 SET_IEEE80211_DEV(hw, &pdev->dev);
Cahill, Ben M6440adb2007-11-29 11:09:55 +08003942
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003943 /*
3944 * Disabling hardware scan means that mac80211 will perform scans
3945 * "the hard way", rather than using device's scan.
3946 */
Kolekar, Abhijeetdf878d82008-12-19 10:37:35 +08003947 if (iwl3945_mod_params.disable_hw_scan) {
Tomas Winklere1623442009-01-27 14:27:56 -08003948 IWL_DEBUG_INFO(priv, "Disabling hw_scan\n");
Samuel Ortiz40b8ec02008-12-19 10:37:08 +08003949 iwl3945_hw_ops.hw_scan = NULL;
3950 }
3951
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003952
Tomas Winklere1623442009-01-27 14:27:56 -08003953 IWL_DEBUG_INFO(priv, "*** LOAD DRIVER ***\n");
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003954 priv->cfg = cfg;
3955 priv->pci_dev = pdev;
Mohamed Abbas40cefda2009-05-22 11:01:52 -07003956 priv->inta_mask = CSR_INI_SET_MASK;
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003957
Wey-Yi Guy20594eb2009-08-07 15:41:39 -07003958 if (iwl_alloc_traffic_mem(priv))
3959 IWL_ERR(priv, "Not enough memory to generate traffic log\n");
Zhu Yib481de92007-09-25 17:54:57 -07003960
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08003961 /***************************
3962 * 2. Initializing PCI bus
3963 * *************************/
Zhu Yib481de92007-09-25 17:54:57 -07003964 if (pci_enable_device(pdev)) {
3965 err = -ENODEV;
3966 goto out_ieee80211_free_hw;
3967 }
3968
3969 pci_set_master(pdev);
3970
Yang Hongyang284901a2009-04-06 19:01:15 -07003971 err = pci_set_dma_mask(pdev, DMA_BIT_MASK(32));
Zhu Yib481de92007-09-25 17:54:57 -07003972 if (!err)
Yang Hongyang284901a2009-04-06 19:01:15 -07003973 err = pci_set_consistent_dma_mask(pdev, DMA_BIT_MASK(32));
Zhu Yib481de92007-09-25 17:54:57 -07003974 if (err) {
Tomas Winkler978785a2008-12-19 10:37:31 +08003975 IWL_WARN(priv, "No suitable DMA available.\n");
Zhu Yib481de92007-09-25 17:54:57 -07003976 goto out_pci_disable_device;
3977 }
3978
3979 pci_set_drvdata(pdev, priv);
3980 err = pci_request_regions(pdev, DRV_NAME);
3981 if (err)
3982 goto out_pci_disable_device;
Cahill, Ben M6440adb2007-11-29 11:09:55 +08003983
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08003984 /***********************
3985 * 3. Read REV Register
3986 * ********************/
Zhu Yib481de92007-09-25 17:54:57 -07003987 priv->hw_base = pci_iomap(pdev, 0, 0);
3988 if (!priv->hw_base) {
3989 err = -ENODEV;
3990 goto out_pci_release_regions;
3991 }
3992
Tomas Winklere1623442009-01-27 14:27:56 -08003993 IWL_DEBUG_INFO(priv, "pci_resource_len = 0x%08llx\n",
Zhu Yib481de92007-09-25 17:54:57 -07003994 (unsigned long long) pci_resource_len(pdev, 0));
Tomas Winklere1623442009-01-27 14:27:56 -08003995 IWL_DEBUG_INFO(priv, "pci_resource_base = %p\n", priv->hw_base);
Zhu Yib481de92007-09-25 17:54:57 -07003996
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08003997 /* We disable the RETRY_TIMEOUT register (0x41) to keep
3998 * PCI Tx retries from interfering with C3 CPU state */
3999 pci_write_config_byte(pdev, 0x41, 0x00);
Zhu Yib481de92007-09-25 17:54:57 -07004000
Reinette Chatre731a29b2009-12-14 14:12:11 -08004001 /* these spin locks will be used in apm_ops.init and EEPROM access
Mohamed Abbasa8b50a02009-05-22 11:01:47 -07004002 * we should init now
4003 */
4004 spin_lock_init(&priv->reg_lock);
Reinette Chatre731a29b2009-12-14 14:12:11 -08004005 spin_lock_init(&priv->lock);
Mohamed Abbasa8b50a02009-05-22 11:01:47 -07004006
Reinette Chatre4843b5a2010-02-03 09:38:59 -08004007 /*
4008 * stop and reset the on-board processor just in case it is in a
4009 * strange state ... like being left stranded by a primary kernel
4010 * and this is now the kdump kernel trying to start up
4011 */
4012 iwl_write32(priv, CSR_RESET, CSR_RESET_REG_FLAG_NEVO_RESET);
4013
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004014 /***********************
4015 * 4. Read EEPROM
4016 * ********************/
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08004017
Zhu Yi5a669262008-01-14 17:46:18 -08004018 /* Read the EEPROM */
Samuel Ortize6148912009-01-23 13:45:15 -08004019 err = iwl_eeprom_init(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004020 if (err) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08004021 IWL_ERR(priv, "Unable to init EEPROM\n");
Reinette Chatrec8f16132009-02-27 16:21:22 -08004022 goto out_iounmap;
Zhu Yi5a669262008-01-14 17:46:18 -08004023 }
4024 /* MAC Address location in EEPROM same for 3945/4965 */
Samuel Ortize6148912009-01-23 13:45:15 -08004025 eeprom = (struct iwl3945_eeprom *)priv->eeprom;
Johannes Berg30eabc12010-05-12 03:33:10 -07004026 IWL_DEBUG_INFO(priv, "MAC address: %pM\n", eeprom->mac_address);
4027 SET_IEEE80211_PERM_ADDR(priv->hw, eeprom->mac_address);
Zhu Yi5a669262008-01-14 17:46:18 -08004028
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004029 /***********************
4030 * 5. Setup HW Constants
4031 * ********************/
4032 /* Device-specific setup */
Abhijeet Kolekar3832ec92008-12-19 10:37:26 +08004033 if (iwl3945_hw_set_hw_params(priv)) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08004034 IWL_ERR(priv, "failed to set hw settings\n");
Reinette Chatrec8f16132009-02-27 16:21:22 -08004035 goto out_eeprom_free;
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004036 }
4037
4038 /***********************
4039 * 6. Setup priv
4040 * ********************/
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004041
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08004042 err = iwl3945_init_drv(priv);
Reinette Chatre849e0dc2008-01-23 10:15:18 -08004043 if (err) {
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08004044 IWL_ERR(priv, "initializing driver failed\n");
Reinette Chatrec8f16132009-02-27 16:21:22 -08004045 goto out_unset_hw_params;
Reinette Chatre849e0dc2008-01-23 10:15:18 -08004046 }
Reinette Chatre849e0dc2008-01-23 10:15:18 -08004047
Tomas Winkler978785a2008-12-19 10:37:31 +08004048 IWL_INFO(priv, "Detected Intel Wireless WiFi Link %s\n",
4049 priv->cfg->name);
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004050
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004051 /***********************
Abhijeet Kolekar09f9bf72009-04-20 14:37:03 -07004052 * 7. Setup Services
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004053 * ********************/
4054
4055 spin_lock_irqsave(&priv->lock, flags);
Abhijeet Kolekared3b9322009-02-18 15:54:30 -08004056 iwl_disable_interrupts(priv);
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004057 spin_unlock_irqrestore(&priv->lock, flags);
4058
Helmut Schaa26635162009-01-15 09:38:44 +01004059 pci_enable_msi(priv->pci_dev);
4060
Mohamed Abbasef850d72009-05-22 11:01:50 -07004061 err = request_irq(priv->pci_dev->irq, priv->cfg->ops->lib->isr,
4062 IRQF_SHARED, DRV_NAME, priv);
Helmut Schaa26635162009-01-15 09:38:44 +01004063 if (err) {
4064 IWL_ERR(priv, "Error allocating IRQ %d\n", priv->pci_dev->irq);
4065 goto out_disable_msi;
4066 }
4067
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004068 err = sysfs_create_group(&pdev->dev.kobj, &iwl3945_attribute_group);
4069 if (err) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08004070 IWL_ERR(priv, "failed to create sysfs device attributes\n");
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08004071 goto out_release_irq;
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004072 }
4073
Samuel Ortiz8ccde882009-01-27 14:27:52 -08004074 iwl_set_rxon_channel(priv,
4075 &priv->bands[IEEE80211_BAND_2GHZ].channels[5]);
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004076 iwl3945_setup_deferred_work(priv);
4077 iwl3945_setup_rx_handlers(priv);
Ben Cahill008a9e32009-10-09 13:20:27 -07004078 iwl_power_initialize(priv);
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004079
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004080 /*********************************
Abhijeet Kolekar09f9bf72009-04-20 14:37:03 -07004081 * 8. Setup and Register mac80211
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004082 * *******************************/
4083
Abhijeet Kolekar2a4ddaa2009-02-27 16:21:23 -08004084 iwl_enable_interrupts(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004085
Abhijeet Kolekar2a4ddaa2009-02-27 16:21:23 -08004086 err = iwl3945_setup_mac(priv);
4087 if (err)
4088 goto out_remove_sysfs;
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004089
Abhijeet Kolekara75fbe82009-04-20 14:36:58 -07004090 err = iwl_dbgfs_register(priv, DRV_NAME);
4091 if (err)
4092 IWL_ERR(priv, "failed to create debugfs files. Ignoring error: %d\n", err);
4093
Helmut Schaa26635162009-01-15 09:38:44 +01004094 /* Start monitoring the killswitch */
Johannes Bergee525d12010-01-21 06:09:28 -08004095 queue_delayed_work(priv->workqueue, &priv->_3945.rfkill_poll,
Helmut Schaa26635162009-01-15 09:38:44 +01004096 2 * HZ);
4097
Zhu Yib481de92007-09-25 17:54:57 -07004098 return 0;
4099
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004100 out_remove_sysfs:
Zhu Yib481de92007-09-25 17:54:57 -07004101 destroy_workqueue(priv->workqueue);
4102 priv->workqueue = NULL;
Reinette Chatrec8f16132009-02-27 16:21:22 -08004103 sysfs_remove_group(&pdev->dev.kobj, &iwl3945_attribute_group);
4104 out_release_irq:
4105 free_irq(priv->pci_dev->irq, priv);
Helmut Schaa26635162009-01-15 09:38:44 +01004106 out_disable_msi:
4107 pci_disable_msi(priv->pci_dev);
Reinette Chatrec8f16132009-02-27 16:21:22 -08004108 iwlcore_free_geos(priv);
4109 iwl_free_channel_map(priv);
4110 out_unset_hw_params:
4111 iwl3945_unset_hw_params(priv);
4112 out_eeprom_free:
4113 iwl_eeprom_free(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004114 out_iounmap:
4115 pci_iounmap(pdev, priv->hw_base);
4116 out_pci_release_regions:
4117 pci_release_regions(pdev);
4118 out_pci_disable_device:
Zhu Yib481de92007-09-25 17:54:57 -07004119 pci_set_drvdata(pdev, NULL);
Reinette Chatre623d5632009-03-03 11:37:04 -08004120 pci_disable_device(pdev);
Zhu Yib481de92007-09-25 17:54:57 -07004121 out_ieee80211_free_hw:
Wey-Yi Guy20594eb2009-08-07 15:41:39 -07004122 iwl_free_traffic_mem(priv);
Wey-Yi Guyd7c76f42009-10-09 13:20:17 -07004123 ieee80211_free_hw(priv->hw);
Zhu Yib481de92007-09-25 17:54:57 -07004124 out:
4125 return err;
4126}
4127
Reinette Chatrec83dbf62008-03-21 13:53:41 -07004128static void __devexit iwl3945_pci_remove(struct pci_dev *pdev)
Zhu Yib481de92007-09-25 17:54:57 -07004129{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08004130 struct iwl_priv *priv = pci_get_drvdata(pdev);
Mohamed Abbas0359fac2008-03-28 16:21:08 -07004131 unsigned long flags;
Zhu Yib481de92007-09-25 17:54:57 -07004132
4133 if (!priv)
4134 return;
4135
Tomas Winklere1623442009-01-27 14:27:56 -08004136 IWL_DEBUG_INFO(priv, "*** UNLOAD DRIVER ***\n");
Zhu Yib481de92007-09-25 17:54:57 -07004137
Abhijeet Kolekara75fbe82009-04-20 14:36:58 -07004138 iwl_dbgfs_unregister(priv);
4139
Zhu Yib481de92007-09-25 17:54:57 -07004140 set_bit(STATUS_EXIT_PENDING, &priv->status);
Zhu Yib24d22b2007-12-19 13:59:52 +08004141
Kolekar, Abhijeetd552bfb2008-12-19 10:37:41 +08004142 if (priv->mac80211_registered) {
4143 ieee80211_unregister_hw(priv->hw);
4144 priv->mac80211_registered = 0;
4145 } else {
4146 iwl3945_down(priv);
4147 }
Zhu Yib481de92007-09-25 17:54:57 -07004148
Ben Cahillc166b252009-10-23 13:42:35 -07004149 /*
4150 * Make sure device is reset to low power before unloading driver.
4151 * This may be redundant with iwl_down(), but there are paths to
4152 * run iwl_down() without calling apm_ops.stop(), and there are
4153 * paths to avoid running iwl_down() at all before leaving driver.
4154 * This (inexpensive) call *makes sure* device is reset.
4155 */
4156 priv->cfg->ops->lib->apm_ops.stop(priv);
4157
Mohamed Abbas0359fac2008-03-28 16:21:08 -07004158 /* make sure we flush any pending irq or
4159 * tasklet for the driver
4160 */
4161 spin_lock_irqsave(&priv->lock, flags);
Abhijeet Kolekared3b9322009-02-18 15:54:30 -08004162 iwl_disable_interrupts(priv);
Mohamed Abbas0359fac2008-03-28 16:21:08 -07004163 spin_unlock_irqrestore(&priv->lock, flags);
4164
4165 iwl_synchronize_irq(priv);
4166
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004167 sysfs_remove_group(&pdev->dev.kobj, &iwl3945_attribute_group);
Zhu Yib481de92007-09-25 17:54:57 -07004168
Johannes Bergee525d12010-01-21 06:09:28 -08004169 cancel_delayed_work_sync(&priv->_3945.rfkill_poll);
Helmut Schaa26635162009-01-15 09:38:44 +01004170
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004171 iwl3945_dealloc_ucode_pci(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004172
4173 if (priv->rxq.bd)
Reinette Chatredf833b12009-04-21 10:55:48 -07004174 iwl3945_rx_queue_free(priv, &priv->rxq);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004175 iwl3945_hw_txq_ctx_free(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004176
Abhijeet Kolekar3832ec92008-12-19 10:37:26 +08004177 iwl3945_unset_hw_params(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004178
Mohamed Abbas6ef89d02007-10-25 17:15:47 +08004179 /*netif_stop_queue(dev); */
4180 flush_workqueue(priv->workqueue);
4181
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004182 /* ieee80211_unregister_hw calls iwl3945_mac_stop, which flushes
Zhu Yib481de92007-09-25 17:54:57 -07004183 * priv->workqueue... so we can't take down the workqueue
4184 * until now... */
4185 destroy_workqueue(priv->workqueue);
4186 priv->workqueue = NULL;
Wey-Yi Guy20594eb2009-08-07 15:41:39 -07004187 iwl_free_traffic_mem(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004188
Helmut Schaa26635162009-01-15 09:38:44 +01004189 free_irq(pdev->irq, priv);
4190 pci_disable_msi(pdev);
4191
Zhu Yib481de92007-09-25 17:54:57 -07004192 pci_iounmap(pdev, priv->hw_base);
4193 pci_release_regions(pdev);
4194 pci_disable_device(pdev);
4195 pci_set_drvdata(pdev, NULL);
4196
Samuel Ortize6148912009-01-23 13:45:15 -08004197 iwl_free_channel_map(priv);
Samuel Ortiz534166d2009-01-23 13:45:16 -08004198 iwlcore_free_geos(priv);
Johannes Berg811ecc92010-04-06 04:12:41 -07004199 kfree(priv->scan_cmd);
Zhu Yib481de92007-09-25 17:54:57 -07004200 if (priv->ibss_beacon)
4201 dev_kfree_skb(priv->ibss_beacon);
4202
4203 ieee80211_free_hw(priv->hw);
4204}
4205
Zhu Yib481de92007-09-25 17:54:57 -07004206
4207/*****************************************************************************
4208 *
4209 * driver and module entry point
4210 *
4211 *****************************************************************************/
4212
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004213static struct pci_driver iwl3945_driver = {
Zhu Yib481de92007-09-25 17:54:57 -07004214 .name = DRV_NAME,
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004215 .id_table = iwl3945_hw_card_ids,
4216 .probe = iwl3945_pci_probe,
4217 .remove = __devexit_p(iwl3945_pci_remove),
Zhu Yib481de92007-09-25 17:54:57 -07004218#ifdef CONFIG_PM
Wey-Yi Guy6da3a132009-03-26 10:14:08 -07004219 .suspend = iwl_pci_suspend,
4220 .resume = iwl_pci_resume,
Zhu Yib481de92007-09-25 17:54:57 -07004221#endif
4222};
4223
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004224static int __init iwl3945_init(void)
Zhu Yib481de92007-09-25 17:54:57 -07004225{
4226
4227 int ret;
4228 printk(KERN_INFO DRV_NAME ": " DRV_DESCRIPTION ", " DRV_VERSION "\n");
4229 printk(KERN_INFO DRV_NAME ": " DRV_COPYRIGHT "\n");
Reinette Chatre897e1cf2008-03-28 16:21:09 -07004230
4231 ret = iwl3945_rate_control_register();
4232 if (ret) {
Samuel Ortiza3139c52008-12-19 10:37:09 +08004233 printk(KERN_ERR DRV_NAME
4234 "Unable to register rate control algorithm: %d\n", ret);
Reinette Chatre897e1cf2008-03-28 16:21:09 -07004235 return ret;
4236 }
4237
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004238 ret = pci_register_driver(&iwl3945_driver);
Zhu Yib481de92007-09-25 17:54:57 -07004239 if (ret) {
Samuel Ortiza3139c52008-12-19 10:37:09 +08004240 printk(KERN_ERR DRV_NAME "Unable to initialize PCI module\n");
Reinette Chatre897e1cf2008-03-28 16:21:09 -07004241 goto error_register;
Zhu Yib481de92007-09-25 17:54:57 -07004242 }
Zhu Yib481de92007-09-25 17:54:57 -07004243
4244 return ret;
Reinette Chatre897e1cf2008-03-28 16:21:09 -07004245
Reinette Chatre897e1cf2008-03-28 16:21:09 -07004246error_register:
4247 iwl3945_rate_control_unregister();
4248 return ret;
Zhu Yib481de92007-09-25 17:54:57 -07004249}
4250
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004251static void __exit iwl3945_exit(void)
Zhu Yib481de92007-09-25 17:54:57 -07004252{
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004253 pci_unregister_driver(&iwl3945_driver);
Reinette Chatre897e1cf2008-03-28 16:21:09 -07004254 iwl3945_rate_control_unregister();
Zhu Yib481de92007-09-25 17:54:57 -07004255}
4256
Reinette Chatrea0987a82008-12-02 12:14:06 -08004257MODULE_FIRMWARE(IWL3945_MODULE_FIRMWARE(IWL3945_UCODE_API_MAX));
Zhu Yi25cb6ca2008-09-11 11:45:22 +08004258
Wey-Yi Guy4e30cb62009-09-17 10:43:47 -07004259module_param_named(antenna, iwl3945_mod_params.antenna, int, S_IRUGO);
Zhu Yib481de92007-09-25 17:54:57 -07004260MODULE_PARM_DESC(antenna, "select antenna (1=Main, 2=Aux, default 0 [both])");
Wey-Yi Guy4e30cb62009-09-17 10:43:47 -07004261module_param_named(swcrypto, iwl3945_mod_params.sw_crypto, int, S_IRUGO);
Samuel Ortiz9c74d9f2009-01-08 10:19:59 -08004262MODULE_PARM_DESC(swcrypto,
4263 "using software crypto (default 1 [software])\n");
Reinette Chatrea562a9d2009-07-17 09:30:24 -07004264#ifdef CONFIG_IWLWIFI_DEBUG
Wey-Yi Guy4e30cb62009-09-17 10:43:47 -07004265module_param_named(debug, iwl_debug_level, uint, S_IRUGO | S_IWUSR);
Zhu Yib481de92007-09-25 17:54:57 -07004266MODULE_PARM_DESC(debug, "debug output mask");
Reinette Chatrea562a9d2009-07-17 09:30:24 -07004267#endif
Wey-Yi Guy4e30cb62009-09-17 10:43:47 -07004268module_param_named(disable_hw_scan, iwl3945_mod_params.disable_hw_scan,
4269 int, S_IRUGO);
Zhu Yib481de92007-09-25 17:54:57 -07004270MODULE_PARM_DESC(disable_hw_scan, "disable hardware scanning (default 0)");
Wey-Yi Guy4e30cb62009-09-17 10:43:47 -07004271module_param_named(fw_restart3945, iwl3945_mod_params.restart_fw, int, S_IRUGO);
Samuel Ortizaf48d042009-01-23 13:45:19 -08004272MODULE_PARM_DESC(fw_restart3945, "restart firmware in case of error");
4273
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004274module_exit(iwl3945_exit);
4275module_init(iwl3945_init);