blob: 85a46ad667de8da21785d46a8beed43a93204043 [file] [log] [blame]
Zhu Yib481de92007-09-25 17:54:57 -07001/******************************************************************************
2 *
Reinette Chatre1f447802010-01-15 13:43:41 -08003 * Copyright(c) 2003 - 2010 Intel Corporation. All rights reserved.
Zhu Yib481de92007-09-25 17:54:57 -07004 *
5 * Portions of this file are derived from the ipw3945 project, as well
6 * as portions of the ieee80211 subsystem header files.
7 *
8 * This program is free software; you can redistribute it and/or modify it
9 * under the terms of version 2 of the GNU General Public License as
10 * published by the Free Software Foundation.
11 *
12 * This program is distributed in the hope that it will be useful, but WITHOUT
13 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
14 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
15 * more details.
16 *
17 * You should have received a copy of the GNU General Public License along with
18 * this program; if not, write to the Free Software Foundation, Inc.,
19 * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
20 *
21 * The full GNU General Public License is included in this distribution in the
22 * file called LICENSE.
23 *
24 * Contact Information:
Winkler, Tomas759ef892008-12-09 11:28:58 -080025 * Intel Linux Wireless <ilw@linux.intel.com>
Zhu Yib481de92007-09-25 17:54:57 -070026 * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
27 *
28 *****************************************************************************/
29
Zhu Yib481de92007-09-25 17:54:57 -070030#include <linux/kernel.h>
31#include <linux/module.h>
Zhu Yib481de92007-09-25 17:54:57 -070032#include <linux/init.h>
33#include <linux/pci.h>
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"
Kolekar, Abhijeet5747d472008-12-19 10:37:18 +080056#include "iwl-core.h"
Reinette Chatre4a6547c2010-02-18 22:03:02 -080057#include "iwl-helpers.h"
Samuel Ortizd20b3c62008-12-19 10:37:15 +080058#include "iwl-dev.h"
Reinette Chatre81963d62010-01-22 14:22:57 -080059#include "iwl-spectrum.h"
Zhu Yib481de92007-09-25 17:54:57 -070060
Zhu Yib481de92007-09-25 17:54:57 -070061/*
62 * module name, copyright, version, etc.
Zhu Yib481de92007-09-25 17:54:57 -070063 */
64
65#define DRV_DESCRIPTION \
66"Intel(R) PRO/Wireless 3945ABG/BG Network Connection driver for Linux"
67
Samuel Ortizd08853a2009-01-23 13:45:17 -080068#ifdef CONFIG_IWLWIFI_DEBUG
Zhu Yib481de92007-09-25 17:54:57 -070069#define VD "d"
70#else
71#define VD
72#endif
73
Reinette Chatre81963d62010-01-22 14:22:57 -080074/*
75 * add "s" to indicate spectrum measurement included.
76 * we add it here to be consistent with previous releases in which
77 * this was configurable.
78 */
79#define DRV_VERSION IWLWIFI_VERSION VD "s"
Reinette Chatre1f447802010-01-15 13:43:41 -080080#define DRV_COPYRIGHT "Copyright(c) 2003-2010 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{
Johannes Bergee525d12010-01-21 06:09:28 -0800354 if (priv->_3945.shared_virt)
Stanislaw Gruszkaf36d04a2010-02-10 05:07:45 -0800355 dma_free_coherent(&priv->pci_dev->dev,
356 sizeof(struct iwl3945_shared),
Johannes Bergee525d12010-01-21 06:09:28 -0800357 priv->_3945.shared_virt,
358 priv->_3945.shared_phys);
Zhu Yib481de92007-09-25 17:54:57 -0700359}
360
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800361static void iwl3945_build_tx_cmd_hwcrypto(struct iwl_priv *priv,
Johannes Berge039fa42008-05-15 12:55:29 +0200362 struct ieee80211_tx_info *info,
Johannes Bergc2acea82009-07-24 11:13:05 -0700363 struct iwl_device_cmd *cmd,
Zhu Yib481de92007-09-25 17:54:57 -0700364 struct sk_buff *skb_frag,
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -0800365 int sta_id)
Zhu Yib481de92007-09-25 17:54:57 -0700366{
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700367 struct iwl3945_tx_cmd *tx_cmd = (struct iwl3945_tx_cmd *)cmd->cmd.payload;
Tomas Winklerc587de02009-06-03 11:44:07 -0700368 struct iwl_hw_key *keyinfo = &priv->stations[sta_id].keyinfo;
Zhu Yib481de92007-09-25 17:54:57 -0700369
370 switch (keyinfo->alg) {
371 case ALG_CCMP:
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700372 tx_cmd->sec_ctl = TX_CMD_SEC_CCM;
373 memcpy(tx_cmd->key, keyinfo->key, keyinfo->keylen);
Tomas Winklere1623442009-01-27 14:27:56 -0800374 IWL_DEBUG_TX(priv, "tx_cmd with AES hwcrypto\n");
Zhu Yib481de92007-09-25 17:54:57 -0700375 break;
376
377 case ALG_TKIP:
Zhu Yib481de92007-09-25 17:54:57 -0700378 break;
379
380 case ALG_WEP:
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700381 tx_cmd->sec_ctl = TX_CMD_SEC_WEP |
Johannes Berge039fa42008-05-15 12:55:29 +0200382 (info->control.hw_key->hw_key_idx & TX_CMD_SEC_MSK) << TX_CMD_SEC_SHIFT;
Zhu Yib481de92007-09-25 17:54:57 -0700383
384 if (keyinfo->keylen == 13)
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700385 tx_cmd->sec_ctl |= TX_CMD_SEC_KEY128;
Zhu Yib481de92007-09-25 17:54:57 -0700386
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700387 memcpy(&tx_cmd->key[3], keyinfo->key, keyinfo->keylen);
Zhu Yib481de92007-09-25 17:54:57 -0700388
Tomas Winklere1623442009-01-27 14:27:56 -0800389 IWL_DEBUG_TX(priv, "Configuring packet for WEP encryption "
Johannes Berge039fa42008-05-15 12:55:29 +0200390 "with key %d\n", info->control.hw_key->hw_key_idx);
Zhu Yib481de92007-09-25 17:54:57 -0700391 break;
392
Zhu Yib481de92007-09-25 17:54:57 -0700393 default:
Tomas Winkler978785a2008-12-19 10:37:31 +0800394 IWL_ERR(priv, "Unknown encode alg %d\n", keyinfo->alg);
Zhu Yib481de92007-09-25 17:54:57 -0700395 break;
396 }
397}
398
399/*
400 * handle build REPLY_TX command notification.
401 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800402static void iwl3945_build_tx_cmd_basic(struct iwl_priv *priv,
Johannes Bergc2acea82009-07-24 11:13:05 -0700403 struct iwl_device_cmd *cmd,
Johannes Berge039fa42008-05-15 12:55:29 +0200404 struct ieee80211_tx_info *info,
Winkler, Tomase52119c2008-12-22 11:31:19 +0800405 struct ieee80211_hdr *hdr, u8 std_id)
Zhu Yib481de92007-09-25 17:54:57 -0700406{
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700407 struct iwl3945_tx_cmd *tx_cmd = (struct iwl3945_tx_cmd *)cmd->cmd.payload;
408 __le32 tx_flags = tx_cmd->tx_flags;
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -0700409 __le16 fc = hdr->frame_control;
Zhu Yib481de92007-09-25 17:54:57 -0700410
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700411 tx_cmd->stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE;
Johannes Berge039fa42008-05-15 12:55:29 +0200412 if (!(info->flags & IEEE80211_TX_CTL_NO_ACK)) {
Zhu Yib481de92007-09-25 17:54:57 -0700413 tx_flags |= TX_CMD_FLG_ACK_MSK;
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -0700414 if (ieee80211_is_mgmt(fc))
Zhu Yib481de92007-09-25 17:54:57 -0700415 tx_flags |= TX_CMD_FLG_SEQ_CTL_MSK;
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -0700416 if (ieee80211_is_probe_resp(fc) &&
Zhu Yib481de92007-09-25 17:54:57 -0700417 !(le16_to_cpu(hdr->seq_ctrl) & 0xf))
418 tx_flags |= TX_CMD_FLG_TSF_MSK;
419 } else {
420 tx_flags &= (~TX_CMD_FLG_ACK_MSK);
421 tx_flags |= TX_CMD_FLG_SEQ_CTL_MSK;
422 }
423
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700424 tx_cmd->sta_id = std_id;
Harvey Harrison8b7b1e02008-06-11 14:21:56 -0700425 if (ieee80211_has_morefrags(fc))
Zhu Yib481de92007-09-25 17:54:57 -0700426 tx_flags |= TX_CMD_FLG_MORE_FRAG_MSK;
427
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -0700428 if (ieee80211_is_data_qos(fc)) {
429 u8 *qc = ieee80211_get_qos_ctl(hdr);
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700430 tx_cmd->tid_tspec = qc[0] & 0xf;
Zhu Yib481de92007-09-25 17:54:57 -0700431 tx_flags &= ~TX_CMD_FLG_SEQ_CTL_MSK;
Tomas Winkler54dbb522008-05-15 13:54:06 +0800432 } else {
Zhu Yib481de92007-09-25 17:54:57 -0700433 tx_flags |= TX_CMD_FLG_SEQ_CTL_MSK;
Tomas Winkler54dbb522008-05-15 13:54:06 +0800434 }
Zhu Yib481de92007-09-25 17:54:57 -0700435
Abhijeet Kolekar37dc70f2009-10-09 13:20:30 -0700436 priv->cfg->ops->utils->rts_tx_cmd_flag(info, &tx_flags);
Zhu Yib481de92007-09-25 17:54:57 -0700437
438 if ((tx_flags & TX_CMD_FLG_RTS_MSK) || (tx_flags & TX_CMD_FLG_CTS_MSK))
439 tx_flags |= TX_CMD_FLG_FULL_TXOP_PROT_MSK;
440
441 tx_flags &= ~(TX_CMD_FLG_ANT_SEL_MSK);
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -0700442 if (ieee80211_is_mgmt(fc)) {
443 if (ieee80211_is_assoc_req(fc) || ieee80211_is_reassoc_req(fc))
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700444 tx_cmd->timeout.pm_frame_timeout = cpu_to_le16(3);
Zhu Yib481de92007-09-25 17:54:57 -0700445 else
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700446 tx_cmd->timeout.pm_frame_timeout = cpu_to_le16(2);
Mohamed Abbasab53d8a2008-03-25 16:33:36 -0700447 } else {
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700448 tx_cmd->timeout.pm_frame_timeout = 0;
Mohamed Abbasab53d8a2008-03-25 16:33:36 -0700449 }
Zhu Yib481de92007-09-25 17:54:57 -0700450
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700451 tx_cmd->driver_txop = 0;
452 tx_cmd->tx_flags = tx_flags;
453 tx_cmd->next_frame_len = 0;
Zhu Yib481de92007-09-25 17:54:57 -0700454}
455
Zhu Yib481de92007-09-25 17:54:57 -0700456/*
457 * start REPLY_TX command process
458 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800459static int iwl3945_tx_skb(struct iwl_priv *priv, struct sk_buff *skb)
Zhu Yib481de92007-09-25 17:54:57 -0700460{
461 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)skb->data;
Johannes Berge039fa42008-05-15 12:55:29 +0200462 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb);
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700463 struct iwl3945_tx_cmd *tx_cmd;
Samuel Ortiz188cf6c2008-12-22 11:31:16 +0800464 struct iwl_tx_queue *txq = NULL;
Samuel Ortizd20b3c62008-12-19 10:37:15 +0800465 struct iwl_queue *q = NULL;
Johannes Bergc2acea82009-07-24 11:13:05 -0700466 struct iwl_device_cmd *out_cmd;
467 struct iwl_cmd_meta *out_meta;
Zhu Yib481de92007-09-25 17:54:57 -0700468 dma_addr_t phys_addr;
469 dma_addr_t txcmd_phys;
Winkler, Tomase52119c2008-12-22 11:31:19 +0800470 int txq_id = skb_get_queue_mapping(skb);
Reinette Chatredf833b12009-04-21 10:55:48 -0700471 u16 len, idx, len_org, hdr_len; /* TODO: len_org is not used */
Tomas Winkler54dbb522008-05-15 13:54:06 +0800472 u8 id;
473 u8 unicast;
Zhu Yib481de92007-09-25 17:54:57 -0700474 u8 sta_id;
Tomas Winkler54dbb522008-05-15 13:54:06 +0800475 u8 tid = 0;
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;
Zhu Yib481de92007-09-25 17:54:57 -0700481
482 spin_lock_irqsave(&priv->lock, flags);
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +0800483 if (iwl_is_rfkill(priv)) {
Tomas Winklere1623442009-01-27 14:27:56 -0800484 IWL_DEBUG_DROP(priv, "Dropping - RF KILL\n");
Zhu Yib481de92007-09-25 17:54:57 -0700485 goto drop_unlock;
486 }
487
Johannes Berge039fa42008-05-15 12:55:29 +0200488 if ((ieee80211_get_tx_rate(priv->hw, info)->hw_value & 0xFF) == IWL_INVALID_RATE) {
Winkler, Tomas15b16872008-12-19 10:37:33 +0800489 IWL_ERR(priv, "ERROR: No TX rate available.\n");
Zhu Yib481de92007-09-25 17:54:57 -0700490 goto drop_unlock;
491 }
492
493 unicast = !is_multicast_ether_addr(hdr->addr1);
494 id = 0;
495
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -0700496 fc = hdr->frame_control;
Zhu Yib481de92007-09-25 17:54:57 -0700497
Samuel Ortizd08853a2009-01-23 13:45:17 -0800498#ifdef CONFIG_IWLWIFI_DEBUG
Zhu Yib481de92007-09-25 17:54:57 -0700499 if (ieee80211_is_auth(fc))
Tomas Winklere1623442009-01-27 14:27:56 -0800500 IWL_DEBUG_TX(priv, "Sending AUTH frame\n");
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -0700501 else if (ieee80211_is_assoc_req(fc))
Tomas Winklere1623442009-01-27 14:27:56 -0800502 IWL_DEBUG_TX(priv, "Sending ASSOC frame\n");
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -0700503 else if (ieee80211_is_reassoc_req(fc))
Tomas Winklere1623442009-01-27 14:27:56 -0800504 IWL_DEBUG_TX(priv, "Sending REASSOC frame\n");
Zhu Yib481de92007-09-25 17:54:57 -0700505#endif
506
Zhu Yib481de92007-09-25 17:54:57 -0700507 spin_unlock_irqrestore(&priv->lock, flags);
508
Harvey Harrison7294ec92008-07-15 18:43:59 -0700509 hdr_len = ieee80211_hdrlen(fc);
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800510
511 /* Find (or create) index into station table for destination station */
Gábor Stefanikaa065262009-08-21 20:44:09 +0200512 if (info->flags & IEEE80211_TX_CTL_INJECTED)
513 sta_id = priv->hw_params.bcast_sta_id;
514 else
515 sta_id = iwl_get_sta_id(priv, hdr);
Zhu Yib481de92007-09-25 17:54:57 -0700516 if (sta_id == IWL_INVALID_STATION) {
Tomas Winklere1623442009-01-27 14:27:56 -0800517 IWL_DEBUG_DROP(priv, "Dropping - INVALID STATION: %pM\n",
Johannes Berge1749612008-10-27 15:59:26 -0700518 hdr->addr1);
Zhu Yib481de92007-09-25 17:54:57 -0700519 goto drop;
520 }
521
Tomas Winklere1623442009-01-27 14:27:56 -0800522 IWL_DEBUG_RATE(priv, "station Id %d\n", sta_id);
Zhu Yib481de92007-09-25 17:54:57 -0700523
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -0700524 if (ieee80211_is_data_qos(fc)) {
525 qc = ieee80211_get_qos_ctl(hdr);
Harvey Harrison7294ec92008-07-15 18:43:59 -0700526 tid = qc[0] & IEEE80211_QOS_CTL_TID_MASK;
Reinette Chatree6a6cf42009-08-13 13:30:50 -0700527 if (unlikely(tid >= MAX_TID_COUNT))
528 goto drop;
Tomas Winklerc587de02009-06-03 11:44:07 -0700529 seq_number = priv->stations[sta_id].tid[tid].seq_number &
Zhu Yib481de92007-09-25 17:54:57 -0700530 IEEE80211_SCTL_SEQ;
531 hdr->seq_ctrl = cpu_to_le16(seq_number) |
532 (hdr->seq_ctrl &
Harvey Harrisonc1b4aa32009-01-29 13:26:44 -0800533 cpu_to_le16(IEEE80211_SCTL_FRAG));
Zhu Yib481de92007-09-25 17:54:57 -0700534 seq_number += 0x10;
535 }
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800536
537 /* Descriptor for chosen Tx queue */
Samuel Ortiz188cf6c2008-12-22 11:31:16 +0800538 txq = &priv->txq[txq_id];
Zhu Yib481de92007-09-25 17:54:57 -0700539 q = &txq->q;
540
Zhu Yidc57a302009-12-14 14:12:12 -0800541 if ((iwl_queue_space(q) < q->high_mark))
542 goto drop;
543
Zhu Yib481de92007-09-25 17:54:57 -0700544 spin_lock_irqsave(&priv->lock, flags);
545
Tomas Winklerfc4b6852007-10-25 17:15:24 +0800546 idx = get_cmd_index(q, q->write_ptr, 0);
Zhu Yib481de92007-09-25 17:54:57 -0700547
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800548 /* Set up driver data for this TFD */
Winkler, Tomasdbb66542008-12-22 11:31:14 +0800549 memset(&(txq->txb[q->write_ptr]), 0, sizeof(struct iwl_tx_info));
Tomas Winklerfc4b6852007-10-25 17:15:24 +0800550 txq->txb[q->write_ptr].skb[0] = skb;
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800551
552 /* Init first empty entry in queue's array of Tx/cmd buffers */
Samuel Ortiz188cf6c2008-12-22 11:31:16 +0800553 out_cmd = txq->cmd[idx];
Johannes Bergc2acea82009-07-24 11:13:05 -0700554 out_meta = &txq->meta[idx];
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700555 tx_cmd = (struct iwl3945_tx_cmd *)out_cmd->cmd.payload;
Zhu Yib481de92007-09-25 17:54:57 -0700556 memset(&out_cmd->hdr, 0, sizeof(out_cmd->hdr));
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700557 memset(tx_cmd, 0, sizeof(*tx_cmd));
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800558
559 /*
560 * Set up the Tx-command (not MAC!) header.
561 * Store the chosen Tx queue and TFD index within the sequence field;
562 * after Tx, uCode's Tx response will return this value so driver can
563 * locate the frame within the tx queue and do post-tx processing.
564 */
Zhu Yib481de92007-09-25 17:54:57 -0700565 out_cmd->hdr.cmd = REPLY_TX;
566 out_cmd->hdr.sequence = cpu_to_le16((u16)(QUEUE_TO_SEQ(txq_id) |
Tomas Winklerfc4b6852007-10-25 17:15:24 +0800567 INDEX_TO_SEQ(q->write_ptr)));
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800568
569 /* Copy MAC header from skb into command buffer */
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700570 memcpy(tx_cmd->hdr, hdr, hdr_len);
Zhu Yib481de92007-09-25 17:54:57 -0700571
Reinette Chatredf833b12009-04-21 10:55:48 -0700572
573 if (info->control.hw_key)
574 iwl3945_build_tx_cmd_hwcrypto(priv, info, out_cmd, skb, sta_id);
575
576 /* TODO need this for burst mode later on */
577 iwl3945_build_tx_cmd_basic(priv, out_cmd, info, hdr, sta_id);
578
579 /* set is_hcca to 0; it probably will never be implemented */
580 iwl3945_hw_build_tx_cmd_rate(priv, out_cmd, info, hdr, sta_id, 0);
581
582 /* Total # bytes to be transmitted */
583 len = (u16)skb->len;
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700584 tx_cmd->len = cpu_to_le16(len);
Reinette Chatredf833b12009-04-21 10:55:48 -0700585
Wey-Yi Guy20594eb2009-08-07 15:41:39 -0700586 iwl_dbg_log_tx_data_frame(priv, len, hdr);
Wey-Yi Guy22fdf3c2009-08-07 15:41:40 -0700587 iwl_update_stats(priv, true, fc, len);
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700588 tx_cmd->tx_flags &= ~TX_CMD_FLG_ANT_A_MSK;
589 tx_cmd->tx_flags &= ~TX_CMD_FLG_ANT_B_MSK;
Reinette Chatredf833b12009-04-21 10:55:48 -0700590
591 if (!ieee80211_has_morefrags(hdr->frame_control)) {
592 txq->need_update = 1;
593 if (qc)
Tomas Winklerc587de02009-06-03 11:44:07 -0700594 priv->stations[sta_id].tid[tid].seq_number = seq_number;
Reinette Chatredf833b12009-04-21 10:55:48 -0700595 } else {
596 wait_write_ptr = 1;
597 txq->need_update = 0;
598 }
599
Frans Pop91dd6c22010-03-24 14:19:58 -0700600 IWL_DEBUG_TX(priv, "sequence nr = 0X%x\n",
Reinette Chatredf833b12009-04-21 10:55:48 -0700601 le16_to_cpu(out_cmd->hdr.sequence));
Frans Pop91dd6c22010-03-24 14:19:58 -0700602 IWL_DEBUG_TX(priv, "tx_flags = 0X%x\n", le32_to_cpu(tx_cmd->tx_flags));
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700603 iwl_print_hex_dump(priv, IWL_DL_TX, tx_cmd, sizeof(*tx_cmd));
604 iwl_print_hex_dump(priv, IWL_DL_TX, (u8 *)tx_cmd->hdr,
Reinette Chatredf833b12009-04-21 10:55:48 -0700605 ieee80211_hdrlen(fc));
606
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800607 /*
608 * Use the first empty entry in this queue's command buffer array
609 * to contain the Tx command and MAC header concatenated together
610 * (payload data will be in another buffer).
611 * Size of this varies, due to varying MAC header length.
612 * If end is not dword aligned, we'll have 2 extra bytes at the end
613 * of the MAC header (device reads on dword boundaries).
614 * We'll tell device about this padding later.
615 */
Abhijeet Kolekar3832ec92008-12-19 10:37:26 +0800616 len = sizeof(struct iwl3945_tx_cmd) +
Tomas Winkler4c897252008-12-19 10:37:05 +0800617 sizeof(struct iwl_cmd_header) + hdr_len;
Zhu Yib481de92007-09-25 17:54:57 -0700618
619 len_org = len;
620 len = (len + 3) & ~3;
621
622 if (len_org != len)
623 len_org = 1;
624 else
625 len_org = 0;
626
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800627 /* Physical address of this Tx command's header (not MAC header!),
628 * within command buffer array. */
Reinette Chatredf833b12009-04-21 10:55:48 -0700629 txcmd_phys = pci_map_single(priv->pci_dev, &out_cmd->hdr,
630 len, PCI_DMA_TODEVICE);
631 /* we do not map meta data ... so we can safely access address to
632 * provide to unmap command*/
Johannes Bergc2acea82009-07-24 11:13:05 -0700633 pci_unmap_addr_set(out_meta, mapping, txcmd_phys);
634 pci_unmap_len_set(out_meta, len, len);
Zhu Yib481de92007-09-25 17:54:57 -0700635
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800636 /* Add buffer containing Tx command and MAC(!) header to TFD's
637 * first entry */
Samuel Ortiz7aaa1d72009-01-19 15:30:26 -0800638 priv->cfg->ops->lib->txq_attach_buf_to_tfd(priv, txq,
639 txcmd_phys, len, 1, 0);
Zhu Yib481de92007-09-25 17:54:57 -0700640
Zhu Yib481de92007-09-25 17:54:57 -0700641
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800642 /* Set up TFD's 2nd entry to point directly to remainder of skb,
643 * if any (802.11 null frames have no payload). */
Zhu Yib481de92007-09-25 17:54:57 -0700644 len = skb->len - hdr_len;
645 if (len) {
646 phys_addr = pci_map_single(priv->pci_dev, skb->data + hdr_len,
647 len, PCI_DMA_TODEVICE);
Samuel Ortiz7aaa1d72009-01-19 15:30:26 -0800648 priv->cfg->ops->lib->txq_attach_buf_to_tfd(priv, txq,
649 phys_addr, len,
650 0, U32_PAD(len));
Zhu Yib481de92007-09-25 17:54:57 -0700651 }
652
Zhu Yib481de92007-09-25 17:54:57 -0700653
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800654 /* Tell device the write index *just past* this latest filled TFD */
Tomas Winklerc54b6792008-03-06 17:36:53 -0800655 q->write_ptr = iwl_queue_inc_wrap(q->write_ptr, q->n_bd);
Abhijeet Kolekar7bfedc52010-02-03 13:47:56 -0800656 iwl_txq_update_write_ptr(priv, txq);
Zhu Yib481de92007-09-25 17:54:57 -0700657 spin_unlock_irqrestore(&priv->lock, flags);
658
Samuel Ortizd20b3c62008-12-19 10:37:15 +0800659 if ((iwl_queue_space(q) < q->high_mark)
Zhu Yib481de92007-09-25 17:54:57 -0700660 && priv->mac80211_registered) {
661 if (wait_write_ptr) {
662 spin_lock_irqsave(&priv->lock, flags);
663 txq->need_update = 1;
Samuel Ortiz4f3602c2009-01-19 15:30:25 -0800664 iwl_txq_update_write_ptr(priv, txq);
Zhu Yib481de92007-09-25 17:54:57 -0700665 spin_unlock_irqrestore(&priv->lock, flags);
666 }
667
Johannes Berge4e72fb2009-03-23 17:28:42 +0100668 iwl_stop_queue(priv, skb_get_queue_mapping(skb));
Zhu Yib481de92007-09-25 17:54:57 -0700669 }
670
671 return 0;
672
673drop_unlock:
674 spin_unlock_irqrestore(&priv->lock, flags);
675drop:
676 return -1;
677}
678
Zhu Yib481de92007-09-25 17:54:57 -0700679#define BEACON_TIME_MASK_LOW 0x00FFFFFF
680#define BEACON_TIME_MASK_HIGH 0xFF000000
681#define TIME_UNIT 1024
682
683/*
684 * extended beacon time format
685 * time in usec will be changed into a 32-bit value in 8:24 format
686 * the high 1 byte is the beacon counts
687 * the lower 3 bytes is the time in usec within one beacon interval
688 */
689
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800690static u32 iwl3945_usecs_to_beacons(u32 usec, u32 beacon_interval)
Zhu Yib481de92007-09-25 17:54:57 -0700691{
692 u32 quot;
693 u32 rem;
694 u32 interval = beacon_interval * 1024;
695
696 if (!interval || !usec)
697 return 0;
698
699 quot = (usec / interval) & (BEACON_TIME_MASK_HIGH >> 24);
700 rem = (usec % interval) & BEACON_TIME_MASK_LOW;
701
702 return (quot << 24) + rem;
703}
704
705/* base is usually what we get from ucode with each received frame,
706 * the same as HW timer counter counting down
707 */
708
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800709static __le32 iwl3945_add_beacon_time(u32 base, u32 addon, u32 beacon_interval)
Zhu Yib481de92007-09-25 17:54:57 -0700710{
711 u32 base_low = base & BEACON_TIME_MASK_LOW;
712 u32 addon_low = addon & BEACON_TIME_MASK_LOW;
713 u32 interval = beacon_interval * TIME_UNIT;
714 u32 res = (base & BEACON_TIME_MASK_HIGH) +
715 (addon & BEACON_TIME_MASK_HIGH);
716
717 if (base_low > addon_low)
718 res += base_low - addon_low;
719 else if (base_low < addon_low) {
720 res += interval + base_low - addon_low;
721 res += (1 << 24);
722 } else
723 res += (1 << 24);
724
725 return cpu_to_le32(res);
726}
727
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800728static int iwl3945_get_measurement(struct iwl_priv *priv,
Zhu Yib481de92007-09-25 17:54:57 -0700729 struct ieee80211_measurement_params *params,
730 u8 type)
731{
Tomas Winkler600c0e12008-12-19 10:37:04 +0800732 struct iwl_spectrum_cmd spectrum;
Zhu Yi2f301222009-10-09 17:19:45 +0800733 struct iwl_rx_packet *pkt;
Winkler, Tomasc2d79b482008-12-19 10:37:34 +0800734 struct iwl_host_cmd cmd = {
Zhu Yib481de92007-09-25 17:54:57 -0700735 .id = REPLY_SPECTRUM_MEASUREMENT_CMD,
736 .data = (void *)&spectrum,
Johannes Bergc2acea82009-07-24 11:13:05 -0700737 .flags = CMD_WANT_SKB,
Zhu Yib481de92007-09-25 17:54:57 -0700738 };
739 u32 add_time = le64_to_cpu(params->start_time);
740 int rc;
741 int spectrum_resp_status;
742 int duration = le16_to_cpu(params->duration);
743
Samuel Ortiz8ccde882009-01-27 14:27:52 -0800744 if (iwl_is_associated(priv))
Zhu Yib481de92007-09-25 17:54:57 -0700745 add_time =
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800746 iwl3945_usecs_to_beacons(
Johannes Berge99f168c2010-01-19 10:04:28 -0800747 le64_to_cpu(params->start_time) - priv->_3945.last_tsf,
Zhu Yib481de92007-09-25 17:54:57 -0700748 le16_to_cpu(priv->rxon_timing.beacon_interval));
749
750 memset(&spectrum, 0, sizeof(spectrum));
751
752 spectrum.channel_count = cpu_to_le16(1);
753 spectrum.flags =
754 RXON_FLG_TSF2HOST_MSK | RXON_FLG_ANT_A_MSK | RXON_FLG_DIS_DIV_MSK;
755 spectrum.filter_flags = MEASUREMENT_FILTER_FLAG;
756 cmd.len = sizeof(spectrum);
757 spectrum.len = cpu_to_le16(cmd.len - sizeof(spectrum.len));
758
Samuel Ortiz8ccde882009-01-27 14:27:52 -0800759 if (iwl_is_associated(priv))
Zhu Yib481de92007-09-25 17:54:57 -0700760 spectrum.start_time =
Johannes Berge99f168c2010-01-19 10:04:28 -0800761 iwl3945_add_beacon_time(priv->_3945.last_beacon_time,
Zhu Yib481de92007-09-25 17:54:57 -0700762 add_time,
763 le16_to_cpu(priv->rxon_timing.beacon_interval));
764 else
765 spectrum.start_time = 0;
766
767 spectrum.channels[0].duration = cpu_to_le32(duration * TIME_UNIT);
768 spectrum.channels[0].channel = params->channel;
769 spectrum.channels[0].type = type;
Samuel Ortiz8ccde882009-01-27 14:27:52 -0800770 if (priv->active_rxon.flags & RXON_FLG_BAND_24G_MSK)
Zhu Yib481de92007-09-25 17:54:57 -0700771 spectrum.flags |= RXON_FLG_BAND_24G_MSK |
772 RXON_FLG_AUTO_DETECT_MSK | RXON_FLG_TGG_PROTECT_MSK;
773
Samuel Ortiz518099a2009-01-19 15:30:27 -0800774 rc = iwl_send_cmd_sync(priv, &cmd);
Zhu Yib481de92007-09-25 17:54:57 -0700775 if (rc)
776 return rc;
777
Zhu Yi2f301222009-10-09 17:19:45 +0800778 pkt = (struct iwl_rx_packet *)cmd.reply_page;
779 if (pkt->hdr.flags & IWL_CMD_FAILED_MSK) {
Winkler, Tomas15b16872008-12-19 10:37:33 +0800780 IWL_ERR(priv, "Bad return from REPLY_RX_ON_ASSOC command\n");
Zhu Yib481de92007-09-25 17:54:57 -0700781 rc = -EIO;
782 }
783
Zhu Yi2f301222009-10-09 17:19:45 +0800784 spectrum_resp_status = le16_to_cpu(pkt->u.spectrum.status);
Zhu Yib481de92007-09-25 17:54:57 -0700785 switch (spectrum_resp_status) {
786 case 0: /* Command will be handled */
Zhu Yi2f301222009-10-09 17:19:45 +0800787 if (pkt->u.spectrum.id != 0xff) {
Tomas Winklere1623442009-01-27 14:27:56 -0800788 IWL_DEBUG_INFO(priv, "Replaced existing measurement: %d\n",
Zhu Yi2f301222009-10-09 17:19:45 +0800789 pkt->u.spectrum.id);
Zhu Yib481de92007-09-25 17:54:57 -0700790 priv->measurement_status &= ~MEASUREMENT_READY;
791 }
792 priv->measurement_status |= MEASUREMENT_ACTIVE;
793 rc = 0;
794 break;
795
796 case 1: /* Command will not be handled */
797 rc = -EAGAIN;
798 break;
799 }
800
Zhu Yi64a76b52009-12-10 14:37:21 -0800801 iwl_free_pages(priv, cmd.reply_page);
Zhu Yib481de92007-09-25 17:54:57 -0700802
803 return rc;
804}
Zhu Yib481de92007-09-25 17:54:57 -0700805
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800806static void iwl3945_rx_reply_alive(struct iwl_priv *priv,
Abhijeet Kolekar6100b582008-12-19 10:37:24 +0800807 struct iwl_rx_mem_buffer *rxb)
Zhu Yib481de92007-09-25 17:54:57 -0700808{
Zhu Yi2f301222009-10-09 17:19:45 +0800809 struct iwl_rx_packet *pkt = rxb_addr(rxb);
Tomas Winkler3d24a9f2008-12-19 10:37:07 +0800810 struct iwl_alive_resp *palive;
Zhu Yib481de92007-09-25 17:54:57 -0700811 struct delayed_work *pwork;
812
813 palive = &pkt->u.alive_frame;
814
Tomas Winklere1623442009-01-27 14:27:56 -0800815 IWL_DEBUG_INFO(priv, "Alive ucode status 0x%08X revision "
Zhu Yib481de92007-09-25 17:54:57 -0700816 "0x%01X 0x%01X\n",
817 palive->is_valid, palive->ver_type,
818 palive->ver_subtype);
819
820 if (palive->ver_subtype == INITIALIZE_SUBTYPE) {
Tomas Winklere1623442009-01-27 14:27:56 -0800821 IWL_DEBUG_INFO(priv, "Initialization Alive received.\n");
Tomas Winkler3d24a9f2008-12-19 10:37:07 +0800822 memcpy(&priv->card_alive_init, &pkt->u.alive_frame,
823 sizeof(struct iwl_alive_resp));
Zhu Yib481de92007-09-25 17:54:57 -0700824 pwork = &priv->init_alive_start;
825 } else {
Tomas Winklere1623442009-01-27 14:27:56 -0800826 IWL_DEBUG_INFO(priv, "Runtime Alive received.\n");
Zhu Yib481de92007-09-25 17:54:57 -0700827 memcpy(&priv->card_alive, &pkt->u.alive_frame,
Tomas Winkler3d24a9f2008-12-19 10:37:07 +0800828 sizeof(struct iwl_alive_resp));
Zhu Yib481de92007-09-25 17:54:57 -0700829 pwork = &priv->alive_start;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800830 iwl3945_disable_events(priv);
Zhu Yib481de92007-09-25 17:54:57 -0700831 }
832
833 /* We delay the ALIVE response by 5ms to
834 * give the HW RF Kill time to activate... */
835 if (palive->is_valid == UCODE_VALID_OK)
836 queue_delayed_work(priv->workqueue, pwork,
837 msecs_to_jiffies(5));
838 else
Winkler, Tomas39aadf82008-12-19 10:37:32 +0800839 IWL_WARN(priv, "uCode did not respond OK.\n");
Zhu Yib481de92007-09-25 17:54:57 -0700840}
841
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800842static void iwl3945_rx_reply_add_sta(struct iwl_priv *priv,
Abhijeet Kolekar6100b582008-12-19 10:37:24 +0800843 struct iwl_rx_mem_buffer *rxb)
Zhu Yib481de92007-09-25 17:54:57 -0700844{
Helmut Schaac7e035a2009-01-19 13:02:15 +0100845#ifdef CONFIG_IWLWIFI_DEBUG
Zhu Yi2f301222009-10-09 17:19:45 +0800846 struct iwl_rx_packet *pkt = rxb_addr(rxb);
Helmut Schaac7e035a2009-01-19 13:02:15 +0100847#endif
Zhu Yib481de92007-09-25 17:54:57 -0700848
Tomas Winklere1623442009-01-27 14:27:56 -0800849 IWL_DEBUG_RX(priv, "Received REPLY_ADD_STA: 0x%02X\n", pkt->u.status);
Zhu Yib481de92007-09-25 17:54:57 -0700850 return;
851}
852
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800853static void iwl3945_bg_beacon_update(struct work_struct *work)
Zhu Yib481de92007-09-25 17:54:57 -0700854{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800855 struct iwl_priv *priv =
856 container_of(work, struct iwl_priv, beacon_update);
Zhu Yib481de92007-09-25 17:54:57 -0700857 struct sk_buff *beacon;
858
859 /* Pull updated AP beacon from mac80211. will fail if not in AP mode */
Johannes Berge039fa42008-05-15 12:55:29 +0200860 beacon = ieee80211_beacon_get(priv->hw, priv->vif);
Zhu Yib481de92007-09-25 17:54:57 -0700861
862 if (!beacon) {
Winkler, Tomas15b16872008-12-19 10:37:33 +0800863 IWL_ERR(priv, "update beacon failed\n");
Zhu Yib481de92007-09-25 17:54:57 -0700864 return;
865 }
866
867 mutex_lock(&priv->mutex);
868 /* new beacon skb is allocated every time; dispose previous.*/
869 if (priv->ibss_beacon)
870 dev_kfree_skb(priv->ibss_beacon);
871
872 priv->ibss_beacon = beacon;
873 mutex_unlock(&priv->mutex);
874
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800875 iwl3945_send_beacon_cmd(priv);
Zhu Yib481de92007-09-25 17:54:57 -0700876}
877
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800878static void iwl3945_rx_beacon_notif(struct iwl_priv *priv,
Abhijeet Kolekar6100b582008-12-19 10:37:24 +0800879 struct iwl_rx_mem_buffer *rxb)
Zhu Yib481de92007-09-25 17:54:57 -0700880{
Samuel Ortizd08853a2009-01-23 13:45:17 -0800881#ifdef CONFIG_IWLWIFI_DEBUG
Zhu Yi2f301222009-10-09 17:19:45 +0800882 struct iwl_rx_packet *pkt = rxb_addr(rxb);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800883 struct iwl3945_beacon_notif *beacon = &(pkt->u.beacon_status);
Zhu Yib481de92007-09-25 17:54:57 -0700884 u8 rate = beacon->beacon_notify_hdr.rate;
885
Tomas Winklere1623442009-01-27 14:27:56 -0800886 IWL_DEBUG_RX(priv, "beacon status %x retries %d iss %d "
Zhu Yib481de92007-09-25 17:54:57 -0700887 "tsf %d %d rate %d\n",
888 le32_to_cpu(beacon->beacon_notify_hdr.status) & TX_STATUS_MSK,
889 beacon->beacon_notify_hdr.failure_frame,
890 le32_to_cpu(beacon->ibss_mgr_status),
891 le32_to_cpu(beacon->high_tsf),
892 le32_to_cpu(beacon->low_tsf), rate);
893#endif
894
Johannes Berg05c914f2008-09-11 00:01:58 +0200895 if ((priv->iw_mode == NL80211_IFTYPE_AP) &&
Zhu Yib481de92007-09-25 17:54:57 -0700896 (!test_bit(STATUS_EXIT_PENDING, &priv->status)))
897 queue_work(priv->workqueue, &priv->beacon_update);
898}
899
Zhu Yib481de92007-09-25 17:54:57 -0700900/* Handle notification from uCode that card's power state is changing
901 * due to software, hardware, or critical temperature RFKILL */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800902static void iwl3945_rx_card_state_notif(struct iwl_priv *priv,
Abhijeet Kolekar6100b582008-12-19 10:37:24 +0800903 struct iwl_rx_mem_buffer *rxb)
Zhu Yib481de92007-09-25 17:54:57 -0700904{
Zhu Yi2f301222009-10-09 17:19:45 +0800905 struct iwl_rx_packet *pkt = rxb_addr(rxb);
Zhu Yib481de92007-09-25 17:54:57 -0700906 u32 flags = le32_to_cpu(pkt->u.card_state_notif.flags);
907 unsigned long status = priv->status;
908
Reinette Chatre4c423a22009-07-17 09:30:26 -0700909 IWL_WARN(priv, "Card state received: HW:%s SW:%s\n",
Zhu Yib481de92007-09-25 17:54:57 -0700910 (flags & HW_CARD_DISABLED) ? "Kill" : "On",
911 (flags & SW_CARD_DISABLED) ? "Kill" : "On");
912
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +0800913 iwl_write32(priv, CSR_UCODE_DRV_GP1_SET,
Zhu Yib481de92007-09-25 17:54:57 -0700914 CSR_UCODE_DRV_GP1_BIT_CMD_BLOCKED);
915
916 if (flags & HW_CARD_DISABLED)
917 set_bit(STATUS_RF_KILL_HW, &priv->status);
918 else
919 clear_bit(STATUS_RF_KILL_HW, &priv->status);
920
921
Winkler, Tomasaf0053d2009-01-19 15:30:23 -0800922 iwl_scan_cancel(priv);
Zhu Yib481de92007-09-25 17:54:57 -0700923
924 if ((test_bit(STATUS_RF_KILL_HW, &status) !=
Johannes Berga60e77e2009-06-04 18:26:06 +0200925 test_bit(STATUS_RF_KILL_HW, &priv->status)))
926 wiphy_rfkill_set_hw_state(priv->hw->wiphy,
927 test_bit(STATUS_RF_KILL_HW, &priv->status));
Zhu Yib481de92007-09-25 17:54:57 -0700928 else
929 wake_up_interruptible(&priv->wait_command_queue);
930}
931
932/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800933 * iwl3945_setup_rx_handlers - Initialize Rx handler callbacks
Zhu Yib481de92007-09-25 17:54:57 -0700934 *
935 * Setup the RX handlers for each of the reply types sent from the uCode
936 * to the host.
937 *
938 * This function chains into the hardware specific files for them to setup
939 * any hardware specific handlers as well.
940 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800941static void iwl3945_setup_rx_handlers(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -0700942{
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800943 priv->rx_handlers[REPLY_ALIVE] = iwl3945_rx_reply_alive;
944 priv->rx_handlers[REPLY_ADD_STA] = iwl3945_rx_reply_add_sta;
Abhijeet Kolekar261b9c32009-02-18 15:54:29 -0800945 priv->rx_handlers[REPLY_ERROR] = iwl_rx_reply_error;
Samuel Ortiz8ccde882009-01-27 14:27:52 -0800946 priv->rx_handlers[CHANNEL_SWITCH_NOTIFICATION] = iwl_rx_csa;
Reinette Chatre81963d62010-01-22 14:22:57 -0800947 priv->rx_handlers[SPECTRUM_MEASURE_NOTIFICATION] =
948 iwl_rx_spectrum_measure_notif;
Abhijeet Kolekar030f05e2009-02-18 15:54:28 -0800949 priv->rx_handlers[PM_SLEEP_NOTIFICATION] = iwl_rx_pm_sleep_notif;
Zhu Yib481de92007-09-25 17:54:57 -0700950 priv->rx_handlers[PM_DEBUG_STATISTIC_NOTIFIC] =
Abhijeet Kolekar030f05e2009-02-18 15:54:28 -0800951 iwl_rx_pm_debug_statistics_notif;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800952 priv->rx_handlers[BEACON_NOTIFICATION] = iwl3945_rx_beacon_notif;
Zhu Yib481de92007-09-25 17:54:57 -0700953
Ben Cahill9fbab512007-11-29 11:09:47 +0800954 /*
955 * The same handler is used for both the REPLY to a discrete
956 * statistics request from the host as well as for the periodic
957 * statistics notifications (after received beacons) from the uCode.
Zhu Yib481de92007-09-25 17:54:57 -0700958 */
Abhijeet Kolekar17f36fc2010-04-16 10:03:54 -0700959 priv->rx_handlers[REPLY_STATISTICS_CMD] = iwl3945_reply_statistics;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800960 priv->rx_handlers[STATISTICS_NOTIFICATION] = iwl3945_hw_rx_statistics;
Zhu Yib481de92007-09-25 17:54:57 -0700961
Abhijeet Kolekarcade0eb2009-02-18 15:54:26 -0800962 iwl_setup_rx_scan_handlers(priv);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800963 priv->rx_handlers[CARD_STATE_NOTIFICATION] = iwl3945_rx_card_state_notif;
Zhu Yib481de92007-09-25 17:54:57 -0700964
Ben Cahill9fbab512007-11-29 11:09:47 +0800965 /* Set up hardware specific Rx handlers */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800966 iwl3945_hw_rx_handler_setup(priv);
Zhu Yib481de92007-09-25 17:54:57 -0700967}
968
Zhu Yib481de92007-09-25 17:54:57 -0700969/************************** RX-FUNCTIONS ****************************/
970/*
971 * Rx theory of operation
972 *
973 * The host allocates 32 DMA target addresses and passes the host address
974 * to the firmware at register IWL_RFDS_TABLE_LOWER + N * RFD_SIZE where N is
975 * 0 to 31
976 *
977 * Rx Queue Indexes
978 * The host/firmware share two index registers for managing the Rx buffers.
979 *
980 * The READ index maps to the first position that the firmware may be writing
981 * to -- the driver can read up to (but not including) this position and get
982 * good data.
983 * The READ index is managed by the firmware once the card is enabled.
984 *
985 * The WRITE index maps to the last position the driver has read from -- the
986 * position preceding WRITE is the last slot the firmware can place a packet.
987 *
988 * The queue is empty (no good data) if WRITE = READ - 1, and is full if
989 * WRITE = READ.
990 *
Ben Cahill9fbab512007-11-29 11:09:47 +0800991 * During initialization, the host sets up the READ queue position to the first
Zhu Yib481de92007-09-25 17:54:57 -0700992 * INDEX position, and WRITE to the last (READ - 1 wrapped)
993 *
Ben Cahill9fbab512007-11-29 11:09:47 +0800994 * When the firmware places a packet in a buffer, it will advance the READ index
Zhu Yib481de92007-09-25 17:54:57 -0700995 * and fire the RX interrupt. The driver can then query the READ index and
996 * process as many packets as possible, moving the WRITE index forward as it
997 * resets the Rx queue buffers with new memory.
998 *
999 * The management in the driver is as follows:
1000 * + A list of pre-allocated SKBs is stored in iwl->rxq->rx_free. When
1001 * iwl->rxq->free_count drops to or below RX_LOW_WATERMARK, work is scheduled
Ian Schram01ebd062007-10-25 17:15:22 +08001002 * to replenish the iwl->rxq->rx_free.
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001003 * + In iwl3945_rx_replenish (scheduled) if 'processed' != 'read' then the
Zhu Yib481de92007-09-25 17:54:57 -07001004 * iwl->rxq is replenished and the READ INDEX is updated (updating the
1005 * 'processed' and 'read' driver indexes as well)
1006 * + A received packet is processed and handed to the kernel network stack,
1007 * detached from the iwl->rxq. The driver 'processed' index is updated.
1008 * + The Host/Firmware iwl->rxq is replenished at tasklet time from the rx_free
1009 * list. If there are no allocated buffers in iwl->rxq->rx_free, the READ
1010 * INDEX is not incremented and iwl->status(RX_STALLED) is set. If there
1011 * were enough free buffers and RX_STALLED is set it is cleared.
1012 *
1013 *
1014 * Driver sequence:
1015 *
Ben Cahill9fbab512007-11-29 11:09:47 +08001016 * iwl3945_rx_replenish() Replenishes rx_free list from rx_used, and calls
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001017 * iwl3945_rx_queue_restock
Ben Cahill9fbab512007-11-29 11:09:47 +08001018 * iwl3945_rx_queue_restock() Moves available buffers from rx_free into Rx
Zhu Yib481de92007-09-25 17:54:57 -07001019 * queue, updates firmware pointers, and updates
1020 * the WRITE index. If insufficient rx_free buffers
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001021 * are available, schedules iwl3945_rx_replenish
Zhu Yib481de92007-09-25 17:54:57 -07001022 *
1023 * -- enable interrupts --
Abhijeet Kolekar6100b582008-12-19 10:37:24 +08001024 * ISR - iwl3945_rx() Detach iwl_rx_mem_buffers from pool up to the
Zhu Yib481de92007-09-25 17:54:57 -07001025 * READ INDEX, detaching the SKB from the pool.
1026 * Moves the packet buffer from queue to rx_used.
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001027 * Calls iwl3945_rx_queue_restock to refill any empty
Zhu Yib481de92007-09-25 17:54:57 -07001028 * slots.
1029 * ...
1030 *
1031 */
1032
1033/**
Ben Cahill9fbab512007-11-29 11:09:47 +08001034 * iwl3945_dma_addr2rbd_ptr - convert a DMA address to a uCode read buffer ptr
Zhu Yib481de92007-09-25 17:54:57 -07001035 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001036static inline __le32 iwl3945_dma_addr2rbd_ptr(struct iwl_priv *priv,
Zhu Yib481de92007-09-25 17:54:57 -07001037 dma_addr_t dma_addr)
1038{
1039 return cpu_to_le32((u32)dma_addr);
1040}
1041
1042/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001043 * iwl3945_rx_queue_restock - refill RX queue from pre-allocated pool
Zhu Yib481de92007-09-25 17:54:57 -07001044 *
Ben Cahill9fbab512007-11-29 11:09:47 +08001045 * If there are slots in the RX queue that need to be restocked,
Zhu Yib481de92007-09-25 17:54:57 -07001046 * and we have free pre-allocated buffers, fill the ranks as much
Ben Cahill9fbab512007-11-29 11:09:47 +08001047 * as we can, pulling from rx_free.
Zhu Yib481de92007-09-25 17:54:57 -07001048 *
1049 * This moves the 'write' index forward to catch up with 'processed', and
1050 * also updates the memory address in the firmware to reference the new
1051 * target buffer.
1052 */
Abhijeet Kolekar7bfedc52010-02-03 13:47:56 -08001053static void iwl3945_rx_queue_restock(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07001054{
Abhijeet Kolekarcc2f3622008-12-19 10:37:25 +08001055 struct iwl_rx_queue *rxq = &priv->rxq;
Zhu Yib481de92007-09-25 17:54:57 -07001056 struct list_head *element;
Abhijeet Kolekar6100b582008-12-19 10:37:24 +08001057 struct iwl_rx_mem_buffer *rxb;
Zhu Yib481de92007-09-25 17:54:57 -07001058 unsigned long flags;
Abhijeet Kolekar7bfedc52010-02-03 13:47:56 -08001059 int write;
Zhu Yib481de92007-09-25 17:54:57 -07001060
1061 spin_lock_irqsave(&rxq->lock, flags);
1062 write = rxq->write & ~0x7;
Winkler, Tomas37d68312009-01-08 10:19:54 -08001063 while ((iwl_rx_queue_space(rxq) > 0) && (rxq->free_count)) {
Cahill, Ben M6440adb2007-11-29 11:09:55 +08001064 /* Get next free Rx buffer, remove from free list */
Zhu Yib481de92007-09-25 17:54:57 -07001065 element = rxq->rx_free.next;
Abhijeet Kolekar6100b582008-12-19 10:37:24 +08001066 rxb = list_entry(element, struct iwl_rx_mem_buffer, list);
Zhu Yib481de92007-09-25 17:54:57 -07001067 list_del(element);
Cahill, Ben M6440adb2007-11-29 11:09:55 +08001068
1069 /* Point to Rx buffer via next RBD in circular buffer */
Zhu Yi2f301222009-10-09 17:19:45 +08001070 rxq->bd[rxq->write] = iwl3945_dma_addr2rbd_ptr(priv, rxb->page_dma);
Zhu Yib481de92007-09-25 17:54:57 -07001071 rxq->queue[rxq->write] = rxb;
1072 rxq->write = (rxq->write + 1) & RX_QUEUE_MASK;
1073 rxq->free_count--;
1074 }
1075 spin_unlock_irqrestore(&rxq->lock, flags);
1076 /* If the pre-allocated buffer pool is dropping low, schedule to
1077 * refill it */
1078 if (rxq->free_count <= RX_LOW_WATERMARK)
1079 queue_work(priv->workqueue, &priv->rx_replenish);
1080
1081
Cahill, Ben M6440adb2007-11-29 11:09:55 +08001082 /* If we've added more space for the firmware to place data, tell it.
1083 * Increment device's write pointer in multiples of 8. */
Abhijeet Kolekard14d44402009-06-03 11:44:08 -07001084 if ((rxq->write_actual != (rxq->write & ~0x7))
Zhu Yib481de92007-09-25 17:54:57 -07001085 || (abs(rxq->write - rxq->read) > 7)) {
1086 spin_lock_irqsave(&rxq->lock, flags);
1087 rxq->need_update = 1;
1088 spin_unlock_irqrestore(&rxq->lock, flags);
Abhijeet Kolekar7bfedc52010-02-03 13:47:56 -08001089 iwl_rx_queue_update_write_ptr(priv, rxq);
Zhu Yib481de92007-09-25 17:54:57 -07001090 }
Zhu Yib481de92007-09-25 17:54:57 -07001091}
1092
1093/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001094 * iwl3945_rx_replenish - Move all used packet from rx_used to rx_free
Zhu Yib481de92007-09-25 17:54:57 -07001095 *
1096 * When moving to rx_free an SKB is allocated for the slot.
1097 *
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001098 * Also restock the Rx queue via iwl3945_rx_queue_restock.
Ian Schram01ebd062007-10-25 17:15:22 +08001099 * This is called as a scheduled work item (except for during initialization)
Zhu Yib481de92007-09-25 17:54:57 -07001100 */
Abhijeet Kolekard14d44402009-06-03 11:44:08 -07001101static void iwl3945_rx_allocate(struct iwl_priv *priv, gfp_t priority)
Zhu Yib481de92007-09-25 17:54:57 -07001102{
Abhijeet Kolekarcc2f3622008-12-19 10:37:25 +08001103 struct iwl_rx_queue *rxq = &priv->rxq;
Zhu Yib481de92007-09-25 17:54:57 -07001104 struct list_head *element;
Abhijeet Kolekar6100b582008-12-19 10:37:24 +08001105 struct iwl_rx_mem_buffer *rxb;
Zhu Yi2f301222009-10-09 17:19:45 +08001106 struct page *page;
Zhu Yib481de92007-09-25 17:54:57 -07001107 unsigned long flags;
Zhu Yi29b1b262009-10-23 13:42:25 -07001108 gfp_t gfp_mask = priority;
Abhijeet Kolekar72240492009-04-30 13:56:26 -07001109
1110 while (1) {
1111 spin_lock_irqsave(&rxq->lock, flags);
1112
1113 if (list_empty(&rxq->rx_used)) {
1114 spin_unlock_irqrestore(&rxq->lock, flags);
1115 return;
1116 }
Abhijeet Kolekar72240492009-04-30 13:56:26 -07001117 spin_unlock_irqrestore(&rxq->lock, flags);
Cahill, Ben M6440adb2007-11-29 11:09:55 +08001118
Reinette Chatref82a9242009-09-17 10:43:56 -07001119 if (rxq->free_count > RX_LOW_WATERMARK)
Zhu Yi29b1b262009-10-23 13:42:25 -07001120 gfp_mask |= __GFP_NOWARN;
Zhu Yi2f301222009-10-09 17:19:45 +08001121
1122 if (priv->hw_params.rx_page_order > 0)
Zhu Yi29b1b262009-10-23 13:42:25 -07001123 gfp_mask |= __GFP_COMP;
Zhu Yi2f301222009-10-09 17:19:45 +08001124
Cahill, Ben M6440adb2007-11-29 11:09:55 +08001125 /* Alloc a new receive buffer */
Zhu Yi29b1b262009-10-23 13:42:25 -07001126 page = alloc_pages(gfp_mask, priv->hw_params.rx_page_order);
Zhu Yi2f301222009-10-09 17:19:45 +08001127 if (!page) {
Zhu Yib481de92007-09-25 17:54:57 -07001128 if (net_ratelimit())
Reinette Chatref82a9242009-09-17 10:43:56 -07001129 IWL_DEBUG_INFO(priv, "Failed to allocate SKB buffer.\n");
1130 if ((rxq->free_count <= RX_LOW_WATERMARK) &&
1131 net_ratelimit())
1132 IWL_CRIT(priv, "Failed to allocate SKB buffer with %s. Only %u free buffers remaining.\n",
1133 priority == GFP_ATOMIC ? "GFP_ATOMIC" : "GFP_KERNEL",
1134 rxq->free_count);
Zhu Yib481de92007-09-25 17:54:57 -07001135 /* We don't reschedule replenish work here -- we will
1136 * call the restock method and if it still needs
1137 * more buffers it will schedule replenish */
1138 break;
1139 }
Zhu Yi12342c42007-12-20 11:27:32 +08001140
Reinette Chatrede0bd502009-09-11 10:38:12 -07001141 spin_lock_irqsave(&rxq->lock, flags);
1142 if (list_empty(&rxq->rx_used)) {
1143 spin_unlock_irqrestore(&rxq->lock, flags);
Zhu Yi2f301222009-10-09 17:19:45 +08001144 __free_pages(page, priv->hw_params.rx_page_order);
Reinette Chatrede0bd502009-09-11 10:38:12 -07001145 return;
1146 }
1147 element = rxq->rx_used.next;
1148 rxb = list_entry(element, struct iwl_rx_mem_buffer, list);
1149 list_del(element);
1150 spin_unlock_irqrestore(&rxq->lock, flags);
1151
Zhu Yi2f301222009-10-09 17:19:45 +08001152 rxb->page = page;
Cahill, Ben M6440adb2007-11-29 11:09:55 +08001153 /* Get physical address of RB/SKB */
Zhu Yi2f301222009-10-09 17:19:45 +08001154 rxb->page_dma = pci_map_page(priv->pci_dev, page, 0,
1155 PAGE_SIZE << priv->hw_params.rx_page_order,
1156 PCI_DMA_FROMDEVICE);
Abhijeet Kolekar72240492009-04-30 13:56:26 -07001157
1158 spin_lock_irqsave(&rxq->lock, flags);
Zhu Yi2f301222009-10-09 17:19:45 +08001159
Zhu Yib481de92007-09-25 17:54:57 -07001160 list_add_tail(&rxb->list, &rxq->rx_free);
1161 rxq->free_count++;
Zhu Yi2f301222009-10-09 17:19:45 +08001162 priv->alloc_rxb_page++;
1163
Abhijeet Kolekar72240492009-04-30 13:56:26 -07001164 spin_unlock_irqrestore(&rxq->lock, flags);
Zhu Yib481de92007-09-25 17:54:57 -07001165 }
Mohamed Abbas5c0eef92007-11-29 11:10:14 +08001166}
1167
Reinette Chatredf833b12009-04-21 10:55:48 -07001168void iwl3945_rx_queue_reset(struct iwl_priv *priv, struct iwl_rx_queue *rxq)
1169{
1170 unsigned long flags;
1171 int i;
1172 spin_lock_irqsave(&rxq->lock, flags);
1173 INIT_LIST_HEAD(&rxq->rx_free);
1174 INIT_LIST_HEAD(&rxq->rx_used);
1175 /* Fill the rx_used queue with _all_ of the Rx buffers */
1176 for (i = 0; i < RX_FREE_BUFFERS + RX_QUEUE_SIZE; i++) {
1177 /* In the reset function, these buffers may have been allocated
1178 * to an SKB, so we need to unmap and free potential storage */
Zhu Yi2f301222009-10-09 17:19:45 +08001179 if (rxq->pool[i].page != NULL) {
1180 pci_unmap_page(priv->pci_dev, rxq->pool[i].page_dma,
1181 PAGE_SIZE << priv->hw_params.rx_page_order,
1182 PCI_DMA_FROMDEVICE);
Zhu Yi64a76b52009-12-10 14:37:21 -08001183 __iwl_free_pages(priv, rxq->pool[i].page);
Zhu Yi2f301222009-10-09 17:19:45 +08001184 rxq->pool[i].page = NULL;
Reinette Chatredf833b12009-04-21 10:55:48 -07001185 }
1186 list_add_tail(&rxq->pool[i].list, &rxq->rx_used);
1187 }
1188
1189 /* Set us so that we have processed and used all buffers, but have
1190 * not restocked the Rx queue with fresh buffers */
1191 rxq->read = rxq->write = 0;
Abhijeet Kolekard14d44402009-06-03 11:44:08 -07001192 rxq->write_actual = 0;
Zhu Yi2f301222009-10-09 17:19:45 +08001193 rxq->free_count = 0;
Reinette Chatredf833b12009-04-21 10:55:48 -07001194 spin_unlock_irqrestore(&rxq->lock, flags);
1195}
Reinette Chatredf833b12009-04-21 10:55:48 -07001196
Mohamed Abbas5c0eef92007-11-29 11:10:14 +08001197void iwl3945_rx_replenish(void *data)
1198{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001199 struct iwl_priv *priv = data;
Mohamed Abbas5c0eef92007-11-29 11:10:14 +08001200 unsigned long flags;
1201
Abhijeet Kolekard14d44402009-06-03 11:44:08 -07001202 iwl3945_rx_allocate(priv, GFP_KERNEL);
Zhu Yib481de92007-09-25 17:54:57 -07001203
1204 spin_lock_irqsave(&priv->lock, flags);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001205 iwl3945_rx_queue_restock(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001206 spin_unlock_irqrestore(&priv->lock, flags);
1207}
1208
Abhijeet Kolekard14d44402009-06-03 11:44:08 -07001209static void iwl3945_rx_replenish_now(struct iwl_priv *priv)
1210{
1211 iwl3945_rx_allocate(priv, GFP_ATOMIC);
1212
1213 iwl3945_rx_queue_restock(priv);
1214}
1215
1216
Reinette Chatredf833b12009-04-21 10:55:48 -07001217/* Assumes that the skb field of the buffers in 'pool' is kept accurate.
1218 * If an SKB has been detached, the POOL needs to have its SKB set to NULL
1219 * This free routine walks the list of POOL entries and if SKB is set to
1220 * non NULL it is unmapped and freed
1221 */
1222static void iwl3945_rx_queue_free(struct iwl_priv *priv, struct iwl_rx_queue *rxq)
1223{
1224 int i;
1225 for (i = 0; i < RX_QUEUE_SIZE + RX_FREE_BUFFERS; i++) {
Zhu Yi2f301222009-10-09 17:19:45 +08001226 if (rxq->pool[i].page != NULL) {
1227 pci_unmap_page(priv->pci_dev, rxq->pool[i].page_dma,
1228 PAGE_SIZE << priv->hw_params.rx_page_order,
1229 PCI_DMA_FROMDEVICE);
Zhu Yi64a76b52009-12-10 14:37:21 -08001230 __iwl_free_pages(priv, rxq->pool[i].page);
Zhu Yi2f301222009-10-09 17:19:45 +08001231 rxq->pool[i].page = NULL;
Reinette Chatredf833b12009-04-21 10:55:48 -07001232 }
1233 }
1234
Stanislaw Gruszkaf36d04a2010-02-10 05:07:45 -08001235 dma_free_coherent(&priv->pci_dev->dev, 4 * RX_QUEUE_SIZE, rxq->bd,
1236 rxq->dma_addr);
1237 dma_free_coherent(&priv->pci_dev->dev, sizeof(struct iwl_rb_status),
1238 rxq->rb_stts, rxq->rb_stts_dma);
Reinette Chatredf833b12009-04-21 10:55:48 -07001239 rxq->bd = NULL;
1240 rxq->rb_stts = NULL;
1241}
Reinette Chatredf833b12009-04-21 10:55:48 -07001242
1243
Zhu Yib481de92007-09-25 17:54:57 -07001244/* Convert linear signal-to-noise ratio into dB */
1245static u8 ratio2dB[100] = {
1246/* 0 1 2 3 4 5 6 7 8 9 */
1247 0, 0, 6, 10, 12, 14, 16, 17, 18, 19, /* 00 - 09 */
1248 20, 21, 22, 22, 23, 23, 24, 25, 26, 26, /* 10 - 19 */
1249 26, 26, 26, 27, 27, 28, 28, 28, 29, 29, /* 20 - 29 */
1250 29, 30, 30, 30, 31, 31, 31, 31, 32, 32, /* 30 - 39 */
1251 32, 32, 32, 33, 33, 33, 33, 33, 34, 34, /* 40 - 49 */
1252 34, 34, 34, 34, 35, 35, 35, 35, 35, 35, /* 50 - 59 */
1253 36, 36, 36, 36, 36, 36, 36, 37, 37, 37, /* 60 - 69 */
1254 37, 37, 37, 37, 37, 38, 38, 38, 38, 38, /* 70 - 79 */
1255 38, 38, 38, 38, 38, 39, 39, 39, 39, 39, /* 80 - 89 */
1256 39, 39, 39, 39, 39, 40, 40, 40, 40, 40 /* 90 - 99 */
1257};
1258
1259/* Calculates a relative dB value from a ratio of linear
1260 * (i.e. not dB) signal levels.
1261 * Conversion assumes that levels are voltages (20*log), not powers (10*log). */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001262int iwl3945_calc_db_from_ratio(int sig_ratio)
Zhu Yib481de92007-09-25 17:54:57 -07001263{
Adrian Bunk221c80c2008-02-02 23:19:01 +02001264 /* 1000:1 or higher just report as 60 dB */
1265 if (sig_ratio >= 1000)
Zhu Yib481de92007-09-25 17:54:57 -07001266 return 60;
1267
Adrian Bunk221c80c2008-02-02 23:19:01 +02001268 /* 100:1 or higher, divide by 10 and use table,
Zhu Yib481de92007-09-25 17:54:57 -07001269 * add 20 dB to make up for divide by 10 */
Adrian Bunk221c80c2008-02-02 23:19:01 +02001270 if (sig_ratio >= 100)
Tomas Winkler3ac7f142008-07-21 02:40:14 +03001271 return 20 + (int)ratio2dB[sig_ratio/10];
Zhu Yib481de92007-09-25 17:54:57 -07001272
1273 /* We shouldn't see this */
1274 if (sig_ratio < 1)
1275 return 0;
1276
1277 /* Use table for ratios 1:1 - 99:1 */
1278 return (int)ratio2dB[sig_ratio];
1279}
1280
Zhu Yib481de92007-09-25 17:54:57 -07001281/**
Ben Cahill9fbab512007-11-29 11:09:47 +08001282 * iwl3945_rx_handle - Main entry function for receiving responses from uCode
Zhu Yib481de92007-09-25 17:54:57 -07001283 *
1284 * Uses the priv->rx_handlers callback function array to invoke
1285 * the appropriate handlers, including command responses,
1286 * frame-received notifications, and other notifications.
1287 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001288static void iwl3945_rx_handle(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07001289{
Abhijeet Kolekar6100b582008-12-19 10:37:24 +08001290 struct iwl_rx_mem_buffer *rxb;
Tomas Winkler3d24a9f2008-12-19 10:37:07 +08001291 struct iwl_rx_packet *pkt;
Abhijeet Kolekarcc2f3622008-12-19 10:37:25 +08001292 struct iwl_rx_queue *rxq = &priv->rxq;
Zhu Yib481de92007-09-25 17:54:57 -07001293 u32 r, i;
1294 int reclaim;
1295 unsigned long flags;
Mohamed Abbas5c0eef92007-11-29 11:10:14 +08001296 u8 fill_rx = 0;
Mohamed Abbasd68ab682008-02-07 13:16:33 -08001297 u32 count = 8;
Abhijeet Kolekard14d44402009-06-03 11:44:08 -07001298 int total_empty = 0;
Zhu Yib481de92007-09-25 17:54:57 -07001299
Cahill, Ben M6440adb2007-11-29 11:09:55 +08001300 /* uCode's read index (stored in shared DRAM) indicates the last Rx
1301 * buffer that the driver may process (last buffer filled by ucode). */
Winkler, Tomas8cd812b2008-12-19 10:37:43 +08001302 r = le16_to_cpu(rxq->rb_stts->closed_rb_num) & 0x0FFF;
Zhu Yib481de92007-09-25 17:54:57 -07001303 i = rxq->read;
1304
Abhijeet Kolekard14d44402009-06-03 11:44:08 -07001305 /* calculate total frames need to be restock after handling RX */
Zhu Yi73005152009-10-23 13:42:32 -07001306 total_empty = r - rxq->write_actual;
Abhijeet Kolekard14d44402009-06-03 11:44:08 -07001307 if (total_empty < 0)
1308 total_empty += RX_QUEUE_SIZE;
1309
1310 if (total_empty > (RX_QUEUE_SIZE / 2))
Mohamed Abbas5c0eef92007-11-29 11:10:14 +08001311 fill_rx = 1;
Zhu Yib481de92007-09-25 17:54:57 -07001312 /* Rx interrupt, but nothing sent from uCode */
1313 if (i == r)
Reinette Chatreaf472a952009-08-28 09:58:50 -07001314 IWL_DEBUG_RX(priv, "r = %d, i = %d\n", r, i);
Zhu Yib481de92007-09-25 17:54:57 -07001315
1316 while (i != r) {
1317 rxb = rxq->queue[i];
1318
Ben Cahill9fbab512007-11-29 11:09:47 +08001319 /* If an RXB doesn't have a Rx queue slot associated with it,
Zhu Yib481de92007-09-25 17:54:57 -07001320 * then a bug has been introduced in the queue refilling
1321 * routines -- catch it here */
1322 BUG_ON(rxb == NULL);
1323
1324 rxq->queue[i] = NULL;
1325
Zhu Yi2f301222009-10-09 17:19:45 +08001326 pci_unmap_page(priv->pci_dev, rxb->page_dma,
1327 PAGE_SIZE << priv->hw_params.rx_page_order,
1328 PCI_DMA_FROMDEVICE);
1329 pkt = rxb_addr(rxb);
Zhu Yib481de92007-09-25 17:54:57 -07001330
Johannes Bergbe1a71a2009-10-02 13:44:02 -07001331 trace_iwlwifi_dev_rx(priv, pkt,
1332 le32_to_cpu(pkt->len_n_flags) & FH_RSCSR_FRAME_SIZE_MSK);
1333
Zhu Yib481de92007-09-25 17:54:57 -07001334 /* Reclaim a command buffer only if this packet is a response
1335 * to a (driver-originated) command.
1336 * If the packet (e.g. Rx frame) originated from uCode,
1337 * there is no command buffer to reclaim.
1338 * Ucode should set SEQ_RX_FRAME bit if ucode-originated,
1339 * but apparently a few don't get set; catch them here. */
1340 reclaim = !(pkt->hdr.sequence & SEQ_RX_FRAME) &&
1341 (pkt->hdr.cmd != STATISTICS_NOTIFICATION) &&
1342 (pkt->hdr.cmd != REPLY_TX);
1343
1344 /* Based on type of command response or notification,
1345 * handle those that need handling via function in
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001346 * rx_handlers table. See iwl3945_setup_rx_handlers() */
Zhu Yib481de92007-09-25 17:54:57 -07001347 if (priv->rx_handlers[pkt->hdr.cmd]) {
Reinette Chatreaf472a952009-08-28 09:58:50 -07001348 IWL_DEBUG_RX(priv, "r = %d, i = %d, %s, 0x%02x\n", r, i,
Zhu Yib481de92007-09-25 17:54:57 -07001349 get_cmd_string(pkt->hdr.cmd), pkt->hdr.cmd);
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001350 priv->isr_stats.rx_handlers[pkt->hdr.cmd]++;
Zhu Yi29b1b262009-10-23 13:42:25 -07001351 priv->rx_handlers[pkt->hdr.cmd] (priv, rxb);
Zhu Yib481de92007-09-25 17:54:57 -07001352 } else {
1353 /* No handling needed */
Zhu Yi2f301222009-10-09 17:19:45 +08001354 IWL_DEBUG_RX(priv,
1355 "r %d i %d No handler needed for %s, 0x%02x\n",
Zhu Yib481de92007-09-25 17:54:57 -07001356 r, i, get_cmd_string(pkt->hdr.cmd),
1357 pkt->hdr.cmd);
1358 }
1359
Zhu Yi29b1b262009-10-23 13:42:25 -07001360 /*
1361 * XXX: After here, we should always check rxb->page
1362 * against NULL before touching it or its virtual
1363 * memory (pkt). Because some rx_handler might have
1364 * already taken or freed the pages.
1365 */
1366
Zhu Yib481de92007-09-25 17:54:57 -07001367 if (reclaim) {
Zhu Yi2f301222009-10-09 17:19:45 +08001368 /* Invoke any callbacks, transfer the buffer to caller,
1369 * and fire off the (possibly) blocking iwl_send_cmd()
Zhu Yib481de92007-09-25 17:54:57 -07001370 * as we reclaim the driver command queue */
Zhu Yi29b1b262009-10-23 13:42:25 -07001371 if (rxb->page)
Abhijeet Kolekar732587a2009-03-11 11:17:57 -07001372 iwl_tx_cmd_complete(priv, rxb);
Zhu Yib481de92007-09-25 17:54:57 -07001373 else
Winkler, Tomas39aadf82008-12-19 10:37:32 +08001374 IWL_WARN(priv, "Claim null rxb?\n");
Zhu Yib481de92007-09-25 17:54:57 -07001375 }
1376
Zhu Yi73005152009-10-23 13:42:32 -07001377 /* Reuse the page if possible. For notification packets and
1378 * SKBs that fail to Rx correctly, add them back into the
1379 * rx_free list for reuse later. */
Zhu Yib481de92007-09-25 17:54:57 -07001380 spin_lock_irqsave(&rxq->lock, flags);
Zhu Yi73005152009-10-23 13:42:32 -07001381 if (rxb->page != NULL) {
1382 rxb->page_dma = pci_map_page(priv->pci_dev, rxb->page,
1383 0, PAGE_SIZE << priv->hw_params.rx_page_order,
1384 PCI_DMA_FROMDEVICE);
1385 list_add_tail(&rxb->list, &rxq->rx_free);
1386 rxq->free_count++;
1387 } else
1388 list_add_tail(&rxb->list, &rxq->rx_used);
1389
Zhu Yib481de92007-09-25 17:54:57 -07001390 spin_unlock_irqrestore(&rxq->lock, flags);
Zhu Yi73005152009-10-23 13:42:32 -07001391
Zhu Yib481de92007-09-25 17:54:57 -07001392 i = (i + 1) & RX_QUEUE_MASK;
Mohamed Abbas5c0eef92007-11-29 11:10:14 +08001393 /* If there are a lot of unused frames,
1394 * restock the Rx queue so ucode won't assert. */
1395 if (fill_rx) {
1396 count++;
1397 if (count >= 8) {
Zhu Yi73005152009-10-23 13:42:32 -07001398 rxq->read = i;
Abhijeet Kolekard14d44402009-06-03 11:44:08 -07001399 iwl3945_rx_replenish_now(priv);
Mohamed Abbas5c0eef92007-11-29 11:10:14 +08001400 count = 0;
1401 }
1402 }
Zhu Yib481de92007-09-25 17:54:57 -07001403 }
1404
1405 /* Backtrack one entry */
Zhu Yi73005152009-10-23 13:42:32 -07001406 rxq->read = i;
Abhijeet Kolekard14d44402009-06-03 11:44:08 -07001407 if (fill_rx)
1408 iwl3945_rx_replenish_now(priv);
1409 else
1410 iwl3945_rx_queue_restock(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001411}
1412
Mohamed Abbas0359fac2008-03-28 16:21:08 -07001413/* call this function to flush any scheduled tasklet */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001414static inline void iwl_synchronize_irq(struct iwl_priv *priv)
Mohamed Abbas0359fac2008-03-28 16:21:08 -07001415{
Tomas Winklera96a27f2008-10-23 23:48:56 -07001416 /* wait to make sure we flush pending tasklet*/
Mohamed Abbas0359fac2008-03-28 16:21:08 -07001417 synchronize_irq(priv->pci_dev->irq);
1418 tasklet_kill(&priv->irq_tasklet);
1419}
1420
Zhu Yib481de92007-09-25 17:54:57 -07001421static const char *desc_lookup(int i)
1422{
1423 switch (i) {
1424 case 1:
1425 return "FAIL";
1426 case 2:
1427 return "BAD_PARAM";
1428 case 3:
1429 return "BAD_CHECKSUM";
1430 case 4:
1431 return "NMI_INTERRUPT";
1432 case 5:
1433 return "SYSASSERT";
1434 case 6:
1435 return "FATAL_ERROR";
1436 }
1437
1438 return "UNKNOWN";
1439}
1440
1441#define ERROR_START_OFFSET (1 * sizeof(u32))
1442#define ERROR_ELEM_SIZE (7 * sizeof(u32))
1443
Reinette Chatreb7a79402009-09-25 14:24:23 -07001444void iwl3945_dump_nic_error_log(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07001445{
1446 u32 i;
1447 u32 desc, time, count, base, data1;
1448 u32 blink1, blink2, ilink1, ilink2;
Zhu Yib481de92007-09-25 17:54:57 -07001449
1450 base = le32_to_cpu(priv->card_alive.error_event_table_ptr);
1451
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001452 if (!iwl3945_hw_valid_rtc_data_addr(base)) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08001453 IWL_ERR(priv, "Not valid error log pointer 0x%08X\n", base);
Zhu Yib481de92007-09-25 17:54:57 -07001454 return;
1455 }
1456
Zhu Yib481de92007-09-25 17:54:57 -07001457
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001458 count = iwl_read_targ_mem(priv, base);
Zhu Yib481de92007-09-25 17:54:57 -07001459
1460 if (ERROR_START_OFFSET <= count * ERROR_ELEM_SIZE) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08001461 IWL_ERR(priv, "Start IWL Error Log Dump:\n");
1462 IWL_ERR(priv, "Status: 0x%08lX, count: %d\n",
1463 priv->status, count);
Zhu Yib481de92007-09-25 17:54:57 -07001464 }
1465
Winkler, Tomas15b16872008-12-19 10:37:33 +08001466 IWL_ERR(priv, "Desc Time asrtPC blink2 "
Zhu Yib481de92007-09-25 17:54:57 -07001467 "ilink1 nmiPC Line\n");
1468 for (i = ERROR_START_OFFSET;
1469 i < (count * ERROR_ELEM_SIZE) + ERROR_START_OFFSET;
1470 i += ERROR_ELEM_SIZE) {
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001471 desc = iwl_read_targ_mem(priv, base + i);
Zhu Yib481de92007-09-25 17:54:57 -07001472 time =
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001473 iwl_read_targ_mem(priv, base + i + 1 * sizeof(u32));
Zhu Yib481de92007-09-25 17:54:57 -07001474 blink1 =
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001475 iwl_read_targ_mem(priv, base + i + 2 * sizeof(u32));
Zhu Yib481de92007-09-25 17:54:57 -07001476 blink2 =
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001477 iwl_read_targ_mem(priv, base + i + 3 * sizeof(u32));
Zhu Yib481de92007-09-25 17:54:57 -07001478 ilink1 =
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001479 iwl_read_targ_mem(priv, base + i + 4 * sizeof(u32));
Zhu Yib481de92007-09-25 17:54:57 -07001480 ilink2 =
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001481 iwl_read_targ_mem(priv, base + i + 5 * sizeof(u32));
Zhu Yib481de92007-09-25 17:54:57 -07001482 data1 =
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001483 iwl_read_targ_mem(priv, base + i + 6 * sizeof(u32));
Zhu Yib481de92007-09-25 17:54:57 -07001484
Winkler, Tomas15b16872008-12-19 10:37:33 +08001485 IWL_ERR(priv,
1486 "%-13s (#%d) %010u 0x%05X 0x%05X 0x%05X 0x%05X %u\n\n",
1487 desc_lookup(desc), desc, time, blink1, blink2,
1488 ilink1, ilink2, data1);
Johannes Bergbe1a71a2009-10-02 13:44:02 -07001489 trace_iwlwifi_dev_ucode_error(priv, desc, time, data1, 0,
1490 0, blink1, blink2, ilink1, ilink2);
Zhu Yib481de92007-09-25 17:54:57 -07001491 }
Zhu Yib481de92007-09-25 17:54:57 -07001492}
1493
Ben Cahillf58177b2007-11-29 11:09:43 +08001494#define EVENT_START_OFFSET (6 * sizeof(u32))
Zhu Yib481de92007-09-25 17:54:57 -07001495
1496/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001497 * iwl3945_print_event_log - Dump error event log to syslog
Zhu Yib481de92007-09-25 17:54:57 -07001498 *
Zhu Yib481de92007-09-25 17:54:57 -07001499 */
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001500static int iwl3945_print_event_log(struct iwl_priv *priv, u32 start_idx,
1501 u32 num_events, u32 mode,
1502 int pos, char **buf, size_t bufsz)
Zhu Yib481de92007-09-25 17:54:57 -07001503{
1504 u32 i;
1505 u32 base; /* SRAM byte address of event log header */
1506 u32 event_size; /* 2 u32s, or 3 u32s if timestamp recorded */
1507 u32 ptr; /* SRAM byte address of log data */
1508 u32 ev, time, data; /* event log data */
Ben Cahille5854472009-11-06 14:52:58 -08001509 unsigned long reg_flags;
Zhu Yib481de92007-09-25 17:54:57 -07001510
1511 if (num_events == 0)
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001512 return pos;
Zhu Yib481de92007-09-25 17:54:57 -07001513
1514 base = le32_to_cpu(priv->card_alive.log_event_table_ptr);
1515
1516 if (mode == 0)
1517 event_size = 2 * sizeof(u32);
1518 else
1519 event_size = 3 * sizeof(u32);
1520
1521 ptr = base + EVENT_START_OFFSET + (start_idx * event_size);
1522
Ben Cahille5854472009-11-06 14:52:58 -08001523 /* Make sure device is powered up for SRAM reads */
1524 spin_lock_irqsave(&priv->reg_lock, reg_flags);
1525 iwl_grab_nic_access(priv);
1526
1527 /* Set starting address; reads will auto-increment */
1528 _iwl_write_direct32(priv, HBUS_TARG_MEM_RADDR, ptr);
1529 rmb();
1530
Zhu Yib481de92007-09-25 17:54:57 -07001531 /* "time" is actually "data" for mode 0 (no timestamp).
1532 * place event id # at far right for easier visual parsing. */
1533 for (i = 0; i < num_events; i++) {
Ben Cahille5854472009-11-06 14:52:58 -08001534 ev = _iwl_read_direct32(priv, HBUS_TARG_MEM_RDAT);
1535 time = _iwl_read_direct32(priv, HBUS_TARG_MEM_RDAT);
Winkler, Tomas15b16872008-12-19 10:37:33 +08001536 if (mode == 0) {
1537 /* data, ev */
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001538 if (bufsz) {
1539 pos += scnprintf(*buf + pos, bufsz - pos,
1540 "0x%08x:%04u\n",
1541 time, ev);
1542 } else {
1543 IWL_ERR(priv, "0x%08x\t%04u\n", time, ev);
1544 trace_iwlwifi_dev_ucode_event(priv, 0,
1545 time, ev);
1546 }
Winkler, Tomas15b16872008-12-19 10:37:33 +08001547 } else {
Ben Cahille5854472009-11-06 14:52:58 -08001548 data = _iwl_read_direct32(priv, HBUS_TARG_MEM_RDAT);
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001549 if (bufsz) {
1550 pos += scnprintf(*buf + pos, bufsz - pos,
1551 "%010u:0x%08x:%04u\n",
1552 time, data, ev);
1553 } else {
1554 IWL_ERR(priv, "%010u\t0x%08x\t%04u\n",
1555 time, data, ev);
1556 trace_iwlwifi_dev_ucode_event(priv, time,
1557 data, ev);
1558 }
Zhu Yib481de92007-09-25 17:54:57 -07001559 }
1560 }
Ben Cahille5854472009-11-06 14:52:58 -08001561
1562 /* Allow device to power down */
1563 iwl_release_nic_access(priv);
1564 spin_unlock_irqrestore(&priv->reg_lock, reg_flags);
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001565 return pos;
Zhu Yib481de92007-09-25 17:54:57 -07001566}
1567
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001568/**
1569 * iwl3945_print_last_event_logs - Dump the newest # of event log to syslog
1570 */
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001571static int iwl3945_print_last_event_logs(struct iwl_priv *priv, u32 capacity,
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001572 u32 num_wraps, u32 next_entry,
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001573 u32 size, u32 mode,
1574 int pos, char **buf, size_t bufsz)
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001575{
1576 /*
1577 * display the newest DEFAULT_LOG_ENTRIES entries
1578 * i.e the entries just before the next ont that uCode would fill.
1579 */
1580 if (num_wraps) {
1581 if (next_entry < size) {
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001582 pos = iwl3945_print_event_log(priv,
1583 capacity - (size - next_entry),
1584 size - next_entry, mode,
1585 pos, buf, bufsz);
1586 pos = iwl3945_print_event_log(priv, 0,
1587 next_entry, mode,
1588 pos, buf, bufsz);
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001589 } else
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001590 pos = iwl3945_print_event_log(priv, next_entry - size,
1591 size, mode,
1592 pos, buf, bufsz);
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001593 } else {
1594 if (next_entry < size)
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001595 pos = iwl3945_print_event_log(priv, 0,
1596 next_entry, mode,
1597 pos, buf, bufsz);
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001598 else
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001599 pos = iwl3945_print_event_log(priv, next_entry - size,
1600 size, mode,
1601 pos, buf, bufsz);
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001602 }
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001603 return pos;
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001604}
1605
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001606#define DEFAULT_IWL3945_DUMP_EVENT_LOG_ENTRIES (20)
1607
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001608int iwl3945_dump_nic_event_log(struct iwl_priv *priv, bool full_log,
1609 char **buf, bool display)
Zhu Yib481de92007-09-25 17:54:57 -07001610{
Zhu Yib481de92007-09-25 17:54:57 -07001611 u32 base; /* SRAM byte address of event log header */
1612 u32 capacity; /* event log capacity in # entries */
1613 u32 mode; /* 0 - no timestamp, 1 - timestamp recorded */
1614 u32 num_wraps; /* # times uCode wrapped to top of log */
1615 u32 next_entry; /* index of next entry to be written by uCode */
1616 u32 size; /* # entries that we'll print */
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001617 int pos = 0;
1618 size_t bufsz = 0;
Zhu Yib481de92007-09-25 17:54:57 -07001619
1620 base = le32_to_cpu(priv->card_alive.log_event_table_ptr);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001621 if (!iwl3945_hw_valid_rtc_data_addr(base)) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08001622 IWL_ERR(priv, "Invalid event log pointer 0x%08X\n", base);
Wey-Yi Guy937c3972010-01-15 13:43:36 -08001623 return -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07001624 }
1625
Zhu Yib481de92007-09-25 17:54:57 -07001626 /* event log header */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001627 capacity = iwl_read_targ_mem(priv, base);
1628 mode = iwl_read_targ_mem(priv, base + (1 * sizeof(u32)));
1629 num_wraps = iwl_read_targ_mem(priv, base + (2 * sizeof(u32)));
1630 next_entry = iwl_read_targ_mem(priv, base + (3 * sizeof(u32)));
Zhu Yib481de92007-09-25 17:54:57 -07001631
Wey-Yi Guy678b3852010-03-26 12:54:37 -07001632 if (capacity > priv->cfg->max_event_log_size) {
Ben Cahill84c40692009-11-06 14:52:57 -08001633 IWL_ERR(priv, "Log capacity %d is bogus, limit to %d entries\n",
Wey-Yi Guy678b3852010-03-26 12:54:37 -07001634 capacity, priv->cfg->max_event_log_size);
1635 capacity = priv->cfg->max_event_log_size;
Ben Cahill84c40692009-11-06 14:52:57 -08001636 }
1637
Wey-Yi Guy678b3852010-03-26 12:54:37 -07001638 if (next_entry > priv->cfg->max_event_log_size) {
Ben Cahill84c40692009-11-06 14:52:57 -08001639 IWL_ERR(priv, "Log write index %d is bogus, limit to %d\n",
Wey-Yi Guy678b3852010-03-26 12:54:37 -07001640 next_entry, priv->cfg->max_event_log_size);
1641 next_entry = priv->cfg->max_event_log_size;
Ben Cahill84c40692009-11-06 14:52:57 -08001642 }
1643
Zhu Yib481de92007-09-25 17:54:57 -07001644 size = num_wraps ? capacity : next_entry;
1645
1646 /* bail out if nothing in log */
1647 if (size == 0) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08001648 IWL_ERR(priv, "Start IWL Event Log Dump: nothing in log\n");
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001649 return pos;
Zhu Yib481de92007-09-25 17:54:57 -07001650 }
1651
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001652#ifdef CONFIG_IWLWIFI_DEBUG
Wey-Yi Guy521d9bc2009-12-10 14:37:23 -08001653 if (!(iwl_get_debug_level(priv) & IWL_DL_FW_ERRORS) && !full_log)
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001654 size = (size > DEFAULT_IWL3945_DUMP_EVENT_LOG_ENTRIES)
1655 ? DEFAULT_IWL3945_DUMP_EVENT_LOG_ENTRIES : size;
1656#else
1657 size = (size > DEFAULT_IWL3945_DUMP_EVENT_LOG_ENTRIES)
1658 ? DEFAULT_IWL3945_DUMP_EVENT_LOG_ENTRIES : size;
1659#endif
1660
1661 IWL_ERR(priv, "Start IWL Event Log Dump: display last %d count\n",
1662 size);
Zhu Yib481de92007-09-25 17:54:57 -07001663
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001664#ifdef CONFIG_IWLWIFI_DEBUG
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001665 if (display) {
1666 if (full_log)
1667 bufsz = capacity * 48;
1668 else
1669 bufsz = size * 48;
1670 *buf = kmalloc(bufsz, GFP_KERNEL);
1671 if (!*buf)
Wey-Yi Guy937c3972010-01-15 13:43:36 -08001672 return -ENOMEM;
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001673 }
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001674 if ((iwl_get_debug_level(priv) & IWL_DL_FW_ERRORS) || full_log) {
1675 /* if uCode has wrapped back to top of log,
1676 * start at the oldest entry,
1677 * i.e the next one that uCode would fill.
1678 */
1679 if (num_wraps)
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001680 pos = iwl3945_print_event_log(priv, next_entry,
1681 capacity - next_entry, mode,
1682 pos, buf, bufsz);
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001683
1684 /* (then/else) start at top of log */
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001685 pos = iwl3945_print_event_log(priv, 0, next_entry, mode,
1686 pos, buf, bufsz);
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001687 } else
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001688 pos = iwl3945_print_last_event_logs(priv, capacity, num_wraps,
1689 next_entry, size, mode,
1690 pos, buf, bufsz);
Reinette Chatreb7a79402009-09-25 14:24:23 -07001691#else
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001692 pos = iwl3945_print_last_event_logs(priv, capacity, num_wraps,
1693 next_entry, size, mode,
1694 pos, buf, bufsz);
Reinette Chatreb7a79402009-09-25 14:24:23 -07001695#endif
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001696 return pos;
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001697}
1698
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001699static void iwl3945_irq_tasklet(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07001700{
1701 u32 inta, handled = 0;
1702 u32 inta_fh;
1703 unsigned long flags;
Samuel Ortizd08853a2009-01-23 13:45:17 -08001704#ifdef CONFIG_IWLWIFI_DEBUG
Zhu Yib481de92007-09-25 17:54:57 -07001705 u32 inta_mask;
1706#endif
1707
1708 spin_lock_irqsave(&priv->lock, flags);
1709
1710 /* Ack/clear/reset pending uCode interrupts.
1711 * Note: Some bits in CSR_INT are "OR" of bits in CSR_FH_INT_STATUS,
1712 * and will clear only when CSR_FH_INT_STATUS gets cleared. */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001713 inta = iwl_read32(priv, CSR_INT);
1714 iwl_write32(priv, CSR_INT, inta);
Zhu Yib481de92007-09-25 17:54:57 -07001715
1716 /* Ack/clear/reset pending flow-handler (DMA) interrupts.
1717 * Any new interrupts that happen after this, either while we're
1718 * in this tasklet, or later, will show up in next ISR/tasklet. */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001719 inta_fh = iwl_read32(priv, CSR_FH_INT_STATUS);
1720 iwl_write32(priv, CSR_FH_INT_STATUS, inta_fh);
Zhu Yib481de92007-09-25 17:54:57 -07001721
Samuel Ortizd08853a2009-01-23 13:45:17 -08001722#ifdef CONFIG_IWLWIFI_DEBUG
Reinette Chatre3d816c72009-08-07 15:41:37 -07001723 if (iwl_get_debug_level(priv) & IWL_DL_ISR) {
Ben Cahill9fbab512007-11-29 11:09:47 +08001724 /* just for debug */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001725 inta_mask = iwl_read32(priv, CSR_INT_MASK);
Tomas Winklere1623442009-01-27 14:27:56 -08001726 IWL_DEBUG_ISR(priv, "inta 0x%08x, enabled 0x%08x, fh 0x%08x\n",
Zhu Yib481de92007-09-25 17:54:57 -07001727 inta, inta_mask, inta_fh);
1728 }
1729#endif
1730
Zhu Yi2f301222009-10-09 17:19:45 +08001731 spin_unlock_irqrestore(&priv->lock, flags);
1732
Zhu Yib481de92007-09-25 17:54:57 -07001733 /* Since CSR_INT and CSR_FH_INT_STATUS reads and clears are not
1734 * atomic, make sure that inta covers all the interrupts that
1735 * we've discovered, even if FH interrupt came in just after
1736 * reading CSR_INT. */
Tomas Winkler6f83eaa2008-03-04 18:09:28 -08001737 if (inta_fh & CSR39_FH_INT_RX_MASK)
Zhu Yib481de92007-09-25 17:54:57 -07001738 inta |= CSR_INT_BIT_FH_RX;
Tomas Winkler6f83eaa2008-03-04 18:09:28 -08001739 if (inta_fh & CSR39_FH_INT_TX_MASK)
Zhu Yib481de92007-09-25 17:54:57 -07001740 inta |= CSR_INT_BIT_FH_TX;
1741
1742 /* Now service all interrupt bits discovered above. */
1743 if (inta & CSR_INT_BIT_HW_ERR) {
Reinette Chatre58dba722009-07-17 09:30:25 -07001744 IWL_ERR(priv, "Hardware error detected. Restarting.\n");
Zhu Yib481de92007-09-25 17:54:57 -07001745
1746 /* Tell the device to stop sending interrupts */
Abhijeet Kolekared3b9322009-02-18 15:54:30 -08001747 iwl_disable_interrupts(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001748
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001749 priv->isr_stats.hw++;
Samuel Ortiz8ccde882009-01-27 14:27:52 -08001750 iwl_irq_handle_error(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001751
1752 handled |= CSR_INT_BIT_HW_ERR;
1753
Zhu Yib481de92007-09-25 17:54:57 -07001754 return;
1755 }
1756
Samuel Ortizd08853a2009-01-23 13:45:17 -08001757#ifdef CONFIG_IWLWIFI_DEBUG
Reinette Chatre3d816c72009-08-07 15:41:37 -07001758 if (iwl_get_debug_level(priv) & (IWL_DL_ISR)) {
Zhu Yib481de92007-09-25 17:54:57 -07001759 /* NIC fires this, but we don't use it, redundant with WAKEUP */
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001760 if (inta & CSR_INT_BIT_SCD) {
Tomas Winklere1623442009-01-27 14:27:56 -08001761 IWL_DEBUG_ISR(priv, "Scheduler finished to transmit "
Joonwoo Park25c03d82008-01-23 10:15:20 -08001762 "the frame/frames.\n");
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001763 priv->isr_stats.sch++;
1764 }
Zhu Yib481de92007-09-25 17:54:57 -07001765
1766 /* Alive notification via Rx interrupt will do the real work */
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001767 if (inta & CSR_INT_BIT_ALIVE) {
Tomas Winklere1623442009-01-27 14:27:56 -08001768 IWL_DEBUG_ISR(priv, "Alive interrupt\n");
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001769 priv->isr_stats.alive++;
1770 }
Zhu Yib481de92007-09-25 17:54:57 -07001771 }
1772#endif
1773 /* Safely ignore these bits for debug checks below */
Joonwoo Park25c03d82008-01-23 10:15:20 -08001774 inta &= ~(CSR_INT_BIT_SCD | CSR_INT_BIT_ALIVE);
Zhu Yib481de92007-09-25 17:54:57 -07001775
Zhu Yib481de92007-09-25 17:54:57 -07001776 /* Error detected by uCode */
1777 if (inta & CSR_INT_BIT_SW_ERR) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08001778 IWL_ERR(priv, "Microcode SW error detected. "
1779 "Restarting 0x%X.\n", inta);
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001780 priv->isr_stats.sw++;
1781 priv->isr_stats.sw_err = inta;
Samuel Ortiz8ccde882009-01-27 14:27:52 -08001782 iwl_irq_handle_error(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001783 handled |= CSR_INT_BIT_SW_ERR;
1784 }
1785
1786 /* uCode wakes up after power-down sleep */
1787 if (inta & CSR_INT_BIT_WAKEUP) {
Tomas Winklere1623442009-01-27 14:27:56 -08001788 IWL_DEBUG_ISR(priv, "Wakeup interrupt\n");
Winkler, Tomas141c43a2009-01-08 10:19:53 -08001789 iwl_rx_queue_update_write_ptr(priv, &priv->rxq);
Samuel Ortiz4f3602c2009-01-19 15:30:25 -08001790 iwl_txq_update_write_ptr(priv, &priv->txq[0]);
1791 iwl_txq_update_write_ptr(priv, &priv->txq[1]);
1792 iwl_txq_update_write_ptr(priv, &priv->txq[2]);
1793 iwl_txq_update_write_ptr(priv, &priv->txq[3]);
1794 iwl_txq_update_write_ptr(priv, &priv->txq[4]);
1795 iwl_txq_update_write_ptr(priv, &priv->txq[5]);
Zhu Yib481de92007-09-25 17:54:57 -07001796
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001797 priv->isr_stats.wakeup++;
Zhu Yib481de92007-09-25 17:54:57 -07001798 handled |= CSR_INT_BIT_WAKEUP;
1799 }
1800
1801 /* All uCode command responses, including Tx command responses,
1802 * Rx "responses" (frame-received notification), and other
1803 * notifications from uCode come through here*/
1804 if (inta & (CSR_INT_BIT_FH_RX | CSR_INT_BIT_SW_RX)) {
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001805 iwl3945_rx_handle(priv);
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001806 priv->isr_stats.rx++;
Zhu Yib481de92007-09-25 17:54:57 -07001807 handled |= (CSR_INT_BIT_FH_RX | CSR_INT_BIT_SW_RX);
1808 }
1809
1810 if (inta & CSR_INT_BIT_FH_TX) {
Tomas Winklere1623442009-01-27 14:27:56 -08001811 IWL_DEBUG_ISR(priv, "Tx interrupt\n");
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001812 priv->isr_stats.tx++;
Zhu Yib481de92007-09-25 17:54:57 -07001813
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001814 iwl_write32(priv, CSR_FH_INT_STATUS, (1 << 6));
Mohamed Abbasa8b50a02009-05-22 11:01:47 -07001815 iwl_write_direct32(priv, FH39_TCSR_CREDIT
1816 (FH39_SRVC_CHNL), 0x0);
Zhu Yib481de92007-09-25 17:54:57 -07001817 handled |= CSR_INT_BIT_FH_TX;
1818 }
1819
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001820 if (inta & ~handled) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08001821 IWL_ERR(priv, "Unhandled INTA bits 0x%08x\n", inta & ~handled);
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001822 priv->isr_stats.unhandled++;
1823 }
Zhu Yib481de92007-09-25 17:54:57 -07001824
Mohamed Abbas40cefda2009-05-22 11:01:52 -07001825 if (inta & ~priv->inta_mask) {
Winkler, Tomas39aadf82008-12-19 10:37:32 +08001826 IWL_WARN(priv, "Disabled INTA bits 0x%08x were pending\n",
Mohamed Abbas40cefda2009-05-22 11:01:52 -07001827 inta & ~priv->inta_mask);
Winkler, Tomas39aadf82008-12-19 10:37:32 +08001828 IWL_WARN(priv, " with FH_INT = 0x%08x\n", inta_fh);
Zhu Yib481de92007-09-25 17:54:57 -07001829 }
1830
1831 /* Re-enable all interrupts */
Mohamed Abbas0359fac2008-03-28 16:21:08 -07001832 /* only Re-enable if disabled by irq */
1833 if (test_bit(STATUS_INT_ENABLED, &priv->status))
Abhijeet Kolekared3b9322009-02-18 15:54:30 -08001834 iwl_enable_interrupts(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001835
Samuel Ortizd08853a2009-01-23 13:45:17 -08001836#ifdef CONFIG_IWLWIFI_DEBUG
Reinette Chatre3d816c72009-08-07 15:41:37 -07001837 if (iwl_get_debug_level(priv) & (IWL_DL_ISR)) {
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001838 inta = iwl_read32(priv, CSR_INT);
1839 inta_mask = iwl_read32(priv, CSR_INT_MASK);
1840 inta_fh = iwl_read32(priv, CSR_FH_INT_STATUS);
Tomas Winklere1623442009-01-27 14:27:56 -08001841 IWL_DEBUG_ISR(priv, "End inta 0x%08x, enabled 0x%08x, fh 0x%08x, "
Zhu Yib481de92007-09-25 17:54:57 -07001842 "flags 0x%08lx\n", inta, inta_mask, inta_fh, flags);
1843 }
1844#endif
Zhu Yib481de92007-09-25 17:54:57 -07001845}
1846
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001847static int iwl3945_get_channels_for_scan(struct iwl_priv *priv,
Johannes Berg8318d782008-01-24 19:38:38 +01001848 enum ieee80211_band band,
Abhijeet Kolekarf9340522008-09-03 11:26:58 +08001849 u8 is_active, u8 n_probes,
Johannes Berg1dda6d22010-04-29 04:43:06 -07001850 struct iwl3945_scan_channel *scan_ch,
1851 struct ieee80211_vif *vif)
Zhu Yib481de92007-09-25 17:54:57 -07001852{
Johannes Berg4e05c232009-06-19 13:52:44 -07001853 struct ieee80211_channel *chan;
Johannes Berg8318d782008-01-24 19:38:38 +01001854 const struct ieee80211_supported_band *sband;
Samuel Ortizd20b3c62008-12-19 10:37:15 +08001855 const struct iwl_channel_info *ch_info;
Zhu Yib481de92007-09-25 17:54:57 -07001856 u16 passive_dwell = 0;
1857 u16 active_dwell = 0;
1858 int added, i;
1859
Kolekar, Abhijeetcbba18c2008-12-19 10:37:42 +08001860 sband = iwl_get_hw_mode(priv, band);
Johannes Berg8318d782008-01-24 19:38:38 +01001861 if (!sband)
Zhu Yib481de92007-09-25 17:54:57 -07001862 return 0;
1863
Samuel Ortiz77fecfb82009-01-23 13:45:12 -08001864 active_dwell = iwl_get_active_dwell_time(priv, band, n_probes);
Johannes Berg1dda6d22010-04-29 04:43:06 -07001865 passive_dwell = iwl_get_passive_dwell_time(priv, band, vif);
Zhu Yib481de92007-09-25 17:54:57 -07001866
Abhijeet Kolekar8f4807a2008-09-03 11:26:31 +08001867 if (passive_dwell <= active_dwell)
1868 passive_dwell = active_dwell + 1;
1869
Johannes Berg4e05c232009-06-19 13:52:44 -07001870 for (i = 0, added = 0; i < priv->scan_request->n_channels; i++) {
1871 chan = priv->scan_request->channels[i];
1872
1873 if (chan->band != band)
Johannes Berg182e2e62008-04-04 10:41:56 +02001874 continue;
1875
Johannes Berg4e05c232009-06-19 13:52:44 -07001876 scan_ch->channel = chan->hw_value;
Zhu Yib481de92007-09-25 17:54:57 -07001877
Samuel Ortize6148912009-01-23 13:45:15 -08001878 ch_info = iwl_get_channel_info(priv, band, scan_ch->channel);
Zhu Yib481de92007-09-25 17:54:57 -07001879 if (!is_channel_valid(ch_info)) {
Tomas Winklere1623442009-01-27 14:27:56 -08001880 IWL_DEBUG_SCAN(priv, "Channel %d is INVALID for this band.\n",
Zhu Yib481de92007-09-25 17:54:57 -07001881 scan_ch->channel);
1882 continue;
1883 }
1884
Zhu Yib481de92007-09-25 17:54:57 -07001885 scan_ch->active_dwell = cpu_to_le16(active_dwell);
1886 scan_ch->passive_dwell = cpu_to_le16(passive_dwell);
Abhijeet Kolekar011a0332008-12-02 12:14:07 -08001887 /* If passive , set up for auto-switch
1888 * and use long active_dwell time.
1889 */
1890 if (!is_active || is_channel_passive(ch_info) ||
Johannes Berg4e05c232009-06-19 13:52:44 -07001891 (chan->flags & IEEE80211_CHAN_PASSIVE_SCAN)) {
Abhijeet Kolekar011a0332008-12-02 12:14:07 -08001892 scan_ch->type = 0; /* passive */
1893 if (IWL_UCODE_API(priv->ucode_ver) == 1)
1894 scan_ch->active_dwell = cpu_to_le16(passive_dwell - 1);
1895 } else {
1896 scan_ch->type = 1; /* active */
1897 }
1898
1899 /* Set direct probe bits. These may be used both for active
1900 * scan channels (probes gets sent right away),
1901 * or for passive channels (probes get se sent only after
1902 * hearing clear Rx packet).*/
1903 if (IWL_UCODE_API(priv->ucode_ver) >= 2) {
1904 if (n_probes)
Winkler, Tomas0d210442009-01-23 13:45:21 -08001905 scan_ch->type |= IWL39_SCAN_PROBE_MASK(n_probes);
Abhijeet Kolekar011a0332008-12-02 12:14:07 -08001906 } else {
1907 /* uCode v1 does not allow setting direct probe bits on
1908 * passive channel. */
1909 if ((scan_ch->type & 1) && n_probes)
Winkler, Tomas0d210442009-01-23 13:45:21 -08001910 scan_ch->type |= IWL39_SCAN_PROBE_MASK(n_probes);
Abhijeet Kolekar011a0332008-12-02 12:14:07 -08001911 }
Zhu Yib481de92007-09-25 17:54:57 -07001912
Ben Cahill9fbab512007-11-29 11:09:47 +08001913 /* Set txpower levels to defaults */
Zhu Yib481de92007-09-25 17:54:57 -07001914 scan_ch->tpc.dsp_atten = 110;
1915 /* scan_pwr_info->tpc.dsp_atten; */
1916
1917 /*scan_pwr_info->tpc.tx_gain; */
Johannes Berg8318d782008-01-24 19:38:38 +01001918 if (band == IEEE80211_BAND_5GHZ)
Zhu Yib481de92007-09-25 17:54:57 -07001919 scan_ch->tpc.tx_gain = ((1 << 5) | (3 << 3)) | 3;
1920 else {
1921 scan_ch->tpc.tx_gain = ((1 << 5) | (5 << 3));
1922 /* NOTE: if we were doing 6Mb OFDM for scans we'd use
Ben Cahill9fbab512007-11-29 11:09:47 +08001923 * power level:
Reinette Chatre8a1b0242008-01-14 17:46:25 -08001924 * scan_ch->tpc.tx_gain = ((1 << 5) | (2 << 3)) | 3;
Zhu Yib481de92007-09-25 17:54:57 -07001925 */
1926 }
1927
Tomas Winklere1623442009-01-27 14:27:56 -08001928 IWL_DEBUG_SCAN(priv, "Scanning %d [%s %d]\n",
Zhu Yib481de92007-09-25 17:54:57 -07001929 scan_ch->channel,
1930 (scan_ch->type & 1) ? "ACTIVE" : "PASSIVE",
1931 (scan_ch->type & 1) ?
1932 active_dwell : passive_dwell);
1933
1934 scan_ch++;
1935 added++;
1936 }
1937
Frans Pop91dd6c22010-03-24 14:19:58 -07001938 IWL_DEBUG_SCAN(priv, "total channels to scan %d\n", added);
Zhu Yib481de92007-09-25 17:54:57 -07001939 return added;
1940}
1941
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001942static void iwl3945_init_hw_rates(struct iwl_priv *priv,
Zhu Yib481de92007-09-25 17:54:57 -07001943 struct ieee80211_rate *rates)
1944{
1945 int i;
1946
Dan Carpenter8e1a53c2010-03-28 14:55:00 +03001947 for (i = 0; i < IWL_RATE_COUNT_LEGACY; i++) {
Johannes Berg8318d782008-01-24 19:38:38 +01001948 rates[i].bitrate = iwl3945_rates[i].ieee * 5;
1949 rates[i].hw_value = i; /* Rate scaling will work on indexes */
1950 rates[i].hw_value_short = i;
1951 rates[i].flags = 0;
Samuel Ortizd9829a62008-12-19 10:37:12 +08001952 if ((i > IWL39_LAST_OFDM_RATE) || (i < IWL_FIRST_OFDM_RATE)) {
Zhu Yib481de92007-09-25 17:54:57 -07001953 /*
Johannes Berg8318d782008-01-24 19:38:38 +01001954 * If CCK != 1M then set short preamble rate flag.
Zhu Yib481de92007-09-25 17:54:57 -07001955 */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001956 rates[i].flags |= (iwl3945_rates[i].plcp == 10) ?
Johannes Berg8318d782008-01-24 19:38:38 +01001957 0 : IEEE80211_RATE_SHORT_PREAMBLE;
Zhu Yib481de92007-09-25 17:54:57 -07001958 }
Zhu Yib481de92007-09-25 17:54:57 -07001959 }
1960}
1961
Zhu Yib481de92007-09-25 17:54:57 -07001962/******************************************************************************
1963 *
1964 * uCode download functions
1965 *
1966 ******************************************************************************/
1967
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001968static void iwl3945_dealloc_ucode_pci(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07001969{
Tomas Winkler98c92212008-01-14 17:46:20 -08001970 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_code);
1971 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_data);
1972 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_data_backup);
1973 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_init);
1974 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_init_data);
1975 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_boot);
Zhu Yib481de92007-09-25 17:54:57 -07001976}
1977
1978/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001979 * iwl3945_verify_inst_full - verify runtime uCode image in card vs. host,
Zhu Yib481de92007-09-25 17:54:57 -07001980 * looking at all data.
1981 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001982static int iwl3945_verify_inst_full(struct iwl_priv *priv, __le32 *image, u32 len)
Zhu Yib481de92007-09-25 17:54:57 -07001983{
1984 u32 val;
1985 u32 save_len = len;
1986 int rc = 0;
1987 u32 errcnt;
1988
Tomas Winklere1623442009-01-27 14:27:56 -08001989 IWL_DEBUG_INFO(priv, "ucode inst image size is %u\n", len);
Zhu Yib481de92007-09-25 17:54:57 -07001990
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001991 iwl_write_direct32(priv, HBUS_TARG_MEM_RADDR,
Samuel Ortiz250bdd22008-12-19 10:37:11 +08001992 IWL39_RTC_INST_LOWER_BOUND);
Zhu Yib481de92007-09-25 17:54:57 -07001993
1994 errcnt = 0;
1995 for (; len > 0; len -= sizeof(u32), image++) {
1996 /* read data comes through single port, auto-incr addr */
1997 /* NOTE: Use the debugless read so we don't flood kernel log
1998 * if IWL_DL_IO is set */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001999 val = _iwl_read_direct32(priv, HBUS_TARG_MEM_RDAT);
Zhu Yib481de92007-09-25 17:54:57 -07002000 if (val != le32_to_cpu(*image)) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08002001 IWL_ERR(priv, "uCode INST section is invalid at "
Zhu Yib481de92007-09-25 17:54:57 -07002002 "offset 0x%x, is 0x%x, s/b 0x%x\n",
2003 save_len - len, val, le32_to_cpu(*image));
2004 rc = -EIO;
2005 errcnt++;
2006 if (errcnt >= 20)
2007 break;
2008 }
2009 }
2010
Zhu Yib481de92007-09-25 17:54:57 -07002011
2012 if (!errcnt)
Tomas Winklere1623442009-01-27 14:27:56 -08002013 IWL_DEBUG_INFO(priv,
2014 "ucode image in INSTRUCTION memory is good\n");
Zhu Yib481de92007-09-25 17:54:57 -07002015
2016 return rc;
2017}
2018
2019
2020/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002021 * iwl3945_verify_inst_sparse - verify runtime uCode image in card vs. host,
Zhu Yib481de92007-09-25 17:54:57 -07002022 * using sample data 100 bytes apart. If these sample points are good,
2023 * it's a pretty good bet that everything between them is good, too.
2024 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002025static int iwl3945_verify_inst_sparse(struct iwl_priv *priv, __le32 *image, u32 len)
Zhu Yib481de92007-09-25 17:54:57 -07002026{
2027 u32 val;
2028 int rc = 0;
2029 u32 errcnt = 0;
2030 u32 i;
2031
Tomas Winklere1623442009-01-27 14:27:56 -08002032 IWL_DEBUG_INFO(priv, "ucode inst image size is %u\n", len);
Zhu Yib481de92007-09-25 17:54:57 -07002033
Zhu Yib481de92007-09-25 17:54:57 -07002034 for (i = 0; i < len; i += 100, image += 100/sizeof(u32)) {
2035 /* read data comes through single port, auto-incr addr */
2036 /* NOTE: Use the debugless read so we don't flood kernel log
2037 * if IWL_DL_IO is set */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002038 iwl_write_direct32(priv, HBUS_TARG_MEM_RADDR,
Samuel Ortiz250bdd22008-12-19 10:37:11 +08002039 i + IWL39_RTC_INST_LOWER_BOUND);
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002040 val = _iwl_read_direct32(priv, HBUS_TARG_MEM_RDAT);
Zhu Yib481de92007-09-25 17:54:57 -07002041 if (val != le32_to_cpu(*image)) {
2042#if 0 /* Enable this if you want to see details */
Winkler, Tomas15b16872008-12-19 10:37:33 +08002043 IWL_ERR(priv, "uCode INST section is invalid at "
Zhu Yib481de92007-09-25 17:54:57 -07002044 "offset 0x%x, is 0x%x, s/b 0x%x\n",
2045 i, val, *image);
2046#endif
2047 rc = -EIO;
2048 errcnt++;
2049 if (errcnt >= 3)
2050 break;
2051 }
2052 }
2053
Zhu Yib481de92007-09-25 17:54:57 -07002054 return rc;
2055}
2056
2057
2058/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002059 * iwl3945_verify_ucode - determine which instruction image is in SRAM,
Zhu Yib481de92007-09-25 17:54:57 -07002060 * and verify its contents
2061 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002062static int iwl3945_verify_ucode(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002063{
2064 __le32 *image;
2065 u32 len;
2066 int rc = 0;
2067
2068 /* Try bootstrap */
2069 image = (__le32 *)priv->ucode_boot.v_addr;
2070 len = priv->ucode_boot.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, "Bootstrap uCode is good in inst SRAM\n");
Zhu Yib481de92007-09-25 17:54:57 -07002074 return 0;
2075 }
2076
2077 /* Try initialize */
2078 image = (__le32 *)priv->ucode_init.v_addr;
2079 len = priv->ucode_init.len;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002080 rc = iwl3945_verify_inst_sparse(priv, image, len);
Zhu Yib481de92007-09-25 17:54:57 -07002081 if (rc == 0) {
Tomas Winklere1623442009-01-27 14:27:56 -08002082 IWL_DEBUG_INFO(priv, "Initialize uCode is good in inst SRAM\n");
Zhu Yib481de92007-09-25 17:54:57 -07002083 return 0;
2084 }
2085
2086 /* Try runtime/protocol */
2087 image = (__le32 *)priv->ucode_code.v_addr;
2088 len = priv->ucode_code.len;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002089 rc = iwl3945_verify_inst_sparse(priv, image, len);
Zhu Yib481de92007-09-25 17:54:57 -07002090 if (rc == 0) {
Tomas Winklere1623442009-01-27 14:27:56 -08002091 IWL_DEBUG_INFO(priv, "Runtime uCode is good in inst SRAM\n");
Zhu Yib481de92007-09-25 17:54:57 -07002092 return 0;
2093 }
2094
Winkler, Tomas15b16872008-12-19 10:37:33 +08002095 IWL_ERR(priv, "NO VALID UCODE IMAGE IN INSTRUCTION SRAM!!\n");
Zhu Yib481de92007-09-25 17:54:57 -07002096
Ben Cahill9fbab512007-11-29 11:09:47 +08002097 /* Since nothing seems to match, show first several data entries in
2098 * instruction SRAM, so maybe visual inspection will give a clue.
2099 * Selection of bootstrap image (vs. other images) is arbitrary. */
Zhu Yib481de92007-09-25 17:54:57 -07002100 image = (__le32 *)priv->ucode_boot.v_addr;
2101 len = priv->ucode_boot.len;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002102 rc = iwl3945_verify_inst_full(priv, image, len);
Zhu Yib481de92007-09-25 17:54:57 -07002103
2104 return rc;
2105}
2106
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002107static void iwl3945_nic_start(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002108{
2109 /* Remove all resets to allow NIC to operate */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002110 iwl_write32(priv, CSR_RESET, 0);
Zhu Yib481de92007-09-25 17:54:57 -07002111}
2112
Johannes Berg93b1a2f2010-04-28 12:09:13 -07002113#define IWL3945_UCODE_GET(item) \
2114static u32 iwl3945_ucode_get_##item(const struct iwl_ucode_header *ucode)\
2115{ \
2116 return le32_to_cpu(ucode->u.v1.item); \
2117}
2118
2119static u32 iwl3945_ucode_get_header_size(u32 api_ver)
2120{
Johannes Berg22adba22010-04-28 12:09:14 -07002121 return 24;
Johannes Berg93b1a2f2010-04-28 12:09:13 -07002122}
2123
2124static u8 *iwl3945_ucode_get_data(const struct iwl_ucode_header *ucode)
2125{
2126 return (u8 *) ucode->u.v1.data;
2127}
2128
2129IWL3945_UCODE_GET(inst_size);
2130IWL3945_UCODE_GET(data_size);
2131IWL3945_UCODE_GET(init_size);
2132IWL3945_UCODE_GET(init_data_size);
2133IWL3945_UCODE_GET(boot_size);
2134
Zhu Yib481de92007-09-25 17:54:57 -07002135/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002136 * iwl3945_read_ucode - Read uCode images from disk file.
Zhu Yib481de92007-09-25 17:54:57 -07002137 *
2138 * Copy into buffers for card to fetch via bus-mastering
2139 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002140static int iwl3945_read_ucode(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002141{
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002142 const struct iwl_ucode_header *ucode;
Reinette Chatrea0987a82008-12-02 12:14:06 -08002143 int ret = -EINVAL, index;
Zhu Yib481de92007-09-25 17:54:57 -07002144 const struct firmware *ucode_raw;
2145 /* firmware file name contains uCode/driver compatibility version */
Reinette Chatrea0987a82008-12-02 12:14:06 -08002146 const char *name_pre = priv->cfg->fw_name_pre;
2147 const unsigned int api_max = priv->cfg->ucode_api_max;
2148 const unsigned int api_min = priv->cfg->ucode_api_min;
2149 char buf[25];
Zhu Yib481de92007-09-25 17:54:57 -07002150 u8 *src;
2151 size_t len;
Reinette Chatrea0987a82008-12-02 12:14:06 -08002152 u32 api_ver, inst_size, data_size, init_size, init_data_size, boot_size;
Zhu Yib481de92007-09-25 17:54:57 -07002153
2154 /* Ask kernel firmware_class module to get the boot firmware off disk.
2155 * request_firmware() is synchronous, file is in memory on return. */
Reinette Chatrea0987a82008-12-02 12:14:06 -08002156 for (index = api_max; index >= api_min; index--) {
2157 sprintf(buf, "%s%u%s", name_pre, index, ".ucode");
2158 ret = request_firmware(&ucode_raw, buf, &priv->pci_dev->dev);
2159 if (ret < 0) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08002160 IWL_ERR(priv, "%s firmware file req failed: %d\n",
Reinette Chatrea0987a82008-12-02 12:14:06 -08002161 buf, ret);
2162 if (ret == -ENOENT)
2163 continue;
2164 else
2165 goto error;
2166 } else {
2167 if (index < api_max)
Winkler, Tomas15b16872008-12-19 10:37:33 +08002168 IWL_ERR(priv, "Loaded firmware %s, "
2169 "which is deprecated. "
2170 " Please use API v%u instead.\n",
Reinette Chatrea0987a82008-12-02 12:14:06 -08002171 buf, api_max);
Tomas Winklere1623442009-01-27 14:27:56 -08002172 IWL_DEBUG_INFO(priv, "Got firmware '%s' file "
2173 "(%zd bytes) from disk\n",
Reinette Chatrea0987a82008-12-02 12:14:06 -08002174 buf, ucode_raw->size);
2175 break;
2176 }
Zhu Yib481de92007-09-25 17:54:57 -07002177 }
2178
Reinette Chatrea0987a82008-12-02 12:14:06 -08002179 if (ret < 0)
2180 goto error;
Zhu Yib481de92007-09-25 17:54:57 -07002181
2182 /* Make sure that we got at least our header! */
Johannes Berg93b1a2f2010-04-28 12:09:13 -07002183 if (ucode_raw->size < iwl3945_ucode_get_header_size(1)) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08002184 IWL_ERR(priv, "File size way too small!\n");
Tomas Winkler90e759d2007-11-29 11:09:41 +08002185 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07002186 goto err_release;
2187 }
2188
2189 /* Data from ucode file: header followed by uCode images */
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002190 ucode = (struct iwl_ucode_header *)ucode_raw->data;
Zhu Yib481de92007-09-25 17:54:57 -07002191
Chatre, Reinettec02b3ac2008-12-02 12:14:05 -08002192 priv->ucode_ver = le32_to_cpu(ucode->ver);
Reinette Chatrea0987a82008-12-02 12:14:06 -08002193 api_ver = IWL_UCODE_API(priv->ucode_ver);
Johannes Berg93b1a2f2010-04-28 12:09:13 -07002194 inst_size = iwl3945_ucode_get_inst_size(ucode);
2195 data_size = iwl3945_ucode_get_data_size(ucode);
2196 init_size = iwl3945_ucode_get_init_size(ucode);
2197 init_data_size = iwl3945_ucode_get_init_data_size(ucode);
2198 boot_size = iwl3945_ucode_get_boot_size(ucode);
2199 src = iwl3945_ucode_get_data(ucode);
Zhu Yib481de92007-09-25 17:54:57 -07002200
Reinette Chatrea0987a82008-12-02 12:14:06 -08002201 /* api_ver should match the api version forming part of the
2202 * firmware filename ... but we don't check for that and only rely
Nick Andrew877d0312009-01-26 11:06:57 +01002203 * on the API version read from firmware header from here on forward */
Reinette Chatrea0987a82008-12-02 12:14:06 -08002204
2205 if (api_ver < api_min || api_ver > api_max) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08002206 IWL_ERR(priv, "Driver unable to support your firmware API. "
Reinette Chatrea0987a82008-12-02 12:14:06 -08002207 "Driver supports v%u, firmware is v%u.\n",
2208 api_max, api_ver);
2209 priv->ucode_ver = 0;
2210 ret = -EINVAL;
2211 goto err_release;
2212 }
2213 if (api_ver != api_max)
Winkler, Tomas15b16872008-12-19 10:37:33 +08002214 IWL_ERR(priv, "Firmware has old API version. Expected %u, "
Reinette Chatrea0987a82008-12-02 12:14:06 -08002215 "got %u. New firmware can be obtained "
2216 "from http://www.intellinuxwireless.org.\n",
2217 api_max, api_ver);
2218
Tomas Winkler978785a2008-12-19 10:37:31 +08002219 IWL_INFO(priv, "loaded firmware version %u.%u.%u.%u\n",
2220 IWL_UCODE_MAJOR(priv->ucode_ver),
2221 IWL_UCODE_MINOR(priv->ucode_ver),
2222 IWL_UCODE_API(priv->ucode_ver),
2223 IWL_UCODE_SERIAL(priv->ucode_ver));
2224
Reinette Chatre5ebeb5a2009-10-30 14:36:04 -07002225 snprintf(priv->hw->wiphy->fw_version,
2226 sizeof(priv->hw->wiphy->fw_version),
2227 "%u.%u.%u.%u",
2228 IWL_UCODE_MAJOR(priv->ucode_ver),
2229 IWL_UCODE_MINOR(priv->ucode_ver),
2230 IWL_UCODE_API(priv->ucode_ver),
2231 IWL_UCODE_SERIAL(priv->ucode_ver));
2232
Tomas Winklere1623442009-01-27 14:27:56 -08002233 IWL_DEBUG_INFO(priv, "f/w package hdr ucode version raw = 0x%x\n",
Reinette Chatrea0987a82008-12-02 12:14:06 -08002234 priv->ucode_ver);
Tomas Winklere1623442009-01-27 14:27:56 -08002235 IWL_DEBUG_INFO(priv, "f/w package hdr runtime inst size = %u\n",
2236 inst_size);
2237 IWL_DEBUG_INFO(priv, "f/w package hdr runtime data size = %u\n",
2238 data_size);
2239 IWL_DEBUG_INFO(priv, "f/w package hdr init inst size = %u\n",
2240 init_size);
2241 IWL_DEBUG_INFO(priv, "f/w package hdr init data size = %u\n",
2242 init_data_size);
2243 IWL_DEBUG_INFO(priv, "f/w package hdr boot inst size = %u\n",
2244 boot_size);
Zhu Yib481de92007-09-25 17:54:57 -07002245
Reinette Chatrea0987a82008-12-02 12:14:06 -08002246
Zhu Yib481de92007-09-25 17:54:57 -07002247 /* Verify size of file vs. image size info in file's header */
Johannes Berg93b1a2f2010-04-28 12:09:13 -07002248 if (ucode_raw->size != iwl3945_ucode_get_header_size(api_ver) +
Zhu Yib481de92007-09-25 17:54:57 -07002249 inst_size + data_size + init_size +
2250 init_data_size + boot_size) {
2251
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002252 IWL_DEBUG_INFO(priv,
2253 "uCode file size %zd does not match expected size\n",
2254 ucode_raw->size);
Tomas Winkler90e759d2007-11-29 11:09:41 +08002255 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07002256 goto err_release;
2257 }
2258
2259 /* Verify that uCode images will fit in card's SRAM */
Samuel Ortiz250bdd22008-12-19 10:37:11 +08002260 if (inst_size > IWL39_MAX_INST_SIZE) {
Tomas Winklere1623442009-01-27 14:27:56 -08002261 IWL_DEBUG_INFO(priv, "uCode instr len %d too large to fit in\n",
Tomas Winkler90e759d2007-11-29 11:09:41 +08002262 inst_size);
2263 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07002264 goto err_release;
2265 }
2266
Samuel Ortiz250bdd22008-12-19 10:37:11 +08002267 if (data_size > IWL39_MAX_DATA_SIZE) {
Tomas Winklere1623442009-01-27 14:27:56 -08002268 IWL_DEBUG_INFO(priv, "uCode data len %d too large to fit in\n",
Tomas Winkler90e759d2007-11-29 11:09:41 +08002269 data_size);
2270 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07002271 goto err_release;
2272 }
Samuel Ortiz250bdd22008-12-19 10:37:11 +08002273 if (init_size > IWL39_MAX_INST_SIZE) {
Tomas Winklere1623442009-01-27 14:27:56 -08002274 IWL_DEBUG_INFO(priv,
2275 "uCode init instr len %d too large to fit in\n",
Tomas Winkler90e759d2007-11-29 11:09:41 +08002276 init_size);
2277 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07002278 goto err_release;
2279 }
Samuel Ortiz250bdd22008-12-19 10:37:11 +08002280 if (init_data_size > IWL39_MAX_DATA_SIZE) {
Tomas Winklere1623442009-01-27 14:27:56 -08002281 IWL_DEBUG_INFO(priv,
2282 "uCode init data len %d too large to fit in\n",
Tomas Winkler90e759d2007-11-29 11:09:41 +08002283 init_data_size);
2284 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07002285 goto err_release;
2286 }
Samuel Ortiz250bdd22008-12-19 10:37:11 +08002287 if (boot_size > IWL39_MAX_BSM_SIZE) {
Tomas Winklere1623442009-01-27 14:27:56 -08002288 IWL_DEBUG_INFO(priv,
2289 "uCode boot instr len %d too large to fit in\n",
Tomas Winkler90e759d2007-11-29 11:09:41 +08002290 boot_size);
2291 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07002292 goto err_release;
2293 }
2294
2295 /* Allocate ucode buffers for card's bus-master loading ... */
2296
2297 /* Runtime instructions and 2 copies of data:
2298 * 1) unmodified from disk
2299 * 2) backup cache for save/restore during power-downs */
2300 priv->ucode_code.len = inst_size;
Tomas Winkler98c92212008-01-14 17:46:20 -08002301 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_code);
Zhu Yib481de92007-09-25 17:54:57 -07002302
2303 priv->ucode_data.len = data_size;
Tomas Winkler98c92212008-01-14 17:46:20 -08002304 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_data);
Zhu Yib481de92007-09-25 17:54:57 -07002305
2306 priv->ucode_data_backup.len = data_size;
Tomas Winkler98c92212008-01-14 17:46:20 -08002307 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_data_backup);
Zhu Yib481de92007-09-25 17:54:57 -07002308
2309 if (!priv->ucode_code.v_addr || !priv->ucode_data.v_addr ||
Tomas Winkler90e759d2007-11-29 11:09:41 +08002310 !priv->ucode_data_backup.v_addr)
Zhu Yib481de92007-09-25 17:54:57 -07002311 goto err_pci_alloc;
2312
Tomas Winkler90e759d2007-11-29 11:09:41 +08002313 /* Initialization instructions and data */
2314 if (init_size && init_data_size) {
2315 priv->ucode_init.len = init_size;
Tomas Winkler98c92212008-01-14 17:46:20 -08002316 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_init);
Tomas Winkler90e759d2007-11-29 11:09:41 +08002317
2318 priv->ucode_init_data.len = init_data_size;
Tomas Winkler98c92212008-01-14 17:46:20 -08002319 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_init_data);
Tomas Winkler90e759d2007-11-29 11:09:41 +08002320
2321 if (!priv->ucode_init.v_addr || !priv->ucode_init_data.v_addr)
2322 goto err_pci_alloc;
2323 }
2324
2325 /* Bootstrap (instructions only, no data) */
2326 if (boot_size) {
2327 priv->ucode_boot.len = boot_size;
Tomas Winkler98c92212008-01-14 17:46:20 -08002328 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_boot);
Tomas Winkler90e759d2007-11-29 11:09:41 +08002329
2330 if (!priv->ucode_boot.v_addr)
2331 goto err_pci_alloc;
2332 }
2333
Zhu Yib481de92007-09-25 17:54:57 -07002334 /* Copy images into buffers for card's bus-master reads ... */
2335
2336 /* Runtime instructions (first block of data in file) */
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002337 len = inst_size;
Tomas Winklere1623442009-01-27 14:27:56 -08002338 IWL_DEBUG_INFO(priv,
2339 "Copying (but not loading) uCode instr len %zd\n", len);
Zhu Yib481de92007-09-25 17:54:57 -07002340 memcpy(priv->ucode_code.v_addr, src, len);
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002341 src += len;
2342
Tomas Winklere1623442009-01-27 14:27:56 -08002343 IWL_DEBUG_INFO(priv, "uCode instr buf vaddr = 0x%p, paddr = 0x%08x\n",
Zhu Yib481de92007-09-25 17:54:57 -07002344 priv->ucode_code.v_addr, (u32)priv->ucode_code.p_addr);
2345
2346 /* Runtime data (2nd block)
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002347 * NOTE: Copy into backup buffer will be done in iwl3945_up() */
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002348 len = data_size;
Tomas Winklere1623442009-01-27 14:27:56 -08002349 IWL_DEBUG_INFO(priv,
2350 "Copying (but not loading) uCode data len %zd\n", len);
Zhu Yib481de92007-09-25 17:54:57 -07002351 memcpy(priv->ucode_data.v_addr, src, len);
2352 memcpy(priv->ucode_data_backup.v_addr, src, len);
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002353 src += len;
Zhu Yib481de92007-09-25 17:54:57 -07002354
2355 /* Initialization instructions (3rd block) */
2356 if (init_size) {
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002357 len = init_size;
Tomas Winklere1623442009-01-27 14:27:56 -08002358 IWL_DEBUG_INFO(priv,
2359 "Copying (but not loading) init instr len %zd\n", len);
Zhu Yib481de92007-09-25 17:54:57 -07002360 memcpy(priv->ucode_init.v_addr, src, len);
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002361 src += len;
Zhu Yib481de92007-09-25 17:54:57 -07002362 }
2363
2364 /* Initialization data (4th block) */
2365 if (init_data_size) {
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002366 len = init_data_size;
Tomas Winklere1623442009-01-27 14:27:56 -08002367 IWL_DEBUG_INFO(priv,
2368 "Copying (but not loading) init data len %zd\n", len);
Zhu Yib481de92007-09-25 17:54:57 -07002369 memcpy(priv->ucode_init_data.v_addr, src, len);
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002370 src += len;
Zhu Yib481de92007-09-25 17:54:57 -07002371 }
2372
2373 /* Bootstrap instructions (5th block) */
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002374 len = boot_size;
Tomas Winklere1623442009-01-27 14:27:56 -08002375 IWL_DEBUG_INFO(priv,
2376 "Copying (but not loading) boot instr len %zd\n", len);
Zhu Yib481de92007-09-25 17:54:57 -07002377 memcpy(priv->ucode_boot.v_addr, src, len);
2378
2379 /* We have our copies now, allow OS release its copies */
2380 release_firmware(ucode_raw);
2381 return 0;
2382
2383 err_pci_alloc:
Winkler, Tomas15b16872008-12-19 10:37:33 +08002384 IWL_ERR(priv, "failed to allocate pci memory\n");
Tomas Winkler90e759d2007-11-29 11:09:41 +08002385 ret = -ENOMEM;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002386 iwl3945_dealloc_ucode_pci(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002387
2388 err_release:
2389 release_firmware(ucode_raw);
2390
2391 error:
Tomas Winkler90e759d2007-11-29 11:09:41 +08002392 return ret;
Zhu Yib481de92007-09-25 17:54:57 -07002393}
2394
2395
2396/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002397 * iwl3945_set_ucode_ptrs - Set uCode address location
Zhu Yib481de92007-09-25 17:54:57 -07002398 *
2399 * Tell initialization uCode where to find runtime uCode.
2400 *
2401 * BSM registers initially contain pointers to initialization uCode.
2402 * We need to replace them to load runtime uCode inst and data,
2403 * and to save runtime data when powering down.
2404 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002405static int iwl3945_set_ucode_ptrs(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002406{
2407 dma_addr_t pinst;
2408 dma_addr_t pdata;
Zhu Yib481de92007-09-25 17:54:57 -07002409
2410 /* bits 31:0 for 3945 */
2411 pinst = priv->ucode_code.p_addr;
2412 pdata = priv->ucode_data_backup.p_addr;
2413
Zhu Yib481de92007-09-25 17:54:57 -07002414 /* Tell bootstrap uCode where to find image to load */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002415 iwl_write_prph(priv, BSM_DRAM_INST_PTR_REG, pinst);
2416 iwl_write_prph(priv, BSM_DRAM_DATA_PTR_REG, pdata);
2417 iwl_write_prph(priv, BSM_DRAM_DATA_BYTECOUNT_REG,
Zhu Yib481de92007-09-25 17:54:57 -07002418 priv->ucode_data.len);
2419
Tomas Winklera96a27f2008-10-23 23:48:56 -07002420 /* Inst byte count must be last to set up, bit 31 signals uCode
Zhu Yib481de92007-09-25 17:54:57 -07002421 * that all new ptr/size info is in place */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002422 iwl_write_prph(priv, BSM_DRAM_INST_BYTECOUNT_REG,
Zhu Yib481de92007-09-25 17:54:57 -07002423 priv->ucode_code.len | BSM_DRAM_INST_LOAD);
2424
Tomas Winklere1623442009-01-27 14:27:56 -08002425 IWL_DEBUG_INFO(priv, "Runtime uCode pointers are set.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002426
Mohamed Abbasa8b50a02009-05-22 11:01:47 -07002427 return 0;
Zhu Yib481de92007-09-25 17:54:57 -07002428}
2429
2430/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002431 * iwl3945_init_alive_start - Called after REPLY_ALIVE notification received
Zhu Yib481de92007-09-25 17:54:57 -07002432 *
2433 * Called after REPLY_ALIVE notification received from "initialize" uCode.
2434 *
Zhu Yib481de92007-09-25 17:54:57 -07002435 * Tell "initialize" uCode to go ahead and load the runtime uCode.
Ben Cahill9fbab512007-11-29 11:09:47 +08002436 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002437static void iwl3945_init_alive_start(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002438{
2439 /* Check alive response for "valid" sign from uCode */
2440 if (priv->card_alive_init.is_valid != UCODE_VALID_OK) {
2441 /* We had an error bringing up the hardware, so take it
2442 * all the way back down so we can try again */
Tomas Winklere1623442009-01-27 14:27:56 -08002443 IWL_DEBUG_INFO(priv, "Initialize Alive failed.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002444 goto restart;
2445 }
2446
2447 /* Bootstrap uCode has loaded initialize uCode ... verify inst image.
2448 * This is a paranoid check, because we would not have gotten the
2449 * "initialize" alive if code weren't properly loaded. */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002450 if (iwl3945_verify_ucode(priv)) {
Zhu Yib481de92007-09-25 17:54:57 -07002451 /* Runtime instruction load was bad;
2452 * take it all the way back down so we can try again */
Tomas Winklere1623442009-01-27 14:27:56 -08002453 IWL_DEBUG_INFO(priv, "Bad \"initialize\" uCode load.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002454 goto restart;
2455 }
2456
2457 /* Send pointers to protocol/runtime uCode image ... init code will
2458 * load and launch runtime uCode, which will send us another "Alive"
2459 * notification. */
Tomas Winklere1623442009-01-27 14:27:56 -08002460 IWL_DEBUG_INFO(priv, "Initialization Alive received.\n");
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002461 if (iwl3945_set_ucode_ptrs(priv)) {
Zhu Yib481de92007-09-25 17:54:57 -07002462 /* Runtime instruction load won't happen;
2463 * take it all the way back down so we can try again */
Tomas Winklere1623442009-01-27 14:27:56 -08002464 IWL_DEBUG_INFO(priv, "Couldn't set up uCode pointers.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002465 goto restart;
2466 }
2467 return;
2468
2469 restart:
2470 queue_work(priv->workqueue, &priv->restart);
2471}
2472
Zhu Yib481de92007-09-25 17:54:57 -07002473/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002474 * iwl3945_alive_start - called after REPLY_ALIVE notification received
Zhu Yib481de92007-09-25 17:54:57 -07002475 * from protocol/runtime uCode (initialization uCode's
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002476 * Alive gets handled by iwl3945_init_alive_start()).
Zhu Yib481de92007-09-25 17:54:57 -07002477 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002478static void iwl3945_alive_start(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002479{
Zhu Yib481de92007-09-25 17:54:57 -07002480 int thermal_spin = 0;
2481 u32 rfkill;
2482
Tomas Winklere1623442009-01-27 14:27:56 -08002483 IWL_DEBUG_INFO(priv, "Runtime Alive received.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002484
2485 if (priv->card_alive.is_valid != UCODE_VALID_OK) {
2486 /* We had an error bringing up the hardware, so take it
2487 * all the way back down so we can try again */
Tomas Winklere1623442009-01-27 14:27:56 -08002488 IWL_DEBUG_INFO(priv, "Alive failed.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002489 goto restart;
2490 }
2491
2492 /* Initialize uCode has loaded Runtime uCode ... verify inst image.
2493 * This is a paranoid check, because we would not have gotten the
2494 * "runtime" alive if code weren't properly loaded. */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002495 if (iwl3945_verify_ucode(priv)) {
Zhu Yib481de92007-09-25 17:54:57 -07002496 /* Runtime instruction load was bad;
2497 * take it all the way back down so we can try again */
Tomas Winklere1623442009-01-27 14:27:56 -08002498 IWL_DEBUG_INFO(priv, "Bad runtime uCode load.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002499 goto restart;
2500 }
2501
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002502 rfkill = iwl_read_prph(priv, APMG_RFKILL_REG);
Tomas Winklere1623442009-01-27 14:27:56 -08002503 IWL_DEBUG_INFO(priv, "RFKILL status: 0x%x\n", rfkill);
Zhu Yib481de92007-09-25 17:54:57 -07002504
2505 if (rfkill & 0x1) {
2506 clear_bit(STATUS_RF_KILL_HW, &priv->status);
Tomas Winklera96a27f2008-10-23 23:48:56 -07002507 /* if RFKILL is not on, then wait for thermal
Zhu Yib481de92007-09-25 17:54:57 -07002508 * sensor in adapter to kick in */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002509 while (iwl3945_hw_get_temperature(priv) == 0) {
Zhu Yib481de92007-09-25 17:54:57 -07002510 thermal_spin++;
2511 udelay(10);
2512 }
2513
2514 if (thermal_spin)
Tomas Winklere1623442009-01-27 14:27:56 -08002515 IWL_DEBUG_INFO(priv, "Thermal calibration took %dus\n",
Zhu Yib481de92007-09-25 17:54:57 -07002516 thermal_spin * 10);
2517 } else
2518 set_bit(STATUS_RF_KILL_HW, &priv->status);
2519
Ben Cahill9fbab512007-11-29 11:09:47 +08002520 /* After the ALIVE response, we can send commands to 3945 uCode */
Zhu Yib481de92007-09-25 17:54:57 -07002521 set_bit(STATUS_ALIVE, &priv->status);
2522
Wey-Yi Guyb74e31a2010-03-01 17:23:50 -08002523 if (priv->cfg->ops->lib->recover_from_tx_stall) {
2524 /* Enable timer to monitor the driver queues */
2525 mod_timer(&priv->monitor_recover,
2526 jiffies +
2527 msecs_to_jiffies(priv->cfg->monitor_recover_period));
2528 }
2529
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08002530 if (iwl_is_rfkill(priv))
Zhu Yib481de92007-09-25 17:54:57 -07002531 return;
2532
Johannes Berg36d68252008-05-15 12:55:26 +02002533 ieee80211_wake_queues(priv->hw);
Zhu Yib481de92007-09-25 17:54:57 -07002534
Johannes Berg470ab2d2010-01-21 11:23:30 -08002535 priv->active_rate = IWL_RATES_MASK;
Zhu Yib481de92007-09-25 17:54:57 -07002536
Ben Cahill4d6ccbf2009-11-13 11:56:29 -08002537 iwl_power_update_mode(priv, true);
Zhu Yib481de92007-09-25 17:54:57 -07002538
Samuel Ortiz8ccde882009-01-27 14:27:52 -08002539 if (iwl_is_associated(priv)) {
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002540 struct iwl3945_rxon_cmd *active_rxon =
Samuel Ortiz8ccde882009-01-27 14:27:52 -08002541 (struct iwl3945_rxon_cmd *)(&priv->active_rxon);
Zhu Yib481de92007-09-25 17:54:57 -07002542
Abhijeet Kolekar8a9b9922009-06-12 13:22:52 -07002543 priv->staging_rxon.filter_flags |= RXON_FILTER_ASSOC_MSK;
Zhu Yib481de92007-09-25 17:54:57 -07002544 active_rxon->filter_flags &= ~RXON_FILTER_ASSOC_MSK;
2545 } else {
2546 /* Initialize our rx_config data */
Johannes Berg1dda6d22010-04-29 04:43:06 -07002547 iwl_connection_init_rx_config(priv, NULL);
Zhu Yib481de92007-09-25 17:54:57 -07002548 }
2549
Ben Cahill9fbab512007-11-29 11:09:47 +08002550 /* Configure Bluetooth device coexistence support */
Johannes Berg65b52bd2010-04-13 01:04:31 -07002551 priv->cfg->ops->hcmd->send_bt_config(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002552
2553 /* Configure the adapter for unassociated operation */
Abhijeet Kolekare0158e62009-04-08 11:26:37 -07002554 iwlcore_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002555
Zhu Yib481de92007-09-25 17:54:57 -07002556 iwl3945_reg_txpower_periodic(priv);
2557
Johannes Berge932a602009-10-02 13:44:03 -07002558 iwl_leds_init(priv);
Reinette Chatrefe00b5a2008-04-03 16:05:23 -07002559
Tomas Winklere1623442009-01-27 14:27:56 -08002560 IWL_DEBUG_INFO(priv, "ALIVE processing complete.\n");
Rick Farringtona9f46782008-03-18 14:57:49 -07002561 set_bit(STATUS_READY, &priv->status);
Zhu Yi5a66926a2008-01-14 17:46:18 -08002562 wake_up_interruptible(&priv->wait_command_queue);
Zhu Yib481de92007-09-25 17:54:57 -07002563
Zhu Yib481de92007-09-25 17:54:57 -07002564 return;
2565
2566 restart:
2567 queue_work(priv->workqueue, &priv->restart);
2568}
2569
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002570static void iwl3945_cancel_deferred_work(struct iwl_priv *priv);
Zhu Yib481de92007-09-25 17:54:57 -07002571
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002572static void __iwl3945_down(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002573{
2574 unsigned long flags;
2575 int exit_pending = test_bit(STATUS_EXIT_PENDING, &priv->status);
2576 struct ieee80211_conf *conf = NULL;
2577
Tomas Winklere1623442009-01-27 14:27:56 -08002578 IWL_DEBUG_INFO(priv, DRV_NAME " is going down\n");
Zhu Yib481de92007-09-25 17:54:57 -07002579
2580 conf = ieee80211_get_hw_conf(priv->hw);
2581
2582 if (!exit_pending)
2583 set_bit(STATUS_EXIT_PENDING, &priv->status);
2584
Reinette Chatre7e246192010-02-18 22:58:32 -08002585 /* Station information will now be cleared in device */
2586 iwl_clear_ucode_stations(priv, true);
Zhu Yib481de92007-09-25 17:54:57 -07002587
2588 /* Unblock any waiting calls */
2589 wake_up_interruptible_all(&priv->wait_command_queue);
2590
Zhu Yib481de92007-09-25 17:54:57 -07002591 /* Wipe out the EXIT_PENDING status bit if we are not actually
2592 * exiting the module */
2593 if (!exit_pending)
2594 clear_bit(STATUS_EXIT_PENDING, &priv->status);
2595
2596 /* stop and reset the on-board processor */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002597 iwl_write32(priv, CSR_RESET, CSR_RESET_REG_FLAG_NEVO_RESET);
Zhu Yib481de92007-09-25 17:54:57 -07002598
2599 /* tell the device to stop sending interrupts */
Mohamed Abbas0359fac2008-03-28 16:21:08 -07002600 spin_lock_irqsave(&priv->lock, flags);
Abhijeet Kolekared3b9322009-02-18 15:54:30 -08002601 iwl_disable_interrupts(priv);
Mohamed Abbas0359fac2008-03-28 16:21:08 -07002602 spin_unlock_irqrestore(&priv->lock, flags);
2603 iwl_synchronize_irq(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002604
2605 if (priv->mac80211_registered)
2606 ieee80211_stop_queues(priv->hw);
2607
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002608 /* If we have not previously called iwl3945_init() then
Wey-Yi Guy6da3a132009-03-26 10:14:08 -07002609 * clear all bits but the RF Kill bits and return */
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08002610 if (!iwl_is_init(priv)) {
Zhu Yib481de92007-09-25 17:54:57 -07002611 priv->status = test_bit(STATUS_RF_KILL_HW, &priv->status) <<
2612 STATUS_RF_KILL_HW |
Reinette Chatre97888642008-02-06 11:20:38 -08002613 test_bit(STATUS_GEO_CONFIGURED, &priv->status) <<
2614 STATUS_GEO_CONFIGURED |
Abhijeet Kolekarebef2002008-06-30 17:23:18 +08002615 test_bit(STATUS_EXIT_PENDING, &priv->status) <<
2616 STATUS_EXIT_PENDING;
Zhu Yib481de92007-09-25 17:54:57 -07002617 goto exit;
2618 }
2619
Wey-Yi Guy6da3a132009-03-26 10:14:08 -07002620 /* ...otherwise clear out all the status bits but the RF Kill
Johannes Berga60e77e2009-06-04 18:26:06 +02002621 * bit and continue taking the NIC down. */
Zhu Yib481de92007-09-25 17:54:57 -07002622 priv->status &= test_bit(STATUS_RF_KILL_HW, &priv->status) <<
2623 STATUS_RF_KILL_HW |
Reinette Chatre97888642008-02-06 11:20:38 -08002624 test_bit(STATUS_GEO_CONFIGURED, &priv->status) <<
2625 STATUS_GEO_CONFIGURED |
Zhu Yib481de92007-09-25 17:54:57 -07002626 test_bit(STATUS_FW_ERROR, &priv->status) <<
Abhijeet Kolekarebef2002008-06-30 17:23:18 +08002627 STATUS_FW_ERROR |
2628 test_bit(STATUS_EXIT_PENDING, &priv->status) <<
2629 STATUS_EXIT_PENDING;
Zhu Yib481de92007-09-25 17:54:57 -07002630
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002631 iwl3945_hw_txq_ctx_stop(priv);
2632 iwl3945_hw_rxq_stop(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002633
Ben Cahill309e7312009-11-06 14:53:03 -08002634 /* Power-down device's busmaster DMA clocks */
2635 iwl_write_prph(priv, APMG_CLK_DIS_REG, APMG_CLK_VAL_DMA_CLK_RQT);
Zhu Yib481de92007-09-25 17:54:57 -07002636 udelay(5);
2637
Ben Cahill4d2ccdb2009-10-09 13:20:20 -07002638 /* Stop the device, and put it in low power state */
2639 priv->cfg->ops->lib->apm_ops.stop(priv);
Abbas, Mohamede9414b62009-01-20 21:33:55 -08002640
Zhu Yib481de92007-09-25 17:54:57 -07002641 exit:
Tomas Winkler3d24a9f2008-12-19 10:37:07 +08002642 memset(&priv->card_alive, 0, sizeof(struct iwl_alive_resp));
Zhu Yib481de92007-09-25 17:54:57 -07002643
2644 if (priv->ibss_beacon)
2645 dev_kfree_skb(priv->ibss_beacon);
2646 priv->ibss_beacon = NULL;
2647
2648 /* clear out any free frames */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002649 iwl3945_clear_free_frames(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002650}
2651
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002652static void iwl3945_down(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002653{
2654 mutex_lock(&priv->mutex);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002655 __iwl3945_down(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002656 mutex_unlock(&priv->mutex);
Zhu Yib24d22b2007-12-19 13:59:52 +08002657
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002658 iwl3945_cancel_deferred_work(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002659}
2660
2661#define MAX_HW_RESTARTS 5
2662
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002663static int __iwl3945_up(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002664{
2665 int rc, i;
2666
2667 if (test_bit(STATUS_EXIT_PENDING, &priv->status)) {
Winkler, Tomas39aadf82008-12-19 10:37:32 +08002668 IWL_WARN(priv, "Exit pending; will not bring the NIC up\n");
Zhu Yib481de92007-09-25 17:54:57 -07002669 return -EIO;
2670 }
2671
Reinette Chatree903fbd2008-01-30 22:05:15 -08002672 if (!priv->ucode_data_backup.v_addr || !priv->ucode_data.v_addr) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08002673 IWL_ERR(priv, "ucode not available for device bring up\n");
Reinette Chatree903fbd2008-01-30 22:05:15 -08002674 return -EIO;
2675 }
2676
Zhu Yie655b9f2008-01-24 02:19:38 -08002677 /* If platform's RF_KILL switch is NOT set to KILL */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002678 if (iwl_read32(priv, CSR_GP_CNTRL) &
Zhu Yie655b9f2008-01-24 02:19:38 -08002679 CSR_GP_CNTRL_REG_FLAG_HW_RF_KILL_SW)
2680 clear_bit(STATUS_RF_KILL_HW, &priv->status);
2681 else {
2682 set_bit(STATUS_RF_KILL_HW, &priv->status);
Wey-Yi Guy6da3a132009-03-26 10:14:08 -07002683 IWL_WARN(priv, "Radio disabled by HW RF Kill switch\n");
2684 return -ENODEV;
Zhu Yib481de92007-09-25 17:54:57 -07002685 }
Adel Gadllah80fcc9e2008-07-01 17:49:50 +02002686
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002687 iwl_write32(priv, CSR_INT, 0xFFFFFFFF);
Zhu Yib481de92007-09-25 17:54:57 -07002688
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002689 rc = iwl3945_hw_nic_init(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002690 if (rc) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08002691 IWL_ERR(priv, "Unable to int nic\n");
Zhu Yib481de92007-09-25 17:54:57 -07002692 return rc;
2693 }
2694
2695 /* make sure rfkill handshake bits are cleared */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002696 iwl_write32(priv, CSR_UCODE_DRV_GP1_CLR, CSR_UCODE_SW_BIT_RFKILL);
2697 iwl_write32(priv, CSR_UCODE_DRV_GP1_CLR,
Zhu Yib481de92007-09-25 17:54:57 -07002698 CSR_UCODE_DRV_GP1_BIT_CMD_BLOCKED);
2699
2700 /* clear (again), then enable host interrupts */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002701 iwl_write32(priv, CSR_INT, 0xFFFFFFFF);
Abhijeet Kolekared3b9322009-02-18 15:54:30 -08002702 iwl_enable_interrupts(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002703
2704 /* really make sure rfkill handshake bits are cleared */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002705 iwl_write32(priv, CSR_UCODE_DRV_GP1_CLR, CSR_UCODE_SW_BIT_RFKILL);
2706 iwl_write32(priv, CSR_UCODE_DRV_GP1_CLR, CSR_UCODE_SW_BIT_RFKILL);
Zhu Yib481de92007-09-25 17:54:57 -07002707
2708 /* Copy original ucode data image from disk into backup cache.
2709 * This will be used to initialize the on-board processor's
2710 * data SRAM for a clean start when the runtime program first loads. */
2711 memcpy(priv->ucode_data_backup.v_addr, priv->ucode_data.v_addr,
Zhu Yi5a66926a2008-01-14 17:46:18 -08002712 priv->ucode_data.len);
Zhu Yib481de92007-09-25 17:54:57 -07002713
Zhu Yie655b9f2008-01-24 02:19:38 -08002714 /* We return success when we resume from suspend and rf_kill is on. */
2715 if (test_bit(STATUS_RF_KILL_HW, &priv->status))
2716 return 0;
2717
Zhu Yib481de92007-09-25 17:54:57 -07002718 for (i = 0; i < MAX_HW_RESTARTS; i++) {
2719
Zhu Yib481de92007-09-25 17:54:57 -07002720 /* load bootstrap state machine,
2721 * load bootstrap program into processor's memory,
2722 * prepare to load the "initialize" uCode */
Abhijeet Kolekar75a9a922010-02-26 15:17:01 -08002723 rc = priv->cfg->ops->lib->load_ucode(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002724
2725 if (rc) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08002726 IWL_ERR(priv,
2727 "Unable to set up bootstrap uCode: %d\n", rc);
Zhu Yib481de92007-09-25 17:54:57 -07002728 continue;
2729 }
2730
2731 /* start card; "initialize" will load runtime ucode */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002732 iwl3945_nic_start(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002733
Tomas Winklere1623442009-01-27 14:27:56 -08002734 IWL_DEBUG_INFO(priv, DRV_NAME " is coming up\n");
Zhu Yib481de92007-09-25 17:54:57 -07002735
2736 return 0;
2737 }
2738
2739 set_bit(STATUS_EXIT_PENDING, &priv->status);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002740 __iwl3945_down(priv);
Abhijeet Kolekarebef2002008-06-30 17:23:18 +08002741 clear_bit(STATUS_EXIT_PENDING, &priv->status);
Zhu Yib481de92007-09-25 17:54:57 -07002742
2743 /* tried to restart and config the device for as long as our
2744 * patience could withstand */
Winkler, Tomas15b16872008-12-19 10:37:33 +08002745 IWL_ERR(priv, "Unable to initialize device after %d attempts.\n", i);
Zhu Yib481de92007-09-25 17:54:57 -07002746 return -EIO;
2747}
2748
2749
2750/*****************************************************************************
2751 *
2752 * Workqueue callbacks
2753 *
2754 *****************************************************************************/
2755
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002756static void iwl3945_bg_init_alive_start(struct work_struct *data)
Zhu Yib481de92007-09-25 17:54:57 -07002757{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002758 struct iwl_priv *priv =
2759 container_of(data, struct iwl_priv, init_alive_start.work);
Zhu Yib481de92007-09-25 17:54:57 -07002760
2761 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
2762 return;
2763
2764 mutex_lock(&priv->mutex);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002765 iwl3945_init_alive_start(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002766 mutex_unlock(&priv->mutex);
2767}
2768
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002769static void iwl3945_bg_alive_start(struct work_struct *data)
Zhu Yib481de92007-09-25 17:54:57 -07002770{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002771 struct iwl_priv *priv =
2772 container_of(data, struct iwl_priv, alive_start.work);
Zhu Yib481de92007-09-25 17:54:57 -07002773
2774 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
2775 return;
2776
2777 mutex_lock(&priv->mutex);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002778 iwl3945_alive_start(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002779 mutex_unlock(&priv->mutex);
2780}
2781
Ben Cahill743cdf12009-10-09 13:20:26 -07002782/*
2783 * 3945 cannot interrupt driver when hardware rf kill switch toggles;
2784 * driver must poll CSR_GP_CNTRL_REG register for change. This register
2785 * *is* readable even when device has been SW_RESET into low power mode
2786 * (e.g. during RF KILL).
2787 */
Helmut Schaa26635162009-01-15 09:38:44 +01002788static void iwl3945_rfkill_poll(struct work_struct *data)
2789{
2790 struct iwl_priv *priv =
Johannes Bergee525d12010-01-21 06:09:28 -08002791 container_of(data, struct iwl_priv, _3945.rfkill_poll.work);
Ben Cahill743cdf12009-10-09 13:20:26 -07002792 bool old_rfkill = test_bit(STATUS_RF_KILL_HW, &priv->status);
2793 bool new_rfkill = !(iwl_read32(priv, CSR_GP_CNTRL)
2794 & CSR_GP_CNTRL_REG_FLAG_HW_RF_KILL_SW);
Helmut Schaa26635162009-01-15 09:38:44 +01002795
Ben Cahill743cdf12009-10-09 13:20:26 -07002796 if (new_rfkill != old_rfkill) {
2797 if (new_rfkill)
2798 set_bit(STATUS_RF_KILL_HW, &priv->status);
2799 else
2800 clear_bit(STATUS_RF_KILL_HW, &priv->status);
Helmut Schaa26635162009-01-15 09:38:44 +01002801
Ben Cahill743cdf12009-10-09 13:20:26 -07002802 wiphy_rfkill_set_hw_state(priv->hw->wiphy, new_rfkill);
Helmut Schaa26635162009-01-15 09:38:44 +01002803
Ben Cahill743cdf12009-10-09 13:20:26 -07002804 IWL_DEBUG_RF_KILL(priv, "RF_KILL bit toggled to %s.\n",
2805 new_rfkill ? "disable radio" : "enable radio");
2806 }
2807
2808 /* Keep this running, even if radio now enabled. This will be
2809 * cancelled in mac_start() if system decides to start again */
Johannes Bergee525d12010-01-21 06:09:28 -08002810 queue_delayed_work(priv->workqueue, &priv->_3945.rfkill_poll,
Helmut Schaa26635162009-01-15 09:38:44 +01002811 round_jiffies_relative(2 * HZ));
2812
2813}
2814
Johannes Berg1dda6d22010-04-29 04:43:06 -07002815void iwl3945_request_scan(struct iwl_priv *priv, struct ieee80211_vif *vif)
Zhu Yib481de92007-09-25 17:54:57 -07002816{
Winkler, Tomasc2d79b482008-12-19 10:37:34 +08002817 struct iwl_host_cmd cmd = {
Zhu Yib481de92007-09-25 17:54:57 -07002818 .id = REPLY_SCAN_CMD,
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002819 .len = sizeof(struct iwl3945_scan_cmd),
Johannes Bergc2acea82009-07-24 11:13:05 -07002820 .flags = CMD_SIZE_HUGE,
Zhu Yib481de92007-09-25 17:54:57 -07002821 };
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002822 struct iwl3945_scan_cmd *scan;
Zhu Yib481de92007-09-25 17:54:57 -07002823 struct ieee80211_conf *conf = NULL;
Johannes Berg1ecf9fc2009-04-20 14:36:56 -07002824 u8 n_probes = 0;
Johannes Berg8318d782008-01-24 19:38:38 +01002825 enum ieee80211_band band;
Johannes Berg1ecf9fc2009-04-20 14:36:56 -07002826 bool is_active = false;
Zhu Yib481de92007-09-25 17:54:57 -07002827
2828 conf = ieee80211_get_hw_conf(priv->hw);
2829
Reinette Chatrefbc9f972009-05-15 16:13:46 -07002830 cancel_delayed_work(&priv->scan_check);
2831
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08002832 if (!iwl_is_ready(priv)) {
Winkler, Tomas39aadf82008-12-19 10:37:32 +08002833 IWL_WARN(priv, "request scan called when driver not ready.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002834 goto done;
2835 }
2836
Tomas Winklera96a27f2008-10-23 23:48:56 -07002837 /* Make sure the scan wasn't canceled before this queued work
Zhu Yib481de92007-09-25 17:54:57 -07002838 * was given the chance to run... */
2839 if (!test_bit(STATUS_SCANNING, &priv->status))
2840 goto done;
2841
2842 /* This should never be called or scheduled if there is currently
2843 * a scan active in the hardware. */
2844 if (test_bit(STATUS_SCAN_HW, &priv->status)) {
Tomas Winklere1623442009-01-27 14:27:56 -08002845 IWL_DEBUG_INFO(priv, "Multiple concurrent scan requests "
2846 "Ignoring second request.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002847 goto done;
2848 }
2849
2850 if (test_bit(STATUS_EXIT_PENDING, &priv->status)) {
Tomas Winklere1623442009-01-27 14:27:56 -08002851 IWL_DEBUG_SCAN(priv, "Aborting scan due to device shutdown\n");
Zhu Yib481de92007-09-25 17:54:57 -07002852 goto done;
2853 }
2854
2855 if (test_bit(STATUS_SCAN_ABORTING, &priv->status)) {
Tomas Winklere1623442009-01-27 14:27:56 -08002856 IWL_DEBUG_HC(priv,
2857 "Scan request while abort pending. Queuing.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002858 goto done;
2859 }
2860
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08002861 if (iwl_is_rfkill(priv)) {
Tomas Winklere1623442009-01-27 14:27:56 -08002862 IWL_DEBUG_HC(priv, "Aborting scan due to RF Kill activation\n");
Zhu Yib481de92007-09-25 17:54:57 -07002863 goto done;
2864 }
2865
2866 if (!test_bit(STATUS_READY, &priv->status)) {
Tomas Winklere1623442009-01-27 14:27:56 -08002867 IWL_DEBUG_HC(priv,
2868 "Scan request while uninitialized. Queuing.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002869 goto done;
2870 }
2871
Johannes Berg811ecc92010-04-06 04:12:41 -07002872 if (!priv->scan_cmd) {
2873 priv->scan_cmd = kmalloc(sizeof(struct iwl3945_scan_cmd) +
2874 IWL_MAX_SCAN_SIZE, GFP_KERNEL);
2875 if (!priv->scan_cmd) {
Wey-Yi Guy4f4d4082010-02-24 08:28:30 -08002876 IWL_DEBUG_SCAN(priv, "Fail to allocate scan memory\n");
Zhu Yib481de92007-09-25 17:54:57 -07002877 goto done;
2878 }
2879 }
Johannes Berg811ecc92010-04-06 04:12:41 -07002880 scan = priv->scan_cmd;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002881 memset(scan, 0, sizeof(struct iwl3945_scan_cmd) + IWL_MAX_SCAN_SIZE);
Zhu Yib481de92007-09-25 17:54:57 -07002882
2883 scan->quiet_plcp_th = IWL_PLCP_QUIET_THRESH;
2884 scan->quiet_time = IWL_ACTIVE_QUIET_TIME;
2885
Samuel Ortiz8ccde882009-01-27 14:27:52 -08002886 if (iwl_is_associated(priv)) {
Zhu Yib481de92007-09-25 17:54:57 -07002887 u16 interval = 0;
2888 u32 extra;
2889 u32 suspend_time = 100;
2890 u32 scan_suspend_time = 100;
2891 unsigned long flags;
2892
Tomas Winklere1623442009-01-27 14:27:56 -08002893 IWL_DEBUG_INFO(priv, "Scanning while associated...\n");
Zhu Yib481de92007-09-25 17:54:57 -07002894
2895 spin_lock_irqsave(&priv->lock, flags);
Johannes Berg1dda6d22010-04-29 04:43:06 -07002896 interval = vif ? vif->bss_conf.beacon_int : 0;
Zhu Yib481de92007-09-25 17:54:57 -07002897 spin_unlock_irqrestore(&priv->lock, flags);
2898
2899 scan->suspend_time = 0;
Mohamed Abbas15e869d2007-10-25 17:15:46 +08002900 scan->max_out_time = cpu_to_le32(200 * 1024);
Zhu Yib481de92007-09-25 17:54:57 -07002901 if (!interval)
2902 interval = suspend_time;
2903 /*
2904 * suspend time format:
2905 * 0-19: beacon interval in usec (time before exec.)
2906 * 20-23: 0
2907 * 24-31: number of beacons (suspend between channels)
2908 */
2909
2910 extra = (suspend_time / interval) << 24;
2911 scan_suspend_time = 0xFF0FFFFF &
2912 (extra | ((suspend_time % interval) * 1024));
2913
2914 scan->suspend_time = cpu_to_le32(scan_suspend_time);
Tomas Winklere1623442009-01-27 14:27:56 -08002915 IWL_DEBUG_SCAN(priv, "suspend_time 0x%X beacon interval %d\n",
Zhu Yib481de92007-09-25 17:54:57 -07002916 scan_suspend_time, interval);
2917 }
2918
Wey-Yi Guy4f4d4082010-02-24 08:28:30 -08002919 if (priv->is_internal_short_scan) {
2920 IWL_DEBUG_SCAN(priv, "Start internal passive scan.\n");
2921 } else if (priv->scan_request->n_ssids) {
Johannes Berg1ecf9fc2009-04-20 14:36:56 -07002922 int i, p = 0;
2923 IWL_DEBUG_SCAN(priv, "Kicking off active scan\n");
2924 for (i = 0; i < priv->scan_request->n_ssids; i++) {
2925 /* always does wildcard anyway */
2926 if (!priv->scan_request->ssids[i].ssid_len)
2927 continue;
2928 scan->direct_scan[p].id = WLAN_EID_SSID;
2929 scan->direct_scan[p].len =
2930 priv->scan_request->ssids[i].ssid_len;
2931 memcpy(scan->direct_scan[p].ssid,
2932 priv->scan_request->ssids[i].ssid,
2933 priv->scan_request->ssids[i].ssid_len);
2934 n_probes++;
2935 p++;
2936 }
2937 is_active = true;
Abhijeet Kolekarf9340522008-09-03 11:26:58 +08002938 } else
Johannes Berg1ecf9fc2009-04-20 14:36:56 -07002939 IWL_DEBUG_SCAN(priv, "Kicking off passive scan.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002940
2941 /* We don't build a direct scan probe request; the uCode will do
2942 * that based on the direct_mask added to each channel entry */
Zhu Yib481de92007-09-25 17:54:57 -07002943 scan->tx_cmd.tx_flags = TX_CMD_FLG_SEQ_CTL_MSK;
Abhijeet Kolekar3832ec92008-12-19 10:37:26 +08002944 scan->tx_cmd.sta_id = priv->hw_params.bcast_sta_id;
Zhu Yib481de92007-09-25 17:54:57 -07002945 scan->tx_cmd.stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE;
2946
2947 /* flags + rate selection */
2948
Johannes Berg00700ee2010-04-06 04:12:37 -07002949 switch (priv->scan_band) {
2950 case IEEE80211_BAND_2GHZ:
Zhu Yib481de92007-09-25 17:54:57 -07002951 scan->flags = RXON_FLG_BAND_24G_MSK | RXON_FLG_AUTO_DETECT_MSK;
2952 scan->tx_cmd.rate = IWL_RATE_1M_PLCP;
2953 scan->good_CRC_th = 0;
Johannes Berg8318d782008-01-24 19:38:38 +01002954 band = IEEE80211_BAND_2GHZ;
Johannes Berg00700ee2010-04-06 04:12:37 -07002955 break;
2956 case IEEE80211_BAND_5GHZ:
Zhu Yib481de92007-09-25 17:54:57 -07002957 scan->tx_cmd.rate = IWL_RATE_6M_PLCP;
Johannes Bergb097ad22009-04-20 14:36:57 -07002958 /*
2959 * If active scaning is requested but a certain channel
2960 * is marked passive, we can do active scanning if we
2961 * detect transmissions.
2962 */
Johannes Berg96ff5642010-04-30 14:42:15 -07002963 scan->good_CRC_th = is_active ? IWL_GOOD_CRC_TH_DEFAULT :
2964 IWL_GOOD_CRC_TH_DISABLED;
Johannes Berg8318d782008-01-24 19:38:38 +01002965 band = IEEE80211_BAND_5GHZ;
Johannes Berg00700ee2010-04-06 04:12:37 -07002966 break;
2967 default:
2968 IWL_WARN(priv, "Invalid scan band\n");
Zhu Yib481de92007-09-25 17:54:57 -07002969 goto done;
2970 }
2971
Wey-Yi Guy4f4d4082010-02-24 08:28:30 -08002972 if (!priv->is_internal_short_scan) {
2973 scan->tx_cmd.len = cpu_to_le16(
Johannes Berg1ecf9fc2009-04-20 14:36:56 -07002974 iwl_fill_probe_req(priv,
2975 (struct ieee80211_mgmt *)scan->data,
2976 priv->scan_request->ie,
2977 priv->scan_request->ie_len,
2978 IWL_MAX_SCAN_SIZE - sizeof(*scan)));
Wey-Yi Guy4f4d4082010-02-24 08:28:30 -08002979 } else {
2980 scan->tx_cmd.len = cpu_to_le16(
2981 iwl_fill_probe_req(priv,
2982 (struct ieee80211_mgmt *)scan->data,
2983 NULL, 0,
2984 IWL_MAX_SCAN_SIZE - sizeof(*scan)));
2985 }
Zhu Yib481de92007-09-25 17:54:57 -07002986 /* select Rx antennas */
2987 scan->flags |= iwl3945_get_antenna_flags(priv);
2988
Abhijeet Kolekarf9340522008-09-03 11:26:58 +08002989 scan->channel_count =
Johannes Berg1ecf9fc2009-04-20 14:36:56 -07002990 iwl3945_get_channels_for_scan(priv, band, is_active, n_probes,
Johannes Berg1dda6d22010-04-29 04:43:06 -07002991 (void *)&scan->data[le16_to_cpu(scan->tx_cmd.len)], vif);
Zhu Yib481de92007-09-25 17:54:57 -07002992
Reinette Chatre14b54332008-11-04 12:21:35 -08002993 if (scan->channel_count == 0) {
Tomas Winklere1623442009-01-27 14:27:56 -08002994 IWL_DEBUG_SCAN(priv, "channel count %d\n", scan->channel_count);
Reinette Chatre14b54332008-11-04 12:21:35 -08002995 goto done;
2996 }
2997
Zhu Yib481de92007-09-25 17:54:57 -07002998 cmd.len += le16_to_cpu(scan->tx_cmd.len) +
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002999 scan->channel_count * sizeof(struct iwl3945_scan_channel);
Zhu Yib481de92007-09-25 17:54:57 -07003000 cmd.data = scan;
3001 scan->len = cpu_to_le16(cmd.len);
3002
3003 set_bit(STATUS_SCAN_HW, &priv->status);
Wey-Yi Guy4f4d4082010-02-24 08:28:30 -08003004 if (iwl_send_cmd_sync(priv, &cmd))
Zhu Yib481de92007-09-25 17:54:57 -07003005 goto done;
3006
3007 queue_delayed_work(priv->workqueue, &priv->scan_check,
3008 IWL_SCAN_CHECK_WATCHDOG);
3009
Zhu Yib481de92007-09-25 17:54:57 -07003010 return;
3011
3012 done:
Mohamed Abbas2420ebc2008-11-04 12:21:34 -08003013 /* can not perform scan make sure we clear scanning
3014 * bits from status so next scan request can be performed.
3015 * if we dont clear scanning status bit here all next scan
3016 * will fail
3017 */
3018 clear_bit(STATUS_SCAN_HW, &priv->status);
3019 clear_bit(STATUS_SCANNING, &priv->status);
3020
Ian Schram01ebd062007-10-25 17:15:22 +08003021 /* inform mac80211 scan aborted */
Zhu Yib481de92007-09-25 17:54:57 -07003022 queue_work(priv->workqueue, &priv->scan_completed);
Zhu Yib481de92007-09-25 17:54:57 -07003023}
3024
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003025static void iwl3945_bg_restart(struct work_struct *data)
Zhu Yib481de92007-09-25 17:54:57 -07003026{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003027 struct iwl_priv *priv = container_of(data, struct iwl_priv, restart);
Zhu Yib481de92007-09-25 17:54:57 -07003028
3029 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
3030 return;
3031
Johannes Berg19cc1082009-05-08 13:44:36 -07003032 if (test_and_clear_bit(STATUS_FW_ERROR, &priv->status)) {
3033 mutex_lock(&priv->mutex);
3034 priv->vif = NULL;
3035 priv->is_open = 0;
3036 mutex_unlock(&priv->mutex);
3037 iwl3945_down(priv);
3038 ieee80211_restart_hw(priv->hw);
3039 } else {
3040 iwl3945_down(priv);
Johannes Berg80676512010-01-21 06:07:17 -08003041
3042 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
3043 return;
3044
3045 mutex_lock(&priv->mutex);
3046 __iwl3945_up(priv);
3047 mutex_unlock(&priv->mutex);
Johannes Berg19cc1082009-05-08 13:44:36 -07003048 }
Zhu Yib481de92007-09-25 17:54:57 -07003049}
3050
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003051static void iwl3945_bg_rx_replenish(struct work_struct *data)
Zhu Yib481de92007-09-25 17:54:57 -07003052{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003053 struct iwl_priv *priv =
3054 container_of(data, struct iwl_priv, rx_replenish);
Zhu Yib481de92007-09-25 17:54:57 -07003055
3056 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
3057 return;
3058
3059 mutex_lock(&priv->mutex);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003060 iwl3945_rx_replenish(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003061 mutex_unlock(&priv->mutex);
3062}
3063
Johannes Berg1dda6d22010-04-29 04:43:06 -07003064void iwl3945_post_associate(struct iwl_priv *priv, struct ieee80211_vif *vif)
Zhu Yib481de92007-09-25 17:54:57 -07003065{
Zhu Yib481de92007-09-25 17:54:57 -07003066 int rc = 0;
3067 struct ieee80211_conf *conf = NULL;
3068
Johannes Berg1dda6d22010-04-29 04:43:06 -07003069 if (!vif || !priv->is_open)
3070 return;
3071
3072 if (vif->type == NL80211_IFTYPE_AP) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08003073 IWL_ERR(priv, "%s Should not be called in AP mode\n", __func__);
Zhu Yib481de92007-09-25 17:54:57 -07003074 return;
3075 }
3076
Tomas Winklere1623442009-01-27 14:27:56 -08003077 IWL_DEBUG_ASSOC(priv, "Associated as %d to: %pM\n",
Johannes Berg1dda6d22010-04-29 04:43:06 -07003078 vif->bss_conf.aid, priv->active_rxon.bssid_addr);
Zhu Yib481de92007-09-25 17:54:57 -07003079
3080 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
3081 return;
3082
Winkler, Tomasaf0053d2009-01-19 15:30:23 -08003083 iwl_scan_cancel_timeout(priv, 200);
Mohamed Abbas15e869d2007-10-25 17:15:46 +08003084
Zhu Yib481de92007-09-25 17:54:57 -07003085 conf = ieee80211_get_hw_conf(priv->hw);
3086
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003087 priv->staging_rxon.filter_flags &= ~RXON_FILTER_ASSOC_MSK;
Abhijeet Kolekare0158e62009-04-08 11:26:37 -07003088 iwlcore_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003089
Tomas Winkler28afaf92008-12-19 10:37:06 +08003090 memset(&priv->rxon_timing, 0, sizeof(struct iwl_rxon_time_cmd));
Johannes Berg1dda6d22010-04-29 04:43:06 -07003091 iwl_setup_rxon_timing(priv, vif);
Samuel Ortiz518099a2009-01-19 15:30:27 -08003092 rc = iwl_send_cmd_pdu(priv, REPLY_RXON_TIMING,
Zhu Yib481de92007-09-25 17:54:57 -07003093 sizeof(priv->rxon_timing), &priv->rxon_timing);
3094 if (rc)
Winkler, Tomas39aadf82008-12-19 10:37:32 +08003095 IWL_WARN(priv, "REPLY_RXON_TIMING failed - "
Zhu Yib481de92007-09-25 17:54:57 -07003096 "Attempting to continue.\n");
3097
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003098 priv->staging_rxon.filter_flags |= RXON_FILTER_ASSOC_MSK;
Zhu Yib481de92007-09-25 17:54:57 -07003099
Johannes Berg1dda6d22010-04-29 04:43:06 -07003100 priv->staging_rxon.assoc_id = cpu_to_le16(vif->bss_conf.aid);
Zhu Yib481de92007-09-25 17:54:57 -07003101
Tomas Winklere1623442009-01-27 14:27:56 -08003102 IWL_DEBUG_ASSOC(priv, "assoc id %d beacon interval %d\n",
Johannes Berg1dda6d22010-04-29 04:43:06 -07003103 vif->bss_conf.aid, vif->bss_conf.beacon_int);
Zhu Yib481de92007-09-25 17:54:57 -07003104
Johannes Berg1dda6d22010-04-29 04:43:06 -07003105 if (vif->bss_conf.assoc_capability & WLAN_CAPABILITY_SHORT_PREAMBLE)
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003106 priv->staging_rxon.flags |= RXON_FLG_SHORT_PREAMBLE_MSK;
Zhu Yib481de92007-09-25 17:54:57 -07003107 else
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003108 priv->staging_rxon.flags &= ~RXON_FLG_SHORT_PREAMBLE_MSK;
Zhu Yib481de92007-09-25 17:54:57 -07003109
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003110 if (priv->staging_rxon.flags & RXON_FLG_BAND_24G_MSK) {
Johannes Berg1dda6d22010-04-29 04:43:06 -07003111 if (vif->bss_conf.assoc_capability & WLAN_CAPABILITY_SHORT_SLOT_TIME)
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003112 priv->staging_rxon.flags |= RXON_FLG_SHORT_SLOT_MSK;
Zhu Yib481de92007-09-25 17:54:57 -07003113 else
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003114 priv->staging_rxon.flags &= ~RXON_FLG_SHORT_SLOT_MSK;
Zhu Yib481de92007-09-25 17:54:57 -07003115
Johannes Berg1dda6d22010-04-29 04:43:06 -07003116 if (vif->type == NL80211_IFTYPE_ADHOC)
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003117 priv->staging_rxon.flags &= ~RXON_FLG_SHORT_SLOT_MSK;
Zhu Yib481de92007-09-25 17:54:57 -07003118 }
3119
Abhijeet Kolekare0158e62009-04-08 11:26:37 -07003120 iwlcore_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003121
Johannes Berg1dda6d22010-04-29 04:43:06 -07003122 switch (vif->type) {
Johannes Berg05c914f2008-09-11 00:01:58 +02003123 case NL80211_IFTYPE_STATION:
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003124 iwl3945_rate_scale_init(priv->hw, IWL_AP_ID);
Zhu Yib481de92007-09-25 17:54:57 -07003125 break;
Johannes Berg05c914f2008-09-11 00:01:58 +02003126 case NL80211_IFTYPE_ADHOC:
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003127 iwl3945_send_beacon_cmd(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003128 break;
Zhu Yib481de92007-09-25 17:54:57 -07003129 default:
Johannes Berg1dda6d22010-04-29 04:43:06 -07003130 IWL_ERR(priv, "%s Should not be called in %d mode\n",
3131 __func__, vif->type);
Zhu Yib481de92007-09-25 17:54:57 -07003132 break;
3133 }
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 Yi5a66926a2008-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 Yi5a66926a2008-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 Yi5a66926a2008-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 Yi5a66926a2008-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 Yi5a66926a2008-01-14 17:46:18 -08003167
Zhu Yib481de92007-09-25 17:54:57 -07003168 mutex_unlock(&priv->mutex);
Zhu Yi5a66926a2008-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 Yi5a66926a2008-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 Yi5a66926a2008-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 */
Johannes Bergee525d12010-01-21 06:09:28 -08003192 cancel_delayed_work(&priv->_3945.rfkill_poll);
Helmut Schaa26635162009-01-15 09:38:44 +01003193
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 Yi5a66926a2008-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 Yi5a66926a2008-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 Yi5a66926a2008-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 Yi5a66926a2008-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 Yi5a66926a2008-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 */
Johannes Bergee525d12010-01-21 06:09:28 -08003233 queue_delayed_work(priv->workqueue, &priv->_3945.rfkill_poll,
Helmut Schaa26635162009-01-15 09:38:44 +01003234 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
Johannes Berg1dda6d22010-04-29 04:43:06 -07003255void iwl3945_config_ap(struct iwl_priv *priv, struct ieee80211_vif *vif)
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));
Johannes Berg1dda6d22010-04-29 04:43:06 -07003271 iwl_setup_rxon_timing(priv, vif);
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
Johannes Berg1dda6d22010-04-29 04:43:06 -07003279 priv->staging_rxon.assoc_id = 0;
3280
3281 if (vif->bss_conf.assoc_capability &
3282 WLAN_CAPABILITY_SHORT_PREAMBLE)
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003283 priv->staging_rxon.flags |=
Zhu Yib481de92007-09-25 17:54:57 -07003284 RXON_FLG_SHORT_PREAMBLE_MSK;
3285 else
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003286 priv->staging_rxon.flags &=
Zhu Yib481de92007-09-25 17:54:57 -07003287 ~RXON_FLG_SHORT_PREAMBLE_MSK;
3288
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003289 if (priv->staging_rxon.flags & RXON_FLG_BAND_24G_MSK) {
Johannes Berg1dda6d22010-04-29 04:43:06 -07003290 if (vif->bss_conf.assoc_capability &
3291 WLAN_CAPABILITY_SHORT_SLOT_TIME)
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003292 priv->staging_rxon.flags |=
Zhu Yib481de92007-09-25 17:54:57 -07003293 RXON_FLG_SHORT_SLOT_MSK;
3294 else
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003295 priv->staging_rxon.flags &=
Zhu Yib481de92007-09-25 17:54:57 -07003296 ~RXON_FLG_SHORT_SLOT_MSK;
3297
Johannes Berg1dda6d22010-04-29 04:43:06 -07003298 if (vif->type == NL80211_IFTYPE_ADHOC)
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003299 priv->staging_rxon.flags &=
Zhu Yib481de92007-09-25 17:54:57 -07003300 ~RXON_FLG_SHORT_SLOT_MSK;
3301 }
3302 /* restore RXON assoc */
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003303 priv->staging_rxon.filter_flags |= RXON_FILTER_ASSOC_MSK;
Abhijeet Kolekare0158e62009-04-08 11:26:37 -07003304 iwlcore_commit_rxon(priv);
Johannes Berg6e0b9ca2010-04-28 08:44:50 -07003305 iwl3945_add_bcast_station(priv);
Zhu Yi556f8db2007-09-27 11:27:33 +08003306 }
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003307 iwl3945_send_beacon_cmd(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003308
3309 /* FIXME - we need to add code here to detect a totally new
3310 * configuration, reset the AP, unassoc, rxon timing, assoc,
3311 * clear sta table, add BCAST sta... */
3312}
3313
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003314static int iwl3945_mac_set_key(struct ieee80211_hw *hw, enum set_key_cmd cmd,
Johannes Bergdc822b52008-12-29 12:55:09 +01003315 struct ieee80211_vif *vif,
3316 struct ieee80211_sta *sta,
3317 struct ieee80211_key_conf *key)
Zhu Yib481de92007-09-25 17:54:57 -07003318{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003319 struct iwl_priv *priv = hw->priv;
Johannes Bergdc822b52008-12-29 12:55:09 +01003320 const u8 *addr;
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -08003321 int ret = 0;
3322 u8 sta_id = IWL_INVALID_STATION;
3323 u8 static_key;
Zhu Yib481de92007-09-25 17:54:57 -07003324
Tomas Winklere1623442009-01-27 14:27:56 -08003325 IWL_DEBUG_MAC80211(priv, "enter\n");
Zhu Yib481de92007-09-25 17:54:57 -07003326
Kolekar, Abhijeetdf878d82008-12-19 10:37:35 +08003327 if (iwl3945_mod_params.sw_crypto) {
Tomas Winklere1623442009-01-27 14:27:56 -08003328 IWL_DEBUG_MAC80211(priv, "leave - hwcrypto disabled\n");
Zhu Yib481de92007-09-25 17:54:57 -07003329 return -EOPNOTSUPP;
3330 }
3331
Winkler, Tomas42986792009-01-19 15:30:22 -08003332 addr = sta ? sta->addr : iwl_bcast_addr;
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -08003333 static_key = !iwl_is_associated(priv);
3334
3335 if (!static_key) {
Tomas Winklerc587de02009-06-03 11:44:07 -07003336 sta_id = iwl_find_station(priv, addr);
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -08003337 if (sta_id == IWL_INVALID_STATION) {
Joe Perches12514392009-04-16 16:23:26 -07003338 IWL_DEBUG_MAC80211(priv, "leave - %pM not in station map.\n",
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -08003339 addr);
3340 return -EINVAL;
3341 }
Zhu Yib481de92007-09-25 17:54:57 -07003342 }
3343
3344 mutex_lock(&priv->mutex);
Winkler, Tomasaf0053d2009-01-19 15:30:23 -08003345 iwl_scan_cancel_timeout(priv, 100);
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
Johannes Berg72e15d72010-02-19 11:42:32 -08003366 mutex_unlock(&priv->mutex);
Tomas Winklere1623442009-01-27 14:27:56 -08003367 IWL_DEBUG_MAC80211(priv, "leave\n");
Zhu Yib481de92007-09-25 17:54:57 -07003368
Winkler, Tomas42986792009-01-19 15:30:22 -08003369 return ret;
Zhu Yib481de92007-09-25 17:54:57 -07003370}
3371
Reinette Chatrefe6b23d2010-02-22 16:24:47 -08003372static int iwl3945_mac_sta_add(struct ieee80211_hw *hw,
3373 struct ieee80211_vif *vif,
3374 struct ieee80211_sta *sta)
3375{
3376 struct iwl_priv *priv = hw->priv;
3377 int ret;
3378 bool is_ap = priv->iw_mode == NL80211_IFTYPE_STATION;
3379 u8 sta_id;
3380
3381 IWL_DEBUG_INFO(priv, "received request to add station %pM\n",
3382 sta->addr);
3383
3384 ret = iwl_add_station_common(priv, sta->addr, is_ap, &sta->ht_cap,
3385 &sta_id);
3386 if (ret) {
3387 IWL_ERR(priv, "Unable to add station %pM (%d)\n",
3388 sta->addr, ret);
3389 /* Should we return success if return code is EEXIST ? */
3390 return ret;
3391 }
3392
3393 /* Initialize rate scaling */
Frans Pop91dd6c22010-03-24 14:19:58 -07003394 IWL_DEBUG_INFO(priv, "Initializing rate scaling for station %pM\n",
Reinette Chatrefe6b23d2010-02-22 16:24:47 -08003395 sta->addr);
3396 iwl3945_rs_rate_init(priv, sta, sta_id);
3397
3398 return 0;
3399
3400
3401
3402 return ret;
3403}
Zhu Yib481de92007-09-25 17:54:57 -07003404/*****************************************************************************
3405 *
3406 * sysfs attributes
3407 *
3408 *****************************************************************************/
3409
Samuel Ortizd08853a2009-01-23 13:45:17 -08003410#ifdef CONFIG_IWLWIFI_DEBUG
Zhu Yib481de92007-09-25 17:54:57 -07003411
3412/*
3413 * The following adds a new attribute to the sysfs representation
3414 * of this device driver (i.e. a new file in /sys/bus/pci/drivers/iwl/)
3415 * used for controlling the debug level.
3416 *
3417 * See the level definitions in iwl for details.
Reinette Chatrea562a9d2009-07-17 09:30:24 -07003418 *
Reinette Chatre3d816c72009-08-07 15:41:37 -07003419 * The debug_level being managed using sysfs below is a per device debug
3420 * level that is used instead of the global debug level if it (the per
3421 * device debug level) is set.
Zhu Yib481de92007-09-25 17:54:57 -07003422 */
Samuel Ortiz40b8ec02008-12-19 10:37:08 +08003423static ssize_t show_debug_level(struct device *d,
3424 struct device_attribute *attr, char *buf)
Zhu Yib481de92007-09-25 17:54:57 -07003425{
Reinette Chatre3d816c72009-08-07 15:41:37 -07003426 struct iwl_priv *priv = dev_get_drvdata(d);
3427 return sprintf(buf, "0x%08X\n", iwl_get_debug_level(priv));
Zhu Yib481de92007-09-25 17:54:57 -07003428}
Samuel Ortiz40b8ec02008-12-19 10:37:08 +08003429static ssize_t store_debug_level(struct device *d,
3430 struct device_attribute *attr,
Zhu Yib481de92007-09-25 17:54:57 -07003431 const char *buf, size_t count)
3432{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003433 struct iwl_priv *priv = dev_get_drvdata(d);
Samuel Ortiz40b8ec02008-12-19 10:37:08 +08003434 unsigned long val;
3435 int ret;
Zhu Yib481de92007-09-25 17:54:57 -07003436
Samuel Ortiz40b8ec02008-12-19 10:37:08 +08003437 ret = strict_strtoul(buf, 0, &val);
3438 if (ret)
Tomas Winkler978785a2008-12-19 10:37:31 +08003439 IWL_INFO(priv, "%s is not in hex or decimal form.\n", buf);
Wey-Yi Guy20594eb2009-08-07 15:41:39 -07003440 else {
Reinette Chatre3d816c72009-08-07 15:41:37 -07003441 priv->debug_level = val;
Wey-Yi Guy20594eb2009-08-07 15:41:39 -07003442 if (iwl_alloc_traffic_mem(priv))
3443 IWL_ERR(priv,
3444 "Not enough memory to generate traffic log\n");
3445 }
Zhu Yib481de92007-09-25 17:54:57 -07003446 return strnlen(buf, count);
3447}
3448
Samuel Ortiz40b8ec02008-12-19 10:37:08 +08003449static DEVICE_ATTR(debug_level, S_IWUSR | S_IRUGO,
3450 show_debug_level, store_debug_level);
Zhu Yib481de92007-09-25 17:54:57 -07003451
Samuel Ortizd08853a2009-01-23 13:45:17 -08003452#endif /* CONFIG_IWLWIFI_DEBUG */
Zhu Yib481de92007-09-25 17:54:57 -07003453
Zhu Yib481de92007-09-25 17:54:57 -07003454static ssize_t show_temperature(struct device *d,
3455 struct device_attribute *attr, char *buf)
3456{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003457 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003458
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08003459 if (!iwl_is_alive(priv))
Zhu Yib481de92007-09-25 17:54:57 -07003460 return -EAGAIN;
3461
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003462 return sprintf(buf, "%d\n", iwl3945_hw_get_temperature(priv));
Zhu Yib481de92007-09-25 17:54:57 -07003463}
3464
3465static DEVICE_ATTR(temperature, S_IRUGO, show_temperature, NULL);
3466
Zhu Yib481de92007-09-25 17:54:57 -07003467static ssize_t show_tx_power(struct device *d,
3468 struct device_attribute *attr, char *buf)
3469{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003470 struct iwl_priv *priv = dev_get_drvdata(d);
Winkler, Tomas62ea9c52009-01-19 15:30:29 -08003471 return sprintf(buf, "%d\n", priv->tx_power_user_lmt);
Zhu Yib481de92007-09-25 17:54:57 -07003472}
3473
3474static ssize_t store_tx_power(struct device *d,
3475 struct device_attribute *attr,
3476 const char *buf, size_t count)
3477{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003478 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003479 char *p = (char *)buf;
3480 u32 val;
3481
3482 val = simple_strtoul(p, &p, 10);
3483 if (p == buf)
Tomas Winkler978785a2008-12-19 10:37:31 +08003484 IWL_INFO(priv, ": %s is not in decimal form.\n", buf);
Zhu Yib481de92007-09-25 17:54:57 -07003485 else
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003486 iwl3945_hw_reg_set_txpower(priv, val);
Zhu Yib481de92007-09-25 17:54:57 -07003487
3488 return count;
3489}
3490
3491static DEVICE_ATTR(tx_power, S_IWUSR | S_IRUGO, show_tx_power, store_tx_power);
3492
3493static ssize_t show_flags(struct device *d,
3494 struct device_attribute *attr, char *buf)
3495{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003496 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003497
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003498 return sprintf(buf, "0x%04X\n", priv->active_rxon.flags);
Zhu Yib481de92007-09-25 17:54:57 -07003499}
3500
3501static ssize_t store_flags(struct device *d,
3502 struct device_attribute *attr,
3503 const char *buf, size_t count)
3504{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003505 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003506 u32 flags = simple_strtoul(buf, NULL, 0);
3507
3508 mutex_lock(&priv->mutex);
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003509 if (le32_to_cpu(priv->staging_rxon.flags) != flags) {
Zhu Yib481de92007-09-25 17:54:57 -07003510 /* Cancel any currently running scans... */
Winkler, Tomasaf0053d2009-01-19 15:30:23 -08003511 if (iwl_scan_cancel_timeout(priv, 100))
Winkler, Tomas39aadf82008-12-19 10:37:32 +08003512 IWL_WARN(priv, "Could not cancel scan.\n");
Zhu Yib481de92007-09-25 17:54:57 -07003513 else {
Tomas Winklere1623442009-01-27 14:27:56 -08003514 IWL_DEBUG_INFO(priv, "Committing rxon.flags = 0x%04X\n",
Zhu Yib481de92007-09-25 17:54:57 -07003515 flags);
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003516 priv->staging_rxon.flags = cpu_to_le32(flags);
Abhijeet Kolekare0158e62009-04-08 11:26:37 -07003517 iwlcore_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003518 }
3519 }
3520 mutex_unlock(&priv->mutex);
3521
3522 return count;
3523}
3524
3525static DEVICE_ATTR(flags, S_IWUSR | S_IRUGO, show_flags, store_flags);
3526
3527static ssize_t show_filter_flags(struct device *d,
3528 struct device_attribute *attr, char *buf)
3529{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003530 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003531
3532 return sprintf(buf, "0x%04X\n",
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003533 le32_to_cpu(priv->active_rxon.filter_flags));
Zhu Yib481de92007-09-25 17:54:57 -07003534}
3535
3536static ssize_t store_filter_flags(struct device *d,
3537 struct device_attribute *attr,
3538 const char *buf, size_t count)
3539{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003540 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003541 u32 filter_flags = simple_strtoul(buf, NULL, 0);
3542
3543 mutex_lock(&priv->mutex);
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003544 if (le32_to_cpu(priv->staging_rxon.filter_flags) != filter_flags) {
Zhu Yib481de92007-09-25 17:54:57 -07003545 /* Cancel any currently running scans... */
Winkler, Tomasaf0053d2009-01-19 15:30:23 -08003546 if (iwl_scan_cancel_timeout(priv, 100))
Winkler, Tomas39aadf82008-12-19 10:37:32 +08003547 IWL_WARN(priv, "Could not cancel scan.\n");
Zhu Yib481de92007-09-25 17:54:57 -07003548 else {
Tomas Winklere1623442009-01-27 14:27:56 -08003549 IWL_DEBUG_INFO(priv, "Committing rxon.filter_flags = "
Zhu Yib481de92007-09-25 17:54:57 -07003550 "0x%04X\n", filter_flags);
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003551 priv->staging_rxon.filter_flags =
Zhu Yib481de92007-09-25 17:54:57 -07003552 cpu_to_le32(filter_flags);
Abhijeet Kolekare0158e62009-04-08 11:26:37 -07003553 iwlcore_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003554 }
3555 }
3556 mutex_unlock(&priv->mutex);
3557
3558 return count;
3559}
3560
3561static DEVICE_ATTR(filter_flags, S_IWUSR | S_IRUGO, show_filter_flags,
3562 store_filter_flags);
3563
Zhu Yib481de92007-09-25 17:54:57 -07003564static ssize_t show_measurement(struct device *d,
3565 struct device_attribute *attr, char *buf)
3566{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003567 struct iwl_priv *priv = dev_get_drvdata(d);
Tomas Winkler600c0e12008-12-19 10:37:04 +08003568 struct iwl_spectrum_notification measure_report;
Zhu Yib481de92007-09-25 17:54:57 -07003569 u32 size = sizeof(measure_report), len = 0, ofs = 0;
Tomas Winkler3ac7f142008-07-21 02:40:14 +03003570 u8 *data = (u8 *)&measure_report;
Zhu Yib481de92007-09-25 17:54:57 -07003571 unsigned long flags;
3572
3573 spin_lock_irqsave(&priv->lock, flags);
3574 if (!(priv->measurement_status & MEASUREMENT_READY)) {
3575 spin_unlock_irqrestore(&priv->lock, flags);
3576 return 0;
3577 }
3578 memcpy(&measure_report, &priv->measure_report, size);
3579 priv->measurement_status = 0;
3580 spin_unlock_irqrestore(&priv->lock, flags);
3581
3582 while (size && (PAGE_SIZE - len)) {
3583 hex_dump_to_buffer(data + ofs, size, 16, 1, buf + len,
3584 PAGE_SIZE - len, 1);
3585 len = strlen(buf);
3586 if (PAGE_SIZE - len)
3587 buf[len++] = '\n';
3588
3589 ofs += 16;
3590 size -= min(size, 16U);
3591 }
3592
3593 return len;
3594}
3595
3596static ssize_t store_measurement(struct device *d,
3597 struct device_attribute *attr,
3598 const char *buf, size_t count)
3599{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003600 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003601 struct ieee80211_measurement_params params = {
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003602 .channel = le16_to_cpu(priv->active_rxon.channel),
Johannes Berge99f168c2010-01-19 10:04:28 -08003603 .start_time = cpu_to_le64(priv->_3945.last_tsf),
Zhu Yib481de92007-09-25 17:54:57 -07003604 .duration = cpu_to_le16(1),
3605 };
3606 u8 type = IWL_MEASURE_BASIC;
3607 u8 buffer[32];
3608 u8 channel;
3609
3610 if (count) {
3611 char *p = buffer;
3612 strncpy(buffer, buf, min(sizeof(buffer), count));
3613 channel = simple_strtoul(p, NULL, 0);
3614 if (channel)
3615 params.channel = channel;
3616
3617 p = buffer;
3618 while (*p && *p != ' ')
3619 p++;
3620 if (*p)
3621 type = simple_strtoul(p + 1, NULL, 0);
3622 }
3623
Tomas Winklere1623442009-01-27 14:27:56 -08003624 IWL_DEBUG_INFO(priv, "Invoking measurement of type %d on "
Zhu Yib481de92007-09-25 17:54:57 -07003625 "channel %d (for '%s')\n", type, params.channel, buf);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003626 iwl3945_get_measurement(priv, &params, type);
Zhu Yib481de92007-09-25 17:54:57 -07003627
3628 return count;
3629}
3630
3631static DEVICE_ATTR(measurement, S_IRUSR | S_IWUSR,
3632 show_measurement, store_measurement);
Zhu Yib481de92007-09-25 17:54:57 -07003633
Zhu Yib481de92007-09-25 17:54:57 -07003634static ssize_t store_retry_rate(struct device *d,
3635 struct device_attribute *attr,
3636 const char *buf, size_t count)
3637{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003638 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003639
3640 priv->retry_rate = simple_strtoul(buf, NULL, 0);
3641 if (priv->retry_rate <= 0)
3642 priv->retry_rate = 1;
3643
3644 return count;
3645}
3646
3647static ssize_t show_retry_rate(struct device *d,
3648 struct device_attribute *attr, char *buf)
3649{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003650 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003651 return sprintf(buf, "%d", priv->retry_rate);
3652}
3653
3654static DEVICE_ATTR(retry_rate, S_IWUSR | S_IRUSR, show_retry_rate,
3655 store_retry_rate);
3656
Winkler, Tomasd25aabb2009-01-27 14:27:58 -08003657
Zhu Yib481de92007-09-25 17:54:57 -07003658static ssize_t show_channels(struct device *d,
3659 struct device_attribute *attr, char *buf)
3660{
Johannes Berg8318d782008-01-24 19:38:38 +01003661 /* all this shit doesn't belong into sysfs anyway */
3662 return 0;
Zhu Yib481de92007-09-25 17:54:57 -07003663}
3664
3665static DEVICE_ATTR(channels, S_IRUSR, show_channels, NULL);
3666
Zhu Yib481de92007-09-25 17:54:57 -07003667static ssize_t show_antenna(struct device *d,
3668 struct device_attribute *attr, char *buf)
3669{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003670 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003671
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08003672 if (!iwl_is_alive(priv))
Zhu Yib481de92007-09-25 17:54:57 -07003673 return -EAGAIN;
3674
Samuel Ortiz7e4bca52009-01-23 13:45:18 -08003675 return sprintf(buf, "%d\n", iwl3945_mod_params.antenna);
Zhu Yib481de92007-09-25 17:54:57 -07003676}
3677
3678static ssize_t store_antenna(struct device *d,
3679 struct device_attribute *attr,
3680 const char *buf, size_t count)
3681{
Winkler, Tomas7530f852009-01-27 14:27:53 -08003682 struct iwl_priv *priv __maybe_unused = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003683 int ant;
Zhu Yib481de92007-09-25 17:54:57 -07003684
3685 if (count == 0)
3686 return 0;
3687
3688 if (sscanf(buf, "%1i", &ant) != 1) {
Tomas Winklere1623442009-01-27 14:27:56 -08003689 IWL_DEBUG_INFO(priv, "not in hex or decimal form.\n");
Zhu Yib481de92007-09-25 17:54:57 -07003690 return count;
3691 }
3692
3693 if ((ant >= 0) && (ant <= 2)) {
Tomas Winklere1623442009-01-27 14:27:56 -08003694 IWL_DEBUG_INFO(priv, "Setting antenna select to %d.\n", ant);
Samuel Ortiz7e4bca52009-01-23 13:45:18 -08003695 iwl3945_mod_params.antenna = (enum iwl3945_antenna)ant;
Zhu Yib481de92007-09-25 17:54:57 -07003696 } else
Tomas Winklere1623442009-01-27 14:27:56 -08003697 IWL_DEBUG_INFO(priv, "Bad antenna select value %d.\n", ant);
Zhu Yib481de92007-09-25 17:54:57 -07003698
3699
3700 return count;
3701}
3702
3703static DEVICE_ATTR(antenna, S_IWUSR | S_IRUGO, show_antenna, store_antenna);
3704
3705static ssize_t show_status(struct device *d,
3706 struct device_attribute *attr, char *buf)
3707{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003708 struct iwl_priv *priv = dev_get_drvdata(d);
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08003709 if (!iwl_is_alive(priv))
Zhu Yib481de92007-09-25 17:54:57 -07003710 return -EAGAIN;
3711 return sprintf(buf, "0x%08x\n", (int)priv->status);
3712}
3713
3714static DEVICE_ATTR(status, S_IRUGO, show_status, NULL);
3715
3716static ssize_t dump_error_log(struct device *d,
3717 struct device_attribute *attr,
3718 const char *buf, size_t count)
3719{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003720 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003721 char *p = (char *)buf;
3722
3723 if (p[0] == '1')
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003724 iwl3945_dump_nic_error_log(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003725
3726 return strnlen(buf, count);
3727}
3728
3729static DEVICE_ATTR(dump_errors, S_IWUSR, NULL, dump_error_log);
3730
Zhu Yib481de92007-09-25 17:54:57 -07003731/*****************************************************************************
3732 *
Tomas Winklera96a27f2008-10-23 23:48:56 -07003733 * driver setup and tear down
Zhu Yib481de92007-09-25 17:54:57 -07003734 *
3735 *****************************************************************************/
3736
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003737static void iwl3945_setup_deferred_work(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07003738{
Reinette Chatred21050c2009-02-13 11:51:18 -08003739 priv->workqueue = create_singlethread_workqueue(DRV_NAME);
Zhu Yib481de92007-09-25 17:54:57 -07003740
3741 init_waitqueue_head(&priv->wait_command_queue);
3742
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003743 INIT_WORK(&priv->restart, iwl3945_bg_restart);
3744 INIT_WORK(&priv->rx_replenish, iwl3945_bg_rx_replenish);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003745 INIT_WORK(&priv->beacon_update, iwl3945_bg_beacon_update);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003746 INIT_DELAYED_WORK(&priv->init_alive_start, iwl3945_bg_init_alive_start);
3747 INIT_DELAYED_WORK(&priv->alive_start, iwl3945_bg_alive_start);
Johannes Bergee525d12010-01-21 06:09:28 -08003748 INIT_DELAYED_WORK(&priv->_3945.rfkill_poll, iwl3945_rfkill_poll);
Samuel Ortiz77fecfb82009-01-23 13:45:12 -08003749 INIT_WORK(&priv->scan_completed, iwl_bg_scan_completed);
Samuel Ortiz77fecfb82009-01-23 13:45:12 -08003750 INIT_WORK(&priv->abort_scan, iwl_bg_abort_scan);
Abhijeet Kolekar1e460532010-04-23 14:14:53 -07003751 INIT_WORK(&priv->start_internal_scan, iwl_bg_start_internal_scan);
Samuel Ortiz77fecfb82009-01-23 13:45:12 -08003752 INIT_DELAYED_WORK(&priv->scan_check, iwl_bg_scan_check);
Zhu Yib481de92007-09-25 17:54:57 -07003753
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003754 iwl3945_hw_setup_deferred_work(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003755
Wey-Yi Guyb74e31a2010-03-01 17:23:50 -08003756 if (priv->cfg->ops->lib->recover_from_tx_stall) {
3757 init_timer(&priv->monitor_recover);
3758 priv->monitor_recover.data = (unsigned long)priv;
3759 priv->monitor_recover.function =
3760 priv->cfg->ops->lib->recover_from_tx_stall;
3761 }
3762
Zhu Yib481de92007-09-25 17:54:57 -07003763 tasklet_init(&priv->irq_tasklet, (void (*)(unsigned long))
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003764 iwl3945_irq_tasklet, (unsigned long)priv);
Zhu Yib481de92007-09-25 17:54:57 -07003765}
3766
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003767static void iwl3945_cancel_deferred_work(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07003768{
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003769 iwl3945_hw_cancel_deferred_work(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003770
Joonwoo Parke47eb6a2007-11-29 10:42:49 +09003771 cancel_delayed_work_sync(&priv->init_alive_start);
Zhu Yib481de92007-09-25 17:54:57 -07003772 cancel_delayed_work(&priv->scan_check);
3773 cancel_delayed_work(&priv->alive_start);
Abhijeet Kolekar1e460532010-04-23 14:14:53 -07003774 cancel_work_sync(&priv->start_internal_scan);
Zhu Yib481de92007-09-25 17:54:57 -07003775 cancel_work_sync(&priv->beacon_update);
Wey-Yi Guyb74e31a2010-03-01 17:23:50 -08003776 if (priv->cfg->ops->lib->recover_from_tx_stall)
3777 del_timer_sync(&priv->monitor_recover);
Zhu Yib481de92007-09-25 17:54:57 -07003778}
3779
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003780static struct attribute *iwl3945_sysfs_entries[] = {
Zhu Yib481de92007-09-25 17:54:57 -07003781 &dev_attr_antenna.attr,
3782 &dev_attr_channels.attr,
3783 &dev_attr_dump_errors.attr,
Zhu Yib481de92007-09-25 17:54:57 -07003784 &dev_attr_flags.attr,
3785 &dev_attr_filter_flags.attr,
Zhu Yib481de92007-09-25 17:54:57 -07003786 &dev_attr_measurement.attr,
Zhu Yib481de92007-09-25 17:54:57 -07003787 &dev_attr_retry_rate.attr,
Zhu Yib481de92007-09-25 17:54:57 -07003788 &dev_attr_status.attr,
3789 &dev_attr_temperature.attr,
Zhu Yib481de92007-09-25 17:54:57 -07003790 &dev_attr_tx_power.attr,
Samuel Ortizd08853a2009-01-23 13:45:17 -08003791#ifdef CONFIG_IWLWIFI_DEBUG
Samuel Ortiz40b8ec02008-12-19 10:37:08 +08003792 &dev_attr_debug_level.attr,
3793#endif
Zhu Yib481de92007-09-25 17:54:57 -07003794 NULL
3795};
3796
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003797static struct attribute_group iwl3945_attribute_group = {
Zhu Yib481de92007-09-25 17:54:57 -07003798 .name = NULL, /* put in device directory */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003799 .attrs = iwl3945_sysfs_entries,
Zhu Yib481de92007-09-25 17:54:57 -07003800};
3801
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003802static struct ieee80211_ops iwl3945_hw_ops = {
3803 .tx = iwl3945_mac_tx,
3804 .start = iwl3945_mac_start,
3805 .stop = iwl3945_mac_stop,
Abhijeet Kolekarcbb6ab92009-04-08 11:26:46 -07003806 .add_interface = iwl_mac_add_interface,
Abhijeet Kolekard8052312009-04-08 11:26:47 -07003807 .remove_interface = iwl_mac_remove_interface,
Abhijeet Kolekar48083682009-04-08 11:26:48 -07003808 .config = iwl_mac_config,
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003809 .configure_filter = iwl_configure_filter,
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003810 .set_key = iwl3945_mac_set_key,
Abhijeet Kolekar488829f2009-03-26 10:14:10 -07003811 .conf_tx = iwl_mac_conf_tx,
Abhijeet Kolekarbd564262009-04-08 11:26:52 -07003812 .reset_tsf = iwl_mac_reset_tsf,
Abhijeet Kolekar5bbe2332009-04-08 11:26:35 -07003813 .bss_info_changed = iwl_bss_info_changed,
Reinette Chatrefe6b23d2010-02-22 16:24:47 -08003814 .hw_scan = iwl_mac_hw_scan,
3815 .sta_add = iwl3945_mac_sta_add,
3816 .sta_remove = iwl_mac_sta_remove,
Zhu Yib481de92007-09-25 17:54:57 -07003817};
3818
Winkler, Tomase52119c2008-12-22 11:31:19 +08003819static int iwl3945_init_drv(struct iwl_priv *priv)
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003820{
3821 int ret;
Samuel Ortize6148912009-01-23 13:45:15 -08003822 struct iwl3945_eeprom *eeprom = (struct iwl3945_eeprom *)priv->eeprom;
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003823
3824 priv->retry_rate = 1;
3825 priv->ibss_beacon = NULL;
3826
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003827 spin_lock_init(&priv->sta_lock);
3828 spin_lock_init(&priv->hcmd_lock);
3829
3830 INIT_LIST_HEAD(&priv->free_frames);
3831
3832 mutex_init(&priv->mutex);
Reinette Chatred2dfe6d2010-02-18 22:03:04 -08003833 mutex_init(&priv->sync_cmd_mutex);
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003834
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003835 priv->ieee_channels = NULL;
3836 priv->ieee_rates = NULL;
3837 priv->band = IEEE80211_BAND_2GHZ;
3838
3839 priv->iw_mode = NL80211_IFTYPE_STATION;
Wey-Yi Guya13d2762010-01-22 14:22:42 -08003840 priv->missed_beacon_threshold = IWL_MISSED_BEACON_THRESHOLD_DEF;
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003841
Winkler, Tomas62ea9c52009-01-19 15:30:29 -08003842 priv->tx_power_user_lmt = IWL_DEFAULT_TX_POWER;
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003843
Samuel Ortize6148912009-01-23 13:45:15 -08003844 if (eeprom->version < EEPROM_3945_EEPROM_VERSION) {
3845 IWL_WARN(priv, "Unsupported EEPROM version: 0x%04X\n",
3846 eeprom->version);
3847 ret = -EINVAL;
3848 goto err;
3849 }
3850 ret = iwl_init_channel_map(priv);
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003851 if (ret) {
3852 IWL_ERR(priv, "initializing regulatory failed: %d\n", ret);
3853 goto err;
3854 }
3855
Samuel Ortize6148912009-01-23 13:45:15 -08003856 /* Set up txpower settings in driver for all channels */
3857 if (iwl3945_txpower_set_from_eeprom(priv)) {
3858 ret = -EIO;
3859 goto err_free_channel_map;
3860 }
3861
Samuel Ortiz534166d2009-01-23 13:45:16 -08003862 ret = iwlcore_init_geos(priv);
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003863 if (ret) {
3864 IWL_ERR(priv, "initializing geos failed: %d\n", ret);
3865 goto err_free_channel_map;
3866 }
Samuel Ortiz534166d2009-01-23 13:45:16 -08003867 iwl3945_init_hw_rates(priv, priv->ieee_rates);
3868
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003869 return 0;
3870
3871err_free_channel_map:
Samuel Ortize6148912009-01-23 13:45:15 -08003872 iwl_free_channel_map(priv);
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003873err:
3874 return ret;
3875}
3876
Johannes Bergdd7a2502010-04-28 23:33:10 -07003877#define IWL3945_MAX_PROBE_REQUEST 200
3878
Abhijeet Kolekar2a4ddaa2009-02-27 16:21:23 -08003879static int iwl3945_setup_mac(struct iwl_priv *priv)
3880{
3881 int ret;
3882 struct ieee80211_hw *hw = priv->hw;
3883
3884 hw->rate_control_algorithm = "iwl-3945-rs";
3885 hw->sta_data_size = sizeof(struct iwl3945_sta_priv);
3886
3887 /* Tell mac80211 our characteristics */
3888 hw->flags = IEEE80211_HW_SIGNAL_DBM |
Reinette Chatrebc45a672009-12-14 14:12:10 -08003889 IEEE80211_HW_SPECTRUM_MGMT;
3890
3891 if (!priv->cfg->broken_powersave)
3892 hw->flags |= IEEE80211_HW_SUPPORTS_PS |
3893 IEEE80211_HW_SUPPORTS_DYNAMIC_PS;
Abhijeet Kolekar2a4ddaa2009-02-27 16:21:23 -08003894
3895 hw->wiphy->interface_modes =
3896 BIT(NL80211_IFTYPE_STATION) |
3897 BIT(NL80211_IFTYPE_ADHOC);
3898
Reinette Chatref6c8f152010-03-12 11:13:26 -08003899 hw->wiphy->flags |= WIPHY_FLAG_CUSTOM_REGULATORY |
Johannes Berg5be83de2009-11-19 00:56:28 +01003900 WIPHY_FLAG_DISABLE_BEACON_HINTS;
Luis R. Rodriguez37184242009-07-30 17:43:48 -07003901
Johannes Berg1ecf9fc2009-04-20 14:36:56 -07003902 hw->wiphy->max_scan_ssids = PROBE_OPTION_MAX_3945;
3903 /* we create the 802.11 header and a zero-length SSID element */
Johannes Bergdd7a2502010-04-28 23:33:10 -07003904 hw->wiphy->max_scan_ie_len = IWL3945_MAX_PROBE_REQUEST - 24 - 2;
Johannes Bergd60cc912009-04-09 09:56:02 +02003905
Abhijeet Kolekar2a4ddaa2009-02-27 16:21:23 -08003906 /* Default value; 4 EDCA QOS priorities */
3907 hw->queues = 4;
3908
Abhijeet Kolekar2a4ddaa2009-02-27 16:21:23 -08003909 if (priv->bands[IEEE80211_BAND_2GHZ].n_channels)
3910 priv->hw->wiphy->bands[IEEE80211_BAND_2GHZ] =
3911 &priv->bands[IEEE80211_BAND_2GHZ];
3912
3913 if (priv->bands[IEEE80211_BAND_5GHZ].n_channels)
3914 priv->hw->wiphy->bands[IEEE80211_BAND_5GHZ] =
3915 &priv->bands[IEEE80211_BAND_5GHZ];
3916
3917 ret = ieee80211_register_hw(priv->hw);
3918 if (ret) {
3919 IWL_ERR(priv, "Failed to register hw (error %d)\n", ret);
3920 return ret;
3921 }
3922 priv->mac80211_registered = 1;
3923
3924 return 0;
3925}
3926
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003927static int iwl3945_pci_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
Zhu Yib481de92007-09-25 17:54:57 -07003928{
3929 int err = 0;
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003930 struct iwl_priv *priv;
Zhu Yib481de92007-09-25 17:54:57 -07003931 struct ieee80211_hw *hw;
Kolekar, Abhijeetc0f20d92008-12-19 10:37:19 +08003932 struct iwl_cfg *cfg = (struct iwl_cfg *)(ent->driver_data);
Samuel Ortize6148912009-01-23 13:45:15 -08003933 struct iwl3945_eeprom *eeprom;
Mohamed Abbas0359fac2008-03-28 16:21:08 -07003934 unsigned long flags;
Zhu Yib481de92007-09-25 17:54:57 -07003935
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08003936 /***********************
3937 * 1. Allocating HW data
3938 * ********************/
3939
Zhu Yib481de92007-09-25 17:54:57 -07003940 /* mac80211 allocates memory for this device instance, including
3941 * space for this driver's private structure */
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003942 hw = iwl_alloc_all(cfg, &iwl3945_hw_ops);
Zhu Yib481de92007-09-25 17:54:57 -07003943 if (hw == NULL) {
Samuel Ortiza3139c52008-12-19 10:37:09 +08003944 printk(KERN_ERR DRV_NAME "Can not allocate network device\n");
Zhu Yib481de92007-09-25 17:54:57 -07003945 err = -ENOMEM;
3946 goto out;
3947 }
Zhu Yib481de92007-09-25 17:54:57 -07003948 priv = hw->priv;
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003949 SET_IEEE80211_DEV(hw, &pdev->dev);
Cahill, Ben M6440adb2007-11-29 11:09:55 +08003950
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003951 /*
3952 * Disabling hardware scan means that mac80211 will perform scans
3953 * "the hard way", rather than using device's scan.
3954 */
Kolekar, Abhijeetdf878d82008-12-19 10:37:35 +08003955 if (iwl3945_mod_params.disable_hw_scan) {
Tomas Winklere1623442009-01-27 14:27:56 -08003956 IWL_DEBUG_INFO(priv, "Disabling hw_scan\n");
Samuel Ortiz40b8ec02008-12-19 10:37:08 +08003957 iwl3945_hw_ops.hw_scan = NULL;
3958 }
3959
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003960
Tomas Winklere1623442009-01-27 14:27:56 -08003961 IWL_DEBUG_INFO(priv, "*** LOAD DRIVER ***\n");
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003962 priv->cfg = cfg;
3963 priv->pci_dev = pdev;
Mohamed Abbas40cefda2009-05-22 11:01:52 -07003964 priv->inta_mask = CSR_INI_SET_MASK;
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003965
Samuel Ortizd08853a2009-01-23 13:45:17 -08003966#ifdef CONFIG_IWLWIFI_DEBUG
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003967 atomic_set(&priv->restrict_refcnt, 0);
3968#endif
Wey-Yi Guy20594eb2009-08-07 15:41:39 -07003969 if (iwl_alloc_traffic_mem(priv))
3970 IWL_ERR(priv, "Not enough memory to generate traffic log\n");
Zhu Yib481de92007-09-25 17:54:57 -07003971
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08003972 /***************************
3973 * 2. Initializing PCI bus
3974 * *************************/
Zhu Yib481de92007-09-25 17:54:57 -07003975 if (pci_enable_device(pdev)) {
3976 err = -ENODEV;
3977 goto out_ieee80211_free_hw;
3978 }
3979
3980 pci_set_master(pdev);
3981
Yang Hongyang284901a2009-04-06 19:01:15 -07003982 err = pci_set_dma_mask(pdev, DMA_BIT_MASK(32));
Zhu Yib481de92007-09-25 17:54:57 -07003983 if (!err)
Yang Hongyang284901a2009-04-06 19:01:15 -07003984 err = pci_set_consistent_dma_mask(pdev, DMA_BIT_MASK(32));
Zhu Yib481de92007-09-25 17:54:57 -07003985 if (err) {
Tomas Winkler978785a2008-12-19 10:37:31 +08003986 IWL_WARN(priv, "No suitable DMA available.\n");
Zhu Yib481de92007-09-25 17:54:57 -07003987 goto out_pci_disable_device;
3988 }
3989
3990 pci_set_drvdata(pdev, priv);
3991 err = pci_request_regions(pdev, DRV_NAME);
3992 if (err)
3993 goto out_pci_disable_device;
Cahill, Ben M6440adb2007-11-29 11:09:55 +08003994
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08003995 /***********************
3996 * 3. Read REV Register
3997 * ********************/
Zhu Yib481de92007-09-25 17:54:57 -07003998 priv->hw_base = pci_iomap(pdev, 0, 0);
3999 if (!priv->hw_base) {
4000 err = -ENODEV;
4001 goto out_pci_release_regions;
4002 }
4003
Tomas Winklere1623442009-01-27 14:27:56 -08004004 IWL_DEBUG_INFO(priv, "pci_resource_len = 0x%08llx\n",
Zhu Yib481de92007-09-25 17:54:57 -07004005 (unsigned long long) pci_resource_len(pdev, 0));
Tomas Winklere1623442009-01-27 14:27:56 -08004006 IWL_DEBUG_INFO(priv, "pci_resource_base = %p\n", priv->hw_base);
Zhu Yib481de92007-09-25 17:54:57 -07004007
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004008 /* We disable the RETRY_TIMEOUT register (0x41) to keep
4009 * PCI Tx retries from interfering with C3 CPU state */
4010 pci_write_config_byte(pdev, 0x41, 0x00);
Zhu Yib481de92007-09-25 17:54:57 -07004011
Reinette Chatre731a29b2009-12-14 14:12:11 -08004012 /* these spin locks will be used in apm_ops.init and EEPROM access
Mohamed Abbasa8b50a02009-05-22 11:01:47 -07004013 * we should init now
4014 */
4015 spin_lock_init(&priv->reg_lock);
Reinette Chatre731a29b2009-12-14 14:12:11 -08004016 spin_lock_init(&priv->lock);
Mohamed Abbasa8b50a02009-05-22 11:01:47 -07004017
Reinette Chatre4843b5a2010-02-03 09:38:59 -08004018 /*
4019 * stop and reset the on-board processor just in case it is in a
4020 * strange state ... like being left stranded by a primary kernel
4021 * and this is now the kdump kernel trying to start up
4022 */
4023 iwl_write32(priv, CSR_RESET, CSR_RESET_REG_FLAG_NEVO_RESET);
4024
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004025 /***********************
4026 * 4. Read EEPROM
4027 * ********************/
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08004028
Zhu Yi5a66926a2008-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 Yi5a66926a2008-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 Yi5a66926a2008-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 */
Johannes Bergee525d12010-01-21 06:09:28 -08004107 queue_delayed_work(priv->workqueue, &priv->_3945.rfkill_poll,
Helmut Schaa26635162009-01-15 09:38:44 +01004108 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
Johannes Bergee525d12010-01-21 06:09:28 -08004181 cancel_delayed_work_sync(&priv->_3945.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);
Zhu Yib481de92007-09-25 17:54:57 -07004190
Mohamed Abbas6ef89d02007-10-25 17:15:47 +08004191 /*netif_stop_queue(dev); */
4192 flush_workqueue(priv->workqueue);
4193
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004194 /* ieee80211_unregister_hw calls iwl3945_mac_stop, which flushes
Zhu Yib481de92007-09-25 17:54:57 -07004195 * priv->workqueue... so we can't take down the workqueue
4196 * until now... */
4197 destroy_workqueue(priv->workqueue);
4198 priv->workqueue = NULL;
Wey-Yi Guy20594eb2009-08-07 15:41:39 -07004199 iwl_free_traffic_mem(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004200
Helmut Schaa26635162009-01-15 09:38:44 +01004201 free_irq(pdev->irq, priv);
4202 pci_disable_msi(pdev);
4203
Zhu Yib481de92007-09-25 17:54:57 -07004204 pci_iounmap(pdev, priv->hw_base);
4205 pci_release_regions(pdev);
4206 pci_disable_device(pdev);
4207 pci_set_drvdata(pdev, NULL);
4208
Samuel Ortize6148912009-01-23 13:45:15 -08004209 iwl_free_channel_map(priv);
Samuel Ortiz534166d2009-01-23 13:45:16 -08004210 iwlcore_free_geos(priv);
Johannes Berg811ecc92010-04-06 04:12:41 -07004211 kfree(priv->scan_cmd);
Zhu Yib481de92007-09-25 17:54:57 -07004212 if (priv->ibss_beacon)
4213 dev_kfree_skb(priv->ibss_beacon);
4214
4215 ieee80211_free_hw(priv->hw);
4216}
4217
Zhu Yib481de92007-09-25 17:54:57 -07004218
4219/*****************************************************************************
4220 *
4221 * driver and module entry point
4222 *
4223 *****************************************************************************/
4224
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004225static struct pci_driver iwl3945_driver = {
Zhu Yib481de92007-09-25 17:54:57 -07004226 .name = DRV_NAME,
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004227 .id_table = iwl3945_hw_card_ids,
4228 .probe = iwl3945_pci_probe,
4229 .remove = __devexit_p(iwl3945_pci_remove),
Zhu Yib481de92007-09-25 17:54:57 -07004230#ifdef CONFIG_PM
Wey-Yi Guy6da3a132009-03-26 10:14:08 -07004231 .suspend = iwl_pci_suspend,
4232 .resume = iwl_pci_resume,
Zhu Yib481de92007-09-25 17:54:57 -07004233#endif
4234};
4235
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004236static int __init iwl3945_init(void)
Zhu Yib481de92007-09-25 17:54:57 -07004237{
4238
4239 int ret;
4240 printk(KERN_INFO DRV_NAME ": " DRV_DESCRIPTION ", " DRV_VERSION "\n");
4241 printk(KERN_INFO DRV_NAME ": " DRV_COPYRIGHT "\n");
Reinette Chatre897e1cf2008-03-28 16:21:09 -07004242
4243 ret = iwl3945_rate_control_register();
4244 if (ret) {
Samuel Ortiza3139c52008-12-19 10:37:09 +08004245 printk(KERN_ERR DRV_NAME
4246 "Unable to register rate control algorithm: %d\n", ret);
Reinette Chatre897e1cf2008-03-28 16:21:09 -07004247 return ret;
4248 }
4249
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004250 ret = pci_register_driver(&iwl3945_driver);
Zhu Yib481de92007-09-25 17:54:57 -07004251 if (ret) {
Samuel Ortiza3139c52008-12-19 10:37:09 +08004252 printk(KERN_ERR DRV_NAME "Unable to initialize PCI module\n");
Reinette Chatre897e1cf2008-03-28 16:21:09 -07004253 goto error_register;
Zhu Yib481de92007-09-25 17:54:57 -07004254 }
Zhu Yib481de92007-09-25 17:54:57 -07004255
4256 return ret;
Reinette Chatre897e1cf2008-03-28 16:21:09 -07004257
Reinette Chatre897e1cf2008-03-28 16:21:09 -07004258error_register:
4259 iwl3945_rate_control_unregister();
4260 return ret;
Zhu Yib481de92007-09-25 17:54:57 -07004261}
4262
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004263static void __exit iwl3945_exit(void)
Zhu Yib481de92007-09-25 17:54:57 -07004264{
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004265 pci_unregister_driver(&iwl3945_driver);
Reinette Chatre897e1cf2008-03-28 16:21:09 -07004266 iwl3945_rate_control_unregister();
Zhu Yib481de92007-09-25 17:54:57 -07004267}
4268
Reinette Chatrea0987a82008-12-02 12:14:06 -08004269MODULE_FIRMWARE(IWL3945_MODULE_FIRMWARE(IWL3945_UCODE_API_MAX));
Zhu Yi25cb6ca2008-09-11 11:45:22 +08004270
Wey-Yi Guy4e30cb62009-09-17 10:43:47 -07004271module_param_named(antenna, iwl3945_mod_params.antenna, int, S_IRUGO);
Zhu Yib481de92007-09-25 17:54:57 -07004272MODULE_PARM_DESC(antenna, "select antenna (1=Main, 2=Aux, default 0 [both])");
Wey-Yi Guy4e30cb62009-09-17 10:43:47 -07004273module_param_named(swcrypto, iwl3945_mod_params.sw_crypto, int, S_IRUGO);
Samuel Ortiz9c74d9f2009-01-08 10:19:59 -08004274MODULE_PARM_DESC(swcrypto,
4275 "using software crypto (default 1 [software])\n");
Reinette Chatrea562a9d2009-07-17 09:30:24 -07004276#ifdef CONFIG_IWLWIFI_DEBUG
Wey-Yi Guy4e30cb62009-09-17 10:43:47 -07004277module_param_named(debug, iwl_debug_level, uint, S_IRUGO | S_IWUSR);
Zhu Yib481de92007-09-25 17:54:57 -07004278MODULE_PARM_DESC(debug, "debug output mask");
Reinette Chatrea562a9d2009-07-17 09:30:24 -07004279#endif
Wey-Yi Guy4e30cb62009-09-17 10:43:47 -07004280module_param_named(disable_hw_scan, iwl3945_mod_params.disable_hw_scan,
4281 int, S_IRUGO);
Zhu Yib481de92007-09-25 17:54:57 -07004282MODULE_PARM_DESC(disable_hw_scan, "disable hardware scanning (default 0)");
Wey-Yi Guy4e30cb62009-09-17 10:43:47 -07004283module_param_named(fw_restart3945, iwl3945_mod_params.restart_fw, int, S_IRUGO);
Samuel Ortizaf48d042009-01-23 13:45:19 -08004284MODULE_PARM_DESC(fw_restart3945, "restart firmware in case of error");
4285
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004286module_exit(iwl3945_exit);
4287module_init(iwl3945_init);