blob: f7c7ff4264fbaf35c69eb3173e7b27f6fa0b67c9 [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
Reinette Chatre250cce22009-12-02 12:53:01 -080079#define DRV_VERSION IWLWIFI_VERSION 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>"
Zhu Yib481de92007-09-25 17:54:57 -070082
83MODULE_DESCRIPTION(DRV_DESCRIPTION);
84MODULE_VERSION(DRV_VERSION);
Tomas Winklera7b75202008-12-11 10:33:41 -080085MODULE_AUTHOR(DRV_COPYRIGHT " " DRV_AUTHOR);
Zhu Yib481de92007-09-25 17:54:57 -070086MODULE_LICENSE("GPL");
87
Kolekar, Abhijeetdf878d82008-12-19 10:37:35 +080088 /* module parameters */
89struct iwl_mod_params iwl3945_mod_params = {
Samuel Ortiz9c74d9f2009-01-08 10:19:59 -080090 .sw_crypto = 1,
Samuel Ortizaf48d042009-01-23 13:45:19 -080091 .restart_fw = 1,
Kolekar, Abhijeetdf878d82008-12-19 10:37:35 +080092 /* the rest are 0 by default */
93};
94
Zhu Yib481de92007-09-25 17:54:57 -070095/**
Samuel Ortiz7e4bca52009-01-23 13:45:18 -080096 * iwl3945_get_antenna_flags - Get antenna flags for RXON command
97 * @priv: eeprom and antenna fields are used to determine antenna flags
98 *
99 * priv->eeprom39 is used to determine if antenna AUX/MAIN are reversed
100 * iwl3945_mod_params.antenna specifies the antenna diversity mode:
101 *
102 * IWL_ANTENNA_DIVERSITY - NIC selects best antenna by itself
103 * IWL_ANTENNA_MAIN - Force MAIN antenna
104 * IWL_ANTENNA_AUX - Force AUX antenna
105 */
106__le32 iwl3945_get_antenna_flags(const struct iwl_priv *priv)
107{
108 struct iwl3945_eeprom *eeprom = (struct iwl3945_eeprom *)priv->eeprom;
109
110 switch (iwl3945_mod_params.antenna) {
111 case IWL_ANTENNA_DIVERSITY:
112 return 0;
113
114 case IWL_ANTENNA_MAIN:
115 if (eeprom->antenna_switch_type)
116 return RXON_FLG_DIS_DIV_MSK | RXON_FLG_ANT_B_MSK;
117 return RXON_FLG_DIS_DIV_MSK | RXON_FLG_ANT_A_MSK;
118
119 case IWL_ANTENNA_AUX:
120 if (eeprom->antenna_switch_type)
121 return RXON_FLG_DIS_DIV_MSK | RXON_FLG_ANT_A_MSK;
122 return RXON_FLG_DIS_DIV_MSK | RXON_FLG_ANT_B_MSK;
123 }
124
125 /* bad antenna selector value */
126 IWL_ERR(priv, "Bad antenna selector value (0x%x)\n",
127 iwl3945_mod_params.antenna);
128
129 return 0; /* "diversity" is default if error */
130}
131
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -0800132static int iwl3945_set_ccmp_dynamic_key_info(struct iwl_priv *priv,
Zhu Yib481de92007-09-25 17:54:57 -0700133 struct ieee80211_key_conf *keyconf,
134 u8 sta_id)
135{
136 unsigned long flags;
137 __le16 key_flags = 0;
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -0800138 int ret;
Zhu Yib481de92007-09-25 17:54:57 -0700139
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -0800140 key_flags |= (STA_KEY_FLG_CCMP | STA_KEY_FLG_MAP_KEY_MSK);
141 key_flags |= cpu_to_le16(keyconf->keyidx << STA_KEY_FLG_KEYID_POS);
142
143 if (sta_id == priv->hw_params.bcast_sta_id)
144 key_flags |= STA_KEY_MULTICAST_MSK;
145
146 keyconf->flags |= IEEE80211_KEY_FLAG_GENERATE_IV;
147 keyconf->hw_key_idx = keyconf->keyidx;
148 key_flags &= ~STA_KEY_FLG_INVALID;
149
Zhu Yib481de92007-09-25 17:54:57 -0700150 spin_lock_irqsave(&priv->sta_lock, flags);
Tomas Winklerc587de02009-06-03 11:44:07 -0700151 priv->stations[sta_id].keyinfo.alg = keyconf->alg;
152 priv->stations[sta_id].keyinfo.keylen = keyconf->keylen;
153 memcpy(priv->stations[sta_id].keyinfo.key, keyconf->key,
Zhu Yib481de92007-09-25 17:54:57 -0700154 keyconf->keylen);
155
Tomas Winklerc587de02009-06-03 11:44:07 -0700156 memcpy(priv->stations[sta_id].sta.key.key, keyconf->key,
Zhu Yib481de92007-09-25 17:54:57 -0700157 keyconf->keylen);
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -0800158
Tomas Winklerc587de02009-06-03 11:44:07 -0700159 if ((priv->stations[sta_id].sta.key.key_flags & STA_KEY_FLG_ENCRYPT_MSK)
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -0800160 == STA_KEY_FLG_NO_ENC)
Tomas Winklerc587de02009-06-03 11:44:07 -0700161 priv->stations[sta_id].sta.key.key_offset =
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -0800162 iwl_get_free_ucode_key_index(priv);
163 /* else, we are overriding an existing key => no need to allocated room
164 * in uCode. */
165
Tomas Winklerc587de02009-06-03 11:44:07 -0700166 WARN(priv->stations[sta_id].sta.key.key_offset == WEP_INVALID_OFFSET,
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -0800167 "no space for a new key");
168
Tomas Winklerc587de02009-06-03 11:44:07 -0700169 priv->stations[sta_id].sta.key.key_flags = key_flags;
170 priv->stations[sta_id].sta.sta.modify_mask = STA_MODIFY_KEY_MASK;
171 priv->stations[sta_id].sta.mode = STA_CONTROL_MODIFY_MSK;
Zhu Yib481de92007-09-25 17:54:57 -0700172
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -0800173 IWL_DEBUG_INFO(priv, "hwcrypto: modify ucode station key info\n");
174
Tomas Winklerc587de02009-06-03 11:44:07 -0700175 ret = iwl_send_add_sta(priv, &priv->stations[sta_id].sta, CMD_ASYNC);
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -0800176
Zhu Yib481de92007-09-25 17:54:57 -0700177 spin_unlock_irqrestore(&priv->sta_lock, flags);
178
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -0800179 return ret;
180}
181
182static int iwl3945_set_tkip_dynamic_key_info(struct iwl_priv *priv,
183 struct ieee80211_key_conf *keyconf,
184 u8 sta_id)
185{
186 return -EOPNOTSUPP;
187}
188
189static int iwl3945_set_wep_dynamic_key_info(struct iwl_priv *priv,
190 struct ieee80211_key_conf *keyconf,
191 u8 sta_id)
192{
193 return -EOPNOTSUPP;
Zhu Yib481de92007-09-25 17:54:57 -0700194}
195
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800196static int iwl3945_clear_sta_key_info(struct iwl_priv *priv, u8 sta_id)
Zhu Yib481de92007-09-25 17:54:57 -0700197{
198 unsigned long flags;
199
200 spin_lock_irqsave(&priv->sta_lock, flags);
Tomas Winklerc587de02009-06-03 11:44:07 -0700201 memset(&priv->stations[sta_id].keyinfo, 0, sizeof(struct iwl_hw_key));
202 memset(&priv->stations[sta_id].sta.key, 0,
Tomas Winkler4c897252008-12-19 10:37:05 +0800203 sizeof(struct iwl4965_keyinfo));
Tomas Winklerc587de02009-06-03 11:44:07 -0700204 priv->stations[sta_id].sta.key.key_flags = STA_KEY_FLG_NO_ENC;
205 priv->stations[sta_id].sta.sta.modify_mask = STA_MODIFY_KEY_MASK;
206 priv->stations[sta_id].sta.mode = STA_CONTROL_MODIFY_MSK;
Zhu Yib481de92007-09-25 17:54:57 -0700207 spin_unlock_irqrestore(&priv->sta_lock, flags);
208
Tomas Winklere1623442009-01-27 14:27:56 -0800209 IWL_DEBUG_INFO(priv, "hwcrypto: clear ucode station key info\n");
Tomas Winklerc587de02009-06-03 11:44:07 -0700210 iwl_send_add_sta(priv, &priv->stations[sta_id].sta, 0);
Zhu Yib481de92007-09-25 17:54:57 -0700211 return 0;
212}
213
Abhijeet Kolekarfa11d522009-03-11 11:17:54 -0700214static int iwl3945_set_dynamic_key(struct iwl_priv *priv,
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -0800215 struct ieee80211_key_conf *keyconf, u8 sta_id)
216{
217 int ret = 0;
218
219 keyconf->hw_key_idx = HW_KEY_DYNAMIC;
220
221 switch (keyconf->alg) {
222 case ALG_CCMP:
223 ret = iwl3945_set_ccmp_dynamic_key_info(priv, keyconf, sta_id);
224 break;
225 case ALG_TKIP:
226 ret = iwl3945_set_tkip_dynamic_key_info(priv, keyconf, sta_id);
227 break;
228 case ALG_WEP:
229 ret = iwl3945_set_wep_dynamic_key_info(priv, keyconf, sta_id);
230 break;
231 default:
Abhijeet Kolekar1e680232009-03-17 21:51:50 -0700232 IWL_ERR(priv, "Unknown alg: %s alg = %d\n", __func__, keyconf->alg);
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -0800233 ret = -EINVAL;
234 }
235
236 IWL_DEBUG_WEP(priv, "Set dynamic key: alg= %d len=%d idx=%d sta=%d ret=%d\n",
237 keyconf->alg, keyconf->keylen, keyconf->keyidx,
238 sta_id, ret);
239
240 return ret;
241}
242
243static int iwl3945_remove_static_key(struct iwl_priv *priv)
244{
245 int ret = -EOPNOTSUPP;
246
247 return ret;
248}
249
250static int iwl3945_set_static_key(struct iwl_priv *priv,
251 struct ieee80211_key_conf *key)
252{
253 if (key->alg == ALG_WEP)
254 return -EOPNOTSUPP;
255
256 IWL_ERR(priv, "Static key invalid: alg %d\n", key->alg);
257 return -EINVAL;
258}
259
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800260static void iwl3945_clear_free_frames(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -0700261{
262 struct list_head *element;
263
Tomas Winklere1623442009-01-27 14:27:56 -0800264 IWL_DEBUG_INFO(priv, "%d frames on pre-allocated heap on clear.\n",
Zhu Yib481de92007-09-25 17:54:57 -0700265 priv->frames_count);
266
267 while (!list_empty(&priv->free_frames)) {
268 element = priv->free_frames.next;
269 list_del(element);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800270 kfree(list_entry(element, struct iwl3945_frame, list));
Zhu Yib481de92007-09-25 17:54:57 -0700271 priv->frames_count--;
272 }
273
274 if (priv->frames_count) {
Winkler, Tomas39aadf82008-12-19 10:37:32 +0800275 IWL_WARN(priv, "%d frames still in use. Did we lose one?\n",
Zhu Yib481de92007-09-25 17:54:57 -0700276 priv->frames_count);
277 priv->frames_count = 0;
278 }
279}
280
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800281static struct iwl3945_frame *iwl3945_get_free_frame(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -0700282{
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800283 struct iwl3945_frame *frame;
Zhu Yib481de92007-09-25 17:54:57 -0700284 struct list_head *element;
285 if (list_empty(&priv->free_frames)) {
286 frame = kzalloc(sizeof(*frame), GFP_KERNEL);
287 if (!frame) {
Winkler, Tomas15b16872008-12-19 10:37:33 +0800288 IWL_ERR(priv, "Could not allocate frame!\n");
Zhu Yib481de92007-09-25 17:54:57 -0700289 return NULL;
290 }
291
292 priv->frames_count++;
293 return frame;
294 }
295
296 element = priv->free_frames.next;
297 list_del(element);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800298 return list_entry(element, struct iwl3945_frame, list);
Zhu Yib481de92007-09-25 17:54:57 -0700299}
300
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800301static void iwl3945_free_frame(struct iwl_priv *priv, struct iwl3945_frame *frame)
Zhu Yib481de92007-09-25 17:54:57 -0700302{
303 memset(frame, 0, sizeof(*frame));
304 list_add(&frame->list, &priv->free_frames);
305}
306
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800307unsigned int iwl3945_fill_beacon_frame(struct iwl_priv *priv,
Zhu Yib481de92007-09-25 17:54:57 -0700308 struct ieee80211_hdr *hdr,
Rami Rosen73ec1cc2008-12-16 09:37:07 +0200309 int left)
Zhu Yib481de92007-09-25 17:54:57 -0700310{
311
Samuel Ortiz8ccde882009-01-27 14:27:52 -0800312 if (!iwl_is_associated(priv) || !priv->ibss_beacon ||
Johannes Berg05c914f2008-09-11 00:01:58 +0200313 ((priv->iw_mode != NL80211_IFTYPE_ADHOC) &&
314 (priv->iw_mode != NL80211_IFTYPE_AP)))
Zhu Yib481de92007-09-25 17:54:57 -0700315 return 0;
316
317 if (priv->ibss_beacon->len > left)
318 return 0;
319
320 memcpy(hdr, priv->ibss_beacon->data, priv->ibss_beacon->len);
321
322 return priv->ibss_beacon->len;
323}
324
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800325static int iwl3945_send_beacon_cmd(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -0700326{
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800327 struct iwl3945_frame *frame;
Zhu Yib481de92007-09-25 17:54:57 -0700328 unsigned int frame_size;
329 int rc;
330 u8 rate;
331
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800332 frame = iwl3945_get_free_frame(priv);
Zhu Yib481de92007-09-25 17:54:57 -0700333
334 if (!frame) {
Winkler, Tomas15b16872008-12-19 10:37:33 +0800335 IWL_ERR(priv, "Could not obtain free frame buffer for beacon "
Zhu Yib481de92007-09-25 17:54:57 -0700336 "command.\n");
337 return -ENOMEM;
338 }
339
Samuel Ortiz8ccde882009-01-27 14:27:52 -0800340 rate = iwl_rate_get_lowest_plcp(priv);
Zhu Yib481de92007-09-25 17:54:57 -0700341
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800342 frame_size = iwl3945_hw_get_beacon_cmd(priv, frame, rate);
Zhu Yib481de92007-09-25 17:54:57 -0700343
Samuel Ortiz518099a2009-01-19 15:30:27 -0800344 rc = iwl_send_cmd_pdu(priv, REPLY_TX_BEACON, frame_size,
Zhu Yib481de92007-09-25 17:54:57 -0700345 &frame->u.cmd[0]);
346
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800347 iwl3945_free_frame(priv, frame);
Zhu Yib481de92007-09-25 17:54:57 -0700348
349 return rc;
350}
351
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800352static void iwl3945_unset_hw_params(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -0700353{
Abhijeet Kolekar3832ec92008-12-19 10:37:26 +0800354 if (priv->shared_virt)
Zhu Yib481de92007-09-25 17:54:57 -0700355 pci_free_consistent(priv->pci_dev,
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800356 sizeof(struct iwl3945_shared),
Abhijeet Kolekar3832ec92008-12-19 10:37:26 +0800357 priv->shared_virt,
358 priv->shared_phys);
Zhu Yib481de92007-09-25 17:54:57 -0700359}
360
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800361static void iwl3945_build_tx_cmd_hwcrypto(struct iwl_priv *priv,
Johannes Berge039fa42008-05-15 12:55:29 +0200362 struct ieee80211_tx_info *info,
Johannes Bergc2acea82009-07-24 11:13:05 -0700363 struct iwl_device_cmd *cmd,
Zhu Yib481de92007-09-25 17:54:57 -0700364 struct sk_buff *skb_frag,
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -0800365 int sta_id)
Zhu Yib481de92007-09-25 17:54:57 -0700366{
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700367 struct iwl3945_tx_cmd *tx_cmd = (struct iwl3945_tx_cmd *)cmd->cmd.payload;
Tomas Winklerc587de02009-06-03 11:44:07 -0700368 struct iwl_hw_key *keyinfo = &priv->stations[sta_id].keyinfo;
Zhu Yib481de92007-09-25 17:54:57 -0700369
370 switch (keyinfo->alg) {
371 case ALG_CCMP:
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700372 tx_cmd->sec_ctl = TX_CMD_SEC_CCM;
373 memcpy(tx_cmd->key, keyinfo->key, keyinfo->keylen);
Tomas Winklere1623442009-01-27 14:27:56 -0800374 IWL_DEBUG_TX(priv, "tx_cmd with AES hwcrypto\n");
Zhu Yib481de92007-09-25 17:54:57 -0700375 break;
376
377 case ALG_TKIP:
Zhu Yib481de92007-09-25 17:54:57 -0700378 break;
379
380 case ALG_WEP:
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700381 tx_cmd->sec_ctl = TX_CMD_SEC_WEP |
Johannes Berge039fa42008-05-15 12:55:29 +0200382 (info->control.hw_key->hw_key_idx & TX_CMD_SEC_MSK) << TX_CMD_SEC_SHIFT;
Zhu Yib481de92007-09-25 17:54:57 -0700383
384 if (keyinfo->keylen == 13)
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700385 tx_cmd->sec_ctl |= TX_CMD_SEC_KEY128;
Zhu Yib481de92007-09-25 17:54:57 -0700386
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700387 memcpy(&tx_cmd->key[3], keyinfo->key, keyinfo->keylen);
Zhu Yib481de92007-09-25 17:54:57 -0700388
Tomas Winklere1623442009-01-27 14:27:56 -0800389 IWL_DEBUG_TX(priv, "Configuring packet for WEP encryption "
Johannes Berge039fa42008-05-15 12:55:29 +0200390 "with key %d\n", info->control.hw_key->hw_key_idx);
Zhu Yib481de92007-09-25 17:54:57 -0700391 break;
392
Zhu Yib481de92007-09-25 17:54:57 -0700393 default:
Tomas Winkler978785a2008-12-19 10:37:31 +0800394 IWL_ERR(priv, "Unknown encode alg %d\n", keyinfo->alg);
Zhu Yib481de92007-09-25 17:54:57 -0700395 break;
396 }
397}
398
399/*
400 * handle build REPLY_TX command notification.
401 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800402static void iwl3945_build_tx_cmd_basic(struct iwl_priv *priv,
Johannes Bergc2acea82009-07-24 11:13:05 -0700403 struct iwl_device_cmd *cmd,
Johannes Berge039fa42008-05-15 12:55:29 +0200404 struct ieee80211_tx_info *info,
Winkler, Tomase52119c2008-12-22 11:31:19 +0800405 struct ieee80211_hdr *hdr, u8 std_id)
Zhu Yib481de92007-09-25 17:54:57 -0700406{
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700407 struct iwl3945_tx_cmd *tx_cmd = (struct iwl3945_tx_cmd *)cmd->cmd.payload;
408 __le32 tx_flags = tx_cmd->tx_flags;
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -0700409 __le16 fc = hdr->frame_control;
Zhu Yib481de92007-09-25 17:54:57 -0700410
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700411 tx_cmd->stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE;
Johannes Berge039fa42008-05-15 12:55:29 +0200412 if (!(info->flags & IEEE80211_TX_CTL_NO_ACK)) {
Zhu Yib481de92007-09-25 17:54:57 -0700413 tx_flags |= TX_CMD_FLG_ACK_MSK;
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -0700414 if (ieee80211_is_mgmt(fc))
Zhu Yib481de92007-09-25 17:54:57 -0700415 tx_flags |= TX_CMD_FLG_SEQ_CTL_MSK;
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -0700416 if (ieee80211_is_probe_resp(fc) &&
Zhu Yib481de92007-09-25 17:54:57 -0700417 !(le16_to_cpu(hdr->seq_ctrl) & 0xf))
418 tx_flags |= TX_CMD_FLG_TSF_MSK;
419 } else {
420 tx_flags &= (~TX_CMD_FLG_ACK_MSK);
421 tx_flags |= TX_CMD_FLG_SEQ_CTL_MSK;
422 }
423
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700424 tx_cmd->sta_id = std_id;
Harvey Harrison8b7b1e02008-06-11 14:21:56 -0700425 if (ieee80211_has_morefrags(fc))
Zhu Yib481de92007-09-25 17:54:57 -0700426 tx_flags |= TX_CMD_FLG_MORE_FRAG_MSK;
427
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -0700428 if (ieee80211_is_data_qos(fc)) {
429 u8 *qc = ieee80211_get_qos_ctl(hdr);
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700430 tx_cmd->tid_tspec = qc[0] & 0xf;
Zhu Yib481de92007-09-25 17:54:57 -0700431 tx_flags &= ~TX_CMD_FLG_SEQ_CTL_MSK;
Tomas Winkler54dbb522008-05-15 13:54:06 +0800432 } else {
Zhu Yib481de92007-09-25 17:54:57 -0700433 tx_flags |= TX_CMD_FLG_SEQ_CTL_MSK;
Tomas Winkler54dbb522008-05-15 13:54:06 +0800434 }
Zhu Yib481de92007-09-25 17:54:57 -0700435
Abhijeet Kolekar37dc70f2009-10-09 13:20:30 -0700436 priv->cfg->ops->utils->rts_tx_cmd_flag(info, &tx_flags);
Zhu Yib481de92007-09-25 17:54:57 -0700437
438 if ((tx_flags & TX_CMD_FLG_RTS_MSK) || (tx_flags & TX_CMD_FLG_CTS_MSK))
439 tx_flags |= TX_CMD_FLG_FULL_TXOP_PROT_MSK;
440
441 tx_flags &= ~(TX_CMD_FLG_ANT_SEL_MSK);
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -0700442 if (ieee80211_is_mgmt(fc)) {
443 if (ieee80211_is_assoc_req(fc) || ieee80211_is_reassoc_req(fc))
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700444 tx_cmd->timeout.pm_frame_timeout = cpu_to_le16(3);
Zhu Yib481de92007-09-25 17:54:57 -0700445 else
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700446 tx_cmd->timeout.pm_frame_timeout = cpu_to_le16(2);
Mohamed Abbasab53d8a2008-03-25 16:33:36 -0700447 } else {
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700448 tx_cmd->timeout.pm_frame_timeout = 0;
Mohamed Abbasab53d8a2008-03-25 16:33:36 -0700449 }
Zhu Yib481de92007-09-25 17:54:57 -0700450
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700451 tx_cmd->driver_txop = 0;
452 tx_cmd->tx_flags = tx_flags;
453 tx_cmd->next_frame_len = 0;
Zhu Yib481de92007-09-25 17:54:57 -0700454}
455
Zhu Yib481de92007-09-25 17:54:57 -0700456/*
457 * start REPLY_TX command process
458 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800459static int iwl3945_tx_skb(struct iwl_priv *priv, struct sk_buff *skb)
Zhu Yib481de92007-09-25 17:54:57 -0700460{
461 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)skb->data;
Johannes Berge039fa42008-05-15 12:55:29 +0200462 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb);
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700463 struct iwl3945_tx_cmd *tx_cmd;
Samuel Ortiz188cf6c2008-12-22 11:31:16 +0800464 struct iwl_tx_queue *txq = NULL;
Samuel Ortizd20b3c62008-12-19 10:37:15 +0800465 struct iwl_queue *q = NULL;
Johannes Bergc2acea82009-07-24 11:13:05 -0700466 struct iwl_device_cmd *out_cmd;
467 struct iwl_cmd_meta *out_meta;
Zhu Yib481de92007-09-25 17:54:57 -0700468 dma_addr_t phys_addr;
469 dma_addr_t txcmd_phys;
Winkler, Tomase52119c2008-12-22 11:31:19 +0800470 int txq_id = skb_get_queue_mapping(skb);
Reinette Chatredf833b12009-04-21 10:55:48 -0700471 u16 len, idx, len_org, hdr_len; /* TODO: len_org is not used */
Tomas Winkler54dbb522008-05-15 13:54:06 +0800472 u8 id;
473 u8 unicast;
Zhu Yib481de92007-09-25 17:54:57 -0700474 u8 sta_id;
Tomas Winkler54dbb522008-05-15 13:54:06 +0800475 u8 tid = 0;
Zhu Yib481de92007-09-25 17:54:57 -0700476 u16 seq_number = 0;
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -0700477 __le16 fc;
Zhu Yib481de92007-09-25 17:54:57 -0700478 u8 wait_write_ptr = 0;
Tomas Winkler54dbb522008-05-15 13:54:06 +0800479 u8 *qc = NULL;
Zhu Yib481de92007-09-25 17:54:57 -0700480 unsigned long flags;
481 int rc;
482
483 spin_lock_irqsave(&priv->lock, flags);
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +0800484 if (iwl_is_rfkill(priv)) {
Tomas Winklere1623442009-01-27 14:27:56 -0800485 IWL_DEBUG_DROP(priv, "Dropping - RF KILL\n");
Zhu Yib481de92007-09-25 17:54:57 -0700486 goto drop_unlock;
487 }
488
Johannes Berge039fa42008-05-15 12:55:29 +0200489 if ((ieee80211_get_tx_rate(priv->hw, info)->hw_value & 0xFF) == IWL_INVALID_RATE) {
Winkler, Tomas15b16872008-12-19 10:37:33 +0800490 IWL_ERR(priv, "ERROR: No TX rate available.\n");
Zhu Yib481de92007-09-25 17:54:57 -0700491 goto drop_unlock;
492 }
493
494 unicast = !is_multicast_ether_addr(hdr->addr1);
495 id = 0;
496
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -0700497 fc = hdr->frame_control;
Zhu Yib481de92007-09-25 17:54:57 -0700498
Samuel Ortizd08853a2009-01-23 13:45:17 -0800499#ifdef CONFIG_IWLWIFI_DEBUG
Zhu Yib481de92007-09-25 17:54:57 -0700500 if (ieee80211_is_auth(fc))
Tomas Winklere1623442009-01-27 14:27:56 -0800501 IWL_DEBUG_TX(priv, "Sending AUTH frame\n");
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -0700502 else if (ieee80211_is_assoc_req(fc))
Tomas Winklere1623442009-01-27 14:27:56 -0800503 IWL_DEBUG_TX(priv, "Sending ASSOC frame\n");
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -0700504 else if (ieee80211_is_reassoc_req(fc))
Tomas Winklere1623442009-01-27 14:27:56 -0800505 IWL_DEBUG_TX(priv, "Sending REASSOC frame\n");
Zhu Yib481de92007-09-25 17:54:57 -0700506#endif
507
Gábor Stefanikaa065262009-08-21 20:44:09 +0200508 /* drop all non-injected data frame if we are not associated */
Stefanik Gábor914233d2008-06-30 17:23:30 +0800509 if (ieee80211_is_data(fc) &&
Gábor Stefanikaa065262009-08-21 20:44:09 +0200510 !(info->flags & IEEE80211_TX_CTL_INJECTED) &&
Samuel Ortiz8ccde882009-01-27 14:27:52 -0800511 (!iwl_is_associated(priv) ||
Johannes Berg05c914f2008-09-11 00:01:58 +0200512 ((priv->iw_mode == NL80211_IFTYPE_STATION) && !priv->assoc_id))) {
Tomas Winklere1623442009-01-27 14:27:56 -0800513 IWL_DEBUG_DROP(priv, "Dropping - !iwl_is_associated\n");
Zhu Yib481de92007-09-25 17:54:57 -0700514 goto drop_unlock;
515 }
516
517 spin_unlock_irqrestore(&priv->lock, flags);
518
Harvey Harrison7294ec92008-07-15 18:43:59 -0700519 hdr_len = ieee80211_hdrlen(fc);
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800520
521 /* Find (or create) index into station table for destination station */
Gábor Stefanikaa065262009-08-21 20:44:09 +0200522 if (info->flags & IEEE80211_TX_CTL_INJECTED)
523 sta_id = priv->hw_params.bcast_sta_id;
524 else
525 sta_id = iwl_get_sta_id(priv, hdr);
Zhu Yib481de92007-09-25 17:54:57 -0700526 if (sta_id == IWL_INVALID_STATION) {
Tomas Winklere1623442009-01-27 14:27:56 -0800527 IWL_DEBUG_DROP(priv, "Dropping - INVALID STATION: %pM\n",
Johannes Berge1749612008-10-27 15:59:26 -0700528 hdr->addr1);
Zhu Yib481de92007-09-25 17:54:57 -0700529 goto drop;
530 }
531
Tomas Winklere1623442009-01-27 14:27:56 -0800532 IWL_DEBUG_RATE(priv, "station Id %d\n", sta_id);
Zhu Yib481de92007-09-25 17:54:57 -0700533
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -0700534 if (ieee80211_is_data_qos(fc)) {
535 qc = ieee80211_get_qos_ctl(hdr);
Harvey Harrison7294ec92008-07-15 18:43:59 -0700536 tid = qc[0] & IEEE80211_QOS_CTL_TID_MASK;
Reinette Chatree6a6cf42009-08-13 13:30:50 -0700537 if (unlikely(tid >= MAX_TID_COUNT))
538 goto drop;
Tomas Winklerc587de02009-06-03 11:44:07 -0700539 seq_number = priv->stations[sta_id].tid[tid].seq_number &
Zhu Yib481de92007-09-25 17:54:57 -0700540 IEEE80211_SCTL_SEQ;
541 hdr->seq_ctrl = cpu_to_le16(seq_number) |
542 (hdr->seq_ctrl &
Harvey Harrisonc1b4aa32009-01-29 13:26:44 -0800543 cpu_to_le16(IEEE80211_SCTL_FRAG));
Zhu Yib481de92007-09-25 17:54:57 -0700544 seq_number += 0x10;
545 }
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800546
547 /* Descriptor for chosen Tx queue */
Samuel Ortiz188cf6c2008-12-22 11:31:16 +0800548 txq = &priv->txq[txq_id];
Zhu Yib481de92007-09-25 17:54:57 -0700549 q = &txq->q;
550
551 spin_lock_irqsave(&priv->lock, flags);
552
Tomas Winklerfc4b6852007-10-25 17:15:24 +0800553 idx = get_cmd_index(q, q->write_ptr, 0);
Zhu Yib481de92007-09-25 17:54:57 -0700554
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800555 /* Set up driver data for this TFD */
Winkler, Tomasdbb66542008-12-22 11:31:14 +0800556 memset(&(txq->txb[q->write_ptr]), 0, sizeof(struct iwl_tx_info));
Tomas Winklerfc4b6852007-10-25 17:15:24 +0800557 txq->txb[q->write_ptr].skb[0] = skb;
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800558
559 /* Init first empty entry in queue's array of Tx/cmd buffers */
Samuel Ortiz188cf6c2008-12-22 11:31:16 +0800560 out_cmd = txq->cmd[idx];
Johannes Bergc2acea82009-07-24 11:13:05 -0700561 out_meta = &txq->meta[idx];
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700562 tx_cmd = (struct iwl3945_tx_cmd *)out_cmd->cmd.payload;
Zhu Yib481de92007-09-25 17:54:57 -0700563 memset(&out_cmd->hdr, 0, sizeof(out_cmd->hdr));
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700564 memset(tx_cmd, 0, sizeof(*tx_cmd));
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800565
566 /*
567 * Set up the Tx-command (not MAC!) header.
568 * Store the chosen Tx queue and TFD index within the sequence field;
569 * after Tx, uCode's Tx response will return this value so driver can
570 * locate the frame within the tx queue and do post-tx processing.
571 */
Zhu Yib481de92007-09-25 17:54:57 -0700572 out_cmd->hdr.cmd = REPLY_TX;
573 out_cmd->hdr.sequence = cpu_to_le16((u16)(QUEUE_TO_SEQ(txq_id) |
Tomas Winklerfc4b6852007-10-25 17:15:24 +0800574 INDEX_TO_SEQ(q->write_ptr)));
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800575
576 /* Copy MAC header from skb into command buffer */
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700577 memcpy(tx_cmd->hdr, hdr, hdr_len);
Zhu Yib481de92007-09-25 17:54:57 -0700578
Reinette Chatredf833b12009-04-21 10:55:48 -0700579
580 if (info->control.hw_key)
581 iwl3945_build_tx_cmd_hwcrypto(priv, info, out_cmd, skb, sta_id);
582
583 /* TODO need this for burst mode later on */
584 iwl3945_build_tx_cmd_basic(priv, out_cmd, info, hdr, sta_id);
585
586 /* set is_hcca to 0; it probably will never be implemented */
587 iwl3945_hw_build_tx_cmd_rate(priv, out_cmd, info, hdr, sta_id, 0);
588
589 /* Total # bytes to be transmitted */
590 len = (u16)skb->len;
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700591 tx_cmd->len = cpu_to_le16(len);
Reinette Chatredf833b12009-04-21 10:55:48 -0700592
Wey-Yi Guy20594eb2009-08-07 15:41:39 -0700593 iwl_dbg_log_tx_data_frame(priv, len, hdr);
Wey-Yi Guy22fdf3c2009-08-07 15:41:40 -0700594 iwl_update_stats(priv, true, fc, len);
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700595 tx_cmd->tx_flags &= ~TX_CMD_FLG_ANT_A_MSK;
596 tx_cmd->tx_flags &= ~TX_CMD_FLG_ANT_B_MSK;
Reinette Chatredf833b12009-04-21 10:55:48 -0700597
598 if (!ieee80211_has_morefrags(hdr->frame_control)) {
599 txq->need_update = 1;
600 if (qc)
Tomas Winklerc587de02009-06-03 11:44:07 -0700601 priv->stations[sta_id].tid[tid].seq_number = seq_number;
Reinette Chatredf833b12009-04-21 10:55:48 -0700602 } else {
603 wait_write_ptr = 1;
604 txq->need_update = 0;
605 }
606
607 IWL_DEBUG_TX(priv, "sequence nr = 0X%x \n",
608 le16_to_cpu(out_cmd->hdr.sequence));
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700609 IWL_DEBUG_TX(priv, "tx_flags = 0X%x \n", le32_to_cpu(tx_cmd->tx_flags));
610 iwl_print_hex_dump(priv, IWL_DL_TX, tx_cmd, sizeof(*tx_cmd));
611 iwl_print_hex_dump(priv, IWL_DL_TX, (u8 *)tx_cmd->hdr,
Reinette Chatredf833b12009-04-21 10:55:48 -0700612 ieee80211_hdrlen(fc));
613
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800614 /*
615 * Use the first empty entry in this queue's command buffer array
616 * to contain the Tx command and MAC header concatenated together
617 * (payload data will be in another buffer).
618 * Size of this varies, due to varying MAC header length.
619 * If end is not dword aligned, we'll have 2 extra bytes at the end
620 * of the MAC header (device reads on dword boundaries).
621 * We'll tell device about this padding later.
622 */
Abhijeet Kolekar3832ec92008-12-19 10:37:26 +0800623 len = sizeof(struct iwl3945_tx_cmd) +
Tomas Winkler4c897252008-12-19 10:37:05 +0800624 sizeof(struct iwl_cmd_header) + hdr_len;
Zhu Yib481de92007-09-25 17:54:57 -0700625
626 len_org = len;
627 len = (len + 3) & ~3;
628
629 if (len_org != len)
630 len_org = 1;
631 else
632 len_org = 0;
633
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800634 /* Physical address of this Tx command's header (not MAC header!),
635 * within command buffer array. */
Reinette Chatredf833b12009-04-21 10:55:48 -0700636 txcmd_phys = pci_map_single(priv->pci_dev, &out_cmd->hdr,
637 len, PCI_DMA_TODEVICE);
638 /* we do not map meta data ... so we can safely access address to
639 * provide to unmap command*/
Johannes Bergc2acea82009-07-24 11:13:05 -0700640 pci_unmap_addr_set(out_meta, mapping, txcmd_phys);
641 pci_unmap_len_set(out_meta, len, len);
Zhu Yib481de92007-09-25 17:54:57 -0700642
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800643 /* Add buffer containing Tx command and MAC(!) header to TFD's
644 * first entry */
Samuel Ortiz7aaa1d72009-01-19 15:30:26 -0800645 priv->cfg->ops->lib->txq_attach_buf_to_tfd(priv, txq,
646 txcmd_phys, len, 1, 0);
Zhu Yib481de92007-09-25 17:54:57 -0700647
Zhu Yib481de92007-09-25 17:54:57 -0700648
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800649 /* Set up TFD's 2nd entry to point directly to remainder of skb,
650 * if any (802.11 null frames have no payload). */
Zhu Yib481de92007-09-25 17:54:57 -0700651 len = skb->len - hdr_len;
652 if (len) {
653 phys_addr = pci_map_single(priv->pci_dev, skb->data + hdr_len,
654 len, PCI_DMA_TODEVICE);
Samuel Ortiz7aaa1d72009-01-19 15:30:26 -0800655 priv->cfg->ops->lib->txq_attach_buf_to_tfd(priv, txq,
656 phys_addr, len,
657 0, U32_PAD(len));
Zhu Yib481de92007-09-25 17:54:57 -0700658 }
659
Zhu Yib481de92007-09-25 17:54:57 -0700660
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800661 /* Tell device the write index *just past* this latest filled TFD */
Tomas Winklerc54b6792008-03-06 17:36:53 -0800662 q->write_ptr = iwl_queue_inc_wrap(q->write_ptr, q->n_bd);
Samuel Ortiz4f3602c2009-01-19 15:30:25 -0800663 rc = iwl_txq_update_write_ptr(priv, txq);
Zhu Yib481de92007-09-25 17:54:57 -0700664 spin_unlock_irqrestore(&priv->lock, flags);
665
666 if (rc)
667 return rc;
668
Samuel Ortizd20b3c62008-12-19 10:37:15 +0800669 if ((iwl_queue_space(q) < q->high_mark)
Zhu Yib481de92007-09-25 17:54:57 -0700670 && priv->mac80211_registered) {
671 if (wait_write_ptr) {
672 spin_lock_irqsave(&priv->lock, flags);
673 txq->need_update = 1;
Samuel Ortiz4f3602c2009-01-19 15:30:25 -0800674 iwl_txq_update_write_ptr(priv, txq);
Zhu Yib481de92007-09-25 17:54:57 -0700675 spin_unlock_irqrestore(&priv->lock, flags);
676 }
677
Johannes Berge4e72fb2009-03-23 17:28:42 +0100678 iwl_stop_queue(priv, skb_get_queue_mapping(skb));
Zhu Yib481de92007-09-25 17:54:57 -0700679 }
680
681 return 0;
682
683drop_unlock:
684 spin_unlock_irqrestore(&priv->lock, flags);
685drop:
686 return -1;
687}
688
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +0800689#ifdef CONFIG_IWL3945_SPECTRUM_MEASUREMENT
Zhu Yib481de92007-09-25 17:54:57 -0700690
691#include "iwl-spectrum.h"
692
693#define BEACON_TIME_MASK_LOW 0x00FFFFFF
694#define BEACON_TIME_MASK_HIGH 0xFF000000
695#define TIME_UNIT 1024
696
697/*
698 * extended beacon time format
699 * time in usec will be changed into a 32-bit value in 8:24 format
700 * the high 1 byte is the beacon counts
701 * the lower 3 bytes is the time in usec within one beacon interval
702 */
703
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800704static u32 iwl3945_usecs_to_beacons(u32 usec, u32 beacon_interval)
Zhu Yib481de92007-09-25 17:54:57 -0700705{
706 u32 quot;
707 u32 rem;
708 u32 interval = beacon_interval * 1024;
709
710 if (!interval || !usec)
711 return 0;
712
713 quot = (usec / interval) & (BEACON_TIME_MASK_HIGH >> 24);
714 rem = (usec % interval) & BEACON_TIME_MASK_LOW;
715
716 return (quot << 24) + rem;
717}
718
719/* base is usually what we get from ucode with each received frame,
720 * the same as HW timer counter counting down
721 */
722
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800723static __le32 iwl3945_add_beacon_time(u32 base, u32 addon, u32 beacon_interval)
Zhu Yib481de92007-09-25 17:54:57 -0700724{
725 u32 base_low = base & BEACON_TIME_MASK_LOW;
726 u32 addon_low = addon & BEACON_TIME_MASK_LOW;
727 u32 interval = beacon_interval * TIME_UNIT;
728 u32 res = (base & BEACON_TIME_MASK_HIGH) +
729 (addon & BEACON_TIME_MASK_HIGH);
730
731 if (base_low > addon_low)
732 res += base_low - addon_low;
733 else if (base_low < addon_low) {
734 res += interval + base_low - addon_low;
735 res += (1 << 24);
736 } else
737 res += (1 << 24);
738
739 return cpu_to_le32(res);
740}
741
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800742static int iwl3945_get_measurement(struct iwl_priv *priv,
Zhu Yib481de92007-09-25 17:54:57 -0700743 struct ieee80211_measurement_params *params,
744 u8 type)
745{
Tomas Winkler600c0e12008-12-19 10:37:04 +0800746 struct iwl_spectrum_cmd spectrum;
Zhu Yi2f301222009-10-09 17:19:45 +0800747 struct iwl_rx_packet *pkt;
Winkler, Tomasc2d79b482008-12-19 10:37:34 +0800748 struct iwl_host_cmd cmd = {
Zhu Yib481de92007-09-25 17:54:57 -0700749 .id = REPLY_SPECTRUM_MEASUREMENT_CMD,
750 .data = (void *)&spectrum,
Johannes Bergc2acea82009-07-24 11:13:05 -0700751 .flags = CMD_WANT_SKB,
Zhu Yib481de92007-09-25 17:54:57 -0700752 };
753 u32 add_time = le64_to_cpu(params->start_time);
754 int rc;
755 int spectrum_resp_status;
756 int duration = le16_to_cpu(params->duration);
757
Samuel Ortiz8ccde882009-01-27 14:27:52 -0800758 if (iwl_is_associated(priv))
Zhu Yib481de92007-09-25 17:54:57 -0700759 add_time =
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800760 iwl3945_usecs_to_beacons(
Zhu Yib481de92007-09-25 17:54:57 -0700761 le64_to_cpu(params->start_time) - priv->last_tsf,
762 le16_to_cpu(priv->rxon_timing.beacon_interval));
763
764 memset(&spectrum, 0, sizeof(spectrum));
765
766 spectrum.channel_count = cpu_to_le16(1);
767 spectrum.flags =
768 RXON_FLG_TSF2HOST_MSK | RXON_FLG_ANT_A_MSK | RXON_FLG_DIS_DIV_MSK;
769 spectrum.filter_flags = MEASUREMENT_FILTER_FLAG;
770 cmd.len = sizeof(spectrum);
771 spectrum.len = cpu_to_le16(cmd.len - sizeof(spectrum.len));
772
Samuel Ortiz8ccde882009-01-27 14:27:52 -0800773 if (iwl_is_associated(priv))
Zhu Yib481de92007-09-25 17:54:57 -0700774 spectrum.start_time =
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800775 iwl3945_add_beacon_time(priv->last_beacon_time,
Zhu Yib481de92007-09-25 17:54:57 -0700776 add_time,
777 le16_to_cpu(priv->rxon_timing.beacon_interval));
778 else
779 spectrum.start_time = 0;
780
781 spectrum.channels[0].duration = cpu_to_le32(duration * TIME_UNIT);
782 spectrum.channels[0].channel = params->channel;
783 spectrum.channels[0].type = type;
Samuel Ortiz8ccde882009-01-27 14:27:52 -0800784 if (priv->active_rxon.flags & RXON_FLG_BAND_24G_MSK)
Zhu Yib481de92007-09-25 17:54:57 -0700785 spectrum.flags |= RXON_FLG_BAND_24G_MSK |
786 RXON_FLG_AUTO_DETECT_MSK | RXON_FLG_TGG_PROTECT_MSK;
787
Samuel Ortiz518099a2009-01-19 15:30:27 -0800788 rc = iwl_send_cmd_sync(priv, &cmd);
Zhu Yib481de92007-09-25 17:54:57 -0700789 if (rc)
790 return rc;
791
Zhu Yi2f301222009-10-09 17:19:45 +0800792 pkt = (struct iwl_rx_packet *)cmd.reply_page;
793 if (pkt->hdr.flags & IWL_CMD_FAILED_MSK) {
Winkler, Tomas15b16872008-12-19 10:37:33 +0800794 IWL_ERR(priv, "Bad return from REPLY_RX_ON_ASSOC command\n");
Zhu Yib481de92007-09-25 17:54:57 -0700795 rc = -EIO;
796 }
797
Zhu Yi2f301222009-10-09 17:19:45 +0800798 spectrum_resp_status = le16_to_cpu(pkt->u.spectrum.status);
Zhu Yib481de92007-09-25 17:54:57 -0700799 switch (spectrum_resp_status) {
800 case 0: /* Command will be handled */
Zhu Yi2f301222009-10-09 17:19:45 +0800801 if (pkt->u.spectrum.id != 0xff) {
Tomas Winklere1623442009-01-27 14:27:56 -0800802 IWL_DEBUG_INFO(priv, "Replaced existing measurement: %d\n",
Zhu Yi2f301222009-10-09 17:19:45 +0800803 pkt->u.spectrum.id);
Zhu Yib481de92007-09-25 17:54:57 -0700804 priv->measurement_status &= ~MEASUREMENT_READY;
805 }
806 priv->measurement_status |= MEASUREMENT_ACTIVE;
807 rc = 0;
808 break;
809
810 case 1: /* Command will not be handled */
811 rc = -EAGAIN;
812 break;
813 }
814
Zhu Yi2f301222009-10-09 17:19:45 +0800815 free_pages(cmd.reply_page, priv->hw_params.rx_page_order);
Zhu Yib481de92007-09-25 17:54:57 -0700816
817 return rc;
818}
819#endif
820
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800821static void iwl3945_rx_reply_alive(struct iwl_priv *priv,
Abhijeet Kolekar6100b582008-12-19 10:37:24 +0800822 struct iwl_rx_mem_buffer *rxb)
Zhu Yib481de92007-09-25 17:54:57 -0700823{
Zhu Yi2f301222009-10-09 17:19:45 +0800824 struct iwl_rx_packet *pkt = rxb_addr(rxb);
Tomas Winkler3d24a9f2008-12-19 10:37:07 +0800825 struct iwl_alive_resp *palive;
Zhu Yib481de92007-09-25 17:54:57 -0700826 struct delayed_work *pwork;
827
828 palive = &pkt->u.alive_frame;
829
Tomas Winklere1623442009-01-27 14:27:56 -0800830 IWL_DEBUG_INFO(priv, "Alive ucode status 0x%08X revision "
Zhu Yib481de92007-09-25 17:54:57 -0700831 "0x%01X 0x%01X\n",
832 palive->is_valid, palive->ver_type,
833 palive->ver_subtype);
834
835 if (palive->ver_subtype == INITIALIZE_SUBTYPE) {
Tomas Winklere1623442009-01-27 14:27:56 -0800836 IWL_DEBUG_INFO(priv, "Initialization Alive received.\n");
Tomas Winkler3d24a9f2008-12-19 10:37:07 +0800837 memcpy(&priv->card_alive_init, &pkt->u.alive_frame,
838 sizeof(struct iwl_alive_resp));
Zhu Yib481de92007-09-25 17:54:57 -0700839 pwork = &priv->init_alive_start;
840 } else {
Tomas Winklere1623442009-01-27 14:27:56 -0800841 IWL_DEBUG_INFO(priv, "Runtime Alive received.\n");
Zhu Yib481de92007-09-25 17:54:57 -0700842 memcpy(&priv->card_alive, &pkt->u.alive_frame,
Tomas Winkler3d24a9f2008-12-19 10:37:07 +0800843 sizeof(struct iwl_alive_resp));
Zhu Yib481de92007-09-25 17:54:57 -0700844 pwork = &priv->alive_start;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800845 iwl3945_disable_events(priv);
Zhu Yib481de92007-09-25 17:54:57 -0700846 }
847
848 /* We delay the ALIVE response by 5ms to
849 * give the HW RF Kill time to activate... */
850 if (palive->is_valid == UCODE_VALID_OK)
851 queue_delayed_work(priv->workqueue, pwork,
852 msecs_to_jiffies(5));
853 else
Winkler, Tomas39aadf82008-12-19 10:37:32 +0800854 IWL_WARN(priv, "uCode did not respond OK.\n");
Zhu Yib481de92007-09-25 17:54:57 -0700855}
856
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800857static void iwl3945_rx_reply_add_sta(struct iwl_priv *priv,
Abhijeet Kolekar6100b582008-12-19 10:37:24 +0800858 struct iwl_rx_mem_buffer *rxb)
Zhu Yib481de92007-09-25 17:54:57 -0700859{
Helmut Schaac7e035a2009-01-19 13:02:15 +0100860#ifdef CONFIG_IWLWIFI_DEBUG
Zhu Yi2f301222009-10-09 17:19:45 +0800861 struct iwl_rx_packet *pkt = rxb_addr(rxb);
Helmut Schaac7e035a2009-01-19 13:02:15 +0100862#endif
Zhu Yib481de92007-09-25 17:54:57 -0700863
Tomas Winklere1623442009-01-27 14:27:56 -0800864 IWL_DEBUG_RX(priv, "Received REPLY_ADD_STA: 0x%02X\n", pkt->u.status);
Zhu Yib481de92007-09-25 17:54:57 -0700865 return;
866}
867
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800868static void iwl3945_bg_beacon_update(struct work_struct *work)
Zhu Yib481de92007-09-25 17:54:57 -0700869{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800870 struct iwl_priv *priv =
871 container_of(work, struct iwl_priv, beacon_update);
Zhu Yib481de92007-09-25 17:54:57 -0700872 struct sk_buff *beacon;
873
874 /* Pull updated AP beacon from mac80211. will fail if not in AP mode */
Johannes Berge039fa42008-05-15 12:55:29 +0200875 beacon = ieee80211_beacon_get(priv->hw, priv->vif);
Zhu Yib481de92007-09-25 17:54:57 -0700876
877 if (!beacon) {
Winkler, Tomas15b16872008-12-19 10:37:33 +0800878 IWL_ERR(priv, "update beacon failed\n");
Zhu Yib481de92007-09-25 17:54:57 -0700879 return;
880 }
881
882 mutex_lock(&priv->mutex);
883 /* new beacon skb is allocated every time; dispose previous.*/
884 if (priv->ibss_beacon)
885 dev_kfree_skb(priv->ibss_beacon);
886
887 priv->ibss_beacon = beacon;
888 mutex_unlock(&priv->mutex);
889
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800890 iwl3945_send_beacon_cmd(priv);
Zhu Yib481de92007-09-25 17:54:57 -0700891}
892
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800893static void iwl3945_rx_beacon_notif(struct iwl_priv *priv,
Abhijeet Kolekar6100b582008-12-19 10:37:24 +0800894 struct iwl_rx_mem_buffer *rxb)
Zhu Yib481de92007-09-25 17:54:57 -0700895{
Samuel Ortizd08853a2009-01-23 13:45:17 -0800896#ifdef CONFIG_IWLWIFI_DEBUG
Zhu Yi2f301222009-10-09 17:19:45 +0800897 struct iwl_rx_packet *pkt = rxb_addr(rxb);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800898 struct iwl3945_beacon_notif *beacon = &(pkt->u.beacon_status);
Zhu Yib481de92007-09-25 17:54:57 -0700899 u8 rate = beacon->beacon_notify_hdr.rate;
900
Tomas Winklere1623442009-01-27 14:27:56 -0800901 IWL_DEBUG_RX(priv, "beacon status %x retries %d iss %d "
Zhu Yib481de92007-09-25 17:54:57 -0700902 "tsf %d %d rate %d\n",
903 le32_to_cpu(beacon->beacon_notify_hdr.status) & TX_STATUS_MSK,
904 beacon->beacon_notify_hdr.failure_frame,
905 le32_to_cpu(beacon->ibss_mgr_status),
906 le32_to_cpu(beacon->high_tsf),
907 le32_to_cpu(beacon->low_tsf), rate);
908#endif
909
Johannes Berg05c914f2008-09-11 00:01:58 +0200910 if ((priv->iw_mode == NL80211_IFTYPE_AP) &&
Zhu Yib481de92007-09-25 17:54:57 -0700911 (!test_bit(STATUS_EXIT_PENDING, &priv->status)))
912 queue_work(priv->workqueue, &priv->beacon_update);
913}
914
Zhu Yib481de92007-09-25 17:54:57 -0700915/* Handle notification from uCode that card's power state is changing
916 * due to software, hardware, or critical temperature RFKILL */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800917static void iwl3945_rx_card_state_notif(struct iwl_priv *priv,
Abhijeet Kolekar6100b582008-12-19 10:37:24 +0800918 struct iwl_rx_mem_buffer *rxb)
Zhu Yib481de92007-09-25 17:54:57 -0700919{
Zhu Yi2f301222009-10-09 17:19:45 +0800920 struct iwl_rx_packet *pkt = rxb_addr(rxb);
Zhu Yib481de92007-09-25 17:54:57 -0700921 u32 flags = le32_to_cpu(pkt->u.card_state_notif.flags);
922 unsigned long status = priv->status;
923
Reinette Chatre4c423a22009-07-17 09:30:26 -0700924 IWL_WARN(priv, "Card state received: HW:%s SW:%s\n",
Zhu Yib481de92007-09-25 17:54:57 -0700925 (flags & HW_CARD_DISABLED) ? "Kill" : "On",
926 (flags & SW_CARD_DISABLED) ? "Kill" : "On");
927
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +0800928 iwl_write32(priv, CSR_UCODE_DRV_GP1_SET,
Zhu Yib481de92007-09-25 17:54:57 -0700929 CSR_UCODE_DRV_GP1_BIT_CMD_BLOCKED);
930
931 if (flags & HW_CARD_DISABLED)
932 set_bit(STATUS_RF_KILL_HW, &priv->status);
933 else
934 clear_bit(STATUS_RF_KILL_HW, &priv->status);
935
936
Winkler, Tomasaf0053d2009-01-19 15:30:23 -0800937 iwl_scan_cancel(priv);
Zhu Yib481de92007-09-25 17:54:57 -0700938
939 if ((test_bit(STATUS_RF_KILL_HW, &status) !=
Johannes Berga60e77e2009-06-04 18:26:06 +0200940 test_bit(STATUS_RF_KILL_HW, &priv->status)))
941 wiphy_rfkill_set_hw_state(priv->hw->wiphy,
942 test_bit(STATUS_RF_KILL_HW, &priv->status));
Zhu Yib481de92007-09-25 17:54:57 -0700943 else
944 wake_up_interruptible(&priv->wait_command_queue);
945}
946
947/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800948 * iwl3945_setup_rx_handlers - Initialize Rx handler callbacks
Zhu Yib481de92007-09-25 17:54:57 -0700949 *
950 * Setup the RX handlers for each of the reply types sent from the uCode
951 * to the host.
952 *
953 * This function chains into the hardware specific files for them to setup
954 * any hardware specific handlers as well.
955 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800956static void iwl3945_setup_rx_handlers(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -0700957{
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800958 priv->rx_handlers[REPLY_ALIVE] = iwl3945_rx_reply_alive;
959 priv->rx_handlers[REPLY_ADD_STA] = iwl3945_rx_reply_add_sta;
Abhijeet Kolekar261b9c32009-02-18 15:54:29 -0800960 priv->rx_handlers[REPLY_ERROR] = iwl_rx_reply_error;
Samuel Ortiz8ccde882009-01-27 14:27:52 -0800961 priv->rx_handlers[CHANNEL_SWITCH_NOTIFICATION] = iwl_rx_csa;
Abhijeet Kolekar030f05e2009-02-18 15:54:28 -0800962 priv->rx_handlers[PM_SLEEP_NOTIFICATION] = iwl_rx_pm_sleep_notif;
Zhu Yib481de92007-09-25 17:54:57 -0700963 priv->rx_handlers[PM_DEBUG_STATISTIC_NOTIFIC] =
Abhijeet Kolekar030f05e2009-02-18 15:54:28 -0800964 iwl_rx_pm_debug_statistics_notif;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800965 priv->rx_handlers[BEACON_NOTIFICATION] = iwl3945_rx_beacon_notif;
Zhu Yib481de92007-09-25 17:54:57 -0700966
Ben Cahill9fbab512007-11-29 11:09:47 +0800967 /*
968 * The same handler is used for both the REPLY to a discrete
969 * statistics request from the host as well as for the periodic
970 * statistics notifications (after received beacons) from the uCode.
Zhu Yib481de92007-09-25 17:54:57 -0700971 */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800972 priv->rx_handlers[REPLY_STATISTICS_CMD] = iwl3945_hw_rx_statistics;
973 priv->rx_handlers[STATISTICS_NOTIFICATION] = iwl3945_hw_rx_statistics;
Zhu Yib481de92007-09-25 17:54:57 -0700974
Abhijeet Kolekar261b9c32009-02-18 15:54:29 -0800975 iwl_setup_spectrum_handlers(priv);
Abhijeet Kolekarcade0eb2009-02-18 15:54:26 -0800976 iwl_setup_rx_scan_handlers(priv);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800977 priv->rx_handlers[CARD_STATE_NOTIFICATION] = iwl3945_rx_card_state_notif;
Zhu Yib481de92007-09-25 17:54:57 -0700978
Ben Cahill9fbab512007-11-29 11:09:47 +0800979 /* Set up hardware specific Rx handlers */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800980 iwl3945_hw_rx_handler_setup(priv);
Zhu Yib481de92007-09-25 17:54:57 -0700981}
982
Zhu Yib481de92007-09-25 17:54:57 -0700983/************************** RX-FUNCTIONS ****************************/
984/*
985 * Rx theory of operation
986 *
987 * The host allocates 32 DMA target addresses and passes the host address
988 * to the firmware at register IWL_RFDS_TABLE_LOWER + N * RFD_SIZE where N is
989 * 0 to 31
990 *
991 * Rx Queue Indexes
992 * The host/firmware share two index registers for managing the Rx buffers.
993 *
994 * The READ index maps to the first position that the firmware may be writing
995 * to -- the driver can read up to (but not including) this position and get
996 * good data.
997 * The READ index is managed by the firmware once the card is enabled.
998 *
999 * The WRITE index maps to the last position the driver has read from -- the
1000 * position preceding WRITE is the last slot the firmware can place a packet.
1001 *
1002 * The queue is empty (no good data) if WRITE = READ - 1, and is full if
1003 * WRITE = READ.
1004 *
Ben Cahill9fbab512007-11-29 11:09:47 +08001005 * During initialization, the host sets up the READ queue position to the first
Zhu Yib481de92007-09-25 17:54:57 -07001006 * INDEX position, and WRITE to the last (READ - 1 wrapped)
1007 *
Ben Cahill9fbab512007-11-29 11:09:47 +08001008 * When the firmware places a packet in a buffer, it will advance the READ index
Zhu Yib481de92007-09-25 17:54:57 -07001009 * and fire the RX interrupt. The driver can then query the READ index and
1010 * process as many packets as possible, moving the WRITE index forward as it
1011 * resets the Rx queue buffers with new memory.
1012 *
1013 * The management in the driver is as follows:
1014 * + A list of pre-allocated SKBs is stored in iwl->rxq->rx_free. When
1015 * iwl->rxq->free_count drops to or below RX_LOW_WATERMARK, work is scheduled
Ian Schram01ebd062007-10-25 17:15:22 +08001016 * to replenish the iwl->rxq->rx_free.
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001017 * + In iwl3945_rx_replenish (scheduled) if 'processed' != 'read' then the
Zhu Yib481de92007-09-25 17:54:57 -07001018 * iwl->rxq is replenished and the READ INDEX is updated (updating the
1019 * 'processed' and 'read' driver indexes as well)
1020 * + A received packet is processed and handed to the kernel network stack,
1021 * detached from the iwl->rxq. The driver 'processed' index is updated.
1022 * + The Host/Firmware iwl->rxq is replenished at tasklet time from the rx_free
1023 * list. If there are no allocated buffers in iwl->rxq->rx_free, the READ
1024 * INDEX is not incremented and iwl->status(RX_STALLED) is set. If there
1025 * were enough free buffers and RX_STALLED is set it is cleared.
1026 *
1027 *
1028 * Driver sequence:
1029 *
Ben Cahill9fbab512007-11-29 11:09:47 +08001030 * iwl3945_rx_replenish() Replenishes rx_free list from rx_used, and calls
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001031 * iwl3945_rx_queue_restock
Ben Cahill9fbab512007-11-29 11:09:47 +08001032 * iwl3945_rx_queue_restock() Moves available buffers from rx_free into Rx
Zhu Yib481de92007-09-25 17:54:57 -07001033 * queue, updates firmware pointers, and updates
1034 * the WRITE index. If insufficient rx_free buffers
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001035 * are available, schedules iwl3945_rx_replenish
Zhu Yib481de92007-09-25 17:54:57 -07001036 *
1037 * -- enable interrupts --
Abhijeet Kolekar6100b582008-12-19 10:37:24 +08001038 * ISR - iwl3945_rx() Detach iwl_rx_mem_buffers from pool up to the
Zhu Yib481de92007-09-25 17:54:57 -07001039 * READ INDEX, detaching the SKB from the pool.
1040 * Moves the packet buffer from queue to rx_used.
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001041 * Calls iwl3945_rx_queue_restock to refill any empty
Zhu Yib481de92007-09-25 17:54:57 -07001042 * slots.
1043 * ...
1044 *
1045 */
1046
1047/**
Ben Cahill9fbab512007-11-29 11:09:47 +08001048 * iwl3945_dma_addr2rbd_ptr - convert a DMA address to a uCode read buffer ptr
Zhu Yib481de92007-09-25 17:54:57 -07001049 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001050static inline __le32 iwl3945_dma_addr2rbd_ptr(struct iwl_priv *priv,
Zhu Yib481de92007-09-25 17:54:57 -07001051 dma_addr_t dma_addr)
1052{
1053 return cpu_to_le32((u32)dma_addr);
1054}
1055
1056/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001057 * iwl3945_rx_queue_restock - refill RX queue from pre-allocated pool
Zhu Yib481de92007-09-25 17:54:57 -07001058 *
Ben Cahill9fbab512007-11-29 11:09:47 +08001059 * If there are slots in the RX queue that need to be restocked,
Zhu Yib481de92007-09-25 17:54:57 -07001060 * and we have free pre-allocated buffers, fill the ranks as much
Ben Cahill9fbab512007-11-29 11:09:47 +08001061 * as we can, pulling from rx_free.
Zhu Yib481de92007-09-25 17:54:57 -07001062 *
1063 * This moves the 'write' index forward to catch up with 'processed', and
1064 * also updates the memory address in the firmware to reference the new
1065 * target buffer.
1066 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001067static int iwl3945_rx_queue_restock(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07001068{
Abhijeet Kolekarcc2f3622008-12-19 10:37:25 +08001069 struct iwl_rx_queue *rxq = &priv->rxq;
Zhu Yib481de92007-09-25 17:54:57 -07001070 struct list_head *element;
Abhijeet Kolekar6100b582008-12-19 10:37:24 +08001071 struct iwl_rx_mem_buffer *rxb;
Zhu Yib481de92007-09-25 17:54:57 -07001072 unsigned long flags;
1073 int write, rc;
1074
1075 spin_lock_irqsave(&rxq->lock, flags);
1076 write = rxq->write & ~0x7;
Winkler, Tomas37d68312009-01-08 10:19:54 -08001077 while ((iwl_rx_queue_space(rxq) > 0) && (rxq->free_count)) {
Cahill, Ben M6440adb2007-11-29 11:09:55 +08001078 /* Get next free Rx buffer, remove from free list */
Zhu Yib481de92007-09-25 17:54:57 -07001079 element = rxq->rx_free.next;
Abhijeet Kolekar6100b582008-12-19 10:37:24 +08001080 rxb = list_entry(element, struct iwl_rx_mem_buffer, list);
Zhu Yib481de92007-09-25 17:54:57 -07001081 list_del(element);
Cahill, Ben M6440adb2007-11-29 11:09:55 +08001082
1083 /* Point to Rx buffer via next RBD in circular buffer */
Zhu Yi2f301222009-10-09 17:19:45 +08001084 rxq->bd[rxq->write] = iwl3945_dma_addr2rbd_ptr(priv, rxb->page_dma);
Zhu Yib481de92007-09-25 17:54:57 -07001085 rxq->queue[rxq->write] = rxb;
1086 rxq->write = (rxq->write + 1) & RX_QUEUE_MASK;
1087 rxq->free_count--;
1088 }
1089 spin_unlock_irqrestore(&rxq->lock, flags);
1090 /* If the pre-allocated buffer pool is dropping low, schedule to
1091 * refill it */
1092 if (rxq->free_count <= RX_LOW_WATERMARK)
1093 queue_work(priv->workqueue, &priv->rx_replenish);
1094
1095
Cahill, Ben M6440adb2007-11-29 11:09:55 +08001096 /* If we've added more space for the firmware to place data, tell it.
1097 * Increment device's write pointer in multiples of 8. */
Abhijeet Kolekard14d44402009-06-03 11:44:08 -07001098 if ((rxq->write_actual != (rxq->write & ~0x7))
Zhu Yib481de92007-09-25 17:54:57 -07001099 || (abs(rxq->write - rxq->read) > 7)) {
1100 spin_lock_irqsave(&rxq->lock, flags);
1101 rxq->need_update = 1;
1102 spin_unlock_irqrestore(&rxq->lock, flags);
Winkler, Tomas141c43a2009-01-08 10:19:53 -08001103 rc = iwl_rx_queue_update_write_ptr(priv, rxq);
Zhu Yib481de92007-09-25 17:54:57 -07001104 if (rc)
1105 return rc;
1106 }
1107
1108 return 0;
1109}
1110
1111/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001112 * iwl3945_rx_replenish - Move all used packet from rx_used to rx_free
Zhu Yib481de92007-09-25 17:54:57 -07001113 *
1114 * When moving to rx_free an SKB is allocated for the slot.
1115 *
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001116 * Also restock the Rx queue via iwl3945_rx_queue_restock.
Ian Schram01ebd062007-10-25 17:15:22 +08001117 * This is called as a scheduled work item (except for during initialization)
Zhu Yib481de92007-09-25 17:54:57 -07001118 */
Abhijeet Kolekard14d44402009-06-03 11:44:08 -07001119static void iwl3945_rx_allocate(struct iwl_priv *priv, gfp_t priority)
Zhu Yib481de92007-09-25 17:54:57 -07001120{
Abhijeet Kolekarcc2f3622008-12-19 10:37:25 +08001121 struct iwl_rx_queue *rxq = &priv->rxq;
Zhu Yib481de92007-09-25 17:54:57 -07001122 struct list_head *element;
Abhijeet Kolekar6100b582008-12-19 10:37:24 +08001123 struct iwl_rx_mem_buffer *rxb;
Zhu Yi2f301222009-10-09 17:19:45 +08001124 struct page *page;
Zhu Yib481de92007-09-25 17:54:57 -07001125 unsigned long flags;
Zhu Yi29b1b262009-10-23 13:42:25 -07001126 gfp_t gfp_mask = priority;
Abhijeet Kolekar72240492009-04-30 13:56:26 -07001127
1128 while (1) {
1129 spin_lock_irqsave(&rxq->lock, flags);
1130
1131 if (list_empty(&rxq->rx_used)) {
1132 spin_unlock_irqrestore(&rxq->lock, flags);
1133 return;
1134 }
Abhijeet Kolekar72240492009-04-30 13:56:26 -07001135 spin_unlock_irqrestore(&rxq->lock, flags);
Cahill, Ben M6440adb2007-11-29 11:09:55 +08001136
Reinette Chatref82a9242009-09-17 10:43:56 -07001137 if (rxq->free_count > RX_LOW_WATERMARK)
Zhu Yi29b1b262009-10-23 13:42:25 -07001138 gfp_mask |= __GFP_NOWARN;
Zhu Yi2f301222009-10-09 17:19:45 +08001139
1140 if (priv->hw_params.rx_page_order > 0)
Zhu Yi29b1b262009-10-23 13:42:25 -07001141 gfp_mask |= __GFP_COMP;
Zhu Yi2f301222009-10-09 17:19:45 +08001142
Cahill, Ben M6440adb2007-11-29 11:09:55 +08001143 /* Alloc a new receive buffer */
Zhu Yi29b1b262009-10-23 13:42:25 -07001144 page = alloc_pages(gfp_mask, priv->hw_params.rx_page_order);
Zhu Yi2f301222009-10-09 17:19:45 +08001145 if (!page) {
Zhu Yib481de92007-09-25 17:54:57 -07001146 if (net_ratelimit())
Reinette Chatref82a9242009-09-17 10:43:56 -07001147 IWL_DEBUG_INFO(priv, "Failed to allocate SKB buffer.\n");
1148 if ((rxq->free_count <= RX_LOW_WATERMARK) &&
1149 net_ratelimit())
1150 IWL_CRIT(priv, "Failed to allocate SKB buffer with %s. Only %u free buffers remaining.\n",
1151 priority == GFP_ATOMIC ? "GFP_ATOMIC" : "GFP_KERNEL",
1152 rxq->free_count);
Zhu Yib481de92007-09-25 17:54:57 -07001153 /* We don't reschedule replenish work here -- we will
1154 * call the restock method and if it still needs
1155 * more buffers it will schedule replenish */
1156 break;
1157 }
Zhu Yi12342c42007-12-20 11:27:32 +08001158
Reinette Chatrede0bd502009-09-11 10:38:12 -07001159 spin_lock_irqsave(&rxq->lock, flags);
1160 if (list_empty(&rxq->rx_used)) {
1161 spin_unlock_irqrestore(&rxq->lock, flags);
Zhu Yi2f301222009-10-09 17:19:45 +08001162 __free_pages(page, priv->hw_params.rx_page_order);
Reinette Chatrede0bd502009-09-11 10:38:12 -07001163 return;
1164 }
1165 element = rxq->rx_used.next;
1166 rxb = list_entry(element, struct iwl_rx_mem_buffer, list);
1167 list_del(element);
1168 spin_unlock_irqrestore(&rxq->lock, flags);
1169
Zhu Yi2f301222009-10-09 17:19:45 +08001170 rxb->page = page;
Cahill, Ben M6440adb2007-11-29 11:09:55 +08001171 /* Get physical address of RB/SKB */
Zhu Yi2f301222009-10-09 17:19:45 +08001172 rxb->page_dma = pci_map_page(priv->pci_dev, page, 0,
1173 PAGE_SIZE << priv->hw_params.rx_page_order,
1174 PCI_DMA_FROMDEVICE);
Abhijeet Kolekar72240492009-04-30 13:56:26 -07001175
1176 spin_lock_irqsave(&rxq->lock, flags);
Zhu Yi2f301222009-10-09 17:19:45 +08001177
Zhu Yib481de92007-09-25 17:54:57 -07001178 list_add_tail(&rxb->list, &rxq->rx_free);
1179 rxq->free_count++;
Zhu Yi2f301222009-10-09 17:19:45 +08001180 priv->alloc_rxb_page++;
1181
Abhijeet Kolekar72240492009-04-30 13:56:26 -07001182 spin_unlock_irqrestore(&rxq->lock, flags);
Zhu Yib481de92007-09-25 17:54:57 -07001183 }
Mohamed Abbas5c0eef92007-11-29 11:10:14 +08001184}
1185
Reinette Chatredf833b12009-04-21 10:55:48 -07001186void iwl3945_rx_queue_reset(struct iwl_priv *priv, struct iwl_rx_queue *rxq)
1187{
1188 unsigned long flags;
1189 int i;
1190 spin_lock_irqsave(&rxq->lock, flags);
1191 INIT_LIST_HEAD(&rxq->rx_free);
1192 INIT_LIST_HEAD(&rxq->rx_used);
1193 /* Fill the rx_used queue with _all_ of the Rx buffers */
1194 for (i = 0; i < RX_FREE_BUFFERS + RX_QUEUE_SIZE; i++) {
1195 /* In the reset function, these buffers may have been allocated
1196 * to an SKB, so we need to unmap and free potential storage */
Zhu Yi2f301222009-10-09 17:19:45 +08001197 if (rxq->pool[i].page != NULL) {
1198 pci_unmap_page(priv->pci_dev, rxq->pool[i].page_dma,
1199 PAGE_SIZE << priv->hw_params.rx_page_order,
1200 PCI_DMA_FROMDEVICE);
1201 priv->alloc_rxb_page--;
1202 __free_pages(rxq->pool[i].page,
1203 priv->hw_params.rx_page_order);
1204 rxq->pool[i].page = NULL;
Reinette Chatredf833b12009-04-21 10:55:48 -07001205 }
1206 list_add_tail(&rxq->pool[i].list, &rxq->rx_used);
1207 }
1208
1209 /* Set us so that we have processed and used all buffers, but have
1210 * not restocked the Rx queue with fresh buffers */
1211 rxq->read = rxq->write = 0;
Abhijeet Kolekard14d44402009-06-03 11:44:08 -07001212 rxq->write_actual = 0;
Zhu Yi2f301222009-10-09 17:19:45 +08001213 rxq->free_count = 0;
Reinette Chatredf833b12009-04-21 10:55:48 -07001214 spin_unlock_irqrestore(&rxq->lock, flags);
1215}
Reinette Chatredf833b12009-04-21 10:55:48 -07001216
Mohamed Abbas5c0eef92007-11-29 11:10:14 +08001217void iwl3945_rx_replenish(void *data)
1218{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001219 struct iwl_priv *priv = data;
Mohamed Abbas5c0eef92007-11-29 11:10:14 +08001220 unsigned long flags;
1221
Abhijeet Kolekard14d44402009-06-03 11:44:08 -07001222 iwl3945_rx_allocate(priv, GFP_KERNEL);
Zhu Yib481de92007-09-25 17:54:57 -07001223
1224 spin_lock_irqsave(&priv->lock, flags);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001225 iwl3945_rx_queue_restock(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001226 spin_unlock_irqrestore(&priv->lock, flags);
1227}
1228
Abhijeet Kolekard14d44402009-06-03 11:44:08 -07001229static void iwl3945_rx_replenish_now(struct iwl_priv *priv)
1230{
1231 iwl3945_rx_allocate(priv, GFP_ATOMIC);
1232
1233 iwl3945_rx_queue_restock(priv);
1234}
1235
1236
Reinette Chatredf833b12009-04-21 10:55:48 -07001237/* Assumes that the skb field of the buffers in 'pool' is kept accurate.
1238 * If an SKB has been detached, the POOL needs to have its SKB set to NULL
1239 * This free routine walks the list of POOL entries and if SKB is set to
1240 * non NULL it is unmapped and freed
1241 */
1242static void iwl3945_rx_queue_free(struct iwl_priv *priv, struct iwl_rx_queue *rxq)
1243{
1244 int i;
1245 for (i = 0; i < RX_QUEUE_SIZE + RX_FREE_BUFFERS; i++) {
Zhu Yi2f301222009-10-09 17:19:45 +08001246 if (rxq->pool[i].page != NULL) {
1247 pci_unmap_page(priv->pci_dev, rxq->pool[i].page_dma,
1248 PAGE_SIZE << priv->hw_params.rx_page_order,
1249 PCI_DMA_FROMDEVICE);
1250 __free_pages(rxq->pool[i].page,
1251 priv->hw_params.rx_page_order);
1252 rxq->pool[i].page = NULL;
1253 priv->alloc_rxb_page--;
Reinette Chatredf833b12009-04-21 10:55:48 -07001254 }
1255 }
1256
1257 pci_free_consistent(priv->pci_dev, 4 * RX_QUEUE_SIZE, rxq->bd,
1258 rxq->dma_addr);
1259 pci_free_consistent(priv->pci_dev, sizeof(struct iwl_rb_status),
1260 rxq->rb_stts, rxq->rb_stts_dma);
1261 rxq->bd = NULL;
1262 rxq->rb_stts = NULL;
1263}
Reinette Chatredf833b12009-04-21 10:55:48 -07001264
1265
Zhu Yib481de92007-09-25 17:54:57 -07001266/* Convert linear signal-to-noise ratio into dB */
1267static u8 ratio2dB[100] = {
1268/* 0 1 2 3 4 5 6 7 8 9 */
1269 0, 0, 6, 10, 12, 14, 16, 17, 18, 19, /* 00 - 09 */
1270 20, 21, 22, 22, 23, 23, 24, 25, 26, 26, /* 10 - 19 */
1271 26, 26, 26, 27, 27, 28, 28, 28, 29, 29, /* 20 - 29 */
1272 29, 30, 30, 30, 31, 31, 31, 31, 32, 32, /* 30 - 39 */
1273 32, 32, 32, 33, 33, 33, 33, 33, 34, 34, /* 40 - 49 */
1274 34, 34, 34, 34, 35, 35, 35, 35, 35, 35, /* 50 - 59 */
1275 36, 36, 36, 36, 36, 36, 36, 37, 37, 37, /* 60 - 69 */
1276 37, 37, 37, 37, 37, 38, 38, 38, 38, 38, /* 70 - 79 */
1277 38, 38, 38, 38, 38, 39, 39, 39, 39, 39, /* 80 - 89 */
1278 39, 39, 39, 39, 39, 40, 40, 40, 40, 40 /* 90 - 99 */
1279};
1280
1281/* Calculates a relative dB value from a ratio of linear
1282 * (i.e. not dB) signal levels.
1283 * Conversion assumes that levels are voltages (20*log), not powers (10*log). */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001284int iwl3945_calc_db_from_ratio(int sig_ratio)
Zhu Yib481de92007-09-25 17:54:57 -07001285{
Adrian Bunk221c80c2008-02-02 23:19:01 +02001286 /* 1000:1 or higher just report as 60 dB */
1287 if (sig_ratio >= 1000)
Zhu Yib481de92007-09-25 17:54:57 -07001288 return 60;
1289
Adrian Bunk221c80c2008-02-02 23:19:01 +02001290 /* 100:1 or higher, divide by 10 and use table,
Zhu Yib481de92007-09-25 17:54:57 -07001291 * add 20 dB to make up for divide by 10 */
Adrian Bunk221c80c2008-02-02 23:19:01 +02001292 if (sig_ratio >= 100)
Tomas Winkler3ac7f142008-07-21 02:40:14 +03001293 return 20 + (int)ratio2dB[sig_ratio/10];
Zhu Yib481de92007-09-25 17:54:57 -07001294
1295 /* We shouldn't see this */
1296 if (sig_ratio < 1)
1297 return 0;
1298
1299 /* Use table for ratios 1:1 - 99:1 */
1300 return (int)ratio2dB[sig_ratio];
1301}
1302
1303#define PERFECT_RSSI (-20) /* dBm */
1304#define WORST_RSSI (-95) /* dBm */
1305#define RSSI_RANGE (PERFECT_RSSI - WORST_RSSI)
1306
1307/* Calculate an indication of rx signal quality (a percentage, not dBm!).
1308 * See http://www.ces.clemson.edu/linux/signal_quality.shtml for info
1309 * about formulas used below. */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001310int iwl3945_calc_sig_qual(int rssi_dbm, int noise_dbm)
Zhu Yib481de92007-09-25 17:54:57 -07001311{
1312 int sig_qual;
1313 int degradation = PERFECT_RSSI - rssi_dbm;
1314
1315 /* If we get a noise measurement, use signal-to-noise ratio (SNR)
1316 * as indicator; formula is (signal dbm - noise dbm).
1317 * SNR at or above 40 is a great signal (100%).
1318 * Below that, scale to fit SNR of 0 - 40 dB within 0 - 100% indicator.
1319 * Weakest usable signal is usually 10 - 15 dB SNR. */
1320 if (noise_dbm) {
1321 if (rssi_dbm - noise_dbm >= 40)
1322 return 100;
1323 else if (rssi_dbm < noise_dbm)
1324 return 0;
1325 sig_qual = ((rssi_dbm - noise_dbm) * 5) / 2;
1326
1327 /* Else use just the signal level.
1328 * This formula is a least squares fit of data points collected and
1329 * compared with a reference system that had a percentage (%) display
1330 * for signal quality. */
1331 } else
1332 sig_qual = (100 * (RSSI_RANGE * RSSI_RANGE) - degradation *
1333 (15 * RSSI_RANGE + 62 * degradation)) /
1334 (RSSI_RANGE * RSSI_RANGE);
1335
1336 if (sig_qual > 100)
1337 sig_qual = 100;
1338 else if (sig_qual < 1)
1339 sig_qual = 0;
1340
1341 return sig_qual;
1342}
1343
1344/**
Ben Cahill9fbab512007-11-29 11:09:47 +08001345 * iwl3945_rx_handle - Main entry function for receiving responses from uCode
Zhu Yib481de92007-09-25 17:54:57 -07001346 *
1347 * Uses the priv->rx_handlers callback function array to invoke
1348 * the appropriate handlers, including command responses,
1349 * frame-received notifications, and other notifications.
1350 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001351static void iwl3945_rx_handle(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07001352{
Abhijeet Kolekar6100b582008-12-19 10:37:24 +08001353 struct iwl_rx_mem_buffer *rxb;
Tomas Winkler3d24a9f2008-12-19 10:37:07 +08001354 struct iwl_rx_packet *pkt;
Abhijeet Kolekarcc2f3622008-12-19 10:37:25 +08001355 struct iwl_rx_queue *rxq = &priv->rxq;
Zhu Yib481de92007-09-25 17:54:57 -07001356 u32 r, i;
1357 int reclaim;
1358 unsigned long flags;
Mohamed Abbas5c0eef92007-11-29 11:10:14 +08001359 u8 fill_rx = 0;
Mohamed Abbasd68ab682008-02-07 13:16:33 -08001360 u32 count = 8;
Abhijeet Kolekard14d44402009-06-03 11:44:08 -07001361 int total_empty = 0;
Zhu Yib481de92007-09-25 17:54:57 -07001362
Cahill, Ben M6440adb2007-11-29 11:09:55 +08001363 /* uCode's read index (stored in shared DRAM) indicates the last Rx
1364 * buffer that the driver may process (last buffer filled by ucode). */
Winkler, Tomas8cd812b2008-12-19 10:37:43 +08001365 r = le16_to_cpu(rxq->rb_stts->closed_rb_num) & 0x0FFF;
Zhu Yib481de92007-09-25 17:54:57 -07001366 i = rxq->read;
1367
Abhijeet Kolekard14d44402009-06-03 11:44:08 -07001368 /* calculate total frames need to be restock after handling RX */
Zhu Yi73005152009-10-23 13:42:32 -07001369 total_empty = r - rxq->write_actual;
Abhijeet Kolekard14d44402009-06-03 11:44:08 -07001370 if (total_empty < 0)
1371 total_empty += RX_QUEUE_SIZE;
1372
1373 if (total_empty > (RX_QUEUE_SIZE / 2))
Mohamed Abbas5c0eef92007-11-29 11:10:14 +08001374 fill_rx = 1;
Zhu Yib481de92007-09-25 17:54:57 -07001375 /* Rx interrupt, but nothing sent from uCode */
1376 if (i == r)
Reinette Chatreaf472a952009-08-28 09:58:50 -07001377 IWL_DEBUG_RX(priv, "r = %d, i = %d\n", r, i);
Zhu Yib481de92007-09-25 17:54:57 -07001378
1379 while (i != r) {
1380 rxb = rxq->queue[i];
1381
Ben Cahill9fbab512007-11-29 11:09:47 +08001382 /* If an RXB doesn't have a Rx queue slot associated with it,
Zhu Yib481de92007-09-25 17:54:57 -07001383 * then a bug has been introduced in the queue refilling
1384 * routines -- catch it here */
1385 BUG_ON(rxb == NULL);
1386
1387 rxq->queue[i] = NULL;
1388
Zhu Yi2f301222009-10-09 17:19:45 +08001389 pci_unmap_page(priv->pci_dev, rxb->page_dma,
1390 PAGE_SIZE << priv->hw_params.rx_page_order,
1391 PCI_DMA_FROMDEVICE);
1392 pkt = rxb_addr(rxb);
Zhu Yib481de92007-09-25 17:54:57 -07001393
Johannes Bergbe1a71a2009-10-02 13:44:02 -07001394 trace_iwlwifi_dev_rx(priv, pkt,
1395 le32_to_cpu(pkt->len_n_flags) & FH_RSCSR_FRAME_SIZE_MSK);
1396
Zhu Yib481de92007-09-25 17:54:57 -07001397 /* Reclaim a command buffer only if this packet is a response
1398 * to a (driver-originated) command.
1399 * If the packet (e.g. Rx frame) originated from uCode,
1400 * there is no command buffer to reclaim.
1401 * Ucode should set SEQ_RX_FRAME bit if ucode-originated,
1402 * but apparently a few don't get set; catch them here. */
1403 reclaim = !(pkt->hdr.sequence & SEQ_RX_FRAME) &&
1404 (pkt->hdr.cmd != STATISTICS_NOTIFICATION) &&
1405 (pkt->hdr.cmd != REPLY_TX);
1406
1407 /* Based on type of command response or notification,
1408 * handle those that need handling via function in
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001409 * rx_handlers table. See iwl3945_setup_rx_handlers() */
Zhu Yib481de92007-09-25 17:54:57 -07001410 if (priv->rx_handlers[pkt->hdr.cmd]) {
Reinette Chatreaf472a952009-08-28 09:58:50 -07001411 IWL_DEBUG_RX(priv, "r = %d, i = %d, %s, 0x%02x\n", r, i,
Zhu Yib481de92007-09-25 17:54:57 -07001412 get_cmd_string(pkt->hdr.cmd), pkt->hdr.cmd);
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001413 priv->isr_stats.rx_handlers[pkt->hdr.cmd]++;
Zhu Yi29b1b262009-10-23 13:42:25 -07001414 priv->rx_handlers[pkt->hdr.cmd] (priv, rxb);
Zhu Yib481de92007-09-25 17:54:57 -07001415 } else {
1416 /* No handling needed */
Zhu Yi2f301222009-10-09 17:19:45 +08001417 IWL_DEBUG_RX(priv,
1418 "r %d i %d No handler needed for %s, 0x%02x\n",
Zhu Yib481de92007-09-25 17:54:57 -07001419 r, i, get_cmd_string(pkt->hdr.cmd),
1420 pkt->hdr.cmd);
1421 }
1422
Zhu Yi29b1b262009-10-23 13:42:25 -07001423 /*
1424 * XXX: After here, we should always check rxb->page
1425 * against NULL before touching it or its virtual
1426 * memory (pkt). Because some rx_handler might have
1427 * already taken or freed the pages.
1428 */
1429
Zhu Yib481de92007-09-25 17:54:57 -07001430 if (reclaim) {
Zhu Yi2f301222009-10-09 17:19:45 +08001431 /* Invoke any callbacks, transfer the buffer to caller,
1432 * and fire off the (possibly) blocking iwl_send_cmd()
Zhu Yib481de92007-09-25 17:54:57 -07001433 * as we reclaim the driver command queue */
Zhu Yi29b1b262009-10-23 13:42:25 -07001434 if (rxb->page)
Abhijeet Kolekar732587a2009-03-11 11:17:57 -07001435 iwl_tx_cmd_complete(priv, rxb);
Zhu Yib481de92007-09-25 17:54:57 -07001436 else
Winkler, Tomas39aadf82008-12-19 10:37:32 +08001437 IWL_WARN(priv, "Claim null rxb?\n");
Zhu Yib481de92007-09-25 17:54:57 -07001438 }
1439
Zhu Yi73005152009-10-23 13:42:32 -07001440 /* Reuse the page if possible. For notification packets and
1441 * SKBs that fail to Rx correctly, add them back into the
1442 * rx_free list for reuse later. */
Zhu Yib481de92007-09-25 17:54:57 -07001443 spin_lock_irqsave(&rxq->lock, flags);
Zhu Yi73005152009-10-23 13:42:32 -07001444 if (rxb->page != NULL) {
1445 rxb->page_dma = pci_map_page(priv->pci_dev, rxb->page,
1446 0, PAGE_SIZE << priv->hw_params.rx_page_order,
1447 PCI_DMA_FROMDEVICE);
1448 list_add_tail(&rxb->list, &rxq->rx_free);
1449 rxq->free_count++;
1450 } else
1451 list_add_tail(&rxb->list, &rxq->rx_used);
1452
Zhu Yib481de92007-09-25 17:54:57 -07001453 spin_unlock_irqrestore(&rxq->lock, flags);
Zhu Yi73005152009-10-23 13:42:32 -07001454
Zhu Yib481de92007-09-25 17:54:57 -07001455 i = (i + 1) & RX_QUEUE_MASK;
Mohamed Abbas5c0eef92007-11-29 11:10:14 +08001456 /* If there are a lot of unused frames,
1457 * restock the Rx queue so ucode won't assert. */
1458 if (fill_rx) {
1459 count++;
1460 if (count >= 8) {
Zhu Yi73005152009-10-23 13:42:32 -07001461 rxq->read = i;
Abhijeet Kolekard14d44402009-06-03 11:44:08 -07001462 iwl3945_rx_replenish_now(priv);
Mohamed Abbas5c0eef92007-11-29 11:10:14 +08001463 count = 0;
1464 }
1465 }
Zhu Yib481de92007-09-25 17:54:57 -07001466 }
1467
1468 /* Backtrack one entry */
Zhu Yi73005152009-10-23 13:42:32 -07001469 rxq->read = i;
Abhijeet Kolekard14d44402009-06-03 11:44:08 -07001470 if (fill_rx)
1471 iwl3945_rx_replenish_now(priv);
1472 else
1473 iwl3945_rx_queue_restock(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001474}
1475
Mohamed Abbas0359fac2008-03-28 16:21:08 -07001476/* call this function to flush any scheduled tasklet */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001477static inline void iwl_synchronize_irq(struct iwl_priv *priv)
Mohamed Abbas0359fac2008-03-28 16:21:08 -07001478{
Tomas Winklera96a27f2008-10-23 23:48:56 -07001479 /* wait to make sure we flush pending tasklet*/
Mohamed Abbas0359fac2008-03-28 16:21:08 -07001480 synchronize_irq(priv->pci_dev->irq);
1481 tasklet_kill(&priv->irq_tasklet);
1482}
1483
Zhu Yib481de92007-09-25 17:54:57 -07001484static const char *desc_lookup(int i)
1485{
1486 switch (i) {
1487 case 1:
1488 return "FAIL";
1489 case 2:
1490 return "BAD_PARAM";
1491 case 3:
1492 return "BAD_CHECKSUM";
1493 case 4:
1494 return "NMI_INTERRUPT";
1495 case 5:
1496 return "SYSASSERT";
1497 case 6:
1498 return "FATAL_ERROR";
1499 }
1500
1501 return "UNKNOWN";
1502}
1503
1504#define ERROR_START_OFFSET (1 * sizeof(u32))
1505#define ERROR_ELEM_SIZE (7 * sizeof(u32))
1506
Reinette Chatreb7a79402009-09-25 14:24:23 -07001507void iwl3945_dump_nic_error_log(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07001508{
1509 u32 i;
1510 u32 desc, time, count, base, data1;
1511 u32 blink1, blink2, ilink1, ilink2;
Zhu Yib481de92007-09-25 17:54:57 -07001512
1513 base = le32_to_cpu(priv->card_alive.error_event_table_ptr);
1514
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001515 if (!iwl3945_hw_valid_rtc_data_addr(base)) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08001516 IWL_ERR(priv, "Not valid error log pointer 0x%08X\n", base);
Zhu Yib481de92007-09-25 17:54:57 -07001517 return;
1518 }
1519
Zhu Yib481de92007-09-25 17:54:57 -07001520
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001521 count = iwl_read_targ_mem(priv, base);
Zhu Yib481de92007-09-25 17:54:57 -07001522
1523 if (ERROR_START_OFFSET <= count * ERROR_ELEM_SIZE) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08001524 IWL_ERR(priv, "Start IWL Error Log Dump:\n");
1525 IWL_ERR(priv, "Status: 0x%08lX, count: %d\n",
1526 priv->status, count);
Zhu Yib481de92007-09-25 17:54:57 -07001527 }
1528
Winkler, Tomas15b16872008-12-19 10:37:33 +08001529 IWL_ERR(priv, "Desc Time asrtPC blink2 "
Zhu Yib481de92007-09-25 17:54:57 -07001530 "ilink1 nmiPC Line\n");
1531 for (i = ERROR_START_OFFSET;
1532 i < (count * ERROR_ELEM_SIZE) + ERROR_START_OFFSET;
1533 i += ERROR_ELEM_SIZE) {
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001534 desc = iwl_read_targ_mem(priv, base + i);
Zhu Yib481de92007-09-25 17:54:57 -07001535 time =
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001536 iwl_read_targ_mem(priv, base + i + 1 * sizeof(u32));
Zhu Yib481de92007-09-25 17:54:57 -07001537 blink1 =
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001538 iwl_read_targ_mem(priv, base + i + 2 * sizeof(u32));
Zhu Yib481de92007-09-25 17:54:57 -07001539 blink2 =
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001540 iwl_read_targ_mem(priv, base + i + 3 * sizeof(u32));
Zhu Yib481de92007-09-25 17:54:57 -07001541 ilink1 =
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001542 iwl_read_targ_mem(priv, base + i + 4 * sizeof(u32));
Zhu Yib481de92007-09-25 17:54:57 -07001543 ilink2 =
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001544 iwl_read_targ_mem(priv, base + i + 5 * sizeof(u32));
Zhu Yib481de92007-09-25 17:54:57 -07001545 data1 =
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001546 iwl_read_targ_mem(priv, base + i + 6 * sizeof(u32));
Zhu Yib481de92007-09-25 17:54:57 -07001547
Winkler, Tomas15b16872008-12-19 10:37:33 +08001548 IWL_ERR(priv,
1549 "%-13s (#%d) %010u 0x%05X 0x%05X 0x%05X 0x%05X %u\n\n",
1550 desc_lookup(desc), desc, time, blink1, blink2,
1551 ilink1, ilink2, data1);
Johannes Bergbe1a71a2009-10-02 13:44:02 -07001552 trace_iwlwifi_dev_ucode_error(priv, desc, time, data1, 0,
1553 0, blink1, blink2, ilink1, ilink2);
Zhu Yib481de92007-09-25 17:54:57 -07001554 }
Zhu Yib481de92007-09-25 17:54:57 -07001555}
1556
Ben Cahillf58177b2007-11-29 11:09:43 +08001557#define EVENT_START_OFFSET (6 * sizeof(u32))
Zhu Yib481de92007-09-25 17:54:57 -07001558
1559/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001560 * iwl3945_print_event_log - Dump error event log to syslog
Zhu Yib481de92007-09-25 17:54:57 -07001561 *
Zhu Yib481de92007-09-25 17:54:57 -07001562 */
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001563static int iwl3945_print_event_log(struct iwl_priv *priv, u32 start_idx,
1564 u32 num_events, u32 mode,
1565 int pos, char **buf, size_t bufsz)
Zhu Yib481de92007-09-25 17:54:57 -07001566{
1567 u32 i;
1568 u32 base; /* SRAM byte address of event log header */
1569 u32 event_size; /* 2 u32s, or 3 u32s if timestamp recorded */
1570 u32 ptr; /* SRAM byte address of log data */
1571 u32 ev, time, data; /* event log data */
Ben Cahille5854472009-11-06 14:52:58 -08001572 unsigned long reg_flags;
Zhu Yib481de92007-09-25 17:54:57 -07001573
1574 if (num_events == 0)
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001575 return pos;
Zhu Yib481de92007-09-25 17:54:57 -07001576
1577 base = le32_to_cpu(priv->card_alive.log_event_table_ptr);
1578
1579 if (mode == 0)
1580 event_size = 2 * sizeof(u32);
1581 else
1582 event_size = 3 * sizeof(u32);
1583
1584 ptr = base + EVENT_START_OFFSET + (start_idx * event_size);
1585
Ben Cahille5854472009-11-06 14:52:58 -08001586 /* Make sure device is powered up for SRAM reads */
1587 spin_lock_irqsave(&priv->reg_lock, reg_flags);
1588 iwl_grab_nic_access(priv);
1589
1590 /* Set starting address; reads will auto-increment */
1591 _iwl_write_direct32(priv, HBUS_TARG_MEM_RADDR, ptr);
1592 rmb();
1593
Zhu Yib481de92007-09-25 17:54:57 -07001594 /* "time" is actually "data" for mode 0 (no timestamp).
1595 * place event id # at far right for easier visual parsing. */
1596 for (i = 0; i < num_events; i++) {
Ben Cahille5854472009-11-06 14:52:58 -08001597 ev = _iwl_read_direct32(priv, HBUS_TARG_MEM_RDAT);
1598 time = _iwl_read_direct32(priv, HBUS_TARG_MEM_RDAT);
Winkler, Tomas15b16872008-12-19 10:37:33 +08001599 if (mode == 0) {
1600 /* data, ev */
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001601 if (bufsz) {
1602 pos += scnprintf(*buf + pos, bufsz - pos,
1603 "0x%08x:%04u\n",
1604 time, ev);
1605 } else {
1606 IWL_ERR(priv, "0x%08x\t%04u\n", time, ev);
1607 trace_iwlwifi_dev_ucode_event(priv, 0,
1608 time, ev);
1609 }
Winkler, Tomas15b16872008-12-19 10:37:33 +08001610 } else {
Ben Cahille5854472009-11-06 14:52:58 -08001611 data = _iwl_read_direct32(priv, HBUS_TARG_MEM_RDAT);
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001612 if (bufsz) {
1613 pos += scnprintf(*buf + pos, bufsz - pos,
1614 "%010u:0x%08x:%04u\n",
1615 time, data, ev);
1616 } else {
1617 IWL_ERR(priv, "%010u\t0x%08x\t%04u\n",
1618 time, data, ev);
1619 trace_iwlwifi_dev_ucode_event(priv, time,
1620 data, ev);
1621 }
Zhu Yib481de92007-09-25 17:54:57 -07001622 }
1623 }
Ben Cahille5854472009-11-06 14:52:58 -08001624
1625 /* Allow device to power down */
1626 iwl_release_nic_access(priv);
1627 spin_unlock_irqrestore(&priv->reg_lock, reg_flags);
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001628 return pos;
Zhu Yib481de92007-09-25 17:54:57 -07001629}
1630
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001631/**
1632 * iwl3945_print_last_event_logs - Dump the newest # of event log to syslog
1633 */
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001634static int iwl3945_print_last_event_logs(struct iwl_priv *priv, u32 capacity,
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001635 u32 num_wraps, u32 next_entry,
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001636 u32 size, u32 mode,
1637 int pos, char **buf, size_t bufsz)
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001638{
1639 /*
1640 * display the newest DEFAULT_LOG_ENTRIES entries
1641 * i.e the entries just before the next ont that uCode would fill.
1642 */
1643 if (num_wraps) {
1644 if (next_entry < size) {
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001645 pos = iwl3945_print_event_log(priv,
1646 capacity - (size - next_entry),
1647 size - next_entry, mode,
1648 pos, buf, bufsz);
1649 pos = iwl3945_print_event_log(priv, 0,
1650 next_entry, mode,
1651 pos, buf, bufsz);
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001652 } else
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001653 pos = iwl3945_print_event_log(priv, next_entry - size,
1654 size, mode,
1655 pos, buf, bufsz);
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001656 } else {
1657 if (next_entry < size)
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001658 pos = iwl3945_print_event_log(priv, 0,
1659 next_entry, mode,
1660 pos, buf, bufsz);
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001661 else
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001662 pos = iwl3945_print_event_log(priv, next_entry - size,
1663 size, mode,
1664 pos, buf, bufsz);
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001665 }
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001666 return pos;
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001667}
1668
Ben Cahill84c40692009-11-06 14:52:57 -08001669/* For sanity check only. Actual size is determined by uCode, typ. 512 */
1670#define IWL3945_MAX_EVENT_LOG_SIZE (512)
1671
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001672#define DEFAULT_IWL3945_DUMP_EVENT_LOG_ENTRIES (20)
1673
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001674int iwl3945_dump_nic_event_log(struct iwl_priv *priv, bool full_log,
1675 char **buf, bool display)
Zhu Yib481de92007-09-25 17:54:57 -07001676{
Zhu Yib481de92007-09-25 17:54:57 -07001677 u32 base; /* SRAM byte address of event log header */
1678 u32 capacity; /* event log capacity in # entries */
1679 u32 mode; /* 0 - no timestamp, 1 - timestamp recorded */
1680 u32 num_wraps; /* # times uCode wrapped to top of log */
1681 u32 next_entry; /* index of next entry to be written by uCode */
1682 u32 size; /* # entries that we'll print */
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001683 int pos = 0;
1684 size_t bufsz = 0;
Zhu Yib481de92007-09-25 17:54:57 -07001685
1686 base = le32_to_cpu(priv->card_alive.log_event_table_ptr);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001687 if (!iwl3945_hw_valid_rtc_data_addr(base)) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08001688 IWL_ERR(priv, "Invalid event log pointer 0x%08X\n", base);
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001689 return pos;
Zhu Yib481de92007-09-25 17:54:57 -07001690 }
1691
Zhu Yib481de92007-09-25 17:54:57 -07001692 /* event log header */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001693 capacity = iwl_read_targ_mem(priv, base);
1694 mode = iwl_read_targ_mem(priv, base + (1 * sizeof(u32)));
1695 num_wraps = iwl_read_targ_mem(priv, base + (2 * sizeof(u32)));
1696 next_entry = iwl_read_targ_mem(priv, base + (3 * sizeof(u32)));
Zhu Yib481de92007-09-25 17:54:57 -07001697
Ben Cahill84c40692009-11-06 14:52:57 -08001698 if (capacity > IWL3945_MAX_EVENT_LOG_SIZE) {
1699 IWL_ERR(priv, "Log capacity %d is bogus, limit to %d entries\n",
1700 capacity, IWL3945_MAX_EVENT_LOG_SIZE);
1701 capacity = IWL3945_MAX_EVENT_LOG_SIZE;
1702 }
1703
1704 if (next_entry > IWL3945_MAX_EVENT_LOG_SIZE) {
1705 IWL_ERR(priv, "Log write index %d is bogus, limit to %d\n",
1706 next_entry, IWL3945_MAX_EVENT_LOG_SIZE);
1707 next_entry = IWL3945_MAX_EVENT_LOG_SIZE;
1708 }
1709
Zhu Yib481de92007-09-25 17:54:57 -07001710 size = num_wraps ? capacity : next_entry;
1711
1712 /* bail out if nothing in log */
1713 if (size == 0) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08001714 IWL_ERR(priv, "Start IWL Event Log Dump: nothing in log\n");
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001715 return pos;
Zhu Yib481de92007-09-25 17:54:57 -07001716 }
1717
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001718#ifdef CONFIG_IWLWIFI_DEBUG
1719 if (!(iwl_get_debug_level(priv) & IWL_DL_FW_ERRORS))
1720 size = (size > DEFAULT_IWL3945_DUMP_EVENT_LOG_ENTRIES)
1721 ? DEFAULT_IWL3945_DUMP_EVENT_LOG_ENTRIES : size;
1722#else
1723 size = (size > DEFAULT_IWL3945_DUMP_EVENT_LOG_ENTRIES)
1724 ? DEFAULT_IWL3945_DUMP_EVENT_LOG_ENTRIES : size;
1725#endif
1726
1727 IWL_ERR(priv, "Start IWL Event Log Dump: display last %d count\n",
1728 size);
Zhu Yib481de92007-09-25 17:54:57 -07001729
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001730#ifdef CONFIG_IWLWIFI_DEBUG
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001731 if (display) {
1732 if (full_log)
1733 bufsz = capacity * 48;
1734 else
1735 bufsz = size * 48;
1736 *buf = kmalloc(bufsz, GFP_KERNEL);
1737 if (!*buf)
1738 return pos;
1739 }
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001740 if ((iwl_get_debug_level(priv) & IWL_DL_FW_ERRORS) || full_log) {
1741 /* if uCode has wrapped back to top of log,
1742 * start at the oldest entry,
1743 * i.e the next one that uCode would fill.
1744 */
1745 if (num_wraps)
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001746 pos = iwl3945_print_event_log(priv, next_entry,
1747 capacity - next_entry, mode,
1748 pos, buf, bufsz);
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001749
1750 /* (then/else) start at top of log */
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001751 pos = iwl3945_print_event_log(priv, 0, next_entry, mode,
1752 pos, buf, bufsz);
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001753 } else
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001754 pos = iwl3945_print_last_event_logs(priv, capacity, num_wraps,
1755 next_entry, size, mode,
1756 pos, buf, bufsz);
Reinette Chatreb7a79402009-09-25 14:24:23 -07001757#else
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001758 pos = iwl3945_print_last_event_logs(priv, capacity, num_wraps,
1759 next_entry, size, mode,
1760 pos, buf, bufsz);
Reinette Chatreb7a79402009-09-25 14:24:23 -07001761#endif
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001762 return pos;
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001763}
1764
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001765static void iwl3945_irq_tasklet(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07001766{
1767 u32 inta, handled = 0;
1768 u32 inta_fh;
1769 unsigned long flags;
Samuel Ortizd08853a2009-01-23 13:45:17 -08001770#ifdef CONFIG_IWLWIFI_DEBUG
Zhu Yib481de92007-09-25 17:54:57 -07001771 u32 inta_mask;
1772#endif
1773
1774 spin_lock_irqsave(&priv->lock, flags);
1775
1776 /* Ack/clear/reset pending uCode interrupts.
1777 * Note: Some bits in CSR_INT are "OR" of bits in CSR_FH_INT_STATUS,
1778 * and will clear only when CSR_FH_INT_STATUS gets cleared. */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001779 inta = iwl_read32(priv, CSR_INT);
1780 iwl_write32(priv, CSR_INT, inta);
Zhu Yib481de92007-09-25 17:54:57 -07001781
1782 /* Ack/clear/reset pending flow-handler (DMA) interrupts.
1783 * Any new interrupts that happen after this, either while we're
1784 * in this tasklet, or later, will show up in next ISR/tasklet. */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001785 inta_fh = iwl_read32(priv, CSR_FH_INT_STATUS);
1786 iwl_write32(priv, CSR_FH_INT_STATUS, inta_fh);
Zhu Yib481de92007-09-25 17:54:57 -07001787
Samuel Ortizd08853a2009-01-23 13:45:17 -08001788#ifdef CONFIG_IWLWIFI_DEBUG
Reinette Chatre3d816c72009-08-07 15:41:37 -07001789 if (iwl_get_debug_level(priv) & IWL_DL_ISR) {
Ben Cahill9fbab512007-11-29 11:09:47 +08001790 /* just for debug */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001791 inta_mask = iwl_read32(priv, CSR_INT_MASK);
Tomas Winklere1623442009-01-27 14:27:56 -08001792 IWL_DEBUG_ISR(priv, "inta 0x%08x, enabled 0x%08x, fh 0x%08x\n",
Zhu Yib481de92007-09-25 17:54:57 -07001793 inta, inta_mask, inta_fh);
1794 }
1795#endif
1796
Zhu Yi2f301222009-10-09 17:19:45 +08001797 spin_unlock_irqrestore(&priv->lock, flags);
1798
Zhu Yib481de92007-09-25 17:54:57 -07001799 /* Since CSR_INT and CSR_FH_INT_STATUS reads and clears are not
1800 * atomic, make sure that inta covers all the interrupts that
1801 * we've discovered, even if FH interrupt came in just after
1802 * reading CSR_INT. */
Tomas Winkler6f83eaa2008-03-04 18:09:28 -08001803 if (inta_fh & CSR39_FH_INT_RX_MASK)
Zhu Yib481de92007-09-25 17:54:57 -07001804 inta |= CSR_INT_BIT_FH_RX;
Tomas Winkler6f83eaa2008-03-04 18:09:28 -08001805 if (inta_fh & CSR39_FH_INT_TX_MASK)
Zhu Yib481de92007-09-25 17:54:57 -07001806 inta |= CSR_INT_BIT_FH_TX;
1807
1808 /* Now service all interrupt bits discovered above. */
1809 if (inta & CSR_INT_BIT_HW_ERR) {
Reinette Chatre58dba722009-07-17 09:30:25 -07001810 IWL_ERR(priv, "Hardware error detected. Restarting.\n");
Zhu Yib481de92007-09-25 17:54:57 -07001811
1812 /* Tell the device to stop sending interrupts */
Abhijeet Kolekared3b9322009-02-18 15:54:30 -08001813 iwl_disable_interrupts(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001814
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001815 priv->isr_stats.hw++;
Samuel Ortiz8ccde882009-01-27 14:27:52 -08001816 iwl_irq_handle_error(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001817
1818 handled |= CSR_INT_BIT_HW_ERR;
1819
Zhu Yib481de92007-09-25 17:54:57 -07001820 return;
1821 }
1822
Samuel Ortizd08853a2009-01-23 13:45:17 -08001823#ifdef CONFIG_IWLWIFI_DEBUG
Reinette Chatre3d816c72009-08-07 15:41:37 -07001824 if (iwl_get_debug_level(priv) & (IWL_DL_ISR)) {
Zhu Yib481de92007-09-25 17:54:57 -07001825 /* NIC fires this, but we don't use it, redundant with WAKEUP */
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001826 if (inta & CSR_INT_BIT_SCD) {
Tomas Winklere1623442009-01-27 14:27:56 -08001827 IWL_DEBUG_ISR(priv, "Scheduler finished to transmit "
Joonwoo Park25c03d82008-01-23 10:15:20 -08001828 "the frame/frames.\n");
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001829 priv->isr_stats.sch++;
1830 }
Zhu Yib481de92007-09-25 17:54:57 -07001831
1832 /* Alive notification via Rx interrupt will do the real work */
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001833 if (inta & CSR_INT_BIT_ALIVE) {
Tomas Winklere1623442009-01-27 14:27:56 -08001834 IWL_DEBUG_ISR(priv, "Alive interrupt\n");
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001835 priv->isr_stats.alive++;
1836 }
Zhu Yib481de92007-09-25 17:54:57 -07001837 }
1838#endif
1839 /* Safely ignore these bits for debug checks below */
Joonwoo Park25c03d82008-01-23 10:15:20 -08001840 inta &= ~(CSR_INT_BIT_SCD | CSR_INT_BIT_ALIVE);
Zhu Yib481de92007-09-25 17:54:57 -07001841
Zhu Yib481de92007-09-25 17:54:57 -07001842 /* Error detected by uCode */
1843 if (inta & CSR_INT_BIT_SW_ERR) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08001844 IWL_ERR(priv, "Microcode SW error detected. "
1845 "Restarting 0x%X.\n", inta);
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001846 priv->isr_stats.sw++;
1847 priv->isr_stats.sw_err = inta;
Samuel Ortiz8ccde882009-01-27 14:27:52 -08001848 iwl_irq_handle_error(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001849 handled |= CSR_INT_BIT_SW_ERR;
1850 }
1851
1852 /* uCode wakes up after power-down sleep */
1853 if (inta & CSR_INT_BIT_WAKEUP) {
Tomas Winklere1623442009-01-27 14:27:56 -08001854 IWL_DEBUG_ISR(priv, "Wakeup interrupt\n");
Winkler, Tomas141c43a2009-01-08 10:19:53 -08001855 iwl_rx_queue_update_write_ptr(priv, &priv->rxq);
Samuel Ortiz4f3602c2009-01-19 15:30:25 -08001856 iwl_txq_update_write_ptr(priv, &priv->txq[0]);
1857 iwl_txq_update_write_ptr(priv, &priv->txq[1]);
1858 iwl_txq_update_write_ptr(priv, &priv->txq[2]);
1859 iwl_txq_update_write_ptr(priv, &priv->txq[3]);
1860 iwl_txq_update_write_ptr(priv, &priv->txq[4]);
1861 iwl_txq_update_write_ptr(priv, &priv->txq[5]);
Zhu Yib481de92007-09-25 17:54:57 -07001862
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001863 priv->isr_stats.wakeup++;
Zhu Yib481de92007-09-25 17:54:57 -07001864 handled |= CSR_INT_BIT_WAKEUP;
1865 }
1866
1867 /* All uCode command responses, including Tx command responses,
1868 * Rx "responses" (frame-received notification), and other
1869 * notifications from uCode come through here*/
1870 if (inta & (CSR_INT_BIT_FH_RX | CSR_INT_BIT_SW_RX)) {
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001871 iwl3945_rx_handle(priv);
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001872 priv->isr_stats.rx++;
Zhu Yib481de92007-09-25 17:54:57 -07001873 handled |= (CSR_INT_BIT_FH_RX | CSR_INT_BIT_SW_RX);
1874 }
1875
1876 if (inta & CSR_INT_BIT_FH_TX) {
Tomas Winklere1623442009-01-27 14:27:56 -08001877 IWL_DEBUG_ISR(priv, "Tx interrupt\n");
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001878 priv->isr_stats.tx++;
Zhu Yib481de92007-09-25 17:54:57 -07001879
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001880 iwl_write32(priv, CSR_FH_INT_STATUS, (1 << 6));
Mohamed Abbasa8b50a02009-05-22 11:01:47 -07001881 iwl_write_direct32(priv, FH39_TCSR_CREDIT
1882 (FH39_SRVC_CHNL), 0x0);
Zhu Yib481de92007-09-25 17:54:57 -07001883 handled |= CSR_INT_BIT_FH_TX;
1884 }
1885
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001886 if (inta & ~handled) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08001887 IWL_ERR(priv, "Unhandled INTA bits 0x%08x\n", inta & ~handled);
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001888 priv->isr_stats.unhandled++;
1889 }
Zhu Yib481de92007-09-25 17:54:57 -07001890
Mohamed Abbas40cefda2009-05-22 11:01:52 -07001891 if (inta & ~priv->inta_mask) {
Winkler, Tomas39aadf82008-12-19 10:37:32 +08001892 IWL_WARN(priv, "Disabled INTA bits 0x%08x were pending\n",
Mohamed Abbas40cefda2009-05-22 11:01:52 -07001893 inta & ~priv->inta_mask);
Winkler, Tomas39aadf82008-12-19 10:37:32 +08001894 IWL_WARN(priv, " with FH_INT = 0x%08x\n", inta_fh);
Zhu Yib481de92007-09-25 17:54:57 -07001895 }
1896
1897 /* Re-enable all interrupts */
Mohamed Abbas0359fac2008-03-28 16:21:08 -07001898 /* only Re-enable if disabled by irq */
1899 if (test_bit(STATUS_INT_ENABLED, &priv->status))
Abhijeet Kolekared3b9322009-02-18 15:54:30 -08001900 iwl_enable_interrupts(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001901
Samuel Ortizd08853a2009-01-23 13:45:17 -08001902#ifdef CONFIG_IWLWIFI_DEBUG
Reinette Chatre3d816c72009-08-07 15:41:37 -07001903 if (iwl_get_debug_level(priv) & (IWL_DL_ISR)) {
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001904 inta = iwl_read32(priv, CSR_INT);
1905 inta_mask = iwl_read32(priv, CSR_INT_MASK);
1906 inta_fh = iwl_read32(priv, CSR_FH_INT_STATUS);
Tomas Winklere1623442009-01-27 14:27:56 -08001907 IWL_DEBUG_ISR(priv, "End inta 0x%08x, enabled 0x%08x, fh 0x%08x, "
Zhu Yib481de92007-09-25 17:54:57 -07001908 "flags 0x%08lx\n", inta, inta_mask, inta_fh, flags);
1909 }
1910#endif
Zhu Yib481de92007-09-25 17:54:57 -07001911}
1912
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001913static int iwl3945_get_channels_for_scan(struct iwl_priv *priv,
Johannes Berg8318d782008-01-24 19:38:38 +01001914 enum ieee80211_band band,
Abhijeet Kolekarf9340522008-09-03 11:26:58 +08001915 u8 is_active, u8 n_probes,
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001916 struct iwl3945_scan_channel *scan_ch)
Zhu Yib481de92007-09-25 17:54:57 -07001917{
Johannes Berg4e05c232009-06-19 13:52:44 -07001918 struct ieee80211_channel *chan;
Johannes Berg8318d782008-01-24 19:38:38 +01001919 const struct ieee80211_supported_band *sband;
Samuel Ortizd20b3c62008-12-19 10:37:15 +08001920 const struct iwl_channel_info *ch_info;
Zhu Yib481de92007-09-25 17:54:57 -07001921 u16 passive_dwell = 0;
1922 u16 active_dwell = 0;
1923 int added, i;
1924
Kolekar, Abhijeetcbba18c2008-12-19 10:37:42 +08001925 sband = iwl_get_hw_mode(priv, band);
Johannes Berg8318d782008-01-24 19:38:38 +01001926 if (!sband)
Zhu Yib481de92007-09-25 17:54:57 -07001927 return 0;
1928
Samuel Ortiz77fecfb82009-01-23 13:45:12 -08001929 active_dwell = iwl_get_active_dwell_time(priv, band, n_probes);
1930 passive_dwell = iwl_get_passive_dwell_time(priv, band);
Zhu Yib481de92007-09-25 17:54:57 -07001931
Abhijeet Kolekar8f4807a2008-09-03 11:26:31 +08001932 if (passive_dwell <= active_dwell)
1933 passive_dwell = active_dwell + 1;
1934
Johannes Berg4e05c232009-06-19 13:52:44 -07001935 for (i = 0, added = 0; i < priv->scan_request->n_channels; i++) {
1936 chan = priv->scan_request->channels[i];
1937
1938 if (chan->band != band)
Johannes Berg182e2e62008-04-04 10:41:56 +02001939 continue;
1940
Johannes Berg4e05c232009-06-19 13:52:44 -07001941 scan_ch->channel = chan->hw_value;
Zhu Yib481de92007-09-25 17:54:57 -07001942
Samuel Ortize6148912009-01-23 13:45:15 -08001943 ch_info = iwl_get_channel_info(priv, band, scan_ch->channel);
Zhu Yib481de92007-09-25 17:54:57 -07001944 if (!is_channel_valid(ch_info)) {
Tomas Winklere1623442009-01-27 14:27:56 -08001945 IWL_DEBUG_SCAN(priv, "Channel %d is INVALID for this band.\n",
Zhu Yib481de92007-09-25 17:54:57 -07001946 scan_ch->channel);
1947 continue;
1948 }
1949
Zhu Yib481de92007-09-25 17:54:57 -07001950 scan_ch->active_dwell = cpu_to_le16(active_dwell);
1951 scan_ch->passive_dwell = cpu_to_le16(passive_dwell);
Abhijeet Kolekar011a0332008-12-02 12:14:07 -08001952 /* If passive , set up for auto-switch
1953 * and use long active_dwell time.
1954 */
1955 if (!is_active || is_channel_passive(ch_info) ||
Johannes Berg4e05c232009-06-19 13:52:44 -07001956 (chan->flags & IEEE80211_CHAN_PASSIVE_SCAN)) {
Abhijeet Kolekar011a0332008-12-02 12:14:07 -08001957 scan_ch->type = 0; /* passive */
1958 if (IWL_UCODE_API(priv->ucode_ver) == 1)
1959 scan_ch->active_dwell = cpu_to_le16(passive_dwell - 1);
1960 } else {
1961 scan_ch->type = 1; /* active */
1962 }
1963
1964 /* Set direct probe bits. These may be used both for active
1965 * scan channels (probes gets sent right away),
1966 * or for passive channels (probes get se sent only after
1967 * hearing clear Rx packet).*/
1968 if (IWL_UCODE_API(priv->ucode_ver) >= 2) {
1969 if (n_probes)
Winkler, Tomas0d210442009-01-23 13:45:21 -08001970 scan_ch->type |= IWL39_SCAN_PROBE_MASK(n_probes);
Abhijeet Kolekar011a0332008-12-02 12:14:07 -08001971 } else {
1972 /* uCode v1 does not allow setting direct probe bits on
1973 * passive channel. */
1974 if ((scan_ch->type & 1) && n_probes)
Winkler, Tomas0d210442009-01-23 13:45:21 -08001975 scan_ch->type |= IWL39_SCAN_PROBE_MASK(n_probes);
Abhijeet Kolekar011a0332008-12-02 12:14:07 -08001976 }
Zhu Yib481de92007-09-25 17:54:57 -07001977
Ben Cahill9fbab512007-11-29 11:09:47 +08001978 /* Set txpower levels to defaults */
Zhu Yib481de92007-09-25 17:54:57 -07001979 scan_ch->tpc.dsp_atten = 110;
1980 /* scan_pwr_info->tpc.dsp_atten; */
1981
1982 /*scan_pwr_info->tpc.tx_gain; */
Johannes Berg8318d782008-01-24 19:38:38 +01001983 if (band == IEEE80211_BAND_5GHZ)
Zhu Yib481de92007-09-25 17:54:57 -07001984 scan_ch->tpc.tx_gain = ((1 << 5) | (3 << 3)) | 3;
1985 else {
1986 scan_ch->tpc.tx_gain = ((1 << 5) | (5 << 3));
1987 /* NOTE: if we were doing 6Mb OFDM for scans we'd use
Ben Cahill9fbab512007-11-29 11:09:47 +08001988 * power level:
Reinette Chatre8a1b0242008-01-14 17:46:25 -08001989 * scan_ch->tpc.tx_gain = ((1 << 5) | (2 << 3)) | 3;
Zhu Yib481de92007-09-25 17:54:57 -07001990 */
1991 }
1992
Tomas Winklere1623442009-01-27 14:27:56 -08001993 IWL_DEBUG_SCAN(priv, "Scanning %d [%s %d]\n",
Zhu Yib481de92007-09-25 17:54:57 -07001994 scan_ch->channel,
1995 (scan_ch->type & 1) ? "ACTIVE" : "PASSIVE",
1996 (scan_ch->type & 1) ?
1997 active_dwell : passive_dwell);
1998
1999 scan_ch++;
2000 added++;
2001 }
2002
Tomas Winklere1623442009-01-27 14:27:56 -08002003 IWL_DEBUG_SCAN(priv, "total channels to scan %d \n", added);
Zhu Yib481de92007-09-25 17:54:57 -07002004 return added;
2005}
2006
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002007static void iwl3945_init_hw_rates(struct iwl_priv *priv,
Zhu Yib481de92007-09-25 17:54:57 -07002008 struct ieee80211_rate *rates)
2009{
2010 int i;
2011
2012 for (i = 0; i < IWL_RATE_COUNT; i++) {
Johannes Berg8318d782008-01-24 19:38:38 +01002013 rates[i].bitrate = iwl3945_rates[i].ieee * 5;
2014 rates[i].hw_value = i; /* Rate scaling will work on indexes */
2015 rates[i].hw_value_short = i;
2016 rates[i].flags = 0;
Samuel Ortizd9829a62008-12-19 10:37:12 +08002017 if ((i > IWL39_LAST_OFDM_RATE) || (i < IWL_FIRST_OFDM_RATE)) {
Zhu Yib481de92007-09-25 17:54:57 -07002018 /*
Johannes Berg8318d782008-01-24 19:38:38 +01002019 * If CCK != 1M then set short preamble rate flag.
Zhu Yib481de92007-09-25 17:54:57 -07002020 */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002021 rates[i].flags |= (iwl3945_rates[i].plcp == 10) ?
Johannes Berg8318d782008-01-24 19:38:38 +01002022 0 : IEEE80211_RATE_SHORT_PREAMBLE;
Zhu Yib481de92007-09-25 17:54:57 -07002023 }
Zhu Yib481de92007-09-25 17:54:57 -07002024 }
2025}
2026
Zhu Yib481de92007-09-25 17:54:57 -07002027/******************************************************************************
2028 *
2029 * uCode download functions
2030 *
2031 ******************************************************************************/
2032
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002033static void iwl3945_dealloc_ucode_pci(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002034{
Tomas Winkler98c92212008-01-14 17:46:20 -08002035 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_code);
2036 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_data);
2037 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_data_backup);
2038 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_init);
2039 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_init_data);
2040 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_boot);
Zhu Yib481de92007-09-25 17:54:57 -07002041}
2042
2043/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002044 * iwl3945_verify_inst_full - verify runtime uCode image in card vs. host,
Zhu Yib481de92007-09-25 17:54:57 -07002045 * looking at all data.
2046 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002047static int iwl3945_verify_inst_full(struct iwl_priv *priv, __le32 *image, u32 len)
Zhu Yib481de92007-09-25 17:54:57 -07002048{
2049 u32 val;
2050 u32 save_len = len;
2051 int rc = 0;
2052 u32 errcnt;
2053
Tomas Winklere1623442009-01-27 14:27:56 -08002054 IWL_DEBUG_INFO(priv, "ucode inst image size is %u\n", len);
Zhu Yib481de92007-09-25 17:54:57 -07002055
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002056 iwl_write_direct32(priv, HBUS_TARG_MEM_RADDR,
Samuel Ortiz250bdd22008-12-19 10:37:11 +08002057 IWL39_RTC_INST_LOWER_BOUND);
Zhu Yib481de92007-09-25 17:54:57 -07002058
2059 errcnt = 0;
2060 for (; len > 0; len -= sizeof(u32), image++) {
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 val = _iwl_read_direct32(priv, HBUS_TARG_MEM_RDAT);
Zhu Yib481de92007-09-25 17:54:57 -07002065 if (val != le32_to_cpu(*image)) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08002066 IWL_ERR(priv, "uCode INST section is invalid at "
Zhu Yib481de92007-09-25 17:54:57 -07002067 "offset 0x%x, is 0x%x, s/b 0x%x\n",
2068 save_len - len, val, le32_to_cpu(*image));
2069 rc = -EIO;
2070 errcnt++;
2071 if (errcnt >= 20)
2072 break;
2073 }
2074 }
2075
Zhu Yib481de92007-09-25 17:54:57 -07002076
2077 if (!errcnt)
Tomas Winklere1623442009-01-27 14:27:56 -08002078 IWL_DEBUG_INFO(priv,
2079 "ucode image in INSTRUCTION memory is good\n");
Zhu Yib481de92007-09-25 17:54:57 -07002080
2081 return rc;
2082}
2083
2084
2085/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002086 * iwl3945_verify_inst_sparse - verify runtime uCode image in card vs. host,
Zhu Yib481de92007-09-25 17:54:57 -07002087 * using sample data 100 bytes apart. If these sample points are good,
2088 * it's a pretty good bet that everything between them is good, too.
2089 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002090static int iwl3945_verify_inst_sparse(struct iwl_priv *priv, __le32 *image, u32 len)
Zhu Yib481de92007-09-25 17:54:57 -07002091{
2092 u32 val;
2093 int rc = 0;
2094 u32 errcnt = 0;
2095 u32 i;
2096
Tomas Winklere1623442009-01-27 14:27:56 -08002097 IWL_DEBUG_INFO(priv, "ucode inst image size is %u\n", len);
Zhu Yib481de92007-09-25 17:54:57 -07002098
Zhu Yib481de92007-09-25 17:54:57 -07002099 for (i = 0; i < len; i += 100, image += 100/sizeof(u32)) {
2100 /* read data comes through single port, auto-incr addr */
2101 /* NOTE: Use the debugless read so we don't flood kernel log
2102 * if IWL_DL_IO is set */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002103 iwl_write_direct32(priv, HBUS_TARG_MEM_RADDR,
Samuel Ortiz250bdd22008-12-19 10:37:11 +08002104 i + IWL39_RTC_INST_LOWER_BOUND);
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002105 val = _iwl_read_direct32(priv, HBUS_TARG_MEM_RDAT);
Zhu Yib481de92007-09-25 17:54:57 -07002106 if (val != le32_to_cpu(*image)) {
2107#if 0 /* Enable this if you want to see details */
Winkler, Tomas15b16872008-12-19 10:37:33 +08002108 IWL_ERR(priv, "uCode INST section is invalid at "
Zhu Yib481de92007-09-25 17:54:57 -07002109 "offset 0x%x, is 0x%x, s/b 0x%x\n",
2110 i, val, *image);
2111#endif
2112 rc = -EIO;
2113 errcnt++;
2114 if (errcnt >= 3)
2115 break;
2116 }
2117 }
2118
Zhu Yib481de92007-09-25 17:54:57 -07002119 return rc;
2120}
2121
2122
2123/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002124 * iwl3945_verify_ucode - determine which instruction image is in SRAM,
Zhu Yib481de92007-09-25 17:54:57 -07002125 * and verify its contents
2126 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002127static int iwl3945_verify_ucode(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002128{
2129 __le32 *image;
2130 u32 len;
2131 int rc = 0;
2132
2133 /* Try bootstrap */
2134 image = (__le32 *)priv->ucode_boot.v_addr;
2135 len = priv->ucode_boot.len;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002136 rc = iwl3945_verify_inst_sparse(priv, image, len);
Zhu Yib481de92007-09-25 17:54:57 -07002137 if (rc == 0) {
Tomas Winklere1623442009-01-27 14:27:56 -08002138 IWL_DEBUG_INFO(priv, "Bootstrap uCode is good in inst SRAM\n");
Zhu Yib481de92007-09-25 17:54:57 -07002139 return 0;
2140 }
2141
2142 /* Try initialize */
2143 image = (__le32 *)priv->ucode_init.v_addr;
2144 len = priv->ucode_init.len;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002145 rc = iwl3945_verify_inst_sparse(priv, image, len);
Zhu Yib481de92007-09-25 17:54:57 -07002146 if (rc == 0) {
Tomas Winklere1623442009-01-27 14:27:56 -08002147 IWL_DEBUG_INFO(priv, "Initialize uCode is good in inst SRAM\n");
Zhu Yib481de92007-09-25 17:54:57 -07002148 return 0;
2149 }
2150
2151 /* Try runtime/protocol */
2152 image = (__le32 *)priv->ucode_code.v_addr;
2153 len = priv->ucode_code.len;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002154 rc = iwl3945_verify_inst_sparse(priv, image, len);
Zhu Yib481de92007-09-25 17:54:57 -07002155 if (rc == 0) {
Tomas Winklere1623442009-01-27 14:27:56 -08002156 IWL_DEBUG_INFO(priv, "Runtime uCode is good in inst SRAM\n");
Zhu Yib481de92007-09-25 17:54:57 -07002157 return 0;
2158 }
2159
Winkler, Tomas15b16872008-12-19 10:37:33 +08002160 IWL_ERR(priv, "NO VALID UCODE IMAGE IN INSTRUCTION SRAM!!\n");
Zhu Yib481de92007-09-25 17:54:57 -07002161
Ben Cahill9fbab512007-11-29 11:09:47 +08002162 /* Since nothing seems to match, show first several data entries in
2163 * instruction SRAM, so maybe visual inspection will give a clue.
2164 * Selection of bootstrap image (vs. other images) is arbitrary. */
Zhu Yib481de92007-09-25 17:54:57 -07002165 image = (__le32 *)priv->ucode_boot.v_addr;
2166 len = priv->ucode_boot.len;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002167 rc = iwl3945_verify_inst_full(priv, image, len);
Zhu Yib481de92007-09-25 17:54:57 -07002168
2169 return rc;
2170}
2171
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002172static void iwl3945_nic_start(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002173{
2174 /* Remove all resets to allow NIC to operate */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002175 iwl_write32(priv, CSR_RESET, 0);
Zhu Yib481de92007-09-25 17:54:57 -07002176}
2177
2178/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002179 * iwl3945_read_ucode - Read uCode images from disk file.
Zhu Yib481de92007-09-25 17:54:57 -07002180 *
2181 * Copy into buffers for card to fetch via bus-mastering
2182 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002183static int iwl3945_read_ucode(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002184{
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002185 const struct iwl_ucode_header *ucode;
Reinette Chatrea0987a82008-12-02 12:14:06 -08002186 int ret = -EINVAL, index;
Zhu Yib481de92007-09-25 17:54:57 -07002187 const struct firmware *ucode_raw;
2188 /* firmware file name contains uCode/driver compatibility version */
Reinette Chatrea0987a82008-12-02 12:14:06 -08002189 const char *name_pre = priv->cfg->fw_name_pre;
2190 const unsigned int api_max = priv->cfg->ucode_api_max;
2191 const unsigned int api_min = priv->cfg->ucode_api_min;
2192 char buf[25];
Zhu Yib481de92007-09-25 17:54:57 -07002193 u8 *src;
2194 size_t len;
Reinette Chatrea0987a82008-12-02 12:14:06 -08002195 u32 api_ver, inst_size, data_size, init_size, init_data_size, boot_size;
Zhu Yib481de92007-09-25 17:54:57 -07002196
2197 /* Ask kernel firmware_class module to get the boot firmware off disk.
2198 * request_firmware() is synchronous, file is in memory on return. */
Reinette Chatrea0987a82008-12-02 12:14:06 -08002199 for (index = api_max; index >= api_min; index--) {
2200 sprintf(buf, "%s%u%s", name_pre, index, ".ucode");
2201 ret = request_firmware(&ucode_raw, buf, &priv->pci_dev->dev);
2202 if (ret < 0) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08002203 IWL_ERR(priv, "%s firmware file req failed: %d\n",
Reinette Chatrea0987a82008-12-02 12:14:06 -08002204 buf, ret);
2205 if (ret == -ENOENT)
2206 continue;
2207 else
2208 goto error;
2209 } else {
2210 if (index < api_max)
Winkler, Tomas15b16872008-12-19 10:37:33 +08002211 IWL_ERR(priv, "Loaded firmware %s, "
2212 "which is deprecated. "
2213 " Please use API v%u instead.\n",
Reinette Chatrea0987a82008-12-02 12:14:06 -08002214 buf, api_max);
Tomas Winklere1623442009-01-27 14:27:56 -08002215 IWL_DEBUG_INFO(priv, "Got firmware '%s' file "
2216 "(%zd bytes) from disk\n",
Reinette Chatrea0987a82008-12-02 12:14:06 -08002217 buf, ucode_raw->size);
2218 break;
2219 }
Zhu Yib481de92007-09-25 17:54:57 -07002220 }
2221
Reinette Chatrea0987a82008-12-02 12:14:06 -08002222 if (ret < 0)
2223 goto error;
Zhu Yib481de92007-09-25 17:54:57 -07002224
2225 /* Make sure that we got at least our header! */
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002226 if (ucode_raw->size < priv->cfg->ops->ucode->get_header_size(1)) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08002227 IWL_ERR(priv, "File size way too small!\n");
Tomas Winkler90e759d2007-11-29 11:09:41 +08002228 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07002229 goto err_release;
2230 }
2231
2232 /* Data from ucode file: header followed by uCode images */
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002233 ucode = (struct iwl_ucode_header *)ucode_raw->data;
Zhu Yib481de92007-09-25 17:54:57 -07002234
Chatre, Reinettec02b3ac2008-12-02 12:14:05 -08002235 priv->ucode_ver = le32_to_cpu(ucode->ver);
Reinette Chatrea0987a82008-12-02 12:14:06 -08002236 api_ver = IWL_UCODE_API(priv->ucode_ver);
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002237 inst_size = priv->cfg->ops->ucode->get_inst_size(ucode, api_ver);
2238 data_size = priv->cfg->ops->ucode->get_data_size(ucode, api_ver);
2239 init_size = priv->cfg->ops->ucode->get_init_size(ucode, api_ver);
2240 init_data_size =
2241 priv->cfg->ops->ucode->get_init_data_size(ucode, api_ver);
2242 boot_size = priv->cfg->ops->ucode->get_boot_size(ucode, api_ver);
2243 src = priv->cfg->ops->ucode->get_data(ucode, api_ver);
Zhu Yib481de92007-09-25 17:54:57 -07002244
Reinette Chatrea0987a82008-12-02 12:14:06 -08002245 /* api_ver should match the api version forming part of the
2246 * firmware filename ... but we don't check for that and only rely
Nick Andrew877d0312009-01-26 11:06:57 +01002247 * on the API version read from firmware header from here on forward */
Reinette Chatrea0987a82008-12-02 12:14:06 -08002248
2249 if (api_ver < api_min || api_ver > api_max) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08002250 IWL_ERR(priv, "Driver unable to support your firmware API. "
Reinette Chatrea0987a82008-12-02 12:14:06 -08002251 "Driver supports v%u, firmware is v%u.\n",
2252 api_max, api_ver);
2253 priv->ucode_ver = 0;
2254 ret = -EINVAL;
2255 goto err_release;
2256 }
2257 if (api_ver != api_max)
Winkler, Tomas15b16872008-12-19 10:37:33 +08002258 IWL_ERR(priv, "Firmware has old API version. Expected %u, "
Reinette Chatrea0987a82008-12-02 12:14:06 -08002259 "got %u. New firmware can be obtained "
2260 "from http://www.intellinuxwireless.org.\n",
2261 api_max, api_ver);
2262
Tomas Winkler978785a2008-12-19 10:37:31 +08002263 IWL_INFO(priv, "loaded firmware version %u.%u.%u.%u\n",
2264 IWL_UCODE_MAJOR(priv->ucode_ver),
2265 IWL_UCODE_MINOR(priv->ucode_ver),
2266 IWL_UCODE_API(priv->ucode_ver),
2267 IWL_UCODE_SERIAL(priv->ucode_ver));
2268
Reinette Chatre5ebeb5a2009-10-30 14:36:04 -07002269 snprintf(priv->hw->wiphy->fw_version,
2270 sizeof(priv->hw->wiphy->fw_version),
2271 "%u.%u.%u.%u",
2272 IWL_UCODE_MAJOR(priv->ucode_ver),
2273 IWL_UCODE_MINOR(priv->ucode_ver),
2274 IWL_UCODE_API(priv->ucode_ver),
2275 IWL_UCODE_SERIAL(priv->ucode_ver));
2276
Tomas Winklere1623442009-01-27 14:27:56 -08002277 IWL_DEBUG_INFO(priv, "f/w package hdr ucode version raw = 0x%x\n",
Reinette Chatrea0987a82008-12-02 12:14:06 -08002278 priv->ucode_ver);
Tomas Winklere1623442009-01-27 14:27:56 -08002279 IWL_DEBUG_INFO(priv, "f/w package hdr runtime inst size = %u\n",
2280 inst_size);
2281 IWL_DEBUG_INFO(priv, "f/w package hdr runtime data size = %u\n",
2282 data_size);
2283 IWL_DEBUG_INFO(priv, "f/w package hdr init inst size = %u\n",
2284 init_size);
2285 IWL_DEBUG_INFO(priv, "f/w package hdr init data size = %u\n",
2286 init_data_size);
2287 IWL_DEBUG_INFO(priv, "f/w package hdr boot inst size = %u\n",
2288 boot_size);
Zhu Yib481de92007-09-25 17:54:57 -07002289
Reinette Chatrea0987a82008-12-02 12:14:06 -08002290
Zhu Yib481de92007-09-25 17:54:57 -07002291 /* Verify size of file vs. image size info in file's header */
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002292 if (ucode_raw->size != priv->cfg->ops->ucode->get_header_size(api_ver) +
Zhu Yib481de92007-09-25 17:54:57 -07002293 inst_size + data_size + init_size +
2294 init_data_size + boot_size) {
2295
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002296 IWL_DEBUG_INFO(priv,
2297 "uCode file size %zd does not match expected size\n",
2298 ucode_raw->size);
Tomas Winkler90e759d2007-11-29 11:09:41 +08002299 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07002300 goto err_release;
2301 }
2302
2303 /* Verify that uCode images will fit in card's SRAM */
Samuel Ortiz250bdd22008-12-19 10:37:11 +08002304 if (inst_size > IWL39_MAX_INST_SIZE) {
Tomas Winklere1623442009-01-27 14:27:56 -08002305 IWL_DEBUG_INFO(priv, "uCode instr len %d too large to fit in\n",
Tomas Winkler90e759d2007-11-29 11:09:41 +08002306 inst_size);
2307 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07002308 goto err_release;
2309 }
2310
Samuel Ortiz250bdd22008-12-19 10:37:11 +08002311 if (data_size > IWL39_MAX_DATA_SIZE) {
Tomas Winklere1623442009-01-27 14:27:56 -08002312 IWL_DEBUG_INFO(priv, "uCode data len %d too large to fit in\n",
Tomas Winkler90e759d2007-11-29 11:09:41 +08002313 data_size);
2314 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07002315 goto err_release;
2316 }
Samuel Ortiz250bdd22008-12-19 10:37:11 +08002317 if (init_size > IWL39_MAX_INST_SIZE) {
Tomas Winklere1623442009-01-27 14:27:56 -08002318 IWL_DEBUG_INFO(priv,
2319 "uCode init instr len %d too large to fit in\n",
Tomas Winkler90e759d2007-11-29 11:09:41 +08002320 init_size);
2321 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07002322 goto err_release;
2323 }
Samuel Ortiz250bdd22008-12-19 10:37:11 +08002324 if (init_data_size > IWL39_MAX_DATA_SIZE) {
Tomas Winklere1623442009-01-27 14:27:56 -08002325 IWL_DEBUG_INFO(priv,
2326 "uCode init data len %d too large to fit in\n",
Tomas Winkler90e759d2007-11-29 11:09:41 +08002327 init_data_size);
2328 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07002329 goto err_release;
2330 }
Samuel Ortiz250bdd22008-12-19 10:37:11 +08002331 if (boot_size > IWL39_MAX_BSM_SIZE) {
Tomas Winklere1623442009-01-27 14:27:56 -08002332 IWL_DEBUG_INFO(priv,
2333 "uCode boot instr len %d too large to fit in\n",
Tomas Winkler90e759d2007-11-29 11:09:41 +08002334 boot_size);
2335 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07002336 goto err_release;
2337 }
2338
2339 /* Allocate ucode buffers for card's bus-master loading ... */
2340
2341 /* Runtime instructions and 2 copies of data:
2342 * 1) unmodified from disk
2343 * 2) backup cache for save/restore during power-downs */
2344 priv->ucode_code.len = inst_size;
Tomas Winkler98c92212008-01-14 17:46:20 -08002345 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_code);
Zhu Yib481de92007-09-25 17:54:57 -07002346
2347 priv->ucode_data.len = data_size;
Tomas Winkler98c92212008-01-14 17:46:20 -08002348 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_data);
Zhu Yib481de92007-09-25 17:54:57 -07002349
2350 priv->ucode_data_backup.len = data_size;
Tomas Winkler98c92212008-01-14 17:46:20 -08002351 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_data_backup);
Zhu Yib481de92007-09-25 17:54:57 -07002352
2353 if (!priv->ucode_code.v_addr || !priv->ucode_data.v_addr ||
Tomas Winkler90e759d2007-11-29 11:09:41 +08002354 !priv->ucode_data_backup.v_addr)
Zhu Yib481de92007-09-25 17:54:57 -07002355 goto err_pci_alloc;
2356
Tomas Winkler90e759d2007-11-29 11:09:41 +08002357 /* Initialization instructions and data */
2358 if (init_size && init_data_size) {
2359 priv->ucode_init.len = init_size;
Tomas Winkler98c92212008-01-14 17:46:20 -08002360 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_init);
Tomas Winkler90e759d2007-11-29 11:09:41 +08002361
2362 priv->ucode_init_data.len = init_data_size;
Tomas Winkler98c92212008-01-14 17:46:20 -08002363 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_init_data);
Tomas Winkler90e759d2007-11-29 11:09:41 +08002364
2365 if (!priv->ucode_init.v_addr || !priv->ucode_init_data.v_addr)
2366 goto err_pci_alloc;
2367 }
2368
2369 /* Bootstrap (instructions only, no data) */
2370 if (boot_size) {
2371 priv->ucode_boot.len = boot_size;
Tomas Winkler98c92212008-01-14 17:46:20 -08002372 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_boot);
Tomas Winkler90e759d2007-11-29 11:09:41 +08002373
2374 if (!priv->ucode_boot.v_addr)
2375 goto err_pci_alloc;
2376 }
2377
Zhu Yib481de92007-09-25 17:54:57 -07002378 /* Copy images into buffers for card's bus-master reads ... */
2379
2380 /* Runtime instructions (first block of data in file) */
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002381 len = inst_size;
Tomas Winklere1623442009-01-27 14:27:56 -08002382 IWL_DEBUG_INFO(priv,
2383 "Copying (but not loading) uCode instr len %zd\n", len);
Zhu Yib481de92007-09-25 17:54:57 -07002384 memcpy(priv->ucode_code.v_addr, src, len);
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002385 src += len;
2386
Tomas Winklere1623442009-01-27 14:27:56 -08002387 IWL_DEBUG_INFO(priv, "uCode instr buf vaddr = 0x%p, paddr = 0x%08x\n",
Zhu Yib481de92007-09-25 17:54:57 -07002388 priv->ucode_code.v_addr, (u32)priv->ucode_code.p_addr);
2389
2390 /* Runtime data (2nd block)
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002391 * NOTE: Copy into backup buffer will be done in iwl3945_up() */
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002392 len = data_size;
Tomas Winklere1623442009-01-27 14:27:56 -08002393 IWL_DEBUG_INFO(priv,
2394 "Copying (but not loading) uCode data len %zd\n", len);
Zhu Yib481de92007-09-25 17:54:57 -07002395 memcpy(priv->ucode_data.v_addr, src, len);
2396 memcpy(priv->ucode_data_backup.v_addr, src, len);
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002397 src += len;
Zhu Yib481de92007-09-25 17:54:57 -07002398
2399 /* Initialization instructions (3rd block) */
2400 if (init_size) {
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002401 len = init_size;
Tomas Winklere1623442009-01-27 14:27:56 -08002402 IWL_DEBUG_INFO(priv,
2403 "Copying (but not loading) init instr len %zd\n", len);
Zhu Yib481de92007-09-25 17:54:57 -07002404 memcpy(priv->ucode_init.v_addr, src, len);
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002405 src += len;
Zhu Yib481de92007-09-25 17:54:57 -07002406 }
2407
2408 /* Initialization data (4th block) */
2409 if (init_data_size) {
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002410 len = init_data_size;
Tomas Winklere1623442009-01-27 14:27:56 -08002411 IWL_DEBUG_INFO(priv,
2412 "Copying (but not loading) init data len %zd\n", len);
Zhu Yib481de92007-09-25 17:54:57 -07002413 memcpy(priv->ucode_init_data.v_addr, src, len);
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002414 src += len;
Zhu Yib481de92007-09-25 17:54:57 -07002415 }
2416
2417 /* Bootstrap instructions (5th block) */
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002418 len = boot_size;
Tomas Winklere1623442009-01-27 14:27:56 -08002419 IWL_DEBUG_INFO(priv,
2420 "Copying (but not loading) boot instr len %zd\n", len);
Zhu Yib481de92007-09-25 17:54:57 -07002421 memcpy(priv->ucode_boot.v_addr, src, len);
2422
2423 /* We have our copies now, allow OS release its copies */
2424 release_firmware(ucode_raw);
2425 return 0;
2426
2427 err_pci_alloc:
Winkler, Tomas15b16872008-12-19 10:37:33 +08002428 IWL_ERR(priv, "failed to allocate pci memory\n");
Tomas Winkler90e759d2007-11-29 11:09:41 +08002429 ret = -ENOMEM;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002430 iwl3945_dealloc_ucode_pci(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002431
2432 err_release:
2433 release_firmware(ucode_raw);
2434
2435 error:
Tomas Winkler90e759d2007-11-29 11:09:41 +08002436 return ret;
Zhu Yib481de92007-09-25 17:54:57 -07002437}
2438
2439
2440/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002441 * iwl3945_set_ucode_ptrs - Set uCode address location
Zhu Yib481de92007-09-25 17:54:57 -07002442 *
2443 * Tell initialization uCode where to find runtime uCode.
2444 *
2445 * BSM registers initially contain pointers to initialization uCode.
2446 * We need to replace them to load runtime uCode inst and data,
2447 * and to save runtime data when powering down.
2448 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002449static int iwl3945_set_ucode_ptrs(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002450{
2451 dma_addr_t pinst;
2452 dma_addr_t pdata;
Zhu Yib481de92007-09-25 17:54:57 -07002453
2454 /* bits 31:0 for 3945 */
2455 pinst = priv->ucode_code.p_addr;
2456 pdata = priv->ucode_data_backup.p_addr;
2457
Zhu Yib481de92007-09-25 17:54:57 -07002458 /* Tell bootstrap uCode where to find image to load */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002459 iwl_write_prph(priv, BSM_DRAM_INST_PTR_REG, pinst);
2460 iwl_write_prph(priv, BSM_DRAM_DATA_PTR_REG, pdata);
2461 iwl_write_prph(priv, BSM_DRAM_DATA_BYTECOUNT_REG,
Zhu Yib481de92007-09-25 17:54:57 -07002462 priv->ucode_data.len);
2463
Tomas Winklera96a27f2008-10-23 23:48:56 -07002464 /* Inst byte count must be last to set up, bit 31 signals uCode
Zhu Yib481de92007-09-25 17:54:57 -07002465 * that all new ptr/size info is in place */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002466 iwl_write_prph(priv, BSM_DRAM_INST_BYTECOUNT_REG,
Zhu Yib481de92007-09-25 17:54:57 -07002467 priv->ucode_code.len | BSM_DRAM_INST_LOAD);
2468
Tomas Winklere1623442009-01-27 14:27:56 -08002469 IWL_DEBUG_INFO(priv, "Runtime uCode pointers are set.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002470
Mohamed Abbasa8b50a02009-05-22 11:01:47 -07002471 return 0;
Zhu Yib481de92007-09-25 17:54:57 -07002472}
2473
2474/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002475 * iwl3945_init_alive_start - Called after REPLY_ALIVE notification received
Zhu Yib481de92007-09-25 17:54:57 -07002476 *
2477 * Called after REPLY_ALIVE notification received from "initialize" uCode.
2478 *
Zhu Yib481de92007-09-25 17:54:57 -07002479 * Tell "initialize" uCode to go ahead and load the runtime uCode.
Ben Cahill9fbab512007-11-29 11:09:47 +08002480 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002481static void iwl3945_init_alive_start(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002482{
2483 /* Check alive response for "valid" sign from uCode */
2484 if (priv->card_alive_init.is_valid != UCODE_VALID_OK) {
2485 /* We had an error bringing up the hardware, so take it
2486 * all the way back down so we can try again */
Tomas Winklere1623442009-01-27 14:27:56 -08002487 IWL_DEBUG_INFO(priv, "Initialize Alive failed.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002488 goto restart;
2489 }
2490
2491 /* Bootstrap uCode has loaded initialize uCode ... verify inst image.
2492 * This is a paranoid check, because we would not have gotten the
2493 * "initialize" alive if code weren't properly loaded. */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002494 if (iwl3945_verify_ucode(priv)) {
Zhu Yib481de92007-09-25 17:54:57 -07002495 /* Runtime instruction load was bad;
2496 * take it all the way back down so we can try again */
Tomas Winklere1623442009-01-27 14:27:56 -08002497 IWL_DEBUG_INFO(priv, "Bad \"initialize\" uCode load.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002498 goto restart;
2499 }
2500
2501 /* Send pointers to protocol/runtime uCode image ... init code will
2502 * load and launch runtime uCode, which will send us another "Alive"
2503 * notification. */
Tomas Winklere1623442009-01-27 14:27:56 -08002504 IWL_DEBUG_INFO(priv, "Initialization Alive received.\n");
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002505 if (iwl3945_set_ucode_ptrs(priv)) {
Zhu Yib481de92007-09-25 17:54:57 -07002506 /* Runtime instruction load won't happen;
2507 * take it all the way back down so we can try again */
Tomas Winklere1623442009-01-27 14:27:56 -08002508 IWL_DEBUG_INFO(priv, "Couldn't set up uCode pointers.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002509 goto restart;
2510 }
2511 return;
2512
2513 restart:
2514 queue_work(priv->workqueue, &priv->restart);
2515}
2516
Zhu Yib481de92007-09-25 17:54:57 -07002517/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002518 * iwl3945_alive_start - called after REPLY_ALIVE notification received
Zhu Yib481de92007-09-25 17:54:57 -07002519 * from protocol/runtime uCode (initialization uCode's
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002520 * Alive gets handled by iwl3945_init_alive_start()).
Zhu Yib481de92007-09-25 17:54:57 -07002521 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002522static void iwl3945_alive_start(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002523{
Zhu Yib481de92007-09-25 17:54:57 -07002524 int thermal_spin = 0;
2525 u32 rfkill;
2526
Tomas Winklere1623442009-01-27 14:27:56 -08002527 IWL_DEBUG_INFO(priv, "Runtime Alive received.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002528
2529 if (priv->card_alive.is_valid != UCODE_VALID_OK) {
2530 /* We had an error bringing up the hardware, so take it
2531 * all the way back down so we can try again */
Tomas Winklere1623442009-01-27 14:27:56 -08002532 IWL_DEBUG_INFO(priv, "Alive failed.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002533 goto restart;
2534 }
2535
2536 /* Initialize uCode has loaded Runtime uCode ... verify inst image.
2537 * This is a paranoid check, because we would not have gotten the
2538 * "runtime" alive if code weren't properly loaded. */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002539 if (iwl3945_verify_ucode(priv)) {
Zhu Yib481de92007-09-25 17:54:57 -07002540 /* Runtime instruction load was bad;
2541 * take it all the way back down so we can try again */
Tomas Winklere1623442009-01-27 14:27:56 -08002542 IWL_DEBUG_INFO(priv, "Bad runtime uCode load.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002543 goto restart;
2544 }
2545
Tomas Winklerc587de02009-06-03 11:44:07 -07002546 iwl_clear_stations_table(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002547
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002548 rfkill = iwl_read_prph(priv, APMG_RFKILL_REG);
Tomas Winklere1623442009-01-27 14:27:56 -08002549 IWL_DEBUG_INFO(priv, "RFKILL status: 0x%x\n", rfkill);
Zhu Yib481de92007-09-25 17:54:57 -07002550
2551 if (rfkill & 0x1) {
2552 clear_bit(STATUS_RF_KILL_HW, &priv->status);
Tomas Winklera96a27f2008-10-23 23:48:56 -07002553 /* if RFKILL is not on, then wait for thermal
Zhu Yib481de92007-09-25 17:54:57 -07002554 * sensor in adapter to kick in */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002555 while (iwl3945_hw_get_temperature(priv) == 0) {
Zhu Yib481de92007-09-25 17:54:57 -07002556 thermal_spin++;
2557 udelay(10);
2558 }
2559
2560 if (thermal_spin)
Tomas Winklere1623442009-01-27 14:27:56 -08002561 IWL_DEBUG_INFO(priv, "Thermal calibration took %dus\n",
Zhu Yib481de92007-09-25 17:54:57 -07002562 thermal_spin * 10);
2563 } else
2564 set_bit(STATUS_RF_KILL_HW, &priv->status);
2565
Ben Cahill9fbab512007-11-29 11:09:47 +08002566 /* After the ALIVE response, we can send commands to 3945 uCode */
Zhu Yib481de92007-09-25 17:54:57 -07002567 set_bit(STATUS_ALIVE, &priv->status);
2568
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08002569 if (iwl_is_rfkill(priv))
Zhu Yib481de92007-09-25 17:54:57 -07002570 return;
2571
Johannes Berg36d68252008-05-15 12:55:26 +02002572 ieee80211_wake_queues(priv->hw);
Zhu Yib481de92007-09-25 17:54:57 -07002573
2574 priv->active_rate = priv->rates_mask;
2575 priv->active_rate_basic = priv->rates_mask & IWL_BASIC_RATES_MASK;
2576
Ben Cahill4d6ccbf2009-11-13 11:56:29 -08002577 iwl_power_update_mode(priv, true);
Zhu Yib481de92007-09-25 17:54:57 -07002578
Samuel Ortiz8ccde882009-01-27 14:27:52 -08002579 if (iwl_is_associated(priv)) {
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002580 struct iwl3945_rxon_cmd *active_rxon =
Samuel Ortiz8ccde882009-01-27 14:27:52 -08002581 (struct iwl3945_rxon_cmd *)(&priv->active_rxon);
Zhu Yib481de92007-09-25 17:54:57 -07002582
Abhijeet Kolekar8a9b9922009-06-12 13:22:52 -07002583 priv->staging_rxon.filter_flags |= RXON_FILTER_ASSOC_MSK;
Zhu Yib481de92007-09-25 17:54:57 -07002584 active_rxon->filter_flags &= ~RXON_FILTER_ASSOC_MSK;
2585 } else {
2586 /* Initialize our rx_config data */
Samuel Ortiz8ccde882009-01-27 14:27:52 -08002587 iwl_connection_init_rx_config(priv, priv->iw_mode);
Zhu Yib481de92007-09-25 17:54:57 -07002588 }
2589
Ben Cahill9fbab512007-11-29 11:09:47 +08002590 /* Configure Bluetooth device coexistence support */
Samuel Ortiz17f841c2009-01-23 13:45:20 -08002591 iwl_send_bt_config(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002592
2593 /* Configure the adapter for unassociated operation */
Abhijeet Kolekare0158e62009-04-08 11:26:37 -07002594 iwlcore_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002595
Zhu Yib481de92007-09-25 17:54:57 -07002596 iwl3945_reg_txpower_periodic(priv);
2597
Johannes Berge932a602009-10-02 13:44:03 -07002598 iwl_leds_init(priv);
Reinette Chatrefe00b5a2008-04-03 16:05:23 -07002599
Tomas Winklere1623442009-01-27 14:27:56 -08002600 IWL_DEBUG_INFO(priv, "ALIVE processing complete.\n");
Rick Farringtona9f46782008-03-18 14:57:49 -07002601 set_bit(STATUS_READY, &priv->status);
Zhu Yi5a66926a2008-01-14 17:46:18 -08002602 wake_up_interruptible(&priv->wait_command_queue);
Zhu Yib481de92007-09-25 17:54:57 -07002603
Mohamed Abbas9bdf5ec2008-11-07 09:58:35 -08002604 /* reassociate for ADHOC mode */
2605 if (priv->vif && (priv->iw_mode == NL80211_IFTYPE_ADHOC)) {
2606 struct sk_buff *beacon = ieee80211_beacon_get(priv->hw,
2607 priv->vif);
2608 if (beacon)
Abhijeet Kolekar9944b932009-04-08 11:26:36 -07002609 iwl_mac_beacon_update(priv->hw, beacon);
Mohamed Abbas9bdf5ec2008-11-07 09:58:35 -08002610 }
2611
Abhijeet Kolekarf45c2712009-04-08 11:26:38 -07002612 if (test_and_clear_bit(STATUS_MODE_PENDING, &priv->status))
Abhijeet Kolekar727882d2009-04-08 11:26:45 -07002613 iwl_set_mode(priv, priv->iw_mode);
Abhijeet Kolekarf45c2712009-04-08 11:26:38 -07002614
Zhu Yib481de92007-09-25 17:54:57 -07002615 return;
2616
2617 restart:
2618 queue_work(priv->workqueue, &priv->restart);
2619}
2620
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002621static void iwl3945_cancel_deferred_work(struct iwl_priv *priv);
Zhu Yib481de92007-09-25 17:54:57 -07002622
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002623static void __iwl3945_down(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002624{
2625 unsigned long flags;
2626 int exit_pending = test_bit(STATUS_EXIT_PENDING, &priv->status);
2627 struct ieee80211_conf *conf = NULL;
2628
Tomas Winklere1623442009-01-27 14:27:56 -08002629 IWL_DEBUG_INFO(priv, DRV_NAME " is going down\n");
Zhu Yib481de92007-09-25 17:54:57 -07002630
2631 conf = ieee80211_get_hw_conf(priv->hw);
2632
2633 if (!exit_pending)
2634 set_bit(STATUS_EXIT_PENDING, &priv->status);
2635
Tomas Winklerc587de02009-06-03 11:44:07 -07002636 iwl_clear_stations_table(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002637
2638 /* Unblock any waiting calls */
2639 wake_up_interruptible_all(&priv->wait_command_queue);
2640
Zhu Yib481de92007-09-25 17:54:57 -07002641 /* Wipe out the EXIT_PENDING status bit if we are not actually
2642 * exiting the module */
2643 if (!exit_pending)
2644 clear_bit(STATUS_EXIT_PENDING, &priv->status);
2645
2646 /* stop and reset the on-board processor */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002647 iwl_write32(priv, CSR_RESET, CSR_RESET_REG_FLAG_NEVO_RESET);
Zhu Yib481de92007-09-25 17:54:57 -07002648
2649 /* tell the device to stop sending interrupts */
Mohamed Abbas0359fac2008-03-28 16:21:08 -07002650 spin_lock_irqsave(&priv->lock, flags);
Abhijeet Kolekared3b9322009-02-18 15:54:30 -08002651 iwl_disable_interrupts(priv);
Mohamed Abbas0359fac2008-03-28 16:21:08 -07002652 spin_unlock_irqrestore(&priv->lock, flags);
2653 iwl_synchronize_irq(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002654
2655 if (priv->mac80211_registered)
2656 ieee80211_stop_queues(priv->hw);
2657
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002658 /* If we have not previously called iwl3945_init() then
Wey-Yi Guy6da3a132009-03-26 10:14:08 -07002659 * clear all bits but the RF Kill bits and return */
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08002660 if (!iwl_is_init(priv)) {
Zhu Yib481de92007-09-25 17:54:57 -07002661 priv->status = test_bit(STATUS_RF_KILL_HW, &priv->status) <<
2662 STATUS_RF_KILL_HW |
Reinette Chatre97888642008-02-06 11:20:38 -08002663 test_bit(STATUS_GEO_CONFIGURED, &priv->status) <<
2664 STATUS_GEO_CONFIGURED |
Abhijeet Kolekarebef2002008-06-30 17:23:18 +08002665 test_bit(STATUS_EXIT_PENDING, &priv->status) <<
2666 STATUS_EXIT_PENDING;
Zhu Yib481de92007-09-25 17:54:57 -07002667 goto exit;
2668 }
2669
Wey-Yi Guy6da3a132009-03-26 10:14:08 -07002670 /* ...otherwise clear out all the status bits but the RF Kill
Johannes Berga60e77e2009-06-04 18:26:06 +02002671 * bit and continue taking the NIC down. */
Zhu Yib481de92007-09-25 17:54:57 -07002672 priv->status &= test_bit(STATUS_RF_KILL_HW, &priv->status) <<
2673 STATUS_RF_KILL_HW |
Reinette Chatre97888642008-02-06 11:20:38 -08002674 test_bit(STATUS_GEO_CONFIGURED, &priv->status) <<
2675 STATUS_GEO_CONFIGURED |
Zhu Yib481de92007-09-25 17:54:57 -07002676 test_bit(STATUS_FW_ERROR, &priv->status) <<
Abhijeet Kolekarebef2002008-06-30 17:23:18 +08002677 STATUS_FW_ERROR |
2678 test_bit(STATUS_EXIT_PENDING, &priv->status) <<
2679 STATUS_EXIT_PENDING;
Zhu Yib481de92007-09-25 17:54:57 -07002680
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002681 iwl3945_hw_txq_ctx_stop(priv);
2682 iwl3945_hw_rxq_stop(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002683
Ben Cahill309e7312009-11-06 14:53:03 -08002684 /* Power-down device's busmaster DMA clocks */
2685 iwl_write_prph(priv, APMG_CLK_DIS_REG, APMG_CLK_VAL_DMA_CLK_RQT);
Zhu Yib481de92007-09-25 17:54:57 -07002686 udelay(5);
2687
Ben Cahill4d2ccdb2009-10-09 13:20:20 -07002688 /* Stop the device, and put it in low power state */
2689 priv->cfg->ops->lib->apm_ops.stop(priv);
Abbas, Mohamede9414b62009-01-20 21:33:55 -08002690
Zhu Yib481de92007-09-25 17:54:57 -07002691 exit:
Tomas Winkler3d24a9f2008-12-19 10:37:07 +08002692 memset(&priv->card_alive, 0, sizeof(struct iwl_alive_resp));
Zhu Yib481de92007-09-25 17:54:57 -07002693
2694 if (priv->ibss_beacon)
2695 dev_kfree_skb(priv->ibss_beacon);
2696 priv->ibss_beacon = NULL;
2697
2698 /* clear out any free frames */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002699 iwl3945_clear_free_frames(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002700}
2701
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002702static void iwl3945_down(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002703{
2704 mutex_lock(&priv->mutex);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002705 __iwl3945_down(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002706 mutex_unlock(&priv->mutex);
Zhu Yib24d22b2007-12-19 13:59:52 +08002707
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002708 iwl3945_cancel_deferred_work(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002709}
2710
2711#define MAX_HW_RESTARTS 5
2712
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002713static int __iwl3945_up(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002714{
2715 int rc, i;
2716
2717 if (test_bit(STATUS_EXIT_PENDING, &priv->status)) {
Winkler, Tomas39aadf82008-12-19 10:37:32 +08002718 IWL_WARN(priv, "Exit pending; will not bring the NIC up\n");
Zhu Yib481de92007-09-25 17:54:57 -07002719 return -EIO;
2720 }
2721
Reinette Chatree903fbd2008-01-30 22:05:15 -08002722 if (!priv->ucode_data_backup.v_addr || !priv->ucode_data.v_addr) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08002723 IWL_ERR(priv, "ucode not available for device bring up\n");
Reinette Chatree903fbd2008-01-30 22:05:15 -08002724 return -EIO;
2725 }
2726
Zhu Yie655b9f2008-01-24 02:19:38 -08002727 /* If platform's RF_KILL switch is NOT set to KILL */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002728 if (iwl_read32(priv, CSR_GP_CNTRL) &
Zhu Yie655b9f2008-01-24 02:19:38 -08002729 CSR_GP_CNTRL_REG_FLAG_HW_RF_KILL_SW)
2730 clear_bit(STATUS_RF_KILL_HW, &priv->status);
2731 else {
2732 set_bit(STATUS_RF_KILL_HW, &priv->status);
Wey-Yi Guy6da3a132009-03-26 10:14:08 -07002733 IWL_WARN(priv, "Radio disabled by HW RF Kill switch\n");
2734 return -ENODEV;
Zhu Yib481de92007-09-25 17:54:57 -07002735 }
Adel Gadllah80fcc9e2008-07-01 17:49:50 +02002736
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002737 iwl_write32(priv, CSR_INT, 0xFFFFFFFF);
Zhu Yib481de92007-09-25 17:54:57 -07002738
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002739 rc = iwl3945_hw_nic_init(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002740 if (rc) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08002741 IWL_ERR(priv, "Unable to int nic\n");
Zhu Yib481de92007-09-25 17:54:57 -07002742 return rc;
2743 }
2744
2745 /* make sure rfkill handshake bits are cleared */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002746 iwl_write32(priv, CSR_UCODE_DRV_GP1_CLR, CSR_UCODE_SW_BIT_RFKILL);
2747 iwl_write32(priv, CSR_UCODE_DRV_GP1_CLR,
Zhu Yib481de92007-09-25 17:54:57 -07002748 CSR_UCODE_DRV_GP1_BIT_CMD_BLOCKED);
2749
2750 /* clear (again), then enable host interrupts */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002751 iwl_write32(priv, CSR_INT, 0xFFFFFFFF);
Abhijeet Kolekared3b9322009-02-18 15:54:30 -08002752 iwl_enable_interrupts(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002753
2754 /* really make sure rfkill handshake bits are cleared */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002755 iwl_write32(priv, CSR_UCODE_DRV_GP1_CLR, CSR_UCODE_SW_BIT_RFKILL);
2756 iwl_write32(priv, CSR_UCODE_DRV_GP1_CLR, CSR_UCODE_SW_BIT_RFKILL);
Zhu Yib481de92007-09-25 17:54:57 -07002757
2758 /* Copy original ucode data image from disk into backup cache.
2759 * This will be used to initialize the on-board processor's
2760 * data SRAM for a clean start when the runtime program first loads. */
2761 memcpy(priv->ucode_data_backup.v_addr, priv->ucode_data.v_addr,
Zhu Yi5a66926a2008-01-14 17:46:18 -08002762 priv->ucode_data.len);
Zhu Yib481de92007-09-25 17:54:57 -07002763
Zhu Yie655b9f2008-01-24 02:19:38 -08002764 /* We return success when we resume from suspend and rf_kill is on. */
2765 if (test_bit(STATUS_RF_KILL_HW, &priv->status))
2766 return 0;
2767
Zhu Yib481de92007-09-25 17:54:57 -07002768 for (i = 0; i < MAX_HW_RESTARTS; i++) {
2769
Tomas Winklerc587de02009-06-03 11:44:07 -07002770 iwl_clear_stations_table(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002771
2772 /* load bootstrap state machine,
2773 * load bootstrap program into processor's memory,
2774 * prepare to load the "initialize" uCode */
Kolekar, Abhijeet0164b9b2008-12-19 10:37:37 +08002775 priv->cfg->ops->lib->load_ucode(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002776
2777 if (rc) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08002778 IWL_ERR(priv,
2779 "Unable to set up bootstrap uCode: %d\n", rc);
Zhu Yib481de92007-09-25 17:54:57 -07002780 continue;
2781 }
2782
2783 /* start card; "initialize" will load runtime ucode */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002784 iwl3945_nic_start(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002785
Tomas Winklere1623442009-01-27 14:27:56 -08002786 IWL_DEBUG_INFO(priv, DRV_NAME " is coming up\n");
Zhu Yib481de92007-09-25 17:54:57 -07002787
2788 return 0;
2789 }
2790
2791 set_bit(STATUS_EXIT_PENDING, &priv->status);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002792 __iwl3945_down(priv);
Abhijeet Kolekarebef2002008-06-30 17:23:18 +08002793 clear_bit(STATUS_EXIT_PENDING, &priv->status);
Zhu Yib481de92007-09-25 17:54:57 -07002794
2795 /* tried to restart and config the device for as long as our
2796 * patience could withstand */
Winkler, Tomas15b16872008-12-19 10:37:33 +08002797 IWL_ERR(priv, "Unable to initialize device after %d attempts.\n", i);
Zhu Yib481de92007-09-25 17:54:57 -07002798 return -EIO;
2799}
2800
2801
2802/*****************************************************************************
2803 *
2804 * Workqueue callbacks
2805 *
2806 *****************************************************************************/
2807
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002808static void iwl3945_bg_init_alive_start(struct work_struct *data)
Zhu Yib481de92007-09-25 17:54:57 -07002809{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002810 struct iwl_priv *priv =
2811 container_of(data, struct iwl_priv, init_alive_start.work);
Zhu Yib481de92007-09-25 17:54:57 -07002812
2813 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
2814 return;
2815
2816 mutex_lock(&priv->mutex);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002817 iwl3945_init_alive_start(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002818 mutex_unlock(&priv->mutex);
2819}
2820
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002821static void iwl3945_bg_alive_start(struct work_struct *data)
Zhu Yib481de92007-09-25 17:54:57 -07002822{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002823 struct iwl_priv *priv =
2824 container_of(data, struct iwl_priv, alive_start.work);
Zhu Yib481de92007-09-25 17:54:57 -07002825
2826 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
2827 return;
2828
2829 mutex_lock(&priv->mutex);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002830 iwl3945_alive_start(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002831 mutex_unlock(&priv->mutex);
2832}
2833
Ben Cahill743cdf12009-10-09 13:20:26 -07002834/*
2835 * 3945 cannot interrupt driver when hardware rf kill switch toggles;
2836 * driver must poll CSR_GP_CNTRL_REG register for change. This register
2837 * *is* readable even when device has been SW_RESET into low power mode
2838 * (e.g. during RF KILL).
2839 */
Helmut Schaa26635162009-01-15 09:38:44 +01002840static void iwl3945_rfkill_poll(struct work_struct *data)
2841{
2842 struct iwl_priv *priv =
2843 container_of(data, struct iwl_priv, rfkill_poll.work);
Ben Cahill743cdf12009-10-09 13:20:26 -07002844 bool old_rfkill = test_bit(STATUS_RF_KILL_HW, &priv->status);
2845 bool new_rfkill = !(iwl_read32(priv, CSR_GP_CNTRL)
2846 & CSR_GP_CNTRL_REG_FLAG_HW_RF_KILL_SW);
Helmut Schaa26635162009-01-15 09:38:44 +01002847
Ben Cahill743cdf12009-10-09 13:20:26 -07002848 if (new_rfkill != old_rfkill) {
2849 if (new_rfkill)
2850 set_bit(STATUS_RF_KILL_HW, &priv->status);
2851 else
2852 clear_bit(STATUS_RF_KILL_HW, &priv->status);
Helmut Schaa26635162009-01-15 09:38:44 +01002853
Ben Cahill743cdf12009-10-09 13:20:26 -07002854 wiphy_rfkill_set_hw_state(priv->hw->wiphy, new_rfkill);
Helmut Schaa26635162009-01-15 09:38:44 +01002855
Ben Cahill743cdf12009-10-09 13:20:26 -07002856 IWL_DEBUG_RF_KILL(priv, "RF_KILL bit toggled to %s.\n",
2857 new_rfkill ? "disable radio" : "enable radio");
2858 }
2859
2860 /* Keep this running, even if radio now enabled. This will be
2861 * cancelled in mac_start() if system decides to start again */
Helmut Schaa26635162009-01-15 09:38:44 +01002862 queue_delayed_work(priv->workqueue, &priv->rfkill_poll,
2863 round_jiffies_relative(2 * HZ));
2864
2865}
2866
Zhu Yib481de92007-09-25 17:54:57 -07002867#define IWL_SCAN_CHECK_WATCHDOG (7 * HZ)
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002868static void iwl3945_bg_request_scan(struct work_struct *data)
Zhu Yib481de92007-09-25 17:54:57 -07002869{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002870 struct iwl_priv *priv =
2871 container_of(data, struct iwl_priv, request_scan);
Winkler, Tomasc2d79b482008-12-19 10:37:34 +08002872 struct iwl_host_cmd cmd = {
Zhu Yib481de92007-09-25 17:54:57 -07002873 .id = REPLY_SCAN_CMD,
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002874 .len = sizeof(struct iwl3945_scan_cmd),
Johannes Bergc2acea82009-07-24 11:13:05 -07002875 .flags = CMD_SIZE_HUGE,
Zhu Yib481de92007-09-25 17:54:57 -07002876 };
2877 int rc = 0;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002878 struct iwl3945_scan_cmd *scan;
Zhu Yib481de92007-09-25 17:54:57 -07002879 struct ieee80211_conf *conf = NULL;
Johannes Berg1ecf9fc2009-04-20 14:36:56 -07002880 u8 n_probes = 0;
Johannes Berg8318d782008-01-24 19:38:38 +01002881 enum ieee80211_band band;
Johannes Berg1ecf9fc2009-04-20 14:36:56 -07002882 bool is_active = false;
Zhu Yib481de92007-09-25 17:54:57 -07002883
2884 conf = ieee80211_get_hw_conf(priv->hw);
2885
2886 mutex_lock(&priv->mutex);
2887
Reinette Chatrefbc9f972009-05-15 16:13:46 -07002888 cancel_delayed_work(&priv->scan_check);
2889
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08002890 if (!iwl_is_ready(priv)) {
Winkler, Tomas39aadf82008-12-19 10:37:32 +08002891 IWL_WARN(priv, "request scan called when driver not ready.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002892 goto done;
2893 }
2894
Tomas Winklera96a27f2008-10-23 23:48:56 -07002895 /* Make sure the scan wasn't canceled before this queued work
Zhu Yib481de92007-09-25 17:54:57 -07002896 * was given the chance to run... */
2897 if (!test_bit(STATUS_SCANNING, &priv->status))
2898 goto done;
2899
2900 /* This should never be called or scheduled if there is currently
2901 * a scan active in the hardware. */
2902 if (test_bit(STATUS_SCAN_HW, &priv->status)) {
Tomas Winklere1623442009-01-27 14:27:56 -08002903 IWL_DEBUG_INFO(priv, "Multiple concurrent scan requests "
2904 "Ignoring second request.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002905 rc = -EIO;
2906 goto done;
2907 }
2908
2909 if (test_bit(STATUS_EXIT_PENDING, &priv->status)) {
Tomas Winklere1623442009-01-27 14:27:56 -08002910 IWL_DEBUG_SCAN(priv, "Aborting scan due to device shutdown\n");
Zhu Yib481de92007-09-25 17:54:57 -07002911 goto done;
2912 }
2913
2914 if (test_bit(STATUS_SCAN_ABORTING, &priv->status)) {
Tomas Winklere1623442009-01-27 14:27:56 -08002915 IWL_DEBUG_HC(priv,
2916 "Scan request while abort pending. Queuing.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002917 goto done;
2918 }
2919
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08002920 if (iwl_is_rfkill(priv)) {
Tomas Winklere1623442009-01-27 14:27:56 -08002921 IWL_DEBUG_HC(priv, "Aborting scan due to RF Kill activation\n");
Zhu Yib481de92007-09-25 17:54:57 -07002922 goto done;
2923 }
2924
2925 if (!test_bit(STATUS_READY, &priv->status)) {
Tomas Winklere1623442009-01-27 14:27:56 -08002926 IWL_DEBUG_HC(priv,
2927 "Scan request while uninitialized. Queuing.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002928 goto done;
2929 }
2930
2931 if (!priv->scan_bands) {
Tomas Winklere1623442009-01-27 14:27:56 -08002932 IWL_DEBUG_HC(priv, "Aborting scan due to no requested bands\n");
Zhu Yib481de92007-09-25 17:54:57 -07002933 goto done;
2934 }
2935
Winkler, Tomas805cee52009-01-19 15:30:28 -08002936 if (!priv->scan) {
2937 priv->scan = kmalloc(sizeof(struct iwl3945_scan_cmd) +
Zhu Yib481de92007-09-25 17:54:57 -07002938 IWL_MAX_SCAN_SIZE, GFP_KERNEL);
Winkler, Tomas805cee52009-01-19 15:30:28 -08002939 if (!priv->scan) {
Zhu Yib481de92007-09-25 17:54:57 -07002940 rc = -ENOMEM;
2941 goto done;
2942 }
2943 }
Winkler, Tomas805cee52009-01-19 15:30:28 -08002944 scan = priv->scan;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002945 memset(scan, 0, sizeof(struct iwl3945_scan_cmd) + IWL_MAX_SCAN_SIZE);
Zhu Yib481de92007-09-25 17:54:57 -07002946
2947 scan->quiet_plcp_th = IWL_PLCP_QUIET_THRESH;
2948 scan->quiet_time = IWL_ACTIVE_QUIET_TIME;
2949
Samuel Ortiz8ccde882009-01-27 14:27:52 -08002950 if (iwl_is_associated(priv)) {
Zhu Yib481de92007-09-25 17:54:57 -07002951 u16 interval = 0;
2952 u32 extra;
2953 u32 suspend_time = 100;
2954 u32 scan_suspend_time = 100;
2955 unsigned long flags;
2956
Tomas Winklere1623442009-01-27 14:27:56 -08002957 IWL_DEBUG_INFO(priv, "Scanning while associated...\n");
Zhu Yib481de92007-09-25 17:54:57 -07002958
2959 spin_lock_irqsave(&priv->lock, flags);
2960 interval = priv->beacon_int;
2961 spin_unlock_irqrestore(&priv->lock, flags);
2962
2963 scan->suspend_time = 0;
Mohamed Abbas15e869d2007-10-25 17:15:46 +08002964 scan->max_out_time = cpu_to_le32(200 * 1024);
Zhu Yib481de92007-09-25 17:54:57 -07002965 if (!interval)
2966 interval = suspend_time;
2967 /*
2968 * suspend time format:
2969 * 0-19: beacon interval in usec (time before exec.)
2970 * 20-23: 0
2971 * 24-31: number of beacons (suspend between channels)
2972 */
2973
2974 extra = (suspend_time / interval) << 24;
2975 scan_suspend_time = 0xFF0FFFFF &
2976 (extra | ((suspend_time % interval) * 1024));
2977
2978 scan->suspend_time = cpu_to_le32(scan_suspend_time);
Tomas Winklere1623442009-01-27 14:27:56 -08002979 IWL_DEBUG_SCAN(priv, "suspend_time 0x%X beacon interval %d\n",
Zhu Yib481de92007-09-25 17:54:57 -07002980 scan_suspend_time, interval);
2981 }
2982
Johannes Berg1ecf9fc2009-04-20 14:36:56 -07002983 if (priv->scan_request->n_ssids) {
2984 int i, p = 0;
2985 IWL_DEBUG_SCAN(priv, "Kicking off active scan\n");
2986 for (i = 0; i < priv->scan_request->n_ssids; i++) {
2987 /* always does wildcard anyway */
2988 if (!priv->scan_request->ssids[i].ssid_len)
2989 continue;
2990 scan->direct_scan[p].id = WLAN_EID_SSID;
2991 scan->direct_scan[p].len =
2992 priv->scan_request->ssids[i].ssid_len;
2993 memcpy(scan->direct_scan[p].ssid,
2994 priv->scan_request->ssids[i].ssid,
2995 priv->scan_request->ssids[i].ssid_len);
2996 n_probes++;
2997 p++;
2998 }
2999 is_active = true;
Abhijeet Kolekarf9340522008-09-03 11:26:58 +08003000 } else
Johannes Berg1ecf9fc2009-04-20 14:36:56 -07003001 IWL_DEBUG_SCAN(priv, "Kicking off passive scan.\n");
Zhu Yib481de92007-09-25 17:54:57 -07003002
3003 /* We don't build a direct scan probe request; the uCode will do
3004 * that based on the direct_mask added to each channel entry */
Zhu Yib481de92007-09-25 17:54:57 -07003005 scan->tx_cmd.tx_flags = TX_CMD_FLG_SEQ_CTL_MSK;
Abhijeet Kolekar3832ec92008-12-19 10:37:26 +08003006 scan->tx_cmd.sta_id = priv->hw_params.bcast_sta_id;
Zhu Yib481de92007-09-25 17:54:57 -07003007 scan->tx_cmd.stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE;
3008
3009 /* flags + rate selection */
3010
Ron Rindjunsky66b50042008-06-25 16:46:31 +08003011 if (priv->scan_bands & BIT(IEEE80211_BAND_2GHZ)) {
Zhu Yib481de92007-09-25 17:54:57 -07003012 scan->flags = RXON_FLG_BAND_24G_MSK | RXON_FLG_AUTO_DETECT_MSK;
3013 scan->tx_cmd.rate = IWL_RATE_1M_PLCP;
3014 scan->good_CRC_th = 0;
Johannes Berg8318d782008-01-24 19:38:38 +01003015 band = IEEE80211_BAND_2GHZ;
Ron Rindjunsky66b50042008-06-25 16:46:31 +08003016 } else if (priv->scan_bands & BIT(IEEE80211_BAND_5GHZ)) {
Zhu Yib481de92007-09-25 17:54:57 -07003017 scan->tx_cmd.rate = IWL_RATE_6M_PLCP;
Johannes Bergb097ad22009-04-20 14:36:57 -07003018 /*
3019 * If active scaning is requested but a certain channel
3020 * is marked passive, we can do active scanning if we
3021 * detect transmissions.
3022 */
3023 scan->good_CRC_th = is_active ? IWL_GOOD_CRC_TH : 0;
Johannes Berg8318d782008-01-24 19:38:38 +01003024 band = IEEE80211_BAND_5GHZ;
Ron Rindjunsky66b50042008-06-25 16:46:31 +08003025 } else {
Winkler, Tomas39aadf82008-12-19 10:37:32 +08003026 IWL_WARN(priv, "Invalid scan band count\n");
Zhu Yib481de92007-09-25 17:54:57 -07003027 goto done;
3028 }
3029
Samuel Ortiz77fecfb82009-01-23 13:45:12 -08003030 scan->tx_cmd.len = cpu_to_le16(
Johannes Berg1ecf9fc2009-04-20 14:36:56 -07003031 iwl_fill_probe_req(priv,
3032 (struct ieee80211_mgmt *)scan->data,
3033 priv->scan_request->ie,
3034 priv->scan_request->ie_len,
3035 IWL_MAX_SCAN_SIZE - sizeof(*scan)));
Samuel Ortiz77fecfb82009-01-23 13:45:12 -08003036
Zhu Yib481de92007-09-25 17:54:57 -07003037 /* select Rx antennas */
3038 scan->flags |= iwl3945_get_antenna_flags(priv);
3039
Wey-Yi Guy279b05d2009-04-20 14:37:00 -07003040 if (iwl_is_monitor_mode(priv))
Zhu Yib481de92007-09-25 17:54:57 -07003041 scan->filter_flags = RXON_FILTER_PROMISC_MSK;
3042
Abhijeet Kolekarf9340522008-09-03 11:26:58 +08003043 scan->channel_count =
Johannes Berg1ecf9fc2009-04-20 14:36:56 -07003044 iwl3945_get_channels_for_scan(priv, band, is_active, n_probes,
Abhijeet Kolekarf9340522008-09-03 11:26:58 +08003045 (void *)&scan->data[le16_to_cpu(scan->tx_cmd.len)]);
Zhu Yib481de92007-09-25 17:54:57 -07003046
Reinette Chatre14b54332008-11-04 12:21:35 -08003047 if (scan->channel_count == 0) {
Tomas Winklere1623442009-01-27 14:27:56 -08003048 IWL_DEBUG_SCAN(priv, "channel count %d\n", scan->channel_count);
Reinette Chatre14b54332008-11-04 12:21:35 -08003049 goto done;
3050 }
3051
Zhu Yib481de92007-09-25 17:54:57 -07003052 cmd.len += le16_to_cpu(scan->tx_cmd.len) +
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003053 scan->channel_count * sizeof(struct iwl3945_scan_channel);
Zhu Yib481de92007-09-25 17:54:57 -07003054 cmd.data = scan;
3055 scan->len = cpu_to_le16(cmd.len);
3056
3057 set_bit(STATUS_SCAN_HW, &priv->status);
Samuel Ortiz518099a2009-01-19 15:30:27 -08003058 rc = iwl_send_cmd_sync(priv, &cmd);
Zhu Yib481de92007-09-25 17:54:57 -07003059 if (rc)
3060 goto done;
3061
3062 queue_delayed_work(priv->workqueue, &priv->scan_check,
3063 IWL_SCAN_CHECK_WATCHDOG);
3064
3065 mutex_unlock(&priv->mutex);
3066 return;
3067
3068 done:
Mohamed Abbas2420ebc2008-11-04 12:21:34 -08003069 /* can not perform scan make sure we clear scanning
3070 * bits from status so next scan request can be performed.
3071 * if we dont clear scanning status bit here all next scan
3072 * will fail
3073 */
3074 clear_bit(STATUS_SCAN_HW, &priv->status);
3075 clear_bit(STATUS_SCANNING, &priv->status);
3076
Ian Schram01ebd062007-10-25 17:15:22 +08003077 /* inform mac80211 scan aborted */
Zhu Yib481de92007-09-25 17:54:57 -07003078 queue_work(priv->workqueue, &priv->scan_completed);
3079 mutex_unlock(&priv->mutex);
3080}
3081
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003082static void iwl3945_bg_up(struct work_struct *data)
Zhu Yib481de92007-09-25 17:54:57 -07003083{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003084 struct iwl_priv *priv = container_of(data, struct iwl_priv, up);
Zhu Yib481de92007-09-25 17:54:57 -07003085
3086 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
3087 return;
3088
3089 mutex_lock(&priv->mutex);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003090 __iwl3945_up(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003091 mutex_unlock(&priv->mutex);
3092}
3093
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003094static void iwl3945_bg_restart(struct work_struct *data)
Zhu Yib481de92007-09-25 17:54:57 -07003095{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003096 struct iwl_priv *priv = container_of(data, struct iwl_priv, restart);
Zhu Yib481de92007-09-25 17:54:57 -07003097
3098 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
3099 return;
3100
Johannes Berg19cc1082009-05-08 13:44:36 -07003101 if (test_and_clear_bit(STATUS_FW_ERROR, &priv->status)) {
3102 mutex_lock(&priv->mutex);
3103 priv->vif = NULL;
3104 priv->is_open = 0;
3105 mutex_unlock(&priv->mutex);
3106 iwl3945_down(priv);
3107 ieee80211_restart_hw(priv->hw);
3108 } else {
3109 iwl3945_down(priv);
3110 queue_work(priv->workqueue, &priv->up);
3111 }
Zhu Yib481de92007-09-25 17:54:57 -07003112}
3113
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003114static void iwl3945_bg_rx_replenish(struct work_struct *data)
Zhu Yib481de92007-09-25 17:54:57 -07003115{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003116 struct iwl_priv *priv =
3117 container_of(data, struct iwl_priv, rx_replenish);
Zhu Yib481de92007-09-25 17:54:57 -07003118
3119 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
3120 return;
3121
3122 mutex_lock(&priv->mutex);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003123 iwl3945_rx_replenish(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003124 mutex_unlock(&priv->mutex);
3125}
3126
Mohamed Abbas7878a5a2007-11-29 11:10:13 +08003127#define IWL_DELAY_NEXT_SCAN (HZ*2)
3128
Abhijeet Kolekar5bbe2332009-04-08 11:26:35 -07003129void iwl3945_post_associate(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07003130{
Zhu Yib481de92007-09-25 17:54:57 -07003131 int rc = 0;
3132 struct ieee80211_conf *conf = NULL;
3133
Johannes Berg05c914f2008-09-11 00:01:58 +02003134 if (priv->iw_mode == NL80211_IFTYPE_AP) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08003135 IWL_ERR(priv, "%s Should not be called in AP mode\n", __func__);
Zhu Yib481de92007-09-25 17:54:57 -07003136 return;
3137 }
3138
3139
Tomas Winklere1623442009-01-27 14:27:56 -08003140 IWL_DEBUG_ASSOC(priv, "Associated as %d to: %pM\n",
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003141 priv->assoc_id, priv->active_rxon.bssid_addr);
Zhu Yib481de92007-09-25 17:54:57 -07003142
3143 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
3144 return;
3145
Abhijeet Kolekar322a9812008-09-03 11:26:27 +08003146 if (!priv->vif || !priv->is_open)
Mohamed Abbas6ef89d02007-10-25 17:15:47 +08003147 return;
Abhijeet Kolekar322a9812008-09-03 11:26:27 +08003148
Winkler, Tomasaf0053d2009-01-19 15:30:23 -08003149 iwl_scan_cancel_timeout(priv, 200);
Mohamed Abbas15e869d2007-10-25 17:15:46 +08003150
Zhu Yib481de92007-09-25 17:54:57 -07003151 conf = ieee80211_get_hw_conf(priv->hw);
3152
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003153 priv->staging_rxon.filter_flags &= ~RXON_FILTER_ASSOC_MSK;
Abhijeet Kolekare0158e62009-04-08 11:26:37 -07003154 iwlcore_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003155
Tomas Winkler28afaf92008-12-19 10:37:06 +08003156 memset(&priv->rxon_timing, 0, sizeof(struct iwl_rxon_time_cmd));
Tomas Winkler2c2f3b32009-06-19 13:52:45 -07003157 iwl_setup_rxon_timing(priv);
Samuel Ortiz518099a2009-01-19 15:30:27 -08003158 rc = iwl_send_cmd_pdu(priv, REPLY_RXON_TIMING,
Zhu Yib481de92007-09-25 17:54:57 -07003159 sizeof(priv->rxon_timing), &priv->rxon_timing);
3160 if (rc)
Winkler, Tomas39aadf82008-12-19 10:37:32 +08003161 IWL_WARN(priv, "REPLY_RXON_TIMING failed - "
Zhu Yib481de92007-09-25 17:54:57 -07003162 "Attempting to continue.\n");
3163
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003164 priv->staging_rxon.filter_flags |= RXON_FILTER_ASSOC_MSK;
Zhu Yib481de92007-09-25 17:54:57 -07003165
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003166 priv->staging_rxon.assoc_id = cpu_to_le16(priv->assoc_id);
Zhu Yib481de92007-09-25 17:54:57 -07003167
Tomas Winklere1623442009-01-27 14:27:56 -08003168 IWL_DEBUG_ASSOC(priv, "assoc id %d beacon interval %d\n",
Zhu Yib481de92007-09-25 17:54:57 -07003169 priv->assoc_id, priv->beacon_int);
3170
3171 if (priv->assoc_capability & WLAN_CAPABILITY_SHORT_PREAMBLE)
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003172 priv->staging_rxon.flags |= RXON_FLG_SHORT_PREAMBLE_MSK;
Zhu Yib481de92007-09-25 17:54:57 -07003173 else
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003174 priv->staging_rxon.flags &= ~RXON_FLG_SHORT_PREAMBLE_MSK;
Zhu Yib481de92007-09-25 17:54:57 -07003175
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003176 if (priv->staging_rxon.flags & RXON_FLG_BAND_24G_MSK) {
Zhu Yib481de92007-09-25 17:54:57 -07003177 if (priv->assoc_capability & WLAN_CAPABILITY_SHORT_SLOT_TIME)
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003178 priv->staging_rxon.flags |= RXON_FLG_SHORT_SLOT_MSK;
Zhu Yib481de92007-09-25 17:54:57 -07003179 else
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003180 priv->staging_rxon.flags &= ~RXON_FLG_SHORT_SLOT_MSK;
Zhu Yib481de92007-09-25 17:54:57 -07003181
Johannes Berg05c914f2008-09-11 00:01:58 +02003182 if (priv->iw_mode == NL80211_IFTYPE_ADHOC)
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003183 priv->staging_rxon.flags &= ~RXON_FLG_SHORT_SLOT_MSK;
Zhu Yib481de92007-09-25 17:54:57 -07003184
3185 }
3186
Abhijeet Kolekare0158e62009-04-08 11:26:37 -07003187 iwlcore_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003188
3189 switch (priv->iw_mode) {
Johannes Berg05c914f2008-09-11 00:01:58 +02003190 case NL80211_IFTYPE_STATION:
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003191 iwl3945_rate_scale_init(priv->hw, IWL_AP_ID);
Zhu Yib481de92007-09-25 17:54:57 -07003192 break;
3193
Johannes Berg05c914f2008-09-11 00:01:58 +02003194 case NL80211_IFTYPE_ADHOC:
Zhu Yib481de92007-09-25 17:54:57 -07003195
Abhijeet Kolekarce546fd2008-11-19 15:32:22 -08003196 priv->assoc_id = 1;
Tomas Winklerc587de02009-06-03 11:44:07 -07003197 iwl_add_station(priv, priv->bssid, 0, CMD_SYNC, NULL);
Zhu Yib481de92007-09-25 17:54:57 -07003198 iwl3945_sync_sta(priv, IWL_STA_ID,
Johannes Berg8318d782008-01-24 19:38:38 +01003199 (priv->band == IEEE80211_BAND_5GHZ) ?
Zhu Yib481de92007-09-25 17:54:57 -07003200 IWL_RATE_6M_PLCP : IWL_RATE_1M_PLCP,
3201 CMD_ASYNC);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003202 iwl3945_rate_scale_init(priv->hw, IWL_STA_ID);
3203 iwl3945_send_beacon_cmd(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003204
3205 break;
3206
3207 default:
Winkler, Tomas15b16872008-12-19 10:37:33 +08003208 IWL_ERR(priv, "%s Should not be called in %d mode\n",
Tomas Winkler3ac7f142008-07-21 02:40:14 +03003209 __func__, priv->iw_mode);
Zhu Yib481de92007-09-25 17:54:57 -07003210 break;
3211 }
3212
Abhijeet Kolekar14d2aac2009-02-27 16:21:24 -08003213 iwl_activate_qos(priv, 0);
Ron Rindjunsky292ae172008-02-06 11:20:39 -08003214
Mohamed Abbas7878a5a2007-11-29 11:10:13 +08003215 /* we have just associated, don't start scan too early */
3216 priv->next_scan_jiffies = jiffies + IWL_DELAY_NEXT_SCAN;
Abhijeet Kolekarcd56d332008-09-03 11:26:21 +08003217}
3218
Zhu Yib481de92007-09-25 17:54:57 -07003219/*****************************************************************************
3220 *
3221 * mac80211 entry point functions
3222 *
3223 *****************************************************************************/
3224
Zhu Yi5a66926a2008-01-14 17:46:18 -08003225#define UCODE_READY_TIMEOUT (2 * HZ)
3226
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003227static int iwl3945_mac_start(struct ieee80211_hw *hw)
Zhu Yib481de92007-09-25 17:54:57 -07003228{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003229 struct iwl_priv *priv = hw->priv;
Zhu Yi5a66926a2008-01-14 17:46:18 -08003230 int ret;
Zhu Yib481de92007-09-25 17:54:57 -07003231
Tomas Winklere1623442009-01-27 14:27:56 -08003232 IWL_DEBUG_MAC80211(priv, "enter\n");
Zhu Yib481de92007-09-25 17:54:57 -07003233
3234 /* we should be verifying the device is ready to be opened */
3235 mutex_lock(&priv->mutex);
3236
Zhu Yi5a66926a2008-01-14 17:46:18 -08003237 /* fetch ucode file from disk, alloc and copy to bus-master buffers ...
3238 * ucode filename and max sizes are card-specific. */
3239
3240 if (!priv->ucode_code.len) {
3241 ret = iwl3945_read_ucode(priv);
3242 if (ret) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08003243 IWL_ERR(priv, "Could not read microcode: %d\n", ret);
Zhu Yi5a66926a2008-01-14 17:46:18 -08003244 mutex_unlock(&priv->mutex);
3245 goto out_release_irq;
3246 }
3247 }
3248
Zhu Yie655b9f2008-01-24 02:19:38 -08003249 ret = __iwl3945_up(priv);
Zhu Yi5a66926a2008-01-14 17:46:18 -08003250
Zhu Yib481de92007-09-25 17:54:57 -07003251 mutex_unlock(&priv->mutex);
Zhu Yi5a66926a2008-01-14 17:46:18 -08003252
Zhu Yie655b9f2008-01-24 02:19:38 -08003253 if (ret)
3254 goto out_release_irq;
3255
Tomas Winklere1623442009-01-27 14:27:56 -08003256 IWL_DEBUG_INFO(priv, "Start UP work.\n");
Zhu Yie655b9f2008-01-24 02:19:38 -08003257
Zhu Yi5a66926a2008-01-14 17:46:18 -08003258 /* Wait for START_ALIVE from ucode. Otherwise callbacks from
3259 * mac80211 will not be run successfully. */
3260 ret = wait_event_interruptible_timeout(priv->wait_command_queue,
3261 test_bit(STATUS_READY, &priv->status),
3262 UCODE_READY_TIMEOUT);
3263 if (!ret) {
3264 if (!test_bit(STATUS_READY, &priv->status)) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08003265 IWL_ERR(priv,
3266 "Wait for START_ALIVE timeout after %dms.\n",
3267 jiffies_to_msecs(UCODE_READY_TIMEOUT));
Zhu Yi5a66926a2008-01-14 17:46:18 -08003268 ret = -ETIMEDOUT;
3269 goto out_release_irq;
3270 }
3271 }
3272
Helmut Schaa26635162009-01-15 09:38:44 +01003273 /* ucode is running and will send rfkill notifications,
3274 * no need to poll the killswitch state anymore */
3275 cancel_delayed_work(&priv->rfkill_poll);
3276
Johannes Berge932a602009-10-02 13:44:03 -07003277 iwl_led_start(priv);
3278
Zhu Yie655b9f2008-01-24 02:19:38 -08003279 priv->is_open = 1;
Tomas Winklere1623442009-01-27 14:27:56 -08003280 IWL_DEBUG_MAC80211(priv, "leave\n");
Zhu Yib481de92007-09-25 17:54:57 -07003281 return 0;
Zhu Yi5a66926a2008-01-14 17:46:18 -08003282
3283out_release_irq:
Zhu Yie655b9f2008-01-24 02:19:38 -08003284 priv->is_open = 0;
Tomas Winklere1623442009-01-27 14:27:56 -08003285 IWL_DEBUG_MAC80211(priv, "leave - failed\n");
Zhu Yi5a66926a2008-01-14 17:46:18 -08003286 return ret;
Zhu Yib481de92007-09-25 17:54:57 -07003287}
3288
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003289static void iwl3945_mac_stop(struct ieee80211_hw *hw)
Zhu Yib481de92007-09-25 17:54:57 -07003290{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003291 struct iwl_priv *priv = hw->priv;
Zhu Yib481de92007-09-25 17:54:57 -07003292
Tomas Winklere1623442009-01-27 14:27:56 -08003293 IWL_DEBUG_MAC80211(priv, "enter\n");
Mohamed Abbas6ef89d02007-10-25 17:15:47 +08003294
Zhu Yie655b9f2008-01-24 02:19:38 -08003295 if (!priv->is_open) {
Tomas Winklere1623442009-01-27 14:27:56 -08003296 IWL_DEBUG_MAC80211(priv, "leave - skip\n");
Zhu Yie655b9f2008-01-24 02:19:38 -08003297 return;
3298 }
3299
Zhu Yib481de92007-09-25 17:54:57 -07003300 priv->is_open = 0;
Zhu Yi5a66926a2008-01-14 17:46:18 -08003301
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08003302 if (iwl_is_ready_rf(priv)) {
Zhu Yie655b9f2008-01-24 02:19:38 -08003303 /* stop mac, cancel any scan request and clear
3304 * RXON_FILTER_ASSOC_MSK BIT
3305 */
Zhu Yi5a66926a2008-01-14 17:46:18 -08003306 mutex_lock(&priv->mutex);
Winkler, Tomasaf0053d2009-01-19 15:30:23 -08003307 iwl_scan_cancel_timeout(priv, 100);
Mohamed Abbasfde35712007-11-29 11:10:15 +08003308 mutex_unlock(&priv->mutex);
Mohamed Abbasfde35712007-11-29 11:10:15 +08003309 }
3310
Zhu Yi5a66926a2008-01-14 17:46:18 -08003311 iwl3945_down(priv);
3312
3313 flush_workqueue(priv->workqueue);
Helmut Schaa26635162009-01-15 09:38:44 +01003314
3315 /* start polling the killswitch state again */
3316 queue_delayed_work(priv->workqueue, &priv->rfkill_poll,
3317 round_jiffies_relative(2 * HZ));
Mohamed Abbas6ef89d02007-10-25 17:15:47 +08003318
Tomas Winklere1623442009-01-27 14:27:56 -08003319 IWL_DEBUG_MAC80211(priv, "leave\n");
Zhu Yib481de92007-09-25 17:54:57 -07003320}
3321
Johannes Berge039fa42008-05-15 12:55:29 +02003322static int iwl3945_mac_tx(struct ieee80211_hw *hw, struct sk_buff *skb)
Zhu Yib481de92007-09-25 17:54:57 -07003323{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003324 struct iwl_priv *priv = hw->priv;
Zhu Yib481de92007-09-25 17:54:57 -07003325
Tomas Winklere1623442009-01-27 14:27:56 -08003326 IWL_DEBUG_MAC80211(priv, "enter\n");
Zhu Yib481de92007-09-25 17:54:57 -07003327
Tomas Winklere1623442009-01-27 14:27:56 -08003328 IWL_DEBUG_TX(priv, "dev->xmit(%d bytes) at rate 0x%02x\n", skb->len,
Johannes Berge039fa42008-05-15 12:55:29 +02003329 ieee80211_get_tx_rate(hw, IEEE80211_SKB_CB(skb))->bitrate);
Zhu Yib481de92007-09-25 17:54:57 -07003330
Johannes Berge039fa42008-05-15 12:55:29 +02003331 if (iwl3945_tx_skb(priv, skb))
Zhu Yib481de92007-09-25 17:54:57 -07003332 dev_kfree_skb_any(skb);
3333
Tomas Winklere1623442009-01-27 14:27:56 -08003334 IWL_DEBUG_MAC80211(priv, "leave\n");
Reinette Chatre637f8832009-01-19 15:30:32 -08003335 return NETDEV_TX_OK;
Zhu Yib481de92007-09-25 17:54:57 -07003336}
3337
Abhijeet Kolekar60690a62009-04-08 11:26:49 -07003338void iwl3945_config_ap(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07003339{
3340 int rc = 0;
3341
Maarten Lankhorstd986bcd2008-01-23 10:15:16 -08003342 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
Zhu Yib481de92007-09-25 17:54:57 -07003343 return;
3344
3345 /* The following should be done only at AP bring up */
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003346 if (!(iwl_is_associated(priv))) {
Zhu Yib481de92007-09-25 17:54:57 -07003347
3348 /* RXON - unassoc (to set timing command) */
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003349 priv->staging_rxon.filter_flags &= ~RXON_FILTER_ASSOC_MSK;
Abhijeet Kolekare0158e62009-04-08 11:26:37 -07003350 iwlcore_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003351
3352 /* RXON Timing */
Tomas Winkler28afaf92008-12-19 10:37:06 +08003353 memset(&priv->rxon_timing, 0, sizeof(struct iwl_rxon_time_cmd));
Tomas Winkler2c2f3b32009-06-19 13:52:45 -07003354 iwl_setup_rxon_timing(priv);
Samuel Ortiz518099a2009-01-19 15:30:27 -08003355 rc = iwl_send_cmd_pdu(priv, REPLY_RXON_TIMING,
3356 sizeof(priv->rxon_timing),
3357 &priv->rxon_timing);
Zhu Yib481de92007-09-25 17:54:57 -07003358 if (rc)
Winkler, Tomas39aadf82008-12-19 10:37:32 +08003359 IWL_WARN(priv, "REPLY_RXON_TIMING failed - "
Zhu Yib481de92007-09-25 17:54:57 -07003360 "Attempting to continue.\n");
3361
3362 /* FIXME: what should be the assoc_id for AP? */
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003363 priv->staging_rxon.assoc_id = cpu_to_le16(priv->assoc_id);
Zhu Yib481de92007-09-25 17:54:57 -07003364 if (priv->assoc_capability & WLAN_CAPABILITY_SHORT_PREAMBLE)
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003365 priv->staging_rxon.flags |=
Zhu Yib481de92007-09-25 17:54:57 -07003366 RXON_FLG_SHORT_PREAMBLE_MSK;
3367 else
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003368 priv->staging_rxon.flags &=
Zhu Yib481de92007-09-25 17:54:57 -07003369 ~RXON_FLG_SHORT_PREAMBLE_MSK;
3370
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003371 if (priv->staging_rxon.flags & RXON_FLG_BAND_24G_MSK) {
Zhu Yib481de92007-09-25 17:54:57 -07003372 if (priv->assoc_capability &
3373 WLAN_CAPABILITY_SHORT_SLOT_TIME)
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003374 priv->staging_rxon.flags |=
Zhu Yib481de92007-09-25 17:54:57 -07003375 RXON_FLG_SHORT_SLOT_MSK;
3376 else
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003377 priv->staging_rxon.flags &=
Zhu Yib481de92007-09-25 17:54:57 -07003378 ~RXON_FLG_SHORT_SLOT_MSK;
3379
Johannes Berg05c914f2008-09-11 00:01:58 +02003380 if (priv->iw_mode == NL80211_IFTYPE_ADHOC)
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003381 priv->staging_rxon.flags &=
Zhu Yib481de92007-09-25 17:54:57 -07003382 ~RXON_FLG_SHORT_SLOT_MSK;
3383 }
3384 /* restore RXON assoc */
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003385 priv->staging_rxon.filter_flags |= RXON_FILTER_ASSOC_MSK;
Abhijeet Kolekare0158e62009-04-08 11:26:37 -07003386 iwlcore_commit_rxon(priv);
Tomas Winklerc587de02009-06-03 11:44:07 -07003387 iwl_add_station(priv, iwl_bcast_addr, 0, CMD_SYNC, NULL);
Zhu Yi556f8db2007-09-27 11:27:33 +08003388 }
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003389 iwl3945_send_beacon_cmd(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003390
3391 /* FIXME - we need to add code here to detect a totally new
3392 * configuration, reset the AP, unassoc, rxon timing, assoc,
3393 * clear sta table, add BCAST sta... */
3394}
3395
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003396static int iwl3945_mac_set_key(struct ieee80211_hw *hw, enum set_key_cmd cmd,
Johannes Bergdc822b52008-12-29 12:55:09 +01003397 struct ieee80211_vif *vif,
3398 struct ieee80211_sta *sta,
3399 struct ieee80211_key_conf *key)
Zhu Yib481de92007-09-25 17:54:57 -07003400{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003401 struct iwl_priv *priv = hw->priv;
Johannes Bergdc822b52008-12-29 12:55:09 +01003402 const u8 *addr;
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -08003403 int ret = 0;
3404 u8 sta_id = IWL_INVALID_STATION;
3405 u8 static_key;
Zhu Yib481de92007-09-25 17:54:57 -07003406
Tomas Winklere1623442009-01-27 14:27:56 -08003407 IWL_DEBUG_MAC80211(priv, "enter\n");
Zhu Yib481de92007-09-25 17:54:57 -07003408
Kolekar, Abhijeetdf878d82008-12-19 10:37:35 +08003409 if (iwl3945_mod_params.sw_crypto) {
Tomas Winklere1623442009-01-27 14:27:56 -08003410 IWL_DEBUG_MAC80211(priv, "leave - hwcrypto disabled\n");
Zhu Yib481de92007-09-25 17:54:57 -07003411 return -EOPNOTSUPP;
3412 }
3413
Winkler, Tomas42986792009-01-19 15:30:22 -08003414 addr = sta ? sta->addr : iwl_bcast_addr;
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -08003415 static_key = !iwl_is_associated(priv);
3416
3417 if (!static_key) {
Tomas Winklerc587de02009-06-03 11:44:07 -07003418 sta_id = iwl_find_station(priv, addr);
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -08003419 if (sta_id == IWL_INVALID_STATION) {
Joe Perches12514392009-04-16 16:23:26 -07003420 IWL_DEBUG_MAC80211(priv, "leave - %pM not in station map.\n",
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -08003421 addr);
3422 return -EINVAL;
3423 }
Zhu Yib481de92007-09-25 17:54:57 -07003424 }
3425
3426 mutex_lock(&priv->mutex);
Winkler, Tomasaf0053d2009-01-19 15:30:23 -08003427 iwl_scan_cancel_timeout(priv, 100);
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -08003428 mutex_unlock(&priv->mutex);
Mohamed Abbas15e869d2007-10-25 17:15:46 +08003429
Zhu Yib481de92007-09-25 17:54:57 -07003430 switch (cmd) {
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -08003431 case SET_KEY:
3432 if (static_key)
3433 ret = iwl3945_set_static_key(priv, key);
3434 else
3435 ret = iwl3945_set_dynamic_key(priv, key, sta_id);
3436 IWL_DEBUG_MAC80211(priv, "enable hwcrypto key\n");
Zhu Yib481de92007-09-25 17:54:57 -07003437 break;
3438 case DISABLE_KEY:
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -08003439 if (static_key)
3440 ret = iwl3945_remove_static_key(priv);
3441 else
3442 ret = iwl3945_clear_sta_key_info(priv, sta_id);
3443 IWL_DEBUG_MAC80211(priv, "disable hwcrypto key\n");
Zhu Yib481de92007-09-25 17:54:57 -07003444 break;
3445 default:
Winkler, Tomas42986792009-01-19 15:30:22 -08003446 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07003447 }
3448
Tomas Winklere1623442009-01-27 14:27:56 -08003449 IWL_DEBUG_MAC80211(priv, "leave\n");
Zhu Yib481de92007-09-25 17:54:57 -07003450
Winkler, Tomas42986792009-01-19 15:30:22 -08003451 return ret;
Zhu Yib481de92007-09-25 17:54:57 -07003452}
3453
Zhu Yib481de92007-09-25 17:54:57 -07003454/*****************************************************************************
3455 *
3456 * sysfs attributes
3457 *
3458 *****************************************************************************/
3459
Samuel Ortizd08853a2009-01-23 13:45:17 -08003460#ifdef CONFIG_IWLWIFI_DEBUG
Zhu Yib481de92007-09-25 17:54:57 -07003461
3462/*
3463 * The following adds a new attribute to the sysfs representation
3464 * of this device driver (i.e. a new file in /sys/bus/pci/drivers/iwl/)
3465 * used for controlling the debug level.
3466 *
3467 * See the level definitions in iwl for details.
Reinette Chatrea562a9d2009-07-17 09:30:24 -07003468 *
Reinette Chatre3d816c72009-08-07 15:41:37 -07003469 * The debug_level being managed using sysfs below is a per device debug
3470 * level that is used instead of the global debug level if it (the per
3471 * device debug level) is set.
Zhu Yib481de92007-09-25 17:54:57 -07003472 */
Samuel Ortiz40b8ec02008-12-19 10:37:08 +08003473static ssize_t show_debug_level(struct device *d,
3474 struct device_attribute *attr, char *buf)
Zhu Yib481de92007-09-25 17:54:57 -07003475{
Reinette Chatre3d816c72009-08-07 15:41:37 -07003476 struct iwl_priv *priv = dev_get_drvdata(d);
3477 return sprintf(buf, "0x%08X\n", iwl_get_debug_level(priv));
Zhu Yib481de92007-09-25 17:54:57 -07003478}
Samuel Ortiz40b8ec02008-12-19 10:37:08 +08003479static ssize_t store_debug_level(struct device *d,
3480 struct device_attribute *attr,
Zhu Yib481de92007-09-25 17:54:57 -07003481 const char *buf, size_t count)
3482{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003483 struct iwl_priv *priv = dev_get_drvdata(d);
Samuel Ortiz40b8ec02008-12-19 10:37:08 +08003484 unsigned long val;
3485 int ret;
Zhu Yib481de92007-09-25 17:54:57 -07003486
Samuel Ortiz40b8ec02008-12-19 10:37:08 +08003487 ret = strict_strtoul(buf, 0, &val);
3488 if (ret)
Tomas Winkler978785a2008-12-19 10:37:31 +08003489 IWL_INFO(priv, "%s is not in hex or decimal form.\n", buf);
Wey-Yi Guy20594eb2009-08-07 15:41:39 -07003490 else {
Reinette Chatre3d816c72009-08-07 15:41:37 -07003491 priv->debug_level = val;
Wey-Yi Guy20594eb2009-08-07 15:41:39 -07003492 if (iwl_alloc_traffic_mem(priv))
3493 IWL_ERR(priv,
3494 "Not enough memory to generate traffic log\n");
3495 }
Zhu Yib481de92007-09-25 17:54:57 -07003496 return strnlen(buf, count);
3497}
3498
Samuel Ortiz40b8ec02008-12-19 10:37:08 +08003499static DEVICE_ATTR(debug_level, S_IWUSR | S_IRUGO,
3500 show_debug_level, store_debug_level);
Zhu Yib481de92007-09-25 17:54:57 -07003501
Samuel Ortizd08853a2009-01-23 13:45:17 -08003502#endif /* CONFIG_IWLWIFI_DEBUG */
Zhu Yib481de92007-09-25 17:54:57 -07003503
Zhu Yib481de92007-09-25 17:54:57 -07003504static ssize_t show_temperature(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
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08003509 if (!iwl_is_alive(priv))
Zhu Yib481de92007-09-25 17:54:57 -07003510 return -EAGAIN;
3511
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003512 return sprintf(buf, "%d\n", iwl3945_hw_get_temperature(priv));
Zhu Yib481de92007-09-25 17:54:57 -07003513}
3514
3515static DEVICE_ATTR(temperature, S_IRUGO, show_temperature, NULL);
3516
Zhu Yib481de92007-09-25 17:54:57 -07003517static ssize_t show_tx_power(struct device *d,
3518 struct device_attribute *attr, char *buf)
3519{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003520 struct iwl_priv *priv = dev_get_drvdata(d);
Winkler, Tomas62ea9c52009-01-19 15:30:29 -08003521 return sprintf(buf, "%d\n", priv->tx_power_user_lmt);
Zhu Yib481de92007-09-25 17:54:57 -07003522}
3523
3524static ssize_t store_tx_power(struct device *d,
3525 struct device_attribute *attr,
3526 const char *buf, size_t count)
3527{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003528 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003529 char *p = (char *)buf;
3530 u32 val;
3531
3532 val = simple_strtoul(p, &p, 10);
3533 if (p == buf)
Tomas Winkler978785a2008-12-19 10:37:31 +08003534 IWL_INFO(priv, ": %s is not in decimal form.\n", buf);
Zhu Yib481de92007-09-25 17:54:57 -07003535 else
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003536 iwl3945_hw_reg_set_txpower(priv, val);
Zhu Yib481de92007-09-25 17:54:57 -07003537
3538 return count;
3539}
3540
3541static DEVICE_ATTR(tx_power, S_IWUSR | S_IRUGO, show_tx_power, store_tx_power);
3542
3543static ssize_t show_flags(struct device *d,
3544 struct device_attribute *attr, char *buf)
3545{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003546 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003547
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003548 return sprintf(buf, "0x%04X\n", priv->active_rxon.flags);
Zhu Yib481de92007-09-25 17:54:57 -07003549}
3550
3551static ssize_t store_flags(struct device *d,
3552 struct device_attribute *attr,
3553 const char *buf, size_t count)
3554{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003555 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003556 u32 flags = simple_strtoul(buf, NULL, 0);
3557
3558 mutex_lock(&priv->mutex);
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003559 if (le32_to_cpu(priv->staging_rxon.flags) != flags) {
Zhu Yib481de92007-09-25 17:54:57 -07003560 /* Cancel any currently running scans... */
Winkler, Tomasaf0053d2009-01-19 15:30:23 -08003561 if (iwl_scan_cancel_timeout(priv, 100))
Winkler, Tomas39aadf82008-12-19 10:37:32 +08003562 IWL_WARN(priv, "Could not cancel scan.\n");
Zhu Yib481de92007-09-25 17:54:57 -07003563 else {
Tomas Winklere1623442009-01-27 14:27:56 -08003564 IWL_DEBUG_INFO(priv, "Committing rxon.flags = 0x%04X\n",
Zhu Yib481de92007-09-25 17:54:57 -07003565 flags);
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003566 priv->staging_rxon.flags = cpu_to_le32(flags);
Abhijeet Kolekare0158e62009-04-08 11:26:37 -07003567 iwlcore_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003568 }
3569 }
3570 mutex_unlock(&priv->mutex);
3571
3572 return count;
3573}
3574
3575static DEVICE_ATTR(flags, S_IWUSR | S_IRUGO, show_flags, store_flags);
3576
3577static ssize_t show_filter_flags(struct device *d,
3578 struct device_attribute *attr, char *buf)
3579{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003580 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003581
3582 return sprintf(buf, "0x%04X\n",
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003583 le32_to_cpu(priv->active_rxon.filter_flags));
Zhu Yib481de92007-09-25 17:54:57 -07003584}
3585
3586static ssize_t store_filter_flags(struct device *d,
3587 struct device_attribute *attr,
3588 const char *buf, size_t count)
3589{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003590 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003591 u32 filter_flags = simple_strtoul(buf, NULL, 0);
3592
3593 mutex_lock(&priv->mutex);
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003594 if (le32_to_cpu(priv->staging_rxon.filter_flags) != filter_flags) {
Zhu Yib481de92007-09-25 17:54:57 -07003595 /* Cancel any currently running scans... */
Winkler, Tomasaf0053d2009-01-19 15:30:23 -08003596 if (iwl_scan_cancel_timeout(priv, 100))
Winkler, Tomas39aadf82008-12-19 10:37:32 +08003597 IWL_WARN(priv, "Could not cancel scan.\n");
Zhu Yib481de92007-09-25 17:54:57 -07003598 else {
Tomas Winklere1623442009-01-27 14:27:56 -08003599 IWL_DEBUG_INFO(priv, "Committing rxon.filter_flags = "
Zhu Yib481de92007-09-25 17:54:57 -07003600 "0x%04X\n", filter_flags);
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003601 priv->staging_rxon.filter_flags =
Zhu Yib481de92007-09-25 17:54:57 -07003602 cpu_to_le32(filter_flags);
Abhijeet Kolekare0158e62009-04-08 11:26:37 -07003603 iwlcore_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003604 }
3605 }
3606 mutex_unlock(&priv->mutex);
3607
3608 return count;
3609}
3610
3611static DEVICE_ATTR(filter_flags, S_IWUSR | S_IRUGO, show_filter_flags,
3612 store_filter_flags);
3613
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +08003614#ifdef CONFIG_IWL3945_SPECTRUM_MEASUREMENT
Zhu Yib481de92007-09-25 17:54:57 -07003615
3616static ssize_t show_measurement(struct device *d,
3617 struct device_attribute *attr, char *buf)
3618{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003619 struct iwl_priv *priv = dev_get_drvdata(d);
Tomas Winkler600c0e12008-12-19 10:37:04 +08003620 struct iwl_spectrum_notification measure_report;
Zhu Yib481de92007-09-25 17:54:57 -07003621 u32 size = sizeof(measure_report), len = 0, ofs = 0;
Tomas Winkler3ac7f142008-07-21 02:40:14 +03003622 u8 *data = (u8 *)&measure_report;
Zhu Yib481de92007-09-25 17:54:57 -07003623 unsigned long flags;
3624
3625 spin_lock_irqsave(&priv->lock, flags);
3626 if (!(priv->measurement_status & MEASUREMENT_READY)) {
3627 spin_unlock_irqrestore(&priv->lock, flags);
3628 return 0;
3629 }
3630 memcpy(&measure_report, &priv->measure_report, size);
3631 priv->measurement_status = 0;
3632 spin_unlock_irqrestore(&priv->lock, flags);
3633
3634 while (size && (PAGE_SIZE - len)) {
3635 hex_dump_to_buffer(data + ofs, size, 16, 1, buf + len,
3636 PAGE_SIZE - len, 1);
3637 len = strlen(buf);
3638 if (PAGE_SIZE - len)
3639 buf[len++] = '\n';
3640
3641 ofs += 16;
3642 size -= min(size, 16U);
3643 }
3644
3645 return len;
3646}
3647
3648static ssize_t store_measurement(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 struct ieee80211_measurement_params params = {
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003654 .channel = le16_to_cpu(priv->active_rxon.channel),
Zhu Yib481de92007-09-25 17:54:57 -07003655 .start_time = cpu_to_le64(priv->last_tsf),
3656 .duration = cpu_to_le16(1),
3657 };
3658 u8 type = IWL_MEASURE_BASIC;
3659 u8 buffer[32];
3660 u8 channel;
3661
3662 if (count) {
3663 char *p = buffer;
3664 strncpy(buffer, buf, min(sizeof(buffer), count));
3665 channel = simple_strtoul(p, NULL, 0);
3666 if (channel)
3667 params.channel = channel;
3668
3669 p = buffer;
3670 while (*p && *p != ' ')
3671 p++;
3672 if (*p)
3673 type = simple_strtoul(p + 1, NULL, 0);
3674 }
3675
Tomas Winklere1623442009-01-27 14:27:56 -08003676 IWL_DEBUG_INFO(priv, "Invoking measurement of type %d on "
Zhu Yib481de92007-09-25 17:54:57 -07003677 "channel %d (for '%s')\n", type, params.channel, buf);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003678 iwl3945_get_measurement(priv, &params, type);
Zhu Yib481de92007-09-25 17:54:57 -07003679
3680 return count;
3681}
3682
3683static DEVICE_ATTR(measurement, S_IRUSR | S_IWUSR,
3684 show_measurement, store_measurement);
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +08003685#endif /* CONFIG_IWL3945_SPECTRUM_MEASUREMENT */
Zhu Yib481de92007-09-25 17:54:57 -07003686
Zhu Yib481de92007-09-25 17:54:57 -07003687static ssize_t store_retry_rate(struct device *d,
3688 struct device_attribute *attr,
3689 const char *buf, size_t count)
3690{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003691 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003692
3693 priv->retry_rate = simple_strtoul(buf, NULL, 0);
3694 if (priv->retry_rate <= 0)
3695 priv->retry_rate = 1;
3696
3697 return count;
3698}
3699
3700static ssize_t show_retry_rate(struct device *d,
3701 struct device_attribute *attr, char *buf)
3702{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003703 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003704 return sprintf(buf, "%d", priv->retry_rate);
3705}
3706
3707static DEVICE_ATTR(retry_rate, S_IWUSR | S_IRUSR, show_retry_rate,
3708 store_retry_rate);
3709
Winkler, Tomasd25aabb2009-01-27 14:27:58 -08003710
Zhu Yib481de92007-09-25 17:54:57 -07003711static ssize_t show_channels(struct device *d,
3712 struct device_attribute *attr, char *buf)
3713{
Johannes Berg8318d782008-01-24 19:38:38 +01003714 /* all this shit doesn't belong into sysfs anyway */
3715 return 0;
Zhu Yib481de92007-09-25 17:54:57 -07003716}
3717
3718static DEVICE_ATTR(channels, S_IRUSR, show_channels, NULL);
3719
3720static ssize_t show_statistics(struct device *d,
3721 struct device_attribute *attr, char *buf)
3722{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003723 struct iwl_priv *priv = dev_get_drvdata(d);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003724 u32 size = sizeof(struct iwl3945_notif_statistics);
Zhu Yib481de92007-09-25 17:54:57 -07003725 u32 len = 0, ofs = 0;
Abhijeet Kolekarf2c7e522008-12-19 10:37:27 +08003726 u8 *data = (u8 *)&priv->statistics_39;
Zhu Yib481de92007-09-25 17:54:57 -07003727 int rc = 0;
3728
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08003729 if (!iwl_is_alive(priv))
Zhu Yib481de92007-09-25 17:54:57 -07003730 return -EAGAIN;
3731
3732 mutex_lock(&priv->mutex);
Wey-Yi Guyef8d5522009-11-13 11:56:28 -08003733 rc = iwl_send_statistics_request(priv, CMD_SYNC, false);
Zhu Yib481de92007-09-25 17:54:57 -07003734 mutex_unlock(&priv->mutex);
3735
3736 if (rc) {
3737 len = sprintf(buf,
3738 "Error sending statistics request: 0x%08X\n", rc);
3739 return len;
3740 }
3741
3742 while (size && (PAGE_SIZE - len)) {
3743 hex_dump_to_buffer(data + ofs, size, 16, 1, buf + len,
3744 PAGE_SIZE - len, 1);
3745 len = strlen(buf);
3746 if (PAGE_SIZE - len)
3747 buf[len++] = '\n';
3748
3749 ofs += 16;
3750 size -= min(size, 16U);
3751 }
3752
3753 return len;
3754}
3755
3756static DEVICE_ATTR(statistics, S_IRUGO, show_statistics, NULL);
3757
3758static ssize_t show_antenna(struct device *d,
3759 struct device_attribute *attr, char *buf)
3760{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003761 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003762
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08003763 if (!iwl_is_alive(priv))
Zhu Yib481de92007-09-25 17:54:57 -07003764 return -EAGAIN;
3765
Samuel Ortiz7e4bca52009-01-23 13:45:18 -08003766 return sprintf(buf, "%d\n", iwl3945_mod_params.antenna);
Zhu Yib481de92007-09-25 17:54:57 -07003767}
3768
3769static ssize_t store_antenna(struct device *d,
3770 struct device_attribute *attr,
3771 const char *buf, size_t count)
3772{
Winkler, Tomas7530f852009-01-27 14:27:53 -08003773 struct iwl_priv *priv __maybe_unused = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003774 int ant;
Zhu Yib481de92007-09-25 17:54:57 -07003775
3776 if (count == 0)
3777 return 0;
3778
3779 if (sscanf(buf, "%1i", &ant) != 1) {
Tomas Winklere1623442009-01-27 14:27:56 -08003780 IWL_DEBUG_INFO(priv, "not in hex or decimal form.\n");
Zhu Yib481de92007-09-25 17:54:57 -07003781 return count;
3782 }
3783
3784 if ((ant >= 0) && (ant <= 2)) {
Tomas Winklere1623442009-01-27 14:27:56 -08003785 IWL_DEBUG_INFO(priv, "Setting antenna select to %d.\n", ant);
Samuel Ortiz7e4bca52009-01-23 13:45:18 -08003786 iwl3945_mod_params.antenna = (enum iwl3945_antenna)ant;
Zhu Yib481de92007-09-25 17:54:57 -07003787 } else
Tomas Winklere1623442009-01-27 14:27:56 -08003788 IWL_DEBUG_INFO(priv, "Bad antenna select value %d.\n", ant);
Zhu Yib481de92007-09-25 17:54:57 -07003789
3790
3791 return count;
3792}
3793
3794static DEVICE_ATTR(antenna, S_IWUSR | S_IRUGO, show_antenna, store_antenna);
3795
3796static ssize_t show_status(struct device *d,
3797 struct device_attribute *attr, char *buf)
3798{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003799 struct iwl_priv *priv = dev_get_drvdata(d);
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08003800 if (!iwl_is_alive(priv))
Zhu Yib481de92007-09-25 17:54:57 -07003801 return -EAGAIN;
3802 return sprintf(buf, "0x%08x\n", (int)priv->status);
3803}
3804
3805static DEVICE_ATTR(status, S_IRUGO, show_status, NULL);
3806
3807static ssize_t dump_error_log(struct device *d,
3808 struct device_attribute *attr,
3809 const char *buf, size_t count)
3810{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003811 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003812 char *p = (char *)buf;
3813
3814 if (p[0] == '1')
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003815 iwl3945_dump_nic_error_log(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003816
3817 return strnlen(buf, count);
3818}
3819
3820static DEVICE_ATTR(dump_errors, S_IWUSR, NULL, dump_error_log);
3821
Zhu Yib481de92007-09-25 17:54:57 -07003822/*****************************************************************************
3823 *
Tomas Winklera96a27f2008-10-23 23:48:56 -07003824 * driver setup and tear down
Zhu Yib481de92007-09-25 17:54:57 -07003825 *
3826 *****************************************************************************/
3827
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003828static void iwl3945_setup_deferred_work(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07003829{
Reinette Chatred21050c2009-02-13 11:51:18 -08003830 priv->workqueue = create_singlethread_workqueue(DRV_NAME);
Zhu Yib481de92007-09-25 17:54:57 -07003831
3832 init_waitqueue_head(&priv->wait_command_queue);
3833
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003834 INIT_WORK(&priv->up, iwl3945_bg_up);
3835 INIT_WORK(&priv->restart, iwl3945_bg_restart);
3836 INIT_WORK(&priv->rx_replenish, iwl3945_bg_rx_replenish);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003837 INIT_WORK(&priv->beacon_update, iwl3945_bg_beacon_update);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003838 INIT_DELAYED_WORK(&priv->init_alive_start, iwl3945_bg_init_alive_start);
3839 INIT_DELAYED_WORK(&priv->alive_start, iwl3945_bg_alive_start);
Helmut Schaa26635162009-01-15 09:38:44 +01003840 INIT_DELAYED_WORK(&priv->rfkill_poll, iwl3945_rfkill_poll);
Samuel Ortiz77fecfb82009-01-23 13:45:12 -08003841 INIT_WORK(&priv->scan_completed, iwl_bg_scan_completed);
3842 INIT_WORK(&priv->request_scan, iwl3945_bg_request_scan);
3843 INIT_WORK(&priv->abort_scan, iwl_bg_abort_scan);
3844 INIT_DELAYED_WORK(&priv->scan_check, iwl_bg_scan_check);
Zhu Yib481de92007-09-25 17:54:57 -07003845
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003846 iwl3945_hw_setup_deferred_work(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003847
3848 tasklet_init(&priv->irq_tasklet, (void (*)(unsigned long))
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003849 iwl3945_irq_tasklet, (unsigned long)priv);
Zhu Yib481de92007-09-25 17:54:57 -07003850}
3851
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003852static void iwl3945_cancel_deferred_work(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07003853{
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003854 iwl3945_hw_cancel_deferred_work(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003855
Joonwoo Parke47eb6a2007-11-29 10:42:49 +09003856 cancel_delayed_work_sync(&priv->init_alive_start);
Zhu Yib481de92007-09-25 17:54:57 -07003857 cancel_delayed_work(&priv->scan_check);
3858 cancel_delayed_work(&priv->alive_start);
Zhu Yib481de92007-09-25 17:54:57 -07003859 cancel_work_sync(&priv->beacon_update);
3860}
3861
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003862static struct attribute *iwl3945_sysfs_entries[] = {
Zhu Yib481de92007-09-25 17:54:57 -07003863 &dev_attr_antenna.attr,
3864 &dev_attr_channels.attr,
3865 &dev_attr_dump_errors.attr,
Zhu Yib481de92007-09-25 17:54:57 -07003866 &dev_attr_flags.attr,
3867 &dev_attr_filter_flags.attr,
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +08003868#ifdef CONFIG_IWL3945_SPECTRUM_MEASUREMENT
Zhu Yib481de92007-09-25 17:54:57 -07003869 &dev_attr_measurement.attr,
3870#endif
Zhu Yib481de92007-09-25 17:54:57 -07003871 &dev_attr_retry_rate.attr,
Zhu Yib481de92007-09-25 17:54:57 -07003872 &dev_attr_statistics.attr,
3873 &dev_attr_status.attr,
3874 &dev_attr_temperature.attr,
Zhu Yib481de92007-09-25 17:54:57 -07003875 &dev_attr_tx_power.attr,
Samuel Ortizd08853a2009-01-23 13:45:17 -08003876#ifdef CONFIG_IWLWIFI_DEBUG
Samuel Ortiz40b8ec02008-12-19 10:37:08 +08003877 &dev_attr_debug_level.attr,
3878#endif
Zhu Yib481de92007-09-25 17:54:57 -07003879 NULL
3880};
3881
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003882static struct attribute_group iwl3945_attribute_group = {
Zhu Yib481de92007-09-25 17:54:57 -07003883 .name = NULL, /* put in device directory */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003884 .attrs = iwl3945_sysfs_entries,
Zhu Yib481de92007-09-25 17:54:57 -07003885};
3886
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003887static struct ieee80211_ops iwl3945_hw_ops = {
3888 .tx = iwl3945_mac_tx,
3889 .start = iwl3945_mac_start,
3890 .stop = iwl3945_mac_stop,
Abhijeet Kolekarcbb6ab92009-04-08 11:26:46 -07003891 .add_interface = iwl_mac_add_interface,
Abhijeet Kolekard8052312009-04-08 11:26:47 -07003892 .remove_interface = iwl_mac_remove_interface,
Abhijeet Kolekar48083682009-04-08 11:26:48 -07003893 .config = iwl_mac_config,
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003894 .configure_filter = iwl_configure_filter,
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003895 .set_key = iwl3945_mac_set_key,
Abhijeet Kolekaraa89f312009-04-08 11:26:51 -07003896 .get_tx_stats = iwl_mac_get_tx_stats,
Abhijeet Kolekar488829f2009-03-26 10:14:10 -07003897 .conf_tx = iwl_mac_conf_tx,
Abhijeet Kolekarbd564262009-04-08 11:26:52 -07003898 .reset_tsf = iwl_mac_reset_tsf,
Abhijeet Kolekar5bbe2332009-04-08 11:26:35 -07003899 .bss_info_changed = iwl_bss_info_changed,
Abhijeet Kolekare9dde6f62009-02-18 15:54:27 -08003900 .hw_scan = iwl_mac_hw_scan
Zhu Yib481de92007-09-25 17:54:57 -07003901};
3902
Winkler, Tomase52119c2008-12-22 11:31:19 +08003903static int iwl3945_init_drv(struct iwl_priv *priv)
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003904{
3905 int ret;
Samuel Ortize6148912009-01-23 13:45:15 -08003906 struct iwl3945_eeprom *eeprom = (struct iwl3945_eeprom *)priv->eeprom;
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003907
3908 priv->retry_rate = 1;
3909 priv->ibss_beacon = NULL;
3910
3911 spin_lock_init(&priv->lock);
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003912 spin_lock_init(&priv->sta_lock);
3913 spin_lock_init(&priv->hcmd_lock);
3914
3915 INIT_LIST_HEAD(&priv->free_frames);
3916
3917 mutex_init(&priv->mutex);
3918
3919 /* Clear the driver's (not device's) station table */
Tomas Winklerc587de02009-06-03 11:44:07 -07003920 iwl_clear_stations_table(priv);
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003921
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003922 priv->ieee_channels = NULL;
3923 priv->ieee_rates = NULL;
3924 priv->band = IEEE80211_BAND_2GHZ;
3925
3926 priv->iw_mode = NL80211_IFTYPE_STATION;
3927
3928 iwl_reset_qos(priv);
3929
3930 priv->qos_data.qos_active = 0;
3931 priv->qos_data.qos_cap.val = 0;
3932
3933 priv->rates_mask = IWL_RATES_MASK;
Winkler, Tomas62ea9c52009-01-19 15:30:29 -08003934 priv->tx_power_user_lmt = IWL_DEFAULT_TX_POWER;
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003935
Samuel Ortize6148912009-01-23 13:45:15 -08003936 if (eeprom->version < EEPROM_3945_EEPROM_VERSION) {
3937 IWL_WARN(priv, "Unsupported EEPROM version: 0x%04X\n",
3938 eeprom->version);
3939 ret = -EINVAL;
3940 goto err;
3941 }
3942 ret = iwl_init_channel_map(priv);
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003943 if (ret) {
3944 IWL_ERR(priv, "initializing regulatory failed: %d\n", ret);
3945 goto err;
3946 }
3947
Samuel Ortize6148912009-01-23 13:45:15 -08003948 /* Set up txpower settings in driver for all channels */
3949 if (iwl3945_txpower_set_from_eeprom(priv)) {
3950 ret = -EIO;
3951 goto err_free_channel_map;
3952 }
3953
Samuel Ortiz534166d2009-01-23 13:45:16 -08003954 ret = iwlcore_init_geos(priv);
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003955 if (ret) {
3956 IWL_ERR(priv, "initializing geos failed: %d\n", ret);
3957 goto err_free_channel_map;
3958 }
Samuel Ortiz534166d2009-01-23 13:45:16 -08003959 iwl3945_init_hw_rates(priv, priv->ieee_rates);
3960
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003961 return 0;
3962
3963err_free_channel_map:
Samuel Ortize6148912009-01-23 13:45:15 -08003964 iwl_free_channel_map(priv);
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003965err:
3966 return ret;
3967}
3968
Abhijeet Kolekar2a4ddaa2009-02-27 16:21:23 -08003969static int iwl3945_setup_mac(struct iwl_priv *priv)
3970{
3971 int ret;
3972 struct ieee80211_hw *hw = priv->hw;
3973
3974 hw->rate_control_algorithm = "iwl-3945-rs";
3975 hw->sta_data_size = sizeof(struct iwl3945_sta_priv);
3976
3977 /* Tell mac80211 our characteristics */
3978 hw->flags = IEEE80211_HW_SIGNAL_DBM |
Mohamed Abbasb1c60192009-03-17 21:51:47 -07003979 IEEE80211_HW_NOISE_DBM |
Johannes Berge312c242009-08-07 15:41:51 -07003980 IEEE80211_HW_SPECTRUM_MGMT |
3981 IEEE80211_HW_SUPPORTS_PS |
3982 IEEE80211_HW_SUPPORTS_DYNAMIC_PS;
Abhijeet Kolekar2a4ddaa2009-02-27 16:21:23 -08003983
3984 hw->wiphy->interface_modes =
3985 BIT(NL80211_IFTYPE_STATION) |
3986 BIT(NL80211_IFTYPE_ADHOC);
3987
Johannes Berg5be83de2009-11-19 00:56:28 +01003988 hw->wiphy->flags |= WIPHY_FLAG_STRICT_REGULATORY |
3989 WIPHY_FLAG_DISABLE_BEACON_HINTS;
Luis R. Rodriguez37184242009-07-30 17:43:48 -07003990
Johannes Berg1ecf9fc2009-04-20 14:36:56 -07003991 hw->wiphy->max_scan_ssids = PROBE_OPTION_MAX_3945;
3992 /* we create the 802.11 header and a zero-length SSID element */
3993 hw->wiphy->max_scan_ie_len = IWL_MAX_PROBE_REQUEST - 24 - 2;
Johannes Bergd60cc912009-04-09 09:56:02 +02003994
Abhijeet Kolekar2a4ddaa2009-02-27 16:21:23 -08003995 /* Default value; 4 EDCA QOS priorities */
3996 hw->queues = 4;
3997
Abhijeet Kolekar2a4ddaa2009-02-27 16:21:23 -08003998 if (priv->bands[IEEE80211_BAND_2GHZ].n_channels)
3999 priv->hw->wiphy->bands[IEEE80211_BAND_2GHZ] =
4000 &priv->bands[IEEE80211_BAND_2GHZ];
4001
4002 if (priv->bands[IEEE80211_BAND_5GHZ].n_channels)
4003 priv->hw->wiphy->bands[IEEE80211_BAND_5GHZ] =
4004 &priv->bands[IEEE80211_BAND_5GHZ];
4005
4006 ret = ieee80211_register_hw(priv->hw);
4007 if (ret) {
4008 IWL_ERR(priv, "Failed to register hw (error %d)\n", ret);
4009 return ret;
4010 }
4011 priv->mac80211_registered = 1;
4012
4013 return 0;
4014}
4015
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004016static int iwl3945_pci_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
Zhu Yib481de92007-09-25 17:54:57 -07004017{
4018 int err = 0;
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08004019 struct iwl_priv *priv;
Zhu Yib481de92007-09-25 17:54:57 -07004020 struct ieee80211_hw *hw;
Kolekar, Abhijeetc0f20d92008-12-19 10:37:19 +08004021 struct iwl_cfg *cfg = (struct iwl_cfg *)(ent->driver_data);
Samuel Ortize6148912009-01-23 13:45:15 -08004022 struct iwl3945_eeprom *eeprom;
Mohamed Abbas0359fac2008-03-28 16:21:08 -07004023 unsigned long flags;
Zhu Yib481de92007-09-25 17:54:57 -07004024
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004025 /***********************
4026 * 1. Allocating HW data
4027 * ********************/
4028
Zhu Yib481de92007-09-25 17:54:57 -07004029 /* mac80211 allocates memory for this device instance, including
4030 * space for this driver's private structure */
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08004031 hw = iwl_alloc_all(cfg, &iwl3945_hw_ops);
Zhu Yib481de92007-09-25 17:54:57 -07004032 if (hw == NULL) {
Samuel Ortiza3139c52008-12-19 10:37:09 +08004033 printk(KERN_ERR DRV_NAME "Can not allocate network device\n");
Zhu Yib481de92007-09-25 17:54:57 -07004034 err = -ENOMEM;
4035 goto out;
4036 }
Zhu Yib481de92007-09-25 17:54:57 -07004037 priv = hw->priv;
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08004038 SET_IEEE80211_DEV(hw, &pdev->dev);
Cahill, Ben M6440adb2007-11-29 11:09:55 +08004039
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08004040 /*
4041 * Disabling hardware scan means that mac80211 will perform scans
4042 * "the hard way", rather than using device's scan.
4043 */
Kolekar, Abhijeetdf878d82008-12-19 10:37:35 +08004044 if (iwl3945_mod_params.disable_hw_scan) {
Tomas Winklere1623442009-01-27 14:27:56 -08004045 IWL_DEBUG_INFO(priv, "Disabling hw_scan\n");
Samuel Ortiz40b8ec02008-12-19 10:37:08 +08004046 iwl3945_hw_ops.hw_scan = NULL;
4047 }
4048
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08004049
Tomas Winklere1623442009-01-27 14:27:56 -08004050 IWL_DEBUG_INFO(priv, "*** LOAD DRIVER ***\n");
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08004051 priv->cfg = cfg;
4052 priv->pci_dev = pdev;
Mohamed Abbas40cefda2009-05-22 11:01:52 -07004053 priv->inta_mask = CSR_INI_SET_MASK;
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08004054
Samuel Ortizd08853a2009-01-23 13:45:17 -08004055#ifdef CONFIG_IWLWIFI_DEBUG
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08004056 atomic_set(&priv->restrict_refcnt, 0);
4057#endif
Wey-Yi Guy20594eb2009-08-07 15:41:39 -07004058 if (iwl_alloc_traffic_mem(priv))
4059 IWL_ERR(priv, "Not enough memory to generate traffic log\n");
Zhu Yib481de92007-09-25 17:54:57 -07004060
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004061 /***************************
4062 * 2. Initializing PCI bus
4063 * *************************/
Zhu Yib481de92007-09-25 17:54:57 -07004064 if (pci_enable_device(pdev)) {
4065 err = -ENODEV;
4066 goto out_ieee80211_free_hw;
4067 }
4068
4069 pci_set_master(pdev);
4070
Yang Hongyang284901a2009-04-06 19:01:15 -07004071 err = pci_set_dma_mask(pdev, DMA_BIT_MASK(32));
Zhu Yib481de92007-09-25 17:54:57 -07004072 if (!err)
Yang Hongyang284901a2009-04-06 19:01:15 -07004073 err = pci_set_consistent_dma_mask(pdev, DMA_BIT_MASK(32));
Zhu Yib481de92007-09-25 17:54:57 -07004074 if (err) {
Tomas Winkler978785a2008-12-19 10:37:31 +08004075 IWL_WARN(priv, "No suitable DMA available.\n");
Zhu Yib481de92007-09-25 17:54:57 -07004076 goto out_pci_disable_device;
4077 }
4078
4079 pci_set_drvdata(pdev, priv);
4080 err = pci_request_regions(pdev, DRV_NAME);
4081 if (err)
4082 goto out_pci_disable_device;
Cahill, Ben M6440adb2007-11-29 11:09:55 +08004083
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004084 /***********************
4085 * 3. Read REV Register
4086 * ********************/
Zhu Yib481de92007-09-25 17:54:57 -07004087 priv->hw_base = pci_iomap(pdev, 0, 0);
4088 if (!priv->hw_base) {
4089 err = -ENODEV;
4090 goto out_pci_release_regions;
4091 }
4092
Tomas Winklere1623442009-01-27 14:27:56 -08004093 IWL_DEBUG_INFO(priv, "pci_resource_len = 0x%08llx\n",
Zhu Yib481de92007-09-25 17:54:57 -07004094 (unsigned long long) pci_resource_len(pdev, 0));
Tomas Winklere1623442009-01-27 14:27:56 -08004095 IWL_DEBUG_INFO(priv, "pci_resource_base = %p\n", priv->hw_base);
Zhu Yib481de92007-09-25 17:54:57 -07004096
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004097 /* We disable the RETRY_TIMEOUT register (0x41) to keep
4098 * PCI Tx retries from interfering with C3 CPU state */
4099 pci_write_config_byte(pdev, 0x41, 0x00);
Zhu Yib481de92007-09-25 17:54:57 -07004100
Mohamed Abbasa8b50a02009-05-22 11:01:47 -07004101 /* this spin lock will be used in apm_ops.init and EEPROM access
4102 * we should init now
4103 */
4104 spin_lock_init(&priv->reg_lock);
4105
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004106 /***********************
4107 * 4. Read EEPROM
4108 * ********************/
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08004109
Zhu Yi5a66926a2008-01-14 17:46:18 -08004110 /* Read the EEPROM */
Samuel Ortize6148912009-01-23 13:45:15 -08004111 err = iwl_eeprom_init(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004112 if (err) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08004113 IWL_ERR(priv, "Unable to init EEPROM\n");
Reinette Chatrec8f16132009-02-27 16:21:22 -08004114 goto out_iounmap;
Zhu Yi5a66926a2008-01-14 17:46:18 -08004115 }
4116 /* MAC Address location in EEPROM same for 3945/4965 */
Samuel Ortize6148912009-01-23 13:45:15 -08004117 eeprom = (struct iwl3945_eeprom *)priv->eeprom;
4118 memcpy(priv->mac_addr, eeprom->mac_address, ETH_ALEN);
Tomas Winklere1623442009-01-27 14:27:56 -08004119 IWL_DEBUG_INFO(priv, "MAC address: %pM\n", priv->mac_addr);
Zhu Yi5a66926a2008-01-14 17:46:18 -08004120 SET_IEEE80211_PERM_ADDR(priv->hw, priv->mac_addr);
4121
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004122 /***********************
4123 * 5. Setup HW Constants
4124 * ********************/
4125 /* Device-specific setup */
Abhijeet Kolekar3832ec92008-12-19 10:37:26 +08004126 if (iwl3945_hw_set_hw_params(priv)) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08004127 IWL_ERR(priv, "failed to set hw settings\n");
Reinette Chatrec8f16132009-02-27 16:21:22 -08004128 goto out_eeprom_free;
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004129 }
4130
4131 /***********************
4132 * 6. Setup priv
4133 * ********************/
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004134
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08004135 err = iwl3945_init_drv(priv);
Reinette Chatre849e0dc2008-01-23 10:15:18 -08004136 if (err) {
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08004137 IWL_ERR(priv, "initializing driver failed\n");
Reinette Chatrec8f16132009-02-27 16:21:22 -08004138 goto out_unset_hw_params;
Reinette Chatre849e0dc2008-01-23 10:15:18 -08004139 }
Reinette Chatre849e0dc2008-01-23 10:15:18 -08004140
Tomas Winkler978785a2008-12-19 10:37:31 +08004141 IWL_INFO(priv, "Detected Intel Wireless WiFi Link %s\n",
4142 priv->cfg->name);
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004143
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004144 /***********************
Abhijeet Kolekar09f9bf72009-04-20 14:37:03 -07004145 * 7. Setup Services
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004146 * ********************/
4147
4148 spin_lock_irqsave(&priv->lock, flags);
Abhijeet Kolekared3b9322009-02-18 15:54:30 -08004149 iwl_disable_interrupts(priv);
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004150 spin_unlock_irqrestore(&priv->lock, flags);
4151
Helmut Schaa26635162009-01-15 09:38:44 +01004152 pci_enable_msi(priv->pci_dev);
4153
Mohamed Abbasef850d72009-05-22 11:01:50 -07004154 err = request_irq(priv->pci_dev->irq, priv->cfg->ops->lib->isr,
4155 IRQF_SHARED, DRV_NAME, priv);
Helmut Schaa26635162009-01-15 09:38:44 +01004156 if (err) {
4157 IWL_ERR(priv, "Error allocating IRQ %d\n", priv->pci_dev->irq);
4158 goto out_disable_msi;
4159 }
4160
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004161 err = sysfs_create_group(&pdev->dev.kobj, &iwl3945_attribute_group);
4162 if (err) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08004163 IWL_ERR(priv, "failed to create sysfs device attributes\n");
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08004164 goto out_release_irq;
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004165 }
4166
Samuel Ortiz8ccde882009-01-27 14:27:52 -08004167 iwl_set_rxon_channel(priv,
4168 &priv->bands[IEEE80211_BAND_2GHZ].channels[5]);
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004169 iwl3945_setup_deferred_work(priv);
4170 iwl3945_setup_rx_handlers(priv);
Ben Cahill008a9e32009-10-09 13:20:27 -07004171 iwl_power_initialize(priv);
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004172
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004173 /*********************************
Abhijeet Kolekar09f9bf72009-04-20 14:37:03 -07004174 * 8. Setup and Register mac80211
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004175 * *******************************/
4176
Abhijeet Kolekar2a4ddaa2009-02-27 16:21:23 -08004177 iwl_enable_interrupts(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004178
Abhijeet Kolekar2a4ddaa2009-02-27 16:21:23 -08004179 err = iwl3945_setup_mac(priv);
4180 if (err)
4181 goto out_remove_sysfs;
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004182
Abhijeet Kolekara75fbe82009-04-20 14:36:58 -07004183 err = iwl_dbgfs_register(priv, DRV_NAME);
4184 if (err)
4185 IWL_ERR(priv, "failed to create debugfs files. Ignoring error: %d\n", err);
4186
Helmut Schaa26635162009-01-15 09:38:44 +01004187 /* Start monitoring the killswitch */
4188 queue_delayed_work(priv->workqueue, &priv->rfkill_poll,
4189 2 * HZ);
4190
Zhu Yib481de92007-09-25 17:54:57 -07004191 return 0;
4192
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004193 out_remove_sysfs:
Zhu Yib481de92007-09-25 17:54:57 -07004194 destroy_workqueue(priv->workqueue);
4195 priv->workqueue = NULL;
Reinette Chatrec8f16132009-02-27 16:21:22 -08004196 sysfs_remove_group(&pdev->dev.kobj, &iwl3945_attribute_group);
4197 out_release_irq:
4198 free_irq(priv->pci_dev->irq, priv);
Helmut Schaa26635162009-01-15 09:38:44 +01004199 out_disable_msi:
4200 pci_disable_msi(priv->pci_dev);
Reinette Chatrec8f16132009-02-27 16:21:22 -08004201 iwlcore_free_geos(priv);
4202 iwl_free_channel_map(priv);
4203 out_unset_hw_params:
4204 iwl3945_unset_hw_params(priv);
4205 out_eeprom_free:
4206 iwl_eeprom_free(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004207 out_iounmap:
4208 pci_iounmap(pdev, priv->hw_base);
4209 out_pci_release_regions:
4210 pci_release_regions(pdev);
4211 out_pci_disable_device:
Zhu Yib481de92007-09-25 17:54:57 -07004212 pci_set_drvdata(pdev, NULL);
Reinette Chatre623d5632009-03-03 11:37:04 -08004213 pci_disable_device(pdev);
Zhu Yib481de92007-09-25 17:54:57 -07004214 out_ieee80211_free_hw:
Wey-Yi Guy20594eb2009-08-07 15:41:39 -07004215 iwl_free_traffic_mem(priv);
Wey-Yi Guyd7c76f42009-10-09 13:20:17 -07004216 ieee80211_free_hw(priv->hw);
Zhu Yib481de92007-09-25 17:54:57 -07004217 out:
4218 return err;
4219}
4220
Reinette Chatrec83dbf62008-03-21 13:53:41 -07004221static void __devexit iwl3945_pci_remove(struct pci_dev *pdev)
Zhu Yib481de92007-09-25 17:54:57 -07004222{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08004223 struct iwl_priv *priv = pci_get_drvdata(pdev);
Mohamed Abbas0359fac2008-03-28 16:21:08 -07004224 unsigned long flags;
Zhu Yib481de92007-09-25 17:54:57 -07004225
4226 if (!priv)
4227 return;
4228
Tomas Winklere1623442009-01-27 14:27:56 -08004229 IWL_DEBUG_INFO(priv, "*** UNLOAD DRIVER ***\n");
Zhu Yib481de92007-09-25 17:54:57 -07004230
Abhijeet Kolekara75fbe82009-04-20 14:36:58 -07004231 iwl_dbgfs_unregister(priv);
4232
Zhu Yib481de92007-09-25 17:54:57 -07004233 set_bit(STATUS_EXIT_PENDING, &priv->status);
Zhu Yib24d22b2007-12-19 13:59:52 +08004234
Kolekar, Abhijeetd552bfb2008-12-19 10:37:41 +08004235 if (priv->mac80211_registered) {
4236 ieee80211_unregister_hw(priv->hw);
4237 priv->mac80211_registered = 0;
4238 } else {
4239 iwl3945_down(priv);
4240 }
Zhu Yib481de92007-09-25 17:54:57 -07004241
Ben Cahillc166b252009-10-23 13:42:35 -07004242 /*
4243 * Make sure device is reset to low power before unloading driver.
4244 * This may be redundant with iwl_down(), but there are paths to
4245 * run iwl_down() without calling apm_ops.stop(), and there are
4246 * paths to avoid running iwl_down() at all before leaving driver.
4247 * This (inexpensive) call *makes sure* device is reset.
4248 */
4249 priv->cfg->ops->lib->apm_ops.stop(priv);
4250
Mohamed Abbas0359fac2008-03-28 16:21:08 -07004251 /* make sure we flush any pending irq or
4252 * tasklet for the driver
4253 */
4254 spin_lock_irqsave(&priv->lock, flags);
Abhijeet Kolekared3b9322009-02-18 15:54:30 -08004255 iwl_disable_interrupts(priv);
Mohamed Abbas0359fac2008-03-28 16:21:08 -07004256 spin_unlock_irqrestore(&priv->lock, flags);
4257
4258 iwl_synchronize_irq(priv);
4259
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004260 sysfs_remove_group(&pdev->dev.kobj, &iwl3945_attribute_group);
Zhu Yib481de92007-09-25 17:54:57 -07004261
Reinette Chatre71d449b2009-04-20 14:37:01 -07004262 cancel_delayed_work_sync(&priv->rfkill_poll);
Helmut Schaa26635162009-01-15 09:38:44 +01004263
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004264 iwl3945_dealloc_ucode_pci(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004265
4266 if (priv->rxq.bd)
Reinette Chatredf833b12009-04-21 10:55:48 -07004267 iwl3945_rx_queue_free(priv, &priv->rxq);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004268 iwl3945_hw_txq_ctx_free(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004269
Abhijeet Kolekar3832ec92008-12-19 10:37:26 +08004270 iwl3945_unset_hw_params(priv);
Tomas Winklerc587de02009-06-03 11:44:07 -07004271 iwl_clear_stations_table(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004272
Mohamed Abbas6ef89d02007-10-25 17:15:47 +08004273 /*netif_stop_queue(dev); */
4274 flush_workqueue(priv->workqueue);
4275
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004276 /* ieee80211_unregister_hw calls iwl3945_mac_stop, which flushes
Zhu Yib481de92007-09-25 17:54:57 -07004277 * priv->workqueue... so we can't take down the workqueue
4278 * until now... */
4279 destroy_workqueue(priv->workqueue);
4280 priv->workqueue = NULL;
Wey-Yi Guy20594eb2009-08-07 15:41:39 -07004281 iwl_free_traffic_mem(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004282
Helmut Schaa26635162009-01-15 09:38:44 +01004283 free_irq(pdev->irq, priv);
4284 pci_disable_msi(pdev);
4285
Zhu Yib481de92007-09-25 17:54:57 -07004286 pci_iounmap(pdev, priv->hw_base);
4287 pci_release_regions(pdev);
4288 pci_disable_device(pdev);
4289 pci_set_drvdata(pdev, NULL);
4290
Samuel Ortize6148912009-01-23 13:45:15 -08004291 iwl_free_channel_map(priv);
Samuel Ortiz534166d2009-01-23 13:45:16 -08004292 iwlcore_free_geos(priv);
Winkler, Tomas805cee52009-01-19 15:30:28 -08004293 kfree(priv->scan);
Zhu Yib481de92007-09-25 17:54:57 -07004294 if (priv->ibss_beacon)
4295 dev_kfree_skb(priv->ibss_beacon);
4296
4297 ieee80211_free_hw(priv->hw);
4298}
4299
Zhu Yib481de92007-09-25 17:54:57 -07004300
4301/*****************************************************************************
4302 *
4303 * driver and module entry point
4304 *
4305 *****************************************************************************/
4306
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004307static struct pci_driver iwl3945_driver = {
Zhu Yib481de92007-09-25 17:54:57 -07004308 .name = DRV_NAME,
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004309 .id_table = iwl3945_hw_card_ids,
4310 .probe = iwl3945_pci_probe,
4311 .remove = __devexit_p(iwl3945_pci_remove),
Zhu Yib481de92007-09-25 17:54:57 -07004312#ifdef CONFIG_PM
Wey-Yi Guy6da3a132009-03-26 10:14:08 -07004313 .suspend = iwl_pci_suspend,
4314 .resume = iwl_pci_resume,
Zhu Yib481de92007-09-25 17:54:57 -07004315#endif
4316};
4317
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004318static int __init iwl3945_init(void)
Zhu Yib481de92007-09-25 17:54:57 -07004319{
4320
4321 int ret;
4322 printk(KERN_INFO DRV_NAME ": " DRV_DESCRIPTION ", " DRV_VERSION "\n");
4323 printk(KERN_INFO DRV_NAME ": " DRV_COPYRIGHT "\n");
Reinette Chatre897e1cf2008-03-28 16:21:09 -07004324
4325 ret = iwl3945_rate_control_register();
4326 if (ret) {
Samuel Ortiza3139c52008-12-19 10:37:09 +08004327 printk(KERN_ERR DRV_NAME
4328 "Unable to register rate control algorithm: %d\n", ret);
Reinette Chatre897e1cf2008-03-28 16:21:09 -07004329 return ret;
4330 }
4331
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004332 ret = pci_register_driver(&iwl3945_driver);
Zhu Yib481de92007-09-25 17:54:57 -07004333 if (ret) {
Samuel Ortiza3139c52008-12-19 10:37:09 +08004334 printk(KERN_ERR DRV_NAME "Unable to initialize PCI module\n");
Reinette Chatre897e1cf2008-03-28 16:21:09 -07004335 goto error_register;
Zhu Yib481de92007-09-25 17:54:57 -07004336 }
Zhu Yib481de92007-09-25 17:54:57 -07004337
4338 return ret;
Reinette Chatre897e1cf2008-03-28 16:21:09 -07004339
Reinette Chatre897e1cf2008-03-28 16:21:09 -07004340error_register:
4341 iwl3945_rate_control_unregister();
4342 return ret;
Zhu Yib481de92007-09-25 17:54:57 -07004343}
4344
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004345static void __exit iwl3945_exit(void)
Zhu Yib481de92007-09-25 17:54:57 -07004346{
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004347 pci_unregister_driver(&iwl3945_driver);
Reinette Chatre897e1cf2008-03-28 16:21:09 -07004348 iwl3945_rate_control_unregister();
Zhu Yib481de92007-09-25 17:54:57 -07004349}
4350
Reinette Chatrea0987a82008-12-02 12:14:06 -08004351MODULE_FIRMWARE(IWL3945_MODULE_FIRMWARE(IWL3945_UCODE_API_MAX));
Zhu Yi25cb6ca2008-09-11 11:45:22 +08004352
Wey-Yi Guy4e30cb62009-09-17 10:43:47 -07004353module_param_named(antenna, iwl3945_mod_params.antenna, int, S_IRUGO);
Zhu Yib481de92007-09-25 17:54:57 -07004354MODULE_PARM_DESC(antenna, "select antenna (1=Main, 2=Aux, default 0 [both])");
Wey-Yi Guy4e30cb62009-09-17 10:43:47 -07004355module_param_named(swcrypto, iwl3945_mod_params.sw_crypto, int, S_IRUGO);
Samuel Ortiz9c74d9f2009-01-08 10:19:59 -08004356MODULE_PARM_DESC(swcrypto,
4357 "using software crypto (default 1 [software])\n");
Reinette Chatrea562a9d2009-07-17 09:30:24 -07004358#ifdef CONFIG_IWLWIFI_DEBUG
Wey-Yi Guy4e30cb62009-09-17 10:43:47 -07004359module_param_named(debug, iwl_debug_level, uint, S_IRUGO | S_IWUSR);
Zhu Yib481de92007-09-25 17:54:57 -07004360MODULE_PARM_DESC(debug, "debug output mask");
Reinette Chatrea562a9d2009-07-17 09:30:24 -07004361#endif
Wey-Yi Guy4e30cb62009-09-17 10:43:47 -07004362module_param_named(disable_hw_scan, iwl3945_mod_params.disable_hw_scan,
4363 int, S_IRUGO);
Zhu Yib481de92007-09-25 17:54:57 -07004364MODULE_PARM_DESC(disable_hw_scan, "disable hardware scanning (default 0)");
Wey-Yi Guy4e30cb62009-09-17 10:43:47 -07004365module_param_named(fw_restart3945, iwl3945_mod_params.restart_fw, int, S_IRUGO);
Samuel Ortizaf48d042009-01-23 13:45:19 -08004366MODULE_PARM_DESC(fw_restart3945, "restart firmware in case of error");
4367
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004368module_exit(iwl3945_exit);
4369module_init(iwl3945_init);