blob: c7e1d7d09e021b6231927f7b23782a64c7837d2d [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
512 /* Find (or create) index into station table for destination station */
Gábor Stefanikaa065262009-08-21 20:44:09 +0200513 if (info->flags & IEEE80211_TX_CTL_INJECTED)
514 sta_id = priv->hw_params.bcast_sta_id;
515 else
516 sta_id = iwl_get_sta_id(priv, hdr);
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 return;
852}
853
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800854static void iwl3945_bg_beacon_update(struct work_struct *work)
Zhu Yib481de92007-09-25 17:54:57 -0700855{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800856 struct iwl_priv *priv =
857 container_of(work, struct iwl_priv, beacon_update);
Zhu Yib481de92007-09-25 17:54:57 -0700858 struct sk_buff *beacon;
859
860 /* Pull updated AP beacon from mac80211. will fail if not in AP mode */
Johannes Berge039fa42008-05-15 12:55:29 +0200861 beacon = ieee80211_beacon_get(priv->hw, priv->vif);
Zhu Yib481de92007-09-25 17:54:57 -0700862
863 if (!beacon) {
Winkler, Tomas15b16872008-12-19 10:37:33 +0800864 IWL_ERR(priv, "update beacon failed\n");
Zhu Yib481de92007-09-25 17:54:57 -0700865 return;
866 }
867
868 mutex_lock(&priv->mutex);
869 /* new beacon skb is allocated every time; dispose previous.*/
870 if (priv->ibss_beacon)
871 dev_kfree_skb(priv->ibss_beacon);
872
873 priv->ibss_beacon = beacon;
874 mutex_unlock(&priv->mutex);
875
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800876 iwl3945_send_beacon_cmd(priv);
Zhu Yib481de92007-09-25 17:54:57 -0700877}
878
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800879static void iwl3945_rx_beacon_notif(struct iwl_priv *priv,
Abhijeet Kolekar6100b582008-12-19 10:37:24 +0800880 struct iwl_rx_mem_buffer *rxb)
Zhu Yib481de92007-09-25 17:54:57 -0700881{
Samuel Ortizd08853a2009-01-23 13:45:17 -0800882#ifdef CONFIG_IWLWIFI_DEBUG
Zhu Yi2f301222009-10-09 17:19:45 +0800883 struct iwl_rx_packet *pkt = rxb_addr(rxb);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800884 struct iwl3945_beacon_notif *beacon = &(pkt->u.beacon_status);
Zhu Yib481de92007-09-25 17:54:57 -0700885 u8 rate = beacon->beacon_notify_hdr.rate;
886
Tomas Winklere1623442009-01-27 14:27:56 -0800887 IWL_DEBUG_RX(priv, "beacon status %x retries %d iss %d "
Zhu Yib481de92007-09-25 17:54:57 -0700888 "tsf %d %d rate %d\n",
889 le32_to_cpu(beacon->beacon_notify_hdr.status) & TX_STATUS_MSK,
890 beacon->beacon_notify_hdr.failure_frame,
891 le32_to_cpu(beacon->ibss_mgr_status),
892 le32_to_cpu(beacon->high_tsf),
893 le32_to_cpu(beacon->low_tsf), rate);
894#endif
895
Johannes Berg05c914f2008-09-11 00:01:58 +0200896 if ((priv->iw_mode == NL80211_IFTYPE_AP) &&
Zhu Yib481de92007-09-25 17:54:57 -0700897 (!test_bit(STATUS_EXIT_PENDING, &priv->status)))
898 queue_work(priv->workqueue, &priv->beacon_update);
899}
900
Zhu Yib481de92007-09-25 17:54:57 -0700901/* Handle notification from uCode that card's power state is changing
902 * due to software, hardware, or critical temperature RFKILL */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800903static void iwl3945_rx_card_state_notif(struct iwl_priv *priv,
Abhijeet Kolekar6100b582008-12-19 10:37:24 +0800904 struct iwl_rx_mem_buffer *rxb)
Zhu Yib481de92007-09-25 17:54:57 -0700905{
Zhu Yi2f301222009-10-09 17:19:45 +0800906 struct iwl_rx_packet *pkt = rxb_addr(rxb);
Zhu Yib481de92007-09-25 17:54:57 -0700907 u32 flags = le32_to_cpu(pkt->u.card_state_notif.flags);
908 unsigned long status = priv->status;
909
Reinette Chatre4c423a22009-07-17 09:30:26 -0700910 IWL_WARN(priv, "Card state received: HW:%s SW:%s\n",
Zhu Yib481de92007-09-25 17:54:57 -0700911 (flags & HW_CARD_DISABLED) ? "Kill" : "On",
912 (flags & SW_CARD_DISABLED) ? "Kill" : "On");
913
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +0800914 iwl_write32(priv, CSR_UCODE_DRV_GP1_SET,
Zhu Yib481de92007-09-25 17:54:57 -0700915 CSR_UCODE_DRV_GP1_BIT_CMD_BLOCKED);
916
917 if (flags & HW_CARD_DISABLED)
918 set_bit(STATUS_RF_KILL_HW, &priv->status);
919 else
920 clear_bit(STATUS_RF_KILL_HW, &priv->status);
921
922
Winkler, Tomasaf0053d2009-01-19 15:30:23 -0800923 iwl_scan_cancel(priv);
Zhu Yib481de92007-09-25 17:54:57 -0700924
925 if ((test_bit(STATUS_RF_KILL_HW, &status) !=
Johannes Berga60e77e2009-06-04 18:26:06 +0200926 test_bit(STATUS_RF_KILL_HW, &priv->status)))
927 wiphy_rfkill_set_hw_state(priv->hw->wiphy,
928 test_bit(STATUS_RF_KILL_HW, &priv->status));
Zhu Yib481de92007-09-25 17:54:57 -0700929 else
930 wake_up_interruptible(&priv->wait_command_queue);
931}
932
933/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800934 * iwl3945_setup_rx_handlers - Initialize Rx handler callbacks
Zhu Yib481de92007-09-25 17:54:57 -0700935 *
936 * Setup the RX handlers for each of the reply types sent from the uCode
937 * to the host.
938 *
939 * This function chains into the hardware specific files for them to setup
940 * any hardware specific handlers as well.
941 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800942static void iwl3945_setup_rx_handlers(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -0700943{
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800944 priv->rx_handlers[REPLY_ALIVE] = iwl3945_rx_reply_alive;
945 priv->rx_handlers[REPLY_ADD_STA] = iwl3945_rx_reply_add_sta;
Abhijeet Kolekar261b9c32009-02-18 15:54:29 -0800946 priv->rx_handlers[REPLY_ERROR] = iwl_rx_reply_error;
Samuel Ortiz8ccde882009-01-27 14:27:52 -0800947 priv->rx_handlers[CHANNEL_SWITCH_NOTIFICATION] = iwl_rx_csa;
Reinette Chatre81963d62010-01-22 14:22:57 -0800948 priv->rx_handlers[SPECTRUM_MEASURE_NOTIFICATION] =
949 iwl_rx_spectrum_measure_notif;
Abhijeet Kolekar030f05e2009-02-18 15:54:28 -0800950 priv->rx_handlers[PM_SLEEP_NOTIFICATION] = iwl_rx_pm_sleep_notif;
Zhu Yib481de92007-09-25 17:54:57 -0700951 priv->rx_handlers[PM_DEBUG_STATISTIC_NOTIFIC] =
Abhijeet Kolekar030f05e2009-02-18 15:54:28 -0800952 iwl_rx_pm_debug_statistics_notif;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800953 priv->rx_handlers[BEACON_NOTIFICATION] = iwl3945_rx_beacon_notif;
Zhu Yib481de92007-09-25 17:54:57 -0700954
Ben Cahill9fbab512007-11-29 11:09:47 +0800955 /*
956 * The same handler is used for both the REPLY to a discrete
957 * statistics request from the host as well as for the periodic
958 * statistics notifications (after received beacons) from the uCode.
Zhu Yib481de92007-09-25 17:54:57 -0700959 */
Abhijeet Kolekar17f36fc2010-04-16 10:03:54 -0700960 priv->rx_handlers[REPLY_STATISTICS_CMD] = iwl3945_reply_statistics;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800961 priv->rx_handlers[STATISTICS_NOTIFICATION] = iwl3945_hw_rx_statistics;
Zhu Yib481de92007-09-25 17:54:57 -0700962
Abhijeet Kolekarcade0eb2009-02-18 15:54:26 -0800963 iwl_setup_rx_scan_handlers(priv);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800964 priv->rx_handlers[CARD_STATE_NOTIFICATION] = iwl3945_rx_card_state_notif;
Zhu Yib481de92007-09-25 17:54:57 -0700965
Ben Cahill9fbab512007-11-29 11:09:47 +0800966 /* Set up hardware specific Rx handlers */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800967 iwl3945_hw_rx_handler_setup(priv);
Zhu Yib481de92007-09-25 17:54:57 -0700968}
969
Zhu Yib481de92007-09-25 17:54:57 -0700970/************************** RX-FUNCTIONS ****************************/
971/*
972 * Rx theory of operation
973 *
974 * The host allocates 32 DMA target addresses and passes the host address
975 * to the firmware at register IWL_RFDS_TABLE_LOWER + N * RFD_SIZE where N is
976 * 0 to 31
977 *
978 * Rx Queue Indexes
979 * The host/firmware share two index registers for managing the Rx buffers.
980 *
981 * The READ index maps to the first position that the firmware may be writing
982 * to -- the driver can read up to (but not including) this position and get
983 * good data.
984 * The READ index is managed by the firmware once the card is enabled.
985 *
986 * The WRITE index maps to the last position the driver has read from -- the
987 * position preceding WRITE is the last slot the firmware can place a packet.
988 *
989 * The queue is empty (no good data) if WRITE = READ - 1, and is full if
990 * WRITE = READ.
991 *
Ben Cahill9fbab512007-11-29 11:09:47 +0800992 * During initialization, the host sets up the READ queue position to the first
Zhu Yib481de92007-09-25 17:54:57 -0700993 * INDEX position, and WRITE to the last (READ - 1 wrapped)
994 *
Ben Cahill9fbab512007-11-29 11:09:47 +0800995 * When the firmware places a packet in a buffer, it will advance the READ index
Zhu Yib481de92007-09-25 17:54:57 -0700996 * and fire the RX interrupt. The driver can then query the READ index and
997 * process as many packets as possible, moving the WRITE index forward as it
998 * resets the Rx queue buffers with new memory.
999 *
1000 * The management in the driver is as follows:
1001 * + A list of pre-allocated SKBs is stored in iwl->rxq->rx_free. When
1002 * iwl->rxq->free_count drops to or below RX_LOW_WATERMARK, work is scheduled
Ian Schram01ebd062007-10-25 17:15:22 +08001003 * to replenish the iwl->rxq->rx_free.
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001004 * + In iwl3945_rx_replenish (scheduled) if 'processed' != 'read' then the
Zhu Yib481de92007-09-25 17:54:57 -07001005 * iwl->rxq is replenished and the READ INDEX is updated (updating the
1006 * 'processed' and 'read' driver indexes as well)
1007 * + A received packet is processed and handed to the kernel network stack,
1008 * detached from the iwl->rxq. The driver 'processed' index is updated.
1009 * + The Host/Firmware iwl->rxq is replenished at tasklet time from the rx_free
1010 * list. If there are no allocated buffers in iwl->rxq->rx_free, the READ
1011 * INDEX is not incremented and iwl->status(RX_STALLED) is set. If there
1012 * were enough free buffers and RX_STALLED is set it is cleared.
1013 *
1014 *
1015 * Driver sequence:
1016 *
Ben Cahill9fbab512007-11-29 11:09:47 +08001017 * iwl3945_rx_replenish() Replenishes rx_free list from rx_used, and calls
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001018 * iwl3945_rx_queue_restock
Ben Cahill9fbab512007-11-29 11:09:47 +08001019 * iwl3945_rx_queue_restock() Moves available buffers from rx_free into Rx
Zhu Yib481de92007-09-25 17:54:57 -07001020 * queue, updates firmware pointers, and updates
1021 * the WRITE index. If insufficient rx_free buffers
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001022 * are available, schedules iwl3945_rx_replenish
Zhu Yib481de92007-09-25 17:54:57 -07001023 *
1024 * -- enable interrupts --
Abhijeet Kolekar6100b582008-12-19 10:37:24 +08001025 * ISR - iwl3945_rx() Detach iwl_rx_mem_buffers from pool up to the
Zhu Yib481de92007-09-25 17:54:57 -07001026 * READ INDEX, detaching the SKB from the pool.
1027 * Moves the packet buffer from queue to rx_used.
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001028 * Calls iwl3945_rx_queue_restock to refill any empty
Zhu Yib481de92007-09-25 17:54:57 -07001029 * slots.
1030 * ...
1031 *
1032 */
1033
1034/**
Ben Cahill9fbab512007-11-29 11:09:47 +08001035 * iwl3945_dma_addr2rbd_ptr - convert a DMA address to a uCode read buffer ptr
Zhu Yib481de92007-09-25 17:54:57 -07001036 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001037static inline __le32 iwl3945_dma_addr2rbd_ptr(struct iwl_priv *priv,
Zhu Yib481de92007-09-25 17:54:57 -07001038 dma_addr_t dma_addr)
1039{
1040 return cpu_to_le32((u32)dma_addr);
1041}
1042
1043/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001044 * iwl3945_rx_queue_restock - refill RX queue from pre-allocated pool
Zhu Yib481de92007-09-25 17:54:57 -07001045 *
Ben Cahill9fbab512007-11-29 11:09:47 +08001046 * If there are slots in the RX queue that need to be restocked,
Zhu Yib481de92007-09-25 17:54:57 -07001047 * and we have free pre-allocated buffers, fill the ranks as much
Ben Cahill9fbab512007-11-29 11:09:47 +08001048 * as we can, pulling from rx_free.
Zhu Yib481de92007-09-25 17:54:57 -07001049 *
1050 * This moves the 'write' index forward to catch up with 'processed', and
1051 * also updates the memory address in the firmware to reference the new
1052 * target buffer.
1053 */
Abhijeet Kolekar7bfedc52010-02-03 13:47:56 -08001054static void iwl3945_rx_queue_restock(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07001055{
Abhijeet Kolekarcc2f3622008-12-19 10:37:25 +08001056 struct iwl_rx_queue *rxq = &priv->rxq;
Zhu Yib481de92007-09-25 17:54:57 -07001057 struct list_head *element;
Abhijeet Kolekar6100b582008-12-19 10:37:24 +08001058 struct iwl_rx_mem_buffer *rxb;
Zhu Yib481de92007-09-25 17:54:57 -07001059 unsigned long flags;
Abhijeet Kolekar7bfedc52010-02-03 13:47:56 -08001060 int write;
Zhu Yib481de92007-09-25 17:54:57 -07001061
1062 spin_lock_irqsave(&rxq->lock, flags);
1063 write = rxq->write & ~0x7;
Winkler, Tomas37d68312009-01-08 10:19:54 -08001064 while ((iwl_rx_queue_space(rxq) > 0) && (rxq->free_count)) {
Cahill, Ben M6440adb2007-11-29 11:09:55 +08001065 /* Get next free Rx buffer, remove from free list */
Zhu Yib481de92007-09-25 17:54:57 -07001066 element = rxq->rx_free.next;
Abhijeet Kolekar6100b582008-12-19 10:37:24 +08001067 rxb = list_entry(element, struct iwl_rx_mem_buffer, list);
Zhu Yib481de92007-09-25 17:54:57 -07001068 list_del(element);
Cahill, Ben M6440adb2007-11-29 11:09:55 +08001069
1070 /* Point to Rx buffer via next RBD in circular buffer */
Zhu Yi2f301222009-10-09 17:19:45 +08001071 rxq->bd[rxq->write] = iwl3945_dma_addr2rbd_ptr(priv, rxb->page_dma);
Zhu Yib481de92007-09-25 17:54:57 -07001072 rxq->queue[rxq->write] = rxb;
1073 rxq->write = (rxq->write + 1) & RX_QUEUE_MASK;
1074 rxq->free_count--;
1075 }
1076 spin_unlock_irqrestore(&rxq->lock, flags);
1077 /* If the pre-allocated buffer pool is dropping low, schedule to
1078 * refill it */
1079 if (rxq->free_count <= RX_LOW_WATERMARK)
1080 queue_work(priv->workqueue, &priv->rx_replenish);
1081
1082
Cahill, Ben M6440adb2007-11-29 11:09:55 +08001083 /* If we've added more space for the firmware to place data, tell it.
1084 * Increment device's write pointer in multiples of 8. */
Abhijeet Kolekard14d44402009-06-03 11:44:08 -07001085 if ((rxq->write_actual != (rxq->write & ~0x7))
Zhu Yib481de92007-09-25 17:54:57 -07001086 || (abs(rxq->write - rxq->read) > 7)) {
1087 spin_lock_irqsave(&rxq->lock, flags);
1088 rxq->need_update = 1;
1089 spin_unlock_irqrestore(&rxq->lock, flags);
Abhijeet Kolekar7bfedc52010-02-03 13:47:56 -08001090 iwl_rx_queue_update_write_ptr(priv, rxq);
Zhu Yib481de92007-09-25 17:54:57 -07001091 }
Zhu Yib481de92007-09-25 17:54:57 -07001092}
1093
1094/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001095 * iwl3945_rx_replenish - Move all used packet from rx_used to rx_free
Zhu Yib481de92007-09-25 17:54:57 -07001096 *
1097 * When moving to rx_free an SKB is allocated for the slot.
1098 *
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001099 * Also restock the Rx queue via iwl3945_rx_queue_restock.
Ian Schram01ebd062007-10-25 17:15:22 +08001100 * This is called as a scheduled work item (except for during initialization)
Zhu Yib481de92007-09-25 17:54:57 -07001101 */
Abhijeet Kolekard14d44402009-06-03 11:44:08 -07001102static void iwl3945_rx_allocate(struct iwl_priv *priv, gfp_t priority)
Zhu Yib481de92007-09-25 17:54:57 -07001103{
Abhijeet Kolekarcc2f3622008-12-19 10:37:25 +08001104 struct iwl_rx_queue *rxq = &priv->rxq;
Zhu Yib481de92007-09-25 17:54:57 -07001105 struct list_head *element;
Abhijeet Kolekar6100b582008-12-19 10:37:24 +08001106 struct iwl_rx_mem_buffer *rxb;
Zhu Yi2f301222009-10-09 17:19:45 +08001107 struct page *page;
Zhu Yib481de92007-09-25 17:54:57 -07001108 unsigned long flags;
Zhu Yi29b1b262009-10-23 13:42:25 -07001109 gfp_t gfp_mask = priority;
Abhijeet Kolekar72240492009-04-30 13:56:26 -07001110
1111 while (1) {
1112 spin_lock_irqsave(&rxq->lock, flags);
1113
1114 if (list_empty(&rxq->rx_used)) {
1115 spin_unlock_irqrestore(&rxq->lock, flags);
1116 return;
1117 }
Abhijeet Kolekar72240492009-04-30 13:56:26 -07001118 spin_unlock_irqrestore(&rxq->lock, flags);
Cahill, Ben M6440adb2007-11-29 11:09:55 +08001119
Reinette Chatref82a9242009-09-17 10:43:56 -07001120 if (rxq->free_count > RX_LOW_WATERMARK)
Zhu Yi29b1b262009-10-23 13:42:25 -07001121 gfp_mask |= __GFP_NOWARN;
Zhu Yi2f301222009-10-09 17:19:45 +08001122
1123 if (priv->hw_params.rx_page_order > 0)
Zhu Yi29b1b262009-10-23 13:42:25 -07001124 gfp_mask |= __GFP_COMP;
Zhu Yi2f301222009-10-09 17:19:45 +08001125
Cahill, Ben M6440adb2007-11-29 11:09:55 +08001126 /* Alloc a new receive buffer */
Zhu Yi29b1b262009-10-23 13:42:25 -07001127 page = alloc_pages(gfp_mask, priv->hw_params.rx_page_order);
Zhu Yi2f301222009-10-09 17:19:45 +08001128 if (!page) {
Zhu Yib481de92007-09-25 17:54:57 -07001129 if (net_ratelimit())
Reinette Chatref82a9242009-09-17 10:43:56 -07001130 IWL_DEBUG_INFO(priv, "Failed to allocate SKB buffer.\n");
1131 if ((rxq->free_count <= RX_LOW_WATERMARK) &&
1132 net_ratelimit())
1133 IWL_CRIT(priv, "Failed to allocate SKB buffer with %s. Only %u free buffers remaining.\n",
1134 priority == GFP_ATOMIC ? "GFP_ATOMIC" : "GFP_KERNEL",
1135 rxq->free_count);
Zhu Yib481de92007-09-25 17:54:57 -07001136 /* We don't reschedule replenish work here -- we will
1137 * call the restock method and if it still needs
1138 * more buffers it will schedule replenish */
1139 break;
1140 }
Zhu Yi12342c42007-12-20 11:27:32 +08001141
Reinette Chatrede0bd502009-09-11 10:38:12 -07001142 spin_lock_irqsave(&rxq->lock, flags);
1143 if (list_empty(&rxq->rx_used)) {
1144 spin_unlock_irqrestore(&rxq->lock, flags);
Zhu Yi2f301222009-10-09 17:19:45 +08001145 __free_pages(page, priv->hw_params.rx_page_order);
Reinette Chatrede0bd502009-09-11 10:38:12 -07001146 return;
1147 }
1148 element = rxq->rx_used.next;
1149 rxb = list_entry(element, struct iwl_rx_mem_buffer, list);
1150 list_del(element);
1151 spin_unlock_irqrestore(&rxq->lock, flags);
1152
Zhu Yi2f301222009-10-09 17:19:45 +08001153 rxb->page = page;
Cahill, Ben M6440adb2007-11-29 11:09:55 +08001154 /* Get physical address of RB/SKB */
Zhu Yi2f301222009-10-09 17:19:45 +08001155 rxb->page_dma = pci_map_page(priv->pci_dev, page, 0,
1156 PAGE_SIZE << priv->hw_params.rx_page_order,
1157 PCI_DMA_FROMDEVICE);
Abhijeet Kolekar72240492009-04-30 13:56:26 -07001158
1159 spin_lock_irqsave(&rxq->lock, flags);
Zhu Yi2f301222009-10-09 17:19:45 +08001160
Zhu Yib481de92007-09-25 17:54:57 -07001161 list_add_tail(&rxb->list, &rxq->rx_free);
1162 rxq->free_count++;
Zhu Yi2f301222009-10-09 17:19:45 +08001163 priv->alloc_rxb_page++;
1164
Abhijeet Kolekar72240492009-04-30 13:56:26 -07001165 spin_unlock_irqrestore(&rxq->lock, flags);
Zhu Yib481de92007-09-25 17:54:57 -07001166 }
Mohamed Abbas5c0eef92007-11-29 11:10:14 +08001167}
1168
Reinette Chatredf833b12009-04-21 10:55:48 -07001169void iwl3945_rx_queue_reset(struct iwl_priv *priv, struct iwl_rx_queue *rxq)
1170{
1171 unsigned long flags;
1172 int i;
1173 spin_lock_irqsave(&rxq->lock, flags);
1174 INIT_LIST_HEAD(&rxq->rx_free);
1175 INIT_LIST_HEAD(&rxq->rx_used);
1176 /* Fill the rx_used queue with _all_ of the Rx buffers */
1177 for (i = 0; i < RX_FREE_BUFFERS + RX_QUEUE_SIZE; i++) {
1178 /* In the reset function, these buffers may have been allocated
1179 * to an SKB, so we need to unmap and free potential storage */
Zhu Yi2f301222009-10-09 17:19:45 +08001180 if (rxq->pool[i].page != NULL) {
1181 pci_unmap_page(priv->pci_dev, rxq->pool[i].page_dma,
1182 PAGE_SIZE << priv->hw_params.rx_page_order,
1183 PCI_DMA_FROMDEVICE);
Zhu Yi64a76b52009-12-10 14:37:21 -08001184 __iwl_free_pages(priv, rxq->pool[i].page);
Zhu Yi2f301222009-10-09 17:19:45 +08001185 rxq->pool[i].page = NULL;
Reinette Chatredf833b12009-04-21 10:55:48 -07001186 }
1187 list_add_tail(&rxq->pool[i].list, &rxq->rx_used);
1188 }
1189
1190 /* Set us so that we have processed and used all buffers, but have
1191 * not restocked the Rx queue with fresh buffers */
1192 rxq->read = rxq->write = 0;
Abhijeet Kolekard14d44402009-06-03 11:44:08 -07001193 rxq->write_actual = 0;
Zhu Yi2f301222009-10-09 17:19:45 +08001194 rxq->free_count = 0;
Reinette Chatredf833b12009-04-21 10:55:48 -07001195 spin_unlock_irqrestore(&rxq->lock, flags);
1196}
Reinette Chatredf833b12009-04-21 10:55:48 -07001197
Mohamed Abbas5c0eef92007-11-29 11:10:14 +08001198void iwl3945_rx_replenish(void *data)
1199{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001200 struct iwl_priv *priv = data;
Mohamed Abbas5c0eef92007-11-29 11:10:14 +08001201 unsigned long flags;
1202
Abhijeet Kolekard14d44402009-06-03 11:44:08 -07001203 iwl3945_rx_allocate(priv, GFP_KERNEL);
Zhu Yib481de92007-09-25 17:54:57 -07001204
1205 spin_lock_irqsave(&priv->lock, flags);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001206 iwl3945_rx_queue_restock(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001207 spin_unlock_irqrestore(&priv->lock, flags);
1208}
1209
Abhijeet Kolekard14d44402009-06-03 11:44:08 -07001210static void iwl3945_rx_replenish_now(struct iwl_priv *priv)
1211{
1212 iwl3945_rx_allocate(priv, GFP_ATOMIC);
1213
1214 iwl3945_rx_queue_restock(priv);
1215}
1216
1217
Reinette Chatredf833b12009-04-21 10:55:48 -07001218/* Assumes that the skb field of the buffers in 'pool' is kept accurate.
1219 * If an SKB has been detached, the POOL needs to have its SKB set to NULL
1220 * This free routine walks the list of POOL entries and if SKB is set to
1221 * non NULL it is unmapped and freed
1222 */
1223static void iwl3945_rx_queue_free(struct iwl_priv *priv, struct iwl_rx_queue *rxq)
1224{
1225 int i;
1226 for (i = 0; i < RX_QUEUE_SIZE + RX_FREE_BUFFERS; i++) {
Zhu Yi2f301222009-10-09 17:19:45 +08001227 if (rxq->pool[i].page != NULL) {
1228 pci_unmap_page(priv->pci_dev, rxq->pool[i].page_dma,
1229 PAGE_SIZE << priv->hw_params.rx_page_order,
1230 PCI_DMA_FROMDEVICE);
Zhu Yi64a76b52009-12-10 14:37:21 -08001231 __iwl_free_pages(priv, rxq->pool[i].page);
Zhu Yi2f301222009-10-09 17:19:45 +08001232 rxq->pool[i].page = NULL;
Reinette Chatredf833b12009-04-21 10:55:48 -07001233 }
1234 }
1235
Stanislaw Gruszkaf36d04a2010-02-10 05:07:45 -08001236 dma_free_coherent(&priv->pci_dev->dev, 4 * RX_QUEUE_SIZE, rxq->bd,
1237 rxq->dma_addr);
1238 dma_free_coherent(&priv->pci_dev->dev, sizeof(struct iwl_rb_status),
1239 rxq->rb_stts, rxq->rb_stts_dma);
Reinette Chatredf833b12009-04-21 10:55:48 -07001240 rxq->bd = NULL;
1241 rxq->rb_stts = NULL;
1242}
Reinette Chatredf833b12009-04-21 10:55:48 -07001243
1244
Zhu Yib481de92007-09-25 17:54:57 -07001245/* Convert linear signal-to-noise ratio into dB */
1246static u8 ratio2dB[100] = {
1247/* 0 1 2 3 4 5 6 7 8 9 */
1248 0, 0, 6, 10, 12, 14, 16, 17, 18, 19, /* 00 - 09 */
1249 20, 21, 22, 22, 23, 23, 24, 25, 26, 26, /* 10 - 19 */
1250 26, 26, 26, 27, 27, 28, 28, 28, 29, 29, /* 20 - 29 */
1251 29, 30, 30, 30, 31, 31, 31, 31, 32, 32, /* 30 - 39 */
1252 32, 32, 32, 33, 33, 33, 33, 33, 34, 34, /* 40 - 49 */
1253 34, 34, 34, 34, 35, 35, 35, 35, 35, 35, /* 50 - 59 */
1254 36, 36, 36, 36, 36, 36, 36, 37, 37, 37, /* 60 - 69 */
1255 37, 37, 37, 37, 37, 38, 38, 38, 38, 38, /* 70 - 79 */
1256 38, 38, 38, 38, 38, 39, 39, 39, 39, 39, /* 80 - 89 */
1257 39, 39, 39, 39, 39, 40, 40, 40, 40, 40 /* 90 - 99 */
1258};
1259
1260/* Calculates a relative dB value from a ratio of linear
1261 * (i.e. not dB) signal levels.
1262 * Conversion assumes that levels are voltages (20*log), not powers (10*log). */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001263int iwl3945_calc_db_from_ratio(int sig_ratio)
Zhu Yib481de92007-09-25 17:54:57 -07001264{
Adrian Bunk221c80c2008-02-02 23:19:01 +02001265 /* 1000:1 or higher just report as 60 dB */
1266 if (sig_ratio >= 1000)
Zhu Yib481de92007-09-25 17:54:57 -07001267 return 60;
1268
Adrian Bunk221c80c2008-02-02 23:19:01 +02001269 /* 100:1 or higher, divide by 10 and use table,
Zhu Yib481de92007-09-25 17:54:57 -07001270 * add 20 dB to make up for divide by 10 */
Adrian Bunk221c80c2008-02-02 23:19:01 +02001271 if (sig_ratio >= 100)
Tomas Winkler3ac7f142008-07-21 02:40:14 +03001272 return 20 + (int)ratio2dB[sig_ratio/10];
Zhu Yib481de92007-09-25 17:54:57 -07001273
1274 /* We shouldn't see this */
1275 if (sig_ratio < 1)
1276 return 0;
1277
1278 /* Use table for ratios 1:1 - 99:1 */
1279 return (int)ratio2dB[sig_ratio];
1280}
1281
Zhu Yib481de92007-09-25 17:54:57 -07001282/**
Ben Cahill9fbab512007-11-29 11:09:47 +08001283 * iwl3945_rx_handle - Main entry function for receiving responses from uCode
Zhu Yib481de92007-09-25 17:54:57 -07001284 *
1285 * Uses the priv->rx_handlers callback function array to invoke
1286 * the appropriate handlers, including command responses,
1287 * frame-received notifications, and other notifications.
1288 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001289static void iwl3945_rx_handle(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07001290{
Abhijeet Kolekar6100b582008-12-19 10:37:24 +08001291 struct iwl_rx_mem_buffer *rxb;
Tomas Winkler3d24a9f2008-12-19 10:37:07 +08001292 struct iwl_rx_packet *pkt;
Abhijeet Kolekarcc2f3622008-12-19 10:37:25 +08001293 struct iwl_rx_queue *rxq = &priv->rxq;
Zhu Yib481de92007-09-25 17:54:57 -07001294 u32 r, i;
1295 int reclaim;
1296 unsigned long flags;
Mohamed Abbas5c0eef92007-11-29 11:10:14 +08001297 u8 fill_rx = 0;
Mohamed Abbasd68ab682008-02-07 13:16:33 -08001298 u32 count = 8;
Abhijeet Kolekard14d44402009-06-03 11:44:08 -07001299 int total_empty = 0;
Zhu Yib481de92007-09-25 17:54:57 -07001300
Cahill, Ben M6440adb2007-11-29 11:09:55 +08001301 /* uCode's read index (stored in shared DRAM) indicates the last Rx
1302 * buffer that the driver may process (last buffer filled by ucode). */
Winkler, Tomas8cd812b2008-12-19 10:37:43 +08001303 r = le16_to_cpu(rxq->rb_stts->closed_rb_num) & 0x0FFF;
Zhu Yib481de92007-09-25 17:54:57 -07001304 i = rxq->read;
1305
Abhijeet Kolekard14d44402009-06-03 11:44:08 -07001306 /* calculate total frames need to be restock after handling RX */
Zhu Yi73005152009-10-23 13:42:32 -07001307 total_empty = r - rxq->write_actual;
Abhijeet Kolekard14d44402009-06-03 11:44:08 -07001308 if (total_empty < 0)
1309 total_empty += RX_QUEUE_SIZE;
1310
1311 if (total_empty > (RX_QUEUE_SIZE / 2))
Mohamed Abbas5c0eef92007-11-29 11:10:14 +08001312 fill_rx = 1;
Zhu Yib481de92007-09-25 17:54:57 -07001313 /* Rx interrupt, but nothing sent from uCode */
1314 if (i == r)
Reinette Chatreaf472a952009-08-28 09:58:50 -07001315 IWL_DEBUG_RX(priv, "r = %d, i = %d\n", r, i);
Zhu Yib481de92007-09-25 17:54:57 -07001316
1317 while (i != r) {
1318 rxb = rxq->queue[i];
1319
Ben Cahill9fbab512007-11-29 11:09:47 +08001320 /* If an RXB doesn't have a Rx queue slot associated with it,
Zhu Yib481de92007-09-25 17:54:57 -07001321 * then a bug has been introduced in the queue refilling
1322 * routines -- catch it here */
1323 BUG_ON(rxb == NULL);
1324
1325 rxq->queue[i] = NULL;
1326
Zhu Yi2f301222009-10-09 17:19:45 +08001327 pci_unmap_page(priv->pci_dev, rxb->page_dma,
1328 PAGE_SIZE << priv->hw_params.rx_page_order,
1329 PCI_DMA_FROMDEVICE);
1330 pkt = rxb_addr(rxb);
Zhu Yib481de92007-09-25 17:54:57 -07001331
Johannes Bergbe1a71a2009-10-02 13:44:02 -07001332 trace_iwlwifi_dev_rx(priv, pkt,
1333 le32_to_cpu(pkt->len_n_flags) & FH_RSCSR_FRAME_SIZE_MSK);
1334
Zhu Yib481de92007-09-25 17:54:57 -07001335 /* Reclaim a command buffer only if this packet is a response
1336 * to a (driver-originated) command.
1337 * If the packet (e.g. Rx frame) originated from uCode,
1338 * there is no command buffer to reclaim.
1339 * Ucode should set SEQ_RX_FRAME bit if ucode-originated,
1340 * but apparently a few don't get set; catch them here. */
1341 reclaim = !(pkt->hdr.sequence & SEQ_RX_FRAME) &&
1342 (pkt->hdr.cmd != STATISTICS_NOTIFICATION) &&
1343 (pkt->hdr.cmd != REPLY_TX);
1344
1345 /* Based on type of command response or notification,
1346 * handle those that need handling via function in
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001347 * rx_handlers table. See iwl3945_setup_rx_handlers() */
Zhu Yib481de92007-09-25 17:54:57 -07001348 if (priv->rx_handlers[pkt->hdr.cmd]) {
Reinette Chatreaf472a952009-08-28 09:58:50 -07001349 IWL_DEBUG_RX(priv, "r = %d, i = %d, %s, 0x%02x\n", r, i,
Zhu Yib481de92007-09-25 17:54:57 -07001350 get_cmd_string(pkt->hdr.cmd), pkt->hdr.cmd);
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001351 priv->isr_stats.rx_handlers[pkt->hdr.cmd]++;
Zhu Yi29b1b262009-10-23 13:42:25 -07001352 priv->rx_handlers[pkt->hdr.cmd] (priv, rxb);
Zhu Yib481de92007-09-25 17:54:57 -07001353 } else {
1354 /* No handling needed */
Zhu Yi2f301222009-10-09 17:19:45 +08001355 IWL_DEBUG_RX(priv,
1356 "r %d i %d No handler needed for %s, 0x%02x\n",
Zhu Yib481de92007-09-25 17:54:57 -07001357 r, i, get_cmd_string(pkt->hdr.cmd),
1358 pkt->hdr.cmd);
1359 }
1360
Zhu Yi29b1b262009-10-23 13:42:25 -07001361 /*
1362 * XXX: After here, we should always check rxb->page
1363 * against NULL before touching it or its virtual
1364 * memory (pkt). Because some rx_handler might have
1365 * already taken or freed the pages.
1366 */
1367
Zhu Yib481de92007-09-25 17:54:57 -07001368 if (reclaim) {
Zhu Yi2f301222009-10-09 17:19:45 +08001369 /* Invoke any callbacks, transfer the buffer to caller,
1370 * and fire off the (possibly) blocking iwl_send_cmd()
Zhu Yib481de92007-09-25 17:54:57 -07001371 * as we reclaim the driver command queue */
Zhu Yi29b1b262009-10-23 13:42:25 -07001372 if (rxb->page)
Abhijeet Kolekar732587a2009-03-11 11:17:57 -07001373 iwl_tx_cmd_complete(priv, rxb);
Zhu Yib481de92007-09-25 17:54:57 -07001374 else
Winkler, Tomas39aadf82008-12-19 10:37:32 +08001375 IWL_WARN(priv, "Claim null rxb?\n");
Zhu Yib481de92007-09-25 17:54:57 -07001376 }
1377
Zhu Yi73005152009-10-23 13:42:32 -07001378 /* Reuse the page if possible. For notification packets and
1379 * SKBs that fail to Rx correctly, add them back into the
1380 * rx_free list for reuse later. */
Zhu Yib481de92007-09-25 17:54:57 -07001381 spin_lock_irqsave(&rxq->lock, flags);
Zhu Yi73005152009-10-23 13:42:32 -07001382 if (rxb->page != NULL) {
1383 rxb->page_dma = pci_map_page(priv->pci_dev, rxb->page,
1384 0, PAGE_SIZE << priv->hw_params.rx_page_order,
1385 PCI_DMA_FROMDEVICE);
1386 list_add_tail(&rxb->list, &rxq->rx_free);
1387 rxq->free_count++;
1388 } else
1389 list_add_tail(&rxb->list, &rxq->rx_used);
1390
Zhu Yib481de92007-09-25 17:54:57 -07001391 spin_unlock_irqrestore(&rxq->lock, flags);
Zhu Yi73005152009-10-23 13:42:32 -07001392
Zhu Yib481de92007-09-25 17:54:57 -07001393 i = (i + 1) & RX_QUEUE_MASK;
Mohamed Abbas5c0eef92007-11-29 11:10:14 +08001394 /* If there are a lot of unused frames,
1395 * restock the Rx queue so ucode won't assert. */
1396 if (fill_rx) {
1397 count++;
1398 if (count >= 8) {
Zhu Yi73005152009-10-23 13:42:32 -07001399 rxq->read = i;
Abhijeet Kolekard14d44402009-06-03 11:44:08 -07001400 iwl3945_rx_replenish_now(priv);
Mohamed Abbas5c0eef92007-11-29 11:10:14 +08001401 count = 0;
1402 }
1403 }
Zhu Yib481de92007-09-25 17:54:57 -07001404 }
1405
1406 /* Backtrack one entry */
Zhu Yi73005152009-10-23 13:42:32 -07001407 rxq->read = i;
Abhijeet Kolekard14d44402009-06-03 11:44:08 -07001408 if (fill_rx)
1409 iwl3945_rx_replenish_now(priv);
1410 else
1411 iwl3945_rx_queue_restock(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001412}
1413
Mohamed Abbas0359fac2008-03-28 16:21:08 -07001414/* call this function to flush any scheduled tasklet */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001415static inline void iwl_synchronize_irq(struct iwl_priv *priv)
Mohamed Abbas0359fac2008-03-28 16:21:08 -07001416{
Tomas Winklera96a27f2008-10-23 23:48:56 -07001417 /* wait to make sure we flush pending tasklet*/
Mohamed Abbas0359fac2008-03-28 16:21:08 -07001418 synchronize_irq(priv->pci_dev->irq);
1419 tasklet_kill(&priv->irq_tasklet);
1420}
1421
Zhu Yib481de92007-09-25 17:54:57 -07001422static const char *desc_lookup(int i)
1423{
1424 switch (i) {
1425 case 1:
1426 return "FAIL";
1427 case 2:
1428 return "BAD_PARAM";
1429 case 3:
1430 return "BAD_CHECKSUM";
1431 case 4:
1432 return "NMI_INTERRUPT";
1433 case 5:
1434 return "SYSASSERT";
1435 case 6:
1436 return "FATAL_ERROR";
1437 }
1438
1439 return "UNKNOWN";
1440}
1441
1442#define ERROR_START_OFFSET (1 * sizeof(u32))
1443#define ERROR_ELEM_SIZE (7 * sizeof(u32))
1444
Reinette Chatreb7a79402009-09-25 14:24:23 -07001445void iwl3945_dump_nic_error_log(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07001446{
1447 u32 i;
1448 u32 desc, time, count, base, data1;
1449 u32 blink1, blink2, ilink1, ilink2;
Zhu Yib481de92007-09-25 17:54:57 -07001450
1451 base = le32_to_cpu(priv->card_alive.error_event_table_ptr);
1452
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001453 if (!iwl3945_hw_valid_rtc_data_addr(base)) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08001454 IWL_ERR(priv, "Not valid error log pointer 0x%08X\n", base);
Zhu Yib481de92007-09-25 17:54:57 -07001455 return;
1456 }
1457
Zhu Yib481de92007-09-25 17:54:57 -07001458
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001459 count = iwl_read_targ_mem(priv, base);
Zhu Yib481de92007-09-25 17:54:57 -07001460
1461 if (ERROR_START_OFFSET <= count * ERROR_ELEM_SIZE) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08001462 IWL_ERR(priv, "Start IWL Error Log Dump:\n");
1463 IWL_ERR(priv, "Status: 0x%08lX, count: %d\n",
1464 priv->status, count);
Zhu Yib481de92007-09-25 17:54:57 -07001465 }
1466
Winkler, Tomas15b16872008-12-19 10:37:33 +08001467 IWL_ERR(priv, "Desc Time asrtPC blink2 "
Zhu Yib481de92007-09-25 17:54:57 -07001468 "ilink1 nmiPC Line\n");
1469 for (i = ERROR_START_OFFSET;
1470 i < (count * ERROR_ELEM_SIZE) + ERROR_START_OFFSET;
1471 i += ERROR_ELEM_SIZE) {
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001472 desc = iwl_read_targ_mem(priv, base + i);
Zhu Yib481de92007-09-25 17:54:57 -07001473 time =
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001474 iwl_read_targ_mem(priv, base + i + 1 * sizeof(u32));
Zhu Yib481de92007-09-25 17:54:57 -07001475 blink1 =
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001476 iwl_read_targ_mem(priv, base + i + 2 * sizeof(u32));
Zhu Yib481de92007-09-25 17:54:57 -07001477 blink2 =
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001478 iwl_read_targ_mem(priv, base + i + 3 * sizeof(u32));
Zhu Yib481de92007-09-25 17:54:57 -07001479 ilink1 =
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001480 iwl_read_targ_mem(priv, base + i + 4 * sizeof(u32));
Zhu Yib481de92007-09-25 17:54:57 -07001481 ilink2 =
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001482 iwl_read_targ_mem(priv, base + i + 5 * sizeof(u32));
Zhu Yib481de92007-09-25 17:54:57 -07001483 data1 =
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001484 iwl_read_targ_mem(priv, base + i + 6 * sizeof(u32));
Zhu Yib481de92007-09-25 17:54:57 -07001485
Winkler, Tomas15b16872008-12-19 10:37:33 +08001486 IWL_ERR(priv,
1487 "%-13s (#%d) %010u 0x%05X 0x%05X 0x%05X 0x%05X %u\n\n",
1488 desc_lookup(desc), desc, time, blink1, blink2,
1489 ilink1, ilink2, data1);
Johannes Bergbe1a71a2009-10-02 13:44:02 -07001490 trace_iwlwifi_dev_ucode_error(priv, desc, time, data1, 0,
1491 0, blink1, blink2, ilink1, ilink2);
Zhu Yib481de92007-09-25 17:54:57 -07001492 }
Zhu Yib481de92007-09-25 17:54:57 -07001493}
1494
Ben Cahillf58177b2007-11-29 11:09:43 +08001495#define EVENT_START_OFFSET (6 * sizeof(u32))
Zhu Yib481de92007-09-25 17:54:57 -07001496
1497/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001498 * iwl3945_print_event_log - Dump error event log to syslog
Zhu Yib481de92007-09-25 17:54:57 -07001499 *
Zhu Yib481de92007-09-25 17:54:57 -07001500 */
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001501static int iwl3945_print_event_log(struct iwl_priv *priv, u32 start_idx,
1502 u32 num_events, u32 mode,
1503 int pos, char **buf, size_t bufsz)
Zhu Yib481de92007-09-25 17:54:57 -07001504{
1505 u32 i;
1506 u32 base; /* SRAM byte address of event log header */
1507 u32 event_size; /* 2 u32s, or 3 u32s if timestamp recorded */
1508 u32 ptr; /* SRAM byte address of log data */
1509 u32 ev, time, data; /* event log data */
Ben Cahille5854472009-11-06 14:52:58 -08001510 unsigned long reg_flags;
Zhu Yib481de92007-09-25 17:54:57 -07001511
1512 if (num_events == 0)
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001513 return pos;
Zhu Yib481de92007-09-25 17:54:57 -07001514
1515 base = le32_to_cpu(priv->card_alive.log_event_table_ptr);
1516
1517 if (mode == 0)
1518 event_size = 2 * sizeof(u32);
1519 else
1520 event_size = 3 * sizeof(u32);
1521
1522 ptr = base + EVENT_START_OFFSET + (start_idx * event_size);
1523
Ben Cahille5854472009-11-06 14:52:58 -08001524 /* Make sure device is powered up for SRAM reads */
1525 spin_lock_irqsave(&priv->reg_lock, reg_flags);
1526 iwl_grab_nic_access(priv);
1527
1528 /* Set starting address; reads will auto-increment */
1529 _iwl_write_direct32(priv, HBUS_TARG_MEM_RADDR, ptr);
1530 rmb();
1531
Zhu Yib481de92007-09-25 17:54:57 -07001532 /* "time" is actually "data" for mode 0 (no timestamp).
1533 * place event id # at far right for easier visual parsing. */
1534 for (i = 0; i < num_events; i++) {
Ben Cahille5854472009-11-06 14:52:58 -08001535 ev = _iwl_read_direct32(priv, HBUS_TARG_MEM_RDAT);
1536 time = _iwl_read_direct32(priv, HBUS_TARG_MEM_RDAT);
Winkler, Tomas15b16872008-12-19 10:37:33 +08001537 if (mode == 0) {
1538 /* data, ev */
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001539 if (bufsz) {
1540 pos += scnprintf(*buf + pos, bufsz - pos,
1541 "0x%08x:%04u\n",
1542 time, ev);
1543 } else {
1544 IWL_ERR(priv, "0x%08x\t%04u\n", time, ev);
1545 trace_iwlwifi_dev_ucode_event(priv, 0,
1546 time, ev);
1547 }
Winkler, Tomas15b16872008-12-19 10:37:33 +08001548 } else {
Ben Cahille5854472009-11-06 14:52:58 -08001549 data = _iwl_read_direct32(priv, HBUS_TARG_MEM_RDAT);
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001550 if (bufsz) {
1551 pos += scnprintf(*buf + pos, bufsz - pos,
1552 "%010u:0x%08x:%04u\n",
1553 time, data, ev);
1554 } else {
1555 IWL_ERR(priv, "%010u\t0x%08x\t%04u\n",
1556 time, data, ev);
1557 trace_iwlwifi_dev_ucode_event(priv, time,
1558 data, ev);
1559 }
Zhu Yib481de92007-09-25 17:54:57 -07001560 }
1561 }
Ben Cahille5854472009-11-06 14:52:58 -08001562
1563 /* Allow device to power down */
1564 iwl_release_nic_access(priv);
1565 spin_unlock_irqrestore(&priv->reg_lock, reg_flags);
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001566 return pos;
Zhu Yib481de92007-09-25 17:54:57 -07001567}
1568
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001569/**
1570 * iwl3945_print_last_event_logs - Dump the newest # of event log to syslog
1571 */
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001572static int iwl3945_print_last_event_logs(struct iwl_priv *priv, u32 capacity,
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001573 u32 num_wraps, u32 next_entry,
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001574 u32 size, u32 mode,
1575 int pos, char **buf, size_t bufsz)
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001576{
1577 /*
1578 * display the newest DEFAULT_LOG_ENTRIES entries
1579 * i.e the entries just before the next ont that uCode would fill.
1580 */
1581 if (num_wraps) {
1582 if (next_entry < size) {
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001583 pos = iwl3945_print_event_log(priv,
1584 capacity - (size - next_entry),
1585 size - next_entry, mode,
1586 pos, buf, bufsz);
1587 pos = iwl3945_print_event_log(priv, 0,
1588 next_entry, mode,
1589 pos, buf, bufsz);
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001590 } else
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001591 pos = iwl3945_print_event_log(priv, next_entry - size,
1592 size, mode,
1593 pos, buf, bufsz);
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001594 } else {
1595 if (next_entry < size)
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001596 pos = iwl3945_print_event_log(priv, 0,
1597 next_entry, mode,
1598 pos, buf, bufsz);
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001599 else
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001600 pos = iwl3945_print_event_log(priv, next_entry - size,
1601 size, mode,
1602 pos, buf, bufsz);
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001603 }
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001604 return pos;
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001605}
1606
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001607#define DEFAULT_IWL3945_DUMP_EVENT_LOG_ENTRIES (20)
1608
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001609int iwl3945_dump_nic_event_log(struct iwl_priv *priv, bool full_log,
1610 char **buf, bool display)
Zhu Yib481de92007-09-25 17:54:57 -07001611{
Zhu Yib481de92007-09-25 17:54:57 -07001612 u32 base; /* SRAM byte address of event log header */
1613 u32 capacity; /* event log capacity in # entries */
1614 u32 mode; /* 0 - no timestamp, 1 - timestamp recorded */
1615 u32 num_wraps; /* # times uCode wrapped to top of log */
1616 u32 next_entry; /* index of next entry to be written by uCode */
1617 u32 size; /* # entries that we'll print */
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001618 int pos = 0;
1619 size_t bufsz = 0;
Zhu Yib481de92007-09-25 17:54:57 -07001620
1621 base = le32_to_cpu(priv->card_alive.log_event_table_ptr);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001622 if (!iwl3945_hw_valid_rtc_data_addr(base)) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08001623 IWL_ERR(priv, "Invalid event log pointer 0x%08X\n", base);
Wey-Yi Guy937c3972010-01-15 13:43:36 -08001624 return -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07001625 }
1626
Zhu Yib481de92007-09-25 17:54:57 -07001627 /* event log header */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001628 capacity = iwl_read_targ_mem(priv, base);
1629 mode = iwl_read_targ_mem(priv, base + (1 * sizeof(u32)));
1630 num_wraps = iwl_read_targ_mem(priv, base + (2 * sizeof(u32)));
1631 next_entry = iwl_read_targ_mem(priv, base + (3 * sizeof(u32)));
Zhu Yib481de92007-09-25 17:54:57 -07001632
Wey-Yi Guy678b3852010-03-26 12:54:37 -07001633 if (capacity > priv->cfg->max_event_log_size) {
Ben Cahill84c40692009-11-06 14:52:57 -08001634 IWL_ERR(priv, "Log capacity %d is bogus, limit to %d entries\n",
Wey-Yi Guy678b3852010-03-26 12:54:37 -07001635 capacity, priv->cfg->max_event_log_size);
1636 capacity = priv->cfg->max_event_log_size;
Ben Cahill84c40692009-11-06 14:52:57 -08001637 }
1638
Wey-Yi Guy678b3852010-03-26 12:54:37 -07001639 if (next_entry > priv->cfg->max_event_log_size) {
Ben Cahill84c40692009-11-06 14:52:57 -08001640 IWL_ERR(priv, "Log write index %d is bogus, limit to %d\n",
Wey-Yi Guy678b3852010-03-26 12:54:37 -07001641 next_entry, priv->cfg->max_event_log_size);
1642 next_entry = priv->cfg->max_event_log_size;
Ben Cahill84c40692009-11-06 14:52:57 -08001643 }
1644
Zhu Yib481de92007-09-25 17:54:57 -07001645 size = num_wraps ? capacity : next_entry;
1646
1647 /* bail out if nothing in log */
1648 if (size == 0) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08001649 IWL_ERR(priv, "Start IWL Event Log Dump: nothing in log\n");
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001650 return pos;
Zhu Yib481de92007-09-25 17:54:57 -07001651 }
1652
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001653#ifdef CONFIG_IWLWIFI_DEBUG
Wey-Yi Guy521d9bc2009-12-10 14:37:23 -08001654 if (!(iwl_get_debug_level(priv) & IWL_DL_FW_ERRORS) && !full_log)
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001655 size = (size > DEFAULT_IWL3945_DUMP_EVENT_LOG_ENTRIES)
1656 ? DEFAULT_IWL3945_DUMP_EVENT_LOG_ENTRIES : size;
1657#else
1658 size = (size > DEFAULT_IWL3945_DUMP_EVENT_LOG_ENTRIES)
1659 ? DEFAULT_IWL3945_DUMP_EVENT_LOG_ENTRIES : size;
1660#endif
1661
1662 IWL_ERR(priv, "Start IWL Event Log Dump: display last %d count\n",
1663 size);
Zhu Yib481de92007-09-25 17:54:57 -07001664
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001665#ifdef CONFIG_IWLWIFI_DEBUG
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001666 if (display) {
1667 if (full_log)
1668 bufsz = capacity * 48;
1669 else
1670 bufsz = size * 48;
1671 *buf = kmalloc(bufsz, GFP_KERNEL);
1672 if (!*buf)
Wey-Yi Guy937c3972010-01-15 13:43:36 -08001673 return -ENOMEM;
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001674 }
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001675 if ((iwl_get_debug_level(priv) & IWL_DL_FW_ERRORS) || full_log) {
1676 /* if uCode has wrapped back to top of log,
1677 * start at the oldest entry,
1678 * i.e the next one that uCode would fill.
1679 */
1680 if (num_wraps)
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001681 pos = iwl3945_print_event_log(priv, next_entry,
1682 capacity - next_entry, mode,
1683 pos, buf, bufsz);
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001684
1685 /* (then/else) start at top of log */
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001686 pos = iwl3945_print_event_log(priv, 0, next_entry, mode,
1687 pos, buf, bufsz);
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001688 } else
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001689 pos = iwl3945_print_last_event_logs(priv, capacity, num_wraps,
1690 next_entry, size, mode,
1691 pos, buf, bufsz);
Reinette Chatreb7a79402009-09-25 14:24:23 -07001692#else
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001693 pos = iwl3945_print_last_event_logs(priv, capacity, num_wraps,
1694 next_entry, size, mode,
1695 pos, buf, bufsz);
Reinette Chatreb7a79402009-09-25 14:24:23 -07001696#endif
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001697 return pos;
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001698}
1699
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001700static void iwl3945_irq_tasklet(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07001701{
1702 u32 inta, handled = 0;
1703 u32 inta_fh;
1704 unsigned long flags;
Samuel Ortizd08853a2009-01-23 13:45:17 -08001705#ifdef CONFIG_IWLWIFI_DEBUG
Zhu Yib481de92007-09-25 17:54:57 -07001706 u32 inta_mask;
1707#endif
1708
1709 spin_lock_irqsave(&priv->lock, flags);
1710
1711 /* Ack/clear/reset pending uCode interrupts.
1712 * Note: Some bits in CSR_INT are "OR" of bits in CSR_FH_INT_STATUS,
1713 * and will clear only when CSR_FH_INT_STATUS gets cleared. */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001714 inta = iwl_read32(priv, CSR_INT);
1715 iwl_write32(priv, CSR_INT, inta);
Zhu Yib481de92007-09-25 17:54:57 -07001716
1717 /* Ack/clear/reset pending flow-handler (DMA) interrupts.
1718 * Any new interrupts that happen after this, either while we're
1719 * in this tasklet, or later, will show up in next ISR/tasklet. */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001720 inta_fh = iwl_read32(priv, CSR_FH_INT_STATUS);
1721 iwl_write32(priv, CSR_FH_INT_STATUS, inta_fh);
Zhu Yib481de92007-09-25 17:54:57 -07001722
Samuel Ortizd08853a2009-01-23 13:45:17 -08001723#ifdef CONFIG_IWLWIFI_DEBUG
Reinette Chatre3d816c72009-08-07 15:41:37 -07001724 if (iwl_get_debug_level(priv) & IWL_DL_ISR) {
Ben Cahill9fbab512007-11-29 11:09:47 +08001725 /* just for debug */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001726 inta_mask = iwl_read32(priv, CSR_INT_MASK);
Tomas Winklere1623442009-01-27 14:27:56 -08001727 IWL_DEBUG_ISR(priv, "inta 0x%08x, enabled 0x%08x, fh 0x%08x\n",
Zhu Yib481de92007-09-25 17:54:57 -07001728 inta, inta_mask, inta_fh);
1729 }
1730#endif
1731
Zhu Yi2f301222009-10-09 17:19:45 +08001732 spin_unlock_irqrestore(&priv->lock, flags);
1733
Zhu Yib481de92007-09-25 17:54:57 -07001734 /* Since CSR_INT and CSR_FH_INT_STATUS reads and clears are not
1735 * atomic, make sure that inta covers all the interrupts that
1736 * we've discovered, even if FH interrupt came in just after
1737 * reading CSR_INT. */
Tomas Winkler6f83eaa2008-03-04 18:09:28 -08001738 if (inta_fh & CSR39_FH_INT_RX_MASK)
Zhu Yib481de92007-09-25 17:54:57 -07001739 inta |= CSR_INT_BIT_FH_RX;
Tomas Winkler6f83eaa2008-03-04 18:09:28 -08001740 if (inta_fh & CSR39_FH_INT_TX_MASK)
Zhu Yib481de92007-09-25 17:54:57 -07001741 inta |= CSR_INT_BIT_FH_TX;
1742
1743 /* Now service all interrupt bits discovered above. */
1744 if (inta & CSR_INT_BIT_HW_ERR) {
Reinette Chatre58dba722009-07-17 09:30:25 -07001745 IWL_ERR(priv, "Hardware error detected. Restarting.\n");
Zhu Yib481de92007-09-25 17:54:57 -07001746
1747 /* Tell the device to stop sending interrupts */
Abhijeet Kolekared3b9322009-02-18 15:54:30 -08001748 iwl_disable_interrupts(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001749
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001750 priv->isr_stats.hw++;
Samuel Ortiz8ccde882009-01-27 14:27:52 -08001751 iwl_irq_handle_error(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001752
1753 handled |= CSR_INT_BIT_HW_ERR;
1754
Zhu Yib481de92007-09-25 17:54:57 -07001755 return;
1756 }
1757
Samuel Ortizd08853a2009-01-23 13:45:17 -08001758#ifdef CONFIG_IWLWIFI_DEBUG
Reinette Chatre3d816c72009-08-07 15:41:37 -07001759 if (iwl_get_debug_level(priv) & (IWL_DL_ISR)) {
Zhu Yib481de92007-09-25 17:54:57 -07001760 /* NIC fires this, but we don't use it, redundant with WAKEUP */
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001761 if (inta & CSR_INT_BIT_SCD) {
Tomas Winklere1623442009-01-27 14:27:56 -08001762 IWL_DEBUG_ISR(priv, "Scheduler finished to transmit "
Joonwoo Park25c03d82008-01-23 10:15:20 -08001763 "the frame/frames.\n");
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001764 priv->isr_stats.sch++;
1765 }
Zhu Yib481de92007-09-25 17:54:57 -07001766
1767 /* Alive notification via Rx interrupt will do the real work */
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001768 if (inta & CSR_INT_BIT_ALIVE) {
Tomas Winklere1623442009-01-27 14:27:56 -08001769 IWL_DEBUG_ISR(priv, "Alive interrupt\n");
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001770 priv->isr_stats.alive++;
1771 }
Zhu Yib481de92007-09-25 17:54:57 -07001772 }
1773#endif
1774 /* Safely ignore these bits for debug checks below */
Joonwoo Park25c03d82008-01-23 10:15:20 -08001775 inta &= ~(CSR_INT_BIT_SCD | CSR_INT_BIT_ALIVE);
Zhu Yib481de92007-09-25 17:54:57 -07001776
Zhu Yib481de92007-09-25 17:54:57 -07001777 /* Error detected by uCode */
1778 if (inta & CSR_INT_BIT_SW_ERR) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08001779 IWL_ERR(priv, "Microcode SW error detected. "
1780 "Restarting 0x%X.\n", inta);
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001781 priv->isr_stats.sw++;
1782 priv->isr_stats.sw_err = inta;
Samuel Ortiz8ccde882009-01-27 14:27:52 -08001783 iwl_irq_handle_error(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001784 handled |= CSR_INT_BIT_SW_ERR;
1785 }
1786
1787 /* uCode wakes up after power-down sleep */
1788 if (inta & CSR_INT_BIT_WAKEUP) {
Tomas Winklere1623442009-01-27 14:27:56 -08001789 IWL_DEBUG_ISR(priv, "Wakeup interrupt\n");
Winkler, Tomas141c43a2009-01-08 10:19:53 -08001790 iwl_rx_queue_update_write_ptr(priv, &priv->rxq);
Samuel Ortiz4f3602c2009-01-19 15:30:25 -08001791 iwl_txq_update_write_ptr(priv, &priv->txq[0]);
1792 iwl_txq_update_write_ptr(priv, &priv->txq[1]);
1793 iwl_txq_update_write_ptr(priv, &priv->txq[2]);
1794 iwl_txq_update_write_ptr(priv, &priv->txq[3]);
1795 iwl_txq_update_write_ptr(priv, &priv->txq[4]);
1796 iwl_txq_update_write_ptr(priv, &priv->txq[5]);
Zhu Yib481de92007-09-25 17:54:57 -07001797
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001798 priv->isr_stats.wakeup++;
Zhu Yib481de92007-09-25 17:54:57 -07001799 handled |= CSR_INT_BIT_WAKEUP;
1800 }
1801
1802 /* All uCode command responses, including Tx command responses,
1803 * Rx "responses" (frame-received notification), and other
1804 * notifications from uCode come through here*/
1805 if (inta & (CSR_INT_BIT_FH_RX | CSR_INT_BIT_SW_RX)) {
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001806 iwl3945_rx_handle(priv);
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001807 priv->isr_stats.rx++;
Zhu Yib481de92007-09-25 17:54:57 -07001808 handled |= (CSR_INT_BIT_FH_RX | CSR_INT_BIT_SW_RX);
1809 }
1810
1811 if (inta & CSR_INT_BIT_FH_TX) {
Tomas Winklere1623442009-01-27 14:27:56 -08001812 IWL_DEBUG_ISR(priv, "Tx interrupt\n");
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001813 priv->isr_stats.tx++;
Zhu Yib481de92007-09-25 17:54:57 -07001814
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001815 iwl_write32(priv, CSR_FH_INT_STATUS, (1 << 6));
Mohamed Abbasa8b50a02009-05-22 11:01:47 -07001816 iwl_write_direct32(priv, FH39_TCSR_CREDIT
1817 (FH39_SRVC_CHNL), 0x0);
Zhu Yib481de92007-09-25 17:54:57 -07001818 handled |= CSR_INT_BIT_FH_TX;
1819 }
1820
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001821 if (inta & ~handled) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08001822 IWL_ERR(priv, "Unhandled INTA bits 0x%08x\n", inta & ~handled);
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001823 priv->isr_stats.unhandled++;
1824 }
Zhu Yib481de92007-09-25 17:54:57 -07001825
Mohamed Abbas40cefda2009-05-22 11:01:52 -07001826 if (inta & ~priv->inta_mask) {
Winkler, Tomas39aadf82008-12-19 10:37:32 +08001827 IWL_WARN(priv, "Disabled INTA bits 0x%08x were pending\n",
Mohamed Abbas40cefda2009-05-22 11:01:52 -07001828 inta & ~priv->inta_mask);
Winkler, Tomas39aadf82008-12-19 10:37:32 +08001829 IWL_WARN(priv, " with FH_INT = 0x%08x\n", inta_fh);
Zhu Yib481de92007-09-25 17:54:57 -07001830 }
1831
1832 /* Re-enable all interrupts */
Mohamed Abbas0359fac2008-03-28 16:21:08 -07001833 /* only Re-enable if disabled by irq */
1834 if (test_bit(STATUS_INT_ENABLED, &priv->status))
Abhijeet Kolekared3b9322009-02-18 15:54:30 -08001835 iwl_enable_interrupts(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001836
Samuel Ortizd08853a2009-01-23 13:45:17 -08001837#ifdef CONFIG_IWLWIFI_DEBUG
Reinette Chatre3d816c72009-08-07 15:41:37 -07001838 if (iwl_get_debug_level(priv) & (IWL_DL_ISR)) {
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001839 inta = iwl_read32(priv, CSR_INT);
1840 inta_mask = iwl_read32(priv, CSR_INT_MASK);
1841 inta_fh = iwl_read32(priv, CSR_FH_INT_STATUS);
Tomas Winklere1623442009-01-27 14:27:56 -08001842 IWL_DEBUG_ISR(priv, "End inta 0x%08x, enabled 0x%08x, fh 0x%08x, "
Zhu Yib481de92007-09-25 17:54:57 -07001843 "flags 0x%08lx\n", inta, inta_mask, inta_fh, flags);
1844 }
1845#endif
Zhu Yib481de92007-09-25 17:54:57 -07001846}
1847
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001848static int iwl3945_get_channels_for_scan(struct iwl_priv *priv,
Johannes Berg8318d782008-01-24 19:38:38 +01001849 enum ieee80211_band band,
Abhijeet Kolekarf9340522008-09-03 11:26:58 +08001850 u8 is_active, u8 n_probes,
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001851 struct iwl3945_scan_channel *scan_ch)
Zhu Yib481de92007-09-25 17:54:57 -07001852{
Johannes Berg4e05c232009-06-19 13:52:44 -07001853 struct ieee80211_channel *chan;
Johannes Berg8318d782008-01-24 19:38:38 +01001854 const struct ieee80211_supported_band *sband;
Samuel Ortizd20b3c62008-12-19 10:37:15 +08001855 const struct iwl_channel_info *ch_info;
Zhu Yib481de92007-09-25 17:54:57 -07001856 u16 passive_dwell = 0;
1857 u16 active_dwell = 0;
1858 int added, i;
1859
Kolekar, Abhijeetcbba18c2008-12-19 10:37:42 +08001860 sband = iwl_get_hw_mode(priv, band);
Johannes Berg8318d782008-01-24 19:38:38 +01001861 if (!sband)
Zhu Yib481de92007-09-25 17:54:57 -07001862 return 0;
1863
Samuel Ortiz77fecfb82009-01-23 13:45:12 -08001864 active_dwell = iwl_get_active_dwell_time(priv, band, n_probes);
1865 passive_dwell = iwl_get_passive_dwell_time(priv, band);
Zhu Yib481de92007-09-25 17:54:57 -07001866
Abhijeet Kolekar8f4807a2008-09-03 11:26:31 +08001867 if (passive_dwell <= active_dwell)
1868 passive_dwell = active_dwell + 1;
1869
Johannes Berg4e05c232009-06-19 13:52:44 -07001870 for (i = 0, added = 0; i < priv->scan_request->n_channels; i++) {
1871 chan = priv->scan_request->channels[i];
1872
1873 if (chan->band != band)
Johannes Berg182e2e62008-04-04 10:41:56 +02001874 continue;
1875
Johannes Berg4e05c232009-06-19 13:52:44 -07001876 scan_ch->channel = chan->hw_value;
Zhu Yib481de92007-09-25 17:54:57 -07001877
Samuel Ortize6148912009-01-23 13:45:15 -08001878 ch_info = iwl_get_channel_info(priv, band, scan_ch->channel);
Zhu Yib481de92007-09-25 17:54:57 -07001879 if (!is_channel_valid(ch_info)) {
Tomas Winklere1623442009-01-27 14:27:56 -08001880 IWL_DEBUG_SCAN(priv, "Channel %d is INVALID for this band.\n",
Zhu Yib481de92007-09-25 17:54:57 -07001881 scan_ch->channel);
1882 continue;
1883 }
1884
Zhu Yib481de92007-09-25 17:54:57 -07001885 scan_ch->active_dwell = cpu_to_le16(active_dwell);
1886 scan_ch->passive_dwell = cpu_to_le16(passive_dwell);
Abhijeet Kolekar011a0332008-12-02 12:14:07 -08001887 /* If passive , set up for auto-switch
1888 * and use long active_dwell time.
1889 */
1890 if (!is_active || is_channel_passive(ch_info) ||
Johannes Berg4e05c232009-06-19 13:52:44 -07001891 (chan->flags & IEEE80211_CHAN_PASSIVE_SCAN)) {
Abhijeet Kolekar011a0332008-12-02 12:14:07 -08001892 scan_ch->type = 0; /* passive */
1893 if (IWL_UCODE_API(priv->ucode_ver) == 1)
1894 scan_ch->active_dwell = cpu_to_le16(passive_dwell - 1);
1895 } else {
1896 scan_ch->type = 1; /* active */
1897 }
1898
1899 /* Set direct probe bits. These may be used both for active
1900 * scan channels (probes gets sent right away),
1901 * or for passive channels (probes get se sent only after
1902 * hearing clear Rx packet).*/
1903 if (IWL_UCODE_API(priv->ucode_ver) >= 2) {
1904 if (n_probes)
Winkler, Tomas0d210442009-01-23 13:45:21 -08001905 scan_ch->type |= IWL39_SCAN_PROBE_MASK(n_probes);
Abhijeet Kolekar011a0332008-12-02 12:14:07 -08001906 } else {
1907 /* uCode v1 does not allow setting direct probe bits on
1908 * passive channel. */
1909 if ((scan_ch->type & 1) && n_probes)
Winkler, Tomas0d210442009-01-23 13:45:21 -08001910 scan_ch->type |= IWL39_SCAN_PROBE_MASK(n_probes);
Abhijeet Kolekar011a0332008-12-02 12:14:07 -08001911 }
Zhu Yib481de92007-09-25 17:54:57 -07001912
Ben Cahill9fbab512007-11-29 11:09:47 +08001913 /* Set txpower levels to defaults */
Zhu Yib481de92007-09-25 17:54:57 -07001914 scan_ch->tpc.dsp_atten = 110;
1915 /* scan_pwr_info->tpc.dsp_atten; */
1916
1917 /*scan_pwr_info->tpc.tx_gain; */
Johannes Berg8318d782008-01-24 19:38:38 +01001918 if (band == IEEE80211_BAND_5GHZ)
Zhu Yib481de92007-09-25 17:54:57 -07001919 scan_ch->tpc.tx_gain = ((1 << 5) | (3 << 3)) | 3;
1920 else {
1921 scan_ch->tpc.tx_gain = ((1 << 5) | (5 << 3));
1922 /* NOTE: if we were doing 6Mb OFDM for scans we'd use
Ben Cahill9fbab512007-11-29 11:09:47 +08001923 * power level:
Reinette Chatre8a1b0242008-01-14 17:46:25 -08001924 * scan_ch->tpc.tx_gain = ((1 << 5) | (2 << 3)) | 3;
Zhu Yib481de92007-09-25 17:54:57 -07001925 */
1926 }
1927
Tomas Winklere1623442009-01-27 14:27:56 -08001928 IWL_DEBUG_SCAN(priv, "Scanning %d [%s %d]\n",
Zhu Yib481de92007-09-25 17:54:57 -07001929 scan_ch->channel,
1930 (scan_ch->type & 1) ? "ACTIVE" : "PASSIVE",
1931 (scan_ch->type & 1) ?
1932 active_dwell : passive_dwell);
1933
1934 scan_ch++;
1935 added++;
1936 }
1937
Frans Pop91dd6c22010-03-24 14:19:58 -07001938 IWL_DEBUG_SCAN(priv, "total channels to scan %d\n", added);
Zhu Yib481de92007-09-25 17:54:57 -07001939 return added;
1940}
1941
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001942static void iwl3945_init_hw_rates(struct iwl_priv *priv,
Zhu Yib481de92007-09-25 17:54:57 -07001943 struct ieee80211_rate *rates)
1944{
1945 int i;
1946
Dan Carpenter8e1a53c2010-03-28 14:55:00 +03001947 for (i = 0; i < IWL_RATE_COUNT_LEGACY; i++) {
Johannes Berg8318d782008-01-24 19:38:38 +01001948 rates[i].bitrate = iwl3945_rates[i].ieee * 5;
1949 rates[i].hw_value = i; /* Rate scaling will work on indexes */
1950 rates[i].hw_value_short = i;
1951 rates[i].flags = 0;
Samuel Ortizd9829a62008-12-19 10:37:12 +08001952 if ((i > IWL39_LAST_OFDM_RATE) || (i < IWL_FIRST_OFDM_RATE)) {
Zhu Yib481de92007-09-25 17:54:57 -07001953 /*
Johannes Berg8318d782008-01-24 19:38:38 +01001954 * If CCK != 1M then set short preamble rate flag.
Zhu Yib481de92007-09-25 17:54:57 -07001955 */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001956 rates[i].flags |= (iwl3945_rates[i].plcp == 10) ?
Johannes Berg8318d782008-01-24 19:38:38 +01001957 0 : IEEE80211_RATE_SHORT_PREAMBLE;
Zhu Yib481de92007-09-25 17:54:57 -07001958 }
Zhu Yib481de92007-09-25 17:54:57 -07001959 }
1960}
1961
Zhu Yib481de92007-09-25 17:54:57 -07001962/******************************************************************************
1963 *
1964 * uCode download functions
1965 *
1966 ******************************************************************************/
1967
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001968static void iwl3945_dealloc_ucode_pci(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07001969{
Tomas Winkler98c92212008-01-14 17:46:20 -08001970 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_code);
1971 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_data);
1972 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_data_backup);
1973 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_init);
1974 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_init_data);
1975 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_boot);
Zhu Yib481de92007-09-25 17:54:57 -07001976}
1977
1978/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001979 * iwl3945_verify_inst_full - verify runtime uCode image in card vs. host,
Zhu Yib481de92007-09-25 17:54:57 -07001980 * looking at all data.
1981 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001982static int iwl3945_verify_inst_full(struct iwl_priv *priv, __le32 *image, u32 len)
Zhu Yib481de92007-09-25 17:54:57 -07001983{
1984 u32 val;
1985 u32 save_len = len;
1986 int rc = 0;
1987 u32 errcnt;
1988
Tomas Winklere1623442009-01-27 14:27:56 -08001989 IWL_DEBUG_INFO(priv, "ucode inst image size is %u\n", len);
Zhu Yib481de92007-09-25 17:54:57 -07001990
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001991 iwl_write_direct32(priv, HBUS_TARG_MEM_RADDR,
Samuel Ortiz250bdd22008-12-19 10:37:11 +08001992 IWL39_RTC_INST_LOWER_BOUND);
Zhu Yib481de92007-09-25 17:54:57 -07001993
1994 errcnt = 0;
1995 for (; len > 0; len -= sizeof(u32), image++) {
1996 /* read data comes through single port, auto-incr addr */
1997 /* NOTE: Use the debugless read so we don't flood kernel log
1998 * if IWL_DL_IO is set */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001999 val = _iwl_read_direct32(priv, HBUS_TARG_MEM_RDAT);
Zhu Yib481de92007-09-25 17:54:57 -07002000 if (val != le32_to_cpu(*image)) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08002001 IWL_ERR(priv, "uCode INST section is invalid at "
Zhu Yib481de92007-09-25 17:54:57 -07002002 "offset 0x%x, is 0x%x, s/b 0x%x\n",
2003 save_len - len, val, le32_to_cpu(*image));
2004 rc = -EIO;
2005 errcnt++;
2006 if (errcnt >= 20)
2007 break;
2008 }
2009 }
2010
Zhu Yib481de92007-09-25 17:54:57 -07002011
2012 if (!errcnt)
Tomas Winklere1623442009-01-27 14:27:56 -08002013 IWL_DEBUG_INFO(priv,
2014 "ucode image in INSTRUCTION memory is good\n");
Zhu Yib481de92007-09-25 17:54:57 -07002015
2016 return rc;
2017}
2018
2019
2020/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002021 * iwl3945_verify_inst_sparse - verify runtime uCode image in card vs. host,
Zhu Yib481de92007-09-25 17:54:57 -07002022 * using sample data 100 bytes apart. If these sample points are good,
2023 * it's a pretty good bet that everything between them is good, too.
2024 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002025static int iwl3945_verify_inst_sparse(struct iwl_priv *priv, __le32 *image, u32 len)
Zhu Yib481de92007-09-25 17:54:57 -07002026{
2027 u32 val;
2028 int rc = 0;
2029 u32 errcnt = 0;
2030 u32 i;
2031
Tomas Winklere1623442009-01-27 14:27:56 -08002032 IWL_DEBUG_INFO(priv, "ucode inst image size is %u\n", len);
Zhu Yib481de92007-09-25 17:54:57 -07002033
Zhu Yib481de92007-09-25 17:54:57 -07002034 for (i = 0; i < len; i += 100, image += 100/sizeof(u32)) {
2035 /* read data comes through single port, auto-incr addr */
2036 /* NOTE: Use the debugless read so we don't flood kernel log
2037 * if IWL_DL_IO is set */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002038 iwl_write_direct32(priv, HBUS_TARG_MEM_RADDR,
Samuel Ortiz250bdd22008-12-19 10:37:11 +08002039 i + IWL39_RTC_INST_LOWER_BOUND);
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002040 val = _iwl_read_direct32(priv, HBUS_TARG_MEM_RDAT);
Zhu Yib481de92007-09-25 17:54:57 -07002041 if (val != le32_to_cpu(*image)) {
2042#if 0 /* Enable this if you want to see details */
Winkler, Tomas15b16872008-12-19 10:37:33 +08002043 IWL_ERR(priv, "uCode INST section is invalid at "
Zhu Yib481de92007-09-25 17:54:57 -07002044 "offset 0x%x, is 0x%x, s/b 0x%x\n",
2045 i, val, *image);
2046#endif
2047 rc = -EIO;
2048 errcnt++;
2049 if (errcnt >= 3)
2050 break;
2051 }
2052 }
2053
Zhu Yib481de92007-09-25 17:54:57 -07002054 return rc;
2055}
2056
2057
2058/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002059 * iwl3945_verify_ucode - determine which instruction image is in SRAM,
Zhu Yib481de92007-09-25 17:54:57 -07002060 * and verify its contents
2061 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002062static int iwl3945_verify_ucode(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002063{
2064 __le32 *image;
2065 u32 len;
2066 int rc = 0;
2067
2068 /* Try bootstrap */
2069 image = (__le32 *)priv->ucode_boot.v_addr;
2070 len = priv->ucode_boot.len;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002071 rc = iwl3945_verify_inst_sparse(priv, image, len);
Zhu Yib481de92007-09-25 17:54:57 -07002072 if (rc == 0) {
Tomas Winklere1623442009-01-27 14:27:56 -08002073 IWL_DEBUG_INFO(priv, "Bootstrap uCode is good in inst SRAM\n");
Zhu Yib481de92007-09-25 17:54:57 -07002074 return 0;
2075 }
2076
2077 /* Try initialize */
2078 image = (__le32 *)priv->ucode_init.v_addr;
2079 len = priv->ucode_init.len;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002080 rc = iwl3945_verify_inst_sparse(priv, image, len);
Zhu Yib481de92007-09-25 17:54:57 -07002081 if (rc == 0) {
Tomas Winklere1623442009-01-27 14:27:56 -08002082 IWL_DEBUG_INFO(priv, "Initialize uCode is good in inst SRAM\n");
Zhu Yib481de92007-09-25 17:54:57 -07002083 return 0;
2084 }
2085
2086 /* Try runtime/protocol */
2087 image = (__le32 *)priv->ucode_code.v_addr;
2088 len = priv->ucode_code.len;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002089 rc = iwl3945_verify_inst_sparse(priv, image, len);
Zhu Yib481de92007-09-25 17:54:57 -07002090 if (rc == 0) {
Tomas Winklere1623442009-01-27 14:27:56 -08002091 IWL_DEBUG_INFO(priv, "Runtime uCode is good in inst SRAM\n");
Zhu Yib481de92007-09-25 17:54:57 -07002092 return 0;
2093 }
2094
Winkler, Tomas15b16872008-12-19 10:37:33 +08002095 IWL_ERR(priv, "NO VALID UCODE IMAGE IN INSTRUCTION SRAM!!\n");
Zhu Yib481de92007-09-25 17:54:57 -07002096
Ben Cahill9fbab512007-11-29 11:09:47 +08002097 /* Since nothing seems to match, show first several data entries in
2098 * instruction SRAM, so maybe visual inspection will give a clue.
2099 * Selection of bootstrap image (vs. other images) is arbitrary. */
Zhu Yib481de92007-09-25 17:54:57 -07002100 image = (__le32 *)priv->ucode_boot.v_addr;
2101 len = priv->ucode_boot.len;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002102 rc = iwl3945_verify_inst_full(priv, image, len);
Zhu Yib481de92007-09-25 17:54:57 -07002103
2104 return rc;
2105}
2106
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002107static void iwl3945_nic_start(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002108{
2109 /* Remove all resets to allow NIC to operate */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002110 iwl_write32(priv, CSR_RESET, 0);
Zhu Yib481de92007-09-25 17:54:57 -07002111}
2112
2113/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002114 * iwl3945_read_ucode - Read uCode images from disk file.
Zhu Yib481de92007-09-25 17:54:57 -07002115 *
2116 * Copy into buffers for card to fetch via bus-mastering
2117 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002118static int iwl3945_read_ucode(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002119{
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002120 const struct iwl_ucode_header *ucode;
Reinette Chatrea0987a82008-12-02 12:14:06 -08002121 int ret = -EINVAL, index;
Zhu Yib481de92007-09-25 17:54:57 -07002122 const struct firmware *ucode_raw;
2123 /* firmware file name contains uCode/driver compatibility version */
Reinette Chatrea0987a82008-12-02 12:14:06 -08002124 const char *name_pre = priv->cfg->fw_name_pre;
2125 const unsigned int api_max = priv->cfg->ucode_api_max;
2126 const unsigned int api_min = priv->cfg->ucode_api_min;
2127 char buf[25];
Zhu Yib481de92007-09-25 17:54:57 -07002128 u8 *src;
2129 size_t len;
Reinette Chatrea0987a82008-12-02 12:14:06 -08002130 u32 api_ver, inst_size, data_size, init_size, init_data_size, boot_size;
Zhu Yib481de92007-09-25 17:54:57 -07002131
2132 /* Ask kernel firmware_class module to get the boot firmware off disk.
2133 * request_firmware() is synchronous, file is in memory on return. */
Reinette Chatrea0987a82008-12-02 12:14:06 -08002134 for (index = api_max; index >= api_min; index--) {
2135 sprintf(buf, "%s%u%s", name_pre, index, ".ucode");
2136 ret = request_firmware(&ucode_raw, buf, &priv->pci_dev->dev);
2137 if (ret < 0) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08002138 IWL_ERR(priv, "%s firmware file req failed: %d\n",
Reinette Chatrea0987a82008-12-02 12:14:06 -08002139 buf, ret);
2140 if (ret == -ENOENT)
2141 continue;
2142 else
2143 goto error;
2144 } else {
2145 if (index < api_max)
Winkler, Tomas15b16872008-12-19 10:37:33 +08002146 IWL_ERR(priv, "Loaded firmware %s, "
2147 "which is deprecated. "
2148 " Please use API v%u instead.\n",
Reinette Chatrea0987a82008-12-02 12:14:06 -08002149 buf, api_max);
Tomas Winklere1623442009-01-27 14:27:56 -08002150 IWL_DEBUG_INFO(priv, "Got firmware '%s' file "
2151 "(%zd bytes) from disk\n",
Reinette Chatrea0987a82008-12-02 12:14:06 -08002152 buf, ucode_raw->size);
2153 break;
2154 }
Zhu Yib481de92007-09-25 17:54:57 -07002155 }
2156
Reinette Chatrea0987a82008-12-02 12:14:06 -08002157 if (ret < 0)
2158 goto error;
Zhu Yib481de92007-09-25 17:54:57 -07002159
2160 /* Make sure that we got at least our header! */
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002161 if (ucode_raw->size < priv->cfg->ops->ucode->get_header_size(1)) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08002162 IWL_ERR(priv, "File size way too small!\n");
Tomas Winkler90e759d2007-11-29 11:09:41 +08002163 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07002164 goto err_release;
2165 }
2166
2167 /* Data from ucode file: header followed by uCode images */
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002168 ucode = (struct iwl_ucode_header *)ucode_raw->data;
Zhu Yib481de92007-09-25 17:54:57 -07002169
Chatre, Reinettec02b3ac2008-12-02 12:14:05 -08002170 priv->ucode_ver = le32_to_cpu(ucode->ver);
Reinette Chatrea0987a82008-12-02 12:14:06 -08002171 api_ver = IWL_UCODE_API(priv->ucode_ver);
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002172 inst_size = priv->cfg->ops->ucode->get_inst_size(ucode, api_ver);
2173 data_size = priv->cfg->ops->ucode->get_data_size(ucode, api_ver);
2174 init_size = priv->cfg->ops->ucode->get_init_size(ucode, api_ver);
2175 init_data_size =
2176 priv->cfg->ops->ucode->get_init_data_size(ucode, api_ver);
2177 boot_size = priv->cfg->ops->ucode->get_boot_size(ucode, api_ver);
2178 src = priv->cfg->ops->ucode->get_data(ucode, api_ver);
Zhu Yib481de92007-09-25 17:54:57 -07002179
Reinette Chatrea0987a82008-12-02 12:14:06 -08002180 /* api_ver should match the api version forming part of the
2181 * firmware filename ... but we don't check for that and only rely
Nick Andrew877d0312009-01-26 11:06:57 +01002182 * on the API version read from firmware header from here on forward */
Reinette Chatrea0987a82008-12-02 12:14:06 -08002183
2184 if (api_ver < api_min || api_ver > api_max) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08002185 IWL_ERR(priv, "Driver unable to support your firmware API. "
Reinette Chatrea0987a82008-12-02 12:14:06 -08002186 "Driver supports v%u, firmware is v%u.\n",
2187 api_max, api_ver);
2188 priv->ucode_ver = 0;
2189 ret = -EINVAL;
2190 goto err_release;
2191 }
2192 if (api_ver != api_max)
Winkler, Tomas15b16872008-12-19 10:37:33 +08002193 IWL_ERR(priv, "Firmware has old API version. Expected %u, "
Reinette Chatrea0987a82008-12-02 12:14:06 -08002194 "got %u. New firmware can be obtained "
2195 "from http://www.intellinuxwireless.org.\n",
2196 api_max, api_ver);
2197
Tomas Winkler978785a2008-12-19 10:37:31 +08002198 IWL_INFO(priv, "loaded firmware version %u.%u.%u.%u\n",
2199 IWL_UCODE_MAJOR(priv->ucode_ver),
2200 IWL_UCODE_MINOR(priv->ucode_ver),
2201 IWL_UCODE_API(priv->ucode_ver),
2202 IWL_UCODE_SERIAL(priv->ucode_ver));
2203
Reinette Chatre5ebeb5a2009-10-30 14:36:04 -07002204 snprintf(priv->hw->wiphy->fw_version,
2205 sizeof(priv->hw->wiphy->fw_version),
2206 "%u.%u.%u.%u",
2207 IWL_UCODE_MAJOR(priv->ucode_ver),
2208 IWL_UCODE_MINOR(priv->ucode_ver),
2209 IWL_UCODE_API(priv->ucode_ver),
2210 IWL_UCODE_SERIAL(priv->ucode_ver));
2211
Tomas Winklere1623442009-01-27 14:27:56 -08002212 IWL_DEBUG_INFO(priv, "f/w package hdr ucode version raw = 0x%x\n",
Reinette Chatrea0987a82008-12-02 12:14:06 -08002213 priv->ucode_ver);
Tomas Winklere1623442009-01-27 14:27:56 -08002214 IWL_DEBUG_INFO(priv, "f/w package hdr runtime inst size = %u\n",
2215 inst_size);
2216 IWL_DEBUG_INFO(priv, "f/w package hdr runtime data size = %u\n",
2217 data_size);
2218 IWL_DEBUG_INFO(priv, "f/w package hdr init inst size = %u\n",
2219 init_size);
2220 IWL_DEBUG_INFO(priv, "f/w package hdr init data size = %u\n",
2221 init_data_size);
2222 IWL_DEBUG_INFO(priv, "f/w package hdr boot inst size = %u\n",
2223 boot_size);
Zhu Yib481de92007-09-25 17:54:57 -07002224
Reinette Chatrea0987a82008-12-02 12:14:06 -08002225
Zhu Yib481de92007-09-25 17:54:57 -07002226 /* Verify size of file vs. image size info in file's header */
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002227 if (ucode_raw->size != priv->cfg->ops->ucode->get_header_size(api_ver) +
Zhu Yib481de92007-09-25 17:54:57 -07002228 inst_size + data_size + init_size +
2229 init_data_size + boot_size) {
2230
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002231 IWL_DEBUG_INFO(priv,
2232 "uCode file size %zd does not match expected size\n",
2233 ucode_raw->size);
Tomas Winkler90e759d2007-11-29 11:09:41 +08002234 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07002235 goto err_release;
2236 }
2237
2238 /* Verify that uCode images will fit in card's SRAM */
Samuel Ortiz250bdd22008-12-19 10:37:11 +08002239 if (inst_size > IWL39_MAX_INST_SIZE) {
Tomas Winklere1623442009-01-27 14:27:56 -08002240 IWL_DEBUG_INFO(priv, "uCode instr len %d too large to fit in\n",
Tomas Winkler90e759d2007-11-29 11:09:41 +08002241 inst_size);
2242 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07002243 goto err_release;
2244 }
2245
Samuel Ortiz250bdd22008-12-19 10:37:11 +08002246 if (data_size > IWL39_MAX_DATA_SIZE) {
Tomas Winklere1623442009-01-27 14:27:56 -08002247 IWL_DEBUG_INFO(priv, "uCode data len %d too large to fit in\n",
Tomas Winkler90e759d2007-11-29 11:09:41 +08002248 data_size);
2249 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07002250 goto err_release;
2251 }
Samuel Ortiz250bdd22008-12-19 10:37:11 +08002252 if (init_size > IWL39_MAX_INST_SIZE) {
Tomas Winklere1623442009-01-27 14:27:56 -08002253 IWL_DEBUG_INFO(priv,
2254 "uCode init instr len %d too large to fit in\n",
Tomas Winkler90e759d2007-11-29 11:09:41 +08002255 init_size);
2256 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07002257 goto err_release;
2258 }
Samuel Ortiz250bdd22008-12-19 10:37:11 +08002259 if (init_data_size > IWL39_MAX_DATA_SIZE) {
Tomas Winklere1623442009-01-27 14:27:56 -08002260 IWL_DEBUG_INFO(priv,
2261 "uCode init data len %d too large to fit in\n",
Tomas Winkler90e759d2007-11-29 11:09:41 +08002262 init_data_size);
2263 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07002264 goto err_release;
2265 }
Samuel Ortiz250bdd22008-12-19 10:37:11 +08002266 if (boot_size > IWL39_MAX_BSM_SIZE) {
Tomas Winklere1623442009-01-27 14:27:56 -08002267 IWL_DEBUG_INFO(priv,
2268 "uCode boot instr len %d too large to fit in\n",
Tomas Winkler90e759d2007-11-29 11:09:41 +08002269 boot_size);
2270 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07002271 goto err_release;
2272 }
2273
2274 /* Allocate ucode buffers for card's bus-master loading ... */
2275
2276 /* Runtime instructions and 2 copies of data:
2277 * 1) unmodified from disk
2278 * 2) backup cache for save/restore during power-downs */
2279 priv->ucode_code.len = inst_size;
Tomas Winkler98c92212008-01-14 17:46:20 -08002280 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_code);
Zhu Yib481de92007-09-25 17:54:57 -07002281
2282 priv->ucode_data.len = data_size;
Tomas Winkler98c92212008-01-14 17:46:20 -08002283 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_data);
Zhu Yib481de92007-09-25 17:54:57 -07002284
2285 priv->ucode_data_backup.len = data_size;
Tomas Winkler98c92212008-01-14 17:46:20 -08002286 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_data_backup);
Zhu Yib481de92007-09-25 17:54:57 -07002287
2288 if (!priv->ucode_code.v_addr || !priv->ucode_data.v_addr ||
Tomas Winkler90e759d2007-11-29 11:09:41 +08002289 !priv->ucode_data_backup.v_addr)
Zhu Yib481de92007-09-25 17:54:57 -07002290 goto err_pci_alloc;
2291
Tomas Winkler90e759d2007-11-29 11:09:41 +08002292 /* Initialization instructions and data */
2293 if (init_size && init_data_size) {
2294 priv->ucode_init.len = init_size;
Tomas Winkler98c92212008-01-14 17:46:20 -08002295 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_init);
Tomas Winkler90e759d2007-11-29 11:09:41 +08002296
2297 priv->ucode_init_data.len = init_data_size;
Tomas Winkler98c92212008-01-14 17:46:20 -08002298 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_init_data);
Tomas Winkler90e759d2007-11-29 11:09:41 +08002299
2300 if (!priv->ucode_init.v_addr || !priv->ucode_init_data.v_addr)
2301 goto err_pci_alloc;
2302 }
2303
2304 /* Bootstrap (instructions only, no data) */
2305 if (boot_size) {
2306 priv->ucode_boot.len = boot_size;
Tomas Winkler98c92212008-01-14 17:46:20 -08002307 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_boot);
Tomas Winkler90e759d2007-11-29 11:09:41 +08002308
2309 if (!priv->ucode_boot.v_addr)
2310 goto err_pci_alloc;
2311 }
2312
Zhu Yib481de92007-09-25 17:54:57 -07002313 /* Copy images into buffers for card's bus-master reads ... */
2314
2315 /* Runtime instructions (first block of data in file) */
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002316 len = inst_size;
Tomas Winklere1623442009-01-27 14:27:56 -08002317 IWL_DEBUG_INFO(priv,
2318 "Copying (but not loading) uCode instr len %zd\n", len);
Zhu Yib481de92007-09-25 17:54:57 -07002319 memcpy(priv->ucode_code.v_addr, src, len);
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002320 src += len;
2321
Tomas Winklere1623442009-01-27 14:27:56 -08002322 IWL_DEBUG_INFO(priv, "uCode instr buf vaddr = 0x%p, paddr = 0x%08x\n",
Zhu Yib481de92007-09-25 17:54:57 -07002323 priv->ucode_code.v_addr, (u32)priv->ucode_code.p_addr);
2324
2325 /* Runtime data (2nd block)
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002326 * NOTE: Copy into backup buffer will be done in iwl3945_up() */
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002327 len = data_size;
Tomas Winklere1623442009-01-27 14:27:56 -08002328 IWL_DEBUG_INFO(priv,
2329 "Copying (but not loading) uCode data len %zd\n", len);
Zhu Yib481de92007-09-25 17:54:57 -07002330 memcpy(priv->ucode_data.v_addr, src, len);
2331 memcpy(priv->ucode_data_backup.v_addr, src, len);
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002332 src += len;
Zhu Yib481de92007-09-25 17:54:57 -07002333
2334 /* Initialization instructions (3rd block) */
2335 if (init_size) {
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002336 len = init_size;
Tomas Winklere1623442009-01-27 14:27:56 -08002337 IWL_DEBUG_INFO(priv,
2338 "Copying (but not loading) init instr len %zd\n", len);
Zhu Yib481de92007-09-25 17:54:57 -07002339 memcpy(priv->ucode_init.v_addr, src, len);
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002340 src += len;
Zhu Yib481de92007-09-25 17:54:57 -07002341 }
2342
2343 /* Initialization data (4th block) */
2344 if (init_data_size) {
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002345 len = init_data_size;
Tomas Winklere1623442009-01-27 14:27:56 -08002346 IWL_DEBUG_INFO(priv,
2347 "Copying (but not loading) init data len %zd\n", len);
Zhu Yib481de92007-09-25 17:54:57 -07002348 memcpy(priv->ucode_init_data.v_addr, src, len);
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002349 src += len;
Zhu Yib481de92007-09-25 17:54:57 -07002350 }
2351
2352 /* Bootstrap instructions (5th block) */
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002353 len = boot_size;
Tomas Winklere1623442009-01-27 14:27:56 -08002354 IWL_DEBUG_INFO(priv,
2355 "Copying (but not loading) boot instr len %zd\n", len);
Zhu Yib481de92007-09-25 17:54:57 -07002356 memcpy(priv->ucode_boot.v_addr, src, len);
2357
2358 /* We have our copies now, allow OS release its copies */
2359 release_firmware(ucode_raw);
2360 return 0;
2361
2362 err_pci_alloc:
Winkler, Tomas15b16872008-12-19 10:37:33 +08002363 IWL_ERR(priv, "failed to allocate pci memory\n");
Tomas Winkler90e759d2007-11-29 11:09:41 +08002364 ret = -ENOMEM;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002365 iwl3945_dealloc_ucode_pci(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002366
2367 err_release:
2368 release_firmware(ucode_raw);
2369
2370 error:
Tomas Winkler90e759d2007-11-29 11:09:41 +08002371 return ret;
Zhu Yib481de92007-09-25 17:54:57 -07002372}
2373
2374
2375/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002376 * iwl3945_set_ucode_ptrs - Set uCode address location
Zhu Yib481de92007-09-25 17:54:57 -07002377 *
2378 * Tell initialization uCode where to find runtime uCode.
2379 *
2380 * BSM registers initially contain pointers to initialization uCode.
2381 * We need to replace them to load runtime uCode inst and data,
2382 * and to save runtime data when powering down.
2383 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002384static int iwl3945_set_ucode_ptrs(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002385{
2386 dma_addr_t pinst;
2387 dma_addr_t pdata;
Zhu Yib481de92007-09-25 17:54:57 -07002388
2389 /* bits 31:0 for 3945 */
2390 pinst = priv->ucode_code.p_addr;
2391 pdata = priv->ucode_data_backup.p_addr;
2392
Zhu Yib481de92007-09-25 17:54:57 -07002393 /* Tell bootstrap uCode where to find image to load */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002394 iwl_write_prph(priv, BSM_DRAM_INST_PTR_REG, pinst);
2395 iwl_write_prph(priv, BSM_DRAM_DATA_PTR_REG, pdata);
2396 iwl_write_prph(priv, BSM_DRAM_DATA_BYTECOUNT_REG,
Zhu Yib481de92007-09-25 17:54:57 -07002397 priv->ucode_data.len);
2398
Tomas Winklera96a27f2008-10-23 23:48:56 -07002399 /* Inst byte count must be last to set up, bit 31 signals uCode
Zhu Yib481de92007-09-25 17:54:57 -07002400 * that all new ptr/size info is in place */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002401 iwl_write_prph(priv, BSM_DRAM_INST_BYTECOUNT_REG,
Zhu Yib481de92007-09-25 17:54:57 -07002402 priv->ucode_code.len | BSM_DRAM_INST_LOAD);
2403
Tomas Winklere1623442009-01-27 14:27:56 -08002404 IWL_DEBUG_INFO(priv, "Runtime uCode pointers are set.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002405
Mohamed Abbasa8b50a02009-05-22 11:01:47 -07002406 return 0;
Zhu Yib481de92007-09-25 17:54:57 -07002407}
2408
2409/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002410 * iwl3945_init_alive_start - Called after REPLY_ALIVE notification received
Zhu Yib481de92007-09-25 17:54:57 -07002411 *
2412 * Called after REPLY_ALIVE notification received from "initialize" uCode.
2413 *
Zhu Yib481de92007-09-25 17:54:57 -07002414 * Tell "initialize" uCode to go ahead and load the runtime uCode.
Ben Cahill9fbab512007-11-29 11:09:47 +08002415 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002416static void iwl3945_init_alive_start(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002417{
2418 /* Check alive response for "valid" sign from uCode */
2419 if (priv->card_alive_init.is_valid != UCODE_VALID_OK) {
2420 /* We had an error bringing up the hardware, so take it
2421 * all the way back down so we can try again */
Tomas Winklere1623442009-01-27 14:27:56 -08002422 IWL_DEBUG_INFO(priv, "Initialize Alive failed.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002423 goto restart;
2424 }
2425
2426 /* Bootstrap uCode has loaded initialize uCode ... verify inst image.
2427 * This is a paranoid check, because we would not have gotten the
2428 * "initialize" alive if code weren't properly loaded. */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002429 if (iwl3945_verify_ucode(priv)) {
Zhu Yib481de92007-09-25 17:54:57 -07002430 /* Runtime instruction load was bad;
2431 * take it all the way back down so we can try again */
Tomas Winklere1623442009-01-27 14:27:56 -08002432 IWL_DEBUG_INFO(priv, "Bad \"initialize\" uCode load.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002433 goto restart;
2434 }
2435
2436 /* Send pointers to protocol/runtime uCode image ... init code will
2437 * load and launch runtime uCode, which will send us another "Alive"
2438 * notification. */
Tomas Winklere1623442009-01-27 14:27:56 -08002439 IWL_DEBUG_INFO(priv, "Initialization Alive received.\n");
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002440 if (iwl3945_set_ucode_ptrs(priv)) {
Zhu Yib481de92007-09-25 17:54:57 -07002441 /* Runtime instruction load won't happen;
2442 * take it all the way back down so we can try again */
Tomas Winklere1623442009-01-27 14:27:56 -08002443 IWL_DEBUG_INFO(priv, "Couldn't set up uCode pointers.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002444 goto restart;
2445 }
2446 return;
2447
2448 restart:
2449 queue_work(priv->workqueue, &priv->restart);
2450}
2451
Zhu Yib481de92007-09-25 17:54:57 -07002452/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002453 * iwl3945_alive_start - called after REPLY_ALIVE notification received
Zhu Yib481de92007-09-25 17:54:57 -07002454 * from protocol/runtime uCode (initialization uCode's
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002455 * Alive gets handled by iwl3945_init_alive_start()).
Zhu Yib481de92007-09-25 17:54:57 -07002456 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002457static void iwl3945_alive_start(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002458{
Zhu Yib481de92007-09-25 17:54:57 -07002459 int thermal_spin = 0;
2460 u32 rfkill;
2461
Tomas Winklere1623442009-01-27 14:27:56 -08002462 IWL_DEBUG_INFO(priv, "Runtime Alive received.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002463
2464 if (priv->card_alive.is_valid != UCODE_VALID_OK) {
2465 /* We had an error bringing up the hardware, so take it
2466 * all the way back down so we can try again */
Tomas Winklere1623442009-01-27 14:27:56 -08002467 IWL_DEBUG_INFO(priv, "Alive failed.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002468 goto restart;
2469 }
2470
2471 /* Initialize uCode has loaded Runtime uCode ... verify inst image.
2472 * This is a paranoid check, because we would not have gotten the
2473 * "runtime" alive if code weren't properly loaded. */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002474 if (iwl3945_verify_ucode(priv)) {
Zhu Yib481de92007-09-25 17:54:57 -07002475 /* Runtime instruction load was bad;
2476 * take it all the way back down so we can try again */
Tomas Winklere1623442009-01-27 14:27:56 -08002477 IWL_DEBUG_INFO(priv, "Bad runtime uCode load.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002478 goto restart;
2479 }
2480
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002481 rfkill = iwl_read_prph(priv, APMG_RFKILL_REG);
Tomas Winklere1623442009-01-27 14:27:56 -08002482 IWL_DEBUG_INFO(priv, "RFKILL status: 0x%x\n", rfkill);
Zhu Yib481de92007-09-25 17:54:57 -07002483
2484 if (rfkill & 0x1) {
2485 clear_bit(STATUS_RF_KILL_HW, &priv->status);
Tomas Winklera96a27f2008-10-23 23:48:56 -07002486 /* if RFKILL is not on, then wait for thermal
Zhu Yib481de92007-09-25 17:54:57 -07002487 * sensor in adapter to kick in */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002488 while (iwl3945_hw_get_temperature(priv) == 0) {
Zhu Yib481de92007-09-25 17:54:57 -07002489 thermal_spin++;
2490 udelay(10);
2491 }
2492
2493 if (thermal_spin)
Tomas Winklere1623442009-01-27 14:27:56 -08002494 IWL_DEBUG_INFO(priv, "Thermal calibration took %dus\n",
Zhu Yib481de92007-09-25 17:54:57 -07002495 thermal_spin * 10);
2496 } else
2497 set_bit(STATUS_RF_KILL_HW, &priv->status);
2498
Ben Cahill9fbab512007-11-29 11:09:47 +08002499 /* After the ALIVE response, we can send commands to 3945 uCode */
Zhu Yib481de92007-09-25 17:54:57 -07002500 set_bit(STATUS_ALIVE, &priv->status);
2501
Wey-Yi Guyb74e31a2010-03-01 17:23:50 -08002502 if (priv->cfg->ops->lib->recover_from_tx_stall) {
2503 /* Enable timer to monitor the driver queues */
2504 mod_timer(&priv->monitor_recover,
2505 jiffies +
2506 msecs_to_jiffies(priv->cfg->monitor_recover_period));
2507 }
2508
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08002509 if (iwl_is_rfkill(priv))
Zhu Yib481de92007-09-25 17:54:57 -07002510 return;
2511
Johannes Berg36d68252008-05-15 12:55:26 +02002512 ieee80211_wake_queues(priv->hw);
Zhu Yib481de92007-09-25 17:54:57 -07002513
Johannes Berg470ab2d2010-01-21 11:23:30 -08002514 priv->active_rate = IWL_RATES_MASK;
Zhu Yib481de92007-09-25 17:54:57 -07002515
Ben Cahill4d6ccbf2009-11-13 11:56:29 -08002516 iwl_power_update_mode(priv, true);
Zhu Yib481de92007-09-25 17:54:57 -07002517
Samuel Ortiz8ccde882009-01-27 14:27:52 -08002518 if (iwl_is_associated(priv)) {
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002519 struct iwl3945_rxon_cmd *active_rxon =
Samuel Ortiz8ccde882009-01-27 14:27:52 -08002520 (struct iwl3945_rxon_cmd *)(&priv->active_rxon);
Zhu Yib481de92007-09-25 17:54:57 -07002521
Abhijeet Kolekar8a9b9922009-06-12 13:22:52 -07002522 priv->staging_rxon.filter_flags |= RXON_FILTER_ASSOC_MSK;
Zhu Yib481de92007-09-25 17:54:57 -07002523 active_rxon->filter_flags &= ~RXON_FILTER_ASSOC_MSK;
2524 } else {
2525 /* Initialize our rx_config data */
Samuel Ortiz8ccde882009-01-27 14:27:52 -08002526 iwl_connection_init_rx_config(priv, priv->iw_mode);
Zhu Yib481de92007-09-25 17:54:57 -07002527 }
2528
Ben Cahill9fbab512007-11-29 11:09:47 +08002529 /* Configure Bluetooth device coexistence support */
Johannes Berg65b52bd2010-04-13 01:04:31 -07002530 priv->cfg->ops->hcmd->send_bt_config(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002531
2532 /* Configure the adapter for unassociated operation */
Abhijeet Kolekare0158e62009-04-08 11:26:37 -07002533 iwlcore_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002534
Zhu Yib481de92007-09-25 17:54:57 -07002535 iwl3945_reg_txpower_periodic(priv);
2536
Johannes Berge932a602009-10-02 13:44:03 -07002537 iwl_leds_init(priv);
Reinette Chatrefe00b5a2008-04-03 16:05:23 -07002538
Tomas Winklere1623442009-01-27 14:27:56 -08002539 IWL_DEBUG_INFO(priv, "ALIVE processing complete.\n");
Rick Farringtona9f46782008-03-18 14:57:49 -07002540 set_bit(STATUS_READY, &priv->status);
Zhu Yi5a669262008-01-14 17:46:18 -08002541 wake_up_interruptible(&priv->wait_command_queue);
Zhu Yib481de92007-09-25 17:54:57 -07002542
Zhu Yib481de92007-09-25 17:54:57 -07002543 return;
2544
2545 restart:
2546 queue_work(priv->workqueue, &priv->restart);
2547}
2548
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002549static void iwl3945_cancel_deferred_work(struct iwl_priv *priv);
Zhu Yib481de92007-09-25 17:54:57 -07002550
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002551static void __iwl3945_down(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002552{
2553 unsigned long flags;
2554 int exit_pending = test_bit(STATUS_EXIT_PENDING, &priv->status);
2555 struct ieee80211_conf *conf = NULL;
2556
Tomas Winklere1623442009-01-27 14:27:56 -08002557 IWL_DEBUG_INFO(priv, DRV_NAME " is going down\n");
Zhu Yib481de92007-09-25 17:54:57 -07002558
2559 conf = ieee80211_get_hw_conf(priv->hw);
2560
2561 if (!exit_pending)
2562 set_bit(STATUS_EXIT_PENDING, &priv->status);
2563
Reinette Chatre7e246192010-02-18 22:58:32 -08002564 /* Station information will now be cleared in device */
2565 iwl_clear_ucode_stations(priv, true);
Zhu Yib481de92007-09-25 17:54:57 -07002566
2567 /* Unblock any waiting calls */
2568 wake_up_interruptible_all(&priv->wait_command_queue);
2569
Zhu Yib481de92007-09-25 17:54:57 -07002570 /* Wipe out the EXIT_PENDING status bit if we are not actually
2571 * exiting the module */
2572 if (!exit_pending)
2573 clear_bit(STATUS_EXIT_PENDING, &priv->status);
2574
2575 /* stop and reset the on-board processor */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002576 iwl_write32(priv, CSR_RESET, CSR_RESET_REG_FLAG_NEVO_RESET);
Zhu Yib481de92007-09-25 17:54:57 -07002577
2578 /* tell the device to stop sending interrupts */
Mohamed Abbas0359fac2008-03-28 16:21:08 -07002579 spin_lock_irqsave(&priv->lock, flags);
Abhijeet Kolekared3b9322009-02-18 15:54:30 -08002580 iwl_disable_interrupts(priv);
Mohamed Abbas0359fac2008-03-28 16:21:08 -07002581 spin_unlock_irqrestore(&priv->lock, flags);
2582 iwl_synchronize_irq(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002583
2584 if (priv->mac80211_registered)
2585 ieee80211_stop_queues(priv->hw);
2586
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002587 /* If we have not previously called iwl3945_init() then
Wey-Yi Guy6da3a132009-03-26 10:14:08 -07002588 * clear all bits but the RF Kill bits and return */
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08002589 if (!iwl_is_init(priv)) {
Zhu Yib481de92007-09-25 17:54:57 -07002590 priv->status = test_bit(STATUS_RF_KILL_HW, &priv->status) <<
2591 STATUS_RF_KILL_HW |
Reinette Chatre97888642008-02-06 11:20:38 -08002592 test_bit(STATUS_GEO_CONFIGURED, &priv->status) <<
2593 STATUS_GEO_CONFIGURED |
Abhijeet Kolekarebef2002008-06-30 17:23:18 +08002594 test_bit(STATUS_EXIT_PENDING, &priv->status) <<
2595 STATUS_EXIT_PENDING;
Zhu Yib481de92007-09-25 17:54:57 -07002596 goto exit;
2597 }
2598
Wey-Yi Guy6da3a132009-03-26 10:14:08 -07002599 /* ...otherwise clear out all the status bits but the RF Kill
Johannes Berga60e77e2009-06-04 18:26:06 +02002600 * bit and continue taking the NIC down. */
Zhu Yib481de92007-09-25 17:54:57 -07002601 priv->status &= test_bit(STATUS_RF_KILL_HW, &priv->status) <<
2602 STATUS_RF_KILL_HW |
Reinette Chatre97888642008-02-06 11:20:38 -08002603 test_bit(STATUS_GEO_CONFIGURED, &priv->status) <<
2604 STATUS_GEO_CONFIGURED |
Zhu Yib481de92007-09-25 17:54:57 -07002605 test_bit(STATUS_FW_ERROR, &priv->status) <<
Abhijeet Kolekarebef2002008-06-30 17:23:18 +08002606 STATUS_FW_ERROR |
2607 test_bit(STATUS_EXIT_PENDING, &priv->status) <<
2608 STATUS_EXIT_PENDING;
Zhu Yib481de92007-09-25 17:54:57 -07002609
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002610 iwl3945_hw_txq_ctx_stop(priv);
2611 iwl3945_hw_rxq_stop(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002612
Ben Cahill309e7312009-11-06 14:53:03 -08002613 /* Power-down device's busmaster DMA clocks */
2614 iwl_write_prph(priv, APMG_CLK_DIS_REG, APMG_CLK_VAL_DMA_CLK_RQT);
Zhu Yib481de92007-09-25 17:54:57 -07002615 udelay(5);
2616
Ben Cahill4d2ccdb2009-10-09 13:20:20 -07002617 /* Stop the device, and put it in low power state */
2618 priv->cfg->ops->lib->apm_ops.stop(priv);
Abbas, Mohamede9414b62009-01-20 21:33:55 -08002619
Zhu Yib481de92007-09-25 17:54:57 -07002620 exit:
Tomas Winkler3d24a9f2008-12-19 10:37:07 +08002621 memset(&priv->card_alive, 0, sizeof(struct iwl_alive_resp));
Zhu Yib481de92007-09-25 17:54:57 -07002622
2623 if (priv->ibss_beacon)
2624 dev_kfree_skb(priv->ibss_beacon);
2625 priv->ibss_beacon = NULL;
2626
2627 /* clear out any free frames */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002628 iwl3945_clear_free_frames(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002629}
2630
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002631static void iwl3945_down(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002632{
2633 mutex_lock(&priv->mutex);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002634 __iwl3945_down(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002635 mutex_unlock(&priv->mutex);
Zhu Yib24d22b2007-12-19 13:59:52 +08002636
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002637 iwl3945_cancel_deferred_work(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002638}
2639
2640#define MAX_HW_RESTARTS 5
2641
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002642static int __iwl3945_up(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002643{
2644 int rc, i;
2645
2646 if (test_bit(STATUS_EXIT_PENDING, &priv->status)) {
Winkler, Tomas39aadf82008-12-19 10:37:32 +08002647 IWL_WARN(priv, "Exit pending; will not bring the NIC up\n");
Zhu Yib481de92007-09-25 17:54:57 -07002648 return -EIO;
2649 }
2650
Reinette Chatree903fbd2008-01-30 22:05:15 -08002651 if (!priv->ucode_data_backup.v_addr || !priv->ucode_data.v_addr) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08002652 IWL_ERR(priv, "ucode not available for device bring up\n");
Reinette Chatree903fbd2008-01-30 22:05:15 -08002653 return -EIO;
2654 }
2655
Zhu Yie655b9f2008-01-24 02:19:38 -08002656 /* If platform's RF_KILL switch is NOT set to KILL */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002657 if (iwl_read32(priv, CSR_GP_CNTRL) &
Zhu Yie655b9f2008-01-24 02:19:38 -08002658 CSR_GP_CNTRL_REG_FLAG_HW_RF_KILL_SW)
2659 clear_bit(STATUS_RF_KILL_HW, &priv->status);
2660 else {
2661 set_bit(STATUS_RF_KILL_HW, &priv->status);
Wey-Yi Guy6da3a132009-03-26 10:14:08 -07002662 IWL_WARN(priv, "Radio disabled by HW RF Kill switch\n");
2663 return -ENODEV;
Zhu Yib481de92007-09-25 17:54:57 -07002664 }
Adel Gadllah80fcc9e2008-07-01 17:49:50 +02002665
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002666 iwl_write32(priv, CSR_INT, 0xFFFFFFFF);
Zhu Yib481de92007-09-25 17:54:57 -07002667
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002668 rc = iwl3945_hw_nic_init(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002669 if (rc) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08002670 IWL_ERR(priv, "Unable to int nic\n");
Zhu Yib481de92007-09-25 17:54:57 -07002671 return rc;
2672 }
2673
2674 /* make sure rfkill handshake bits are cleared */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002675 iwl_write32(priv, CSR_UCODE_DRV_GP1_CLR, CSR_UCODE_SW_BIT_RFKILL);
2676 iwl_write32(priv, CSR_UCODE_DRV_GP1_CLR,
Zhu Yib481de92007-09-25 17:54:57 -07002677 CSR_UCODE_DRV_GP1_BIT_CMD_BLOCKED);
2678
2679 /* clear (again), then enable host interrupts */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002680 iwl_write32(priv, CSR_INT, 0xFFFFFFFF);
Abhijeet Kolekared3b9322009-02-18 15:54:30 -08002681 iwl_enable_interrupts(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002682
2683 /* really make sure rfkill handshake bits are cleared */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002684 iwl_write32(priv, CSR_UCODE_DRV_GP1_CLR, CSR_UCODE_SW_BIT_RFKILL);
2685 iwl_write32(priv, CSR_UCODE_DRV_GP1_CLR, CSR_UCODE_SW_BIT_RFKILL);
Zhu Yib481de92007-09-25 17:54:57 -07002686
2687 /* Copy original ucode data image from disk into backup cache.
2688 * This will be used to initialize the on-board processor's
2689 * data SRAM for a clean start when the runtime program first loads. */
2690 memcpy(priv->ucode_data_backup.v_addr, priv->ucode_data.v_addr,
Zhu Yi5a669262008-01-14 17:46:18 -08002691 priv->ucode_data.len);
Zhu Yib481de92007-09-25 17:54:57 -07002692
Zhu Yie655b9f2008-01-24 02:19:38 -08002693 /* We return success when we resume from suspend and rf_kill is on. */
2694 if (test_bit(STATUS_RF_KILL_HW, &priv->status))
2695 return 0;
2696
Zhu Yib481de92007-09-25 17:54:57 -07002697 for (i = 0; i < MAX_HW_RESTARTS; i++) {
2698
Zhu Yib481de92007-09-25 17:54:57 -07002699 /* load bootstrap state machine,
2700 * load bootstrap program into processor's memory,
2701 * prepare to load the "initialize" uCode */
Abhijeet Kolekar75a9a922010-02-26 15:17:01 -08002702 rc = priv->cfg->ops->lib->load_ucode(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002703
2704 if (rc) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08002705 IWL_ERR(priv,
2706 "Unable to set up bootstrap uCode: %d\n", rc);
Zhu Yib481de92007-09-25 17:54:57 -07002707 continue;
2708 }
2709
2710 /* start card; "initialize" will load runtime ucode */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002711 iwl3945_nic_start(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002712
Tomas Winklere1623442009-01-27 14:27:56 -08002713 IWL_DEBUG_INFO(priv, DRV_NAME " is coming up\n");
Zhu Yib481de92007-09-25 17:54:57 -07002714
2715 return 0;
2716 }
2717
2718 set_bit(STATUS_EXIT_PENDING, &priv->status);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002719 __iwl3945_down(priv);
Abhijeet Kolekarebef2002008-06-30 17:23:18 +08002720 clear_bit(STATUS_EXIT_PENDING, &priv->status);
Zhu Yib481de92007-09-25 17:54:57 -07002721
2722 /* tried to restart and config the device for as long as our
2723 * patience could withstand */
Winkler, Tomas15b16872008-12-19 10:37:33 +08002724 IWL_ERR(priv, "Unable to initialize device after %d attempts.\n", i);
Zhu Yib481de92007-09-25 17:54:57 -07002725 return -EIO;
2726}
2727
2728
2729/*****************************************************************************
2730 *
2731 * Workqueue callbacks
2732 *
2733 *****************************************************************************/
2734
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002735static void iwl3945_bg_init_alive_start(struct work_struct *data)
Zhu Yib481de92007-09-25 17:54:57 -07002736{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002737 struct iwl_priv *priv =
2738 container_of(data, struct iwl_priv, init_alive_start.work);
Zhu Yib481de92007-09-25 17:54:57 -07002739
2740 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
2741 return;
2742
2743 mutex_lock(&priv->mutex);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002744 iwl3945_init_alive_start(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002745 mutex_unlock(&priv->mutex);
2746}
2747
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002748static void iwl3945_bg_alive_start(struct work_struct *data)
Zhu Yib481de92007-09-25 17:54:57 -07002749{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002750 struct iwl_priv *priv =
2751 container_of(data, struct iwl_priv, alive_start.work);
Zhu Yib481de92007-09-25 17:54:57 -07002752
2753 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
2754 return;
2755
2756 mutex_lock(&priv->mutex);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002757 iwl3945_alive_start(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002758 mutex_unlock(&priv->mutex);
2759}
2760
Ben Cahill743cdf12009-10-09 13:20:26 -07002761/*
2762 * 3945 cannot interrupt driver when hardware rf kill switch toggles;
2763 * driver must poll CSR_GP_CNTRL_REG register for change. This register
2764 * *is* readable even when device has been SW_RESET into low power mode
2765 * (e.g. during RF KILL).
2766 */
Helmut Schaa26635162009-01-15 09:38:44 +01002767static void iwl3945_rfkill_poll(struct work_struct *data)
2768{
2769 struct iwl_priv *priv =
Johannes Bergee525d12010-01-21 06:09:28 -08002770 container_of(data, struct iwl_priv, _3945.rfkill_poll.work);
Ben Cahill743cdf12009-10-09 13:20:26 -07002771 bool old_rfkill = test_bit(STATUS_RF_KILL_HW, &priv->status);
2772 bool new_rfkill = !(iwl_read32(priv, CSR_GP_CNTRL)
2773 & CSR_GP_CNTRL_REG_FLAG_HW_RF_KILL_SW);
Helmut Schaa26635162009-01-15 09:38:44 +01002774
Ben Cahill743cdf12009-10-09 13:20:26 -07002775 if (new_rfkill != old_rfkill) {
2776 if (new_rfkill)
2777 set_bit(STATUS_RF_KILL_HW, &priv->status);
2778 else
2779 clear_bit(STATUS_RF_KILL_HW, &priv->status);
Helmut Schaa26635162009-01-15 09:38:44 +01002780
Ben Cahill743cdf12009-10-09 13:20:26 -07002781 wiphy_rfkill_set_hw_state(priv->hw->wiphy, new_rfkill);
Helmut Schaa26635162009-01-15 09:38:44 +01002782
Ben Cahill743cdf12009-10-09 13:20:26 -07002783 IWL_DEBUG_RF_KILL(priv, "RF_KILL bit toggled to %s.\n",
2784 new_rfkill ? "disable radio" : "enable radio");
2785 }
2786
2787 /* Keep this running, even if radio now enabled. This will be
2788 * cancelled in mac_start() if system decides to start again */
Johannes Bergee525d12010-01-21 06:09:28 -08002789 queue_delayed_work(priv->workqueue, &priv->_3945.rfkill_poll,
Helmut Schaa26635162009-01-15 09:38:44 +01002790 round_jiffies_relative(2 * HZ));
2791
2792}
2793
Johannes Bergb6e4c552010-04-06 04:12:42 -07002794void iwl3945_request_scan(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002795{
Winkler, Tomasc2d79b42008-12-19 10:37:34 +08002796 struct iwl_host_cmd cmd = {
Zhu Yib481de92007-09-25 17:54:57 -07002797 .id = REPLY_SCAN_CMD,
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002798 .len = sizeof(struct iwl3945_scan_cmd),
Johannes Bergc2acea82009-07-24 11:13:05 -07002799 .flags = CMD_SIZE_HUGE,
Zhu Yib481de92007-09-25 17:54:57 -07002800 };
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002801 struct iwl3945_scan_cmd *scan;
Zhu Yib481de92007-09-25 17:54:57 -07002802 struct ieee80211_conf *conf = NULL;
Johannes Berg1ecf9fc2009-04-20 14:36:56 -07002803 u8 n_probes = 0;
Johannes Berg8318d782008-01-24 19:38:38 +01002804 enum ieee80211_band band;
Johannes Berg1ecf9fc2009-04-20 14:36:56 -07002805 bool is_active = false;
Zhu Yib481de92007-09-25 17:54:57 -07002806
2807 conf = ieee80211_get_hw_conf(priv->hw);
2808
Reinette Chatrefbc9f972009-05-15 16:13:46 -07002809 cancel_delayed_work(&priv->scan_check);
2810
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08002811 if (!iwl_is_ready(priv)) {
Winkler, Tomas39aadf82008-12-19 10:37:32 +08002812 IWL_WARN(priv, "request scan called when driver not ready.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002813 goto done;
2814 }
2815
Tomas Winklera96a27f2008-10-23 23:48:56 -07002816 /* Make sure the scan wasn't canceled before this queued work
Zhu Yib481de92007-09-25 17:54:57 -07002817 * was given the chance to run... */
2818 if (!test_bit(STATUS_SCANNING, &priv->status))
2819 goto done;
2820
2821 /* This should never be called or scheduled if there is currently
2822 * a scan active in the hardware. */
2823 if (test_bit(STATUS_SCAN_HW, &priv->status)) {
Tomas Winklere1623442009-01-27 14:27:56 -08002824 IWL_DEBUG_INFO(priv, "Multiple concurrent scan requests "
2825 "Ignoring second request.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002826 goto done;
2827 }
2828
2829 if (test_bit(STATUS_EXIT_PENDING, &priv->status)) {
Tomas Winklere1623442009-01-27 14:27:56 -08002830 IWL_DEBUG_SCAN(priv, "Aborting scan due to device shutdown\n");
Zhu Yib481de92007-09-25 17:54:57 -07002831 goto done;
2832 }
2833
2834 if (test_bit(STATUS_SCAN_ABORTING, &priv->status)) {
Tomas Winklere1623442009-01-27 14:27:56 -08002835 IWL_DEBUG_HC(priv,
2836 "Scan request while abort pending. Queuing.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002837 goto done;
2838 }
2839
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08002840 if (iwl_is_rfkill(priv)) {
Tomas Winklere1623442009-01-27 14:27:56 -08002841 IWL_DEBUG_HC(priv, "Aborting scan due to RF Kill activation\n");
Zhu Yib481de92007-09-25 17:54:57 -07002842 goto done;
2843 }
2844
2845 if (!test_bit(STATUS_READY, &priv->status)) {
Tomas Winklere1623442009-01-27 14:27:56 -08002846 IWL_DEBUG_HC(priv,
2847 "Scan request while uninitialized. Queuing.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002848 goto done;
2849 }
2850
Johannes Berg811ecc92010-04-06 04:12:41 -07002851 if (!priv->scan_cmd) {
2852 priv->scan_cmd = kmalloc(sizeof(struct iwl3945_scan_cmd) +
2853 IWL_MAX_SCAN_SIZE, GFP_KERNEL);
2854 if (!priv->scan_cmd) {
Wey-Yi Guy4f4d4082010-02-24 08:28:30 -08002855 IWL_DEBUG_SCAN(priv, "Fail to allocate scan memory\n");
Zhu Yib481de92007-09-25 17:54:57 -07002856 goto done;
2857 }
2858 }
Johannes Berg811ecc92010-04-06 04:12:41 -07002859 scan = priv->scan_cmd;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002860 memset(scan, 0, sizeof(struct iwl3945_scan_cmd) + IWL_MAX_SCAN_SIZE);
Zhu Yib481de92007-09-25 17:54:57 -07002861
2862 scan->quiet_plcp_th = IWL_PLCP_QUIET_THRESH;
2863 scan->quiet_time = IWL_ACTIVE_QUIET_TIME;
2864
Samuel Ortiz8ccde882009-01-27 14:27:52 -08002865 if (iwl_is_associated(priv)) {
Zhu Yib481de92007-09-25 17:54:57 -07002866 u16 interval = 0;
2867 u32 extra;
2868 u32 suspend_time = 100;
2869 u32 scan_suspend_time = 100;
2870 unsigned long flags;
2871
Tomas Winklere1623442009-01-27 14:27:56 -08002872 IWL_DEBUG_INFO(priv, "Scanning while associated...\n");
Zhu Yib481de92007-09-25 17:54:57 -07002873
2874 spin_lock_irqsave(&priv->lock, flags);
2875 interval = priv->beacon_int;
2876 spin_unlock_irqrestore(&priv->lock, flags);
2877
2878 scan->suspend_time = 0;
Mohamed Abbas15e869d2007-10-25 17:15:46 +08002879 scan->max_out_time = cpu_to_le32(200 * 1024);
Zhu Yib481de92007-09-25 17:54:57 -07002880 if (!interval)
2881 interval = suspend_time;
2882 /*
2883 * suspend time format:
2884 * 0-19: beacon interval in usec (time before exec.)
2885 * 20-23: 0
2886 * 24-31: number of beacons (suspend between channels)
2887 */
2888
2889 extra = (suspend_time / interval) << 24;
2890 scan_suspend_time = 0xFF0FFFFF &
2891 (extra | ((suspend_time % interval) * 1024));
2892
2893 scan->suspend_time = cpu_to_le32(scan_suspend_time);
Tomas Winklere1623442009-01-27 14:27:56 -08002894 IWL_DEBUG_SCAN(priv, "suspend_time 0x%X beacon interval %d\n",
Zhu Yib481de92007-09-25 17:54:57 -07002895 scan_suspend_time, interval);
2896 }
2897
Wey-Yi Guy4f4d4082010-02-24 08:28:30 -08002898 if (priv->is_internal_short_scan) {
2899 IWL_DEBUG_SCAN(priv, "Start internal passive scan.\n");
2900 } else if (priv->scan_request->n_ssids) {
Johannes Berg1ecf9fc2009-04-20 14:36:56 -07002901 int i, p = 0;
2902 IWL_DEBUG_SCAN(priv, "Kicking off active scan\n");
2903 for (i = 0; i < priv->scan_request->n_ssids; i++) {
2904 /* always does wildcard anyway */
2905 if (!priv->scan_request->ssids[i].ssid_len)
2906 continue;
2907 scan->direct_scan[p].id = WLAN_EID_SSID;
2908 scan->direct_scan[p].len =
2909 priv->scan_request->ssids[i].ssid_len;
2910 memcpy(scan->direct_scan[p].ssid,
2911 priv->scan_request->ssids[i].ssid,
2912 priv->scan_request->ssids[i].ssid_len);
2913 n_probes++;
2914 p++;
2915 }
2916 is_active = true;
Abhijeet Kolekarf9340522008-09-03 11:26:58 +08002917 } else
Johannes Berg1ecf9fc2009-04-20 14:36:56 -07002918 IWL_DEBUG_SCAN(priv, "Kicking off passive scan.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002919
2920 /* We don't build a direct scan probe request; the uCode will do
2921 * that based on the direct_mask added to each channel entry */
Zhu Yib481de92007-09-25 17:54:57 -07002922 scan->tx_cmd.tx_flags = TX_CMD_FLG_SEQ_CTL_MSK;
Abhijeet Kolekar3832ec92008-12-19 10:37:26 +08002923 scan->tx_cmd.sta_id = priv->hw_params.bcast_sta_id;
Zhu Yib481de92007-09-25 17:54:57 -07002924 scan->tx_cmd.stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE;
2925
2926 /* flags + rate selection */
2927
Johannes Berg00700ee2010-04-06 04:12:37 -07002928 switch (priv->scan_band) {
2929 case IEEE80211_BAND_2GHZ:
Zhu Yib481de92007-09-25 17:54:57 -07002930 scan->flags = RXON_FLG_BAND_24G_MSK | RXON_FLG_AUTO_DETECT_MSK;
2931 scan->tx_cmd.rate = IWL_RATE_1M_PLCP;
2932 scan->good_CRC_th = 0;
Johannes Berg8318d782008-01-24 19:38:38 +01002933 band = IEEE80211_BAND_2GHZ;
Johannes Berg00700ee2010-04-06 04:12:37 -07002934 break;
2935 case IEEE80211_BAND_5GHZ:
Zhu Yib481de92007-09-25 17:54:57 -07002936 scan->tx_cmd.rate = IWL_RATE_6M_PLCP;
Johannes Bergb097ad22009-04-20 14:36:57 -07002937 /*
2938 * If active scaning is requested but a certain channel
2939 * is marked passive, we can do active scanning if we
2940 * detect transmissions.
2941 */
Johannes Berg96ff5642010-04-30 14:42:15 -07002942 scan->good_CRC_th = is_active ? IWL_GOOD_CRC_TH_DEFAULT :
2943 IWL_GOOD_CRC_TH_DISABLED;
Johannes Berg8318d782008-01-24 19:38:38 +01002944 band = IEEE80211_BAND_5GHZ;
Johannes Berg00700ee2010-04-06 04:12:37 -07002945 break;
2946 default:
2947 IWL_WARN(priv, "Invalid scan band\n");
Zhu Yib481de92007-09-25 17:54:57 -07002948 goto done;
2949 }
2950
Wey-Yi Guy4f4d4082010-02-24 08:28:30 -08002951 if (!priv->is_internal_short_scan) {
2952 scan->tx_cmd.len = cpu_to_le16(
Johannes Berg1ecf9fc2009-04-20 14:36:56 -07002953 iwl_fill_probe_req(priv,
2954 (struct ieee80211_mgmt *)scan->data,
2955 priv->scan_request->ie,
2956 priv->scan_request->ie_len,
2957 IWL_MAX_SCAN_SIZE - sizeof(*scan)));
Wey-Yi Guy4f4d4082010-02-24 08:28:30 -08002958 } else {
2959 scan->tx_cmd.len = cpu_to_le16(
2960 iwl_fill_probe_req(priv,
2961 (struct ieee80211_mgmt *)scan->data,
2962 NULL, 0,
2963 IWL_MAX_SCAN_SIZE - sizeof(*scan)));
2964 }
Zhu Yib481de92007-09-25 17:54:57 -07002965 /* select Rx antennas */
2966 scan->flags |= iwl3945_get_antenna_flags(priv);
2967
Abhijeet Kolekarf9340522008-09-03 11:26:58 +08002968 scan->channel_count =
Johannes Berg1ecf9fc2009-04-20 14:36:56 -07002969 iwl3945_get_channels_for_scan(priv, band, is_active, n_probes,
Abhijeet Kolekarf9340522008-09-03 11:26:58 +08002970 (void *)&scan->data[le16_to_cpu(scan->tx_cmd.len)]);
Zhu Yib481de92007-09-25 17:54:57 -07002971
Reinette Chatre14b54332008-11-04 12:21:35 -08002972 if (scan->channel_count == 0) {
Tomas Winklere1623442009-01-27 14:27:56 -08002973 IWL_DEBUG_SCAN(priv, "channel count %d\n", scan->channel_count);
Reinette Chatre14b54332008-11-04 12:21:35 -08002974 goto done;
2975 }
2976
Zhu Yib481de92007-09-25 17:54:57 -07002977 cmd.len += le16_to_cpu(scan->tx_cmd.len) +
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002978 scan->channel_count * sizeof(struct iwl3945_scan_channel);
Zhu Yib481de92007-09-25 17:54:57 -07002979 cmd.data = scan;
2980 scan->len = cpu_to_le16(cmd.len);
2981
2982 set_bit(STATUS_SCAN_HW, &priv->status);
Wey-Yi Guy4f4d4082010-02-24 08:28:30 -08002983 if (iwl_send_cmd_sync(priv, &cmd))
Zhu Yib481de92007-09-25 17:54:57 -07002984 goto done;
2985
2986 queue_delayed_work(priv->workqueue, &priv->scan_check,
2987 IWL_SCAN_CHECK_WATCHDOG);
2988
Zhu Yib481de92007-09-25 17:54:57 -07002989 return;
2990
2991 done:
Mohamed Abbas2420ebc2008-11-04 12:21:34 -08002992 /* can not perform scan make sure we clear scanning
2993 * bits from status so next scan request can be performed.
2994 * if we dont clear scanning status bit here all next scan
2995 * will fail
2996 */
2997 clear_bit(STATUS_SCAN_HW, &priv->status);
2998 clear_bit(STATUS_SCANNING, &priv->status);
2999
Ian Schram01ebd062007-10-25 17:15:22 +08003000 /* inform mac80211 scan aborted */
Zhu Yib481de92007-09-25 17:54:57 -07003001 queue_work(priv->workqueue, &priv->scan_completed);
Zhu Yib481de92007-09-25 17:54:57 -07003002}
3003
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003004static void iwl3945_bg_restart(struct work_struct *data)
Zhu Yib481de92007-09-25 17:54:57 -07003005{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003006 struct iwl_priv *priv = container_of(data, struct iwl_priv, restart);
Zhu Yib481de92007-09-25 17:54:57 -07003007
3008 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
3009 return;
3010
Johannes Berg19cc1082009-05-08 13:44:36 -07003011 if (test_and_clear_bit(STATUS_FW_ERROR, &priv->status)) {
3012 mutex_lock(&priv->mutex);
3013 priv->vif = NULL;
3014 priv->is_open = 0;
3015 mutex_unlock(&priv->mutex);
3016 iwl3945_down(priv);
3017 ieee80211_restart_hw(priv->hw);
3018 } else {
3019 iwl3945_down(priv);
Johannes Berg80676512010-01-21 06:07:17 -08003020
3021 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
3022 return;
3023
3024 mutex_lock(&priv->mutex);
3025 __iwl3945_up(priv);
3026 mutex_unlock(&priv->mutex);
Johannes Berg19cc1082009-05-08 13:44:36 -07003027 }
Zhu Yib481de92007-09-25 17:54:57 -07003028}
3029
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003030static void iwl3945_bg_rx_replenish(struct work_struct *data)
Zhu Yib481de92007-09-25 17:54:57 -07003031{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003032 struct iwl_priv *priv =
3033 container_of(data, struct iwl_priv, rx_replenish);
Zhu Yib481de92007-09-25 17:54:57 -07003034
3035 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
3036 return;
3037
3038 mutex_lock(&priv->mutex);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003039 iwl3945_rx_replenish(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003040 mutex_unlock(&priv->mutex);
3041}
3042
Abhijeet Kolekar5bbe2332009-04-08 11:26:35 -07003043void iwl3945_post_associate(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07003044{
Zhu Yib481de92007-09-25 17:54:57 -07003045 int rc = 0;
3046 struct ieee80211_conf *conf = NULL;
3047
Johannes Berg05c914f2008-09-11 00:01:58 +02003048 if (priv->iw_mode == NL80211_IFTYPE_AP) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08003049 IWL_ERR(priv, "%s Should not be called in AP mode\n", __func__);
Zhu Yib481de92007-09-25 17:54:57 -07003050 return;
3051 }
3052
3053
Tomas Winklere1623442009-01-27 14:27:56 -08003054 IWL_DEBUG_ASSOC(priv, "Associated as %d to: %pM\n",
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003055 priv->assoc_id, priv->active_rxon.bssid_addr);
Zhu Yib481de92007-09-25 17:54:57 -07003056
3057 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
3058 return;
3059
Abhijeet Kolekar322a9812008-09-03 11:26:27 +08003060 if (!priv->vif || !priv->is_open)
Mohamed Abbas6ef89d02007-10-25 17:15:47 +08003061 return;
Abhijeet Kolekar322a9812008-09-03 11:26:27 +08003062
Winkler, Tomasaf0053d2009-01-19 15:30:23 -08003063 iwl_scan_cancel_timeout(priv, 200);
Mohamed Abbas15e869d2007-10-25 17:15:46 +08003064
Zhu Yib481de92007-09-25 17:54:57 -07003065 conf = ieee80211_get_hw_conf(priv->hw);
3066
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003067 priv->staging_rxon.filter_flags &= ~RXON_FILTER_ASSOC_MSK;
Abhijeet Kolekare0158e62009-04-08 11:26:37 -07003068 iwlcore_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003069
Tomas Winkler28afaf92008-12-19 10:37:06 +08003070 memset(&priv->rxon_timing, 0, sizeof(struct iwl_rxon_time_cmd));
Tomas Winkler2c2f3b32009-06-19 13:52:45 -07003071 iwl_setup_rxon_timing(priv);
Samuel Ortiz518099a2009-01-19 15:30:27 -08003072 rc = iwl_send_cmd_pdu(priv, REPLY_RXON_TIMING,
Zhu Yib481de92007-09-25 17:54:57 -07003073 sizeof(priv->rxon_timing), &priv->rxon_timing);
3074 if (rc)
Winkler, Tomas39aadf82008-12-19 10:37:32 +08003075 IWL_WARN(priv, "REPLY_RXON_TIMING failed - "
Zhu Yib481de92007-09-25 17:54:57 -07003076 "Attempting to continue.\n");
3077
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003078 priv->staging_rxon.filter_flags |= RXON_FILTER_ASSOC_MSK;
Zhu Yib481de92007-09-25 17:54:57 -07003079
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003080 priv->staging_rxon.assoc_id = cpu_to_le16(priv->assoc_id);
Zhu Yib481de92007-09-25 17:54:57 -07003081
Tomas Winklere1623442009-01-27 14:27:56 -08003082 IWL_DEBUG_ASSOC(priv, "assoc id %d beacon interval %d\n",
Zhu Yib481de92007-09-25 17:54:57 -07003083 priv->assoc_id, priv->beacon_int);
3084
3085 if (priv->assoc_capability & WLAN_CAPABILITY_SHORT_PREAMBLE)
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003086 priv->staging_rxon.flags |= RXON_FLG_SHORT_PREAMBLE_MSK;
Zhu Yib481de92007-09-25 17:54:57 -07003087 else
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003088 priv->staging_rxon.flags &= ~RXON_FLG_SHORT_PREAMBLE_MSK;
Zhu Yib481de92007-09-25 17:54:57 -07003089
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003090 if (priv->staging_rxon.flags & RXON_FLG_BAND_24G_MSK) {
Zhu Yib481de92007-09-25 17:54:57 -07003091 if (priv->assoc_capability & WLAN_CAPABILITY_SHORT_SLOT_TIME)
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003092 priv->staging_rxon.flags |= RXON_FLG_SHORT_SLOT_MSK;
Zhu Yib481de92007-09-25 17:54:57 -07003093 else
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003094 priv->staging_rxon.flags &= ~RXON_FLG_SHORT_SLOT_MSK;
Zhu Yib481de92007-09-25 17:54:57 -07003095
Johannes Berg05c914f2008-09-11 00:01:58 +02003096 if (priv->iw_mode == NL80211_IFTYPE_ADHOC)
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003097 priv->staging_rxon.flags &= ~RXON_FLG_SHORT_SLOT_MSK;
Zhu Yib481de92007-09-25 17:54:57 -07003098
3099 }
3100
Abhijeet Kolekare0158e62009-04-08 11:26:37 -07003101 iwlcore_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003102
3103 switch (priv->iw_mode) {
Johannes Berg05c914f2008-09-11 00:01:58 +02003104 case NL80211_IFTYPE_STATION:
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003105 iwl3945_rate_scale_init(priv->hw, IWL_AP_ID);
Zhu Yib481de92007-09-25 17:54:57 -07003106 break;
3107
Johannes Berg05c914f2008-09-11 00:01:58 +02003108 case NL80211_IFTYPE_ADHOC:
Zhu Yib481de92007-09-25 17:54:57 -07003109
Abhijeet Kolekarce546fd2008-11-19 15:32:22 -08003110 priv->assoc_id = 1;
Reinette Chatrefe6b23d2010-02-22 16:24:47 -08003111 iwl_add_local_station(priv, priv->bssid, false);
Zhu Yib481de92007-09-25 17:54:57 -07003112 iwl3945_sync_sta(priv, IWL_STA_ID,
Reinette Chatrefe6b23d2010-02-22 16:24:47 -08003113 (priv->band == IEEE80211_BAND_5GHZ) ?
3114 IWL_RATE_6M_PLCP : IWL_RATE_1M_PLCP,
Zhu Yib481de92007-09-25 17:54:57 -07003115 CMD_ASYNC);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003116 iwl3945_rate_scale_init(priv->hw, IWL_STA_ID);
Reinette Chatrefe6b23d2010-02-22 16:24:47 -08003117
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003118 iwl3945_send_beacon_cmd(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003119
3120 break;
3121
3122 default:
Winkler, Tomas15b16872008-12-19 10:37:33 +08003123 IWL_ERR(priv, "%s Should not be called in %d mode\n",
Tomas Winkler3ac7f142008-07-21 02:40:14 +03003124 __func__, priv->iw_mode);
Zhu Yib481de92007-09-25 17:54:57 -07003125 break;
3126 }
Abhijeet Kolekarcd56d332008-09-03 11:26:21 +08003127}
3128
Zhu Yib481de92007-09-25 17:54:57 -07003129/*****************************************************************************
3130 *
3131 * mac80211 entry point functions
3132 *
3133 *****************************************************************************/
3134
Zhu Yi5a669262008-01-14 17:46:18 -08003135#define UCODE_READY_TIMEOUT (2 * HZ)
3136
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003137static int iwl3945_mac_start(struct ieee80211_hw *hw)
Zhu Yib481de92007-09-25 17:54:57 -07003138{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003139 struct iwl_priv *priv = hw->priv;
Zhu Yi5a669262008-01-14 17:46:18 -08003140 int ret;
Zhu Yib481de92007-09-25 17:54:57 -07003141
Tomas Winklere1623442009-01-27 14:27:56 -08003142 IWL_DEBUG_MAC80211(priv, "enter\n");
Zhu Yib481de92007-09-25 17:54:57 -07003143
3144 /* we should be verifying the device is ready to be opened */
3145 mutex_lock(&priv->mutex);
3146
Zhu Yi5a669262008-01-14 17:46:18 -08003147 /* fetch ucode file from disk, alloc and copy to bus-master buffers ...
3148 * ucode filename and max sizes are card-specific. */
3149
3150 if (!priv->ucode_code.len) {
3151 ret = iwl3945_read_ucode(priv);
3152 if (ret) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08003153 IWL_ERR(priv, "Could not read microcode: %d\n", ret);
Zhu Yi5a669262008-01-14 17:46:18 -08003154 mutex_unlock(&priv->mutex);
3155 goto out_release_irq;
3156 }
3157 }
3158
Zhu Yie655b9f2008-01-24 02:19:38 -08003159 ret = __iwl3945_up(priv);
Zhu Yi5a669262008-01-14 17:46:18 -08003160
Zhu Yib481de92007-09-25 17:54:57 -07003161 mutex_unlock(&priv->mutex);
Zhu Yi5a669262008-01-14 17:46:18 -08003162
Zhu Yie655b9f2008-01-24 02:19:38 -08003163 if (ret)
3164 goto out_release_irq;
3165
Tomas Winklere1623442009-01-27 14:27:56 -08003166 IWL_DEBUG_INFO(priv, "Start UP work.\n");
Zhu Yie655b9f2008-01-24 02:19:38 -08003167
Zhu Yi5a669262008-01-14 17:46:18 -08003168 /* Wait for START_ALIVE from ucode. Otherwise callbacks from
3169 * mac80211 will not be run successfully. */
3170 ret = wait_event_interruptible_timeout(priv->wait_command_queue,
3171 test_bit(STATUS_READY, &priv->status),
3172 UCODE_READY_TIMEOUT);
3173 if (!ret) {
3174 if (!test_bit(STATUS_READY, &priv->status)) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08003175 IWL_ERR(priv,
3176 "Wait for START_ALIVE timeout after %dms.\n",
3177 jiffies_to_msecs(UCODE_READY_TIMEOUT));
Zhu Yi5a669262008-01-14 17:46:18 -08003178 ret = -ETIMEDOUT;
3179 goto out_release_irq;
3180 }
3181 }
3182
Helmut Schaa26635162009-01-15 09:38:44 +01003183 /* ucode is running and will send rfkill notifications,
3184 * no need to poll the killswitch state anymore */
Johannes Bergee525d12010-01-21 06:09:28 -08003185 cancel_delayed_work(&priv->_3945.rfkill_poll);
Helmut Schaa26635162009-01-15 09:38:44 +01003186
Johannes Berge932a602009-10-02 13:44:03 -07003187 iwl_led_start(priv);
3188
Zhu Yie655b9f2008-01-24 02:19:38 -08003189 priv->is_open = 1;
Tomas Winklere1623442009-01-27 14:27:56 -08003190 IWL_DEBUG_MAC80211(priv, "leave\n");
Zhu Yib481de92007-09-25 17:54:57 -07003191 return 0;
Zhu Yi5a669262008-01-14 17:46:18 -08003192
3193out_release_irq:
Zhu Yie655b9f2008-01-24 02:19:38 -08003194 priv->is_open = 0;
Tomas Winklere1623442009-01-27 14:27:56 -08003195 IWL_DEBUG_MAC80211(priv, "leave - failed\n");
Zhu Yi5a669262008-01-14 17:46:18 -08003196 return ret;
Zhu Yib481de92007-09-25 17:54:57 -07003197}
3198
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003199static void iwl3945_mac_stop(struct ieee80211_hw *hw)
Zhu Yib481de92007-09-25 17:54:57 -07003200{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003201 struct iwl_priv *priv = hw->priv;
Zhu Yib481de92007-09-25 17:54:57 -07003202
Tomas Winklere1623442009-01-27 14:27:56 -08003203 IWL_DEBUG_MAC80211(priv, "enter\n");
Mohamed Abbas6ef89d02007-10-25 17:15:47 +08003204
Zhu Yie655b9f2008-01-24 02:19:38 -08003205 if (!priv->is_open) {
Tomas Winklere1623442009-01-27 14:27:56 -08003206 IWL_DEBUG_MAC80211(priv, "leave - skip\n");
Zhu Yie655b9f2008-01-24 02:19:38 -08003207 return;
3208 }
3209
Zhu Yib481de92007-09-25 17:54:57 -07003210 priv->is_open = 0;
Zhu Yi5a669262008-01-14 17:46:18 -08003211
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08003212 if (iwl_is_ready_rf(priv)) {
Zhu Yie655b9f2008-01-24 02:19:38 -08003213 /* stop mac, cancel any scan request and clear
3214 * RXON_FILTER_ASSOC_MSK BIT
3215 */
Zhu Yi5a669262008-01-14 17:46:18 -08003216 mutex_lock(&priv->mutex);
Winkler, Tomasaf0053d2009-01-19 15:30:23 -08003217 iwl_scan_cancel_timeout(priv, 100);
Mohamed Abbasfde35712007-11-29 11:10:15 +08003218 mutex_unlock(&priv->mutex);
Mohamed Abbasfde35712007-11-29 11:10:15 +08003219 }
3220
Zhu Yi5a669262008-01-14 17:46:18 -08003221 iwl3945_down(priv);
3222
3223 flush_workqueue(priv->workqueue);
Helmut Schaa26635162009-01-15 09:38:44 +01003224
3225 /* start polling the killswitch state again */
Johannes Bergee525d12010-01-21 06:09:28 -08003226 queue_delayed_work(priv->workqueue, &priv->_3945.rfkill_poll,
Helmut Schaa26635162009-01-15 09:38:44 +01003227 round_jiffies_relative(2 * HZ));
Mohamed Abbas6ef89d02007-10-25 17:15:47 +08003228
Tomas Winklere1623442009-01-27 14:27:56 -08003229 IWL_DEBUG_MAC80211(priv, "leave\n");
Zhu Yib481de92007-09-25 17:54:57 -07003230}
3231
Johannes Berge039fa42008-05-15 12:55:29 +02003232static int iwl3945_mac_tx(struct ieee80211_hw *hw, struct sk_buff *skb)
Zhu Yib481de92007-09-25 17:54:57 -07003233{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003234 struct iwl_priv *priv = hw->priv;
Zhu Yib481de92007-09-25 17:54:57 -07003235
Tomas Winklere1623442009-01-27 14:27:56 -08003236 IWL_DEBUG_MAC80211(priv, "enter\n");
Zhu Yib481de92007-09-25 17:54:57 -07003237
Tomas Winklere1623442009-01-27 14:27:56 -08003238 IWL_DEBUG_TX(priv, "dev->xmit(%d bytes) at rate 0x%02x\n", skb->len,
Johannes Berge039fa42008-05-15 12:55:29 +02003239 ieee80211_get_tx_rate(hw, IEEE80211_SKB_CB(skb))->bitrate);
Zhu Yib481de92007-09-25 17:54:57 -07003240
Johannes Berge039fa42008-05-15 12:55:29 +02003241 if (iwl3945_tx_skb(priv, skb))
Zhu Yib481de92007-09-25 17:54:57 -07003242 dev_kfree_skb_any(skb);
3243
Tomas Winklere1623442009-01-27 14:27:56 -08003244 IWL_DEBUG_MAC80211(priv, "leave\n");
Reinette Chatre637f8832009-01-19 15:30:32 -08003245 return NETDEV_TX_OK;
Zhu Yib481de92007-09-25 17:54:57 -07003246}
3247
Abhijeet Kolekar60690a62009-04-08 11:26:49 -07003248void iwl3945_config_ap(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07003249{
3250 int rc = 0;
3251
Maarten Lankhorstd986bcd2008-01-23 10:15:16 -08003252 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
Zhu Yib481de92007-09-25 17:54:57 -07003253 return;
3254
3255 /* The following should be done only at AP bring up */
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003256 if (!(iwl_is_associated(priv))) {
Zhu Yib481de92007-09-25 17:54:57 -07003257
3258 /* RXON - unassoc (to set timing command) */
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003259 priv->staging_rxon.filter_flags &= ~RXON_FILTER_ASSOC_MSK;
Abhijeet Kolekare0158e62009-04-08 11:26:37 -07003260 iwlcore_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003261
3262 /* RXON Timing */
Tomas Winkler28afaf92008-12-19 10:37:06 +08003263 memset(&priv->rxon_timing, 0, sizeof(struct iwl_rxon_time_cmd));
Tomas Winkler2c2f3b32009-06-19 13:52:45 -07003264 iwl_setup_rxon_timing(priv);
Samuel Ortiz518099a2009-01-19 15:30:27 -08003265 rc = iwl_send_cmd_pdu(priv, REPLY_RXON_TIMING,
3266 sizeof(priv->rxon_timing),
3267 &priv->rxon_timing);
Zhu Yib481de92007-09-25 17:54:57 -07003268 if (rc)
Winkler, Tomas39aadf82008-12-19 10:37:32 +08003269 IWL_WARN(priv, "REPLY_RXON_TIMING failed - "
Zhu Yib481de92007-09-25 17:54:57 -07003270 "Attempting to continue.\n");
3271
3272 /* FIXME: what should be the assoc_id for AP? */
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003273 priv->staging_rxon.assoc_id = cpu_to_le16(priv->assoc_id);
Zhu Yib481de92007-09-25 17:54:57 -07003274 if (priv->assoc_capability & WLAN_CAPABILITY_SHORT_PREAMBLE)
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003275 priv->staging_rxon.flags |=
Zhu Yib481de92007-09-25 17:54:57 -07003276 RXON_FLG_SHORT_PREAMBLE_MSK;
3277 else
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003278 priv->staging_rxon.flags &=
Zhu Yib481de92007-09-25 17:54:57 -07003279 ~RXON_FLG_SHORT_PREAMBLE_MSK;
3280
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003281 if (priv->staging_rxon.flags & RXON_FLG_BAND_24G_MSK) {
Zhu Yib481de92007-09-25 17:54:57 -07003282 if (priv->assoc_capability &
3283 WLAN_CAPABILITY_SHORT_SLOT_TIME)
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003284 priv->staging_rxon.flags |=
Zhu Yib481de92007-09-25 17:54:57 -07003285 RXON_FLG_SHORT_SLOT_MSK;
3286 else
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003287 priv->staging_rxon.flags &=
Zhu Yib481de92007-09-25 17:54:57 -07003288 ~RXON_FLG_SHORT_SLOT_MSK;
3289
Johannes Berg05c914f2008-09-11 00:01:58 +02003290 if (priv->iw_mode == NL80211_IFTYPE_ADHOC)
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003291 priv->staging_rxon.flags &=
Zhu Yib481de92007-09-25 17:54:57 -07003292 ~RXON_FLG_SHORT_SLOT_MSK;
3293 }
3294 /* restore RXON assoc */
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003295 priv->staging_rxon.filter_flags |= RXON_FILTER_ASSOC_MSK;
Abhijeet Kolekare0158e62009-04-08 11:26:37 -07003296 iwlcore_commit_rxon(priv);
Reinette Chatrefe6b23d2010-02-22 16:24:47 -08003297 iwl_add_local_station(priv, iwl_bcast_addr, false);
Zhu Yi556f8db2007-09-27 11:27:33 +08003298 }
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003299 iwl3945_send_beacon_cmd(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003300
3301 /* FIXME - we need to add code here to detect a totally new
3302 * configuration, reset the AP, unassoc, rxon timing, assoc,
3303 * clear sta table, add BCAST sta... */
3304}
3305
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003306static int iwl3945_mac_set_key(struct ieee80211_hw *hw, enum set_key_cmd cmd,
Johannes Bergdc822b52008-12-29 12:55:09 +01003307 struct ieee80211_vif *vif,
3308 struct ieee80211_sta *sta,
3309 struct ieee80211_key_conf *key)
Zhu Yib481de92007-09-25 17:54:57 -07003310{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003311 struct iwl_priv *priv = hw->priv;
Johannes Bergdc822b52008-12-29 12:55:09 +01003312 const u8 *addr;
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -08003313 int ret = 0;
3314 u8 sta_id = IWL_INVALID_STATION;
3315 u8 static_key;
Zhu Yib481de92007-09-25 17:54:57 -07003316
Tomas Winklere1623442009-01-27 14:27:56 -08003317 IWL_DEBUG_MAC80211(priv, "enter\n");
Zhu Yib481de92007-09-25 17:54:57 -07003318
Kolekar, Abhijeetdf878d82008-12-19 10:37:35 +08003319 if (iwl3945_mod_params.sw_crypto) {
Tomas Winklere1623442009-01-27 14:27:56 -08003320 IWL_DEBUG_MAC80211(priv, "leave - hwcrypto disabled\n");
Zhu Yib481de92007-09-25 17:54:57 -07003321 return -EOPNOTSUPP;
3322 }
3323
Winkler, Tomas42986792009-01-19 15:30:22 -08003324 addr = sta ? sta->addr : iwl_bcast_addr;
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -08003325 static_key = !iwl_is_associated(priv);
3326
3327 if (!static_key) {
Tomas Winklerc587de02009-06-03 11:44:07 -07003328 sta_id = iwl_find_station(priv, addr);
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -08003329 if (sta_id == IWL_INVALID_STATION) {
Joe Perches12514392009-04-16 16:23:26 -07003330 IWL_DEBUG_MAC80211(priv, "leave - %pM not in station map.\n",
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -08003331 addr);
3332 return -EINVAL;
3333 }
Zhu Yib481de92007-09-25 17:54:57 -07003334 }
3335
3336 mutex_lock(&priv->mutex);
Winkler, Tomasaf0053d2009-01-19 15:30:23 -08003337 iwl_scan_cancel_timeout(priv, 100);
Mohamed Abbas15e869d2007-10-25 17:15:46 +08003338
Zhu Yib481de92007-09-25 17:54:57 -07003339 switch (cmd) {
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -08003340 case SET_KEY:
3341 if (static_key)
3342 ret = iwl3945_set_static_key(priv, key);
3343 else
3344 ret = iwl3945_set_dynamic_key(priv, key, sta_id);
3345 IWL_DEBUG_MAC80211(priv, "enable hwcrypto key\n");
Zhu Yib481de92007-09-25 17:54:57 -07003346 break;
3347 case DISABLE_KEY:
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -08003348 if (static_key)
3349 ret = iwl3945_remove_static_key(priv);
3350 else
3351 ret = iwl3945_clear_sta_key_info(priv, sta_id);
3352 IWL_DEBUG_MAC80211(priv, "disable hwcrypto key\n");
Zhu Yib481de92007-09-25 17:54:57 -07003353 break;
3354 default:
Winkler, Tomas42986792009-01-19 15:30:22 -08003355 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07003356 }
3357
Johannes Berg72e15d72010-02-19 11:42:32 -08003358 mutex_unlock(&priv->mutex);
Tomas Winklere1623442009-01-27 14:27:56 -08003359 IWL_DEBUG_MAC80211(priv, "leave\n");
Zhu Yib481de92007-09-25 17:54:57 -07003360
Winkler, Tomas42986792009-01-19 15:30:22 -08003361 return ret;
Zhu Yib481de92007-09-25 17:54:57 -07003362}
3363
Reinette Chatrefe6b23d2010-02-22 16:24:47 -08003364static int iwl3945_mac_sta_add(struct ieee80211_hw *hw,
3365 struct ieee80211_vif *vif,
3366 struct ieee80211_sta *sta)
3367{
3368 struct iwl_priv *priv = hw->priv;
3369 int ret;
3370 bool is_ap = priv->iw_mode == NL80211_IFTYPE_STATION;
3371 u8 sta_id;
3372
3373 IWL_DEBUG_INFO(priv, "received request to add station %pM\n",
3374 sta->addr);
3375
3376 ret = iwl_add_station_common(priv, sta->addr, is_ap, &sta->ht_cap,
3377 &sta_id);
3378 if (ret) {
3379 IWL_ERR(priv, "Unable to add station %pM (%d)\n",
3380 sta->addr, ret);
3381 /* Should we return success if return code is EEXIST ? */
3382 return ret;
3383 }
3384
3385 /* Initialize rate scaling */
Frans Pop91dd6c22010-03-24 14:19:58 -07003386 IWL_DEBUG_INFO(priv, "Initializing rate scaling for station %pM\n",
Reinette Chatrefe6b23d2010-02-22 16:24:47 -08003387 sta->addr);
3388 iwl3945_rs_rate_init(priv, sta, sta_id);
3389
3390 return 0;
3391
3392
3393
3394 return ret;
3395}
Zhu Yib481de92007-09-25 17:54:57 -07003396/*****************************************************************************
3397 *
3398 * sysfs attributes
3399 *
3400 *****************************************************************************/
3401
Samuel Ortizd08853a2009-01-23 13:45:17 -08003402#ifdef CONFIG_IWLWIFI_DEBUG
Zhu Yib481de92007-09-25 17:54:57 -07003403
3404/*
3405 * The following adds a new attribute to the sysfs representation
3406 * of this device driver (i.e. a new file in /sys/bus/pci/drivers/iwl/)
3407 * used for controlling the debug level.
3408 *
3409 * See the level definitions in iwl for details.
Reinette Chatrea562a9d2009-07-17 09:30:24 -07003410 *
Reinette Chatre3d816c72009-08-07 15:41:37 -07003411 * The debug_level being managed using sysfs below is a per device debug
3412 * level that is used instead of the global debug level if it (the per
3413 * device debug level) is set.
Zhu Yib481de92007-09-25 17:54:57 -07003414 */
Samuel Ortiz40b8ec02008-12-19 10:37:08 +08003415static ssize_t show_debug_level(struct device *d,
3416 struct device_attribute *attr, char *buf)
Zhu Yib481de92007-09-25 17:54:57 -07003417{
Reinette Chatre3d816c72009-08-07 15:41:37 -07003418 struct iwl_priv *priv = dev_get_drvdata(d);
3419 return sprintf(buf, "0x%08X\n", iwl_get_debug_level(priv));
Zhu Yib481de92007-09-25 17:54:57 -07003420}
Samuel Ortiz40b8ec02008-12-19 10:37:08 +08003421static ssize_t store_debug_level(struct device *d,
3422 struct device_attribute *attr,
Zhu Yib481de92007-09-25 17:54:57 -07003423 const char *buf, size_t count)
3424{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003425 struct iwl_priv *priv = dev_get_drvdata(d);
Samuel Ortiz40b8ec02008-12-19 10:37:08 +08003426 unsigned long val;
3427 int ret;
Zhu Yib481de92007-09-25 17:54:57 -07003428
Samuel Ortiz40b8ec02008-12-19 10:37:08 +08003429 ret = strict_strtoul(buf, 0, &val);
3430 if (ret)
Tomas Winkler978785a2008-12-19 10:37:31 +08003431 IWL_INFO(priv, "%s is not in hex or decimal form.\n", buf);
Wey-Yi Guy20594eb2009-08-07 15:41:39 -07003432 else {
Reinette Chatre3d816c72009-08-07 15:41:37 -07003433 priv->debug_level = val;
Wey-Yi Guy20594eb2009-08-07 15:41:39 -07003434 if (iwl_alloc_traffic_mem(priv))
3435 IWL_ERR(priv,
3436 "Not enough memory to generate traffic log\n");
3437 }
Zhu Yib481de92007-09-25 17:54:57 -07003438 return strnlen(buf, count);
3439}
3440
Samuel Ortiz40b8ec02008-12-19 10:37:08 +08003441static DEVICE_ATTR(debug_level, S_IWUSR | S_IRUGO,
3442 show_debug_level, store_debug_level);
Zhu Yib481de92007-09-25 17:54:57 -07003443
Samuel Ortizd08853a2009-01-23 13:45:17 -08003444#endif /* CONFIG_IWLWIFI_DEBUG */
Zhu Yib481de92007-09-25 17:54:57 -07003445
Zhu Yib481de92007-09-25 17:54:57 -07003446static ssize_t show_temperature(struct device *d,
3447 struct device_attribute *attr, char *buf)
3448{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003449 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003450
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08003451 if (!iwl_is_alive(priv))
Zhu Yib481de92007-09-25 17:54:57 -07003452 return -EAGAIN;
3453
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003454 return sprintf(buf, "%d\n", iwl3945_hw_get_temperature(priv));
Zhu Yib481de92007-09-25 17:54:57 -07003455}
3456
3457static DEVICE_ATTR(temperature, S_IRUGO, show_temperature, NULL);
3458
Zhu Yib481de92007-09-25 17:54:57 -07003459static ssize_t show_tx_power(struct device *d,
3460 struct device_attribute *attr, char *buf)
3461{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003462 struct iwl_priv *priv = dev_get_drvdata(d);
Winkler, Tomas62ea9c52009-01-19 15:30:29 -08003463 return sprintf(buf, "%d\n", priv->tx_power_user_lmt);
Zhu Yib481de92007-09-25 17:54:57 -07003464}
3465
3466static ssize_t store_tx_power(struct device *d,
3467 struct device_attribute *attr,
3468 const char *buf, size_t count)
3469{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003470 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003471 char *p = (char *)buf;
3472 u32 val;
3473
3474 val = simple_strtoul(p, &p, 10);
3475 if (p == buf)
Tomas Winkler978785a2008-12-19 10:37:31 +08003476 IWL_INFO(priv, ": %s is not in decimal form.\n", buf);
Zhu Yib481de92007-09-25 17:54:57 -07003477 else
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003478 iwl3945_hw_reg_set_txpower(priv, val);
Zhu Yib481de92007-09-25 17:54:57 -07003479
3480 return count;
3481}
3482
3483static DEVICE_ATTR(tx_power, S_IWUSR | S_IRUGO, show_tx_power, store_tx_power);
3484
3485static ssize_t show_flags(struct device *d,
3486 struct device_attribute *attr, char *buf)
3487{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003488 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003489
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003490 return sprintf(buf, "0x%04X\n", priv->active_rxon.flags);
Zhu Yib481de92007-09-25 17:54:57 -07003491}
3492
3493static ssize_t store_flags(struct device *d,
3494 struct device_attribute *attr,
3495 const char *buf, size_t count)
3496{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003497 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003498 u32 flags = simple_strtoul(buf, NULL, 0);
3499
3500 mutex_lock(&priv->mutex);
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003501 if (le32_to_cpu(priv->staging_rxon.flags) != flags) {
Zhu Yib481de92007-09-25 17:54:57 -07003502 /* Cancel any currently running scans... */
Winkler, Tomasaf0053d2009-01-19 15:30:23 -08003503 if (iwl_scan_cancel_timeout(priv, 100))
Winkler, Tomas39aadf82008-12-19 10:37:32 +08003504 IWL_WARN(priv, "Could not cancel scan.\n");
Zhu Yib481de92007-09-25 17:54:57 -07003505 else {
Tomas Winklere1623442009-01-27 14:27:56 -08003506 IWL_DEBUG_INFO(priv, "Committing rxon.flags = 0x%04X\n",
Zhu Yib481de92007-09-25 17:54:57 -07003507 flags);
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003508 priv->staging_rxon.flags = cpu_to_le32(flags);
Abhijeet Kolekare0158e62009-04-08 11:26:37 -07003509 iwlcore_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003510 }
3511 }
3512 mutex_unlock(&priv->mutex);
3513
3514 return count;
3515}
3516
3517static DEVICE_ATTR(flags, S_IWUSR | S_IRUGO, show_flags, store_flags);
3518
3519static ssize_t show_filter_flags(struct device *d,
3520 struct device_attribute *attr, char *buf)
3521{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003522 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003523
3524 return sprintf(buf, "0x%04X\n",
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003525 le32_to_cpu(priv->active_rxon.filter_flags));
Zhu Yib481de92007-09-25 17:54:57 -07003526}
3527
3528static ssize_t store_filter_flags(struct device *d,
3529 struct device_attribute *attr,
3530 const char *buf, size_t count)
3531{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003532 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003533 u32 filter_flags = simple_strtoul(buf, NULL, 0);
3534
3535 mutex_lock(&priv->mutex);
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003536 if (le32_to_cpu(priv->staging_rxon.filter_flags) != filter_flags) {
Zhu Yib481de92007-09-25 17:54:57 -07003537 /* Cancel any currently running scans... */
Winkler, Tomasaf0053d2009-01-19 15:30:23 -08003538 if (iwl_scan_cancel_timeout(priv, 100))
Winkler, Tomas39aadf82008-12-19 10:37:32 +08003539 IWL_WARN(priv, "Could not cancel scan.\n");
Zhu Yib481de92007-09-25 17:54:57 -07003540 else {
Tomas Winklere1623442009-01-27 14:27:56 -08003541 IWL_DEBUG_INFO(priv, "Committing rxon.filter_flags = "
Zhu Yib481de92007-09-25 17:54:57 -07003542 "0x%04X\n", filter_flags);
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003543 priv->staging_rxon.filter_flags =
Zhu Yib481de92007-09-25 17:54:57 -07003544 cpu_to_le32(filter_flags);
Abhijeet Kolekare0158e62009-04-08 11:26:37 -07003545 iwlcore_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003546 }
3547 }
3548 mutex_unlock(&priv->mutex);
3549
3550 return count;
3551}
3552
3553static DEVICE_ATTR(filter_flags, S_IWUSR | S_IRUGO, show_filter_flags,
3554 store_filter_flags);
3555
Zhu Yib481de92007-09-25 17:54:57 -07003556static ssize_t show_measurement(struct device *d,
3557 struct device_attribute *attr, char *buf)
3558{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003559 struct iwl_priv *priv = dev_get_drvdata(d);
Tomas Winkler600c0e12008-12-19 10:37:04 +08003560 struct iwl_spectrum_notification measure_report;
Zhu Yib481de92007-09-25 17:54:57 -07003561 u32 size = sizeof(measure_report), len = 0, ofs = 0;
Tomas Winkler3ac7f142008-07-21 02:40:14 +03003562 u8 *data = (u8 *)&measure_report;
Zhu Yib481de92007-09-25 17:54:57 -07003563 unsigned long flags;
3564
3565 spin_lock_irqsave(&priv->lock, flags);
3566 if (!(priv->measurement_status & MEASUREMENT_READY)) {
3567 spin_unlock_irqrestore(&priv->lock, flags);
3568 return 0;
3569 }
3570 memcpy(&measure_report, &priv->measure_report, size);
3571 priv->measurement_status = 0;
3572 spin_unlock_irqrestore(&priv->lock, flags);
3573
3574 while (size && (PAGE_SIZE - len)) {
3575 hex_dump_to_buffer(data + ofs, size, 16, 1, buf + len,
3576 PAGE_SIZE - len, 1);
3577 len = strlen(buf);
3578 if (PAGE_SIZE - len)
3579 buf[len++] = '\n';
3580
3581 ofs += 16;
3582 size -= min(size, 16U);
3583 }
3584
3585 return len;
3586}
3587
3588static ssize_t store_measurement(struct device *d,
3589 struct device_attribute *attr,
3590 const char *buf, size_t count)
3591{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003592 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003593 struct ieee80211_measurement_params params = {
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003594 .channel = le16_to_cpu(priv->active_rxon.channel),
Johannes Berge99f1682010-01-19 10:04:28 -08003595 .start_time = cpu_to_le64(priv->_3945.last_tsf),
Zhu Yib481de92007-09-25 17:54:57 -07003596 .duration = cpu_to_le16(1),
3597 };
3598 u8 type = IWL_MEASURE_BASIC;
3599 u8 buffer[32];
3600 u8 channel;
3601
3602 if (count) {
3603 char *p = buffer;
3604 strncpy(buffer, buf, min(sizeof(buffer), count));
3605 channel = simple_strtoul(p, NULL, 0);
3606 if (channel)
3607 params.channel = channel;
3608
3609 p = buffer;
3610 while (*p && *p != ' ')
3611 p++;
3612 if (*p)
3613 type = simple_strtoul(p + 1, NULL, 0);
3614 }
3615
Tomas Winklere1623442009-01-27 14:27:56 -08003616 IWL_DEBUG_INFO(priv, "Invoking measurement of type %d on "
Zhu Yib481de92007-09-25 17:54:57 -07003617 "channel %d (for '%s')\n", type, params.channel, buf);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003618 iwl3945_get_measurement(priv, &params, type);
Zhu Yib481de92007-09-25 17:54:57 -07003619
3620 return count;
3621}
3622
3623static DEVICE_ATTR(measurement, S_IRUSR | S_IWUSR,
3624 show_measurement, store_measurement);
Zhu Yib481de92007-09-25 17:54:57 -07003625
Zhu Yib481de92007-09-25 17:54:57 -07003626static ssize_t store_retry_rate(struct device *d,
3627 struct device_attribute *attr,
3628 const char *buf, size_t count)
3629{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003630 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003631
3632 priv->retry_rate = simple_strtoul(buf, NULL, 0);
3633 if (priv->retry_rate <= 0)
3634 priv->retry_rate = 1;
3635
3636 return count;
3637}
3638
3639static ssize_t show_retry_rate(struct device *d,
3640 struct device_attribute *attr, char *buf)
3641{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003642 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003643 return sprintf(buf, "%d", priv->retry_rate);
3644}
3645
3646static DEVICE_ATTR(retry_rate, S_IWUSR | S_IRUSR, show_retry_rate,
3647 store_retry_rate);
3648
Winkler, Tomasd25aabb2009-01-27 14:27:58 -08003649
Zhu Yib481de92007-09-25 17:54:57 -07003650static ssize_t show_channels(struct device *d,
3651 struct device_attribute *attr, char *buf)
3652{
Johannes Berg8318d782008-01-24 19:38:38 +01003653 /* all this shit doesn't belong into sysfs anyway */
3654 return 0;
Zhu Yib481de92007-09-25 17:54:57 -07003655}
3656
3657static DEVICE_ATTR(channels, S_IRUSR, show_channels, NULL);
3658
Zhu Yib481de92007-09-25 17:54:57 -07003659static ssize_t show_antenna(struct device *d,
3660 struct device_attribute *attr, char *buf)
3661{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003662 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003663
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08003664 if (!iwl_is_alive(priv))
Zhu Yib481de92007-09-25 17:54:57 -07003665 return -EAGAIN;
3666
Samuel Ortiz7e4bca52009-01-23 13:45:18 -08003667 return sprintf(buf, "%d\n", iwl3945_mod_params.antenna);
Zhu Yib481de92007-09-25 17:54:57 -07003668}
3669
3670static ssize_t store_antenna(struct device *d,
3671 struct device_attribute *attr,
3672 const char *buf, size_t count)
3673{
Winkler, Tomas7530f852009-01-27 14:27:53 -08003674 struct iwl_priv *priv __maybe_unused = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003675 int ant;
Zhu Yib481de92007-09-25 17:54:57 -07003676
3677 if (count == 0)
3678 return 0;
3679
3680 if (sscanf(buf, "%1i", &ant) != 1) {
Tomas Winklere1623442009-01-27 14:27:56 -08003681 IWL_DEBUG_INFO(priv, "not in hex or decimal form.\n");
Zhu Yib481de92007-09-25 17:54:57 -07003682 return count;
3683 }
3684
3685 if ((ant >= 0) && (ant <= 2)) {
Tomas Winklere1623442009-01-27 14:27:56 -08003686 IWL_DEBUG_INFO(priv, "Setting antenna select to %d.\n", ant);
Samuel Ortiz7e4bca52009-01-23 13:45:18 -08003687 iwl3945_mod_params.antenna = (enum iwl3945_antenna)ant;
Zhu Yib481de92007-09-25 17:54:57 -07003688 } else
Tomas Winklere1623442009-01-27 14:27:56 -08003689 IWL_DEBUG_INFO(priv, "Bad antenna select value %d.\n", ant);
Zhu Yib481de92007-09-25 17:54:57 -07003690
3691
3692 return count;
3693}
3694
3695static DEVICE_ATTR(antenna, S_IWUSR | S_IRUGO, show_antenna, store_antenna);
3696
3697static ssize_t show_status(struct device *d,
3698 struct device_attribute *attr, char *buf)
3699{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003700 struct iwl_priv *priv = dev_get_drvdata(d);
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08003701 if (!iwl_is_alive(priv))
Zhu Yib481de92007-09-25 17:54:57 -07003702 return -EAGAIN;
3703 return sprintf(buf, "0x%08x\n", (int)priv->status);
3704}
3705
3706static DEVICE_ATTR(status, S_IRUGO, show_status, NULL);
3707
3708static ssize_t dump_error_log(struct device *d,
3709 struct device_attribute *attr,
3710 const char *buf, size_t count)
3711{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003712 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003713 char *p = (char *)buf;
3714
3715 if (p[0] == '1')
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003716 iwl3945_dump_nic_error_log(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003717
3718 return strnlen(buf, count);
3719}
3720
3721static DEVICE_ATTR(dump_errors, S_IWUSR, NULL, dump_error_log);
3722
Zhu Yib481de92007-09-25 17:54:57 -07003723/*****************************************************************************
3724 *
Tomas Winklera96a27f2008-10-23 23:48:56 -07003725 * driver setup and tear down
Zhu Yib481de92007-09-25 17:54:57 -07003726 *
3727 *****************************************************************************/
3728
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003729static void iwl3945_setup_deferred_work(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07003730{
Reinette Chatred21050c2009-02-13 11:51:18 -08003731 priv->workqueue = create_singlethread_workqueue(DRV_NAME);
Zhu Yib481de92007-09-25 17:54:57 -07003732
3733 init_waitqueue_head(&priv->wait_command_queue);
3734
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003735 INIT_WORK(&priv->restart, iwl3945_bg_restart);
3736 INIT_WORK(&priv->rx_replenish, iwl3945_bg_rx_replenish);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003737 INIT_WORK(&priv->beacon_update, iwl3945_bg_beacon_update);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003738 INIT_DELAYED_WORK(&priv->init_alive_start, iwl3945_bg_init_alive_start);
3739 INIT_DELAYED_WORK(&priv->alive_start, iwl3945_bg_alive_start);
Johannes Bergee525d12010-01-21 06:09:28 -08003740 INIT_DELAYED_WORK(&priv->_3945.rfkill_poll, iwl3945_rfkill_poll);
Samuel Ortiz77fecfb82009-01-23 13:45:12 -08003741 INIT_WORK(&priv->scan_completed, iwl_bg_scan_completed);
Samuel Ortiz77fecfb82009-01-23 13:45:12 -08003742 INIT_WORK(&priv->abort_scan, iwl_bg_abort_scan);
3743 INIT_DELAYED_WORK(&priv->scan_check, iwl_bg_scan_check);
Zhu Yib481de92007-09-25 17:54:57 -07003744
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003745 iwl3945_hw_setup_deferred_work(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003746
Wey-Yi Guyb74e31a2010-03-01 17:23:50 -08003747 if (priv->cfg->ops->lib->recover_from_tx_stall) {
3748 init_timer(&priv->monitor_recover);
3749 priv->monitor_recover.data = (unsigned long)priv;
3750 priv->monitor_recover.function =
3751 priv->cfg->ops->lib->recover_from_tx_stall;
3752 }
3753
Zhu Yib481de92007-09-25 17:54:57 -07003754 tasklet_init(&priv->irq_tasklet, (void (*)(unsigned long))
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003755 iwl3945_irq_tasklet, (unsigned long)priv);
Zhu Yib481de92007-09-25 17:54:57 -07003756}
3757
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003758static void iwl3945_cancel_deferred_work(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07003759{
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003760 iwl3945_hw_cancel_deferred_work(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003761
Joonwoo Parke47eb6a2007-11-29 10:42:49 +09003762 cancel_delayed_work_sync(&priv->init_alive_start);
Zhu Yib481de92007-09-25 17:54:57 -07003763 cancel_delayed_work(&priv->scan_check);
3764 cancel_delayed_work(&priv->alive_start);
Zhu Yib481de92007-09-25 17:54:57 -07003765 cancel_work_sync(&priv->beacon_update);
Wey-Yi Guyb74e31a2010-03-01 17:23:50 -08003766 if (priv->cfg->ops->lib->recover_from_tx_stall)
3767 del_timer_sync(&priv->monitor_recover);
Zhu Yib481de92007-09-25 17:54:57 -07003768}
3769
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003770static struct attribute *iwl3945_sysfs_entries[] = {
Zhu Yib481de92007-09-25 17:54:57 -07003771 &dev_attr_antenna.attr,
3772 &dev_attr_channels.attr,
3773 &dev_attr_dump_errors.attr,
Zhu Yib481de92007-09-25 17:54:57 -07003774 &dev_attr_flags.attr,
3775 &dev_attr_filter_flags.attr,
Zhu Yib481de92007-09-25 17:54:57 -07003776 &dev_attr_measurement.attr,
Zhu Yib481de92007-09-25 17:54:57 -07003777 &dev_attr_retry_rate.attr,
Zhu Yib481de92007-09-25 17:54:57 -07003778 &dev_attr_status.attr,
3779 &dev_attr_temperature.attr,
Zhu Yib481de92007-09-25 17:54:57 -07003780 &dev_attr_tx_power.attr,
Samuel Ortizd08853a2009-01-23 13:45:17 -08003781#ifdef CONFIG_IWLWIFI_DEBUG
Samuel Ortiz40b8ec02008-12-19 10:37:08 +08003782 &dev_attr_debug_level.attr,
3783#endif
Zhu Yib481de92007-09-25 17:54:57 -07003784 NULL
3785};
3786
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003787static struct attribute_group iwl3945_attribute_group = {
Zhu Yib481de92007-09-25 17:54:57 -07003788 .name = NULL, /* put in device directory */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003789 .attrs = iwl3945_sysfs_entries,
Zhu Yib481de92007-09-25 17:54:57 -07003790};
3791
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003792static struct ieee80211_ops iwl3945_hw_ops = {
3793 .tx = iwl3945_mac_tx,
3794 .start = iwl3945_mac_start,
3795 .stop = iwl3945_mac_stop,
Abhijeet Kolekarcbb6ab92009-04-08 11:26:46 -07003796 .add_interface = iwl_mac_add_interface,
Abhijeet Kolekard8052312009-04-08 11:26:47 -07003797 .remove_interface = iwl_mac_remove_interface,
Abhijeet Kolekar48083682009-04-08 11:26:48 -07003798 .config = iwl_mac_config,
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003799 .configure_filter = iwl_configure_filter,
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003800 .set_key = iwl3945_mac_set_key,
Abhijeet Kolekar488829f2009-03-26 10:14:10 -07003801 .conf_tx = iwl_mac_conf_tx,
Abhijeet Kolekarbd564262009-04-08 11:26:52 -07003802 .reset_tsf = iwl_mac_reset_tsf,
Abhijeet Kolekar5bbe2332009-04-08 11:26:35 -07003803 .bss_info_changed = iwl_bss_info_changed,
Reinette Chatrefe6b23d2010-02-22 16:24:47 -08003804 .hw_scan = iwl_mac_hw_scan,
3805 .sta_add = iwl3945_mac_sta_add,
3806 .sta_remove = iwl_mac_sta_remove,
Zhu Yib481de92007-09-25 17:54:57 -07003807};
3808
Winkler, Tomase52119c2008-12-22 11:31:19 +08003809static int iwl3945_init_drv(struct iwl_priv *priv)
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003810{
3811 int ret;
Samuel Ortize6148912009-01-23 13:45:15 -08003812 struct iwl3945_eeprom *eeprom = (struct iwl3945_eeprom *)priv->eeprom;
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003813
3814 priv->retry_rate = 1;
3815 priv->ibss_beacon = NULL;
3816
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003817 spin_lock_init(&priv->sta_lock);
3818 spin_lock_init(&priv->hcmd_lock);
3819
3820 INIT_LIST_HEAD(&priv->free_frames);
3821
3822 mutex_init(&priv->mutex);
Reinette Chatred2dfe6d2010-02-18 22:03:04 -08003823 mutex_init(&priv->sync_cmd_mutex);
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003824
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003825 priv->ieee_channels = NULL;
3826 priv->ieee_rates = NULL;
3827 priv->band = IEEE80211_BAND_2GHZ;
3828
3829 priv->iw_mode = NL80211_IFTYPE_STATION;
Wey-Yi Guya13d2762010-01-22 14:22:42 -08003830 priv->missed_beacon_threshold = IWL_MISSED_BEACON_THRESHOLD_DEF;
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003831
Winkler, Tomas62ea9c52009-01-19 15:30:29 -08003832 priv->tx_power_user_lmt = IWL_DEFAULT_TX_POWER;
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003833
Samuel Ortize6148912009-01-23 13:45:15 -08003834 if (eeprom->version < EEPROM_3945_EEPROM_VERSION) {
3835 IWL_WARN(priv, "Unsupported EEPROM version: 0x%04X\n",
3836 eeprom->version);
3837 ret = -EINVAL;
3838 goto err;
3839 }
3840 ret = iwl_init_channel_map(priv);
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003841 if (ret) {
3842 IWL_ERR(priv, "initializing regulatory failed: %d\n", ret);
3843 goto err;
3844 }
3845
Samuel Ortize6148912009-01-23 13:45:15 -08003846 /* Set up txpower settings in driver for all channels */
3847 if (iwl3945_txpower_set_from_eeprom(priv)) {
3848 ret = -EIO;
3849 goto err_free_channel_map;
3850 }
3851
Samuel Ortiz534166d2009-01-23 13:45:16 -08003852 ret = iwlcore_init_geos(priv);
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003853 if (ret) {
3854 IWL_ERR(priv, "initializing geos failed: %d\n", ret);
3855 goto err_free_channel_map;
3856 }
Samuel Ortiz534166d2009-01-23 13:45:16 -08003857 iwl3945_init_hw_rates(priv, priv->ieee_rates);
3858
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003859 return 0;
3860
3861err_free_channel_map:
Samuel Ortize6148912009-01-23 13:45:15 -08003862 iwl_free_channel_map(priv);
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003863err:
3864 return ret;
3865}
3866
Abhijeet Kolekar2a4ddaa2009-02-27 16:21:23 -08003867static int iwl3945_setup_mac(struct iwl_priv *priv)
3868{
3869 int ret;
3870 struct ieee80211_hw *hw = priv->hw;
3871
3872 hw->rate_control_algorithm = "iwl-3945-rs";
3873 hw->sta_data_size = sizeof(struct iwl3945_sta_priv);
3874
3875 /* Tell mac80211 our characteristics */
3876 hw->flags = IEEE80211_HW_SIGNAL_DBM |
Reinette Chatrebc45a672009-12-14 14:12:10 -08003877 IEEE80211_HW_SPECTRUM_MGMT;
3878
3879 if (!priv->cfg->broken_powersave)
3880 hw->flags |= IEEE80211_HW_SUPPORTS_PS |
3881 IEEE80211_HW_SUPPORTS_DYNAMIC_PS;
Abhijeet Kolekar2a4ddaa2009-02-27 16:21:23 -08003882
3883 hw->wiphy->interface_modes =
3884 BIT(NL80211_IFTYPE_STATION) |
3885 BIT(NL80211_IFTYPE_ADHOC);
3886
Reinette Chatref6c8f152010-03-12 11:13:26 -08003887 hw->wiphy->flags |= WIPHY_FLAG_CUSTOM_REGULATORY |
Johannes Berg5be83de2009-11-19 00:56:28 +01003888 WIPHY_FLAG_DISABLE_BEACON_HINTS;
Luis R. Rodriguez37184242009-07-30 17:43:48 -07003889
Johannes Berg1ecf9fc2009-04-20 14:36:56 -07003890 hw->wiphy->max_scan_ssids = PROBE_OPTION_MAX_3945;
3891 /* we create the 802.11 header and a zero-length SSID element */
3892 hw->wiphy->max_scan_ie_len = IWL_MAX_PROBE_REQUEST - 24 - 2;
Johannes Bergd60cc912009-04-09 09:56:02 +02003893
Abhijeet Kolekar2a4ddaa2009-02-27 16:21:23 -08003894 /* Default value; 4 EDCA QOS priorities */
3895 hw->queues = 4;
3896
Abhijeet Kolekar2a4ddaa2009-02-27 16:21:23 -08003897 if (priv->bands[IEEE80211_BAND_2GHZ].n_channels)
3898 priv->hw->wiphy->bands[IEEE80211_BAND_2GHZ] =
3899 &priv->bands[IEEE80211_BAND_2GHZ];
3900
3901 if (priv->bands[IEEE80211_BAND_5GHZ].n_channels)
3902 priv->hw->wiphy->bands[IEEE80211_BAND_5GHZ] =
3903 &priv->bands[IEEE80211_BAND_5GHZ];
3904
3905 ret = ieee80211_register_hw(priv->hw);
3906 if (ret) {
3907 IWL_ERR(priv, "Failed to register hw (error %d)\n", ret);
3908 return ret;
3909 }
3910 priv->mac80211_registered = 1;
3911
3912 return 0;
3913}
3914
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003915static int iwl3945_pci_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
Zhu Yib481de92007-09-25 17:54:57 -07003916{
3917 int err = 0;
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003918 struct iwl_priv *priv;
Zhu Yib481de92007-09-25 17:54:57 -07003919 struct ieee80211_hw *hw;
Kolekar, Abhijeetc0f20d92008-12-19 10:37:19 +08003920 struct iwl_cfg *cfg = (struct iwl_cfg *)(ent->driver_data);
Samuel Ortize6148912009-01-23 13:45:15 -08003921 struct iwl3945_eeprom *eeprom;
Mohamed Abbas0359fac2008-03-28 16:21:08 -07003922 unsigned long flags;
Zhu Yib481de92007-09-25 17:54:57 -07003923
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08003924 /***********************
3925 * 1. Allocating HW data
3926 * ********************/
3927
Zhu Yib481de92007-09-25 17:54:57 -07003928 /* mac80211 allocates memory for this device instance, including
3929 * space for this driver's private structure */
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003930 hw = iwl_alloc_all(cfg, &iwl3945_hw_ops);
Zhu Yib481de92007-09-25 17:54:57 -07003931 if (hw == NULL) {
Samuel Ortiza3139c52008-12-19 10:37:09 +08003932 printk(KERN_ERR DRV_NAME "Can not allocate network device\n");
Zhu Yib481de92007-09-25 17:54:57 -07003933 err = -ENOMEM;
3934 goto out;
3935 }
Zhu Yib481de92007-09-25 17:54:57 -07003936 priv = hw->priv;
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003937 SET_IEEE80211_DEV(hw, &pdev->dev);
Cahill, Ben M6440adb2007-11-29 11:09:55 +08003938
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003939 /*
3940 * Disabling hardware scan means that mac80211 will perform scans
3941 * "the hard way", rather than using device's scan.
3942 */
Kolekar, Abhijeetdf878d82008-12-19 10:37:35 +08003943 if (iwl3945_mod_params.disable_hw_scan) {
Tomas Winklere1623442009-01-27 14:27:56 -08003944 IWL_DEBUG_INFO(priv, "Disabling hw_scan\n");
Samuel Ortiz40b8ec02008-12-19 10:37:08 +08003945 iwl3945_hw_ops.hw_scan = NULL;
3946 }
3947
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003948
Tomas Winklere1623442009-01-27 14:27:56 -08003949 IWL_DEBUG_INFO(priv, "*** LOAD DRIVER ***\n");
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003950 priv->cfg = cfg;
3951 priv->pci_dev = pdev;
Mohamed Abbas40cefda2009-05-22 11:01:52 -07003952 priv->inta_mask = CSR_INI_SET_MASK;
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003953
Samuel Ortizd08853a2009-01-23 13:45:17 -08003954#ifdef CONFIG_IWLWIFI_DEBUG
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003955 atomic_set(&priv->restrict_refcnt, 0);
3956#endif
Wey-Yi Guy20594eb2009-08-07 15:41:39 -07003957 if (iwl_alloc_traffic_mem(priv))
3958 IWL_ERR(priv, "Not enough memory to generate traffic log\n");
Zhu Yib481de92007-09-25 17:54:57 -07003959
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08003960 /***************************
3961 * 2. Initializing PCI bus
3962 * *************************/
Zhu Yib481de92007-09-25 17:54:57 -07003963 if (pci_enable_device(pdev)) {
3964 err = -ENODEV;
3965 goto out_ieee80211_free_hw;
3966 }
3967
3968 pci_set_master(pdev);
3969
Yang Hongyang284901a2009-04-06 19:01:15 -07003970 err = pci_set_dma_mask(pdev, DMA_BIT_MASK(32));
Zhu Yib481de92007-09-25 17:54:57 -07003971 if (!err)
Yang Hongyang284901a2009-04-06 19:01:15 -07003972 err = pci_set_consistent_dma_mask(pdev, DMA_BIT_MASK(32));
Zhu Yib481de92007-09-25 17:54:57 -07003973 if (err) {
Tomas Winkler978785a2008-12-19 10:37:31 +08003974 IWL_WARN(priv, "No suitable DMA available.\n");
Zhu Yib481de92007-09-25 17:54:57 -07003975 goto out_pci_disable_device;
3976 }
3977
3978 pci_set_drvdata(pdev, priv);
3979 err = pci_request_regions(pdev, DRV_NAME);
3980 if (err)
3981 goto out_pci_disable_device;
Cahill, Ben M6440adb2007-11-29 11:09:55 +08003982
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08003983 /***********************
3984 * 3. Read REV Register
3985 * ********************/
Zhu Yib481de92007-09-25 17:54:57 -07003986 priv->hw_base = pci_iomap(pdev, 0, 0);
3987 if (!priv->hw_base) {
3988 err = -ENODEV;
3989 goto out_pci_release_regions;
3990 }
3991
Tomas Winklere1623442009-01-27 14:27:56 -08003992 IWL_DEBUG_INFO(priv, "pci_resource_len = 0x%08llx\n",
Zhu Yib481de92007-09-25 17:54:57 -07003993 (unsigned long long) pci_resource_len(pdev, 0));
Tomas Winklere1623442009-01-27 14:27:56 -08003994 IWL_DEBUG_INFO(priv, "pci_resource_base = %p\n", priv->hw_base);
Zhu Yib481de92007-09-25 17:54:57 -07003995
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08003996 /* We disable the RETRY_TIMEOUT register (0x41) to keep
3997 * PCI Tx retries from interfering with C3 CPU state */
3998 pci_write_config_byte(pdev, 0x41, 0x00);
Zhu Yib481de92007-09-25 17:54:57 -07003999
Reinette Chatre731a29b2009-12-14 14:12:11 -08004000 /* these spin locks will be used in apm_ops.init and EEPROM access
Mohamed Abbasa8b50a02009-05-22 11:01:47 -07004001 * we should init now
4002 */
4003 spin_lock_init(&priv->reg_lock);
Reinette Chatre731a29b2009-12-14 14:12:11 -08004004 spin_lock_init(&priv->lock);
Mohamed Abbasa8b50a02009-05-22 11:01:47 -07004005
Reinette Chatre4843b5a2010-02-03 09:38:59 -08004006 /*
4007 * stop and reset the on-board processor just in case it is in a
4008 * strange state ... like being left stranded by a primary kernel
4009 * and this is now the kdump kernel trying to start up
4010 */
4011 iwl_write32(priv, CSR_RESET, CSR_RESET_REG_FLAG_NEVO_RESET);
4012
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004013 /***********************
4014 * 4. Read EEPROM
4015 * ********************/
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08004016
Zhu Yi5a669262008-01-14 17:46:18 -08004017 /* Read the EEPROM */
Samuel Ortize6148912009-01-23 13:45:15 -08004018 err = iwl_eeprom_init(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004019 if (err) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08004020 IWL_ERR(priv, "Unable to init EEPROM\n");
Reinette Chatrec8f16132009-02-27 16:21:22 -08004021 goto out_iounmap;
Zhu Yi5a669262008-01-14 17:46:18 -08004022 }
4023 /* MAC Address location in EEPROM same for 3945/4965 */
Samuel Ortize6148912009-01-23 13:45:15 -08004024 eeprom = (struct iwl3945_eeprom *)priv->eeprom;
4025 memcpy(priv->mac_addr, eeprom->mac_address, ETH_ALEN);
Tomas Winklere1623442009-01-27 14:27:56 -08004026 IWL_DEBUG_INFO(priv, "MAC address: %pM\n", priv->mac_addr);
Zhu Yi5a669262008-01-14 17:46:18 -08004027 SET_IEEE80211_PERM_ADDR(priv->hw, priv->mac_addr);
4028
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004029 /***********************
4030 * 5. Setup HW Constants
4031 * ********************/
4032 /* Device-specific setup */
Abhijeet Kolekar3832ec92008-12-19 10:37:26 +08004033 if (iwl3945_hw_set_hw_params(priv)) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08004034 IWL_ERR(priv, "failed to set hw settings\n");
Reinette Chatrec8f16132009-02-27 16:21:22 -08004035 goto out_eeprom_free;
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004036 }
4037
4038 /***********************
4039 * 6. Setup priv
4040 * ********************/
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004041
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08004042 err = iwl3945_init_drv(priv);
Reinette Chatre849e0dc2008-01-23 10:15:18 -08004043 if (err) {
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08004044 IWL_ERR(priv, "initializing driver failed\n");
Reinette Chatrec8f16132009-02-27 16:21:22 -08004045 goto out_unset_hw_params;
Reinette Chatre849e0dc2008-01-23 10:15:18 -08004046 }
Reinette Chatre849e0dc2008-01-23 10:15:18 -08004047
Tomas Winkler978785a2008-12-19 10:37:31 +08004048 IWL_INFO(priv, "Detected Intel Wireless WiFi Link %s\n",
4049 priv->cfg->name);
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004050
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004051 /***********************
Abhijeet Kolekar09f9bf72009-04-20 14:37:03 -07004052 * 7. Setup Services
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004053 * ********************/
4054
4055 spin_lock_irqsave(&priv->lock, flags);
Abhijeet Kolekared3b9322009-02-18 15:54:30 -08004056 iwl_disable_interrupts(priv);
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004057 spin_unlock_irqrestore(&priv->lock, flags);
4058
Helmut Schaa26635162009-01-15 09:38:44 +01004059 pci_enable_msi(priv->pci_dev);
4060
Mohamed Abbasef850d72009-05-22 11:01:50 -07004061 err = request_irq(priv->pci_dev->irq, priv->cfg->ops->lib->isr,
4062 IRQF_SHARED, DRV_NAME, priv);
Helmut Schaa26635162009-01-15 09:38:44 +01004063 if (err) {
4064 IWL_ERR(priv, "Error allocating IRQ %d\n", priv->pci_dev->irq);
4065 goto out_disable_msi;
4066 }
4067
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004068 err = sysfs_create_group(&pdev->dev.kobj, &iwl3945_attribute_group);
4069 if (err) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08004070 IWL_ERR(priv, "failed to create sysfs device attributes\n");
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08004071 goto out_release_irq;
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004072 }
4073
Samuel Ortiz8ccde882009-01-27 14:27:52 -08004074 iwl_set_rxon_channel(priv,
4075 &priv->bands[IEEE80211_BAND_2GHZ].channels[5]);
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004076 iwl3945_setup_deferred_work(priv);
4077 iwl3945_setup_rx_handlers(priv);
Ben Cahill008a9e32009-10-09 13:20:27 -07004078 iwl_power_initialize(priv);
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004079
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004080 /*********************************
Abhijeet Kolekar09f9bf72009-04-20 14:37:03 -07004081 * 8. Setup and Register mac80211
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004082 * *******************************/
4083
Abhijeet Kolekar2a4ddaa2009-02-27 16:21:23 -08004084 iwl_enable_interrupts(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004085
Abhijeet Kolekar2a4ddaa2009-02-27 16:21:23 -08004086 err = iwl3945_setup_mac(priv);
4087 if (err)
4088 goto out_remove_sysfs;
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004089
Abhijeet Kolekara75fbe82009-04-20 14:36:58 -07004090 err = iwl_dbgfs_register(priv, DRV_NAME);
4091 if (err)
4092 IWL_ERR(priv, "failed to create debugfs files. Ignoring error: %d\n", err);
4093
Helmut Schaa26635162009-01-15 09:38:44 +01004094 /* Start monitoring the killswitch */
Johannes Bergee525d12010-01-21 06:09:28 -08004095 queue_delayed_work(priv->workqueue, &priv->_3945.rfkill_poll,
Helmut Schaa26635162009-01-15 09:38:44 +01004096 2 * HZ);
4097
Zhu Yib481de92007-09-25 17:54:57 -07004098 return 0;
4099
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004100 out_remove_sysfs:
Zhu Yib481de92007-09-25 17:54:57 -07004101 destroy_workqueue(priv->workqueue);
4102 priv->workqueue = NULL;
Reinette Chatrec8f16132009-02-27 16:21:22 -08004103 sysfs_remove_group(&pdev->dev.kobj, &iwl3945_attribute_group);
4104 out_release_irq:
4105 free_irq(priv->pci_dev->irq, priv);
Helmut Schaa26635162009-01-15 09:38:44 +01004106 out_disable_msi:
4107 pci_disable_msi(priv->pci_dev);
Reinette Chatrec8f16132009-02-27 16:21:22 -08004108 iwlcore_free_geos(priv);
4109 iwl_free_channel_map(priv);
4110 out_unset_hw_params:
4111 iwl3945_unset_hw_params(priv);
4112 out_eeprom_free:
4113 iwl_eeprom_free(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004114 out_iounmap:
4115 pci_iounmap(pdev, priv->hw_base);
4116 out_pci_release_regions:
4117 pci_release_regions(pdev);
4118 out_pci_disable_device:
Zhu Yib481de92007-09-25 17:54:57 -07004119 pci_set_drvdata(pdev, NULL);
Reinette Chatre623d5632009-03-03 11:37:04 -08004120 pci_disable_device(pdev);
Zhu Yib481de92007-09-25 17:54:57 -07004121 out_ieee80211_free_hw:
Wey-Yi Guy20594eb2009-08-07 15:41:39 -07004122 iwl_free_traffic_mem(priv);
Wey-Yi Guyd7c76f42009-10-09 13:20:17 -07004123 ieee80211_free_hw(priv->hw);
Zhu Yib481de92007-09-25 17:54:57 -07004124 out:
4125 return err;
4126}
4127
Reinette Chatrec83dbf62008-03-21 13:53:41 -07004128static void __devexit iwl3945_pci_remove(struct pci_dev *pdev)
Zhu Yib481de92007-09-25 17:54:57 -07004129{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08004130 struct iwl_priv *priv = pci_get_drvdata(pdev);
Mohamed Abbas0359fac2008-03-28 16:21:08 -07004131 unsigned long flags;
Zhu Yib481de92007-09-25 17:54:57 -07004132
4133 if (!priv)
4134 return;
4135
Tomas Winklere1623442009-01-27 14:27:56 -08004136 IWL_DEBUG_INFO(priv, "*** UNLOAD DRIVER ***\n");
Zhu Yib481de92007-09-25 17:54:57 -07004137
Abhijeet Kolekara75fbe82009-04-20 14:36:58 -07004138 iwl_dbgfs_unregister(priv);
4139
Zhu Yib481de92007-09-25 17:54:57 -07004140 set_bit(STATUS_EXIT_PENDING, &priv->status);
Zhu Yib24d22b2007-12-19 13:59:52 +08004141
Kolekar, Abhijeetd552bfb2008-12-19 10:37:41 +08004142 if (priv->mac80211_registered) {
4143 ieee80211_unregister_hw(priv->hw);
4144 priv->mac80211_registered = 0;
4145 } else {
4146 iwl3945_down(priv);
4147 }
Zhu Yib481de92007-09-25 17:54:57 -07004148
Ben Cahillc166b252009-10-23 13:42:35 -07004149 /*
4150 * Make sure device is reset to low power before unloading driver.
4151 * This may be redundant with iwl_down(), but there are paths to
4152 * run iwl_down() without calling apm_ops.stop(), and there are
4153 * paths to avoid running iwl_down() at all before leaving driver.
4154 * This (inexpensive) call *makes sure* device is reset.
4155 */
4156 priv->cfg->ops->lib->apm_ops.stop(priv);
4157
Mohamed Abbas0359fac2008-03-28 16:21:08 -07004158 /* make sure we flush any pending irq or
4159 * tasklet for the driver
4160 */
4161 spin_lock_irqsave(&priv->lock, flags);
Abhijeet Kolekared3b9322009-02-18 15:54:30 -08004162 iwl_disable_interrupts(priv);
Mohamed Abbas0359fac2008-03-28 16:21:08 -07004163 spin_unlock_irqrestore(&priv->lock, flags);
4164
4165 iwl_synchronize_irq(priv);
4166
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004167 sysfs_remove_group(&pdev->dev.kobj, &iwl3945_attribute_group);
Zhu Yib481de92007-09-25 17:54:57 -07004168
Johannes Bergee525d12010-01-21 06:09:28 -08004169 cancel_delayed_work_sync(&priv->_3945.rfkill_poll);
Helmut Schaa26635162009-01-15 09:38:44 +01004170
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004171 iwl3945_dealloc_ucode_pci(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004172
4173 if (priv->rxq.bd)
Reinette Chatredf833b12009-04-21 10:55:48 -07004174 iwl3945_rx_queue_free(priv, &priv->rxq);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004175 iwl3945_hw_txq_ctx_free(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004176
Abhijeet Kolekar3832ec92008-12-19 10:37:26 +08004177 iwl3945_unset_hw_params(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004178
Mohamed Abbas6ef89d02007-10-25 17:15:47 +08004179 /*netif_stop_queue(dev); */
4180 flush_workqueue(priv->workqueue);
4181
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004182 /* ieee80211_unregister_hw calls iwl3945_mac_stop, which flushes
Zhu Yib481de92007-09-25 17:54:57 -07004183 * priv->workqueue... so we can't take down the workqueue
4184 * until now... */
4185 destroy_workqueue(priv->workqueue);
4186 priv->workqueue = NULL;
Wey-Yi Guy20594eb2009-08-07 15:41:39 -07004187 iwl_free_traffic_mem(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004188
Helmut Schaa26635162009-01-15 09:38:44 +01004189 free_irq(pdev->irq, priv);
4190 pci_disable_msi(pdev);
4191
Zhu Yib481de92007-09-25 17:54:57 -07004192 pci_iounmap(pdev, priv->hw_base);
4193 pci_release_regions(pdev);
4194 pci_disable_device(pdev);
4195 pci_set_drvdata(pdev, NULL);
4196
Samuel Ortize6148912009-01-23 13:45:15 -08004197 iwl_free_channel_map(priv);
Samuel Ortiz534166d2009-01-23 13:45:16 -08004198 iwlcore_free_geos(priv);
Johannes Berg811ecc92010-04-06 04:12:41 -07004199 kfree(priv->scan_cmd);
Zhu Yib481de92007-09-25 17:54:57 -07004200 if (priv->ibss_beacon)
4201 dev_kfree_skb(priv->ibss_beacon);
4202
4203 ieee80211_free_hw(priv->hw);
4204}
4205
Zhu Yib481de92007-09-25 17:54:57 -07004206
4207/*****************************************************************************
4208 *
4209 * driver and module entry point
4210 *
4211 *****************************************************************************/
4212
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004213static struct pci_driver iwl3945_driver = {
Zhu Yib481de92007-09-25 17:54:57 -07004214 .name = DRV_NAME,
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004215 .id_table = iwl3945_hw_card_ids,
4216 .probe = iwl3945_pci_probe,
4217 .remove = __devexit_p(iwl3945_pci_remove),
Zhu Yib481de92007-09-25 17:54:57 -07004218#ifdef CONFIG_PM
Wey-Yi Guy6da3a132009-03-26 10:14:08 -07004219 .suspend = iwl_pci_suspend,
4220 .resume = iwl_pci_resume,
Zhu Yib481de92007-09-25 17:54:57 -07004221#endif
4222};
4223
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004224static int __init iwl3945_init(void)
Zhu Yib481de92007-09-25 17:54:57 -07004225{
4226
4227 int ret;
4228 printk(KERN_INFO DRV_NAME ": " DRV_DESCRIPTION ", " DRV_VERSION "\n");
4229 printk(KERN_INFO DRV_NAME ": " DRV_COPYRIGHT "\n");
Reinette Chatre897e1cf2008-03-28 16:21:09 -07004230
4231 ret = iwl3945_rate_control_register();
4232 if (ret) {
Samuel Ortiza3139c52008-12-19 10:37:09 +08004233 printk(KERN_ERR DRV_NAME
4234 "Unable to register rate control algorithm: %d\n", ret);
Reinette Chatre897e1cf2008-03-28 16:21:09 -07004235 return ret;
4236 }
4237
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004238 ret = pci_register_driver(&iwl3945_driver);
Zhu Yib481de92007-09-25 17:54:57 -07004239 if (ret) {
Samuel Ortiza3139c52008-12-19 10:37:09 +08004240 printk(KERN_ERR DRV_NAME "Unable to initialize PCI module\n");
Reinette Chatre897e1cf2008-03-28 16:21:09 -07004241 goto error_register;
Zhu Yib481de92007-09-25 17:54:57 -07004242 }
Zhu Yib481de92007-09-25 17:54:57 -07004243
4244 return ret;
Reinette Chatre897e1cf2008-03-28 16:21:09 -07004245
Reinette Chatre897e1cf2008-03-28 16:21:09 -07004246error_register:
4247 iwl3945_rate_control_unregister();
4248 return ret;
Zhu Yib481de92007-09-25 17:54:57 -07004249}
4250
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004251static void __exit iwl3945_exit(void)
Zhu Yib481de92007-09-25 17:54:57 -07004252{
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004253 pci_unregister_driver(&iwl3945_driver);
Reinette Chatre897e1cf2008-03-28 16:21:09 -07004254 iwl3945_rate_control_unregister();
Zhu Yib481de92007-09-25 17:54:57 -07004255}
4256
Reinette Chatrea0987a82008-12-02 12:14:06 -08004257MODULE_FIRMWARE(IWL3945_MODULE_FIRMWARE(IWL3945_UCODE_API_MAX));
Zhu Yi25cb6ca2008-09-11 11:45:22 +08004258
Wey-Yi Guy4e30cb62009-09-17 10:43:47 -07004259module_param_named(antenna, iwl3945_mod_params.antenna, int, S_IRUGO);
Zhu Yib481de92007-09-25 17:54:57 -07004260MODULE_PARM_DESC(antenna, "select antenna (1=Main, 2=Aux, default 0 [both])");
Wey-Yi Guy4e30cb62009-09-17 10:43:47 -07004261module_param_named(swcrypto, iwl3945_mod_params.sw_crypto, int, S_IRUGO);
Samuel Ortiz9c74d9f2009-01-08 10:19:59 -08004262MODULE_PARM_DESC(swcrypto,
4263 "using software crypto (default 1 [software])\n");
Reinette Chatrea562a9d2009-07-17 09:30:24 -07004264#ifdef CONFIG_IWLWIFI_DEBUG
Wey-Yi Guy4e30cb62009-09-17 10:43:47 -07004265module_param_named(debug, iwl_debug_level, uint, S_IRUGO | S_IWUSR);
Zhu Yib481de92007-09-25 17:54:57 -07004266MODULE_PARM_DESC(debug, "debug output mask");
Reinette Chatrea562a9d2009-07-17 09:30:24 -07004267#endif
Wey-Yi Guy4e30cb62009-09-17 10:43:47 -07004268module_param_named(disable_hw_scan, iwl3945_mod_params.disable_hw_scan,
4269 int, S_IRUGO);
Zhu Yib481de92007-09-25 17:54:57 -07004270MODULE_PARM_DESC(disable_hw_scan, "disable hardware scanning (default 0)");
Wey-Yi Guy4e30cb62009-09-17 10:43:47 -07004271module_param_named(fw_restart3945, iwl3945_mod_params.restart_fw, int, S_IRUGO);
Samuel Ortizaf48d042009-01-23 13:45:19 -08004272MODULE_PARM_DESC(fw_restart3945, "restart firmware in case of error");
4273
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004274module_exit(iwl3945_exit);
4275module_init(iwl3945_init);