blob: a63bd5ee53a709d64fdd3875e24f405411a555b1 [file] [log] [blame]
Zhu Yib481de92007-09-25 17:54:57 -07001/******************************************************************************
2 *
Reinette Chatre01f81622009-01-08 10:20:02 -08003 * Copyright(c) 2003 - 2009 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>
34#include <linux/dma-mapping.h>
35#include <linux/delay.h>
Alexey Dobriyand43c36d2009-10-07 17:09:06 +040036#include <linux/sched.h>
Zhu Yib481de92007-09-25 17:54:57 -070037#include <linux/skbuff.h>
38#include <linux/netdevice.h>
39#include <linux/wireless.h>
40#include <linux/firmware.h>
Zhu Yib481de92007-09-25 17:54:57 -070041#include <linux/etherdevice.h>
42#include <linux/if_arp.h>
43
44#include <net/ieee80211_radiotap.h>
45#include <net/mac80211.h>
46
47#include <asm/div64.h>
48
Samuel Ortiza3139c52008-12-19 10:37:09 +080049#define DRV_NAME "iwl3945"
50
Winkler, Tomasdbb66542008-12-22 11:31:14 +080051#include "iwl-fh.h"
52#include "iwl-3945-fh.h"
Tomas Winkler600c0e12008-12-19 10:37:04 +080053#include "iwl-commands.h"
Samuel Ortiz17f841c2009-01-23 13:45:20 -080054#include "iwl-sta.h"
Zhu Yib481de92007-09-25 17:54:57 -070055#include "iwl-3945.h"
56#include "iwl-helpers.h"
Kolekar, Abhijeet5747d472008-12-19 10:37:18 +080057#include "iwl-core.h"
Samuel Ortizd20b3c62008-12-19 10:37:15 +080058#include "iwl-dev.h"
Zhu Yib481de92007-09-25 17:54:57 -070059
Zhu Yib481de92007-09-25 17:54:57 -070060/*
61 * module name, copyright, version, etc.
Zhu Yib481de92007-09-25 17:54:57 -070062 */
63
64#define DRV_DESCRIPTION \
65"Intel(R) PRO/Wireless 3945ABG/BG Network Connection driver for Linux"
66
Samuel Ortizd08853a2009-01-23 13:45:17 -080067#ifdef CONFIG_IWLWIFI_DEBUG
Zhu Yib481de92007-09-25 17:54:57 -070068#define VD "d"
69#else
70#define VD
71#endif
72
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +080073#ifdef CONFIG_IWL3945_SPECTRUM_MEASUREMENT
Zhu Yib481de92007-09-25 17:54:57 -070074#define VS "s"
75#else
76#define VS
77#endif
78
Kolekar, Abhijeeteaa686c2008-12-19 10:37:17 +080079#define IWL39_VERSION "1.2.26k" VD VS
Reinette Chatre01f81622009-01-08 10:20:02 -080080#define DRV_COPYRIGHT "Copyright(c) 2003-2009 Intel Corporation"
Tomas Winklera7b75202008-12-11 10:33:41 -080081#define DRV_AUTHOR "<ilw@linux.intel.com>"
Kolekar, Abhijeeteaa686c2008-12-19 10:37:17 +080082#define DRV_VERSION IWL39_VERSION
Zhu Yib481de92007-09-25 17:54:57 -070083
Zhu Yib481de92007-09-25 17:54:57 -070084
85MODULE_DESCRIPTION(DRV_DESCRIPTION);
86MODULE_VERSION(DRV_VERSION);
Tomas Winklera7b75202008-12-11 10:33:41 -080087MODULE_AUTHOR(DRV_COPYRIGHT " " DRV_AUTHOR);
Zhu Yib481de92007-09-25 17:54:57 -070088MODULE_LICENSE("GPL");
89
Kolekar, Abhijeetdf878d82008-12-19 10:37:35 +080090 /* module parameters */
91struct iwl_mod_params iwl3945_mod_params = {
Samuel Ortiz9c74d9f2009-01-08 10:19:59 -080092 .sw_crypto = 1,
Samuel Ortizaf48d042009-01-23 13:45:19 -080093 .restart_fw = 1,
Kolekar, Abhijeetdf878d82008-12-19 10:37:35 +080094 /* the rest are 0 by default */
95};
96
Zhu Yib481de92007-09-25 17:54:57 -070097/**
Samuel Ortiz7e4bca52009-01-23 13:45:18 -080098 * iwl3945_get_antenna_flags - Get antenna flags for RXON command
99 * @priv: eeprom and antenna fields are used to determine antenna flags
100 *
101 * priv->eeprom39 is used to determine if antenna AUX/MAIN are reversed
102 * iwl3945_mod_params.antenna specifies the antenna diversity mode:
103 *
104 * IWL_ANTENNA_DIVERSITY - NIC selects best antenna by itself
105 * IWL_ANTENNA_MAIN - Force MAIN antenna
106 * IWL_ANTENNA_AUX - Force AUX antenna
107 */
108__le32 iwl3945_get_antenna_flags(const struct iwl_priv *priv)
109{
110 struct iwl3945_eeprom *eeprom = (struct iwl3945_eeprom *)priv->eeprom;
111
112 switch (iwl3945_mod_params.antenna) {
113 case IWL_ANTENNA_DIVERSITY:
114 return 0;
115
116 case IWL_ANTENNA_MAIN:
117 if (eeprom->antenna_switch_type)
118 return RXON_FLG_DIS_DIV_MSK | RXON_FLG_ANT_B_MSK;
119 return RXON_FLG_DIS_DIV_MSK | RXON_FLG_ANT_A_MSK;
120
121 case IWL_ANTENNA_AUX:
122 if (eeprom->antenna_switch_type)
123 return RXON_FLG_DIS_DIV_MSK | RXON_FLG_ANT_A_MSK;
124 return RXON_FLG_DIS_DIV_MSK | RXON_FLG_ANT_B_MSK;
125 }
126
127 /* bad antenna selector value */
128 IWL_ERR(priv, "Bad antenna selector value (0x%x)\n",
129 iwl3945_mod_params.antenna);
130
131 return 0; /* "diversity" is default if error */
132}
133
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -0800134static int iwl3945_set_ccmp_dynamic_key_info(struct iwl_priv *priv,
Zhu Yib481de92007-09-25 17:54:57 -0700135 struct ieee80211_key_conf *keyconf,
136 u8 sta_id)
137{
138 unsigned long flags;
139 __le16 key_flags = 0;
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -0800140 int ret;
Zhu Yib481de92007-09-25 17:54:57 -0700141
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -0800142 key_flags |= (STA_KEY_FLG_CCMP | STA_KEY_FLG_MAP_KEY_MSK);
143 key_flags |= cpu_to_le16(keyconf->keyidx << STA_KEY_FLG_KEYID_POS);
144
145 if (sta_id == priv->hw_params.bcast_sta_id)
146 key_flags |= STA_KEY_MULTICAST_MSK;
147
148 keyconf->flags |= IEEE80211_KEY_FLAG_GENERATE_IV;
149 keyconf->hw_key_idx = keyconf->keyidx;
150 key_flags &= ~STA_KEY_FLG_INVALID;
151
Zhu Yib481de92007-09-25 17:54:57 -0700152 spin_lock_irqsave(&priv->sta_lock, flags);
Tomas Winklerc587de02009-06-03 11:44:07 -0700153 priv->stations[sta_id].keyinfo.alg = keyconf->alg;
154 priv->stations[sta_id].keyinfo.keylen = keyconf->keylen;
155 memcpy(priv->stations[sta_id].keyinfo.key, keyconf->key,
Zhu Yib481de92007-09-25 17:54:57 -0700156 keyconf->keylen);
157
Tomas Winklerc587de02009-06-03 11:44:07 -0700158 memcpy(priv->stations[sta_id].sta.key.key, keyconf->key,
Zhu Yib481de92007-09-25 17:54:57 -0700159 keyconf->keylen);
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -0800160
Tomas Winklerc587de02009-06-03 11:44:07 -0700161 if ((priv->stations[sta_id].sta.key.key_flags & STA_KEY_FLG_ENCRYPT_MSK)
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -0800162 == STA_KEY_FLG_NO_ENC)
Tomas Winklerc587de02009-06-03 11:44:07 -0700163 priv->stations[sta_id].sta.key.key_offset =
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -0800164 iwl_get_free_ucode_key_index(priv);
165 /* else, we are overriding an existing key => no need to allocated room
166 * in uCode. */
167
Tomas Winklerc587de02009-06-03 11:44:07 -0700168 WARN(priv->stations[sta_id].sta.key.key_offset == WEP_INVALID_OFFSET,
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -0800169 "no space for a new key");
170
Tomas Winklerc587de02009-06-03 11:44:07 -0700171 priv->stations[sta_id].sta.key.key_flags = key_flags;
172 priv->stations[sta_id].sta.sta.modify_mask = STA_MODIFY_KEY_MASK;
173 priv->stations[sta_id].sta.mode = STA_CONTROL_MODIFY_MSK;
Zhu Yib481de92007-09-25 17:54:57 -0700174
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -0800175 IWL_DEBUG_INFO(priv, "hwcrypto: modify ucode station key info\n");
176
Tomas Winklerc587de02009-06-03 11:44:07 -0700177 ret = iwl_send_add_sta(priv, &priv->stations[sta_id].sta, CMD_ASYNC);
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -0800178
Zhu Yib481de92007-09-25 17:54:57 -0700179 spin_unlock_irqrestore(&priv->sta_lock, flags);
180
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -0800181 return ret;
182}
183
184static int iwl3945_set_tkip_dynamic_key_info(struct iwl_priv *priv,
185 struct ieee80211_key_conf *keyconf,
186 u8 sta_id)
187{
188 return -EOPNOTSUPP;
189}
190
191static int iwl3945_set_wep_dynamic_key_info(struct iwl_priv *priv,
192 struct ieee80211_key_conf *keyconf,
193 u8 sta_id)
194{
195 return -EOPNOTSUPP;
Zhu Yib481de92007-09-25 17:54:57 -0700196}
197
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800198static int iwl3945_clear_sta_key_info(struct iwl_priv *priv, u8 sta_id)
Zhu Yib481de92007-09-25 17:54:57 -0700199{
200 unsigned long flags;
201
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;
Zhu Yib481de92007-09-25 17:54:57 -0700209 spin_unlock_irqrestore(&priv->sta_lock, flags);
210
Tomas Winklere1623442009-01-27 14:27:56 -0800211 IWL_DEBUG_INFO(priv, "hwcrypto: clear ucode station key info\n");
Tomas Winklerc587de02009-06-03 11:44:07 -0700212 iwl_send_add_sta(priv, &priv->stations[sta_id].sta, 0);
Zhu Yib481de92007-09-25 17:54:57 -0700213 return 0;
214}
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
Samuel Ortiz8ccde882009-01-27 14:27:52 -0800314 if (!iwl_is_associated(priv) || !priv->ibss_beacon ||
Johannes Berg05c914f2008-09-11 00:01:58 +0200315 ((priv->iw_mode != NL80211_IFTYPE_ADHOC) &&
316 (priv->iw_mode != NL80211_IFTYPE_AP)))
Zhu Yib481de92007-09-25 17:54:57 -0700317 return 0;
318
319 if (priv->ibss_beacon->len > left)
320 return 0;
321
322 memcpy(hdr, priv->ibss_beacon->data, priv->ibss_beacon->len);
323
324 return priv->ibss_beacon->len;
325}
326
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800327static int iwl3945_send_beacon_cmd(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -0700328{
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800329 struct iwl3945_frame *frame;
Zhu Yib481de92007-09-25 17:54:57 -0700330 unsigned int frame_size;
331 int rc;
332 u8 rate;
333
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800334 frame = iwl3945_get_free_frame(priv);
Zhu Yib481de92007-09-25 17:54:57 -0700335
336 if (!frame) {
Winkler, Tomas15b16872008-12-19 10:37:33 +0800337 IWL_ERR(priv, "Could not obtain free frame buffer for beacon "
Zhu Yib481de92007-09-25 17:54:57 -0700338 "command.\n");
339 return -ENOMEM;
340 }
341
Samuel Ortiz8ccde882009-01-27 14:27:52 -0800342 rate = iwl_rate_get_lowest_plcp(priv);
Zhu Yib481de92007-09-25 17:54:57 -0700343
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800344 frame_size = iwl3945_hw_get_beacon_cmd(priv, frame, rate);
Zhu Yib481de92007-09-25 17:54:57 -0700345
Samuel Ortiz518099a2009-01-19 15:30:27 -0800346 rc = iwl_send_cmd_pdu(priv, REPLY_TX_BEACON, frame_size,
Zhu Yib481de92007-09-25 17:54:57 -0700347 &frame->u.cmd[0]);
348
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800349 iwl3945_free_frame(priv, frame);
Zhu Yib481de92007-09-25 17:54:57 -0700350
351 return rc;
352}
353
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800354static void iwl3945_unset_hw_params(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -0700355{
Abhijeet Kolekar3832ec92008-12-19 10:37:26 +0800356 if (priv->shared_virt)
Zhu Yib481de92007-09-25 17:54:57 -0700357 pci_free_consistent(priv->pci_dev,
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800358 sizeof(struct iwl3945_shared),
Abhijeet Kolekar3832ec92008-12-19 10:37:26 +0800359 priv->shared_virt,
360 priv->shared_phys);
Zhu Yib481de92007-09-25 17:54:57 -0700361}
362
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800363static void iwl3945_build_tx_cmd_hwcrypto(struct iwl_priv *priv,
Johannes Berge039fa42008-05-15 12:55:29 +0200364 struct ieee80211_tx_info *info,
Johannes Bergc2acea82009-07-24 11:13:05 -0700365 struct iwl_device_cmd *cmd,
Zhu Yib481de92007-09-25 17:54:57 -0700366 struct sk_buff *skb_frag,
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -0800367 int sta_id)
Zhu Yib481de92007-09-25 17:54:57 -0700368{
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700369 struct iwl3945_tx_cmd *tx_cmd = (struct iwl3945_tx_cmd *)cmd->cmd.payload;
Tomas Winklerc587de02009-06-03 11:44:07 -0700370 struct iwl_hw_key *keyinfo = &priv->stations[sta_id].keyinfo;
Zhu Yib481de92007-09-25 17:54:57 -0700371
372 switch (keyinfo->alg) {
373 case ALG_CCMP:
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700374 tx_cmd->sec_ctl = TX_CMD_SEC_CCM;
375 memcpy(tx_cmd->key, keyinfo->key, keyinfo->keylen);
Tomas Winklere1623442009-01-27 14:27:56 -0800376 IWL_DEBUG_TX(priv, "tx_cmd with AES hwcrypto\n");
Zhu Yib481de92007-09-25 17:54:57 -0700377 break;
378
379 case ALG_TKIP:
Zhu Yib481de92007-09-25 17:54:57 -0700380 break;
381
382 case ALG_WEP:
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700383 tx_cmd->sec_ctl = TX_CMD_SEC_WEP |
Johannes Berge039fa42008-05-15 12:55:29 +0200384 (info->control.hw_key->hw_key_idx & TX_CMD_SEC_MSK) << TX_CMD_SEC_SHIFT;
Zhu Yib481de92007-09-25 17:54:57 -0700385
386 if (keyinfo->keylen == 13)
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700387 tx_cmd->sec_ctl |= TX_CMD_SEC_KEY128;
Zhu Yib481de92007-09-25 17:54:57 -0700388
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700389 memcpy(&tx_cmd->key[3], keyinfo->key, keyinfo->keylen);
Zhu Yib481de92007-09-25 17:54:57 -0700390
Tomas Winklere1623442009-01-27 14:27:56 -0800391 IWL_DEBUG_TX(priv, "Configuring packet for WEP encryption "
Johannes Berge039fa42008-05-15 12:55:29 +0200392 "with key %d\n", info->control.hw_key->hw_key_idx);
Zhu Yib481de92007-09-25 17:54:57 -0700393 break;
394
Zhu Yib481de92007-09-25 17:54:57 -0700395 default:
Tomas Winkler978785a2008-12-19 10:37:31 +0800396 IWL_ERR(priv, "Unknown encode alg %d\n", keyinfo->alg);
Zhu Yib481de92007-09-25 17:54:57 -0700397 break;
398 }
399}
400
401/*
402 * handle build REPLY_TX command notification.
403 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800404static void iwl3945_build_tx_cmd_basic(struct iwl_priv *priv,
Johannes Bergc2acea82009-07-24 11:13:05 -0700405 struct iwl_device_cmd *cmd,
Johannes Berge039fa42008-05-15 12:55:29 +0200406 struct ieee80211_tx_info *info,
Winkler, Tomase52119c2008-12-22 11:31:19 +0800407 struct ieee80211_hdr *hdr, u8 std_id)
Zhu Yib481de92007-09-25 17:54:57 -0700408{
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700409 struct iwl3945_tx_cmd *tx_cmd = (struct iwl3945_tx_cmd *)cmd->cmd.payload;
410 __le32 tx_flags = tx_cmd->tx_flags;
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -0700411 __le16 fc = hdr->frame_control;
Zhu Yib481de92007-09-25 17:54:57 -0700412
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700413 tx_cmd->stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE;
Johannes Berge039fa42008-05-15 12:55:29 +0200414 if (!(info->flags & IEEE80211_TX_CTL_NO_ACK)) {
Zhu Yib481de92007-09-25 17:54:57 -0700415 tx_flags |= TX_CMD_FLG_ACK_MSK;
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -0700416 if (ieee80211_is_mgmt(fc))
Zhu Yib481de92007-09-25 17:54:57 -0700417 tx_flags |= TX_CMD_FLG_SEQ_CTL_MSK;
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -0700418 if (ieee80211_is_probe_resp(fc) &&
Zhu Yib481de92007-09-25 17:54:57 -0700419 !(le16_to_cpu(hdr->seq_ctrl) & 0xf))
420 tx_flags |= TX_CMD_FLG_TSF_MSK;
421 } else {
422 tx_flags &= (~TX_CMD_FLG_ACK_MSK);
423 tx_flags |= TX_CMD_FLG_SEQ_CTL_MSK;
424 }
425
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700426 tx_cmd->sta_id = std_id;
Harvey Harrison8b7b1e02008-06-11 14:21:56 -0700427 if (ieee80211_has_morefrags(fc))
Zhu Yib481de92007-09-25 17:54:57 -0700428 tx_flags |= TX_CMD_FLG_MORE_FRAG_MSK;
429
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -0700430 if (ieee80211_is_data_qos(fc)) {
431 u8 *qc = ieee80211_get_qos_ctl(hdr);
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700432 tx_cmd->tid_tspec = qc[0] & 0xf;
Zhu Yib481de92007-09-25 17:54:57 -0700433 tx_flags &= ~TX_CMD_FLG_SEQ_CTL_MSK;
Tomas Winkler54dbb522008-05-15 13:54:06 +0800434 } else {
Zhu Yib481de92007-09-25 17:54:57 -0700435 tx_flags |= TX_CMD_FLG_SEQ_CTL_MSK;
Tomas Winkler54dbb522008-05-15 13:54:06 +0800436 }
Zhu Yib481de92007-09-25 17:54:57 -0700437
Abhijeet Kolekar37dc70f2009-10-09 13:20:30 -0700438 priv->cfg->ops->utils->rts_tx_cmd_flag(info, &tx_flags);
Zhu Yib481de92007-09-25 17:54:57 -0700439
440 if ((tx_flags & TX_CMD_FLG_RTS_MSK) || (tx_flags & TX_CMD_FLG_CTS_MSK))
441 tx_flags |= TX_CMD_FLG_FULL_TXOP_PROT_MSK;
442
443 tx_flags &= ~(TX_CMD_FLG_ANT_SEL_MSK);
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -0700444 if (ieee80211_is_mgmt(fc)) {
445 if (ieee80211_is_assoc_req(fc) || ieee80211_is_reassoc_req(fc))
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700446 tx_cmd->timeout.pm_frame_timeout = cpu_to_le16(3);
Zhu Yib481de92007-09-25 17:54:57 -0700447 else
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700448 tx_cmd->timeout.pm_frame_timeout = cpu_to_le16(2);
Mohamed Abbasab53d8a2008-03-25 16:33:36 -0700449 } else {
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700450 tx_cmd->timeout.pm_frame_timeout = 0;
Mohamed Abbasab53d8a2008-03-25 16:33:36 -0700451 }
Zhu Yib481de92007-09-25 17:54:57 -0700452
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700453 tx_cmd->driver_txop = 0;
454 tx_cmd->tx_flags = tx_flags;
455 tx_cmd->next_frame_len = 0;
Zhu Yib481de92007-09-25 17:54:57 -0700456}
457
Zhu Yib481de92007-09-25 17:54:57 -0700458/*
459 * start REPLY_TX command process
460 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800461static int iwl3945_tx_skb(struct iwl_priv *priv, struct sk_buff *skb)
Zhu Yib481de92007-09-25 17:54:57 -0700462{
463 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)skb->data;
Johannes Berge039fa42008-05-15 12:55:29 +0200464 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb);
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700465 struct iwl3945_tx_cmd *tx_cmd;
Samuel Ortiz188cf6c2008-12-22 11:31:16 +0800466 struct iwl_tx_queue *txq = NULL;
Samuel Ortizd20b3c62008-12-19 10:37:15 +0800467 struct iwl_queue *q = NULL;
Johannes Bergc2acea82009-07-24 11:13:05 -0700468 struct iwl_device_cmd *out_cmd;
469 struct iwl_cmd_meta *out_meta;
Zhu Yib481de92007-09-25 17:54:57 -0700470 dma_addr_t phys_addr;
471 dma_addr_t txcmd_phys;
Winkler, Tomase52119c2008-12-22 11:31:19 +0800472 int txq_id = skb_get_queue_mapping(skb);
Reinette Chatredf833b12009-04-21 10:55:48 -0700473 u16 len, idx, len_org, hdr_len; /* TODO: len_org is not used */
Tomas Winkler54dbb522008-05-15 13:54:06 +0800474 u8 id;
475 u8 unicast;
Zhu Yib481de92007-09-25 17:54:57 -0700476 u8 sta_id;
Tomas Winkler54dbb522008-05-15 13:54:06 +0800477 u8 tid = 0;
Zhu Yib481de92007-09-25 17:54:57 -0700478 u16 seq_number = 0;
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -0700479 __le16 fc;
Zhu Yib481de92007-09-25 17:54:57 -0700480 u8 wait_write_ptr = 0;
Tomas Winkler54dbb522008-05-15 13:54:06 +0800481 u8 *qc = NULL;
Zhu Yib481de92007-09-25 17:54:57 -0700482 unsigned long flags;
483 int rc;
484
485 spin_lock_irqsave(&priv->lock, flags);
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +0800486 if (iwl_is_rfkill(priv)) {
Tomas Winklere1623442009-01-27 14:27:56 -0800487 IWL_DEBUG_DROP(priv, "Dropping - RF KILL\n");
Zhu Yib481de92007-09-25 17:54:57 -0700488 goto drop_unlock;
489 }
490
Johannes Berge039fa42008-05-15 12:55:29 +0200491 if ((ieee80211_get_tx_rate(priv->hw, info)->hw_value & 0xFF) == IWL_INVALID_RATE) {
Winkler, Tomas15b16872008-12-19 10:37:33 +0800492 IWL_ERR(priv, "ERROR: No TX rate available.\n");
Zhu Yib481de92007-09-25 17:54:57 -0700493 goto drop_unlock;
494 }
495
496 unicast = !is_multicast_ether_addr(hdr->addr1);
497 id = 0;
498
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -0700499 fc = hdr->frame_control;
Zhu Yib481de92007-09-25 17:54:57 -0700500
Samuel Ortizd08853a2009-01-23 13:45:17 -0800501#ifdef CONFIG_IWLWIFI_DEBUG
Zhu Yib481de92007-09-25 17:54:57 -0700502 if (ieee80211_is_auth(fc))
Tomas Winklere1623442009-01-27 14:27:56 -0800503 IWL_DEBUG_TX(priv, "Sending AUTH frame\n");
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -0700504 else if (ieee80211_is_assoc_req(fc))
Tomas Winklere1623442009-01-27 14:27:56 -0800505 IWL_DEBUG_TX(priv, "Sending ASSOC frame\n");
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -0700506 else if (ieee80211_is_reassoc_req(fc))
Tomas Winklere1623442009-01-27 14:27:56 -0800507 IWL_DEBUG_TX(priv, "Sending REASSOC frame\n");
Zhu Yib481de92007-09-25 17:54:57 -0700508#endif
509
Gábor Stefanikaa065262009-08-21 20:44:09 +0200510 /* drop all non-injected data frame if we are not associated */
Stefanik Gábor914233d2008-06-30 17:23:30 +0800511 if (ieee80211_is_data(fc) &&
Gábor Stefanikaa065262009-08-21 20:44:09 +0200512 !(info->flags & IEEE80211_TX_CTL_INJECTED) &&
Samuel Ortiz8ccde882009-01-27 14:27:52 -0800513 (!iwl_is_associated(priv) ||
Johannes Berg05c914f2008-09-11 00:01:58 +0200514 ((priv->iw_mode == NL80211_IFTYPE_STATION) && !priv->assoc_id))) {
Tomas Winklere1623442009-01-27 14:27:56 -0800515 IWL_DEBUG_DROP(priv, "Dropping - !iwl_is_associated\n");
Zhu Yib481de92007-09-25 17:54:57 -0700516 goto drop_unlock;
517 }
518
519 spin_unlock_irqrestore(&priv->lock, flags);
520
Harvey Harrison7294ec92008-07-15 18:43:59 -0700521 hdr_len = ieee80211_hdrlen(fc);
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800522
523 /* Find (or create) index into station table for destination station */
Gábor Stefanikaa065262009-08-21 20:44:09 +0200524 if (info->flags & IEEE80211_TX_CTL_INJECTED)
525 sta_id = priv->hw_params.bcast_sta_id;
526 else
527 sta_id = iwl_get_sta_id(priv, hdr);
Zhu Yib481de92007-09-25 17:54:57 -0700528 if (sta_id == IWL_INVALID_STATION) {
Tomas Winklere1623442009-01-27 14:27:56 -0800529 IWL_DEBUG_DROP(priv, "Dropping - INVALID STATION: %pM\n",
Johannes Berge1749612008-10-27 15:59:26 -0700530 hdr->addr1);
Zhu Yib481de92007-09-25 17:54:57 -0700531 goto drop;
532 }
533
Tomas Winklere1623442009-01-27 14:27:56 -0800534 IWL_DEBUG_RATE(priv, "station Id %d\n", sta_id);
Zhu Yib481de92007-09-25 17:54:57 -0700535
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -0700536 if (ieee80211_is_data_qos(fc)) {
537 qc = ieee80211_get_qos_ctl(hdr);
Harvey Harrison7294ec92008-07-15 18:43:59 -0700538 tid = qc[0] & IEEE80211_QOS_CTL_TID_MASK;
Reinette Chatree6a6cf42009-08-13 13:30:50 -0700539 if (unlikely(tid >= MAX_TID_COUNT))
540 goto drop;
Tomas Winklerc587de02009-06-03 11:44:07 -0700541 seq_number = priv->stations[sta_id].tid[tid].seq_number &
Zhu Yib481de92007-09-25 17:54:57 -0700542 IEEE80211_SCTL_SEQ;
543 hdr->seq_ctrl = cpu_to_le16(seq_number) |
544 (hdr->seq_ctrl &
Harvey Harrisonc1b4aa32009-01-29 13:26:44 -0800545 cpu_to_le16(IEEE80211_SCTL_FRAG));
Zhu Yib481de92007-09-25 17:54:57 -0700546 seq_number += 0x10;
547 }
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800548
549 /* Descriptor for chosen Tx queue */
Samuel Ortiz188cf6c2008-12-22 11:31:16 +0800550 txq = &priv->txq[txq_id];
Zhu Yib481de92007-09-25 17:54:57 -0700551 q = &txq->q;
552
553 spin_lock_irqsave(&priv->lock, flags);
554
Tomas Winklerfc4b6852007-10-25 17:15:24 +0800555 idx = get_cmd_index(q, q->write_ptr, 0);
Zhu Yib481de92007-09-25 17:54:57 -0700556
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800557 /* Set up driver data for this TFD */
Winkler, Tomasdbb66542008-12-22 11:31:14 +0800558 memset(&(txq->txb[q->write_ptr]), 0, sizeof(struct iwl_tx_info));
Tomas Winklerfc4b6852007-10-25 17:15:24 +0800559 txq->txb[q->write_ptr].skb[0] = skb;
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800560
561 /* Init first empty entry in queue's array of Tx/cmd buffers */
Samuel Ortiz188cf6c2008-12-22 11:31:16 +0800562 out_cmd = txq->cmd[idx];
Johannes Bergc2acea82009-07-24 11:13:05 -0700563 out_meta = &txq->meta[idx];
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700564 tx_cmd = (struct iwl3945_tx_cmd *)out_cmd->cmd.payload;
Zhu Yib481de92007-09-25 17:54:57 -0700565 memset(&out_cmd->hdr, 0, sizeof(out_cmd->hdr));
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700566 memset(tx_cmd, 0, sizeof(*tx_cmd));
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800567
568 /*
569 * Set up the Tx-command (not MAC!) header.
570 * Store the chosen Tx queue and TFD index within the sequence field;
571 * after Tx, uCode's Tx response will return this value so driver can
572 * locate the frame within the tx queue and do post-tx processing.
573 */
Zhu Yib481de92007-09-25 17:54:57 -0700574 out_cmd->hdr.cmd = REPLY_TX;
575 out_cmd->hdr.sequence = cpu_to_le16((u16)(QUEUE_TO_SEQ(txq_id) |
Tomas Winklerfc4b6852007-10-25 17:15:24 +0800576 INDEX_TO_SEQ(q->write_ptr)));
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800577
578 /* Copy MAC header from skb into command buffer */
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700579 memcpy(tx_cmd->hdr, hdr, hdr_len);
Zhu Yib481de92007-09-25 17:54:57 -0700580
Reinette Chatredf833b12009-04-21 10:55:48 -0700581
582 if (info->control.hw_key)
583 iwl3945_build_tx_cmd_hwcrypto(priv, info, out_cmd, skb, sta_id);
584
585 /* TODO need this for burst mode later on */
586 iwl3945_build_tx_cmd_basic(priv, out_cmd, info, hdr, sta_id);
587
588 /* set is_hcca to 0; it probably will never be implemented */
589 iwl3945_hw_build_tx_cmd_rate(priv, out_cmd, info, hdr, sta_id, 0);
590
591 /* Total # bytes to be transmitted */
592 len = (u16)skb->len;
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700593 tx_cmd->len = cpu_to_le16(len);
Reinette Chatredf833b12009-04-21 10:55:48 -0700594
Wey-Yi Guy20594eb2009-08-07 15:41:39 -0700595 iwl_dbg_log_tx_data_frame(priv, len, hdr);
Wey-Yi Guy22fdf3c2009-08-07 15:41:40 -0700596 iwl_update_stats(priv, true, fc, len);
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700597 tx_cmd->tx_flags &= ~TX_CMD_FLG_ANT_A_MSK;
598 tx_cmd->tx_flags &= ~TX_CMD_FLG_ANT_B_MSK;
Reinette Chatredf833b12009-04-21 10:55:48 -0700599
600 if (!ieee80211_has_morefrags(hdr->frame_control)) {
601 txq->need_update = 1;
602 if (qc)
Tomas Winklerc587de02009-06-03 11:44:07 -0700603 priv->stations[sta_id].tid[tid].seq_number = seq_number;
Reinette Chatredf833b12009-04-21 10:55:48 -0700604 } else {
605 wait_write_ptr = 1;
606 txq->need_update = 0;
607 }
608
609 IWL_DEBUG_TX(priv, "sequence nr = 0X%x \n",
610 le16_to_cpu(out_cmd->hdr.sequence));
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700611 IWL_DEBUG_TX(priv, "tx_flags = 0X%x \n", le32_to_cpu(tx_cmd->tx_flags));
612 iwl_print_hex_dump(priv, IWL_DL_TX, tx_cmd, sizeof(*tx_cmd));
613 iwl_print_hex_dump(priv, IWL_DL_TX, (u8 *)tx_cmd->hdr,
Reinette Chatredf833b12009-04-21 10:55:48 -0700614 ieee80211_hdrlen(fc));
615
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800616 /*
617 * Use the first empty entry in this queue's command buffer array
618 * to contain the Tx command and MAC header concatenated together
619 * (payload data will be in another buffer).
620 * Size of this varies, due to varying MAC header length.
621 * If end is not dword aligned, we'll have 2 extra bytes at the end
622 * of the MAC header (device reads on dword boundaries).
623 * We'll tell device about this padding later.
624 */
Abhijeet Kolekar3832ec92008-12-19 10:37:26 +0800625 len = sizeof(struct iwl3945_tx_cmd) +
Tomas Winkler4c897252008-12-19 10:37:05 +0800626 sizeof(struct iwl_cmd_header) + hdr_len;
Zhu Yib481de92007-09-25 17:54:57 -0700627
628 len_org = len;
629 len = (len + 3) & ~3;
630
631 if (len_org != len)
632 len_org = 1;
633 else
634 len_org = 0;
635
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800636 /* Physical address of this Tx command's header (not MAC header!),
637 * within command buffer array. */
Reinette Chatredf833b12009-04-21 10:55:48 -0700638 txcmd_phys = pci_map_single(priv->pci_dev, &out_cmd->hdr,
639 len, PCI_DMA_TODEVICE);
640 /* we do not map meta data ... so we can safely access address to
641 * provide to unmap command*/
Johannes Bergc2acea82009-07-24 11:13:05 -0700642 pci_unmap_addr_set(out_meta, mapping, txcmd_phys);
643 pci_unmap_len_set(out_meta, len, len);
Zhu Yib481de92007-09-25 17:54:57 -0700644
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800645 /* Add buffer containing Tx command and MAC(!) header to TFD's
646 * first entry */
Samuel Ortiz7aaa1d72009-01-19 15:30:26 -0800647 priv->cfg->ops->lib->txq_attach_buf_to_tfd(priv, txq,
648 txcmd_phys, len, 1, 0);
Zhu Yib481de92007-09-25 17:54:57 -0700649
Zhu Yib481de92007-09-25 17:54:57 -0700650
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800651 /* Set up TFD's 2nd entry to point directly to remainder of skb,
652 * if any (802.11 null frames have no payload). */
Zhu Yib481de92007-09-25 17:54:57 -0700653 len = skb->len - hdr_len;
654 if (len) {
655 phys_addr = pci_map_single(priv->pci_dev, skb->data + hdr_len,
656 len, PCI_DMA_TODEVICE);
Samuel Ortiz7aaa1d72009-01-19 15:30:26 -0800657 priv->cfg->ops->lib->txq_attach_buf_to_tfd(priv, txq,
658 phys_addr, len,
659 0, U32_PAD(len));
Zhu Yib481de92007-09-25 17:54:57 -0700660 }
661
Zhu Yib481de92007-09-25 17:54:57 -0700662
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800663 /* Tell device the write index *just past* this latest filled TFD */
Tomas Winklerc54b6792008-03-06 17:36:53 -0800664 q->write_ptr = iwl_queue_inc_wrap(q->write_ptr, q->n_bd);
Samuel Ortiz4f3602c2009-01-19 15:30:25 -0800665 rc = iwl_txq_update_write_ptr(priv, txq);
Zhu Yib481de92007-09-25 17:54:57 -0700666 spin_unlock_irqrestore(&priv->lock, flags);
667
668 if (rc)
669 return rc;
670
Samuel Ortizd20b3c62008-12-19 10:37:15 +0800671 if ((iwl_queue_space(q) < q->high_mark)
Zhu Yib481de92007-09-25 17:54:57 -0700672 && priv->mac80211_registered) {
673 if (wait_write_ptr) {
674 spin_lock_irqsave(&priv->lock, flags);
675 txq->need_update = 1;
Samuel Ortiz4f3602c2009-01-19 15:30:25 -0800676 iwl_txq_update_write_ptr(priv, txq);
Zhu Yib481de92007-09-25 17:54:57 -0700677 spin_unlock_irqrestore(&priv->lock, flags);
678 }
679
Johannes Berge4e72fb2009-03-23 17:28:42 +0100680 iwl_stop_queue(priv, skb_get_queue_mapping(skb));
Zhu Yib481de92007-09-25 17:54:57 -0700681 }
682
683 return 0;
684
685drop_unlock:
686 spin_unlock_irqrestore(&priv->lock, flags);
687drop:
688 return -1;
689}
690
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +0800691#ifdef CONFIG_IWL3945_SPECTRUM_MEASUREMENT
Zhu Yib481de92007-09-25 17:54:57 -0700692
693#include "iwl-spectrum.h"
694
695#define BEACON_TIME_MASK_LOW 0x00FFFFFF
696#define BEACON_TIME_MASK_HIGH 0xFF000000
697#define TIME_UNIT 1024
698
699/*
700 * extended beacon time format
701 * time in usec will be changed into a 32-bit value in 8:24 format
702 * the high 1 byte is the beacon counts
703 * the lower 3 bytes is the time in usec within one beacon interval
704 */
705
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800706static u32 iwl3945_usecs_to_beacons(u32 usec, u32 beacon_interval)
Zhu Yib481de92007-09-25 17:54:57 -0700707{
708 u32 quot;
709 u32 rem;
710 u32 interval = beacon_interval * 1024;
711
712 if (!interval || !usec)
713 return 0;
714
715 quot = (usec / interval) & (BEACON_TIME_MASK_HIGH >> 24);
716 rem = (usec % interval) & BEACON_TIME_MASK_LOW;
717
718 return (quot << 24) + rem;
719}
720
721/* base is usually what we get from ucode with each received frame,
722 * the same as HW timer counter counting down
723 */
724
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800725static __le32 iwl3945_add_beacon_time(u32 base, u32 addon, u32 beacon_interval)
Zhu Yib481de92007-09-25 17:54:57 -0700726{
727 u32 base_low = base & BEACON_TIME_MASK_LOW;
728 u32 addon_low = addon & BEACON_TIME_MASK_LOW;
729 u32 interval = beacon_interval * TIME_UNIT;
730 u32 res = (base & BEACON_TIME_MASK_HIGH) +
731 (addon & BEACON_TIME_MASK_HIGH);
732
733 if (base_low > addon_low)
734 res += base_low - addon_low;
735 else if (base_low < addon_low) {
736 res += interval + base_low - addon_low;
737 res += (1 << 24);
738 } else
739 res += (1 << 24);
740
741 return cpu_to_le32(res);
742}
743
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800744static int iwl3945_get_measurement(struct iwl_priv *priv,
Zhu Yib481de92007-09-25 17:54:57 -0700745 struct ieee80211_measurement_params *params,
746 u8 type)
747{
Tomas Winkler600c0e12008-12-19 10:37:04 +0800748 struct iwl_spectrum_cmd spectrum;
Zhu Yi2f301222009-10-09 17:19:45 +0800749 struct iwl_rx_packet *pkt;
Winkler, Tomasc2d79b42008-12-19 10:37:34 +0800750 struct iwl_host_cmd cmd = {
Zhu Yib481de92007-09-25 17:54:57 -0700751 .id = REPLY_SPECTRUM_MEASUREMENT_CMD,
752 .data = (void *)&spectrum,
Johannes Bergc2acea82009-07-24 11:13:05 -0700753 .flags = CMD_WANT_SKB,
Zhu Yib481de92007-09-25 17:54:57 -0700754 };
755 u32 add_time = le64_to_cpu(params->start_time);
756 int rc;
757 int spectrum_resp_status;
758 int duration = le16_to_cpu(params->duration);
759
Samuel Ortiz8ccde882009-01-27 14:27:52 -0800760 if (iwl_is_associated(priv))
Zhu Yib481de92007-09-25 17:54:57 -0700761 add_time =
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800762 iwl3945_usecs_to_beacons(
Zhu Yib481de92007-09-25 17:54:57 -0700763 le64_to_cpu(params->start_time) - priv->last_tsf,
764 le16_to_cpu(priv->rxon_timing.beacon_interval));
765
766 memset(&spectrum, 0, sizeof(spectrum));
767
768 spectrum.channel_count = cpu_to_le16(1);
769 spectrum.flags =
770 RXON_FLG_TSF2HOST_MSK | RXON_FLG_ANT_A_MSK | RXON_FLG_DIS_DIV_MSK;
771 spectrum.filter_flags = MEASUREMENT_FILTER_FLAG;
772 cmd.len = sizeof(spectrum);
773 spectrum.len = cpu_to_le16(cmd.len - sizeof(spectrum.len));
774
Samuel Ortiz8ccde882009-01-27 14:27:52 -0800775 if (iwl_is_associated(priv))
Zhu Yib481de92007-09-25 17:54:57 -0700776 spectrum.start_time =
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800777 iwl3945_add_beacon_time(priv->last_beacon_time,
Zhu Yib481de92007-09-25 17:54:57 -0700778 add_time,
779 le16_to_cpu(priv->rxon_timing.beacon_interval));
780 else
781 spectrum.start_time = 0;
782
783 spectrum.channels[0].duration = cpu_to_le32(duration * TIME_UNIT);
784 spectrum.channels[0].channel = params->channel;
785 spectrum.channels[0].type = type;
Samuel Ortiz8ccde882009-01-27 14:27:52 -0800786 if (priv->active_rxon.flags & RXON_FLG_BAND_24G_MSK)
Zhu Yib481de92007-09-25 17:54:57 -0700787 spectrum.flags |= RXON_FLG_BAND_24G_MSK |
788 RXON_FLG_AUTO_DETECT_MSK | RXON_FLG_TGG_PROTECT_MSK;
789
Samuel Ortiz518099a2009-01-19 15:30:27 -0800790 rc = iwl_send_cmd_sync(priv, &cmd);
Zhu Yib481de92007-09-25 17:54:57 -0700791 if (rc)
792 return rc;
793
Zhu Yi2f301222009-10-09 17:19:45 +0800794 pkt = (struct iwl_rx_packet *)cmd.reply_page;
795 if (pkt->hdr.flags & IWL_CMD_FAILED_MSK) {
Winkler, Tomas15b16872008-12-19 10:37:33 +0800796 IWL_ERR(priv, "Bad return from REPLY_RX_ON_ASSOC command\n");
Zhu Yib481de92007-09-25 17:54:57 -0700797 rc = -EIO;
798 }
799
Zhu Yi2f301222009-10-09 17:19:45 +0800800 spectrum_resp_status = le16_to_cpu(pkt->u.spectrum.status);
Zhu Yib481de92007-09-25 17:54:57 -0700801 switch (spectrum_resp_status) {
802 case 0: /* Command will be handled */
Zhu Yi2f301222009-10-09 17:19:45 +0800803 if (pkt->u.spectrum.id != 0xff) {
Tomas Winklere1623442009-01-27 14:27:56 -0800804 IWL_DEBUG_INFO(priv, "Replaced existing measurement: %d\n",
Zhu Yi2f301222009-10-09 17:19:45 +0800805 pkt->u.spectrum.id);
Zhu Yib481de92007-09-25 17:54:57 -0700806 priv->measurement_status &= ~MEASUREMENT_READY;
807 }
808 priv->measurement_status |= MEASUREMENT_ACTIVE;
809 rc = 0;
810 break;
811
812 case 1: /* Command will not be handled */
813 rc = -EAGAIN;
814 break;
815 }
816
Zhu Yi2f301222009-10-09 17:19:45 +0800817 free_pages(cmd.reply_page, priv->hw_params.rx_page_order);
Zhu Yib481de92007-09-25 17:54:57 -0700818
819 return rc;
820}
821#endif
822
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800823static void iwl3945_rx_reply_alive(struct iwl_priv *priv,
Abhijeet Kolekar6100b582008-12-19 10:37:24 +0800824 struct iwl_rx_mem_buffer *rxb)
Zhu Yib481de92007-09-25 17:54:57 -0700825{
Zhu Yi2f301222009-10-09 17:19:45 +0800826 struct iwl_rx_packet *pkt = rxb_addr(rxb);
Tomas Winkler3d24a9f2008-12-19 10:37:07 +0800827 struct iwl_alive_resp *palive;
Zhu Yib481de92007-09-25 17:54:57 -0700828 struct delayed_work *pwork;
829
830 palive = &pkt->u.alive_frame;
831
Tomas Winklere1623442009-01-27 14:27:56 -0800832 IWL_DEBUG_INFO(priv, "Alive ucode status 0x%08X revision "
Zhu Yib481de92007-09-25 17:54:57 -0700833 "0x%01X 0x%01X\n",
834 palive->is_valid, palive->ver_type,
835 palive->ver_subtype);
836
837 if (palive->ver_subtype == INITIALIZE_SUBTYPE) {
Tomas Winklere1623442009-01-27 14:27:56 -0800838 IWL_DEBUG_INFO(priv, "Initialization Alive received.\n");
Tomas Winkler3d24a9f2008-12-19 10:37:07 +0800839 memcpy(&priv->card_alive_init, &pkt->u.alive_frame,
840 sizeof(struct iwl_alive_resp));
Zhu Yib481de92007-09-25 17:54:57 -0700841 pwork = &priv->init_alive_start;
842 } else {
Tomas Winklere1623442009-01-27 14:27:56 -0800843 IWL_DEBUG_INFO(priv, "Runtime Alive received.\n");
Zhu Yib481de92007-09-25 17:54:57 -0700844 memcpy(&priv->card_alive, &pkt->u.alive_frame,
Tomas Winkler3d24a9f2008-12-19 10:37:07 +0800845 sizeof(struct iwl_alive_resp));
Zhu Yib481de92007-09-25 17:54:57 -0700846 pwork = &priv->alive_start;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800847 iwl3945_disable_events(priv);
Zhu Yib481de92007-09-25 17:54:57 -0700848 }
849
850 /* We delay the ALIVE response by 5ms to
851 * give the HW RF Kill time to activate... */
852 if (palive->is_valid == UCODE_VALID_OK)
853 queue_delayed_work(priv->workqueue, pwork,
854 msecs_to_jiffies(5));
855 else
Winkler, Tomas39aadf82008-12-19 10:37:32 +0800856 IWL_WARN(priv, "uCode did not respond OK.\n");
Zhu Yib481de92007-09-25 17:54:57 -0700857}
858
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800859static void iwl3945_rx_reply_add_sta(struct iwl_priv *priv,
Abhijeet Kolekar6100b582008-12-19 10:37:24 +0800860 struct iwl_rx_mem_buffer *rxb)
Zhu Yib481de92007-09-25 17:54:57 -0700861{
Helmut Schaac7e035a2009-01-19 13:02:15 +0100862#ifdef CONFIG_IWLWIFI_DEBUG
Zhu Yi2f301222009-10-09 17:19:45 +0800863 struct iwl_rx_packet *pkt = rxb_addr(rxb);
Helmut Schaac7e035a2009-01-19 13:02:15 +0100864#endif
Zhu Yib481de92007-09-25 17:54:57 -0700865
Tomas Winklere1623442009-01-27 14:27:56 -0800866 IWL_DEBUG_RX(priv, "Received REPLY_ADD_STA: 0x%02X\n", pkt->u.status);
Zhu Yib481de92007-09-25 17:54:57 -0700867 return;
868}
869
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800870static void iwl3945_bg_beacon_update(struct work_struct *work)
Zhu Yib481de92007-09-25 17:54:57 -0700871{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800872 struct iwl_priv *priv =
873 container_of(work, struct iwl_priv, beacon_update);
Zhu Yib481de92007-09-25 17:54:57 -0700874 struct sk_buff *beacon;
875
876 /* Pull updated AP beacon from mac80211. will fail if not in AP mode */
Johannes Berge039fa42008-05-15 12:55:29 +0200877 beacon = ieee80211_beacon_get(priv->hw, priv->vif);
Zhu Yib481de92007-09-25 17:54:57 -0700878
879 if (!beacon) {
Winkler, Tomas15b16872008-12-19 10:37:33 +0800880 IWL_ERR(priv, "update beacon failed\n");
Zhu Yib481de92007-09-25 17:54:57 -0700881 return;
882 }
883
884 mutex_lock(&priv->mutex);
885 /* new beacon skb is allocated every time; dispose previous.*/
886 if (priv->ibss_beacon)
887 dev_kfree_skb(priv->ibss_beacon);
888
889 priv->ibss_beacon = beacon;
890 mutex_unlock(&priv->mutex);
891
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800892 iwl3945_send_beacon_cmd(priv);
Zhu Yib481de92007-09-25 17:54:57 -0700893}
894
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800895static void iwl3945_rx_beacon_notif(struct iwl_priv *priv,
Abhijeet Kolekar6100b582008-12-19 10:37:24 +0800896 struct iwl_rx_mem_buffer *rxb)
Zhu Yib481de92007-09-25 17:54:57 -0700897{
Samuel Ortizd08853a2009-01-23 13:45:17 -0800898#ifdef CONFIG_IWLWIFI_DEBUG
Zhu Yi2f301222009-10-09 17:19:45 +0800899 struct iwl_rx_packet *pkt = rxb_addr(rxb);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800900 struct iwl3945_beacon_notif *beacon = &(pkt->u.beacon_status);
Zhu Yib481de92007-09-25 17:54:57 -0700901 u8 rate = beacon->beacon_notify_hdr.rate;
902
Tomas Winklere1623442009-01-27 14:27:56 -0800903 IWL_DEBUG_RX(priv, "beacon status %x retries %d iss %d "
Zhu Yib481de92007-09-25 17:54:57 -0700904 "tsf %d %d rate %d\n",
905 le32_to_cpu(beacon->beacon_notify_hdr.status) & TX_STATUS_MSK,
906 beacon->beacon_notify_hdr.failure_frame,
907 le32_to_cpu(beacon->ibss_mgr_status),
908 le32_to_cpu(beacon->high_tsf),
909 le32_to_cpu(beacon->low_tsf), rate);
910#endif
911
Johannes Berg05c914f2008-09-11 00:01:58 +0200912 if ((priv->iw_mode == NL80211_IFTYPE_AP) &&
Zhu Yib481de92007-09-25 17:54:57 -0700913 (!test_bit(STATUS_EXIT_PENDING, &priv->status)))
914 queue_work(priv->workqueue, &priv->beacon_update);
915}
916
Zhu Yib481de92007-09-25 17:54:57 -0700917/* Handle notification from uCode that card's power state is changing
918 * due to software, hardware, or critical temperature RFKILL */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800919static void iwl3945_rx_card_state_notif(struct iwl_priv *priv,
Abhijeet Kolekar6100b582008-12-19 10:37:24 +0800920 struct iwl_rx_mem_buffer *rxb)
Zhu Yib481de92007-09-25 17:54:57 -0700921{
Zhu Yi2f301222009-10-09 17:19:45 +0800922 struct iwl_rx_packet *pkt = rxb_addr(rxb);
Zhu Yib481de92007-09-25 17:54:57 -0700923 u32 flags = le32_to_cpu(pkt->u.card_state_notif.flags);
924 unsigned long status = priv->status;
925
Reinette Chatre4c423a22009-07-17 09:30:26 -0700926 IWL_WARN(priv, "Card state received: HW:%s SW:%s\n",
Zhu Yib481de92007-09-25 17:54:57 -0700927 (flags & HW_CARD_DISABLED) ? "Kill" : "On",
928 (flags & SW_CARD_DISABLED) ? "Kill" : "On");
929
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +0800930 iwl_write32(priv, CSR_UCODE_DRV_GP1_SET,
Zhu Yib481de92007-09-25 17:54:57 -0700931 CSR_UCODE_DRV_GP1_BIT_CMD_BLOCKED);
932
933 if (flags & HW_CARD_DISABLED)
934 set_bit(STATUS_RF_KILL_HW, &priv->status);
935 else
936 clear_bit(STATUS_RF_KILL_HW, &priv->status);
937
938
Winkler, Tomasaf0053d2009-01-19 15:30:23 -0800939 iwl_scan_cancel(priv);
Zhu Yib481de92007-09-25 17:54:57 -0700940
941 if ((test_bit(STATUS_RF_KILL_HW, &status) !=
Johannes Berga60e77e2009-06-04 18:26:06 +0200942 test_bit(STATUS_RF_KILL_HW, &priv->status)))
943 wiphy_rfkill_set_hw_state(priv->hw->wiphy,
944 test_bit(STATUS_RF_KILL_HW, &priv->status));
Zhu Yib481de92007-09-25 17:54:57 -0700945 else
946 wake_up_interruptible(&priv->wait_command_queue);
947}
948
949/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800950 * iwl3945_setup_rx_handlers - Initialize Rx handler callbacks
Zhu Yib481de92007-09-25 17:54:57 -0700951 *
952 * Setup the RX handlers for each of the reply types sent from the uCode
953 * to the host.
954 *
955 * This function chains into the hardware specific files for them to setup
956 * any hardware specific handlers as well.
957 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800958static void iwl3945_setup_rx_handlers(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -0700959{
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800960 priv->rx_handlers[REPLY_ALIVE] = iwl3945_rx_reply_alive;
961 priv->rx_handlers[REPLY_ADD_STA] = iwl3945_rx_reply_add_sta;
Abhijeet Kolekar261b9c32009-02-18 15:54:29 -0800962 priv->rx_handlers[REPLY_ERROR] = iwl_rx_reply_error;
Samuel Ortiz8ccde882009-01-27 14:27:52 -0800963 priv->rx_handlers[CHANNEL_SWITCH_NOTIFICATION] = iwl_rx_csa;
Abhijeet Kolekar030f05e2009-02-18 15:54:28 -0800964 priv->rx_handlers[PM_SLEEP_NOTIFICATION] = iwl_rx_pm_sleep_notif;
Zhu Yib481de92007-09-25 17:54:57 -0700965 priv->rx_handlers[PM_DEBUG_STATISTIC_NOTIFIC] =
Abhijeet Kolekar030f05e2009-02-18 15:54:28 -0800966 iwl_rx_pm_debug_statistics_notif;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800967 priv->rx_handlers[BEACON_NOTIFICATION] = iwl3945_rx_beacon_notif;
Zhu Yib481de92007-09-25 17:54:57 -0700968
Ben Cahill9fbab512007-11-29 11:09:47 +0800969 /*
970 * The same handler is used for both the REPLY to a discrete
971 * statistics request from the host as well as for the periodic
972 * statistics notifications (after received beacons) from the uCode.
Zhu Yib481de92007-09-25 17:54:57 -0700973 */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800974 priv->rx_handlers[REPLY_STATISTICS_CMD] = iwl3945_hw_rx_statistics;
975 priv->rx_handlers[STATISTICS_NOTIFICATION] = iwl3945_hw_rx_statistics;
Zhu Yib481de92007-09-25 17:54:57 -0700976
Abhijeet Kolekar261b9c32009-02-18 15:54:29 -0800977 iwl_setup_spectrum_handlers(priv);
Abhijeet Kolekarcade0eb2009-02-18 15:54:26 -0800978 iwl_setup_rx_scan_handlers(priv);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800979 priv->rx_handlers[CARD_STATE_NOTIFICATION] = iwl3945_rx_card_state_notif;
Zhu Yib481de92007-09-25 17:54:57 -0700980
Ben Cahill9fbab512007-11-29 11:09:47 +0800981 /* Set up hardware specific Rx handlers */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800982 iwl3945_hw_rx_handler_setup(priv);
Zhu Yib481de92007-09-25 17:54:57 -0700983}
984
Zhu Yib481de92007-09-25 17:54:57 -0700985/************************** RX-FUNCTIONS ****************************/
986/*
987 * Rx theory of operation
988 *
989 * The host allocates 32 DMA target addresses and passes the host address
990 * to the firmware at register IWL_RFDS_TABLE_LOWER + N * RFD_SIZE where N is
991 * 0 to 31
992 *
993 * Rx Queue Indexes
994 * The host/firmware share two index registers for managing the Rx buffers.
995 *
996 * The READ index maps to the first position that the firmware may be writing
997 * to -- the driver can read up to (but not including) this position and get
998 * good data.
999 * The READ index is managed by the firmware once the card is enabled.
1000 *
1001 * The WRITE index maps to the last position the driver has read from -- the
1002 * position preceding WRITE is the last slot the firmware can place a packet.
1003 *
1004 * The queue is empty (no good data) if WRITE = READ - 1, and is full if
1005 * WRITE = READ.
1006 *
Ben Cahill9fbab512007-11-29 11:09:47 +08001007 * During initialization, the host sets up the READ queue position to the first
Zhu Yib481de92007-09-25 17:54:57 -07001008 * INDEX position, and WRITE to the last (READ - 1 wrapped)
1009 *
Ben Cahill9fbab512007-11-29 11:09:47 +08001010 * When the firmware places a packet in a buffer, it will advance the READ index
Zhu Yib481de92007-09-25 17:54:57 -07001011 * and fire the RX interrupt. The driver can then query the READ index and
1012 * process as many packets as possible, moving the WRITE index forward as it
1013 * resets the Rx queue buffers with new memory.
1014 *
1015 * The management in the driver is as follows:
1016 * + A list of pre-allocated SKBs is stored in iwl->rxq->rx_free. When
1017 * iwl->rxq->free_count drops to or below RX_LOW_WATERMARK, work is scheduled
Ian Schram01ebd062007-10-25 17:15:22 +08001018 * to replenish the iwl->rxq->rx_free.
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001019 * + In iwl3945_rx_replenish (scheduled) if 'processed' != 'read' then the
Zhu Yib481de92007-09-25 17:54:57 -07001020 * iwl->rxq is replenished and the READ INDEX is updated (updating the
1021 * 'processed' and 'read' driver indexes as well)
1022 * + A received packet is processed and handed to the kernel network stack,
1023 * detached from the iwl->rxq. The driver 'processed' index is updated.
1024 * + The Host/Firmware iwl->rxq is replenished at tasklet time from the rx_free
1025 * list. If there are no allocated buffers in iwl->rxq->rx_free, the READ
1026 * INDEX is not incremented and iwl->status(RX_STALLED) is set. If there
1027 * were enough free buffers and RX_STALLED is set it is cleared.
1028 *
1029 *
1030 * Driver sequence:
1031 *
Ben Cahill9fbab512007-11-29 11:09:47 +08001032 * iwl3945_rx_replenish() Replenishes rx_free list from rx_used, and calls
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001033 * iwl3945_rx_queue_restock
Ben Cahill9fbab512007-11-29 11:09:47 +08001034 * iwl3945_rx_queue_restock() Moves available buffers from rx_free into Rx
Zhu Yib481de92007-09-25 17:54:57 -07001035 * queue, updates firmware pointers, and updates
1036 * the WRITE index. If insufficient rx_free buffers
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001037 * are available, schedules iwl3945_rx_replenish
Zhu Yib481de92007-09-25 17:54:57 -07001038 *
1039 * -- enable interrupts --
Abhijeet Kolekar6100b582008-12-19 10:37:24 +08001040 * ISR - iwl3945_rx() Detach iwl_rx_mem_buffers from pool up to the
Zhu Yib481de92007-09-25 17:54:57 -07001041 * READ INDEX, detaching the SKB from the pool.
1042 * Moves the packet buffer from queue to rx_used.
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001043 * Calls iwl3945_rx_queue_restock to refill any empty
Zhu Yib481de92007-09-25 17:54:57 -07001044 * slots.
1045 * ...
1046 *
1047 */
1048
1049/**
Ben Cahill9fbab512007-11-29 11:09:47 +08001050 * iwl3945_dma_addr2rbd_ptr - convert a DMA address to a uCode read buffer ptr
Zhu Yib481de92007-09-25 17:54:57 -07001051 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001052static inline __le32 iwl3945_dma_addr2rbd_ptr(struct iwl_priv *priv,
Zhu Yib481de92007-09-25 17:54:57 -07001053 dma_addr_t dma_addr)
1054{
1055 return cpu_to_le32((u32)dma_addr);
1056}
1057
1058/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001059 * iwl3945_rx_queue_restock - refill RX queue from pre-allocated pool
Zhu Yib481de92007-09-25 17:54:57 -07001060 *
Ben Cahill9fbab512007-11-29 11:09:47 +08001061 * If there are slots in the RX queue that need to be restocked,
Zhu Yib481de92007-09-25 17:54:57 -07001062 * and we have free pre-allocated buffers, fill the ranks as much
Ben Cahill9fbab512007-11-29 11:09:47 +08001063 * as we can, pulling from rx_free.
Zhu Yib481de92007-09-25 17:54:57 -07001064 *
1065 * This moves the 'write' index forward to catch up with 'processed', and
1066 * also updates the memory address in the firmware to reference the new
1067 * target buffer.
1068 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001069static int iwl3945_rx_queue_restock(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07001070{
Abhijeet Kolekarcc2f3622008-12-19 10:37:25 +08001071 struct iwl_rx_queue *rxq = &priv->rxq;
Zhu Yib481de92007-09-25 17:54:57 -07001072 struct list_head *element;
Abhijeet Kolekar6100b582008-12-19 10:37:24 +08001073 struct iwl_rx_mem_buffer *rxb;
Zhu Yib481de92007-09-25 17:54:57 -07001074 unsigned long flags;
1075 int write, rc;
1076
1077 spin_lock_irqsave(&rxq->lock, flags);
1078 write = rxq->write & ~0x7;
Winkler, Tomas37d68312009-01-08 10:19:54 -08001079 while ((iwl_rx_queue_space(rxq) > 0) && (rxq->free_count)) {
Cahill, Ben M6440adb2007-11-29 11:09:55 +08001080 /* Get next free Rx buffer, remove from free list */
Zhu Yib481de92007-09-25 17:54:57 -07001081 element = rxq->rx_free.next;
Abhijeet Kolekar6100b582008-12-19 10:37:24 +08001082 rxb = list_entry(element, struct iwl_rx_mem_buffer, list);
Zhu Yib481de92007-09-25 17:54:57 -07001083 list_del(element);
Cahill, Ben M6440adb2007-11-29 11:09:55 +08001084
1085 /* Point to Rx buffer via next RBD in circular buffer */
Zhu Yi2f301222009-10-09 17:19:45 +08001086 rxq->bd[rxq->write] = iwl3945_dma_addr2rbd_ptr(priv, rxb->page_dma);
Zhu Yib481de92007-09-25 17:54:57 -07001087 rxq->queue[rxq->write] = rxb;
1088 rxq->write = (rxq->write + 1) & RX_QUEUE_MASK;
1089 rxq->free_count--;
1090 }
1091 spin_unlock_irqrestore(&rxq->lock, flags);
1092 /* If the pre-allocated buffer pool is dropping low, schedule to
1093 * refill it */
1094 if (rxq->free_count <= RX_LOW_WATERMARK)
1095 queue_work(priv->workqueue, &priv->rx_replenish);
1096
1097
Cahill, Ben M6440adb2007-11-29 11:09:55 +08001098 /* If we've added more space for the firmware to place data, tell it.
1099 * Increment device's write pointer in multiples of 8. */
Abhijeet Kolekard14d4442009-06-03 11:44:08 -07001100 if ((rxq->write_actual != (rxq->write & ~0x7))
Zhu Yib481de92007-09-25 17:54:57 -07001101 || (abs(rxq->write - rxq->read) > 7)) {
1102 spin_lock_irqsave(&rxq->lock, flags);
1103 rxq->need_update = 1;
1104 spin_unlock_irqrestore(&rxq->lock, flags);
Winkler, Tomas141c43a2009-01-08 10:19:53 -08001105 rc = iwl_rx_queue_update_write_ptr(priv, rxq);
Zhu Yib481de92007-09-25 17:54:57 -07001106 if (rc)
1107 return rc;
1108 }
1109
1110 return 0;
1111}
1112
1113/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001114 * iwl3945_rx_replenish - Move all used packet from rx_used to rx_free
Zhu Yib481de92007-09-25 17:54:57 -07001115 *
1116 * When moving to rx_free an SKB is allocated for the slot.
1117 *
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001118 * Also restock the Rx queue via iwl3945_rx_queue_restock.
Ian Schram01ebd062007-10-25 17:15:22 +08001119 * This is called as a scheduled work item (except for during initialization)
Zhu Yib481de92007-09-25 17:54:57 -07001120 */
Abhijeet Kolekard14d4442009-06-03 11:44:08 -07001121static void iwl3945_rx_allocate(struct iwl_priv *priv, gfp_t priority)
Zhu Yib481de92007-09-25 17:54:57 -07001122{
Abhijeet Kolekarcc2f3622008-12-19 10:37:25 +08001123 struct iwl_rx_queue *rxq = &priv->rxq;
Zhu Yib481de92007-09-25 17:54:57 -07001124 struct list_head *element;
Abhijeet Kolekar6100b582008-12-19 10:37:24 +08001125 struct iwl_rx_mem_buffer *rxb;
Zhu Yi2f301222009-10-09 17:19:45 +08001126 struct page *page;
Zhu Yib481de92007-09-25 17:54:57 -07001127 unsigned long flags;
Zhu Yi29b1b262009-10-23 13:42:25 -07001128 gfp_t gfp_mask = priority;
Abhijeet Kolekar72240492009-04-30 13:56:26 -07001129
1130 while (1) {
1131 spin_lock_irqsave(&rxq->lock, flags);
1132
1133 if (list_empty(&rxq->rx_used)) {
1134 spin_unlock_irqrestore(&rxq->lock, flags);
1135 return;
1136 }
Abhijeet Kolekar72240492009-04-30 13:56:26 -07001137 spin_unlock_irqrestore(&rxq->lock, flags);
Cahill, Ben M6440adb2007-11-29 11:09:55 +08001138
Reinette Chatref82a9242009-09-17 10:43:56 -07001139 if (rxq->free_count > RX_LOW_WATERMARK)
Zhu Yi29b1b262009-10-23 13:42:25 -07001140 gfp_mask |= __GFP_NOWARN;
Zhu Yi2f301222009-10-09 17:19:45 +08001141
1142 if (priv->hw_params.rx_page_order > 0)
Zhu Yi29b1b262009-10-23 13:42:25 -07001143 gfp_mask |= __GFP_COMP;
Zhu Yi2f301222009-10-09 17:19:45 +08001144
Cahill, Ben M6440adb2007-11-29 11:09:55 +08001145 /* Alloc a new receive buffer */
Zhu Yi29b1b262009-10-23 13:42:25 -07001146 page = alloc_pages(gfp_mask, priv->hw_params.rx_page_order);
Zhu Yi2f301222009-10-09 17:19:45 +08001147 if (!page) {
Zhu Yib481de92007-09-25 17:54:57 -07001148 if (net_ratelimit())
Reinette Chatref82a9242009-09-17 10:43:56 -07001149 IWL_DEBUG_INFO(priv, "Failed to allocate SKB buffer.\n");
1150 if ((rxq->free_count <= RX_LOW_WATERMARK) &&
1151 net_ratelimit())
1152 IWL_CRIT(priv, "Failed to allocate SKB buffer with %s. Only %u free buffers remaining.\n",
1153 priority == GFP_ATOMIC ? "GFP_ATOMIC" : "GFP_KERNEL",
1154 rxq->free_count);
Zhu Yib481de92007-09-25 17:54:57 -07001155 /* We don't reschedule replenish work here -- we will
1156 * call the restock method and if it still needs
1157 * more buffers it will schedule replenish */
1158 break;
1159 }
Zhu Yi12342c42007-12-20 11:27:32 +08001160
Reinette Chatrede0bd502009-09-11 10:38:12 -07001161 spin_lock_irqsave(&rxq->lock, flags);
1162 if (list_empty(&rxq->rx_used)) {
1163 spin_unlock_irqrestore(&rxq->lock, flags);
Zhu Yi2f301222009-10-09 17:19:45 +08001164 __free_pages(page, priv->hw_params.rx_page_order);
Reinette Chatrede0bd502009-09-11 10:38:12 -07001165 return;
1166 }
1167 element = rxq->rx_used.next;
1168 rxb = list_entry(element, struct iwl_rx_mem_buffer, list);
1169 list_del(element);
1170 spin_unlock_irqrestore(&rxq->lock, flags);
1171
Zhu Yi2f301222009-10-09 17:19:45 +08001172 rxb->page = page;
Cahill, Ben M6440adb2007-11-29 11:09:55 +08001173 /* Get physical address of RB/SKB */
Zhu Yi2f301222009-10-09 17:19:45 +08001174 rxb->page_dma = pci_map_page(priv->pci_dev, page, 0,
1175 PAGE_SIZE << priv->hw_params.rx_page_order,
1176 PCI_DMA_FROMDEVICE);
Abhijeet Kolekar72240492009-04-30 13:56:26 -07001177
1178 spin_lock_irqsave(&rxq->lock, flags);
Zhu Yi2f301222009-10-09 17:19:45 +08001179
Zhu Yib481de92007-09-25 17:54:57 -07001180 list_add_tail(&rxb->list, &rxq->rx_free);
1181 rxq->free_count++;
Zhu Yi2f301222009-10-09 17:19:45 +08001182 priv->alloc_rxb_page++;
1183
Abhijeet Kolekar72240492009-04-30 13:56:26 -07001184 spin_unlock_irqrestore(&rxq->lock, flags);
Zhu Yib481de92007-09-25 17:54:57 -07001185 }
Mohamed Abbas5c0eef92007-11-29 11:10:14 +08001186}
1187
Reinette Chatredf833b12009-04-21 10:55:48 -07001188void iwl3945_rx_queue_reset(struct iwl_priv *priv, struct iwl_rx_queue *rxq)
1189{
1190 unsigned long flags;
1191 int i;
1192 spin_lock_irqsave(&rxq->lock, flags);
1193 INIT_LIST_HEAD(&rxq->rx_free);
1194 INIT_LIST_HEAD(&rxq->rx_used);
1195 /* Fill the rx_used queue with _all_ of the Rx buffers */
1196 for (i = 0; i < RX_FREE_BUFFERS + RX_QUEUE_SIZE; i++) {
1197 /* In the reset function, these buffers may have been allocated
1198 * to an SKB, so we need to unmap and free potential storage */
Zhu Yi2f301222009-10-09 17:19:45 +08001199 if (rxq->pool[i].page != NULL) {
1200 pci_unmap_page(priv->pci_dev, rxq->pool[i].page_dma,
1201 PAGE_SIZE << priv->hw_params.rx_page_order,
1202 PCI_DMA_FROMDEVICE);
1203 priv->alloc_rxb_page--;
1204 __free_pages(rxq->pool[i].page,
1205 priv->hw_params.rx_page_order);
1206 rxq->pool[i].page = NULL;
Reinette Chatredf833b12009-04-21 10:55:48 -07001207 }
1208 list_add_tail(&rxq->pool[i].list, &rxq->rx_used);
1209 }
1210
1211 /* Set us so that we have processed and used all buffers, but have
1212 * not restocked the Rx queue with fresh buffers */
1213 rxq->read = rxq->write = 0;
Abhijeet Kolekard14d4442009-06-03 11:44:08 -07001214 rxq->write_actual = 0;
Zhu Yi2f301222009-10-09 17:19:45 +08001215 rxq->free_count = 0;
Reinette Chatredf833b12009-04-21 10:55:48 -07001216 spin_unlock_irqrestore(&rxq->lock, flags);
1217}
Reinette Chatredf833b12009-04-21 10:55:48 -07001218
Mohamed Abbas5c0eef92007-11-29 11:10:14 +08001219void iwl3945_rx_replenish(void *data)
1220{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001221 struct iwl_priv *priv = data;
Mohamed Abbas5c0eef92007-11-29 11:10:14 +08001222 unsigned long flags;
1223
Abhijeet Kolekard14d4442009-06-03 11:44:08 -07001224 iwl3945_rx_allocate(priv, GFP_KERNEL);
Zhu Yib481de92007-09-25 17:54:57 -07001225
1226 spin_lock_irqsave(&priv->lock, flags);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001227 iwl3945_rx_queue_restock(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001228 spin_unlock_irqrestore(&priv->lock, flags);
1229}
1230
Abhijeet Kolekard14d4442009-06-03 11:44:08 -07001231static void iwl3945_rx_replenish_now(struct iwl_priv *priv)
1232{
1233 iwl3945_rx_allocate(priv, GFP_ATOMIC);
1234
1235 iwl3945_rx_queue_restock(priv);
1236}
1237
1238
Reinette Chatredf833b12009-04-21 10:55:48 -07001239/* Assumes that the skb field of the buffers in 'pool' is kept accurate.
1240 * If an SKB has been detached, the POOL needs to have its SKB set to NULL
1241 * This free routine walks the list of POOL entries and if SKB is set to
1242 * non NULL it is unmapped and freed
1243 */
1244static void iwl3945_rx_queue_free(struct iwl_priv *priv, struct iwl_rx_queue *rxq)
1245{
1246 int i;
1247 for (i = 0; i < RX_QUEUE_SIZE + RX_FREE_BUFFERS; i++) {
Zhu Yi2f301222009-10-09 17:19:45 +08001248 if (rxq->pool[i].page != NULL) {
1249 pci_unmap_page(priv->pci_dev, rxq->pool[i].page_dma,
1250 PAGE_SIZE << priv->hw_params.rx_page_order,
1251 PCI_DMA_FROMDEVICE);
1252 __free_pages(rxq->pool[i].page,
1253 priv->hw_params.rx_page_order);
1254 rxq->pool[i].page = NULL;
1255 priv->alloc_rxb_page--;
Reinette Chatredf833b12009-04-21 10:55:48 -07001256 }
1257 }
1258
1259 pci_free_consistent(priv->pci_dev, 4 * RX_QUEUE_SIZE, rxq->bd,
1260 rxq->dma_addr);
1261 pci_free_consistent(priv->pci_dev, sizeof(struct iwl_rb_status),
1262 rxq->rb_stts, rxq->rb_stts_dma);
1263 rxq->bd = NULL;
1264 rxq->rb_stts = NULL;
1265}
Reinette Chatredf833b12009-04-21 10:55:48 -07001266
1267
Zhu Yib481de92007-09-25 17:54:57 -07001268/* Convert linear signal-to-noise ratio into dB */
1269static u8 ratio2dB[100] = {
1270/* 0 1 2 3 4 5 6 7 8 9 */
1271 0, 0, 6, 10, 12, 14, 16, 17, 18, 19, /* 00 - 09 */
1272 20, 21, 22, 22, 23, 23, 24, 25, 26, 26, /* 10 - 19 */
1273 26, 26, 26, 27, 27, 28, 28, 28, 29, 29, /* 20 - 29 */
1274 29, 30, 30, 30, 31, 31, 31, 31, 32, 32, /* 30 - 39 */
1275 32, 32, 32, 33, 33, 33, 33, 33, 34, 34, /* 40 - 49 */
1276 34, 34, 34, 34, 35, 35, 35, 35, 35, 35, /* 50 - 59 */
1277 36, 36, 36, 36, 36, 36, 36, 37, 37, 37, /* 60 - 69 */
1278 37, 37, 37, 37, 37, 38, 38, 38, 38, 38, /* 70 - 79 */
1279 38, 38, 38, 38, 38, 39, 39, 39, 39, 39, /* 80 - 89 */
1280 39, 39, 39, 39, 39, 40, 40, 40, 40, 40 /* 90 - 99 */
1281};
1282
1283/* Calculates a relative dB value from a ratio of linear
1284 * (i.e. not dB) signal levels.
1285 * Conversion assumes that levels are voltages (20*log), not powers (10*log). */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001286int iwl3945_calc_db_from_ratio(int sig_ratio)
Zhu Yib481de92007-09-25 17:54:57 -07001287{
Adrian Bunk221c80c2008-02-02 23:19:01 +02001288 /* 1000:1 or higher just report as 60 dB */
1289 if (sig_ratio >= 1000)
Zhu Yib481de92007-09-25 17:54:57 -07001290 return 60;
1291
Adrian Bunk221c80c2008-02-02 23:19:01 +02001292 /* 100:1 or higher, divide by 10 and use table,
Zhu Yib481de92007-09-25 17:54:57 -07001293 * add 20 dB to make up for divide by 10 */
Adrian Bunk221c80c2008-02-02 23:19:01 +02001294 if (sig_ratio >= 100)
Tomas Winkler3ac7f142008-07-21 02:40:14 +03001295 return 20 + (int)ratio2dB[sig_ratio/10];
Zhu Yib481de92007-09-25 17:54:57 -07001296
1297 /* We shouldn't see this */
1298 if (sig_ratio < 1)
1299 return 0;
1300
1301 /* Use table for ratios 1:1 - 99:1 */
1302 return (int)ratio2dB[sig_ratio];
1303}
1304
1305#define PERFECT_RSSI (-20) /* dBm */
1306#define WORST_RSSI (-95) /* dBm */
1307#define RSSI_RANGE (PERFECT_RSSI - WORST_RSSI)
1308
1309/* Calculate an indication of rx signal quality (a percentage, not dBm!).
1310 * See http://www.ces.clemson.edu/linux/signal_quality.shtml for info
1311 * about formulas used below. */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001312int iwl3945_calc_sig_qual(int rssi_dbm, int noise_dbm)
Zhu Yib481de92007-09-25 17:54:57 -07001313{
1314 int sig_qual;
1315 int degradation = PERFECT_RSSI - rssi_dbm;
1316
1317 /* If we get a noise measurement, use signal-to-noise ratio (SNR)
1318 * as indicator; formula is (signal dbm - noise dbm).
1319 * SNR at or above 40 is a great signal (100%).
1320 * Below that, scale to fit SNR of 0 - 40 dB within 0 - 100% indicator.
1321 * Weakest usable signal is usually 10 - 15 dB SNR. */
1322 if (noise_dbm) {
1323 if (rssi_dbm - noise_dbm >= 40)
1324 return 100;
1325 else if (rssi_dbm < noise_dbm)
1326 return 0;
1327 sig_qual = ((rssi_dbm - noise_dbm) * 5) / 2;
1328
1329 /* Else use just the signal level.
1330 * This formula is a least squares fit of data points collected and
1331 * compared with a reference system that had a percentage (%) display
1332 * for signal quality. */
1333 } else
1334 sig_qual = (100 * (RSSI_RANGE * RSSI_RANGE) - degradation *
1335 (15 * RSSI_RANGE + 62 * degradation)) /
1336 (RSSI_RANGE * RSSI_RANGE);
1337
1338 if (sig_qual > 100)
1339 sig_qual = 100;
1340 else if (sig_qual < 1)
1341 sig_qual = 0;
1342
1343 return sig_qual;
1344}
1345
1346/**
Ben Cahill9fbab512007-11-29 11:09:47 +08001347 * iwl3945_rx_handle - Main entry function for receiving responses from uCode
Zhu Yib481de92007-09-25 17:54:57 -07001348 *
1349 * Uses the priv->rx_handlers callback function array to invoke
1350 * the appropriate handlers, including command responses,
1351 * frame-received notifications, and other notifications.
1352 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001353static void iwl3945_rx_handle(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07001354{
Abhijeet Kolekar6100b582008-12-19 10:37:24 +08001355 struct iwl_rx_mem_buffer *rxb;
Tomas Winkler3d24a9f2008-12-19 10:37:07 +08001356 struct iwl_rx_packet *pkt;
Abhijeet Kolekarcc2f3622008-12-19 10:37:25 +08001357 struct iwl_rx_queue *rxq = &priv->rxq;
Zhu Yib481de92007-09-25 17:54:57 -07001358 u32 r, i;
1359 int reclaim;
1360 unsigned long flags;
Mohamed Abbas5c0eef92007-11-29 11:10:14 +08001361 u8 fill_rx = 0;
Mohamed Abbasd68ab682008-02-07 13:16:33 -08001362 u32 count = 8;
Abhijeet Kolekard14d4442009-06-03 11:44:08 -07001363 int total_empty = 0;
Zhu Yib481de92007-09-25 17:54:57 -07001364
Cahill, Ben M6440adb2007-11-29 11:09:55 +08001365 /* uCode's read index (stored in shared DRAM) indicates the last Rx
1366 * buffer that the driver may process (last buffer filled by ucode). */
Winkler, Tomas8cd812b2008-12-19 10:37:43 +08001367 r = le16_to_cpu(rxq->rb_stts->closed_rb_num) & 0x0FFF;
Zhu Yib481de92007-09-25 17:54:57 -07001368 i = rxq->read;
1369
Abhijeet Kolekard14d4442009-06-03 11:44:08 -07001370 /* calculate total frames need to be restock after handling RX */
Zhu Yi73005152009-10-23 13:42:32 -07001371 total_empty = r - rxq->write_actual;
Abhijeet Kolekard14d4442009-06-03 11:44:08 -07001372 if (total_empty < 0)
1373 total_empty += RX_QUEUE_SIZE;
1374
1375 if (total_empty > (RX_QUEUE_SIZE / 2))
Mohamed Abbas5c0eef92007-11-29 11:10:14 +08001376 fill_rx = 1;
Zhu Yib481de92007-09-25 17:54:57 -07001377 /* Rx interrupt, but nothing sent from uCode */
1378 if (i == r)
Reinette Chatreaf472a952009-08-28 09:58:50 -07001379 IWL_DEBUG_RX(priv, "r = %d, i = %d\n", r, i);
Zhu Yib481de92007-09-25 17:54:57 -07001380
1381 while (i != r) {
1382 rxb = rxq->queue[i];
1383
Ben Cahill9fbab512007-11-29 11:09:47 +08001384 /* If an RXB doesn't have a Rx queue slot associated with it,
Zhu Yib481de92007-09-25 17:54:57 -07001385 * then a bug has been introduced in the queue refilling
1386 * routines -- catch it here */
1387 BUG_ON(rxb == NULL);
1388
1389 rxq->queue[i] = NULL;
1390
Zhu Yi2f301222009-10-09 17:19:45 +08001391 pci_unmap_page(priv->pci_dev, rxb->page_dma,
1392 PAGE_SIZE << priv->hw_params.rx_page_order,
1393 PCI_DMA_FROMDEVICE);
1394 pkt = rxb_addr(rxb);
Zhu Yib481de92007-09-25 17:54:57 -07001395
Johannes Bergbe1a71a2009-10-02 13:44:02 -07001396 trace_iwlwifi_dev_rx(priv, pkt,
1397 le32_to_cpu(pkt->len_n_flags) & FH_RSCSR_FRAME_SIZE_MSK);
1398
Zhu Yib481de92007-09-25 17:54:57 -07001399 /* Reclaim a command buffer only if this packet is a response
1400 * to a (driver-originated) command.
1401 * If the packet (e.g. Rx frame) originated from uCode,
1402 * there is no command buffer to reclaim.
1403 * Ucode should set SEQ_RX_FRAME bit if ucode-originated,
1404 * but apparently a few don't get set; catch them here. */
1405 reclaim = !(pkt->hdr.sequence & SEQ_RX_FRAME) &&
1406 (pkt->hdr.cmd != STATISTICS_NOTIFICATION) &&
1407 (pkt->hdr.cmd != REPLY_TX);
1408
1409 /* Based on type of command response or notification,
1410 * handle those that need handling via function in
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001411 * rx_handlers table. See iwl3945_setup_rx_handlers() */
Zhu Yib481de92007-09-25 17:54:57 -07001412 if (priv->rx_handlers[pkt->hdr.cmd]) {
Reinette Chatreaf472a952009-08-28 09:58:50 -07001413 IWL_DEBUG_RX(priv, "r = %d, i = %d, %s, 0x%02x\n", r, i,
Zhu Yib481de92007-09-25 17:54:57 -07001414 get_cmd_string(pkt->hdr.cmd), pkt->hdr.cmd);
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001415 priv->isr_stats.rx_handlers[pkt->hdr.cmd]++;
Zhu Yi29b1b262009-10-23 13:42:25 -07001416 priv->rx_handlers[pkt->hdr.cmd] (priv, rxb);
Zhu Yib481de92007-09-25 17:54:57 -07001417 } else {
1418 /* No handling needed */
Zhu Yi2f301222009-10-09 17:19:45 +08001419 IWL_DEBUG_RX(priv,
1420 "r %d i %d No handler needed for %s, 0x%02x\n",
Zhu Yib481de92007-09-25 17:54:57 -07001421 r, i, get_cmd_string(pkt->hdr.cmd),
1422 pkt->hdr.cmd);
1423 }
1424
Zhu Yi29b1b262009-10-23 13:42:25 -07001425 /*
1426 * XXX: After here, we should always check rxb->page
1427 * against NULL before touching it or its virtual
1428 * memory (pkt). Because some rx_handler might have
1429 * already taken or freed the pages.
1430 */
1431
Zhu Yib481de92007-09-25 17:54:57 -07001432 if (reclaim) {
Zhu Yi2f301222009-10-09 17:19:45 +08001433 /* Invoke any callbacks, transfer the buffer to caller,
1434 * and fire off the (possibly) blocking iwl_send_cmd()
Zhu Yib481de92007-09-25 17:54:57 -07001435 * as we reclaim the driver command queue */
Zhu Yi29b1b262009-10-23 13:42:25 -07001436 if (rxb->page)
Abhijeet Kolekar732587a2009-03-11 11:17:57 -07001437 iwl_tx_cmd_complete(priv, rxb);
Zhu Yib481de92007-09-25 17:54:57 -07001438 else
Winkler, Tomas39aadf82008-12-19 10:37:32 +08001439 IWL_WARN(priv, "Claim null rxb?\n");
Zhu Yib481de92007-09-25 17:54:57 -07001440 }
1441
Zhu Yi73005152009-10-23 13:42:32 -07001442 /* Reuse the page if possible. For notification packets and
1443 * SKBs that fail to Rx correctly, add them back into the
1444 * rx_free list for reuse later. */
Zhu Yib481de92007-09-25 17:54:57 -07001445 spin_lock_irqsave(&rxq->lock, flags);
Zhu Yi73005152009-10-23 13:42:32 -07001446 if (rxb->page != NULL) {
1447 rxb->page_dma = pci_map_page(priv->pci_dev, rxb->page,
1448 0, PAGE_SIZE << priv->hw_params.rx_page_order,
1449 PCI_DMA_FROMDEVICE);
1450 list_add_tail(&rxb->list, &rxq->rx_free);
1451 rxq->free_count++;
1452 } else
1453 list_add_tail(&rxb->list, &rxq->rx_used);
1454
Zhu Yib481de92007-09-25 17:54:57 -07001455 spin_unlock_irqrestore(&rxq->lock, flags);
Zhu Yi73005152009-10-23 13:42:32 -07001456
Zhu Yib481de92007-09-25 17:54:57 -07001457 i = (i + 1) & RX_QUEUE_MASK;
Mohamed Abbas5c0eef92007-11-29 11:10:14 +08001458 /* If there are a lot of unused frames,
1459 * restock the Rx queue so ucode won't assert. */
1460 if (fill_rx) {
1461 count++;
1462 if (count >= 8) {
Zhu Yi73005152009-10-23 13:42:32 -07001463 rxq->read = i;
Abhijeet Kolekard14d4442009-06-03 11:44:08 -07001464 iwl3945_rx_replenish_now(priv);
Mohamed Abbas5c0eef92007-11-29 11:10:14 +08001465 count = 0;
1466 }
1467 }
Zhu Yib481de92007-09-25 17:54:57 -07001468 }
1469
1470 /* Backtrack one entry */
Zhu Yi73005152009-10-23 13:42:32 -07001471 rxq->read = i;
Abhijeet Kolekard14d4442009-06-03 11:44:08 -07001472 if (fill_rx)
1473 iwl3945_rx_replenish_now(priv);
1474 else
1475 iwl3945_rx_queue_restock(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001476}
1477
Mohamed Abbas0359fac2008-03-28 16:21:08 -07001478/* call this function to flush any scheduled tasklet */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001479static inline void iwl_synchronize_irq(struct iwl_priv *priv)
Mohamed Abbas0359fac2008-03-28 16:21:08 -07001480{
Tomas Winklera96a27f2008-10-23 23:48:56 -07001481 /* wait to make sure we flush pending tasklet*/
Mohamed Abbas0359fac2008-03-28 16:21:08 -07001482 synchronize_irq(priv->pci_dev->irq);
1483 tasklet_kill(&priv->irq_tasklet);
1484}
1485
Zhu Yib481de92007-09-25 17:54:57 -07001486static const char *desc_lookup(int i)
1487{
1488 switch (i) {
1489 case 1:
1490 return "FAIL";
1491 case 2:
1492 return "BAD_PARAM";
1493 case 3:
1494 return "BAD_CHECKSUM";
1495 case 4:
1496 return "NMI_INTERRUPT";
1497 case 5:
1498 return "SYSASSERT";
1499 case 6:
1500 return "FATAL_ERROR";
1501 }
1502
1503 return "UNKNOWN";
1504}
1505
1506#define ERROR_START_OFFSET (1 * sizeof(u32))
1507#define ERROR_ELEM_SIZE (7 * sizeof(u32))
1508
Reinette Chatreb7a79402009-09-25 14:24:23 -07001509void iwl3945_dump_nic_error_log(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07001510{
1511 u32 i;
1512 u32 desc, time, count, base, data1;
1513 u32 blink1, blink2, ilink1, ilink2;
Zhu Yib481de92007-09-25 17:54:57 -07001514
1515 base = le32_to_cpu(priv->card_alive.error_event_table_ptr);
1516
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001517 if (!iwl3945_hw_valid_rtc_data_addr(base)) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08001518 IWL_ERR(priv, "Not valid error log pointer 0x%08X\n", base);
Zhu Yib481de92007-09-25 17:54:57 -07001519 return;
1520 }
1521
Zhu Yib481de92007-09-25 17:54:57 -07001522
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001523 count = iwl_read_targ_mem(priv, base);
Zhu Yib481de92007-09-25 17:54:57 -07001524
1525 if (ERROR_START_OFFSET <= count * ERROR_ELEM_SIZE) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08001526 IWL_ERR(priv, "Start IWL Error Log Dump:\n");
1527 IWL_ERR(priv, "Status: 0x%08lX, count: %d\n",
1528 priv->status, count);
Zhu Yib481de92007-09-25 17:54:57 -07001529 }
1530
Winkler, Tomas15b16872008-12-19 10:37:33 +08001531 IWL_ERR(priv, "Desc Time asrtPC blink2 "
Zhu Yib481de92007-09-25 17:54:57 -07001532 "ilink1 nmiPC Line\n");
1533 for (i = ERROR_START_OFFSET;
1534 i < (count * ERROR_ELEM_SIZE) + ERROR_START_OFFSET;
1535 i += ERROR_ELEM_SIZE) {
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001536 desc = iwl_read_targ_mem(priv, base + i);
Zhu Yib481de92007-09-25 17:54:57 -07001537 time =
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001538 iwl_read_targ_mem(priv, base + i + 1 * sizeof(u32));
Zhu Yib481de92007-09-25 17:54:57 -07001539 blink1 =
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001540 iwl_read_targ_mem(priv, base + i + 2 * sizeof(u32));
Zhu Yib481de92007-09-25 17:54:57 -07001541 blink2 =
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001542 iwl_read_targ_mem(priv, base + i + 3 * sizeof(u32));
Zhu Yib481de92007-09-25 17:54:57 -07001543 ilink1 =
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001544 iwl_read_targ_mem(priv, base + i + 4 * sizeof(u32));
Zhu Yib481de92007-09-25 17:54:57 -07001545 ilink2 =
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001546 iwl_read_targ_mem(priv, base + i + 5 * sizeof(u32));
Zhu Yib481de92007-09-25 17:54:57 -07001547 data1 =
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001548 iwl_read_targ_mem(priv, base + i + 6 * sizeof(u32));
Zhu Yib481de92007-09-25 17:54:57 -07001549
Winkler, Tomas15b16872008-12-19 10:37:33 +08001550 IWL_ERR(priv,
1551 "%-13s (#%d) %010u 0x%05X 0x%05X 0x%05X 0x%05X %u\n\n",
1552 desc_lookup(desc), desc, time, blink1, blink2,
1553 ilink1, ilink2, data1);
Johannes Bergbe1a71a2009-10-02 13:44:02 -07001554 trace_iwlwifi_dev_ucode_error(priv, desc, time, data1, 0,
1555 0, blink1, blink2, ilink1, ilink2);
Zhu Yib481de92007-09-25 17:54:57 -07001556 }
Zhu Yib481de92007-09-25 17:54:57 -07001557}
1558
Ben Cahillf58177b2007-11-29 11:09:43 +08001559#define EVENT_START_OFFSET (6 * sizeof(u32))
Zhu Yib481de92007-09-25 17:54:57 -07001560
1561/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001562 * iwl3945_print_event_log - Dump error event log to syslog
Zhu Yib481de92007-09-25 17:54:57 -07001563 *
Zhu Yib481de92007-09-25 17:54:57 -07001564 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001565static void iwl3945_print_event_log(struct iwl_priv *priv, u32 start_idx,
Zhu Yib481de92007-09-25 17:54:57 -07001566 u32 num_events, u32 mode)
1567{
1568 u32 i;
1569 u32 base; /* SRAM byte address of event log header */
1570 u32 event_size; /* 2 u32s, or 3 u32s if timestamp recorded */
1571 u32 ptr; /* SRAM byte address of log data */
1572 u32 ev, time, data; /* event log data */
Ben Cahille5854472009-11-06 14:52:58 -08001573 unsigned long reg_flags;
Zhu Yib481de92007-09-25 17:54:57 -07001574
1575 if (num_events == 0)
1576 return;
1577
1578 base = le32_to_cpu(priv->card_alive.log_event_table_ptr);
1579
1580 if (mode == 0)
1581 event_size = 2 * sizeof(u32);
1582 else
1583 event_size = 3 * sizeof(u32);
1584
1585 ptr = base + EVENT_START_OFFSET + (start_idx * event_size);
1586
Ben Cahille5854472009-11-06 14:52:58 -08001587 /* Make sure device is powered up for SRAM reads */
1588 spin_lock_irqsave(&priv->reg_lock, reg_flags);
1589 iwl_grab_nic_access(priv);
1590
1591 /* Set starting address; reads will auto-increment */
1592 _iwl_write_direct32(priv, HBUS_TARG_MEM_RADDR, ptr);
1593 rmb();
1594
Zhu Yib481de92007-09-25 17:54:57 -07001595 /* "time" is actually "data" for mode 0 (no timestamp).
1596 * place event id # at far right for easier visual parsing. */
1597 for (i = 0; i < num_events; i++) {
Ben Cahille5854472009-11-06 14:52:58 -08001598 ev = _iwl_read_direct32(priv, HBUS_TARG_MEM_RDAT);
1599 time = _iwl_read_direct32(priv, HBUS_TARG_MEM_RDAT);
Winkler, Tomas15b16872008-12-19 10:37:33 +08001600 if (mode == 0) {
1601 /* data, ev */
1602 IWL_ERR(priv, "0x%08x\t%04u\n", time, ev);
Johannes Bergbe1a71a2009-10-02 13:44:02 -07001603 trace_iwlwifi_dev_ucode_event(priv, 0, time, ev);
Winkler, Tomas15b16872008-12-19 10:37:33 +08001604 } else {
Ben Cahille5854472009-11-06 14:52:58 -08001605 data = _iwl_read_direct32(priv, HBUS_TARG_MEM_RDAT);
Winkler, Tomas15b16872008-12-19 10:37:33 +08001606 IWL_ERR(priv, "%010u\t0x%08x\t%04u\n", time, data, ev);
Johannes Bergbe1a71a2009-10-02 13:44:02 -07001607 trace_iwlwifi_dev_ucode_event(priv, time, data, ev);
Zhu Yib481de92007-09-25 17:54:57 -07001608 }
1609 }
Ben Cahille5854472009-11-06 14:52:58 -08001610
1611 /* Allow device to power down */
1612 iwl_release_nic_access(priv);
1613 spin_unlock_irqrestore(&priv->reg_lock, reg_flags);
Zhu Yib481de92007-09-25 17:54:57 -07001614}
1615
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001616/**
1617 * iwl3945_print_last_event_logs - Dump the newest # of event log to syslog
1618 */
1619static void iwl3945_print_last_event_logs(struct iwl_priv *priv, u32 capacity,
1620 u32 num_wraps, u32 next_entry,
1621 u32 size, u32 mode)
1622{
1623 /*
1624 * display the newest DEFAULT_LOG_ENTRIES entries
1625 * i.e the entries just before the next ont that uCode would fill.
1626 */
1627 if (num_wraps) {
1628 if (next_entry < size) {
1629 iwl3945_print_event_log(priv,
1630 capacity - (size - next_entry),
1631 size - next_entry, mode);
1632 iwl3945_print_event_log(priv, 0,
1633 next_entry, mode);
1634 } else
1635 iwl3945_print_event_log(priv, next_entry - size,
1636 size, mode);
1637 } else {
1638 if (next_entry < size)
1639 iwl3945_print_event_log(priv, 0, next_entry, mode);
1640 else
1641 iwl3945_print_event_log(priv, next_entry - size,
1642 size, mode);
1643 }
1644}
1645
Ben Cahill84c40692009-11-06 14:52:57 -08001646/* For sanity check only. Actual size is determined by uCode, typ. 512 */
1647#define IWL3945_MAX_EVENT_LOG_SIZE (512)
1648
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001649#define DEFAULT_IWL3945_DUMP_EVENT_LOG_ENTRIES (20)
1650
1651void iwl3945_dump_nic_event_log(struct iwl_priv *priv, bool full_log)
Zhu Yib481de92007-09-25 17:54:57 -07001652{
Zhu Yib481de92007-09-25 17:54:57 -07001653 u32 base; /* SRAM byte address of event log header */
1654 u32 capacity; /* event log capacity in # entries */
1655 u32 mode; /* 0 - no timestamp, 1 - timestamp recorded */
1656 u32 num_wraps; /* # times uCode wrapped to top of log */
1657 u32 next_entry; /* index of next entry to be written by uCode */
1658 u32 size; /* # entries that we'll print */
1659
1660 base = le32_to_cpu(priv->card_alive.log_event_table_ptr);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001661 if (!iwl3945_hw_valid_rtc_data_addr(base)) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08001662 IWL_ERR(priv, "Invalid event log pointer 0x%08X\n", base);
Zhu Yib481de92007-09-25 17:54:57 -07001663 return;
1664 }
1665
Zhu Yib481de92007-09-25 17:54:57 -07001666 /* event log header */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001667 capacity = iwl_read_targ_mem(priv, base);
1668 mode = iwl_read_targ_mem(priv, base + (1 * sizeof(u32)));
1669 num_wraps = iwl_read_targ_mem(priv, base + (2 * sizeof(u32)));
1670 next_entry = iwl_read_targ_mem(priv, base + (3 * sizeof(u32)));
Zhu Yib481de92007-09-25 17:54:57 -07001671
Ben Cahill84c40692009-11-06 14:52:57 -08001672 if (capacity > IWL3945_MAX_EVENT_LOG_SIZE) {
1673 IWL_ERR(priv, "Log capacity %d is bogus, limit to %d entries\n",
1674 capacity, IWL3945_MAX_EVENT_LOG_SIZE);
1675 capacity = IWL3945_MAX_EVENT_LOG_SIZE;
1676 }
1677
1678 if (next_entry > IWL3945_MAX_EVENT_LOG_SIZE) {
1679 IWL_ERR(priv, "Log write index %d is bogus, limit to %d\n",
1680 next_entry, IWL3945_MAX_EVENT_LOG_SIZE);
1681 next_entry = IWL3945_MAX_EVENT_LOG_SIZE;
1682 }
1683
Zhu Yib481de92007-09-25 17:54:57 -07001684 size = num_wraps ? capacity : next_entry;
1685
1686 /* bail out if nothing in log */
1687 if (size == 0) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08001688 IWL_ERR(priv, "Start IWL Event Log Dump: nothing in log\n");
Zhu Yib481de92007-09-25 17:54:57 -07001689 return;
1690 }
1691
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001692#ifdef CONFIG_IWLWIFI_DEBUG
1693 if (!(iwl_get_debug_level(priv) & IWL_DL_FW_ERRORS))
1694 size = (size > DEFAULT_IWL3945_DUMP_EVENT_LOG_ENTRIES)
1695 ? DEFAULT_IWL3945_DUMP_EVENT_LOG_ENTRIES : size;
1696#else
1697 size = (size > DEFAULT_IWL3945_DUMP_EVENT_LOG_ENTRIES)
1698 ? DEFAULT_IWL3945_DUMP_EVENT_LOG_ENTRIES : size;
1699#endif
1700
1701 IWL_ERR(priv, "Start IWL Event Log Dump: display last %d count\n",
1702 size);
Zhu Yib481de92007-09-25 17:54:57 -07001703
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001704#ifdef CONFIG_IWLWIFI_DEBUG
1705 if ((iwl_get_debug_level(priv) & IWL_DL_FW_ERRORS) || full_log) {
1706 /* if uCode has wrapped back to top of log,
1707 * start at the oldest entry,
1708 * i.e the next one that uCode would fill.
1709 */
1710 if (num_wraps)
1711 iwl3945_print_event_log(priv, next_entry,
1712 capacity - next_entry, mode);
1713
1714 /* (then/else) start at top of log */
1715 iwl3945_print_event_log(priv, 0, next_entry, mode);
1716 } else
1717 iwl3945_print_last_event_logs(priv, capacity, num_wraps,
1718 next_entry, size, mode);
Reinette Chatreb7a79402009-09-25 14:24:23 -07001719#else
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001720 iwl3945_print_last_event_logs(priv, capacity, num_wraps,
1721 next_entry, size, mode);
Reinette Chatreb7a79402009-09-25 14:24:23 -07001722#endif
Zhu Yib481de92007-09-25 17:54:57 -07001723
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001724}
1725
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001726static void iwl3945_irq_tasklet(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07001727{
1728 u32 inta, handled = 0;
1729 u32 inta_fh;
1730 unsigned long flags;
Samuel Ortizd08853a2009-01-23 13:45:17 -08001731#ifdef CONFIG_IWLWIFI_DEBUG
Zhu Yib481de92007-09-25 17:54:57 -07001732 u32 inta_mask;
1733#endif
1734
1735 spin_lock_irqsave(&priv->lock, flags);
1736
1737 /* Ack/clear/reset pending uCode interrupts.
1738 * Note: Some bits in CSR_INT are "OR" of bits in CSR_FH_INT_STATUS,
1739 * and will clear only when CSR_FH_INT_STATUS gets cleared. */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001740 inta = iwl_read32(priv, CSR_INT);
1741 iwl_write32(priv, CSR_INT, inta);
Zhu Yib481de92007-09-25 17:54:57 -07001742
1743 /* Ack/clear/reset pending flow-handler (DMA) interrupts.
1744 * Any new interrupts that happen after this, either while we're
1745 * in this tasklet, or later, will show up in next ISR/tasklet. */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001746 inta_fh = iwl_read32(priv, CSR_FH_INT_STATUS);
1747 iwl_write32(priv, CSR_FH_INT_STATUS, inta_fh);
Zhu Yib481de92007-09-25 17:54:57 -07001748
Samuel Ortizd08853a2009-01-23 13:45:17 -08001749#ifdef CONFIG_IWLWIFI_DEBUG
Reinette Chatre3d816c72009-08-07 15:41:37 -07001750 if (iwl_get_debug_level(priv) & IWL_DL_ISR) {
Ben Cahill9fbab512007-11-29 11:09:47 +08001751 /* just for debug */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001752 inta_mask = iwl_read32(priv, CSR_INT_MASK);
Tomas Winklere1623442009-01-27 14:27:56 -08001753 IWL_DEBUG_ISR(priv, "inta 0x%08x, enabled 0x%08x, fh 0x%08x\n",
Zhu Yib481de92007-09-25 17:54:57 -07001754 inta, inta_mask, inta_fh);
1755 }
1756#endif
1757
Zhu Yi2f301222009-10-09 17:19:45 +08001758 spin_unlock_irqrestore(&priv->lock, flags);
1759
Zhu Yib481de92007-09-25 17:54:57 -07001760 /* Since CSR_INT and CSR_FH_INT_STATUS reads and clears are not
1761 * atomic, make sure that inta covers all the interrupts that
1762 * we've discovered, even if FH interrupt came in just after
1763 * reading CSR_INT. */
Tomas Winkler6f83eaa2008-03-04 18:09:28 -08001764 if (inta_fh & CSR39_FH_INT_RX_MASK)
Zhu Yib481de92007-09-25 17:54:57 -07001765 inta |= CSR_INT_BIT_FH_RX;
Tomas Winkler6f83eaa2008-03-04 18:09:28 -08001766 if (inta_fh & CSR39_FH_INT_TX_MASK)
Zhu Yib481de92007-09-25 17:54:57 -07001767 inta |= CSR_INT_BIT_FH_TX;
1768
1769 /* Now service all interrupt bits discovered above. */
1770 if (inta & CSR_INT_BIT_HW_ERR) {
Reinette Chatre58dba722009-07-17 09:30:25 -07001771 IWL_ERR(priv, "Hardware error detected. Restarting.\n");
Zhu Yib481de92007-09-25 17:54:57 -07001772
1773 /* Tell the device to stop sending interrupts */
Abhijeet Kolekared3b9322009-02-18 15:54:30 -08001774 iwl_disable_interrupts(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001775
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001776 priv->isr_stats.hw++;
Samuel Ortiz8ccde882009-01-27 14:27:52 -08001777 iwl_irq_handle_error(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001778
1779 handled |= CSR_INT_BIT_HW_ERR;
1780
Zhu Yib481de92007-09-25 17:54:57 -07001781 return;
1782 }
1783
Samuel Ortizd08853a2009-01-23 13:45:17 -08001784#ifdef CONFIG_IWLWIFI_DEBUG
Reinette Chatre3d816c72009-08-07 15:41:37 -07001785 if (iwl_get_debug_level(priv) & (IWL_DL_ISR)) {
Zhu Yib481de92007-09-25 17:54:57 -07001786 /* NIC fires this, but we don't use it, redundant with WAKEUP */
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001787 if (inta & CSR_INT_BIT_SCD) {
Tomas Winklere1623442009-01-27 14:27:56 -08001788 IWL_DEBUG_ISR(priv, "Scheduler finished to transmit "
Joonwoo Park25c03d82008-01-23 10:15:20 -08001789 "the frame/frames.\n");
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001790 priv->isr_stats.sch++;
1791 }
Zhu Yib481de92007-09-25 17:54:57 -07001792
1793 /* Alive notification via Rx interrupt will do the real work */
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001794 if (inta & CSR_INT_BIT_ALIVE) {
Tomas Winklere1623442009-01-27 14:27:56 -08001795 IWL_DEBUG_ISR(priv, "Alive interrupt\n");
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001796 priv->isr_stats.alive++;
1797 }
Zhu Yib481de92007-09-25 17:54:57 -07001798 }
1799#endif
1800 /* Safely ignore these bits for debug checks below */
Joonwoo Park25c03d82008-01-23 10:15:20 -08001801 inta &= ~(CSR_INT_BIT_SCD | CSR_INT_BIT_ALIVE);
Zhu Yib481de92007-09-25 17:54:57 -07001802
Zhu Yib481de92007-09-25 17:54:57 -07001803 /* Error detected by uCode */
1804 if (inta & CSR_INT_BIT_SW_ERR) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08001805 IWL_ERR(priv, "Microcode SW error detected. "
1806 "Restarting 0x%X.\n", inta);
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001807 priv->isr_stats.sw++;
1808 priv->isr_stats.sw_err = inta;
Samuel Ortiz8ccde882009-01-27 14:27:52 -08001809 iwl_irq_handle_error(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001810 handled |= CSR_INT_BIT_SW_ERR;
1811 }
1812
1813 /* uCode wakes up after power-down sleep */
1814 if (inta & CSR_INT_BIT_WAKEUP) {
Tomas Winklere1623442009-01-27 14:27:56 -08001815 IWL_DEBUG_ISR(priv, "Wakeup interrupt\n");
Winkler, Tomas141c43a2009-01-08 10:19:53 -08001816 iwl_rx_queue_update_write_ptr(priv, &priv->rxq);
Samuel Ortiz4f3602c2009-01-19 15:30:25 -08001817 iwl_txq_update_write_ptr(priv, &priv->txq[0]);
1818 iwl_txq_update_write_ptr(priv, &priv->txq[1]);
1819 iwl_txq_update_write_ptr(priv, &priv->txq[2]);
1820 iwl_txq_update_write_ptr(priv, &priv->txq[3]);
1821 iwl_txq_update_write_ptr(priv, &priv->txq[4]);
1822 iwl_txq_update_write_ptr(priv, &priv->txq[5]);
Zhu Yib481de92007-09-25 17:54:57 -07001823
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001824 priv->isr_stats.wakeup++;
Zhu Yib481de92007-09-25 17:54:57 -07001825 handled |= CSR_INT_BIT_WAKEUP;
1826 }
1827
1828 /* All uCode command responses, including Tx command responses,
1829 * Rx "responses" (frame-received notification), and other
1830 * notifications from uCode come through here*/
1831 if (inta & (CSR_INT_BIT_FH_RX | CSR_INT_BIT_SW_RX)) {
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001832 iwl3945_rx_handle(priv);
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001833 priv->isr_stats.rx++;
Zhu Yib481de92007-09-25 17:54:57 -07001834 handled |= (CSR_INT_BIT_FH_RX | CSR_INT_BIT_SW_RX);
1835 }
1836
1837 if (inta & CSR_INT_BIT_FH_TX) {
Tomas Winklere1623442009-01-27 14:27:56 -08001838 IWL_DEBUG_ISR(priv, "Tx interrupt\n");
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001839 priv->isr_stats.tx++;
Zhu Yib481de92007-09-25 17:54:57 -07001840
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001841 iwl_write32(priv, CSR_FH_INT_STATUS, (1 << 6));
Mohamed Abbasa8b50a02009-05-22 11:01:47 -07001842 iwl_write_direct32(priv, FH39_TCSR_CREDIT
1843 (FH39_SRVC_CHNL), 0x0);
Zhu Yib481de92007-09-25 17:54:57 -07001844 handled |= CSR_INT_BIT_FH_TX;
1845 }
1846
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001847 if (inta & ~handled) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08001848 IWL_ERR(priv, "Unhandled INTA bits 0x%08x\n", inta & ~handled);
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001849 priv->isr_stats.unhandled++;
1850 }
Zhu Yib481de92007-09-25 17:54:57 -07001851
Mohamed Abbas40cefda2009-05-22 11:01:52 -07001852 if (inta & ~priv->inta_mask) {
Winkler, Tomas39aadf82008-12-19 10:37:32 +08001853 IWL_WARN(priv, "Disabled INTA bits 0x%08x were pending\n",
Mohamed Abbas40cefda2009-05-22 11:01:52 -07001854 inta & ~priv->inta_mask);
Winkler, Tomas39aadf82008-12-19 10:37:32 +08001855 IWL_WARN(priv, " with FH_INT = 0x%08x\n", inta_fh);
Zhu Yib481de92007-09-25 17:54:57 -07001856 }
1857
1858 /* Re-enable all interrupts */
Mohamed Abbas0359fac2008-03-28 16:21:08 -07001859 /* only Re-enable if disabled by irq */
1860 if (test_bit(STATUS_INT_ENABLED, &priv->status))
Abhijeet Kolekared3b9322009-02-18 15:54:30 -08001861 iwl_enable_interrupts(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001862
Samuel Ortizd08853a2009-01-23 13:45:17 -08001863#ifdef CONFIG_IWLWIFI_DEBUG
Reinette Chatre3d816c72009-08-07 15:41:37 -07001864 if (iwl_get_debug_level(priv) & (IWL_DL_ISR)) {
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001865 inta = iwl_read32(priv, CSR_INT);
1866 inta_mask = iwl_read32(priv, CSR_INT_MASK);
1867 inta_fh = iwl_read32(priv, CSR_FH_INT_STATUS);
Tomas Winklere1623442009-01-27 14:27:56 -08001868 IWL_DEBUG_ISR(priv, "End inta 0x%08x, enabled 0x%08x, fh 0x%08x, "
Zhu Yib481de92007-09-25 17:54:57 -07001869 "flags 0x%08lx\n", inta, inta_mask, inta_fh, flags);
1870 }
1871#endif
Zhu Yib481de92007-09-25 17:54:57 -07001872}
1873
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001874static int iwl3945_get_channels_for_scan(struct iwl_priv *priv,
Johannes Berg8318d782008-01-24 19:38:38 +01001875 enum ieee80211_band band,
Abhijeet Kolekarf9340522008-09-03 11:26:58 +08001876 u8 is_active, u8 n_probes,
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001877 struct iwl3945_scan_channel *scan_ch)
Zhu Yib481de92007-09-25 17:54:57 -07001878{
Johannes Berg4e05c232009-06-19 13:52:44 -07001879 struct ieee80211_channel *chan;
Johannes Berg8318d782008-01-24 19:38:38 +01001880 const struct ieee80211_supported_band *sband;
Samuel Ortizd20b3c62008-12-19 10:37:15 +08001881 const struct iwl_channel_info *ch_info;
Zhu Yib481de92007-09-25 17:54:57 -07001882 u16 passive_dwell = 0;
1883 u16 active_dwell = 0;
1884 int added, i;
1885
Kolekar, Abhijeetcbba18c2008-12-19 10:37:42 +08001886 sband = iwl_get_hw_mode(priv, band);
Johannes Berg8318d782008-01-24 19:38:38 +01001887 if (!sband)
Zhu Yib481de92007-09-25 17:54:57 -07001888 return 0;
1889
Samuel Ortiz77fecfb82009-01-23 13:45:12 -08001890 active_dwell = iwl_get_active_dwell_time(priv, band, n_probes);
1891 passive_dwell = iwl_get_passive_dwell_time(priv, band);
Zhu Yib481de92007-09-25 17:54:57 -07001892
Abhijeet Kolekar8f4807a2008-09-03 11:26:31 +08001893 if (passive_dwell <= active_dwell)
1894 passive_dwell = active_dwell + 1;
1895
Johannes Berg4e05c232009-06-19 13:52:44 -07001896 for (i = 0, added = 0; i < priv->scan_request->n_channels; i++) {
1897 chan = priv->scan_request->channels[i];
1898
1899 if (chan->band != band)
Johannes Berg182e2e62008-04-04 10:41:56 +02001900 continue;
1901
Johannes Berg4e05c232009-06-19 13:52:44 -07001902 scan_ch->channel = chan->hw_value;
Zhu Yib481de92007-09-25 17:54:57 -07001903
Samuel Ortize6148912009-01-23 13:45:15 -08001904 ch_info = iwl_get_channel_info(priv, band, scan_ch->channel);
Zhu Yib481de92007-09-25 17:54:57 -07001905 if (!is_channel_valid(ch_info)) {
Tomas Winklere1623442009-01-27 14:27:56 -08001906 IWL_DEBUG_SCAN(priv, "Channel %d is INVALID for this band.\n",
Zhu Yib481de92007-09-25 17:54:57 -07001907 scan_ch->channel);
1908 continue;
1909 }
1910
Zhu Yib481de92007-09-25 17:54:57 -07001911 scan_ch->active_dwell = cpu_to_le16(active_dwell);
1912 scan_ch->passive_dwell = cpu_to_le16(passive_dwell);
Abhijeet Kolekar011a0332008-12-02 12:14:07 -08001913 /* If passive , set up for auto-switch
1914 * and use long active_dwell time.
1915 */
1916 if (!is_active || is_channel_passive(ch_info) ||
Johannes Berg4e05c232009-06-19 13:52:44 -07001917 (chan->flags & IEEE80211_CHAN_PASSIVE_SCAN)) {
Abhijeet Kolekar011a0332008-12-02 12:14:07 -08001918 scan_ch->type = 0; /* passive */
1919 if (IWL_UCODE_API(priv->ucode_ver) == 1)
1920 scan_ch->active_dwell = cpu_to_le16(passive_dwell - 1);
1921 } else {
1922 scan_ch->type = 1; /* active */
1923 }
1924
1925 /* Set direct probe bits. These may be used both for active
1926 * scan channels (probes gets sent right away),
1927 * or for passive channels (probes get se sent only after
1928 * hearing clear Rx packet).*/
1929 if (IWL_UCODE_API(priv->ucode_ver) >= 2) {
1930 if (n_probes)
Winkler, Tomas0d210442009-01-23 13:45:21 -08001931 scan_ch->type |= IWL39_SCAN_PROBE_MASK(n_probes);
Abhijeet Kolekar011a0332008-12-02 12:14:07 -08001932 } else {
1933 /* uCode v1 does not allow setting direct probe bits on
1934 * passive channel. */
1935 if ((scan_ch->type & 1) && n_probes)
Winkler, Tomas0d210442009-01-23 13:45:21 -08001936 scan_ch->type |= IWL39_SCAN_PROBE_MASK(n_probes);
Abhijeet Kolekar011a0332008-12-02 12:14:07 -08001937 }
Zhu Yib481de92007-09-25 17:54:57 -07001938
Ben Cahill9fbab512007-11-29 11:09:47 +08001939 /* Set txpower levels to defaults */
Zhu Yib481de92007-09-25 17:54:57 -07001940 scan_ch->tpc.dsp_atten = 110;
1941 /* scan_pwr_info->tpc.dsp_atten; */
1942
1943 /*scan_pwr_info->tpc.tx_gain; */
Johannes Berg8318d782008-01-24 19:38:38 +01001944 if (band == IEEE80211_BAND_5GHZ)
Zhu Yib481de92007-09-25 17:54:57 -07001945 scan_ch->tpc.tx_gain = ((1 << 5) | (3 << 3)) | 3;
1946 else {
1947 scan_ch->tpc.tx_gain = ((1 << 5) | (5 << 3));
1948 /* NOTE: if we were doing 6Mb OFDM for scans we'd use
Ben Cahill9fbab512007-11-29 11:09:47 +08001949 * power level:
Reinette Chatre8a1b0242008-01-14 17:46:25 -08001950 * scan_ch->tpc.tx_gain = ((1 << 5) | (2 << 3)) | 3;
Zhu Yib481de92007-09-25 17:54:57 -07001951 */
1952 }
1953
Tomas Winklere1623442009-01-27 14:27:56 -08001954 IWL_DEBUG_SCAN(priv, "Scanning %d [%s %d]\n",
Zhu Yib481de92007-09-25 17:54:57 -07001955 scan_ch->channel,
1956 (scan_ch->type & 1) ? "ACTIVE" : "PASSIVE",
1957 (scan_ch->type & 1) ?
1958 active_dwell : passive_dwell);
1959
1960 scan_ch++;
1961 added++;
1962 }
1963
Tomas Winklere1623442009-01-27 14:27:56 -08001964 IWL_DEBUG_SCAN(priv, "total channels to scan %d \n", added);
Zhu Yib481de92007-09-25 17:54:57 -07001965 return added;
1966}
1967
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001968static void iwl3945_init_hw_rates(struct iwl_priv *priv,
Zhu Yib481de92007-09-25 17:54:57 -07001969 struct ieee80211_rate *rates)
1970{
1971 int i;
1972
1973 for (i = 0; i < IWL_RATE_COUNT; i++) {
Johannes Berg8318d782008-01-24 19:38:38 +01001974 rates[i].bitrate = iwl3945_rates[i].ieee * 5;
1975 rates[i].hw_value = i; /* Rate scaling will work on indexes */
1976 rates[i].hw_value_short = i;
1977 rates[i].flags = 0;
Samuel Ortizd9829a62008-12-19 10:37:12 +08001978 if ((i > IWL39_LAST_OFDM_RATE) || (i < IWL_FIRST_OFDM_RATE)) {
Zhu Yib481de92007-09-25 17:54:57 -07001979 /*
Johannes Berg8318d782008-01-24 19:38:38 +01001980 * If CCK != 1M then set short preamble rate flag.
Zhu Yib481de92007-09-25 17:54:57 -07001981 */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001982 rates[i].flags |= (iwl3945_rates[i].plcp == 10) ?
Johannes Berg8318d782008-01-24 19:38:38 +01001983 0 : IEEE80211_RATE_SHORT_PREAMBLE;
Zhu Yib481de92007-09-25 17:54:57 -07001984 }
Zhu Yib481de92007-09-25 17:54:57 -07001985 }
1986}
1987
Zhu Yib481de92007-09-25 17:54:57 -07001988/******************************************************************************
1989 *
1990 * uCode download functions
1991 *
1992 ******************************************************************************/
1993
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001994static void iwl3945_dealloc_ucode_pci(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07001995{
Tomas Winkler98c92212008-01-14 17:46:20 -08001996 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_code);
1997 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_data);
1998 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_data_backup);
1999 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_init);
2000 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_init_data);
2001 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_boot);
Zhu Yib481de92007-09-25 17:54:57 -07002002}
2003
2004/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002005 * iwl3945_verify_inst_full - verify runtime uCode image in card vs. host,
Zhu Yib481de92007-09-25 17:54:57 -07002006 * looking at all data.
2007 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002008static int iwl3945_verify_inst_full(struct iwl_priv *priv, __le32 *image, u32 len)
Zhu Yib481de92007-09-25 17:54:57 -07002009{
2010 u32 val;
2011 u32 save_len = len;
2012 int rc = 0;
2013 u32 errcnt;
2014
Tomas Winklere1623442009-01-27 14:27:56 -08002015 IWL_DEBUG_INFO(priv, "ucode inst image size is %u\n", len);
Zhu Yib481de92007-09-25 17:54:57 -07002016
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002017 iwl_write_direct32(priv, HBUS_TARG_MEM_RADDR,
Samuel Ortiz250bdd22008-12-19 10:37:11 +08002018 IWL39_RTC_INST_LOWER_BOUND);
Zhu Yib481de92007-09-25 17:54:57 -07002019
2020 errcnt = 0;
2021 for (; len > 0; len -= sizeof(u32), image++) {
2022 /* read data comes through single port, auto-incr addr */
2023 /* NOTE: Use the debugless read so we don't flood kernel log
2024 * if IWL_DL_IO is set */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002025 val = _iwl_read_direct32(priv, HBUS_TARG_MEM_RDAT);
Zhu Yib481de92007-09-25 17:54:57 -07002026 if (val != le32_to_cpu(*image)) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08002027 IWL_ERR(priv, "uCode INST section is invalid at "
Zhu Yib481de92007-09-25 17:54:57 -07002028 "offset 0x%x, is 0x%x, s/b 0x%x\n",
2029 save_len - len, val, le32_to_cpu(*image));
2030 rc = -EIO;
2031 errcnt++;
2032 if (errcnt >= 20)
2033 break;
2034 }
2035 }
2036
Zhu Yib481de92007-09-25 17:54:57 -07002037
2038 if (!errcnt)
Tomas Winklere1623442009-01-27 14:27:56 -08002039 IWL_DEBUG_INFO(priv,
2040 "ucode image in INSTRUCTION memory is good\n");
Zhu Yib481de92007-09-25 17:54:57 -07002041
2042 return rc;
2043}
2044
2045
2046/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002047 * iwl3945_verify_inst_sparse - verify runtime uCode image in card vs. host,
Zhu Yib481de92007-09-25 17:54:57 -07002048 * using sample data 100 bytes apart. If these sample points are good,
2049 * it's a pretty good bet that everything between them is good, too.
2050 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002051static int iwl3945_verify_inst_sparse(struct iwl_priv *priv, __le32 *image, u32 len)
Zhu Yib481de92007-09-25 17:54:57 -07002052{
2053 u32 val;
2054 int rc = 0;
2055 u32 errcnt = 0;
2056 u32 i;
2057
Tomas Winklere1623442009-01-27 14:27:56 -08002058 IWL_DEBUG_INFO(priv, "ucode inst image size is %u\n", len);
Zhu Yib481de92007-09-25 17:54:57 -07002059
Zhu Yib481de92007-09-25 17:54:57 -07002060 for (i = 0; i < len; i += 100, image += 100/sizeof(u32)) {
2061 /* read data comes through single port, auto-incr addr */
2062 /* NOTE: Use the debugless read so we don't flood kernel log
2063 * if IWL_DL_IO is set */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002064 iwl_write_direct32(priv, HBUS_TARG_MEM_RADDR,
Samuel Ortiz250bdd22008-12-19 10:37:11 +08002065 i + IWL39_RTC_INST_LOWER_BOUND);
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002066 val = _iwl_read_direct32(priv, HBUS_TARG_MEM_RDAT);
Zhu Yib481de92007-09-25 17:54:57 -07002067 if (val != le32_to_cpu(*image)) {
2068#if 0 /* Enable this if you want to see details */
Winkler, Tomas15b16872008-12-19 10:37:33 +08002069 IWL_ERR(priv, "uCode INST section is invalid at "
Zhu Yib481de92007-09-25 17:54:57 -07002070 "offset 0x%x, is 0x%x, s/b 0x%x\n",
2071 i, val, *image);
2072#endif
2073 rc = -EIO;
2074 errcnt++;
2075 if (errcnt >= 3)
2076 break;
2077 }
2078 }
2079
Zhu Yib481de92007-09-25 17:54:57 -07002080 return rc;
2081}
2082
2083
2084/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002085 * iwl3945_verify_ucode - determine which instruction image is in SRAM,
Zhu Yib481de92007-09-25 17:54:57 -07002086 * and verify its contents
2087 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002088static int iwl3945_verify_ucode(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002089{
2090 __le32 *image;
2091 u32 len;
2092 int rc = 0;
2093
2094 /* Try bootstrap */
2095 image = (__le32 *)priv->ucode_boot.v_addr;
2096 len = priv->ucode_boot.len;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002097 rc = iwl3945_verify_inst_sparse(priv, image, len);
Zhu Yib481de92007-09-25 17:54:57 -07002098 if (rc == 0) {
Tomas Winklere1623442009-01-27 14:27:56 -08002099 IWL_DEBUG_INFO(priv, "Bootstrap uCode is good in inst SRAM\n");
Zhu Yib481de92007-09-25 17:54:57 -07002100 return 0;
2101 }
2102
2103 /* Try initialize */
2104 image = (__le32 *)priv->ucode_init.v_addr;
2105 len = priv->ucode_init.len;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002106 rc = iwl3945_verify_inst_sparse(priv, image, len);
Zhu Yib481de92007-09-25 17:54:57 -07002107 if (rc == 0) {
Tomas Winklere1623442009-01-27 14:27:56 -08002108 IWL_DEBUG_INFO(priv, "Initialize uCode is good in inst SRAM\n");
Zhu Yib481de92007-09-25 17:54:57 -07002109 return 0;
2110 }
2111
2112 /* Try runtime/protocol */
2113 image = (__le32 *)priv->ucode_code.v_addr;
2114 len = priv->ucode_code.len;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002115 rc = iwl3945_verify_inst_sparse(priv, image, len);
Zhu Yib481de92007-09-25 17:54:57 -07002116 if (rc == 0) {
Tomas Winklere1623442009-01-27 14:27:56 -08002117 IWL_DEBUG_INFO(priv, "Runtime uCode is good in inst SRAM\n");
Zhu Yib481de92007-09-25 17:54:57 -07002118 return 0;
2119 }
2120
Winkler, Tomas15b16872008-12-19 10:37:33 +08002121 IWL_ERR(priv, "NO VALID UCODE IMAGE IN INSTRUCTION SRAM!!\n");
Zhu Yib481de92007-09-25 17:54:57 -07002122
Ben Cahill9fbab512007-11-29 11:09:47 +08002123 /* Since nothing seems to match, show first several data entries in
2124 * instruction SRAM, so maybe visual inspection will give a clue.
2125 * Selection of bootstrap image (vs. other images) is arbitrary. */
Zhu Yib481de92007-09-25 17:54:57 -07002126 image = (__le32 *)priv->ucode_boot.v_addr;
2127 len = priv->ucode_boot.len;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002128 rc = iwl3945_verify_inst_full(priv, image, len);
Zhu Yib481de92007-09-25 17:54:57 -07002129
2130 return rc;
2131}
2132
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002133static void iwl3945_nic_start(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002134{
2135 /* Remove all resets to allow NIC to operate */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002136 iwl_write32(priv, CSR_RESET, 0);
Zhu Yib481de92007-09-25 17:54:57 -07002137}
2138
2139/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002140 * iwl3945_read_ucode - Read uCode images from disk file.
Zhu Yib481de92007-09-25 17:54:57 -07002141 *
2142 * Copy into buffers for card to fetch via bus-mastering
2143 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002144static int iwl3945_read_ucode(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002145{
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002146 const struct iwl_ucode_header *ucode;
Reinette Chatrea0987a82008-12-02 12:14:06 -08002147 int ret = -EINVAL, index;
Zhu Yib481de92007-09-25 17:54:57 -07002148 const struct firmware *ucode_raw;
2149 /* firmware file name contains uCode/driver compatibility version */
Reinette Chatrea0987a82008-12-02 12:14:06 -08002150 const char *name_pre = priv->cfg->fw_name_pre;
2151 const unsigned int api_max = priv->cfg->ucode_api_max;
2152 const unsigned int api_min = priv->cfg->ucode_api_min;
2153 char buf[25];
Zhu Yib481de92007-09-25 17:54:57 -07002154 u8 *src;
2155 size_t len;
Reinette Chatrea0987a82008-12-02 12:14:06 -08002156 u32 api_ver, inst_size, data_size, init_size, init_data_size, boot_size;
Zhu Yib481de92007-09-25 17:54:57 -07002157
2158 /* Ask kernel firmware_class module to get the boot firmware off disk.
2159 * request_firmware() is synchronous, file is in memory on return. */
Reinette Chatrea0987a82008-12-02 12:14:06 -08002160 for (index = api_max; index >= api_min; index--) {
2161 sprintf(buf, "%s%u%s", name_pre, index, ".ucode");
2162 ret = request_firmware(&ucode_raw, buf, &priv->pci_dev->dev);
2163 if (ret < 0) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08002164 IWL_ERR(priv, "%s firmware file req failed: %d\n",
Reinette Chatrea0987a82008-12-02 12:14:06 -08002165 buf, ret);
2166 if (ret == -ENOENT)
2167 continue;
2168 else
2169 goto error;
2170 } else {
2171 if (index < api_max)
Winkler, Tomas15b16872008-12-19 10:37:33 +08002172 IWL_ERR(priv, "Loaded firmware %s, "
2173 "which is deprecated. "
2174 " Please use API v%u instead.\n",
Reinette Chatrea0987a82008-12-02 12:14:06 -08002175 buf, api_max);
Tomas Winklere1623442009-01-27 14:27:56 -08002176 IWL_DEBUG_INFO(priv, "Got firmware '%s' file "
2177 "(%zd bytes) from disk\n",
Reinette Chatrea0987a82008-12-02 12:14:06 -08002178 buf, ucode_raw->size);
2179 break;
2180 }
Zhu Yib481de92007-09-25 17:54:57 -07002181 }
2182
Reinette Chatrea0987a82008-12-02 12:14:06 -08002183 if (ret < 0)
2184 goto error;
Zhu Yib481de92007-09-25 17:54:57 -07002185
2186 /* Make sure that we got at least our header! */
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002187 if (ucode_raw->size < priv->cfg->ops->ucode->get_header_size(1)) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08002188 IWL_ERR(priv, "File size way too small!\n");
Tomas Winkler90e759d2007-11-29 11:09:41 +08002189 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07002190 goto err_release;
2191 }
2192
2193 /* Data from ucode file: header followed by uCode images */
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002194 ucode = (struct iwl_ucode_header *)ucode_raw->data;
Zhu Yib481de92007-09-25 17:54:57 -07002195
Chatre, Reinettec02b3ac2008-12-02 12:14:05 -08002196 priv->ucode_ver = le32_to_cpu(ucode->ver);
Reinette Chatrea0987a82008-12-02 12:14:06 -08002197 api_ver = IWL_UCODE_API(priv->ucode_ver);
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002198 inst_size = priv->cfg->ops->ucode->get_inst_size(ucode, api_ver);
2199 data_size = priv->cfg->ops->ucode->get_data_size(ucode, api_ver);
2200 init_size = priv->cfg->ops->ucode->get_init_size(ucode, api_ver);
2201 init_data_size =
2202 priv->cfg->ops->ucode->get_init_data_size(ucode, api_ver);
2203 boot_size = priv->cfg->ops->ucode->get_boot_size(ucode, api_ver);
2204 src = priv->cfg->ops->ucode->get_data(ucode, api_ver);
Zhu Yib481de92007-09-25 17:54:57 -07002205
Reinette Chatrea0987a82008-12-02 12:14:06 -08002206 /* api_ver should match the api version forming part of the
2207 * firmware filename ... but we don't check for that and only rely
Nick Andrew877d0312009-01-26 11:06:57 +01002208 * on the API version read from firmware header from here on forward */
Reinette Chatrea0987a82008-12-02 12:14:06 -08002209
2210 if (api_ver < api_min || api_ver > api_max) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08002211 IWL_ERR(priv, "Driver unable to support your firmware API. "
Reinette Chatrea0987a82008-12-02 12:14:06 -08002212 "Driver supports v%u, firmware is v%u.\n",
2213 api_max, api_ver);
2214 priv->ucode_ver = 0;
2215 ret = -EINVAL;
2216 goto err_release;
2217 }
2218 if (api_ver != api_max)
Winkler, Tomas15b16872008-12-19 10:37:33 +08002219 IWL_ERR(priv, "Firmware has old API version. Expected %u, "
Reinette Chatrea0987a82008-12-02 12:14:06 -08002220 "got %u. New firmware can be obtained "
2221 "from http://www.intellinuxwireless.org.\n",
2222 api_max, api_ver);
2223
Tomas Winkler978785a2008-12-19 10:37:31 +08002224 IWL_INFO(priv, "loaded firmware version %u.%u.%u.%u\n",
2225 IWL_UCODE_MAJOR(priv->ucode_ver),
2226 IWL_UCODE_MINOR(priv->ucode_ver),
2227 IWL_UCODE_API(priv->ucode_ver),
2228 IWL_UCODE_SERIAL(priv->ucode_ver));
2229
Reinette Chatre5ebeb5a2009-10-30 14:36:04 -07002230 snprintf(priv->hw->wiphy->fw_version,
2231 sizeof(priv->hw->wiphy->fw_version),
2232 "%u.%u.%u.%u",
2233 IWL_UCODE_MAJOR(priv->ucode_ver),
2234 IWL_UCODE_MINOR(priv->ucode_ver),
2235 IWL_UCODE_API(priv->ucode_ver),
2236 IWL_UCODE_SERIAL(priv->ucode_ver));
2237
Tomas Winklere1623442009-01-27 14:27:56 -08002238 IWL_DEBUG_INFO(priv, "f/w package hdr ucode version raw = 0x%x\n",
Reinette Chatrea0987a82008-12-02 12:14:06 -08002239 priv->ucode_ver);
Tomas Winklere1623442009-01-27 14:27:56 -08002240 IWL_DEBUG_INFO(priv, "f/w package hdr runtime inst size = %u\n",
2241 inst_size);
2242 IWL_DEBUG_INFO(priv, "f/w package hdr runtime data size = %u\n",
2243 data_size);
2244 IWL_DEBUG_INFO(priv, "f/w package hdr init inst size = %u\n",
2245 init_size);
2246 IWL_DEBUG_INFO(priv, "f/w package hdr init data size = %u\n",
2247 init_data_size);
2248 IWL_DEBUG_INFO(priv, "f/w package hdr boot inst size = %u\n",
2249 boot_size);
Zhu Yib481de92007-09-25 17:54:57 -07002250
Reinette Chatrea0987a82008-12-02 12:14:06 -08002251
Zhu Yib481de92007-09-25 17:54:57 -07002252 /* Verify size of file vs. image size info in file's header */
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002253 if (ucode_raw->size != priv->cfg->ops->ucode->get_header_size(api_ver) +
Zhu Yib481de92007-09-25 17:54:57 -07002254 inst_size + data_size + init_size +
2255 init_data_size + boot_size) {
2256
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002257 IWL_DEBUG_INFO(priv,
2258 "uCode file size %zd does not match expected size\n",
2259 ucode_raw->size);
Tomas Winkler90e759d2007-11-29 11:09:41 +08002260 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07002261 goto err_release;
2262 }
2263
2264 /* Verify that uCode images will fit in card's SRAM */
Samuel Ortiz250bdd22008-12-19 10:37:11 +08002265 if (inst_size > IWL39_MAX_INST_SIZE) {
Tomas Winklere1623442009-01-27 14:27:56 -08002266 IWL_DEBUG_INFO(priv, "uCode instr len %d too large to fit in\n",
Tomas Winkler90e759d2007-11-29 11:09:41 +08002267 inst_size);
2268 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07002269 goto err_release;
2270 }
2271
Samuel Ortiz250bdd22008-12-19 10:37:11 +08002272 if (data_size > IWL39_MAX_DATA_SIZE) {
Tomas Winklere1623442009-01-27 14:27:56 -08002273 IWL_DEBUG_INFO(priv, "uCode data len %d too large to fit in\n",
Tomas Winkler90e759d2007-11-29 11:09:41 +08002274 data_size);
2275 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07002276 goto err_release;
2277 }
Samuel Ortiz250bdd22008-12-19 10:37:11 +08002278 if (init_size > IWL39_MAX_INST_SIZE) {
Tomas Winklere1623442009-01-27 14:27:56 -08002279 IWL_DEBUG_INFO(priv,
2280 "uCode init instr len %d too large to fit in\n",
Tomas Winkler90e759d2007-11-29 11:09:41 +08002281 init_size);
2282 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07002283 goto err_release;
2284 }
Samuel Ortiz250bdd22008-12-19 10:37:11 +08002285 if (init_data_size > IWL39_MAX_DATA_SIZE) {
Tomas Winklere1623442009-01-27 14:27:56 -08002286 IWL_DEBUG_INFO(priv,
2287 "uCode init data len %d too large to fit in\n",
Tomas Winkler90e759d2007-11-29 11:09:41 +08002288 init_data_size);
2289 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07002290 goto err_release;
2291 }
Samuel Ortiz250bdd22008-12-19 10:37:11 +08002292 if (boot_size > IWL39_MAX_BSM_SIZE) {
Tomas Winklere1623442009-01-27 14:27:56 -08002293 IWL_DEBUG_INFO(priv,
2294 "uCode boot instr len %d too large to fit in\n",
Tomas Winkler90e759d2007-11-29 11:09:41 +08002295 boot_size);
2296 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07002297 goto err_release;
2298 }
2299
2300 /* Allocate ucode buffers for card's bus-master loading ... */
2301
2302 /* Runtime instructions and 2 copies of data:
2303 * 1) unmodified from disk
2304 * 2) backup cache for save/restore during power-downs */
2305 priv->ucode_code.len = inst_size;
Tomas Winkler98c92212008-01-14 17:46:20 -08002306 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_code);
Zhu Yib481de92007-09-25 17:54:57 -07002307
2308 priv->ucode_data.len = data_size;
Tomas Winkler98c92212008-01-14 17:46:20 -08002309 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_data);
Zhu Yib481de92007-09-25 17:54:57 -07002310
2311 priv->ucode_data_backup.len = data_size;
Tomas Winkler98c92212008-01-14 17:46:20 -08002312 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_data_backup);
Zhu Yib481de92007-09-25 17:54:57 -07002313
2314 if (!priv->ucode_code.v_addr || !priv->ucode_data.v_addr ||
Tomas Winkler90e759d2007-11-29 11:09:41 +08002315 !priv->ucode_data_backup.v_addr)
Zhu Yib481de92007-09-25 17:54:57 -07002316 goto err_pci_alloc;
2317
Tomas Winkler90e759d2007-11-29 11:09:41 +08002318 /* Initialization instructions and data */
2319 if (init_size && init_data_size) {
2320 priv->ucode_init.len = init_size;
Tomas Winkler98c92212008-01-14 17:46:20 -08002321 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_init);
Tomas Winkler90e759d2007-11-29 11:09:41 +08002322
2323 priv->ucode_init_data.len = init_data_size;
Tomas Winkler98c92212008-01-14 17:46:20 -08002324 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_init_data);
Tomas Winkler90e759d2007-11-29 11:09:41 +08002325
2326 if (!priv->ucode_init.v_addr || !priv->ucode_init_data.v_addr)
2327 goto err_pci_alloc;
2328 }
2329
2330 /* Bootstrap (instructions only, no data) */
2331 if (boot_size) {
2332 priv->ucode_boot.len = boot_size;
Tomas Winkler98c92212008-01-14 17:46:20 -08002333 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_boot);
Tomas Winkler90e759d2007-11-29 11:09:41 +08002334
2335 if (!priv->ucode_boot.v_addr)
2336 goto err_pci_alloc;
2337 }
2338
Zhu Yib481de92007-09-25 17:54:57 -07002339 /* Copy images into buffers for card's bus-master reads ... */
2340
2341 /* Runtime instructions (first block of data in file) */
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002342 len = inst_size;
Tomas Winklere1623442009-01-27 14:27:56 -08002343 IWL_DEBUG_INFO(priv,
2344 "Copying (but not loading) uCode instr len %zd\n", len);
Zhu Yib481de92007-09-25 17:54:57 -07002345 memcpy(priv->ucode_code.v_addr, src, len);
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002346 src += len;
2347
Tomas Winklere1623442009-01-27 14:27:56 -08002348 IWL_DEBUG_INFO(priv, "uCode instr buf vaddr = 0x%p, paddr = 0x%08x\n",
Zhu Yib481de92007-09-25 17:54:57 -07002349 priv->ucode_code.v_addr, (u32)priv->ucode_code.p_addr);
2350
2351 /* Runtime data (2nd block)
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002352 * NOTE: Copy into backup buffer will be done in iwl3945_up() */
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002353 len = data_size;
Tomas Winklere1623442009-01-27 14:27:56 -08002354 IWL_DEBUG_INFO(priv,
2355 "Copying (but not loading) uCode data len %zd\n", len);
Zhu Yib481de92007-09-25 17:54:57 -07002356 memcpy(priv->ucode_data.v_addr, src, len);
2357 memcpy(priv->ucode_data_backup.v_addr, src, len);
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002358 src += len;
Zhu Yib481de92007-09-25 17:54:57 -07002359
2360 /* Initialization instructions (3rd block) */
2361 if (init_size) {
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002362 len = init_size;
Tomas Winklere1623442009-01-27 14:27:56 -08002363 IWL_DEBUG_INFO(priv,
2364 "Copying (but not loading) init instr len %zd\n", len);
Zhu Yib481de92007-09-25 17:54:57 -07002365 memcpy(priv->ucode_init.v_addr, src, len);
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002366 src += len;
Zhu Yib481de92007-09-25 17:54:57 -07002367 }
2368
2369 /* Initialization data (4th block) */
2370 if (init_data_size) {
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002371 len = init_data_size;
Tomas Winklere1623442009-01-27 14:27:56 -08002372 IWL_DEBUG_INFO(priv,
2373 "Copying (but not loading) init data len %zd\n", len);
Zhu Yib481de92007-09-25 17:54:57 -07002374 memcpy(priv->ucode_init_data.v_addr, src, len);
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002375 src += len;
Zhu Yib481de92007-09-25 17:54:57 -07002376 }
2377
2378 /* Bootstrap instructions (5th block) */
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002379 len = boot_size;
Tomas Winklere1623442009-01-27 14:27:56 -08002380 IWL_DEBUG_INFO(priv,
2381 "Copying (but not loading) boot instr len %zd\n", len);
Zhu Yib481de92007-09-25 17:54:57 -07002382 memcpy(priv->ucode_boot.v_addr, src, len);
2383
2384 /* We have our copies now, allow OS release its copies */
2385 release_firmware(ucode_raw);
2386 return 0;
2387
2388 err_pci_alloc:
Winkler, Tomas15b16872008-12-19 10:37:33 +08002389 IWL_ERR(priv, "failed to allocate pci memory\n");
Tomas Winkler90e759d2007-11-29 11:09:41 +08002390 ret = -ENOMEM;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002391 iwl3945_dealloc_ucode_pci(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002392
2393 err_release:
2394 release_firmware(ucode_raw);
2395
2396 error:
Tomas Winkler90e759d2007-11-29 11:09:41 +08002397 return ret;
Zhu Yib481de92007-09-25 17:54:57 -07002398}
2399
2400
2401/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002402 * iwl3945_set_ucode_ptrs - Set uCode address location
Zhu Yib481de92007-09-25 17:54:57 -07002403 *
2404 * Tell initialization uCode where to find runtime uCode.
2405 *
2406 * BSM registers initially contain pointers to initialization uCode.
2407 * We need to replace them to load runtime uCode inst and data,
2408 * and to save runtime data when powering down.
2409 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002410static int iwl3945_set_ucode_ptrs(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002411{
2412 dma_addr_t pinst;
2413 dma_addr_t pdata;
Zhu Yib481de92007-09-25 17:54:57 -07002414
2415 /* bits 31:0 for 3945 */
2416 pinst = priv->ucode_code.p_addr;
2417 pdata = priv->ucode_data_backup.p_addr;
2418
Zhu Yib481de92007-09-25 17:54:57 -07002419 /* Tell bootstrap uCode where to find image to load */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002420 iwl_write_prph(priv, BSM_DRAM_INST_PTR_REG, pinst);
2421 iwl_write_prph(priv, BSM_DRAM_DATA_PTR_REG, pdata);
2422 iwl_write_prph(priv, BSM_DRAM_DATA_BYTECOUNT_REG,
Zhu Yib481de92007-09-25 17:54:57 -07002423 priv->ucode_data.len);
2424
Tomas Winklera96a27f2008-10-23 23:48:56 -07002425 /* Inst byte count must be last to set up, bit 31 signals uCode
Zhu Yib481de92007-09-25 17:54:57 -07002426 * that all new ptr/size info is in place */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002427 iwl_write_prph(priv, BSM_DRAM_INST_BYTECOUNT_REG,
Zhu Yib481de92007-09-25 17:54:57 -07002428 priv->ucode_code.len | BSM_DRAM_INST_LOAD);
2429
Tomas Winklere1623442009-01-27 14:27:56 -08002430 IWL_DEBUG_INFO(priv, "Runtime uCode pointers are set.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002431
Mohamed Abbasa8b50a02009-05-22 11:01:47 -07002432 return 0;
Zhu Yib481de92007-09-25 17:54:57 -07002433}
2434
2435/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002436 * iwl3945_init_alive_start - Called after REPLY_ALIVE notification received
Zhu Yib481de92007-09-25 17:54:57 -07002437 *
2438 * Called after REPLY_ALIVE notification received from "initialize" uCode.
2439 *
Zhu Yib481de92007-09-25 17:54:57 -07002440 * Tell "initialize" uCode to go ahead and load the runtime uCode.
Ben Cahill9fbab512007-11-29 11:09:47 +08002441 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002442static void iwl3945_init_alive_start(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002443{
2444 /* Check alive response for "valid" sign from uCode */
2445 if (priv->card_alive_init.is_valid != UCODE_VALID_OK) {
2446 /* We had an error bringing up the hardware, so take it
2447 * all the way back down so we can try again */
Tomas Winklere1623442009-01-27 14:27:56 -08002448 IWL_DEBUG_INFO(priv, "Initialize Alive failed.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002449 goto restart;
2450 }
2451
2452 /* Bootstrap uCode has loaded initialize uCode ... verify inst image.
2453 * This is a paranoid check, because we would not have gotten the
2454 * "initialize" alive if code weren't properly loaded. */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002455 if (iwl3945_verify_ucode(priv)) {
Zhu Yib481de92007-09-25 17:54:57 -07002456 /* Runtime instruction load was bad;
2457 * take it all the way back down so we can try again */
Tomas Winklere1623442009-01-27 14:27:56 -08002458 IWL_DEBUG_INFO(priv, "Bad \"initialize\" uCode load.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002459 goto restart;
2460 }
2461
2462 /* Send pointers to protocol/runtime uCode image ... init code will
2463 * load and launch runtime uCode, which will send us another "Alive"
2464 * notification. */
Tomas Winklere1623442009-01-27 14:27:56 -08002465 IWL_DEBUG_INFO(priv, "Initialization Alive received.\n");
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002466 if (iwl3945_set_ucode_ptrs(priv)) {
Zhu Yib481de92007-09-25 17:54:57 -07002467 /* Runtime instruction load won't happen;
2468 * take it all the way back down so we can try again */
Tomas Winklere1623442009-01-27 14:27:56 -08002469 IWL_DEBUG_INFO(priv, "Couldn't set up uCode pointers.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002470 goto restart;
2471 }
2472 return;
2473
2474 restart:
2475 queue_work(priv->workqueue, &priv->restart);
2476}
2477
Zhu Yib481de92007-09-25 17:54:57 -07002478/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002479 * iwl3945_alive_start - called after REPLY_ALIVE notification received
Zhu Yib481de92007-09-25 17:54:57 -07002480 * from protocol/runtime uCode (initialization uCode's
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002481 * Alive gets handled by iwl3945_init_alive_start()).
Zhu Yib481de92007-09-25 17:54:57 -07002482 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002483static void iwl3945_alive_start(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002484{
Zhu Yib481de92007-09-25 17:54:57 -07002485 int thermal_spin = 0;
2486 u32 rfkill;
2487
Tomas Winklere1623442009-01-27 14:27:56 -08002488 IWL_DEBUG_INFO(priv, "Runtime Alive received.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002489
2490 if (priv->card_alive.is_valid != UCODE_VALID_OK) {
2491 /* We had an error bringing up the hardware, so take it
2492 * all the way back down so we can try again */
Tomas Winklere1623442009-01-27 14:27:56 -08002493 IWL_DEBUG_INFO(priv, "Alive failed.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002494 goto restart;
2495 }
2496
2497 /* Initialize uCode has loaded Runtime uCode ... verify inst image.
2498 * This is a paranoid check, because we would not have gotten the
2499 * "runtime" alive if code weren't properly loaded. */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002500 if (iwl3945_verify_ucode(priv)) {
Zhu Yib481de92007-09-25 17:54:57 -07002501 /* Runtime instruction load was bad;
2502 * take it all the way back down so we can try again */
Tomas Winklere1623442009-01-27 14:27:56 -08002503 IWL_DEBUG_INFO(priv, "Bad runtime uCode load.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002504 goto restart;
2505 }
2506
Tomas Winklerc587de02009-06-03 11:44:07 -07002507 iwl_clear_stations_table(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002508
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002509 rfkill = iwl_read_prph(priv, APMG_RFKILL_REG);
Tomas Winklere1623442009-01-27 14:27:56 -08002510 IWL_DEBUG_INFO(priv, "RFKILL status: 0x%x\n", rfkill);
Zhu Yib481de92007-09-25 17:54:57 -07002511
2512 if (rfkill & 0x1) {
2513 clear_bit(STATUS_RF_KILL_HW, &priv->status);
Tomas Winklera96a27f2008-10-23 23:48:56 -07002514 /* if RFKILL is not on, then wait for thermal
Zhu Yib481de92007-09-25 17:54:57 -07002515 * sensor in adapter to kick in */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002516 while (iwl3945_hw_get_temperature(priv) == 0) {
Zhu Yib481de92007-09-25 17:54:57 -07002517 thermal_spin++;
2518 udelay(10);
2519 }
2520
2521 if (thermal_spin)
Tomas Winklere1623442009-01-27 14:27:56 -08002522 IWL_DEBUG_INFO(priv, "Thermal calibration took %dus\n",
Zhu Yib481de92007-09-25 17:54:57 -07002523 thermal_spin * 10);
2524 } else
2525 set_bit(STATUS_RF_KILL_HW, &priv->status);
2526
Ben Cahill9fbab512007-11-29 11:09:47 +08002527 /* After the ALIVE response, we can send commands to 3945 uCode */
Zhu Yib481de92007-09-25 17:54:57 -07002528 set_bit(STATUS_ALIVE, &priv->status);
2529
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08002530 if (iwl_is_rfkill(priv))
Zhu Yib481de92007-09-25 17:54:57 -07002531 return;
2532
Johannes Berg36d68252008-05-15 12:55:26 +02002533 ieee80211_wake_queues(priv->hw);
Zhu Yib481de92007-09-25 17:54:57 -07002534
2535 priv->active_rate = priv->rates_mask;
2536 priv->active_rate_basic = priv->rates_mask & IWL_BASIC_RATES_MASK;
2537
Ben Cahill4d6ccbf2009-11-13 11:56:29 -08002538 iwl_power_update_mode(priv, true);
Zhu Yib481de92007-09-25 17:54:57 -07002539
Samuel Ortiz8ccde882009-01-27 14:27:52 -08002540 if (iwl_is_associated(priv)) {
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002541 struct iwl3945_rxon_cmd *active_rxon =
Samuel Ortiz8ccde882009-01-27 14:27:52 -08002542 (struct iwl3945_rxon_cmd *)(&priv->active_rxon);
Zhu Yib481de92007-09-25 17:54:57 -07002543
Abhijeet Kolekar8a9b9922009-06-12 13:22:52 -07002544 priv->staging_rxon.filter_flags |= RXON_FILTER_ASSOC_MSK;
Zhu Yib481de92007-09-25 17:54:57 -07002545 active_rxon->filter_flags &= ~RXON_FILTER_ASSOC_MSK;
2546 } else {
2547 /* Initialize our rx_config data */
Samuel Ortiz8ccde882009-01-27 14:27:52 -08002548 iwl_connection_init_rx_config(priv, priv->iw_mode);
Zhu Yib481de92007-09-25 17:54:57 -07002549 }
2550
Ben Cahill9fbab512007-11-29 11:09:47 +08002551 /* Configure Bluetooth device coexistence support */
Samuel Ortiz17f841c2009-01-23 13:45:20 -08002552 iwl_send_bt_config(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002553
2554 /* Configure the adapter for unassociated operation */
Abhijeet Kolekare0158e62009-04-08 11:26:37 -07002555 iwlcore_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002556
Zhu Yib481de92007-09-25 17:54:57 -07002557 iwl3945_reg_txpower_periodic(priv);
2558
Johannes Berge932a602009-10-02 13:44:03 -07002559 iwl_leds_init(priv);
Reinette Chatrefe00b5a2008-04-03 16:05:23 -07002560
Tomas Winklere1623442009-01-27 14:27:56 -08002561 IWL_DEBUG_INFO(priv, "ALIVE processing complete.\n");
Rick Farringtona9f46782008-03-18 14:57:49 -07002562 set_bit(STATUS_READY, &priv->status);
Zhu Yi5a669262008-01-14 17:46:18 -08002563 wake_up_interruptible(&priv->wait_command_queue);
Zhu Yib481de92007-09-25 17:54:57 -07002564
Mohamed Abbas9bdf5ec2008-11-07 09:58:35 -08002565 /* reassociate for ADHOC mode */
2566 if (priv->vif && (priv->iw_mode == NL80211_IFTYPE_ADHOC)) {
2567 struct sk_buff *beacon = ieee80211_beacon_get(priv->hw,
2568 priv->vif);
2569 if (beacon)
Abhijeet Kolekar9944b932009-04-08 11:26:36 -07002570 iwl_mac_beacon_update(priv->hw, beacon);
Mohamed Abbas9bdf5ec2008-11-07 09:58:35 -08002571 }
2572
Abhijeet Kolekarf45c2712009-04-08 11:26:38 -07002573 if (test_and_clear_bit(STATUS_MODE_PENDING, &priv->status))
Abhijeet Kolekar727882d2009-04-08 11:26:45 -07002574 iwl_set_mode(priv, priv->iw_mode);
Abhijeet Kolekarf45c2712009-04-08 11:26:38 -07002575
Zhu Yib481de92007-09-25 17:54:57 -07002576 return;
2577
2578 restart:
2579 queue_work(priv->workqueue, &priv->restart);
2580}
2581
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002582static void iwl3945_cancel_deferred_work(struct iwl_priv *priv);
Zhu Yib481de92007-09-25 17:54:57 -07002583
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002584static void __iwl3945_down(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002585{
2586 unsigned long flags;
2587 int exit_pending = test_bit(STATUS_EXIT_PENDING, &priv->status);
2588 struct ieee80211_conf *conf = NULL;
2589
Tomas Winklere1623442009-01-27 14:27:56 -08002590 IWL_DEBUG_INFO(priv, DRV_NAME " is going down\n");
Zhu Yib481de92007-09-25 17:54:57 -07002591
2592 conf = ieee80211_get_hw_conf(priv->hw);
2593
2594 if (!exit_pending)
2595 set_bit(STATUS_EXIT_PENDING, &priv->status);
2596
Tomas Winklerc587de02009-06-03 11:44:07 -07002597 iwl_clear_stations_table(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002598
2599 /* Unblock any waiting calls */
2600 wake_up_interruptible_all(&priv->wait_command_queue);
2601
Zhu Yib481de92007-09-25 17:54:57 -07002602 /* Wipe out the EXIT_PENDING status bit if we are not actually
2603 * exiting the module */
2604 if (!exit_pending)
2605 clear_bit(STATUS_EXIT_PENDING, &priv->status);
2606
2607 /* stop and reset the on-board processor */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002608 iwl_write32(priv, CSR_RESET, CSR_RESET_REG_FLAG_NEVO_RESET);
Zhu Yib481de92007-09-25 17:54:57 -07002609
2610 /* tell the device to stop sending interrupts */
Mohamed Abbas0359fac2008-03-28 16:21:08 -07002611 spin_lock_irqsave(&priv->lock, flags);
Abhijeet Kolekared3b9322009-02-18 15:54:30 -08002612 iwl_disable_interrupts(priv);
Mohamed Abbas0359fac2008-03-28 16:21:08 -07002613 spin_unlock_irqrestore(&priv->lock, flags);
2614 iwl_synchronize_irq(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002615
2616 if (priv->mac80211_registered)
2617 ieee80211_stop_queues(priv->hw);
2618
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002619 /* If we have not previously called iwl3945_init() then
Wey-Yi Guy6da3a132009-03-26 10:14:08 -07002620 * clear all bits but the RF Kill bits and return */
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08002621 if (!iwl_is_init(priv)) {
Zhu Yib481de92007-09-25 17:54:57 -07002622 priv->status = test_bit(STATUS_RF_KILL_HW, &priv->status) <<
2623 STATUS_RF_KILL_HW |
Reinette Chatre97888642008-02-06 11:20:38 -08002624 test_bit(STATUS_GEO_CONFIGURED, &priv->status) <<
2625 STATUS_GEO_CONFIGURED |
Abhijeet Kolekarebef2002008-06-30 17:23:18 +08002626 test_bit(STATUS_EXIT_PENDING, &priv->status) <<
2627 STATUS_EXIT_PENDING;
Zhu Yib481de92007-09-25 17:54:57 -07002628 goto exit;
2629 }
2630
Wey-Yi Guy6da3a132009-03-26 10:14:08 -07002631 /* ...otherwise clear out all the status bits but the RF Kill
Johannes Berga60e77e2009-06-04 18:26:06 +02002632 * bit and continue taking the NIC down. */
Zhu Yib481de92007-09-25 17:54:57 -07002633 priv->status &= test_bit(STATUS_RF_KILL_HW, &priv->status) <<
2634 STATUS_RF_KILL_HW |
Reinette Chatre97888642008-02-06 11:20:38 -08002635 test_bit(STATUS_GEO_CONFIGURED, &priv->status) <<
2636 STATUS_GEO_CONFIGURED |
Zhu Yib481de92007-09-25 17:54:57 -07002637 test_bit(STATUS_FW_ERROR, &priv->status) <<
Abhijeet Kolekarebef2002008-06-30 17:23:18 +08002638 STATUS_FW_ERROR |
2639 test_bit(STATUS_EXIT_PENDING, &priv->status) <<
2640 STATUS_EXIT_PENDING;
Zhu Yib481de92007-09-25 17:54:57 -07002641
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002642 iwl3945_hw_txq_ctx_stop(priv);
2643 iwl3945_hw_rxq_stop(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002644
Ben Cahill309e7312009-11-06 14:53:03 -08002645 /* Power-down device's busmaster DMA clocks */
2646 iwl_write_prph(priv, APMG_CLK_DIS_REG, APMG_CLK_VAL_DMA_CLK_RQT);
Zhu Yib481de92007-09-25 17:54:57 -07002647 udelay(5);
2648
Ben Cahill4d2ccdb2009-10-09 13:20:20 -07002649 /* Stop the device, and put it in low power state */
2650 priv->cfg->ops->lib->apm_ops.stop(priv);
Abbas, Mohamede9414b62009-01-20 21:33:55 -08002651
Zhu Yib481de92007-09-25 17:54:57 -07002652 exit:
Tomas Winkler3d24a9f2008-12-19 10:37:07 +08002653 memset(&priv->card_alive, 0, sizeof(struct iwl_alive_resp));
Zhu Yib481de92007-09-25 17:54:57 -07002654
2655 if (priv->ibss_beacon)
2656 dev_kfree_skb(priv->ibss_beacon);
2657 priv->ibss_beacon = NULL;
2658
2659 /* clear out any free frames */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002660 iwl3945_clear_free_frames(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002661}
2662
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002663static void iwl3945_down(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002664{
2665 mutex_lock(&priv->mutex);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002666 __iwl3945_down(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002667 mutex_unlock(&priv->mutex);
Zhu Yib24d22b2007-12-19 13:59:52 +08002668
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002669 iwl3945_cancel_deferred_work(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002670}
2671
2672#define MAX_HW_RESTARTS 5
2673
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002674static int __iwl3945_up(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002675{
2676 int rc, i;
2677
2678 if (test_bit(STATUS_EXIT_PENDING, &priv->status)) {
Winkler, Tomas39aadf82008-12-19 10:37:32 +08002679 IWL_WARN(priv, "Exit pending; will not bring the NIC up\n");
Zhu Yib481de92007-09-25 17:54:57 -07002680 return -EIO;
2681 }
2682
Reinette Chatree903fbd2008-01-30 22:05:15 -08002683 if (!priv->ucode_data_backup.v_addr || !priv->ucode_data.v_addr) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08002684 IWL_ERR(priv, "ucode not available for device bring up\n");
Reinette Chatree903fbd2008-01-30 22:05:15 -08002685 return -EIO;
2686 }
2687
Zhu Yie655b9f2008-01-24 02:19:38 -08002688 /* If platform's RF_KILL switch is NOT set to KILL */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002689 if (iwl_read32(priv, CSR_GP_CNTRL) &
Zhu Yie655b9f2008-01-24 02:19:38 -08002690 CSR_GP_CNTRL_REG_FLAG_HW_RF_KILL_SW)
2691 clear_bit(STATUS_RF_KILL_HW, &priv->status);
2692 else {
2693 set_bit(STATUS_RF_KILL_HW, &priv->status);
Wey-Yi Guy6da3a132009-03-26 10:14:08 -07002694 IWL_WARN(priv, "Radio disabled by HW RF Kill switch\n");
2695 return -ENODEV;
Zhu Yib481de92007-09-25 17:54:57 -07002696 }
Adel Gadllah80fcc9e2008-07-01 17:49:50 +02002697
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002698 iwl_write32(priv, CSR_INT, 0xFFFFFFFF);
Zhu Yib481de92007-09-25 17:54:57 -07002699
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002700 rc = iwl3945_hw_nic_init(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002701 if (rc) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08002702 IWL_ERR(priv, "Unable to int nic\n");
Zhu Yib481de92007-09-25 17:54:57 -07002703 return rc;
2704 }
2705
2706 /* make sure rfkill handshake bits are cleared */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002707 iwl_write32(priv, CSR_UCODE_DRV_GP1_CLR, CSR_UCODE_SW_BIT_RFKILL);
2708 iwl_write32(priv, CSR_UCODE_DRV_GP1_CLR,
Zhu Yib481de92007-09-25 17:54:57 -07002709 CSR_UCODE_DRV_GP1_BIT_CMD_BLOCKED);
2710
2711 /* clear (again), then enable host interrupts */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002712 iwl_write32(priv, CSR_INT, 0xFFFFFFFF);
Abhijeet Kolekared3b9322009-02-18 15:54:30 -08002713 iwl_enable_interrupts(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002714
2715 /* really make sure rfkill handshake bits are cleared */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002716 iwl_write32(priv, CSR_UCODE_DRV_GP1_CLR, CSR_UCODE_SW_BIT_RFKILL);
2717 iwl_write32(priv, CSR_UCODE_DRV_GP1_CLR, CSR_UCODE_SW_BIT_RFKILL);
Zhu Yib481de92007-09-25 17:54:57 -07002718
2719 /* Copy original ucode data image from disk into backup cache.
2720 * This will be used to initialize the on-board processor's
2721 * data SRAM for a clean start when the runtime program first loads. */
2722 memcpy(priv->ucode_data_backup.v_addr, priv->ucode_data.v_addr,
Zhu Yi5a669262008-01-14 17:46:18 -08002723 priv->ucode_data.len);
Zhu Yib481de92007-09-25 17:54:57 -07002724
Zhu Yie655b9f2008-01-24 02:19:38 -08002725 /* We return success when we resume from suspend and rf_kill is on. */
2726 if (test_bit(STATUS_RF_KILL_HW, &priv->status))
2727 return 0;
2728
Zhu Yib481de92007-09-25 17:54:57 -07002729 for (i = 0; i < MAX_HW_RESTARTS; i++) {
2730
Tomas Winklerc587de02009-06-03 11:44:07 -07002731 iwl_clear_stations_table(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002732
2733 /* load bootstrap state machine,
2734 * load bootstrap program into processor's memory,
2735 * prepare to load the "initialize" uCode */
Kolekar, Abhijeet0164b9b2008-12-19 10:37:37 +08002736 priv->cfg->ops->lib->load_ucode(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002737
2738 if (rc) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08002739 IWL_ERR(priv,
2740 "Unable to set up bootstrap uCode: %d\n", rc);
Zhu Yib481de92007-09-25 17:54:57 -07002741 continue;
2742 }
2743
2744 /* start card; "initialize" will load runtime ucode */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002745 iwl3945_nic_start(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002746
Tomas Winklere1623442009-01-27 14:27:56 -08002747 IWL_DEBUG_INFO(priv, DRV_NAME " is coming up\n");
Zhu Yib481de92007-09-25 17:54:57 -07002748
2749 return 0;
2750 }
2751
2752 set_bit(STATUS_EXIT_PENDING, &priv->status);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002753 __iwl3945_down(priv);
Abhijeet Kolekarebef2002008-06-30 17:23:18 +08002754 clear_bit(STATUS_EXIT_PENDING, &priv->status);
Zhu Yib481de92007-09-25 17:54:57 -07002755
2756 /* tried to restart and config the device for as long as our
2757 * patience could withstand */
Winkler, Tomas15b16872008-12-19 10:37:33 +08002758 IWL_ERR(priv, "Unable to initialize device after %d attempts.\n", i);
Zhu Yib481de92007-09-25 17:54:57 -07002759 return -EIO;
2760}
2761
2762
2763/*****************************************************************************
2764 *
2765 * Workqueue callbacks
2766 *
2767 *****************************************************************************/
2768
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002769static void iwl3945_bg_init_alive_start(struct work_struct *data)
Zhu Yib481de92007-09-25 17:54:57 -07002770{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002771 struct iwl_priv *priv =
2772 container_of(data, struct iwl_priv, init_alive_start.work);
Zhu Yib481de92007-09-25 17:54:57 -07002773
2774 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
2775 return;
2776
2777 mutex_lock(&priv->mutex);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002778 iwl3945_init_alive_start(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002779 mutex_unlock(&priv->mutex);
2780}
2781
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002782static void iwl3945_bg_alive_start(struct work_struct *data)
Zhu Yib481de92007-09-25 17:54:57 -07002783{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002784 struct iwl_priv *priv =
2785 container_of(data, struct iwl_priv, alive_start.work);
Zhu Yib481de92007-09-25 17:54:57 -07002786
2787 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
2788 return;
2789
2790 mutex_lock(&priv->mutex);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002791 iwl3945_alive_start(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002792 mutex_unlock(&priv->mutex);
2793}
2794
Ben Cahill743cdf12009-10-09 13:20:26 -07002795/*
2796 * 3945 cannot interrupt driver when hardware rf kill switch toggles;
2797 * driver must poll CSR_GP_CNTRL_REG register for change. This register
2798 * *is* readable even when device has been SW_RESET into low power mode
2799 * (e.g. during RF KILL).
2800 */
Helmut Schaa26635162009-01-15 09:38:44 +01002801static void iwl3945_rfkill_poll(struct work_struct *data)
2802{
2803 struct iwl_priv *priv =
2804 container_of(data, struct iwl_priv, rfkill_poll.work);
Ben Cahill743cdf12009-10-09 13:20:26 -07002805 bool old_rfkill = test_bit(STATUS_RF_KILL_HW, &priv->status);
2806 bool new_rfkill = !(iwl_read32(priv, CSR_GP_CNTRL)
2807 & CSR_GP_CNTRL_REG_FLAG_HW_RF_KILL_SW);
Helmut Schaa26635162009-01-15 09:38:44 +01002808
Ben Cahill743cdf12009-10-09 13:20:26 -07002809 if (new_rfkill != old_rfkill) {
2810 if (new_rfkill)
2811 set_bit(STATUS_RF_KILL_HW, &priv->status);
2812 else
2813 clear_bit(STATUS_RF_KILL_HW, &priv->status);
Helmut Schaa26635162009-01-15 09:38:44 +01002814
Ben Cahill743cdf12009-10-09 13:20:26 -07002815 wiphy_rfkill_set_hw_state(priv->hw->wiphy, new_rfkill);
Helmut Schaa26635162009-01-15 09:38:44 +01002816
Ben Cahill743cdf12009-10-09 13:20:26 -07002817 IWL_DEBUG_RF_KILL(priv, "RF_KILL bit toggled to %s.\n",
2818 new_rfkill ? "disable radio" : "enable radio");
2819 }
2820
2821 /* Keep this running, even if radio now enabled. This will be
2822 * cancelled in mac_start() if system decides to start again */
Helmut Schaa26635162009-01-15 09:38:44 +01002823 queue_delayed_work(priv->workqueue, &priv->rfkill_poll,
2824 round_jiffies_relative(2 * HZ));
2825
2826}
2827
Zhu Yib481de92007-09-25 17:54:57 -07002828#define IWL_SCAN_CHECK_WATCHDOG (7 * HZ)
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002829static void iwl3945_bg_request_scan(struct work_struct *data)
Zhu Yib481de92007-09-25 17:54:57 -07002830{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002831 struct iwl_priv *priv =
2832 container_of(data, struct iwl_priv, request_scan);
Winkler, Tomasc2d79b42008-12-19 10:37:34 +08002833 struct iwl_host_cmd cmd = {
Zhu Yib481de92007-09-25 17:54:57 -07002834 .id = REPLY_SCAN_CMD,
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002835 .len = sizeof(struct iwl3945_scan_cmd),
Johannes Bergc2acea82009-07-24 11:13:05 -07002836 .flags = CMD_SIZE_HUGE,
Zhu Yib481de92007-09-25 17:54:57 -07002837 };
2838 int rc = 0;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002839 struct iwl3945_scan_cmd *scan;
Zhu Yib481de92007-09-25 17:54:57 -07002840 struct ieee80211_conf *conf = NULL;
Johannes Berg1ecf9fc2009-04-20 14:36:56 -07002841 u8 n_probes = 0;
Johannes Berg8318d782008-01-24 19:38:38 +01002842 enum ieee80211_band band;
Johannes Berg1ecf9fc2009-04-20 14:36:56 -07002843 bool is_active = false;
Zhu Yib481de92007-09-25 17:54:57 -07002844
2845 conf = ieee80211_get_hw_conf(priv->hw);
2846
2847 mutex_lock(&priv->mutex);
2848
Reinette Chatrefbc9f972009-05-15 16:13:46 -07002849 cancel_delayed_work(&priv->scan_check);
2850
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08002851 if (!iwl_is_ready(priv)) {
Winkler, Tomas39aadf82008-12-19 10:37:32 +08002852 IWL_WARN(priv, "request scan called when driver not ready.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002853 goto done;
2854 }
2855
Tomas Winklera96a27f2008-10-23 23:48:56 -07002856 /* Make sure the scan wasn't canceled before this queued work
Zhu Yib481de92007-09-25 17:54:57 -07002857 * was given the chance to run... */
2858 if (!test_bit(STATUS_SCANNING, &priv->status))
2859 goto done;
2860
2861 /* This should never be called or scheduled if there is currently
2862 * a scan active in the hardware. */
2863 if (test_bit(STATUS_SCAN_HW, &priv->status)) {
Tomas Winklere1623442009-01-27 14:27:56 -08002864 IWL_DEBUG_INFO(priv, "Multiple concurrent scan requests "
2865 "Ignoring second request.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002866 rc = -EIO;
2867 goto done;
2868 }
2869
2870 if (test_bit(STATUS_EXIT_PENDING, &priv->status)) {
Tomas Winklere1623442009-01-27 14:27:56 -08002871 IWL_DEBUG_SCAN(priv, "Aborting scan due to device shutdown\n");
Zhu Yib481de92007-09-25 17:54:57 -07002872 goto done;
2873 }
2874
2875 if (test_bit(STATUS_SCAN_ABORTING, &priv->status)) {
Tomas Winklere1623442009-01-27 14:27:56 -08002876 IWL_DEBUG_HC(priv,
2877 "Scan request while abort pending. Queuing.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002878 goto done;
2879 }
2880
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08002881 if (iwl_is_rfkill(priv)) {
Tomas Winklere1623442009-01-27 14:27:56 -08002882 IWL_DEBUG_HC(priv, "Aborting scan due to RF Kill activation\n");
Zhu Yib481de92007-09-25 17:54:57 -07002883 goto done;
2884 }
2885
2886 if (!test_bit(STATUS_READY, &priv->status)) {
Tomas Winklere1623442009-01-27 14:27:56 -08002887 IWL_DEBUG_HC(priv,
2888 "Scan request while uninitialized. Queuing.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002889 goto done;
2890 }
2891
2892 if (!priv->scan_bands) {
Tomas Winklere1623442009-01-27 14:27:56 -08002893 IWL_DEBUG_HC(priv, "Aborting scan due to no requested bands\n");
Zhu Yib481de92007-09-25 17:54:57 -07002894 goto done;
2895 }
2896
Winkler, Tomas805cee52009-01-19 15:30:28 -08002897 if (!priv->scan) {
2898 priv->scan = kmalloc(sizeof(struct iwl3945_scan_cmd) +
Zhu Yib481de92007-09-25 17:54:57 -07002899 IWL_MAX_SCAN_SIZE, GFP_KERNEL);
Winkler, Tomas805cee52009-01-19 15:30:28 -08002900 if (!priv->scan) {
Zhu Yib481de92007-09-25 17:54:57 -07002901 rc = -ENOMEM;
2902 goto done;
2903 }
2904 }
Winkler, Tomas805cee52009-01-19 15:30:28 -08002905 scan = priv->scan;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002906 memset(scan, 0, sizeof(struct iwl3945_scan_cmd) + IWL_MAX_SCAN_SIZE);
Zhu Yib481de92007-09-25 17:54:57 -07002907
2908 scan->quiet_plcp_th = IWL_PLCP_QUIET_THRESH;
2909 scan->quiet_time = IWL_ACTIVE_QUIET_TIME;
2910
Samuel Ortiz8ccde882009-01-27 14:27:52 -08002911 if (iwl_is_associated(priv)) {
Zhu Yib481de92007-09-25 17:54:57 -07002912 u16 interval = 0;
2913 u32 extra;
2914 u32 suspend_time = 100;
2915 u32 scan_suspend_time = 100;
2916 unsigned long flags;
2917
Tomas Winklere1623442009-01-27 14:27:56 -08002918 IWL_DEBUG_INFO(priv, "Scanning while associated...\n");
Zhu Yib481de92007-09-25 17:54:57 -07002919
2920 spin_lock_irqsave(&priv->lock, flags);
2921 interval = priv->beacon_int;
2922 spin_unlock_irqrestore(&priv->lock, flags);
2923
2924 scan->suspend_time = 0;
Mohamed Abbas15e869d2007-10-25 17:15:46 +08002925 scan->max_out_time = cpu_to_le32(200 * 1024);
Zhu Yib481de92007-09-25 17:54:57 -07002926 if (!interval)
2927 interval = suspend_time;
2928 /*
2929 * suspend time format:
2930 * 0-19: beacon interval in usec (time before exec.)
2931 * 20-23: 0
2932 * 24-31: number of beacons (suspend between channels)
2933 */
2934
2935 extra = (suspend_time / interval) << 24;
2936 scan_suspend_time = 0xFF0FFFFF &
2937 (extra | ((suspend_time % interval) * 1024));
2938
2939 scan->suspend_time = cpu_to_le32(scan_suspend_time);
Tomas Winklere1623442009-01-27 14:27:56 -08002940 IWL_DEBUG_SCAN(priv, "suspend_time 0x%X beacon interval %d\n",
Zhu Yib481de92007-09-25 17:54:57 -07002941 scan_suspend_time, interval);
2942 }
2943
Johannes Berg1ecf9fc2009-04-20 14:36:56 -07002944 if (priv->scan_request->n_ssids) {
2945 int i, p = 0;
2946 IWL_DEBUG_SCAN(priv, "Kicking off active scan\n");
2947 for (i = 0; i < priv->scan_request->n_ssids; i++) {
2948 /* always does wildcard anyway */
2949 if (!priv->scan_request->ssids[i].ssid_len)
2950 continue;
2951 scan->direct_scan[p].id = WLAN_EID_SSID;
2952 scan->direct_scan[p].len =
2953 priv->scan_request->ssids[i].ssid_len;
2954 memcpy(scan->direct_scan[p].ssid,
2955 priv->scan_request->ssids[i].ssid,
2956 priv->scan_request->ssids[i].ssid_len);
2957 n_probes++;
2958 p++;
2959 }
2960 is_active = true;
Abhijeet Kolekarf9340522008-09-03 11:26:58 +08002961 } else
Johannes Berg1ecf9fc2009-04-20 14:36:56 -07002962 IWL_DEBUG_SCAN(priv, "Kicking off passive scan.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002963
2964 /* We don't build a direct scan probe request; the uCode will do
2965 * that based on the direct_mask added to each channel entry */
Zhu Yib481de92007-09-25 17:54:57 -07002966 scan->tx_cmd.tx_flags = TX_CMD_FLG_SEQ_CTL_MSK;
Abhijeet Kolekar3832ec92008-12-19 10:37:26 +08002967 scan->tx_cmd.sta_id = priv->hw_params.bcast_sta_id;
Zhu Yib481de92007-09-25 17:54:57 -07002968 scan->tx_cmd.stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE;
2969
2970 /* flags + rate selection */
2971
Ron Rindjunsky66b50042008-06-25 16:46:31 +08002972 if (priv->scan_bands & BIT(IEEE80211_BAND_2GHZ)) {
Zhu Yib481de92007-09-25 17:54:57 -07002973 scan->flags = RXON_FLG_BAND_24G_MSK | RXON_FLG_AUTO_DETECT_MSK;
2974 scan->tx_cmd.rate = IWL_RATE_1M_PLCP;
2975 scan->good_CRC_th = 0;
Johannes Berg8318d782008-01-24 19:38:38 +01002976 band = IEEE80211_BAND_2GHZ;
Ron Rindjunsky66b50042008-06-25 16:46:31 +08002977 } else if (priv->scan_bands & BIT(IEEE80211_BAND_5GHZ)) {
Zhu Yib481de92007-09-25 17:54:57 -07002978 scan->tx_cmd.rate = IWL_RATE_6M_PLCP;
Johannes Bergb097ad22009-04-20 14:36:57 -07002979 /*
2980 * If active scaning is requested but a certain channel
2981 * is marked passive, we can do active scanning if we
2982 * detect transmissions.
2983 */
2984 scan->good_CRC_th = is_active ? IWL_GOOD_CRC_TH : 0;
Johannes Berg8318d782008-01-24 19:38:38 +01002985 band = IEEE80211_BAND_5GHZ;
Ron Rindjunsky66b50042008-06-25 16:46:31 +08002986 } else {
Winkler, Tomas39aadf82008-12-19 10:37:32 +08002987 IWL_WARN(priv, "Invalid scan band count\n");
Zhu Yib481de92007-09-25 17:54:57 -07002988 goto done;
2989 }
2990
Samuel Ortiz77fecfb82009-01-23 13:45:12 -08002991 scan->tx_cmd.len = cpu_to_le16(
Johannes Berg1ecf9fc2009-04-20 14:36:56 -07002992 iwl_fill_probe_req(priv,
2993 (struct ieee80211_mgmt *)scan->data,
2994 priv->scan_request->ie,
2995 priv->scan_request->ie_len,
2996 IWL_MAX_SCAN_SIZE - sizeof(*scan)));
Samuel Ortiz77fecfb82009-01-23 13:45:12 -08002997
Zhu Yib481de92007-09-25 17:54:57 -07002998 /* select Rx antennas */
2999 scan->flags |= iwl3945_get_antenna_flags(priv);
3000
Wey-Yi Guy279b05d2009-04-20 14:37:00 -07003001 if (iwl_is_monitor_mode(priv))
Zhu Yib481de92007-09-25 17:54:57 -07003002 scan->filter_flags = RXON_FILTER_PROMISC_MSK;
3003
Abhijeet Kolekarf9340522008-09-03 11:26:58 +08003004 scan->channel_count =
Johannes Berg1ecf9fc2009-04-20 14:36:56 -07003005 iwl3945_get_channels_for_scan(priv, band, is_active, n_probes,
Abhijeet Kolekarf9340522008-09-03 11:26:58 +08003006 (void *)&scan->data[le16_to_cpu(scan->tx_cmd.len)]);
Zhu Yib481de92007-09-25 17:54:57 -07003007
Reinette Chatre14b54332008-11-04 12:21:35 -08003008 if (scan->channel_count == 0) {
Tomas Winklere1623442009-01-27 14:27:56 -08003009 IWL_DEBUG_SCAN(priv, "channel count %d\n", scan->channel_count);
Reinette Chatre14b54332008-11-04 12:21:35 -08003010 goto done;
3011 }
3012
Zhu Yib481de92007-09-25 17:54:57 -07003013 cmd.len += le16_to_cpu(scan->tx_cmd.len) +
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003014 scan->channel_count * sizeof(struct iwl3945_scan_channel);
Zhu Yib481de92007-09-25 17:54:57 -07003015 cmd.data = scan;
3016 scan->len = cpu_to_le16(cmd.len);
3017
3018 set_bit(STATUS_SCAN_HW, &priv->status);
Samuel Ortiz518099a2009-01-19 15:30:27 -08003019 rc = iwl_send_cmd_sync(priv, &cmd);
Zhu Yib481de92007-09-25 17:54:57 -07003020 if (rc)
3021 goto done;
3022
3023 queue_delayed_work(priv->workqueue, &priv->scan_check,
3024 IWL_SCAN_CHECK_WATCHDOG);
3025
3026 mutex_unlock(&priv->mutex);
3027 return;
3028
3029 done:
Mohamed Abbas2420ebc2008-11-04 12:21:34 -08003030 /* can not perform scan make sure we clear scanning
3031 * bits from status so next scan request can be performed.
3032 * if we dont clear scanning status bit here all next scan
3033 * will fail
3034 */
3035 clear_bit(STATUS_SCAN_HW, &priv->status);
3036 clear_bit(STATUS_SCANNING, &priv->status);
3037
Ian Schram01ebd062007-10-25 17:15:22 +08003038 /* inform mac80211 scan aborted */
Zhu Yib481de92007-09-25 17:54:57 -07003039 queue_work(priv->workqueue, &priv->scan_completed);
3040 mutex_unlock(&priv->mutex);
3041}
3042
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003043static void iwl3945_bg_up(struct work_struct *data)
Zhu Yib481de92007-09-25 17:54:57 -07003044{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003045 struct iwl_priv *priv = container_of(data, struct iwl_priv, up);
Zhu Yib481de92007-09-25 17:54:57 -07003046
3047 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
3048 return;
3049
3050 mutex_lock(&priv->mutex);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003051 __iwl3945_up(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003052 mutex_unlock(&priv->mutex);
3053}
3054
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003055static void iwl3945_bg_restart(struct work_struct *data)
Zhu Yib481de92007-09-25 17:54:57 -07003056{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003057 struct iwl_priv *priv = container_of(data, struct iwl_priv, restart);
Zhu Yib481de92007-09-25 17:54:57 -07003058
3059 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
3060 return;
3061
Johannes Berg19cc1082009-05-08 13:44:36 -07003062 if (test_and_clear_bit(STATUS_FW_ERROR, &priv->status)) {
3063 mutex_lock(&priv->mutex);
3064 priv->vif = NULL;
3065 priv->is_open = 0;
3066 mutex_unlock(&priv->mutex);
3067 iwl3945_down(priv);
3068 ieee80211_restart_hw(priv->hw);
3069 } else {
3070 iwl3945_down(priv);
3071 queue_work(priv->workqueue, &priv->up);
3072 }
Zhu Yib481de92007-09-25 17:54:57 -07003073}
3074
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003075static void iwl3945_bg_rx_replenish(struct work_struct *data)
Zhu Yib481de92007-09-25 17:54:57 -07003076{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003077 struct iwl_priv *priv =
3078 container_of(data, struct iwl_priv, rx_replenish);
Zhu Yib481de92007-09-25 17:54:57 -07003079
3080 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
3081 return;
3082
3083 mutex_lock(&priv->mutex);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003084 iwl3945_rx_replenish(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003085 mutex_unlock(&priv->mutex);
3086}
3087
Mohamed Abbas7878a5a2007-11-29 11:10:13 +08003088#define IWL_DELAY_NEXT_SCAN (HZ*2)
3089
Abhijeet Kolekar5bbe2332009-04-08 11:26:35 -07003090void iwl3945_post_associate(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07003091{
Zhu Yib481de92007-09-25 17:54:57 -07003092 int rc = 0;
3093 struct ieee80211_conf *conf = NULL;
3094
Johannes Berg05c914f2008-09-11 00:01:58 +02003095 if (priv->iw_mode == NL80211_IFTYPE_AP) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08003096 IWL_ERR(priv, "%s Should not be called in AP mode\n", __func__);
Zhu Yib481de92007-09-25 17:54:57 -07003097 return;
3098 }
3099
3100
Tomas Winklere1623442009-01-27 14:27:56 -08003101 IWL_DEBUG_ASSOC(priv, "Associated as %d to: %pM\n",
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003102 priv->assoc_id, priv->active_rxon.bssid_addr);
Zhu Yib481de92007-09-25 17:54:57 -07003103
3104 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
3105 return;
3106
Abhijeet Kolekar322a9812008-09-03 11:26:27 +08003107 if (!priv->vif || !priv->is_open)
Mohamed Abbas6ef89d02007-10-25 17:15:47 +08003108 return;
Abhijeet Kolekar322a9812008-09-03 11:26:27 +08003109
Winkler, Tomasaf0053d2009-01-19 15:30:23 -08003110 iwl_scan_cancel_timeout(priv, 200);
Mohamed Abbas15e869d2007-10-25 17:15:46 +08003111
Zhu Yib481de92007-09-25 17:54:57 -07003112 conf = ieee80211_get_hw_conf(priv->hw);
3113
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003114 priv->staging_rxon.filter_flags &= ~RXON_FILTER_ASSOC_MSK;
Abhijeet Kolekare0158e62009-04-08 11:26:37 -07003115 iwlcore_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003116
Tomas Winkler28afaf92008-12-19 10:37:06 +08003117 memset(&priv->rxon_timing, 0, sizeof(struct iwl_rxon_time_cmd));
Tomas Winkler2c2f3b32009-06-19 13:52:45 -07003118 iwl_setup_rxon_timing(priv);
Samuel Ortiz518099a2009-01-19 15:30:27 -08003119 rc = iwl_send_cmd_pdu(priv, REPLY_RXON_TIMING,
Zhu Yib481de92007-09-25 17:54:57 -07003120 sizeof(priv->rxon_timing), &priv->rxon_timing);
3121 if (rc)
Winkler, Tomas39aadf82008-12-19 10:37:32 +08003122 IWL_WARN(priv, "REPLY_RXON_TIMING failed - "
Zhu Yib481de92007-09-25 17:54:57 -07003123 "Attempting to continue.\n");
3124
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003125 priv->staging_rxon.filter_flags |= RXON_FILTER_ASSOC_MSK;
Zhu Yib481de92007-09-25 17:54:57 -07003126
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003127 priv->staging_rxon.assoc_id = cpu_to_le16(priv->assoc_id);
Zhu Yib481de92007-09-25 17:54:57 -07003128
Tomas Winklere1623442009-01-27 14:27:56 -08003129 IWL_DEBUG_ASSOC(priv, "assoc id %d beacon interval %d\n",
Zhu Yib481de92007-09-25 17:54:57 -07003130 priv->assoc_id, priv->beacon_int);
3131
3132 if (priv->assoc_capability & WLAN_CAPABILITY_SHORT_PREAMBLE)
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003133 priv->staging_rxon.flags |= RXON_FLG_SHORT_PREAMBLE_MSK;
Zhu Yib481de92007-09-25 17:54:57 -07003134 else
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003135 priv->staging_rxon.flags &= ~RXON_FLG_SHORT_PREAMBLE_MSK;
Zhu Yib481de92007-09-25 17:54:57 -07003136
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003137 if (priv->staging_rxon.flags & RXON_FLG_BAND_24G_MSK) {
Zhu Yib481de92007-09-25 17:54:57 -07003138 if (priv->assoc_capability & WLAN_CAPABILITY_SHORT_SLOT_TIME)
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003139 priv->staging_rxon.flags |= RXON_FLG_SHORT_SLOT_MSK;
Zhu Yib481de92007-09-25 17:54:57 -07003140 else
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003141 priv->staging_rxon.flags &= ~RXON_FLG_SHORT_SLOT_MSK;
Zhu Yib481de92007-09-25 17:54:57 -07003142
Johannes Berg05c914f2008-09-11 00:01:58 +02003143 if (priv->iw_mode == NL80211_IFTYPE_ADHOC)
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003144 priv->staging_rxon.flags &= ~RXON_FLG_SHORT_SLOT_MSK;
Zhu Yib481de92007-09-25 17:54:57 -07003145
3146 }
3147
Abhijeet Kolekare0158e62009-04-08 11:26:37 -07003148 iwlcore_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003149
3150 switch (priv->iw_mode) {
Johannes Berg05c914f2008-09-11 00:01:58 +02003151 case NL80211_IFTYPE_STATION:
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003152 iwl3945_rate_scale_init(priv->hw, IWL_AP_ID);
Zhu Yib481de92007-09-25 17:54:57 -07003153 break;
3154
Johannes Berg05c914f2008-09-11 00:01:58 +02003155 case NL80211_IFTYPE_ADHOC:
Zhu Yib481de92007-09-25 17:54:57 -07003156
Abhijeet Kolekarce546fd2008-11-19 15:32:22 -08003157 priv->assoc_id = 1;
Tomas Winklerc587de02009-06-03 11:44:07 -07003158 iwl_add_station(priv, priv->bssid, 0, CMD_SYNC, NULL);
Zhu Yib481de92007-09-25 17:54:57 -07003159 iwl3945_sync_sta(priv, IWL_STA_ID,
Johannes Berg8318d782008-01-24 19:38:38 +01003160 (priv->band == IEEE80211_BAND_5GHZ) ?
Zhu Yib481de92007-09-25 17:54:57 -07003161 IWL_RATE_6M_PLCP : IWL_RATE_1M_PLCP,
3162 CMD_ASYNC);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003163 iwl3945_rate_scale_init(priv->hw, IWL_STA_ID);
3164 iwl3945_send_beacon_cmd(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003165
3166 break;
3167
3168 default:
Winkler, Tomas15b16872008-12-19 10:37:33 +08003169 IWL_ERR(priv, "%s Should not be called in %d mode\n",
Tomas Winkler3ac7f142008-07-21 02:40:14 +03003170 __func__, priv->iw_mode);
Zhu Yib481de92007-09-25 17:54:57 -07003171 break;
3172 }
3173
Abhijeet Kolekar14d2aac2009-02-27 16:21:24 -08003174 iwl_activate_qos(priv, 0);
Ron Rindjunsky292ae172008-02-06 11:20:39 -08003175
Mohamed Abbas7878a5a2007-11-29 11:10:13 +08003176 /* we have just associated, don't start scan too early */
3177 priv->next_scan_jiffies = jiffies + IWL_DELAY_NEXT_SCAN;
Abhijeet Kolekarcd56d332008-09-03 11:26:21 +08003178}
3179
Zhu Yib481de92007-09-25 17:54:57 -07003180/*****************************************************************************
3181 *
3182 * mac80211 entry point functions
3183 *
3184 *****************************************************************************/
3185
Zhu Yi5a669262008-01-14 17:46:18 -08003186#define UCODE_READY_TIMEOUT (2 * HZ)
3187
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003188static int iwl3945_mac_start(struct ieee80211_hw *hw)
Zhu Yib481de92007-09-25 17:54:57 -07003189{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003190 struct iwl_priv *priv = hw->priv;
Zhu Yi5a669262008-01-14 17:46:18 -08003191 int ret;
Zhu Yib481de92007-09-25 17:54:57 -07003192
Tomas Winklere1623442009-01-27 14:27:56 -08003193 IWL_DEBUG_MAC80211(priv, "enter\n");
Zhu Yib481de92007-09-25 17:54:57 -07003194
3195 /* we should be verifying the device is ready to be opened */
3196 mutex_lock(&priv->mutex);
3197
Zhu Yi5a669262008-01-14 17:46:18 -08003198 /* fetch ucode file from disk, alloc and copy to bus-master buffers ...
3199 * ucode filename and max sizes are card-specific. */
3200
3201 if (!priv->ucode_code.len) {
3202 ret = iwl3945_read_ucode(priv);
3203 if (ret) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08003204 IWL_ERR(priv, "Could not read microcode: %d\n", ret);
Zhu Yi5a669262008-01-14 17:46:18 -08003205 mutex_unlock(&priv->mutex);
3206 goto out_release_irq;
3207 }
3208 }
3209
Zhu Yie655b9f2008-01-24 02:19:38 -08003210 ret = __iwl3945_up(priv);
Zhu Yi5a669262008-01-14 17:46:18 -08003211
Zhu Yib481de92007-09-25 17:54:57 -07003212 mutex_unlock(&priv->mutex);
Zhu Yi5a669262008-01-14 17:46:18 -08003213
Zhu Yie655b9f2008-01-24 02:19:38 -08003214 if (ret)
3215 goto out_release_irq;
3216
Tomas Winklere1623442009-01-27 14:27:56 -08003217 IWL_DEBUG_INFO(priv, "Start UP work.\n");
Zhu Yie655b9f2008-01-24 02:19:38 -08003218
Zhu Yi5a669262008-01-14 17:46:18 -08003219 /* Wait for START_ALIVE from ucode. Otherwise callbacks from
3220 * mac80211 will not be run successfully. */
3221 ret = wait_event_interruptible_timeout(priv->wait_command_queue,
3222 test_bit(STATUS_READY, &priv->status),
3223 UCODE_READY_TIMEOUT);
3224 if (!ret) {
3225 if (!test_bit(STATUS_READY, &priv->status)) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08003226 IWL_ERR(priv,
3227 "Wait for START_ALIVE timeout after %dms.\n",
3228 jiffies_to_msecs(UCODE_READY_TIMEOUT));
Zhu Yi5a669262008-01-14 17:46:18 -08003229 ret = -ETIMEDOUT;
3230 goto out_release_irq;
3231 }
3232 }
3233
Helmut Schaa26635162009-01-15 09:38:44 +01003234 /* ucode is running and will send rfkill notifications,
3235 * no need to poll the killswitch state anymore */
3236 cancel_delayed_work(&priv->rfkill_poll);
3237
Johannes Berge932a602009-10-02 13:44:03 -07003238 iwl_led_start(priv);
3239
Zhu Yie655b9f2008-01-24 02:19:38 -08003240 priv->is_open = 1;
Tomas Winklere1623442009-01-27 14:27:56 -08003241 IWL_DEBUG_MAC80211(priv, "leave\n");
Zhu Yib481de92007-09-25 17:54:57 -07003242 return 0;
Zhu Yi5a669262008-01-14 17:46:18 -08003243
3244out_release_irq:
Zhu Yie655b9f2008-01-24 02:19:38 -08003245 priv->is_open = 0;
Tomas Winklere1623442009-01-27 14:27:56 -08003246 IWL_DEBUG_MAC80211(priv, "leave - failed\n");
Zhu Yi5a669262008-01-14 17:46:18 -08003247 return ret;
Zhu Yib481de92007-09-25 17:54:57 -07003248}
3249
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003250static void iwl3945_mac_stop(struct ieee80211_hw *hw)
Zhu Yib481de92007-09-25 17:54:57 -07003251{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003252 struct iwl_priv *priv = hw->priv;
Zhu Yib481de92007-09-25 17:54:57 -07003253
Tomas Winklere1623442009-01-27 14:27:56 -08003254 IWL_DEBUG_MAC80211(priv, "enter\n");
Mohamed Abbas6ef89d02007-10-25 17:15:47 +08003255
Zhu Yie655b9f2008-01-24 02:19:38 -08003256 if (!priv->is_open) {
Tomas Winklere1623442009-01-27 14:27:56 -08003257 IWL_DEBUG_MAC80211(priv, "leave - skip\n");
Zhu Yie655b9f2008-01-24 02:19:38 -08003258 return;
3259 }
3260
Zhu Yib481de92007-09-25 17:54:57 -07003261 priv->is_open = 0;
Zhu Yi5a669262008-01-14 17:46:18 -08003262
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08003263 if (iwl_is_ready_rf(priv)) {
Zhu Yie655b9f2008-01-24 02:19:38 -08003264 /* stop mac, cancel any scan request and clear
3265 * RXON_FILTER_ASSOC_MSK BIT
3266 */
Zhu Yi5a669262008-01-14 17:46:18 -08003267 mutex_lock(&priv->mutex);
Winkler, Tomasaf0053d2009-01-19 15:30:23 -08003268 iwl_scan_cancel_timeout(priv, 100);
Mohamed Abbasfde35712007-11-29 11:10:15 +08003269 mutex_unlock(&priv->mutex);
Mohamed Abbasfde35712007-11-29 11:10:15 +08003270 }
3271
Zhu Yi5a669262008-01-14 17:46:18 -08003272 iwl3945_down(priv);
3273
3274 flush_workqueue(priv->workqueue);
Helmut Schaa26635162009-01-15 09:38:44 +01003275
3276 /* start polling the killswitch state again */
3277 queue_delayed_work(priv->workqueue, &priv->rfkill_poll,
3278 round_jiffies_relative(2 * HZ));
Mohamed Abbas6ef89d02007-10-25 17:15:47 +08003279
Tomas Winklere1623442009-01-27 14:27:56 -08003280 IWL_DEBUG_MAC80211(priv, "leave\n");
Zhu Yib481de92007-09-25 17:54:57 -07003281}
3282
Johannes Berge039fa42008-05-15 12:55:29 +02003283static int iwl3945_mac_tx(struct ieee80211_hw *hw, struct sk_buff *skb)
Zhu Yib481de92007-09-25 17:54:57 -07003284{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003285 struct iwl_priv *priv = hw->priv;
Zhu Yib481de92007-09-25 17:54:57 -07003286
Tomas Winklere1623442009-01-27 14:27:56 -08003287 IWL_DEBUG_MAC80211(priv, "enter\n");
Zhu Yib481de92007-09-25 17:54:57 -07003288
Tomas Winklere1623442009-01-27 14:27:56 -08003289 IWL_DEBUG_TX(priv, "dev->xmit(%d bytes) at rate 0x%02x\n", skb->len,
Johannes Berge039fa42008-05-15 12:55:29 +02003290 ieee80211_get_tx_rate(hw, IEEE80211_SKB_CB(skb))->bitrate);
Zhu Yib481de92007-09-25 17:54:57 -07003291
Johannes Berge039fa42008-05-15 12:55:29 +02003292 if (iwl3945_tx_skb(priv, skb))
Zhu Yib481de92007-09-25 17:54:57 -07003293 dev_kfree_skb_any(skb);
3294
Tomas Winklere1623442009-01-27 14:27:56 -08003295 IWL_DEBUG_MAC80211(priv, "leave\n");
Reinette Chatre637f8832009-01-19 15:30:32 -08003296 return NETDEV_TX_OK;
Zhu Yib481de92007-09-25 17:54:57 -07003297}
3298
Abhijeet Kolekar60690a62009-04-08 11:26:49 -07003299void iwl3945_config_ap(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07003300{
3301 int rc = 0;
3302
Maarten Lankhorstd986bcd2008-01-23 10:15:16 -08003303 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
Zhu Yib481de92007-09-25 17:54:57 -07003304 return;
3305
3306 /* The following should be done only at AP bring up */
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003307 if (!(iwl_is_associated(priv))) {
Zhu Yib481de92007-09-25 17:54:57 -07003308
3309 /* RXON - unassoc (to set timing command) */
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003310 priv->staging_rxon.filter_flags &= ~RXON_FILTER_ASSOC_MSK;
Abhijeet Kolekare0158e62009-04-08 11:26:37 -07003311 iwlcore_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003312
3313 /* RXON Timing */
Tomas Winkler28afaf92008-12-19 10:37:06 +08003314 memset(&priv->rxon_timing, 0, sizeof(struct iwl_rxon_time_cmd));
Tomas Winkler2c2f3b32009-06-19 13:52:45 -07003315 iwl_setup_rxon_timing(priv);
Samuel Ortiz518099a2009-01-19 15:30:27 -08003316 rc = iwl_send_cmd_pdu(priv, REPLY_RXON_TIMING,
3317 sizeof(priv->rxon_timing),
3318 &priv->rxon_timing);
Zhu Yib481de92007-09-25 17:54:57 -07003319 if (rc)
Winkler, Tomas39aadf82008-12-19 10:37:32 +08003320 IWL_WARN(priv, "REPLY_RXON_TIMING failed - "
Zhu Yib481de92007-09-25 17:54:57 -07003321 "Attempting to continue.\n");
3322
3323 /* FIXME: what should be the assoc_id for AP? */
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003324 priv->staging_rxon.assoc_id = cpu_to_le16(priv->assoc_id);
Zhu Yib481de92007-09-25 17:54:57 -07003325 if (priv->assoc_capability & WLAN_CAPABILITY_SHORT_PREAMBLE)
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003326 priv->staging_rxon.flags |=
Zhu Yib481de92007-09-25 17:54:57 -07003327 RXON_FLG_SHORT_PREAMBLE_MSK;
3328 else
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003329 priv->staging_rxon.flags &=
Zhu Yib481de92007-09-25 17:54:57 -07003330 ~RXON_FLG_SHORT_PREAMBLE_MSK;
3331
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003332 if (priv->staging_rxon.flags & RXON_FLG_BAND_24G_MSK) {
Zhu Yib481de92007-09-25 17:54:57 -07003333 if (priv->assoc_capability &
3334 WLAN_CAPABILITY_SHORT_SLOT_TIME)
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003335 priv->staging_rxon.flags |=
Zhu Yib481de92007-09-25 17:54:57 -07003336 RXON_FLG_SHORT_SLOT_MSK;
3337 else
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003338 priv->staging_rxon.flags &=
Zhu Yib481de92007-09-25 17:54:57 -07003339 ~RXON_FLG_SHORT_SLOT_MSK;
3340
Johannes Berg05c914f2008-09-11 00:01:58 +02003341 if (priv->iw_mode == NL80211_IFTYPE_ADHOC)
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003342 priv->staging_rxon.flags &=
Zhu Yib481de92007-09-25 17:54:57 -07003343 ~RXON_FLG_SHORT_SLOT_MSK;
3344 }
3345 /* restore RXON assoc */
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003346 priv->staging_rxon.filter_flags |= RXON_FILTER_ASSOC_MSK;
Abhijeet Kolekare0158e62009-04-08 11:26:37 -07003347 iwlcore_commit_rxon(priv);
Tomas Winklerc587de02009-06-03 11:44:07 -07003348 iwl_add_station(priv, iwl_bcast_addr, 0, CMD_SYNC, NULL);
Zhu Yi556f8db2007-09-27 11:27:33 +08003349 }
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003350 iwl3945_send_beacon_cmd(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003351
3352 /* FIXME - we need to add code here to detect a totally new
3353 * configuration, reset the AP, unassoc, rxon timing, assoc,
3354 * clear sta table, add BCAST sta... */
3355}
3356
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003357static int iwl3945_mac_set_key(struct ieee80211_hw *hw, enum set_key_cmd cmd,
Johannes Bergdc822b52008-12-29 12:55:09 +01003358 struct ieee80211_vif *vif,
3359 struct ieee80211_sta *sta,
3360 struct ieee80211_key_conf *key)
Zhu Yib481de92007-09-25 17:54:57 -07003361{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003362 struct iwl_priv *priv = hw->priv;
Johannes Bergdc822b52008-12-29 12:55:09 +01003363 const u8 *addr;
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -08003364 int ret = 0;
3365 u8 sta_id = IWL_INVALID_STATION;
3366 u8 static_key;
Zhu Yib481de92007-09-25 17:54:57 -07003367
Tomas Winklere1623442009-01-27 14:27:56 -08003368 IWL_DEBUG_MAC80211(priv, "enter\n");
Zhu Yib481de92007-09-25 17:54:57 -07003369
Kolekar, Abhijeetdf878d82008-12-19 10:37:35 +08003370 if (iwl3945_mod_params.sw_crypto) {
Tomas Winklere1623442009-01-27 14:27:56 -08003371 IWL_DEBUG_MAC80211(priv, "leave - hwcrypto disabled\n");
Zhu Yib481de92007-09-25 17:54:57 -07003372 return -EOPNOTSUPP;
3373 }
3374
Winkler, Tomas42986792009-01-19 15:30:22 -08003375 addr = sta ? sta->addr : iwl_bcast_addr;
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -08003376 static_key = !iwl_is_associated(priv);
3377
3378 if (!static_key) {
Tomas Winklerc587de02009-06-03 11:44:07 -07003379 sta_id = iwl_find_station(priv, addr);
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -08003380 if (sta_id == IWL_INVALID_STATION) {
Joe Perches12514392009-04-16 16:23:26 -07003381 IWL_DEBUG_MAC80211(priv, "leave - %pM not in station map.\n",
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -08003382 addr);
3383 return -EINVAL;
3384 }
Zhu Yib481de92007-09-25 17:54:57 -07003385 }
3386
3387 mutex_lock(&priv->mutex);
Winkler, Tomasaf0053d2009-01-19 15:30:23 -08003388 iwl_scan_cancel_timeout(priv, 100);
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -08003389 mutex_unlock(&priv->mutex);
Mohamed Abbas15e869d2007-10-25 17:15:46 +08003390
Zhu Yib481de92007-09-25 17:54:57 -07003391 switch (cmd) {
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -08003392 case SET_KEY:
3393 if (static_key)
3394 ret = iwl3945_set_static_key(priv, key);
3395 else
3396 ret = iwl3945_set_dynamic_key(priv, key, sta_id);
3397 IWL_DEBUG_MAC80211(priv, "enable hwcrypto key\n");
Zhu Yib481de92007-09-25 17:54:57 -07003398 break;
3399 case DISABLE_KEY:
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -08003400 if (static_key)
3401 ret = iwl3945_remove_static_key(priv);
3402 else
3403 ret = iwl3945_clear_sta_key_info(priv, sta_id);
3404 IWL_DEBUG_MAC80211(priv, "disable hwcrypto key\n");
Zhu Yib481de92007-09-25 17:54:57 -07003405 break;
3406 default:
Winkler, Tomas42986792009-01-19 15:30:22 -08003407 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07003408 }
3409
Tomas Winklere1623442009-01-27 14:27:56 -08003410 IWL_DEBUG_MAC80211(priv, "leave\n");
Zhu Yib481de92007-09-25 17:54:57 -07003411
Winkler, Tomas42986792009-01-19 15:30:22 -08003412 return ret;
Zhu Yib481de92007-09-25 17:54:57 -07003413}
3414
Zhu Yib481de92007-09-25 17:54:57 -07003415/*****************************************************************************
3416 *
3417 * sysfs attributes
3418 *
3419 *****************************************************************************/
3420
Samuel Ortizd08853a2009-01-23 13:45:17 -08003421#ifdef CONFIG_IWLWIFI_DEBUG
Zhu Yib481de92007-09-25 17:54:57 -07003422
3423/*
3424 * The following adds a new attribute to the sysfs representation
3425 * of this device driver (i.e. a new file in /sys/bus/pci/drivers/iwl/)
3426 * used for controlling the debug level.
3427 *
3428 * See the level definitions in iwl for details.
Reinette Chatrea562a9d2009-07-17 09:30:24 -07003429 *
Reinette Chatre3d816c72009-08-07 15:41:37 -07003430 * The debug_level being managed using sysfs below is a per device debug
3431 * level that is used instead of the global debug level if it (the per
3432 * device debug level) is set.
Zhu Yib481de92007-09-25 17:54:57 -07003433 */
Samuel Ortiz40b8ec02008-12-19 10:37:08 +08003434static ssize_t show_debug_level(struct device *d,
3435 struct device_attribute *attr, char *buf)
Zhu Yib481de92007-09-25 17:54:57 -07003436{
Reinette Chatre3d816c72009-08-07 15:41:37 -07003437 struct iwl_priv *priv = dev_get_drvdata(d);
3438 return sprintf(buf, "0x%08X\n", iwl_get_debug_level(priv));
Zhu Yib481de92007-09-25 17:54:57 -07003439}
Samuel Ortiz40b8ec02008-12-19 10:37:08 +08003440static ssize_t store_debug_level(struct device *d,
3441 struct device_attribute *attr,
Zhu Yib481de92007-09-25 17:54:57 -07003442 const char *buf, size_t count)
3443{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003444 struct iwl_priv *priv = dev_get_drvdata(d);
Samuel Ortiz40b8ec02008-12-19 10:37:08 +08003445 unsigned long val;
3446 int ret;
Zhu Yib481de92007-09-25 17:54:57 -07003447
Samuel Ortiz40b8ec02008-12-19 10:37:08 +08003448 ret = strict_strtoul(buf, 0, &val);
3449 if (ret)
Tomas Winkler978785a2008-12-19 10:37:31 +08003450 IWL_INFO(priv, "%s is not in hex or decimal form.\n", buf);
Wey-Yi Guy20594eb2009-08-07 15:41:39 -07003451 else {
Reinette Chatre3d816c72009-08-07 15:41:37 -07003452 priv->debug_level = val;
Wey-Yi Guy20594eb2009-08-07 15:41:39 -07003453 if (iwl_alloc_traffic_mem(priv))
3454 IWL_ERR(priv,
3455 "Not enough memory to generate traffic log\n");
3456 }
Zhu Yib481de92007-09-25 17:54:57 -07003457 return strnlen(buf, count);
3458}
3459
Samuel Ortiz40b8ec02008-12-19 10:37:08 +08003460static DEVICE_ATTR(debug_level, S_IWUSR | S_IRUGO,
3461 show_debug_level, store_debug_level);
Zhu Yib481de92007-09-25 17:54:57 -07003462
Samuel Ortizd08853a2009-01-23 13:45:17 -08003463#endif /* CONFIG_IWLWIFI_DEBUG */
Zhu Yib481de92007-09-25 17:54:57 -07003464
Zhu Yib481de92007-09-25 17:54:57 -07003465static ssize_t show_temperature(struct device *d,
3466 struct device_attribute *attr, char *buf)
3467{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003468 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003469
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08003470 if (!iwl_is_alive(priv))
Zhu Yib481de92007-09-25 17:54:57 -07003471 return -EAGAIN;
3472
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003473 return sprintf(buf, "%d\n", iwl3945_hw_get_temperature(priv));
Zhu Yib481de92007-09-25 17:54:57 -07003474}
3475
3476static DEVICE_ATTR(temperature, S_IRUGO, show_temperature, NULL);
3477
Zhu Yib481de92007-09-25 17:54:57 -07003478static ssize_t show_tx_power(struct device *d,
3479 struct device_attribute *attr, char *buf)
3480{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003481 struct iwl_priv *priv = dev_get_drvdata(d);
Winkler, Tomas62ea9c52009-01-19 15:30:29 -08003482 return sprintf(buf, "%d\n", priv->tx_power_user_lmt);
Zhu Yib481de92007-09-25 17:54:57 -07003483}
3484
3485static ssize_t store_tx_power(struct device *d,
3486 struct device_attribute *attr,
3487 const char *buf, size_t count)
3488{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003489 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003490 char *p = (char *)buf;
3491 u32 val;
3492
3493 val = simple_strtoul(p, &p, 10);
3494 if (p == buf)
Tomas Winkler978785a2008-12-19 10:37:31 +08003495 IWL_INFO(priv, ": %s is not in decimal form.\n", buf);
Zhu Yib481de92007-09-25 17:54:57 -07003496 else
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003497 iwl3945_hw_reg_set_txpower(priv, val);
Zhu Yib481de92007-09-25 17:54:57 -07003498
3499 return count;
3500}
3501
3502static DEVICE_ATTR(tx_power, S_IWUSR | S_IRUGO, show_tx_power, store_tx_power);
3503
3504static ssize_t show_flags(struct device *d,
3505 struct device_attribute *attr, char *buf)
3506{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003507 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003508
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003509 return sprintf(buf, "0x%04X\n", priv->active_rxon.flags);
Zhu Yib481de92007-09-25 17:54:57 -07003510}
3511
3512static ssize_t store_flags(struct device *d,
3513 struct device_attribute *attr,
3514 const char *buf, size_t count)
3515{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003516 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003517 u32 flags = simple_strtoul(buf, NULL, 0);
3518
3519 mutex_lock(&priv->mutex);
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003520 if (le32_to_cpu(priv->staging_rxon.flags) != flags) {
Zhu Yib481de92007-09-25 17:54:57 -07003521 /* Cancel any currently running scans... */
Winkler, Tomasaf0053d2009-01-19 15:30:23 -08003522 if (iwl_scan_cancel_timeout(priv, 100))
Winkler, Tomas39aadf82008-12-19 10:37:32 +08003523 IWL_WARN(priv, "Could not cancel scan.\n");
Zhu Yib481de92007-09-25 17:54:57 -07003524 else {
Tomas Winklere1623442009-01-27 14:27:56 -08003525 IWL_DEBUG_INFO(priv, "Committing rxon.flags = 0x%04X\n",
Zhu Yib481de92007-09-25 17:54:57 -07003526 flags);
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003527 priv->staging_rxon.flags = cpu_to_le32(flags);
Abhijeet Kolekare0158e62009-04-08 11:26:37 -07003528 iwlcore_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003529 }
3530 }
3531 mutex_unlock(&priv->mutex);
3532
3533 return count;
3534}
3535
3536static DEVICE_ATTR(flags, S_IWUSR | S_IRUGO, show_flags, store_flags);
3537
3538static ssize_t show_filter_flags(struct device *d,
3539 struct device_attribute *attr, char *buf)
3540{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003541 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003542
3543 return sprintf(buf, "0x%04X\n",
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003544 le32_to_cpu(priv->active_rxon.filter_flags));
Zhu Yib481de92007-09-25 17:54:57 -07003545}
3546
3547static ssize_t store_filter_flags(struct device *d,
3548 struct device_attribute *attr,
3549 const char *buf, size_t count)
3550{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003551 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003552 u32 filter_flags = simple_strtoul(buf, NULL, 0);
3553
3554 mutex_lock(&priv->mutex);
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003555 if (le32_to_cpu(priv->staging_rxon.filter_flags) != filter_flags) {
Zhu Yib481de92007-09-25 17:54:57 -07003556 /* Cancel any currently running scans... */
Winkler, Tomasaf0053d2009-01-19 15:30:23 -08003557 if (iwl_scan_cancel_timeout(priv, 100))
Winkler, Tomas39aadf82008-12-19 10:37:32 +08003558 IWL_WARN(priv, "Could not cancel scan.\n");
Zhu Yib481de92007-09-25 17:54:57 -07003559 else {
Tomas Winklere1623442009-01-27 14:27:56 -08003560 IWL_DEBUG_INFO(priv, "Committing rxon.filter_flags = "
Zhu Yib481de92007-09-25 17:54:57 -07003561 "0x%04X\n", filter_flags);
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003562 priv->staging_rxon.filter_flags =
Zhu Yib481de92007-09-25 17:54:57 -07003563 cpu_to_le32(filter_flags);
Abhijeet Kolekare0158e62009-04-08 11:26:37 -07003564 iwlcore_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003565 }
3566 }
3567 mutex_unlock(&priv->mutex);
3568
3569 return count;
3570}
3571
3572static DEVICE_ATTR(filter_flags, S_IWUSR | S_IRUGO, show_filter_flags,
3573 store_filter_flags);
3574
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +08003575#ifdef CONFIG_IWL3945_SPECTRUM_MEASUREMENT
Zhu Yib481de92007-09-25 17:54:57 -07003576
3577static ssize_t show_measurement(struct device *d,
3578 struct device_attribute *attr, char *buf)
3579{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003580 struct iwl_priv *priv = dev_get_drvdata(d);
Tomas Winkler600c0e12008-12-19 10:37:04 +08003581 struct iwl_spectrum_notification measure_report;
Zhu Yib481de92007-09-25 17:54:57 -07003582 u32 size = sizeof(measure_report), len = 0, ofs = 0;
Tomas Winkler3ac7f142008-07-21 02:40:14 +03003583 u8 *data = (u8 *)&measure_report;
Zhu Yib481de92007-09-25 17:54:57 -07003584 unsigned long flags;
3585
3586 spin_lock_irqsave(&priv->lock, flags);
3587 if (!(priv->measurement_status & MEASUREMENT_READY)) {
3588 spin_unlock_irqrestore(&priv->lock, flags);
3589 return 0;
3590 }
3591 memcpy(&measure_report, &priv->measure_report, size);
3592 priv->measurement_status = 0;
3593 spin_unlock_irqrestore(&priv->lock, flags);
3594
3595 while (size && (PAGE_SIZE - len)) {
3596 hex_dump_to_buffer(data + ofs, size, 16, 1, buf + len,
3597 PAGE_SIZE - len, 1);
3598 len = strlen(buf);
3599 if (PAGE_SIZE - len)
3600 buf[len++] = '\n';
3601
3602 ofs += 16;
3603 size -= min(size, 16U);
3604 }
3605
3606 return len;
3607}
3608
3609static ssize_t store_measurement(struct device *d,
3610 struct device_attribute *attr,
3611 const char *buf, size_t count)
3612{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003613 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003614 struct ieee80211_measurement_params params = {
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003615 .channel = le16_to_cpu(priv->active_rxon.channel),
Zhu Yib481de92007-09-25 17:54:57 -07003616 .start_time = cpu_to_le64(priv->last_tsf),
3617 .duration = cpu_to_le16(1),
3618 };
3619 u8 type = IWL_MEASURE_BASIC;
3620 u8 buffer[32];
3621 u8 channel;
3622
3623 if (count) {
3624 char *p = buffer;
3625 strncpy(buffer, buf, min(sizeof(buffer), count));
3626 channel = simple_strtoul(p, NULL, 0);
3627 if (channel)
3628 params.channel = channel;
3629
3630 p = buffer;
3631 while (*p && *p != ' ')
3632 p++;
3633 if (*p)
3634 type = simple_strtoul(p + 1, NULL, 0);
3635 }
3636
Tomas Winklere1623442009-01-27 14:27:56 -08003637 IWL_DEBUG_INFO(priv, "Invoking measurement of type %d on "
Zhu Yib481de92007-09-25 17:54:57 -07003638 "channel %d (for '%s')\n", type, params.channel, buf);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003639 iwl3945_get_measurement(priv, &params, type);
Zhu Yib481de92007-09-25 17:54:57 -07003640
3641 return count;
3642}
3643
3644static DEVICE_ATTR(measurement, S_IRUSR | S_IWUSR,
3645 show_measurement, store_measurement);
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +08003646#endif /* CONFIG_IWL3945_SPECTRUM_MEASUREMENT */
Zhu Yib481de92007-09-25 17:54:57 -07003647
Zhu Yib481de92007-09-25 17:54:57 -07003648static ssize_t store_retry_rate(struct device *d,
3649 struct device_attribute *attr,
3650 const char *buf, size_t count)
3651{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003652 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003653
3654 priv->retry_rate = simple_strtoul(buf, NULL, 0);
3655 if (priv->retry_rate <= 0)
3656 priv->retry_rate = 1;
3657
3658 return count;
3659}
3660
3661static ssize_t show_retry_rate(struct device *d,
3662 struct device_attribute *attr, char *buf)
3663{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003664 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003665 return sprintf(buf, "%d", priv->retry_rate);
3666}
3667
3668static DEVICE_ATTR(retry_rate, S_IWUSR | S_IRUSR, show_retry_rate,
3669 store_retry_rate);
3670
Winkler, Tomasd25aabb2009-01-27 14:27:58 -08003671
Zhu Yib481de92007-09-25 17:54:57 -07003672static ssize_t show_channels(struct device *d,
3673 struct device_attribute *attr, char *buf)
3674{
Johannes Berg8318d782008-01-24 19:38:38 +01003675 /* all this shit doesn't belong into sysfs anyway */
3676 return 0;
Zhu Yib481de92007-09-25 17:54:57 -07003677}
3678
3679static DEVICE_ATTR(channels, S_IRUSR, show_channels, NULL);
3680
3681static ssize_t show_statistics(struct device *d,
3682 struct device_attribute *attr, char *buf)
3683{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003684 struct iwl_priv *priv = dev_get_drvdata(d);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003685 u32 size = sizeof(struct iwl3945_notif_statistics);
Zhu Yib481de92007-09-25 17:54:57 -07003686 u32 len = 0, ofs = 0;
Abhijeet Kolekarf2c7e522008-12-19 10:37:27 +08003687 u8 *data = (u8 *)&priv->statistics_39;
Zhu Yib481de92007-09-25 17:54:57 -07003688 int rc = 0;
3689
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08003690 if (!iwl_is_alive(priv))
Zhu Yib481de92007-09-25 17:54:57 -07003691 return -EAGAIN;
3692
3693 mutex_lock(&priv->mutex);
Wey-Yi Guyef8d5522009-11-13 11:56:28 -08003694 rc = iwl_send_statistics_request(priv, CMD_SYNC, false);
Zhu Yib481de92007-09-25 17:54:57 -07003695 mutex_unlock(&priv->mutex);
3696
3697 if (rc) {
3698 len = sprintf(buf,
3699 "Error sending statistics request: 0x%08X\n", rc);
3700 return len;
3701 }
3702
3703 while (size && (PAGE_SIZE - len)) {
3704 hex_dump_to_buffer(data + ofs, size, 16, 1, buf + len,
3705 PAGE_SIZE - len, 1);
3706 len = strlen(buf);
3707 if (PAGE_SIZE - len)
3708 buf[len++] = '\n';
3709
3710 ofs += 16;
3711 size -= min(size, 16U);
3712 }
3713
3714 return len;
3715}
3716
3717static DEVICE_ATTR(statistics, S_IRUGO, show_statistics, NULL);
3718
3719static ssize_t show_antenna(struct device *d,
3720 struct device_attribute *attr, char *buf)
3721{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003722 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003723
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08003724 if (!iwl_is_alive(priv))
Zhu Yib481de92007-09-25 17:54:57 -07003725 return -EAGAIN;
3726
Samuel Ortiz7e4bca52009-01-23 13:45:18 -08003727 return sprintf(buf, "%d\n", iwl3945_mod_params.antenna);
Zhu Yib481de92007-09-25 17:54:57 -07003728}
3729
3730static ssize_t store_antenna(struct device *d,
3731 struct device_attribute *attr,
3732 const char *buf, size_t count)
3733{
Winkler, Tomas7530f852009-01-27 14:27:53 -08003734 struct iwl_priv *priv __maybe_unused = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003735 int ant;
Zhu Yib481de92007-09-25 17:54:57 -07003736
3737 if (count == 0)
3738 return 0;
3739
3740 if (sscanf(buf, "%1i", &ant) != 1) {
Tomas Winklere1623442009-01-27 14:27:56 -08003741 IWL_DEBUG_INFO(priv, "not in hex or decimal form.\n");
Zhu Yib481de92007-09-25 17:54:57 -07003742 return count;
3743 }
3744
3745 if ((ant >= 0) && (ant <= 2)) {
Tomas Winklere1623442009-01-27 14:27:56 -08003746 IWL_DEBUG_INFO(priv, "Setting antenna select to %d.\n", ant);
Samuel Ortiz7e4bca52009-01-23 13:45:18 -08003747 iwl3945_mod_params.antenna = (enum iwl3945_antenna)ant;
Zhu Yib481de92007-09-25 17:54:57 -07003748 } else
Tomas Winklere1623442009-01-27 14:27:56 -08003749 IWL_DEBUG_INFO(priv, "Bad antenna select value %d.\n", ant);
Zhu Yib481de92007-09-25 17:54:57 -07003750
3751
3752 return count;
3753}
3754
3755static DEVICE_ATTR(antenna, S_IWUSR | S_IRUGO, show_antenna, store_antenna);
3756
3757static ssize_t show_status(struct device *d,
3758 struct device_attribute *attr, char *buf)
3759{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003760 struct iwl_priv *priv = dev_get_drvdata(d);
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08003761 if (!iwl_is_alive(priv))
Zhu Yib481de92007-09-25 17:54:57 -07003762 return -EAGAIN;
3763 return sprintf(buf, "0x%08x\n", (int)priv->status);
3764}
3765
3766static DEVICE_ATTR(status, S_IRUGO, show_status, NULL);
3767
3768static ssize_t dump_error_log(struct device *d,
3769 struct device_attribute *attr,
3770 const char *buf, size_t count)
3771{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003772 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003773 char *p = (char *)buf;
3774
3775 if (p[0] == '1')
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003776 iwl3945_dump_nic_error_log(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003777
3778 return strnlen(buf, count);
3779}
3780
3781static DEVICE_ATTR(dump_errors, S_IWUSR, NULL, dump_error_log);
3782
Zhu Yib481de92007-09-25 17:54:57 -07003783/*****************************************************************************
3784 *
Tomas Winklera96a27f2008-10-23 23:48:56 -07003785 * driver setup and tear down
Zhu Yib481de92007-09-25 17:54:57 -07003786 *
3787 *****************************************************************************/
3788
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003789static void iwl3945_setup_deferred_work(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07003790{
Reinette Chatred21050c2009-02-13 11:51:18 -08003791 priv->workqueue = create_singlethread_workqueue(DRV_NAME);
Zhu Yib481de92007-09-25 17:54:57 -07003792
3793 init_waitqueue_head(&priv->wait_command_queue);
3794
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003795 INIT_WORK(&priv->up, iwl3945_bg_up);
3796 INIT_WORK(&priv->restart, iwl3945_bg_restart);
3797 INIT_WORK(&priv->rx_replenish, iwl3945_bg_rx_replenish);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003798 INIT_WORK(&priv->beacon_update, iwl3945_bg_beacon_update);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003799 INIT_DELAYED_WORK(&priv->init_alive_start, iwl3945_bg_init_alive_start);
3800 INIT_DELAYED_WORK(&priv->alive_start, iwl3945_bg_alive_start);
Helmut Schaa26635162009-01-15 09:38:44 +01003801 INIT_DELAYED_WORK(&priv->rfkill_poll, iwl3945_rfkill_poll);
Samuel Ortiz77fecfb82009-01-23 13:45:12 -08003802 INIT_WORK(&priv->scan_completed, iwl_bg_scan_completed);
3803 INIT_WORK(&priv->request_scan, iwl3945_bg_request_scan);
3804 INIT_WORK(&priv->abort_scan, iwl_bg_abort_scan);
3805 INIT_DELAYED_WORK(&priv->scan_check, iwl_bg_scan_check);
Zhu Yib481de92007-09-25 17:54:57 -07003806
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003807 iwl3945_hw_setup_deferred_work(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003808
3809 tasklet_init(&priv->irq_tasklet, (void (*)(unsigned long))
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003810 iwl3945_irq_tasklet, (unsigned long)priv);
Zhu Yib481de92007-09-25 17:54:57 -07003811}
3812
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003813static void iwl3945_cancel_deferred_work(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07003814{
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003815 iwl3945_hw_cancel_deferred_work(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003816
Joonwoo Parke47eb6a2007-11-29 10:42:49 +09003817 cancel_delayed_work_sync(&priv->init_alive_start);
Zhu Yib481de92007-09-25 17:54:57 -07003818 cancel_delayed_work(&priv->scan_check);
3819 cancel_delayed_work(&priv->alive_start);
Zhu Yib481de92007-09-25 17:54:57 -07003820 cancel_work_sync(&priv->beacon_update);
3821}
3822
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003823static struct attribute *iwl3945_sysfs_entries[] = {
Zhu Yib481de92007-09-25 17:54:57 -07003824 &dev_attr_antenna.attr,
3825 &dev_attr_channels.attr,
3826 &dev_attr_dump_errors.attr,
Zhu Yib481de92007-09-25 17:54:57 -07003827 &dev_attr_flags.attr,
3828 &dev_attr_filter_flags.attr,
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +08003829#ifdef CONFIG_IWL3945_SPECTRUM_MEASUREMENT
Zhu Yib481de92007-09-25 17:54:57 -07003830 &dev_attr_measurement.attr,
3831#endif
Zhu Yib481de92007-09-25 17:54:57 -07003832 &dev_attr_retry_rate.attr,
Zhu Yib481de92007-09-25 17:54:57 -07003833 &dev_attr_statistics.attr,
3834 &dev_attr_status.attr,
3835 &dev_attr_temperature.attr,
Zhu Yib481de92007-09-25 17:54:57 -07003836 &dev_attr_tx_power.attr,
Samuel Ortizd08853a2009-01-23 13:45:17 -08003837#ifdef CONFIG_IWLWIFI_DEBUG
Samuel Ortiz40b8ec02008-12-19 10:37:08 +08003838 &dev_attr_debug_level.attr,
3839#endif
Zhu Yib481de92007-09-25 17:54:57 -07003840 NULL
3841};
3842
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003843static struct attribute_group iwl3945_attribute_group = {
Zhu Yib481de92007-09-25 17:54:57 -07003844 .name = NULL, /* put in device directory */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003845 .attrs = iwl3945_sysfs_entries,
Zhu Yib481de92007-09-25 17:54:57 -07003846};
3847
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003848static struct ieee80211_ops iwl3945_hw_ops = {
3849 .tx = iwl3945_mac_tx,
3850 .start = iwl3945_mac_start,
3851 .stop = iwl3945_mac_stop,
Abhijeet Kolekarcbb6ab92009-04-08 11:26:46 -07003852 .add_interface = iwl_mac_add_interface,
Abhijeet Kolekard8052312009-04-08 11:26:47 -07003853 .remove_interface = iwl_mac_remove_interface,
Abhijeet Kolekar48083682009-04-08 11:26:48 -07003854 .config = iwl_mac_config,
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003855 .configure_filter = iwl_configure_filter,
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003856 .set_key = iwl3945_mac_set_key,
Abhijeet Kolekaraa89f312009-04-08 11:26:51 -07003857 .get_tx_stats = iwl_mac_get_tx_stats,
Abhijeet Kolekar488829f2009-03-26 10:14:10 -07003858 .conf_tx = iwl_mac_conf_tx,
Abhijeet Kolekarbd564262009-04-08 11:26:52 -07003859 .reset_tsf = iwl_mac_reset_tsf,
Abhijeet Kolekar5bbe2332009-04-08 11:26:35 -07003860 .bss_info_changed = iwl_bss_info_changed,
Abhijeet Kolekare9dde6f62009-02-18 15:54:27 -08003861 .hw_scan = iwl_mac_hw_scan
Zhu Yib481de92007-09-25 17:54:57 -07003862};
3863
Winkler, Tomase52119c2008-12-22 11:31:19 +08003864static int iwl3945_init_drv(struct iwl_priv *priv)
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003865{
3866 int ret;
Samuel Ortize6148912009-01-23 13:45:15 -08003867 struct iwl3945_eeprom *eeprom = (struct iwl3945_eeprom *)priv->eeprom;
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003868
3869 priv->retry_rate = 1;
3870 priv->ibss_beacon = NULL;
3871
3872 spin_lock_init(&priv->lock);
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003873 spin_lock_init(&priv->sta_lock);
3874 spin_lock_init(&priv->hcmd_lock);
3875
3876 INIT_LIST_HEAD(&priv->free_frames);
3877
3878 mutex_init(&priv->mutex);
3879
3880 /* Clear the driver's (not device's) station table */
Tomas Winklerc587de02009-06-03 11:44:07 -07003881 iwl_clear_stations_table(priv);
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003882
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003883 priv->ieee_channels = NULL;
3884 priv->ieee_rates = NULL;
3885 priv->band = IEEE80211_BAND_2GHZ;
3886
3887 priv->iw_mode = NL80211_IFTYPE_STATION;
3888
3889 iwl_reset_qos(priv);
3890
3891 priv->qos_data.qos_active = 0;
3892 priv->qos_data.qos_cap.val = 0;
3893
3894 priv->rates_mask = IWL_RATES_MASK;
Winkler, Tomas62ea9c52009-01-19 15:30:29 -08003895 priv->tx_power_user_lmt = IWL_DEFAULT_TX_POWER;
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003896
Samuel Ortize6148912009-01-23 13:45:15 -08003897 if (eeprom->version < EEPROM_3945_EEPROM_VERSION) {
3898 IWL_WARN(priv, "Unsupported EEPROM version: 0x%04X\n",
3899 eeprom->version);
3900 ret = -EINVAL;
3901 goto err;
3902 }
3903 ret = iwl_init_channel_map(priv);
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003904 if (ret) {
3905 IWL_ERR(priv, "initializing regulatory failed: %d\n", ret);
3906 goto err;
3907 }
3908
Samuel Ortize6148912009-01-23 13:45:15 -08003909 /* Set up txpower settings in driver for all channels */
3910 if (iwl3945_txpower_set_from_eeprom(priv)) {
3911 ret = -EIO;
3912 goto err_free_channel_map;
3913 }
3914
Samuel Ortiz534166d2009-01-23 13:45:16 -08003915 ret = iwlcore_init_geos(priv);
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003916 if (ret) {
3917 IWL_ERR(priv, "initializing geos failed: %d\n", ret);
3918 goto err_free_channel_map;
3919 }
Samuel Ortiz534166d2009-01-23 13:45:16 -08003920 iwl3945_init_hw_rates(priv, priv->ieee_rates);
3921
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003922 return 0;
3923
3924err_free_channel_map:
Samuel Ortize6148912009-01-23 13:45:15 -08003925 iwl_free_channel_map(priv);
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003926err:
3927 return ret;
3928}
3929
Abhijeet Kolekar2a4ddaa2009-02-27 16:21:23 -08003930static int iwl3945_setup_mac(struct iwl_priv *priv)
3931{
3932 int ret;
3933 struct ieee80211_hw *hw = priv->hw;
3934
3935 hw->rate_control_algorithm = "iwl-3945-rs";
3936 hw->sta_data_size = sizeof(struct iwl3945_sta_priv);
3937
3938 /* Tell mac80211 our characteristics */
3939 hw->flags = IEEE80211_HW_SIGNAL_DBM |
Mohamed Abbasb1c60192009-03-17 21:51:47 -07003940 IEEE80211_HW_NOISE_DBM |
Johannes Berge312c242009-08-07 15:41:51 -07003941 IEEE80211_HW_SPECTRUM_MGMT |
3942 IEEE80211_HW_SUPPORTS_PS |
3943 IEEE80211_HW_SUPPORTS_DYNAMIC_PS;
Abhijeet Kolekar2a4ddaa2009-02-27 16:21:23 -08003944
3945 hw->wiphy->interface_modes =
3946 BIT(NL80211_IFTYPE_STATION) |
3947 BIT(NL80211_IFTYPE_ADHOC);
3948
Johannes Berg5be83de2009-11-19 00:56:28 +01003949 hw->wiphy->flags |= WIPHY_FLAG_STRICT_REGULATORY |
3950 WIPHY_FLAG_DISABLE_BEACON_HINTS;
Luis R. Rodriguez37184242009-07-30 17:43:48 -07003951
Johannes Berg1ecf9fc2009-04-20 14:36:56 -07003952 hw->wiphy->max_scan_ssids = PROBE_OPTION_MAX_3945;
3953 /* we create the 802.11 header and a zero-length SSID element */
3954 hw->wiphy->max_scan_ie_len = IWL_MAX_PROBE_REQUEST - 24 - 2;
Johannes Bergd60cc912009-04-09 09:56:02 +02003955
Abhijeet Kolekar2a4ddaa2009-02-27 16:21:23 -08003956 /* Default value; 4 EDCA QOS priorities */
3957 hw->queues = 4;
3958
Abhijeet Kolekar2a4ddaa2009-02-27 16:21:23 -08003959 if (priv->bands[IEEE80211_BAND_2GHZ].n_channels)
3960 priv->hw->wiphy->bands[IEEE80211_BAND_2GHZ] =
3961 &priv->bands[IEEE80211_BAND_2GHZ];
3962
3963 if (priv->bands[IEEE80211_BAND_5GHZ].n_channels)
3964 priv->hw->wiphy->bands[IEEE80211_BAND_5GHZ] =
3965 &priv->bands[IEEE80211_BAND_5GHZ];
3966
3967 ret = ieee80211_register_hw(priv->hw);
3968 if (ret) {
3969 IWL_ERR(priv, "Failed to register hw (error %d)\n", ret);
3970 return ret;
3971 }
3972 priv->mac80211_registered = 1;
3973
3974 return 0;
3975}
3976
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003977static int iwl3945_pci_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
Zhu Yib481de92007-09-25 17:54:57 -07003978{
3979 int err = 0;
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003980 struct iwl_priv *priv;
Zhu Yib481de92007-09-25 17:54:57 -07003981 struct ieee80211_hw *hw;
Kolekar, Abhijeetc0f20d92008-12-19 10:37:19 +08003982 struct iwl_cfg *cfg = (struct iwl_cfg *)(ent->driver_data);
Samuel Ortize6148912009-01-23 13:45:15 -08003983 struct iwl3945_eeprom *eeprom;
Mohamed Abbas0359fac2008-03-28 16:21:08 -07003984 unsigned long flags;
Zhu Yib481de92007-09-25 17:54:57 -07003985
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08003986 /***********************
3987 * 1. Allocating HW data
3988 * ********************/
3989
Zhu Yib481de92007-09-25 17:54:57 -07003990 /* mac80211 allocates memory for this device instance, including
3991 * space for this driver's private structure */
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003992 hw = iwl_alloc_all(cfg, &iwl3945_hw_ops);
Zhu Yib481de92007-09-25 17:54:57 -07003993 if (hw == NULL) {
Samuel Ortiza3139c52008-12-19 10:37:09 +08003994 printk(KERN_ERR DRV_NAME "Can not allocate network device\n");
Zhu Yib481de92007-09-25 17:54:57 -07003995 err = -ENOMEM;
3996 goto out;
3997 }
Zhu Yib481de92007-09-25 17:54:57 -07003998 priv = hw->priv;
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003999 SET_IEEE80211_DEV(hw, &pdev->dev);
Cahill, Ben M6440adb2007-11-29 11:09:55 +08004000
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08004001 /*
4002 * Disabling hardware scan means that mac80211 will perform scans
4003 * "the hard way", rather than using device's scan.
4004 */
Kolekar, Abhijeetdf878d82008-12-19 10:37:35 +08004005 if (iwl3945_mod_params.disable_hw_scan) {
Tomas Winklere1623442009-01-27 14:27:56 -08004006 IWL_DEBUG_INFO(priv, "Disabling hw_scan\n");
Samuel Ortiz40b8ec02008-12-19 10:37:08 +08004007 iwl3945_hw_ops.hw_scan = NULL;
4008 }
4009
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08004010
Tomas Winklere1623442009-01-27 14:27:56 -08004011 IWL_DEBUG_INFO(priv, "*** LOAD DRIVER ***\n");
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08004012 priv->cfg = cfg;
4013 priv->pci_dev = pdev;
Mohamed Abbas40cefda2009-05-22 11:01:52 -07004014 priv->inta_mask = CSR_INI_SET_MASK;
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08004015
Samuel Ortizd08853a2009-01-23 13:45:17 -08004016#ifdef CONFIG_IWLWIFI_DEBUG
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08004017 atomic_set(&priv->restrict_refcnt, 0);
4018#endif
Wey-Yi Guy20594eb2009-08-07 15:41:39 -07004019 if (iwl_alloc_traffic_mem(priv))
4020 IWL_ERR(priv, "Not enough memory to generate traffic log\n");
Zhu Yib481de92007-09-25 17:54:57 -07004021
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004022 /***************************
4023 * 2. Initializing PCI bus
4024 * *************************/
Zhu Yib481de92007-09-25 17:54:57 -07004025 if (pci_enable_device(pdev)) {
4026 err = -ENODEV;
4027 goto out_ieee80211_free_hw;
4028 }
4029
4030 pci_set_master(pdev);
4031
Yang Hongyang284901a2009-04-06 19:01:15 -07004032 err = pci_set_dma_mask(pdev, DMA_BIT_MASK(32));
Zhu Yib481de92007-09-25 17:54:57 -07004033 if (!err)
Yang Hongyang284901a2009-04-06 19:01:15 -07004034 err = pci_set_consistent_dma_mask(pdev, DMA_BIT_MASK(32));
Zhu Yib481de92007-09-25 17:54:57 -07004035 if (err) {
Tomas Winkler978785a2008-12-19 10:37:31 +08004036 IWL_WARN(priv, "No suitable DMA available.\n");
Zhu Yib481de92007-09-25 17:54:57 -07004037 goto out_pci_disable_device;
4038 }
4039
4040 pci_set_drvdata(pdev, priv);
4041 err = pci_request_regions(pdev, DRV_NAME);
4042 if (err)
4043 goto out_pci_disable_device;
Cahill, Ben M6440adb2007-11-29 11:09:55 +08004044
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004045 /***********************
4046 * 3. Read REV Register
4047 * ********************/
Zhu Yib481de92007-09-25 17:54:57 -07004048 priv->hw_base = pci_iomap(pdev, 0, 0);
4049 if (!priv->hw_base) {
4050 err = -ENODEV;
4051 goto out_pci_release_regions;
4052 }
4053
Tomas Winklere1623442009-01-27 14:27:56 -08004054 IWL_DEBUG_INFO(priv, "pci_resource_len = 0x%08llx\n",
Zhu Yib481de92007-09-25 17:54:57 -07004055 (unsigned long long) pci_resource_len(pdev, 0));
Tomas Winklere1623442009-01-27 14:27:56 -08004056 IWL_DEBUG_INFO(priv, "pci_resource_base = %p\n", priv->hw_base);
Zhu Yib481de92007-09-25 17:54:57 -07004057
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004058 /* We disable the RETRY_TIMEOUT register (0x41) to keep
4059 * PCI Tx retries from interfering with C3 CPU state */
4060 pci_write_config_byte(pdev, 0x41, 0x00);
Zhu Yib481de92007-09-25 17:54:57 -07004061
Mohamed Abbasa8b50a02009-05-22 11:01:47 -07004062 /* this spin lock will be used in apm_ops.init and EEPROM access
4063 * we should init now
4064 */
4065 spin_lock_init(&priv->reg_lock);
4066
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004067 /***********************
4068 * 4. Read EEPROM
4069 * ********************/
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08004070
Zhu Yi5a669262008-01-14 17:46:18 -08004071 /* Read the EEPROM */
Samuel Ortize6148912009-01-23 13:45:15 -08004072 err = iwl_eeprom_init(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004073 if (err) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08004074 IWL_ERR(priv, "Unable to init EEPROM\n");
Reinette Chatrec8f16132009-02-27 16:21:22 -08004075 goto out_iounmap;
Zhu Yi5a669262008-01-14 17:46:18 -08004076 }
4077 /* MAC Address location in EEPROM same for 3945/4965 */
Samuel Ortize6148912009-01-23 13:45:15 -08004078 eeprom = (struct iwl3945_eeprom *)priv->eeprom;
4079 memcpy(priv->mac_addr, eeprom->mac_address, ETH_ALEN);
Tomas Winklere1623442009-01-27 14:27:56 -08004080 IWL_DEBUG_INFO(priv, "MAC address: %pM\n", priv->mac_addr);
Zhu Yi5a669262008-01-14 17:46:18 -08004081 SET_IEEE80211_PERM_ADDR(priv->hw, priv->mac_addr);
4082
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004083 /***********************
4084 * 5. Setup HW Constants
4085 * ********************/
4086 /* Device-specific setup */
Abhijeet Kolekar3832ec92008-12-19 10:37:26 +08004087 if (iwl3945_hw_set_hw_params(priv)) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08004088 IWL_ERR(priv, "failed to set hw settings\n");
Reinette Chatrec8f16132009-02-27 16:21:22 -08004089 goto out_eeprom_free;
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004090 }
4091
4092 /***********************
4093 * 6. Setup priv
4094 * ********************/
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004095
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08004096 err = iwl3945_init_drv(priv);
Reinette Chatre849e0dc2008-01-23 10:15:18 -08004097 if (err) {
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08004098 IWL_ERR(priv, "initializing driver failed\n");
Reinette Chatrec8f16132009-02-27 16:21:22 -08004099 goto out_unset_hw_params;
Reinette Chatre849e0dc2008-01-23 10:15:18 -08004100 }
Reinette Chatre849e0dc2008-01-23 10:15:18 -08004101
Tomas Winkler978785a2008-12-19 10:37:31 +08004102 IWL_INFO(priv, "Detected Intel Wireless WiFi Link %s\n",
4103 priv->cfg->name);
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004104
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004105 /***********************
Abhijeet Kolekar09f9bf72009-04-20 14:37:03 -07004106 * 7. Setup Services
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004107 * ********************/
4108
4109 spin_lock_irqsave(&priv->lock, flags);
Abhijeet Kolekared3b9322009-02-18 15:54:30 -08004110 iwl_disable_interrupts(priv);
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004111 spin_unlock_irqrestore(&priv->lock, flags);
4112
Helmut Schaa26635162009-01-15 09:38:44 +01004113 pci_enable_msi(priv->pci_dev);
4114
Mohamed Abbasef850d72009-05-22 11:01:50 -07004115 err = request_irq(priv->pci_dev->irq, priv->cfg->ops->lib->isr,
4116 IRQF_SHARED, DRV_NAME, priv);
Helmut Schaa26635162009-01-15 09:38:44 +01004117 if (err) {
4118 IWL_ERR(priv, "Error allocating IRQ %d\n", priv->pci_dev->irq);
4119 goto out_disable_msi;
4120 }
4121
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004122 err = sysfs_create_group(&pdev->dev.kobj, &iwl3945_attribute_group);
4123 if (err) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08004124 IWL_ERR(priv, "failed to create sysfs device attributes\n");
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08004125 goto out_release_irq;
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004126 }
4127
Samuel Ortiz8ccde882009-01-27 14:27:52 -08004128 iwl_set_rxon_channel(priv,
4129 &priv->bands[IEEE80211_BAND_2GHZ].channels[5]);
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004130 iwl3945_setup_deferred_work(priv);
4131 iwl3945_setup_rx_handlers(priv);
Ben Cahill008a9e32009-10-09 13:20:27 -07004132 iwl_power_initialize(priv);
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004133
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004134 /*********************************
Abhijeet Kolekar09f9bf72009-04-20 14:37:03 -07004135 * 8. Setup and Register mac80211
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004136 * *******************************/
4137
Abhijeet Kolekar2a4ddaa2009-02-27 16:21:23 -08004138 iwl_enable_interrupts(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004139
Abhijeet Kolekar2a4ddaa2009-02-27 16:21:23 -08004140 err = iwl3945_setup_mac(priv);
4141 if (err)
4142 goto out_remove_sysfs;
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004143
Abhijeet Kolekara75fbe82009-04-20 14:36:58 -07004144 err = iwl_dbgfs_register(priv, DRV_NAME);
4145 if (err)
4146 IWL_ERR(priv, "failed to create debugfs files. Ignoring error: %d\n", err);
4147
Helmut Schaa26635162009-01-15 09:38:44 +01004148 /* Start monitoring the killswitch */
4149 queue_delayed_work(priv->workqueue, &priv->rfkill_poll,
4150 2 * HZ);
4151
Zhu Yib481de92007-09-25 17:54:57 -07004152 return 0;
4153
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004154 out_remove_sysfs:
Zhu Yib481de92007-09-25 17:54:57 -07004155 destroy_workqueue(priv->workqueue);
4156 priv->workqueue = NULL;
Reinette Chatrec8f16132009-02-27 16:21:22 -08004157 sysfs_remove_group(&pdev->dev.kobj, &iwl3945_attribute_group);
4158 out_release_irq:
4159 free_irq(priv->pci_dev->irq, priv);
Helmut Schaa26635162009-01-15 09:38:44 +01004160 out_disable_msi:
4161 pci_disable_msi(priv->pci_dev);
Reinette Chatrec8f16132009-02-27 16:21:22 -08004162 iwlcore_free_geos(priv);
4163 iwl_free_channel_map(priv);
4164 out_unset_hw_params:
4165 iwl3945_unset_hw_params(priv);
4166 out_eeprom_free:
4167 iwl_eeprom_free(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004168 out_iounmap:
4169 pci_iounmap(pdev, priv->hw_base);
4170 out_pci_release_regions:
4171 pci_release_regions(pdev);
4172 out_pci_disable_device:
Zhu Yib481de92007-09-25 17:54:57 -07004173 pci_set_drvdata(pdev, NULL);
Reinette Chatre623d5632009-03-03 11:37:04 -08004174 pci_disable_device(pdev);
Zhu Yib481de92007-09-25 17:54:57 -07004175 out_ieee80211_free_hw:
Wey-Yi Guy20594eb2009-08-07 15:41:39 -07004176 iwl_free_traffic_mem(priv);
Wey-Yi Guyd7c76f42009-10-09 13:20:17 -07004177 ieee80211_free_hw(priv->hw);
Zhu Yib481de92007-09-25 17:54:57 -07004178 out:
4179 return err;
4180}
4181
Reinette Chatrec83dbf62008-03-21 13:53:41 -07004182static void __devexit iwl3945_pci_remove(struct pci_dev *pdev)
Zhu Yib481de92007-09-25 17:54:57 -07004183{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08004184 struct iwl_priv *priv = pci_get_drvdata(pdev);
Mohamed Abbas0359fac2008-03-28 16:21:08 -07004185 unsigned long flags;
Zhu Yib481de92007-09-25 17:54:57 -07004186
4187 if (!priv)
4188 return;
4189
Tomas Winklere1623442009-01-27 14:27:56 -08004190 IWL_DEBUG_INFO(priv, "*** UNLOAD DRIVER ***\n");
Zhu Yib481de92007-09-25 17:54:57 -07004191
Abhijeet Kolekara75fbe82009-04-20 14:36:58 -07004192 iwl_dbgfs_unregister(priv);
4193
Zhu Yib481de92007-09-25 17:54:57 -07004194 set_bit(STATUS_EXIT_PENDING, &priv->status);
Zhu Yib24d22b2007-12-19 13:59:52 +08004195
Kolekar, Abhijeetd552bfb2008-12-19 10:37:41 +08004196 if (priv->mac80211_registered) {
4197 ieee80211_unregister_hw(priv->hw);
4198 priv->mac80211_registered = 0;
4199 } else {
4200 iwl3945_down(priv);
4201 }
Zhu Yib481de92007-09-25 17:54:57 -07004202
Ben Cahillc166b252009-10-23 13:42:35 -07004203 /*
4204 * Make sure device is reset to low power before unloading driver.
4205 * This may be redundant with iwl_down(), but there are paths to
4206 * run iwl_down() without calling apm_ops.stop(), and there are
4207 * paths to avoid running iwl_down() at all before leaving driver.
4208 * This (inexpensive) call *makes sure* device is reset.
4209 */
4210 priv->cfg->ops->lib->apm_ops.stop(priv);
4211
Mohamed Abbas0359fac2008-03-28 16:21:08 -07004212 /* make sure we flush any pending irq or
4213 * tasklet for the driver
4214 */
4215 spin_lock_irqsave(&priv->lock, flags);
Abhijeet Kolekared3b9322009-02-18 15:54:30 -08004216 iwl_disable_interrupts(priv);
Mohamed Abbas0359fac2008-03-28 16:21:08 -07004217 spin_unlock_irqrestore(&priv->lock, flags);
4218
4219 iwl_synchronize_irq(priv);
4220
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004221 sysfs_remove_group(&pdev->dev.kobj, &iwl3945_attribute_group);
Zhu Yib481de92007-09-25 17:54:57 -07004222
Reinette Chatre71d449b2009-04-20 14:37:01 -07004223 cancel_delayed_work_sync(&priv->rfkill_poll);
Helmut Schaa26635162009-01-15 09:38:44 +01004224
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004225 iwl3945_dealloc_ucode_pci(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004226
4227 if (priv->rxq.bd)
Reinette Chatredf833b12009-04-21 10:55:48 -07004228 iwl3945_rx_queue_free(priv, &priv->rxq);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004229 iwl3945_hw_txq_ctx_free(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004230
Abhijeet Kolekar3832ec92008-12-19 10:37:26 +08004231 iwl3945_unset_hw_params(priv);
Tomas Winklerc587de02009-06-03 11:44:07 -07004232 iwl_clear_stations_table(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004233
Mohamed Abbas6ef89d02007-10-25 17:15:47 +08004234 /*netif_stop_queue(dev); */
4235 flush_workqueue(priv->workqueue);
4236
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004237 /* ieee80211_unregister_hw calls iwl3945_mac_stop, which flushes
Zhu Yib481de92007-09-25 17:54:57 -07004238 * priv->workqueue... so we can't take down the workqueue
4239 * until now... */
4240 destroy_workqueue(priv->workqueue);
4241 priv->workqueue = NULL;
Wey-Yi Guy20594eb2009-08-07 15:41:39 -07004242 iwl_free_traffic_mem(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004243
Helmut Schaa26635162009-01-15 09:38:44 +01004244 free_irq(pdev->irq, priv);
4245 pci_disable_msi(pdev);
4246
Zhu Yib481de92007-09-25 17:54:57 -07004247 pci_iounmap(pdev, priv->hw_base);
4248 pci_release_regions(pdev);
4249 pci_disable_device(pdev);
4250 pci_set_drvdata(pdev, NULL);
4251
Samuel Ortize6148912009-01-23 13:45:15 -08004252 iwl_free_channel_map(priv);
Samuel Ortiz534166d2009-01-23 13:45:16 -08004253 iwlcore_free_geos(priv);
Winkler, Tomas805cee52009-01-19 15:30:28 -08004254 kfree(priv->scan);
Zhu Yib481de92007-09-25 17:54:57 -07004255 if (priv->ibss_beacon)
4256 dev_kfree_skb(priv->ibss_beacon);
4257
4258 ieee80211_free_hw(priv->hw);
4259}
4260
Zhu Yib481de92007-09-25 17:54:57 -07004261
4262/*****************************************************************************
4263 *
4264 * driver and module entry point
4265 *
4266 *****************************************************************************/
4267
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004268static struct pci_driver iwl3945_driver = {
Zhu Yib481de92007-09-25 17:54:57 -07004269 .name = DRV_NAME,
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004270 .id_table = iwl3945_hw_card_ids,
4271 .probe = iwl3945_pci_probe,
4272 .remove = __devexit_p(iwl3945_pci_remove),
Zhu Yib481de92007-09-25 17:54:57 -07004273#ifdef CONFIG_PM
Wey-Yi Guy6da3a132009-03-26 10:14:08 -07004274 .suspend = iwl_pci_suspend,
4275 .resume = iwl_pci_resume,
Zhu Yib481de92007-09-25 17:54:57 -07004276#endif
4277};
4278
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004279static int __init iwl3945_init(void)
Zhu Yib481de92007-09-25 17:54:57 -07004280{
4281
4282 int ret;
4283 printk(KERN_INFO DRV_NAME ": " DRV_DESCRIPTION ", " DRV_VERSION "\n");
4284 printk(KERN_INFO DRV_NAME ": " DRV_COPYRIGHT "\n");
Reinette Chatre897e1cf2008-03-28 16:21:09 -07004285
4286 ret = iwl3945_rate_control_register();
4287 if (ret) {
Samuel Ortiza3139c52008-12-19 10:37:09 +08004288 printk(KERN_ERR DRV_NAME
4289 "Unable to register rate control algorithm: %d\n", ret);
Reinette Chatre897e1cf2008-03-28 16:21:09 -07004290 return ret;
4291 }
4292
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004293 ret = pci_register_driver(&iwl3945_driver);
Zhu Yib481de92007-09-25 17:54:57 -07004294 if (ret) {
Samuel Ortiza3139c52008-12-19 10:37:09 +08004295 printk(KERN_ERR DRV_NAME "Unable to initialize PCI module\n");
Reinette Chatre897e1cf2008-03-28 16:21:09 -07004296 goto error_register;
Zhu Yib481de92007-09-25 17:54:57 -07004297 }
Zhu Yib481de92007-09-25 17:54:57 -07004298
4299 return ret;
Reinette Chatre897e1cf2008-03-28 16:21:09 -07004300
Reinette Chatre897e1cf2008-03-28 16:21:09 -07004301error_register:
4302 iwl3945_rate_control_unregister();
4303 return ret;
Zhu Yib481de92007-09-25 17:54:57 -07004304}
4305
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004306static void __exit iwl3945_exit(void)
Zhu Yib481de92007-09-25 17:54:57 -07004307{
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004308 pci_unregister_driver(&iwl3945_driver);
Reinette Chatre897e1cf2008-03-28 16:21:09 -07004309 iwl3945_rate_control_unregister();
Zhu Yib481de92007-09-25 17:54:57 -07004310}
4311
Reinette Chatrea0987a82008-12-02 12:14:06 -08004312MODULE_FIRMWARE(IWL3945_MODULE_FIRMWARE(IWL3945_UCODE_API_MAX));
Zhu Yi25cb6ca2008-09-11 11:45:22 +08004313
Wey-Yi Guy4e30cb62009-09-17 10:43:47 -07004314module_param_named(antenna, iwl3945_mod_params.antenna, int, S_IRUGO);
Zhu Yib481de92007-09-25 17:54:57 -07004315MODULE_PARM_DESC(antenna, "select antenna (1=Main, 2=Aux, default 0 [both])");
Wey-Yi Guy4e30cb62009-09-17 10:43:47 -07004316module_param_named(swcrypto, iwl3945_mod_params.sw_crypto, int, S_IRUGO);
Samuel Ortiz9c74d9f2009-01-08 10:19:59 -08004317MODULE_PARM_DESC(swcrypto,
4318 "using software crypto (default 1 [software])\n");
Reinette Chatrea562a9d2009-07-17 09:30:24 -07004319#ifdef CONFIG_IWLWIFI_DEBUG
Wey-Yi Guy4e30cb62009-09-17 10:43:47 -07004320module_param_named(debug, iwl_debug_level, uint, S_IRUGO | S_IWUSR);
Zhu Yib481de92007-09-25 17:54:57 -07004321MODULE_PARM_DESC(debug, "debug output mask");
Reinette Chatrea562a9d2009-07-17 09:30:24 -07004322#endif
Wey-Yi Guy4e30cb62009-09-17 10:43:47 -07004323module_param_named(disable_hw_scan, iwl3945_mod_params.disable_hw_scan,
4324 int, S_IRUGO);
Zhu Yib481de92007-09-25 17:54:57 -07004325MODULE_PARM_DESC(disable_hw_scan, "disable hardware scanning (default 0)");
Wey-Yi Guy4e30cb62009-09-17 10:43:47 -07004326module_param_named(fw_restart3945, iwl3945_mod_params.restart_fw, int, S_IRUGO);
Samuel Ortizaf48d042009-01-23 13:45:19 -08004327MODULE_PARM_DESC(fw_restart3945, "restart firmware in case of error");
4328
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004329module_exit(iwl3945_exit);
4330module_init(iwl3945_init);