blob: a27872de41061d62cec0af818aa72f88927396da [file] [log] [blame]
Zhu Yib481de92007-09-25 17:54:57 -07001/******************************************************************************
2 *
Reinette Chatre1f447802010-01-15 13:43:41 -08003 * Copyright(c) 2003 - 2010 Intel Corporation. All rights reserved.
Zhu Yib481de92007-09-25 17:54:57 -07004 *
5 * Portions of this file are derived from the ipw3945 project, as well
6 * as portions of the ieee80211 subsystem header files.
7 *
8 * This program is free software; you can redistribute it and/or modify it
9 * under the terms of version 2 of the GNU General Public License as
10 * published by the Free Software Foundation.
11 *
12 * This program is distributed in the hope that it will be useful, but WITHOUT
13 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
14 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
15 * more details.
16 *
17 * You should have received a copy of the GNU General Public License along with
18 * this program; if not, write to the Free Software Foundation, Inc.,
19 * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
20 *
21 * The full GNU General Public License is included in this distribution in the
22 * file called LICENSE.
23 *
24 * Contact Information:
Winkler, Tomas759ef892008-12-09 11:28:58 -080025 * Intel Linux Wireless <ilw@linux.intel.com>
Zhu Yib481de92007-09-25 17:54:57 -070026 * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
27 *
28 *****************************************************************************/
29
Zhu Yib481de92007-09-25 17:54:57 -070030#include <linux/kernel.h>
31#include <linux/module.h>
Zhu Yib481de92007-09-25 17:54:57 -070032#include <linux/init.h>
33#include <linux/pci.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090034#include <linux/slab.h>
Zhu Yib481de92007-09-25 17:54:57 -070035#include <linux/dma-mapping.h>
36#include <linux/delay.h>
Alexey Dobriyand43c36d2009-10-07 17:09:06 +040037#include <linux/sched.h>
Zhu Yib481de92007-09-25 17:54:57 -070038#include <linux/skbuff.h>
39#include <linux/netdevice.h>
40#include <linux/wireless.h>
41#include <linux/firmware.h>
Zhu Yib481de92007-09-25 17:54:57 -070042#include <linux/etherdevice.h>
43#include <linux/if_arp.h>
44
45#include <net/ieee80211_radiotap.h>
46#include <net/mac80211.h>
47
48#include <asm/div64.h>
49
Samuel Ortiza3139c52008-12-19 10:37:09 +080050#define DRV_NAME "iwl3945"
51
Winkler, Tomasdbb66542008-12-22 11:31:14 +080052#include "iwl-fh.h"
53#include "iwl-3945-fh.h"
Tomas Winkler600c0e12008-12-19 10:37:04 +080054#include "iwl-commands.h"
Samuel Ortiz17f841c2009-01-23 13:45:20 -080055#include "iwl-sta.h"
Zhu Yib481de92007-09-25 17:54:57 -070056#include "iwl-3945.h"
Kolekar, Abhijeet5747d472008-12-19 10:37:18 +080057#include "iwl-core.h"
Reinette Chatre4a6547c2010-02-18 22:03:02 -080058#include "iwl-helpers.h"
Samuel Ortizd20b3c62008-12-19 10:37:15 +080059#include "iwl-dev.h"
Reinette Chatre81963d62010-01-22 14:22:57 -080060#include "iwl-spectrum.h"
Zhu Yib481de92007-09-25 17:54:57 -070061
Zhu Yib481de92007-09-25 17:54:57 -070062/*
63 * module name, copyright, version, etc.
Zhu Yib481de92007-09-25 17:54:57 -070064 */
65
66#define DRV_DESCRIPTION \
67"Intel(R) PRO/Wireless 3945ABG/BG Network Connection driver for Linux"
68
Samuel Ortizd08853a2009-01-23 13:45:17 -080069#ifdef CONFIG_IWLWIFI_DEBUG
Zhu Yib481de92007-09-25 17:54:57 -070070#define VD "d"
71#else
72#define VD
73#endif
74
Reinette Chatre81963d62010-01-22 14:22:57 -080075/*
76 * add "s" to indicate spectrum measurement included.
77 * we add it here to be consistent with previous releases in which
78 * this was configurable.
79 */
80#define DRV_VERSION IWLWIFI_VERSION VD "s"
Reinette Chatre1f447802010-01-15 13:43:41 -080081#define DRV_COPYRIGHT "Copyright(c) 2003-2010 Intel Corporation"
Tomas Winklera7b75202008-12-11 10:33:41 -080082#define DRV_AUTHOR "<ilw@linux.intel.com>"
Zhu Yib481de92007-09-25 17:54:57 -070083
84MODULE_DESCRIPTION(DRV_DESCRIPTION);
85MODULE_VERSION(DRV_VERSION);
Tomas Winklera7b75202008-12-11 10:33:41 -080086MODULE_AUTHOR(DRV_COPYRIGHT " " DRV_AUTHOR);
Zhu Yib481de92007-09-25 17:54:57 -070087MODULE_LICENSE("GPL");
88
Kolekar, Abhijeetdf878d82008-12-19 10:37:35 +080089 /* module parameters */
90struct iwl_mod_params iwl3945_mod_params = {
Samuel Ortiz9c74d9f2009-01-08 10:19:59 -080091 .sw_crypto = 1,
Samuel Ortizaf48d042009-01-23 13:45:19 -080092 .restart_fw = 1,
Kolekar, Abhijeetdf878d82008-12-19 10:37:35 +080093 /* the rest are 0 by default */
94};
95
Zhu Yib481de92007-09-25 17:54:57 -070096/**
Samuel Ortiz7e4bca52009-01-23 13:45:18 -080097 * iwl3945_get_antenna_flags - Get antenna flags for RXON command
98 * @priv: eeprom and antenna fields are used to determine antenna flags
99 *
100 * priv->eeprom39 is used to determine if antenna AUX/MAIN are reversed
101 * iwl3945_mod_params.antenna specifies the antenna diversity mode:
102 *
103 * IWL_ANTENNA_DIVERSITY - NIC selects best antenna by itself
104 * IWL_ANTENNA_MAIN - Force MAIN antenna
105 * IWL_ANTENNA_AUX - Force AUX antenna
106 */
107__le32 iwl3945_get_antenna_flags(const struct iwl_priv *priv)
108{
109 struct iwl3945_eeprom *eeprom = (struct iwl3945_eeprom *)priv->eeprom;
110
111 switch (iwl3945_mod_params.antenna) {
112 case IWL_ANTENNA_DIVERSITY:
113 return 0;
114
115 case IWL_ANTENNA_MAIN:
116 if (eeprom->antenna_switch_type)
117 return RXON_FLG_DIS_DIV_MSK | RXON_FLG_ANT_B_MSK;
118 return RXON_FLG_DIS_DIV_MSK | RXON_FLG_ANT_A_MSK;
119
120 case IWL_ANTENNA_AUX:
121 if (eeprom->antenna_switch_type)
122 return RXON_FLG_DIS_DIV_MSK | RXON_FLG_ANT_A_MSK;
123 return RXON_FLG_DIS_DIV_MSK | RXON_FLG_ANT_B_MSK;
124 }
125
126 /* bad antenna selector value */
127 IWL_ERR(priv, "Bad antenna selector value (0x%x)\n",
128 iwl3945_mod_params.antenna);
129
130 return 0; /* "diversity" is default if error */
131}
132
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -0800133static int iwl3945_set_ccmp_dynamic_key_info(struct iwl_priv *priv,
Zhu Yib481de92007-09-25 17:54:57 -0700134 struct ieee80211_key_conf *keyconf,
135 u8 sta_id)
136{
137 unsigned long flags;
138 __le16 key_flags = 0;
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -0800139 int ret;
Zhu Yib481de92007-09-25 17:54:57 -0700140
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -0800141 key_flags |= (STA_KEY_FLG_CCMP | STA_KEY_FLG_MAP_KEY_MSK);
142 key_flags |= cpu_to_le16(keyconf->keyidx << STA_KEY_FLG_KEYID_POS);
143
144 if (sta_id == priv->hw_params.bcast_sta_id)
145 key_flags |= STA_KEY_MULTICAST_MSK;
146
147 keyconf->flags |= IEEE80211_KEY_FLAG_GENERATE_IV;
148 keyconf->hw_key_idx = keyconf->keyidx;
149 key_flags &= ~STA_KEY_FLG_INVALID;
150
Zhu Yib481de92007-09-25 17:54:57 -0700151 spin_lock_irqsave(&priv->sta_lock, flags);
Tomas Winklerc587de02009-06-03 11:44:07 -0700152 priv->stations[sta_id].keyinfo.alg = keyconf->alg;
153 priv->stations[sta_id].keyinfo.keylen = keyconf->keylen;
154 memcpy(priv->stations[sta_id].keyinfo.key, keyconf->key,
Zhu Yib481de92007-09-25 17:54:57 -0700155 keyconf->keylen);
156
Tomas Winklerc587de02009-06-03 11:44:07 -0700157 memcpy(priv->stations[sta_id].sta.key.key, keyconf->key,
Zhu Yib481de92007-09-25 17:54:57 -0700158 keyconf->keylen);
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -0800159
Tomas Winklerc587de02009-06-03 11:44:07 -0700160 if ((priv->stations[sta_id].sta.key.key_flags & STA_KEY_FLG_ENCRYPT_MSK)
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -0800161 == STA_KEY_FLG_NO_ENC)
Tomas Winklerc587de02009-06-03 11:44:07 -0700162 priv->stations[sta_id].sta.key.key_offset =
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -0800163 iwl_get_free_ucode_key_index(priv);
164 /* else, we are overriding an existing key => no need to allocated room
165 * in uCode. */
166
Tomas Winklerc587de02009-06-03 11:44:07 -0700167 WARN(priv->stations[sta_id].sta.key.key_offset == WEP_INVALID_OFFSET,
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -0800168 "no space for a new key");
169
Tomas Winklerc587de02009-06-03 11:44:07 -0700170 priv->stations[sta_id].sta.key.key_flags = key_flags;
171 priv->stations[sta_id].sta.sta.modify_mask = STA_MODIFY_KEY_MASK;
172 priv->stations[sta_id].sta.mode = STA_CONTROL_MODIFY_MSK;
Zhu Yib481de92007-09-25 17:54:57 -0700173
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -0800174 IWL_DEBUG_INFO(priv, "hwcrypto: modify ucode station key info\n");
175
Tomas Winklerc587de02009-06-03 11:44:07 -0700176 ret = iwl_send_add_sta(priv, &priv->stations[sta_id].sta, CMD_ASYNC);
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -0800177
Zhu Yib481de92007-09-25 17:54:57 -0700178 spin_unlock_irqrestore(&priv->sta_lock, flags);
179
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -0800180 return ret;
181}
182
183static int iwl3945_set_tkip_dynamic_key_info(struct iwl_priv *priv,
184 struct ieee80211_key_conf *keyconf,
185 u8 sta_id)
186{
187 return -EOPNOTSUPP;
188}
189
190static int iwl3945_set_wep_dynamic_key_info(struct iwl_priv *priv,
191 struct ieee80211_key_conf *keyconf,
192 u8 sta_id)
193{
194 return -EOPNOTSUPP;
Zhu Yib481de92007-09-25 17:54:57 -0700195}
196
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800197static int iwl3945_clear_sta_key_info(struct iwl_priv *priv, u8 sta_id)
Zhu Yib481de92007-09-25 17:54:57 -0700198{
199 unsigned long flags;
200
201 spin_lock_irqsave(&priv->sta_lock, flags);
Tomas Winklerc587de02009-06-03 11:44:07 -0700202 memset(&priv->stations[sta_id].keyinfo, 0, sizeof(struct iwl_hw_key));
203 memset(&priv->stations[sta_id].sta.key, 0,
Tomas Winkler4c897252008-12-19 10:37:05 +0800204 sizeof(struct iwl4965_keyinfo));
Tomas Winklerc587de02009-06-03 11:44:07 -0700205 priv->stations[sta_id].sta.key.key_flags = STA_KEY_FLG_NO_ENC;
206 priv->stations[sta_id].sta.sta.modify_mask = STA_MODIFY_KEY_MASK;
207 priv->stations[sta_id].sta.mode = STA_CONTROL_MODIFY_MSK;
Zhu Yib481de92007-09-25 17:54:57 -0700208 spin_unlock_irqrestore(&priv->sta_lock, flags);
209
Tomas Winklere1623442009-01-27 14:27:56 -0800210 IWL_DEBUG_INFO(priv, "hwcrypto: clear ucode station key info\n");
Tomas Winklerc587de02009-06-03 11:44:07 -0700211 iwl_send_add_sta(priv, &priv->stations[sta_id].sta, 0);
Zhu Yib481de92007-09-25 17:54:57 -0700212 return 0;
213}
214
Abhijeet Kolekarfa11d522009-03-11 11:17:54 -0700215static int iwl3945_set_dynamic_key(struct iwl_priv *priv,
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -0800216 struct ieee80211_key_conf *keyconf, u8 sta_id)
217{
218 int ret = 0;
219
220 keyconf->hw_key_idx = HW_KEY_DYNAMIC;
221
222 switch (keyconf->alg) {
223 case ALG_CCMP:
224 ret = iwl3945_set_ccmp_dynamic_key_info(priv, keyconf, sta_id);
225 break;
226 case ALG_TKIP:
227 ret = iwl3945_set_tkip_dynamic_key_info(priv, keyconf, sta_id);
228 break;
229 case ALG_WEP:
230 ret = iwl3945_set_wep_dynamic_key_info(priv, keyconf, sta_id);
231 break;
232 default:
Abhijeet Kolekar1e680232009-03-17 21:51:50 -0700233 IWL_ERR(priv, "Unknown alg: %s alg = %d\n", __func__, keyconf->alg);
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -0800234 ret = -EINVAL;
235 }
236
237 IWL_DEBUG_WEP(priv, "Set dynamic key: alg= %d len=%d idx=%d sta=%d ret=%d\n",
238 keyconf->alg, keyconf->keylen, keyconf->keyidx,
239 sta_id, ret);
240
241 return ret;
242}
243
244static int iwl3945_remove_static_key(struct iwl_priv *priv)
245{
246 int ret = -EOPNOTSUPP;
247
248 return ret;
249}
250
251static int iwl3945_set_static_key(struct iwl_priv *priv,
252 struct ieee80211_key_conf *key)
253{
254 if (key->alg == ALG_WEP)
255 return -EOPNOTSUPP;
256
257 IWL_ERR(priv, "Static key invalid: alg %d\n", key->alg);
258 return -EINVAL;
259}
260
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800261static void iwl3945_clear_free_frames(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -0700262{
263 struct list_head *element;
264
Tomas Winklere1623442009-01-27 14:27:56 -0800265 IWL_DEBUG_INFO(priv, "%d frames on pre-allocated heap on clear.\n",
Zhu Yib481de92007-09-25 17:54:57 -0700266 priv->frames_count);
267
268 while (!list_empty(&priv->free_frames)) {
269 element = priv->free_frames.next;
270 list_del(element);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800271 kfree(list_entry(element, struct iwl3945_frame, list));
Zhu Yib481de92007-09-25 17:54:57 -0700272 priv->frames_count--;
273 }
274
275 if (priv->frames_count) {
Winkler, Tomas39aadf82008-12-19 10:37:32 +0800276 IWL_WARN(priv, "%d frames still in use. Did we lose one?\n",
Zhu Yib481de92007-09-25 17:54:57 -0700277 priv->frames_count);
278 priv->frames_count = 0;
279 }
280}
281
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800282static struct iwl3945_frame *iwl3945_get_free_frame(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -0700283{
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800284 struct iwl3945_frame *frame;
Zhu Yib481de92007-09-25 17:54:57 -0700285 struct list_head *element;
286 if (list_empty(&priv->free_frames)) {
287 frame = kzalloc(sizeof(*frame), GFP_KERNEL);
288 if (!frame) {
Winkler, Tomas15b16872008-12-19 10:37:33 +0800289 IWL_ERR(priv, "Could not allocate frame!\n");
Zhu Yib481de92007-09-25 17:54:57 -0700290 return NULL;
291 }
292
293 priv->frames_count++;
294 return frame;
295 }
296
297 element = priv->free_frames.next;
298 list_del(element);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800299 return list_entry(element, struct iwl3945_frame, list);
Zhu Yib481de92007-09-25 17:54:57 -0700300}
301
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800302static void iwl3945_free_frame(struct iwl_priv *priv, struct iwl3945_frame *frame)
Zhu Yib481de92007-09-25 17:54:57 -0700303{
304 memset(frame, 0, sizeof(*frame));
305 list_add(&frame->list, &priv->free_frames);
306}
307
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800308unsigned int iwl3945_fill_beacon_frame(struct iwl_priv *priv,
Zhu Yib481de92007-09-25 17:54:57 -0700309 struct ieee80211_hdr *hdr,
Rami Rosen73ec1cc2008-12-16 09:37:07 +0200310 int left)
Zhu Yib481de92007-09-25 17:54:57 -0700311{
312
Samuel Ortiz8ccde882009-01-27 14:27:52 -0800313 if (!iwl_is_associated(priv) || !priv->ibss_beacon ||
Johannes Berg05c914f2008-09-11 00:01:58 +0200314 ((priv->iw_mode != NL80211_IFTYPE_ADHOC) &&
315 (priv->iw_mode != NL80211_IFTYPE_AP)))
Zhu Yib481de92007-09-25 17:54:57 -0700316 return 0;
317
318 if (priv->ibss_beacon->len > left)
319 return 0;
320
321 memcpy(hdr, priv->ibss_beacon->data, priv->ibss_beacon->len);
322
323 return priv->ibss_beacon->len;
324}
325
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800326static int iwl3945_send_beacon_cmd(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -0700327{
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800328 struct iwl3945_frame *frame;
Zhu Yib481de92007-09-25 17:54:57 -0700329 unsigned int frame_size;
330 int rc;
331 u8 rate;
332
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800333 frame = iwl3945_get_free_frame(priv);
Zhu Yib481de92007-09-25 17:54:57 -0700334
335 if (!frame) {
Winkler, Tomas15b16872008-12-19 10:37:33 +0800336 IWL_ERR(priv, "Could not obtain free frame buffer for beacon "
Zhu Yib481de92007-09-25 17:54:57 -0700337 "command.\n");
338 return -ENOMEM;
339 }
340
Samuel Ortiz8ccde882009-01-27 14:27:52 -0800341 rate = iwl_rate_get_lowest_plcp(priv);
Zhu Yib481de92007-09-25 17:54:57 -0700342
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800343 frame_size = iwl3945_hw_get_beacon_cmd(priv, frame, rate);
Zhu Yib481de92007-09-25 17:54:57 -0700344
Samuel Ortiz518099a2009-01-19 15:30:27 -0800345 rc = iwl_send_cmd_pdu(priv, REPLY_TX_BEACON, frame_size,
Zhu Yib481de92007-09-25 17:54:57 -0700346 &frame->u.cmd[0]);
347
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800348 iwl3945_free_frame(priv, frame);
Zhu Yib481de92007-09-25 17:54:57 -0700349
350 return rc;
351}
352
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800353static void iwl3945_unset_hw_params(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -0700354{
Johannes Bergee525d12010-01-21 06:09:28 -0800355 if (priv->_3945.shared_virt)
Stanislaw Gruszkaf36d04a2010-02-10 05:07:45 -0800356 dma_free_coherent(&priv->pci_dev->dev,
357 sizeof(struct iwl3945_shared),
Johannes Bergee525d12010-01-21 06:09:28 -0800358 priv->_3945.shared_virt,
359 priv->_3945.shared_phys);
Zhu Yib481de92007-09-25 17:54:57 -0700360}
361
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800362static void iwl3945_build_tx_cmd_hwcrypto(struct iwl_priv *priv,
Johannes Berge039fa42008-05-15 12:55:29 +0200363 struct ieee80211_tx_info *info,
Johannes Bergc2acea82009-07-24 11:13:05 -0700364 struct iwl_device_cmd *cmd,
Zhu Yib481de92007-09-25 17:54:57 -0700365 struct sk_buff *skb_frag,
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -0800366 int sta_id)
Zhu Yib481de92007-09-25 17:54:57 -0700367{
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700368 struct iwl3945_tx_cmd *tx_cmd = (struct iwl3945_tx_cmd *)cmd->cmd.payload;
Tomas Winklerc587de02009-06-03 11:44:07 -0700369 struct iwl_hw_key *keyinfo = &priv->stations[sta_id].keyinfo;
Zhu Yib481de92007-09-25 17:54:57 -0700370
371 switch (keyinfo->alg) {
372 case ALG_CCMP:
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700373 tx_cmd->sec_ctl = TX_CMD_SEC_CCM;
374 memcpy(tx_cmd->key, keyinfo->key, keyinfo->keylen);
Tomas Winklere1623442009-01-27 14:27:56 -0800375 IWL_DEBUG_TX(priv, "tx_cmd with AES hwcrypto\n");
Zhu Yib481de92007-09-25 17:54:57 -0700376 break;
377
378 case ALG_TKIP:
Zhu Yib481de92007-09-25 17:54:57 -0700379 break;
380
381 case ALG_WEP:
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700382 tx_cmd->sec_ctl = TX_CMD_SEC_WEP |
Johannes Berge039fa42008-05-15 12:55:29 +0200383 (info->control.hw_key->hw_key_idx & TX_CMD_SEC_MSK) << TX_CMD_SEC_SHIFT;
Zhu Yib481de92007-09-25 17:54:57 -0700384
385 if (keyinfo->keylen == 13)
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700386 tx_cmd->sec_ctl |= TX_CMD_SEC_KEY128;
Zhu Yib481de92007-09-25 17:54:57 -0700387
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700388 memcpy(&tx_cmd->key[3], keyinfo->key, keyinfo->keylen);
Zhu Yib481de92007-09-25 17:54:57 -0700389
Tomas Winklere1623442009-01-27 14:27:56 -0800390 IWL_DEBUG_TX(priv, "Configuring packet for WEP encryption "
Johannes Berge039fa42008-05-15 12:55:29 +0200391 "with key %d\n", info->control.hw_key->hw_key_idx);
Zhu Yib481de92007-09-25 17:54:57 -0700392 break;
393
Zhu Yib481de92007-09-25 17:54:57 -0700394 default:
Tomas Winkler978785a2008-12-19 10:37:31 +0800395 IWL_ERR(priv, "Unknown encode alg %d\n", keyinfo->alg);
Zhu Yib481de92007-09-25 17:54:57 -0700396 break;
397 }
398}
399
400/*
401 * handle build REPLY_TX command notification.
402 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800403static void iwl3945_build_tx_cmd_basic(struct iwl_priv *priv,
Johannes Bergc2acea82009-07-24 11:13:05 -0700404 struct iwl_device_cmd *cmd,
Johannes Berge039fa42008-05-15 12:55:29 +0200405 struct ieee80211_tx_info *info,
Winkler, Tomase52119c2008-12-22 11:31:19 +0800406 struct ieee80211_hdr *hdr, u8 std_id)
Zhu Yib481de92007-09-25 17:54:57 -0700407{
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700408 struct iwl3945_tx_cmd *tx_cmd = (struct iwl3945_tx_cmd *)cmd->cmd.payload;
409 __le32 tx_flags = tx_cmd->tx_flags;
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -0700410 __le16 fc = hdr->frame_control;
Zhu Yib481de92007-09-25 17:54:57 -0700411
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700412 tx_cmd->stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE;
Johannes Berge039fa42008-05-15 12:55:29 +0200413 if (!(info->flags & IEEE80211_TX_CTL_NO_ACK)) {
Zhu Yib481de92007-09-25 17:54:57 -0700414 tx_flags |= TX_CMD_FLG_ACK_MSK;
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -0700415 if (ieee80211_is_mgmt(fc))
Zhu Yib481de92007-09-25 17:54:57 -0700416 tx_flags |= TX_CMD_FLG_SEQ_CTL_MSK;
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -0700417 if (ieee80211_is_probe_resp(fc) &&
Zhu Yib481de92007-09-25 17:54:57 -0700418 !(le16_to_cpu(hdr->seq_ctrl) & 0xf))
419 tx_flags |= TX_CMD_FLG_TSF_MSK;
420 } else {
421 tx_flags &= (~TX_CMD_FLG_ACK_MSK);
422 tx_flags |= TX_CMD_FLG_SEQ_CTL_MSK;
423 }
424
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700425 tx_cmd->sta_id = std_id;
Harvey Harrison8b7b1e02008-06-11 14:21:56 -0700426 if (ieee80211_has_morefrags(fc))
Zhu Yib481de92007-09-25 17:54:57 -0700427 tx_flags |= TX_CMD_FLG_MORE_FRAG_MSK;
428
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -0700429 if (ieee80211_is_data_qos(fc)) {
430 u8 *qc = ieee80211_get_qos_ctl(hdr);
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700431 tx_cmd->tid_tspec = qc[0] & 0xf;
Zhu Yib481de92007-09-25 17:54:57 -0700432 tx_flags &= ~TX_CMD_FLG_SEQ_CTL_MSK;
Tomas Winkler54dbb522008-05-15 13:54:06 +0800433 } else {
Zhu Yib481de92007-09-25 17:54:57 -0700434 tx_flags |= TX_CMD_FLG_SEQ_CTL_MSK;
Tomas Winkler54dbb522008-05-15 13:54:06 +0800435 }
Zhu Yib481de92007-09-25 17:54:57 -0700436
Abhijeet Kolekar37dc70f2009-10-09 13:20:30 -0700437 priv->cfg->ops->utils->rts_tx_cmd_flag(info, &tx_flags);
Zhu Yib481de92007-09-25 17:54:57 -0700438
439 if ((tx_flags & TX_CMD_FLG_RTS_MSK) || (tx_flags & TX_CMD_FLG_CTS_MSK))
440 tx_flags |= TX_CMD_FLG_FULL_TXOP_PROT_MSK;
441
442 tx_flags &= ~(TX_CMD_FLG_ANT_SEL_MSK);
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -0700443 if (ieee80211_is_mgmt(fc)) {
444 if (ieee80211_is_assoc_req(fc) || ieee80211_is_reassoc_req(fc))
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700445 tx_cmd->timeout.pm_frame_timeout = cpu_to_le16(3);
Zhu Yib481de92007-09-25 17:54:57 -0700446 else
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700447 tx_cmd->timeout.pm_frame_timeout = cpu_to_le16(2);
Mohamed Abbasab53d8a2008-03-25 16:33:36 -0700448 } else {
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700449 tx_cmd->timeout.pm_frame_timeout = 0;
Mohamed Abbasab53d8a2008-03-25 16:33:36 -0700450 }
Zhu Yib481de92007-09-25 17:54:57 -0700451
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700452 tx_cmd->driver_txop = 0;
453 tx_cmd->tx_flags = tx_flags;
454 tx_cmd->next_frame_len = 0;
Zhu Yib481de92007-09-25 17:54:57 -0700455}
456
Zhu Yib481de92007-09-25 17:54:57 -0700457/*
458 * start REPLY_TX command process
459 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800460static int iwl3945_tx_skb(struct iwl_priv *priv, struct sk_buff *skb)
Zhu Yib481de92007-09-25 17:54:57 -0700461{
462 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)skb->data;
Johannes Berge039fa42008-05-15 12:55:29 +0200463 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb);
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700464 struct iwl3945_tx_cmd *tx_cmd;
Samuel Ortiz188cf6c2008-12-22 11:31:16 +0800465 struct iwl_tx_queue *txq = NULL;
Samuel Ortizd20b3c62008-12-19 10:37:15 +0800466 struct iwl_queue *q = NULL;
Johannes Bergc2acea82009-07-24 11:13:05 -0700467 struct iwl_device_cmd *out_cmd;
468 struct iwl_cmd_meta *out_meta;
Zhu Yib481de92007-09-25 17:54:57 -0700469 dma_addr_t phys_addr;
470 dma_addr_t txcmd_phys;
Winkler, Tomase52119c2008-12-22 11:31:19 +0800471 int txq_id = skb_get_queue_mapping(skb);
Reinette Chatredf833b12009-04-21 10:55:48 -0700472 u16 len, idx, len_org, hdr_len; /* TODO: len_org is not used */
Tomas Winkler54dbb522008-05-15 13:54:06 +0800473 u8 id;
474 u8 unicast;
Zhu Yib481de92007-09-25 17:54:57 -0700475 u8 sta_id;
Tomas Winkler54dbb522008-05-15 13:54:06 +0800476 u8 tid = 0;
Zhu Yib481de92007-09-25 17:54:57 -0700477 u16 seq_number = 0;
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -0700478 __le16 fc;
Zhu Yib481de92007-09-25 17:54:57 -0700479 u8 wait_write_ptr = 0;
Tomas Winkler54dbb522008-05-15 13:54:06 +0800480 u8 *qc = NULL;
Zhu Yib481de92007-09-25 17:54:57 -0700481 unsigned long flags;
Zhu Yib481de92007-09-25 17:54:57 -0700482
483 spin_lock_irqsave(&priv->lock, flags);
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +0800484 if (iwl_is_rfkill(priv)) {
Tomas Winklere1623442009-01-27 14:27:56 -0800485 IWL_DEBUG_DROP(priv, "Dropping - RF KILL\n");
Zhu Yib481de92007-09-25 17:54:57 -0700486 goto drop_unlock;
487 }
488
Johannes Berge039fa42008-05-15 12:55:29 +0200489 if ((ieee80211_get_tx_rate(priv->hw, info)->hw_value & 0xFF) == IWL_INVALID_RATE) {
Winkler, Tomas15b16872008-12-19 10:37:33 +0800490 IWL_ERR(priv, "ERROR: No TX rate available.\n");
Zhu Yib481de92007-09-25 17:54:57 -0700491 goto drop_unlock;
492 }
493
494 unicast = !is_multicast_ether_addr(hdr->addr1);
495 id = 0;
496
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -0700497 fc = hdr->frame_control;
Zhu Yib481de92007-09-25 17:54:57 -0700498
Samuel Ortizd08853a2009-01-23 13:45:17 -0800499#ifdef CONFIG_IWLWIFI_DEBUG
Zhu Yib481de92007-09-25 17:54:57 -0700500 if (ieee80211_is_auth(fc))
Tomas Winklere1623442009-01-27 14:27:56 -0800501 IWL_DEBUG_TX(priv, "Sending AUTH frame\n");
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -0700502 else if (ieee80211_is_assoc_req(fc))
Tomas Winklere1623442009-01-27 14:27:56 -0800503 IWL_DEBUG_TX(priv, "Sending ASSOC frame\n");
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -0700504 else if (ieee80211_is_reassoc_req(fc))
Tomas Winklere1623442009-01-27 14:27:56 -0800505 IWL_DEBUG_TX(priv, "Sending REASSOC frame\n");
Zhu Yib481de92007-09-25 17:54:57 -0700506#endif
507
Zhu Yib481de92007-09-25 17:54:57 -0700508 spin_unlock_irqrestore(&priv->lock, flags);
509
Harvey Harrison7294ec92008-07-15 18:43:59 -0700510 hdr_len = ieee80211_hdrlen(fc);
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800511
Johannes Berg2a87c262010-04-30 11:30:45 -0700512 /* Find index into station table for destination station */
513 if (!info->control.sta)
Gábor Stefanikaa065262009-08-21 20:44:09 +0200514 sta_id = priv->hw_params.bcast_sta_id;
515 else
Johannes Berg2a87c262010-04-30 11:30:45 -0700516 sta_id = iwl_sta_id(info->control.sta);
Zhu Yib481de92007-09-25 17:54:57 -0700517 if (sta_id == IWL_INVALID_STATION) {
Tomas Winklere1623442009-01-27 14:27:56 -0800518 IWL_DEBUG_DROP(priv, "Dropping - INVALID STATION: %pM\n",
Johannes Berge1749612008-10-27 15:59:26 -0700519 hdr->addr1);
Zhu Yib481de92007-09-25 17:54:57 -0700520 goto drop;
521 }
522
Tomas Winklere1623442009-01-27 14:27:56 -0800523 IWL_DEBUG_RATE(priv, "station Id %d\n", sta_id);
Zhu Yib481de92007-09-25 17:54:57 -0700524
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -0700525 if (ieee80211_is_data_qos(fc)) {
526 qc = ieee80211_get_qos_ctl(hdr);
Harvey Harrison7294ec92008-07-15 18:43:59 -0700527 tid = qc[0] & IEEE80211_QOS_CTL_TID_MASK;
Reinette Chatree6a6cf42009-08-13 13:30:50 -0700528 if (unlikely(tid >= MAX_TID_COUNT))
529 goto drop;
Tomas Winklerc587de02009-06-03 11:44:07 -0700530 seq_number = priv->stations[sta_id].tid[tid].seq_number &
Zhu Yib481de92007-09-25 17:54:57 -0700531 IEEE80211_SCTL_SEQ;
532 hdr->seq_ctrl = cpu_to_le16(seq_number) |
533 (hdr->seq_ctrl &
Harvey Harrisonc1b4aa32009-01-29 13:26:44 -0800534 cpu_to_le16(IEEE80211_SCTL_FRAG));
Zhu Yib481de92007-09-25 17:54:57 -0700535 seq_number += 0x10;
536 }
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800537
538 /* Descriptor for chosen Tx queue */
Samuel Ortiz188cf6c2008-12-22 11:31:16 +0800539 txq = &priv->txq[txq_id];
Zhu Yib481de92007-09-25 17:54:57 -0700540 q = &txq->q;
541
Zhu Yidc57a302009-12-14 14:12:12 -0800542 if ((iwl_queue_space(q) < q->high_mark))
543 goto drop;
544
Zhu Yib481de92007-09-25 17:54:57 -0700545 spin_lock_irqsave(&priv->lock, flags);
546
Tomas Winklerfc4b6852007-10-25 17:15:24 +0800547 idx = get_cmd_index(q, q->write_ptr, 0);
Zhu Yib481de92007-09-25 17:54:57 -0700548
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800549 /* Set up driver data for this TFD */
Winkler, Tomasdbb66542008-12-22 11:31:14 +0800550 memset(&(txq->txb[q->write_ptr]), 0, sizeof(struct iwl_tx_info));
Tomas Winklerfc4b6852007-10-25 17:15:24 +0800551 txq->txb[q->write_ptr].skb[0] = skb;
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800552
553 /* Init first empty entry in queue's array of Tx/cmd buffers */
Samuel Ortiz188cf6c2008-12-22 11:31:16 +0800554 out_cmd = txq->cmd[idx];
Johannes Bergc2acea82009-07-24 11:13:05 -0700555 out_meta = &txq->meta[idx];
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700556 tx_cmd = (struct iwl3945_tx_cmd *)out_cmd->cmd.payload;
Zhu Yib481de92007-09-25 17:54:57 -0700557 memset(&out_cmd->hdr, 0, sizeof(out_cmd->hdr));
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700558 memset(tx_cmd, 0, sizeof(*tx_cmd));
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800559
560 /*
561 * Set up the Tx-command (not MAC!) header.
562 * Store the chosen Tx queue and TFD index within the sequence field;
563 * after Tx, uCode's Tx response will return this value so driver can
564 * locate the frame within the tx queue and do post-tx processing.
565 */
Zhu Yib481de92007-09-25 17:54:57 -0700566 out_cmd->hdr.cmd = REPLY_TX;
567 out_cmd->hdr.sequence = cpu_to_le16((u16)(QUEUE_TO_SEQ(txq_id) |
Tomas Winklerfc4b6852007-10-25 17:15:24 +0800568 INDEX_TO_SEQ(q->write_ptr)));
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800569
570 /* Copy MAC header from skb into command buffer */
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700571 memcpy(tx_cmd->hdr, hdr, hdr_len);
Zhu Yib481de92007-09-25 17:54:57 -0700572
Reinette Chatredf833b12009-04-21 10:55:48 -0700573
574 if (info->control.hw_key)
575 iwl3945_build_tx_cmd_hwcrypto(priv, info, out_cmd, skb, sta_id);
576
577 /* TODO need this for burst mode later on */
578 iwl3945_build_tx_cmd_basic(priv, out_cmd, info, hdr, sta_id);
579
580 /* set is_hcca to 0; it probably will never be implemented */
581 iwl3945_hw_build_tx_cmd_rate(priv, out_cmd, info, hdr, sta_id, 0);
582
583 /* Total # bytes to be transmitted */
584 len = (u16)skb->len;
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700585 tx_cmd->len = cpu_to_le16(len);
Reinette Chatredf833b12009-04-21 10:55:48 -0700586
Wey-Yi Guy20594eb2009-08-07 15:41:39 -0700587 iwl_dbg_log_tx_data_frame(priv, len, hdr);
Wey-Yi Guy22fdf3c2009-08-07 15:41:40 -0700588 iwl_update_stats(priv, true, fc, len);
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700589 tx_cmd->tx_flags &= ~TX_CMD_FLG_ANT_A_MSK;
590 tx_cmd->tx_flags &= ~TX_CMD_FLG_ANT_B_MSK;
Reinette Chatredf833b12009-04-21 10:55:48 -0700591
592 if (!ieee80211_has_morefrags(hdr->frame_control)) {
593 txq->need_update = 1;
594 if (qc)
Tomas Winklerc587de02009-06-03 11:44:07 -0700595 priv->stations[sta_id].tid[tid].seq_number = seq_number;
Reinette Chatredf833b12009-04-21 10:55:48 -0700596 } else {
597 wait_write_ptr = 1;
598 txq->need_update = 0;
599 }
600
Frans Pop91dd6c22010-03-24 14:19:58 -0700601 IWL_DEBUG_TX(priv, "sequence nr = 0X%x\n",
Reinette Chatredf833b12009-04-21 10:55:48 -0700602 le16_to_cpu(out_cmd->hdr.sequence));
Frans Pop91dd6c22010-03-24 14:19:58 -0700603 IWL_DEBUG_TX(priv, "tx_flags = 0X%x\n", le32_to_cpu(tx_cmd->tx_flags));
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700604 iwl_print_hex_dump(priv, IWL_DL_TX, tx_cmd, sizeof(*tx_cmd));
605 iwl_print_hex_dump(priv, IWL_DL_TX, (u8 *)tx_cmd->hdr,
Reinette Chatredf833b12009-04-21 10:55:48 -0700606 ieee80211_hdrlen(fc));
607
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800608 /*
609 * Use the first empty entry in this queue's command buffer array
610 * to contain the Tx command and MAC header concatenated together
611 * (payload data will be in another buffer).
612 * Size of this varies, due to varying MAC header length.
613 * If end is not dword aligned, we'll have 2 extra bytes at the end
614 * of the MAC header (device reads on dword boundaries).
615 * We'll tell device about this padding later.
616 */
Abhijeet Kolekar3832ec92008-12-19 10:37:26 +0800617 len = sizeof(struct iwl3945_tx_cmd) +
Tomas Winkler4c897252008-12-19 10:37:05 +0800618 sizeof(struct iwl_cmd_header) + hdr_len;
Zhu Yib481de92007-09-25 17:54:57 -0700619
620 len_org = len;
621 len = (len + 3) & ~3;
622
623 if (len_org != len)
624 len_org = 1;
625 else
626 len_org = 0;
627
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800628 /* Physical address of this Tx command's header (not MAC header!),
629 * within command buffer array. */
Reinette Chatredf833b12009-04-21 10:55:48 -0700630 txcmd_phys = pci_map_single(priv->pci_dev, &out_cmd->hdr,
631 len, PCI_DMA_TODEVICE);
632 /* we do not map meta data ... so we can safely access address to
633 * provide to unmap command*/
Johannes Bergc2acea82009-07-24 11:13:05 -0700634 pci_unmap_addr_set(out_meta, mapping, txcmd_phys);
635 pci_unmap_len_set(out_meta, len, len);
Zhu Yib481de92007-09-25 17:54:57 -0700636
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800637 /* Add buffer containing Tx command and MAC(!) header to TFD's
638 * first entry */
Samuel Ortiz7aaa1d72009-01-19 15:30:26 -0800639 priv->cfg->ops->lib->txq_attach_buf_to_tfd(priv, txq,
640 txcmd_phys, len, 1, 0);
Zhu Yib481de92007-09-25 17:54:57 -0700641
Zhu Yib481de92007-09-25 17:54:57 -0700642
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800643 /* Set up TFD's 2nd entry to point directly to remainder of skb,
644 * if any (802.11 null frames have no payload). */
Zhu Yib481de92007-09-25 17:54:57 -0700645 len = skb->len - hdr_len;
646 if (len) {
647 phys_addr = pci_map_single(priv->pci_dev, skb->data + hdr_len,
648 len, PCI_DMA_TODEVICE);
Samuel Ortiz7aaa1d72009-01-19 15:30:26 -0800649 priv->cfg->ops->lib->txq_attach_buf_to_tfd(priv, txq,
650 phys_addr, len,
651 0, U32_PAD(len));
Zhu Yib481de92007-09-25 17:54:57 -0700652 }
653
Zhu Yib481de92007-09-25 17:54:57 -0700654
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800655 /* Tell device the write index *just past* this latest filled TFD */
Tomas Winklerc54b6792008-03-06 17:36:53 -0800656 q->write_ptr = iwl_queue_inc_wrap(q->write_ptr, q->n_bd);
Abhijeet Kolekar7bfedc52010-02-03 13:47:56 -0800657 iwl_txq_update_write_ptr(priv, txq);
Zhu Yib481de92007-09-25 17:54:57 -0700658 spin_unlock_irqrestore(&priv->lock, flags);
659
Samuel Ortizd20b3c62008-12-19 10:37:15 +0800660 if ((iwl_queue_space(q) < q->high_mark)
Zhu Yib481de92007-09-25 17:54:57 -0700661 && priv->mac80211_registered) {
662 if (wait_write_ptr) {
663 spin_lock_irqsave(&priv->lock, flags);
664 txq->need_update = 1;
Samuel Ortiz4f3602c2009-01-19 15:30:25 -0800665 iwl_txq_update_write_ptr(priv, txq);
Zhu Yib481de92007-09-25 17:54:57 -0700666 spin_unlock_irqrestore(&priv->lock, flags);
667 }
668
Johannes Berge4e72fb2009-03-23 17:28:42 +0100669 iwl_stop_queue(priv, skb_get_queue_mapping(skb));
Zhu Yib481de92007-09-25 17:54:57 -0700670 }
671
672 return 0;
673
674drop_unlock:
675 spin_unlock_irqrestore(&priv->lock, flags);
676drop:
677 return -1;
678}
679
Zhu Yib481de92007-09-25 17:54:57 -0700680#define BEACON_TIME_MASK_LOW 0x00FFFFFF
681#define BEACON_TIME_MASK_HIGH 0xFF000000
682#define TIME_UNIT 1024
683
684/*
685 * extended beacon time format
686 * time in usec will be changed into a 32-bit value in 8:24 format
687 * the high 1 byte is the beacon counts
688 * the lower 3 bytes is the time in usec within one beacon interval
689 */
690
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800691static u32 iwl3945_usecs_to_beacons(u32 usec, u32 beacon_interval)
Zhu Yib481de92007-09-25 17:54:57 -0700692{
693 u32 quot;
694 u32 rem;
695 u32 interval = beacon_interval * 1024;
696
697 if (!interval || !usec)
698 return 0;
699
700 quot = (usec / interval) & (BEACON_TIME_MASK_HIGH >> 24);
701 rem = (usec % interval) & BEACON_TIME_MASK_LOW;
702
703 return (quot << 24) + rem;
704}
705
706/* base is usually what we get from ucode with each received frame,
707 * the same as HW timer counter counting down
708 */
709
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800710static __le32 iwl3945_add_beacon_time(u32 base, u32 addon, u32 beacon_interval)
Zhu Yib481de92007-09-25 17:54:57 -0700711{
712 u32 base_low = base & BEACON_TIME_MASK_LOW;
713 u32 addon_low = addon & BEACON_TIME_MASK_LOW;
714 u32 interval = beacon_interval * TIME_UNIT;
715 u32 res = (base & BEACON_TIME_MASK_HIGH) +
716 (addon & BEACON_TIME_MASK_HIGH);
717
718 if (base_low > addon_low)
719 res += base_low - addon_low;
720 else if (base_low < addon_low) {
721 res += interval + base_low - addon_low;
722 res += (1 << 24);
723 } else
724 res += (1 << 24);
725
726 return cpu_to_le32(res);
727}
728
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800729static int iwl3945_get_measurement(struct iwl_priv *priv,
Zhu Yib481de92007-09-25 17:54:57 -0700730 struct ieee80211_measurement_params *params,
731 u8 type)
732{
Tomas Winkler600c0e12008-12-19 10:37:04 +0800733 struct iwl_spectrum_cmd spectrum;
Zhu Yi2f301222009-10-09 17:19:45 +0800734 struct iwl_rx_packet *pkt;
Winkler, Tomasc2d79b42008-12-19 10:37:34 +0800735 struct iwl_host_cmd cmd = {
Zhu Yib481de92007-09-25 17:54:57 -0700736 .id = REPLY_SPECTRUM_MEASUREMENT_CMD,
737 .data = (void *)&spectrum,
Johannes Bergc2acea82009-07-24 11:13:05 -0700738 .flags = CMD_WANT_SKB,
Zhu Yib481de92007-09-25 17:54:57 -0700739 };
740 u32 add_time = le64_to_cpu(params->start_time);
741 int rc;
742 int spectrum_resp_status;
743 int duration = le16_to_cpu(params->duration);
744
Samuel Ortiz8ccde882009-01-27 14:27:52 -0800745 if (iwl_is_associated(priv))
Zhu Yib481de92007-09-25 17:54:57 -0700746 add_time =
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800747 iwl3945_usecs_to_beacons(
Johannes Berge99f1682010-01-19 10:04:28 -0800748 le64_to_cpu(params->start_time) - priv->_3945.last_tsf,
Zhu Yib481de92007-09-25 17:54:57 -0700749 le16_to_cpu(priv->rxon_timing.beacon_interval));
750
751 memset(&spectrum, 0, sizeof(spectrum));
752
753 spectrum.channel_count = cpu_to_le16(1);
754 spectrum.flags =
755 RXON_FLG_TSF2HOST_MSK | RXON_FLG_ANT_A_MSK | RXON_FLG_DIS_DIV_MSK;
756 spectrum.filter_flags = MEASUREMENT_FILTER_FLAG;
757 cmd.len = sizeof(spectrum);
758 spectrum.len = cpu_to_le16(cmd.len - sizeof(spectrum.len));
759
Samuel Ortiz8ccde882009-01-27 14:27:52 -0800760 if (iwl_is_associated(priv))
Zhu Yib481de92007-09-25 17:54:57 -0700761 spectrum.start_time =
Johannes Berge99f1682010-01-19 10:04:28 -0800762 iwl3945_add_beacon_time(priv->_3945.last_beacon_time,
Zhu Yib481de92007-09-25 17:54:57 -0700763 add_time,
764 le16_to_cpu(priv->rxon_timing.beacon_interval));
765 else
766 spectrum.start_time = 0;
767
768 spectrum.channels[0].duration = cpu_to_le32(duration * TIME_UNIT);
769 spectrum.channels[0].channel = params->channel;
770 spectrum.channels[0].type = type;
Samuel Ortiz8ccde882009-01-27 14:27:52 -0800771 if (priv->active_rxon.flags & RXON_FLG_BAND_24G_MSK)
Zhu Yib481de92007-09-25 17:54:57 -0700772 spectrum.flags |= RXON_FLG_BAND_24G_MSK |
773 RXON_FLG_AUTO_DETECT_MSK | RXON_FLG_TGG_PROTECT_MSK;
774
Samuel Ortiz518099a2009-01-19 15:30:27 -0800775 rc = iwl_send_cmd_sync(priv, &cmd);
Zhu Yib481de92007-09-25 17:54:57 -0700776 if (rc)
777 return rc;
778
Zhu Yi2f301222009-10-09 17:19:45 +0800779 pkt = (struct iwl_rx_packet *)cmd.reply_page;
780 if (pkt->hdr.flags & IWL_CMD_FAILED_MSK) {
Winkler, Tomas15b16872008-12-19 10:37:33 +0800781 IWL_ERR(priv, "Bad return from REPLY_RX_ON_ASSOC command\n");
Zhu Yib481de92007-09-25 17:54:57 -0700782 rc = -EIO;
783 }
784
Zhu Yi2f301222009-10-09 17:19:45 +0800785 spectrum_resp_status = le16_to_cpu(pkt->u.spectrum.status);
Zhu Yib481de92007-09-25 17:54:57 -0700786 switch (spectrum_resp_status) {
787 case 0: /* Command will be handled */
Zhu Yi2f301222009-10-09 17:19:45 +0800788 if (pkt->u.spectrum.id != 0xff) {
Tomas Winklere1623442009-01-27 14:27:56 -0800789 IWL_DEBUG_INFO(priv, "Replaced existing measurement: %d\n",
Zhu Yi2f301222009-10-09 17:19:45 +0800790 pkt->u.spectrum.id);
Zhu Yib481de92007-09-25 17:54:57 -0700791 priv->measurement_status &= ~MEASUREMENT_READY;
792 }
793 priv->measurement_status |= MEASUREMENT_ACTIVE;
794 rc = 0;
795 break;
796
797 case 1: /* Command will not be handled */
798 rc = -EAGAIN;
799 break;
800 }
801
Zhu Yi64a76b52009-12-10 14:37:21 -0800802 iwl_free_pages(priv, cmd.reply_page);
Zhu Yib481de92007-09-25 17:54:57 -0700803
804 return rc;
805}
Zhu Yib481de92007-09-25 17:54:57 -0700806
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800807static void iwl3945_rx_reply_alive(struct iwl_priv *priv,
Abhijeet Kolekar6100b582008-12-19 10:37:24 +0800808 struct iwl_rx_mem_buffer *rxb)
Zhu Yib481de92007-09-25 17:54:57 -0700809{
Zhu Yi2f301222009-10-09 17:19:45 +0800810 struct iwl_rx_packet *pkt = rxb_addr(rxb);
Tomas Winkler3d24a9f2008-12-19 10:37:07 +0800811 struct iwl_alive_resp *palive;
Zhu Yib481de92007-09-25 17:54:57 -0700812 struct delayed_work *pwork;
813
814 palive = &pkt->u.alive_frame;
815
Tomas Winklere1623442009-01-27 14:27:56 -0800816 IWL_DEBUG_INFO(priv, "Alive ucode status 0x%08X revision "
Zhu Yib481de92007-09-25 17:54:57 -0700817 "0x%01X 0x%01X\n",
818 palive->is_valid, palive->ver_type,
819 palive->ver_subtype);
820
821 if (palive->ver_subtype == INITIALIZE_SUBTYPE) {
Tomas Winklere1623442009-01-27 14:27:56 -0800822 IWL_DEBUG_INFO(priv, "Initialization Alive received.\n");
Tomas Winkler3d24a9f2008-12-19 10:37:07 +0800823 memcpy(&priv->card_alive_init, &pkt->u.alive_frame,
824 sizeof(struct iwl_alive_resp));
Zhu Yib481de92007-09-25 17:54:57 -0700825 pwork = &priv->init_alive_start;
826 } else {
Tomas Winklere1623442009-01-27 14:27:56 -0800827 IWL_DEBUG_INFO(priv, "Runtime Alive received.\n");
Zhu Yib481de92007-09-25 17:54:57 -0700828 memcpy(&priv->card_alive, &pkt->u.alive_frame,
Tomas Winkler3d24a9f2008-12-19 10:37:07 +0800829 sizeof(struct iwl_alive_resp));
Zhu Yib481de92007-09-25 17:54:57 -0700830 pwork = &priv->alive_start;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800831 iwl3945_disable_events(priv);
Zhu Yib481de92007-09-25 17:54:57 -0700832 }
833
834 /* We delay the ALIVE response by 5ms to
835 * give the HW RF Kill time to activate... */
836 if (palive->is_valid == UCODE_VALID_OK)
837 queue_delayed_work(priv->workqueue, pwork,
838 msecs_to_jiffies(5));
839 else
Winkler, Tomas39aadf82008-12-19 10:37:32 +0800840 IWL_WARN(priv, "uCode did not respond OK.\n");
Zhu Yib481de92007-09-25 17:54:57 -0700841}
842
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800843static void iwl3945_rx_reply_add_sta(struct iwl_priv *priv,
Abhijeet Kolekar6100b582008-12-19 10:37:24 +0800844 struct iwl_rx_mem_buffer *rxb)
Zhu Yib481de92007-09-25 17:54:57 -0700845{
Helmut Schaac7e035a2009-01-19 13:02:15 +0100846#ifdef CONFIG_IWLWIFI_DEBUG
Zhu Yi2f301222009-10-09 17:19:45 +0800847 struct iwl_rx_packet *pkt = rxb_addr(rxb);
Helmut Schaac7e035a2009-01-19 13:02:15 +0100848#endif
Zhu Yib481de92007-09-25 17:54:57 -0700849
Tomas Winklere1623442009-01-27 14:27:56 -0800850 IWL_DEBUG_RX(priv, "Received REPLY_ADD_STA: 0x%02X\n", pkt->u.status);
Zhu Yib481de92007-09-25 17:54:57 -0700851}
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 Kolekard14d4442009-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 Kolekard14d4442009-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 Kolekard14d4442009-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 Kolekard14d4442009-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 Kolekard14d4442009-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 Kolekard14d4442009-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 Kolekard14d4442009-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 Kolekard14d4442009-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 Kolekard14d4442009-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 Kolekard14d4442009-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 Kolekar14023642010-06-02 21:15:10 -07001847static int iwl3945_get_single_channel_for_scan(struct iwl_priv *priv,
1848 struct ieee80211_vif *vif,
1849 enum ieee80211_band band,
1850 struct iwl3945_scan_channel *scan_ch)
1851{
1852 const struct ieee80211_supported_band *sband;
1853 u16 passive_dwell = 0;
1854 u16 active_dwell = 0;
1855 int added = 0;
1856 u8 channel = 0;
1857
1858 sband = iwl_get_hw_mode(priv, band);
1859 if (!sband) {
1860 IWL_ERR(priv, "invalid band\n");
1861 return added;
1862 }
1863
1864 active_dwell = iwl_get_active_dwell_time(priv, band, 0);
1865 passive_dwell = iwl_get_passive_dwell_time(priv, band, vif);
1866
1867 if (passive_dwell <= active_dwell)
1868 passive_dwell = active_dwell + 1;
1869
1870
1871 channel = iwl_get_single_channel_number(priv, band);
1872
1873 if (channel) {
1874 scan_ch->channel = channel;
1875 scan_ch->type = 0; /* passive */
1876 scan_ch->active_dwell = cpu_to_le16(active_dwell);
1877 scan_ch->passive_dwell = cpu_to_le16(passive_dwell);
1878 /* Set txpower levels to defaults */
1879 scan_ch->tpc.dsp_atten = 110;
1880 if (band == IEEE80211_BAND_5GHZ)
1881 scan_ch->tpc.tx_gain = ((1 << 5) | (3 << 3)) | 3;
1882 else
1883 scan_ch->tpc.tx_gain = ((1 << 5) | (5 << 3));
1884 added++;
1885 } else
1886 IWL_ERR(priv, "no valid channel found\n");
1887 return added;
1888}
1889
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001890static int iwl3945_get_channels_for_scan(struct iwl_priv *priv,
Johannes Berg8318d782008-01-24 19:38:38 +01001891 enum ieee80211_band band,
Abhijeet Kolekarf9340522008-09-03 11:26:58 +08001892 u8 is_active, u8 n_probes,
Johannes Berg1dda6d22010-04-29 04:43:06 -07001893 struct iwl3945_scan_channel *scan_ch,
1894 struct ieee80211_vif *vif)
Zhu Yib481de92007-09-25 17:54:57 -07001895{
Johannes Berg4e05c232009-06-19 13:52:44 -07001896 struct ieee80211_channel *chan;
Johannes Berg8318d782008-01-24 19:38:38 +01001897 const struct ieee80211_supported_band *sband;
Samuel Ortizd20b3c62008-12-19 10:37:15 +08001898 const struct iwl_channel_info *ch_info;
Zhu Yib481de92007-09-25 17:54:57 -07001899 u16 passive_dwell = 0;
1900 u16 active_dwell = 0;
1901 int added, i;
1902
Kolekar, Abhijeetcbba18c2008-12-19 10:37:42 +08001903 sband = iwl_get_hw_mode(priv, band);
Johannes Berg8318d782008-01-24 19:38:38 +01001904 if (!sband)
Zhu Yib481de92007-09-25 17:54:57 -07001905 return 0;
1906
Samuel Ortiz77fecfb82009-01-23 13:45:12 -08001907 active_dwell = iwl_get_active_dwell_time(priv, band, n_probes);
Johannes Berg1dda6d22010-04-29 04:43:06 -07001908 passive_dwell = iwl_get_passive_dwell_time(priv, band, vif);
Zhu Yib481de92007-09-25 17:54:57 -07001909
Abhijeet Kolekar8f4807a2008-09-03 11:26:31 +08001910 if (passive_dwell <= active_dwell)
1911 passive_dwell = active_dwell + 1;
1912
Johannes Berg4e05c232009-06-19 13:52:44 -07001913 for (i = 0, added = 0; i < priv->scan_request->n_channels; i++) {
1914 chan = priv->scan_request->channels[i];
1915
1916 if (chan->band != band)
Johannes Berg182e2e62008-04-04 10:41:56 +02001917 continue;
1918
Johannes Berg4e05c232009-06-19 13:52:44 -07001919 scan_ch->channel = chan->hw_value;
Zhu Yib481de92007-09-25 17:54:57 -07001920
Samuel Ortize6148912009-01-23 13:45:15 -08001921 ch_info = iwl_get_channel_info(priv, band, scan_ch->channel);
Zhu Yib481de92007-09-25 17:54:57 -07001922 if (!is_channel_valid(ch_info)) {
Tomas Winklere1623442009-01-27 14:27:56 -08001923 IWL_DEBUG_SCAN(priv, "Channel %d is INVALID for this band.\n",
Zhu Yib481de92007-09-25 17:54:57 -07001924 scan_ch->channel);
1925 continue;
1926 }
1927
Zhu Yib481de92007-09-25 17:54:57 -07001928 scan_ch->active_dwell = cpu_to_le16(active_dwell);
1929 scan_ch->passive_dwell = cpu_to_le16(passive_dwell);
Abhijeet Kolekar011a0332008-12-02 12:14:07 -08001930 /* If passive , set up for auto-switch
1931 * and use long active_dwell time.
1932 */
1933 if (!is_active || is_channel_passive(ch_info) ||
Johannes Berg4e05c232009-06-19 13:52:44 -07001934 (chan->flags & IEEE80211_CHAN_PASSIVE_SCAN)) {
Abhijeet Kolekar011a0332008-12-02 12:14:07 -08001935 scan_ch->type = 0; /* passive */
1936 if (IWL_UCODE_API(priv->ucode_ver) == 1)
1937 scan_ch->active_dwell = cpu_to_le16(passive_dwell - 1);
1938 } else {
1939 scan_ch->type = 1; /* active */
1940 }
1941
1942 /* Set direct probe bits. These may be used both for active
1943 * scan channels (probes gets sent right away),
1944 * or for passive channels (probes get se sent only after
1945 * hearing clear Rx packet).*/
1946 if (IWL_UCODE_API(priv->ucode_ver) >= 2) {
1947 if (n_probes)
Winkler, Tomas0d210442009-01-23 13:45:21 -08001948 scan_ch->type |= IWL39_SCAN_PROBE_MASK(n_probes);
Abhijeet Kolekar011a0332008-12-02 12:14:07 -08001949 } else {
1950 /* uCode v1 does not allow setting direct probe bits on
1951 * passive channel. */
1952 if ((scan_ch->type & 1) && n_probes)
Winkler, Tomas0d210442009-01-23 13:45:21 -08001953 scan_ch->type |= IWL39_SCAN_PROBE_MASK(n_probes);
Abhijeet Kolekar011a0332008-12-02 12:14:07 -08001954 }
Zhu Yib481de92007-09-25 17:54:57 -07001955
Ben Cahill9fbab512007-11-29 11:09:47 +08001956 /* Set txpower levels to defaults */
Zhu Yib481de92007-09-25 17:54:57 -07001957 scan_ch->tpc.dsp_atten = 110;
1958 /* scan_pwr_info->tpc.dsp_atten; */
1959
1960 /*scan_pwr_info->tpc.tx_gain; */
Johannes Berg8318d782008-01-24 19:38:38 +01001961 if (band == IEEE80211_BAND_5GHZ)
Zhu Yib481de92007-09-25 17:54:57 -07001962 scan_ch->tpc.tx_gain = ((1 << 5) | (3 << 3)) | 3;
1963 else {
1964 scan_ch->tpc.tx_gain = ((1 << 5) | (5 << 3));
1965 /* NOTE: if we were doing 6Mb OFDM for scans we'd use
Ben Cahill9fbab512007-11-29 11:09:47 +08001966 * power level:
Reinette Chatre8a1b0242008-01-14 17:46:25 -08001967 * scan_ch->tpc.tx_gain = ((1 << 5) | (2 << 3)) | 3;
Zhu Yib481de92007-09-25 17:54:57 -07001968 */
1969 }
1970
Tomas Winklere1623442009-01-27 14:27:56 -08001971 IWL_DEBUG_SCAN(priv, "Scanning %d [%s %d]\n",
Zhu Yib481de92007-09-25 17:54:57 -07001972 scan_ch->channel,
1973 (scan_ch->type & 1) ? "ACTIVE" : "PASSIVE",
1974 (scan_ch->type & 1) ?
1975 active_dwell : passive_dwell);
1976
1977 scan_ch++;
1978 added++;
1979 }
1980
Frans Pop91dd6c22010-03-24 14:19:58 -07001981 IWL_DEBUG_SCAN(priv, "total channels to scan %d\n", added);
Zhu Yib481de92007-09-25 17:54:57 -07001982 return added;
1983}
1984
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001985static void iwl3945_init_hw_rates(struct iwl_priv *priv,
Zhu Yib481de92007-09-25 17:54:57 -07001986 struct ieee80211_rate *rates)
1987{
1988 int i;
1989
Dan Carpenter8e1a53c2010-03-28 14:55:00 +03001990 for (i = 0; i < IWL_RATE_COUNT_LEGACY; i++) {
Johannes Berg8318d782008-01-24 19:38:38 +01001991 rates[i].bitrate = iwl3945_rates[i].ieee * 5;
1992 rates[i].hw_value = i; /* Rate scaling will work on indexes */
1993 rates[i].hw_value_short = i;
1994 rates[i].flags = 0;
Samuel Ortizd9829a62008-12-19 10:37:12 +08001995 if ((i > IWL39_LAST_OFDM_RATE) || (i < IWL_FIRST_OFDM_RATE)) {
Zhu Yib481de92007-09-25 17:54:57 -07001996 /*
Johannes Berg8318d782008-01-24 19:38:38 +01001997 * If CCK != 1M then set short preamble rate flag.
Zhu Yib481de92007-09-25 17:54:57 -07001998 */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001999 rates[i].flags |= (iwl3945_rates[i].plcp == 10) ?
Johannes Berg8318d782008-01-24 19:38:38 +01002000 0 : IEEE80211_RATE_SHORT_PREAMBLE;
Zhu Yib481de92007-09-25 17:54:57 -07002001 }
Zhu Yib481de92007-09-25 17:54:57 -07002002 }
2003}
2004
Zhu Yib481de92007-09-25 17:54:57 -07002005/******************************************************************************
2006 *
2007 * uCode download functions
2008 *
2009 ******************************************************************************/
2010
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002011static void iwl3945_dealloc_ucode_pci(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002012{
Tomas Winkler98c92212008-01-14 17:46:20 -08002013 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_code);
2014 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_data);
2015 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_data_backup);
2016 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_init);
2017 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_init_data);
2018 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_boot);
Zhu Yib481de92007-09-25 17:54:57 -07002019}
2020
2021/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002022 * iwl3945_verify_inst_full - verify runtime uCode image in card vs. host,
Zhu Yib481de92007-09-25 17:54:57 -07002023 * looking at all data.
2024 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002025static int iwl3945_verify_inst_full(struct iwl_priv *priv, __le32 *image, u32 len)
Zhu Yib481de92007-09-25 17:54:57 -07002026{
2027 u32 val;
2028 u32 save_len = len;
2029 int rc = 0;
2030 u32 errcnt;
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
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002034 iwl_write_direct32(priv, HBUS_TARG_MEM_RADDR,
Samuel Ortiz250bdd22008-12-19 10:37:11 +08002035 IWL39_RTC_INST_LOWER_BOUND);
Zhu Yib481de92007-09-25 17:54:57 -07002036
2037 errcnt = 0;
2038 for (; len > 0; len -= sizeof(u32), image++) {
2039 /* read data comes through single port, auto-incr addr */
2040 /* NOTE: Use the debugless read so we don't flood kernel log
2041 * if IWL_DL_IO is set */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002042 val = _iwl_read_direct32(priv, HBUS_TARG_MEM_RDAT);
Zhu Yib481de92007-09-25 17:54:57 -07002043 if (val != le32_to_cpu(*image)) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08002044 IWL_ERR(priv, "uCode INST section is invalid at "
Zhu Yib481de92007-09-25 17:54:57 -07002045 "offset 0x%x, is 0x%x, s/b 0x%x\n",
2046 save_len - len, val, le32_to_cpu(*image));
2047 rc = -EIO;
2048 errcnt++;
2049 if (errcnt >= 20)
2050 break;
2051 }
2052 }
2053
Zhu Yib481de92007-09-25 17:54:57 -07002054
2055 if (!errcnt)
Tomas Winklere1623442009-01-27 14:27:56 -08002056 IWL_DEBUG_INFO(priv,
2057 "ucode image in INSTRUCTION memory is good\n");
Zhu Yib481de92007-09-25 17:54:57 -07002058
2059 return rc;
2060}
2061
2062
2063/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002064 * iwl3945_verify_inst_sparse - verify runtime uCode image in card vs. host,
Zhu Yib481de92007-09-25 17:54:57 -07002065 * using sample data 100 bytes apart. If these sample points are good,
2066 * it's a pretty good bet that everything between them is good, too.
2067 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002068static int iwl3945_verify_inst_sparse(struct iwl_priv *priv, __le32 *image, u32 len)
Zhu Yib481de92007-09-25 17:54:57 -07002069{
2070 u32 val;
2071 int rc = 0;
2072 u32 errcnt = 0;
2073 u32 i;
2074
Tomas Winklere1623442009-01-27 14:27:56 -08002075 IWL_DEBUG_INFO(priv, "ucode inst image size is %u\n", len);
Zhu Yib481de92007-09-25 17:54:57 -07002076
Zhu Yib481de92007-09-25 17:54:57 -07002077 for (i = 0; i < len; i += 100, image += 100/sizeof(u32)) {
2078 /* read data comes through single port, auto-incr addr */
2079 /* NOTE: Use the debugless read so we don't flood kernel log
2080 * if IWL_DL_IO is set */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002081 iwl_write_direct32(priv, HBUS_TARG_MEM_RADDR,
Samuel Ortiz250bdd22008-12-19 10:37:11 +08002082 i + IWL39_RTC_INST_LOWER_BOUND);
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002083 val = _iwl_read_direct32(priv, HBUS_TARG_MEM_RDAT);
Zhu Yib481de92007-09-25 17:54:57 -07002084 if (val != le32_to_cpu(*image)) {
2085#if 0 /* Enable this if you want to see details */
Winkler, Tomas15b16872008-12-19 10:37:33 +08002086 IWL_ERR(priv, "uCode INST section is invalid at "
Zhu Yib481de92007-09-25 17:54:57 -07002087 "offset 0x%x, is 0x%x, s/b 0x%x\n",
2088 i, val, *image);
2089#endif
2090 rc = -EIO;
2091 errcnt++;
2092 if (errcnt >= 3)
2093 break;
2094 }
2095 }
2096
Zhu Yib481de92007-09-25 17:54:57 -07002097 return rc;
2098}
2099
2100
2101/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002102 * iwl3945_verify_ucode - determine which instruction image is in SRAM,
Zhu Yib481de92007-09-25 17:54:57 -07002103 * and verify its contents
2104 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002105static int iwl3945_verify_ucode(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002106{
2107 __le32 *image;
2108 u32 len;
2109 int rc = 0;
2110
2111 /* Try bootstrap */
2112 image = (__le32 *)priv->ucode_boot.v_addr;
2113 len = priv->ucode_boot.len;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002114 rc = iwl3945_verify_inst_sparse(priv, image, len);
Zhu Yib481de92007-09-25 17:54:57 -07002115 if (rc == 0) {
Tomas Winklere1623442009-01-27 14:27:56 -08002116 IWL_DEBUG_INFO(priv, "Bootstrap uCode is good in inst SRAM\n");
Zhu Yib481de92007-09-25 17:54:57 -07002117 return 0;
2118 }
2119
2120 /* Try initialize */
2121 image = (__le32 *)priv->ucode_init.v_addr;
2122 len = priv->ucode_init.len;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002123 rc = iwl3945_verify_inst_sparse(priv, image, len);
Zhu Yib481de92007-09-25 17:54:57 -07002124 if (rc == 0) {
Tomas Winklere1623442009-01-27 14:27:56 -08002125 IWL_DEBUG_INFO(priv, "Initialize uCode is good in inst SRAM\n");
Zhu Yib481de92007-09-25 17:54:57 -07002126 return 0;
2127 }
2128
2129 /* Try runtime/protocol */
2130 image = (__le32 *)priv->ucode_code.v_addr;
2131 len = priv->ucode_code.len;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002132 rc = iwl3945_verify_inst_sparse(priv, image, len);
Zhu Yib481de92007-09-25 17:54:57 -07002133 if (rc == 0) {
Tomas Winklere1623442009-01-27 14:27:56 -08002134 IWL_DEBUG_INFO(priv, "Runtime uCode is good in inst SRAM\n");
Zhu Yib481de92007-09-25 17:54:57 -07002135 return 0;
2136 }
2137
Winkler, Tomas15b16872008-12-19 10:37:33 +08002138 IWL_ERR(priv, "NO VALID UCODE IMAGE IN INSTRUCTION SRAM!!\n");
Zhu Yib481de92007-09-25 17:54:57 -07002139
Ben Cahill9fbab512007-11-29 11:09:47 +08002140 /* Since nothing seems to match, show first several data entries in
2141 * instruction SRAM, so maybe visual inspection will give a clue.
2142 * Selection of bootstrap image (vs. other images) is arbitrary. */
Zhu Yib481de92007-09-25 17:54:57 -07002143 image = (__le32 *)priv->ucode_boot.v_addr;
2144 len = priv->ucode_boot.len;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002145 rc = iwl3945_verify_inst_full(priv, image, len);
Zhu Yib481de92007-09-25 17:54:57 -07002146
2147 return rc;
2148}
2149
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002150static void iwl3945_nic_start(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002151{
2152 /* Remove all resets to allow NIC to operate */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002153 iwl_write32(priv, CSR_RESET, 0);
Zhu Yib481de92007-09-25 17:54:57 -07002154}
2155
Johannes Berg93b1a2f2010-04-28 12:09:13 -07002156#define IWL3945_UCODE_GET(item) \
2157static u32 iwl3945_ucode_get_##item(const struct iwl_ucode_header *ucode)\
2158{ \
2159 return le32_to_cpu(ucode->u.v1.item); \
2160}
2161
2162static u32 iwl3945_ucode_get_header_size(u32 api_ver)
2163{
Johannes Berg22adba22010-04-28 12:09:14 -07002164 return 24;
Johannes Berg93b1a2f2010-04-28 12:09:13 -07002165}
2166
2167static u8 *iwl3945_ucode_get_data(const struct iwl_ucode_header *ucode)
2168{
2169 return (u8 *) ucode->u.v1.data;
2170}
2171
2172IWL3945_UCODE_GET(inst_size);
2173IWL3945_UCODE_GET(data_size);
2174IWL3945_UCODE_GET(init_size);
2175IWL3945_UCODE_GET(init_data_size);
2176IWL3945_UCODE_GET(boot_size);
2177
Zhu Yib481de92007-09-25 17:54:57 -07002178/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002179 * iwl3945_read_ucode - Read uCode images from disk file.
Zhu Yib481de92007-09-25 17:54:57 -07002180 *
2181 * Copy into buffers for card to fetch via bus-mastering
2182 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002183static int iwl3945_read_ucode(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002184{
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002185 const struct iwl_ucode_header *ucode;
Reinette Chatrea0987a82008-12-02 12:14:06 -08002186 int ret = -EINVAL, index;
Zhu Yib481de92007-09-25 17:54:57 -07002187 const struct firmware *ucode_raw;
2188 /* firmware file name contains uCode/driver compatibility version */
Reinette Chatrea0987a82008-12-02 12:14:06 -08002189 const char *name_pre = priv->cfg->fw_name_pre;
2190 const unsigned int api_max = priv->cfg->ucode_api_max;
2191 const unsigned int api_min = priv->cfg->ucode_api_min;
2192 char buf[25];
Zhu Yib481de92007-09-25 17:54:57 -07002193 u8 *src;
2194 size_t len;
Reinette Chatrea0987a82008-12-02 12:14:06 -08002195 u32 api_ver, inst_size, data_size, init_size, init_data_size, boot_size;
Zhu Yib481de92007-09-25 17:54:57 -07002196
2197 /* Ask kernel firmware_class module to get the boot firmware off disk.
2198 * request_firmware() is synchronous, file is in memory on return. */
Reinette Chatrea0987a82008-12-02 12:14:06 -08002199 for (index = api_max; index >= api_min; index--) {
2200 sprintf(buf, "%s%u%s", name_pre, index, ".ucode");
2201 ret = request_firmware(&ucode_raw, buf, &priv->pci_dev->dev);
2202 if (ret < 0) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08002203 IWL_ERR(priv, "%s firmware file req failed: %d\n",
Reinette Chatrea0987a82008-12-02 12:14:06 -08002204 buf, ret);
2205 if (ret == -ENOENT)
2206 continue;
2207 else
2208 goto error;
2209 } else {
2210 if (index < api_max)
Winkler, Tomas15b16872008-12-19 10:37:33 +08002211 IWL_ERR(priv, "Loaded firmware %s, "
2212 "which is deprecated. "
2213 " Please use API v%u instead.\n",
Reinette Chatrea0987a82008-12-02 12:14:06 -08002214 buf, api_max);
Tomas Winklere1623442009-01-27 14:27:56 -08002215 IWL_DEBUG_INFO(priv, "Got firmware '%s' file "
2216 "(%zd bytes) from disk\n",
Reinette Chatrea0987a82008-12-02 12:14:06 -08002217 buf, ucode_raw->size);
2218 break;
2219 }
Zhu Yib481de92007-09-25 17:54:57 -07002220 }
2221
Reinette Chatrea0987a82008-12-02 12:14:06 -08002222 if (ret < 0)
2223 goto error;
Zhu Yib481de92007-09-25 17:54:57 -07002224
2225 /* Make sure that we got at least our header! */
Johannes Berg93b1a2f2010-04-28 12:09:13 -07002226 if (ucode_raw->size < iwl3945_ucode_get_header_size(1)) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08002227 IWL_ERR(priv, "File size way too small!\n");
Tomas Winkler90e759d2007-11-29 11:09:41 +08002228 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07002229 goto err_release;
2230 }
2231
2232 /* Data from ucode file: header followed by uCode images */
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002233 ucode = (struct iwl_ucode_header *)ucode_raw->data;
Zhu Yib481de92007-09-25 17:54:57 -07002234
Chatre, Reinettec02b3ac2008-12-02 12:14:05 -08002235 priv->ucode_ver = le32_to_cpu(ucode->ver);
Reinette Chatrea0987a82008-12-02 12:14:06 -08002236 api_ver = IWL_UCODE_API(priv->ucode_ver);
Johannes Berg93b1a2f2010-04-28 12:09:13 -07002237 inst_size = iwl3945_ucode_get_inst_size(ucode);
2238 data_size = iwl3945_ucode_get_data_size(ucode);
2239 init_size = iwl3945_ucode_get_init_size(ucode);
2240 init_data_size = iwl3945_ucode_get_init_data_size(ucode);
2241 boot_size = iwl3945_ucode_get_boot_size(ucode);
2242 src = iwl3945_ucode_get_data(ucode);
Zhu Yib481de92007-09-25 17:54:57 -07002243
Reinette Chatrea0987a82008-12-02 12:14:06 -08002244 /* api_ver should match the api version forming part of the
2245 * firmware filename ... but we don't check for that and only rely
Nick Andrew877d0312009-01-26 11:06:57 +01002246 * on the API version read from firmware header from here on forward */
Reinette Chatrea0987a82008-12-02 12:14:06 -08002247
2248 if (api_ver < api_min || api_ver > api_max) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08002249 IWL_ERR(priv, "Driver unable to support your firmware API. "
Reinette Chatrea0987a82008-12-02 12:14:06 -08002250 "Driver supports v%u, firmware is v%u.\n",
2251 api_max, api_ver);
2252 priv->ucode_ver = 0;
2253 ret = -EINVAL;
2254 goto err_release;
2255 }
2256 if (api_ver != api_max)
Winkler, Tomas15b16872008-12-19 10:37:33 +08002257 IWL_ERR(priv, "Firmware has old API version. Expected %u, "
Reinette Chatrea0987a82008-12-02 12:14:06 -08002258 "got %u. New firmware can be obtained "
2259 "from http://www.intellinuxwireless.org.\n",
2260 api_max, api_ver);
2261
Tomas Winkler978785a2008-12-19 10:37:31 +08002262 IWL_INFO(priv, "loaded firmware version %u.%u.%u.%u\n",
2263 IWL_UCODE_MAJOR(priv->ucode_ver),
2264 IWL_UCODE_MINOR(priv->ucode_ver),
2265 IWL_UCODE_API(priv->ucode_ver),
2266 IWL_UCODE_SERIAL(priv->ucode_ver));
2267
Reinette Chatre5ebeb5a2009-10-30 14:36:04 -07002268 snprintf(priv->hw->wiphy->fw_version,
2269 sizeof(priv->hw->wiphy->fw_version),
2270 "%u.%u.%u.%u",
2271 IWL_UCODE_MAJOR(priv->ucode_ver),
2272 IWL_UCODE_MINOR(priv->ucode_ver),
2273 IWL_UCODE_API(priv->ucode_ver),
2274 IWL_UCODE_SERIAL(priv->ucode_ver));
2275
Tomas Winklere1623442009-01-27 14:27:56 -08002276 IWL_DEBUG_INFO(priv, "f/w package hdr ucode version raw = 0x%x\n",
Reinette Chatrea0987a82008-12-02 12:14:06 -08002277 priv->ucode_ver);
Tomas Winklere1623442009-01-27 14:27:56 -08002278 IWL_DEBUG_INFO(priv, "f/w package hdr runtime inst size = %u\n",
2279 inst_size);
2280 IWL_DEBUG_INFO(priv, "f/w package hdr runtime data size = %u\n",
2281 data_size);
2282 IWL_DEBUG_INFO(priv, "f/w package hdr init inst size = %u\n",
2283 init_size);
2284 IWL_DEBUG_INFO(priv, "f/w package hdr init data size = %u\n",
2285 init_data_size);
2286 IWL_DEBUG_INFO(priv, "f/w package hdr boot inst size = %u\n",
2287 boot_size);
Zhu Yib481de92007-09-25 17:54:57 -07002288
Reinette Chatrea0987a82008-12-02 12:14:06 -08002289
Zhu Yib481de92007-09-25 17:54:57 -07002290 /* Verify size of file vs. image size info in file's header */
Johannes Berg93b1a2f2010-04-28 12:09:13 -07002291 if (ucode_raw->size != iwl3945_ucode_get_header_size(api_ver) +
Zhu Yib481de92007-09-25 17:54:57 -07002292 inst_size + data_size + init_size +
2293 init_data_size + boot_size) {
2294
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002295 IWL_DEBUG_INFO(priv,
2296 "uCode file size %zd does not match expected size\n",
2297 ucode_raw->size);
Tomas Winkler90e759d2007-11-29 11:09:41 +08002298 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07002299 goto err_release;
2300 }
2301
2302 /* Verify that uCode images will fit in card's SRAM */
Samuel Ortiz250bdd22008-12-19 10:37:11 +08002303 if (inst_size > IWL39_MAX_INST_SIZE) {
Tomas Winklere1623442009-01-27 14:27:56 -08002304 IWL_DEBUG_INFO(priv, "uCode instr len %d too large to fit in\n",
Tomas Winkler90e759d2007-11-29 11:09:41 +08002305 inst_size);
2306 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07002307 goto err_release;
2308 }
2309
Samuel Ortiz250bdd22008-12-19 10:37:11 +08002310 if (data_size > IWL39_MAX_DATA_SIZE) {
Tomas Winklere1623442009-01-27 14:27:56 -08002311 IWL_DEBUG_INFO(priv, "uCode data len %d too large to fit in\n",
Tomas Winkler90e759d2007-11-29 11:09:41 +08002312 data_size);
2313 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07002314 goto err_release;
2315 }
Samuel Ortiz250bdd22008-12-19 10:37:11 +08002316 if (init_size > IWL39_MAX_INST_SIZE) {
Tomas Winklere1623442009-01-27 14:27:56 -08002317 IWL_DEBUG_INFO(priv,
2318 "uCode init instr len %d too large to fit in\n",
Tomas Winkler90e759d2007-11-29 11:09:41 +08002319 init_size);
2320 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07002321 goto err_release;
2322 }
Samuel Ortiz250bdd22008-12-19 10:37:11 +08002323 if (init_data_size > IWL39_MAX_DATA_SIZE) {
Tomas Winklere1623442009-01-27 14:27:56 -08002324 IWL_DEBUG_INFO(priv,
2325 "uCode init data len %d too large to fit in\n",
Tomas Winkler90e759d2007-11-29 11:09:41 +08002326 init_data_size);
2327 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07002328 goto err_release;
2329 }
Samuel Ortiz250bdd22008-12-19 10:37:11 +08002330 if (boot_size > IWL39_MAX_BSM_SIZE) {
Tomas Winklere1623442009-01-27 14:27:56 -08002331 IWL_DEBUG_INFO(priv,
2332 "uCode boot instr len %d too large to fit in\n",
Tomas Winkler90e759d2007-11-29 11:09:41 +08002333 boot_size);
2334 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07002335 goto err_release;
2336 }
2337
2338 /* Allocate ucode buffers for card's bus-master loading ... */
2339
2340 /* Runtime instructions and 2 copies of data:
2341 * 1) unmodified from disk
2342 * 2) backup cache for save/restore during power-downs */
2343 priv->ucode_code.len = inst_size;
Tomas Winkler98c92212008-01-14 17:46:20 -08002344 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_code);
Zhu Yib481de92007-09-25 17:54:57 -07002345
2346 priv->ucode_data.len = data_size;
Tomas Winkler98c92212008-01-14 17:46:20 -08002347 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_data);
Zhu Yib481de92007-09-25 17:54:57 -07002348
2349 priv->ucode_data_backup.len = data_size;
Tomas Winkler98c92212008-01-14 17:46:20 -08002350 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_data_backup);
Zhu Yib481de92007-09-25 17:54:57 -07002351
2352 if (!priv->ucode_code.v_addr || !priv->ucode_data.v_addr ||
Tomas Winkler90e759d2007-11-29 11:09:41 +08002353 !priv->ucode_data_backup.v_addr)
Zhu Yib481de92007-09-25 17:54:57 -07002354 goto err_pci_alloc;
2355
Tomas Winkler90e759d2007-11-29 11:09:41 +08002356 /* Initialization instructions and data */
2357 if (init_size && init_data_size) {
2358 priv->ucode_init.len = init_size;
Tomas Winkler98c92212008-01-14 17:46:20 -08002359 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_init);
Tomas Winkler90e759d2007-11-29 11:09:41 +08002360
2361 priv->ucode_init_data.len = init_data_size;
Tomas Winkler98c92212008-01-14 17:46:20 -08002362 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_init_data);
Tomas Winkler90e759d2007-11-29 11:09:41 +08002363
2364 if (!priv->ucode_init.v_addr || !priv->ucode_init_data.v_addr)
2365 goto err_pci_alloc;
2366 }
2367
2368 /* Bootstrap (instructions only, no data) */
2369 if (boot_size) {
2370 priv->ucode_boot.len = boot_size;
Tomas Winkler98c92212008-01-14 17:46:20 -08002371 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_boot);
Tomas Winkler90e759d2007-11-29 11:09:41 +08002372
2373 if (!priv->ucode_boot.v_addr)
2374 goto err_pci_alloc;
2375 }
2376
Zhu Yib481de92007-09-25 17:54:57 -07002377 /* Copy images into buffers for card's bus-master reads ... */
2378
2379 /* Runtime instructions (first block of data in file) */
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002380 len = inst_size;
Tomas Winklere1623442009-01-27 14:27:56 -08002381 IWL_DEBUG_INFO(priv,
2382 "Copying (but not loading) uCode instr len %zd\n", len);
Zhu Yib481de92007-09-25 17:54:57 -07002383 memcpy(priv->ucode_code.v_addr, src, len);
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002384 src += len;
2385
Tomas Winklere1623442009-01-27 14:27:56 -08002386 IWL_DEBUG_INFO(priv, "uCode instr buf vaddr = 0x%p, paddr = 0x%08x\n",
Zhu Yib481de92007-09-25 17:54:57 -07002387 priv->ucode_code.v_addr, (u32)priv->ucode_code.p_addr);
2388
2389 /* Runtime data (2nd block)
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002390 * NOTE: Copy into backup buffer will be done in iwl3945_up() */
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002391 len = data_size;
Tomas Winklere1623442009-01-27 14:27:56 -08002392 IWL_DEBUG_INFO(priv,
2393 "Copying (but not loading) uCode data len %zd\n", len);
Zhu Yib481de92007-09-25 17:54:57 -07002394 memcpy(priv->ucode_data.v_addr, src, len);
2395 memcpy(priv->ucode_data_backup.v_addr, src, len);
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002396 src += len;
Zhu Yib481de92007-09-25 17:54:57 -07002397
2398 /* Initialization instructions (3rd block) */
2399 if (init_size) {
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002400 len = init_size;
Tomas Winklere1623442009-01-27 14:27:56 -08002401 IWL_DEBUG_INFO(priv,
2402 "Copying (but not loading) init instr len %zd\n", len);
Zhu Yib481de92007-09-25 17:54:57 -07002403 memcpy(priv->ucode_init.v_addr, src, len);
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002404 src += len;
Zhu Yib481de92007-09-25 17:54:57 -07002405 }
2406
2407 /* Initialization data (4th block) */
2408 if (init_data_size) {
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002409 len = init_data_size;
Tomas Winklere1623442009-01-27 14:27:56 -08002410 IWL_DEBUG_INFO(priv,
2411 "Copying (but not loading) init data len %zd\n", len);
Zhu Yib481de92007-09-25 17:54:57 -07002412 memcpy(priv->ucode_init_data.v_addr, src, len);
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002413 src += len;
Zhu Yib481de92007-09-25 17:54:57 -07002414 }
2415
2416 /* Bootstrap instructions (5th block) */
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002417 len = boot_size;
Tomas Winklere1623442009-01-27 14:27:56 -08002418 IWL_DEBUG_INFO(priv,
2419 "Copying (but not loading) boot instr len %zd\n", len);
Zhu Yib481de92007-09-25 17:54:57 -07002420 memcpy(priv->ucode_boot.v_addr, src, len);
2421
2422 /* We have our copies now, allow OS release its copies */
2423 release_firmware(ucode_raw);
2424 return 0;
2425
2426 err_pci_alloc:
Winkler, Tomas15b16872008-12-19 10:37:33 +08002427 IWL_ERR(priv, "failed to allocate pci memory\n");
Tomas Winkler90e759d2007-11-29 11:09:41 +08002428 ret = -ENOMEM;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002429 iwl3945_dealloc_ucode_pci(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002430
2431 err_release:
2432 release_firmware(ucode_raw);
2433
2434 error:
Tomas Winkler90e759d2007-11-29 11:09:41 +08002435 return ret;
Zhu Yib481de92007-09-25 17:54:57 -07002436}
2437
2438
2439/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002440 * iwl3945_set_ucode_ptrs - Set uCode address location
Zhu Yib481de92007-09-25 17:54:57 -07002441 *
2442 * Tell initialization uCode where to find runtime uCode.
2443 *
2444 * BSM registers initially contain pointers to initialization uCode.
2445 * We need to replace them to load runtime uCode inst and data,
2446 * and to save runtime data when powering down.
2447 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002448static int iwl3945_set_ucode_ptrs(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002449{
2450 dma_addr_t pinst;
2451 dma_addr_t pdata;
Zhu Yib481de92007-09-25 17:54:57 -07002452
2453 /* bits 31:0 for 3945 */
2454 pinst = priv->ucode_code.p_addr;
2455 pdata = priv->ucode_data_backup.p_addr;
2456
Zhu Yib481de92007-09-25 17:54:57 -07002457 /* Tell bootstrap uCode where to find image to load */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002458 iwl_write_prph(priv, BSM_DRAM_INST_PTR_REG, pinst);
2459 iwl_write_prph(priv, BSM_DRAM_DATA_PTR_REG, pdata);
2460 iwl_write_prph(priv, BSM_DRAM_DATA_BYTECOUNT_REG,
Zhu Yib481de92007-09-25 17:54:57 -07002461 priv->ucode_data.len);
2462
Tomas Winklera96a27f2008-10-23 23:48:56 -07002463 /* Inst byte count must be last to set up, bit 31 signals uCode
Zhu Yib481de92007-09-25 17:54:57 -07002464 * that all new ptr/size info is in place */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002465 iwl_write_prph(priv, BSM_DRAM_INST_BYTECOUNT_REG,
Zhu Yib481de92007-09-25 17:54:57 -07002466 priv->ucode_code.len | BSM_DRAM_INST_LOAD);
2467
Tomas Winklere1623442009-01-27 14:27:56 -08002468 IWL_DEBUG_INFO(priv, "Runtime uCode pointers are set.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002469
Mohamed Abbasa8b50a02009-05-22 11:01:47 -07002470 return 0;
Zhu Yib481de92007-09-25 17:54:57 -07002471}
2472
2473/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002474 * iwl3945_init_alive_start - Called after REPLY_ALIVE notification received
Zhu Yib481de92007-09-25 17:54:57 -07002475 *
2476 * Called after REPLY_ALIVE notification received from "initialize" uCode.
2477 *
Zhu Yib481de92007-09-25 17:54:57 -07002478 * Tell "initialize" uCode to go ahead and load the runtime uCode.
Ben Cahill9fbab512007-11-29 11:09:47 +08002479 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002480static void iwl3945_init_alive_start(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002481{
2482 /* Check alive response for "valid" sign from uCode */
2483 if (priv->card_alive_init.is_valid != UCODE_VALID_OK) {
2484 /* We had an error bringing up the hardware, so take it
2485 * all the way back down so we can try again */
Tomas Winklere1623442009-01-27 14:27:56 -08002486 IWL_DEBUG_INFO(priv, "Initialize Alive failed.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002487 goto restart;
2488 }
2489
2490 /* Bootstrap uCode has loaded initialize uCode ... verify inst image.
2491 * This is a paranoid check, because we would not have gotten the
2492 * "initialize" alive if code weren't properly loaded. */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002493 if (iwl3945_verify_ucode(priv)) {
Zhu Yib481de92007-09-25 17:54:57 -07002494 /* Runtime instruction load was bad;
2495 * take it all the way back down so we can try again */
Tomas Winklere1623442009-01-27 14:27:56 -08002496 IWL_DEBUG_INFO(priv, "Bad \"initialize\" uCode load.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002497 goto restart;
2498 }
2499
2500 /* Send pointers to protocol/runtime uCode image ... init code will
2501 * load and launch runtime uCode, which will send us another "Alive"
2502 * notification. */
Tomas Winklere1623442009-01-27 14:27:56 -08002503 IWL_DEBUG_INFO(priv, "Initialization Alive received.\n");
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002504 if (iwl3945_set_ucode_ptrs(priv)) {
Zhu Yib481de92007-09-25 17:54:57 -07002505 /* Runtime instruction load won't happen;
2506 * take it all the way back down so we can try again */
Tomas Winklere1623442009-01-27 14:27:56 -08002507 IWL_DEBUG_INFO(priv, "Couldn't set up uCode pointers.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002508 goto restart;
2509 }
2510 return;
2511
2512 restart:
2513 queue_work(priv->workqueue, &priv->restart);
2514}
2515
Zhu Yib481de92007-09-25 17:54:57 -07002516/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002517 * iwl3945_alive_start - called after REPLY_ALIVE notification received
Zhu Yib481de92007-09-25 17:54:57 -07002518 * from protocol/runtime uCode (initialization uCode's
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002519 * Alive gets handled by iwl3945_init_alive_start()).
Zhu Yib481de92007-09-25 17:54:57 -07002520 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002521static void iwl3945_alive_start(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002522{
Zhu Yib481de92007-09-25 17:54:57 -07002523 int thermal_spin = 0;
2524 u32 rfkill;
2525
Tomas Winklere1623442009-01-27 14:27:56 -08002526 IWL_DEBUG_INFO(priv, "Runtime Alive received.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002527
2528 if (priv->card_alive.is_valid != UCODE_VALID_OK) {
2529 /* We had an error bringing up the hardware, so take it
2530 * all the way back down so we can try again */
Tomas Winklere1623442009-01-27 14:27:56 -08002531 IWL_DEBUG_INFO(priv, "Alive failed.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002532 goto restart;
2533 }
2534
2535 /* Initialize uCode has loaded Runtime uCode ... verify inst image.
2536 * This is a paranoid check, because we would not have gotten the
2537 * "runtime" alive if code weren't properly loaded. */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002538 if (iwl3945_verify_ucode(priv)) {
Zhu Yib481de92007-09-25 17:54:57 -07002539 /* Runtime instruction load was bad;
2540 * take it all the way back down so we can try again */
Tomas Winklere1623442009-01-27 14:27:56 -08002541 IWL_DEBUG_INFO(priv, "Bad runtime uCode load.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002542 goto restart;
2543 }
2544
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002545 rfkill = iwl_read_prph(priv, APMG_RFKILL_REG);
Tomas Winklere1623442009-01-27 14:27:56 -08002546 IWL_DEBUG_INFO(priv, "RFKILL status: 0x%x\n", rfkill);
Zhu Yib481de92007-09-25 17:54:57 -07002547
2548 if (rfkill & 0x1) {
2549 clear_bit(STATUS_RF_KILL_HW, &priv->status);
Tomas Winklera96a27f2008-10-23 23:48:56 -07002550 /* if RFKILL is not on, then wait for thermal
Zhu Yib481de92007-09-25 17:54:57 -07002551 * sensor in adapter to kick in */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002552 while (iwl3945_hw_get_temperature(priv) == 0) {
Zhu Yib481de92007-09-25 17:54:57 -07002553 thermal_spin++;
2554 udelay(10);
2555 }
2556
2557 if (thermal_spin)
Tomas Winklere1623442009-01-27 14:27:56 -08002558 IWL_DEBUG_INFO(priv, "Thermal calibration took %dus\n",
Zhu Yib481de92007-09-25 17:54:57 -07002559 thermal_spin * 10);
2560 } else
2561 set_bit(STATUS_RF_KILL_HW, &priv->status);
2562
Ben Cahill9fbab512007-11-29 11:09:47 +08002563 /* After the ALIVE response, we can send commands to 3945 uCode */
Zhu Yib481de92007-09-25 17:54:57 -07002564 set_bit(STATUS_ALIVE, &priv->status);
2565
Wey-Yi Guyb74e31a2010-03-01 17:23:50 -08002566 if (priv->cfg->ops->lib->recover_from_tx_stall) {
2567 /* Enable timer to monitor the driver queues */
2568 mod_timer(&priv->monitor_recover,
2569 jiffies +
2570 msecs_to_jiffies(priv->cfg->monitor_recover_period));
2571 }
2572
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08002573 if (iwl_is_rfkill(priv))
Zhu Yib481de92007-09-25 17:54:57 -07002574 return;
2575
Johannes Berg36d68252008-05-15 12:55:26 +02002576 ieee80211_wake_queues(priv->hw);
Zhu Yib481de92007-09-25 17:54:57 -07002577
Johannes Berg470ab2d2010-01-21 11:23:30 -08002578 priv->active_rate = IWL_RATES_MASK;
Zhu Yib481de92007-09-25 17:54:57 -07002579
Ben Cahill4d6ccbf2009-11-13 11:56:29 -08002580 iwl_power_update_mode(priv, true);
Zhu Yib481de92007-09-25 17:54:57 -07002581
Samuel Ortiz8ccde882009-01-27 14:27:52 -08002582 if (iwl_is_associated(priv)) {
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002583 struct iwl3945_rxon_cmd *active_rxon =
Samuel Ortiz8ccde882009-01-27 14:27:52 -08002584 (struct iwl3945_rxon_cmd *)(&priv->active_rxon);
Zhu Yib481de92007-09-25 17:54:57 -07002585
Abhijeet Kolekar8a9b9922009-06-12 13:22:52 -07002586 priv->staging_rxon.filter_flags |= RXON_FILTER_ASSOC_MSK;
Zhu Yib481de92007-09-25 17:54:57 -07002587 active_rxon->filter_flags &= ~RXON_FILTER_ASSOC_MSK;
2588 } else {
2589 /* Initialize our rx_config data */
Johannes Berg1dda6d22010-04-29 04:43:06 -07002590 iwl_connection_init_rx_config(priv, NULL);
Zhu Yib481de92007-09-25 17:54:57 -07002591 }
2592
Ben Cahill9fbab512007-11-29 11:09:47 +08002593 /* Configure Bluetooth device coexistence support */
Johannes Berg65b52bd2010-04-13 01:04:31 -07002594 priv->cfg->ops->hcmd->send_bt_config(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002595
2596 /* Configure the adapter for unassociated operation */
Abhijeet Kolekare0158e62009-04-08 11:26:37 -07002597 iwlcore_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002598
Zhu Yib481de92007-09-25 17:54:57 -07002599 iwl3945_reg_txpower_periodic(priv);
2600
Johannes Berge932a602009-10-02 13:44:03 -07002601 iwl_leds_init(priv);
Reinette Chatrefe00b5a2008-04-03 16:05:23 -07002602
Tomas Winklere1623442009-01-27 14:27:56 -08002603 IWL_DEBUG_INFO(priv, "ALIVE processing complete.\n");
Rick Farringtona9f46782008-03-18 14:57:49 -07002604 set_bit(STATUS_READY, &priv->status);
Zhu Yi5a669262008-01-14 17:46:18 -08002605 wake_up_interruptible(&priv->wait_command_queue);
Zhu Yib481de92007-09-25 17:54:57 -07002606
Zhu Yib481de92007-09-25 17:54:57 -07002607 return;
2608
2609 restart:
2610 queue_work(priv->workqueue, &priv->restart);
2611}
2612
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002613static void iwl3945_cancel_deferred_work(struct iwl_priv *priv);
Zhu Yib481de92007-09-25 17:54:57 -07002614
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002615static void __iwl3945_down(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002616{
2617 unsigned long flags;
2618 int exit_pending = test_bit(STATUS_EXIT_PENDING, &priv->status);
2619 struct ieee80211_conf *conf = NULL;
2620
Tomas Winklere1623442009-01-27 14:27:56 -08002621 IWL_DEBUG_INFO(priv, DRV_NAME " is going down\n");
Zhu Yib481de92007-09-25 17:54:57 -07002622
2623 conf = ieee80211_get_hw_conf(priv->hw);
2624
2625 if (!exit_pending)
2626 set_bit(STATUS_EXIT_PENDING, &priv->status);
2627
Reinette Chatre7e246192010-02-18 22:58:32 -08002628 /* Station information will now be cleared in device */
Johannes Berg2c810cc2010-04-29 00:53:29 -07002629 iwl_clear_ucode_stations(priv);
2630 iwl_dealloc_bcast_station(priv);
Johannes Bergdb125c72010-05-07 01:49:15 -07002631 iwl_clear_driver_stations(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002632
2633 /* Unblock any waiting calls */
2634 wake_up_interruptible_all(&priv->wait_command_queue);
2635
Zhu Yib481de92007-09-25 17:54:57 -07002636 /* Wipe out the EXIT_PENDING status bit if we are not actually
2637 * exiting the module */
2638 if (!exit_pending)
2639 clear_bit(STATUS_EXIT_PENDING, &priv->status);
2640
2641 /* stop and reset the on-board processor */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002642 iwl_write32(priv, CSR_RESET, CSR_RESET_REG_FLAG_NEVO_RESET);
Zhu Yib481de92007-09-25 17:54:57 -07002643
2644 /* tell the device to stop sending interrupts */
Mohamed Abbas0359fac2008-03-28 16:21:08 -07002645 spin_lock_irqsave(&priv->lock, flags);
Abhijeet Kolekared3b9322009-02-18 15:54:30 -08002646 iwl_disable_interrupts(priv);
Mohamed Abbas0359fac2008-03-28 16:21:08 -07002647 spin_unlock_irqrestore(&priv->lock, flags);
2648 iwl_synchronize_irq(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002649
2650 if (priv->mac80211_registered)
2651 ieee80211_stop_queues(priv->hw);
2652
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002653 /* If we have not previously called iwl3945_init() then
Wey-Yi Guy6da3a132009-03-26 10:14:08 -07002654 * clear all bits but the RF Kill bits and return */
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08002655 if (!iwl_is_init(priv)) {
Zhu Yib481de92007-09-25 17:54:57 -07002656 priv->status = test_bit(STATUS_RF_KILL_HW, &priv->status) <<
2657 STATUS_RF_KILL_HW |
Reinette Chatre97888642008-02-06 11:20:38 -08002658 test_bit(STATUS_GEO_CONFIGURED, &priv->status) <<
2659 STATUS_GEO_CONFIGURED |
Abhijeet Kolekarebef2002008-06-30 17:23:18 +08002660 test_bit(STATUS_EXIT_PENDING, &priv->status) <<
2661 STATUS_EXIT_PENDING;
Zhu Yib481de92007-09-25 17:54:57 -07002662 goto exit;
2663 }
2664
Wey-Yi Guy6da3a132009-03-26 10:14:08 -07002665 /* ...otherwise clear out all the status bits but the RF Kill
Johannes Berga60e77e2009-06-04 18:26:06 +02002666 * bit and continue taking the NIC down. */
Zhu Yib481de92007-09-25 17:54:57 -07002667 priv->status &= test_bit(STATUS_RF_KILL_HW, &priv->status) <<
2668 STATUS_RF_KILL_HW |
Reinette Chatre97888642008-02-06 11:20:38 -08002669 test_bit(STATUS_GEO_CONFIGURED, &priv->status) <<
2670 STATUS_GEO_CONFIGURED |
Zhu Yib481de92007-09-25 17:54:57 -07002671 test_bit(STATUS_FW_ERROR, &priv->status) <<
Abhijeet Kolekarebef2002008-06-30 17:23:18 +08002672 STATUS_FW_ERROR |
2673 test_bit(STATUS_EXIT_PENDING, &priv->status) <<
2674 STATUS_EXIT_PENDING;
Zhu Yib481de92007-09-25 17:54:57 -07002675
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002676 iwl3945_hw_txq_ctx_stop(priv);
2677 iwl3945_hw_rxq_stop(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002678
Ben Cahill309e7312009-11-06 14:53:03 -08002679 /* Power-down device's busmaster DMA clocks */
2680 iwl_write_prph(priv, APMG_CLK_DIS_REG, APMG_CLK_VAL_DMA_CLK_RQT);
Zhu Yib481de92007-09-25 17:54:57 -07002681 udelay(5);
2682
Ben Cahill4d2ccdb2009-10-09 13:20:20 -07002683 /* Stop the device, and put it in low power state */
2684 priv->cfg->ops->lib->apm_ops.stop(priv);
Abbas, Mohamede9414b62009-01-20 21:33:55 -08002685
Zhu Yib481de92007-09-25 17:54:57 -07002686 exit:
Tomas Winkler3d24a9f2008-12-19 10:37:07 +08002687 memset(&priv->card_alive, 0, sizeof(struct iwl_alive_resp));
Zhu Yib481de92007-09-25 17:54:57 -07002688
2689 if (priv->ibss_beacon)
2690 dev_kfree_skb(priv->ibss_beacon);
2691 priv->ibss_beacon = NULL;
2692
2693 /* clear out any free frames */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002694 iwl3945_clear_free_frames(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002695}
2696
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002697static void iwl3945_down(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002698{
2699 mutex_lock(&priv->mutex);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002700 __iwl3945_down(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002701 mutex_unlock(&priv->mutex);
Zhu Yib24d22b2007-12-19 13:59:52 +08002702
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002703 iwl3945_cancel_deferred_work(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002704}
2705
2706#define MAX_HW_RESTARTS 5
2707
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002708static int __iwl3945_up(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002709{
2710 int rc, i;
2711
Johannes Berg2c810cc2010-04-29 00:53:29 -07002712 rc = iwl_alloc_bcast_station(priv, false);
2713 if (rc)
2714 return rc;
2715
Zhu Yib481de92007-09-25 17:54:57 -07002716 if (test_bit(STATUS_EXIT_PENDING, &priv->status)) {
Winkler, Tomas39aadf82008-12-19 10:37:32 +08002717 IWL_WARN(priv, "Exit pending; will not bring the NIC up\n");
Zhu Yib481de92007-09-25 17:54:57 -07002718 return -EIO;
2719 }
2720
Reinette Chatree903fbd2008-01-30 22:05:15 -08002721 if (!priv->ucode_data_backup.v_addr || !priv->ucode_data.v_addr) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08002722 IWL_ERR(priv, "ucode not available for device bring up\n");
Reinette Chatree903fbd2008-01-30 22:05:15 -08002723 return -EIO;
2724 }
2725
Zhu Yie655b9f2008-01-24 02:19:38 -08002726 /* If platform's RF_KILL switch is NOT set to KILL */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002727 if (iwl_read32(priv, CSR_GP_CNTRL) &
Zhu Yie655b9f2008-01-24 02:19:38 -08002728 CSR_GP_CNTRL_REG_FLAG_HW_RF_KILL_SW)
2729 clear_bit(STATUS_RF_KILL_HW, &priv->status);
2730 else {
2731 set_bit(STATUS_RF_KILL_HW, &priv->status);
Wey-Yi Guy6da3a132009-03-26 10:14:08 -07002732 IWL_WARN(priv, "Radio disabled by HW RF Kill switch\n");
2733 return -ENODEV;
Zhu Yib481de92007-09-25 17:54:57 -07002734 }
Adel Gadllah80fcc9e2008-07-01 17:49:50 +02002735
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002736 iwl_write32(priv, CSR_INT, 0xFFFFFFFF);
Zhu Yib481de92007-09-25 17:54:57 -07002737
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002738 rc = iwl3945_hw_nic_init(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002739 if (rc) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08002740 IWL_ERR(priv, "Unable to int nic\n");
Zhu Yib481de92007-09-25 17:54:57 -07002741 return rc;
2742 }
2743
2744 /* make sure rfkill handshake bits are cleared */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002745 iwl_write32(priv, CSR_UCODE_DRV_GP1_CLR, CSR_UCODE_SW_BIT_RFKILL);
2746 iwl_write32(priv, CSR_UCODE_DRV_GP1_CLR,
Zhu Yib481de92007-09-25 17:54:57 -07002747 CSR_UCODE_DRV_GP1_BIT_CMD_BLOCKED);
2748
2749 /* clear (again), then enable host interrupts */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002750 iwl_write32(priv, CSR_INT, 0xFFFFFFFF);
Abhijeet Kolekared3b9322009-02-18 15:54:30 -08002751 iwl_enable_interrupts(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002752
2753 /* really make sure rfkill handshake bits are cleared */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002754 iwl_write32(priv, CSR_UCODE_DRV_GP1_CLR, CSR_UCODE_SW_BIT_RFKILL);
2755 iwl_write32(priv, CSR_UCODE_DRV_GP1_CLR, CSR_UCODE_SW_BIT_RFKILL);
Zhu Yib481de92007-09-25 17:54:57 -07002756
2757 /* Copy original ucode data image from disk into backup cache.
2758 * This will be used to initialize the on-board processor's
2759 * data SRAM for a clean start when the runtime program first loads. */
2760 memcpy(priv->ucode_data_backup.v_addr, priv->ucode_data.v_addr,
Zhu Yi5a669262008-01-14 17:46:18 -08002761 priv->ucode_data.len);
Zhu Yib481de92007-09-25 17:54:57 -07002762
Zhu Yie655b9f2008-01-24 02:19:38 -08002763 /* We return success when we resume from suspend and rf_kill is on. */
2764 if (test_bit(STATUS_RF_KILL_HW, &priv->status))
2765 return 0;
2766
Zhu Yib481de92007-09-25 17:54:57 -07002767 for (i = 0; i < MAX_HW_RESTARTS; i++) {
2768
Zhu Yib481de92007-09-25 17:54:57 -07002769 /* load bootstrap state machine,
2770 * load bootstrap program into processor's memory,
2771 * prepare to load the "initialize" uCode */
Abhijeet Kolekar75a9a922010-02-26 15:17:01 -08002772 rc = priv->cfg->ops->lib->load_ucode(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002773
2774 if (rc) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08002775 IWL_ERR(priv,
2776 "Unable to set up bootstrap uCode: %d\n", rc);
Zhu Yib481de92007-09-25 17:54:57 -07002777 continue;
2778 }
2779
2780 /* start card; "initialize" will load runtime ucode */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002781 iwl3945_nic_start(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002782
Tomas Winklere1623442009-01-27 14:27:56 -08002783 IWL_DEBUG_INFO(priv, DRV_NAME " is coming up\n");
Zhu Yib481de92007-09-25 17:54:57 -07002784
2785 return 0;
2786 }
2787
2788 set_bit(STATUS_EXIT_PENDING, &priv->status);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002789 __iwl3945_down(priv);
Abhijeet Kolekarebef2002008-06-30 17:23:18 +08002790 clear_bit(STATUS_EXIT_PENDING, &priv->status);
Zhu Yib481de92007-09-25 17:54:57 -07002791
2792 /* tried to restart and config the device for as long as our
2793 * patience could withstand */
Winkler, Tomas15b16872008-12-19 10:37:33 +08002794 IWL_ERR(priv, "Unable to initialize device after %d attempts.\n", i);
Zhu Yib481de92007-09-25 17:54:57 -07002795 return -EIO;
2796}
2797
2798
2799/*****************************************************************************
2800 *
2801 * Workqueue callbacks
2802 *
2803 *****************************************************************************/
2804
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002805static void iwl3945_bg_init_alive_start(struct work_struct *data)
Zhu Yib481de92007-09-25 17:54:57 -07002806{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002807 struct iwl_priv *priv =
2808 container_of(data, struct iwl_priv, init_alive_start.work);
Zhu Yib481de92007-09-25 17:54:57 -07002809
2810 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
2811 return;
2812
2813 mutex_lock(&priv->mutex);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002814 iwl3945_init_alive_start(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002815 mutex_unlock(&priv->mutex);
2816}
2817
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002818static void iwl3945_bg_alive_start(struct work_struct *data)
Zhu Yib481de92007-09-25 17:54:57 -07002819{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002820 struct iwl_priv *priv =
2821 container_of(data, struct iwl_priv, alive_start.work);
Zhu Yib481de92007-09-25 17:54:57 -07002822
2823 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
2824 return;
2825
2826 mutex_lock(&priv->mutex);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002827 iwl3945_alive_start(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002828 mutex_unlock(&priv->mutex);
2829}
2830
Ben Cahill743cdf12009-10-09 13:20:26 -07002831/*
2832 * 3945 cannot interrupt driver when hardware rf kill switch toggles;
2833 * driver must poll CSR_GP_CNTRL_REG register for change. This register
2834 * *is* readable even when device has been SW_RESET into low power mode
2835 * (e.g. during RF KILL).
2836 */
Helmut Schaa26635162009-01-15 09:38:44 +01002837static void iwl3945_rfkill_poll(struct work_struct *data)
2838{
2839 struct iwl_priv *priv =
Johannes Bergee525d12010-01-21 06:09:28 -08002840 container_of(data, struct iwl_priv, _3945.rfkill_poll.work);
Ben Cahill743cdf12009-10-09 13:20:26 -07002841 bool old_rfkill = test_bit(STATUS_RF_KILL_HW, &priv->status);
2842 bool new_rfkill = !(iwl_read32(priv, CSR_GP_CNTRL)
2843 & CSR_GP_CNTRL_REG_FLAG_HW_RF_KILL_SW);
Helmut Schaa26635162009-01-15 09:38:44 +01002844
Ben Cahill743cdf12009-10-09 13:20:26 -07002845 if (new_rfkill != old_rfkill) {
2846 if (new_rfkill)
2847 set_bit(STATUS_RF_KILL_HW, &priv->status);
2848 else
2849 clear_bit(STATUS_RF_KILL_HW, &priv->status);
Helmut Schaa26635162009-01-15 09:38:44 +01002850
Ben Cahill743cdf12009-10-09 13:20:26 -07002851 wiphy_rfkill_set_hw_state(priv->hw->wiphy, new_rfkill);
Helmut Schaa26635162009-01-15 09:38:44 +01002852
Ben Cahill743cdf12009-10-09 13:20:26 -07002853 IWL_DEBUG_RF_KILL(priv, "RF_KILL bit toggled to %s.\n",
2854 new_rfkill ? "disable radio" : "enable radio");
2855 }
2856
2857 /* Keep this running, even if radio now enabled. This will be
2858 * cancelled in mac_start() if system decides to start again */
Johannes Bergee525d12010-01-21 06:09:28 -08002859 queue_delayed_work(priv->workqueue, &priv->_3945.rfkill_poll,
Helmut Schaa26635162009-01-15 09:38:44 +01002860 round_jiffies_relative(2 * HZ));
2861
2862}
2863
Johannes Berg1dda6d22010-04-29 04:43:06 -07002864void iwl3945_request_scan(struct iwl_priv *priv, struct ieee80211_vif *vif)
Zhu Yib481de92007-09-25 17:54:57 -07002865{
Winkler, Tomasc2d79b42008-12-19 10:37:34 +08002866 struct iwl_host_cmd cmd = {
Zhu Yib481de92007-09-25 17:54:57 -07002867 .id = REPLY_SCAN_CMD,
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002868 .len = sizeof(struct iwl3945_scan_cmd),
Johannes Bergc2acea82009-07-24 11:13:05 -07002869 .flags = CMD_SIZE_HUGE,
Zhu Yib481de92007-09-25 17:54:57 -07002870 };
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002871 struct iwl3945_scan_cmd *scan;
Zhu Yib481de92007-09-25 17:54:57 -07002872 struct ieee80211_conf *conf = NULL;
Johannes Berg1ecf9fc2009-04-20 14:36:56 -07002873 u8 n_probes = 0;
Johannes Berg8318d782008-01-24 19:38:38 +01002874 enum ieee80211_band band;
Johannes Berg1ecf9fc2009-04-20 14:36:56 -07002875 bool is_active = false;
Zhu Yib481de92007-09-25 17:54:57 -07002876
2877 conf = ieee80211_get_hw_conf(priv->hw);
2878
Reinette Chatrefbc9f972009-05-15 16:13:46 -07002879 cancel_delayed_work(&priv->scan_check);
2880
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08002881 if (!iwl_is_ready(priv)) {
Winkler, Tomas39aadf82008-12-19 10:37:32 +08002882 IWL_WARN(priv, "request scan called when driver not ready.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002883 goto done;
2884 }
2885
Tomas Winklera96a27f2008-10-23 23:48:56 -07002886 /* Make sure the scan wasn't canceled before this queued work
Zhu Yib481de92007-09-25 17:54:57 -07002887 * was given the chance to run... */
2888 if (!test_bit(STATUS_SCANNING, &priv->status))
2889 goto done;
2890
2891 /* This should never be called or scheduled if there is currently
2892 * a scan active in the hardware. */
2893 if (test_bit(STATUS_SCAN_HW, &priv->status)) {
Tomas Winklere1623442009-01-27 14:27:56 -08002894 IWL_DEBUG_INFO(priv, "Multiple concurrent scan requests "
2895 "Ignoring second request.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002896 goto done;
2897 }
2898
2899 if (test_bit(STATUS_EXIT_PENDING, &priv->status)) {
Tomas Winklere1623442009-01-27 14:27:56 -08002900 IWL_DEBUG_SCAN(priv, "Aborting scan due to device shutdown\n");
Zhu Yib481de92007-09-25 17:54:57 -07002901 goto done;
2902 }
2903
2904 if (test_bit(STATUS_SCAN_ABORTING, &priv->status)) {
Tomas Winklere1623442009-01-27 14:27:56 -08002905 IWL_DEBUG_HC(priv,
2906 "Scan request while abort pending. Queuing.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002907 goto done;
2908 }
2909
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08002910 if (iwl_is_rfkill(priv)) {
Tomas Winklere1623442009-01-27 14:27:56 -08002911 IWL_DEBUG_HC(priv, "Aborting scan due to RF Kill activation\n");
Zhu Yib481de92007-09-25 17:54:57 -07002912 goto done;
2913 }
2914
2915 if (!test_bit(STATUS_READY, &priv->status)) {
Tomas Winklere1623442009-01-27 14:27:56 -08002916 IWL_DEBUG_HC(priv,
2917 "Scan request while uninitialized. Queuing.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002918 goto done;
2919 }
2920
Johannes Berg811ecc92010-04-06 04:12:41 -07002921 if (!priv->scan_cmd) {
2922 priv->scan_cmd = kmalloc(sizeof(struct iwl3945_scan_cmd) +
2923 IWL_MAX_SCAN_SIZE, GFP_KERNEL);
2924 if (!priv->scan_cmd) {
Wey-Yi Guy4f4d4082010-02-24 08:28:30 -08002925 IWL_DEBUG_SCAN(priv, "Fail to allocate scan memory\n");
Zhu Yib481de92007-09-25 17:54:57 -07002926 goto done;
2927 }
2928 }
Johannes Berg811ecc92010-04-06 04:12:41 -07002929 scan = priv->scan_cmd;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002930 memset(scan, 0, sizeof(struct iwl3945_scan_cmd) + IWL_MAX_SCAN_SIZE);
Zhu Yib481de92007-09-25 17:54:57 -07002931
2932 scan->quiet_plcp_th = IWL_PLCP_QUIET_THRESH;
2933 scan->quiet_time = IWL_ACTIVE_QUIET_TIME;
2934
Samuel Ortiz8ccde882009-01-27 14:27:52 -08002935 if (iwl_is_associated(priv)) {
Zhu Yib481de92007-09-25 17:54:57 -07002936 u16 interval = 0;
2937 u32 extra;
2938 u32 suspend_time = 100;
2939 u32 scan_suspend_time = 100;
2940 unsigned long flags;
2941
Tomas Winklere1623442009-01-27 14:27:56 -08002942 IWL_DEBUG_INFO(priv, "Scanning while associated...\n");
Zhu Yib481de92007-09-25 17:54:57 -07002943
2944 spin_lock_irqsave(&priv->lock, flags);
Johannes Berg1dda6d22010-04-29 04:43:06 -07002945 interval = vif ? vif->bss_conf.beacon_int : 0;
Zhu Yib481de92007-09-25 17:54:57 -07002946 spin_unlock_irqrestore(&priv->lock, flags);
2947
2948 scan->suspend_time = 0;
Mohamed Abbas15e869d2007-10-25 17:15:46 +08002949 scan->max_out_time = cpu_to_le32(200 * 1024);
Zhu Yib481de92007-09-25 17:54:57 -07002950 if (!interval)
2951 interval = suspend_time;
2952 /*
2953 * suspend time format:
2954 * 0-19: beacon interval in usec (time before exec.)
2955 * 20-23: 0
2956 * 24-31: number of beacons (suspend between channels)
2957 */
2958
2959 extra = (suspend_time / interval) << 24;
2960 scan_suspend_time = 0xFF0FFFFF &
2961 (extra | ((suspend_time % interval) * 1024));
2962
2963 scan->suspend_time = cpu_to_le32(scan_suspend_time);
Tomas Winklere1623442009-01-27 14:27:56 -08002964 IWL_DEBUG_SCAN(priv, "suspend_time 0x%X beacon interval %d\n",
Zhu Yib481de92007-09-25 17:54:57 -07002965 scan_suspend_time, interval);
2966 }
2967
Wey-Yi Guy4f4d4082010-02-24 08:28:30 -08002968 if (priv->is_internal_short_scan) {
2969 IWL_DEBUG_SCAN(priv, "Start internal passive scan.\n");
2970 } else if (priv->scan_request->n_ssids) {
Johannes Berg1ecf9fc2009-04-20 14:36:56 -07002971 int i, p = 0;
2972 IWL_DEBUG_SCAN(priv, "Kicking off active scan\n");
2973 for (i = 0; i < priv->scan_request->n_ssids; i++) {
2974 /* always does wildcard anyway */
2975 if (!priv->scan_request->ssids[i].ssid_len)
2976 continue;
2977 scan->direct_scan[p].id = WLAN_EID_SSID;
2978 scan->direct_scan[p].len =
2979 priv->scan_request->ssids[i].ssid_len;
2980 memcpy(scan->direct_scan[p].ssid,
2981 priv->scan_request->ssids[i].ssid,
2982 priv->scan_request->ssids[i].ssid_len);
2983 n_probes++;
2984 p++;
2985 }
2986 is_active = true;
Abhijeet Kolekarf9340522008-09-03 11:26:58 +08002987 } else
Johannes Berg1ecf9fc2009-04-20 14:36:56 -07002988 IWL_DEBUG_SCAN(priv, "Kicking off passive scan.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002989
2990 /* We don't build a direct scan probe request; the uCode will do
2991 * that based on the direct_mask added to each channel entry */
Zhu Yib481de92007-09-25 17:54:57 -07002992 scan->tx_cmd.tx_flags = TX_CMD_FLG_SEQ_CTL_MSK;
Abhijeet Kolekar3832ec92008-12-19 10:37:26 +08002993 scan->tx_cmd.sta_id = priv->hw_params.bcast_sta_id;
Zhu Yib481de92007-09-25 17:54:57 -07002994 scan->tx_cmd.stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE;
2995
2996 /* flags + rate selection */
2997
Johannes Berg00700ee2010-04-06 04:12:37 -07002998 switch (priv->scan_band) {
2999 case IEEE80211_BAND_2GHZ:
Zhu Yib481de92007-09-25 17:54:57 -07003000 scan->flags = RXON_FLG_BAND_24G_MSK | RXON_FLG_AUTO_DETECT_MSK;
3001 scan->tx_cmd.rate = IWL_RATE_1M_PLCP;
3002 scan->good_CRC_th = 0;
Johannes Berg8318d782008-01-24 19:38:38 +01003003 band = IEEE80211_BAND_2GHZ;
Johannes Berg00700ee2010-04-06 04:12:37 -07003004 break;
3005 case IEEE80211_BAND_5GHZ:
Zhu Yib481de92007-09-25 17:54:57 -07003006 scan->tx_cmd.rate = IWL_RATE_6M_PLCP;
Johannes Bergb097ad22009-04-20 14:36:57 -07003007 /*
3008 * If active scaning is requested but a certain channel
3009 * is marked passive, we can do active scanning if we
3010 * detect transmissions.
3011 */
Johannes Berg96ff5642010-04-30 14:42:15 -07003012 scan->good_CRC_th = is_active ? IWL_GOOD_CRC_TH_DEFAULT :
3013 IWL_GOOD_CRC_TH_DISABLED;
Johannes Berg8318d782008-01-24 19:38:38 +01003014 band = IEEE80211_BAND_5GHZ;
Johannes Berg00700ee2010-04-06 04:12:37 -07003015 break;
3016 default:
3017 IWL_WARN(priv, "Invalid scan band\n");
Zhu Yib481de92007-09-25 17:54:57 -07003018 goto done;
3019 }
3020
Wey-Yi Guy4f4d4082010-02-24 08:28:30 -08003021 if (!priv->is_internal_short_scan) {
3022 scan->tx_cmd.len = cpu_to_le16(
Johannes Berg1ecf9fc2009-04-20 14:36:56 -07003023 iwl_fill_probe_req(priv,
3024 (struct ieee80211_mgmt *)scan->data,
3025 priv->scan_request->ie,
3026 priv->scan_request->ie_len,
3027 IWL_MAX_SCAN_SIZE - sizeof(*scan)));
Wey-Yi Guy4f4d4082010-02-24 08:28:30 -08003028 } else {
3029 scan->tx_cmd.len = cpu_to_le16(
3030 iwl_fill_probe_req(priv,
3031 (struct ieee80211_mgmt *)scan->data,
3032 NULL, 0,
3033 IWL_MAX_SCAN_SIZE - sizeof(*scan)));
3034 }
Zhu Yib481de92007-09-25 17:54:57 -07003035 /* select Rx antennas */
3036 scan->flags |= iwl3945_get_antenna_flags(priv);
3037
Abhijeet Kolekar14023642010-06-02 21:15:10 -07003038 if (priv->is_internal_short_scan) {
3039 scan->channel_count =
3040 iwl3945_get_single_channel_for_scan(priv, vif, band,
3041 (void *)&scan->data[le16_to_cpu(
3042 scan->tx_cmd.len)]);
3043 } else {
3044 scan->channel_count =
3045 iwl3945_get_channels_for_scan(priv, band, is_active, n_probes,
3046 (void *)&scan->data[le16_to_cpu(scan->tx_cmd.len)], vif);
3047 }
Zhu Yib481de92007-09-25 17:54:57 -07003048
Reinette Chatre14b54332008-11-04 12:21:35 -08003049 if (scan->channel_count == 0) {
Tomas Winklere1623442009-01-27 14:27:56 -08003050 IWL_DEBUG_SCAN(priv, "channel count %d\n", scan->channel_count);
Reinette Chatre14b54332008-11-04 12:21:35 -08003051 goto done;
3052 }
3053
Zhu Yib481de92007-09-25 17:54:57 -07003054 cmd.len += le16_to_cpu(scan->tx_cmd.len) +
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003055 scan->channel_count * sizeof(struct iwl3945_scan_channel);
Zhu Yib481de92007-09-25 17:54:57 -07003056 cmd.data = scan;
3057 scan->len = cpu_to_le16(cmd.len);
3058
3059 set_bit(STATUS_SCAN_HW, &priv->status);
Wey-Yi Guy4f4d4082010-02-24 08:28:30 -08003060 if (iwl_send_cmd_sync(priv, &cmd))
Zhu Yib481de92007-09-25 17:54:57 -07003061 goto done;
3062
3063 queue_delayed_work(priv->workqueue, &priv->scan_check,
3064 IWL_SCAN_CHECK_WATCHDOG);
3065
Zhu Yib481de92007-09-25 17:54:57 -07003066 return;
3067
3068 done:
Mohamed Abbas2420ebc2008-11-04 12:21:34 -08003069 /* can not perform scan make sure we clear scanning
3070 * bits from status so next scan request can be performed.
3071 * if we dont clear scanning status bit here all next scan
3072 * will fail
3073 */
3074 clear_bit(STATUS_SCAN_HW, &priv->status);
3075 clear_bit(STATUS_SCANNING, &priv->status);
3076
Ian Schram01ebd062007-10-25 17:15:22 +08003077 /* inform mac80211 scan aborted */
Zhu Yib481de92007-09-25 17:54:57 -07003078 queue_work(priv->workqueue, &priv->scan_completed);
Zhu Yib481de92007-09-25 17:54:57 -07003079}
3080
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003081static void iwl3945_bg_restart(struct work_struct *data)
Zhu Yib481de92007-09-25 17:54:57 -07003082{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003083 struct iwl_priv *priv = container_of(data, struct iwl_priv, restart);
Zhu Yib481de92007-09-25 17:54:57 -07003084
3085 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
3086 return;
3087
Johannes Berg19cc1082009-05-08 13:44:36 -07003088 if (test_and_clear_bit(STATUS_FW_ERROR, &priv->status)) {
3089 mutex_lock(&priv->mutex);
3090 priv->vif = NULL;
3091 priv->is_open = 0;
3092 mutex_unlock(&priv->mutex);
3093 iwl3945_down(priv);
3094 ieee80211_restart_hw(priv->hw);
3095 } else {
3096 iwl3945_down(priv);
Johannes Berg80676512010-01-21 06:07:17 -08003097
3098 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
3099 return;
3100
3101 mutex_lock(&priv->mutex);
3102 __iwl3945_up(priv);
3103 mutex_unlock(&priv->mutex);
Johannes Berg19cc1082009-05-08 13:44:36 -07003104 }
Zhu Yib481de92007-09-25 17:54:57 -07003105}
3106
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003107static void iwl3945_bg_rx_replenish(struct work_struct *data)
Zhu Yib481de92007-09-25 17:54:57 -07003108{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003109 struct iwl_priv *priv =
3110 container_of(data, struct iwl_priv, rx_replenish);
Zhu Yib481de92007-09-25 17:54:57 -07003111
3112 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
3113 return;
3114
3115 mutex_lock(&priv->mutex);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003116 iwl3945_rx_replenish(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003117 mutex_unlock(&priv->mutex);
3118}
3119
Johannes Berg1dda6d22010-04-29 04:43:06 -07003120void iwl3945_post_associate(struct iwl_priv *priv, struct ieee80211_vif *vif)
Zhu Yib481de92007-09-25 17:54:57 -07003121{
Zhu Yib481de92007-09-25 17:54:57 -07003122 int rc = 0;
3123 struct ieee80211_conf *conf = NULL;
3124
Johannes Berg1dda6d22010-04-29 04:43:06 -07003125 if (!vif || !priv->is_open)
3126 return;
3127
3128 if (vif->type == NL80211_IFTYPE_AP) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08003129 IWL_ERR(priv, "%s Should not be called in AP mode\n", __func__);
Zhu Yib481de92007-09-25 17:54:57 -07003130 return;
3131 }
3132
Tomas Winklere1623442009-01-27 14:27:56 -08003133 IWL_DEBUG_ASSOC(priv, "Associated as %d to: %pM\n",
Johannes Berg1dda6d22010-04-29 04:43:06 -07003134 vif->bss_conf.aid, priv->active_rxon.bssid_addr);
Zhu Yib481de92007-09-25 17:54:57 -07003135
3136 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
3137 return;
3138
Winkler, Tomasaf0053d2009-01-19 15:30:23 -08003139 iwl_scan_cancel_timeout(priv, 200);
Mohamed Abbas15e869d2007-10-25 17:15:46 +08003140
Zhu Yib481de92007-09-25 17:54:57 -07003141 conf = ieee80211_get_hw_conf(priv->hw);
3142
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003143 priv->staging_rxon.filter_flags &= ~RXON_FILTER_ASSOC_MSK;
Abhijeet Kolekare0158e62009-04-08 11:26:37 -07003144 iwlcore_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003145
Tomas Winkler28afaf92008-12-19 10:37:06 +08003146 memset(&priv->rxon_timing, 0, sizeof(struct iwl_rxon_time_cmd));
Johannes Berg1dda6d22010-04-29 04:43:06 -07003147 iwl_setup_rxon_timing(priv, vif);
Samuel Ortiz518099a2009-01-19 15:30:27 -08003148 rc = iwl_send_cmd_pdu(priv, REPLY_RXON_TIMING,
Zhu Yib481de92007-09-25 17:54:57 -07003149 sizeof(priv->rxon_timing), &priv->rxon_timing);
3150 if (rc)
Winkler, Tomas39aadf82008-12-19 10:37:32 +08003151 IWL_WARN(priv, "REPLY_RXON_TIMING failed - "
Zhu Yib481de92007-09-25 17:54:57 -07003152 "Attempting to continue.\n");
3153
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003154 priv->staging_rxon.filter_flags |= RXON_FILTER_ASSOC_MSK;
Zhu Yib481de92007-09-25 17:54:57 -07003155
Johannes Berg1dda6d22010-04-29 04:43:06 -07003156 priv->staging_rxon.assoc_id = cpu_to_le16(vif->bss_conf.aid);
Zhu Yib481de92007-09-25 17:54:57 -07003157
Tomas Winklere1623442009-01-27 14:27:56 -08003158 IWL_DEBUG_ASSOC(priv, "assoc id %d beacon interval %d\n",
Johannes Berg1dda6d22010-04-29 04:43:06 -07003159 vif->bss_conf.aid, vif->bss_conf.beacon_int);
Zhu Yib481de92007-09-25 17:54:57 -07003160
Johannes Berg1dda6d22010-04-29 04:43:06 -07003161 if (vif->bss_conf.assoc_capability & WLAN_CAPABILITY_SHORT_PREAMBLE)
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003162 priv->staging_rxon.flags |= RXON_FLG_SHORT_PREAMBLE_MSK;
Zhu Yib481de92007-09-25 17:54:57 -07003163 else
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003164 priv->staging_rxon.flags &= ~RXON_FLG_SHORT_PREAMBLE_MSK;
Zhu Yib481de92007-09-25 17:54:57 -07003165
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003166 if (priv->staging_rxon.flags & RXON_FLG_BAND_24G_MSK) {
Johannes Berg1dda6d22010-04-29 04:43:06 -07003167 if (vif->bss_conf.assoc_capability & WLAN_CAPABILITY_SHORT_SLOT_TIME)
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003168 priv->staging_rxon.flags |= RXON_FLG_SHORT_SLOT_MSK;
Zhu Yib481de92007-09-25 17:54:57 -07003169 else
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003170 priv->staging_rxon.flags &= ~RXON_FLG_SHORT_SLOT_MSK;
Zhu Yib481de92007-09-25 17:54:57 -07003171
Johannes Berg1dda6d22010-04-29 04:43:06 -07003172 if (vif->type == NL80211_IFTYPE_ADHOC)
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003173 priv->staging_rxon.flags &= ~RXON_FLG_SHORT_SLOT_MSK;
Zhu Yib481de92007-09-25 17:54:57 -07003174 }
3175
Abhijeet Kolekare0158e62009-04-08 11:26:37 -07003176 iwlcore_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003177
Johannes Berg1dda6d22010-04-29 04:43:06 -07003178 switch (vif->type) {
Johannes Berg05c914f2008-09-11 00:01:58 +02003179 case NL80211_IFTYPE_STATION:
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003180 iwl3945_rate_scale_init(priv->hw, IWL_AP_ID);
Zhu Yib481de92007-09-25 17:54:57 -07003181 break;
Johannes Berg05c914f2008-09-11 00:01:58 +02003182 case NL80211_IFTYPE_ADHOC:
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003183 iwl3945_send_beacon_cmd(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003184 break;
Zhu Yib481de92007-09-25 17:54:57 -07003185 default:
Johannes Berg1dda6d22010-04-29 04:43:06 -07003186 IWL_ERR(priv, "%s Should not be called in %d mode\n",
3187 __func__, vif->type);
Zhu Yib481de92007-09-25 17:54:57 -07003188 break;
3189 }
Abhijeet Kolekarcd56d332008-09-03 11:26:21 +08003190}
3191
Zhu Yib481de92007-09-25 17:54:57 -07003192/*****************************************************************************
3193 *
3194 * mac80211 entry point functions
3195 *
3196 *****************************************************************************/
3197
Zhu Yi5a669262008-01-14 17:46:18 -08003198#define UCODE_READY_TIMEOUT (2 * HZ)
3199
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003200static int iwl3945_mac_start(struct ieee80211_hw *hw)
Zhu Yib481de92007-09-25 17:54:57 -07003201{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003202 struct iwl_priv *priv = hw->priv;
Zhu Yi5a669262008-01-14 17:46:18 -08003203 int ret;
Zhu Yib481de92007-09-25 17:54:57 -07003204
Tomas Winklere1623442009-01-27 14:27:56 -08003205 IWL_DEBUG_MAC80211(priv, "enter\n");
Zhu Yib481de92007-09-25 17:54:57 -07003206
3207 /* we should be verifying the device is ready to be opened */
3208 mutex_lock(&priv->mutex);
3209
Zhu Yi5a669262008-01-14 17:46:18 -08003210 /* fetch ucode file from disk, alloc and copy to bus-master buffers ...
3211 * ucode filename and max sizes are card-specific. */
3212
3213 if (!priv->ucode_code.len) {
3214 ret = iwl3945_read_ucode(priv);
3215 if (ret) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08003216 IWL_ERR(priv, "Could not read microcode: %d\n", ret);
Zhu Yi5a669262008-01-14 17:46:18 -08003217 mutex_unlock(&priv->mutex);
3218 goto out_release_irq;
3219 }
3220 }
3221
Zhu Yie655b9f2008-01-24 02:19:38 -08003222 ret = __iwl3945_up(priv);
Zhu Yi5a669262008-01-14 17:46:18 -08003223
Zhu Yib481de92007-09-25 17:54:57 -07003224 mutex_unlock(&priv->mutex);
Zhu Yi5a669262008-01-14 17:46:18 -08003225
Zhu Yie655b9f2008-01-24 02:19:38 -08003226 if (ret)
3227 goto out_release_irq;
3228
Tomas Winklere1623442009-01-27 14:27:56 -08003229 IWL_DEBUG_INFO(priv, "Start UP work.\n");
Zhu Yie655b9f2008-01-24 02:19:38 -08003230
Zhu Yi5a669262008-01-14 17:46:18 -08003231 /* Wait for START_ALIVE from ucode. Otherwise callbacks from
3232 * mac80211 will not be run successfully. */
3233 ret = wait_event_interruptible_timeout(priv->wait_command_queue,
3234 test_bit(STATUS_READY, &priv->status),
3235 UCODE_READY_TIMEOUT);
3236 if (!ret) {
3237 if (!test_bit(STATUS_READY, &priv->status)) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08003238 IWL_ERR(priv,
3239 "Wait for START_ALIVE timeout after %dms.\n",
3240 jiffies_to_msecs(UCODE_READY_TIMEOUT));
Zhu Yi5a669262008-01-14 17:46:18 -08003241 ret = -ETIMEDOUT;
3242 goto out_release_irq;
3243 }
3244 }
3245
Helmut Schaa26635162009-01-15 09:38:44 +01003246 /* ucode is running and will send rfkill notifications,
3247 * no need to poll the killswitch state anymore */
Johannes Bergee525d12010-01-21 06:09:28 -08003248 cancel_delayed_work(&priv->_3945.rfkill_poll);
Helmut Schaa26635162009-01-15 09:38:44 +01003249
Johannes Berge932a602009-10-02 13:44:03 -07003250 iwl_led_start(priv);
3251
Zhu Yie655b9f2008-01-24 02:19:38 -08003252 priv->is_open = 1;
Tomas Winklere1623442009-01-27 14:27:56 -08003253 IWL_DEBUG_MAC80211(priv, "leave\n");
Zhu Yib481de92007-09-25 17:54:57 -07003254 return 0;
Zhu Yi5a669262008-01-14 17:46:18 -08003255
3256out_release_irq:
Zhu Yie655b9f2008-01-24 02:19:38 -08003257 priv->is_open = 0;
Tomas Winklere1623442009-01-27 14:27:56 -08003258 IWL_DEBUG_MAC80211(priv, "leave - failed\n");
Zhu Yi5a669262008-01-14 17:46:18 -08003259 return ret;
Zhu Yib481de92007-09-25 17:54:57 -07003260}
3261
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003262static void iwl3945_mac_stop(struct ieee80211_hw *hw)
Zhu Yib481de92007-09-25 17:54:57 -07003263{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003264 struct iwl_priv *priv = hw->priv;
Zhu Yib481de92007-09-25 17:54:57 -07003265
Tomas Winklere1623442009-01-27 14:27:56 -08003266 IWL_DEBUG_MAC80211(priv, "enter\n");
Mohamed Abbas6ef89d02007-10-25 17:15:47 +08003267
Zhu Yie655b9f2008-01-24 02:19:38 -08003268 if (!priv->is_open) {
Tomas Winklere1623442009-01-27 14:27:56 -08003269 IWL_DEBUG_MAC80211(priv, "leave - skip\n");
Zhu Yie655b9f2008-01-24 02:19:38 -08003270 return;
3271 }
3272
Zhu Yib481de92007-09-25 17:54:57 -07003273 priv->is_open = 0;
Zhu Yi5a669262008-01-14 17:46:18 -08003274
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08003275 if (iwl_is_ready_rf(priv)) {
Zhu Yie655b9f2008-01-24 02:19:38 -08003276 /* stop mac, cancel any scan request and clear
3277 * RXON_FILTER_ASSOC_MSK BIT
3278 */
Zhu Yi5a669262008-01-14 17:46:18 -08003279 mutex_lock(&priv->mutex);
Winkler, Tomasaf0053d2009-01-19 15:30:23 -08003280 iwl_scan_cancel_timeout(priv, 100);
Mohamed Abbasfde35712007-11-29 11:10:15 +08003281 mutex_unlock(&priv->mutex);
Mohamed Abbasfde35712007-11-29 11:10:15 +08003282 }
3283
Zhu Yi5a669262008-01-14 17:46:18 -08003284 iwl3945_down(priv);
3285
3286 flush_workqueue(priv->workqueue);
Helmut Schaa26635162009-01-15 09:38:44 +01003287
3288 /* start polling the killswitch state again */
Johannes Bergee525d12010-01-21 06:09:28 -08003289 queue_delayed_work(priv->workqueue, &priv->_3945.rfkill_poll,
Helmut Schaa26635162009-01-15 09:38:44 +01003290 round_jiffies_relative(2 * HZ));
Mohamed Abbas6ef89d02007-10-25 17:15:47 +08003291
Tomas Winklere1623442009-01-27 14:27:56 -08003292 IWL_DEBUG_MAC80211(priv, "leave\n");
Zhu Yib481de92007-09-25 17:54:57 -07003293}
3294
Johannes Berge039fa42008-05-15 12:55:29 +02003295static int iwl3945_mac_tx(struct ieee80211_hw *hw, struct sk_buff *skb)
Zhu Yib481de92007-09-25 17:54:57 -07003296{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003297 struct iwl_priv *priv = hw->priv;
Zhu Yib481de92007-09-25 17:54:57 -07003298
Tomas Winklere1623442009-01-27 14:27:56 -08003299 IWL_DEBUG_MAC80211(priv, "enter\n");
Zhu Yib481de92007-09-25 17:54:57 -07003300
Tomas Winklere1623442009-01-27 14:27:56 -08003301 IWL_DEBUG_TX(priv, "dev->xmit(%d bytes) at rate 0x%02x\n", skb->len,
Johannes Berge039fa42008-05-15 12:55:29 +02003302 ieee80211_get_tx_rate(hw, IEEE80211_SKB_CB(skb))->bitrate);
Zhu Yib481de92007-09-25 17:54:57 -07003303
Johannes Berge039fa42008-05-15 12:55:29 +02003304 if (iwl3945_tx_skb(priv, skb))
Zhu Yib481de92007-09-25 17:54:57 -07003305 dev_kfree_skb_any(skb);
3306
Tomas Winklere1623442009-01-27 14:27:56 -08003307 IWL_DEBUG_MAC80211(priv, "leave\n");
Reinette Chatre637f8832009-01-19 15:30:32 -08003308 return NETDEV_TX_OK;
Zhu Yib481de92007-09-25 17:54:57 -07003309}
3310
Johannes Berg1dda6d22010-04-29 04:43:06 -07003311void iwl3945_config_ap(struct iwl_priv *priv, struct ieee80211_vif *vif)
Zhu Yib481de92007-09-25 17:54:57 -07003312{
3313 int rc = 0;
3314
Maarten Lankhorstd986bcd2008-01-23 10:15:16 -08003315 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
Zhu Yib481de92007-09-25 17:54:57 -07003316 return;
3317
3318 /* The following should be done only at AP bring up */
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003319 if (!(iwl_is_associated(priv))) {
Zhu Yib481de92007-09-25 17:54:57 -07003320
3321 /* RXON - unassoc (to set timing command) */
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003322 priv->staging_rxon.filter_flags &= ~RXON_FILTER_ASSOC_MSK;
Abhijeet Kolekare0158e62009-04-08 11:26:37 -07003323 iwlcore_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003324
3325 /* RXON Timing */
Tomas Winkler28afaf92008-12-19 10:37:06 +08003326 memset(&priv->rxon_timing, 0, sizeof(struct iwl_rxon_time_cmd));
Johannes Berg1dda6d22010-04-29 04:43:06 -07003327 iwl_setup_rxon_timing(priv, vif);
Samuel Ortiz518099a2009-01-19 15:30:27 -08003328 rc = iwl_send_cmd_pdu(priv, REPLY_RXON_TIMING,
3329 sizeof(priv->rxon_timing),
3330 &priv->rxon_timing);
Zhu Yib481de92007-09-25 17:54:57 -07003331 if (rc)
Winkler, Tomas39aadf82008-12-19 10:37:32 +08003332 IWL_WARN(priv, "REPLY_RXON_TIMING failed - "
Zhu Yib481de92007-09-25 17:54:57 -07003333 "Attempting to continue.\n");
3334
Johannes Berg1dda6d22010-04-29 04:43:06 -07003335 priv->staging_rxon.assoc_id = 0;
3336
3337 if (vif->bss_conf.assoc_capability &
3338 WLAN_CAPABILITY_SHORT_PREAMBLE)
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003339 priv->staging_rxon.flags |=
Zhu Yib481de92007-09-25 17:54:57 -07003340 RXON_FLG_SHORT_PREAMBLE_MSK;
3341 else
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003342 priv->staging_rxon.flags &=
Zhu Yib481de92007-09-25 17:54:57 -07003343 ~RXON_FLG_SHORT_PREAMBLE_MSK;
3344
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003345 if (priv->staging_rxon.flags & RXON_FLG_BAND_24G_MSK) {
Johannes Berg1dda6d22010-04-29 04:43:06 -07003346 if (vif->bss_conf.assoc_capability &
3347 WLAN_CAPABILITY_SHORT_SLOT_TIME)
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003348 priv->staging_rxon.flags |=
Zhu Yib481de92007-09-25 17:54:57 -07003349 RXON_FLG_SHORT_SLOT_MSK;
3350 else
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003351 priv->staging_rxon.flags &=
Zhu Yib481de92007-09-25 17:54:57 -07003352 ~RXON_FLG_SHORT_SLOT_MSK;
3353
Johannes Berg1dda6d22010-04-29 04:43:06 -07003354 if (vif->type == NL80211_IFTYPE_ADHOC)
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003355 priv->staging_rxon.flags &=
Zhu Yib481de92007-09-25 17:54:57 -07003356 ~RXON_FLG_SHORT_SLOT_MSK;
3357 }
3358 /* restore RXON assoc */
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003359 priv->staging_rxon.filter_flags |= RXON_FILTER_ASSOC_MSK;
Abhijeet Kolekare0158e62009-04-08 11:26:37 -07003360 iwlcore_commit_rxon(priv);
Zhu Yi556f8db2007-09-27 11:27:33 +08003361 }
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003362 iwl3945_send_beacon_cmd(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003363
3364 /* FIXME - we need to add code here to detect a totally new
3365 * configuration, reset the AP, unassoc, rxon timing, assoc,
3366 * clear sta table, add BCAST sta... */
3367}
3368
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003369static int iwl3945_mac_set_key(struct ieee80211_hw *hw, enum set_key_cmd cmd,
Johannes Bergdc822b52008-12-29 12:55:09 +01003370 struct ieee80211_vif *vif,
3371 struct ieee80211_sta *sta,
3372 struct ieee80211_key_conf *key)
Zhu Yib481de92007-09-25 17:54:57 -07003373{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003374 struct iwl_priv *priv = hw->priv;
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -08003375 int ret = 0;
3376 u8 sta_id = IWL_INVALID_STATION;
3377 u8 static_key;
Zhu Yib481de92007-09-25 17:54:57 -07003378
Tomas Winklere1623442009-01-27 14:27:56 -08003379 IWL_DEBUG_MAC80211(priv, "enter\n");
Zhu Yib481de92007-09-25 17:54:57 -07003380
Kolekar, Abhijeetdf878d82008-12-19 10:37:35 +08003381 if (iwl3945_mod_params.sw_crypto) {
Tomas Winklere1623442009-01-27 14:27:56 -08003382 IWL_DEBUG_MAC80211(priv, "leave - hwcrypto disabled\n");
Zhu Yib481de92007-09-25 17:54:57 -07003383 return -EOPNOTSUPP;
3384 }
3385
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -08003386 static_key = !iwl_is_associated(priv);
3387
3388 if (!static_key) {
Johannes Berg2a87c262010-04-30 11:30:45 -07003389 if (!sta) {
3390 sta_id = priv->hw_params.bcast_sta_id;
3391 } else {
3392 sta_id = iwl_sta_id(sta);
3393 if (sta_id == IWL_INVALID_STATION) {
3394 IWL_DEBUG_MAC80211(priv,
3395 "leave - %pM not in station map.\n",
3396 sta->addr);
3397 return -EINVAL;
3398 }
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -08003399 }
Zhu Yib481de92007-09-25 17:54:57 -07003400 }
3401
3402 mutex_lock(&priv->mutex);
Winkler, Tomasaf0053d2009-01-19 15:30:23 -08003403 iwl_scan_cancel_timeout(priv, 100);
Mohamed Abbas15e869d2007-10-25 17:15:46 +08003404
Zhu Yib481de92007-09-25 17:54:57 -07003405 switch (cmd) {
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -08003406 case SET_KEY:
3407 if (static_key)
3408 ret = iwl3945_set_static_key(priv, key);
3409 else
3410 ret = iwl3945_set_dynamic_key(priv, key, sta_id);
3411 IWL_DEBUG_MAC80211(priv, "enable hwcrypto key\n");
Zhu Yib481de92007-09-25 17:54:57 -07003412 break;
3413 case DISABLE_KEY:
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -08003414 if (static_key)
3415 ret = iwl3945_remove_static_key(priv);
3416 else
3417 ret = iwl3945_clear_sta_key_info(priv, sta_id);
3418 IWL_DEBUG_MAC80211(priv, "disable hwcrypto key\n");
Zhu Yib481de92007-09-25 17:54:57 -07003419 break;
3420 default:
Winkler, Tomas42986792009-01-19 15:30:22 -08003421 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07003422 }
3423
Johannes Berg72e15d72010-02-19 11:42:32 -08003424 mutex_unlock(&priv->mutex);
Tomas Winklere1623442009-01-27 14:27:56 -08003425 IWL_DEBUG_MAC80211(priv, "leave\n");
Zhu Yib481de92007-09-25 17:54:57 -07003426
Winkler, Tomas42986792009-01-19 15:30:22 -08003427 return ret;
Zhu Yib481de92007-09-25 17:54:57 -07003428}
3429
Reinette Chatrefe6b23d2010-02-22 16:24:47 -08003430static int iwl3945_mac_sta_add(struct ieee80211_hw *hw,
3431 struct ieee80211_vif *vif,
3432 struct ieee80211_sta *sta)
3433{
3434 struct iwl_priv *priv = hw->priv;
Johannes Bergfd1af152010-04-30 11:30:43 -07003435 struct iwl3945_sta_priv *sta_priv = (void *)sta->drv_priv;
Reinette Chatrefe6b23d2010-02-22 16:24:47 -08003436 int ret;
Johannes Bergfd1af152010-04-30 11:30:43 -07003437 bool is_ap = vif->type == NL80211_IFTYPE_STATION;
Reinette Chatrefe6b23d2010-02-22 16:24:47 -08003438 u8 sta_id;
3439
3440 IWL_DEBUG_INFO(priv, "received request to add station %pM\n",
3441 sta->addr);
Reinette Chatreda5ae1c2010-05-28 09:28:39 -07003442 mutex_lock(&priv->mutex);
3443 IWL_DEBUG_INFO(priv, "proceeding to add station %pM\n",
3444 sta->addr);
3445 sta_priv->common.sta_id = IWL_INVALID_STATION;
3446
Reinette Chatrefe6b23d2010-02-22 16:24:47 -08003447
3448 ret = iwl_add_station_common(priv, sta->addr, is_ap, &sta->ht_cap,
3449 &sta_id);
3450 if (ret) {
3451 IWL_ERR(priv, "Unable to add station %pM (%d)\n",
3452 sta->addr, ret);
3453 /* Should we return success if return code is EEXIST ? */
Reinette Chatreda5ae1c2010-05-28 09:28:39 -07003454 mutex_unlock(&priv->mutex);
Reinette Chatrefe6b23d2010-02-22 16:24:47 -08003455 return ret;
3456 }
3457
Johannes Bergfd1af152010-04-30 11:30:43 -07003458 sta_priv->common.sta_id = sta_id;
3459
Reinette Chatrefe6b23d2010-02-22 16:24:47 -08003460 /* Initialize rate scaling */
Frans Pop91dd6c22010-03-24 14:19:58 -07003461 IWL_DEBUG_INFO(priv, "Initializing rate scaling for station %pM\n",
Reinette Chatrefe6b23d2010-02-22 16:24:47 -08003462 sta->addr);
3463 iwl3945_rs_rate_init(priv, sta, sta_id);
Reinette Chatreda5ae1c2010-05-28 09:28:39 -07003464 mutex_unlock(&priv->mutex);
Reinette Chatrefe6b23d2010-02-22 16:24:47 -08003465
3466 return 0;
Reinette Chatrefe6b23d2010-02-22 16:24:47 -08003467}
Zhu Yib481de92007-09-25 17:54:57 -07003468/*****************************************************************************
3469 *
3470 * sysfs attributes
3471 *
3472 *****************************************************************************/
3473
Samuel Ortizd08853a2009-01-23 13:45:17 -08003474#ifdef CONFIG_IWLWIFI_DEBUG
Zhu Yib481de92007-09-25 17:54:57 -07003475
3476/*
3477 * The following adds a new attribute to the sysfs representation
3478 * of this device driver (i.e. a new file in /sys/bus/pci/drivers/iwl/)
3479 * used for controlling the debug level.
3480 *
3481 * See the level definitions in iwl for details.
Reinette Chatrea562a9d2009-07-17 09:30:24 -07003482 *
Reinette Chatre3d816c72009-08-07 15:41:37 -07003483 * The debug_level being managed using sysfs below is a per device debug
3484 * level that is used instead of the global debug level if it (the per
3485 * device debug level) is set.
Zhu Yib481de92007-09-25 17:54:57 -07003486 */
Samuel Ortiz40b8ec02008-12-19 10:37:08 +08003487static ssize_t show_debug_level(struct device *d,
3488 struct device_attribute *attr, char *buf)
Zhu Yib481de92007-09-25 17:54:57 -07003489{
Reinette Chatre3d816c72009-08-07 15:41:37 -07003490 struct iwl_priv *priv = dev_get_drvdata(d);
3491 return sprintf(buf, "0x%08X\n", iwl_get_debug_level(priv));
Zhu Yib481de92007-09-25 17:54:57 -07003492}
Samuel Ortiz40b8ec02008-12-19 10:37:08 +08003493static ssize_t store_debug_level(struct device *d,
3494 struct device_attribute *attr,
Zhu Yib481de92007-09-25 17:54:57 -07003495 const char *buf, size_t count)
3496{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003497 struct iwl_priv *priv = dev_get_drvdata(d);
Samuel Ortiz40b8ec02008-12-19 10:37:08 +08003498 unsigned long val;
3499 int ret;
Zhu Yib481de92007-09-25 17:54:57 -07003500
Samuel Ortiz40b8ec02008-12-19 10:37:08 +08003501 ret = strict_strtoul(buf, 0, &val);
3502 if (ret)
Tomas Winkler978785a2008-12-19 10:37:31 +08003503 IWL_INFO(priv, "%s is not in hex or decimal form.\n", buf);
Wey-Yi Guy20594eb2009-08-07 15:41:39 -07003504 else {
Reinette Chatre3d816c72009-08-07 15:41:37 -07003505 priv->debug_level = val;
Wey-Yi Guy20594eb2009-08-07 15:41:39 -07003506 if (iwl_alloc_traffic_mem(priv))
3507 IWL_ERR(priv,
3508 "Not enough memory to generate traffic log\n");
3509 }
Zhu Yib481de92007-09-25 17:54:57 -07003510 return strnlen(buf, count);
3511}
3512
Samuel Ortiz40b8ec02008-12-19 10:37:08 +08003513static DEVICE_ATTR(debug_level, S_IWUSR | S_IRUGO,
3514 show_debug_level, store_debug_level);
Zhu Yib481de92007-09-25 17:54:57 -07003515
Samuel Ortizd08853a2009-01-23 13:45:17 -08003516#endif /* CONFIG_IWLWIFI_DEBUG */
Zhu Yib481de92007-09-25 17:54:57 -07003517
Zhu Yib481de92007-09-25 17:54:57 -07003518static ssize_t show_temperature(struct device *d,
3519 struct device_attribute *attr, char *buf)
3520{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003521 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003522
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08003523 if (!iwl_is_alive(priv))
Zhu Yib481de92007-09-25 17:54:57 -07003524 return -EAGAIN;
3525
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003526 return sprintf(buf, "%d\n", iwl3945_hw_get_temperature(priv));
Zhu Yib481de92007-09-25 17:54:57 -07003527}
3528
3529static DEVICE_ATTR(temperature, S_IRUGO, show_temperature, NULL);
3530
Zhu Yib481de92007-09-25 17:54:57 -07003531static ssize_t show_tx_power(struct device *d,
3532 struct device_attribute *attr, char *buf)
3533{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003534 struct iwl_priv *priv = dev_get_drvdata(d);
Winkler, Tomas62ea9c52009-01-19 15:30:29 -08003535 return sprintf(buf, "%d\n", priv->tx_power_user_lmt);
Zhu Yib481de92007-09-25 17:54:57 -07003536}
3537
3538static ssize_t store_tx_power(struct device *d,
3539 struct device_attribute *attr,
3540 const char *buf, size_t count)
3541{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003542 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003543 char *p = (char *)buf;
3544 u32 val;
3545
3546 val = simple_strtoul(p, &p, 10);
3547 if (p == buf)
Tomas Winkler978785a2008-12-19 10:37:31 +08003548 IWL_INFO(priv, ": %s is not in decimal form.\n", buf);
Zhu Yib481de92007-09-25 17:54:57 -07003549 else
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003550 iwl3945_hw_reg_set_txpower(priv, val);
Zhu Yib481de92007-09-25 17:54:57 -07003551
3552 return count;
3553}
3554
3555static DEVICE_ATTR(tx_power, S_IWUSR | S_IRUGO, show_tx_power, store_tx_power);
3556
3557static ssize_t show_flags(struct device *d,
3558 struct device_attribute *attr, char *buf)
3559{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003560 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003561
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003562 return sprintf(buf, "0x%04X\n", priv->active_rxon.flags);
Zhu Yib481de92007-09-25 17:54:57 -07003563}
3564
3565static ssize_t store_flags(struct device *d,
3566 struct device_attribute *attr,
3567 const char *buf, size_t count)
3568{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003569 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003570 u32 flags = simple_strtoul(buf, NULL, 0);
3571
3572 mutex_lock(&priv->mutex);
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003573 if (le32_to_cpu(priv->staging_rxon.flags) != flags) {
Zhu Yib481de92007-09-25 17:54:57 -07003574 /* Cancel any currently running scans... */
Winkler, Tomasaf0053d2009-01-19 15:30:23 -08003575 if (iwl_scan_cancel_timeout(priv, 100))
Winkler, Tomas39aadf82008-12-19 10:37:32 +08003576 IWL_WARN(priv, "Could not cancel scan.\n");
Zhu Yib481de92007-09-25 17:54:57 -07003577 else {
Tomas Winklere1623442009-01-27 14:27:56 -08003578 IWL_DEBUG_INFO(priv, "Committing rxon.flags = 0x%04X\n",
Zhu Yib481de92007-09-25 17:54:57 -07003579 flags);
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003580 priv->staging_rxon.flags = cpu_to_le32(flags);
Abhijeet Kolekare0158e62009-04-08 11:26:37 -07003581 iwlcore_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003582 }
3583 }
3584 mutex_unlock(&priv->mutex);
3585
3586 return count;
3587}
3588
3589static DEVICE_ATTR(flags, S_IWUSR | S_IRUGO, show_flags, store_flags);
3590
3591static ssize_t show_filter_flags(struct device *d,
3592 struct device_attribute *attr, char *buf)
3593{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003594 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003595
3596 return sprintf(buf, "0x%04X\n",
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003597 le32_to_cpu(priv->active_rxon.filter_flags));
Zhu Yib481de92007-09-25 17:54:57 -07003598}
3599
3600static ssize_t store_filter_flags(struct device *d,
3601 struct device_attribute *attr,
3602 const char *buf, size_t count)
3603{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003604 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003605 u32 filter_flags = simple_strtoul(buf, NULL, 0);
3606
3607 mutex_lock(&priv->mutex);
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003608 if (le32_to_cpu(priv->staging_rxon.filter_flags) != filter_flags) {
Zhu Yib481de92007-09-25 17:54:57 -07003609 /* Cancel any currently running scans... */
Winkler, Tomasaf0053d2009-01-19 15:30:23 -08003610 if (iwl_scan_cancel_timeout(priv, 100))
Winkler, Tomas39aadf82008-12-19 10:37:32 +08003611 IWL_WARN(priv, "Could not cancel scan.\n");
Zhu Yib481de92007-09-25 17:54:57 -07003612 else {
Tomas Winklere1623442009-01-27 14:27:56 -08003613 IWL_DEBUG_INFO(priv, "Committing rxon.filter_flags = "
Zhu Yib481de92007-09-25 17:54:57 -07003614 "0x%04X\n", filter_flags);
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003615 priv->staging_rxon.filter_flags =
Zhu Yib481de92007-09-25 17:54:57 -07003616 cpu_to_le32(filter_flags);
Abhijeet Kolekare0158e62009-04-08 11:26:37 -07003617 iwlcore_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003618 }
3619 }
3620 mutex_unlock(&priv->mutex);
3621
3622 return count;
3623}
3624
3625static DEVICE_ATTR(filter_flags, S_IWUSR | S_IRUGO, show_filter_flags,
3626 store_filter_flags);
3627
Zhu Yib481de92007-09-25 17:54:57 -07003628static ssize_t show_measurement(struct device *d,
3629 struct device_attribute *attr, char *buf)
3630{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003631 struct iwl_priv *priv = dev_get_drvdata(d);
Tomas Winkler600c0e12008-12-19 10:37:04 +08003632 struct iwl_spectrum_notification measure_report;
Zhu Yib481de92007-09-25 17:54:57 -07003633 u32 size = sizeof(measure_report), len = 0, ofs = 0;
Tomas Winkler3ac7f142008-07-21 02:40:14 +03003634 u8 *data = (u8 *)&measure_report;
Zhu Yib481de92007-09-25 17:54:57 -07003635 unsigned long flags;
3636
3637 spin_lock_irqsave(&priv->lock, flags);
3638 if (!(priv->measurement_status & MEASUREMENT_READY)) {
3639 spin_unlock_irqrestore(&priv->lock, flags);
3640 return 0;
3641 }
3642 memcpy(&measure_report, &priv->measure_report, size);
3643 priv->measurement_status = 0;
3644 spin_unlock_irqrestore(&priv->lock, flags);
3645
3646 while (size && (PAGE_SIZE - len)) {
3647 hex_dump_to_buffer(data + ofs, size, 16, 1, buf + len,
3648 PAGE_SIZE - len, 1);
3649 len = strlen(buf);
3650 if (PAGE_SIZE - len)
3651 buf[len++] = '\n';
3652
3653 ofs += 16;
3654 size -= min(size, 16U);
3655 }
3656
3657 return len;
3658}
3659
3660static ssize_t store_measurement(struct device *d,
3661 struct device_attribute *attr,
3662 const char *buf, size_t count)
3663{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003664 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003665 struct ieee80211_measurement_params params = {
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003666 .channel = le16_to_cpu(priv->active_rxon.channel),
Johannes Berge99f1682010-01-19 10:04:28 -08003667 .start_time = cpu_to_le64(priv->_3945.last_tsf),
Zhu Yib481de92007-09-25 17:54:57 -07003668 .duration = cpu_to_le16(1),
3669 };
3670 u8 type = IWL_MEASURE_BASIC;
3671 u8 buffer[32];
3672 u8 channel;
3673
3674 if (count) {
3675 char *p = buffer;
3676 strncpy(buffer, buf, min(sizeof(buffer), count));
3677 channel = simple_strtoul(p, NULL, 0);
3678 if (channel)
3679 params.channel = channel;
3680
3681 p = buffer;
3682 while (*p && *p != ' ')
3683 p++;
3684 if (*p)
3685 type = simple_strtoul(p + 1, NULL, 0);
3686 }
3687
Tomas Winklere1623442009-01-27 14:27:56 -08003688 IWL_DEBUG_INFO(priv, "Invoking measurement of type %d on "
Zhu Yib481de92007-09-25 17:54:57 -07003689 "channel %d (for '%s')\n", type, params.channel, buf);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003690 iwl3945_get_measurement(priv, &params, type);
Zhu Yib481de92007-09-25 17:54:57 -07003691
3692 return count;
3693}
3694
3695static DEVICE_ATTR(measurement, S_IRUSR | S_IWUSR,
3696 show_measurement, store_measurement);
Zhu Yib481de92007-09-25 17:54:57 -07003697
Zhu Yib481de92007-09-25 17:54:57 -07003698static ssize_t store_retry_rate(struct device *d,
3699 struct device_attribute *attr,
3700 const char *buf, size_t count)
3701{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003702 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003703
3704 priv->retry_rate = simple_strtoul(buf, NULL, 0);
3705 if (priv->retry_rate <= 0)
3706 priv->retry_rate = 1;
3707
3708 return count;
3709}
3710
3711static ssize_t show_retry_rate(struct device *d,
3712 struct device_attribute *attr, char *buf)
3713{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003714 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003715 return sprintf(buf, "%d", priv->retry_rate);
3716}
3717
3718static DEVICE_ATTR(retry_rate, S_IWUSR | S_IRUSR, show_retry_rate,
3719 store_retry_rate);
3720
Winkler, Tomasd25aabb2009-01-27 14:27:58 -08003721
Zhu Yib481de92007-09-25 17:54:57 -07003722static ssize_t show_channels(struct device *d,
3723 struct device_attribute *attr, char *buf)
3724{
Johannes Berg8318d782008-01-24 19:38:38 +01003725 /* all this shit doesn't belong into sysfs anyway */
3726 return 0;
Zhu Yib481de92007-09-25 17:54:57 -07003727}
3728
3729static DEVICE_ATTR(channels, S_IRUSR, show_channels, NULL);
3730
Zhu Yib481de92007-09-25 17:54:57 -07003731static ssize_t show_antenna(struct device *d,
3732 struct device_attribute *attr, char *buf)
3733{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003734 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003735
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08003736 if (!iwl_is_alive(priv))
Zhu Yib481de92007-09-25 17:54:57 -07003737 return -EAGAIN;
3738
Samuel Ortiz7e4bca52009-01-23 13:45:18 -08003739 return sprintf(buf, "%d\n", iwl3945_mod_params.antenna);
Zhu Yib481de92007-09-25 17:54:57 -07003740}
3741
3742static ssize_t store_antenna(struct device *d,
3743 struct device_attribute *attr,
3744 const char *buf, size_t count)
3745{
Winkler, Tomas7530f852009-01-27 14:27:53 -08003746 struct iwl_priv *priv __maybe_unused = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003747 int ant;
Zhu Yib481de92007-09-25 17:54:57 -07003748
3749 if (count == 0)
3750 return 0;
3751
3752 if (sscanf(buf, "%1i", &ant) != 1) {
Tomas Winklere1623442009-01-27 14:27:56 -08003753 IWL_DEBUG_INFO(priv, "not in hex or decimal form.\n");
Zhu Yib481de92007-09-25 17:54:57 -07003754 return count;
3755 }
3756
3757 if ((ant >= 0) && (ant <= 2)) {
Tomas Winklere1623442009-01-27 14:27:56 -08003758 IWL_DEBUG_INFO(priv, "Setting antenna select to %d.\n", ant);
Samuel Ortiz7e4bca52009-01-23 13:45:18 -08003759 iwl3945_mod_params.antenna = (enum iwl3945_antenna)ant;
Zhu Yib481de92007-09-25 17:54:57 -07003760 } else
Tomas Winklere1623442009-01-27 14:27:56 -08003761 IWL_DEBUG_INFO(priv, "Bad antenna select value %d.\n", ant);
Zhu Yib481de92007-09-25 17:54:57 -07003762
3763
3764 return count;
3765}
3766
3767static DEVICE_ATTR(antenna, S_IWUSR | S_IRUGO, show_antenna, store_antenna);
3768
3769static ssize_t show_status(struct device *d,
3770 struct device_attribute *attr, char *buf)
3771{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003772 struct iwl_priv *priv = dev_get_drvdata(d);
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08003773 if (!iwl_is_alive(priv))
Zhu Yib481de92007-09-25 17:54:57 -07003774 return -EAGAIN;
3775 return sprintf(buf, "0x%08x\n", (int)priv->status);
3776}
3777
3778static DEVICE_ATTR(status, S_IRUGO, show_status, NULL);
3779
3780static ssize_t dump_error_log(struct device *d,
3781 struct device_attribute *attr,
3782 const char *buf, size_t count)
3783{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003784 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003785 char *p = (char *)buf;
3786
3787 if (p[0] == '1')
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003788 iwl3945_dump_nic_error_log(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003789
3790 return strnlen(buf, count);
3791}
3792
3793static DEVICE_ATTR(dump_errors, S_IWUSR, NULL, dump_error_log);
3794
Zhu Yib481de92007-09-25 17:54:57 -07003795/*****************************************************************************
3796 *
Tomas Winklera96a27f2008-10-23 23:48:56 -07003797 * driver setup and tear down
Zhu Yib481de92007-09-25 17:54:57 -07003798 *
3799 *****************************************************************************/
3800
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003801static void iwl3945_setup_deferred_work(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07003802{
Reinette Chatred21050c2009-02-13 11:51:18 -08003803 priv->workqueue = create_singlethread_workqueue(DRV_NAME);
Zhu Yib481de92007-09-25 17:54:57 -07003804
3805 init_waitqueue_head(&priv->wait_command_queue);
3806
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003807 INIT_WORK(&priv->restart, iwl3945_bg_restart);
3808 INIT_WORK(&priv->rx_replenish, iwl3945_bg_rx_replenish);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003809 INIT_WORK(&priv->beacon_update, iwl3945_bg_beacon_update);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003810 INIT_DELAYED_WORK(&priv->init_alive_start, iwl3945_bg_init_alive_start);
3811 INIT_DELAYED_WORK(&priv->alive_start, iwl3945_bg_alive_start);
Johannes Bergee525d12010-01-21 06:09:28 -08003812 INIT_DELAYED_WORK(&priv->_3945.rfkill_poll, iwl3945_rfkill_poll);
Samuel Ortiz77fecfb82009-01-23 13:45:12 -08003813 INIT_WORK(&priv->scan_completed, iwl_bg_scan_completed);
Samuel Ortiz77fecfb82009-01-23 13:45:12 -08003814 INIT_WORK(&priv->abort_scan, iwl_bg_abort_scan);
Abhijeet Kolekar1e460532010-04-23 14:14:53 -07003815 INIT_WORK(&priv->start_internal_scan, iwl_bg_start_internal_scan);
Samuel Ortiz77fecfb82009-01-23 13:45:12 -08003816 INIT_DELAYED_WORK(&priv->scan_check, iwl_bg_scan_check);
Zhu Yib481de92007-09-25 17:54:57 -07003817
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003818 iwl3945_hw_setup_deferred_work(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003819
Wey-Yi Guyb74e31a2010-03-01 17:23:50 -08003820 if (priv->cfg->ops->lib->recover_from_tx_stall) {
3821 init_timer(&priv->monitor_recover);
3822 priv->monitor_recover.data = (unsigned long)priv;
3823 priv->monitor_recover.function =
3824 priv->cfg->ops->lib->recover_from_tx_stall;
3825 }
3826
Zhu Yib481de92007-09-25 17:54:57 -07003827 tasklet_init(&priv->irq_tasklet, (void (*)(unsigned long))
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003828 iwl3945_irq_tasklet, (unsigned long)priv);
Zhu Yib481de92007-09-25 17:54:57 -07003829}
3830
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003831static void iwl3945_cancel_deferred_work(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07003832{
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003833 iwl3945_hw_cancel_deferred_work(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003834
Joonwoo Parke47eb6a2007-11-29 10:42:49 +09003835 cancel_delayed_work_sync(&priv->init_alive_start);
Zhu Yib481de92007-09-25 17:54:57 -07003836 cancel_delayed_work(&priv->scan_check);
3837 cancel_delayed_work(&priv->alive_start);
Abhijeet Kolekar1e460532010-04-23 14:14:53 -07003838 cancel_work_sync(&priv->start_internal_scan);
Zhu Yib481de92007-09-25 17:54:57 -07003839 cancel_work_sync(&priv->beacon_update);
Wey-Yi Guyb74e31a2010-03-01 17:23:50 -08003840 if (priv->cfg->ops->lib->recover_from_tx_stall)
3841 del_timer_sync(&priv->monitor_recover);
Zhu Yib481de92007-09-25 17:54:57 -07003842}
3843
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003844static struct attribute *iwl3945_sysfs_entries[] = {
Zhu Yib481de92007-09-25 17:54:57 -07003845 &dev_attr_antenna.attr,
3846 &dev_attr_channels.attr,
3847 &dev_attr_dump_errors.attr,
Zhu Yib481de92007-09-25 17:54:57 -07003848 &dev_attr_flags.attr,
3849 &dev_attr_filter_flags.attr,
Zhu Yib481de92007-09-25 17:54:57 -07003850 &dev_attr_measurement.attr,
Zhu Yib481de92007-09-25 17:54:57 -07003851 &dev_attr_retry_rate.attr,
Zhu Yib481de92007-09-25 17:54:57 -07003852 &dev_attr_status.attr,
3853 &dev_attr_temperature.attr,
Zhu Yib481de92007-09-25 17:54:57 -07003854 &dev_attr_tx_power.attr,
Samuel Ortizd08853a2009-01-23 13:45:17 -08003855#ifdef CONFIG_IWLWIFI_DEBUG
Samuel Ortiz40b8ec02008-12-19 10:37:08 +08003856 &dev_attr_debug_level.attr,
3857#endif
Zhu Yib481de92007-09-25 17:54:57 -07003858 NULL
3859};
3860
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003861static struct attribute_group iwl3945_attribute_group = {
Zhu Yib481de92007-09-25 17:54:57 -07003862 .name = NULL, /* put in device directory */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003863 .attrs = iwl3945_sysfs_entries,
Zhu Yib481de92007-09-25 17:54:57 -07003864};
3865
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003866static struct ieee80211_ops iwl3945_hw_ops = {
3867 .tx = iwl3945_mac_tx,
3868 .start = iwl3945_mac_start,
3869 .stop = iwl3945_mac_stop,
Abhijeet Kolekarcbb6ab92009-04-08 11:26:46 -07003870 .add_interface = iwl_mac_add_interface,
Abhijeet Kolekard8052312009-04-08 11:26:47 -07003871 .remove_interface = iwl_mac_remove_interface,
Abhijeet Kolekar48083682009-04-08 11:26:48 -07003872 .config = iwl_mac_config,
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003873 .configure_filter = iwl_configure_filter,
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003874 .set_key = iwl3945_mac_set_key,
Abhijeet Kolekar488829f2009-03-26 10:14:10 -07003875 .conf_tx = iwl_mac_conf_tx,
Abhijeet Kolekarbd564262009-04-08 11:26:52 -07003876 .reset_tsf = iwl_mac_reset_tsf,
Abhijeet Kolekar5bbe2332009-04-08 11:26:35 -07003877 .bss_info_changed = iwl_bss_info_changed,
Reinette Chatrefe6b23d2010-02-22 16:24:47 -08003878 .hw_scan = iwl_mac_hw_scan,
3879 .sta_add = iwl3945_mac_sta_add,
3880 .sta_remove = iwl_mac_sta_remove,
Zhu Yib481de92007-09-25 17:54:57 -07003881};
3882
Winkler, Tomase52119c2008-12-22 11:31:19 +08003883static int iwl3945_init_drv(struct iwl_priv *priv)
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003884{
3885 int ret;
Samuel Ortize6148912009-01-23 13:45:15 -08003886 struct iwl3945_eeprom *eeprom = (struct iwl3945_eeprom *)priv->eeprom;
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003887
3888 priv->retry_rate = 1;
3889 priv->ibss_beacon = NULL;
3890
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003891 spin_lock_init(&priv->sta_lock);
3892 spin_lock_init(&priv->hcmd_lock);
3893
3894 INIT_LIST_HEAD(&priv->free_frames);
3895
3896 mutex_init(&priv->mutex);
Reinette Chatred2dfe6d2010-02-18 22:03:04 -08003897 mutex_init(&priv->sync_cmd_mutex);
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003898
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003899 priv->ieee_channels = NULL;
3900 priv->ieee_rates = NULL;
3901 priv->band = IEEE80211_BAND_2GHZ;
3902
3903 priv->iw_mode = NL80211_IFTYPE_STATION;
Wey-Yi Guya13d2762010-01-22 14:22:42 -08003904 priv->missed_beacon_threshold = IWL_MISSED_BEACON_THRESHOLD_DEF;
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003905
Winkler, Tomas62ea9c52009-01-19 15:30:29 -08003906 priv->tx_power_user_lmt = IWL_DEFAULT_TX_POWER;
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003907
Samuel Ortize6148912009-01-23 13:45:15 -08003908 if (eeprom->version < EEPROM_3945_EEPROM_VERSION) {
3909 IWL_WARN(priv, "Unsupported EEPROM version: 0x%04X\n",
3910 eeprom->version);
3911 ret = -EINVAL;
3912 goto err;
3913 }
3914 ret = iwl_init_channel_map(priv);
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003915 if (ret) {
3916 IWL_ERR(priv, "initializing regulatory failed: %d\n", ret);
3917 goto err;
3918 }
3919
Samuel Ortize6148912009-01-23 13:45:15 -08003920 /* Set up txpower settings in driver for all channels */
3921 if (iwl3945_txpower_set_from_eeprom(priv)) {
3922 ret = -EIO;
3923 goto err_free_channel_map;
3924 }
3925
Samuel Ortiz534166d2009-01-23 13:45:16 -08003926 ret = iwlcore_init_geos(priv);
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003927 if (ret) {
3928 IWL_ERR(priv, "initializing geos failed: %d\n", ret);
3929 goto err_free_channel_map;
3930 }
Samuel Ortiz534166d2009-01-23 13:45:16 -08003931 iwl3945_init_hw_rates(priv, priv->ieee_rates);
3932
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003933 return 0;
3934
3935err_free_channel_map:
Samuel Ortize6148912009-01-23 13:45:15 -08003936 iwl_free_channel_map(priv);
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003937err:
3938 return ret;
3939}
3940
Johannes Bergdd7a2502010-04-28 23:33:10 -07003941#define IWL3945_MAX_PROBE_REQUEST 200
3942
Abhijeet Kolekar2a4ddaa2009-02-27 16:21:23 -08003943static int iwl3945_setup_mac(struct iwl_priv *priv)
3944{
3945 int ret;
3946 struct ieee80211_hw *hw = priv->hw;
3947
3948 hw->rate_control_algorithm = "iwl-3945-rs";
3949 hw->sta_data_size = sizeof(struct iwl3945_sta_priv);
Johannes Bergfd1af152010-04-30 11:30:43 -07003950 hw->vif_data_size = sizeof(struct iwl_vif_priv);
Abhijeet Kolekar2a4ddaa2009-02-27 16:21:23 -08003951
3952 /* Tell mac80211 our characteristics */
3953 hw->flags = IEEE80211_HW_SIGNAL_DBM |
Reinette Chatrebc45a672009-12-14 14:12:10 -08003954 IEEE80211_HW_SPECTRUM_MGMT;
3955
3956 if (!priv->cfg->broken_powersave)
3957 hw->flags |= IEEE80211_HW_SUPPORTS_PS |
3958 IEEE80211_HW_SUPPORTS_DYNAMIC_PS;
Abhijeet Kolekar2a4ddaa2009-02-27 16:21:23 -08003959
3960 hw->wiphy->interface_modes =
3961 BIT(NL80211_IFTYPE_STATION) |
3962 BIT(NL80211_IFTYPE_ADHOC);
3963
Reinette Chatref6c8f152010-03-12 11:13:26 -08003964 hw->wiphy->flags |= WIPHY_FLAG_CUSTOM_REGULATORY |
Johannes Berg5be83de2009-11-19 00:56:28 +01003965 WIPHY_FLAG_DISABLE_BEACON_HINTS;
Luis R. Rodriguez37184242009-07-30 17:43:48 -07003966
Johannes Berg1ecf9fc2009-04-20 14:36:56 -07003967 hw->wiphy->max_scan_ssids = PROBE_OPTION_MAX_3945;
3968 /* we create the 802.11 header and a zero-length SSID element */
Johannes Bergdd7a2502010-04-28 23:33:10 -07003969 hw->wiphy->max_scan_ie_len = IWL3945_MAX_PROBE_REQUEST - 24 - 2;
Johannes Bergd60cc912009-04-09 09:56:02 +02003970
Abhijeet Kolekar2a4ddaa2009-02-27 16:21:23 -08003971 /* Default value; 4 EDCA QOS priorities */
3972 hw->queues = 4;
3973
Abhijeet Kolekar2a4ddaa2009-02-27 16:21:23 -08003974 if (priv->bands[IEEE80211_BAND_2GHZ].n_channels)
3975 priv->hw->wiphy->bands[IEEE80211_BAND_2GHZ] =
3976 &priv->bands[IEEE80211_BAND_2GHZ];
3977
3978 if (priv->bands[IEEE80211_BAND_5GHZ].n_channels)
3979 priv->hw->wiphy->bands[IEEE80211_BAND_5GHZ] =
3980 &priv->bands[IEEE80211_BAND_5GHZ];
3981
3982 ret = ieee80211_register_hw(priv->hw);
3983 if (ret) {
3984 IWL_ERR(priv, "Failed to register hw (error %d)\n", ret);
3985 return ret;
3986 }
3987 priv->mac80211_registered = 1;
3988
3989 return 0;
3990}
3991
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003992static int iwl3945_pci_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
Zhu Yib481de92007-09-25 17:54:57 -07003993{
3994 int err = 0;
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003995 struct iwl_priv *priv;
Zhu Yib481de92007-09-25 17:54:57 -07003996 struct ieee80211_hw *hw;
Kolekar, Abhijeetc0f20d92008-12-19 10:37:19 +08003997 struct iwl_cfg *cfg = (struct iwl_cfg *)(ent->driver_data);
Samuel Ortize6148912009-01-23 13:45:15 -08003998 struct iwl3945_eeprom *eeprom;
Mohamed Abbas0359fac2008-03-28 16:21:08 -07003999 unsigned long flags;
Zhu Yib481de92007-09-25 17:54:57 -07004000
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004001 /***********************
4002 * 1. Allocating HW data
4003 * ********************/
4004
Zhu Yib481de92007-09-25 17:54:57 -07004005 /* mac80211 allocates memory for this device instance, including
4006 * space for this driver's private structure */
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08004007 hw = iwl_alloc_all(cfg, &iwl3945_hw_ops);
Zhu Yib481de92007-09-25 17:54:57 -07004008 if (hw == NULL) {
Samuel Ortiza3139c52008-12-19 10:37:09 +08004009 printk(KERN_ERR DRV_NAME "Can not allocate network device\n");
Zhu Yib481de92007-09-25 17:54:57 -07004010 err = -ENOMEM;
4011 goto out;
4012 }
Zhu Yib481de92007-09-25 17:54:57 -07004013 priv = hw->priv;
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08004014 SET_IEEE80211_DEV(hw, &pdev->dev);
Cahill, Ben M6440adb2007-11-29 11:09:55 +08004015
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08004016 /*
4017 * Disabling hardware scan means that mac80211 will perform scans
4018 * "the hard way", rather than using device's scan.
4019 */
Kolekar, Abhijeetdf878d82008-12-19 10:37:35 +08004020 if (iwl3945_mod_params.disable_hw_scan) {
Tomas Winklere1623442009-01-27 14:27:56 -08004021 IWL_DEBUG_INFO(priv, "Disabling hw_scan\n");
Samuel Ortiz40b8ec02008-12-19 10:37:08 +08004022 iwl3945_hw_ops.hw_scan = NULL;
4023 }
4024
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08004025
Tomas Winklere1623442009-01-27 14:27:56 -08004026 IWL_DEBUG_INFO(priv, "*** LOAD DRIVER ***\n");
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08004027 priv->cfg = cfg;
4028 priv->pci_dev = pdev;
Mohamed Abbas40cefda2009-05-22 11:01:52 -07004029 priv->inta_mask = CSR_INI_SET_MASK;
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08004030
Samuel Ortizd08853a2009-01-23 13:45:17 -08004031#ifdef CONFIG_IWLWIFI_DEBUG
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08004032 atomic_set(&priv->restrict_refcnt, 0);
4033#endif
Wey-Yi Guy20594eb2009-08-07 15:41:39 -07004034 if (iwl_alloc_traffic_mem(priv))
4035 IWL_ERR(priv, "Not enough memory to generate traffic log\n");
Zhu Yib481de92007-09-25 17:54:57 -07004036
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004037 /***************************
4038 * 2. Initializing PCI bus
4039 * *************************/
Zhu Yib481de92007-09-25 17:54:57 -07004040 if (pci_enable_device(pdev)) {
4041 err = -ENODEV;
4042 goto out_ieee80211_free_hw;
4043 }
4044
4045 pci_set_master(pdev);
4046
Yang Hongyang284901a2009-04-06 19:01:15 -07004047 err = pci_set_dma_mask(pdev, DMA_BIT_MASK(32));
Zhu Yib481de92007-09-25 17:54:57 -07004048 if (!err)
Yang Hongyang284901a2009-04-06 19:01:15 -07004049 err = pci_set_consistent_dma_mask(pdev, DMA_BIT_MASK(32));
Zhu Yib481de92007-09-25 17:54:57 -07004050 if (err) {
Tomas Winkler978785a2008-12-19 10:37:31 +08004051 IWL_WARN(priv, "No suitable DMA available.\n");
Zhu Yib481de92007-09-25 17:54:57 -07004052 goto out_pci_disable_device;
4053 }
4054
4055 pci_set_drvdata(pdev, priv);
4056 err = pci_request_regions(pdev, DRV_NAME);
4057 if (err)
4058 goto out_pci_disable_device;
Cahill, Ben M6440adb2007-11-29 11:09:55 +08004059
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004060 /***********************
4061 * 3. Read REV Register
4062 * ********************/
Zhu Yib481de92007-09-25 17:54:57 -07004063 priv->hw_base = pci_iomap(pdev, 0, 0);
4064 if (!priv->hw_base) {
4065 err = -ENODEV;
4066 goto out_pci_release_regions;
4067 }
4068
Tomas Winklere1623442009-01-27 14:27:56 -08004069 IWL_DEBUG_INFO(priv, "pci_resource_len = 0x%08llx\n",
Zhu Yib481de92007-09-25 17:54:57 -07004070 (unsigned long long) pci_resource_len(pdev, 0));
Tomas Winklere1623442009-01-27 14:27:56 -08004071 IWL_DEBUG_INFO(priv, "pci_resource_base = %p\n", priv->hw_base);
Zhu Yib481de92007-09-25 17:54:57 -07004072
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004073 /* We disable the RETRY_TIMEOUT register (0x41) to keep
4074 * PCI Tx retries from interfering with C3 CPU state */
4075 pci_write_config_byte(pdev, 0x41, 0x00);
Zhu Yib481de92007-09-25 17:54:57 -07004076
Reinette Chatre731a29b2009-12-14 14:12:11 -08004077 /* these spin locks will be used in apm_ops.init and EEPROM access
Mohamed Abbasa8b50a02009-05-22 11:01:47 -07004078 * we should init now
4079 */
4080 spin_lock_init(&priv->reg_lock);
Reinette Chatre731a29b2009-12-14 14:12:11 -08004081 spin_lock_init(&priv->lock);
Mohamed Abbasa8b50a02009-05-22 11:01:47 -07004082
Reinette Chatre4843b5a2010-02-03 09:38:59 -08004083 /*
4084 * stop and reset the on-board processor just in case it is in a
4085 * strange state ... like being left stranded by a primary kernel
4086 * and this is now the kdump kernel trying to start up
4087 */
4088 iwl_write32(priv, CSR_RESET, CSR_RESET_REG_FLAG_NEVO_RESET);
4089
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004090 /***********************
4091 * 4. Read EEPROM
4092 * ********************/
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08004093
Zhu Yi5a669262008-01-14 17:46:18 -08004094 /* Read the EEPROM */
Samuel Ortize6148912009-01-23 13:45:15 -08004095 err = iwl_eeprom_init(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004096 if (err) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08004097 IWL_ERR(priv, "Unable to init EEPROM\n");
Reinette Chatrec8f16132009-02-27 16:21:22 -08004098 goto out_iounmap;
Zhu Yi5a669262008-01-14 17:46:18 -08004099 }
4100 /* MAC Address location in EEPROM same for 3945/4965 */
Samuel Ortize6148912009-01-23 13:45:15 -08004101 eeprom = (struct iwl3945_eeprom *)priv->eeprom;
4102 memcpy(priv->mac_addr, eeprom->mac_address, ETH_ALEN);
Tomas Winklere1623442009-01-27 14:27:56 -08004103 IWL_DEBUG_INFO(priv, "MAC address: %pM\n", priv->mac_addr);
Zhu Yi5a669262008-01-14 17:46:18 -08004104 SET_IEEE80211_PERM_ADDR(priv->hw, priv->mac_addr);
4105
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004106 /***********************
4107 * 5. Setup HW Constants
4108 * ********************/
4109 /* Device-specific setup */
Abhijeet Kolekar3832ec92008-12-19 10:37:26 +08004110 if (iwl3945_hw_set_hw_params(priv)) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08004111 IWL_ERR(priv, "failed to set hw settings\n");
Reinette Chatrec8f16132009-02-27 16:21:22 -08004112 goto out_eeprom_free;
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004113 }
4114
4115 /***********************
4116 * 6. Setup priv
4117 * ********************/
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004118
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08004119 err = iwl3945_init_drv(priv);
Reinette Chatre849e0dc2008-01-23 10:15:18 -08004120 if (err) {
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08004121 IWL_ERR(priv, "initializing driver failed\n");
Reinette Chatrec8f16132009-02-27 16:21:22 -08004122 goto out_unset_hw_params;
Reinette Chatre849e0dc2008-01-23 10:15:18 -08004123 }
Reinette Chatre849e0dc2008-01-23 10:15:18 -08004124
Tomas Winkler978785a2008-12-19 10:37:31 +08004125 IWL_INFO(priv, "Detected Intel Wireless WiFi Link %s\n",
4126 priv->cfg->name);
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004127
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004128 /***********************
Abhijeet Kolekar09f9bf72009-04-20 14:37:03 -07004129 * 7. Setup Services
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004130 * ********************/
4131
4132 spin_lock_irqsave(&priv->lock, flags);
Abhijeet Kolekared3b9322009-02-18 15:54:30 -08004133 iwl_disable_interrupts(priv);
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004134 spin_unlock_irqrestore(&priv->lock, flags);
4135
Helmut Schaa26635162009-01-15 09:38:44 +01004136 pci_enable_msi(priv->pci_dev);
4137
Mohamed Abbasef850d72009-05-22 11:01:50 -07004138 err = request_irq(priv->pci_dev->irq, priv->cfg->ops->lib->isr,
4139 IRQF_SHARED, DRV_NAME, priv);
Helmut Schaa26635162009-01-15 09:38:44 +01004140 if (err) {
4141 IWL_ERR(priv, "Error allocating IRQ %d\n", priv->pci_dev->irq);
4142 goto out_disable_msi;
4143 }
4144
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004145 err = sysfs_create_group(&pdev->dev.kobj, &iwl3945_attribute_group);
4146 if (err) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08004147 IWL_ERR(priv, "failed to create sysfs device attributes\n");
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08004148 goto out_release_irq;
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004149 }
4150
Samuel Ortiz8ccde882009-01-27 14:27:52 -08004151 iwl_set_rxon_channel(priv,
4152 &priv->bands[IEEE80211_BAND_2GHZ].channels[5]);
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004153 iwl3945_setup_deferred_work(priv);
4154 iwl3945_setup_rx_handlers(priv);
Ben Cahill008a9e32009-10-09 13:20:27 -07004155 iwl_power_initialize(priv);
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004156
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004157 /*********************************
Abhijeet Kolekar09f9bf72009-04-20 14:37:03 -07004158 * 8. Setup and Register mac80211
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004159 * *******************************/
4160
Abhijeet Kolekar2a4ddaa2009-02-27 16:21:23 -08004161 iwl_enable_interrupts(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004162
Abhijeet Kolekar2a4ddaa2009-02-27 16:21:23 -08004163 err = iwl3945_setup_mac(priv);
4164 if (err)
4165 goto out_remove_sysfs;
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004166
Abhijeet Kolekara75fbe82009-04-20 14:36:58 -07004167 err = iwl_dbgfs_register(priv, DRV_NAME);
4168 if (err)
4169 IWL_ERR(priv, "failed to create debugfs files. Ignoring error: %d\n", err);
4170
Helmut Schaa26635162009-01-15 09:38:44 +01004171 /* Start monitoring the killswitch */
Johannes Bergee525d12010-01-21 06:09:28 -08004172 queue_delayed_work(priv->workqueue, &priv->_3945.rfkill_poll,
Helmut Schaa26635162009-01-15 09:38:44 +01004173 2 * HZ);
4174
Zhu Yib481de92007-09-25 17:54:57 -07004175 return 0;
4176
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004177 out_remove_sysfs:
Zhu Yib481de92007-09-25 17:54:57 -07004178 destroy_workqueue(priv->workqueue);
4179 priv->workqueue = NULL;
Reinette Chatrec8f16132009-02-27 16:21:22 -08004180 sysfs_remove_group(&pdev->dev.kobj, &iwl3945_attribute_group);
4181 out_release_irq:
4182 free_irq(priv->pci_dev->irq, priv);
Helmut Schaa26635162009-01-15 09:38:44 +01004183 out_disable_msi:
4184 pci_disable_msi(priv->pci_dev);
Reinette Chatrec8f16132009-02-27 16:21:22 -08004185 iwlcore_free_geos(priv);
4186 iwl_free_channel_map(priv);
4187 out_unset_hw_params:
4188 iwl3945_unset_hw_params(priv);
4189 out_eeprom_free:
4190 iwl_eeprom_free(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004191 out_iounmap:
4192 pci_iounmap(pdev, priv->hw_base);
4193 out_pci_release_regions:
4194 pci_release_regions(pdev);
4195 out_pci_disable_device:
Zhu Yib481de92007-09-25 17:54:57 -07004196 pci_set_drvdata(pdev, NULL);
Reinette Chatre623d5632009-03-03 11:37:04 -08004197 pci_disable_device(pdev);
Zhu Yib481de92007-09-25 17:54:57 -07004198 out_ieee80211_free_hw:
Wey-Yi Guy20594eb2009-08-07 15:41:39 -07004199 iwl_free_traffic_mem(priv);
Wey-Yi Guyd7c76f42009-10-09 13:20:17 -07004200 ieee80211_free_hw(priv->hw);
Zhu Yib481de92007-09-25 17:54:57 -07004201 out:
4202 return err;
4203}
4204
Reinette Chatrec83dbf62008-03-21 13:53:41 -07004205static void __devexit iwl3945_pci_remove(struct pci_dev *pdev)
Zhu Yib481de92007-09-25 17:54:57 -07004206{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08004207 struct iwl_priv *priv = pci_get_drvdata(pdev);
Mohamed Abbas0359fac2008-03-28 16:21:08 -07004208 unsigned long flags;
Zhu Yib481de92007-09-25 17:54:57 -07004209
4210 if (!priv)
4211 return;
4212
Tomas Winklere1623442009-01-27 14:27:56 -08004213 IWL_DEBUG_INFO(priv, "*** UNLOAD DRIVER ***\n");
Zhu Yib481de92007-09-25 17:54:57 -07004214
Abhijeet Kolekara75fbe82009-04-20 14:36:58 -07004215 iwl_dbgfs_unregister(priv);
4216
Zhu Yib481de92007-09-25 17:54:57 -07004217 set_bit(STATUS_EXIT_PENDING, &priv->status);
Zhu Yib24d22b2007-12-19 13:59:52 +08004218
Kolekar, Abhijeetd552bfb2008-12-19 10:37:41 +08004219 if (priv->mac80211_registered) {
4220 ieee80211_unregister_hw(priv->hw);
4221 priv->mac80211_registered = 0;
4222 } else {
4223 iwl3945_down(priv);
4224 }
Zhu Yib481de92007-09-25 17:54:57 -07004225
Ben Cahillc166b252009-10-23 13:42:35 -07004226 /*
4227 * Make sure device is reset to low power before unloading driver.
4228 * This may be redundant with iwl_down(), but there are paths to
4229 * run iwl_down() without calling apm_ops.stop(), and there are
4230 * paths to avoid running iwl_down() at all before leaving driver.
4231 * This (inexpensive) call *makes sure* device is reset.
4232 */
4233 priv->cfg->ops->lib->apm_ops.stop(priv);
4234
Mohamed Abbas0359fac2008-03-28 16:21:08 -07004235 /* make sure we flush any pending irq or
4236 * tasklet for the driver
4237 */
4238 spin_lock_irqsave(&priv->lock, flags);
Abhijeet Kolekared3b9322009-02-18 15:54:30 -08004239 iwl_disable_interrupts(priv);
Mohamed Abbas0359fac2008-03-28 16:21:08 -07004240 spin_unlock_irqrestore(&priv->lock, flags);
4241
4242 iwl_synchronize_irq(priv);
4243
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004244 sysfs_remove_group(&pdev->dev.kobj, &iwl3945_attribute_group);
Zhu Yib481de92007-09-25 17:54:57 -07004245
Johannes Bergee525d12010-01-21 06:09:28 -08004246 cancel_delayed_work_sync(&priv->_3945.rfkill_poll);
Helmut Schaa26635162009-01-15 09:38:44 +01004247
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004248 iwl3945_dealloc_ucode_pci(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004249
4250 if (priv->rxq.bd)
Reinette Chatredf833b12009-04-21 10:55:48 -07004251 iwl3945_rx_queue_free(priv, &priv->rxq);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004252 iwl3945_hw_txq_ctx_free(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004253
Abhijeet Kolekar3832ec92008-12-19 10:37:26 +08004254 iwl3945_unset_hw_params(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004255
Mohamed Abbas6ef89d02007-10-25 17:15:47 +08004256 /*netif_stop_queue(dev); */
4257 flush_workqueue(priv->workqueue);
4258
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004259 /* ieee80211_unregister_hw calls iwl3945_mac_stop, which flushes
Zhu Yib481de92007-09-25 17:54:57 -07004260 * priv->workqueue... so we can't take down the workqueue
4261 * until now... */
4262 destroy_workqueue(priv->workqueue);
4263 priv->workqueue = NULL;
Wey-Yi Guy20594eb2009-08-07 15:41:39 -07004264 iwl_free_traffic_mem(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004265
Helmut Schaa26635162009-01-15 09:38:44 +01004266 free_irq(pdev->irq, priv);
4267 pci_disable_msi(pdev);
4268
Zhu Yib481de92007-09-25 17:54:57 -07004269 pci_iounmap(pdev, priv->hw_base);
4270 pci_release_regions(pdev);
4271 pci_disable_device(pdev);
4272 pci_set_drvdata(pdev, NULL);
4273
Samuel Ortize6148912009-01-23 13:45:15 -08004274 iwl_free_channel_map(priv);
Samuel Ortiz534166d2009-01-23 13:45:16 -08004275 iwlcore_free_geos(priv);
Johannes Berg811ecc92010-04-06 04:12:41 -07004276 kfree(priv->scan_cmd);
Zhu Yib481de92007-09-25 17:54:57 -07004277 if (priv->ibss_beacon)
4278 dev_kfree_skb(priv->ibss_beacon);
4279
4280 ieee80211_free_hw(priv->hw);
4281}
4282
Zhu Yib481de92007-09-25 17:54:57 -07004283
4284/*****************************************************************************
4285 *
4286 * driver and module entry point
4287 *
4288 *****************************************************************************/
4289
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004290static struct pci_driver iwl3945_driver = {
Zhu Yib481de92007-09-25 17:54:57 -07004291 .name = DRV_NAME,
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004292 .id_table = iwl3945_hw_card_ids,
4293 .probe = iwl3945_pci_probe,
4294 .remove = __devexit_p(iwl3945_pci_remove),
Zhu Yib481de92007-09-25 17:54:57 -07004295#ifdef CONFIG_PM
Wey-Yi Guy6da3a132009-03-26 10:14:08 -07004296 .suspend = iwl_pci_suspend,
4297 .resume = iwl_pci_resume,
Zhu Yib481de92007-09-25 17:54:57 -07004298#endif
4299};
4300
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004301static int __init iwl3945_init(void)
Zhu Yib481de92007-09-25 17:54:57 -07004302{
4303
4304 int ret;
4305 printk(KERN_INFO DRV_NAME ": " DRV_DESCRIPTION ", " DRV_VERSION "\n");
4306 printk(KERN_INFO DRV_NAME ": " DRV_COPYRIGHT "\n");
Reinette Chatre897e1cf2008-03-28 16:21:09 -07004307
4308 ret = iwl3945_rate_control_register();
4309 if (ret) {
Samuel Ortiza3139c52008-12-19 10:37:09 +08004310 printk(KERN_ERR DRV_NAME
4311 "Unable to register rate control algorithm: %d\n", ret);
Reinette Chatre897e1cf2008-03-28 16:21:09 -07004312 return ret;
4313 }
4314
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004315 ret = pci_register_driver(&iwl3945_driver);
Zhu Yib481de92007-09-25 17:54:57 -07004316 if (ret) {
Samuel Ortiza3139c52008-12-19 10:37:09 +08004317 printk(KERN_ERR DRV_NAME "Unable to initialize PCI module\n");
Reinette Chatre897e1cf2008-03-28 16:21:09 -07004318 goto error_register;
Zhu Yib481de92007-09-25 17:54:57 -07004319 }
Zhu Yib481de92007-09-25 17:54:57 -07004320
4321 return ret;
Reinette Chatre897e1cf2008-03-28 16:21:09 -07004322
Reinette Chatre897e1cf2008-03-28 16:21:09 -07004323error_register:
4324 iwl3945_rate_control_unregister();
4325 return ret;
Zhu Yib481de92007-09-25 17:54:57 -07004326}
4327
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004328static void __exit iwl3945_exit(void)
Zhu Yib481de92007-09-25 17:54:57 -07004329{
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004330 pci_unregister_driver(&iwl3945_driver);
Reinette Chatre897e1cf2008-03-28 16:21:09 -07004331 iwl3945_rate_control_unregister();
Zhu Yib481de92007-09-25 17:54:57 -07004332}
4333
Reinette Chatrea0987a82008-12-02 12:14:06 -08004334MODULE_FIRMWARE(IWL3945_MODULE_FIRMWARE(IWL3945_UCODE_API_MAX));
Zhu Yi25cb6ca2008-09-11 11:45:22 +08004335
Wey-Yi Guy4e30cb62009-09-17 10:43:47 -07004336module_param_named(antenna, iwl3945_mod_params.antenna, int, S_IRUGO);
Zhu Yib481de92007-09-25 17:54:57 -07004337MODULE_PARM_DESC(antenna, "select antenna (1=Main, 2=Aux, default 0 [both])");
Wey-Yi Guy4e30cb62009-09-17 10:43:47 -07004338module_param_named(swcrypto, iwl3945_mod_params.sw_crypto, int, S_IRUGO);
Samuel Ortiz9c74d9f2009-01-08 10:19:59 -08004339MODULE_PARM_DESC(swcrypto,
4340 "using software crypto (default 1 [software])\n");
Reinette Chatrea562a9d2009-07-17 09:30:24 -07004341#ifdef CONFIG_IWLWIFI_DEBUG
Wey-Yi Guy4e30cb62009-09-17 10:43:47 -07004342module_param_named(debug, iwl_debug_level, uint, S_IRUGO | S_IWUSR);
Zhu Yib481de92007-09-25 17:54:57 -07004343MODULE_PARM_DESC(debug, "debug output mask");
Reinette Chatrea562a9d2009-07-17 09:30:24 -07004344#endif
Wey-Yi Guy4e30cb62009-09-17 10:43:47 -07004345module_param_named(disable_hw_scan, iwl3945_mod_params.disable_hw_scan,
4346 int, S_IRUGO);
Zhu Yib481de92007-09-25 17:54:57 -07004347MODULE_PARM_DESC(disable_hw_scan, "disable hardware scanning (default 0)");
Wey-Yi Guy4e30cb62009-09-17 10:43:47 -07004348module_param_named(fw_restart3945, iwl3945_mod_params.restart_fw, int, S_IRUGO);
Samuel Ortizaf48d042009-01-23 13:45:19 -08004349MODULE_PARM_DESC(fw_restart3945, "restart firmware in case of error");
4350
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004351module_exit(iwl3945_exit);
4352module_init(iwl3945_init);