blob: f8e4e4b18d02bee66f711e29080c4cc2b8a6366a [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
Zhu Yidc57a302009-12-14 14:12:12 -0800551 if ((iwl_queue_space(q) < q->high_mark))
552 goto drop;
553
Zhu Yib481de92007-09-25 17:54:57 -0700554 spin_lock_irqsave(&priv->lock, flags);
555
Tomas Winklerfc4b6852007-10-25 17:15:24 +0800556 idx = get_cmd_index(q, q->write_ptr, 0);
Zhu Yib481de92007-09-25 17:54:57 -0700557
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800558 /* Set up driver data for this TFD */
Winkler, Tomasdbb66542008-12-22 11:31:14 +0800559 memset(&(txq->txb[q->write_ptr]), 0, sizeof(struct iwl_tx_info));
Tomas Winklerfc4b6852007-10-25 17:15:24 +0800560 txq->txb[q->write_ptr].skb[0] = skb;
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800561
562 /* Init first empty entry in queue's array of Tx/cmd buffers */
Samuel Ortiz188cf6c2008-12-22 11:31:16 +0800563 out_cmd = txq->cmd[idx];
Johannes Bergc2acea82009-07-24 11:13:05 -0700564 out_meta = &txq->meta[idx];
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700565 tx_cmd = (struct iwl3945_tx_cmd *)out_cmd->cmd.payload;
Zhu Yib481de92007-09-25 17:54:57 -0700566 memset(&out_cmd->hdr, 0, sizeof(out_cmd->hdr));
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700567 memset(tx_cmd, 0, sizeof(*tx_cmd));
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800568
569 /*
570 * Set up the Tx-command (not MAC!) header.
571 * Store the chosen Tx queue and TFD index within the sequence field;
572 * after Tx, uCode's Tx response will return this value so driver can
573 * locate the frame within the tx queue and do post-tx processing.
574 */
Zhu Yib481de92007-09-25 17:54:57 -0700575 out_cmd->hdr.cmd = REPLY_TX;
576 out_cmd->hdr.sequence = cpu_to_le16((u16)(QUEUE_TO_SEQ(txq_id) |
Tomas Winklerfc4b6852007-10-25 17:15:24 +0800577 INDEX_TO_SEQ(q->write_ptr)));
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800578
579 /* Copy MAC header from skb into command buffer */
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700580 memcpy(tx_cmd->hdr, hdr, hdr_len);
Zhu Yib481de92007-09-25 17:54:57 -0700581
Reinette Chatredf833b12009-04-21 10:55:48 -0700582
583 if (info->control.hw_key)
584 iwl3945_build_tx_cmd_hwcrypto(priv, info, out_cmd, skb, sta_id);
585
586 /* TODO need this for burst mode later on */
587 iwl3945_build_tx_cmd_basic(priv, out_cmd, info, hdr, sta_id);
588
589 /* set is_hcca to 0; it probably will never be implemented */
590 iwl3945_hw_build_tx_cmd_rate(priv, out_cmd, info, hdr, sta_id, 0);
591
592 /* Total # bytes to be transmitted */
593 len = (u16)skb->len;
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700594 tx_cmd->len = cpu_to_le16(len);
Reinette Chatredf833b12009-04-21 10:55:48 -0700595
Wey-Yi Guy20594eb2009-08-07 15:41:39 -0700596 iwl_dbg_log_tx_data_frame(priv, len, hdr);
Wey-Yi Guy22fdf3c2009-08-07 15:41:40 -0700597 iwl_update_stats(priv, true, fc, len);
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700598 tx_cmd->tx_flags &= ~TX_CMD_FLG_ANT_A_MSK;
599 tx_cmd->tx_flags &= ~TX_CMD_FLG_ANT_B_MSK;
Reinette Chatredf833b12009-04-21 10:55:48 -0700600
601 if (!ieee80211_has_morefrags(hdr->frame_control)) {
602 txq->need_update = 1;
603 if (qc)
Tomas Winklerc587de02009-06-03 11:44:07 -0700604 priv->stations[sta_id].tid[tid].seq_number = seq_number;
Reinette Chatredf833b12009-04-21 10:55:48 -0700605 } else {
606 wait_write_ptr = 1;
607 txq->need_update = 0;
608 }
609
610 IWL_DEBUG_TX(priv, "sequence nr = 0X%x \n",
611 le16_to_cpu(out_cmd->hdr.sequence));
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700612 IWL_DEBUG_TX(priv, "tx_flags = 0X%x \n", le32_to_cpu(tx_cmd->tx_flags));
613 iwl_print_hex_dump(priv, IWL_DL_TX, tx_cmd, sizeof(*tx_cmd));
614 iwl_print_hex_dump(priv, IWL_DL_TX, (u8 *)tx_cmd->hdr,
Reinette Chatredf833b12009-04-21 10:55:48 -0700615 ieee80211_hdrlen(fc));
616
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800617 /*
618 * Use the first empty entry in this queue's command buffer array
619 * to contain the Tx command and MAC header concatenated together
620 * (payload data will be in another buffer).
621 * Size of this varies, due to varying MAC header length.
622 * If end is not dword aligned, we'll have 2 extra bytes at the end
623 * of the MAC header (device reads on dword boundaries).
624 * We'll tell device about this padding later.
625 */
Abhijeet Kolekar3832ec92008-12-19 10:37:26 +0800626 len = sizeof(struct iwl3945_tx_cmd) +
Tomas Winkler4c897252008-12-19 10:37:05 +0800627 sizeof(struct iwl_cmd_header) + hdr_len;
Zhu Yib481de92007-09-25 17:54:57 -0700628
629 len_org = len;
630 len = (len + 3) & ~3;
631
632 if (len_org != len)
633 len_org = 1;
634 else
635 len_org = 0;
636
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800637 /* Physical address of this Tx command's header (not MAC header!),
638 * within command buffer array. */
Reinette Chatredf833b12009-04-21 10:55:48 -0700639 txcmd_phys = pci_map_single(priv->pci_dev, &out_cmd->hdr,
640 len, PCI_DMA_TODEVICE);
641 /* we do not map meta data ... so we can safely access address to
642 * provide to unmap command*/
Johannes Bergc2acea82009-07-24 11:13:05 -0700643 pci_unmap_addr_set(out_meta, mapping, txcmd_phys);
644 pci_unmap_len_set(out_meta, len, len);
Zhu Yib481de92007-09-25 17:54:57 -0700645
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800646 /* Add buffer containing Tx command and MAC(!) header to TFD's
647 * first entry */
Samuel Ortiz7aaa1d72009-01-19 15:30:26 -0800648 priv->cfg->ops->lib->txq_attach_buf_to_tfd(priv, txq,
649 txcmd_phys, len, 1, 0);
Zhu Yib481de92007-09-25 17:54:57 -0700650
Zhu Yib481de92007-09-25 17:54:57 -0700651
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800652 /* Set up TFD's 2nd entry to point directly to remainder of skb,
653 * if any (802.11 null frames have no payload). */
Zhu Yib481de92007-09-25 17:54:57 -0700654 len = skb->len - hdr_len;
655 if (len) {
656 phys_addr = pci_map_single(priv->pci_dev, skb->data + hdr_len,
657 len, PCI_DMA_TODEVICE);
Samuel Ortiz7aaa1d72009-01-19 15:30:26 -0800658 priv->cfg->ops->lib->txq_attach_buf_to_tfd(priv, txq,
659 phys_addr, len,
660 0, U32_PAD(len));
Zhu Yib481de92007-09-25 17:54:57 -0700661 }
662
Zhu Yib481de92007-09-25 17:54:57 -0700663
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800664 /* Tell device the write index *just past* this latest filled TFD */
Tomas Winklerc54b6792008-03-06 17:36:53 -0800665 q->write_ptr = iwl_queue_inc_wrap(q->write_ptr, q->n_bd);
Samuel Ortiz4f3602c2009-01-19 15:30:25 -0800666 rc = iwl_txq_update_write_ptr(priv, txq);
Zhu Yib481de92007-09-25 17:54:57 -0700667 spin_unlock_irqrestore(&priv->lock, flags);
668
669 if (rc)
670 return rc;
671
Samuel Ortizd20b3c62008-12-19 10:37:15 +0800672 if ((iwl_queue_space(q) < q->high_mark)
Zhu Yib481de92007-09-25 17:54:57 -0700673 && priv->mac80211_registered) {
674 if (wait_write_ptr) {
675 spin_lock_irqsave(&priv->lock, flags);
676 txq->need_update = 1;
Samuel Ortiz4f3602c2009-01-19 15:30:25 -0800677 iwl_txq_update_write_ptr(priv, txq);
Zhu Yib481de92007-09-25 17:54:57 -0700678 spin_unlock_irqrestore(&priv->lock, flags);
679 }
680
Johannes Berge4e72fb2009-03-23 17:28:42 +0100681 iwl_stop_queue(priv, skb_get_queue_mapping(skb));
Zhu Yib481de92007-09-25 17:54:57 -0700682 }
683
684 return 0;
685
686drop_unlock:
687 spin_unlock_irqrestore(&priv->lock, flags);
688drop:
689 return -1;
690}
691
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +0800692#ifdef CONFIG_IWL3945_SPECTRUM_MEASUREMENT
Zhu Yib481de92007-09-25 17:54:57 -0700693
694#include "iwl-spectrum.h"
695
696#define BEACON_TIME_MASK_LOW 0x00FFFFFF
697#define BEACON_TIME_MASK_HIGH 0xFF000000
698#define TIME_UNIT 1024
699
700/*
701 * extended beacon time format
702 * time in usec will be changed into a 32-bit value in 8:24 format
703 * the high 1 byte is the beacon counts
704 * the lower 3 bytes is the time in usec within one beacon interval
705 */
706
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800707static u32 iwl3945_usecs_to_beacons(u32 usec, u32 beacon_interval)
Zhu Yib481de92007-09-25 17:54:57 -0700708{
709 u32 quot;
710 u32 rem;
711 u32 interval = beacon_interval * 1024;
712
713 if (!interval || !usec)
714 return 0;
715
716 quot = (usec / interval) & (BEACON_TIME_MASK_HIGH >> 24);
717 rem = (usec % interval) & BEACON_TIME_MASK_LOW;
718
719 return (quot << 24) + rem;
720}
721
722/* base is usually what we get from ucode with each received frame,
723 * the same as HW timer counter counting down
724 */
725
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800726static __le32 iwl3945_add_beacon_time(u32 base, u32 addon, u32 beacon_interval)
Zhu Yib481de92007-09-25 17:54:57 -0700727{
728 u32 base_low = base & BEACON_TIME_MASK_LOW;
729 u32 addon_low = addon & BEACON_TIME_MASK_LOW;
730 u32 interval = beacon_interval * TIME_UNIT;
731 u32 res = (base & BEACON_TIME_MASK_HIGH) +
732 (addon & BEACON_TIME_MASK_HIGH);
733
734 if (base_low > addon_low)
735 res += base_low - addon_low;
736 else if (base_low < addon_low) {
737 res += interval + base_low - addon_low;
738 res += (1 << 24);
739 } else
740 res += (1 << 24);
741
742 return cpu_to_le32(res);
743}
744
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800745static int iwl3945_get_measurement(struct iwl_priv *priv,
Zhu Yib481de92007-09-25 17:54:57 -0700746 struct ieee80211_measurement_params *params,
747 u8 type)
748{
Tomas Winkler600c0e12008-12-19 10:37:04 +0800749 struct iwl_spectrum_cmd spectrum;
Zhu Yi2f301222009-10-09 17:19:45 +0800750 struct iwl_rx_packet *pkt;
Winkler, Tomasc2d79b42008-12-19 10:37:34 +0800751 struct iwl_host_cmd cmd = {
Zhu Yib481de92007-09-25 17:54:57 -0700752 .id = REPLY_SPECTRUM_MEASUREMENT_CMD,
753 .data = (void *)&spectrum,
Johannes Bergc2acea82009-07-24 11:13:05 -0700754 .flags = CMD_WANT_SKB,
Zhu Yib481de92007-09-25 17:54:57 -0700755 };
756 u32 add_time = le64_to_cpu(params->start_time);
757 int rc;
758 int spectrum_resp_status;
759 int duration = le16_to_cpu(params->duration);
760
Samuel Ortiz8ccde882009-01-27 14:27:52 -0800761 if (iwl_is_associated(priv))
Zhu Yib481de92007-09-25 17:54:57 -0700762 add_time =
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800763 iwl3945_usecs_to_beacons(
Zhu Yib481de92007-09-25 17:54:57 -0700764 le64_to_cpu(params->start_time) - priv->last_tsf,
765 le16_to_cpu(priv->rxon_timing.beacon_interval));
766
767 memset(&spectrum, 0, sizeof(spectrum));
768
769 spectrum.channel_count = cpu_to_le16(1);
770 spectrum.flags =
771 RXON_FLG_TSF2HOST_MSK | RXON_FLG_ANT_A_MSK | RXON_FLG_DIS_DIV_MSK;
772 spectrum.filter_flags = MEASUREMENT_FILTER_FLAG;
773 cmd.len = sizeof(spectrum);
774 spectrum.len = cpu_to_le16(cmd.len - sizeof(spectrum.len));
775
Samuel Ortiz8ccde882009-01-27 14:27:52 -0800776 if (iwl_is_associated(priv))
Zhu Yib481de92007-09-25 17:54:57 -0700777 spectrum.start_time =
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800778 iwl3945_add_beacon_time(priv->last_beacon_time,
Zhu Yib481de92007-09-25 17:54:57 -0700779 add_time,
780 le16_to_cpu(priv->rxon_timing.beacon_interval));
781 else
782 spectrum.start_time = 0;
783
784 spectrum.channels[0].duration = cpu_to_le32(duration * TIME_UNIT);
785 spectrum.channels[0].channel = params->channel;
786 spectrum.channels[0].type = type;
Samuel Ortiz8ccde882009-01-27 14:27:52 -0800787 if (priv->active_rxon.flags & RXON_FLG_BAND_24G_MSK)
Zhu Yib481de92007-09-25 17:54:57 -0700788 spectrum.flags |= RXON_FLG_BAND_24G_MSK |
789 RXON_FLG_AUTO_DETECT_MSK | RXON_FLG_TGG_PROTECT_MSK;
790
Samuel Ortiz518099a2009-01-19 15:30:27 -0800791 rc = iwl_send_cmd_sync(priv, &cmd);
Zhu Yib481de92007-09-25 17:54:57 -0700792 if (rc)
793 return rc;
794
Zhu Yi2f301222009-10-09 17:19:45 +0800795 pkt = (struct iwl_rx_packet *)cmd.reply_page;
796 if (pkt->hdr.flags & IWL_CMD_FAILED_MSK) {
Winkler, Tomas15b16872008-12-19 10:37:33 +0800797 IWL_ERR(priv, "Bad return from REPLY_RX_ON_ASSOC command\n");
Zhu Yib481de92007-09-25 17:54:57 -0700798 rc = -EIO;
799 }
800
Zhu Yi2f301222009-10-09 17:19:45 +0800801 spectrum_resp_status = le16_to_cpu(pkt->u.spectrum.status);
Zhu Yib481de92007-09-25 17:54:57 -0700802 switch (spectrum_resp_status) {
803 case 0: /* Command will be handled */
Zhu Yi2f301222009-10-09 17:19:45 +0800804 if (pkt->u.spectrum.id != 0xff) {
Tomas Winklere1623442009-01-27 14:27:56 -0800805 IWL_DEBUG_INFO(priv, "Replaced existing measurement: %d\n",
Zhu Yi2f301222009-10-09 17:19:45 +0800806 pkt->u.spectrum.id);
Zhu Yib481de92007-09-25 17:54:57 -0700807 priv->measurement_status &= ~MEASUREMENT_READY;
808 }
809 priv->measurement_status |= MEASUREMENT_ACTIVE;
810 rc = 0;
811 break;
812
813 case 1: /* Command will not be handled */
814 rc = -EAGAIN;
815 break;
816 }
817
Zhu Yi64a76b52009-12-10 14:37:21 -0800818 iwl_free_pages(priv, cmd.reply_page);
Zhu Yib481de92007-09-25 17:54:57 -0700819
820 return rc;
821}
822#endif
823
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800824static void iwl3945_rx_reply_alive(struct iwl_priv *priv,
Abhijeet Kolekar6100b582008-12-19 10:37:24 +0800825 struct iwl_rx_mem_buffer *rxb)
Zhu Yib481de92007-09-25 17:54:57 -0700826{
Zhu Yi2f301222009-10-09 17:19:45 +0800827 struct iwl_rx_packet *pkt = rxb_addr(rxb);
Tomas Winkler3d24a9f2008-12-19 10:37:07 +0800828 struct iwl_alive_resp *palive;
Zhu Yib481de92007-09-25 17:54:57 -0700829 struct delayed_work *pwork;
830
831 palive = &pkt->u.alive_frame;
832
Tomas Winklere1623442009-01-27 14:27:56 -0800833 IWL_DEBUG_INFO(priv, "Alive ucode status 0x%08X revision "
Zhu Yib481de92007-09-25 17:54:57 -0700834 "0x%01X 0x%01X\n",
835 palive->is_valid, palive->ver_type,
836 palive->ver_subtype);
837
838 if (palive->ver_subtype == INITIALIZE_SUBTYPE) {
Tomas Winklere1623442009-01-27 14:27:56 -0800839 IWL_DEBUG_INFO(priv, "Initialization Alive received.\n");
Tomas Winkler3d24a9f2008-12-19 10:37:07 +0800840 memcpy(&priv->card_alive_init, &pkt->u.alive_frame,
841 sizeof(struct iwl_alive_resp));
Zhu Yib481de92007-09-25 17:54:57 -0700842 pwork = &priv->init_alive_start;
843 } else {
Tomas Winklere1623442009-01-27 14:27:56 -0800844 IWL_DEBUG_INFO(priv, "Runtime Alive received.\n");
Zhu Yib481de92007-09-25 17:54:57 -0700845 memcpy(&priv->card_alive, &pkt->u.alive_frame,
Tomas Winkler3d24a9f2008-12-19 10:37:07 +0800846 sizeof(struct iwl_alive_resp));
Zhu Yib481de92007-09-25 17:54:57 -0700847 pwork = &priv->alive_start;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800848 iwl3945_disable_events(priv);
Zhu Yib481de92007-09-25 17:54:57 -0700849 }
850
851 /* We delay the ALIVE response by 5ms to
852 * give the HW RF Kill time to activate... */
853 if (palive->is_valid == UCODE_VALID_OK)
854 queue_delayed_work(priv->workqueue, pwork,
855 msecs_to_jiffies(5));
856 else
Winkler, Tomas39aadf82008-12-19 10:37:32 +0800857 IWL_WARN(priv, "uCode did not respond OK.\n");
Zhu Yib481de92007-09-25 17:54:57 -0700858}
859
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800860static void iwl3945_rx_reply_add_sta(struct iwl_priv *priv,
Abhijeet Kolekar6100b582008-12-19 10:37:24 +0800861 struct iwl_rx_mem_buffer *rxb)
Zhu Yib481de92007-09-25 17:54:57 -0700862{
Helmut Schaac7e035a2009-01-19 13:02:15 +0100863#ifdef CONFIG_IWLWIFI_DEBUG
Zhu Yi2f301222009-10-09 17:19:45 +0800864 struct iwl_rx_packet *pkt = rxb_addr(rxb);
Helmut Schaac7e035a2009-01-19 13:02:15 +0100865#endif
Zhu Yib481de92007-09-25 17:54:57 -0700866
Tomas Winklere1623442009-01-27 14:27:56 -0800867 IWL_DEBUG_RX(priv, "Received REPLY_ADD_STA: 0x%02X\n", pkt->u.status);
Zhu Yib481de92007-09-25 17:54:57 -0700868 return;
869}
870
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800871static void iwl3945_bg_beacon_update(struct work_struct *work)
Zhu Yib481de92007-09-25 17:54:57 -0700872{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800873 struct iwl_priv *priv =
874 container_of(work, struct iwl_priv, beacon_update);
Zhu Yib481de92007-09-25 17:54:57 -0700875 struct sk_buff *beacon;
876
877 /* Pull updated AP beacon from mac80211. will fail if not in AP mode */
Johannes Berge039fa42008-05-15 12:55:29 +0200878 beacon = ieee80211_beacon_get(priv->hw, priv->vif);
Zhu Yib481de92007-09-25 17:54:57 -0700879
880 if (!beacon) {
Winkler, Tomas15b16872008-12-19 10:37:33 +0800881 IWL_ERR(priv, "update beacon failed\n");
Zhu Yib481de92007-09-25 17:54:57 -0700882 return;
883 }
884
885 mutex_lock(&priv->mutex);
886 /* new beacon skb is allocated every time; dispose previous.*/
887 if (priv->ibss_beacon)
888 dev_kfree_skb(priv->ibss_beacon);
889
890 priv->ibss_beacon = beacon;
891 mutex_unlock(&priv->mutex);
892
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800893 iwl3945_send_beacon_cmd(priv);
Zhu Yib481de92007-09-25 17:54:57 -0700894}
895
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800896static void iwl3945_rx_beacon_notif(struct iwl_priv *priv,
Abhijeet Kolekar6100b582008-12-19 10:37:24 +0800897 struct iwl_rx_mem_buffer *rxb)
Zhu Yib481de92007-09-25 17:54:57 -0700898{
Samuel Ortizd08853a2009-01-23 13:45:17 -0800899#ifdef CONFIG_IWLWIFI_DEBUG
Zhu Yi2f301222009-10-09 17:19:45 +0800900 struct iwl_rx_packet *pkt = rxb_addr(rxb);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800901 struct iwl3945_beacon_notif *beacon = &(pkt->u.beacon_status);
Zhu Yib481de92007-09-25 17:54:57 -0700902 u8 rate = beacon->beacon_notify_hdr.rate;
903
Tomas Winklere1623442009-01-27 14:27:56 -0800904 IWL_DEBUG_RX(priv, "beacon status %x retries %d iss %d "
Zhu Yib481de92007-09-25 17:54:57 -0700905 "tsf %d %d rate %d\n",
906 le32_to_cpu(beacon->beacon_notify_hdr.status) & TX_STATUS_MSK,
907 beacon->beacon_notify_hdr.failure_frame,
908 le32_to_cpu(beacon->ibss_mgr_status),
909 le32_to_cpu(beacon->high_tsf),
910 le32_to_cpu(beacon->low_tsf), rate);
911#endif
912
Johannes Berg05c914f2008-09-11 00:01:58 +0200913 if ((priv->iw_mode == NL80211_IFTYPE_AP) &&
Zhu Yib481de92007-09-25 17:54:57 -0700914 (!test_bit(STATUS_EXIT_PENDING, &priv->status)))
915 queue_work(priv->workqueue, &priv->beacon_update);
916}
917
Zhu Yib481de92007-09-25 17:54:57 -0700918/* Handle notification from uCode that card's power state is changing
919 * due to software, hardware, or critical temperature RFKILL */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800920static void iwl3945_rx_card_state_notif(struct iwl_priv *priv,
Abhijeet Kolekar6100b582008-12-19 10:37:24 +0800921 struct iwl_rx_mem_buffer *rxb)
Zhu Yib481de92007-09-25 17:54:57 -0700922{
Zhu Yi2f301222009-10-09 17:19:45 +0800923 struct iwl_rx_packet *pkt = rxb_addr(rxb);
Zhu Yib481de92007-09-25 17:54:57 -0700924 u32 flags = le32_to_cpu(pkt->u.card_state_notif.flags);
925 unsigned long status = priv->status;
926
Reinette Chatre4c423a22009-07-17 09:30:26 -0700927 IWL_WARN(priv, "Card state received: HW:%s SW:%s\n",
Zhu Yib481de92007-09-25 17:54:57 -0700928 (flags & HW_CARD_DISABLED) ? "Kill" : "On",
929 (flags & SW_CARD_DISABLED) ? "Kill" : "On");
930
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +0800931 iwl_write32(priv, CSR_UCODE_DRV_GP1_SET,
Zhu Yib481de92007-09-25 17:54:57 -0700932 CSR_UCODE_DRV_GP1_BIT_CMD_BLOCKED);
933
934 if (flags & HW_CARD_DISABLED)
935 set_bit(STATUS_RF_KILL_HW, &priv->status);
936 else
937 clear_bit(STATUS_RF_KILL_HW, &priv->status);
938
939
Winkler, Tomasaf0053d2009-01-19 15:30:23 -0800940 iwl_scan_cancel(priv);
Zhu Yib481de92007-09-25 17:54:57 -0700941
942 if ((test_bit(STATUS_RF_KILL_HW, &status) !=
Johannes Berga60e77e2009-06-04 18:26:06 +0200943 test_bit(STATUS_RF_KILL_HW, &priv->status)))
944 wiphy_rfkill_set_hw_state(priv->hw->wiphy,
945 test_bit(STATUS_RF_KILL_HW, &priv->status));
Zhu Yib481de92007-09-25 17:54:57 -0700946 else
947 wake_up_interruptible(&priv->wait_command_queue);
948}
949
950/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800951 * iwl3945_setup_rx_handlers - Initialize Rx handler callbacks
Zhu Yib481de92007-09-25 17:54:57 -0700952 *
953 * Setup the RX handlers for each of the reply types sent from the uCode
954 * to the host.
955 *
956 * This function chains into the hardware specific files for them to setup
957 * any hardware specific handlers as well.
958 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800959static void iwl3945_setup_rx_handlers(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -0700960{
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800961 priv->rx_handlers[REPLY_ALIVE] = iwl3945_rx_reply_alive;
962 priv->rx_handlers[REPLY_ADD_STA] = iwl3945_rx_reply_add_sta;
Abhijeet Kolekar261b9c32009-02-18 15:54:29 -0800963 priv->rx_handlers[REPLY_ERROR] = iwl_rx_reply_error;
Samuel Ortiz8ccde882009-01-27 14:27:52 -0800964 priv->rx_handlers[CHANNEL_SWITCH_NOTIFICATION] = iwl_rx_csa;
Abhijeet Kolekar030f05e2009-02-18 15:54:28 -0800965 priv->rx_handlers[PM_SLEEP_NOTIFICATION] = iwl_rx_pm_sleep_notif;
Zhu Yib481de92007-09-25 17:54:57 -0700966 priv->rx_handlers[PM_DEBUG_STATISTIC_NOTIFIC] =
Abhijeet Kolekar030f05e2009-02-18 15:54:28 -0800967 iwl_rx_pm_debug_statistics_notif;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800968 priv->rx_handlers[BEACON_NOTIFICATION] = iwl3945_rx_beacon_notif;
Zhu Yib481de92007-09-25 17:54:57 -0700969
Ben Cahill9fbab512007-11-29 11:09:47 +0800970 /*
971 * The same handler is used for both the REPLY to a discrete
972 * statistics request from the host as well as for the periodic
973 * statistics notifications (after received beacons) from the uCode.
Zhu Yib481de92007-09-25 17:54:57 -0700974 */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800975 priv->rx_handlers[REPLY_STATISTICS_CMD] = iwl3945_hw_rx_statistics;
976 priv->rx_handlers[STATISTICS_NOTIFICATION] = iwl3945_hw_rx_statistics;
Zhu Yib481de92007-09-25 17:54:57 -0700977
Abhijeet Kolekar261b9c32009-02-18 15:54:29 -0800978 iwl_setup_spectrum_handlers(priv);
Abhijeet Kolekarcade0eb2009-02-18 15:54:26 -0800979 iwl_setup_rx_scan_handlers(priv);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800980 priv->rx_handlers[CARD_STATE_NOTIFICATION] = iwl3945_rx_card_state_notif;
Zhu Yib481de92007-09-25 17:54:57 -0700981
Ben Cahill9fbab512007-11-29 11:09:47 +0800982 /* Set up hardware specific Rx handlers */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800983 iwl3945_hw_rx_handler_setup(priv);
Zhu Yib481de92007-09-25 17:54:57 -0700984}
985
Zhu Yib481de92007-09-25 17:54:57 -0700986/************************** RX-FUNCTIONS ****************************/
987/*
988 * Rx theory of operation
989 *
990 * The host allocates 32 DMA target addresses and passes the host address
991 * to the firmware at register IWL_RFDS_TABLE_LOWER + N * RFD_SIZE where N is
992 * 0 to 31
993 *
994 * Rx Queue Indexes
995 * The host/firmware share two index registers for managing the Rx buffers.
996 *
997 * The READ index maps to the first position that the firmware may be writing
998 * to -- the driver can read up to (but not including) this position and get
999 * good data.
1000 * The READ index is managed by the firmware once the card is enabled.
1001 *
1002 * The WRITE index maps to the last position the driver has read from -- the
1003 * position preceding WRITE is the last slot the firmware can place a packet.
1004 *
1005 * The queue is empty (no good data) if WRITE = READ - 1, and is full if
1006 * WRITE = READ.
1007 *
Ben Cahill9fbab512007-11-29 11:09:47 +08001008 * During initialization, the host sets up the READ queue position to the first
Zhu Yib481de92007-09-25 17:54:57 -07001009 * INDEX position, and WRITE to the last (READ - 1 wrapped)
1010 *
Ben Cahill9fbab512007-11-29 11:09:47 +08001011 * When the firmware places a packet in a buffer, it will advance the READ index
Zhu Yib481de92007-09-25 17:54:57 -07001012 * and fire the RX interrupt. The driver can then query the READ index and
1013 * process as many packets as possible, moving the WRITE index forward as it
1014 * resets the Rx queue buffers with new memory.
1015 *
1016 * The management in the driver is as follows:
1017 * + A list of pre-allocated SKBs is stored in iwl->rxq->rx_free. When
1018 * iwl->rxq->free_count drops to or below RX_LOW_WATERMARK, work is scheduled
Ian Schram01ebd062007-10-25 17:15:22 +08001019 * to replenish the iwl->rxq->rx_free.
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001020 * + In iwl3945_rx_replenish (scheduled) if 'processed' != 'read' then the
Zhu Yib481de92007-09-25 17:54:57 -07001021 * iwl->rxq is replenished and the READ INDEX is updated (updating the
1022 * 'processed' and 'read' driver indexes as well)
1023 * + A received packet is processed and handed to the kernel network stack,
1024 * detached from the iwl->rxq. The driver 'processed' index is updated.
1025 * + The Host/Firmware iwl->rxq is replenished at tasklet time from the rx_free
1026 * list. If there are no allocated buffers in iwl->rxq->rx_free, the READ
1027 * INDEX is not incremented and iwl->status(RX_STALLED) is set. If there
1028 * were enough free buffers and RX_STALLED is set it is cleared.
1029 *
1030 *
1031 * Driver sequence:
1032 *
Ben Cahill9fbab512007-11-29 11:09:47 +08001033 * iwl3945_rx_replenish() Replenishes rx_free list from rx_used, and calls
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001034 * iwl3945_rx_queue_restock
Ben Cahill9fbab512007-11-29 11:09:47 +08001035 * iwl3945_rx_queue_restock() Moves available buffers from rx_free into Rx
Zhu Yib481de92007-09-25 17:54:57 -07001036 * queue, updates firmware pointers, and updates
1037 * the WRITE index. If insufficient rx_free buffers
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001038 * are available, schedules iwl3945_rx_replenish
Zhu Yib481de92007-09-25 17:54:57 -07001039 *
1040 * -- enable interrupts --
Abhijeet Kolekar6100b582008-12-19 10:37:24 +08001041 * ISR - iwl3945_rx() Detach iwl_rx_mem_buffers from pool up to the
Zhu Yib481de92007-09-25 17:54:57 -07001042 * READ INDEX, detaching the SKB from the pool.
1043 * Moves the packet buffer from queue to rx_used.
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001044 * Calls iwl3945_rx_queue_restock to refill any empty
Zhu Yib481de92007-09-25 17:54:57 -07001045 * slots.
1046 * ...
1047 *
1048 */
1049
1050/**
Ben Cahill9fbab512007-11-29 11:09:47 +08001051 * iwl3945_dma_addr2rbd_ptr - convert a DMA address to a uCode read buffer ptr
Zhu Yib481de92007-09-25 17:54:57 -07001052 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001053static inline __le32 iwl3945_dma_addr2rbd_ptr(struct iwl_priv *priv,
Zhu Yib481de92007-09-25 17:54:57 -07001054 dma_addr_t dma_addr)
1055{
1056 return cpu_to_le32((u32)dma_addr);
1057}
1058
1059/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001060 * iwl3945_rx_queue_restock - refill RX queue from pre-allocated pool
Zhu Yib481de92007-09-25 17:54:57 -07001061 *
Ben Cahill9fbab512007-11-29 11:09:47 +08001062 * If there are slots in the RX queue that need to be restocked,
Zhu Yib481de92007-09-25 17:54:57 -07001063 * and we have free pre-allocated buffers, fill the ranks as much
Ben Cahill9fbab512007-11-29 11:09:47 +08001064 * as we can, pulling from rx_free.
Zhu Yib481de92007-09-25 17:54:57 -07001065 *
1066 * This moves the 'write' index forward to catch up with 'processed', and
1067 * also updates the memory address in the firmware to reference the new
1068 * target buffer.
1069 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001070static int iwl3945_rx_queue_restock(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07001071{
Abhijeet Kolekarcc2f3622008-12-19 10:37:25 +08001072 struct iwl_rx_queue *rxq = &priv->rxq;
Zhu Yib481de92007-09-25 17:54:57 -07001073 struct list_head *element;
Abhijeet Kolekar6100b582008-12-19 10:37:24 +08001074 struct iwl_rx_mem_buffer *rxb;
Zhu Yib481de92007-09-25 17:54:57 -07001075 unsigned long flags;
1076 int write, rc;
1077
1078 spin_lock_irqsave(&rxq->lock, flags);
1079 write = rxq->write & ~0x7;
Winkler, Tomas37d68312009-01-08 10:19:54 -08001080 while ((iwl_rx_queue_space(rxq) > 0) && (rxq->free_count)) {
Cahill, Ben M6440adb2007-11-29 11:09:55 +08001081 /* Get next free Rx buffer, remove from free list */
Zhu Yib481de92007-09-25 17:54:57 -07001082 element = rxq->rx_free.next;
Abhijeet Kolekar6100b582008-12-19 10:37:24 +08001083 rxb = list_entry(element, struct iwl_rx_mem_buffer, list);
Zhu Yib481de92007-09-25 17:54:57 -07001084 list_del(element);
Cahill, Ben M6440adb2007-11-29 11:09:55 +08001085
1086 /* Point to Rx buffer via next RBD in circular buffer */
Zhu Yi2f301222009-10-09 17:19:45 +08001087 rxq->bd[rxq->write] = iwl3945_dma_addr2rbd_ptr(priv, rxb->page_dma);
Zhu Yib481de92007-09-25 17:54:57 -07001088 rxq->queue[rxq->write] = rxb;
1089 rxq->write = (rxq->write + 1) & RX_QUEUE_MASK;
1090 rxq->free_count--;
1091 }
1092 spin_unlock_irqrestore(&rxq->lock, flags);
1093 /* If the pre-allocated buffer pool is dropping low, schedule to
1094 * refill it */
1095 if (rxq->free_count <= RX_LOW_WATERMARK)
1096 queue_work(priv->workqueue, &priv->rx_replenish);
1097
1098
Cahill, Ben M6440adb2007-11-29 11:09:55 +08001099 /* If we've added more space for the firmware to place data, tell it.
1100 * Increment device's write pointer in multiples of 8. */
Abhijeet Kolekard14d44402009-06-03 11:44:08 -07001101 if ((rxq->write_actual != (rxq->write & ~0x7))
Zhu Yib481de92007-09-25 17:54:57 -07001102 || (abs(rxq->write - rxq->read) > 7)) {
1103 spin_lock_irqsave(&rxq->lock, flags);
1104 rxq->need_update = 1;
1105 spin_unlock_irqrestore(&rxq->lock, flags);
Winkler, Tomas141c43a2009-01-08 10:19:53 -08001106 rc = iwl_rx_queue_update_write_ptr(priv, rxq);
Zhu Yib481de92007-09-25 17:54:57 -07001107 if (rc)
1108 return rc;
1109 }
1110
1111 return 0;
1112}
1113
1114/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001115 * iwl3945_rx_replenish - Move all used packet from rx_used to rx_free
Zhu Yib481de92007-09-25 17:54:57 -07001116 *
1117 * When moving to rx_free an SKB is allocated for the slot.
1118 *
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001119 * Also restock the Rx queue via iwl3945_rx_queue_restock.
Ian Schram01ebd062007-10-25 17:15:22 +08001120 * This is called as a scheduled work item (except for during initialization)
Zhu Yib481de92007-09-25 17:54:57 -07001121 */
Abhijeet Kolekard14d44402009-06-03 11:44:08 -07001122static void iwl3945_rx_allocate(struct iwl_priv *priv, gfp_t priority)
Zhu Yib481de92007-09-25 17:54:57 -07001123{
Abhijeet Kolekarcc2f3622008-12-19 10:37:25 +08001124 struct iwl_rx_queue *rxq = &priv->rxq;
Zhu Yib481de92007-09-25 17:54:57 -07001125 struct list_head *element;
Abhijeet Kolekar6100b582008-12-19 10:37:24 +08001126 struct iwl_rx_mem_buffer *rxb;
Zhu Yi2f301222009-10-09 17:19:45 +08001127 struct page *page;
Zhu Yib481de92007-09-25 17:54:57 -07001128 unsigned long flags;
Zhu Yi29b1b262009-10-23 13:42:25 -07001129 gfp_t gfp_mask = priority;
Abhijeet Kolekar72240492009-04-30 13:56:26 -07001130
1131 while (1) {
1132 spin_lock_irqsave(&rxq->lock, flags);
1133
1134 if (list_empty(&rxq->rx_used)) {
1135 spin_unlock_irqrestore(&rxq->lock, flags);
1136 return;
1137 }
Abhijeet Kolekar72240492009-04-30 13:56:26 -07001138 spin_unlock_irqrestore(&rxq->lock, flags);
Cahill, Ben M6440adb2007-11-29 11:09:55 +08001139
Reinette Chatref82a9242009-09-17 10:43:56 -07001140 if (rxq->free_count > RX_LOW_WATERMARK)
Zhu Yi29b1b262009-10-23 13:42:25 -07001141 gfp_mask |= __GFP_NOWARN;
Zhu Yi2f301222009-10-09 17:19:45 +08001142
1143 if (priv->hw_params.rx_page_order > 0)
Zhu Yi29b1b262009-10-23 13:42:25 -07001144 gfp_mask |= __GFP_COMP;
Zhu Yi2f301222009-10-09 17:19:45 +08001145
Cahill, Ben M6440adb2007-11-29 11:09:55 +08001146 /* Alloc a new receive buffer */
Zhu Yi29b1b262009-10-23 13:42:25 -07001147 page = alloc_pages(gfp_mask, priv->hw_params.rx_page_order);
Zhu Yi2f301222009-10-09 17:19:45 +08001148 if (!page) {
Zhu Yib481de92007-09-25 17:54:57 -07001149 if (net_ratelimit())
Reinette Chatref82a9242009-09-17 10:43:56 -07001150 IWL_DEBUG_INFO(priv, "Failed to allocate SKB buffer.\n");
1151 if ((rxq->free_count <= RX_LOW_WATERMARK) &&
1152 net_ratelimit())
1153 IWL_CRIT(priv, "Failed to allocate SKB buffer with %s. Only %u free buffers remaining.\n",
1154 priority == GFP_ATOMIC ? "GFP_ATOMIC" : "GFP_KERNEL",
1155 rxq->free_count);
Zhu Yib481de92007-09-25 17:54:57 -07001156 /* We don't reschedule replenish work here -- we will
1157 * call the restock method and if it still needs
1158 * more buffers it will schedule replenish */
1159 break;
1160 }
Zhu Yi12342c42007-12-20 11:27:32 +08001161
Reinette Chatrede0bd502009-09-11 10:38:12 -07001162 spin_lock_irqsave(&rxq->lock, flags);
1163 if (list_empty(&rxq->rx_used)) {
1164 spin_unlock_irqrestore(&rxq->lock, flags);
Zhu Yi2f301222009-10-09 17:19:45 +08001165 __free_pages(page, priv->hw_params.rx_page_order);
Reinette Chatrede0bd502009-09-11 10:38:12 -07001166 return;
1167 }
1168 element = rxq->rx_used.next;
1169 rxb = list_entry(element, struct iwl_rx_mem_buffer, list);
1170 list_del(element);
1171 spin_unlock_irqrestore(&rxq->lock, flags);
1172
Zhu Yi2f301222009-10-09 17:19:45 +08001173 rxb->page = page;
Cahill, Ben M6440adb2007-11-29 11:09:55 +08001174 /* Get physical address of RB/SKB */
Zhu Yi2f301222009-10-09 17:19:45 +08001175 rxb->page_dma = pci_map_page(priv->pci_dev, page, 0,
1176 PAGE_SIZE << priv->hw_params.rx_page_order,
1177 PCI_DMA_FROMDEVICE);
Abhijeet Kolekar72240492009-04-30 13:56:26 -07001178
1179 spin_lock_irqsave(&rxq->lock, flags);
Zhu Yi2f301222009-10-09 17:19:45 +08001180
Zhu Yib481de92007-09-25 17:54:57 -07001181 list_add_tail(&rxb->list, &rxq->rx_free);
1182 rxq->free_count++;
Zhu Yi2f301222009-10-09 17:19:45 +08001183 priv->alloc_rxb_page++;
1184
Abhijeet Kolekar72240492009-04-30 13:56:26 -07001185 spin_unlock_irqrestore(&rxq->lock, flags);
Zhu Yib481de92007-09-25 17:54:57 -07001186 }
Mohamed Abbas5c0eef92007-11-29 11:10:14 +08001187}
1188
Reinette Chatredf833b12009-04-21 10:55:48 -07001189void iwl3945_rx_queue_reset(struct iwl_priv *priv, struct iwl_rx_queue *rxq)
1190{
1191 unsigned long flags;
1192 int i;
1193 spin_lock_irqsave(&rxq->lock, flags);
1194 INIT_LIST_HEAD(&rxq->rx_free);
1195 INIT_LIST_HEAD(&rxq->rx_used);
1196 /* Fill the rx_used queue with _all_ of the Rx buffers */
1197 for (i = 0; i < RX_FREE_BUFFERS + RX_QUEUE_SIZE; i++) {
1198 /* In the reset function, these buffers may have been allocated
1199 * to an SKB, so we need to unmap and free potential storage */
Zhu Yi2f301222009-10-09 17:19:45 +08001200 if (rxq->pool[i].page != NULL) {
1201 pci_unmap_page(priv->pci_dev, rxq->pool[i].page_dma,
1202 PAGE_SIZE << priv->hw_params.rx_page_order,
1203 PCI_DMA_FROMDEVICE);
Zhu Yi64a76b52009-12-10 14:37:21 -08001204 __iwl_free_pages(priv, rxq->pool[i].page);
Zhu Yi2f301222009-10-09 17:19:45 +08001205 rxq->pool[i].page = NULL;
Reinette Chatredf833b12009-04-21 10:55:48 -07001206 }
1207 list_add_tail(&rxq->pool[i].list, &rxq->rx_used);
1208 }
1209
1210 /* Set us so that we have processed and used all buffers, but have
1211 * not restocked the Rx queue with fresh buffers */
1212 rxq->read = rxq->write = 0;
Abhijeet Kolekard14d44402009-06-03 11:44:08 -07001213 rxq->write_actual = 0;
Zhu Yi2f301222009-10-09 17:19:45 +08001214 rxq->free_count = 0;
Reinette Chatredf833b12009-04-21 10:55:48 -07001215 spin_unlock_irqrestore(&rxq->lock, flags);
1216}
Reinette Chatredf833b12009-04-21 10:55:48 -07001217
Mohamed Abbas5c0eef92007-11-29 11:10:14 +08001218void iwl3945_rx_replenish(void *data)
1219{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001220 struct iwl_priv *priv = data;
Mohamed Abbas5c0eef92007-11-29 11:10:14 +08001221 unsigned long flags;
1222
Abhijeet Kolekard14d44402009-06-03 11:44:08 -07001223 iwl3945_rx_allocate(priv, GFP_KERNEL);
Zhu Yib481de92007-09-25 17:54:57 -07001224
1225 spin_lock_irqsave(&priv->lock, flags);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001226 iwl3945_rx_queue_restock(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001227 spin_unlock_irqrestore(&priv->lock, flags);
1228}
1229
Abhijeet Kolekard14d44402009-06-03 11:44:08 -07001230static void iwl3945_rx_replenish_now(struct iwl_priv *priv)
1231{
1232 iwl3945_rx_allocate(priv, GFP_ATOMIC);
1233
1234 iwl3945_rx_queue_restock(priv);
1235}
1236
1237
Reinette Chatredf833b12009-04-21 10:55:48 -07001238/* Assumes that the skb field of the buffers in 'pool' is kept accurate.
1239 * If an SKB has been detached, the POOL needs to have its SKB set to NULL
1240 * This free routine walks the list of POOL entries and if SKB is set to
1241 * non NULL it is unmapped and freed
1242 */
1243static void iwl3945_rx_queue_free(struct iwl_priv *priv, struct iwl_rx_queue *rxq)
1244{
1245 int i;
1246 for (i = 0; i < RX_QUEUE_SIZE + RX_FREE_BUFFERS; i++) {
Zhu Yi2f301222009-10-09 17:19:45 +08001247 if (rxq->pool[i].page != NULL) {
1248 pci_unmap_page(priv->pci_dev, rxq->pool[i].page_dma,
1249 PAGE_SIZE << priv->hw_params.rx_page_order,
1250 PCI_DMA_FROMDEVICE);
Zhu Yi64a76b52009-12-10 14:37:21 -08001251 __iwl_free_pages(priv, rxq->pool[i].page);
Zhu Yi2f301222009-10-09 17:19:45 +08001252 rxq->pool[i].page = NULL;
Reinette Chatredf833b12009-04-21 10:55:48 -07001253 }
1254 }
1255
1256 pci_free_consistent(priv->pci_dev, 4 * RX_QUEUE_SIZE, rxq->bd,
1257 rxq->dma_addr);
1258 pci_free_consistent(priv->pci_dev, sizeof(struct iwl_rb_status),
1259 rxq->rb_stts, rxq->rb_stts_dma);
1260 rxq->bd = NULL;
1261 rxq->rb_stts = NULL;
1262}
Reinette Chatredf833b12009-04-21 10:55:48 -07001263
1264
Zhu Yib481de92007-09-25 17:54:57 -07001265/* Convert linear signal-to-noise ratio into dB */
1266static u8 ratio2dB[100] = {
1267/* 0 1 2 3 4 5 6 7 8 9 */
1268 0, 0, 6, 10, 12, 14, 16, 17, 18, 19, /* 00 - 09 */
1269 20, 21, 22, 22, 23, 23, 24, 25, 26, 26, /* 10 - 19 */
1270 26, 26, 26, 27, 27, 28, 28, 28, 29, 29, /* 20 - 29 */
1271 29, 30, 30, 30, 31, 31, 31, 31, 32, 32, /* 30 - 39 */
1272 32, 32, 32, 33, 33, 33, 33, 33, 34, 34, /* 40 - 49 */
1273 34, 34, 34, 34, 35, 35, 35, 35, 35, 35, /* 50 - 59 */
1274 36, 36, 36, 36, 36, 36, 36, 37, 37, 37, /* 60 - 69 */
1275 37, 37, 37, 37, 37, 38, 38, 38, 38, 38, /* 70 - 79 */
1276 38, 38, 38, 38, 38, 39, 39, 39, 39, 39, /* 80 - 89 */
1277 39, 39, 39, 39, 39, 40, 40, 40, 40, 40 /* 90 - 99 */
1278};
1279
1280/* Calculates a relative dB value from a ratio of linear
1281 * (i.e. not dB) signal levels.
1282 * Conversion assumes that levels are voltages (20*log), not powers (10*log). */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001283int iwl3945_calc_db_from_ratio(int sig_ratio)
Zhu Yib481de92007-09-25 17:54:57 -07001284{
Adrian Bunk221c80c2008-02-02 23:19:01 +02001285 /* 1000:1 or higher just report as 60 dB */
1286 if (sig_ratio >= 1000)
Zhu Yib481de92007-09-25 17:54:57 -07001287 return 60;
1288
Adrian Bunk221c80c2008-02-02 23:19:01 +02001289 /* 100:1 or higher, divide by 10 and use table,
Zhu Yib481de92007-09-25 17:54:57 -07001290 * add 20 dB to make up for divide by 10 */
Adrian Bunk221c80c2008-02-02 23:19:01 +02001291 if (sig_ratio >= 100)
Tomas Winkler3ac7f142008-07-21 02:40:14 +03001292 return 20 + (int)ratio2dB[sig_ratio/10];
Zhu Yib481de92007-09-25 17:54:57 -07001293
1294 /* We shouldn't see this */
1295 if (sig_ratio < 1)
1296 return 0;
1297
1298 /* Use table for ratios 1:1 - 99:1 */
1299 return (int)ratio2dB[sig_ratio];
1300}
1301
Zhu Yib481de92007-09-25 17:54:57 -07001302/**
Ben Cahill9fbab512007-11-29 11:09:47 +08001303 * iwl3945_rx_handle - Main entry function for receiving responses from uCode
Zhu Yib481de92007-09-25 17:54:57 -07001304 *
1305 * Uses the priv->rx_handlers callback function array to invoke
1306 * the appropriate handlers, including command responses,
1307 * frame-received notifications, and other notifications.
1308 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001309static void iwl3945_rx_handle(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07001310{
Abhijeet Kolekar6100b582008-12-19 10:37:24 +08001311 struct iwl_rx_mem_buffer *rxb;
Tomas Winkler3d24a9f2008-12-19 10:37:07 +08001312 struct iwl_rx_packet *pkt;
Abhijeet Kolekarcc2f3622008-12-19 10:37:25 +08001313 struct iwl_rx_queue *rxq = &priv->rxq;
Zhu Yib481de92007-09-25 17:54:57 -07001314 u32 r, i;
1315 int reclaim;
1316 unsigned long flags;
Mohamed Abbas5c0eef92007-11-29 11:10:14 +08001317 u8 fill_rx = 0;
Mohamed Abbasd68ab682008-02-07 13:16:33 -08001318 u32 count = 8;
Abhijeet Kolekard14d44402009-06-03 11:44:08 -07001319 int total_empty = 0;
Zhu Yib481de92007-09-25 17:54:57 -07001320
Cahill, Ben M6440adb2007-11-29 11:09:55 +08001321 /* uCode's read index (stored in shared DRAM) indicates the last Rx
1322 * buffer that the driver may process (last buffer filled by ucode). */
Winkler, Tomas8cd812b2008-12-19 10:37:43 +08001323 r = le16_to_cpu(rxq->rb_stts->closed_rb_num) & 0x0FFF;
Zhu Yib481de92007-09-25 17:54:57 -07001324 i = rxq->read;
1325
Abhijeet Kolekard14d44402009-06-03 11:44:08 -07001326 /* calculate total frames need to be restock after handling RX */
Zhu Yi73005152009-10-23 13:42:32 -07001327 total_empty = r - rxq->write_actual;
Abhijeet Kolekard14d44402009-06-03 11:44:08 -07001328 if (total_empty < 0)
1329 total_empty += RX_QUEUE_SIZE;
1330
1331 if (total_empty > (RX_QUEUE_SIZE / 2))
Mohamed Abbas5c0eef92007-11-29 11:10:14 +08001332 fill_rx = 1;
Zhu Yib481de92007-09-25 17:54:57 -07001333 /* Rx interrupt, but nothing sent from uCode */
1334 if (i == r)
Reinette Chatreaf472a952009-08-28 09:58:50 -07001335 IWL_DEBUG_RX(priv, "r = %d, i = %d\n", r, i);
Zhu Yib481de92007-09-25 17:54:57 -07001336
1337 while (i != r) {
1338 rxb = rxq->queue[i];
1339
Ben Cahill9fbab512007-11-29 11:09:47 +08001340 /* If an RXB doesn't have a Rx queue slot associated with it,
Zhu Yib481de92007-09-25 17:54:57 -07001341 * then a bug has been introduced in the queue refilling
1342 * routines -- catch it here */
1343 BUG_ON(rxb == NULL);
1344
1345 rxq->queue[i] = NULL;
1346
Zhu Yi2f301222009-10-09 17:19:45 +08001347 pci_unmap_page(priv->pci_dev, rxb->page_dma,
1348 PAGE_SIZE << priv->hw_params.rx_page_order,
1349 PCI_DMA_FROMDEVICE);
1350 pkt = rxb_addr(rxb);
Zhu Yib481de92007-09-25 17:54:57 -07001351
Johannes Bergbe1a71a2009-10-02 13:44:02 -07001352 trace_iwlwifi_dev_rx(priv, pkt,
1353 le32_to_cpu(pkt->len_n_flags) & FH_RSCSR_FRAME_SIZE_MSK);
1354
Zhu Yib481de92007-09-25 17:54:57 -07001355 /* Reclaim a command buffer only if this packet is a response
1356 * to a (driver-originated) command.
1357 * If the packet (e.g. Rx frame) originated from uCode,
1358 * there is no command buffer to reclaim.
1359 * Ucode should set SEQ_RX_FRAME bit if ucode-originated,
1360 * but apparently a few don't get set; catch them here. */
1361 reclaim = !(pkt->hdr.sequence & SEQ_RX_FRAME) &&
1362 (pkt->hdr.cmd != STATISTICS_NOTIFICATION) &&
1363 (pkt->hdr.cmd != REPLY_TX);
1364
1365 /* Based on type of command response or notification,
1366 * handle those that need handling via function in
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001367 * rx_handlers table. See iwl3945_setup_rx_handlers() */
Zhu Yib481de92007-09-25 17:54:57 -07001368 if (priv->rx_handlers[pkt->hdr.cmd]) {
Reinette Chatreaf472a952009-08-28 09:58:50 -07001369 IWL_DEBUG_RX(priv, "r = %d, i = %d, %s, 0x%02x\n", r, i,
Zhu Yib481de92007-09-25 17:54:57 -07001370 get_cmd_string(pkt->hdr.cmd), pkt->hdr.cmd);
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001371 priv->isr_stats.rx_handlers[pkt->hdr.cmd]++;
Zhu Yi29b1b262009-10-23 13:42:25 -07001372 priv->rx_handlers[pkt->hdr.cmd] (priv, rxb);
Zhu Yib481de92007-09-25 17:54:57 -07001373 } else {
1374 /* No handling needed */
Zhu Yi2f301222009-10-09 17:19:45 +08001375 IWL_DEBUG_RX(priv,
1376 "r %d i %d No handler needed for %s, 0x%02x\n",
Zhu Yib481de92007-09-25 17:54:57 -07001377 r, i, get_cmd_string(pkt->hdr.cmd),
1378 pkt->hdr.cmd);
1379 }
1380
Zhu Yi29b1b262009-10-23 13:42:25 -07001381 /*
1382 * XXX: After here, we should always check rxb->page
1383 * against NULL before touching it or its virtual
1384 * memory (pkt). Because some rx_handler might have
1385 * already taken or freed the pages.
1386 */
1387
Zhu Yib481de92007-09-25 17:54:57 -07001388 if (reclaim) {
Zhu Yi2f301222009-10-09 17:19:45 +08001389 /* Invoke any callbacks, transfer the buffer to caller,
1390 * and fire off the (possibly) blocking iwl_send_cmd()
Zhu Yib481de92007-09-25 17:54:57 -07001391 * as we reclaim the driver command queue */
Zhu Yi29b1b262009-10-23 13:42:25 -07001392 if (rxb->page)
Abhijeet Kolekar732587a2009-03-11 11:17:57 -07001393 iwl_tx_cmd_complete(priv, rxb);
Zhu Yib481de92007-09-25 17:54:57 -07001394 else
Winkler, Tomas39aadf82008-12-19 10:37:32 +08001395 IWL_WARN(priv, "Claim null rxb?\n");
Zhu Yib481de92007-09-25 17:54:57 -07001396 }
1397
Zhu Yi73005152009-10-23 13:42:32 -07001398 /* Reuse the page if possible. For notification packets and
1399 * SKBs that fail to Rx correctly, add them back into the
1400 * rx_free list for reuse later. */
Zhu Yib481de92007-09-25 17:54:57 -07001401 spin_lock_irqsave(&rxq->lock, flags);
Zhu Yi73005152009-10-23 13:42:32 -07001402 if (rxb->page != NULL) {
1403 rxb->page_dma = pci_map_page(priv->pci_dev, rxb->page,
1404 0, PAGE_SIZE << priv->hw_params.rx_page_order,
1405 PCI_DMA_FROMDEVICE);
1406 list_add_tail(&rxb->list, &rxq->rx_free);
1407 rxq->free_count++;
1408 } else
1409 list_add_tail(&rxb->list, &rxq->rx_used);
1410
Zhu Yib481de92007-09-25 17:54:57 -07001411 spin_unlock_irqrestore(&rxq->lock, flags);
Zhu Yi73005152009-10-23 13:42:32 -07001412
Zhu Yib481de92007-09-25 17:54:57 -07001413 i = (i + 1) & RX_QUEUE_MASK;
Mohamed Abbas5c0eef92007-11-29 11:10:14 +08001414 /* If there are a lot of unused frames,
1415 * restock the Rx queue so ucode won't assert. */
1416 if (fill_rx) {
1417 count++;
1418 if (count >= 8) {
Zhu Yi73005152009-10-23 13:42:32 -07001419 rxq->read = i;
Abhijeet Kolekard14d44402009-06-03 11:44:08 -07001420 iwl3945_rx_replenish_now(priv);
Mohamed Abbas5c0eef92007-11-29 11:10:14 +08001421 count = 0;
1422 }
1423 }
Zhu Yib481de92007-09-25 17:54:57 -07001424 }
1425
1426 /* Backtrack one entry */
Zhu Yi73005152009-10-23 13:42:32 -07001427 rxq->read = i;
Abhijeet Kolekard14d44402009-06-03 11:44:08 -07001428 if (fill_rx)
1429 iwl3945_rx_replenish_now(priv);
1430 else
1431 iwl3945_rx_queue_restock(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001432}
1433
Mohamed Abbas0359fac2008-03-28 16:21:08 -07001434/* call this function to flush any scheduled tasklet */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001435static inline void iwl_synchronize_irq(struct iwl_priv *priv)
Mohamed Abbas0359fac2008-03-28 16:21:08 -07001436{
Tomas Winklera96a27f2008-10-23 23:48:56 -07001437 /* wait to make sure we flush pending tasklet*/
Mohamed Abbas0359fac2008-03-28 16:21:08 -07001438 synchronize_irq(priv->pci_dev->irq);
1439 tasklet_kill(&priv->irq_tasklet);
1440}
1441
Zhu Yib481de92007-09-25 17:54:57 -07001442static const char *desc_lookup(int i)
1443{
1444 switch (i) {
1445 case 1:
1446 return "FAIL";
1447 case 2:
1448 return "BAD_PARAM";
1449 case 3:
1450 return "BAD_CHECKSUM";
1451 case 4:
1452 return "NMI_INTERRUPT";
1453 case 5:
1454 return "SYSASSERT";
1455 case 6:
1456 return "FATAL_ERROR";
1457 }
1458
1459 return "UNKNOWN";
1460}
1461
1462#define ERROR_START_OFFSET (1 * sizeof(u32))
1463#define ERROR_ELEM_SIZE (7 * sizeof(u32))
1464
Reinette Chatreb7a79402009-09-25 14:24:23 -07001465void iwl3945_dump_nic_error_log(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07001466{
1467 u32 i;
1468 u32 desc, time, count, base, data1;
1469 u32 blink1, blink2, ilink1, ilink2;
Zhu Yib481de92007-09-25 17:54:57 -07001470
1471 base = le32_to_cpu(priv->card_alive.error_event_table_ptr);
1472
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001473 if (!iwl3945_hw_valid_rtc_data_addr(base)) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08001474 IWL_ERR(priv, "Not valid error log pointer 0x%08X\n", base);
Zhu Yib481de92007-09-25 17:54:57 -07001475 return;
1476 }
1477
Zhu Yib481de92007-09-25 17:54:57 -07001478
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001479 count = iwl_read_targ_mem(priv, base);
Zhu Yib481de92007-09-25 17:54:57 -07001480
1481 if (ERROR_START_OFFSET <= count * ERROR_ELEM_SIZE) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08001482 IWL_ERR(priv, "Start IWL Error Log Dump:\n");
1483 IWL_ERR(priv, "Status: 0x%08lX, count: %d\n",
1484 priv->status, count);
Zhu Yib481de92007-09-25 17:54:57 -07001485 }
1486
Winkler, Tomas15b16872008-12-19 10:37:33 +08001487 IWL_ERR(priv, "Desc Time asrtPC blink2 "
Zhu Yib481de92007-09-25 17:54:57 -07001488 "ilink1 nmiPC Line\n");
1489 for (i = ERROR_START_OFFSET;
1490 i < (count * ERROR_ELEM_SIZE) + ERROR_START_OFFSET;
1491 i += ERROR_ELEM_SIZE) {
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001492 desc = iwl_read_targ_mem(priv, base + i);
Zhu Yib481de92007-09-25 17:54:57 -07001493 time =
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001494 iwl_read_targ_mem(priv, base + i + 1 * sizeof(u32));
Zhu Yib481de92007-09-25 17:54:57 -07001495 blink1 =
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001496 iwl_read_targ_mem(priv, base + i + 2 * sizeof(u32));
Zhu Yib481de92007-09-25 17:54:57 -07001497 blink2 =
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001498 iwl_read_targ_mem(priv, base + i + 3 * sizeof(u32));
Zhu Yib481de92007-09-25 17:54:57 -07001499 ilink1 =
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001500 iwl_read_targ_mem(priv, base + i + 4 * sizeof(u32));
Zhu Yib481de92007-09-25 17:54:57 -07001501 ilink2 =
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001502 iwl_read_targ_mem(priv, base + i + 5 * sizeof(u32));
Zhu Yib481de92007-09-25 17:54:57 -07001503 data1 =
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001504 iwl_read_targ_mem(priv, base + i + 6 * sizeof(u32));
Zhu Yib481de92007-09-25 17:54:57 -07001505
Winkler, Tomas15b16872008-12-19 10:37:33 +08001506 IWL_ERR(priv,
1507 "%-13s (#%d) %010u 0x%05X 0x%05X 0x%05X 0x%05X %u\n\n",
1508 desc_lookup(desc), desc, time, blink1, blink2,
1509 ilink1, ilink2, data1);
Johannes Bergbe1a71a2009-10-02 13:44:02 -07001510 trace_iwlwifi_dev_ucode_error(priv, desc, time, data1, 0,
1511 0, blink1, blink2, ilink1, ilink2);
Zhu Yib481de92007-09-25 17:54:57 -07001512 }
Zhu Yib481de92007-09-25 17:54:57 -07001513}
1514
Ben Cahillf58177b2007-11-29 11:09:43 +08001515#define EVENT_START_OFFSET (6 * sizeof(u32))
Zhu Yib481de92007-09-25 17:54:57 -07001516
1517/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001518 * iwl3945_print_event_log - Dump error event log to syslog
Zhu Yib481de92007-09-25 17:54:57 -07001519 *
Zhu Yib481de92007-09-25 17:54:57 -07001520 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001521static void iwl3945_print_event_log(struct iwl_priv *priv, u32 start_idx,
Zhu Yib481de92007-09-25 17:54:57 -07001522 u32 num_events, u32 mode)
1523{
1524 u32 i;
1525 u32 base; /* SRAM byte address of event log header */
1526 u32 event_size; /* 2 u32s, or 3 u32s if timestamp recorded */
1527 u32 ptr; /* SRAM byte address of log data */
1528 u32 ev, time, data; /* event log data */
Ben Cahille5854472009-11-06 14:52:58 -08001529 unsigned long reg_flags;
Zhu Yib481de92007-09-25 17:54:57 -07001530
1531 if (num_events == 0)
1532 return;
1533
1534 base = le32_to_cpu(priv->card_alive.log_event_table_ptr);
1535
1536 if (mode == 0)
1537 event_size = 2 * sizeof(u32);
1538 else
1539 event_size = 3 * sizeof(u32);
1540
1541 ptr = base + EVENT_START_OFFSET + (start_idx * event_size);
1542
Ben Cahille5854472009-11-06 14:52:58 -08001543 /* Make sure device is powered up for SRAM reads */
1544 spin_lock_irqsave(&priv->reg_lock, reg_flags);
1545 iwl_grab_nic_access(priv);
1546
1547 /* Set starting address; reads will auto-increment */
1548 _iwl_write_direct32(priv, HBUS_TARG_MEM_RADDR, ptr);
1549 rmb();
1550
Zhu Yib481de92007-09-25 17:54:57 -07001551 /* "time" is actually "data" for mode 0 (no timestamp).
1552 * place event id # at far right for easier visual parsing. */
1553 for (i = 0; i < num_events; i++) {
Ben Cahille5854472009-11-06 14:52:58 -08001554 ev = _iwl_read_direct32(priv, HBUS_TARG_MEM_RDAT);
1555 time = _iwl_read_direct32(priv, HBUS_TARG_MEM_RDAT);
Winkler, Tomas15b16872008-12-19 10:37:33 +08001556 if (mode == 0) {
1557 /* data, ev */
1558 IWL_ERR(priv, "0x%08x\t%04u\n", time, ev);
Johannes Bergbe1a71a2009-10-02 13:44:02 -07001559 trace_iwlwifi_dev_ucode_event(priv, 0, time, ev);
Winkler, Tomas15b16872008-12-19 10:37:33 +08001560 } else {
Ben Cahille5854472009-11-06 14:52:58 -08001561 data = _iwl_read_direct32(priv, HBUS_TARG_MEM_RDAT);
Winkler, Tomas15b16872008-12-19 10:37:33 +08001562 IWL_ERR(priv, "%010u\t0x%08x\t%04u\n", time, data, ev);
Johannes Bergbe1a71a2009-10-02 13:44:02 -07001563 trace_iwlwifi_dev_ucode_event(priv, time, data, ev);
Zhu Yib481de92007-09-25 17:54:57 -07001564 }
1565 }
Ben Cahille5854472009-11-06 14:52:58 -08001566
1567 /* Allow device to power down */
1568 iwl_release_nic_access(priv);
1569 spin_unlock_irqrestore(&priv->reg_lock, reg_flags);
Zhu Yib481de92007-09-25 17:54:57 -07001570}
1571
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001572/**
1573 * iwl3945_print_last_event_logs - Dump the newest # of event log to syslog
1574 */
1575static void iwl3945_print_last_event_logs(struct iwl_priv *priv, u32 capacity,
1576 u32 num_wraps, u32 next_entry,
1577 u32 size, u32 mode)
1578{
1579 /*
1580 * display the newest DEFAULT_LOG_ENTRIES entries
1581 * i.e the entries just before the next ont that uCode would fill.
1582 */
1583 if (num_wraps) {
1584 if (next_entry < size) {
1585 iwl3945_print_event_log(priv,
1586 capacity - (size - next_entry),
1587 size - next_entry, mode);
1588 iwl3945_print_event_log(priv, 0,
1589 next_entry, mode);
1590 } else
1591 iwl3945_print_event_log(priv, next_entry - size,
1592 size, mode);
1593 } else {
1594 if (next_entry < size)
1595 iwl3945_print_event_log(priv, 0, next_entry, mode);
1596 else
1597 iwl3945_print_event_log(priv, next_entry - size,
1598 size, mode);
1599 }
1600}
1601
Ben Cahill84c40692009-11-06 14:52:57 -08001602/* For sanity check only. Actual size is determined by uCode, typ. 512 */
1603#define IWL3945_MAX_EVENT_LOG_SIZE (512)
1604
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001605#define DEFAULT_IWL3945_DUMP_EVENT_LOG_ENTRIES (20)
1606
1607void iwl3945_dump_nic_event_log(struct iwl_priv *priv, bool full_log)
Zhu Yib481de92007-09-25 17:54:57 -07001608{
Zhu Yib481de92007-09-25 17:54:57 -07001609 u32 base; /* SRAM byte address of event log header */
1610 u32 capacity; /* event log capacity in # entries */
1611 u32 mode; /* 0 - no timestamp, 1 - timestamp recorded */
1612 u32 num_wraps; /* # times uCode wrapped to top of log */
1613 u32 next_entry; /* index of next entry to be written by uCode */
1614 u32 size; /* # entries that we'll print */
1615
1616 base = le32_to_cpu(priv->card_alive.log_event_table_ptr);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001617 if (!iwl3945_hw_valid_rtc_data_addr(base)) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08001618 IWL_ERR(priv, "Invalid event log pointer 0x%08X\n", base);
Zhu Yib481de92007-09-25 17:54:57 -07001619 return;
1620 }
1621
Zhu Yib481de92007-09-25 17:54:57 -07001622 /* event log header */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001623 capacity = iwl_read_targ_mem(priv, base);
1624 mode = iwl_read_targ_mem(priv, base + (1 * sizeof(u32)));
1625 num_wraps = iwl_read_targ_mem(priv, base + (2 * sizeof(u32)));
1626 next_entry = iwl_read_targ_mem(priv, base + (3 * sizeof(u32)));
Zhu Yib481de92007-09-25 17:54:57 -07001627
Ben Cahill84c40692009-11-06 14:52:57 -08001628 if (capacity > IWL3945_MAX_EVENT_LOG_SIZE) {
1629 IWL_ERR(priv, "Log capacity %d is bogus, limit to %d entries\n",
1630 capacity, IWL3945_MAX_EVENT_LOG_SIZE);
1631 capacity = IWL3945_MAX_EVENT_LOG_SIZE;
1632 }
1633
1634 if (next_entry > IWL3945_MAX_EVENT_LOG_SIZE) {
1635 IWL_ERR(priv, "Log write index %d is bogus, limit to %d\n",
1636 next_entry, IWL3945_MAX_EVENT_LOG_SIZE);
1637 next_entry = IWL3945_MAX_EVENT_LOG_SIZE;
1638 }
1639
Zhu Yib481de92007-09-25 17:54:57 -07001640 size = num_wraps ? capacity : next_entry;
1641
1642 /* bail out if nothing in log */
1643 if (size == 0) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08001644 IWL_ERR(priv, "Start IWL Event Log Dump: nothing in log\n");
Zhu Yib481de92007-09-25 17:54:57 -07001645 return;
1646 }
1647
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001648#ifdef CONFIG_IWLWIFI_DEBUG
Wey-Yi Guy521d9bc2009-12-10 14:37:23 -08001649 if (!(iwl_get_debug_level(priv) & IWL_DL_FW_ERRORS) && !full_log)
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001650 size = (size > DEFAULT_IWL3945_DUMP_EVENT_LOG_ENTRIES)
1651 ? DEFAULT_IWL3945_DUMP_EVENT_LOG_ENTRIES : size;
1652#else
1653 size = (size > DEFAULT_IWL3945_DUMP_EVENT_LOG_ENTRIES)
1654 ? DEFAULT_IWL3945_DUMP_EVENT_LOG_ENTRIES : size;
1655#endif
1656
1657 IWL_ERR(priv, "Start IWL Event Log Dump: display last %d count\n",
1658 size);
Zhu Yib481de92007-09-25 17:54:57 -07001659
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001660#ifdef CONFIG_IWLWIFI_DEBUG
1661 if ((iwl_get_debug_level(priv) & IWL_DL_FW_ERRORS) || full_log) {
1662 /* if uCode has wrapped back to top of log,
1663 * start at the oldest entry,
1664 * i.e the next one that uCode would fill.
1665 */
1666 if (num_wraps)
1667 iwl3945_print_event_log(priv, next_entry,
1668 capacity - next_entry, mode);
1669
1670 /* (then/else) start at top of log */
1671 iwl3945_print_event_log(priv, 0, next_entry, mode);
1672 } else
1673 iwl3945_print_last_event_logs(priv, capacity, num_wraps,
1674 next_entry, size, mode);
Reinette Chatreb7a79402009-09-25 14:24:23 -07001675#else
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001676 iwl3945_print_last_event_logs(priv, capacity, num_wraps,
1677 next_entry, size, mode);
Reinette Chatreb7a79402009-09-25 14:24:23 -07001678#endif
Zhu Yib481de92007-09-25 17:54:57 -07001679
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001680}
1681
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001682static void iwl3945_irq_tasklet(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07001683{
1684 u32 inta, handled = 0;
1685 u32 inta_fh;
1686 unsigned long flags;
Samuel Ortizd08853a2009-01-23 13:45:17 -08001687#ifdef CONFIG_IWLWIFI_DEBUG
Zhu Yib481de92007-09-25 17:54:57 -07001688 u32 inta_mask;
1689#endif
1690
1691 spin_lock_irqsave(&priv->lock, flags);
1692
1693 /* Ack/clear/reset pending uCode interrupts.
1694 * Note: Some bits in CSR_INT are "OR" of bits in CSR_FH_INT_STATUS,
1695 * and will clear only when CSR_FH_INT_STATUS gets cleared. */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001696 inta = iwl_read32(priv, CSR_INT);
1697 iwl_write32(priv, CSR_INT, inta);
Zhu Yib481de92007-09-25 17:54:57 -07001698
1699 /* Ack/clear/reset pending flow-handler (DMA) interrupts.
1700 * Any new interrupts that happen after this, either while we're
1701 * in this tasklet, or later, will show up in next ISR/tasklet. */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001702 inta_fh = iwl_read32(priv, CSR_FH_INT_STATUS);
1703 iwl_write32(priv, CSR_FH_INT_STATUS, inta_fh);
Zhu Yib481de92007-09-25 17:54:57 -07001704
Samuel Ortizd08853a2009-01-23 13:45:17 -08001705#ifdef CONFIG_IWLWIFI_DEBUG
Reinette Chatre3d816c72009-08-07 15:41:37 -07001706 if (iwl_get_debug_level(priv) & IWL_DL_ISR) {
Ben Cahill9fbab512007-11-29 11:09:47 +08001707 /* just for debug */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001708 inta_mask = iwl_read32(priv, CSR_INT_MASK);
Tomas Winklere1623442009-01-27 14:27:56 -08001709 IWL_DEBUG_ISR(priv, "inta 0x%08x, enabled 0x%08x, fh 0x%08x\n",
Zhu Yib481de92007-09-25 17:54:57 -07001710 inta, inta_mask, inta_fh);
1711 }
1712#endif
1713
Zhu Yi2f301222009-10-09 17:19:45 +08001714 spin_unlock_irqrestore(&priv->lock, flags);
1715
Zhu Yib481de92007-09-25 17:54:57 -07001716 /* Since CSR_INT and CSR_FH_INT_STATUS reads and clears are not
1717 * atomic, make sure that inta covers all the interrupts that
1718 * we've discovered, even if FH interrupt came in just after
1719 * reading CSR_INT. */
Tomas Winkler6f83eaa2008-03-04 18:09:28 -08001720 if (inta_fh & CSR39_FH_INT_RX_MASK)
Zhu Yib481de92007-09-25 17:54:57 -07001721 inta |= CSR_INT_BIT_FH_RX;
Tomas Winkler6f83eaa2008-03-04 18:09:28 -08001722 if (inta_fh & CSR39_FH_INT_TX_MASK)
Zhu Yib481de92007-09-25 17:54:57 -07001723 inta |= CSR_INT_BIT_FH_TX;
1724
1725 /* Now service all interrupt bits discovered above. */
1726 if (inta & CSR_INT_BIT_HW_ERR) {
Reinette Chatre58dba722009-07-17 09:30:25 -07001727 IWL_ERR(priv, "Hardware error detected. Restarting.\n");
Zhu Yib481de92007-09-25 17:54:57 -07001728
1729 /* Tell the device to stop sending interrupts */
Abhijeet Kolekared3b9322009-02-18 15:54:30 -08001730 iwl_disable_interrupts(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001731
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001732 priv->isr_stats.hw++;
Samuel Ortiz8ccde882009-01-27 14:27:52 -08001733 iwl_irq_handle_error(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001734
1735 handled |= CSR_INT_BIT_HW_ERR;
1736
Zhu Yib481de92007-09-25 17:54:57 -07001737 return;
1738 }
1739
Samuel Ortizd08853a2009-01-23 13:45:17 -08001740#ifdef CONFIG_IWLWIFI_DEBUG
Reinette Chatre3d816c72009-08-07 15:41:37 -07001741 if (iwl_get_debug_level(priv) & (IWL_DL_ISR)) {
Zhu Yib481de92007-09-25 17:54:57 -07001742 /* NIC fires this, but we don't use it, redundant with WAKEUP */
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001743 if (inta & CSR_INT_BIT_SCD) {
Tomas Winklere1623442009-01-27 14:27:56 -08001744 IWL_DEBUG_ISR(priv, "Scheduler finished to transmit "
Joonwoo Park25c03d82008-01-23 10:15:20 -08001745 "the frame/frames.\n");
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001746 priv->isr_stats.sch++;
1747 }
Zhu Yib481de92007-09-25 17:54:57 -07001748
1749 /* Alive notification via Rx interrupt will do the real work */
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001750 if (inta & CSR_INT_BIT_ALIVE) {
Tomas Winklere1623442009-01-27 14:27:56 -08001751 IWL_DEBUG_ISR(priv, "Alive interrupt\n");
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001752 priv->isr_stats.alive++;
1753 }
Zhu Yib481de92007-09-25 17:54:57 -07001754 }
1755#endif
1756 /* Safely ignore these bits for debug checks below */
Joonwoo Park25c03d82008-01-23 10:15:20 -08001757 inta &= ~(CSR_INT_BIT_SCD | CSR_INT_BIT_ALIVE);
Zhu Yib481de92007-09-25 17:54:57 -07001758
Zhu Yib481de92007-09-25 17:54:57 -07001759 /* Error detected by uCode */
1760 if (inta & CSR_INT_BIT_SW_ERR) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08001761 IWL_ERR(priv, "Microcode SW error detected. "
1762 "Restarting 0x%X.\n", inta);
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001763 priv->isr_stats.sw++;
1764 priv->isr_stats.sw_err = inta;
Samuel Ortiz8ccde882009-01-27 14:27:52 -08001765 iwl_irq_handle_error(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001766 handled |= CSR_INT_BIT_SW_ERR;
1767 }
1768
1769 /* uCode wakes up after power-down sleep */
1770 if (inta & CSR_INT_BIT_WAKEUP) {
Tomas Winklere1623442009-01-27 14:27:56 -08001771 IWL_DEBUG_ISR(priv, "Wakeup interrupt\n");
Winkler, Tomas141c43a2009-01-08 10:19:53 -08001772 iwl_rx_queue_update_write_ptr(priv, &priv->rxq);
Samuel Ortiz4f3602c2009-01-19 15:30:25 -08001773 iwl_txq_update_write_ptr(priv, &priv->txq[0]);
1774 iwl_txq_update_write_ptr(priv, &priv->txq[1]);
1775 iwl_txq_update_write_ptr(priv, &priv->txq[2]);
1776 iwl_txq_update_write_ptr(priv, &priv->txq[3]);
1777 iwl_txq_update_write_ptr(priv, &priv->txq[4]);
1778 iwl_txq_update_write_ptr(priv, &priv->txq[5]);
Zhu Yib481de92007-09-25 17:54:57 -07001779
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001780 priv->isr_stats.wakeup++;
Zhu Yib481de92007-09-25 17:54:57 -07001781 handled |= CSR_INT_BIT_WAKEUP;
1782 }
1783
1784 /* All uCode command responses, including Tx command responses,
1785 * Rx "responses" (frame-received notification), and other
1786 * notifications from uCode come through here*/
1787 if (inta & (CSR_INT_BIT_FH_RX | CSR_INT_BIT_SW_RX)) {
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001788 iwl3945_rx_handle(priv);
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001789 priv->isr_stats.rx++;
Zhu Yib481de92007-09-25 17:54:57 -07001790 handled |= (CSR_INT_BIT_FH_RX | CSR_INT_BIT_SW_RX);
1791 }
1792
1793 if (inta & CSR_INT_BIT_FH_TX) {
Tomas Winklere1623442009-01-27 14:27:56 -08001794 IWL_DEBUG_ISR(priv, "Tx interrupt\n");
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001795 priv->isr_stats.tx++;
Zhu Yib481de92007-09-25 17:54:57 -07001796
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001797 iwl_write32(priv, CSR_FH_INT_STATUS, (1 << 6));
Mohamed Abbasa8b50a02009-05-22 11:01:47 -07001798 iwl_write_direct32(priv, FH39_TCSR_CREDIT
1799 (FH39_SRVC_CHNL), 0x0);
Zhu Yib481de92007-09-25 17:54:57 -07001800 handled |= CSR_INT_BIT_FH_TX;
1801 }
1802
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001803 if (inta & ~handled) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08001804 IWL_ERR(priv, "Unhandled INTA bits 0x%08x\n", inta & ~handled);
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001805 priv->isr_stats.unhandled++;
1806 }
Zhu Yib481de92007-09-25 17:54:57 -07001807
Mohamed Abbas40cefda2009-05-22 11:01:52 -07001808 if (inta & ~priv->inta_mask) {
Winkler, Tomas39aadf82008-12-19 10:37:32 +08001809 IWL_WARN(priv, "Disabled INTA bits 0x%08x were pending\n",
Mohamed Abbas40cefda2009-05-22 11:01:52 -07001810 inta & ~priv->inta_mask);
Winkler, Tomas39aadf82008-12-19 10:37:32 +08001811 IWL_WARN(priv, " with FH_INT = 0x%08x\n", inta_fh);
Zhu Yib481de92007-09-25 17:54:57 -07001812 }
1813
1814 /* Re-enable all interrupts */
Mohamed Abbas0359fac2008-03-28 16:21:08 -07001815 /* only Re-enable if disabled by irq */
1816 if (test_bit(STATUS_INT_ENABLED, &priv->status))
Abhijeet Kolekared3b9322009-02-18 15:54:30 -08001817 iwl_enable_interrupts(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001818
Samuel Ortizd08853a2009-01-23 13:45:17 -08001819#ifdef CONFIG_IWLWIFI_DEBUG
Reinette Chatre3d816c72009-08-07 15:41:37 -07001820 if (iwl_get_debug_level(priv) & (IWL_DL_ISR)) {
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001821 inta = iwl_read32(priv, CSR_INT);
1822 inta_mask = iwl_read32(priv, CSR_INT_MASK);
1823 inta_fh = iwl_read32(priv, CSR_FH_INT_STATUS);
Tomas Winklere1623442009-01-27 14:27:56 -08001824 IWL_DEBUG_ISR(priv, "End inta 0x%08x, enabled 0x%08x, fh 0x%08x, "
Zhu Yib481de92007-09-25 17:54:57 -07001825 "flags 0x%08lx\n", inta, inta_mask, inta_fh, flags);
1826 }
1827#endif
Zhu Yib481de92007-09-25 17:54:57 -07001828}
1829
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001830static int iwl3945_get_channels_for_scan(struct iwl_priv *priv,
Johannes Berg8318d782008-01-24 19:38:38 +01001831 enum ieee80211_band band,
Abhijeet Kolekarf9340522008-09-03 11:26:58 +08001832 u8 is_active, u8 n_probes,
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001833 struct iwl3945_scan_channel *scan_ch)
Zhu Yib481de92007-09-25 17:54:57 -07001834{
Johannes Berg4e05c232009-06-19 13:52:44 -07001835 struct ieee80211_channel *chan;
Johannes Berg8318d782008-01-24 19:38:38 +01001836 const struct ieee80211_supported_band *sband;
Samuel Ortizd20b3c62008-12-19 10:37:15 +08001837 const struct iwl_channel_info *ch_info;
Zhu Yib481de92007-09-25 17:54:57 -07001838 u16 passive_dwell = 0;
1839 u16 active_dwell = 0;
1840 int added, i;
1841
Kolekar, Abhijeetcbba18c2008-12-19 10:37:42 +08001842 sband = iwl_get_hw_mode(priv, band);
Johannes Berg8318d782008-01-24 19:38:38 +01001843 if (!sband)
Zhu Yib481de92007-09-25 17:54:57 -07001844 return 0;
1845
Samuel Ortiz77fecfb82009-01-23 13:45:12 -08001846 active_dwell = iwl_get_active_dwell_time(priv, band, n_probes);
1847 passive_dwell = iwl_get_passive_dwell_time(priv, band);
Zhu Yib481de92007-09-25 17:54:57 -07001848
Abhijeet Kolekar8f4807a2008-09-03 11:26:31 +08001849 if (passive_dwell <= active_dwell)
1850 passive_dwell = active_dwell + 1;
1851
Johannes Berg4e05c232009-06-19 13:52:44 -07001852 for (i = 0, added = 0; i < priv->scan_request->n_channels; i++) {
1853 chan = priv->scan_request->channels[i];
1854
1855 if (chan->band != band)
Johannes Berg182e2e62008-04-04 10:41:56 +02001856 continue;
1857
Johannes Berg4e05c232009-06-19 13:52:44 -07001858 scan_ch->channel = chan->hw_value;
Zhu Yib481de92007-09-25 17:54:57 -07001859
Samuel Ortize6148912009-01-23 13:45:15 -08001860 ch_info = iwl_get_channel_info(priv, band, scan_ch->channel);
Zhu Yib481de92007-09-25 17:54:57 -07001861 if (!is_channel_valid(ch_info)) {
Tomas Winklere1623442009-01-27 14:27:56 -08001862 IWL_DEBUG_SCAN(priv, "Channel %d is INVALID for this band.\n",
Zhu Yib481de92007-09-25 17:54:57 -07001863 scan_ch->channel);
1864 continue;
1865 }
1866
Zhu Yib481de92007-09-25 17:54:57 -07001867 scan_ch->active_dwell = cpu_to_le16(active_dwell);
1868 scan_ch->passive_dwell = cpu_to_le16(passive_dwell);
Abhijeet Kolekar011a0332008-12-02 12:14:07 -08001869 /* If passive , set up for auto-switch
1870 * and use long active_dwell time.
1871 */
1872 if (!is_active || is_channel_passive(ch_info) ||
Johannes Berg4e05c232009-06-19 13:52:44 -07001873 (chan->flags & IEEE80211_CHAN_PASSIVE_SCAN)) {
Abhijeet Kolekar011a0332008-12-02 12:14:07 -08001874 scan_ch->type = 0; /* passive */
1875 if (IWL_UCODE_API(priv->ucode_ver) == 1)
1876 scan_ch->active_dwell = cpu_to_le16(passive_dwell - 1);
1877 } else {
1878 scan_ch->type = 1; /* active */
1879 }
1880
1881 /* Set direct probe bits. These may be used both for active
1882 * scan channels (probes gets sent right away),
1883 * or for passive channels (probes get se sent only after
1884 * hearing clear Rx packet).*/
1885 if (IWL_UCODE_API(priv->ucode_ver) >= 2) {
1886 if (n_probes)
Winkler, Tomas0d210442009-01-23 13:45:21 -08001887 scan_ch->type |= IWL39_SCAN_PROBE_MASK(n_probes);
Abhijeet Kolekar011a0332008-12-02 12:14:07 -08001888 } else {
1889 /* uCode v1 does not allow setting direct probe bits on
1890 * passive channel. */
1891 if ((scan_ch->type & 1) && n_probes)
Winkler, Tomas0d210442009-01-23 13:45:21 -08001892 scan_ch->type |= IWL39_SCAN_PROBE_MASK(n_probes);
Abhijeet Kolekar011a0332008-12-02 12:14:07 -08001893 }
Zhu Yib481de92007-09-25 17:54:57 -07001894
Ben Cahill9fbab512007-11-29 11:09:47 +08001895 /* Set txpower levels to defaults */
Zhu Yib481de92007-09-25 17:54:57 -07001896 scan_ch->tpc.dsp_atten = 110;
1897 /* scan_pwr_info->tpc.dsp_atten; */
1898
1899 /*scan_pwr_info->tpc.tx_gain; */
Johannes Berg8318d782008-01-24 19:38:38 +01001900 if (band == IEEE80211_BAND_5GHZ)
Zhu Yib481de92007-09-25 17:54:57 -07001901 scan_ch->tpc.tx_gain = ((1 << 5) | (3 << 3)) | 3;
1902 else {
1903 scan_ch->tpc.tx_gain = ((1 << 5) | (5 << 3));
1904 /* NOTE: if we were doing 6Mb OFDM for scans we'd use
Ben Cahill9fbab512007-11-29 11:09:47 +08001905 * power level:
Reinette Chatre8a1b0242008-01-14 17:46:25 -08001906 * scan_ch->tpc.tx_gain = ((1 << 5) | (2 << 3)) | 3;
Zhu Yib481de92007-09-25 17:54:57 -07001907 */
1908 }
1909
Tomas Winklere1623442009-01-27 14:27:56 -08001910 IWL_DEBUG_SCAN(priv, "Scanning %d [%s %d]\n",
Zhu Yib481de92007-09-25 17:54:57 -07001911 scan_ch->channel,
1912 (scan_ch->type & 1) ? "ACTIVE" : "PASSIVE",
1913 (scan_ch->type & 1) ?
1914 active_dwell : passive_dwell);
1915
1916 scan_ch++;
1917 added++;
1918 }
1919
Tomas Winklere1623442009-01-27 14:27:56 -08001920 IWL_DEBUG_SCAN(priv, "total channels to scan %d \n", added);
Zhu Yib481de92007-09-25 17:54:57 -07001921 return added;
1922}
1923
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001924static void iwl3945_init_hw_rates(struct iwl_priv *priv,
Zhu Yib481de92007-09-25 17:54:57 -07001925 struct ieee80211_rate *rates)
1926{
1927 int i;
1928
1929 for (i = 0; i < IWL_RATE_COUNT; i++) {
Johannes Berg8318d782008-01-24 19:38:38 +01001930 rates[i].bitrate = iwl3945_rates[i].ieee * 5;
1931 rates[i].hw_value = i; /* Rate scaling will work on indexes */
1932 rates[i].hw_value_short = i;
1933 rates[i].flags = 0;
Samuel Ortizd9829a62008-12-19 10:37:12 +08001934 if ((i > IWL39_LAST_OFDM_RATE) || (i < IWL_FIRST_OFDM_RATE)) {
Zhu Yib481de92007-09-25 17:54:57 -07001935 /*
Johannes Berg8318d782008-01-24 19:38:38 +01001936 * If CCK != 1M then set short preamble rate flag.
Zhu Yib481de92007-09-25 17:54:57 -07001937 */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001938 rates[i].flags |= (iwl3945_rates[i].plcp == 10) ?
Johannes Berg8318d782008-01-24 19:38:38 +01001939 0 : IEEE80211_RATE_SHORT_PREAMBLE;
Zhu Yib481de92007-09-25 17:54:57 -07001940 }
Zhu Yib481de92007-09-25 17:54:57 -07001941 }
1942}
1943
Zhu Yib481de92007-09-25 17:54:57 -07001944/******************************************************************************
1945 *
1946 * uCode download functions
1947 *
1948 ******************************************************************************/
1949
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001950static void iwl3945_dealloc_ucode_pci(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07001951{
Tomas Winkler98c92212008-01-14 17:46:20 -08001952 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_code);
1953 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_data);
1954 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_data_backup);
1955 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_init);
1956 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_init_data);
1957 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_boot);
Zhu Yib481de92007-09-25 17:54:57 -07001958}
1959
1960/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001961 * iwl3945_verify_inst_full - verify runtime uCode image in card vs. host,
Zhu Yib481de92007-09-25 17:54:57 -07001962 * looking at all data.
1963 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001964static int iwl3945_verify_inst_full(struct iwl_priv *priv, __le32 *image, u32 len)
Zhu Yib481de92007-09-25 17:54:57 -07001965{
1966 u32 val;
1967 u32 save_len = len;
1968 int rc = 0;
1969 u32 errcnt;
1970
Tomas Winklere1623442009-01-27 14:27:56 -08001971 IWL_DEBUG_INFO(priv, "ucode inst image size is %u\n", len);
Zhu Yib481de92007-09-25 17:54:57 -07001972
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001973 iwl_write_direct32(priv, HBUS_TARG_MEM_RADDR,
Samuel Ortiz250bdd22008-12-19 10:37:11 +08001974 IWL39_RTC_INST_LOWER_BOUND);
Zhu Yib481de92007-09-25 17:54:57 -07001975
1976 errcnt = 0;
1977 for (; len > 0; len -= sizeof(u32), image++) {
1978 /* read data comes through single port, auto-incr addr */
1979 /* NOTE: Use the debugless read so we don't flood kernel log
1980 * if IWL_DL_IO is set */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001981 val = _iwl_read_direct32(priv, HBUS_TARG_MEM_RDAT);
Zhu Yib481de92007-09-25 17:54:57 -07001982 if (val != le32_to_cpu(*image)) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08001983 IWL_ERR(priv, "uCode INST section is invalid at "
Zhu Yib481de92007-09-25 17:54:57 -07001984 "offset 0x%x, is 0x%x, s/b 0x%x\n",
1985 save_len - len, val, le32_to_cpu(*image));
1986 rc = -EIO;
1987 errcnt++;
1988 if (errcnt >= 20)
1989 break;
1990 }
1991 }
1992
Zhu Yib481de92007-09-25 17:54:57 -07001993
1994 if (!errcnt)
Tomas Winklere1623442009-01-27 14:27:56 -08001995 IWL_DEBUG_INFO(priv,
1996 "ucode image in INSTRUCTION memory is good\n");
Zhu Yib481de92007-09-25 17:54:57 -07001997
1998 return rc;
1999}
2000
2001
2002/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002003 * iwl3945_verify_inst_sparse - verify runtime uCode image in card vs. host,
Zhu Yib481de92007-09-25 17:54:57 -07002004 * using sample data 100 bytes apart. If these sample points are good,
2005 * it's a pretty good bet that everything between them is good, too.
2006 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002007static int iwl3945_verify_inst_sparse(struct iwl_priv *priv, __le32 *image, u32 len)
Zhu Yib481de92007-09-25 17:54:57 -07002008{
2009 u32 val;
2010 int rc = 0;
2011 u32 errcnt = 0;
2012 u32 i;
2013
Tomas Winklere1623442009-01-27 14:27:56 -08002014 IWL_DEBUG_INFO(priv, "ucode inst image size is %u\n", len);
Zhu Yib481de92007-09-25 17:54:57 -07002015
Zhu Yib481de92007-09-25 17:54:57 -07002016 for (i = 0; i < len; i += 100, image += 100/sizeof(u32)) {
2017 /* read data comes through single port, auto-incr addr */
2018 /* NOTE: Use the debugless read so we don't flood kernel log
2019 * if IWL_DL_IO is set */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002020 iwl_write_direct32(priv, HBUS_TARG_MEM_RADDR,
Samuel Ortiz250bdd22008-12-19 10:37:11 +08002021 i + IWL39_RTC_INST_LOWER_BOUND);
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002022 val = _iwl_read_direct32(priv, HBUS_TARG_MEM_RDAT);
Zhu Yib481de92007-09-25 17:54:57 -07002023 if (val != le32_to_cpu(*image)) {
2024#if 0 /* Enable this if you want to see details */
Winkler, Tomas15b16872008-12-19 10:37:33 +08002025 IWL_ERR(priv, "uCode INST section is invalid at "
Zhu Yib481de92007-09-25 17:54:57 -07002026 "offset 0x%x, is 0x%x, s/b 0x%x\n",
2027 i, val, *image);
2028#endif
2029 rc = -EIO;
2030 errcnt++;
2031 if (errcnt >= 3)
2032 break;
2033 }
2034 }
2035
Zhu Yib481de92007-09-25 17:54:57 -07002036 return rc;
2037}
2038
2039
2040/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002041 * iwl3945_verify_ucode - determine which instruction image is in SRAM,
Zhu Yib481de92007-09-25 17:54:57 -07002042 * and verify its contents
2043 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002044static int iwl3945_verify_ucode(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002045{
2046 __le32 *image;
2047 u32 len;
2048 int rc = 0;
2049
2050 /* Try bootstrap */
2051 image = (__le32 *)priv->ucode_boot.v_addr;
2052 len = priv->ucode_boot.len;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002053 rc = iwl3945_verify_inst_sparse(priv, image, len);
Zhu Yib481de92007-09-25 17:54:57 -07002054 if (rc == 0) {
Tomas Winklere1623442009-01-27 14:27:56 -08002055 IWL_DEBUG_INFO(priv, "Bootstrap uCode is good in inst SRAM\n");
Zhu Yib481de92007-09-25 17:54:57 -07002056 return 0;
2057 }
2058
2059 /* Try initialize */
2060 image = (__le32 *)priv->ucode_init.v_addr;
2061 len = priv->ucode_init.len;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002062 rc = iwl3945_verify_inst_sparse(priv, image, len);
Zhu Yib481de92007-09-25 17:54:57 -07002063 if (rc == 0) {
Tomas Winklere1623442009-01-27 14:27:56 -08002064 IWL_DEBUG_INFO(priv, "Initialize uCode is good in inst SRAM\n");
Zhu Yib481de92007-09-25 17:54:57 -07002065 return 0;
2066 }
2067
2068 /* Try runtime/protocol */
2069 image = (__le32 *)priv->ucode_code.v_addr;
2070 len = priv->ucode_code.len;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002071 rc = iwl3945_verify_inst_sparse(priv, image, len);
Zhu Yib481de92007-09-25 17:54:57 -07002072 if (rc == 0) {
Tomas Winklere1623442009-01-27 14:27:56 -08002073 IWL_DEBUG_INFO(priv, "Runtime uCode is good in inst SRAM\n");
Zhu Yib481de92007-09-25 17:54:57 -07002074 return 0;
2075 }
2076
Winkler, Tomas15b16872008-12-19 10:37:33 +08002077 IWL_ERR(priv, "NO VALID UCODE IMAGE IN INSTRUCTION SRAM!!\n");
Zhu Yib481de92007-09-25 17:54:57 -07002078
Ben Cahill9fbab512007-11-29 11:09:47 +08002079 /* Since nothing seems to match, show first several data entries in
2080 * instruction SRAM, so maybe visual inspection will give a clue.
2081 * Selection of bootstrap image (vs. other images) is arbitrary. */
Zhu Yib481de92007-09-25 17:54:57 -07002082 image = (__le32 *)priv->ucode_boot.v_addr;
2083 len = priv->ucode_boot.len;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002084 rc = iwl3945_verify_inst_full(priv, image, len);
Zhu Yib481de92007-09-25 17:54:57 -07002085
2086 return rc;
2087}
2088
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002089static void iwl3945_nic_start(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002090{
2091 /* Remove all resets to allow NIC to operate */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002092 iwl_write32(priv, CSR_RESET, 0);
Zhu Yib481de92007-09-25 17:54:57 -07002093}
2094
2095/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002096 * iwl3945_read_ucode - Read uCode images from disk file.
Zhu Yib481de92007-09-25 17:54:57 -07002097 *
2098 * Copy into buffers for card to fetch via bus-mastering
2099 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002100static int iwl3945_read_ucode(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002101{
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002102 const struct iwl_ucode_header *ucode;
Reinette Chatrea0987a82008-12-02 12:14:06 -08002103 int ret = -EINVAL, index;
Zhu Yib481de92007-09-25 17:54:57 -07002104 const struct firmware *ucode_raw;
2105 /* firmware file name contains uCode/driver compatibility version */
Reinette Chatrea0987a82008-12-02 12:14:06 -08002106 const char *name_pre = priv->cfg->fw_name_pre;
2107 const unsigned int api_max = priv->cfg->ucode_api_max;
2108 const unsigned int api_min = priv->cfg->ucode_api_min;
2109 char buf[25];
Zhu Yib481de92007-09-25 17:54:57 -07002110 u8 *src;
2111 size_t len;
Reinette Chatrea0987a82008-12-02 12:14:06 -08002112 u32 api_ver, inst_size, data_size, init_size, init_data_size, boot_size;
Zhu Yib481de92007-09-25 17:54:57 -07002113
2114 /* Ask kernel firmware_class module to get the boot firmware off disk.
2115 * request_firmware() is synchronous, file is in memory on return. */
Reinette Chatrea0987a82008-12-02 12:14:06 -08002116 for (index = api_max; index >= api_min; index--) {
2117 sprintf(buf, "%s%u%s", name_pre, index, ".ucode");
2118 ret = request_firmware(&ucode_raw, buf, &priv->pci_dev->dev);
2119 if (ret < 0) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08002120 IWL_ERR(priv, "%s firmware file req failed: %d\n",
Reinette Chatrea0987a82008-12-02 12:14:06 -08002121 buf, ret);
2122 if (ret == -ENOENT)
2123 continue;
2124 else
2125 goto error;
2126 } else {
2127 if (index < api_max)
Winkler, Tomas15b16872008-12-19 10:37:33 +08002128 IWL_ERR(priv, "Loaded firmware %s, "
2129 "which is deprecated. "
2130 " Please use API v%u instead.\n",
Reinette Chatrea0987a82008-12-02 12:14:06 -08002131 buf, api_max);
Tomas Winklere1623442009-01-27 14:27:56 -08002132 IWL_DEBUG_INFO(priv, "Got firmware '%s' file "
2133 "(%zd bytes) from disk\n",
Reinette Chatrea0987a82008-12-02 12:14:06 -08002134 buf, ucode_raw->size);
2135 break;
2136 }
Zhu Yib481de92007-09-25 17:54:57 -07002137 }
2138
Reinette Chatrea0987a82008-12-02 12:14:06 -08002139 if (ret < 0)
2140 goto error;
Zhu Yib481de92007-09-25 17:54:57 -07002141
2142 /* Make sure that we got at least our header! */
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002143 if (ucode_raw->size < priv->cfg->ops->ucode->get_header_size(1)) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08002144 IWL_ERR(priv, "File size way too small!\n");
Tomas Winkler90e759d2007-11-29 11:09:41 +08002145 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07002146 goto err_release;
2147 }
2148
2149 /* Data from ucode file: header followed by uCode images */
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002150 ucode = (struct iwl_ucode_header *)ucode_raw->data;
Zhu Yib481de92007-09-25 17:54:57 -07002151
Chatre, Reinettec02b3ac2008-12-02 12:14:05 -08002152 priv->ucode_ver = le32_to_cpu(ucode->ver);
Reinette Chatrea0987a82008-12-02 12:14:06 -08002153 api_ver = IWL_UCODE_API(priv->ucode_ver);
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002154 inst_size = priv->cfg->ops->ucode->get_inst_size(ucode, api_ver);
2155 data_size = priv->cfg->ops->ucode->get_data_size(ucode, api_ver);
2156 init_size = priv->cfg->ops->ucode->get_init_size(ucode, api_ver);
2157 init_data_size =
2158 priv->cfg->ops->ucode->get_init_data_size(ucode, api_ver);
2159 boot_size = priv->cfg->ops->ucode->get_boot_size(ucode, api_ver);
2160 src = priv->cfg->ops->ucode->get_data(ucode, api_ver);
Zhu Yib481de92007-09-25 17:54:57 -07002161
Reinette Chatrea0987a82008-12-02 12:14:06 -08002162 /* api_ver should match the api version forming part of the
2163 * firmware filename ... but we don't check for that and only rely
Nick Andrew877d0312009-01-26 11:06:57 +01002164 * on the API version read from firmware header from here on forward */
Reinette Chatrea0987a82008-12-02 12:14:06 -08002165
2166 if (api_ver < api_min || api_ver > api_max) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08002167 IWL_ERR(priv, "Driver unable to support your firmware API. "
Reinette Chatrea0987a82008-12-02 12:14:06 -08002168 "Driver supports v%u, firmware is v%u.\n",
2169 api_max, api_ver);
2170 priv->ucode_ver = 0;
2171 ret = -EINVAL;
2172 goto err_release;
2173 }
2174 if (api_ver != api_max)
Winkler, Tomas15b16872008-12-19 10:37:33 +08002175 IWL_ERR(priv, "Firmware has old API version. Expected %u, "
Reinette Chatrea0987a82008-12-02 12:14:06 -08002176 "got %u. New firmware can be obtained "
2177 "from http://www.intellinuxwireless.org.\n",
2178 api_max, api_ver);
2179
Tomas Winkler978785a2008-12-19 10:37:31 +08002180 IWL_INFO(priv, "loaded firmware version %u.%u.%u.%u\n",
2181 IWL_UCODE_MAJOR(priv->ucode_ver),
2182 IWL_UCODE_MINOR(priv->ucode_ver),
2183 IWL_UCODE_API(priv->ucode_ver),
2184 IWL_UCODE_SERIAL(priv->ucode_ver));
2185
Reinette Chatre5ebeb5a2009-10-30 14:36:04 -07002186 snprintf(priv->hw->wiphy->fw_version,
2187 sizeof(priv->hw->wiphy->fw_version),
2188 "%u.%u.%u.%u",
2189 IWL_UCODE_MAJOR(priv->ucode_ver),
2190 IWL_UCODE_MINOR(priv->ucode_ver),
2191 IWL_UCODE_API(priv->ucode_ver),
2192 IWL_UCODE_SERIAL(priv->ucode_ver));
2193
Tomas Winklere1623442009-01-27 14:27:56 -08002194 IWL_DEBUG_INFO(priv, "f/w package hdr ucode version raw = 0x%x\n",
Reinette Chatrea0987a82008-12-02 12:14:06 -08002195 priv->ucode_ver);
Tomas Winklere1623442009-01-27 14:27:56 -08002196 IWL_DEBUG_INFO(priv, "f/w package hdr runtime inst size = %u\n",
2197 inst_size);
2198 IWL_DEBUG_INFO(priv, "f/w package hdr runtime data size = %u\n",
2199 data_size);
2200 IWL_DEBUG_INFO(priv, "f/w package hdr init inst size = %u\n",
2201 init_size);
2202 IWL_DEBUG_INFO(priv, "f/w package hdr init data size = %u\n",
2203 init_data_size);
2204 IWL_DEBUG_INFO(priv, "f/w package hdr boot inst size = %u\n",
2205 boot_size);
Zhu Yib481de92007-09-25 17:54:57 -07002206
Reinette Chatrea0987a82008-12-02 12:14:06 -08002207
Zhu Yib481de92007-09-25 17:54:57 -07002208 /* Verify size of file vs. image size info in file's header */
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002209 if (ucode_raw->size != priv->cfg->ops->ucode->get_header_size(api_ver) +
Zhu Yib481de92007-09-25 17:54:57 -07002210 inst_size + data_size + init_size +
2211 init_data_size + boot_size) {
2212
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002213 IWL_DEBUG_INFO(priv,
2214 "uCode file size %zd does not match expected size\n",
2215 ucode_raw->size);
Tomas Winkler90e759d2007-11-29 11:09:41 +08002216 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07002217 goto err_release;
2218 }
2219
2220 /* Verify that uCode images will fit in card's SRAM */
Samuel Ortiz250bdd22008-12-19 10:37:11 +08002221 if (inst_size > IWL39_MAX_INST_SIZE) {
Tomas Winklere1623442009-01-27 14:27:56 -08002222 IWL_DEBUG_INFO(priv, "uCode instr len %d too large to fit in\n",
Tomas Winkler90e759d2007-11-29 11:09:41 +08002223 inst_size);
2224 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07002225 goto err_release;
2226 }
2227
Samuel Ortiz250bdd22008-12-19 10:37:11 +08002228 if (data_size > IWL39_MAX_DATA_SIZE) {
Tomas Winklere1623442009-01-27 14:27:56 -08002229 IWL_DEBUG_INFO(priv, "uCode data len %d too large to fit in\n",
Tomas Winkler90e759d2007-11-29 11:09:41 +08002230 data_size);
2231 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07002232 goto err_release;
2233 }
Samuel Ortiz250bdd22008-12-19 10:37:11 +08002234 if (init_size > IWL39_MAX_INST_SIZE) {
Tomas Winklere1623442009-01-27 14:27:56 -08002235 IWL_DEBUG_INFO(priv,
2236 "uCode init instr len %d too large to fit in\n",
Tomas Winkler90e759d2007-11-29 11:09:41 +08002237 init_size);
2238 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07002239 goto err_release;
2240 }
Samuel Ortiz250bdd22008-12-19 10:37:11 +08002241 if (init_data_size > IWL39_MAX_DATA_SIZE) {
Tomas Winklere1623442009-01-27 14:27:56 -08002242 IWL_DEBUG_INFO(priv,
2243 "uCode init data len %d too large to fit in\n",
Tomas Winkler90e759d2007-11-29 11:09:41 +08002244 init_data_size);
2245 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07002246 goto err_release;
2247 }
Samuel Ortiz250bdd22008-12-19 10:37:11 +08002248 if (boot_size > IWL39_MAX_BSM_SIZE) {
Tomas Winklere1623442009-01-27 14:27:56 -08002249 IWL_DEBUG_INFO(priv,
2250 "uCode boot instr len %d too large to fit in\n",
Tomas Winkler90e759d2007-11-29 11:09:41 +08002251 boot_size);
2252 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07002253 goto err_release;
2254 }
2255
2256 /* Allocate ucode buffers for card's bus-master loading ... */
2257
2258 /* Runtime instructions and 2 copies of data:
2259 * 1) unmodified from disk
2260 * 2) backup cache for save/restore during power-downs */
2261 priv->ucode_code.len = inst_size;
Tomas Winkler98c92212008-01-14 17:46:20 -08002262 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_code);
Zhu Yib481de92007-09-25 17:54:57 -07002263
2264 priv->ucode_data.len = data_size;
Tomas Winkler98c92212008-01-14 17:46:20 -08002265 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_data);
Zhu Yib481de92007-09-25 17:54:57 -07002266
2267 priv->ucode_data_backup.len = data_size;
Tomas Winkler98c92212008-01-14 17:46:20 -08002268 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_data_backup);
Zhu Yib481de92007-09-25 17:54:57 -07002269
2270 if (!priv->ucode_code.v_addr || !priv->ucode_data.v_addr ||
Tomas Winkler90e759d2007-11-29 11:09:41 +08002271 !priv->ucode_data_backup.v_addr)
Zhu Yib481de92007-09-25 17:54:57 -07002272 goto err_pci_alloc;
2273
Tomas Winkler90e759d2007-11-29 11:09:41 +08002274 /* Initialization instructions and data */
2275 if (init_size && init_data_size) {
2276 priv->ucode_init.len = init_size;
Tomas Winkler98c92212008-01-14 17:46:20 -08002277 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_init);
Tomas Winkler90e759d2007-11-29 11:09:41 +08002278
2279 priv->ucode_init_data.len = init_data_size;
Tomas Winkler98c92212008-01-14 17:46:20 -08002280 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_init_data);
Tomas Winkler90e759d2007-11-29 11:09:41 +08002281
2282 if (!priv->ucode_init.v_addr || !priv->ucode_init_data.v_addr)
2283 goto err_pci_alloc;
2284 }
2285
2286 /* Bootstrap (instructions only, no data) */
2287 if (boot_size) {
2288 priv->ucode_boot.len = boot_size;
Tomas Winkler98c92212008-01-14 17:46:20 -08002289 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_boot);
Tomas Winkler90e759d2007-11-29 11:09:41 +08002290
2291 if (!priv->ucode_boot.v_addr)
2292 goto err_pci_alloc;
2293 }
2294
Zhu Yib481de92007-09-25 17:54:57 -07002295 /* Copy images into buffers for card's bus-master reads ... */
2296
2297 /* Runtime instructions (first block of data in file) */
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002298 len = inst_size;
Tomas Winklere1623442009-01-27 14:27:56 -08002299 IWL_DEBUG_INFO(priv,
2300 "Copying (but not loading) uCode instr len %zd\n", len);
Zhu Yib481de92007-09-25 17:54:57 -07002301 memcpy(priv->ucode_code.v_addr, src, len);
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002302 src += len;
2303
Tomas Winklere1623442009-01-27 14:27:56 -08002304 IWL_DEBUG_INFO(priv, "uCode instr buf vaddr = 0x%p, paddr = 0x%08x\n",
Zhu Yib481de92007-09-25 17:54:57 -07002305 priv->ucode_code.v_addr, (u32)priv->ucode_code.p_addr);
2306
2307 /* Runtime data (2nd block)
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002308 * NOTE: Copy into backup buffer will be done in iwl3945_up() */
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002309 len = data_size;
Tomas Winklere1623442009-01-27 14:27:56 -08002310 IWL_DEBUG_INFO(priv,
2311 "Copying (but not loading) uCode data len %zd\n", len);
Zhu Yib481de92007-09-25 17:54:57 -07002312 memcpy(priv->ucode_data.v_addr, src, len);
2313 memcpy(priv->ucode_data_backup.v_addr, src, len);
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002314 src += len;
Zhu Yib481de92007-09-25 17:54:57 -07002315
2316 /* Initialization instructions (3rd block) */
2317 if (init_size) {
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002318 len = init_size;
Tomas Winklere1623442009-01-27 14:27:56 -08002319 IWL_DEBUG_INFO(priv,
2320 "Copying (but not loading) init instr len %zd\n", len);
Zhu Yib481de92007-09-25 17:54:57 -07002321 memcpy(priv->ucode_init.v_addr, src, len);
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002322 src += len;
Zhu Yib481de92007-09-25 17:54:57 -07002323 }
2324
2325 /* Initialization data (4th block) */
2326 if (init_data_size) {
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002327 len = init_data_size;
Tomas Winklere1623442009-01-27 14:27:56 -08002328 IWL_DEBUG_INFO(priv,
2329 "Copying (but not loading) init data len %zd\n", len);
Zhu Yib481de92007-09-25 17:54:57 -07002330 memcpy(priv->ucode_init_data.v_addr, src, len);
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002331 src += len;
Zhu Yib481de92007-09-25 17:54:57 -07002332 }
2333
2334 /* Bootstrap instructions (5th block) */
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002335 len = boot_size;
Tomas Winklere1623442009-01-27 14:27:56 -08002336 IWL_DEBUG_INFO(priv,
2337 "Copying (but not loading) boot instr len %zd\n", len);
Zhu Yib481de92007-09-25 17:54:57 -07002338 memcpy(priv->ucode_boot.v_addr, src, len);
2339
2340 /* We have our copies now, allow OS release its copies */
2341 release_firmware(ucode_raw);
2342 return 0;
2343
2344 err_pci_alloc:
Winkler, Tomas15b16872008-12-19 10:37:33 +08002345 IWL_ERR(priv, "failed to allocate pci memory\n");
Tomas Winkler90e759d2007-11-29 11:09:41 +08002346 ret = -ENOMEM;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002347 iwl3945_dealloc_ucode_pci(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002348
2349 err_release:
2350 release_firmware(ucode_raw);
2351
2352 error:
Tomas Winkler90e759d2007-11-29 11:09:41 +08002353 return ret;
Zhu Yib481de92007-09-25 17:54:57 -07002354}
2355
2356
2357/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002358 * iwl3945_set_ucode_ptrs - Set uCode address location
Zhu Yib481de92007-09-25 17:54:57 -07002359 *
2360 * Tell initialization uCode where to find runtime uCode.
2361 *
2362 * BSM registers initially contain pointers to initialization uCode.
2363 * We need to replace them to load runtime uCode inst and data,
2364 * and to save runtime data when powering down.
2365 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002366static int iwl3945_set_ucode_ptrs(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002367{
2368 dma_addr_t pinst;
2369 dma_addr_t pdata;
Zhu Yib481de92007-09-25 17:54:57 -07002370
2371 /* bits 31:0 for 3945 */
2372 pinst = priv->ucode_code.p_addr;
2373 pdata = priv->ucode_data_backup.p_addr;
2374
Zhu Yib481de92007-09-25 17:54:57 -07002375 /* Tell bootstrap uCode where to find image to load */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002376 iwl_write_prph(priv, BSM_DRAM_INST_PTR_REG, pinst);
2377 iwl_write_prph(priv, BSM_DRAM_DATA_PTR_REG, pdata);
2378 iwl_write_prph(priv, BSM_DRAM_DATA_BYTECOUNT_REG,
Zhu Yib481de92007-09-25 17:54:57 -07002379 priv->ucode_data.len);
2380
Tomas Winklera96a27f2008-10-23 23:48:56 -07002381 /* Inst byte count must be last to set up, bit 31 signals uCode
Zhu Yib481de92007-09-25 17:54:57 -07002382 * that all new ptr/size info is in place */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002383 iwl_write_prph(priv, BSM_DRAM_INST_BYTECOUNT_REG,
Zhu Yib481de92007-09-25 17:54:57 -07002384 priv->ucode_code.len | BSM_DRAM_INST_LOAD);
2385
Tomas Winklere1623442009-01-27 14:27:56 -08002386 IWL_DEBUG_INFO(priv, "Runtime uCode pointers are set.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002387
Mohamed Abbasa8b50a02009-05-22 11:01:47 -07002388 return 0;
Zhu Yib481de92007-09-25 17:54:57 -07002389}
2390
2391/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002392 * iwl3945_init_alive_start - Called after REPLY_ALIVE notification received
Zhu Yib481de92007-09-25 17:54:57 -07002393 *
2394 * Called after REPLY_ALIVE notification received from "initialize" uCode.
2395 *
Zhu Yib481de92007-09-25 17:54:57 -07002396 * Tell "initialize" uCode to go ahead and load the runtime uCode.
Ben Cahill9fbab512007-11-29 11:09:47 +08002397 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002398static void iwl3945_init_alive_start(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002399{
2400 /* Check alive response for "valid" sign from uCode */
2401 if (priv->card_alive_init.is_valid != UCODE_VALID_OK) {
2402 /* We had an error bringing up the hardware, so take it
2403 * all the way back down so we can try again */
Tomas Winklere1623442009-01-27 14:27:56 -08002404 IWL_DEBUG_INFO(priv, "Initialize Alive failed.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002405 goto restart;
2406 }
2407
2408 /* Bootstrap uCode has loaded initialize uCode ... verify inst image.
2409 * This is a paranoid check, because we would not have gotten the
2410 * "initialize" alive if code weren't properly loaded. */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002411 if (iwl3945_verify_ucode(priv)) {
Zhu Yib481de92007-09-25 17:54:57 -07002412 /* Runtime instruction load was bad;
2413 * take it all the way back down so we can try again */
Tomas Winklere1623442009-01-27 14:27:56 -08002414 IWL_DEBUG_INFO(priv, "Bad \"initialize\" uCode load.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002415 goto restart;
2416 }
2417
2418 /* Send pointers to protocol/runtime uCode image ... init code will
2419 * load and launch runtime uCode, which will send us another "Alive"
2420 * notification. */
Tomas Winklere1623442009-01-27 14:27:56 -08002421 IWL_DEBUG_INFO(priv, "Initialization Alive received.\n");
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002422 if (iwl3945_set_ucode_ptrs(priv)) {
Zhu Yib481de92007-09-25 17:54:57 -07002423 /* Runtime instruction load won't happen;
2424 * take it all the way back down so we can try again */
Tomas Winklere1623442009-01-27 14:27:56 -08002425 IWL_DEBUG_INFO(priv, "Couldn't set up uCode pointers.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002426 goto restart;
2427 }
2428 return;
2429
2430 restart:
2431 queue_work(priv->workqueue, &priv->restart);
2432}
2433
Zhu Yib481de92007-09-25 17:54:57 -07002434/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002435 * iwl3945_alive_start - called after REPLY_ALIVE notification received
Zhu Yib481de92007-09-25 17:54:57 -07002436 * from protocol/runtime uCode (initialization uCode's
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002437 * Alive gets handled by iwl3945_init_alive_start()).
Zhu Yib481de92007-09-25 17:54:57 -07002438 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002439static void iwl3945_alive_start(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002440{
Zhu Yib481de92007-09-25 17:54:57 -07002441 int thermal_spin = 0;
2442 u32 rfkill;
2443
Tomas Winklere1623442009-01-27 14:27:56 -08002444 IWL_DEBUG_INFO(priv, "Runtime Alive received.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002445
2446 if (priv->card_alive.is_valid != UCODE_VALID_OK) {
2447 /* We had an error bringing up the hardware, so take it
2448 * all the way back down so we can try again */
Tomas Winklere1623442009-01-27 14:27:56 -08002449 IWL_DEBUG_INFO(priv, "Alive failed.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002450 goto restart;
2451 }
2452
2453 /* Initialize uCode has loaded Runtime uCode ... verify inst image.
2454 * This is a paranoid check, because we would not have gotten the
2455 * "runtime" alive if code weren't properly loaded. */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002456 if (iwl3945_verify_ucode(priv)) {
Zhu Yib481de92007-09-25 17:54:57 -07002457 /* Runtime instruction load was bad;
2458 * take it all the way back down so we can try again */
Tomas Winklere1623442009-01-27 14:27:56 -08002459 IWL_DEBUG_INFO(priv, "Bad runtime uCode load.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002460 goto restart;
2461 }
2462
Tomas Winklerc587de02009-06-03 11:44:07 -07002463 iwl_clear_stations_table(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002464
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002465 rfkill = iwl_read_prph(priv, APMG_RFKILL_REG);
Tomas Winklere1623442009-01-27 14:27:56 -08002466 IWL_DEBUG_INFO(priv, "RFKILL status: 0x%x\n", rfkill);
Zhu Yib481de92007-09-25 17:54:57 -07002467
2468 if (rfkill & 0x1) {
2469 clear_bit(STATUS_RF_KILL_HW, &priv->status);
Tomas Winklera96a27f2008-10-23 23:48:56 -07002470 /* if RFKILL is not on, then wait for thermal
Zhu Yib481de92007-09-25 17:54:57 -07002471 * sensor in adapter to kick in */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002472 while (iwl3945_hw_get_temperature(priv) == 0) {
Zhu Yib481de92007-09-25 17:54:57 -07002473 thermal_spin++;
2474 udelay(10);
2475 }
2476
2477 if (thermal_spin)
Tomas Winklere1623442009-01-27 14:27:56 -08002478 IWL_DEBUG_INFO(priv, "Thermal calibration took %dus\n",
Zhu Yib481de92007-09-25 17:54:57 -07002479 thermal_spin * 10);
2480 } else
2481 set_bit(STATUS_RF_KILL_HW, &priv->status);
2482
Ben Cahill9fbab512007-11-29 11:09:47 +08002483 /* After the ALIVE response, we can send commands to 3945 uCode */
Zhu Yib481de92007-09-25 17:54:57 -07002484 set_bit(STATUS_ALIVE, &priv->status);
2485
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08002486 if (iwl_is_rfkill(priv))
Zhu Yib481de92007-09-25 17:54:57 -07002487 return;
2488
Johannes Berg36d68252008-05-15 12:55:26 +02002489 ieee80211_wake_queues(priv->hw);
Zhu Yib481de92007-09-25 17:54:57 -07002490
2491 priv->active_rate = priv->rates_mask;
2492 priv->active_rate_basic = priv->rates_mask & IWL_BASIC_RATES_MASK;
2493
Ben Cahill4d6ccbf2009-11-13 11:56:29 -08002494 iwl_power_update_mode(priv, true);
Zhu Yib481de92007-09-25 17:54:57 -07002495
Samuel Ortiz8ccde882009-01-27 14:27:52 -08002496 if (iwl_is_associated(priv)) {
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002497 struct iwl3945_rxon_cmd *active_rxon =
Samuel Ortiz8ccde882009-01-27 14:27:52 -08002498 (struct iwl3945_rxon_cmd *)(&priv->active_rxon);
Zhu Yib481de92007-09-25 17:54:57 -07002499
Abhijeet Kolekar8a9b9922009-06-12 13:22:52 -07002500 priv->staging_rxon.filter_flags |= RXON_FILTER_ASSOC_MSK;
Zhu Yib481de92007-09-25 17:54:57 -07002501 active_rxon->filter_flags &= ~RXON_FILTER_ASSOC_MSK;
2502 } else {
2503 /* Initialize our rx_config data */
Samuel Ortiz8ccde882009-01-27 14:27:52 -08002504 iwl_connection_init_rx_config(priv, priv->iw_mode);
Zhu Yib481de92007-09-25 17:54:57 -07002505 }
2506
Ben Cahill9fbab512007-11-29 11:09:47 +08002507 /* Configure Bluetooth device coexistence support */
Samuel Ortiz17f841c2009-01-23 13:45:20 -08002508 iwl_send_bt_config(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002509
2510 /* Configure the adapter for unassociated operation */
Abhijeet Kolekare0158e62009-04-08 11:26:37 -07002511 iwlcore_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002512
Zhu Yib481de92007-09-25 17:54:57 -07002513 iwl3945_reg_txpower_periodic(priv);
2514
Johannes Berge932a602009-10-02 13:44:03 -07002515 iwl_leds_init(priv);
Reinette Chatrefe00b5a2008-04-03 16:05:23 -07002516
Tomas Winklere1623442009-01-27 14:27:56 -08002517 IWL_DEBUG_INFO(priv, "ALIVE processing complete.\n");
Rick Farringtona9f46782008-03-18 14:57:49 -07002518 set_bit(STATUS_READY, &priv->status);
Zhu Yi5a669262008-01-14 17:46:18 -08002519 wake_up_interruptible(&priv->wait_command_queue);
Zhu Yib481de92007-09-25 17:54:57 -07002520
Mohamed Abbas9bdf5ec2008-11-07 09:58:35 -08002521 /* reassociate for ADHOC mode */
2522 if (priv->vif && (priv->iw_mode == NL80211_IFTYPE_ADHOC)) {
2523 struct sk_buff *beacon = ieee80211_beacon_get(priv->hw,
2524 priv->vif);
2525 if (beacon)
Abhijeet Kolekar9944b932009-04-08 11:26:36 -07002526 iwl_mac_beacon_update(priv->hw, beacon);
Mohamed Abbas9bdf5ec2008-11-07 09:58:35 -08002527 }
2528
Abhijeet Kolekarf45c2712009-04-08 11:26:38 -07002529 if (test_and_clear_bit(STATUS_MODE_PENDING, &priv->status))
Abhijeet Kolekar727882d2009-04-08 11:26:45 -07002530 iwl_set_mode(priv, priv->iw_mode);
Abhijeet Kolekarf45c2712009-04-08 11:26:38 -07002531
Zhu Yib481de92007-09-25 17:54:57 -07002532 return;
2533
2534 restart:
2535 queue_work(priv->workqueue, &priv->restart);
2536}
2537
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002538static void iwl3945_cancel_deferred_work(struct iwl_priv *priv);
Zhu Yib481de92007-09-25 17:54:57 -07002539
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002540static void __iwl3945_down(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002541{
2542 unsigned long flags;
2543 int exit_pending = test_bit(STATUS_EXIT_PENDING, &priv->status);
2544 struct ieee80211_conf *conf = NULL;
2545
Tomas Winklere1623442009-01-27 14:27:56 -08002546 IWL_DEBUG_INFO(priv, DRV_NAME " is going down\n");
Zhu Yib481de92007-09-25 17:54:57 -07002547
2548 conf = ieee80211_get_hw_conf(priv->hw);
2549
2550 if (!exit_pending)
2551 set_bit(STATUS_EXIT_PENDING, &priv->status);
2552
Tomas Winklerc587de02009-06-03 11:44:07 -07002553 iwl_clear_stations_table(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002554
2555 /* Unblock any waiting calls */
2556 wake_up_interruptible_all(&priv->wait_command_queue);
2557
Zhu Yib481de92007-09-25 17:54:57 -07002558 /* Wipe out the EXIT_PENDING status bit if we are not actually
2559 * exiting the module */
2560 if (!exit_pending)
2561 clear_bit(STATUS_EXIT_PENDING, &priv->status);
2562
2563 /* stop and reset the on-board processor */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002564 iwl_write32(priv, CSR_RESET, CSR_RESET_REG_FLAG_NEVO_RESET);
Zhu Yib481de92007-09-25 17:54:57 -07002565
2566 /* tell the device to stop sending interrupts */
Mohamed Abbas0359fac2008-03-28 16:21:08 -07002567 spin_lock_irqsave(&priv->lock, flags);
Abhijeet Kolekared3b9322009-02-18 15:54:30 -08002568 iwl_disable_interrupts(priv);
Mohamed Abbas0359fac2008-03-28 16:21:08 -07002569 spin_unlock_irqrestore(&priv->lock, flags);
2570 iwl_synchronize_irq(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002571
2572 if (priv->mac80211_registered)
2573 ieee80211_stop_queues(priv->hw);
2574
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002575 /* If we have not previously called iwl3945_init() then
Wey-Yi Guy6da3a132009-03-26 10:14:08 -07002576 * clear all bits but the RF Kill bits and return */
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08002577 if (!iwl_is_init(priv)) {
Zhu Yib481de92007-09-25 17:54:57 -07002578 priv->status = test_bit(STATUS_RF_KILL_HW, &priv->status) <<
2579 STATUS_RF_KILL_HW |
Reinette Chatre97888642008-02-06 11:20:38 -08002580 test_bit(STATUS_GEO_CONFIGURED, &priv->status) <<
2581 STATUS_GEO_CONFIGURED |
Abhijeet Kolekarebef2002008-06-30 17:23:18 +08002582 test_bit(STATUS_EXIT_PENDING, &priv->status) <<
2583 STATUS_EXIT_PENDING;
Zhu Yib481de92007-09-25 17:54:57 -07002584 goto exit;
2585 }
2586
Wey-Yi Guy6da3a132009-03-26 10:14:08 -07002587 /* ...otherwise clear out all the status bits but the RF Kill
Johannes Berga60e77e2009-06-04 18:26:06 +02002588 * bit and continue taking the NIC down. */
Zhu Yib481de92007-09-25 17:54:57 -07002589 priv->status &= test_bit(STATUS_RF_KILL_HW, &priv->status) <<
2590 STATUS_RF_KILL_HW |
Reinette Chatre97888642008-02-06 11:20:38 -08002591 test_bit(STATUS_GEO_CONFIGURED, &priv->status) <<
2592 STATUS_GEO_CONFIGURED |
Zhu Yib481de92007-09-25 17:54:57 -07002593 test_bit(STATUS_FW_ERROR, &priv->status) <<
Abhijeet Kolekarebef2002008-06-30 17:23:18 +08002594 STATUS_FW_ERROR |
2595 test_bit(STATUS_EXIT_PENDING, &priv->status) <<
2596 STATUS_EXIT_PENDING;
Zhu Yib481de92007-09-25 17:54:57 -07002597
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002598 iwl3945_hw_txq_ctx_stop(priv);
2599 iwl3945_hw_rxq_stop(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002600
Ben Cahill309e7312009-11-06 14:53:03 -08002601 /* Power-down device's busmaster DMA clocks */
2602 iwl_write_prph(priv, APMG_CLK_DIS_REG, APMG_CLK_VAL_DMA_CLK_RQT);
Zhu Yib481de92007-09-25 17:54:57 -07002603 udelay(5);
2604
Ben Cahill4d2ccdb2009-10-09 13:20:20 -07002605 /* Stop the device, and put it in low power state */
2606 priv->cfg->ops->lib->apm_ops.stop(priv);
Abbas, Mohamede9414b62009-01-20 21:33:55 -08002607
Zhu Yib481de92007-09-25 17:54:57 -07002608 exit:
Tomas Winkler3d24a9f2008-12-19 10:37:07 +08002609 memset(&priv->card_alive, 0, sizeof(struct iwl_alive_resp));
Zhu Yib481de92007-09-25 17:54:57 -07002610
2611 if (priv->ibss_beacon)
2612 dev_kfree_skb(priv->ibss_beacon);
2613 priv->ibss_beacon = NULL;
2614
2615 /* clear out any free frames */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002616 iwl3945_clear_free_frames(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002617}
2618
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002619static void iwl3945_down(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002620{
2621 mutex_lock(&priv->mutex);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002622 __iwl3945_down(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002623 mutex_unlock(&priv->mutex);
Zhu Yib24d22b2007-12-19 13:59:52 +08002624
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002625 iwl3945_cancel_deferred_work(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002626}
2627
2628#define MAX_HW_RESTARTS 5
2629
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002630static int __iwl3945_up(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002631{
2632 int rc, i;
2633
2634 if (test_bit(STATUS_EXIT_PENDING, &priv->status)) {
Winkler, Tomas39aadf82008-12-19 10:37:32 +08002635 IWL_WARN(priv, "Exit pending; will not bring the NIC up\n");
Zhu Yib481de92007-09-25 17:54:57 -07002636 return -EIO;
2637 }
2638
Reinette Chatree903fbd2008-01-30 22:05:15 -08002639 if (!priv->ucode_data_backup.v_addr || !priv->ucode_data.v_addr) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08002640 IWL_ERR(priv, "ucode not available for device bring up\n");
Reinette Chatree903fbd2008-01-30 22:05:15 -08002641 return -EIO;
2642 }
2643
Zhu Yie655b9f2008-01-24 02:19:38 -08002644 /* If platform's RF_KILL switch is NOT set to KILL */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002645 if (iwl_read32(priv, CSR_GP_CNTRL) &
Zhu Yie655b9f2008-01-24 02:19:38 -08002646 CSR_GP_CNTRL_REG_FLAG_HW_RF_KILL_SW)
2647 clear_bit(STATUS_RF_KILL_HW, &priv->status);
2648 else {
2649 set_bit(STATUS_RF_KILL_HW, &priv->status);
Wey-Yi Guy6da3a132009-03-26 10:14:08 -07002650 IWL_WARN(priv, "Radio disabled by HW RF Kill switch\n");
2651 return -ENODEV;
Zhu Yib481de92007-09-25 17:54:57 -07002652 }
Adel Gadllah80fcc9e2008-07-01 17:49:50 +02002653
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002654 iwl_write32(priv, CSR_INT, 0xFFFFFFFF);
Zhu Yib481de92007-09-25 17:54:57 -07002655
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002656 rc = iwl3945_hw_nic_init(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002657 if (rc) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08002658 IWL_ERR(priv, "Unable to int nic\n");
Zhu Yib481de92007-09-25 17:54:57 -07002659 return rc;
2660 }
2661
2662 /* make sure rfkill handshake bits are cleared */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002663 iwl_write32(priv, CSR_UCODE_DRV_GP1_CLR, CSR_UCODE_SW_BIT_RFKILL);
2664 iwl_write32(priv, CSR_UCODE_DRV_GP1_CLR,
Zhu Yib481de92007-09-25 17:54:57 -07002665 CSR_UCODE_DRV_GP1_BIT_CMD_BLOCKED);
2666
2667 /* clear (again), then enable host interrupts */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002668 iwl_write32(priv, CSR_INT, 0xFFFFFFFF);
Abhijeet Kolekared3b9322009-02-18 15:54:30 -08002669 iwl_enable_interrupts(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002670
2671 /* really make sure rfkill handshake bits are cleared */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002672 iwl_write32(priv, CSR_UCODE_DRV_GP1_CLR, CSR_UCODE_SW_BIT_RFKILL);
2673 iwl_write32(priv, CSR_UCODE_DRV_GP1_CLR, CSR_UCODE_SW_BIT_RFKILL);
Zhu Yib481de92007-09-25 17:54:57 -07002674
2675 /* Copy original ucode data image from disk into backup cache.
2676 * This will be used to initialize the on-board processor's
2677 * data SRAM for a clean start when the runtime program first loads. */
2678 memcpy(priv->ucode_data_backup.v_addr, priv->ucode_data.v_addr,
Zhu Yi5a669262008-01-14 17:46:18 -08002679 priv->ucode_data.len);
Zhu Yib481de92007-09-25 17:54:57 -07002680
Zhu Yie655b9f2008-01-24 02:19:38 -08002681 /* We return success when we resume from suspend and rf_kill is on. */
2682 if (test_bit(STATUS_RF_KILL_HW, &priv->status))
2683 return 0;
2684
Zhu Yib481de92007-09-25 17:54:57 -07002685 for (i = 0; i < MAX_HW_RESTARTS; i++) {
2686
Tomas Winklerc587de02009-06-03 11:44:07 -07002687 iwl_clear_stations_table(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002688
2689 /* load bootstrap state machine,
2690 * load bootstrap program into processor's memory,
2691 * prepare to load the "initialize" uCode */
Kolekar, Abhijeet0164b9b2008-12-19 10:37:37 +08002692 priv->cfg->ops->lib->load_ucode(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002693
2694 if (rc) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08002695 IWL_ERR(priv,
2696 "Unable to set up bootstrap uCode: %d\n", rc);
Zhu Yib481de92007-09-25 17:54:57 -07002697 continue;
2698 }
2699
2700 /* start card; "initialize" will load runtime ucode */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002701 iwl3945_nic_start(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002702
Tomas Winklere1623442009-01-27 14:27:56 -08002703 IWL_DEBUG_INFO(priv, DRV_NAME " is coming up\n");
Zhu Yib481de92007-09-25 17:54:57 -07002704
2705 return 0;
2706 }
2707
2708 set_bit(STATUS_EXIT_PENDING, &priv->status);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002709 __iwl3945_down(priv);
Abhijeet Kolekarebef2002008-06-30 17:23:18 +08002710 clear_bit(STATUS_EXIT_PENDING, &priv->status);
Zhu Yib481de92007-09-25 17:54:57 -07002711
2712 /* tried to restart and config the device for as long as our
2713 * patience could withstand */
Winkler, Tomas15b16872008-12-19 10:37:33 +08002714 IWL_ERR(priv, "Unable to initialize device after %d attempts.\n", i);
Zhu Yib481de92007-09-25 17:54:57 -07002715 return -EIO;
2716}
2717
2718
2719/*****************************************************************************
2720 *
2721 * Workqueue callbacks
2722 *
2723 *****************************************************************************/
2724
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002725static void iwl3945_bg_init_alive_start(struct work_struct *data)
Zhu Yib481de92007-09-25 17:54:57 -07002726{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002727 struct iwl_priv *priv =
2728 container_of(data, struct iwl_priv, init_alive_start.work);
Zhu Yib481de92007-09-25 17:54:57 -07002729
2730 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
2731 return;
2732
2733 mutex_lock(&priv->mutex);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002734 iwl3945_init_alive_start(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002735 mutex_unlock(&priv->mutex);
2736}
2737
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002738static void iwl3945_bg_alive_start(struct work_struct *data)
Zhu Yib481de92007-09-25 17:54:57 -07002739{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002740 struct iwl_priv *priv =
2741 container_of(data, struct iwl_priv, alive_start.work);
Zhu Yib481de92007-09-25 17:54:57 -07002742
2743 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
2744 return;
2745
2746 mutex_lock(&priv->mutex);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002747 iwl3945_alive_start(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002748 mutex_unlock(&priv->mutex);
2749}
2750
Ben Cahill743cdf12009-10-09 13:20:26 -07002751/*
2752 * 3945 cannot interrupt driver when hardware rf kill switch toggles;
2753 * driver must poll CSR_GP_CNTRL_REG register for change. This register
2754 * *is* readable even when device has been SW_RESET into low power mode
2755 * (e.g. during RF KILL).
2756 */
Helmut Schaa26635162009-01-15 09:38:44 +01002757static void iwl3945_rfkill_poll(struct work_struct *data)
2758{
2759 struct iwl_priv *priv =
2760 container_of(data, struct iwl_priv, rfkill_poll.work);
Ben Cahill743cdf12009-10-09 13:20:26 -07002761 bool old_rfkill = test_bit(STATUS_RF_KILL_HW, &priv->status);
2762 bool new_rfkill = !(iwl_read32(priv, CSR_GP_CNTRL)
2763 & CSR_GP_CNTRL_REG_FLAG_HW_RF_KILL_SW);
Helmut Schaa26635162009-01-15 09:38:44 +01002764
Ben Cahill743cdf12009-10-09 13:20:26 -07002765 if (new_rfkill != old_rfkill) {
2766 if (new_rfkill)
2767 set_bit(STATUS_RF_KILL_HW, &priv->status);
2768 else
2769 clear_bit(STATUS_RF_KILL_HW, &priv->status);
Helmut Schaa26635162009-01-15 09:38:44 +01002770
Ben Cahill743cdf12009-10-09 13:20:26 -07002771 wiphy_rfkill_set_hw_state(priv->hw->wiphy, new_rfkill);
Helmut Schaa26635162009-01-15 09:38:44 +01002772
Ben Cahill743cdf12009-10-09 13:20:26 -07002773 IWL_DEBUG_RF_KILL(priv, "RF_KILL bit toggled to %s.\n",
2774 new_rfkill ? "disable radio" : "enable radio");
2775 }
2776
2777 /* Keep this running, even if radio now enabled. This will be
2778 * cancelled in mac_start() if system decides to start again */
Helmut Schaa26635162009-01-15 09:38:44 +01002779 queue_delayed_work(priv->workqueue, &priv->rfkill_poll,
2780 round_jiffies_relative(2 * HZ));
2781
2782}
2783
Zhu Yib481de92007-09-25 17:54:57 -07002784#define IWL_SCAN_CHECK_WATCHDOG (7 * HZ)
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002785static void iwl3945_bg_request_scan(struct work_struct *data)
Zhu Yib481de92007-09-25 17:54:57 -07002786{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002787 struct iwl_priv *priv =
2788 container_of(data, struct iwl_priv, request_scan);
Winkler, Tomasc2d79b42008-12-19 10:37:34 +08002789 struct iwl_host_cmd cmd = {
Zhu Yib481de92007-09-25 17:54:57 -07002790 .id = REPLY_SCAN_CMD,
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002791 .len = sizeof(struct iwl3945_scan_cmd),
Johannes Bergc2acea82009-07-24 11:13:05 -07002792 .flags = CMD_SIZE_HUGE,
Zhu Yib481de92007-09-25 17:54:57 -07002793 };
2794 int rc = 0;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002795 struct iwl3945_scan_cmd *scan;
Zhu Yib481de92007-09-25 17:54:57 -07002796 struct ieee80211_conf *conf = NULL;
Johannes Berg1ecf9fc2009-04-20 14:36:56 -07002797 u8 n_probes = 0;
Johannes Berg8318d782008-01-24 19:38:38 +01002798 enum ieee80211_band band;
Johannes Berg1ecf9fc2009-04-20 14:36:56 -07002799 bool is_active = false;
Zhu Yib481de92007-09-25 17:54:57 -07002800
2801 conf = ieee80211_get_hw_conf(priv->hw);
2802
2803 mutex_lock(&priv->mutex);
2804
Reinette Chatrefbc9f972009-05-15 16:13:46 -07002805 cancel_delayed_work(&priv->scan_check);
2806
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08002807 if (!iwl_is_ready(priv)) {
Winkler, Tomas39aadf82008-12-19 10:37:32 +08002808 IWL_WARN(priv, "request scan called when driver not ready.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002809 goto done;
2810 }
2811
Tomas Winklera96a27f2008-10-23 23:48:56 -07002812 /* Make sure the scan wasn't canceled before this queued work
Zhu Yib481de92007-09-25 17:54:57 -07002813 * was given the chance to run... */
2814 if (!test_bit(STATUS_SCANNING, &priv->status))
2815 goto done;
2816
2817 /* This should never be called or scheduled if there is currently
2818 * a scan active in the hardware. */
2819 if (test_bit(STATUS_SCAN_HW, &priv->status)) {
Tomas Winklere1623442009-01-27 14:27:56 -08002820 IWL_DEBUG_INFO(priv, "Multiple concurrent scan requests "
2821 "Ignoring second request.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002822 rc = -EIO;
2823 goto done;
2824 }
2825
2826 if (test_bit(STATUS_EXIT_PENDING, &priv->status)) {
Tomas Winklere1623442009-01-27 14:27:56 -08002827 IWL_DEBUG_SCAN(priv, "Aborting scan due to device shutdown\n");
Zhu Yib481de92007-09-25 17:54:57 -07002828 goto done;
2829 }
2830
2831 if (test_bit(STATUS_SCAN_ABORTING, &priv->status)) {
Tomas Winklere1623442009-01-27 14:27:56 -08002832 IWL_DEBUG_HC(priv,
2833 "Scan request while abort pending. Queuing.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002834 goto done;
2835 }
2836
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08002837 if (iwl_is_rfkill(priv)) {
Tomas Winklere1623442009-01-27 14:27:56 -08002838 IWL_DEBUG_HC(priv, "Aborting scan due to RF Kill activation\n");
Zhu Yib481de92007-09-25 17:54:57 -07002839 goto done;
2840 }
2841
2842 if (!test_bit(STATUS_READY, &priv->status)) {
Tomas Winklere1623442009-01-27 14:27:56 -08002843 IWL_DEBUG_HC(priv,
2844 "Scan request while uninitialized. Queuing.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002845 goto done;
2846 }
2847
2848 if (!priv->scan_bands) {
Tomas Winklere1623442009-01-27 14:27:56 -08002849 IWL_DEBUG_HC(priv, "Aborting scan due to no requested bands\n");
Zhu Yib481de92007-09-25 17:54:57 -07002850 goto done;
2851 }
2852
Winkler, Tomas805cee52009-01-19 15:30:28 -08002853 if (!priv->scan) {
2854 priv->scan = kmalloc(sizeof(struct iwl3945_scan_cmd) +
Zhu Yib481de92007-09-25 17:54:57 -07002855 IWL_MAX_SCAN_SIZE, GFP_KERNEL);
Winkler, Tomas805cee52009-01-19 15:30:28 -08002856 if (!priv->scan) {
Zhu Yib481de92007-09-25 17:54:57 -07002857 rc = -ENOMEM;
2858 goto done;
2859 }
2860 }
Winkler, Tomas805cee52009-01-19 15:30:28 -08002861 scan = priv->scan;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002862 memset(scan, 0, sizeof(struct iwl3945_scan_cmd) + IWL_MAX_SCAN_SIZE);
Zhu Yib481de92007-09-25 17:54:57 -07002863
2864 scan->quiet_plcp_th = IWL_PLCP_QUIET_THRESH;
2865 scan->quiet_time = IWL_ACTIVE_QUIET_TIME;
2866
Samuel Ortiz8ccde882009-01-27 14:27:52 -08002867 if (iwl_is_associated(priv)) {
Zhu Yib481de92007-09-25 17:54:57 -07002868 u16 interval = 0;
2869 u32 extra;
2870 u32 suspend_time = 100;
2871 u32 scan_suspend_time = 100;
2872 unsigned long flags;
2873
Tomas Winklere1623442009-01-27 14:27:56 -08002874 IWL_DEBUG_INFO(priv, "Scanning while associated...\n");
Zhu Yib481de92007-09-25 17:54:57 -07002875
2876 spin_lock_irqsave(&priv->lock, flags);
2877 interval = priv->beacon_int;
2878 spin_unlock_irqrestore(&priv->lock, flags);
2879
2880 scan->suspend_time = 0;
Mohamed Abbas15e869d2007-10-25 17:15:46 +08002881 scan->max_out_time = cpu_to_le32(200 * 1024);
Zhu Yib481de92007-09-25 17:54:57 -07002882 if (!interval)
2883 interval = suspend_time;
2884 /*
2885 * suspend time format:
2886 * 0-19: beacon interval in usec (time before exec.)
2887 * 20-23: 0
2888 * 24-31: number of beacons (suspend between channels)
2889 */
2890
2891 extra = (suspend_time / interval) << 24;
2892 scan_suspend_time = 0xFF0FFFFF &
2893 (extra | ((suspend_time % interval) * 1024));
2894
2895 scan->suspend_time = cpu_to_le32(scan_suspend_time);
Tomas Winklere1623442009-01-27 14:27:56 -08002896 IWL_DEBUG_SCAN(priv, "suspend_time 0x%X beacon interval %d\n",
Zhu Yib481de92007-09-25 17:54:57 -07002897 scan_suspend_time, interval);
2898 }
2899
Johannes Berg1ecf9fc2009-04-20 14:36:56 -07002900 if (priv->scan_request->n_ssids) {
2901 int i, p = 0;
2902 IWL_DEBUG_SCAN(priv, "Kicking off active scan\n");
2903 for (i = 0; i < priv->scan_request->n_ssids; i++) {
2904 /* always does wildcard anyway */
2905 if (!priv->scan_request->ssids[i].ssid_len)
2906 continue;
2907 scan->direct_scan[p].id = WLAN_EID_SSID;
2908 scan->direct_scan[p].len =
2909 priv->scan_request->ssids[i].ssid_len;
2910 memcpy(scan->direct_scan[p].ssid,
2911 priv->scan_request->ssids[i].ssid,
2912 priv->scan_request->ssids[i].ssid_len);
2913 n_probes++;
2914 p++;
2915 }
2916 is_active = true;
Abhijeet Kolekarf9340522008-09-03 11:26:58 +08002917 } else
Johannes Berg1ecf9fc2009-04-20 14:36:56 -07002918 IWL_DEBUG_SCAN(priv, "Kicking off passive scan.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002919
2920 /* We don't build a direct scan probe request; the uCode will do
2921 * that based on the direct_mask added to each channel entry */
Zhu Yib481de92007-09-25 17:54:57 -07002922 scan->tx_cmd.tx_flags = TX_CMD_FLG_SEQ_CTL_MSK;
Abhijeet Kolekar3832ec92008-12-19 10:37:26 +08002923 scan->tx_cmd.sta_id = priv->hw_params.bcast_sta_id;
Zhu Yib481de92007-09-25 17:54:57 -07002924 scan->tx_cmd.stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE;
2925
2926 /* flags + rate selection */
2927
Ron Rindjunsky66b50042008-06-25 16:46:31 +08002928 if (priv->scan_bands & BIT(IEEE80211_BAND_2GHZ)) {
Zhu Yib481de92007-09-25 17:54:57 -07002929 scan->flags = RXON_FLG_BAND_24G_MSK | RXON_FLG_AUTO_DETECT_MSK;
2930 scan->tx_cmd.rate = IWL_RATE_1M_PLCP;
2931 scan->good_CRC_th = 0;
Johannes Berg8318d782008-01-24 19:38:38 +01002932 band = IEEE80211_BAND_2GHZ;
Ron Rindjunsky66b50042008-06-25 16:46:31 +08002933 } else if (priv->scan_bands & BIT(IEEE80211_BAND_5GHZ)) {
Zhu Yib481de92007-09-25 17:54:57 -07002934 scan->tx_cmd.rate = IWL_RATE_6M_PLCP;
Johannes Bergb097ad22009-04-20 14:36:57 -07002935 /*
2936 * If active scaning is requested but a certain channel
2937 * is marked passive, we can do active scanning if we
2938 * detect transmissions.
2939 */
2940 scan->good_CRC_th = is_active ? IWL_GOOD_CRC_TH : 0;
Johannes Berg8318d782008-01-24 19:38:38 +01002941 band = IEEE80211_BAND_5GHZ;
Ron Rindjunsky66b50042008-06-25 16:46:31 +08002942 } else {
Winkler, Tomas39aadf82008-12-19 10:37:32 +08002943 IWL_WARN(priv, "Invalid scan band count\n");
Zhu Yib481de92007-09-25 17:54:57 -07002944 goto done;
2945 }
2946
Samuel Ortiz77fecfb82009-01-23 13:45:12 -08002947 scan->tx_cmd.len = cpu_to_le16(
Johannes Berg1ecf9fc2009-04-20 14:36:56 -07002948 iwl_fill_probe_req(priv,
2949 (struct ieee80211_mgmt *)scan->data,
2950 priv->scan_request->ie,
2951 priv->scan_request->ie_len,
2952 IWL_MAX_SCAN_SIZE - sizeof(*scan)));
Samuel Ortiz77fecfb82009-01-23 13:45:12 -08002953
Zhu Yib481de92007-09-25 17:54:57 -07002954 /* select Rx antennas */
2955 scan->flags |= iwl3945_get_antenna_flags(priv);
2956
Wey-Yi Guy279b05d2009-04-20 14:37:00 -07002957 if (iwl_is_monitor_mode(priv))
Zhu Yib481de92007-09-25 17:54:57 -07002958 scan->filter_flags = RXON_FILTER_PROMISC_MSK;
2959
Abhijeet Kolekarf9340522008-09-03 11:26:58 +08002960 scan->channel_count =
Johannes Berg1ecf9fc2009-04-20 14:36:56 -07002961 iwl3945_get_channels_for_scan(priv, band, is_active, n_probes,
Abhijeet Kolekarf9340522008-09-03 11:26:58 +08002962 (void *)&scan->data[le16_to_cpu(scan->tx_cmd.len)]);
Zhu Yib481de92007-09-25 17:54:57 -07002963
Reinette Chatre14b54332008-11-04 12:21:35 -08002964 if (scan->channel_count == 0) {
Tomas Winklere1623442009-01-27 14:27:56 -08002965 IWL_DEBUG_SCAN(priv, "channel count %d\n", scan->channel_count);
Reinette Chatre14b54332008-11-04 12:21:35 -08002966 goto done;
2967 }
2968
Zhu Yib481de92007-09-25 17:54:57 -07002969 cmd.len += le16_to_cpu(scan->tx_cmd.len) +
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002970 scan->channel_count * sizeof(struct iwl3945_scan_channel);
Zhu Yib481de92007-09-25 17:54:57 -07002971 cmd.data = scan;
2972 scan->len = cpu_to_le16(cmd.len);
2973
2974 set_bit(STATUS_SCAN_HW, &priv->status);
Samuel Ortiz518099a2009-01-19 15:30:27 -08002975 rc = iwl_send_cmd_sync(priv, &cmd);
Zhu Yib481de92007-09-25 17:54:57 -07002976 if (rc)
2977 goto done;
2978
2979 queue_delayed_work(priv->workqueue, &priv->scan_check,
2980 IWL_SCAN_CHECK_WATCHDOG);
2981
2982 mutex_unlock(&priv->mutex);
2983 return;
2984
2985 done:
Mohamed Abbas2420ebc2008-11-04 12:21:34 -08002986 /* can not perform scan make sure we clear scanning
2987 * bits from status so next scan request can be performed.
2988 * if we dont clear scanning status bit here all next scan
2989 * will fail
2990 */
2991 clear_bit(STATUS_SCAN_HW, &priv->status);
2992 clear_bit(STATUS_SCANNING, &priv->status);
2993
Ian Schram01ebd062007-10-25 17:15:22 +08002994 /* inform mac80211 scan aborted */
Zhu Yib481de92007-09-25 17:54:57 -07002995 queue_work(priv->workqueue, &priv->scan_completed);
2996 mutex_unlock(&priv->mutex);
2997}
2998
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002999static void iwl3945_bg_up(struct work_struct *data)
Zhu Yib481de92007-09-25 17:54:57 -07003000{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003001 struct iwl_priv *priv = container_of(data, struct iwl_priv, up);
Zhu Yib481de92007-09-25 17:54:57 -07003002
3003 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
3004 return;
3005
3006 mutex_lock(&priv->mutex);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003007 __iwl3945_up(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003008 mutex_unlock(&priv->mutex);
3009}
3010
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003011static void iwl3945_bg_restart(struct work_struct *data)
Zhu Yib481de92007-09-25 17:54:57 -07003012{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003013 struct iwl_priv *priv = container_of(data, struct iwl_priv, restart);
Zhu Yib481de92007-09-25 17:54:57 -07003014
3015 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
3016 return;
3017
Johannes Berg19cc1082009-05-08 13:44:36 -07003018 if (test_and_clear_bit(STATUS_FW_ERROR, &priv->status)) {
3019 mutex_lock(&priv->mutex);
3020 priv->vif = NULL;
3021 priv->is_open = 0;
3022 mutex_unlock(&priv->mutex);
3023 iwl3945_down(priv);
3024 ieee80211_restart_hw(priv->hw);
3025 } else {
3026 iwl3945_down(priv);
3027 queue_work(priv->workqueue, &priv->up);
3028 }
Zhu Yib481de92007-09-25 17:54:57 -07003029}
3030
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003031static void iwl3945_bg_rx_replenish(struct work_struct *data)
Zhu Yib481de92007-09-25 17:54:57 -07003032{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003033 struct iwl_priv *priv =
3034 container_of(data, struct iwl_priv, rx_replenish);
Zhu Yib481de92007-09-25 17:54:57 -07003035
3036 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
3037 return;
3038
3039 mutex_lock(&priv->mutex);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003040 iwl3945_rx_replenish(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003041 mutex_unlock(&priv->mutex);
3042}
3043
Mohamed Abbas7878a5a2007-11-29 11:10:13 +08003044#define IWL_DELAY_NEXT_SCAN (HZ*2)
3045
Abhijeet Kolekar5bbe2332009-04-08 11:26:35 -07003046void iwl3945_post_associate(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07003047{
Zhu Yib481de92007-09-25 17:54:57 -07003048 int rc = 0;
3049 struct ieee80211_conf *conf = NULL;
3050
Johannes Berg05c914f2008-09-11 00:01:58 +02003051 if (priv->iw_mode == NL80211_IFTYPE_AP) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08003052 IWL_ERR(priv, "%s Should not be called in AP mode\n", __func__);
Zhu Yib481de92007-09-25 17:54:57 -07003053 return;
3054 }
3055
3056
Tomas Winklere1623442009-01-27 14:27:56 -08003057 IWL_DEBUG_ASSOC(priv, "Associated as %d to: %pM\n",
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003058 priv->assoc_id, priv->active_rxon.bssid_addr);
Zhu Yib481de92007-09-25 17:54:57 -07003059
3060 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
3061 return;
3062
Abhijeet Kolekar322a9812008-09-03 11:26:27 +08003063 if (!priv->vif || !priv->is_open)
Mohamed Abbas6ef89d02007-10-25 17:15:47 +08003064 return;
Abhijeet Kolekar322a9812008-09-03 11:26:27 +08003065
Winkler, Tomasaf0053d2009-01-19 15:30:23 -08003066 iwl_scan_cancel_timeout(priv, 200);
Mohamed Abbas15e869d2007-10-25 17:15:46 +08003067
Zhu Yib481de92007-09-25 17:54:57 -07003068 conf = ieee80211_get_hw_conf(priv->hw);
3069
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003070 priv->staging_rxon.filter_flags &= ~RXON_FILTER_ASSOC_MSK;
Abhijeet Kolekare0158e62009-04-08 11:26:37 -07003071 iwlcore_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003072
Tomas Winkler28afaf92008-12-19 10:37:06 +08003073 memset(&priv->rxon_timing, 0, sizeof(struct iwl_rxon_time_cmd));
Tomas Winkler2c2f3b32009-06-19 13:52:45 -07003074 iwl_setup_rxon_timing(priv);
Samuel Ortiz518099a2009-01-19 15:30:27 -08003075 rc = iwl_send_cmd_pdu(priv, REPLY_RXON_TIMING,
Zhu Yib481de92007-09-25 17:54:57 -07003076 sizeof(priv->rxon_timing), &priv->rxon_timing);
3077 if (rc)
Winkler, Tomas39aadf82008-12-19 10:37:32 +08003078 IWL_WARN(priv, "REPLY_RXON_TIMING failed - "
Zhu Yib481de92007-09-25 17:54:57 -07003079 "Attempting to continue.\n");
3080
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003081 priv->staging_rxon.filter_flags |= RXON_FILTER_ASSOC_MSK;
Zhu Yib481de92007-09-25 17:54:57 -07003082
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003083 priv->staging_rxon.assoc_id = cpu_to_le16(priv->assoc_id);
Zhu Yib481de92007-09-25 17:54:57 -07003084
Tomas Winklere1623442009-01-27 14:27:56 -08003085 IWL_DEBUG_ASSOC(priv, "assoc id %d beacon interval %d\n",
Zhu Yib481de92007-09-25 17:54:57 -07003086 priv->assoc_id, priv->beacon_int);
3087
3088 if (priv->assoc_capability & WLAN_CAPABILITY_SHORT_PREAMBLE)
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003089 priv->staging_rxon.flags |= RXON_FLG_SHORT_PREAMBLE_MSK;
Zhu Yib481de92007-09-25 17:54:57 -07003090 else
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003091 priv->staging_rxon.flags &= ~RXON_FLG_SHORT_PREAMBLE_MSK;
Zhu Yib481de92007-09-25 17:54:57 -07003092
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003093 if (priv->staging_rxon.flags & RXON_FLG_BAND_24G_MSK) {
Zhu Yib481de92007-09-25 17:54:57 -07003094 if (priv->assoc_capability & WLAN_CAPABILITY_SHORT_SLOT_TIME)
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003095 priv->staging_rxon.flags |= RXON_FLG_SHORT_SLOT_MSK;
Zhu Yib481de92007-09-25 17:54:57 -07003096 else
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003097 priv->staging_rxon.flags &= ~RXON_FLG_SHORT_SLOT_MSK;
Zhu Yib481de92007-09-25 17:54:57 -07003098
Johannes Berg05c914f2008-09-11 00:01:58 +02003099 if (priv->iw_mode == NL80211_IFTYPE_ADHOC)
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003100 priv->staging_rxon.flags &= ~RXON_FLG_SHORT_SLOT_MSK;
Zhu Yib481de92007-09-25 17:54:57 -07003101
3102 }
3103
Abhijeet Kolekare0158e62009-04-08 11:26:37 -07003104 iwlcore_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003105
3106 switch (priv->iw_mode) {
Johannes Berg05c914f2008-09-11 00:01:58 +02003107 case NL80211_IFTYPE_STATION:
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003108 iwl3945_rate_scale_init(priv->hw, IWL_AP_ID);
Zhu Yib481de92007-09-25 17:54:57 -07003109 break;
3110
Johannes Berg05c914f2008-09-11 00:01:58 +02003111 case NL80211_IFTYPE_ADHOC:
Zhu Yib481de92007-09-25 17:54:57 -07003112
Abhijeet Kolekarce546fd2008-11-19 15:32:22 -08003113 priv->assoc_id = 1;
Tomas Winklerc587de02009-06-03 11:44:07 -07003114 iwl_add_station(priv, priv->bssid, 0, CMD_SYNC, NULL);
Zhu Yib481de92007-09-25 17:54:57 -07003115 iwl3945_sync_sta(priv, IWL_STA_ID,
Johannes Berg8318d782008-01-24 19:38:38 +01003116 (priv->band == IEEE80211_BAND_5GHZ) ?
Zhu Yib481de92007-09-25 17:54:57 -07003117 IWL_RATE_6M_PLCP : IWL_RATE_1M_PLCP,
3118 CMD_ASYNC);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003119 iwl3945_rate_scale_init(priv->hw, IWL_STA_ID);
3120 iwl3945_send_beacon_cmd(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003121
3122 break;
3123
3124 default:
Winkler, Tomas15b16872008-12-19 10:37:33 +08003125 IWL_ERR(priv, "%s Should not be called in %d mode\n",
Tomas Winkler3ac7f142008-07-21 02:40:14 +03003126 __func__, priv->iw_mode);
Zhu Yib481de92007-09-25 17:54:57 -07003127 break;
3128 }
3129
Abhijeet Kolekar14d2aac2009-02-27 16:21:24 -08003130 iwl_activate_qos(priv, 0);
Ron Rindjunsky292ae172008-02-06 11:20:39 -08003131
Mohamed Abbas7878a5a2007-11-29 11:10:13 +08003132 /* we have just associated, don't start scan too early */
3133 priv->next_scan_jiffies = jiffies + IWL_DELAY_NEXT_SCAN;
Abhijeet Kolekarcd56d332008-09-03 11:26:21 +08003134}
3135
Zhu Yib481de92007-09-25 17:54:57 -07003136/*****************************************************************************
3137 *
3138 * mac80211 entry point functions
3139 *
3140 *****************************************************************************/
3141
Zhu Yi5a669262008-01-14 17:46:18 -08003142#define UCODE_READY_TIMEOUT (2 * HZ)
3143
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003144static int iwl3945_mac_start(struct ieee80211_hw *hw)
Zhu Yib481de92007-09-25 17:54:57 -07003145{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003146 struct iwl_priv *priv = hw->priv;
Zhu Yi5a669262008-01-14 17:46:18 -08003147 int ret;
Zhu Yib481de92007-09-25 17:54:57 -07003148
Tomas Winklere1623442009-01-27 14:27:56 -08003149 IWL_DEBUG_MAC80211(priv, "enter\n");
Zhu Yib481de92007-09-25 17:54:57 -07003150
3151 /* we should be verifying the device is ready to be opened */
3152 mutex_lock(&priv->mutex);
3153
Zhu Yi5a669262008-01-14 17:46:18 -08003154 /* fetch ucode file from disk, alloc and copy to bus-master buffers ...
3155 * ucode filename and max sizes are card-specific. */
3156
3157 if (!priv->ucode_code.len) {
3158 ret = iwl3945_read_ucode(priv);
3159 if (ret) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08003160 IWL_ERR(priv, "Could not read microcode: %d\n", ret);
Zhu Yi5a669262008-01-14 17:46:18 -08003161 mutex_unlock(&priv->mutex);
3162 goto out_release_irq;
3163 }
3164 }
3165
Zhu Yie655b9f2008-01-24 02:19:38 -08003166 ret = __iwl3945_up(priv);
Zhu Yi5a669262008-01-14 17:46:18 -08003167
Zhu Yib481de92007-09-25 17:54:57 -07003168 mutex_unlock(&priv->mutex);
Zhu Yi5a669262008-01-14 17:46:18 -08003169
Zhu Yie655b9f2008-01-24 02:19:38 -08003170 if (ret)
3171 goto out_release_irq;
3172
Tomas Winklere1623442009-01-27 14:27:56 -08003173 IWL_DEBUG_INFO(priv, "Start UP work.\n");
Zhu Yie655b9f2008-01-24 02:19:38 -08003174
Zhu Yi5a669262008-01-14 17:46:18 -08003175 /* Wait for START_ALIVE from ucode. Otherwise callbacks from
3176 * mac80211 will not be run successfully. */
3177 ret = wait_event_interruptible_timeout(priv->wait_command_queue,
3178 test_bit(STATUS_READY, &priv->status),
3179 UCODE_READY_TIMEOUT);
3180 if (!ret) {
3181 if (!test_bit(STATUS_READY, &priv->status)) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08003182 IWL_ERR(priv,
3183 "Wait for START_ALIVE timeout after %dms.\n",
3184 jiffies_to_msecs(UCODE_READY_TIMEOUT));
Zhu Yi5a669262008-01-14 17:46:18 -08003185 ret = -ETIMEDOUT;
3186 goto out_release_irq;
3187 }
3188 }
3189
Helmut Schaa26635162009-01-15 09:38:44 +01003190 /* ucode is running and will send rfkill notifications,
3191 * no need to poll the killswitch state anymore */
3192 cancel_delayed_work(&priv->rfkill_poll);
3193
Johannes Berge932a602009-10-02 13:44:03 -07003194 iwl_led_start(priv);
3195
Zhu Yie655b9f2008-01-24 02:19:38 -08003196 priv->is_open = 1;
Tomas Winklere1623442009-01-27 14:27:56 -08003197 IWL_DEBUG_MAC80211(priv, "leave\n");
Zhu Yib481de92007-09-25 17:54:57 -07003198 return 0;
Zhu Yi5a669262008-01-14 17:46:18 -08003199
3200out_release_irq:
Zhu Yie655b9f2008-01-24 02:19:38 -08003201 priv->is_open = 0;
Tomas Winklere1623442009-01-27 14:27:56 -08003202 IWL_DEBUG_MAC80211(priv, "leave - failed\n");
Zhu Yi5a669262008-01-14 17:46:18 -08003203 return ret;
Zhu Yib481de92007-09-25 17:54:57 -07003204}
3205
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003206static void iwl3945_mac_stop(struct ieee80211_hw *hw)
Zhu Yib481de92007-09-25 17:54:57 -07003207{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003208 struct iwl_priv *priv = hw->priv;
Zhu Yib481de92007-09-25 17:54:57 -07003209
Tomas Winklere1623442009-01-27 14:27:56 -08003210 IWL_DEBUG_MAC80211(priv, "enter\n");
Mohamed Abbas6ef89d02007-10-25 17:15:47 +08003211
Zhu Yie655b9f2008-01-24 02:19:38 -08003212 if (!priv->is_open) {
Tomas Winklere1623442009-01-27 14:27:56 -08003213 IWL_DEBUG_MAC80211(priv, "leave - skip\n");
Zhu Yie655b9f2008-01-24 02:19:38 -08003214 return;
3215 }
3216
Zhu Yib481de92007-09-25 17:54:57 -07003217 priv->is_open = 0;
Zhu Yi5a669262008-01-14 17:46:18 -08003218
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08003219 if (iwl_is_ready_rf(priv)) {
Zhu Yie655b9f2008-01-24 02:19:38 -08003220 /* stop mac, cancel any scan request and clear
3221 * RXON_FILTER_ASSOC_MSK BIT
3222 */
Zhu Yi5a669262008-01-14 17:46:18 -08003223 mutex_lock(&priv->mutex);
Winkler, Tomasaf0053d2009-01-19 15:30:23 -08003224 iwl_scan_cancel_timeout(priv, 100);
Mohamed Abbasfde35712007-11-29 11:10:15 +08003225 mutex_unlock(&priv->mutex);
Mohamed Abbasfde35712007-11-29 11:10:15 +08003226 }
3227
Zhu Yi5a669262008-01-14 17:46:18 -08003228 iwl3945_down(priv);
3229
3230 flush_workqueue(priv->workqueue);
Helmut Schaa26635162009-01-15 09:38:44 +01003231
3232 /* start polling the killswitch state again */
3233 queue_delayed_work(priv->workqueue, &priv->rfkill_poll,
3234 round_jiffies_relative(2 * HZ));
Mohamed Abbas6ef89d02007-10-25 17:15:47 +08003235
Tomas Winklere1623442009-01-27 14:27:56 -08003236 IWL_DEBUG_MAC80211(priv, "leave\n");
Zhu Yib481de92007-09-25 17:54:57 -07003237}
3238
Johannes Berge039fa42008-05-15 12:55:29 +02003239static int iwl3945_mac_tx(struct ieee80211_hw *hw, struct sk_buff *skb)
Zhu Yib481de92007-09-25 17:54:57 -07003240{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003241 struct iwl_priv *priv = hw->priv;
Zhu Yib481de92007-09-25 17:54:57 -07003242
Tomas Winklere1623442009-01-27 14:27:56 -08003243 IWL_DEBUG_MAC80211(priv, "enter\n");
Zhu Yib481de92007-09-25 17:54:57 -07003244
Tomas Winklere1623442009-01-27 14:27:56 -08003245 IWL_DEBUG_TX(priv, "dev->xmit(%d bytes) at rate 0x%02x\n", skb->len,
Johannes Berge039fa42008-05-15 12:55:29 +02003246 ieee80211_get_tx_rate(hw, IEEE80211_SKB_CB(skb))->bitrate);
Zhu Yib481de92007-09-25 17:54:57 -07003247
Johannes Berge039fa42008-05-15 12:55:29 +02003248 if (iwl3945_tx_skb(priv, skb))
Zhu Yib481de92007-09-25 17:54:57 -07003249 dev_kfree_skb_any(skb);
3250
Tomas Winklere1623442009-01-27 14:27:56 -08003251 IWL_DEBUG_MAC80211(priv, "leave\n");
Reinette Chatre637f8832009-01-19 15:30:32 -08003252 return NETDEV_TX_OK;
Zhu Yib481de92007-09-25 17:54:57 -07003253}
3254
Abhijeet Kolekar60690a62009-04-08 11:26:49 -07003255void iwl3945_config_ap(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07003256{
3257 int rc = 0;
3258
Maarten Lankhorstd986bcd2008-01-23 10:15:16 -08003259 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
Zhu Yib481de92007-09-25 17:54:57 -07003260 return;
3261
3262 /* The following should be done only at AP bring up */
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003263 if (!(iwl_is_associated(priv))) {
Zhu Yib481de92007-09-25 17:54:57 -07003264
3265 /* RXON - unassoc (to set timing command) */
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003266 priv->staging_rxon.filter_flags &= ~RXON_FILTER_ASSOC_MSK;
Abhijeet Kolekare0158e62009-04-08 11:26:37 -07003267 iwlcore_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003268
3269 /* RXON Timing */
Tomas Winkler28afaf92008-12-19 10:37:06 +08003270 memset(&priv->rxon_timing, 0, sizeof(struct iwl_rxon_time_cmd));
Tomas Winkler2c2f3b32009-06-19 13:52:45 -07003271 iwl_setup_rxon_timing(priv);
Samuel Ortiz518099a2009-01-19 15:30:27 -08003272 rc = iwl_send_cmd_pdu(priv, REPLY_RXON_TIMING,
3273 sizeof(priv->rxon_timing),
3274 &priv->rxon_timing);
Zhu Yib481de92007-09-25 17:54:57 -07003275 if (rc)
Winkler, Tomas39aadf82008-12-19 10:37:32 +08003276 IWL_WARN(priv, "REPLY_RXON_TIMING failed - "
Zhu Yib481de92007-09-25 17:54:57 -07003277 "Attempting to continue.\n");
3278
3279 /* FIXME: what should be the assoc_id for AP? */
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003280 priv->staging_rxon.assoc_id = cpu_to_le16(priv->assoc_id);
Zhu Yib481de92007-09-25 17:54:57 -07003281 if (priv->assoc_capability & WLAN_CAPABILITY_SHORT_PREAMBLE)
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003282 priv->staging_rxon.flags |=
Zhu Yib481de92007-09-25 17:54:57 -07003283 RXON_FLG_SHORT_PREAMBLE_MSK;
3284 else
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003285 priv->staging_rxon.flags &=
Zhu Yib481de92007-09-25 17:54:57 -07003286 ~RXON_FLG_SHORT_PREAMBLE_MSK;
3287
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003288 if (priv->staging_rxon.flags & RXON_FLG_BAND_24G_MSK) {
Zhu Yib481de92007-09-25 17:54:57 -07003289 if (priv->assoc_capability &
3290 WLAN_CAPABILITY_SHORT_SLOT_TIME)
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003291 priv->staging_rxon.flags |=
Zhu Yib481de92007-09-25 17:54:57 -07003292 RXON_FLG_SHORT_SLOT_MSK;
3293 else
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003294 priv->staging_rxon.flags &=
Zhu Yib481de92007-09-25 17:54:57 -07003295 ~RXON_FLG_SHORT_SLOT_MSK;
3296
Johannes Berg05c914f2008-09-11 00:01:58 +02003297 if (priv->iw_mode == NL80211_IFTYPE_ADHOC)
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003298 priv->staging_rxon.flags &=
Zhu Yib481de92007-09-25 17:54:57 -07003299 ~RXON_FLG_SHORT_SLOT_MSK;
3300 }
3301 /* restore RXON assoc */
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003302 priv->staging_rxon.filter_flags |= RXON_FILTER_ASSOC_MSK;
Abhijeet Kolekare0158e62009-04-08 11:26:37 -07003303 iwlcore_commit_rxon(priv);
Tomas Winklerc587de02009-06-03 11:44:07 -07003304 iwl_add_station(priv, iwl_bcast_addr, 0, CMD_SYNC, NULL);
Zhu Yi556f8db2007-09-27 11:27:33 +08003305 }
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003306 iwl3945_send_beacon_cmd(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003307
3308 /* FIXME - we need to add code here to detect a totally new
3309 * configuration, reset the AP, unassoc, rxon timing, assoc,
3310 * clear sta table, add BCAST sta... */
3311}
3312
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003313static int iwl3945_mac_set_key(struct ieee80211_hw *hw, enum set_key_cmd cmd,
Johannes Bergdc822b52008-12-29 12:55:09 +01003314 struct ieee80211_vif *vif,
3315 struct ieee80211_sta *sta,
3316 struct ieee80211_key_conf *key)
Zhu Yib481de92007-09-25 17:54:57 -07003317{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003318 struct iwl_priv *priv = hw->priv;
Johannes Bergdc822b52008-12-29 12:55:09 +01003319 const u8 *addr;
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -08003320 int ret = 0;
3321 u8 sta_id = IWL_INVALID_STATION;
3322 u8 static_key;
Zhu Yib481de92007-09-25 17:54:57 -07003323
Tomas Winklere1623442009-01-27 14:27:56 -08003324 IWL_DEBUG_MAC80211(priv, "enter\n");
Zhu Yib481de92007-09-25 17:54:57 -07003325
Kolekar, Abhijeetdf878d82008-12-19 10:37:35 +08003326 if (iwl3945_mod_params.sw_crypto) {
Tomas Winklere1623442009-01-27 14:27:56 -08003327 IWL_DEBUG_MAC80211(priv, "leave - hwcrypto disabled\n");
Zhu Yib481de92007-09-25 17:54:57 -07003328 return -EOPNOTSUPP;
3329 }
3330
Winkler, Tomas42986792009-01-19 15:30:22 -08003331 addr = sta ? sta->addr : iwl_bcast_addr;
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -08003332 static_key = !iwl_is_associated(priv);
3333
3334 if (!static_key) {
Tomas Winklerc587de02009-06-03 11:44:07 -07003335 sta_id = iwl_find_station(priv, addr);
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -08003336 if (sta_id == IWL_INVALID_STATION) {
Joe Perches12514392009-04-16 16:23:26 -07003337 IWL_DEBUG_MAC80211(priv, "leave - %pM not in station map.\n",
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -08003338 addr);
3339 return -EINVAL;
3340 }
Zhu Yib481de92007-09-25 17:54:57 -07003341 }
3342
3343 mutex_lock(&priv->mutex);
Winkler, Tomasaf0053d2009-01-19 15:30:23 -08003344 iwl_scan_cancel_timeout(priv, 100);
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -08003345 mutex_unlock(&priv->mutex);
Mohamed Abbas15e869d2007-10-25 17:15:46 +08003346
Zhu Yib481de92007-09-25 17:54:57 -07003347 switch (cmd) {
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -08003348 case SET_KEY:
3349 if (static_key)
3350 ret = iwl3945_set_static_key(priv, key);
3351 else
3352 ret = iwl3945_set_dynamic_key(priv, key, sta_id);
3353 IWL_DEBUG_MAC80211(priv, "enable hwcrypto key\n");
Zhu Yib481de92007-09-25 17:54:57 -07003354 break;
3355 case DISABLE_KEY:
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -08003356 if (static_key)
3357 ret = iwl3945_remove_static_key(priv);
3358 else
3359 ret = iwl3945_clear_sta_key_info(priv, sta_id);
3360 IWL_DEBUG_MAC80211(priv, "disable hwcrypto key\n");
Zhu Yib481de92007-09-25 17:54:57 -07003361 break;
3362 default:
Winkler, Tomas42986792009-01-19 15:30:22 -08003363 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07003364 }
3365
Tomas Winklere1623442009-01-27 14:27:56 -08003366 IWL_DEBUG_MAC80211(priv, "leave\n");
Zhu Yib481de92007-09-25 17:54:57 -07003367
Winkler, Tomas42986792009-01-19 15:30:22 -08003368 return ret;
Zhu Yib481de92007-09-25 17:54:57 -07003369}
3370
Zhu Yib481de92007-09-25 17:54:57 -07003371/*****************************************************************************
3372 *
3373 * sysfs attributes
3374 *
3375 *****************************************************************************/
3376
Samuel Ortizd08853a2009-01-23 13:45:17 -08003377#ifdef CONFIG_IWLWIFI_DEBUG
Zhu Yib481de92007-09-25 17:54:57 -07003378
3379/*
3380 * The following adds a new attribute to the sysfs representation
3381 * of this device driver (i.e. a new file in /sys/bus/pci/drivers/iwl/)
3382 * used for controlling the debug level.
3383 *
3384 * See the level definitions in iwl for details.
Reinette Chatrea562a9d2009-07-17 09:30:24 -07003385 *
Reinette Chatre3d816c72009-08-07 15:41:37 -07003386 * The debug_level being managed using sysfs below is a per device debug
3387 * level that is used instead of the global debug level if it (the per
3388 * device debug level) is set.
Zhu Yib481de92007-09-25 17:54:57 -07003389 */
Samuel Ortiz40b8ec02008-12-19 10:37:08 +08003390static ssize_t show_debug_level(struct device *d,
3391 struct device_attribute *attr, char *buf)
Zhu Yib481de92007-09-25 17:54:57 -07003392{
Reinette Chatre3d816c72009-08-07 15:41:37 -07003393 struct iwl_priv *priv = dev_get_drvdata(d);
3394 return sprintf(buf, "0x%08X\n", iwl_get_debug_level(priv));
Zhu Yib481de92007-09-25 17:54:57 -07003395}
Samuel Ortiz40b8ec02008-12-19 10:37:08 +08003396static ssize_t store_debug_level(struct device *d,
3397 struct device_attribute *attr,
Zhu Yib481de92007-09-25 17:54:57 -07003398 const char *buf, size_t count)
3399{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003400 struct iwl_priv *priv = dev_get_drvdata(d);
Samuel Ortiz40b8ec02008-12-19 10:37:08 +08003401 unsigned long val;
3402 int ret;
Zhu Yib481de92007-09-25 17:54:57 -07003403
Samuel Ortiz40b8ec02008-12-19 10:37:08 +08003404 ret = strict_strtoul(buf, 0, &val);
3405 if (ret)
Tomas Winkler978785a2008-12-19 10:37:31 +08003406 IWL_INFO(priv, "%s is not in hex or decimal form.\n", buf);
Wey-Yi Guy20594eb2009-08-07 15:41:39 -07003407 else {
Reinette Chatre3d816c72009-08-07 15:41:37 -07003408 priv->debug_level = val;
Wey-Yi Guy20594eb2009-08-07 15:41:39 -07003409 if (iwl_alloc_traffic_mem(priv))
3410 IWL_ERR(priv,
3411 "Not enough memory to generate traffic log\n");
3412 }
Zhu Yib481de92007-09-25 17:54:57 -07003413 return strnlen(buf, count);
3414}
3415
Samuel Ortiz40b8ec02008-12-19 10:37:08 +08003416static DEVICE_ATTR(debug_level, S_IWUSR | S_IRUGO,
3417 show_debug_level, store_debug_level);
Zhu Yib481de92007-09-25 17:54:57 -07003418
Samuel Ortizd08853a2009-01-23 13:45:17 -08003419#endif /* CONFIG_IWLWIFI_DEBUG */
Zhu Yib481de92007-09-25 17:54:57 -07003420
Zhu Yib481de92007-09-25 17:54:57 -07003421static ssize_t show_temperature(struct device *d,
3422 struct device_attribute *attr, char *buf)
3423{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003424 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003425
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08003426 if (!iwl_is_alive(priv))
Zhu Yib481de92007-09-25 17:54:57 -07003427 return -EAGAIN;
3428
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003429 return sprintf(buf, "%d\n", iwl3945_hw_get_temperature(priv));
Zhu Yib481de92007-09-25 17:54:57 -07003430}
3431
3432static DEVICE_ATTR(temperature, S_IRUGO, show_temperature, NULL);
3433
Zhu Yib481de92007-09-25 17:54:57 -07003434static ssize_t show_tx_power(struct device *d,
3435 struct device_attribute *attr, char *buf)
3436{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003437 struct iwl_priv *priv = dev_get_drvdata(d);
Winkler, Tomas62ea9c52009-01-19 15:30:29 -08003438 return sprintf(buf, "%d\n", priv->tx_power_user_lmt);
Zhu Yib481de92007-09-25 17:54:57 -07003439}
3440
3441static ssize_t store_tx_power(struct device *d,
3442 struct device_attribute *attr,
3443 const char *buf, size_t count)
3444{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003445 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003446 char *p = (char *)buf;
3447 u32 val;
3448
3449 val = simple_strtoul(p, &p, 10);
3450 if (p == buf)
Tomas Winkler978785a2008-12-19 10:37:31 +08003451 IWL_INFO(priv, ": %s is not in decimal form.\n", buf);
Zhu Yib481de92007-09-25 17:54:57 -07003452 else
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003453 iwl3945_hw_reg_set_txpower(priv, val);
Zhu Yib481de92007-09-25 17:54:57 -07003454
3455 return count;
3456}
3457
3458static DEVICE_ATTR(tx_power, S_IWUSR | S_IRUGO, show_tx_power, store_tx_power);
3459
3460static ssize_t show_flags(struct device *d,
3461 struct device_attribute *attr, char *buf)
3462{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003463 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003464
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003465 return sprintf(buf, "0x%04X\n", priv->active_rxon.flags);
Zhu Yib481de92007-09-25 17:54:57 -07003466}
3467
3468static ssize_t store_flags(struct device *d,
3469 struct device_attribute *attr,
3470 const char *buf, size_t count)
3471{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003472 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003473 u32 flags = simple_strtoul(buf, NULL, 0);
3474
3475 mutex_lock(&priv->mutex);
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003476 if (le32_to_cpu(priv->staging_rxon.flags) != flags) {
Zhu Yib481de92007-09-25 17:54:57 -07003477 /* Cancel any currently running scans... */
Winkler, Tomasaf0053d2009-01-19 15:30:23 -08003478 if (iwl_scan_cancel_timeout(priv, 100))
Winkler, Tomas39aadf82008-12-19 10:37:32 +08003479 IWL_WARN(priv, "Could not cancel scan.\n");
Zhu Yib481de92007-09-25 17:54:57 -07003480 else {
Tomas Winklere1623442009-01-27 14:27:56 -08003481 IWL_DEBUG_INFO(priv, "Committing rxon.flags = 0x%04X\n",
Zhu Yib481de92007-09-25 17:54:57 -07003482 flags);
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003483 priv->staging_rxon.flags = cpu_to_le32(flags);
Abhijeet Kolekare0158e62009-04-08 11:26:37 -07003484 iwlcore_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003485 }
3486 }
3487 mutex_unlock(&priv->mutex);
3488
3489 return count;
3490}
3491
3492static DEVICE_ATTR(flags, S_IWUSR | S_IRUGO, show_flags, store_flags);
3493
3494static ssize_t show_filter_flags(struct device *d,
3495 struct device_attribute *attr, char *buf)
3496{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003497 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003498
3499 return sprintf(buf, "0x%04X\n",
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003500 le32_to_cpu(priv->active_rxon.filter_flags));
Zhu Yib481de92007-09-25 17:54:57 -07003501}
3502
3503static ssize_t store_filter_flags(struct device *d,
3504 struct device_attribute *attr,
3505 const char *buf, size_t count)
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 u32 filter_flags = simple_strtoul(buf, NULL, 0);
3509
3510 mutex_lock(&priv->mutex);
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003511 if (le32_to_cpu(priv->staging_rxon.filter_flags) != filter_flags) {
Zhu Yib481de92007-09-25 17:54:57 -07003512 /* Cancel any currently running scans... */
Winkler, Tomasaf0053d2009-01-19 15:30:23 -08003513 if (iwl_scan_cancel_timeout(priv, 100))
Winkler, Tomas39aadf82008-12-19 10:37:32 +08003514 IWL_WARN(priv, "Could not cancel scan.\n");
Zhu Yib481de92007-09-25 17:54:57 -07003515 else {
Tomas Winklere1623442009-01-27 14:27:56 -08003516 IWL_DEBUG_INFO(priv, "Committing rxon.filter_flags = "
Zhu Yib481de92007-09-25 17:54:57 -07003517 "0x%04X\n", filter_flags);
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003518 priv->staging_rxon.filter_flags =
Zhu Yib481de92007-09-25 17:54:57 -07003519 cpu_to_le32(filter_flags);
Abhijeet Kolekare0158e62009-04-08 11:26:37 -07003520 iwlcore_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003521 }
3522 }
3523 mutex_unlock(&priv->mutex);
3524
3525 return count;
3526}
3527
3528static DEVICE_ATTR(filter_flags, S_IWUSR | S_IRUGO, show_filter_flags,
3529 store_filter_flags);
3530
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +08003531#ifdef CONFIG_IWL3945_SPECTRUM_MEASUREMENT
Zhu Yib481de92007-09-25 17:54:57 -07003532
3533static ssize_t show_measurement(struct device *d,
3534 struct device_attribute *attr, char *buf)
3535{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003536 struct iwl_priv *priv = dev_get_drvdata(d);
Tomas Winkler600c0e12008-12-19 10:37:04 +08003537 struct iwl_spectrum_notification measure_report;
Zhu Yib481de92007-09-25 17:54:57 -07003538 u32 size = sizeof(measure_report), len = 0, ofs = 0;
Tomas Winkler3ac7f142008-07-21 02:40:14 +03003539 u8 *data = (u8 *)&measure_report;
Zhu Yib481de92007-09-25 17:54:57 -07003540 unsigned long flags;
3541
3542 spin_lock_irqsave(&priv->lock, flags);
3543 if (!(priv->measurement_status & MEASUREMENT_READY)) {
3544 spin_unlock_irqrestore(&priv->lock, flags);
3545 return 0;
3546 }
3547 memcpy(&measure_report, &priv->measure_report, size);
3548 priv->measurement_status = 0;
3549 spin_unlock_irqrestore(&priv->lock, flags);
3550
3551 while (size && (PAGE_SIZE - len)) {
3552 hex_dump_to_buffer(data + ofs, size, 16, 1, buf + len,
3553 PAGE_SIZE - len, 1);
3554 len = strlen(buf);
3555 if (PAGE_SIZE - len)
3556 buf[len++] = '\n';
3557
3558 ofs += 16;
3559 size -= min(size, 16U);
3560 }
3561
3562 return len;
3563}
3564
3565static ssize_t store_measurement(struct device *d,
3566 struct device_attribute *attr,
3567 const char *buf, size_t count)
3568{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003569 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003570 struct ieee80211_measurement_params params = {
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003571 .channel = le16_to_cpu(priv->active_rxon.channel),
Zhu Yib481de92007-09-25 17:54:57 -07003572 .start_time = cpu_to_le64(priv->last_tsf),
3573 .duration = cpu_to_le16(1),
3574 };
3575 u8 type = IWL_MEASURE_BASIC;
3576 u8 buffer[32];
3577 u8 channel;
3578
3579 if (count) {
3580 char *p = buffer;
3581 strncpy(buffer, buf, min(sizeof(buffer), count));
3582 channel = simple_strtoul(p, NULL, 0);
3583 if (channel)
3584 params.channel = channel;
3585
3586 p = buffer;
3587 while (*p && *p != ' ')
3588 p++;
3589 if (*p)
3590 type = simple_strtoul(p + 1, NULL, 0);
3591 }
3592
Tomas Winklere1623442009-01-27 14:27:56 -08003593 IWL_DEBUG_INFO(priv, "Invoking measurement of type %d on "
Zhu Yib481de92007-09-25 17:54:57 -07003594 "channel %d (for '%s')\n", type, params.channel, buf);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003595 iwl3945_get_measurement(priv, &params, type);
Zhu Yib481de92007-09-25 17:54:57 -07003596
3597 return count;
3598}
3599
3600static DEVICE_ATTR(measurement, S_IRUSR | S_IWUSR,
3601 show_measurement, store_measurement);
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +08003602#endif /* CONFIG_IWL3945_SPECTRUM_MEASUREMENT */
Zhu Yib481de92007-09-25 17:54:57 -07003603
Zhu Yib481de92007-09-25 17:54:57 -07003604static ssize_t store_retry_rate(struct device *d,
3605 struct device_attribute *attr,
3606 const char *buf, size_t count)
3607{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003608 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003609
3610 priv->retry_rate = simple_strtoul(buf, NULL, 0);
3611 if (priv->retry_rate <= 0)
3612 priv->retry_rate = 1;
3613
3614 return count;
3615}
3616
3617static ssize_t show_retry_rate(struct device *d,
3618 struct device_attribute *attr, char *buf)
3619{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003620 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003621 return sprintf(buf, "%d", priv->retry_rate);
3622}
3623
3624static DEVICE_ATTR(retry_rate, S_IWUSR | S_IRUSR, show_retry_rate,
3625 store_retry_rate);
3626
Winkler, Tomasd25aabb2009-01-27 14:27:58 -08003627
Zhu Yib481de92007-09-25 17:54:57 -07003628static ssize_t show_channels(struct device *d,
3629 struct device_attribute *attr, char *buf)
3630{
Johannes Berg8318d782008-01-24 19:38:38 +01003631 /* all this shit doesn't belong into sysfs anyway */
3632 return 0;
Zhu Yib481de92007-09-25 17:54:57 -07003633}
3634
3635static DEVICE_ATTR(channels, S_IRUSR, show_channels, NULL);
3636
3637static ssize_t show_statistics(struct device *d,
3638 struct device_attribute *attr, char *buf)
3639{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003640 struct iwl_priv *priv = dev_get_drvdata(d);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003641 u32 size = sizeof(struct iwl3945_notif_statistics);
Zhu Yib481de92007-09-25 17:54:57 -07003642 u32 len = 0, ofs = 0;
Abhijeet Kolekarf2c7e522008-12-19 10:37:27 +08003643 u8 *data = (u8 *)&priv->statistics_39;
Zhu Yib481de92007-09-25 17:54:57 -07003644 int rc = 0;
3645
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08003646 if (!iwl_is_alive(priv))
Zhu Yib481de92007-09-25 17:54:57 -07003647 return -EAGAIN;
3648
3649 mutex_lock(&priv->mutex);
Wey-Yi Guyef8d5522009-11-13 11:56:28 -08003650 rc = iwl_send_statistics_request(priv, CMD_SYNC, false);
Zhu Yib481de92007-09-25 17:54:57 -07003651 mutex_unlock(&priv->mutex);
3652
3653 if (rc) {
3654 len = sprintf(buf,
3655 "Error sending statistics request: 0x%08X\n", rc);
3656 return len;
3657 }
3658
3659 while (size && (PAGE_SIZE - len)) {
3660 hex_dump_to_buffer(data + ofs, size, 16, 1, buf + len,
3661 PAGE_SIZE - len, 1);
3662 len = strlen(buf);
3663 if (PAGE_SIZE - len)
3664 buf[len++] = '\n';
3665
3666 ofs += 16;
3667 size -= min(size, 16U);
3668 }
3669
3670 return len;
3671}
3672
3673static DEVICE_ATTR(statistics, S_IRUGO, show_statistics, NULL);
3674
3675static ssize_t show_antenna(struct device *d,
3676 struct device_attribute *attr, char *buf)
3677{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003678 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003679
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08003680 if (!iwl_is_alive(priv))
Zhu Yib481de92007-09-25 17:54:57 -07003681 return -EAGAIN;
3682
Samuel Ortiz7e4bca52009-01-23 13:45:18 -08003683 return sprintf(buf, "%d\n", iwl3945_mod_params.antenna);
Zhu Yib481de92007-09-25 17:54:57 -07003684}
3685
3686static ssize_t store_antenna(struct device *d,
3687 struct device_attribute *attr,
3688 const char *buf, size_t count)
3689{
Winkler, Tomas7530f852009-01-27 14:27:53 -08003690 struct iwl_priv *priv __maybe_unused = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003691 int ant;
Zhu Yib481de92007-09-25 17:54:57 -07003692
3693 if (count == 0)
3694 return 0;
3695
3696 if (sscanf(buf, "%1i", &ant) != 1) {
Tomas Winklere1623442009-01-27 14:27:56 -08003697 IWL_DEBUG_INFO(priv, "not in hex or decimal form.\n");
Zhu Yib481de92007-09-25 17:54:57 -07003698 return count;
3699 }
3700
3701 if ((ant >= 0) && (ant <= 2)) {
Tomas Winklere1623442009-01-27 14:27:56 -08003702 IWL_DEBUG_INFO(priv, "Setting antenna select to %d.\n", ant);
Samuel Ortiz7e4bca52009-01-23 13:45:18 -08003703 iwl3945_mod_params.antenna = (enum iwl3945_antenna)ant;
Zhu Yib481de92007-09-25 17:54:57 -07003704 } else
Tomas Winklere1623442009-01-27 14:27:56 -08003705 IWL_DEBUG_INFO(priv, "Bad antenna select value %d.\n", ant);
Zhu Yib481de92007-09-25 17:54:57 -07003706
3707
3708 return count;
3709}
3710
3711static DEVICE_ATTR(antenna, S_IWUSR | S_IRUGO, show_antenna, store_antenna);
3712
3713static ssize_t show_status(struct device *d,
3714 struct device_attribute *attr, char *buf)
3715{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003716 struct iwl_priv *priv = dev_get_drvdata(d);
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08003717 if (!iwl_is_alive(priv))
Zhu Yib481de92007-09-25 17:54:57 -07003718 return -EAGAIN;
3719 return sprintf(buf, "0x%08x\n", (int)priv->status);
3720}
3721
3722static DEVICE_ATTR(status, S_IRUGO, show_status, NULL);
3723
3724static ssize_t dump_error_log(struct device *d,
3725 struct device_attribute *attr,
3726 const char *buf, size_t count)
3727{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003728 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003729 char *p = (char *)buf;
3730
3731 if (p[0] == '1')
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003732 iwl3945_dump_nic_error_log(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003733
3734 return strnlen(buf, count);
3735}
3736
3737static DEVICE_ATTR(dump_errors, S_IWUSR, NULL, dump_error_log);
3738
Zhu Yib481de92007-09-25 17:54:57 -07003739/*****************************************************************************
3740 *
Tomas Winklera96a27f2008-10-23 23:48:56 -07003741 * driver setup and tear down
Zhu Yib481de92007-09-25 17:54:57 -07003742 *
3743 *****************************************************************************/
3744
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003745static void iwl3945_setup_deferred_work(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07003746{
Reinette Chatred21050c2009-02-13 11:51:18 -08003747 priv->workqueue = create_singlethread_workqueue(DRV_NAME);
Zhu Yib481de92007-09-25 17:54:57 -07003748
3749 init_waitqueue_head(&priv->wait_command_queue);
3750
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003751 INIT_WORK(&priv->up, iwl3945_bg_up);
3752 INIT_WORK(&priv->restart, iwl3945_bg_restart);
3753 INIT_WORK(&priv->rx_replenish, iwl3945_bg_rx_replenish);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003754 INIT_WORK(&priv->beacon_update, iwl3945_bg_beacon_update);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003755 INIT_DELAYED_WORK(&priv->init_alive_start, iwl3945_bg_init_alive_start);
3756 INIT_DELAYED_WORK(&priv->alive_start, iwl3945_bg_alive_start);
Helmut Schaa26635162009-01-15 09:38:44 +01003757 INIT_DELAYED_WORK(&priv->rfkill_poll, iwl3945_rfkill_poll);
Samuel Ortiz77fecfb82009-01-23 13:45:12 -08003758 INIT_WORK(&priv->scan_completed, iwl_bg_scan_completed);
3759 INIT_WORK(&priv->request_scan, iwl3945_bg_request_scan);
3760 INIT_WORK(&priv->abort_scan, iwl_bg_abort_scan);
3761 INIT_DELAYED_WORK(&priv->scan_check, iwl_bg_scan_check);
Zhu Yib481de92007-09-25 17:54:57 -07003762
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003763 iwl3945_hw_setup_deferred_work(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003764
3765 tasklet_init(&priv->irq_tasklet, (void (*)(unsigned long))
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003766 iwl3945_irq_tasklet, (unsigned long)priv);
Zhu Yib481de92007-09-25 17:54:57 -07003767}
3768
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003769static void iwl3945_cancel_deferred_work(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07003770{
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003771 iwl3945_hw_cancel_deferred_work(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003772
Joonwoo Parke47eb6a2007-11-29 10:42:49 +09003773 cancel_delayed_work_sync(&priv->init_alive_start);
Zhu Yib481de92007-09-25 17:54:57 -07003774 cancel_delayed_work(&priv->scan_check);
3775 cancel_delayed_work(&priv->alive_start);
Zhu Yib481de92007-09-25 17:54:57 -07003776 cancel_work_sync(&priv->beacon_update);
3777}
3778
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003779static struct attribute *iwl3945_sysfs_entries[] = {
Zhu Yib481de92007-09-25 17:54:57 -07003780 &dev_attr_antenna.attr,
3781 &dev_attr_channels.attr,
3782 &dev_attr_dump_errors.attr,
Zhu Yib481de92007-09-25 17:54:57 -07003783 &dev_attr_flags.attr,
3784 &dev_attr_filter_flags.attr,
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +08003785#ifdef CONFIG_IWL3945_SPECTRUM_MEASUREMENT
Zhu Yib481de92007-09-25 17:54:57 -07003786 &dev_attr_measurement.attr,
3787#endif
Zhu Yib481de92007-09-25 17:54:57 -07003788 &dev_attr_retry_rate.attr,
Zhu Yib481de92007-09-25 17:54:57 -07003789 &dev_attr_statistics.attr,
3790 &dev_attr_status.attr,
3791 &dev_attr_temperature.attr,
Zhu Yib481de92007-09-25 17:54:57 -07003792 &dev_attr_tx_power.attr,
Samuel Ortizd08853a2009-01-23 13:45:17 -08003793#ifdef CONFIG_IWLWIFI_DEBUG
Samuel Ortiz40b8ec02008-12-19 10:37:08 +08003794 &dev_attr_debug_level.attr,
3795#endif
Zhu Yib481de92007-09-25 17:54:57 -07003796 NULL
3797};
3798
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003799static struct attribute_group iwl3945_attribute_group = {
Zhu Yib481de92007-09-25 17:54:57 -07003800 .name = NULL, /* put in device directory */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003801 .attrs = iwl3945_sysfs_entries,
Zhu Yib481de92007-09-25 17:54:57 -07003802};
3803
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003804static struct ieee80211_ops iwl3945_hw_ops = {
3805 .tx = iwl3945_mac_tx,
3806 .start = iwl3945_mac_start,
3807 .stop = iwl3945_mac_stop,
Abhijeet Kolekarcbb6ab92009-04-08 11:26:46 -07003808 .add_interface = iwl_mac_add_interface,
Abhijeet Kolekard8052312009-04-08 11:26:47 -07003809 .remove_interface = iwl_mac_remove_interface,
Abhijeet Kolekar48083682009-04-08 11:26:48 -07003810 .config = iwl_mac_config,
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003811 .configure_filter = iwl_configure_filter,
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003812 .set_key = iwl3945_mac_set_key,
Abhijeet Kolekaraa89f312009-04-08 11:26:51 -07003813 .get_tx_stats = iwl_mac_get_tx_stats,
Abhijeet Kolekar488829f2009-03-26 10:14:10 -07003814 .conf_tx = iwl_mac_conf_tx,
Abhijeet Kolekarbd564262009-04-08 11:26:52 -07003815 .reset_tsf = iwl_mac_reset_tsf,
Abhijeet Kolekar5bbe2332009-04-08 11:26:35 -07003816 .bss_info_changed = iwl_bss_info_changed,
Abhijeet Kolekare9dde6f62009-02-18 15:54:27 -08003817 .hw_scan = iwl_mac_hw_scan
Zhu Yib481de92007-09-25 17:54:57 -07003818};
3819
Winkler, Tomase52119c2008-12-22 11:31:19 +08003820static int iwl3945_init_drv(struct iwl_priv *priv)
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003821{
3822 int ret;
Samuel Ortize6148912009-01-23 13:45:15 -08003823 struct iwl3945_eeprom *eeprom = (struct iwl3945_eeprom *)priv->eeprom;
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003824
3825 priv->retry_rate = 1;
3826 priv->ibss_beacon = NULL;
3827
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003828 spin_lock_init(&priv->sta_lock);
3829 spin_lock_init(&priv->hcmd_lock);
3830
3831 INIT_LIST_HEAD(&priv->free_frames);
3832
3833 mutex_init(&priv->mutex);
3834
3835 /* Clear the driver's (not device's) station table */
Tomas Winklerc587de02009-06-03 11:44:07 -07003836 iwl_clear_stations_table(priv);
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003837
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003838 priv->ieee_channels = NULL;
3839 priv->ieee_rates = NULL;
3840 priv->band = IEEE80211_BAND_2GHZ;
3841
3842 priv->iw_mode = NL80211_IFTYPE_STATION;
3843
3844 iwl_reset_qos(priv);
3845
3846 priv->qos_data.qos_active = 0;
3847 priv->qos_data.qos_cap.val = 0;
3848
3849 priv->rates_mask = IWL_RATES_MASK;
Winkler, Tomas62ea9c52009-01-19 15:30:29 -08003850 priv->tx_power_user_lmt = IWL_DEFAULT_TX_POWER;
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003851
Samuel Ortize6148912009-01-23 13:45:15 -08003852 if (eeprom->version < EEPROM_3945_EEPROM_VERSION) {
3853 IWL_WARN(priv, "Unsupported EEPROM version: 0x%04X\n",
3854 eeprom->version);
3855 ret = -EINVAL;
3856 goto err;
3857 }
3858 ret = iwl_init_channel_map(priv);
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003859 if (ret) {
3860 IWL_ERR(priv, "initializing regulatory failed: %d\n", ret);
3861 goto err;
3862 }
3863
Samuel Ortize6148912009-01-23 13:45:15 -08003864 /* Set up txpower settings in driver for all channels */
3865 if (iwl3945_txpower_set_from_eeprom(priv)) {
3866 ret = -EIO;
3867 goto err_free_channel_map;
3868 }
3869
Samuel Ortiz534166d2009-01-23 13:45:16 -08003870 ret = iwlcore_init_geos(priv);
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003871 if (ret) {
3872 IWL_ERR(priv, "initializing geos failed: %d\n", ret);
3873 goto err_free_channel_map;
3874 }
Samuel Ortiz534166d2009-01-23 13:45:16 -08003875 iwl3945_init_hw_rates(priv, priv->ieee_rates);
3876
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003877 return 0;
3878
3879err_free_channel_map:
Samuel Ortize6148912009-01-23 13:45:15 -08003880 iwl_free_channel_map(priv);
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003881err:
3882 return ret;
3883}
3884
Abhijeet Kolekar2a4ddaa2009-02-27 16:21:23 -08003885static int iwl3945_setup_mac(struct iwl_priv *priv)
3886{
3887 int ret;
3888 struct ieee80211_hw *hw = priv->hw;
3889
3890 hw->rate_control_algorithm = "iwl-3945-rs";
3891 hw->sta_data_size = sizeof(struct iwl3945_sta_priv);
3892
3893 /* Tell mac80211 our characteristics */
3894 hw->flags = IEEE80211_HW_SIGNAL_DBM |
Mohamed Abbasb1c60192009-03-17 21:51:47 -07003895 IEEE80211_HW_NOISE_DBM |
Reinette Chatrebc45a672009-12-14 14:12:10 -08003896 IEEE80211_HW_SPECTRUM_MGMT;
3897
3898 if (!priv->cfg->broken_powersave)
3899 hw->flags |= IEEE80211_HW_SUPPORTS_PS |
3900 IEEE80211_HW_SUPPORTS_DYNAMIC_PS;
Abhijeet Kolekar2a4ddaa2009-02-27 16:21:23 -08003901
3902 hw->wiphy->interface_modes =
3903 BIT(NL80211_IFTYPE_STATION) |
3904 BIT(NL80211_IFTYPE_ADHOC);
3905
Johannes Berg5be83de2009-11-19 00:56:28 +01003906 hw->wiphy->flags |= WIPHY_FLAG_STRICT_REGULATORY |
3907 WIPHY_FLAG_DISABLE_BEACON_HINTS;
Luis R. Rodriguez37184242009-07-30 17:43:48 -07003908
Johannes Berg1ecf9fc2009-04-20 14:36:56 -07003909 hw->wiphy->max_scan_ssids = PROBE_OPTION_MAX_3945;
3910 /* we create the 802.11 header and a zero-length SSID element */
3911 hw->wiphy->max_scan_ie_len = IWL_MAX_PROBE_REQUEST - 24 - 2;
Johannes Bergd60cc912009-04-09 09:56:02 +02003912
Abhijeet Kolekar2a4ddaa2009-02-27 16:21:23 -08003913 /* Default value; 4 EDCA QOS priorities */
3914 hw->queues = 4;
3915
Abhijeet Kolekar2a4ddaa2009-02-27 16:21:23 -08003916 if (priv->bands[IEEE80211_BAND_2GHZ].n_channels)
3917 priv->hw->wiphy->bands[IEEE80211_BAND_2GHZ] =
3918 &priv->bands[IEEE80211_BAND_2GHZ];
3919
3920 if (priv->bands[IEEE80211_BAND_5GHZ].n_channels)
3921 priv->hw->wiphy->bands[IEEE80211_BAND_5GHZ] =
3922 &priv->bands[IEEE80211_BAND_5GHZ];
3923
3924 ret = ieee80211_register_hw(priv->hw);
3925 if (ret) {
3926 IWL_ERR(priv, "Failed to register hw (error %d)\n", ret);
3927 return ret;
3928 }
3929 priv->mac80211_registered = 1;
3930
3931 return 0;
3932}
3933
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003934static int iwl3945_pci_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
Zhu Yib481de92007-09-25 17:54:57 -07003935{
3936 int err = 0;
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003937 struct iwl_priv *priv;
Zhu Yib481de92007-09-25 17:54:57 -07003938 struct ieee80211_hw *hw;
Kolekar, Abhijeetc0f20d92008-12-19 10:37:19 +08003939 struct iwl_cfg *cfg = (struct iwl_cfg *)(ent->driver_data);
Samuel Ortize6148912009-01-23 13:45:15 -08003940 struct iwl3945_eeprom *eeprom;
Mohamed Abbas0359fac2008-03-28 16:21:08 -07003941 unsigned long flags;
Zhu Yib481de92007-09-25 17:54:57 -07003942
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08003943 /***********************
3944 * 1. Allocating HW data
3945 * ********************/
3946
Zhu Yib481de92007-09-25 17:54:57 -07003947 /* mac80211 allocates memory for this device instance, including
3948 * space for this driver's private structure */
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003949 hw = iwl_alloc_all(cfg, &iwl3945_hw_ops);
Zhu Yib481de92007-09-25 17:54:57 -07003950 if (hw == NULL) {
Samuel Ortiza3139c52008-12-19 10:37:09 +08003951 printk(KERN_ERR DRV_NAME "Can not allocate network device\n");
Zhu Yib481de92007-09-25 17:54:57 -07003952 err = -ENOMEM;
3953 goto out;
3954 }
Zhu Yib481de92007-09-25 17:54:57 -07003955 priv = hw->priv;
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003956 SET_IEEE80211_DEV(hw, &pdev->dev);
Cahill, Ben M6440adb2007-11-29 11:09:55 +08003957
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003958 /*
3959 * Disabling hardware scan means that mac80211 will perform scans
3960 * "the hard way", rather than using device's scan.
3961 */
Kolekar, Abhijeetdf878d82008-12-19 10:37:35 +08003962 if (iwl3945_mod_params.disable_hw_scan) {
Tomas Winklere1623442009-01-27 14:27:56 -08003963 IWL_DEBUG_INFO(priv, "Disabling hw_scan\n");
Samuel Ortiz40b8ec02008-12-19 10:37:08 +08003964 iwl3945_hw_ops.hw_scan = NULL;
3965 }
3966
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003967
Tomas Winklere1623442009-01-27 14:27:56 -08003968 IWL_DEBUG_INFO(priv, "*** LOAD DRIVER ***\n");
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003969 priv->cfg = cfg;
3970 priv->pci_dev = pdev;
Mohamed Abbas40cefda2009-05-22 11:01:52 -07003971 priv->inta_mask = CSR_INI_SET_MASK;
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003972
Samuel Ortizd08853a2009-01-23 13:45:17 -08003973#ifdef CONFIG_IWLWIFI_DEBUG
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003974 atomic_set(&priv->restrict_refcnt, 0);
3975#endif
Wey-Yi Guy20594eb2009-08-07 15:41:39 -07003976 if (iwl_alloc_traffic_mem(priv))
3977 IWL_ERR(priv, "Not enough memory to generate traffic log\n");
Zhu Yib481de92007-09-25 17:54:57 -07003978
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08003979 /***************************
3980 * 2. Initializing PCI bus
3981 * *************************/
Zhu Yib481de92007-09-25 17:54:57 -07003982 if (pci_enable_device(pdev)) {
3983 err = -ENODEV;
3984 goto out_ieee80211_free_hw;
3985 }
3986
3987 pci_set_master(pdev);
3988
Yang Hongyang284901a2009-04-06 19:01:15 -07003989 err = pci_set_dma_mask(pdev, DMA_BIT_MASK(32));
Zhu Yib481de92007-09-25 17:54:57 -07003990 if (!err)
Yang Hongyang284901a2009-04-06 19:01:15 -07003991 err = pci_set_consistent_dma_mask(pdev, DMA_BIT_MASK(32));
Zhu Yib481de92007-09-25 17:54:57 -07003992 if (err) {
Tomas Winkler978785a2008-12-19 10:37:31 +08003993 IWL_WARN(priv, "No suitable DMA available.\n");
Zhu Yib481de92007-09-25 17:54:57 -07003994 goto out_pci_disable_device;
3995 }
3996
3997 pci_set_drvdata(pdev, priv);
3998 err = pci_request_regions(pdev, DRV_NAME);
3999 if (err)
4000 goto out_pci_disable_device;
Cahill, Ben M6440adb2007-11-29 11:09:55 +08004001
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004002 /***********************
4003 * 3. Read REV Register
4004 * ********************/
Zhu Yib481de92007-09-25 17:54:57 -07004005 priv->hw_base = pci_iomap(pdev, 0, 0);
4006 if (!priv->hw_base) {
4007 err = -ENODEV;
4008 goto out_pci_release_regions;
4009 }
4010
Tomas Winklere1623442009-01-27 14:27:56 -08004011 IWL_DEBUG_INFO(priv, "pci_resource_len = 0x%08llx\n",
Zhu Yib481de92007-09-25 17:54:57 -07004012 (unsigned long long) pci_resource_len(pdev, 0));
Tomas Winklere1623442009-01-27 14:27:56 -08004013 IWL_DEBUG_INFO(priv, "pci_resource_base = %p\n", priv->hw_base);
Zhu Yib481de92007-09-25 17:54:57 -07004014
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004015 /* We disable the RETRY_TIMEOUT register (0x41) to keep
4016 * PCI Tx retries from interfering with C3 CPU state */
4017 pci_write_config_byte(pdev, 0x41, 0x00);
Zhu Yib481de92007-09-25 17:54:57 -07004018
Reinette Chatre731a29b2009-12-14 14:12:11 -08004019 /* these spin locks will be used in apm_ops.init and EEPROM access
Mohamed Abbasa8b50a02009-05-22 11:01:47 -07004020 * we should init now
4021 */
4022 spin_lock_init(&priv->reg_lock);
Reinette Chatre731a29b2009-12-14 14:12:11 -08004023 spin_lock_init(&priv->lock);
Mohamed Abbasa8b50a02009-05-22 11:01:47 -07004024
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004025 /***********************
4026 * 4. Read EEPROM
4027 * ********************/
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08004028
Zhu Yi5a669262008-01-14 17:46:18 -08004029 /* Read the EEPROM */
Samuel Ortize6148912009-01-23 13:45:15 -08004030 err = iwl_eeprom_init(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004031 if (err) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08004032 IWL_ERR(priv, "Unable to init EEPROM\n");
Reinette Chatrec8f16132009-02-27 16:21:22 -08004033 goto out_iounmap;
Zhu Yi5a669262008-01-14 17:46:18 -08004034 }
4035 /* MAC Address location in EEPROM same for 3945/4965 */
Samuel Ortize6148912009-01-23 13:45:15 -08004036 eeprom = (struct iwl3945_eeprom *)priv->eeprom;
4037 memcpy(priv->mac_addr, eeprom->mac_address, ETH_ALEN);
Tomas Winklere1623442009-01-27 14:27:56 -08004038 IWL_DEBUG_INFO(priv, "MAC address: %pM\n", priv->mac_addr);
Zhu Yi5a669262008-01-14 17:46:18 -08004039 SET_IEEE80211_PERM_ADDR(priv->hw, priv->mac_addr);
4040
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004041 /***********************
4042 * 5. Setup HW Constants
4043 * ********************/
4044 /* Device-specific setup */
Abhijeet Kolekar3832ec92008-12-19 10:37:26 +08004045 if (iwl3945_hw_set_hw_params(priv)) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08004046 IWL_ERR(priv, "failed to set hw settings\n");
Reinette Chatrec8f16132009-02-27 16:21:22 -08004047 goto out_eeprom_free;
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004048 }
4049
4050 /***********************
4051 * 6. Setup priv
4052 * ********************/
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004053
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08004054 err = iwl3945_init_drv(priv);
Reinette Chatre849e0dc2008-01-23 10:15:18 -08004055 if (err) {
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08004056 IWL_ERR(priv, "initializing driver failed\n");
Reinette Chatrec8f16132009-02-27 16:21:22 -08004057 goto out_unset_hw_params;
Reinette Chatre849e0dc2008-01-23 10:15:18 -08004058 }
Reinette Chatre849e0dc2008-01-23 10:15:18 -08004059
Tomas Winkler978785a2008-12-19 10:37:31 +08004060 IWL_INFO(priv, "Detected Intel Wireless WiFi Link %s\n",
4061 priv->cfg->name);
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004062
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004063 /***********************
Abhijeet Kolekar09f9bf72009-04-20 14:37:03 -07004064 * 7. Setup Services
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004065 * ********************/
4066
4067 spin_lock_irqsave(&priv->lock, flags);
Abhijeet Kolekared3b9322009-02-18 15:54:30 -08004068 iwl_disable_interrupts(priv);
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004069 spin_unlock_irqrestore(&priv->lock, flags);
4070
Helmut Schaa26635162009-01-15 09:38:44 +01004071 pci_enable_msi(priv->pci_dev);
4072
Mohamed Abbasef850d72009-05-22 11:01:50 -07004073 err = request_irq(priv->pci_dev->irq, priv->cfg->ops->lib->isr,
4074 IRQF_SHARED, DRV_NAME, priv);
Helmut Schaa26635162009-01-15 09:38:44 +01004075 if (err) {
4076 IWL_ERR(priv, "Error allocating IRQ %d\n", priv->pci_dev->irq);
4077 goto out_disable_msi;
4078 }
4079
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004080 err = sysfs_create_group(&pdev->dev.kobj, &iwl3945_attribute_group);
4081 if (err) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08004082 IWL_ERR(priv, "failed to create sysfs device attributes\n");
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08004083 goto out_release_irq;
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004084 }
4085
Samuel Ortiz8ccde882009-01-27 14:27:52 -08004086 iwl_set_rxon_channel(priv,
4087 &priv->bands[IEEE80211_BAND_2GHZ].channels[5]);
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004088 iwl3945_setup_deferred_work(priv);
4089 iwl3945_setup_rx_handlers(priv);
Ben Cahill008a9e32009-10-09 13:20:27 -07004090 iwl_power_initialize(priv);
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004091
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004092 /*********************************
Abhijeet Kolekar09f9bf72009-04-20 14:37:03 -07004093 * 8. Setup and Register mac80211
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004094 * *******************************/
4095
Abhijeet Kolekar2a4ddaa2009-02-27 16:21:23 -08004096 iwl_enable_interrupts(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004097
Abhijeet Kolekar2a4ddaa2009-02-27 16:21:23 -08004098 err = iwl3945_setup_mac(priv);
4099 if (err)
4100 goto out_remove_sysfs;
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004101
Abhijeet Kolekara75fbe82009-04-20 14:36:58 -07004102 err = iwl_dbgfs_register(priv, DRV_NAME);
4103 if (err)
4104 IWL_ERR(priv, "failed to create debugfs files. Ignoring error: %d\n", err);
4105
Helmut Schaa26635162009-01-15 09:38:44 +01004106 /* Start monitoring the killswitch */
4107 queue_delayed_work(priv->workqueue, &priv->rfkill_poll,
4108 2 * HZ);
4109
Zhu Yib481de92007-09-25 17:54:57 -07004110 return 0;
4111
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004112 out_remove_sysfs:
Zhu Yib481de92007-09-25 17:54:57 -07004113 destroy_workqueue(priv->workqueue);
4114 priv->workqueue = NULL;
Reinette Chatrec8f16132009-02-27 16:21:22 -08004115 sysfs_remove_group(&pdev->dev.kobj, &iwl3945_attribute_group);
4116 out_release_irq:
4117 free_irq(priv->pci_dev->irq, priv);
Helmut Schaa26635162009-01-15 09:38:44 +01004118 out_disable_msi:
4119 pci_disable_msi(priv->pci_dev);
Reinette Chatrec8f16132009-02-27 16:21:22 -08004120 iwlcore_free_geos(priv);
4121 iwl_free_channel_map(priv);
4122 out_unset_hw_params:
4123 iwl3945_unset_hw_params(priv);
4124 out_eeprom_free:
4125 iwl_eeprom_free(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004126 out_iounmap:
4127 pci_iounmap(pdev, priv->hw_base);
4128 out_pci_release_regions:
4129 pci_release_regions(pdev);
4130 out_pci_disable_device:
Zhu Yib481de92007-09-25 17:54:57 -07004131 pci_set_drvdata(pdev, NULL);
Reinette Chatre623d5632009-03-03 11:37:04 -08004132 pci_disable_device(pdev);
Zhu Yib481de92007-09-25 17:54:57 -07004133 out_ieee80211_free_hw:
Wey-Yi Guy20594eb2009-08-07 15:41:39 -07004134 iwl_free_traffic_mem(priv);
Wey-Yi Guyd7c76f42009-10-09 13:20:17 -07004135 ieee80211_free_hw(priv->hw);
Zhu Yib481de92007-09-25 17:54:57 -07004136 out:
4137 return err;
4138}
4139
Reinette Chatrec83dbf62008-03-21 13:53:41 -07004140static void __devexit iwl3945_pci_remove(struct pci_dev *pdev)
Zhu Yib481de92007-09-25 17:54:57 -07004141{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08004142 struct iwl_priv *priv = pci_get_drvdata(pdev);
Mohamed Abbas0359fac2008-03-28 16:21:08 -07004143 unsigned long flags;
Zhu Yib481de92007-09-25 17:54:57 -07004144
4145 if (!priv)
4146 return;
4147
Tomas Winklere1623442009-01-27 14:27:56 -08004148 IWL_DEBUG_INFO(priv, "*** UNLOAD DRIVER ***\n");
Zhu Yib481de92007-09-25 17:54:57 -07004149
Abhijeet Kolekara75fbe82009-04-20 14:36:58 -07004150 iwl_dbgfs_unregister(priv);
4151
Zhu Yib481de92007-09-25 17:54:57 -07004152 set_bit(STATUS_EXIT_PENDING, &priv->status);
Zhu Yib24d22b2007-12-19 13:59:52 +08004153
Kolekar, Abhijeetd552bfb2008-12-19 10:37:41 +08004154 if (priv->mac80211_registered) {
4155 ieee80211_unregister_hw(priv->hw);
4156 priv->mac80211_registered = 0;
4157 } else {
4158 iwl3945_down(priv);
4159 }
Zhu Yib481de92007-09-25 17:54:57 -07004160
Ben Cahillc166b252009-10-23 13:42:35 -07004161 /*
4162 * Make sure device is reset to low power before unloading driver.
4163 * This may be redundant with iwl_down(), but there are paths to
4164 * run iwl_down() without calling apm_ops.stop(), and there are
4165 * paths to avoid running iwl_down() at all before leaving driver.
4166 * This (inexpensive) call *makes sure* device is reset.
4167 */
4168 priv->cfg->ops->lib->apm_ops.stop(priv);
4169
Mohamed Abbas0359fac2008-03-28 16:21:08 -07004170 /* make sure we flush any pending irq or
4171 * tasklet for the driver
4172 */
4173 spin_lock_irqsave(&priv->lock, flags);
Abhijeet Kolekared3b9322009-02-18 15:54:30 -08004174 iwl_disable_interrupts(priv);
Mohamed Abbas0359fac2008-03-28 16:21:08 -07004175 spin_unlock_irqrestore(&priv->lock, flags);
4176
4177 iwl_synchronize_irq(priv);
4178
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004179 sysfs_remove_group(&pdev->dev.kobj, &iwl3945_attribute_group);
Zhu Yib481de92007-09-25 17:54:57 -07004180
Reinette Chatre71d449b2009-04-20 14:37:01 -07004181 cancel_delayed_work_sync(&priv->rfkill_poll);
Helmut Schaa26635162009-01-15 09:38:44 +01004182
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004183 iwl3945_dealloc_ucode_pci(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004184
4185 if (priv->rxq.bd)
Reinette Chatredf833b12009-04-21 10:55:48 -07004186 iwl3945_rx_queue_free(priv, &priv->rxq);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004187 iwl3945_hw_txq_ctx_free(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004188
Abhijeet Kolekar3832ec92008-12-19 10:37:26 +08004189 iwl3945_unset_hw_params(priv);
Tomas Winklerc587de02009-06-03 11:44:07 -07004190 iwl_clear_stations_table(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004191
Mohamed Abbas6ef89d02007-10-25 17:15:47 +08004192 /*netif_stop_queue(dev); */
4193 flush_workqueue(priv->workqueue);
4194
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004195 /* ieee80211_unregister_hw calls iwl3945_mac_stop, which flushes
Zhu Yib481de92007-09-25 17:54:57 -07004196 * priv->workqueue... so we can't take down the workqueue
4197 * until now... */
4198 destroy_workqueue(priv->workqueue);
4199 priv->workqueue = NULL;
Wey-Yi Guy20594eb2009-08-07 15:41:39 -07004200 iwl_free_traffic_mem(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004201
Helmut Schaa26635162009-01-15 09:38:44 +01004202 free_irq(pdev->irq, priv);
4203 pci_disable_msi(pdev);
4204
Zhu Yib481de92007-09-25 17:54:57 -07004205 pci_iounmap(pdev, priv->hw_base);
4206 pci_release_regions(pdev);
4207 pci_disable_device(pdev);
4208 pci_set_drvdata(pdev, NULL);
4209
Samuel Ortize6148912009-01-23 13:45:15 -08004210 iwl_free_channel_map(priv);
Samuel Ortiz534166d2009-01-23 13:45:16 -08004211 iwlcore_free_geos(priv);
Winkler, Tomas805cee52009-01-19 15:30:28 -08004212 kfree(priv->scan);
Zhu Yib481de92007-09-25 17:54:57 -07004213 if (priv->ibss_beacon)
4214 dev_kfree_skb(priv->ibss_beacon);
4215
4216 ieee80211_free_hw(priv->hw);
4217}
4218
Zhu Yib481de92007-09-25 17:54:57 -07004219
4220/*****************************************************************************
4221 *
4222 * driver and module entry point
4223 *
4224 *****************************************************************************/
4225
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004226static struct pci_driver iwl3945_driver = {
Zhu Yib481de92007-09-25 17:54:57 -07004227 .name = DRV_NAME,
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004228 .id_table = iwl3945_hw_card_ids,
4229 .probe = iwl3945_pci_probe,
4230 .remove = __devexit_p(iwl3945_pci_remove),
Zhu Yib481de92007-09-25 17:54:57 -07004231#ifdef CONFIG_PM
Wey-Yi Guy6da3a132009-03-26 10:14:08 -07004232 .suspend = iwl_pci_suspend,
4233 .resume = iwl_pci_resume,
Zhu Yib481de92007-09-25 17:54:57 -07004234#endif
4235};
4236
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004237static int __init iwl3945_init(void)
Zhu Yib481de92007-09-25 17:54:57 -07004238{
4239
4240 int ret;
4241 printk(KERN_INFO DRV_NAME ": " DRV_DESCRIPTION ", " DRV_VERSION "\n");
4242 printk(KERN_INFO DRV_NAME ": " DRV_COPYRIGHT "\n");
Reinette Chatre897e1cf2008-03-28 16:21:09 -07004243
4244 ret = iwl3945_rate_control_register();
4245 if (ret) {
Samuel Ortiza3139c52008-12-19 10:37:09 +08004246 printk(KERN_ERR DRV_NAME
4247 "Unable to register rate control algorithm: %d\n", ret);
Reinette Chatre897e1cf2008-03-28 16:21:09 -07004248 return ret;
4249 }
4250
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004251 ret = pci_register_driver(&iwl3945_driver);
Zhu Yib481de92007-09-25 17:54:57 -07004252 if (ret) {
Samuel Ortiza3139c52008-12-19 10:37:09 +08004253 printk(KERN_ERR DRV_NAME "Unable to initialize PCI module\n");
Reinette Chatre897e1cf2008-03-28 16:21:09 -07004254 goto error_register;
Zhu Yib481de92007-09-25 17:54:57 -07004255 }
Zhu Yib481de92007-09-25 17:54:57 -07004256
4257 return ret;
Reinette Chatre897e1cf2008-03-28 16:21:09 -07004258
Reinette Chatre897e1cf2008-03-28 16:21:09 -07004259error_register:
4260 iwl3945_rate_control_unregister();
4261 return ret;
Zhu Yib481de92007-09-25 17:54:57 -07004262}
4263
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004264static void __exit iwl3945_exit(void)
Zhu Yib481de92007-09-25 17:54:57 -07004265{
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004266 pci_unregister_driver(&iwl3945_driver);
Reinette Chatre897e1cf2008-03-28 16:21:09 -07004267 iwl3945_rate_control_unregister();
Zhu Yib481de92007-09-25 17:54:57 -07004268}
4269
Reinette Chatrea0987a82008-12-02 12:14:06 -08004270MODULE_FIRMWARE(IWL3945_MODULE_FIRMWARE(IWL3945_UCODE_API_MAX));
Zhu Yi25cb6ca2008-09-11 11:45:22 +08004271
Wey-Yi Guy4e30cb62009-09-17 10:43:47 -07004272module_param_named(antenna, iwl3945_mod_params.antenna, int, S_IRUGO);
Zhu Yib481de92007-09-25 17:54:57 -07004273MODULE_PARM_DESC(antenna, "select antenna (1=Main, 2=Aux, default 0 [both])");
Wey-Yi Guy4e30cb62009-09-17 10:43:47 -07004274module_param_named(swcrypto, iwl3945_mod_params.sw_crypto, int, S_IRUGO);
Samuel Ortiz9c74d9f2009-01-08 10:19:59 -08004275MODULE_PARM_DESC(swcrypto,
4276 "using software crypto (default 1 [software])\n");
Reinette Chatrea562a9d2009-07-17 09:30:24 -07004277#ifdef CONFIG_IWLWIFI_DEBUG
Wey-Yi Guy4e30cb62009-09-17 10:43:47 -07004278module_param_named(debug, iwl_debug_level, uint, S_IRUGO | S_IWUSR);
Zhu Yib481de92007-09-25 17:54:57 -07004279MODULE_PARM_DESC(debug, "debug output mask");
Reinette Chatrea562a9d2009-07-17 09:30:24 -07004280#endif
Wey-Yi Guy4e30cb62009-09-17 10:43:47 -07004281module_param_named(disable_hw_scan, iwl3945_mod_params.disable_hw_scan,
4282 int, S_IRUGO);
Zhu Yib481de92007-09-25 17:54:57 -07004283MODULE_PARM_DESC(disable_hw_scan, "disable hardware scanning (default 0)");
Wey-Yi Guy4e30cb62009-09-17 10:43:47 -07004284module_param_named(fw_restart3945, iwl3945_mod_params.restart_fw, int, S_IRUGO);
Samuel Ortizaf48d042009-01-23 13:45:19 -08004285MODULE_PARM_DESC(fw_restart3945, "restart firmware in case of error");
4286
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004287module_exit(iwl3945_exit);
4288module_init(iwl3945_init);