blob: 5d26330b43e8f1208ff83207812ba14dd018ce0b [file] [log] [blame]
Zhu Yib481de92007-09-25 17:54:57 -07001/******************************************************************************
2 *
Reinette Chatre01f81622009-01-08 10:20:02 -08003 * Copyright(c) 2003 - 2009 Intel Corporation. All rights reserved.
Zhu Yib481de92007-09-25 17:54:57 -07004 *
5 * Portions of this file are derived from the ipw3945 project, as well
6 * as portions of the ieee80211 subsystem header files.
7 *
8 * This program is free software; you can redistribute it and/or modify it
9 * under the terms of version 2 of the GNU General Public License as
10 * published by the Free Software Foundation.
11 *
12 * This program is distributed in the hope that it will be useful, but WITHOUT
13 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
14 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
15 * more details.
16 *
17 * You should have received a copy of the GNU General Public License along with
18 * this program; if not, write to the Free Software Foundation, Inc.,
19 * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
20 *
21 * The full GNU General Public License is included in this distribution in the
22 * file called LICENSE.
23 *
24 * Contact Information:
Winkler, Tomas759ef892008-12-09 11:28:58 -080025 * Intel Linux Wireless <ilw@linux.intel.com>
Zhu Yib481de92007-09-25 17:54:57 -070026 * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
27 *
28 *****************************************************************************/
29
Zhu Yib481de92007-09-25 17:54:57 -070030#include <linux/kernel.h>
31#include <linux/module.h>
Zhu Yib481de92007-09-25 17:54:57 -070032#include <linux/init.h>
33#include <linux/pci.h>
34#include <linux/dma-mapping.h>
35#include <linux/delay.h>
Alexey Dobriyand43c36d2009-10-07 17:09:06 +040036#include <linux/sched.h>
Zhu Yib481de92007-09-25 17:54:57 -070037#include <linux/skbuff.h>
38#include <linux/netdevice.h>
39#include <linux/wireless.h>
40#include <linux/firmware.h>
Zhu Yib481de92007-09-25 17:54:57 -070041#include <linux/etherdevice.h>
42#include <linux/if_arp.h>
43
44#include <net/ieee80211_radiotap.h>
45#include <net/mac80211.h>
46
47#include <asm/div64.h>
48
Samuel Ortiza3139c52008-12-19 10:37:09 +080049#define DRV_NAME "iwl3945"
50
Winkler, Tomasdbb66542008-12-22 11:31:14 +080051#include "iwl-fh.h"
52#include "iwl-3945-fh.h"
Tomas Winkler600c0e12008-12-19 10:37:04 +080053#include "iwl-commands.h"
Samuel Ortiz17f841c2009-01-23 13:45:20 -080054#include "iwl-sta.h"
Zhu Yib481de92007-09-25 17:54:57 -070055#include "iwl-3945.h"
56#include "iwl-helpers.h"
Kolekar, Abhijeet5747d472008-12-19 10:37:18 +080057#include "iwl-core.h"
Samuel Ortizd20b3c62008-12-19 10:37:15 +080058#include "iwl-dev.h"
Zhu Yib481de92007-09-25 17:54:57 -070059
Zhu Yib481de92007-09-25 17:54:57 -070060/*
61 * module name, copyright, version, etc.
Zhu Yib481de92007-09-25 17:54:57 -070062 */
63
64#define DRV_DESCRIPTION \
65"Intel(R) PRO/Wireless 3945ABG/BG Network Connection driver for Linux"
66
Samuel Ortizd08853a2009-01-23 13:45:17 -080067#ifdef CONFIG_IWLWIFI_DEBUG
Zhu Yib481de92007-09-25 17:54:57 -070068#define VD "d"
69#else
70#define VD
71#endif
72
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +080073#ifdef CONFIG_IWL3945_SPECTRUM_MEASUREMENT
Zhu Yib481de92007-09-25 17:54:57 -070074#define VS "s"
75#else
76#define VS
77#endif
78
Kolekar, Abhijeeteaa686c2008-12-19 10:37:17 +080079#define IWL39_VERSION "1.2.26k" VD VS
Reinette Chatre01f81622009-01-08 10:20:02 -080080#define DRV_COPYRIGHT "Copyright(c) 2003-2009 Intel Corporation"
Tomas Winklera7b75202008-12-11 10:33:41 -080081#define DRV_AUTHOR "<ilw@linux.intel.com>"
Kolekar, Abhijeeteaa686c2008-12-19 10:37:17 +080082#define DRV_VERSION IWL39_VERSION
Zhu Yib481de92007-09-25 17:54:57 -070083
Zhu Yib481de92007-09-25 17:54:57 -070084
85MODULE_DESCRIPTION(DRV_DESCRIPTION);
86MODULE_VERSION(DRV_VERSION);
Tomas Winklera7b75202008-12-11 10:33:41 -080087MODULE_AUTHOR(DRV_COPYRIGHT " " DRV_AUTHOR);
Zhu Yib481de92007-09-25 17:54:57 -070088MODULE_LICENSE("GPL");
89
Kolekar, Abhijeetdf878d82008-12-19 10:37:35 +080090 /* module parameters */
91struct iwl_mod_params iwl3945_mod_params = {
Samuel Ortiz9c74d9f2009-01-08 10:19:59 -080092 .sw_crypto = 1,
Samuel Ortizaf48d042009-01-23 13:45:19 -080093 .restart_fw = 1,
Kolekar, Abhijeetdf878d82008-12-19 10:37:35 +080094 /* the rest are 0 by default */
95};
96
Zhu Yib481de92007-09-25 17:54:57 -070097/**
Samuel Ortiz7e4bca52009-01-23 13:45:18 -080098 * iwl3945_get_antenna_flags - Get antenna flags for RXON command
99 * @priv: eeprom and antenna fields are used to determine antenna flags
100 *
101 * priv->eeprom39 is used to determine if antenna AUX/MAIN are reversed
102 * iwl3945_mod_params.antenna specifies the antenna diversity mode:
103 *
104 * IWL_ANTENNA_DIVERSITY - NIC selects best antenna by itself
105 * IWL_ANTENNA_MAIN - Force MAIN antenna
106 * IWL_ANTENNA_AUX - Force AUX antenna
107 */
108__le32 iwl3945_get_antenna_flags(const struct iwl_priv *priv)
109{
110 struct iwl3945_eeprom *eeprom = (struct iwl3945_eeprom *)priv->eeprom;
111
112 switch (iwl3945_mod_params.antenna) {
113 case IWL_ANTENNA_DIVERSITY:
114 return 0;
115
116 case IWL_ANTENNA_MAIN:
117 if (eeprom->antenna_switch_type)
118 return RXON_FLG_DIS_DIV_MSK | RXON_FLG_ANT_B_MSK;
119 return RXON_FLG_DIS_DIV_MSK | RXON_FLG_ANT_A_MSK;
120
121 case IWL_ANTENNA_AUX:
122 if (eeprom->antenna_switch_type)
123 return RXON_FLG_DIS_DIV_MSK | RXON_FLG_ANT_A_MSK;
124 return RXON_FLG_DIS_DIV_MSK | RXON_FLG_ANT_B_MSK;
125 }
126
127 /* bad antenna selector value */
128 IWL_ERR(priv, "Bad antenna selector value (0x%x)\n",
129 iwl3945_mod_params.antenna);
130
131 return 0; /* "diversity" is default if error */
132}
133
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -0800134static int iwl3945_set_ccmp_dynamic_key_info(struct iwl_priv *priv,
Zhu Yib481de92007-09-25 17:54:57 -0700135 struct ieee80211_key_conf *keyconf,
136 u8 sta_id)
137{
138 unsigned long flags;
139 __le16 key_flags = 0;
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -0800140 int ret;
Zhu Yib481de92007-09-25 17:54:57 -0700141
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -0800142 key_flags |= (STA_KEY_FLG_CCMP | STA_KEY_FLG_MAP_KEY_MSK);
143 key_flags |= cpu_to_le16(keyconf->keyidx << STA_KEY_FLG_KEYID_POS);
144
145 if (sta_id == priv->hw_params.bcast_sta_id)
146 key_flags |= STA_KEY_MULTICAST_MSK;
147
148 keyconf->flags |= IEEE80211_KEY_FLAG_GENERATE_IV;
149 keyconf->hw_key_idx = keyconf->keyidx;
150 key_flags &= ~STA_KEY_FLG_INVALID;
151
Zhu Yib481de92007-09-25 17:54:57 -0700152 spin_lock_irqsave(&priv->sta_lock, flags);
Tomas Winklerc587de02009-06-03 11:44:07 -0700153 priv->stations[sta_id].keyinfo.alg = keyconf->alg;
154 priv->stations[sta_id].keyinfo.keylen = keyconf->keylen;
155 memcpy(priv->stations[sta_id].keyinfo.key, keyconf->key,
Zhu Yib481de92007-09-25 17:54:57 -0700156 keyconf->keylen);
157
Tomas Winklerc587de02009-06-03 11:44:07 -0700158 memcpy(priv->stations[sta_id].sta.key.key, keyconf->key,
Zhu Yib481de92007-09-25 17:54:57 -0700159 keyconf->keylen);
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -0800160
Tomas Winklerc587de02009-06-03 11:44:07 -0700161 if ((priv->stations[sta_id].sta.key.key_flags & STA_KEY_FLG_ENCRYPT_MSK)
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -0800162 == STA_KEY_FLG_NO_ENC)
Tomas Winklerc587de02009-06-03 11:44:07 -0700163 priv->stations[sta_id].sta.key.key_offset =
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -0800164 iwl_get_free_ucode_key_index(priv);
165 /* else, we are overriding an existing key => no need to allocated room
166 * in uCode. */
167
Tomas Winklerc587de02009-06-03 11:44:07 -0700168 WARN(priv->stations[sta_id].sta.key.key_offset == WEP_INVALID_OFFSET,
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -0800169 "no space for a new key");
170
Tomas Winklerc587de02009-06-03 11:44:07 -0700171 priv->stations[sta_id].sta.key.key_flags = key_flags;
172 priv->stations[sta_id].sta.sta.modify_mask = STA_MODIFY_KEY_MASK;
173 priv->stations[sta_id].sta.mode = STA_CONTROL_MODIFY_MSK;
Zhu Yib481de92007-09-25 17:54:57 -0700174
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -0800175 IWL_DEBUG_INFO(priv, "hwcrypto: modify ucode station key info\n");
176
Tomas Winklerc587de02009-06-03 11:44:07 -0700177 ret = iwl_send_add_sta(priv, &priv->stations[sta_id].sta, CMD_ASYNC);
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -0800178
Zhu Yib481de92007-09-25 17:54:57 -0700179 spin_unlock_irqrestore(&priv->sta_lock, flags);
180
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -0800181 return ret;
182}
183
184static int iwl3945_set_tkip_dynamic_key_info(struct iwl_priv *priv,
185 struct ieee80211_key_conf *keyconf,
186 u8 sta_id)
187{
188 return -EOPNOTSUPP;
189}
190
191static int iwl3945_set_wep_dynamic_key_info(struct iwl_priv *priv,
192 struct ieee80211_key_conf *keyconf,
193 u8 sta_id)
194{
195 return -EOPNOTSUPP;
Zhu Yib481de92007-09-25 17:54:57 -0700196}
197
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800198static int iwl3945_clear_sta_key_info(struct iwl_priv *priv, u8 sta_id)
Zhu Yib481de92007-09-25 17:54:57 -0700199{
200 unsigned long flags;
201
202 spin_lock_irqsave(&priv->sta_lock, flags);
Tomas Winklerc587de02009-06-03 11:44:07 -0700203 memset(&priv->stations[sta_id].keyinfo, 0, sizeof(struct iwl_hw_key));
204 memset(&priv->stations[sta_id].sta.key, 0,
Tomas Winkler4c897252008-12-19 10:37:05 +0800205 sizeof(struct iwl4965_keyinfo));
Tomas Winklerc587de02009-06-03 11:44:07 -0700206 priv->stations[sta_id].sta.key.key_flags = STA_KEY_FLG_NO_ENC;
207 priv->stations[sta_id].sta.sta.modify_mask = STA_MODIFY_KEY_MASK;
208 priv->stations[sta_id].sta.mode = STA_CONTROL_MODIFY_MSK;
Zhu Yib481de92007-09-25 17:54:57 -0700209 spin_unlock_irqrestore(&priv->sta_lock, flags);
210
Tomas Winklere1623442009-01-27 14:27:56 -0800211 IWL_DEBUG_INFO(priv, "hwcrypto: clear ucode station key info\n");
Tomas Winklerc587de02009-06-03 11:44:07 -0700212 iwl_send_add_sta(priv, &priv->stations[sta_id].sta, 0);
Zhu Yib481de92007-09-25 17:54:57 -0700213 return 0;
214}
215
Abhijeet Kolekarfa11d522009-03-11 11:17:54 -0700216static int iwl3945_set_dynamic_key(struct iwl_priv *priv,
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -0800217 struct ieee80211_key_conf *keyconf, u8 sta_id)
218{
219 int ret = 0;
220
221 keyconf->hw_key_idx = HW_KEY_DYNAMIC;
222
223 switch (keyconf->alg) {
224 case ALG_CCMP:
225 ret = iwl3945_set_ccmp_dynamic_key_info(priv, keyconf, sta_id);
226 break;
227 case ALG_TKIP:
228 ret = iwl3945_set_tkip_dynamic_key_info(priv, keyconf, sta_id);
229 break;
230 case ALG_WEP:
231 ret = iwl3945_set_wep_dynamic_key_info(priv, keyconf, sta_id);
232 break;
233 default:
Abhijeet Kolekar1e680232009-03-17 21:51:50 -0700234 IWL_ERR(priv, "Unknown alg: %s alg = %d\n", __func__, keyconf->alg);
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -0800235 ret = -EINVAL;
236 }
237
238 IWL_DEBUG_WEP(priv, "Set dynamic key: alg= %d len=%d idx=%d sta=%d ret=%d\n",
239 keyconf->alg, keyconf->keylen, keyconf->keyidx,
240 sta_id, ret);
241
242 return ret;
243}
244
245static int iwl3945_remove_static_key(struct iwl_priv *priv)
246{
247 int ret = -EOPNOTSUPP;
248
249 return ret;
250}
251
252static int iwl3945_set_static_key(struct iwl_priv *priv,
253 struct ieee80211_key_conf *key)
254{
255 if (key->alg == ALG_WEP)
256 return -EOPNOTSUPP;
257
258 IWL_ERR(priv, "Static key invalid: alg %d\n", key->alg);
259 return -EINVAL;
260}
261
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800262static void iwl3945_clear_free_frames(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -0700263{
264 struct list_head *element;
265
Tomas Winklere1623442009-01-27 14:27:56 -0800266 IWL_DEBUG_INFO(priv, "%d frames on pre-allocated heap on clear.\n",
Zhu Yib481de92007-09-25 17:54:57 -0700267 priv->frames_count);
268
269 while (!list_empty(&priv->free_frames)) {
270 element = priv->free_frames.next;
271 list_del(element);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800272 kfree(list_entry(element, struct iwl3945_frame, list));
Zhu Yib481de92007-09-25 17:54:57 -0700273 priv->frames_count--;
274 }
275
276 if (priv->frames_count) {
Winkler, Tomas39aadf82008-12-19 10:37:32 +0800277 IWL_WARN(priv, "%d frames still in use. Did we lose one?\n",
Zhu Yib481de92007-09-25 17:54:57 -0700278 priv->frames_count);
279 priv->frames_count = 0;
280 }
281}
282
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800283static struct iwl3945_frame *iwl3945_get_free_frame(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -0700284{
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800285 struct iwl3945_frame *frame;
Zhu Yib481de92007-09-25 17:54:57 -0700286 struct list_head *element;
287 if (list_empty(&priv->free_frames)) {
288 frame = kzalloc(sizeof(*frame), GFP_KERNEL);
289 if (!frame) {
Winkler, Tomas15b16872008-12-19 10:37:33 +0800290 IWL_ERR(priv, "Could not allocate frame!\n");
Zhu Yib481de92007-09-25 17:54:57 -0700291 return NULL;
292 }
293
294 priv->frames_count++;
295 return frame;
296 }
297
298 element = priv->free_frames.next;
299 list_del(element);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800300 return list_entry(element, struct iwl3945_frame, list);
Zhu Yib481de92007-09-25 17:54:57 -0700301}
302
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800303static void iwl3945_free_frame(struct iwl_priv *priv, struct iwl3945_frame *frame)
Zhu Yib481de92007-09-25 17:54:57 -0700304{
305 memset(frame, 0, sizeof(*frame));
306 list_add(&frame->list, &priv->free_frames);
307}
308
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800309unsigned int iwl3945_fill_beacon_frame(struct iwl_priv *priv,
Zhu Yib481de92007-09-25 17:54:57 -0700310 struct ieee80211_hdr *hdr,
Rami Rosen73ec1cc2008-12-16 09:37:07 +0200311 int left)
Zhu Yib481de92007-09-25 17:54:57 -0700312{
313
Samuel Ortiz8ccde882009-01-27 14:27:52 -0800314 if (!iwl_is_associated(priv) || !priv->ibss_beacon ||
Johannes Berg05c914f2008-09-11 00:01:58 +0200315 ((priv->iw_mode != NL80211_IFTYPE_ADHOC) &&
316 (priv->iw_mode != NL80211_IFTYPE_AP)))
Zhu Yib481de92007-09-25 17:54:57 -0700317 return 0;
318
319 if (priv->ibss_beacon->len > left)
320 return 0;
321
322 memcpy(hdr, priv->ibss_beacon->data, priv->ibss_beacon->len);
323
324 return priv->ibss_beacon->len;
325}
326
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800327static int iwl3945_send_beacon_cmd(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -0700328{
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800329 struct iwl3945_frame *frame;
Zhu Yib481de92007-09-25 17:54:57 -0700330 unsigned int frame_size;
331 int rc;
332 u8 rate;
333
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800334 frame = iwl3945_get_free_frame(priv);
Zhu Yib481de92007-09-25 17:54:57 -0700335
336 if (!frame) {
Winkler, Tomas15b16872008-12-19 10:37:33 +0800337 IWL_ERR(priv, "Could not obtain free frame buffer for beacon "
Zhu Yib481de92007-09-25 17:54:57 -0700338 "command.\n");
339 return -ENOMEM;
340 }
341
Samuel Ortiz8ccde882009-01-27 14:27:52 -0800342 rate = iwl_rate_get_lowest_plcp(priv);
Zhu Yib481de92007-09-25 17:54:57 -0700343
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800344 frame_size = iwl3945_hw_get_beacon_cmd(priv, frame, rate);
Zhu Yib481de92007-09-25 17:54:57 -0700345
Samuel Ortiz518099a2009-01-19 15:30:27 -0800346 rc = iwl_send_cmd_pdu(priv, REPLY_TX_BEACON, frame_size,
Zhu Yib481de92007-09-25 17:54:57 -0700347 &frame->u.cmd[0]);
348
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800349 iwl3945_free_frame(priv, frame);
Zhu Yib481de92007-09-25 17:54:57 -0700350
351 return rc;
352}
353
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800354static void iwl3945_unset_hw_params(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -0700355{
Abhijeet Kolekar3832ec92008-12-19 10:37:26 +0800356 if (priv->shared_virt)
Zhu Yib481de92007-09-25 17:54:57 -0700357 pci_free_consistent(priv->pci_dev,
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800358 sizeof(struct iwl3945_shared),
Abhijeet Kolekar3832ec92008-12-19 10:37:26 +0800359 priv->shared_virt,
360 priv->shared_phys);
Zhu Yib481de92007-09-25 17:54:57 -0700361}
362
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800363static void iwl3945_build_tx_cmd_hwcrypto(struct iwl_priv *priv,
Johannes Berge039fa42008-05-15 12:55:29 +0200364 struct ieee80211_tx_info *info,
Johannes Bergc2acea82009-07-24 11:13:05 -0700365 struct iwl_device_cmd *cmd,
Zhu Yib481de92007-09-25 17:54:57 -0700366 struct sk_buff *skb_frag,
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -0800367 int sta_id)
Zhu Yib481de92007-09-25 17:54:57 -0700368{
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700369 struct iwl3945_tx_cmd *tx_cmd = (struct iwl3945_tx_cmd *)cmd->cmd.payload;
Tomas Winklerc587de02009-06-03 11:44:07 -0700370 struct iwl_hw_key *keyinfo = &priv->stations[sta_id].keyinfo;
Zhu Yib481de92007-09-25 17:54:57 -0700371
372 switch (keyinfo->alg) {
373 case ALG_CCMP:
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700374 tx_cmd->sec_ctl = TX_CMD_SEC_CCM;
375 memcpy(tx_cmd->key, keyinfo->key, keyinfo->keylen);
Tomas Winklere1623442009-01-27 14:27:56 -0800376 IWL_DEBUG_TX(priv, "tx_cmd with AES hwcrypto\n");
Zhu Yib481de92007-09-25 17:54:57 -0700377 break;
378
379 case ALG_TKIP:
Zhu Yib481de92007-09-25 17:54:57 -0700380 break;
381
382 case ALG_WEP:
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700383 tx_cmd->sec_ctl = TX_CMD_SEC_WEP |
Johannes Berge039fa42008-05-15 12:55:29 +0200384 (info->control.hw_key->hw_key_idx & TX_CMD_SEC_MSK) << TX_CMD_SEC_SHIFT;
Zhu Yib481de92007-09-25 17:54:57 -0700385
386 if (keyinfo->keylen == 13)
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700387 tx_cmd->sec_ctl |= TX_CMD_SEC_KEY128;
Zhu Yib481de92007-09-25 17:54:57 -0700388
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700389 memcpy(&tx_cmd->key[3], keyinfo->key, keyinfo->keylen);
Zhu Yib481de92007-09-25 17:54:57 -0700390
Tomas Winklere1623442009-01-27 14:27:56 -0800391 IWL_DEBUG_TX(priv, "Configuring packet for WEP encryption "
Johannes Berge039fa42008-05-15 12:55:29 +0200392 "with key %d\n", info->control.hw_key->hw_key_idx);
Zhu Yib481de92007-09-25 17:54:57 -0700393 break;
394
Zhu Yib481de92007-09-25 17:54:57 -0700395 default:
Tomas Winkler978785a2008-12-19 10:37:31 +0800396 IWL_ERR(priv, "Unknown encode alg %d\n", keyinfo->alg);
Zhu Yib481de92007-09-25 17:54:57 -0700397 break;
398 }
399}
400
401/*
402 * handle build REPLY_TX command notification.
403 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800404static void iwl3945_build_tx_cmd_basic(struct iwl_priv *priv,
Johannes Bergc2acea82009-07-24 11:13:05 -0700405 struct iwl_device_cmd *cmd,
Johannes Berge039fa42008-05-15 12:55:29 +0200406 struct ieee80211_tx_info *info,
Winkler, Tomase52119c2008-12-22 11:31:19 +0800407 struct ieee80211_hdr *hdr, u8 std_id)
Zhu Yib481de92007-09-25 17:54:57 -0700408{
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700409 struct iwl3945_tx_cmd *tx_cmd = (struct iwl3945_tx_cmd *)cmd->cmd.payload;
410 __le32 tx_flags = tx_cmd->tx_flags;
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -0700411 __le16 fc = hdr->frame_control;
Zhu Yib481de92007-09-25 17:54:57 -0700412
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700413 tx_cmd->stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE;
Johannes Berge039fa42008-05-15 12:55:29 +0200414 if (!(info->flags & IEEE80211_TX_CTL_NO_ACK)) {
Zhu Yib481de92007-09-25 17:54:57 -0700415 tx_flags |= TX_CMD_FLG_ACK_MSK;
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -0700416 if (ieee80211_is_mgmt(fc))
Zhu Yib481de92007-09-25 17:54:57 -0700417 tx_flags |= TX_CMD_FLG_SEQ_CTL_MSK;
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -0700418 if (ieee80211_is_probe_resp(fc) &&
Zhu Yib481de92007-09-25 17:54:57 -0700419 !(le16_to_cpu(hdr->seq_ctrl) & 0xf))
420 tx_flags |= TX_CMD_FLG_TSF_MSK;
421 } else {
422 tx_flags &= (~TX_CMD_FLG_ACK_MSK);
423 tx_flags |= TX_CMD_FLG_SEQ_CTL_MSK;
424 }
425
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700426 tx_cmd->sta_id = std_id;
Harvey Harrison8b7b1e02008-06-11 14:21:56 -0700427 if (ieee80211_has_morefrags(fc))
Zhu Yib481de92007-09-25 17:54:57 -0700428 tx_flags |= TX_CMD_FLG_MORE_FRAG_MSK;
429
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -0700430 if (ieee80211_is_data_qos(fc)) {
431 u8 *qc = ieee80211_get_qos_ctl(hdr);
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700432 tx_cmd->tid_tspec = qc[0] & 0xf;
Zhu Yib481de92007-09-25 17:54:57 -0700433 tx_flags &= ~TX_CMD_FLG_SEQ_CTL_MSK;
Tomas Winkler54dbb522008-05-15 13:54:06 +0800434 } else {
Zhu Yib481de92007-09-25 17:54:57 -0700435 tx_flags |= TX_CMD_FLG_SEQ_CTL_MSK;
Tomas Winkler54dbb522008-05-15 13:54:06 +0800436 }
Zhu Yib481de92007-09-25 17:54:57 -0700437
Abhijeet Kolekar37dc70f2009-10-09 13:20:30 -0700438 priv->cfg->ops->utils->rts_tx_cmd_flag(info, &tx_flags);
Zhu Yib481de92007-09-25 17:54:57 -0700439
440 if ((tx_flags & TX_CMD_FLG_RTS_MSK) || (tx_flags & TX_CMD_FLG_CTS_MSK))
441 tx_flags |= TX_CMD_FLG_FULL_TXOP_PROT_MSK;
442
443 tx_flags &= ~(TX_CMD_FLG_ANT_SEL_MSK);
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -0700444 if (ieee80211_is_mgmt(fc)) {
445 if (ieee80211_is_assoc_req(fc) || ieee80211_is_reassoc_req(fc))
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700446 tx_cmd->timeout.pm_frame_timeout = cpu_to_le16(3);
Zhu Yib481de92007-09-25 17:54:57 -0700447 else
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700448 tx_cmd->timeout.pm_frame_timeout = cpu_to_le16(2);
Mohamed Abbasab53d8a2008-03-25 16:33:36 -0700449 } else {
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700450 tx_cmd->timeout.pm_frame_timeout = 0;
Mohamed Abbasab53d8a2008-03-25 16:33:36 -0700451 }
Zhu Yib481de92007-09-25 17:54:57 -0700452
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700453 tx_cmd->driver_txop = 0;
454 tx_cmd->tx_flags = tx_flags;
455 tx_cmd->next_frame_len = 0;
Zhu Yib481de92007-09-25 17:54:57 -0700456}
457
Zhu Yib481de92007-09-25 17:54:57 -0700458/*
459 * start REPLY_TX command process
460 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800461static int iwl3945_tx_skb(struct iwl_priv *priv, struct sk_buff *skb)
Zhu Yib481de92007-09-25 17:54:57 -0700462{
463 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)skb->data;
Johannes Berge039fa42008-05-15 12:55:29 +0200464 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb);
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700465 struct iwl3945_tx_cmd *tx_cmd;
Samuel Ortiz188cf6c2008-12-22 11:31:16 +0800466 struct iwl_tx_queue *txq = NULL;
Samuel Ortizd20b3c62008-12-19 10:37:15 +0800467 struct iwl_queue *q = NULL;
Johannes Bergc2acea82009-07-24 11:13:05 -0700468 struct iwl_device_cmd *out_cmd;
469 struct iwl_cmd_meta *out_meta;
Zhu Yib481de92007-09-25 17:54:57 -0700470 dma_addr_t phys_addr;
471 dma_addr_t txcmd_phys;
Winkler, Tomase52119c2008-12-22 11:31:19 +0800472 int txq_id = skb_get_queue_mapping(skb);
Reinette Chatredf833b12009-04-21 10:55:48 -0700473 u16 len, idx, len_org, hdr_len; /* TODO: len_org is not used */
Tomas Winkler54dbb522008-05-15 13:54:06 +0800474 u8 id;
475 u8 unicast;
Zhu Yib481de92007-09-25 17:54:57 -0700476 u8 sta_id;
Tomas Winkler54dbb522008-05-15 13:54:06 +0800477 u8 tid = 0;
Zhu Yib481de92007-09-25 17:54:57 -0700478 u16 seq_number = 0;
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -0700479 __le16 fc;
Zhu Yib481de92007-09-25 17:54:57 -0700480 u8 wait_write_ptr = 0;
Tomas Winkler54dbb522008-05-15 13:54:06 +0800481 u8 *qc = NULL;
Zhu Yib481de92007-09-25 17:54:57 -0700482 unsigned long flags;
483 int rc;
484
485 spin_lock_irqsave(&priv->lock, flags);
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +0800486 if (iwl_is_rfkill(priv)) {
Tomas Winklere1623442009-01-27 14:27:56 -0800487 IWL_DEBUG_DROP(priv, "Dropping - RF KILL\n");
Zhu Yib481de92007-09-25 17:54:57 -0700488 goto drop_unlock;
489 }
490
Johannes Berge039fa42008-05-15 12:55:29 +0200491 if ((ieee80211_get_tx_rate(priv->hw, info)->hw_value & 0xFF) == IWL_INVALID_RATE) {
Winkler, Tomas15b16872008-12-19 10:37:33 +0800492 IWL_ERR(priv, "ERROR: No TX rate available.\n");
Zhu Yib481de92007-09-25 17:54:57 -0700493 goto drop_unlock;
494 }
495
496 unicast = !is_multicast_ether_addr(hdr->addr1);
497 id = 0;
498
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -0700499 fc = hdr->frame_control;
Zhu Yib481de92007-09-25 17:54:57 -0700500
Samuel Ortizd08853a2009-01-23 13:45:17 -0800501#ifdef CONFIG_IWLWIFI_DEBUG
Zhu Yib481de92007-09-25 17:54:57 -0700502 if (ieee80211_is_auth(fc))
Tomas Winklere1623442009-01-27 14:27:56 -0800503 IWL_DEBUG_TX(priv, "Sending AUTH frame\n");
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -0700504 else if (ieee80211_is_assoc_req(fc))
Tomas Winklere1623442009-01-27 14:27:56 -0800505 IWL_DEBUG_TX(priv, "Sending ASSOC frame\n");
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -0700506 else if (ieee80211_is_reassoc_req(fc))
Tomas Winklere1623442009-01-27 14:27:56 -0800507 IWL_DEBUG_TX(priv, "Sending REASSOC frame\n");
Zhu Yib481de92007-09-25 17:54:57 -0700508#endif
509
Gábor Stefanikaa065262009-08-21 20:44:09 +0200510 /* drop all non-injected data frame if we are not associated */
Stefanik Gábor914233d2008-06-30 17:23:30 +0800511 if (ieee80211_is_data(fc) &&
Gábor Stefanikaa065262009-08-21 20:44:09 +0200512 !(info->flags & IEEE80211_TX_CTL_INJECTED) &&
Samuel Ortiz8ccde882009-01-27 14:27:52 -0800513 (!iwl_is_associated(priv) ||
Johannes Berg05c914f2008-09-11 00:01:58 +0200514 ((priv->iw_mode == NL80211_IFTYPE_STATION) && !priv->assoc_id))) {
Tomas Winklere1623442009-01-27 14:27:56 -0800515 IWL_DEBUG_DROP(priv, "Dropping - !iwl_is_associated\n");
Zhu Yib481de92007-09-25 17:54:57 -0700516 goto drop_unlock;
517 }
518
519 spin_unlock_irqrestore(&priv->lock, flags);
520
Harvey Harrison7294ec92008-07-15 18:43:59 -0700521 hdr_len = ieee80211_hdrlen(fc);
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800522
523 /* Find (or create) index into station table for destination station */
Gábor Stefanikaa065262009-08-21 20:44:09 +0200524 if (info->flags & IEEE80211_TX_CTL_INJECTED)
525 sta_id = priv->hw_params.bcast_sta_id;
526 else
527 sta_id = iwl_get_sta_id(priv, hdr);
Zhu Yib481de92007-09-25 17:54:57 -0700528 if (sta_id == IWL_INVALID_STATION) {
Tomas Winklere1623442009-01-27 14:27:56 -0800529 IWL_DEBUG_DROP(priv, "Dropping - INVALID STATION: %pM\n",
Johannes Berge1749612008-10-27 15:59:26 -0700530 hdr->addr1);
Zhu Yib481de92007-09-25 17:54:57 -0700531 goto drop;
532 }
533
Tomas Winklere1623442009-01-27 14:27:56 -0800534 IWL_DEBUG_RATE(priv, "station Id %d\n", sta_id);
Zhu Yib481de92007-09-25 17:54:57 -0700535
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -0700536 if (ieee80211_is_data_qos(fc)) {
537 qc = ieee80211_get_qos_ctl(hdr);
Harvey Harrison7294ec92008-07-15 18:43:59 -0700538 tid = qc[0] & IEEE80211_QOS_CTL_TID_MASK;
Reinette Chatree6a6cf42009-08-13 13:30:50 -0700539 if (unlikely(tid >= MAX_TID_COUNT))
540 goto drop;
Tomas Winklerc587de02009-06-03 11:44:07 -0700541 seq_number = priv->stations[sta_id].tid[tid].seq_number &
Zhu Yib481de92007-09-25 17:54:57 -0700542 IEEE80211_SCTL_SEQ;
543 hdr->seq_ctrl = cpu_to_le16(seq_number) |
544 (hdr->seq_ctrl &
Harvey Harrisonc1b4aa32009-01-29 13:26:44 -0800545 cpu_to_le16(IEEE80211_SCTL_FRAG));
Zhu Yib481de92007-09-25 17:54:57 -0700546 seq_number += 0x10;
547 }
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800548
549 /* Descriptor for chosen Tx queue */
Samuel Ortiz188cf6c2008-12-22 11:31:16 +0800550 txq = &priv->txq[txq_id];
Zhu Yib481de92007-09-25 17:54:57 -0700551 q = &txq->q;
552
553 spin_lock_irqsave(&priv->lock, flags);
554
Tomas Winklerfc4b6852007-10-25 17:15:24 +0800555 idx = get_cmd_index(q, q->write_ptr, 0);
Zhu Yib481de92007-09-25 17:54:57 -0700556
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800557 /* Set up driver data for this TFD */
Winkler, Tomasdbb66542008-12-22 11:31:14 +0800558 memset(&(txq->txb[q->write_ptr]), 0, sizeof(struct iwl_tx_info));
Tomas Winklerfc4b6852007-10-25 17:15:24 +0800559 txq->txb[q->write_ptr].skb[0] = skb;
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800560
561 /* Init first empty entry in queue's array of Tx/cmd buffers */
Samuel Ortiz188cf6c2008-12-22 11:31:16 +0800562 out_cmd = txq->cmd[idx];
Johannes Bergc2acea82009-07-24 11:13:05 -0700563 out_meta = &txq->meta[idx];
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700564 tx_cmd = (struct iwl3945_tx_cmd *)out_cmd->cmd.payload;
Zhu Yib481de92007-09-25 17:54:57 -0700565 memset(&out_cmd->hdr, 0, sizeof(out_cmd->hdr));
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700566 memset(tx_cmd, 0, sizeof(*tx_cmd));
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800567
568 /*
569 * Set up the Tx-command (not MAC!) header.
570 * Store the chosen Tx queue and TFD index within the sequence field;
571 * after Tx, uCode's Tx response will return this value so driver can
572 * locate the frame within the tx queue and do post-tx processing.
573 */
Zhu Yib481de92007-09-25 17:54:57 -0700574 out_cmd->hdr.cmd = REPLY_TX;
575 out_cmd->hdr.sequence = cpu_to_le16((u16)(QUEUE_TO_SEQ(txq_id) |
Tomas Winklerfc4b6852007-10-25 17:15:24 +0800576 INDEX_TO_SEQ(q->write_ptr)));
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800577
578 /* Copy MAC header from skb into command buffer */
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700579 memcpy(tx_cmd->hdr, hdr, hdr_len);
Zhu Yib481de92007-09-25 17:54:57 -0700580
Reinette Chatredf833b12009-04-21 10:55:48 -0700581
582 if (info->control.hw_key)
583 iwl3945_build_tx_cmd_hwcrypto(priv, info, out_cmd, skb, sta_id);
584
585 /* TODO need this for burst mode later on */
586 iwl3945_build_tx_cmd_basic(priv, out_cmd, info, hdr, sta_id);
587
588 /* set is_hcca to 0; it probably will never be implemented */
589 iwl3945_hw_build_tx_cmd_rate(priv, out_cmd, info, hdr, sta_id, 0);
590
591 /* Total # bytes to be transmitted */
592 len = (u16)skb->len;
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700593 tx_cmd->len = cpu_to_le16(len);
Reinette Chatredf833b12009-04-21 10:55:48 -0700594
Wey-Yi Guy20594eb2009-08-07 15:41:39 -0700595 iwl_dbg_log_tx_data_frame(priv, len, hdr);
Wey-Yi Guy22fdf3c2009-08-07 15:41:40 -0700596 iwl_update_stats(priv, true, fc, len);
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700597 tx_cmd->tx_flags &= ~TX_CMD_FLG_ANT_A_MSK;
598 tx_cmd->tx_flags &= ~TX_CMD_FLG_ANT_B_MSK;
Reinette Chatredf833b12009-04-21 10:55:48 -0700599
600 if (!ieee80211_has_morefrags(hdr->frame_control)) {
601 txq->need_update = 1;
602 if (qc)
Tomas Winklerc587de02009-06-03 11:44:07 -0700603 priv->stations[sta_id].tid[tid].seq_number = seq_number;
Reinette Chatredf833b12009-04-21 10:55:48 -0700604 } else {
605 wait_write_ptr = 1;
606 txq->need_update = 0;
607 }
608
609 IWL_DEBUG_TX(priv, "sequence nr = 0X%x \n",
610 le16_to_cpu(out_cmd->hdr.sequence));
Abhijeet Kolekar9744c912009-10-09 13:20:31 -0700611 IWL_DEBUG_TX(priv, "tx_flags = 0X%x \n", le32_to_cpu(tx_cmd->tx_flags));
612 iwl_print_hex_dump(priv, IWL_DL_TX, tx_cmd, sizeof(*tx_cmd));
613 iwl_print_hex_dump(priv, IWL_DL_TX, (u8 *)tx_cmd->hdr,
Reinette Chatredf833b12009-04-21 10:55:48 -0700614 ieee80211_hdrlen(fc));
615
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800616 /*
617 * Use the first empty entry in this queue's command buffer array
618 * to contain the Tx command and MAC header concatenated together
619 * (payload data will be in another buffer).
620 * Size of this varies, due to varying MAC header length.
621 * If end is not dword aligned, we'll have 2 extra bytes at the end
622 * of the MAC header (device reads on dword boundaries).
623 * We'll tell device about this padding later.
624 */
Abhijeet Kolekar3832ec92008-12-19 10:37:26 +0800625 len = sizeof(struct iwl3945_tx_cmd) +
Tomas Winkler4c897252008-12-19 10:37:05 +0800626 sizeof(struct iwl_cmd_header) + hdr_len;
Zhu Yib481de92007-09-25 17:54:57 -0700627
628 len_org = len;
629 len = (len + 3) & ~3;
630
631 if (len_org != len)
632 len_org = 1;
633 else
634 len_org = 0;
635
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800636 /* Physical address of this Tx command's header (not MAC header!),
637 * within command buffer array. */
Reinette Chatredf833b12009-04-21 10:55:48 -0700638 txcmd_phys = pci_map_single(priv->pci_dev, &out_cmd->hdr,
639 len, PCI_DMA_TODEVICE);
640 /* we do not map meta data ... so we can safely access address to
641 * provide to unmap command*/
Johannes Bergc2acea82009-07-24 11:13:05 -0700642 pci_unmap_addr_set(out_meta, mapping, txcmd_phys);
643 pci_unmap_len_set(out_meta, len, len);
Zhu Yib481de92007-09-25 17:54:57 -0700644
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800645 /* Add buffer containing Tx command and MAC(!) header to TFD's
646 * first entry */
Samuel Ortiz7aaa1d72009-01-19 15:30:26 -0800647 priv->cfg->ops->lib->txq_attach_buf_to_tfd(priv, txq,
648 txcmd_phys, len, 1, 0);
Zhu Yib481de92007-09-25 17:54:57 -0700649
Zhu Yib481de92007-09-25 17:54:57 -0700650
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800651 /* Set up TFD's 2nd entry to point directly to remainder of skb,
652 * if any (802.11 null frames have no payload). */
Zhu Yib481de92007-09-25 17:54:57 -0700653 len = skb->len - hdr_len;
654 if (len) {
655 phys_addr = pci_map_single(priv->pci_dev, skb->data + hdr_len,
656 len, PCI_DMA_TODEVICE);
Samuel Ortiz7aaa1d72009-01-19 15:30:26 -0800657 priv->cfg->ops->lib->txq_attach_buf_to_tfd(priv, txq,
658 phys_addr, len,
659 0, U32_PAD(len));
Zhu Yib481de92007-09-25 17:54:57 -0700660 }
661
Zhu Yib481de92007-09-25 17:54:57 -0700662
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800663 /* Tell device the write index *just past* this latest filled TFD */
Tomas Winklerc54b6792008-03-06 17:36:53 -0800664 q->write_ptr = iwl_queue_inc_wrap(q->write_ptr, q->n_bd);
Samuel Ortiz4f3602c2009-01-19 15:30:25 -0800665 rc = iwl_txq_update_write_ptr(priv, txq);
Zhu Yib481de92007-09-25 17:54:57 -0700666 spin_unlock_irqrestore(&priv->lock, flags);
667
668 if (rc)
669 return rc;
670
Samuel Ortizd20b3c62008-12-19 10:37:15 +0800671 if ((iwl_queue_space(q) < q->high_mark)
Zhu Yib481de92007-09-25 17:54:57 -0700672 && priv->mac80211_registered) {
673 if (wait_write_ptr) {
674 spin_lock_irqsave(&priv->lock, flags);
675 txq->need_update = 1;
Samuel Ortiz4f3602c2009-01-19 15:30:25 -0800676 iwl_txq_update_write_ptr(priv, txq);
Zhu Yib481de92007-09-25 17:54:57 -0700677 spin_unlock_irqrestore(&priv->lock, flags);
678 }
679
Johannes Berge4e72fb2009-03-23 17:28:42 +0100680 iwl_stop_queue(priv, skb_get_queue_mapping(skb));
Zhu Yib481de92007-09-25 17:54:57 -0700681 }
682
683 return 0;
684
685drop_unlock:
686 spin_unlock_irqrestore(&priv->lock, flags);
687drop:
688 return -1;
689}
690
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +0800691#ifdef CONFIG_IWL3945_SPECTRUM_MEASUREMENT
Zhu Yib481de92007-09-25 17:54:57 -0700692
693#include "iwl-spectrum.h"
694
695#define BEACON_TIME_MASK_LOW 0x00FFFFFF
696#define BEACON_TIME_MASK_HIGH 0xFF000000
697#define TIME_UNIT 1024
698
699/*
700 * extended beacon time format
701 * time in usec will be changed into a 32-bit value in 8:24 format
702 * the high 1 byte is the beacon counts
703 * the lower 3 bytes is the time in usec within one beacon interval
704 */
705
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800706static u32 iwl3945_usecs_to_beacons(u32 usec, u32 beacon_interval)
Zhu Yib481de92007-09-25 17:54:57 -0700707{
708 u32 quot;
709 u32 rem;
710 u32 interval = beacon_interval * 1024;
711
712 if (!interval || !usec)
713 return 0;
714
715 quot = (usec / interval) & (BEACON_TIME_MASK_HIGH >> 24);
716 rem = (usec % interval) & BEACON_TIME_MASK_LOW;
717
718 return (quot << 24) + rem;
719}
720
721/* base is usually what we get from ucode with each received frame,
722 * the same as HW timer counter counting down
723 */
724
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800725static __le32 iwl3945_add_beacon_time(u32 base, u32 addon, u32 beacon_interval)
Zhu Yib481de92007-09-25 17:54:57 -0700726{
727 u32 base_low = base & BEACON_TIME_MASK_LOW;
728 u32 addon_low = addon & BEACON_TIME_MASK_LOW;
729 u32 interval = beacon_interval * TIME_UNIT;
730 u32 res = (base & BEACON_TIME_MASK_HIGH) +
731 (addon & BEACON_TIME_MASK_HIGH);
732
733 if (base_low > addon_low)
734 res += base_low - addon_low;
735 else if (base_low < addon_low) {
736 res += interval + base_low - addon_low;
737 res += (1 << 24);
738 } else
739 res += (1 << 24);
740
741 return cpu_to_le32(res);
742}
743
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800744static int iwl3945_get_measurement(struct iwl_priv *priv,
Zhu Yib481de92007-09-25 17:54:57 -0700745 struct ieee80211_measurement_params *params,
746 u8 type)
747{
Tomas Winkler600c0e12008-12-19 10:37:04 +0800748 struct iwl_spectrum_cmd spectrum;
Zhu Yi2f301222009-10-09 17:19:45 +0800749 struct iwl_rx_packet *pkt;
Winkler, Tomasc2d79b42008-12-19 10:37:34 +0800750 struct iwl_host_cmd cmd = {
Zhu Yib481de92007-09-25 17:54:57 -0700751 .id = REPLY_SPECTRUM_MEASUREMENT_CMD,
752 .data = (void *)&spectrum,
Johannes Bergc2acea82009-07-24 11:13:05 -0700753 .flags = CMD_WANT_SKB,
Zhu Yib481de92007-09-25 17:54:57 -0700754 };
755 u32 add_time = le64_to_cpu(params->start_time);
756 int rc;
757 int spectrum_resp_status;
758 int duration = le16_to_cpu(params->duration);
759
Samuel Ortiz8ccde882009-01-27 14:27:52 -0800760 if (iwl_is_associated(priv))
Zhu Yib481de92007-09-25 17:54:57 -0700761 add_time =
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800762 iwl3945_usecs_to_beacons(
Zhu Yib481de92007-09-25 17:54:57 -0700763 le64_to_cpu(params->start_time) - priv->last_tsf,
764 le16_to_cpu(priv->rxon_timing.beacon_interval));
765
766 memset(&spectrum, 0, sizeof(spectrum));
767
768 spectrum.channel_count = cpu_to_le16(1);
769 spectrum.flags =
770 RXON_FLG_TSF2HOST_MSK | RXON_FLG_ANT_A_MSK | RXON_FLG_DIS_DIV_MSK;
771 spectrum.filter_flags = MEASUREMENT_FILTER_FLAG;
772 cmd.len = sizeof(spectrum);
773 spectrum.len = cpu_to_le16(cmd.len - sizeof(spectrum.len));
774
Samuel Ortiz8ccde882009-01-27 14:27:52 -0800775 if (iwl_is_associated(priv))
Zhu Yib481de92007-09-25 17:54:57 -0700776 spectrum.start_time =
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800777 iwl3945_add_beacon_time(priv->last_beacon_time,
Zhu Yib481de92007-09-25 17:54:57 -0700778 add_time,
779 le16_to_cpu(priv->rxon_timing.beacon_interval));
780 else
781 spectrum.start_time = 0;
782
783 spectrum.channels[0].duration = cpu_to_le32(duration * TIME_UNIT);
784 spectrum.channels[0].channel = params->channel;
785 spectrum.channels[0].type = type;
Samuel Ortiz8ccde882009-01-27 14:27:52 -0800786 if (priv->active_rxon.flags & RXON_FLG_BAND_24G_MSK)
Zhu Yib481de92007-09-25 17:54:57 -0700787 spectrum.flags |= RXON_FLG_BAND_24G_MSK |
788 RXON_FLG_AUTO_DETECT_MSK | RXON_FLG_TGG_PROTECT_MSK;
789
Samuel Ortiz518099a2009-01-19 15:30:27 -0800790 rc = iwl_send_cmd_sync(priv, &cmd);
Zhu Yib481de92007-09-25 17:54:57 -0700791 if (rc)
792 return rc;
793
Zhu Yi2f301222009-10-09 17:19:45 +0800794 pkt = (struct iwl_rx_packet *)cmd.reply_page;
795 if (pkt->hdr.flags & IWL_CMD_FAILED_MSK) {
Winkler, Tomas15b16872008-12-19 10:37:33 +0800796 IWL_ERR(priv, "Bad return from REPLY_RX_ON_ASSOC command\n");
Zhu Yib481de92007-09-25 17:54:57 -0700797 rc = -EIO;
798 }
799
Zhu Yi2f301222009-10-09 17:19:45 +0800800 spectrum_resp_status = le16_to_cpu(pkt->u.spectrum.status);
Zhu Yib481de92007-09-25 17:54:57 -0700801 switch (spectrum_resp_status) {
802 case 0: /* Command will be handled */
Zhu Yi2f301222009-10-09 17:19:45 +0800803 if (pkt->u.spectrum.id != 0xff) {
Tomas Winklere1623442009-01-27 14:27:56 -0800804 IWL_DEBUG_INFO(priv, "Replaced existing measurement: %d\n",
Zhu Yi2f301222009-10-09 17:19:45 +0800805 pkt->u.spectrum.id);
Zhu Yib481de92007-09-25 17:54:57 -0700806 priv->measurement_status &= ~MEASUREMENT_READY;
807 }
808 priv->measurement_status |= MEASUREMENT_ACTIVE;
809 rc = 0;
810 break;
811
812 case 1: /* Command will not be handled */
813 rc = -EAGAIN;
814 break;
815 }
816
Zhu Yi2f301222009-10-09 17:19:45 +0800817 free_pages(cmd.reply_page, priv->hw_params.rx_page_order);
Zhu Yib481de92007-09-25 17:54:57 -0700818
819 return rc;
820}
821#endif
822
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800823static void iwl3945_rx_reply_alive(struct iwl_priv *priv,
Abhijeet Kolekar6100b582008-12-19 10:37:24 +0800824 struct iwl_rx_mem_buffer *rxb)
Zhu Yib481de92007-09-25 17:54:57 -0700825{
Zhu Yi2f301222009-10-09 17:19:45 +0800826 struct iwl_rx_packet *pkt = rxb_addr(rxb);
Tomas Winkler3d24a9f2008-12-19 10:37:07 +0800827 struct iwl_alive_resp *palive;
Zhu Yib481de92007-09-25 17:54:57 -0700828 struct delayed_work *pwork;
829
830 palive = &pkt->u.alive_frame;
831
Tomas Winklere1623442009-01-27 14:27:56 -0800832 IWL_DEBUG_INFO(priv, "Alive ucode status 0x%08X revision "
Zhu Yib481de92007-09-25 17:54:57 -0700833 "0x%01X 0x%01X\n",
834 palive->is_valid, palive->ver_type,
835 palive->ver_subtype);
836
837 if (palive->ver_subtype == INITIALIZE_SUBTYPE) {
Tomas Winklere1623442009-01-27 14:27:56 -0800838 IWL_DEBUG_INFO(priv, "Initialization Alive received.\n");
Tomas Winkler3d24a9f2008-12-19 10:37:07 +0800839 memcpy(&priv->card_alive_init, &pkt->u.alive_frame,
840 sizeof(struct iwl_alive_resp));
Zhu Yib481de92007-09-25 17:54:57 -0700841 pwork = &priv->init_alive_start;
842 } else {
Tomas Winklere1623442009-01-27 14:27:56 -0800843 IWL_DEBUG_INFO(priv, "Runtime Alive received.\n");
Zhu Yib481de92007-09-25 17:54:57 -0700844 memcpy(&priv->card_alive, &pkt->u.alive_frame,
Tomas Winkler3d24a9f2008-12-19 10:37:07 +0800845 sizeof(struct iwl_alive_resp));
Zhu Yib481de92007-09-25 17:54:57 -0700846 pwork = &priv->alive_start;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800847 iwl3945_disable_events(priv);
Zhu Yib481de92007-09-25 17:54:57 -0700848 }
849
850 /* We delay the ALIVE response by 5ms to
851 * give the HW RF Kill time to activate... */
852 if (palive->is_valid == UCODE_VALID_OK)
853 queue_delayed_work(priv->workqueue, pwork,
854 msecs_to_jiffies(5));
855 else
Winkler, Tomas39aadf82008-12-19 10:37:32 +0800856 IWL_WARN(priv, "uCode did not respond OK.\n");
Zhu Yib481de92007-09-25 17:54:57 -0700857}
858
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800859static void iwl3945_rx_reply_add_sta(struct iwl_priv *priv,
Abhijeet Kolekar6100b582008-12-19 10:37:24 +0800860 struct iwl_rx_mem_buffer *rxb)
Zhu Yib481de92007-09-25 17:54:57 -0700861{
Helmut Schaac7e035a2009-01-19 13:02:15 +0100862#ifdef CONFIG_IWLWIFI_DEBUG
Zhu Yi2f301222009-10-09 17:19:45 +0800863 struct iwl_rx_packet *pkt = rxb_addr(rxb);
Helmut Schaac7e035a2009-01-19 13:02:15 +0100864#endif
Zhu Yib481de92007-09-25 17:54:57 -0700865
Tomas Winklere1623442009-01-27 14:27:56 -0800866 IWL_DEBUG_RX(priv, "Received REPLY_ADD_STA: 0x%02X\n", pkt->u.status);
Zhu Yib481de92007-09-25 17:54:57 -0700867 return;
868}
869
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800870static void iwl3945_bg_beacon_update(struct work_struct *work)
Zhu Yib481de92007-09-25 17:54:57 -0700871{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800872 struct iwl_priv *priv =
873 container_of(work, struct iwl_priv, beacon_update);
Zhu Yib481de92007-09-25 17:54:57 -0700874 struct sk_buff *beacon;
875
876 /* Pull updated AP beacon from mac80211. will fail if not in AP mode */
Johannes Berge039fa42008-05-15 12:55:29 +0200877 beacon = ieee80211_beacon_get(priv->hw, priv->vif);
Zhu Yib481de92007-09-25 17:54:57 -0700878
879 if (!beacon) {
Winkler, Tomas15b16872008-12-19 10:37:33 +0800880 IWL_ERR(priv, "update beacon failed\n");
Zhu Yib481de92007-09-25 17:54:57 -0700881 return;
882 }
883
884 mutex_lock(&priv->mutex);
885 /* new beacon skb is allocated every time; dispose previous.*/
886 if (priv->ibss_beacon)
887 dev_kfree_skb(priv->ibss_beacon);
888
889 priv->ibss_beacon = beacon;
890 mutex_unlock(&priv->mutex);
891
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800892 iwl3945_send_beacon_cmd(priv);
Zhu Yib481de92007-09-25 17:54:57 -0700893}
894
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800895static void iwl3945_rx_beacon_notif(struct iwl_priv *priv,
Abhijeet Kolekar6100b582008-12-19 10:37:24 +0800896 struct iwl_rx_mem_buffer *rxb)
Zhu Yib481de92007-09-25 17:54:57 -0700897{
Samuel Ortizd08853a2009-01-23 13:45:17 -0800898#ifdef CONFIG_IWLWIFI_DEBUG
Zhu Yi2f301222009-10-09 17:19:45 +0800899 struct iwl_rx_packet *pkt = rxb_addr(rxb);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800900 struct iwl3945_beacon_notif *beacon = &(pkt->u.beacon_status);
Zhu Yib481de92007-09-25 17:54:57 -0700901 u8 rate = beacon->beacon_notify_hdr.rate;
902
Tomas Winklere1623442009-01-27 14:27:56 -0800903 IWL_DEBUG_RX(priv, "beacon status %x retries %d iss %d "
Zhu Yib481de92007-09-25 17:54:57 -0700904 "tsf %d %d rate %d\n",
905 le32_to_cpu(beacon->beacon_notify_hdr.status) & TX_STATUS_MSK,
906 beacon->beacon_notify_hdr.failure_frame,
907 le32_to_cpu(beacon->ibss_mgr_status),
908 le32_to_cpu(beacon->high_tsf),
909 le32_to_cpu(beacon->low_tsf), rate);
910#endif
911
Johannes Berg05c914f2008-09-11 00:01:58 +0200912 if ((priv->iw_mode == NL80211_IFTYPE_AP) &&
Zhu Yib481de92007-09-25 17:54:57 -0700913 (!test_bit(STATUS_EXIT_PENDING, &priv->status)))
914 queue_work(priv->workqueue, &priv->beacon_update);
915}
916
Zhu Yib481de92007-09-25 17:54:57 -0700917/* Handle notification from uCode that card's power state is changing
918 * due to software, hardware, or critical temperature RFKILL */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800919static void iwl3945_rx_card_state_notif(struct iwl_priv *priv,
Abhijeet Kolekar6100b582008-12-19 10:37:24 +0800920 struct iwl_rx_mem_buffer *rxb)
Zhu Yib481de92007-09-25 17:54:57 -0700921{
Zhu Yi2f301222009-10-09 17:19:45 +0800922 struct iwl_rx_packet *pkt = rxb_addr(rxb);
Zhu Yib481de92007-09-25 17:54:57 -0700923 u32 flags = le32_to_cpu(pkt->u.card_state_notif.flags);
924 unsigned long status = priv->status;
925
Reinette Chatre4c423a22009-07-17 09:30:26 -0700926 IWL_WARN(priv, "Card state received: HW:%s SW:%s\n",
Zhu Yib481de92007-09-25 17:54:57 -0700927 (flags & HW_CARD_DISABLED) ? "Kill" : "On",
928 (flags & SW_CARD_DISABLED) ? "Kill" : "On");
929
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +0800930 iwl_write32(priv, CSR_UCODE_DRV_GP1_SET,
Zhu Yib481de92007-09-25 17:54:57 -0700931 CSR_UCODE_DRV_GP1_BIT_CMD_BLOCKED);
932
933 if (flags & HW_CARD_DISABLED)
934 set_bit(STATUS_RF_KILL_HW, &priv->status);
935 else
936 clear_bit(STATUS_RF_KILL_HW, &priv->status);
937
938
Winkler, Tomasaf0053d2009-01-19 15:30:23 -0800939 iwl_scan_cancel(priv);
Zhu Yib481de92007-09-25 17:54:57 -0700940
941 if ((test_bit(STATUS_RF_KILL_HW, &status) !=
Johannes Berga60e77e2009-06-04 18:26:06 +0200942 test_bit(STATUS_RF_KILL_HW, &priv->status)))
943 wiphy_rfkill_set_hw_state(priv->hw->wiphy,
944 test_bit(STATUS_RF_KILL_HW, &priv->status));
Zhu Yib481de92007-09-25 17:54:57 -0700945 else
946 wake_up_interruptible(&priv->wait_command_queue);
947}
948
949/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800950 * iwl3945_setup_rx_handlers - Initialize Rx handler callbacks
Zhu Yib481de92007-09-25 17:54:57 -0700951 *
952 * Setup the RX handlers for each of the reply types sent from the uCode
953 * to the host.
954 *
955 * This function chains into the hardware specific files for them to setup
956 * any hardware specific handlers as well.
957 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800958static void iwl3945_setup_rx_handlers(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -0700959{
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800960 priv->rx_handlers[REPLY_ALIVE] = iwl3945_rx_reply_alive;
961 priv->rx_handlers[REPLY_ADD_STA] = iwl3945_rx_reply_add_sta;
Abhijeet Kolekar261b9c32009-02-18 15:54:29 -0800962 priv->rx_handlers[REPLY_ERROR] = iwl_rx_reply_error;
Samuel Ortiz8ccde882009-01-27 14:27:52 -0800963 priv->rx_handlers[CHANNEL_SWITCH_NOTIFICATION] = iwl_rx_csa;
Abhijeet Kolekar030f05e2009-02-18 15:54:28 -0800964 priv->rx_handlers[PM_SLEEP_NOTIFICATION] = iwl_rx_pm_sleep_notif;
Zhu Yib481de92007-09-25 17:54:57 -0700965 priv->rx_handlers[PM_DEBUG_STATISTIC_NOTIFIC] =
Abhijeet Kolekar030f05e2009-02-18 15:54:28 -0800966 iwl_rx_pm_debug_statistics_notif;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800967 priv->rx_handlers[BEACON_NOTIFICATION] = iwl3945_rx_beacon_notif;
Zhu Yib481de92007-09-25 17:54:57 -0700968
Ben Cahill9fbab512007-11-29 11:09:47 +0800969 /*
970 * The same handler is used for both the REPLY to a discrete
971 * statistics request from the host as well as for the periodic
972 * statistics notifications (after received beacons) from the uCode.
Zhu Yib481de92007-09-25 17:54:57 -0700973 */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800974 priv->rx_handlers[REPLY_STATISTICS_CMD] = iwl3945_hw_rx_statistics;
975 priv->rx_handlers[STATISTICS_NOTIFICATION] = iwl3945_hw_rx_statistics;
Zhu Yib481de92007-09-25 17:54:57 -0700976
Abhijeet Kolekar261b9c32009-02-18 15:54:29 -0800977 iwl_setup_spectrum_handlers(priv);
Abhijeet Kolekarcade0eb2009-02-18 15:54:26 -0800978 iwl_setup_rx_scan_handlers(priv);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800979 priv->rx_handlers[CARD_STATE_NOTIFICATION] = iwl3945_rx_card_state_notif;
Zhu Yib481de92007-09-25 17:54:57 -0700980
Ben Cahill9fbab512007-11-29 11:09:47 +0800981 /* Set up hardware specific Rx handlers */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800982 iwl3945_hw_rx_handler_setup(priv);
Zhu Yib481de92007-09-25 17:54:57 -0700983}
984
Zhu Yib481de92007-09-25 17:54:57 -0700985/************************** RX-FUNCTIONS ****************************/
986/*
987 * Rx theory of operation
988 *
989 * The host allocates 32 DMA target addresses and passes the host address
990 * to the firmware at register IWL_RFDS_TABLE_LOWER + N * RFD_SIZE where N is
991 * 0 to 31
992 *
993 * Rx Queue Indexes
994 * The host/firmware share two index registers for managing the Rx buffers.
995 *
996 * The READ index maps to the first position that the firmware may be writing
997 * to -- the driver can read up to (but not including) this position and get
998 * good data.
999 * The READ index is managed by the firmware once the card is enabled.
1000 *
1001 * The WRITE index maps to the last position the driver has read from -- the
1002 * position preceding WRITE is the last slot the firmware can place a packet.
1003 *
1004 * The queue is empty (no good data) if WRITE = READ - 1, and is full if
1005 * WRITE = READ.
1006 *
Ben Cahill9fbab512007-11-29 11:09:47 +08001007 * During initialization, the host sets up the READ queue position to the first
Zhu Yib481de92007-09-25 17:54:57 -07001008 * INDEX position, and WRITE to the last (READ - 1 wrapped)
1009 *
Ben Cahill9fbab512007-11-29 11:09:47 +08001010 * When the firmware places a packet in a buffer, it will advance the READ index
Zhu Yib481de92007-09-25 17:54:57 -07001011 * and fire the RX interrupt. The driver can then query the READ index and
1012 * process as many packets as possible, moving the WRITE index forward as it
1013 * resets the Rx queue buffers with new memory.
1014 *
1015 * The management in the driver is as follows:
1016 * + A list of pre-allocated SKBs is stored in iwl->rxq->rx_free. When
1017 * iwl->rxq->free_count drops to or below RX_LOW_WATERMARK, work is scheduled
Ian Schram01ebd062007-10-25 17:15:22 +08001018 * to replenish the iwl->rxq->rx_free.
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001019 * + In iwl3945_rx_replenish (scheduled) if 'processed' != 'read' then the
Zhu Yib481de92007-09-25 17:54:57 -07001020 * iwl->rxq is replenished and the READ INDEX is updated (updating the
1021 * 'processed' and 'read' driver indexes as well)
1022 * + A received packet is processed and handed to the kernel network stack,
1023 * detached from the iwl->rxq. The driver 'processed' index is updated.
1024 * + The Host/Firmware iwl->rxq is replenished at tasklet time from the rx_free
1025 * list. If there are no allocated buffers in iwl->rxq->rx_free, the READ
1026 * INDEX is not incremented and iwl->status(RX_STALLED) is set. If there
1027 * were enough free buffers and RX_STALLED is set it is cleared.
1028 *
1029 *
1030 * Driver sequence:
1031 *
Ben Cahill9fbab512007-11-29 11:09:47 +08001032 * iwl3945_rx_replenish() Replenishes rx_free list from rx_used, and calls
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001033 * iwl3945_rx_queue_restock
Ben Cahill9fbab512007-11-29 11:09:47 +08001034 * iwl3945_rx_queue_restock() Moves available buffers from rx_free into Rx
Zhu Yib481de92007-09-25 17:54:57 -07001035 * queue, updates firmware pointers, and updates
1036 * the WRITE index. If insufficient rx_free buffers
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001037 * are available, schedules iwl3945_rx_replenish
Zhu Yib481de92007-09-25 17:54:57 -07001038 *
1039 * -- enable interrupts --
Abhijeet Kolekar6100b582008-12-19 10:37:24 +08001040 * ISR - iwl3945_rx() Detach iwl_rx_mem_buffers from pool up to the
Zhu Yib481de92007-09-25 17:54:57 -07001041 * READ INDEX, detaching the SKB from the pool.
1042 * Moves the packet buffer from queue to rx_used.
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001043 * Calls iwl3945_rx_queue_restock to refill any empty
Zhu Yib481de92007-09-25 17:54:57 -07001044 * slots.
1045 * ...
1046 *
1047 */
1048
1049/**
Ben Cahill9fbab512007-11-29 11:09:47 +08001050 * iwl3945_dma_addr2rbd_ptr - convert a DMA address to a uCode read buffer ptr
Zhu Yib481de92007-09-25 17:54:57 -07001051 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001052static inline __le32 iwl3945_dma_addr2rbd_ptr(struct iwl_priv *priv,
Zhu Yib481de92007-09-25 17:54:57 -07001053 dma_addr_t dma_addr)
1054{
1055 return cpu_to_le32((u32)dma_addr);
1056}
1057
1058/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001059 * iwl3945_rx_queue_restock - refill RX queue from pre-allocated pool
Zhu Yib481de92007-09-25 17:54:57 -07001060 *
Ben Cahill9fbab512007-11-29 11:09:47 +08001061 * If there are slots in the RX queue that need to be restocked,
Zhu Yib481de92007-09-25 17:54:57 -07001062 * and we have free pre-allocated buffers, fill the ranks as much
Ben Cahill9fbab512007-11-29 11:09:47 +08001063 * as we can, pulling from rx_free.
Zhu Yib481de92007-09-25 17:54:57 -07001064 *
1065 * This moves the 'write' index forward to catch up with 'processed', and
1066 * also updates the memory address in the firmware to reference the new
1067 * target buffer.
1068 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001069static int iwl3945_rx_queue_restock(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07001070{
Abhijeet Kolekarcc2f3622008-12-19 10:37:25 +08001071 struct iwl_rx_queue *rxq = &priv->rxq;
Zhu Yib481de92007-09-25 17:54:57 -07001072 struct list_head *element;
Abhijeet Kolekar6100b582008-12-19 10:37:24 +08001073 struct iwl_rx_mem_buffer *rxb;
Zhu Yib481de92007-09-25 17:54:57 -07001074 unsigned long flags;
1075 int write, rc;
1076
1077 spin_lock_irqsave(&rxq->lock, flags);
1078 write = rxq->write & ~0x7;
Winkler, Tomas37d68312009-01-08 10:19:54 -08001079 while ((iwl_rx_queue_space(rxq) > 0) && (rxq->free_count)) {
Cahill, Ben M6440adb2007-11-29 11:09:55 +08001080 /* Get next free Rx buffer, remove from free list */
Zhu Yib481de92007-09-25 17:54:57 -07001081 element = rxq->rx_free.next;
Abhijeet Kolekar6100b582008-12-19 10:37:24 +08001082 rxb = list_entry(element, struct iwl_rx_mem_buffer, list);
Zhu Yib481de92007-09-25 17:54:57 -07001083 list_del(element);
Cahill, Ben M6440adb2007-11-29 11:09:55 +08001084
1085 /* Point to Rx buffer via next RBD in circular buffer */
Zhu Yi2f301222009-10-09 17:19:45 +08001086 rxq->bd[rxq->write] = iwl3945_dma_addr2rbd_ptr(priv, rxb->page_dma);
Zhu Yib481de92007-09-25 17:54:57 -07001087 rxq->queue[rxq->write] = rxb;
1088 rxq->write = (rxq->write + 1) & RX_QUEUE_MASK;
1089 rxq->free_count--;
1090 }
1091 spin_unlock_irqrestore(&rxq->lock, flags);
1092 /* If the pre-allocated buffer pool is dropping low, schedule to
1093 * refill it */
1094 if (rxq->free_count <= RX_LOW_WATERMARK)
1095 queue_work(priv->workqueue, &priv->rx_replenish);
1096
1097
Cahill, Ben M6440adb2007-11-29 11:09:55 +08001098 /* If we've added more space for the firmware to place data, tell it.
1099 * Increment device's write pointer in multiples of 8. */
Abhijeet Kolekard14d4442009-06-03 11:44:08 -07001100 if ((rxq->write_actual != (rxq->write & ~0x7))
Zhu Yib481de92007-09-25 17:54:57 -07001101 || (abs(rxq->write - rxq->read) > 7)) {
1102 spin_lock_irqsave(&rxq->lock, flags);
1103 rxq->need_update = 1;
1104 spin_unlock_irqrestore(&rxq->lock, flags);
Winkler, Tomas141c43a2009-01-08 10:19:53 -08001105 rc = iwl_rx_queue_update_write_ptr(priv, rxq);
Zhu Yib481de92007-09-25 17:54:57 -07001106 if (rc)
1107 return rc;
1108 }
1109
1110 return 0;
1111}
1112
1113/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001114 * iwl3945_rx_replenish - Move all used packet from rx_used to rx_free
Zhu Yib481de92007-09-25 17:54:57 -07001115 *
1116 * When moving to rx_free an SKB is allocated for the slot.
1117 *
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001118 * Also restock the Rx queue via iwl3945_rx_queue_restock.
Ian Schram01ebd062007-10-25 17:15:22 +08001119 * This is called as a scheduled work item (except for during initialization)
Zhu Yib481de92007-09-25 17:54:57 -07001120 */
Abhijeet Kolekard14d4442009-06-03 11:44:08 -07001121static void iwl3945_rx_allocate(struct iwl_priv *priv, gfp_t priority)
Zhu Yib481de92007-09-25 17:54:57 -07001122{
Abhijeet Kolekarcc2f3622008-12-19 10:37:25 +08001123 struct iwl_rx_queue *rxq = &priv->rxq;
Zhu Yib481de92007-09-25 17:54:57 -07001124 struct list_head *element;
Abhijeet Kolekar6100b582008-12-19 10:37:24 +08001125 struct iwl_rx_mem_buffer *rxb;
Zhu Yi2f301222009-10-09 17:19:45 +08001126 struct page *page;
Zhu Yib481de92007-09-25 17:54:57 -07001127 unsigned long flags;
Zhu Yi29b1b262009-10-23 13:42:25 -07001128 gfp_t gfp_mask = priority;
Abhijeet Kolekar72240492009-04-30 13:56:26 -07001129
1130 while (1) {
1131 spin_lock_irqsave(&rxq->lock, flags);
1132
1133 if (list_empty(&rxq->rx_used)) {
1134 spin_unlock_irqrestore(&rxq->lock, flags);
1135 return;
1136 }
Abhijeet Kolekar72240492009-04-30 13:56:26 -07001137 spin_unlock_irqrestore(&rxq->lock, flags);
Cahill, Ben M6440adb2007-11-29 11:09:55 +08001138
Reinette Chatref82a9242009-09-17 10:43:56 -07001139 if (rxq->free_count > RX_LOW_WATERMARK)
Zhu Yi29b1b262009-10-23 13:42:25 -07001140 gfp_mask |= __GFP_NOWARN;
Zhu Yi2f301222009-10-09 17:19:45 +08001141
1142 if (priv->hw_params.rx_page_order > 0)
Zhu Yi29b1b262009-10-23 13:42:25 -07001143 gfp_mask |= __GFP_COMP;
Zhu Yi2f301222009-10-09 17:19:45 +08001144
Cahill, Ben M6440adb2007-11-29 11:09:55 +08001145 /* Alloc a new receive buffer */
Zhu Yi29b1b262009-10-23 13:42:25 -07001146 page = alloc_pages(gfp_mask, priv->hw_params.rx_page_order);
Zhu Yi2f301222009-10-09 17:19:45 +08001147 if (!page) {
Zhu Yib481de92007-09-25 17:54:57 -07001148 if (net_ratelimit())
Reinette Chatref82a9242009-09-17 10:43:56 -07001149 IWL_DEBUG_INFO(priv, "Failed to allocate SKB buffer.\n");
1150 if ((rxq->free_count <= RX_LOW_WATERMARK) &&
1151 net_ratelimit())
1152 IWL_CRIT(priv, "Failed to allocate SKB buffer with %s. Only %u free buffers remaining.\n",
1153 priority == GFP_ATOMIC ? "GFP_ATOMIC" : "GFP_KERNEL",
1154 rxq->free_count);
Zhu Yib481de92007-09-25 17:54:57 -07001155 /* We don't reschedule replenish work here -- we will
1156 * call the restock method and if it still needs
1157 * more buffers it will schedule replenish */
1158 break;
1159 }
Zhu Yi12342c42007-12-20 11:27:32 +08001160
Reinette Chatrede0bd502009-09-11 10:38:12 -07001161 spin_lock_irqsave(&rxq->lock, flags);
1162 if (list_empty(&rxq->rx_used)) {
1163 spin_unlock_irqrestore(&rxq->lock, flags);
Zhu Yi2f301222009-10-09 17:19:45 +08001164 __free_pages(page, priv->hw_params.rx_page_order);
Reinette Chatrede0bd502009-09-11 10:38:12 -07001165 return;
1166 }
1167 element = rxq->rx_used.next;
1168 rxb = list_entry(element, struct iwl_rx_mem_buffer, list);
1169 list_del(element);
1170 spin_unlock_irqrestore(&rxq->lock, flags);
1171
Zhu Yi2f301222009-10-09 17:19:45 +08001172 rxb->page = page;
Cahill, Ben M6440adb2007-11-29 11:09:55 +08001173 /* Get physical address of RB/SKB */
Zhu Yi2f301222009-10-09 17:19:45 +08001174 rxb->page_dma = pci_map_page(priv->pci_dev, page, 0,
1175 PAGE_SIZE << priv->hw_params.rx_page_order,
1176 PCI_DMA_FROMDEVICE);
Abhijeet Kolekar72240492009-04-30 13:56:26 -07001177
1178 spin_lock_irqsave(&rxq->lock, flags);
Zhu Yi2f301222009-10-09 17:19:45 +08001179
Zhu Yib481de92007-09-25 17:54:57 -07001180 list_add_tail(&rxb->list, &rxq->rx_free);
1181 rxq->free_count++;
Zhu Yi2f301222009-10-09 17:19:45 +08001182 priv->alloc_rxb_page++;
1183
Abhijeet Kolekar72240492009-04-30 13:56:26 -07001184 spin_unlock_irqrestore(&rxq->lock, flags);
Zhu Yib481de92007-09-25 17:54:57 -07001185 }
Mohamed Abbas5c0eef92007-11-29 11:10:14 +08001186}
1187
Reinette Chatredf833b12009-04-21 10:55:48 -07001188void iwl3945_rx_queue_reset(struct iwl_priv *priv, struct iwl_rx_queue *rxq)
1189{
1190 unsigned long flags;
1191 int i;
1192 spin_lock_irqsave(&rxq->lock, flags);
1193 INIT_LIST_HEAD(&rxq->rx_free);
1194 INIT_LIST_HEAD(&rxq->rx_used);
1195 /* Fill the rx_used queue with _all_ of the Rx buffers */
1196 for (i = 0; i < RX_FREE_BUFFERS + RX_QUEUE_SIZE; i++) {
1197 /* In the reset function, these buffers may have been allocated
1198 * to an SKB, so we need to unmap and free potential storage */
Zhu Yi2f301222009-10-09 17:19:45 +08001199 if (rxq->pool[i].page != NULL) {
1200 pci_unmap_page(priv->pci_dev, rxq->pool[i].page_dma,
1201 PAGE_SIZE << priv->hw_params.rx_page_order,
1202 PCI_DMA_FROMDEVICE);
1203 priv->alloc_rxb_page--;
1204 __free_pages(rxq->pool[i].page,
1205 priv->hw_params.rx_page_order);
1206 rxq->pool[i].page = NULL;
Reinette Chatredf833b12009-04-21 10:55:48 -07001207 }
1208 list_add_tail(&rxq->pool[i].list, &rxq->rx_used);
1209 }
1210
1211 /* Set us so that we have processed and used all buffers, but have
1212 * not restocked the Rx queue with fresh buffers */
1213 rxq->read = rxq->write = 0;
Abhijeet Kolekard14d4442009-06-03 11:44:08 -07001214 rxq->write_actual = 0;
Zhu Yi2f301222009-10-09 17:19:45 +08001215 rxq->free_count = 0;
Reinette Chatredf833b12009-04-21 10:55:48 -07001216 spin_unlock_irqrestore(&rxq->lock, flags);
1217}
Reinette Chatredf833b12009-04-21 10:55:48 -07001218
Mohamed Abbas5c0eef92007-11-29 11:10:14 +08001219void iwl3945_rx_replenish(void *data)
1220{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001221 struct iwl_priv *priv = data;
Mohamed Abbas5c0eef92007-11-29 11:10:14 +08001222 unsigned long flags;
1223
Abhijeet Kolekard14d4442009-06-03 11:44:08 -07001224 iwl3945_rx_allocate(priv, GFP_KERNEL);
Zhu Yib481de92007-09-25 17:54:57 -07001225
1226 spin_lock_irqsave(&priv->lock, flags);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001227 iwl3945_rx_queue_restock(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001228 spin_unlock_irqrestore(&priv->lock, flags);
1229}
1230
Abhijeet Kolekard14d4442009-06-03 11:44:08 -07001231static void iwl3945_rx_replenish_now(struct iwl_priv *priv)
1232{
1233 iwl3945_rx_allocate(priv, GFP_ATOMIC);
1234
1235 iwl3945_rx_queue_restock(priv);
1236}
1237
1238
Reinette Chatredf833b12009-04-21 10:55:48 -07001239/* Assumes that the skb field of the buffers in 'pool' is kept accurate.
1240 * If an SKB has been detached, the POOL needs to have its SKB set to NULL
1241 * This free routine walks the list of POOL entries and if SKB is set to
1242 * non NULL it is unmapped and freed
1243 */
1244static void iwl3945_rx_queue_free(struct iwl_priv *priv, struct iwl_rx_queue *rxq)
1245{
1246 int i;
1247 for (i = 0; i < RX_QUEUE_SIZE + RX_FREE_BUFFERS; i++) {
Zhu Yi2f301222009-10-09 17:19:45 +08001248 if (rxq->pool[i].page != NULL) {
1249 pci_unmap_page(priv->pci_dev, rxq->pool[i].page_dma,
1250 PAGE_SIZE << priv->hw_params.rx_page_order,
1251 PCI_DMA_FROMDEVICE);
1252 __free_pages(rxq->pool[i].page,
1253 priv->hw_params.rx_page_order);
1254 rxq->pool[i].page = NULL;
1255 priv->alloc_rxb_page--;
Reinette Chatredf833b12009-04-21 10:55:48 -07001256 }
1257 }
1258
1259 pci_free_consistent(priv->pci_dev, 4 * RX_QUEUE_SIZE, rxq->bd,
1260 rxq->dma_addr);
1261 pci_free_consistent(priv->pci_dev, sizeof(struct iwl_rb_status),
1262 rxq->rb_stts, rxq->rb_stts_dma);
1263 rxq->bd = NULL;
1264 rxq->rb_stts = NULL;
1265}
Reinette Chatredf833b12009-04-21 10:55:48 -07001266
1267
Zhu Yib481de92007-09-25 17:54:57 -07001268/* Convert linear signal-to-noise ratio into dB */
1269static u8 ratio2dB[100] = {
1270/* 0 1 2 3 4 5 6 7 8 9 */
1271 0, 0, 6, 10, 12, 14, 16, 17, 18, 19, /* 00 - 09 */
1272 20, 21, 22, 22, 23, 23, 24, 25, 26, 26, /* 10 - 19 */
1273 26, 26, 26, 27, 27, 28, 28, 28, 29, 29, /* 20 - 29 */
1274 29, 30, 30, 30, 31, 31, 31, 31, 32, 32, /* 30 - 39 */
1275 32, 32, 32, 33, 33, 33, 33, 33, 34, 34, /* 40 - 49 */
1276 34, 34, 34, 34, 35, 35, 35, 35, 35, 35, /* 50 - 59 */
1277 36, 36, 36, 36, 36, 36, 36, 37, 37, 37, /* 60 - 69 */
1278 37, 37, 37, 37, 37, 38, 38, 38, 38, 38, /* 70 - 79 */
1279 38, 38, 38, 38, 38, 39, 39, 39, 39, 39, /* 80 - 89 */
1280 39, 39, 39, 39, 39, 40, 40, 40, 40, 40 /* 90 - 99 */
1281};
1282
1283/* Calculates a relative dB value from a ratio of linear
1284 * (i.e. not dB) signal levels.
1285 * Conversion assumes that levels are voltages (20*log), not powers (10*log). */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001286int iwl3945_calc_db_from_ratio(int sig_ratio)
Zhu Yib481de92007-09-25 17:54:57 -07001287{
Adrian Bunk221c80c2008-02-02 23:19:01 +02001288 /* 1000:1 or higher just report as 60 dB */
1289 if (sig_ratio >= 1000)
Zhu Yib481de92007-09-25 17:54:57 -07001290 return 60;
1291
Adrian Bunk221c80c2008-02-02 23:19:01 +02001292 /* 100:1 or higher, divide by 10 and use table,
Zhu Yib481de92007-09-25 17:54:57 -07001293 * add 20 dB to make up for divide by 10 */
Adrian Bunk221c80c2008-02-02 23:19:01 +02001294 if (sig_ratio >= 100)
Tomas Winkler3ac7f142008-07-21 02:40:14 +03001295 return 20 + (int)ratio2dB[sig_ratio/10];
Zhu Yib481de92007-09-25 17:54:57 -07001296
1297 /* We shouldn't see this */
1298 if (sig_ratio < 1)
1299 return 0;
1300
1301 /* Use table for ratios 1:1 - 99:1 */
1302 return (int)ratio2dB[sig_ratio];
1303}
1304
1305#define PERFECT_RSSI (-20) /* dBm */
1306#define WORST_RSSI (-95) /* dBm */
1307#define RSSI_RANGE (PERFECT_RSSI - WORST_RSSI)
1308
1309/* Calculate an indication of rx signal quality (a percentage, not dBm!).
1310 * See http://www.ces.clemson.edu/linux/signal_quality.shtml for info
1311 * about formulas used below. */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001312int iwl3945_calc_sig_qual(int rssi_dbm, int noise_dbm)
Zhu Yib481de92007-09-25 17:54:57 -07001313{
1314 int sig_qual;
1315 int degradation = PERFECT_RSSI - rssi_dbm;
1316
1317 /* If we get a noise measurement, use signal-to-noise ratio (SNR)
1318 * as indicator; formula is (signal dbm - noise dbm).
1319 * SNR at or above 40 is a great signal (100%).
1320 * Below that, scale to fit SNR of 0 - 40 dB within 0 - 100% indicator.
1321 * Weakest usable signal is usually 10 - 15 dB SNR. */
1322 if (noise_dbm) {
1323 if (rssi_dbm - noise_dbm >= 40)
1324 return 100;
1325 else if (rssi_dbm < noise_dbm)
1326 return 0;
1327 sig_qual = ((rssi_dbm - noise_dbm) * 5) / 2;
1328
1329 /* Else use just the signal level.
1330 * This formula is a least squares fit of data points collected and
1331 * compared with a reference system that had a percentage (%) display
1332 * for signal quality. */
1333 } else
1334 sig_qual = (100 * (RSSI_RANGE * RSSI_RANGE) - degradation *
1335 (15 * RSSI_RANGE + 62 * degradation)) /
1336 (RSSI_RANGE * RSSI_RANGE);
1337
1338 if (sig_qual > 100)
1339 sig_qual = 100;
1340 else if (sig_qual < 1)
1341 sig_qual = 0;
1342
1343 return sig_qual;
1344}
1345
1346/**
Ben Cahill9fbab512007-11-29 11:09:47 +08001347 * iwl3945_rx_handle - Main entry function for receiving responses from uCode
Zhu Yib481de92007-09-25 17:54:57 -07001348 *
1349 * Uses the priv->rx_handlers callback function array to invoke
1350 * the appropriate handlers, including command responses,
1351 * frame-received notifications, and other notifications.
1352 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001353static void iwl3945_rx_handle(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07001354{
Abhijeet Kolekar6100b582008-12-19 10:37:24 +08001355 struct iwl_rx_mem_buffer *rxb;
Tomas Winkler3d24a9f2008-12-19 10:37:07 +08001356 struct iwl_rx_packet *pkt;
Abhijeet Kolekarcc2f3622008-12-19 10:37:25 +08001357 struct iwl_rx_queue *rxq = &priv->rxq;
Zhu Yib481de92007-09-25 17:54:57 -07001358 u32 r, i;
1359 int reclaim;
1360 unsigned long flags;
Mohamed Abbas5c0eef92007-11-29 11:10:14 +08001361 u8 fill_rx = 0;
Mohamed Abbasd68ab682008-02-07 13:16:33 -08001362 u32 count = 8;
Abhijeet Kolekard14d4442009-06-03 11:44:08 -07001363 int total_empty = 0;
Zhu Yib481de92007-09-25 17:54:57 -07001364
Cahill, Ben M6440adb2007-11-29 11:09:55 +08001365 /* uCode's read index (stored in shared DRAM) indicates the last Rx
1366 * buffer that the driver may process (last buffer filled by ucode). */
Winkler, Tomas8cd812b2008-12-19 10:37:43 +08001367 r = le16_to_cpu(rxq->rb_stts->closed_rb_num) & 0x0FFF;
Zhu Yib481de92007-09-25 17:54:57 -07001368 i = rxq->read;
1369
Abhijeet Kolekard14d4442009-06-03 11:44:08 -07001370 /* calculate total frames need to be restock after handling RX */
Zhu Yi73005152009-10-23 13:42:32 -07001371 total_empty = r - rxq->write_actual;
Abhijeet Kolekard14d4442009-06-03 11:44:08 -07001372 if (total_empty < 0)
1373 total_empty += RX_QUEUE_SIZE;
1374
1375 if (total_empty > (RX_QUEUE_SIZE / 2))
Mohamed Abbas5c0eef92007-11-29 11:10:14 +08001376 fill_rx = 1;
Zhu Yib481de92007-09-25 17:54:57 -07001377 /* Rx interrupt, but nothing sent from uCode */
1378 if (i == r)
Reinette Chatreaf472a952009-08-28 09:58:50 -07001379 IWL_DEBUG_RX(priv, "r = %d, i = %d\n", r, i);
Zhu Yib481de92007-09-25 17:54:57 -07001380
1381 while (i != r) {
1382 rxb = rxq->queue[i];
1383
Ben Cahill9fbab512007-11-29 11:09:47 +08001384 /* If an RXB doesn't have a Rx queue slot associated with it,
Zhu Yib481de92007-09-25 17:54:57 -07001385 * then a bug has been introduced in the queue refilling
1386 * routines -- catch it here */
1387 BUG_ON(rxb == NULL);
1388
1389 rxq->queue[i] = NULL;
1390
Zhu Yi2f301222009-10-09 17:19:45 +08001391 pci_unmap_page(priv->pci_dev, rxb->page_dma,
1392 PAGE_SIZE << priv->hw_params.rx_page_order,
1393 PCI_DMA_FROMDEVICE);
1394 pkt = rxb_addr(rxb);
Zhu Yib481de92007-09-25 17:54:57 -07001395
Johannes Bergbe1a71a2009-10-02 13:44:02 -07001396 trace_iwlwifi_dev_rx(priv, pkt,
1397 le32_to_cpu(pkt->len_n_flags) & FH_RSCSR_FRAME_SIZE_MSK);
1398
Zhu Yib481de92007-09-25 17:54:57 -07001399 /* Reclaim a command buffer only if this packet is a response
1400 * to a (driver-originated) command.
1401 * If the packet (e.g. Rx frame) originated from uCode,
1402 * there is no command buffer to reclaim.
1403 * Ucode should set SEQ_RX_FRAME bit if ucode-originated,
1404 * but apparently a few don't get set; catch them here. */
1405 reclaim = !(pkt->hdr.sequence & SEQ_RX_FRAME) &&
1406 (pkt->hdr.cmd != STATISTICS_NOTIFICATION) &&
1407 (pkt->hdr.cmd != REPLY_TX);
1408
1409 /* Based on type of command response or notification,
1410 * handle those that need handling via function in
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001411 * rx_handlers table. See iwl3945_setup_rx_handlers() */
Zhu Yib481de92007-09-25 17:54:57 -07001412 if (priv->rx_handlers[pkt->hdr.cmd]) {
Reinette Chatreaf472a952009-08-28 09:58:50 -07001413 IWL_DEBUG_RX(priv, "r = %d, i = %d, %s, 0x%02x\n", r, i,
Zhu Yib481de92007-09-25 17:54:57 -07001414 get_cmd_string(pkt->hdr.cmd), pkt->hdr.cmd);
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001415 priv->isr_stats.rx_handlers[pkt->hdr.cmd]++;
Zhu Yi29b1b262009-10-23 13:42:25 -07001416 priv->rx_handlers[pkt->hdr.cmd] (priv, rxb);
Zhu Yib481de92007-09-25 17:54:57 -07001417 } else {
1418 /* No handling needed */
Zhu Yi2f301222009-10-09 17:19:45 +08001419 IWL_DEBUG_RX(priv,
1420 "r %d i %d No handler needed for %s, 0x%02x\n",
Zhu Yib481de92007-09-25 17:54:57 -07001421 r, i, get_cmd_string(pkt->hdr.cmd),
1422 pkt->hdr.cmd);
1423 }
1424
Zhu Yi29b1b262009-10-23 13:42:25 -07001425 /*
1426 * XXX: After here, we should always check rxb->page
1427 * against NULL before touching it or its virtual
1428 * memory (pkt). Because some rx_handler might have
1429 * already taken or freed the pages.
1430 */
1431
Zhu Yib481de92007-09-25 17:54:57 -07001432 if (reclaim) {
Zhu Yi2f301222009-10-09 17:19:45 +08001433 /* Invoke any callbacks, transfer the buffer to caller,
1434 * and fire off the (possibly) blocking iwl_send_cmd()
Zhu Yib481de92007-09-25 17:54:57 -07001435 * as we reclaim the driver command queue */
Zhu Yi29b1b262009-10-23 13:42:25 -07001436 if (rxb->page)
Abhijeet Kolekar732587a2009-03-11 11:17:57 -07001437 iwl_tx_cmd_complete(priv, rxb);
Zhu Yib481de92007-09-25 17:54:57 -07001438 else
Winkler, Tomas39aadf82008-12-19 10:37:32 +08001439 IWL_WARN(priv, "Claim null rxb?\n");
Zhu Yib481de92007-09-25 17:54:57 -07001440 }
1441
Zhu Yi73005152009-10-23 13:42:32 -07001442 /* Reuse the page if possible. For notification packets and
1443 * SKBs that fail to Rx correctly, add them back into the
1444 * rx_free list for reuse later. */
Zhu Yib481de92007-09-25 17:54:57 -07001445 spin_lock_irqsave(&rxq->lock, flags);
Zhu Yi73005152009-10-23 13:42:32 -07001446 if (rxb->page != NULL) {
1447 rxb->page_dma = pci_map_page(priv->pci_dev, rxb->page,
1448 0, PAGE_SIZE << priv->hw_params.rx_page_order,
1449 PCI_DMA_FROMDEVICE);
1450 list_add_tail(&rxb->list, &rxq->rx_free);
1451 rxq->free_count++;
1452 } else
1453 list_add_tail(&rxb->list, &rxq->rx_used);
1454
Zhu Yib481de92007-09-25 17:54:57 -07001455 spin_unlock_irqrestore(&rxq->lock, flags);
Zhu Yi73005152009-10-23 13:42:32 -07001456
Zhu Yib481de92007-09-25 17:54:57 -07001457 i = (i + 1) & RX_QUEUE_MASK;
Mohamed Abbas5c0eef92007-11-29 11:10:14 +08001458 /* If there are a lot of unused frames,
1459 * restock the Rx queue so ucode won't assert. */
1460 if (fill_rx) {
1461 count++;
1462 if (count >= 8) {
Zhu Yi73005152009-10-23 13:42:32 -07001463 rxq->read = i;
Abhijeet Kolekard14d4442009-06-03 11:44:08 -07001464 iwl3945_rx_replenish_now(priv);
Mohamed Abbas5c0eef92007-11-29 11:10:14 +08001465 count = 0;
1466 }
1467 }
Zhu Yib481de92007-09-25 17:54:57 -07001468 }
1469
1470 /* Backtrack one entry */
Zhu Yi73005152009-10-23 13:42:32 -07001471 rxq->read = i;
Abhijeet Kolekard14d4442009-06-03 11:44:08 -07001472 if (fill_rx)
1473 iwl3945_rx_replenish_now(priv);
1474 else
1475 iwl3945_rx_queue_restock(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001476}
1477
Mohamed Abbas0359fac2008-03-28 16:21:08 -07001478/* call this function to flush any scheduled tasklet */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001479static inline void iwl_synchronize_irq(struct iwl_priv *priv)
Mohamed Abbas0359fac2008-03-28 16:21:08 -07001480{
Tomas Winklera96a27f2008-10-23 23:48:56 -07001481 /* wait to make sure we flush pending tasklet*/
Mohamed Abbas0359fac2008-03-28 16:21:08 -07001482 synchronize_irq(priv->pci_dev->irq);
1483 tasklet_kill(&priv->irq_tasklet);
1484}
1485
Reinette Chatreb7a79402009-09-25 14:24:23 -07001486#ifdef CONFIG_IWLWIFI_DEBUG
Zhu Yib481de92007-09-25 17:54:57 -07001487static const char *desc_lookup(int i)
1488{
1489 switch (i) {
1490 case 1:
1491 return "FAIL";
1492 case 2:
1493 return "BAD_PARAM";
1494 case 3:
1495 return "BAD_CHECKSUM";
1496 case 4:
1497 return "NMI_INTERRUPT";
1498 case 5:
1499 return "SYSASSERT";
1500 case 6:
1501 return "FATAL_ERROR";
1502 }
1503
1504 return "UNKNOWN";
1505}
1506
1507#define ERROR_START_OFFSET (1 * sizeof(u32))
1508#define ERROR_ELEM_SIZE (7 * sizeof(u32))
1509
Reinette Chatreb7a79402009-09-25 14:24:23 -07001510void iwl3945_dump_nic_error_log(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07001511{
1512 u32 i;
1513 u32 desc, time, count, base, data1;
1514 u32 blink1, blink2, ilink1, ilink2;
Zhu Yib481de92007-09-25 17:54:57 -07001515
1516 base = le32_to_cpu(priv->card_alive.error_event_table_ptr);
1517
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001518 if (!iwl3945_hw_valid_rtc_data_addr(base)) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08001519 IWL_ERR(priv, "Not valid error log pointer 0x%08X\n", base);
Zhu Yib481de92007-09-25 17:54:57 -07001520 return;
1521 }
1522
Zhu Yib481de92007-09-25 17:54:57 -07001523
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001524 count = iwl_read_targ_mem(priv, base);
Zhu Yib481de92007-09-25 17:54:57 -07001525
1526 if (ERROR_START_OFFSET <= count * ERROR_ELEM_SIZE) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08001527 IWL_ERR(priv, "Start IWL Error Log Dump:\n");
1528 IWL_ERR(priv, "Status: 0x%08lX, count: %d\n",
1529 priv->status, count);
Zhu Yib481de92007-09-25 17:54:57 -07001530 }
1531
Winkler, Tomas15b16872008-12-19 10:37:33 +08001532 IWL_ERR(priv, "Desc Time asrtPC blink2 "
Zhu Yib481de92007-09-25 17:54:57 -07001533 "ilink1 nmiPC Line\n");
1534 for (i = ERROR_START_OFFSET;
1535 i < (count * ERROR_ELEM_SIZE) + ERROR_START_OFFSET;
1536 i += ERROR_ELEM_SIZE) {
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001537 desc = iwl_read_targ_mem(priv, base + i);
Zhu Yib481de92007-09-25 17:54:57 -07001538 time =
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001539 iwl_read_targ_mem(priv, base + i + 1 * sizeof(u32));
Zhu Yib481de92007-09-25 17:54:57 -07001540 blink1 =
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001541 iwl_read_targ_mem(priv, base + i + 2 * sizeof(u32));
Zhu Yib481de92007-09-25 17:54:57 -07001542 blink2 =
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001543 iwl_read_targ_mem(priv, base + i + 3 * sizeof(u32));
Zhu Yib481de92007-09-25 17:54:57 -07001544 ilink1 =
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001545 iwl_read_targ_mem(priv, base + i + 4 * sizeof(u32));
Zhu Yib481de92007-09-25 17:54:57 -07001546 ilink2 =
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001547 iwl_read_targ_mem(priv, base + i + 5 * sizeof(u32));
Zhu Yib481de92007-09-25 17:54:57 -07001548 data1 =
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001549 iwl_read_targ_mem(priv, base + i + 6 * sizeof(u32));
Zhu Yib481de92007-09-25 17:54:57 -07001550
Winkler, Tomas15b16872008-12-19 10:37:33 +08001551 IWL_ERR(priv,
1552 "%-13s (#%d) %010u 0x%05X 0x%05X 0x%05X 0x%05X %u\n\n",
1553 desc_lookup(desc), desc, time, blink1, blink2,
1554 ilink1, ilink2, data1);
Johannes Bergbe1a71a2009-10-02 13:44:02 -07001555 trace_iwlwifi_dev_ucode_error(priv, desc, time, data1, 0,
1556 0, blink1, blink2, ilink1, ilink2);
Zhu Yib481de92007-09-25 17:54:57 -07001557 }
Zhu Yib481de92007-09-25 17:54:57 -07001558}
1559
Ben Cahillf58177b2007-11-29 11:09:43 +08001560#define EVENT_START_OFFSET (6 * sizeof(u32))
Zhu Yib481de92007-09-25 17:54:57 -07001561
1562/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001563 * iwl3945_print_event_log - Dump error event log to syslog
Zhu Yib481de92007-09-25 17:54:57 -07001564 *
Zhu Yib481de92007-09-25 17:54:57 -07001565 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001566static void iwl3945_print_event_log(struct iwl_priv *priv, u32 start_idx,
Zhu Yib481de92007-09-25 17:54:57 -07001567 u32 num_events, u32 mode)
1568{
1569 u32 i;
1570 u32 base; /* SRAM byte address of event log header */
1571 u32 event_size; /* 2 u32s, or 3 u32s if timestamp recorded */
1572 u32 ptr; /* SRAM byte address of log data */
1573 u32 ev, time, data; /* event log data */
Ben Cahille5854472009-11-06 14:52:58 -08001574 unsigned long reg_flags;
Zhu Yib481de92007-09-25 17:54:57 -07001575
1576 if (num_events == 0)
1577 return;
1578
1579 base = le32_to_cpu(priv->card_alive.log_event_table_ptr);
1580
1581 if (mode == 0)
1582 event_size = 2 * sizeof(u32);
1583 else
1584 event_size = 3 * sizeof(u32);
1585
1586 ptr = base + EVENT_START_OFFSET + (start_idx * event_size);
1587
Ben Cahille5854472009-11-06 14:52:58 -08001588 /* Make sure device is powered up for SRAM reads */
1589 spin_lock_irqsave(&priv->reg_lock, reg_flags);
1590 iwl_grab_nic_access(priv);
1591
1592 /* Set starting address; reads will auto-increment */
1593 _iwl_write_direct32(priv, HBUS_TARG_MEM_RADDR, ptr);
1594 rmb();
1595
Zhu Yib481de92007-09-25 17:54:57 -07001596 /* "time" is actually "data" for mode 0 (no timestamp).
1597 * place event id # at far right for easier visual parsing. */
1598 for (i = 0; i < num_events; i++) {
Ben Cahille5854472009-11-06 14:52:58 -08001599 ev = _iwl_read_direct32(priv, HBUS_TARG_MEM_RDAT);
1600 time = _iwl_read_direct32(priv, HBUS_TARG_MEM_RDAT);
Winkler, Tomas15b16872008-12-19 10:37:33 +08001601 if (mode == 0) {
1602 /* data, ev */
1603 IWL_ERR(priv, "0x%08x\t%04u\n", time, ev);
Johannes Bergbe1a71a2009-10-02 13:44:02 -07001604 trace_iwlwifi_dev_ucode_event(priv, 0, time, ev);
Winkler, Tomas15b16872008-12-19 10:37:33 +08001605 } else {
Ben Cahille5854472009-11-06 14:52:58 -08001606 data = _iwl_read_direct32(priv, HBUS_TARG_MEM_RDAT);
Winkler, Tomas15b16872008-12-19 10:37:33 +08001607 IWL_ERR(priv, "%010u\t0x%08x\t%04u\n", time, data, ev);
Johannes Bergbe1a71a2009-10-02 13:44:02 -07001608 trace_iwlwifi_dev_ucode_event(priv, time, data, ev);
Zhu Yib481de92007-09-25 17:54:57 -07001609 }
1610 }
Ben Cahille5854472009-11-06 14:52:58 -08001611
1612 /* Allow device to power down */
1613 iwl_release_nic_access(priv);
1614 spin_unlock_irqrestore(&priv->reg_lock, reg_flags);
Zhu Yib481de92007-09-25 17:54:57 -07001615}
1616
Ben Cahill84c40692009-11-06 14:52:57 -08001617/* For sanity check only. Actual size is determined by uCode, typ. 512 */
1618#define IWL3945_MAX_EVENT_LOG_SIZE (512)
1619
Reinette Chatreb7a79402009-09-25 14:24:23 -07001620void iwl3945_dump_nic_event_log(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07001621{
Zhu Yib481de92007-09-25 17:54:57 -07001622 u32 base; /* SRAM byte address of event log header */
1623 u32 capacity; /* event log capacity in # entries */
1624 u32 mode; /* 0 - no timestamp, 1 - timestamp recorded */
1625 u32 num_wraps; /* # times uCode wrapped to top of log */
1626 u32 next_entry; /* index of next entry to be written by uCode */
1627 u32 size; /* # entries that we'll print */
1628
1629 base = le32_to_cpu(priv->card_alive.log_event_table_ptr);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001630 if (!iwl3945_hw_valid_rtc_data_addr(base)) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08001631 IWL_ERR(priv, "Invalid event log pointer 0x%08X\n", base);
Zhu Yib481de92007-09-25 17:54:57 -07001632 return;
1633 }
1634
Zhu Yib481de92007-09-25 17:54:57 -07001635 /* event log header */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001636 capacity = iwl_read_targ_mem(priv, base);
1637 mode = iwl_read_targ_mem(priv, base + (1 * sizeof(u32)));
1638 num_wraps = iwl_read_targ_mem(priv, base + (2 * sizeof(u32)));
1639 next_entry = iwl_read_targ_mem(priv, base + (3 * sizeof(u32)));
Zhu Yib481de92007-09-25 17:54:57 -07001640
Ben Cahill84c40692009-11-06 14:52:57 -08001641 if (capacity > IWL3945_MAX_EVENT_LOG_SIZE) {
1642 IWL_ERR(priv, "Log capacity %d is bogus, limit to %d entries\n",
1643 capacity, IWL3945_MAX_EVENT_LOG_SIZE);
1644 capacity = IWL3945_MAX_EVENT_LOG_SIZE;
1645 }
1646
1647 if (next_entry > IWL3945_MAX_EVENT_LOG_SIZE) {
1648 IWL_ERR(priv, "Log write index %d is bogus, limit to %d\n",
1649 next_entry, IWL3945_MAX_EVENT_LOG_SIZE);
1650 next_entry = IWL3945_MAX_EVENT_LOG_SIZE;
1651 }
1652
Zhu Yib481de92007-09-25 17:54:57 -07001653 size = num_wraps ? capacity : next_entry;
1654
1655 /* bail out if nothing in log */
1656 if (size == 0) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08001657 IWL_ERR(priv, "Start IWL Event Log Dump: nothing in log\n");
Zhu Yib481de92007-09-25 17:54:57 -07001658 return;
1659 }
1660
Winkler, Tomas15b16872008-12-19 10:37:33 +08001661 IWL_ERR(priv, "Start IWL Event Log Dump: display count %d, wraps %d\n",
Zhu Yib481de92007-09-25 17:54:57 -07001662 size, num_wraps);
1663
1664 /* if uCode has wrapped back to top of log, start at the oldest entry,
1665 * i.e the next one that uCode would fill. */
1666 if (num_wraps)
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001667 iwl3945_print_event_log(priv, next_entry,
Zhu Yib481de92007-09-25 17:54:57 -07001668 capacity - next_entry, mode);
1669
1670 /* (then/else) start at top of log */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001671 iwl3945_print_event_log(priv, 0, next_entry, mode);
Zhu Yib481de92007-09-25 17:54:57 -07001672
Zhu Yib481de92007-09-25 17:54:57 -07001673}
Reinette Chatreb7a79402009-09-25 14:24:23 -07001674#else
1675void iwl3945_dump_nic_event_log(struct iwl_priv *priv)
1676{
1677}
1678
1679void iwl3945_dump_nic_error_log(struct iwl_priv *priv)
1680{
1681}
1682
1683#endif
Zhu Yib481de92007-09-25 17:54:57 -07001684
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001685static void iwl3945_irq_tasklet(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07001686{
1687 u32 inta, handled = 0;
1688 u32 inta_fh;
1689 unsigned long flags;
Samuel Ortizd08853a2009-01-23 13:45:17 -08001690#ifdef CONFIG_IWLWIFI_DEBUG
Zhu Yib481de92007-09-25 17:54:57 -07001691 u32 inta_mask;
1692#endif
1693
1694 spin_lock_irqsave(&priv->lock, flags);
1695
1696 /* Ack/clear/reset pending uCode interrupts.
1697 * Note: Some bits in CSR_INT are "OR" of bits in CSR_FH_INT_STATUS,
1698 * and will clear only when CSR_FH_INT_STATUS gets cleared. */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001699 inta = iwl_read32(priv, CSR_INT);
1700 iwl_write32(priv, CSR_INT, inta);
Zhu Yib481de92007-09-25 17:54:57 -07001701
1702 /* Ack/clear/reset pending flow-handler (DMA) interrupts.
1703 * Any new interrupts that happen after this, either while we're
1704 * in this tasklet, or later, will show up in next ISR/tasklet. */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001705 inta_fh = iwl_read32(priv, CSR_FH_INT_STATUS);
1706 iwl_write32(priv, CSR_FH_INT_STATUS, inta_fh);
Zhu Yib481de92007-09-25 17:54:57 -07001707
Samuel Ortizd08853a2009-01-23 13:45:17 -08001708#ifdef CONFIG_IWLWIFI_DEBUG
Reinette Chatre3d816c72009-08-07 15:41:37 -07001709 if (iwl_get_debug_level(priv) & IWL_DL_ISR) {
Ben Cahill9fbab512007-11-29 11:09:47 +08001710 /* just for debug */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001711 inta_mask = iwl_read32(priv, CSR_INT_MASK);
Tomas Winklere1623442009-01-27 14:27:56 -08001712 IWL_DEBUG_ISR(priv, "inta 0x%08x, enabled 0x%08x, fh 0x%08x\n",
Zhu Yib481de92007-09-25 17:54:57 -07001713 inta, inta_mask, inta_fh);
1714 }
1715#endif
1716
Zhu Yi2f301222009-10-09 17:19:45 +08001717 spin_unlock_irqrestore(&priv->lock, flags);
1718
Zhu Yib481de92007-09-25 17:54:57 -07001719 /* Since CSR_INT and CSR_FH_INT_STATUS reads and clears are not
1720 * atomic, make sure that inta covers all the interrupts that
1721 * we've discovered, even if FH interrupt came in just after
1722 * reading CSR_INT. */
Tomas Winkler6f83eaa2008-03-04 18:09:28 -08001723 if (inta_fh & CSR39_FH_INT_RX_MASK)
Zhu Yib481de92007-09-25 17:54:57 -07001724 inta |= CSR_INT_BIT_FH_RX;
Tomas Winkler6f83eaa2008-03-04 18:09:28 -08001725 if (inta_fh & CSR39_FH_INT_TX_MASK)
Zhu Yib481de92007-09-25 17:54:57 -07001726 inta |= CSR_INT_BIT_FH_TX;
1727
1728 /* Now service all interrupt bits discovered above. */
1729 if (inta & CSR_INT_BIT_HW_ERR) {
Reinette Chatre58dba722009-07-17 09:30:25 -07001730 IWL_ERR(priv, "Hardware error detected. Restarting.\n");
Zhu Yib481de92007-09-25 17:54:57 -07001731
1732 /* Tell the device to stop sending interrupts */
Abhijeet Kolekared3b9322009-02-18 15:54:30 -08001733 iwl_disable_interrupts(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001734
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001735 priv->isr_stats.hw++;
Samuel Ortiz8ccde882009-01-27 14:27:52 -08001736 iwl_irq_handle_error(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001737
1738 handled |= CSR_INT_BIT_HW_ERR;
1739
Zhu Yib481de92007-09-25 17:54:57 -07001740 return;
1741 }
1742
Samuel Ortizd08853a2009-01-23 13:45:17 -08001743#ifdef CONFIG_IWLWIFI_DEBUG
Reinette Chatre3d816c72009-08-07 15:41:37 -07001744 if (iwl_get_debug_level(priv) & (IWL_DL_ISR)) {
Zhu Yib481de92007-09-25 17:54:57 -07001745 /* NIC fires this, but we don't use it, redundant with WAKEUP */
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001746 if (inta & CSR_INT_BIT_SCD) {
Tomas Winklere1623442009-01-27 14:27:56 -08001747 IWL_DEBUG_ISR(priv, "Scheduler finished to transmit "
Joonwoo Park25c03d82008-01-23 10:15:20 -08001748 "the frame/frames.\n");
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001749 priv->isr_stats.sch++;
1750 }
Zhu Yib481de92007-09-25 17:54:57 -07001751
1752 /* Alive notification via Rx interrupt will do the real work */
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001753 if (inta & CSR_INT_BIT_ALIVE) {
Tomas Winklere1623442009-01-27 14:27:56 -08001754 IWL_DEBUG_ISR(priv, "Alive interrupt\n");
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001755 priv->isr_stats.alive++;
1756 }
Zhu Yib481de92007-09-25 17:54:57 -07001757 }
1758#endif
1759 /* Safely ignore these bits for debug checks below */
Joonwoo Park25c03d82008-01-23 10:15:20 -08001760 inta &= ~(CSR_INT_BIT_SCD | CSR_INT_BIT_ALIVE);
Zhu Yib481de92007-09-25 17:54:57 -07001761
Zhu Yib481de92007-09-25 17:54:57 -07001762 /* Error detected by uCode */
1763 if (inta & CSR_INT_BIT_SW_ERR) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08001764 IWL_ERR(priv, "Microcode SW error detected. "
1765 "Restarting 0x%X.\n", inta);
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001766 priv->isr_stats.sw++;
1767 priv->isr_stats.sw_err = inta;
Samuel Ortiz8ccde882009-01-27 14:27:52 -08001768 iwl_irq_handle_error(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001769 handled |= CSR_INT_BIT_SW_ERR;
1770 }
1771
1772 /* uCode wakes up after power-down sleep */
1773 if (inta & CSR_INT_BIT_WAKEUP) {
Tomas Winklere1623442009-01-27 14:27:56 -08001774 IWL_DEBUG_ISR(priv, "Wakeup interrupt\n");
Winkler, Tomas141c43a2009-01-08 10:19:53 -08001775 iwl_rx_queue_update_write_ptr(priv, &priv->rxq);
Samuel Ortiz4f3602c2009-01-19 15:30:25 -08001776 iwl_txq_update_write_ptr(priv, &priv->txq[0]);
1777 iwl_txq_update_write_ptr(priv, &priv->txq[1]);
1778 iwl_txq_update_write_ptr(priv, &priv->txq[2]);
1779 iwl_txq_update_write_ptr(priv, &priv->txq[3]);
1780 iwl_txq_update_write_ptr(priv, &priv->txq[4]);
1781 iwl_txq_update_write_ptr(priv, &priv->txq[5]);
Zhu Yib481de92007-09-25 17:54:57 -07001782
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001783 priv->isr_stats.wakeup++;
Zhu Yib481de92007-09-25 17:54:57 -07001784 handled |= CSR_INT_BIT_WAKEUP;
1785 }
1786
1787 /* All uCode command responses, including Tx command responses,
1788 * Rx "responses" (frame-received notification), and other
1789 * notifications from uCode come through here*/
1790 if (inta & (CSR_INT_BIT_FH_RX | CSR_INT_BIT_SW_RX)) {
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001791 iwl3945_rx_handle(priv);
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001792 priv->isr_stats.rx++;
Zhu Yib481de92007-09-25 17:54:57 -07001793 handled |= (CSR_INT_BIT_FH_RX | CSR_INT_BIT_SW_RX);
1794 }
1795
1796 if (inta & CSR_INT_BIT_FH_TX) {
Tomas Winklere1623442009-01-27 14:27:56 -08001797 IWL_DEBUG_ISR(priv, "Tx interrupt\n");
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001798 priv->isr_stats.tx++;
Zhu Yib481de92007-09-25 17:54:57 -07001799
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001800 iwl_write32(priv, CSR_FH_INT_STATUS, (1 << 6));
Mohamed Abbasa8b50a02009-05-22 11:01:47 -07001801 iwl_write_direct32(priv, FH39_TCSR_CREDIT
1802 (FH39_SRVC_CHNL), 0x0);
Zhu Yib481de92007-09-25 17:54:57 -07001803 handled |= CSR_INT_BIT_FH_TX;
1804 }
1805
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001806 if (inta & ~handled) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08001807 IWL_ERR(priv, "Unhandled INTA bits 0x%08x\n", inta & ~handled);
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001808 priv->isr_stats.unhandled++;
1809 }
Zhu Yib481de92007-09-25 17:54:57 -07001810
Mohamed Abbas40cefda2009-05-22 11:01:52 -07001811 if (inta & ~priv->inta_mask) {
Winkler, Tomas39aadf82008-12-19 10:37:32 +08001812 IWL_WARN(priv, "Disabled INTA bits 0x%08x were pending\n",
Mohamed Abbas40cefda2009-05-22 11:01:52 -07001813 inta & ~priv->inta_mask);
Winkler, Tomas39aadf82008-12-19 10:37:32 +08001814 IWL_WARN(priv, " with FH_INT = 0x%08x\n", inta_fh);
Zhu Yib481de92007-09-25 17:54:57 -07001815 }
1816
1817 /* Re-enable all interrupts */
Mohamed Abbas0359fac2008-03-28 16:21:08 -07001818 /* only Re-enable if disabled by irq */
1819 if (test_bit(STATUS_INT_ENABLED, &priv->status))
Abhijeet Kolekared3b9322009-02-18 15:54:30 -08001820 iwl_enable_interrupts(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001821
Samuel Ortizd08853a2009-01-23 13:45:17 -08001822#ifdef CONFIG_IWLWIFI_DEBUG
Reinette Chatre3d816c72009-08-07 15:41:37 -07001823 if (iwl_get_debug_level(priv) & (IWL_DL_ISR)) {
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001824 inta = iwl_read32(priv, CSR_INT);
1825 inta_mask = iwl_read32(priv, CSR_INT_MASK);
1826 inta_fh = iwl_read32(priv, CSR_FH_INT_STATUS);
Tomas Winklere1623442009-01-27 14:27:56 -08001827 IWL_DEBUG_ISR(priv, "End inta 0x%08x, enabled 0x%08x, fh 0x%08x, "
Zhu Yib481de92007-09-25 17:54:57 -07001828 "flags 0x%08lx\n", inta, inta_mask, inta_fh, flags);
1829 }
1830#endif
Zhu Yib481de92007-09-25 17:54:57 -07001831}
1832
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001833static int iwl3945_get_channels_for_scan(struct iwl_priv *priv,
Johannes Berg8318d782008-01-24 19:38:38 +01001834 enum ieee80211_band band,
Abhijeet Kolekarf9340522008-09-03 11:26:58 +08001835 u8 is_active, u8 n_probes,
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001836 struct iwl3945_scan_channel *scan_ch)
Zhu Yib481de92007-09-25 17:54:57 -07001837{
Johannes Berg4e05c232009-06-19 13:52:44 -07001838 struct ieee80211_channel *chan;
Johannes Berg8318d782008-01-24 19:38:38 +01001839 const struct ieee80211_supported_band *sband;
Samuel Ortizd20b3c62008-12-19 10:37:15 +08001840 const struct iwl_channel_info *ch_info;
Zhu Yib481de92007-09-25 17:54:57 -07001841 u16 passive_dwell = 0;
1842 u16 active_dwell = 0;
1843 int added, i;
1844
Kolekar, Abhijeetcbba18c2008-12-19 10:37:42 +08001845 sband = iwl_get_hw_mode(priv, band);
Johannes Berg8318d782008-01-24 19:38:38 +01001846 if (!sband)
Zhu Yib481de92007-09-25 17:54:57 -07001847 return 0;
1848
Samuel Ortiz77fecfb82009-01-23 13:45:12 -08001849 active_dwell = iwl_get_active_dwell_time(priv, band, n_probes);
1850 passive_dwell = iwl_get_passive_dwell_time(priv, band);
Zhu Yib481de92007-09-25 17:54:57 -07001851
Abhijeet Kolekar8f4807a2008-09-03 11:26:31 +08001852 if (passive_dwell <= active_dwell)
1853 passive_dwell = active_dwell + 1;
1854
Johannes Berg4e05c232009-06-19 13:52:44 -07001855 for (i = 0, added = 0; i < priv->scan_request->n_channels; i++) {
1856 chan = priv->scan_request->channels[i];
1857
1858 if (chan->band != band)
Johannes Berg182e2e62008-04-04 10:41:56 +02001859 continue;
1860
Johannes Berg4e05c232009-06-19 13:52:44 -07001861 scan_ch->channel = chan->hw_value;
Zhu Yib481de92007-09-25 17:54:57 -07001862
Samuel Ortize6148912009-01-23 13:45:15 -08001863 ch_info = iwl_get_channel_info(priv, band, scan_ch->channel);
Zhu Yib481de92007-09-25 17:54:57 -07001864 if (!is_channel_valid(ch_info)) {
Tomas Winklere1623442009-01-27 14:27:56 -08001865 IWL_DEBUG_SCAN(priv, "Channel %d is INVALID for this band.\n",
Zhu Yib481de92007-09-25 17:54:57 -07001866 scan_ch->channel);
1867 continue;
1868 }
1869
Zhu Yib481de92007-09-25 17:54:57 -07001870 scan_ch->active_dwell = cpu_to_le16(active_dwell);
1871 scan_ch->passive_dwell = cpu_to_le16(passive_dwell);
Abhijeet Kolekar011a0332008-12-02 12:14:07 -08001872 /* If passive , set up for auto-switch
1873 * and use long active_dwell time.
1874 */
1875 if (!is_active || is_channel_passive(ch_info) ||
Johannes Berg4e05c232009-06-19 13:52:44 -07001876 (chan->flags & IEEE80211_CHAN_PASSIVE_SCAN)) {
Abhijeet Kolekar011a0332008-12-02 12:14:07 -08001877 scan_ch->type = 0; /* passive */
1878 if (IWL_UCODE_API(priv->ucode_ver) == 1)
1879 scan_ch->active_dwell = cpu_to_le16(passive_dwell - 1);
1880 } else {
1881 scan_ch->type = 1; /* active */
1882 }
1883
1884 /* Set direct probe bits. These may be used both for active
1885 * scan channels (probes gets sent right away),
1886 * or for passive channels (probes get se sent only after
1887 * hearing clear Rx packet).*/
1888 if (IWL_UCODE_API(priv->ucode_ver) >= 2) {
1889 if (n_probes)
Winkler, Tomas0d210442009-01-23 13:45:21 -08001890 scan_ch->type |= IWL39_SCAN_PROBE_MASK(n_probes);
Abhijeet Kolekar011a0332008-12-02 12:14:07 -08001891 } else {
1892 /* uCode v1 does not allow setting direct probe bits on
1893 * passive channel. */
1894 if ((scan_ch->type & 1) && n_probes)
Winkler, Tomas0d210442009-01-23 13:45:21 -08001895 scan_ch->type |= IWL39_SCAN_PROBE_MASK(n_probes);
Abhijeet Kolekar011a0332008-12-02 12:14:07 -08001896 }
Zhu Yib481de92007-09-25 17:54:57 -07001897
Ben Cahill9fbab512007-11-29 11:09:47 +08001898 /* Set txpower levels to defaults */
Zhu Yib481de92007-09-25 17:54:57 -07001899 scan_ch->tpc.dsp_atten = 110;
1900 /* scan_pwr_info->tpc.dsp_atten; */
1901
1902 /*scan_pwr_info->tpc.tx_gain; */
Johannes Berg8318d782008-01-24 19:38:38 +01001903 if (band == IEEE80211_BAND_5GHZ)
Zhu Yib481de92007-09-25 17:54:57 -07001904 scan_ch->tpc.tx_gain = ((1 << 5) | (3 << 3)) | 3;
1905 else {
1906 scan_ch->tpc.tx_gain = ((1 << 5) | (5 << 3));
1907 /* NOTE: if we were doing 6Mb OFDM for scans we'd use
Ben Cahill9fbab512007-11-29 11:09:47 +08001908 * power level:
Reinette Chatre8a1b0242008-01-14 17:46:25 -08001909 * scan_ch->tpc.tx_gain = ((1 << 5) | (2 << 3)) | 3;
Zhu Yib481de92007-09-25 17:54:57 -07001910 */
1911 }
1912
Tomas Winklere1623442009-01-27 14:27:56 -08001913 IWL_DEBUG_SCAN(priv, "Scanning %d [%s %d]\n",
Zhu Yib481de92007-09-25 17:54:57 -07001914 scan_ch->channel,
1915 (scan_ch->type & 1) ? "ACTIVE" : "PASSIVE",
1916 (scan_ch->type & 1) ?
1917 active_dwell : passive_dwell);
1918
1919 scan_ch++;
1920 added++;
1921 }
1922
Tomas Winklere1623442009-01-27 14:27:56 -08001923 IWL_DEBUG_SCAN(priv, "total channels to scan %d \n", added);
Zhu Yib481de92007-09-25 17:54:57 -07001924 return added;
1925}
1926
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001927static void iwl3945_init_hw_rates(struct iwl_priv *priv,
Zhu Yib481de92007-09-25 17:54:57 -07001928 struct ieee80211_rate *rates)
1929{
1930 int i;
1931
1932 for (i = 0; i < IWL_RATE_COUNT; i++) {
Johannes Berg8318d782008-01-24 19:38:38 +01001933 rates[i].bitrate = iwl3945_rates[i].ieee * 5;
1934 rates[i].hw_value = i; /* Rate scaling will work on indexes */
1935 rates[i].hw_value_short = i;
1936 rates[i].flags = 0;
Samuel Ortizd9829a62008-12-19 10:37:12 +08001937 if ((i > IWL39_LAST_OFDM_RATE) || (i < IWL_FIRST_OFDM_RATE)) {
Zhu Yib481de92007-09-25 17:54:57 -07001938 /*
Johannes Berg8318d782008-01-24 19:38:38 +01001939 * If CCK != 1M then set short preamble rate flag.
Zhu Yib481de92007-09-25 17:54:57 -07001940 */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001941 rates[i].flags |= (iwl3945_rates[i].plcp == 10) ?
Johannes Berg8318d782008-01-24 19:38:38 +01001942 0 : IEEE80211_RATE_SHORT_PREAMBLE;
Zhu Yib481de92007-09-25 17:54:57 -07001943 }
Zhu Yib481de92007-09-25 17:54:57 -07001944 }
1945}
1946
Zhu Yib481de92007-09-25 17:54:57 -07001947/******************************************************************************
1948 *
1949 * uCode download functions
1950 *
1951 ******************************************************************************/
1952
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001953static void iwl3945_dealloc_ucode_pci(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07001954{
Tomas Winkler98c92212008-01-14 17:46:20 -08001955 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_code);
1956 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_data);
1957 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_data_backup);
1958 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_init);
1959 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_init_data);
1960 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_boot);
Zhu Yib481de92007-09-25 17:54:57 -07001961}
1962
1963/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001964 * iwl3945_verify_inst_full - verify runtime uCode image in card vs. host,
Zhu Yib481de92007-09-25 17:54:57 -07001965 * looking at all data.
1966 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001967static int iwl3945_verify_inst_full(struct iwl_priv *priv, __le32 *image, u32 len)
Zhu Yib481de92007-09-25 17:54:57 -07001968{
1969 u32 val;
1970 u32 save_len = len;
1971 int rc = 0;
1972 u32 errcnt;
1973
Tomas Winklere1623442009-01-27 14:27:56 -08001974 IWL_DEBUG_INFO(priv, "ucode inst image size is %u\n", len);
Zhu Yib481de92007-09-25 17:54:57 -07001975
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001976 iwl_write_direct32(priv, HBUS_TARG_MEM_RADDR,
Samuel Ortiz250bdd22008-12-19 10:37:11 +08001977 IWL39_RTC_INST_LOWER_BOUND);
Zhu Yib481de92007-09-25 17:54:57 -07001978
1979 errcnt = 0;
1980 for (; len > 0; len -= sizeof(u32), image++) {
1981 /* read data comes through single port, auto-incr addr */
1982 /* NOTE: Use the debugless read so we don't flood kernel log
1983 * if IWL_DL_IO is set */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001984 val = _iwl_read_direct32(priv, HBUS_TARG_MEM_RDAT);
Zhu Yib481de92007-09-25 17:54:57 -07001985 if (val != le32_to_cpu(*image)) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08001986 IWL_ERR(priv, "uCode INST section is invalid at "
Zhu Yib481de92007-09-25 17:54:57 -07001987 "offset 0x%x, is 0x%x, s/b 0x%x\n",
1988 save_len - len, val, le32_to_cpu(*image));
1989 rc = -EIO;
1990 errcnt++;
1991 if (errcnt >= 20)
1992 break;
1993 }
1994 }
1995
Zhu Yib481de92007-09-25 17:54:57 -07001996
1997 if (!errcnt)
Tomas Winklere1623442009-01-27 14:27:56 -08001998 IWL_DEBUG_INFO(priv,
1999 "ucode image in INSTRUCTION memory is good\n");
Zhu Yib481de92007-09-25 17:54:57 -07002000
2001 return rc;
2002}
2003
2004
2005/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002006 * iwl3945_verify_inst_sparse - verify runtime uCode image in card vs. host,
Zhu Yib481de92007-09-25 17:54:57 -07002007 * using sample data 100 bytes apart. If these sample points are good,
2008 * it's a pretty good bet that everything between them is good, too.
2009 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002010static int iwl3945_verify_inst_sparse(struct iwl_priv *priv, __le32 *image, u32 len)
Zhu Yib481de92007-09-25 17:54:57 -07002011{
2012 u32 val;
2013 int rc = 0;
2014 u32 errcnt = 0;
2015 u32 i;
2016
Tomas Winklere1623442009-01-27 14:27:56 -08002017 IWL_DEBUG_INFO(priv, "ucode inst image size is %u\n", len);
Zhu Yib481de92007-09-25 17:54:57 -07002018
Zhu Yib481de92007-09-25 17:54:57 -07002019 for (i = 0; i < len; i += 100, image += 100/sizeof(u32)) {
2020 /* read data comes through single port, auto-incr addr */
2021 /* NOTE: Use the debugless read so we don't flood kernel log
2022 * if IWL_DL_IO is set */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002023 iwl_write_direct32(priv, HBUS_TARG_MEM_RADDR,
Samuel Ortiz250bdd22008-12-19 10:37:11 +08002024 i + IWL39_RTC_INST_LOWER_BOUND);
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002025 val = _iwl_read_direct32(priv, HBUS_TARG_MEM_RDAT);
Zhu Yib481de92007-09-25 17:54:57 -07002026 if (val != le32_to_cpu(*image)) {
2027#if 0 /* Enable this if you want to see details */
Winkler, Tomas15b16872008-12-19 10:37:33 +08002028 IWL_ERR(priv, "uCode INST section is invalid at "
Zhu Yib481de92007-09-25 17:54:57 -07002029 "offset 0x%x, is 0x%x, s/b 0x%x\n",
2030 i, val, *image);
2031#endif
2032 rc = -EIO;
2033 errcnt++;
2034 if (errcnt >= 3)
2035 break;
2036 }
2037 }
2038
Zhu Yib481de92007-09-25 17:54:57 -07002039 return rc;
2040}
2041
2042
2043/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002044 * iwl3945_verify_ucode - determine which instruction image is in SRAM,
Zhu Yib481de92007-09-25 17:54:57 -07002045 * and verify its contents
2046 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002047static int iwl3945_verify_ucode(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002048{
2049 __le32 *image;
2050 u32 len;
2051 int rc = 0;
2052
2053 /* Try bootstrap */
2054 image = (__le32 *)priv->ucode_boot.v_addr;
2055 len = priv->ucode_boot.len;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002056 rc = iwl3945_verify_inst_sparse(priv, image, len);
Zhu Yib481de92007-09-25 17:54:57 -07002057 if (rc == 0) {
Tomas Winklere1623442009-01-27 14:27:56 -08002058 IWL_DEBUG_INFO(priv, "Bootstrap uCode is good in inst SRAM\n");
Zhu Yib481de92007-09-25 17:54:57 -07002059 return 0;
2060 }
2061
2062 /* Try initialize */
2063 image = (__le32 *)priv->ucode_init.v_addr;
2064 len = priv->ucode_init.len;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002065 rc = iwl3945_verify_inst_sparse(priv, image, len);
Zhu Yib481de92007-09-25 17:54:57 -07002066 if (rc == 0) {
Tomas Winklere1623442009-01-27 14:27:56 -08002067 IWL_DEBUG_INFO(priv, "Initialize uCode is good in inst SRAM\n");
Zhu Yib481de92007-09-25 17:54:57 -07002068 return 0;
2069 }
2070
2071 /* Try runtime/protocol */
2072 image = (__le32 *)priv->ucode_code.v_addr;
2073 len = priv->ucode_code.len;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002074 rc = iwl3945_verify_inst_sparse(priv, image, len);
Zhu Yib481de92007-09-25 17:54:57 -07002075 if (rc == 0) {
Tomas Winklere1623442009-01-27 14:27:56 -08002076 IWL_DEBUG_INFO(priv, "Runtime uCode is good in inst SRAM\n");
Zhu Yib481de92007-09-25 17:54:57 -07002077 return 0;
2078 }
2079
Winkler, Tomas15b16872008-12-19 10:37:33 +08002080 IWL_ERR(priv, "NO VALID UCODE IMAGE IN INSTRUCTION SRAM!!\n");
Zhu Yib481de92007-09-25 17:54:57 -07002081
Ben Cahill9fbab512007-11-29 11:09:47 +08002082 /* Since nothing seems to match, show first several data entries in
2083 * instruction SRAM, so maybe visual inspection will give a clue.
2084 * Selection of bootstrap image (vs. other images) is arbitrary. */
Zhu Yib481de92007-09-25 17:54:57 -07002085 image = (__le32 *)priv->ucode_boot.v_addr;
2086 len = priv->ucode_boot.len;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002087 rc = iwl3945_verify_inst_full(priv, image, len);
Zhu Yib481de92007-09-25 17:54:57 -07002088
2089 return rc;
2090}
2091
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002092static void iwl3945_nic_start(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002093{
2094 /* Remove all resets to allow NIC to operate */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002095 iwl_write32(priv, CSR_RESET, 0);
Zhu Yib481de92007-09-25 17:54:57 -07002096}
2097
2098/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002099 * iwl3945_read_ucode - Read uCode images from disk file.
Zhu Yib481de92007-09-25 17:54:57 -07002100 *
2101 * Copy into buffers for card to fetch via bus-mastering
2102 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002103static int iwl3945_read_ucode(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002104{
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002105 const struct iwl_ucode_header *ucode;
Reinette Chatrea0987a82008-12-02 12:14:06 -08002106 int ret = -EINVAL, index;
Zhu Yib481de92007-09-25 17:54:57 -07002107 const struct firmware *ucode_raw;
2108 /* firmware file name contains uCode/driver compatibility version */
Reinette Chatrea0987a82008-12-02 12:14:06 -08002109 const char *name_pre = priv->cfg->fw_name_pre;
2110 const unsigned int api_max = priv->cfg->ucode_api_max;
2111 const unsigned int api_min = priv->cfg->ucode_api_min;
2112 char buf[25];
Zhu Yib481de92007-09-25 17:54:57 -07002113 u8 *src;
2114 size_t len;
Reinette Chatrea0987a82008-12-02 12:14:06 -08002115 u32 api_ver, inst_size, data_size, init_size, init_data_size, boot_size;
Zhu Yib481de92007-09-25 17:54:57 -07002116
2117 /* Ask kernel firmware_class module to get the boot firmware off disk.
2118 * request_firmware() is synchronous, file is in memory on return. */
Reinette Chatrea0987a82008-12-02 12:14:06 -08002119 for (index = api_max; index >= api_min; index--) {
2120 sprintf(buf, "%s%u%s", name_pre, index, ".ucode");
2121 ret = request_firmware(&ucode_raw, buf, &priv->pci_dev->dev);
2122 if (ret < 0) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08002123 IWL_ERR(priv, "%s firmware file req failed: %d\n",
Reinette Chatrea0987a82008-12-02 12:14:06 -08002124 buf, ret);
2125 if (ret == -ENOENT)
2126 continue;
2127 else
2128 goto error;
2129 } else {
2130 if (index < api_max)
Winkler, Tomas15b16872008-12-19 10:37:33 +08002131 IWL_ERR(priv, "Loaded firmware %s, "
2132 "which is deprecated. "
2133 " Please use API v%u instead.\n",
Reinette Chatrea0987a82008-12-02 12:14:06 -08002134 buf, api_max);
Tomas Winklere1623442009-01-27 14:27:56 -08002135 IWL_DEBUG_INFO(priv, "Got firmware '%s' file "
2136 "(%zd bytes) from disk\n",
Reinette Chatrea0987a82008-12-02 12:14:06 -08002137 buf, ucode_raw->size);
2138 break;
2139 }
Zhu Yib481de92007-09-25 17:54:57 -07002140 }
2141
Reinette Chatrea0987a82008-12-02 12:14:06 -08002142 if (ret < 0)
2143 goto error;
Zhu Yib481de92007-09-25 17:54:57 -07002144
2145 /* Make sure that we got at least our header! */
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002146 if (ucode_raw->size < priv->cfg->ops->ucode->get_header_size(1)) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08002147 IWL_ERR(priv, "File size way too small!\n");
Tomas Winkler90e759d2007-11-29 11:09:41 +08002148 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07002149 goto err_release;
2150 }
2151
2152 /* Data from ucode file: header followed by uCode images */
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002153 ucode = (struct iwl_ucode_header *)ucode_raw->data;
Zhu Yib481de92007-09-25 17:54:57 -07002154
Chatre, Reinettec02b3ac2008-12-02 12:14:05 -08002155 priv->ucode_ver = le32_to_cpu(ucode->ver);
Reinette Chatrea0987a82008-12-02 12:14:06 -08002156 api_ver = IWL_UCODE_API(priv->ucode_ver);
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002157 inst_size = priv->cfg->ops->ucode->get_inst_size(ucode, api_ver);
2158 data_size = priv->cfg->ops->ucode->get_data_size(ucode, api_ver);
2159 init_size = priv->cfg->ops->ucode->get_init_size(ucode, api_ver);
2160 init_data_size =
2161 priv->cfg->ops->ucode->get_init_data_size(ucode, api_ver);
2162 boot_size = priv->cfg->ops->ucode->get_boot_size(ucode, api_ver);
2163 src = priv->cfg->ops->ucode->get_data(ucode, api_ver);
Zhu Yib481de92007-09-25 17:54:57 -07002164
Reinette Chatrea0987a82008-12-02 12:14:06 -08002165 /* api_ver should match the api version forming part of the
2166 * firmware filename ... but we don't check for that and only rely
Nick Andrew877d0312009-01-26 11:06:57 +01002167 * on the API version read from firmware header from here on forward */
Reinette Chatrea0987a82008-12-02 12:14:06 -08002168
2169 if (api_ver < api_min || api_ver > api_max) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08002170 IWL_ERR(priv, "Driver unable to support your firmware API. "
Reinette Chatrea0987a82008-12-02 12:14:06 -08002171 "Driver supports v%u, firmware is v%u.\n",
2172 api_max, api_ver);
2173 priv->ucode_ver = 0;
2174 ret = -EINVAL;
2175 goto err_release;
2176 }
2177 if (api_ver != api_max)
Winkler, Tomas15b16872008-12-19 10:37:33 +08002178 IWL_ERR(priv, "Firmware has old API version. Expected %u, "
Reinette Chatrea0987a82008-12-02 12:14:06 -08002179 "got %u. New firmware can be obtained "
2180 "from http://www.intellinuxwireless.org.\n",
2181 api_max, api_ver);
2182
Tomas Winkler978785a2008-12-19 10:37:31 +08002183 IWL_INFO(priv, "loaded firmware version %u.%u.%u.%u\n",
2184 IWL_UCODE_MAJOR(priv->ucode_ver),
2185 IWL_UCODE_MINOR(priv->ucode_ver),
2186 IWL_UCODE_API(priv->ucode_ver),
2187 IWL_UCODE_SERIAL(priv->ucode_ver));
2188
Reinette Chatre5ebeb5a2009-10-30 14:36:04 -07002189 snprintf(priv->hw->wiphy->fw_version,
2190 sizeof(priv->hw->wiphy->fw_version),
2191 "%u.%u.%u.%u",
2192 IWL_UCODE_MAJOR(priv->ucode_ver),
2193 IWL_UCODE_MINOR(priv->ucode_ver),
2194 IWL_UCODE_API(priv->ucode_ver),
2195 IWL_UCODE_SERIAL(priv->ucode_ver));
2196
Tomas Winklere1623442009-01-27 14:27:56 -08002197 IWL_DEBUG_INFO(priv, "f/w package hdr ucode version raw = 0x%x\n",
Reinette Chatrea0987a82008-12-02 12:14:06 -08002198 priv->ucode_ver);
Tomas Winklere1623442009-01-27 14:27:56 -08002199 IWL_DEBUG_INFO(priv, "f/w package hdr runtime inst size = %u\n",
2200 inst_size);
2201 IWL_DEBUG_INFO(priv, "f/w package hdr runtime data size = %u\n",
2202 data_size);
2203 IWL_DEBUG_INFO(priv, "f/w package hdr init inst size = %u\n",
2204 init_size);
2205 IWL_DEBUG_INFO(priv, "f/w package hdr init data size = %u\n",
2206 init_data_size);
2207 IWL_DEBUG_INFO(priv, "f/w package hdr boot inst size = %u\n",
2208 boot_size);
Zhu Yib481de92007-09-25 17:54:57 -07002209
Reinette Chatrea0987a82008-12-02 12:14:06 -08002210
Zhu Yib481de92007-09-25 17:54:57 -07002211 /* Verify size of file vs. image size info in file's header */
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002212 if (ucode_raw->size != priv->cfg->ops->ucode->get_header_size(api_ver) +
Zhu Yib481de92007-09-25 17:54:57 -07002213 inst_size + data_size + init_size +
2214 init_data_size + boot_size) {
2215
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002216 IWL_DEBUG_INFO(priv,
2217 "uCode file size %zd does not match expected size\n",
2218 ucode_raw->size);
Tomas Winkler90e759d2007-11-29 11:09:41 +08002219 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07002220 goto err_release;
2221 }
2222
2223 /* Verify that uCode images will fit in card's SRAM */
Samuel Ortiz250bdd22008-12-19 10:37:11 +08002224 if (inst_size > IWL39_MAX_INST_SIZE) {
Tomas Winklere1623442009-01-27 14:27:56 -08002225 IWL_DEBUG_INFO(priv, "uCode instr len %d too large to fit in\n",
Tomas Winkler90e759d2007-11-29 11:09:41 +08002226 inst_size);
2227 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07002228 goto err_release;
2229 }
2230
Samuel Ortiz250bdd22008-12-19 10:37:11 +08002231 if (data_size > IWL39_MAX_DATA_SIZE) {
Tomas Winklere1623442009-01-27 14:27:56 -08002232 IWL_DEBUG_INFO(priv, "uCode data len %d too large to fit in\n",
Tomas Winkler90e759d2007-11-29 11:09:41 +08002233 data_size);
2234 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07002235 goto err_release;
2236 }
Samuel Ortiz250bdd22008-12-19 10:37:11 +08002237 if (init_size > IWL39_MAX_INST_SIZE) {
Tomas Winklere1623442009-01-27 14:27:56 -08002238 IWL_DEBUG_INFO(priv,
2239 "uCode init instr len %d too large to fit in\n",
Tomas Winkler90e759d2007-11-29 11:09:41 +08002240 init_size);
2241 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07002242 goto err_release;
2243 }
Samuel Ortiz250bdd22008-12-19 10:37:11 +08002244 if (init_data_size > IWL39_MAX_DATA_SIZE) {
Tomas Winklere1623442009-01-27 14:27:56 -08002245 IWL_DEBUG_INFO(priv,
2246 "uCode init data len %d too large to fit in\n",
Tomas Winkler90e759d2007-11-29 11:09:41 +08002247 init_data_size);
2248 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07002249 goto err_release;
2250 }
Samuel Ortiz250bdd22008-12-19 10:37:11 +08002251 if (boot_size > IWL39_MAX_BSM_SIZE) {
Tomas Winklere1623442009-01-27 14:27:56 -08002252 IWL_DEBUG_INFO(priv,
2253 "uCode boot instr len %d too large to fit in\n",
Tomas Winkler90e759d2007-11-29 11:09:41 +08002254 boot_size);
2255 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07002256 goto err_release;
2257 }
2258
2259 /* Allocate ucode buffers for card's bus-master loading ... */
2260
2261 /* Runtime instructions and 2 copies of data:
2262 * 1) unmodified from disk
2263 * 2) backup cache for save/restore during power-downs */
2264 priv->ucode_code.len = inst_size;
Tomas Winkler98c92212008-01-14 17:46:20 -08002265 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_code);
Zhu Yib481de92007-09-25 17:54:57 -07002266
2267 priv->ucode_data.len = data_size;
Tomas Winkler98c92212008-01-14 17:46:20 -08002268 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_data);
Zhu Yib481de92007-09-25 17:54:57 -07002269
2270 priv->ucode_data_backup.len = data_size;
Tomas Winkler98c92212008-01-14 17:46:20 -08002271 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_data_backup);
Zhu Yib481de92007-09-25 17:54:57 -07002272
2273 if (!priv->ucode_code.v_addr || !priv->ucode_data.v_addr ||
Tomas Winkler90e759d2007-11-29 11:09:41 +08002274 !priv->ucode_data_backup.v_addr)
Zhu Yib481de92007-09-25 17:54:57 -07002275 goto err_pci_alloc;
2276
Tomas Winkler90e759d2007-11-29 11:09:41 +08002277 /* Initialization instructions and data */
2278 if (init_size && init_data_size) {
2279 priv->ucode_init.len = init_size;
Tomas Winkler98c92212008-01-14 17:46:20 -08002280 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_init);
Tomas Winkler90e759d2007-11-29 11:09:41 +08002281
2282 priv->ucode_init_data.len = init_data_size;
Tomas Winkler98c92212008-01-14 17:46:20 -08002283 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_init_data);
Tomas Winkler90e759d2007-11-29 11:09:41 +08002284
2285 if (!priv->ucode_init.v_addr || !priv->ucode_init_data.v_addr)
2286 goto err_pci_alloc;
2287 }
2288
2289 /* Bootstrap (instructions only, no data) */
2290 if (boot_size) {
2291 priv->ucode_boot.len = boot_size;
Tomas Winkler98c92212008-01-14 17:46:20 -08002292 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_boot);
Tomas Winkler90e759d2007-11-29 11:09:41 +08002293
2294 if (!priv->ucode_boot.v_addr)
2295 goto err_pci_alloc;
2296 }
2297
Zhu Yib481de92007-09-25 17:54:57 -07002298 /* Copy images into buffers for card's bus-master reads ... */
2299
2300 /* Runtime instructions (first block of data in file) */
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002301 len = inst_size;
Tomas Winklere1623442009-01-27 14:27:56 -08002302 IWL_DEBUG_INFO(priv,
2303 "Copying (but not loading) uCode instr len %zd\n", len);
Zhu Yib481de92007-09-25 17:54:57 -07002304 memcpy(priv->ucode_code.v_addr, src, len);
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002305 src += len;
2306
Tomas Winklere1623442009-01-27 14:27:56 -08002307 IWL_DEBUG_INFO(priv, "uCode instr buf vaddr = 0x%p, paddr = 0x%08x\n",
Zhu Yib481de92007-09-25 17:54:57 -07002308 priv->ucode_code.v_addr, (u32)priv->ucode_code.p_addr);
2309
2310 /* Runtime data (2nd block)
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002311 * NOTE: Copy into backup buffer will be done in iwl3945_up() */
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002312 len = data_size;
Tomas Winklere1623442009-01-27 14:27:56 -08002313 IWL_DEBUG_INFO(priv,
2314 "Copying (but not loading) uCode data len %zd\n", len);
Zhu Yib481de92007-09-25 17:54:57 -07002315 memcpy(priv->ucode_data.v_addr, src, len);
2316 memcpy(priv->ucode_data_backup.v_addr, src, len);
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002317 src += len;
Zhu Yib481de92007-09-25 17:54:57 -07002318
2319 /* Initialization instructions (3rd block) */
2320 if (init_size) {
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002321 len = init_size;
Tomas Winklere1623442009-01-27 14:27:56 -08002322 IWL_DEBUG_INFO(priv,
2323 "Copying (but not loading) init instr len %zd\n", len);
Zhu Yib481de92007-09-25 17:54:57 -07002324 memcpy(priv->ucode_init.v_addr, src, len);
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002325 src += len;
Zhu Yib481de92007-09-25 17:54:57 -07002326 }
2327
2328 /* Initialization data (4th block) */
2329 if (init_data_size) {
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002330 len = init_data_size;
Tomas Winklere1623442009-01-27 14:27:56 -08002331 IWL_DEBUG_INFO(priv,
2332 "Copying (but not loading) init data len %zd\n", len);
Zhu Yib481de92007-09-25 17:54:57 -07002333 memcpy(priv->ucode_init_data.v_addr, src, len);
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002334 src += len;
Zhu Yib481de92007-09-25 17:54:57 -07002335 }
2336
2337 /* Bootstrap instructions (5th block) */
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002338 len = boot_size;
Tomas Winklere1623442009-01-27 14:27:56 -08002339 IWL_DEBUG_INFO(priv,
2340 "Copying (but not loading) boot instr len %zd\n", len);
Zhu Yib481de92007-09-25 17:54:57 -07002341 memcpy(priv->ucode_boot.v_addr, src, len);
2342
2343 /* We have our copies now, allow OS release its copies */
2344 release_firmware(ucode_raw);
2345 return 0;
2346
2347 err_pci_alloc:
Winkler, Tomas15b16872008-12-19 10:37:33 +08002348 IWL_ERR(priv, "failed to allocate pci memory\n");
Tomas Winkler90e759d2007-11-29 11:09:41 +08002349 ret = -ENOMEM;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002350 iwl3945_dealloc_ucode_pci(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002351
2352 err_release:
2353 release_firmware(ucode_raw);
2354
2355 error:
Tomas Winkler90e759d2007-11-29 11:09:41 +08002356 return ret;
Zhu Yib481de92007-09-25 17:54:57 -07002357}
2358
2359
2360/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002361 * iwl3945_set_ucode_ptrs - Set uCode address location
Zhu Yib481de92007-09-25 17:54:57 -07002362 *
2363 * Tell initialization uCode where to find runtime uCode.
2364 *
2365 * BSM registers initially contain pointers to initialization uCode.
2366 * We need to replace them to load runtime uCode inst and data,
2367 * and to save runtime data when powering down.
2368 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002369static int iwl3945_set_ucode_ptrs(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002370{
2371 dma_addr_t pinst;
2372 dma_addr_t pdata;
Zhu Yib481de92007-09-25 17:54:57 -07002373
2374 /* bits 31:0 for 3945 */
2375 pinst = priv->ucode_code.p_addr;
2376 pdata = priv->ucode_data_backup.p_addr;
2377
Zhu Yib481de92007-09-25 17:54:57 -07002378 /* Tell bootstrap uCode where to find image to load */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002379 iwl_write_prph(priv, BSM_DRAM_INST_PTR_REG, pinst);
2380 iwl_write_prph(priv, BSM_DRAM_DATA_PTR_REG, pdata);
2381 iwl_write_prph(priv, BSM_DRAM_DATA_BYTECOUNT_REG,
Zhu Yib481de92007-09-25 17:54:57 -07002382 priv->ucode_data.len);
2383
Tomas Winklera96a27f2008-10-23 23:48:56 -07002384 /* Inst byte count must be last to set up, bit 31 signals uCode
Zhu Yib481de92007-09-25 17:54:57 -07002385 * that all new ptr/size info is in place */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002386 iwl_write_prph(priv, BSM_DRAM_INST_BYTECOUNT_REG,
Zhu Yib481de92007-09-25 17:54:57 -07002387 priv->ucode_code.len | BSM_DRAM_INST_LOAD);
2388
Tomas Winklere1623442009-01-27 14:27:56 -08002389 IWL_DEBUG_INFO(priv, "Runtime uCode pointers are set.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002390
Mohamed Abbasa8b50a02009-05-22 11:01:47 -07002391 return 0;
Zhu Yib481de92007-09-25 17:54:57 -07002392}
2393
2394/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002395 * iwl3945_init_alive_start - Called after REPLY_ALIVE notification received
Zhu Yib481de92007-09-25 17:54:57 -07002396 *
2397 * Called after REPLY_ALIVE notification received from "initialize" uCode.
2398 *
Zhu Yib481de92007-09-25 17:54:57 -07002399 * Tell "initialize" uCode to go ahead and load the runtime uCode.
Ben Cahill9fbab512007-11-29 11:09:47 +08002400 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002401static void iwl3945_init_alive_start(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002402{
2403 /* Check alive response for "valid" sign from uCode */
2404 if (priv->card_alive_init.is_valid != UCODE_VALID_OK) {
2405 /* We had an error bringing up the hardware, so take it
2406 * all the way back down so we can try again */
Tomas Winklere1623442009-01-27 14:27:56 -08002407 IWL_DEBUG_INFO(priv, "Initialize Alive failed.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002408 goto restart;
2409 }
2410
2411 /* Bootstrap uCode has loaded initialize uCode ... verify inst image.
2412 * This is a paranoid check, because we would not have gotten the
2413 * "initialize" alive if code weren't properly loaded. */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002414 if (iwl3945_verify_ucode(priv)) {
Zhu Yib481de92007-09-25 17:54:57 -07002415 /* Runtime instruction load was bad;
2416 * take it all the way back down so we can try again */
Tomas Winklere1623442009-01-27 14:27:56 -08002417 IWL_DEBUG_INFO(priv, "Bad \"initialize\" uCode load.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002418 goto restart;
2419 }
2420
2421 /* Send pointers to protocol/runtime uCode image ... init code will
2422 * load and launch runtime uCode, which will send us another "Alive"
2423 * notification. */
Tomas Winklere1623442009-01-27 14:27:56 -08002424 IWL_DEBUG_INFO(priv, "Initialization Alive received.\n");
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002425 if (iwl3945_set_ucode_ptrs(priv)) {
Zhu Yib481de92007-09-25 17:54:57 -07002426 /* Runtime instruction load won't happen;
2427 * take it all the way back down so we can try again */
Tomas Winklere1623442009-01-27 14:27:56 -08002428 IWL_DEBUG_INFO(priv, "Couldn't set up uCode pointers.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002429 goto restart;
2430 }
2431 return;
2432
2433 restart:
2434 queue_work(priv->workqueue, &priv->restart);
2435}
2436
Zhu Yib481de92007-09-25 17:54:57 -07002437/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002438 * iwl3945_alive_start - called after REPLY_ALIVE notification received
Zhu Yib481de92007-09-25 17:54:57 -07002439 * from protocol/runtime uCode (initialization uCode's
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002440 * Alive gets handled by iwl3945_init_alive_start()).
Zhu Yib481de92007-09-25 17:54:57 -07002441 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002442static void iwl3945_alive_start(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002443{
Zhu Yib481de92007-09-25 17:54:57 -07002444 int thermal_spin = 0;
2445 u32 rfkill;
2446
Tomas Winklere1623442009-01-27 14:27:56 -08002447 IWL_DEBUG_INFO(priv, "Runtime Alive received.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002448
2449 if (priv->card_alive.is_valid != UCODE_VALID_OK) {
2450 /* We had an error bringing up the hardware, so take it
2451 * all the way back down so we can try again */
Tomas Winklere1623442009-01-27 14:27:56 -08002452 IWL_DEBUG_INFO(priv, "Alive failed.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002453 goto restart;
2454 }
2455
2456 /* Initialize uCode has loaded Runtime uCode ... verify inst image.
2457 * This is a paranoid check, because we would not have gotten the
2458 * "runtime" alive if code weren't properly loaded. */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002459 if (iwl3945_verify_ucode(priv)) {
Zhu Yib481de92007-09-25 17:54:57 -07002460 /* Runtime instruction load was bad;
2461 * take it all the way back down so we can try again */
Tomas Winklere1623442009-01-27 14:27:56 -08002462 IWL_DEBUG_INFO(priv, "Bad runtime uCode load.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002463 goto restart;
2464 }
2465
Tomas Winklerc587de02009-06-03 11:44:07 -07002466 iwl_clear_stations_table(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002467
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002468 rfkill = iwl_read_prph(priv, APMG_RFKILL_REG);
Tomas Winklere1623442009-01-27 14:27:56 -08002469 IWL_DEBUG_INFO(priv, "RFKILL status: 0x%x\n", rfkill);
Zhu Yib481de92007-09-25 17:54:57 -07002470
2471 if (rfkill & 0x1) {
2472 clear_bit(STATUS_RF_KILL_HW, &priv->status);
Tomas Winklera96a27f2008-10-23 23:48:56 -07002473 /* if RFKILL is not on, then wait for thermal
Zhu Yib481de92007-09-25 17:54:57 -07002474 * sensor in adapter to kick in */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002475 while (iwl3945_hw_get_temperature(priv) == 0) {
Zhu Yib481de92007-09-25 17:54:57 -07002476 thermal_spin++;
2477 udelay(10);
2478 }
2479
2480 if (thermal_spin)
Tomas Winklere1623442009-01-27 14:27:56 -08002481 IWL_DEBUG_INFO(priv, "Thermal calibration took %dus\n",
Zhu Yib481de92007-09-25 17:54:57 -07002482 thermal_spin * 10);
2483 } else
2484 set_bit(STATUS_RF_KILL_HW, &priv->status);
2485
Ben Cahill9fbab512007-11-29 11:09:47 +08002486 /* After the ALIVE response, we can send commands to 3945 uCode */
Zhu Yib481de92007-09-25 17:54:57 -07002487 set_bit(STATUS_ALIVE, &priv->status);
2488
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08002489 if (iwl_is_rfkill(priv))
Zhu Yib481de92007-09-25 17:54:57 -07002490 return;
2491
Johannes Berg36d68252008-05-15 12:55:26 +02002492 ieee80211_wake_queues(priv->hw);
Zhu Yib481de92007-09-25 17:54:57 -07002493
2494 priv->active_rate = priv->rates_mask;
2495 priv->active_rate_basic = priv->rates_mask & IWL_BASIC_RATES_MASK;
2496
Winkler, Tomasd25aabb2009-01-27 14:27:58 -08002497 iwl_power_update_mode(priv, false);
Zhu Yib481de92007-09-25 17:54:57 -07002498
Samuel Ortiz8ccde882009-01-27 14:27:52 -08002499 if (iwl_is_associated(priv)) {
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002500 struct iwl3945_rxon_cmd *active_rxon =
Samuel Ortiz8ccde882009-01-27 14:27:52 -08002501 (struct iwl3945_rxon_cmd *)(&priv->active_rxon);
Zhu Yib481de92007-09-25 17:54:57 -07002502
Abhijeet Kolekar8a9b9922009-06-12 13:22:52 -07002503 priv->staging_rxon.filter_flags |= RXON_FILTER_ASSOC_MSK;
Zhu Yib481de92007-09-25 17:54:57 -07002504 active_rxon->filter_flags &= ~RXON_FILTER_ASSOC_MSK;
2505 } else {
2506 /* Initialize our rx_config data */
Samuel Ortiz8ccde882009-01-27 14:27:52 -08002507 iwl_connection_init_rx_config(priv, priv->iw_mode);
Zhu Yib481de92007-09-25 17:54:57 -07002508 }
2509
Ben Cahill9fbab512007-11-29 11:09:47 +08002510 /* Configure Bluetooth device coexistence support */
Samuel Ortiz17f841c2009-01-23 13:45:20 -08002511 iwl_send_bt_config(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002512
2513 /* Configure the adapter for unassociated operation */
Abhijeet Kolekare0158e62009-04-08 11:26:37 -07002514 iwlcore_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002515
Zhu Yib481de92007-09-25 17:54:57 -07002516 iwl3945_reg_txpower_periodic(priv);
2517
Johannes Berge932a602009-10-02 13:44:03 -07002518 iwl_leds_init(priv);
Reinette Chatrefe00b5a2008-04-03 16:05:23 -07002519
Tomas Winklere1623442009-01-27 14:27:56 -08002520 IWL_DEBUG_INFO(priv, "ALIVE processing complete.\n");
Rick Farringtona9f46782008-03-18 14:57:49 -07002521 set_bit(STATUS_READY, &priv->status);
Zhu Yi5a669262008-01-14 17:46:18 -08002522 wake_up_interruptible(&priv->wait_command_queue);
Zhu Yib481de92007-09-25 17:54:57 -07002523
Mohamed Abbas9bdf5ec2008-11-07 09:58:35 -08002524 /* reassociate for ADHOC mode */
2525 if (priv->vif && (priv->iw_mode == NL80211_IFTYPE_ADHOC)) {
2526 struct sk_buff *beacon = ieee80211_beacon_get(priv->hw,
2527 priv->vif);
2528 if (beacon)
Abhijeet Kolekar9944b932009-04-08 11:26:36 -07002529 iwl_mac_beacon_update(priv->hw, beacon);
Mohamed Abbas9bdf5ec2008-11-07 09:58:35 -08002530 }
2531
Abhijeet Kolekarf45c2712009-04-08 11:26:38 -07002532 if (test_and_clear_bit(STATUS_MODE_PENDING, &priv->status))
Abhijeet Kolekar727882d2009-04-08 11:26:45 -07002533 iwl_set_mode(priv, priv->iw_mode);
Abhijeet Kolekarf45c2712009-04-08 11:26:38 -07002534
Zhu Yib481de92007-09-25 17:54:57 -07002535 return;
2536
2537 restart:
2538 queue_work(priv->workqueue, &priv->restart);
2539}
2540
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002541static void iwl3945_cancel_deferred_work(struct iwl_priv *priv);
Zhu Yib481de92007-09-25 17:54:57 -07002542
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002543static void __iwl3945_down(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002544{
2545 unsigned long flags;
2546 int exit_pending = test_bit(STATUS_EXIT_PENDING, &priv->status);
2547 struct ieee80211_conf *conf = NULL;
2548
Tomas Winklere1623442009-01-27 14:27:56 -08002549 IWL_DEBUG_INFO(priv, DRV_NAME " is going down\n");
Zhu Yib481de92007-09-25 17:54:57 -07002550
2551 conf = ieee80211_get_hw_conf(priv->hw);
2552
2553 if (!exit_pending)
2554 set_bit(STATUS_EXIT_PENDING, &priv->status);
2555
Tomas Winklerc587de02009-06-03 11:44:07 -07002556 iwl_clear_stations_table(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002557
2558 /* Unblock any waiting calls */
2559 wake_up_interruptible_all(&priv->wait_command_queue);
2560
Zhu Yib481de92007-09-25 17:54:57 -07002561 /* Wipe out the EXIT_PENDING status bit if we are not actually
2562 * exiting the module */
2563 if (!exit_pending)
2564 clear_bit(STATUS_EXIT_PENDING, &priv->status);
2565
2566 /* stop and reset the on-board processor */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002567 iwl_write32(priv, CSR_RESET, CSR_RESET_REG_FLAG_NEVO_RESET);
Zhu Yib481de92007-09-25 17:54:57 -07002568
2569 /* tell the device to stop sending interrupts */
Mohamed Abbas0359fac2008-03-28 16:21:08 -07002570 spin_lock_irqsave(&priv->lock, flags);
Abhijeet Kolekared3b9322009-02-18 15:54:30 -08002571 iwl_disable_interrupts(priv);
Mohamed Abbas0359fac2008-03-28 16:21:08 -07002572 spin_unlock_irqrestore(&priv->lock, flags);
2573 iwl_synchronize_irq(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002574
2575 if (priv->mac80211_registered)
2576 ieee80211_stop_queues(priv->hw);
2577
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002578 /* If we have not previously called iwl3945_init() then
Wey-Yi Guy6da3a132009-03-26 10:14:08 -07002579 * clear all bits but the RF Kill bits and return */
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08002580 if (!iwl_is_init(priv)) {
Zhu Yib481de92007-09-25 17:54:57 -07002581 priv->status = test_bit(STATUS_RF_KILL_HW, &priv->status) <<
2582 STATUS_RF_KILL_HW |
Reinette Chatre97888642008-02-06 11:20:38 -08002583 test_bit(STATUS_GEO_CONFIGURED, &priv->status) <<
2584 STATUS_GEO_CONFIGURED |
Abhijeet Kolekarebef2002008-06-30 17:23:18 +08002585 test_bit(STATUS_EXIT_PENDING, &priv->status) <<
2586 STATUS_EXIT_PENDING;
Zhu Yib481de92007-09-25 17:54:57 -07002587 goto exit;
2588 }
2589
Wey-Yi Guy6da3a132009-03-26 10:14:08 -07002590 /* ...otherwise clear out all the status bits but the RF Kill
Johannes Berga60e77e2009-06-04 18:26:06 +02002591 * bit and continue taking the NIC down. */
Zhu Yib481de92007-09-25 17:54:57 -07002592 priv->status &= test_bit(STATUS_RF_KILL_HW, &priv->status) <<
2593 STATUS_RF_KILL_HW |
Reinette Chatre97888642008-02-06 11:20:38 -08002594 test_bit(STATUS_GEO_CONFIGURED, &priv->status) <<
2595 STATUS_GEO_CONFIGURED |
Zhu Yib481de92007-09-25 17:54:57 -07002596 test_bit(STATUS_FW_ERROR, &priv->status) <<
Abhijeet Kolekarebef2002008-06-30 17:23:18 +08002597 STATUS_FW_ERROR |
2598 test_bit(STATUS_EXIT_PENDING, &priv->status) <<
2599 STATUS_EXIT_PENDING;
Zhu Yib481de92007-09-25 17:54:57 -07002600
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002601 iwl3945_hw_txq_ctx_stop(priv);
2602 iwl3945_hw_rxq_stop(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002603
Ben Cahill309e7312009-11-06 14:53:03 -08002604 /* Power-down device's busmaster DMA clocks */
2605 iwl_write_prph(priv, APMG_CLK_DIS_REG, APMG_CLK_VAL_DMA_CLK_RQT);
Zhu Yib481de92007-09-25 17:54:57 -07002606 udelay(5);
2607
Ben Cahill4d2ccdb2009-10-09 13:20:20 -07002608 /* Stop the device, and put it in low power state */
2609 priv->cfg->ops->lib->apm_ops.stop(priv);
Abbas, Mohamede9414b62009-01-20 21:33:55 -08002610
Zhu Yib481de92007-09-25 17:54:57 -07002611 exit:
Tomas Winkler3d24a9f2008-12-19 10:37:07 +08002612 memset(&priv->card_alive, 0, sizeof(struct iwl_alive_resp));
Zhu Yib481de92007-09-25 17:54:57 -07002613
2614 if (priv->ibss_beacon)
2615 dev_kfree_skb(priv->ibss_beacon);
2616 priv->ibss_beacon = NULL;
2617
2618 /* clear out any free frames */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002619 iwl3945_clear_free_frames(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002620}
2621
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002622static void iwl3945_down(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002623{
2624 mutex_lock(&priv->mutex);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002625 __iwl3945_down(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002626 mutex_unlock(&priv->mutex);
Zhu Yib24d22b2007-12-19 13:59:52 +08002627
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002628 iwl3945_cancel_deferred_work(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002629}
2630
2631#define MAX_HW_RESTARTS 5
2632
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002633static int __iwl3945_up(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002634{
2635 int rc, i;
2636
2637 if (test_bit(STATUS_EXIT_PENDING, &priv->status)) {
Winkler, Tomas39aadf82008-12-19 10:37:32 +08002638 IWL_WARN(priv, "Exit pending; will not bring the NIC up\n");
Zhu Yib481de92007-09-25 17:54:57 -07002639 return -EIO;
2640 }
2641
Reinette Chatree903fbd2008-01-30 22:05:15 -08002642 if (!priv->ucode_data_backup.v_addr || !priv->ucode_data.v_addr) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08002643 IWL_ERR(priv, "ucode not available for device bring up\n");
Reinette Chatree903fbd2008-01-30 22:05:15 -08002644 return -EIO;
2645 }
2646
Zhu Yie655b9f2008-01-24 02:19:38 -08002647 /* If platform's RF_KILL switch is NOT set to KILL */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002648 if (iwl_read32(priv, CSR_GP_CNTRL) &
Zhu Yie655b9f2008-01-24 02:19:38 -08002649 CSR_GP_CNTRL_REG_FLAG_HW_RF_KILL_SW)
2650 clear_bit(STATUS_RF_KILL_HW, &priv->status);
2651 else {
2652 set_bit(STATUS_RF_KILL_HW, &priv->status);
Wey-Yi Guy6da3a132009-03-26 10:14:08 -07002653 IWL_WARN(priv, "Radio disabled by HW RF Kill switch\n");
2654 return -ENODEV;
Zhu Yib481de92007-09-25 17:54:57 -07002655 }
Adel Gadllah80fcc9e2008-07-01 17:49:50 +02002656
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002657 iwl_write32(priv, CSR_INT, 0xFFFFFFFF);
Zhu Yib481de92007-09-25 17:54:57 -07002658
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002659 rc = iwl3945_hw_nic_init(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002660 if (rc) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08002661 IWL_ERR(priv, "Unable to int nic\n");
Zhu Yib481de92007-09-25 17:54:57 -07002662 return rc;
2663 }
2664
2665 /* make sure rfkill handshake bits are cleared */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002666 iwl_write32(priv, CSR_UCODE_DRV_GP1_CLR, CSR_UCODE_SW_BIT_RFKILL);
2667 iwl_write32(priv, CSR_UCODE_DRV_GP1_CLR,
Zhu Yib481de92007-09-25 17:54:57 -07002668 CSR_UCODE_DRV_GP1_BIT_CMD_BLOCKED);
2669
2670 /* clear (again), then enable host interrupts */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002671 iwl_write32(priv, CSR_INT, 0xFFFFFFFF);
Abhijeet Kolekared3b9322009-02-18 15:54:30 -08002672 iwl_enable_interrupts(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002673
2674 /* really 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, CSR_UCODE_SW_BIT_RFKILL);
Zhu Yib481de92007-09-25 17:54:57 -07002677
2678 /* Copy original ucode data image from disk into backup cache.
2679 * This will be used to initialize the on-board processor's
2680 * data SRAM for a clean start when the runtime program first loads. */
2681 memcpy(priv->ucode_data_backup.v_addr, priv->ucode_data.v_addr,
Zhu Yi5a669262008-01-14 17:46:18 -08002682 priv->ucode_data.len);
Zhu Yib481de92007-09-25 17:54:57 -07002683
Zhu Yie655b9f2008-01-24 02:19:38 -08002684 /* We return success when we resume from suspend and rf_kill is on. */
2685 if (test_bit(STATUS_RF_KILL_HW, &priv->status))
2686 return 0;
2687
Zhu Yib481de92007-09-25 17:54:57 -07002688 for (i = 0; i < MAX_HW_RESTARTS; i++) {
2689
Tomas Winklerc587de02009-06-03 11:44:07 -07002690 iwl_clear_stations_table(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002691
2692 /* load bootstrap state machine,
2693 * load bootstrap program into processor's memory,
2694 * prepare to load the "initialize" uCode */
Kolekar, Abhijeet0164b9b2008-12-19 10:37:37 +08002695 priv->cfg->ops->lib->load_ucode(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002696
2697 if (rc) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08002698 IWL_ERR(priv,
2699 "Unable to set up bootstrap uCode: %d\n", rc);
Zhu Yib481de92007-09-25 17:54:57 -07002700 continue;
2701 }
2702
2703 /* start card; "initialize" will load runtime ucode */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002704 iwl3945_nic_start(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002705
Tomas Winklere1623442009-01-27 14:27:56 -08002706 IWL_DEBUG_INFO(priv, DRV_NAME " is coming up\n");
Zhu Yib481de92007-09-25 17:54:57 -07002707
2708 return 0;
2709 }
2710
2711 set_bit(STATUS_EXIT_PENDING, &priv->status);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002712 __iwl3945_down(priv);
Abhijeet Kolekarebef2002008-06-30 17:23:18 +08002713 clear_bit(STATUS_EXIT_PENDING, &priv->status);
Zhu Yib481de92007-09-25 17:54:57 -07002714
2715 /* tried to restart and config the device for as long as our
2716 * patience could withstand */
Winkler, Tomas15b16872008-12-19 10:37:33 +08002717 IWL_ERR(priv, "Unable to initialize device after %d attempts.\n", i);
Zhu Yib481de92007-09-25 17:54:57 -07002718 return -EIO;
2719}
2720
2721
2722/*****************************************************************************
2723 *
2724 * Workqueue callbacks
2725 *
2726 *****************************************************************************/
2727
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002728static void iwl3945_bg_init_alive_start(struct work_struct *data)
Zhu Yib481de92007-09-25 17:54:57 -07002729{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002730 struct iwl_priv *priv =
2731 container_of(data, struct iwl_priv, init_alive_start.work);
Zhu Yib481de92007-09-25 17:54:57 -07002732
2733 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
2734 return;
2735
2736 mutex_lock(&priv->mutex);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002737 iwl3945_init_alive_start(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002738 mutex_unlock(&priv->mutex);
2739}
2740
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002741static void iwl3945_bg_alive_start(struct work_struct *data)
Zhu Yib481de92007-09-25 17:54:57 -07002742{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002743 struct iwl_priv *priv =
2744 container_of(data, struct iwl_priv, alive_start.work);
Zhu Yib481de92007-09-25 17:54:57 -07002745
2746 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
2747 return;
2748
2749 mutex_lock(&priv->mutex);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002750 iwl3945_alive_start(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002751 mutex_unlock(&priv->mutex);
2752}
2753
Ben Cahill743cdf12009-10-09 13:20:26 -07002754/*
2755 * 3945 cannot interrupt driver when hardware rf kill switch toggles;
2756 * driver must poll CSR_GP_CNTRL_REG register for change. This register
2757 * *is* readable even when device has been SW_RESET into low power mode
2758 * (e.g. during RF KILL).
2759 */
Helmut Schaa26635162009-01-15 09:38:44 +01002760static void iwl3945_rfkill_poll(struct work_struct *data)
2761{
2762 struct iwl_priv *priv =
2763 container_of(data, struct iwl_priv, rfkill_poll.work);
Ben Cahill743cdf12009-10-09 13:20:26 -07002764 bool old_rfkill = test_bit(STATUS_RF_KILL_HW, &priv->status);
2765 bool new_rfkill = !(iwl_read32(priv, CSR_GP_CNTRL)
2766 & CSR_GP_CNTRL_REG_FLAG_HW_RF_KILL_SW);
Helmut Schaa26635162009-01-15 09:38:44 +01002767
Ben Cahill743cdf12009-10-09 13:20:26 -07002768 if (new_rfkill != old_rfkill) {
2769 if (new_rfkill)
2770 set_bit(STATUS_RF_KILL_HW, &priv->status);
2771 else
2772 clear_bit(STATUS_RF_KILL_HW, &priv->status);
Helmut Schaa26635162009-01-15 09:38:44 +01002773
Ben Cahill743cdf12009-10-09 13:20:26 -07002774 wiphy_rfkill_set_hw_state(priv->hw->wiphy, new_rfkill);
Helmut Schaa26635162009-01-15 09:38:44 +01002775
Ben Cahill743cdf12009-10-09 13:20:26 -07002776 IWL_DEBUG_RF_KILL(priv, "RF_KILL bit toggled to %s.\n",
2777 new_rfkill ? "disable radio" : "enable radio");
2778 }
2779
2780 /* Keep this running, even if radio now enabled. This will be
2781 * cancelled in mac_start() if system decides to start again */
Helmut Schaa26635162009-01-15 09:38:44 +01002782 queue_delayed_work(priv->workqueue, &priv->rfkill_poll,
2783 round_jiffies_relative(2 * HZ));
2784
2785}
2786
Zhu Yib481de92007-09-25 17:54:57 -07002787#define IWL_SCAN_CHECK_WATCHDOG (7 * HZ)
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002788static void iwl3945_bg_request_scan(struct work_struct *data)
Zhu Yib481de92007-09-25 17:54:57 -07002789{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002790 struct iwl_priv *priv =
2791 container_of(data, struct iwl_priv, request_scan);
Winkler, Tomasc2d79b42008-12-19 10:37:34 +08002792 struct iwl_host_cmd cmd = {
Zhu Yib481de92007-09-25 17:54:57 -07002793 .id = REPLY_SCAN_CMD,
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002794 .len = sizeof(struct iwl3945_scan_cmd),
Johannes Bergc2acea82009-07-24 11:13:05 -07002795 .flags = CMD_SIZE_HUGE,
Zhu Yib481de92007-09-25 17:54:57 -07002796 };
2797 int rc = 0;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002798 struct iwl3945_scan_cmd *scan;
Zhu Yib481de92007-09-25 17:54:57 -07002799 struct ieee80211_conf *conf = NULL;
Johannes Berg1ecf9fc2009-04-20 14:36:56 -07002800 u8 n_probes = 0;
Johannes Berg8318d782008-01-24 19:38:38 +01002801 enum ieee80211_band band;
Johannes Berg1ecf9fc2009-04-20 14:36:56 -07002802 bool is_active = false;
Zhu Yib481de92007-09-25 17:54:57 -07002803
2804 conf = ieee80211_get_hw_conf(priv->hw);
2805
2806 mutex_lock(&priv->mutex);
2807
Reinette Chatrefbc9f972009-05-15 16:13:46 -07002808 cancel_delayed_work(&priv->scan_check);
2809
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08002810 if (!iwl_is_ready(priv)) {
Winkler, Tomas39aadf82008-12-19 10:37:32 +08002811 IWL_WARN(priv, "request scan called when driver not ready.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002812 goto done;
2813 }
2814
Tomas Winklera96a27f2008-10-23 23:48:56 -07002815 /* Make sure the scan wasn't canceled before this queued work
Zhu Yib481de92007-09-25 17:54:57 -07002816 * was given the chance to run... */
2817 if (!test_bit(STATUS_SCANNING, &priv->status))
2818 goto done;
2819
2820 /* This should never be called or scheduled if there is currently
2821 * a scan active in the hardware. */
2822 if (test_bit(STATUS_SCAN_HW, &priv->status)) {
Tomas Winklere1623442009-01-27 14:27:56 -08002823 IWL_DEBUG_INFO(priv, "Multiple concurrent scan requests "
2824 "Ignoring second request.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002825 rc = -EIO;
2826 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
2851 if (!priv->scan_bands) {
Tomas Winklere1623442009-01-27 14:27:56 -08002852 IWL_DEBUG_HC(priv, "Aborting scan due to no requested bands\n");
Zhu Yib481de92007-09-25 17:54:57 -07002853 goto done;
2854 }
2855
Winkler, Tomas805cee52009-01-19 15:30:28 -08002856 if (!priv->scan) {
2857 priv->scan = kmalloc(sizeof(struct iwl3945_scan_cmd) +
Zhu Yib481de92007-09-25 17:54:57 -07002858 IWL_MAX_SCAN_SIZE, GFP_KERNEL);
Winkler, Tomas805cee52009-01-19 15:30:28 -08002859 if (!priv->scan) {
Zhu Yib481de92007-09-25 17:54:57 -07002860 rc = -ENOMEM;
2861 goto done;
2862 }
2863 }
Winkler, Tomas805cee52009-01-19 15:30:28 -08002864 scan = priv->scan;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002865 memset(scan, 0, sizeof(struct iwl3945_scan_cmd) + IWL_MAX_SCAN_SIZE);
Zhu Yib481de92007-09-25 17:54:57 -07002866
2867 scan->quiet_plcp_th = IWL_PLCP_QUIET_THRESH;
2868 scan->quiet_time = IWL_ACTIVE_QUIET_TIME;
2869
Samuel Ortiz8ccde882009-01-27 14:27:52 -08002870 if (iwl_is_associated(priv)) {
Zhu Yib481de92007-09-25 17:54:57 -07002871 u16 interval = 0;
2872 u32 extra;
2873 u32 suspend_time = 100;
2874 u32 scan_suspend_time = 100;
2875 unsigned long flags;
2876
Tomas Winklere1623442009-01-27 14:27:56 -08002877 IWL_DEBUG_INFO(priv, "Scanning while associated...\n");
Zhu Yib481de92007-09-25 17:54:57 -07002878
2879 spin_lock_irqsave(&priv->lock, flags);
2880 interval = priv->beacon_int;
2881 spin_unlock_irqrestore(&priv->lock, flags);
2882
2883 scan->suspend_time = 0;
Mohamed Abbas15e869d2007-10-25 17:15:46 +08002884 scan->max_out_time = cpu_to_le32(200 * 1024);
Zhu Yib481de92007-09-25 17:54:57 -07002885 if (!interval)
2886 interval = suspend_time;
2887 /*
2888 * suspend time format:
2889 * 0-19: beacon interval in usec (time before exec.)
2890 * 20-23: 0
2891 * 24-31: number of beacons (suspend between channels)
2892 */
2893
2894 extra = (suspend_time / interval) << 24;
2895 scan_suspend_time = 0xFF0FFFFF &
2896 (extra | ((suspend_time % interval) * 1024));
2897
2898 scan->suspend_time = cpu_to_le32(scan_suspend_time);
Tomas Winklere1623442009-01-27 14:27:56 -08002899 IWL_DEBUG_SCAN(priv, "suspend_time 0x%X beacon interval %d\n",
Zhu Yib481de92007-09-25 17:54:57 -07002900 scan_suspend_time, interval);
2901 }
2902
Johannes Berg1ecf9fc2009-04-20 14:36:56 -07002903 if (priv->scan_request->n_ssids) {
2904 int i, p = 0;
2905 IWL_DEBUG_SCAN(priv, "Kicking off active scan\n");
2906 for (i = 0; i < priv->scan_request->n_ssids; i++) {
2907 /* always does wildcard anyway */
2908 if (!priv->scan_request->ssids[i].ssid_len)
2909 continue;
2910 scan->direct_scan[p].id = WLAN_EID_SSID;
2911 scan->direct_scan[p].len =
2912 priv->scan_request->ssids[i].ssid_len;
2913 memcpy(scan->direct_scan[p].ssid,
2914 priv->scan_request->ssids[i].ssid,
2915 priv->scan_request->ssids[i].ssid_len);
2916 n_probes++;
2917 p++;
2918 }
2919 is_active = true;
Abhijeet Kolekarf9340522008-09-03 11:26:58 +08002920 } else
Johannes Berg1ecf9fc2009-04-20 14:36:56 -07002921 IWL_DEBUG_SCAN(priv, "Kicking off passive scan.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002922
2923 /* We don't build a direct scan probe request; the uCode will do
2924 * that based on the direct_mask added to each channel entry */
Zhu Yib481de92007-09-25 17:54:57 -07002925 scan->tx_cmd.tx_flags = TX_CMD_FLG_SEQ_CTL_MSK;
Abhijeet Kolekar3832ec92008-12-19 10:37:26 +08002926 scan->tx_cmd.sta_id = priv->hw_params.bcast_sta_id;
Zhu Yib481de92007-09-25 17:54:57 -07002927 scan->tx_cmd.stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE;
2928
2929 /* flags + rate selection */
2930
Ron Rindjunsky66b50042008-06-25 16:46:31 +08002931 if (priv->scan_bands & BIT(IEEE80211_BAND_2GHZ)) {
Zhu Yib481de92007-09-25 17:54:57 -07002932 scan->flags = RXON_FLG_BAND_24G_MSK | RXON_FLG_AUTO_DETECT_MSK;
2933 scan->tx_cmd.rate = IWL_RATE_1M_PLCP;
2934 scan->good_CRC_th = 0;
Johannes Berg8318d782008-01-24 19:38:38 +01002935 band = IEEE80211_BAND_2GHZ;
Ron Rindjunsky66b50042008-06-25 16:46:31 +08002936 } else if (priv->scan_bands & BIT(IEEE80211_BAND_5GHZ)) {
Zhu Yib481de92007-09-25 17:54:57 -07002937 scan->tx_cmd.rate = IWL_RATE_6M_PLCP;
Johannes Bergb097ad22009-04-20 14:36:57 -07002938 /*
2939 * If active scaning is requested but a certain channel
2940 * is marked passive, we can do active scanning if we
2941 * detect transmissions.
2942 */
2943 scan->good_CRC_th = is_active ? IWL_GOOD_CRC_TH : 0;
Johannes Berg8318d782008-01-24 19:38:38 +01002944 band = IEEE80211_BAND_5GHZ;
Ron Rindjunsky66b50042008-06-25 16:46:31 +08002945 } else {
Winkler, Tomas39aadf82008-12-19 10:37:32 +08002946 IWL_WARN(priv, "Invalid scan band count\n");
Zhu Yib481de92007-09-25 17:54:57 -07002947 goto done;
2948 }
2949
Samuel Ortiz77fecfb82009-01-23 13:45:12 -08002950 scan->tx_cmd.len = cpu_to_le16(
Johannes Berg1ecf9fc2009-04-20 14:36:56 -07002951 iwl_fill_probe_req(priv,
2952 (struct ieee80211_mgmt *)scan->data,
2953 priv->scan_request->ie,
2954 priv->scan_request->ie_len,
2955 IWL_MAX_SCAN_SIZE - sizeof(*scan)));
Samuel Ortiz77fecfb82009-01-23 13:45:12 -08002956
Zhu Yib481de92007-09-25 17:54:57 -07002957 /* select Rx antennas */
2958 scan->flags |= iwl3945_get_antenna_flags(priv);
2959
Wey-Yi Guy279b05d2009-04-20 14:37:00 -07002960 if (iwl_is_monitor_mode(priv))
Zhu Yib481de92007-09-25 17:54:57 -07002961 scan->filter_flags = RXON_FILTER_PROMISC_MSK;
2962
Abhijeet Kolekarf9340522008-09-03 11:26:58 +08002963 scan->channel_count =
Johannes Berg1ecf9fc2009-04-20 14:36:56 -07002964 iwl3945_get_channels_for_scan(priv, band, is_active, n_probes,
Abhijeet Kolekarf9340522008-09-03 11:26:58 +08002965 (void *)&scan->data[le16_to_cpu(scan->tx_cmd.len)]);
Zhu Yib481de92007-09-25 17:54:57 -07002966
Reinette Chatre14b54332008-11-04 12:21:35 -08002967 if (scan->channel_count == 0) {
Tomas Winklere1623442009-01-27 14:27:56 -08002968 IWL_DEBUG_SCAN(priv, "channel count %d\n", scan->channel_count);
Reinette Chatre14b54332008-11-04 12:21:35 -08002969 goto done;
2970 }
2971
Zhu Yib481de92007-09-25 17:54:57 -07002972 cmd.len += le16_to_cpu(scan->tx_cmd.len) +
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002973 scan->channel_count * sizeof(struct iwl3945_scan_channel);
Zhu Yib481de92007-09-25 17:54:57 -07002974 cmd.data = scan;
2975 scan->len = cpu_to_le16(cmd.len);
2976
2977 set_bit(STATUS_SCAN_HW, &priv->status);
Samuel Ortiz518099a2009-01-19 15:30:27 -08002978 rc = iwl_send_cmd_sync(priv, &cmd);
Zhu Yib481de92007-09-25 17:54:57 -07002979 if (rc)
2980 goto done;
2981
2982 queue_delayed_work(priv->workqueue, &priv->scan_check,
2983 IWL_SCAN_CHECK_WATCHDOG);
2984
2985 mutex_unlock(&priv->mutex);
2986 return;
2987
2988 done:
Mohamed Abbas2420ebc2008-11-04 12:21:34 -08002989 /* can not perform scan make sure we clear scanning
2990 * bits from status so next scan request can be performed.
2991 * if we dont clear scanning status bit here all next scan
2992 * will fail
2993 */
2994 clear_bit(STATUS_SCAN_HW, &priv->status);
2995 clear_bit(STATUS_SCANNING, &priv->status);
2996
Ian Schram01ebd062007-10-25 17:15:22 +08002997 /* inform mac80211 scan aborted */
Zhu Yib481de92007-09-25 17:54:57 -07002998 queue_work(priv->workqueue, &priv->scan_completed);
2999 mutex_unlock(&priv->mutex);
3000}
3001
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003002static void iwl3945_bg_up(struct work_struct *data)
Zhu Yib481de92007-09-25 17:54:57 -07003003{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003004 struct iwl_priv *priv = container_of(data, struct iwl_priv, up);
Zhu Yib481de92007-09-25 17:54:57 -07003005
3006 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
3007 return;
3008
3009 mutex_lock(&priv->mutex);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003010 __iwl3945_up(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003011 mutex_unlock(&priv->mutex);
3012}
3013
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003014static void iwl3945_bg_restart(struct work_struct *data)
Zhu Yib481de92007-09-25 17:54:57 -07003015{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003016 struct iwl_priv *priv = container_of(data, struct iwl_priv, restart);
Zhu Yib481de92007-09-25 17:54:57 -07003017
3018 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
3019 return;
3020
Johannes Berg19cc1082009-05-08 13:44:36 -07003021 if (test_and_clear_bit(STATUS_FW_ERROR, &priv->status)) {
3022 mutex_lock(&priv->mutex);
3023 priv->vif = NULL;
3024 priv->is_open = 0;
3025 mutex_unlock(&priv->mutex);
3026 iwl3945_down(priv);
3027 ieee80211_restart_hw(priv->hw);
3028 } else {
3029 iwl3945_down(priv);
3030 queue_work(priv->workqueue, &priv->up);
3031 }
Zhu Yib481de92007-09-25 17:54:57 -07003032}
3033
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003034static void iwl3945_bg_rx_replenish(struct work_struct *data)
Zhu Yib481de92007-09-25 17:54:57 -07003035{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003036 struct iwl_priv *priv =
3037 container_of(data, struct iwl_priv, rx_replenish);
Zhu Yib481de92007-09-25 17:54:57 -07003038
3039 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
3040 return;
3041
3042 mutex_lock(&priv->mutex);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003043 iwl3945_rx_replenish(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003044 mutex_unlock(&priv->mutex);
3045}
3046
Mohamed Abbas7878a5a2007-11-29 11:10:13 +08003047#define IWL_DELAY_NEXT_SCAN (HZ*2)
3048
Abhijeet Kolekar5bbe2332009-04-08 11:26:35 -07003049void iwl3945_post_associate(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07003050{
Zhu Yib481de92007-09-25 17:54:57 -07003051 int rc = 0;
3052 struct ieee80211_conf *conf = NULL;
3053
Johannes Berg05c914f2008-09-11 00:01:58 +02003054 if (priv->iw_mode == NL80211_IFTYPE_AP) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08003055 IWL_ERR(priv, "%s Should not be called in AP mode\n", __func__);
Zhu Yib481de92007-09-25 17:54:57 -07003056 return;
3057 }
3058
3059
Tomas Winklere1623442009-01-27 14:27:56 -08003060 IWL_DEBUG_ASSOC(priv, "Associated as %d to: %pM\n",
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003061 priv->assoc_id, priv->active_rxon.bssid_addr);
Zhu Yib481de92007-09-25 17:54:57 -07003062
3063 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
3064 return;
3065
Abhijeet Kolekar322a9812008-09-03 11:26:27 +08003066 if (!priv->vif || !priv->is_open)
Mohamed Abbas6ef89d02007-10-25 17:15:47 +08003067 return;
Abhijeet Kolekar322a9812008-09-03 11:26:27 +08003068
Winkler, Tomasaf0053d2009-01-19 15:30:23 -08003069 iwl_scan_cancel_timeout(priv, 200);
Mohamed Abbas15e869d2007-10-25 17:15:46 +08003070
Zhu Yib481de92007-09-25 17:54:57 -07003071 conf = ieee80211_get_hw_conf(priv->hw);
3072
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003073 priv->staging_rxon.filter_flags &= ~RXON_FILTER_ASSOC_MSK;
Abhijeet Kolekare0158e62009-04-08 11:26:37 -07003074 iwlcore_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003075
Tomas Winkler28afaf92008-12-19 10:37:06 +08003076 memset(&priv->rxon_timing, 0, sizeof(struct iwl_rxon_time_cmd));
Tomas Winkler2c2f3b32009-06-19 13:52:45 -07003077 iwl_setup_rxon_timing(priv);
Samuel Ortiz518099a2009-01-19 15:30:27 -08003078 rc = iwl_send_cmd_pdu(priv, REPLY_RXON_TIMING,
Zhu Yib481de92007-09-25 17:54:57 -07003079 sizeof(priv->rxon_timing), &priv->rxon_timing);
3080 if (rc)
Winkler, Tomas39aadf82008-12-19 10:37:32 +08003081 IWL_WARN(priv, "REPLY_RXON_TIMING failed - "
Zhu Yib481de92007-09-25 17:54:57 -07003082 "Attempting to continue.\n");
3083
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003084 priv->staging_rxon.filter_flags |= RXON_FILTER_ASSOC_MSK;
Zhu Yib481de92007-09-25 17:54:57 -07003085
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003086 priv->staging_rxon.assoc_id = cpu_to_le16(priv->assoc_id);
Zhu Yib481de92007-09-25 17:54:57 -07003087
Tomas Winklere1623442009-01-27 14:27:56 -08003088 IWL_DEBUG_ASSOC(priv, "assoc id %d beacon interval %d\n",
Zhu Yib481de92007-09-25 17:54:57 -07003089 priv->assoc_id, priv->beacon_int);
3090
3091 if (priv->assoc_capability & WLAN_CAPABILITY_SHORT_PREAMBLE)
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003092 priv->staging_rxon.flags |= RXON_FLG_SHORT_PREAMBLE_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_PREAMBLE_MSK;
Zhu Yib481de92007-09-25 17:54:57 -07003095
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003096 if (priv->staging_rxon.flags & RXON_FLG_BAND_24G_MSK) {
Zhu Yib481de92007-09-25 17:54:57 -07003097 if (priv->assoc_capability & WLAN_CAPABILITY_SHORT_SLOT_TIME)
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003098 priv->staging_rxon.flags |= RXON_FLG_SHORT_SLOT_MSK;
Zhu Yib481de92007-09-25 17:54:57 -07003099 else
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003100 priv->staging_rxon.flags &= ~RXON_FLG_SHORT_SLOT_MSK;
Zhu Yib481de92007-09-25 17:54:57 -07003101
Johannes Berg05c914f2008-09-11 00:01:58 +02003102 if (priv->iw_mode == NL80211_IFTYPE_ADHOC)
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003103 priv->staging_rxon.flags &= ~RXON_FLG_SHORT_SLOT_MSK;
Zhu Yib481de92007-09-25 17:54:57 -07003104
3105 }
3106
Abhijeet Kolekare0158e62009-04-08 11:26:37 -07003107 iwlcore_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003108
3109 switch (priv->iw_mode) {
Johannes Berg05c914f2008-09-11 00:01:58 +02003110 case NL80211_IFTYPE_STATION:
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003111 iwl3945_rate_scale_init(priv->hw, IWL_AP_ID);
Zhu Yib481de92007-09-25 17:54:57 -07003112 break;
3113
Johannes Berg05c914f2008-09-11 00:01:58 +02003114 case NL80211_IFTYPE_ADHOC:
Zhu Yib481de92007-09-25 17:54:57 -07003115
Abhijeet Kolekarce546fd2008-11-19 15:32:22 -08003116 priv->assoc_id = 1;
Tomas Winklerc587de02009-06-03 11:44:07 -07003117 iwl_add_station(priv, priv->bssid, 0, CMD_SYNC, NULL);
Zhu Yib481de92007-09-25 17:54:57 -07003118 iwl3945_sync_sta(priv, IWL_STA_ID,
Johannes Berg8318d782008-01-24 19:38:38 +01003119 (priv->band == IEEE80211_BAND_5GHZ) ?
Zhu Yib481de92007-09-25 17:54:57 -07003120 IWL_RATE_6M_PLCP : IWL_RATE_1M_PLCP,
3121 CMD_ASYNC);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003122 iwl3945_rate_scale_init(priv->hw, IWL_STA_ID);
3123 iwl3945_send_beacon_cmd(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003124
3125 break;
3126
3127 default:
Winkler, Tomas15b16872008-12-19 10:37:33 +08003128 IWL_ERR(priv, "%s Should not be called in %d mode\n",
Tomas Winkler3ac7f142008-07-21 02:40:14 +03003129 __func__, priv->iw_mode);
Zhu Yib481de92007-09-25 17:54:57 -07003130 break;
3131 }
3132
Abhijeet Kolekar14d2aac2009-02-27 16:21:24 -08003133 iwl_activate_qos(priv, 0);
Ron Rindjunsky292ae172008-02-06 11:20:39 -08003134
Mohamed Abbas7878a5a2007-11-29 11:10:13 +08003135 /* we have just associated, don't start scan too early */
3136 priv->next_scan_jiffies = jiffies + IWL_DELAY_NEXT_SCAN;
Abhijeet Kolekarcd56d332008-09-03 11:26:21 +08003137}
3138
Zhu Yib481de92007-09-25 17:54:57 -07003139/*****************************************************************************
3140 *
3141 * mac80211 entry point functions
3142 *
3143 *****************************************************************************/
3144
Zhu Yi5a669262008-01-14 17:46:18 -08003145#define UCODE_READY_TIMEOUT (2 * HZ)
3146
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003147static int iwl3945_mac_start(struct ieee80211_hw *hw)
Zhu Yib481de92007-09-25 17:54:57 -07003148{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003149 struct iwl_priv *priv = hw->priv;
Zhu Yi5a669262008-01-14 17:46:18 -08003150 int ret;
Zhu Yib481de92007-09-25 17:54:57 -07003151
Tomas Winklere1623442009-01-27 14:27:56 -08003152 IWL_DEBUG_MAC80211(priv, "enter\n");
Zhu Yib481de92007-09-25 17:54:57 -07003153
3154 /* we should be verifying the device is ready to be opened */
3155 mutex_lock(&priv->mutex);
3156
Zhu Yi5a669262008-01-14 17:46:18 -08003157 /* fetch ucode file from disk, alloc and copy to bus-master buffers ...
3158 * ucode filename and max sizes are card-specific. */
3159
3160 if (!priv->ucode_code.len) {
3161 ret = iwl3945_read_ucode(priv);
3162 if (ret) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08003163 IWL_ERR(priv, "Could not read microcode: %d\n", ret);
Zhu Yi5a669262008-01-14 17:46:18 -08003164 mutex_unlock(&priv->mutex);
3165 goto out_release_irq;
3166 }
3167 }
3168
Zhu Yie655b9f2008-01-24 02:19:38 -08003169 ret = __iwl3945_up(priv);
Zhu Yi5a669262008-01-14 17:46:18 -08003170
Zhu Yib481de92007-09-25 17:54:57 -07003171 mutex_unlock(&priv->mutex);
Zhu Yi5a669262008-01-14 17:46:18 -08003172
Zhu Yie655b9f2008-01-24 02:19:38 -08003173 if (ret)
3174 goto out_release_irq;
3175
Tomas Winklere1623442009-01-27 14:27:56 -08003176 IWL_DEBUG_INFO(priv, "Start UP work.\n");
Zhu Yie655b9f2008-01-24 02:19:38 -08003177
Zhu Yi5a669262008-01-14 17:46:18 -08003178 /* Wait for START_ALIVE from ucode. Otherwise callbacks from
3179 * mac80211 will not be run successfully. */
3180 ret = wait_event_interruptible_timeout(priv->wait_command_queue,
3181 test_bit(STATUS_READY, &priv->status),
3182 UCODE_READY_TIMEOUT);
3183 if (!ret) {
3184 if (!test_bit(STATUS_READY, &priv->status)) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08003185 IWL_ERR(priv,
3186 "Wait for START_ALIVE timeout after %dms.\n",
3187 jiffies_to_msecs(UCODE_READY_TIMEOUT));
Zhu Yi5a669262008-01-14 17:46:18 -08003188 ret = -ETIMEDOUT;
3189 goto out_release_irq;
3190 }
3191 }
3192
Helmut Schaa26635162009-01-15 09:38:44 +01003193 /* ucode is running and will send rfkill notifications,
3194 * no need to poll the killswitch state anymore */
3195 cancel_delayed_work(&priv->rfkill_poll);
3196
Johannes Berge932a602009-10-02 13:44:03 -07003197 iwl_led_start(priv);
3198
Zhu Yie655b9f2008-01-24 02:19:38 -08003199 priv->is_open = 1;
Tomas Winklere1623442009-01-27 14:27:56 -08003200 IWL_DEBUG_MAC80211(priv, "leave\n");
Zhu Yib481de92007-09-25 17:54:57 -07003201 return 0;
Zhu Yi5a669262008-01-14 17:46:18 -08003202
3203out_release_irq:
Zhu Yie655b9f2008-01-24 02:19:38 -08003204 priv->is_open = 0;
Tomas Winklere1623442009-01-27 14:27:56 -08003205 IWL_DEBUG_MAC80211(priv, "leave - failed\n");
Zhu Yi5a669262008-01-14 17:46:18 -08003206 return ret;
Zhu Yib481de92007-09-25 17:54:57 -07003207}
3208
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003209static void iwl3945_mac_stop(struct ieee80211_hw *hw)
Zhu Yib481de92007-09-25 17:54:57 -07003210{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003211 struct iwl_priv *priv = hw->priv;
Zhu Yib481de92007-09-25 17:54:57 -07003212
Tomas Winklere1623442009-01-27 14:27:56 -08003213 IWL_DEBUG_MAC80211(priv, "enter\n");
Mohamed Abbas6ef89d02007-10-25 17:15:47 +08003214
Zhu Yie655b9f2008-01-24 02:19:38 -08003215 if (!priv->is_open) {
Tomas Winklere1623442009-01-27 14:27:56 -08003216 IWL_DEBUG_MAC80211(priv, "leave - skip\n");
Zhu Yie655b9f2008-01-24 02:19:38 -08003217 return;
3218 }
3219
Zhu Yib481de92007-09-25 17:54:57 -07003220 priv->is_open = 0;
Zhu Yi5a669262008-01-14 17:46:18 -08003221
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08003222 if (iwl_is_ready_rf(priv)) {
Zhu Yie655b9f2008-01-24 02:19:38 -08003223 /* stop mac, cancel any scan request and clear
3224 * RXON_FILTER_ASSOC_MSK BIT
3225 */
Zhu Yi5a669262008-01-14 17:46:18 -08003226 mutex_lock(&priv->mutex);
Winkler, Tomasaf0053d2009-01-19 15:30:23 -08003227 iwl_scan_cancel_timeout(priv, 100);
Mohamed Abbasfde35712007-11-29 11:10:15 +08003228 mutex_unlock(&priv->mutex);
Mohamed Abbasfde35712007-11-29 11:10:15 +08003229 }
3230
Zhu Yi5a669262008-01-14 17:46:18 -08003231 iwl3945_down(priv);
3232
3233 flush_workqueue(priv->workqueue);
Helmut Schaa26635162009-01-15 09:38:44 +01003234
3235 /* start polling the killswitch state again */
3236 queue_delayed_work(priv->workqueue, &priv->rfkill_poll,
3237 round_jiffies_relative(2 * HZ));
Mohamed Abbas6ef89d02007-10-25 17:15:47 +08003238
Tomas Winklere1623442009-01-27 14:27:56 -08003239 IWL_DEBUG_MAC80211(priv, "leave\n");
Zhu Yib481de92007-09-25 17:54:57 -07003240}
3241
Johannes Berge039fa42008-05-15 12:55:29 +02003242static int iwl3945_mac_tx(struct ieee80211_hw *hw, struct sk_buff *skb)
Zhu Yib481de92007-09-25 17:54:57 -07003243{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003244 struct iwl_priv *priv = hw->priv;
Zhu Yib481de92007-09-25 17:54:57 -07003245
Tomas Winklere1623442009-01-27 14:27:56 -08003246 IWL_DEBUG_MAC80211(priv, "enter\n");
Zhu Yib481de92007-09-25 17:54:57 -07003247
Tomas Winklere1623442009-01-27 14:27:56 -08003248 IWL_DEBUG_TX(priv, "dev->xmit(%d bytes) at rate 0x%02x\n", skb->len,
Johannes Berge039fa42008-05-15 12:55:29 +02003249 ieee80211_get_tx_rate(hw, IEEE80211_SKB_CB(skb))->bitrate);
Zhu Yib481de92007-09-25 17:54:57 -07003250
Johannes Berge039fa42008-05-15 12:55:29 +02003251 if (iwl3945_tx_skb(priv, skb))
Zhu Yib481de92007-09-25 17:54:57 -07003252 dev_kfree_skb_any(skb);
3253
Tomas Winklere1623442009-01-27 14:27:56 -08003254 IWL_DEBUG_MAC80211(priv, "leave\n");
Reinette Chatre637f8832009-01-19 15:30:32 -08003255 return NETDEV_TX_OK;
Zhu Yib481de92007-09-25 17:54:57 -07003256}
3257
Abhijeet Kolekar60690a62009-04-08 11:26:49 -07003258void iwl3945_config_ap(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07003259{
3260 int rc = 0;
3261
Maarten Lankhorstd986bcd2008-01-23 10:15:16 -08003262 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
Zhu Yib481de92007-09-25 17:54:57 -07003263 return;
3264
3265 /* The following should be done only at AP bring up */
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003266 if (!(iwl_is_associated(priv))) {
Zhu Yib481de92007-09-25 17:54:57 -07003267
3268 /* RXON - unassoc (to set timing command) */
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003269 priv->staging_rxon.filter_flags &= ~RXON_FILTER_ASSOC_MSK;
Abhijeet Kolekare0158e62009-04-08 11:26:37 -07003270 iwlcore_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003271
3272 /* RXON Timing */
Tomas Winkler28afaf92008-12-19 10:37:06 +08003273 memset(&priv->rxon_timing, 0, sizeof(struct iwl_rxon_time_cmd));
Tomas Winkler2c2f3b32009-06-19 13:52:45 -07003274 iwl_setup_rxon_timing(priv);
Samuel Ortiz518099a2009-01-19 15:30:27 -08003275 rc = iwl_send_cmd_pdu(priv, REPLY_RXON_TIMING,
3276 sizeof(priv->rxon_timing),
3277 &priv->rxon_timing);
Zhu Yib481de92007-09-25 17:54:57 -07003278 if (rc)
Winkler, Tomas39aadf82008-12-19 10:37:32 +08003279 IWL_WARN(priv, "REPLY_RXON_TIMING failed - "
Zhu Yib481de92007-09-25 17:54:57 -07003280 "Attempting to continue.\n");
3281
3282 /* FIXME: what should be the assoc_id for AP? */
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003283 priv->staging_rxon.assoc_id = cpu_to_le16(priv->assoc_id);
Zhu Yib481de92007-09-25 17:54:57 -07003284 if (priv->assoc_capability & WLAN_CAPABILITY_SHORT_PREAMBLE)
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003285 priv->staging_rxon.flags |=
Zhu Yib481de92007-09-25 17:54:57 -07003286 RXON_FLG_SHORT_PREAMBLE_MSK;
3287 else
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003288 priv->staging_rxon.flags &=
Zhu Yib481de92007-09-25 17:54:57 -07003289 ~RXON_FLG_SHORT_PREAMBLE_MSK;
3290
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003291 if (priv->staging_rxon.flags & RXON_FLG_BAND_24G_MSK) {
Zhu Yib481de92007-09-25 17:54:57 -07003292 if (priv->assoc_capability &
3293 WLAN_CAPABILITY_SHORT_SLOT_TIME)
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003294 priv->staging_rxon.flags |=
Zhu Yib481de92007-09-25 17:54:57 -07003295 RXON_FLG_SHORT_SLOT_MSK;
3296 else
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003297 priv->staging_rxon.flags &=
Zhu Yib481de92007-09-25 17:54:57 -07003298 ~RXON_FLG_SHORT_SLOT_MSK;
3299
Johannes Berg05c914f2008-09-11 00:01:58 +02003300 if (priv->iw_mode == NL80211_IFTYPE_ADHOC)
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003301 priv->staging_rxon.flags &=
Zhu Yib481de92007-09-25 17:54:57 -07003302 ~RXON_FLG_SHORT_SLOT_MSK;
3303 }
3304 /* restore RXON assoc */
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003305 priv->staging_rxon.filter_flags |= RXON_FILTER_ASSOC_MSK;
Abhijeet Kolekare0158e62009-04-08 11:26:37 -07003306 iwlcore_commit_rxon(priv);
Tomas Winklerc587de02009-06-03 11:44:07 -07003307 iwl_add_station(priv, iwl_bcast_addr, 0, CMD_SYNC, NULL);
Zhu Yi556f8db2007-09-27 11:27:33 +08003308 }
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003309 iwl3945_send_beacon_cmd(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003310
3311 /* FIXME - we need to add code here to detect a totally new
3312 * configuration, reset the AP, unassoc, rxon timing, assoc,
3313 * clear sta table, add BCAST sta... */
3314}
3315
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003316static int iwl3945_mac_set_key(struct ieee80211_hw *hw, enum set_key_cmd cmd,
Johannes Bergdc822b52008-12-29 12:55:09 +01003317 struct ieee80211_vif *vif,
3318 struct ieee80211_sta *sta,
3319 struct ieee80211_key_conf *key)
Zhu Yib481de92007-09-25 17:54:57 -07003320{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003321 struct iwl_priv *priv = hw->priv;
Johannes Bergdc822b52008-12-29 12:55:09 +01003322 const u8 *addr;
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -08003323 int ret = 0;
3324 u8 sta_id = IWL_INVALID_STATION;
3325 u8 static_key;
Zhu Yib481de92007-09-25 17:54:57 -07003326
Tomas Winklere1623442009-01-27 14:27:56 -08003327 IWL_DEBUG_MAC80211(priv, "enter\n");
Zhu Yib481de92007-09-25 17:54:57 -07003328
Kolekar, Abhijeetdf878d82008-12-19 10:37:35 +08003329 if (iwl3945_mod_params.sw_crypto) {
Tomas Winklere1623442009-01-27 14:27:56 -08003330 IWL_DEBUG_MAC80211(priv, "leave - hwcrypto disabled\n");
Zhu Yib481de92007-09-25 17:54:57 -07003331 return -EOPNOTSUPP;
3332 }
3333
Winkler, Tomas42986792009-01-19 15:30:22 -08003334 addr = sta ? sta->addr : iwl_bcast_addr;
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -08003335 static_key = !iwl_is_associated(priv);
3336
3337 if (!static_key) {
Tomas Winklerc587de02009-06-03 11:44:07 -07003338 sta_id = iwl_find_station(priv, addr);
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -08003339 if (sta_id == IWL_INVALID_STATION) {
Joe Perches12514392009-04-16 16:23:26 -07003340 IWL_DEBUG_MAC80211(priv, "leave - %pM not in station map.\n",
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -08003341 addr);
3342 return -EINVAL;
3343 }
Zhu Yib481de92007-09-25 17:54:57 -07003344 }
3345
3346 mutex_lock(&priv->mutex);
Winkler, Tomasaf0053d2009-01-19 15:30:23 -08003347 iwl_scan_cancel_timeout(priv, 100);
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -08003348 mutex_unlock(&priv->mutex);
Mohamed Abbas15e869d2007-10-25 17:15:46 +08003349
Zhu Yib481de92007-09-25 17:54:57 -07003350 switch (cmd) {
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -08003351 case SET_KEY:
3352 if (static_key)
3353 ret = iwl3945_set_static_key(priv, key);
3354 else
3355 ret = iwl3945_set_dynamic_key(priv, key, sta_id);
3356 IWL_DEBUG_MAC80211(priv, "enable hwcrypto key\n");
Zhu Yib481de92007-09-25 17:54:57 -07003357 break;
3358 case DISABLE_KEY:
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -08003359 if (static_key)
3360 ret = iwl3945_remove_static_key(priv);
3361 else
3362 ret = iwl3945_clear_sta_key_info(priv, sta_id);
3363 IWL_DEBUG_MAC80211(priv, "disable hwcrypto key\n");
Zhu Yib481de92007-09-25 17:54:57 -07003364 break;
3365 default:
Winkler, Tomas42986792009-01-19 15:30:22 -08003366 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07003367 }
3368
Tomas Winklere1623442009-01-27 14:27:56 -08003369 IWL_DEBUG_MAC80211(priv, "leave\n");
Zhu Yib481de92007-09-25 17:54:57 -07003370
Winkler, Tomas42986792009-01-19 15:30:22 -08003371 return ret;
Zhu Yib481de92007-09-25 17:54:57 -07003372}
3373
Zhu Yib481de92007-09-25 17:54:57 -07003374/*****************************************************************************
3375 *
3376 * sysfs attributes
3377 *
3378 *****************************************************************************/
3379
Samuel Ortizd08853a2009-01-23 13:45:17 -08003380#ifdef CONFIG_IWLWIFI_DEBUG
Zhu Yib481de92007-09-25 17:54:57 -07003381
3382/*
3383 * The following adds a new attribute to the sysfs representation
3384 * of this device driver (i.e. a new file in /sys/bus/pci/drivers/iwl/)
3385 * used for controlling the debug level.
3386 *
3387 * See the level definitions in iwl for details.
Reinette Chatrea562a9d2009-07-17 09:30:24 -07003388 *
Reinette Chatre3d816c72009-08-07 15:41:37 -07003389 * The debug_level being managed using sysfs below is a per device debug
3390 * level that is used instead of the global debug level if it (the per
3391 * device debug level) is set.
Zhu Yib481de92007-09-25 17:54:57 -07003392 */
Samuel Ortiz40b8ec02008-12-19 10:37:08 +08003393static ssize_t show_debug_level(struct device *d,
3394 struct device_attribute *attr, char *buf)
Zhu Yib481de92007-09-25 17:54:57 -07003395{
Reinette Chatre3d816c72009-08-07 15:41:37 -07003396 struct iwl_priv *priv = dev_get_drvdata(d);
3397 return sprintf(buf, "0x%08X\n", iwl_get_debug_level(priv));
Zhu Yib481de92007-09-25 17:54:57 -07003398}
Samuel Ortiz40b8ec02008-12-19 10:37:08 +08003399static ssize_t store_debug_level(struct device *d,
3400 struct device_attribute *attr,
Zhu Yib481de92007-09-25 17:54:57 -07003401 const char *buf, size_t count)
3402{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003403 struct iwl_priv *priv = dev_get_drvdata(d);
Samuel Ortiz40b8ec02008-12-19 10:37:08 +08003404 unsigned long val;
3405 int ret;
Zhu Yib481de92007-09-25 17:54:57 -07003406
Samuel Ortiz40b8ec02008-12-19 10:37:08 +08003407 ret = strict_strtoul(buf, 0, &val);
3408 if (ret)
Tomas Winkler978785a2008-12-19 10:37:31 +08003409 IWL_INFO(priv, "%s is not in hex or decimal form.\n", buf);
Wey-Yi Guy20594eb2009-08-07 15:41:39 -07003410 else {
Reinette Chatre3d816c72009-08-07 15:41:37 -07003411 priv->debug_level = val;
Wey-Yi Guy20594eb2009-08-07 15:41:39 -07003412 if (iwl_alloc_traffic_mem(priv))
3413 IWL_ERR(priv,
3414 "Not enough memory to generate traffic log\n");
3415 }
Zhu Yib481de92007-09-25 17:54:57 -07003416 return strnlen(buf, count);
3417}
3418
Samuel Ortiz40b8ec02008-12-19 10:37:08 +08003419static DEVICE_ATTR(debug_level, S_IWUSR | S_IRUGO,
3420 show_debug_level, store_debug_level);
Zhu Yib481de92007-09-25 17:54:57 -07003421
Samuel Ortizd08853a2009-01-23 13:45:17 -08003422#endif /* CONFIG_IWLWIFI_DEBUG */
Zhu Yib481de92007-09-25 17:54:57 -07003423
Zhu Yib481de92007-09-25 17:54:57 -07003424static ssize_t show_temperature(struct device *d,
3425 struct device_attribute *attr, char *buf)
3426{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003427 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003428
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08003429 if (!iwl_is_alive(priv))
Zhu Yib481de92007-09-25 17:54:57 -07003430 return -EAGAIN;
3431
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003432 return sprintf(buf, "%d\n", iwl3945_hw_get_temperature(priv));
Zhu Yib481de92007-09-25 17:54:57 -07003433}
3434
3435static DEVICE_ATTR(temperature, S_IRUGO, show_temperature, NULL);
3436
Zhu Yib481de92007-09-25 17:54:57 -07003437static ssize_t show_tx_power(struct device *d,
3438 struct device_attribute *attr, char *buf)
3439{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003440 struct iwl_priv *priv = dev_get_drvdata(d);
Winkler, Tomas62ea9c52009-01-19 15:30:29 -08003441 return sprintf(buf, "%d\n", priv->tx_power_user_lmt);
Zhu Yib481de92007-09-25 17:54:57 -07003442}
3443
3444static ssize_t store_tx_power(struct device *d,
3445 struct device_attribute *attr,
3446 const char *buf, size_t count)
3447{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003448 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003449 char *p = (char *)buf;
3450 u32 val;
3451
3452 val = simple_strtoul(p, &p, 10);
3453 if (p == buf)
Tomas Winkler978785a2008-12-19 10:37:31 +08003454 IWL_INFO(priv, ": %s is not in decimal form.\n", buf);
Zhu Yib481de92007-09-25 17:54:57 -07003455 else
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003456 iwl3945_hw_reg_set_txpower(priv, val);
Zhu Yib481de92007-09-25 17:54:57 -07003457
3458 return count;
3459}
3460
3461static DEVICE_ATTR(tx_power, S_IWUSR | S_IRUGO, show_tx_power, store_tx_power);
3462
3463static ssize_t show_flags(struct device *d,
3464 struct device_attribute *attr, char *buf)
3465{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003466 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003467
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003468 return sprintf(buf, "0x%04X\n", priv->active_rxon.flags);
Zhu Yib481de92007-09-25 17:54:57 -07003469}
3470
3471static ssize_t store_flags(struct device *d,
3472 struct device_attribute *attr,
3473 const char *buf, size_t count)
3474{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003475 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003476 u32 flags = simple_strtoul(buf, NULL, 0);
3477
3478 mutex_lock(&priv->mutex);
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003479 if (le32_to_cpu(priv->staging_rxon.flags) != flags) {
Zhu Yib481de92007-09-25 17:54:57 -07003480 /* Cancel any currently running scans... */
Winkler, Tomasaf0053d2009-01-19 15:30:23 -08003481 if (iwl_scan_cancel_timeout(priv, 100))
Winkler, Tomas39aadf82008-12-19 10:37:32 +08003482 IWL_WARN(priv, "Could not cancel scan.\n");
Zhu Yib481de92007-09-25 17:54:57 -07003483 else {
Tomas Winklere1623442009-01-27 14:27:56 -08003484 IWL_DEBUG_INFO(priv, "Committing rxon.flags = 0x%04X\n",
Zhu Yib481de92007-09-25 17:54:57 -07003485 flags);
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003486 priv->staging_rxon.flags = cpu_to_le32(flags);
Abhijeet Kolekare0158e62009-04-08 11:26:37 -07003487 iwlcore_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003488 }
3489 }
3490 mutex_unlock(&priv->mutex);
3491
3492 return count;
3493}
3494
3495static DEVICE_ATTR(flags, S_IWUSR | S_IRUGO, show_flags, store_flags);
3496
3497static ssize_t show_filter_flags(struct device *d,
3498 struct device_attribute *attr, char *buf)
3499{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003500 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003501
3502 return sprintf(buf, "0x%04X\n",
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003503 le32_to_cpu(priv->active_rxon.filter_flags));
Zhu Yib481de92007-09-25 17:54:57 -07003504}
3505
3506static ssize_t store_filter_flags(struct device *d,
3507 struct device_attribute *attr,
3508 const char *buf, size_t count)
3509{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003510 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003511 u32 filter_flags = simple_strtoul(buf, NULL, 0);
3512
3513 mutex_lock(&priv->mutex);
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003514 if (le32_to_cpu(priv->staging_rxon.filter_flags) != filter_flags) {
Zhu Yib481de92007-09-25 17:54:57 -07003515 /* Cancel any currently running scans... */
Winkler, Tomasaf0053d2009-01-19 15:30:23 -08003516 if (iwl_scan_cancel_timeout(priv, 100))
Winkler, Tomas39aadf82008-12-19 10:37:32 +08003517 IWL_WARN(priv, "Could not cancel scan.\n");
Zhu Yib481de92007-09-25 17:54:57 -07003518 else {
Tomas Winklere1623442009-01-27 14:27:56 -08003519 IWL_DEBUG_INFO(priv, "Committing rxon.filter_flags = "
Zhu Yib481de92007-09-25 17:54:57 -07003520 "0x%04X\n", filter_flags);
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003521 priv->staging_rxon.filter_flags =
Zhu Yib481de92007-09-25 17:54:57 -07003522 cpu_to_le32(filter_flags);
Abhijeet Kolekare0158e62009-04-08 11:26:37 -07003523 iwlcore_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003524 }
3525 }
3526 mutex_unlock(&priv->mutex);
3527
3528 return count;
3529}
3530
3531static DEVICE_ATTR(filter_flags, S_IWUSR | S_IRUGO, show_filter_flags,
3532 store_filter_flags);
3533
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +08003534#ifdef CONFIG_IWL3945_SPECTRUM_MEASUREMENT
Zhu Yib481de92007-09-25 17:54:57 -07003535
3536static ssize_t show_measurement(struct device *d,
3537 struct device_attribute *attr, char *buf)
3538{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003539 struct iwl_priv *priv = dev_get_drvdata(d);
Tomas Winkler600c0e12008-12-19 10:37:04 +08003540 struct iwl_spectrum_notification measure_report;
Zhu Yib481de92007-09-25 17:54:57 -07003541 u32 size = sizeof(measure_report), len = 0, ofs = 0;
Tomas Winkler3ac7f142008-07-21 02:40:14 +03003542 u8 *data = (u8 *)&measure_report;
Zhu Yib481de92007-09-25 17:54:57 -07003543 unsigned long flags;
3544
3545 spin_lock_irqsave(&priv->lock, flags);
3546 if (!(priv->measurement_status & MEASUREMENT_READY)) {
3547 spin_unlock_irqrestore(&priv->lock, flags);
3548 return 0;
3549 }
3550 memcpy(&measure_report, &priv->measure_report, size);
3551 priv->measurement_status = 0;
3552 spin_unlock_irqrestore(&priv->lock, flags);
3553
3554 while (size && (PAGE_SIZE - len)) {
3555 hex_dump_to_buffer(data + ofs, size, 16, 1, buf + len,
3556 PAGE_SIZE - len, 1);
3557 len = strlen(buf);
3558 if (PAGE_SIZE - len)
3559 buf[len++] = '\n';
3560
3561 ofs += 16;
3562 size -= min(size, 16U);
3563 }
3564
3565 return len;
3566}
3567
3568static ssize_t store_measurement(struct device *d,
3569 struct device_attribute *attr,
3570 const char *buf, size_t count)
3571{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003572 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003573 struct ieee80211_measurement_params params = {
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003574 .channel = le16_to_cpu(priv->active_rxon.channel),
Zhu Yib481de92007-09-25 17:54:57 -07003575 .start_time = cpu_to_le64(priv->last_tsf),
3576 .duration = cpu_to_le16(1),
3577 };
3578 u8 type = IWL_MEASURE_BASIC;
3579 u8 buffer[32];
3580 u8 channel;
3581
3582 if (count) {
3583 char *p = buffer;
3584 strncpy(buffer, buf, min(sizeof(buffer), count));
3585 channel = simple_strtoul(p, NULL, 0);
3586 if (channel)
3587 params.channel = channel;
3588
3589 p = buffer;
3590 while (*p && *p != ' ')
3591 p++;
3592 if (*p)
3593 type = simple_strtoul(p + 1, NULL, 0);
3594 }
3595
Tomas Winklere1623442009-01-27 14:27:56 -08003596 IWL_DEBUG_INFO(priv, "Invoking measurement of type %d on "
Zhu Yib481de92007-09-25 17:54:57 -07003597 "channel %d (for '%s')\n", type, params.channel, buf);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003598 iwl3945_get_measurement(priv, &params, type);
Zhu Yib481de92007-09-25 17:54:57 -07003599
3600 return count;
3601}
3602
3603static DEVICE_ATTR(measurement, S_IRUSR | S_IWUSR,
3604 show_measurement, store_measurement);
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +08003605#endif /* CONFIG_IWL3945_SPECTRUM_MEASUREMENT */
Zhu Yib481de92007-09-25 17:54:57 -07003606
Zhu Yib481de92007-09-25 17:54:57 -07003607static ssize_t store_retry_rate(struct device *d,
3608 struct device_attribute *attr,
3609 const char *buf, size_t count)
3610{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003611 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003612
3613 priv->retry_rate = simple_strtoul(buf, NULL, 0);
3614 if (priv->retry_rate <= 0)
3615 priv->retry_rate = 1;
3616
3617 return count;
3618}
3619
3620static ssize_t show_retry_rate(struct device *d,
3621 struct device_attribute *attr, char *buf)
3622{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003623 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003624 return sprintf(buf, "%d", priv->retry_rate);
3625}
3626
3627static DEVICE_ATTR(retry_rate, S_IWUSR | S_IRUSR, show_retry_rate,
3628 store_retry_rate);
3629
Winkler, Tomasd25aabb2009-01-27 14:27:58 -08003630
Zhu Yib481de92007-09-25 17:54:57 -07003631static ssize_t show_channels(struct device *d,
3632 struct device_attribute *attr, char *buf)
3633{
Johannes Berg8318d782008-01-24 19:38:38 +01003634 /* all this shit doesn't belong into sysfs anyway */
3635 return 0;
Zhu Yib481de92007-09-25 17:54:57 -07003636}
3637
3638static DEVICE_ATTR(channels, S_IRUSR, show_channels, NULL);
3639
3640static ssize_t show_statistics(struct device *d,
3641 struct device_attribute *attr, char *buf)
3642{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003643 struct iwl_priv *priv = dev_get_drvdata(d);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003644 u32 size = sizeof(struct iwl3945_notif_statistics);
Zhu Yib481de92007-09-25 17:54:57 -07003645 u32 len = 0, ofs = 0;
Abhijeet Kolekarf2c7e522008-12-19 10:37:27 +08003646 u8 *data = (u8 *)&priv->statistics_39;
Zhu Yib481de92007-09-25 17:54:57 -07003647 int rc = 0;
3648
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08003649 if (!iwl_is_alive(priv))
Zhu Yib481de92007-09-25 17:54:57 -07003650 return -EAGAIN;
3651
3652 mutex_lock(&priv->mutex);
Samuel Ortiz17f841c2009-01-23 13:45:20 -08003653 rc = iwl_send_statistics_request(priv, 0);
Zhu Yib481de92007-09-25 17:54:57 -07003654 mutex_unlock(&priv->mutex);
3655
3656 if (rc) {
3657 len = sprintf(buf,
3658 "Error sending statistics request: 0x%08X\n", rc);
3659 return len;
3660 }
3661
3662 while (size && (PAGE_SIZE - len)) {
3663 hex_dump_to_buffer(data + ofs, size, 16, 1, buf + len,
3664 PAGE_SIZE - len, 1);
3665 len = strlen(buf);
3666 if (PAGE_SIZE - len)
3667 buf[len++] = '\n';
3668
3669 ofs += 16;
3670 size -= min(size, 16U);
3671 }
3672
3673 return len;
3674}
3675
3676static DEVICE_ATTR(statistics, S_IRUGO, show_statistics, NULL);
3677
3678static ssize_t show_antenna(struct device *d,
3679 struct device_attribute *attr, char *buf)
3680{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003681 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003682
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08003683 if (!iwl_is_alive(priv))
Zhu Yib481de92007-09-25 17:54:57 -07003684 return -EAGAIN;
3685
Samuel Ortiz7e4bca52009-01-23 13:45:18 -08003686 return sprintf(buf, "%d\n", iwl3945_mod_params.antenna);
Zhu Yib481de92007-09-25 17:54:57 -07003687}
3688
3689static ssize_t store_antenna(struct device *d,
3690 struct device_attribute *attr,
3691 const char *buf, size_t count)
3692{
Winkler, Tomas7530f852009-01-27 14:27:53 -08003693 struct iwl_priv *priv __maybe_unused = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003694 int ant;
Zhu Yib481de92007-09-25 17:54:57 -07003695
3696 if (count == 0)
3697 return 0;
3698
3699 if (sscanf(buf, "%1i", &ant) != 1) {
Tomas Winklere1623442009-01-27 14:27:56 -08003700 IWL_DEBUG_INFO(priv, "not in hex or decimal form.\n");
Zhu Yib481de92007-09-25 17:54:57 -07003701 return count;
3702 }
3703
3704 if ((ant >= 0) && (ant <= 2)) {
Tomas Winklere1623442009-01-27 14:27:56 -08003705 IWL_DEBUG_INFO(priv, "Setting antenna select to %d.\n", ant);
Samuel Ortiz7e4bca52009-01-23 13:45:18 -08003706 iwl3945_mod_params.antenna = (enum iwl3945_antenna)ant;
Zhu Yib481de92007-09-25 17:54:57 -07003707 } else
Tomas Winklere1623442009-01-27 14:27:56 -08003708 IWL_DEBUG_INFO(priv, "Bad antenna select value %d.\n", ant);
Zhu Yib481de92007-09-25 17:54:57 -07003709
3710
3711 return count;
3712}
3713
3714static DEVICE_ATTR(antenna, S_IWUSR | S_IRUGO, show_antenna, store_antenna);
3715
3716static ssize_t show_status(struct device *d,
3717 struct device_attribute *attr, char *buf)
3718{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003719 struct iwl_priv *priv = dev_get_drvdata(d);
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08003720 if (!iwl_is_alive(priv))
Zhu Yib481de92007-09-25 17:54:57 -07003721 return -EAGAIN;
3722 return sprintf(buf, "0x%08x\n", (int)priv->status);
3723}
3724
3725static DEVICE_ATTR(status, S_IRUGO, show_status, NULL);
3726
3727static ssize_t dump_error_log(struct device *d,
3728 struct device_attribute *attr,
3729 const char *buf, size_t count)
3730{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003731 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003732 char *p = (char *)buf;
3733
3734 if (p[0] == '1')
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003735 iwl3945_dump_nic_error_log(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003736
3737 return strnlen(buf, count);
3738}
3739
3740static DEVICE_ATTR(dump_errors, S_IWUSR, NULL, dump_error_log);
3741
Zhu Yib481de92007-09-25 17:54:57 -07003742/*****************************************************************************
3743 *
Tomas Winklera96a27f2008-10-23 23:48:56 -07003744 * driver setup and tear down
Zhu Yib481de92007-09-25 17:54:57 -07003745 *
3746 *****************************************************************************/
3747
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003748static void iwl3945_setup_deferred_work(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07003749{
Reinette Chatred21050c2009-02-13 11:51:18 -08003750 priv->workqueue = create_singlethread_workqueue(DRV_NAME);
Zhu Yib481de92007-09-25 17:54:57 -07003751
3752 init_waitqueue_head(&priv->wait_command_queue);
3753
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003754 INIT_WORK(&priv->up, iwl3945_bg_up);
3755 INIT_WORK(&priv->restart, iwl3945_bg_restart);
3756 INIT_WORK(&priv->rx_replenish, iwl3945_bg_rx_replenish);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003757 INIT_WORK(&priv->beacon_update, iwl3945_bg_beacon_update);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003758 INIT_DELAYED_WORK(&priv->init_alive_start, iwl3945_bg_init_alive_start);
3759 INIT_DELAYED_WORK(&priv->alive_start, iwl3945_bg_alive_start);
Helmut Schaa26635162009-01-15 09:38:44 +01003760 INIT_DELAYED_WORK(&priv->rfkill_poll, iwl3945_rfkill_poll);
Samuel Ortiz77fecfb82009-01-23 13:45:12 -08003761 INIT_WORK(&priv->scan_completed, iwl_bg_scan_completed);
3762 INIT_WORK(&priv->request_scan, iwl3945_bg_request_scan);
3763 INIT_WORK(&priv->abort_scan, iwl_bg_abort_scan);
3764 INIT_DELAYED_WORK(&priv->scan_check, iwl_bg_scan_check);
Zhu Yib481de92007-09-25 17:54:57 -07003765
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003766 iwl3945_hw_setup_deferred_work(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003767
3768 tasklet_init(&priv->irq_tasklet, (void (*)(unsigned long))
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003769 iwl3945_irq_tasklet, (unsigned long)priv);
Zhu Yib481de92007-09-25 17:54:57 -07003770}
3771
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003772static void iwl3945_cancel_deferred_work(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07003773{
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003774 iwl3945_hw_cancel_deferred_work(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003775
Joonwoo Parke47eb6a2007-11-29 10:42:49 +09003776 cancel_delayed_work_sync(&priv->init_alive_start);
Zhu Yib481de92007-09-25 17:54:57 -07003777 cancel_delayed_work(&priv->scan_check);
3778 cancel_delayed_work(&priv->alive_start);
Zhu Yib481de92007-09-25 17:54:57 -07003779 cancel_work_sync(&priv->beacon_update);
3780}
3781
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003782static struct attribute *iwl3945_sysfs_entries[] = {
Zhu Yib481de92007-09-25 17:54:57 -07003783 &dev_attr_antenna.attr,
3784 &dev_attr_channels.attr,
3785 &dev_attr_dump_errors.attr,
Zhu Yib481de92007-09-25 17:54:57 -07003786 &dev_attr_flags.attr,
3787 &dev_attr_filter_flags.attr,
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +08003788#ifdef CONFIG_IWL3945_SPECTRUM_MEASUREMENT
Zhu Yib481de92007-09-25 17:54:57 -07003789 &dev_attr_measurement.attr,
3790#endif
Zhu Yib481de92007-09-25 17:54:57 -07003791 &dev_attr_retry_rate.attr,
Zhu Yib481de92007-09-25 17:54:57 -07003792 &dev_attr_statistics.attr,
3793 &dev_attr_status.attr,
3794 &dev_attr_temperature.attr,
Zhu Yib481de92007-09-25 17:54:57 -07003795 &dev_attr_tx_power.attr,
Samuel Ortizd08853a2009-01-23 13:45:17 -08003796#ifdef CONFIG_IWLWIFI_DEBUG
Samuel Ortiz40b8ec02008-12-19 10:37:08 +08003797 &dev_attr_debug_level.attr,
3798#endif
Zhu Yib481de92007-09-25 17:54:57 -07003799 NULL
3800};
3801
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003802static struct attribute_group iwl3945_attribute_group = {
Zhu Yib481de92007-09-25 17:54:57 -07003803 .name = NULL, /* put in device directory */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003804 .attrs = iwl3945_sysfs_entries,
Zhu Yib481de92007-09-25 17:54:57 -07003805};
3806
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003807static struct ieee80211_ops iwl3945_hw_ops = {
3808 .tx = iwl3945_mac_tx,
3809 .start = iwl3945_mac_start,
3810 .stop = iwl3945_mac_stop,
Abhijeet Kolekarcbb6ab92009-04-08 11:26:46 -07003811 .add_interface = iwl_mac_add_interface,
Abhijeet Kolekard8052312009-04-08 11:26:47 -07003812 .remove_interface = iwl_mac_remove_interface,
Abhijeet Kolekar48083682009-04-08 11:26:48 -07003813 .config = iwl_mac_config,
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003814 .configure_filter = iwl_configure_filter,
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003815 .set_key = iwl3945_mac_set_key,
Abhijeet Kolekaraa89f312009-04-08 11:26:51 -07003816 .get_tx_stats = iwl_mac_get_tx_stats,
Abhijeet Kolekar488829f2009-03-26 10:14:10 -07003817 .conf_tx = iwl_mac_conf_tx,
Abhijeet Kolekarbd564262009-04-08 11:26:52 -07003818 .reset_tsf = iwl_mac_reset_tsf,
Abhijeet Kolekar5bbe2332009-04-08 11:26:35 -07003819 .bss_info_changed = iwl_bss_info_changed,
Abhijeet Kolekare9dde6f62009-02-18 15:54:27 -08003820 .hw_scan = iwl_mac_hw_scan
Zhu Yib481de92007-09-25 17:54:57 -07003821};
3822
Winkler, Tomase52119c2008-12-22 11:31:19 +08003823static int iwl3945_init_drv(struct iwl_priv *priv)
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003824{
3825 int ret;
Samuel Ortize6148912009-01-23 13:45:15 -08003826 struct iwl3945_eeprom *eeprom = (struct iwl3945_eeprom *)priv->eeprom;
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003827
3828 priv->retry_rate = 1;
3829 priv->ibss_beacon = NULL;
3830
3831 spin_lock_init(&priv->lock);
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003832 spin_lock_init(&priv->sta_lock);
3833 spin_lock_init(&priv->hcmd_lock);
3834
3835 INIT_LIST_HEAD(&priv->free_frames);
3836
3837 mutex_init(&priv->mutex);
3838
3839 /* Clear the driver's (not device's) station table */
Tomas Winklerc587de02009-06-03 11:44:07 -07003840 iwl_clear_stations_table(priv);
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003841
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003842 priv->ieee_channels = NULL;
3843 priv->ieee_rates = NULL;
3844 priv->band = IEEE80211_BAND_2GHZ;
3845
3846 priv->iw_mode = NL80211_IFTYPE_STATION;
3847
3848 iwl_reset_qos(priv);
3849
3850 priv->qos_data.qos_active = 0;
3851 priv->qos_data.qos_cap.val = 0;
3852
3853 priv->rates_mask = IWL_RATES_MASK;
Winkler, Tomas62ea9c52009-01-19 15:30:29 -08003854 priv->tx_power_user_lmt = IWL_DEFAULT_TX_POWER;
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003855
Samuel Ortize6148912009-01-23 13:45:15 -08003856 if (eeprom->version < EEPROM_3945_EEPROM_VERSION) {
3857 IWL_WARN(priv, "Unsupported EEPROM version: 0x%04X\n",
3858 eeprom->version);
3859 ret = -EINVAL;
3860 goto err;
3861 }
3862 ret = iwl_init_channel_map(priv);
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003863 if (ret) {
3864 IWL_ERR(priv, "initializing regulatory failed: %d\n", ret);
3865 goto err;
3866 }
3867
Samuel Ortize6148912009-01-23 13:45:15 -08003868 /* Set up txpower settings in driver for all channels */
3869 if (iwl3945_txpower_set_from_eeprom(priv)) {
3870 ret = -EIO;
3871 goto err_free_channel_map;
3872 }
3873
Samuel Ortiz534166d2009-01-23 13:45:16 -08003874 ret = iwlcore_init_geos(priv);
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003875 if (ret) {
3876 IWL_ERR(priv, "initializing geos failed: %d\n", ret);
3877 goto err_free_channel_map;
3878 }
Samuel Ortiz534166d2009-01-23 13:45:16 -08003879 iwl3945_init_hw_rates(priv, priv->ieee_rates);
3880
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003881 return 0;
3882
3883err_free_channel_map:
Samuel Ortize6148912009-01-23 13:45:15 -08003884 iwl_free_channel_map(priv);
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003885err:
3886 return ret;
3887}
3888
Abhijeet Kolekar2a4ddaa2009-02-27 16:21:23 -08003889static int iwl3945_setup_mac(struct iwl_priv *priv)
3890{
3891 int ret;
3892 struct ieee80211_hw *hw = priv->hw;
3893
3894 hw->rate_control_algorithm = "iwl-3945-rs";
3895 hw->sta_data_size = sizeof(struct iwl3945_sta_priv);
3896
3897 /* Tell mac80211 our characteristics */
3898 hw->flags = IEEE80211_HW_SIGNAL_DBM |
Mohamed Abbasb1c60192009-03-17 21:51:47 -07003899 IEEE80211_HW_NOISE_DBM |
Johannes Berge312c242009-08-07 15:41:51 -07003900 IEEE80211_HW_SPECTRUM_MGMT |
3901 IEEE80211_HW_SUPPORTS_PS |
3902 IEEE80211_HW_SUPPORTS_DYNAMIC_PS;
Abhijeet Kolekar2a4ddaa2009-02-27 16:21:23 -08003903
3904 hw->wiphy->interface_modes =
3905 BIT(NL80211_IFTYPE_STATION) |
3906 BIT(NL80211_IFTYPE_ADHOC);
3907
3908 hw->wiphy->custom_regulatory = true;
3909
Luis R. Rodriguez37184242009-07-30 17:43:48 -07003910 /* Firmware does not support this */
3911 hw->wiphy->disable_beacon_hints = true;
3912
Johannes Berg1ecf9fc2009-04-20 14:36:56 -07003913 hw->wiphy->max_scan_ssids = PROBE_OPTION_MAX_3945;
3914 /* we create the 802.11 header and a zero-length SSID element */
3915 hw->wiphy->max_scan_ie_len = IWL_MAX_PROBE_REQUEST - 24 - 2;
Johannes Bergd60cc912009-04-09 09:56:02 +02003916
Abhijeet Kolekar2a4ddaa2009-02-27 16:21:23 -08003917 /* Default value; 4 EDCA QOS priorities */
3918 hw->queues = 4;
3919
Abhijeet Kolekar2a4ddaa2009-02-27 16:21:23 -08003920 if (priv->bands[IEEE80211_BAND_2GHZ].n_channels)
3921 priv->hw->wiphy->bands[IEEE80211_BAND_2GHZ] =
3922 &priv->bands[IEEE80211_BAND_2GHZ];
3923
3924 if (priv->bands[IEEE80211_BAND_5GHZ].n_channels)
3925 priv->hw->wiphy->bands[IEEE80211_BAND_5GHZ] =
3926 &priv->bands[IEEE80211_BAND_5GHZ];
3927
3928 ret = ieee80211_register_hw(priv->hw);
3929 if (ret) {
3930 IWL_ERR(priv, "Failed to register hw (error %d)\n", ret);
3931 return ret;
3932 }
3933 priv->mac80211_registered = 1;
3934
3935 return 0;
3936}
3937
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003938static int iwl3945_pci_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
Zhu Yib481de92007-09-25 17:54:57 -07003939{
3940 int err = 0;
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003941 struct iwl_priv *priv;
Zhu Yib481de92007-09-25 17:54:57 -07003942 struct ieee80211_hw *hw;
Kolekar, Abhijeetc0f20d92008-12-19 10:37:19 +08003943 struct iwl_cfg *cfg = (struct iwl_cfg *)(ent->driver_data);
Samuel Ortize6148912009-01-23 13:45:15 -08003944 struct iwl3945_eeprom *eeprom;
Mohamed Abbas0359fac2008-03-28 16:21:08 -07003945 unsigned long flags;
Zhu Yib481de92007-09-25 17:54:57 -07003946
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08003947 /***********************
3948 * 1. Allocating HW data
3949 * ********************/
3950
Zhu Yib481de92007-09-25 17:54:57 -07003951 /* mac80211 allocates memory for this device instance, including
3952 * space for this driver's private structure */
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003953 hw = iwl_alloc_all(cfg, &iwl3945_hw_ops);
Zhu Yib481de92007-09-25 17:54:57 -07003954 if (hw == NULL) {
Samuel Ortiza3139c52008-12-19 10:37:09 +08003955 printk(KERN_ERR DRV_NAME "Can not allocate network device\n");
Zhu Yib481de92007-09-25 17:54:57 -07003956 err = -ENOMEM;
3957 goto out;
3958 }
Zhu Yib481de92007-09-25 17:54:57 -07003959 priv = hw->priv;
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003960 SET_IEEE80211_DEV(hw, &pdev->dev);
Cahill, Ben M6440adb2007-11-29 11:09:55 +08003961
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003962 /*
3963 * Disabling hardware scan means that mac80211 will perform scans
3964 * "the hard way", rather than using device's scan.
3965 */
Kolekar, Abhijeetdf878d82008-12-19 10:37:35 +08003966 if (iwl3945_mod_params.disable_hw_scan) {
Tomas Winklere1623442009-01-27 14:27:56 -08003967 IWL_DEBUG_INFO(priv, "Disabling hw_scan\n");
Samuel Ortiz40b8ec02008-12-19 10:37:08 +08003968 iwl3945_hw_ops.hw_scan = NULL;
3969 }
3970
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003971
Tomas Winklere1623442009-01-27 14:27:56 -08003972 IWL_DEBUG_INFO(priv, "*** LOAD DRIVER ***\n");
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003973 priv->cfg = cfg;
3974 priv->pci_dev = pdev;
Mohamed Abbas40cefda2009-05-22 11:01:52 -07003975 priv->inta_mask = CSR_INI_SET_MASK;
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003976
Samuel Ortizd08853a2009-01-23 13:45:17 -08003977#ifdef CONFIG_IWLWIFI_DEBUG
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003978 atomic_set(&priv->restrict_refcnt, 0);
3979#endif
Wey-Yi Guy20594eb2009-08-07 15:41:39 -07003980 if (iwl_alloc_traffic_mem(priv))
3981 IWL_ERR(priv, "Not enough memory to generate traffic log\n");
Zhu Yib481de92007-09-25 17:54:57 -07003982
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08003983 /***************************
3984 * 2. Initializing PCI bus
3985 * *************************/
Zhu Yib481de92007-09-25 17:54:57 -07003986 if (pci_enable_device(pdev)) {
3987 err = -ENODEV;
3988 goto out_ieee80211_free_hw;
3989 }
3990
3991 pci_set_master(pdev);
3992
Yang Hongyang284901a2009-04-06 19:01:15 -07003993 err = pci_set_dma_mask(pdev, DMA_BIT_MASK(32));
Zhu Yib481de92007-09-25 17:54:57 -07003994 if (!err)
Yang Hongyang284901a2009-04-06 19:01:15 -07003995 err = pci_set_consistent_dma_mask(pdev, DMA_BIT_MASK(32));
Zhu Yib481de92007-09-25 17:54:57 -07003996 if (err) {
Tomas Winkler978785a2008-12-19 10:37:31 +08003997 IWL_WARN(priv, "No suitable DMA available.\n");
Zhu Yib481de92007-09-25 17:54:57 -07003998 goto out_pci_disable_device;
3999 }
4000
4001 pci_set_drvdata(pdev, priv);
4002 err = pci_request_regions(pdev, DRV_NAME);
4003 if (err)
4004 goto out_pci_disable_device;
Cahill, Ben M6440adb2007-11-29 11:09:55 +08004005
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004006 /***********************
4007 * 3. Read REV Register
4008 * ********************/
Zhu Yib481de92007-09-25 17:54:57 -07004009 priv->hw_base = pci_iomap(pdev, 0, 0);
4010 if (!priv->hw_base) {
4011 err = -ENODEV;
4012 goto out_pci_release_regions;
4013 }
4014
Tomas Winklere1623442009-01-27 14:27:56 -08004015 IWL_DEBUG_INFO(priv, "pci_resource_len = 0x%08llx\n",
Zhu Yib481de92007-09-25 17:54:57 -07004016 (unsigned long long) pci_resource_len(pdev, 0));
Tomas Winklere1623442009-01-27 14:27:56 -08004017 IWL_DEBUG_INFO(priv, "pci_resource_base = %p\n", priv->hw_base);
Zhu Yib481de92007-09-25 17:54:57 -07004018
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004019 /* We disable the RETRY_TIMEOUT register (0x41) to keep
4020 * PCI Tx retries from interfering with C3 CPU state */
4021 pci_write_config_byte(pdev, 0x41, 0x00);
Zhu Yib481de92007-09-25 17:54:57 -07004022
Mohamed Abbasa8b50a02009-05-22 11:01:47 -07004023 /* this spin lock will be used in apm_ops.init and EEPROM access
4024 * we should init now
4025 */
4026 spin_lock_init(&priv->reg_lock);
4027
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004028 /***********************
4029 * 4. Read EEPROM
4030 * ********************/
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08004031
Zhu Yi5a669262008-01-14 17:46:18 -08004032 /* Read the EEPROM */
Samuel Ortize6148912009-01-23 13:45:15 -08004033 err = iwl_eeprom_init(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004034 if (err) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08004035 IWL_ERR(priv, "Unable to init EEPROM\n");
Reinette Chatrec8f16132009-02-27 16:21:22 -08004036 goto out_iounmap;
Zhu Yi5a669262008-01-14 17:46:18 -08004037 }
4038 /* MAC Address location in EEPROM same for 3945/4965 */
Samuel Ortize6148912009-01-23 13:45:15 -08004039 eeprom = (struct iwl3945_eeprom *)priv->eeprom;
4040 memcpy(priv->mac_addr, eeprom->mac_address, ETH_ALEN);
Tomas Winklere1623442009-01-27 14:27:56 -08004041 IWL_DEBUG_INFO(priv, "MAC address: %pM\n", priv->mac_addr);
Zhu Yi5a669262008-01-14 17:46:18 -08004042 SET_IEEE80211_PERM_ADDR(priv->hw, priv->mac_addr);
4043
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004044 /***********************
4045 * 5. Setup HW Constants
4046 * ********************/
4047 /* Device-specific setup */
Abhijeet Kolekar3832ec92008-12-19 10:37:26 +08004048 if (iwl3945_hw_set_hw_params(priv)) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08004049 IWL_ERR(priv, "failed to set hw settings\n");
Reinette Chatrec8f16132009-02-27 16:21:22 -08004050 goto out_eeprom_free;
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004051 }
4052
4053 /***********************
4054 * 6. Setup priv
4055 * ********************/
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004056
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08004057 err = iwl3945_init_drv(priv);
Reinette Chatre849e0dc2008-01-23 10:15:18 -08004058 if (err) {
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08004059 IWL_ERR(priv, "initializing driver failed\n");
Reinette Chatrec8f16132009-02-27 16:21:22 -08004060 goto out_unset_hw_params;
Reinette Chatre849e0dc2008-01-23 10:15:18 -08004061 }
Reinette Chatre849e0dc2008-01-23 10:15:18 -08004062
Tomas Winkler978785a2008-12-19 10:37:31 +08004063 IWL_INFO(priv, "Detected Intel Wireless WiFi Link %s\n",
4064 priv->cfg->name);
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004065
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004066 /***********************
Abhijeet Kolekar09f9bf72009-04-20 14:37:03 -07004067 * 7. Setup Services
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004068 * ********************/
4069
4070 spin_lock_irqsave(&priv->lock, flags);
Abhijeet Kolekared3b9322009-02-18 15:54:30 -08004071 iwl_disable_interrupts(priv);
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004072 spin_unlock_irqrestore(&priv->lock, flags);
4073
Helmut Schaa26635162009-01-15 09:38:44 +01004074 pci_enable_msi(priv->pci_dev);
4075
Mohamed Abbasef850d72009-05-22 11:01:50 -07004076 err = request_irq(priv->pci_dev->irq, priv->cfg->ops->lib->isr,
4077 IRQF_SHARED, DRV_NAME, priv);
Helmut Schaa26635162009-01-15 09:38:44 +01004078 if (err) {
4079 IWL_ERR(priv, "Error allocating IRQ %d\n", priv->pci_dev->irq);
4080 goto out_disable_msi;
4081 }
4082
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004083 err = sysfs_create_group(&pdev->dev.kobj, &iwl3945_attribute_group);
4084 if (err) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08004085 IWL_ERR(priv, "failed to create sysfs device attributes\n");
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08004086 goto out_release_irq;
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004087 }
4088
Samuel Ortiz8ccde882009-01-27 14:27:52 -08004089 iwl_set_rxon_channel(priv,
4090 &priv->bands[IEEE80211_BAND_2GHZ].channels[5]);
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004091 iwl3945_setup_deferred_work(priv);
4092 iwl3945_setup_rx_handlers(priv);
Ben Cahill008a9e32009-10-09 13:20:27 -07004093 iwl_power_initialize(priv);
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004094
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004095 /*********************************
Abhijeet Kolekar09f9bf72009-04-20 14:37:03 -07004096 * 8. Setup and Register mac80211
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004097 * *******************************/
4098
Abhijeet Kolekar2a4ddaa2009-02-27 16:21:23 -08004099 iwl_enable_interrupts(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004100
Abhijeet Kolekar2a4ddaa2009-02-27 16:21:23 -08004101 err = iwl3945_setup_mac(priv);
4102 if (err)
4103 goto out_remove_sysfs;
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004104
Abhijeet Kolekara75fbe82009-04-20 14:36:58 -07004105 err = iwl_dbgfs_register(priv, DRV_NAME);
4106 if (err)
4107 IWL_ERR(priv, "failed to create debugfs files. Ignoring error: %d\n", err);
4108
Helmut Schaa26635162009-01-15 09:38:44 +01004109 /* Start monitoring the killswitch */
4110 queue_delayed_work(priv->workqueue, &priv->rfkill_poll,
4111 2 * HZ);
4112
Zhu Yib481de92007-09-25 17:54:57 -07004113 return 0;
4114
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004115 out_remove_sysfs:
Zhu Yib481de92007-09-25 17:54:57 -07004116 destroy_workqueue(priv->workqueue);
4117 priv->workqueue = NULL;
Reinette Chatrec8f16132009-02-27 16:21:22 -08004118 sysfs_remove_group(&pdev->dev.kobj, &iwl3945_attribute_group);
4119 out_release_irq:
4120 free_irq(priv->pci_dev->irq, priv);
Helmut Schaa26635162009-01-15 09:38:44 +01004121 out_disable_msi:
4122 pci_disable_msi(priv->pci_dev);
Reinette Chatrec8f16132009-02-27 16:21:22 -08004123 iwlcore_free_geos(priv);
4124 iwl_free_channel_map(priv);
4125 out_unset_hw_params:
4126 iwl3945_unset_hw_params(priv);
4127 out_eeprom_free:
4128 iwl_eeprom_free(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004129 out_iounmap:
4130 pci_iounmap(pdev, priv->hw_base);
4131 out_pci_release_regions:
4132 pci_release_regions(pdev);
4133 out_pci_disable_device:
Zhu Yib481de92007-09-25 17:54:57 -07004134 pci_set_drvdata(pdev, NULL);
Reinette Chatre623d5632009-03-03 11:37:04 -08004135 pci_disable_device(pdev);
Zhu Yib481de92007-09-25 17:54:57 -07004136 out_ieee80211_free_hw:
Wey-Yi Guy20594eb2009-08-07 15:41:39 -07004137 iwl_free_traffic_mem(priv);
Wey-Yi Guyd7c76f42009-10-09 13:20:17 -07004138 ieee80211_free_hw(priv->hw);
Zhu Yib481de92007-09-25 17:54:57 -07004139 out:
4140 return err;
4141}
4142
Reinette Chatrec83dbf62008-03-21 13:53:41 -07004143static void __devexit iwl3945_pci_remove(struct pci_dev *pdev)
Zhu Yib481de92007-09-25 17:54:57 -07004144{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08004145 struct iwl_priv *priv = pci_get_drvdata(pdev);
Mohamed Abbas0359fac2008-03-28 16:21:08 -07004146 unsigned long flags;
Zhu Yib481de92007-09-25 17:54:57 -07004147
4148 if (!priv)
4149 return;
4150
Tomas Winklere1623442009-01-27 14:27:56 -08004151 IWL_DEBUG_INFO(priv, "*** UNLOAD DRIVER ***\n");
Zhu Yib481de92007-09-25 17:54:57 -07004152
Abhijeet Kolekara75fbe82009-04-20 14:36:58 -07004153 iwl_dbgfs_unregister(priv);
4154
Zhu Yib481de92007-09-25 17:54:57 -07004155 set_bit(STATUS_EXIT_PENDING, &priv->status);
Zhu Yib24d22b2007-12-19 13:59:52 +08004156
Kolekar, Abhijeetd552bfb2008-12-19 10:37:41 +08004157 if (priv->mac80211_registered) {
4158 ieee80211_unregister_hw(priv->hw);
4159 priv->mac80211_registered = 0;
4160 } else {
4161 iwl3945_down(priv);
4162 }
Zhu Yib481de92007-09-25 17:54:57 -07004163
Ben Cahillc166b252009-10-23 13:42:35 -07004164 /*
4165 * Make sure device is reset to low power before unloading driver.
4166 * This may be redundant with iwl_down(), but there are paths to
4167 * run iwl_down() without calling apm_ops.stop(), and there are
4168 * paths to avoid running iwl_down() at all before leaving driver.
4169 * This (inexpensive) call *makes sure* device is reset.
4170 */
4171 priv->cfg->ops->lib->apm_ops.stop(priv);
4172
Mohamed Abbas0359fac2008-03-28 16:21:08 -07004173 /* make sure we flush any pending irq or
4174 * tasklet for the driver
4175 */
4176 spin_lock_irqsave(&priv->lock, flags);
Abhijeet Kolekared3b9322009-02-18 15:54:30 -08004177 iwl_disable_interrupts(priv);
Mohamed Abbas0359fac2008-03-28 16:21:08 -07004178 spin_unlock_irqrestore(&priv->lock, flags);
4179
4180 iwl_synchronize_irq(priv);
4181
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004182 sysfs_remove_group(&pdev->dev.kobj, &iwl3945_attribute_group);
Zhu Yib481de92007-09-25 17:54:57 -07004183
Reinette Chatre71d449b2009-04-20 14:37:01 -07004184 cancel_delayed_work_sync(&priv->rfkill_poll);
Helmut Schaa26635162009-01-15 09:38:44 +01004185
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004186 iwl3945_dealloc_ucode_pci(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004187
4188 if (priv->rxq.bd)
Reinette Chatredf833b12009-04-21 10:55:48 -07004189 iwl3945_rx_queue_free(priv, &priv->rxq);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004190 iwl3945_hw_txq_ctx_free(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004191
Abhijeet Kolekar3832ec92008-12-19 10:37:26 +08004192 iwl3945_unset_hw_params(priv);
Tomas Winklerc587de02009-06-03 11:44:07 -07004193 iwl_clear_stations_table(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004194
Mohamed Abbas6ef89d02007-10-25 17:15:47 +08004195 /*netif_stop_queue(dev); */
4196 flush_workqueue(priv->workqueue);
4197
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004198 /* ieee80211_unregister_hw calls iwl3945_mac_stop, which flushes
Zhu Yib481de92007-09-25 17:54:57 -07004199 * priv->workqueue... so we can't take down the workqueue
4200 * until now... */
4201 destroy_workqueue(priv->workqueue);
4202 priv->workqueue = NULL;
Wey-Yi Guy20594eb2009-08-07 15:41:39 -07004203 iwl_free_traffic_mem(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004204
Helmut Schaa26635162009-01-15 09:38:44 +01004205 free_irq(pdev->irq, priv);
4206 pci_disable_msi(pdev);
4207
Zhu Yib481de92007-09-25 17:54:57 -07004208 pci_iounmap(pdev, priv->hw_base);
4209 pci_release_regions(pdev);
4210 pci_disable_device(pdev);
4211 pci_set_drvdata(pdev, NULL);
4212
Samuel Ortize6148912009-01-23 13:45:15 -08004213 iwl_free_channel_map(priv);
Samuel Ortiz534166d2009-01-23 13:45:16 -08004214 iwlcore_free_geos(priv);
Winkler, Tomas805cee52009-01-19 15:30:28 -08004215 kfree(priv->scan);
Zhu Yib481de92007-09-25 17:54:57 -07004216 if (priv->ibss_beacon)
4217 dev_kfree_skb(priv->ibss_beacon);
4218
4219 ieee80211_free_hw(priv->hw);
4220}
4221
Zhu Yib481de92007-09-25 17:54:57 -07004222
4223/*****************************************************************************
4224 *
4225 * driver and module entry point
4226 *
4227 *****************************************************************************/
4228
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004229static struct pci_driver iwl3945_driver = {
Zhu Yib481de92007-09-25 17:54:57 -07004230 .name = DRV_NAME,
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004231 .id_table = iwl3945_hw_card_ids,
4232 .probe = iwl3945_pci_probe,
4233 .remove = __devexit_p(iwl3945_pci_remove),
Zhu Yib481de92007-09-25 17:54:57 -07004234#ifdef CONFIG_PM
Wey-Yi Guy6da3a132009-03-26 10:14:08 -07004235 .suspend = iwl_pci_suspend,
4236 .resume = iwl_pci_resume,
Zhu Yib481de92007-09-25 17:54:57 -07004237#endif
4238};
4239
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004240static int __init iwl3945_init(void)
Zhu Yib481de92007-09-25 17:54:57 -07004241{
4242
4243 int ret;
4244 printk(KERN_INFO DRV_NAME ": " DRV_DESCRIPTION ", " DRV_VERSION "\n");
4245 printk(KERN_INFO DRV_NAME ": " DRV_COPYRIGHT "\n");
Reinette Chatre897e1cf2008-03-28 16:21:09 -07004246
4247 ret = iwl3945_rate_control_register();
4248 if (ret) {
Samuel Ortiza3139c52008-12-19 10:37:09 +08004249 printk(KERN_ERR DRV_NAME
4250 "Unable to register rate control algorithm: %d\n", ret);
Reinette Chatre897e1cf2008-03-28 16:21:09 -07004251 return ret;
4252 }
4253
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004254 ret = pci_register_driver(&iwl3945_driver);
Zhu Yib481de92007-09-25 17:54:57 -07004255 if (ret) {
Samuel Ortiza3139c52008-12-19 10:37:09 +08004256 printk(KERN_ERR DRV_NAME "Unable to initialize PCI module\n");
Reinette Chatre897e1cf2008-03-28 16:21:09 -07004257 goto error_register;
Zhu Yib481de92007-09-25 17:54:57 -07004258 }
Zhu Yib481de92007-09-25 17:54:57 -07004259
4260 return ret;
Reinette Chatre897e1cf2008-03-28 16:21:09 -07004261
Reinette Chatre897e1cf2008-03-28 16:21:09 -07004262error_register:
4263 iwl3945_rate_control_unregister();
4264 return ret;
Zhu Yib481de92007-09-25 17:54:57 -07004265}
4266
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004267static void __exit iwl3945_exit(void)
Zhu Yib481de92007-09-25 17:54:57 -07004268{
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004269 pci_unregister_driver(&iwl3945_driver);
Reinette Chatre897e1cf2008-03-28 16:21:09 -07004270 iwl3945_rate_control_unregister();
Zhu Yib481de92007-09-25 17:54:57 -07004271}
4272
Reinette Chatrea0987a82008-12-02 12:14:06 -08004273MODULE_FIRMWARE(IWL3945_MODULE_FIRMWARE(IWL3945_UCODE_API_MAX));
Zhu Yi25cb6ca2008-09-11 11:45:22 +08004274
Wey-Yi Guy4e30cb62009-09-17 10:43:47 -07004275module_param_named(antenna, iwl3945_mod_params.antenna, int, S_IRUGO);
Zhu Yib481de92007-09-25 17:54:57 -07004276MODULE_PARM_DESC(antenna, "select antenna (1=Main, 2=Aux, default 0 [both])");
Wey-Yi Guy4e30cb62009-09-17 10:43:47 -07004277module_param_named(swcrypto, iwl3945_mod_params.sw_crypto, int, S_IRUGO);
Samuel Ortiz9c74d9f2009-01-08 10:19:59 -08004278MODULE_PARM_DESC(swcrypto,
4279 "using software crypto (default 1 [software])\n");
Reinette Chatrea562a9d2009-07-17 09:30:24 -07004280#ifdef CONFIG_IWLWIFI_DEBUG
Wey-Yi Guy4e30cb62009-09-17 10:43:47 -07004281module_param_named(debug, iwl_debug_level, uint, S_IRUGO | S_IWUSR);
Zhu Yib481de92007-09-25 17:54:57 -07004282MODULE_PARM_DESC(debug, "debug output mask");
Reinette Chatrea562a9d2009-07-17 09:30:24 -07004283#endif
Wey-Yi Guy4e30cb62009-09-17 10:43:47 -07004284module_param_named(disable_hw_scan, iwl3945_mod_params.disable_hw_scan,
4285 int, S_IRUGO);
Zhu Yib481de92007-09-25 17:54:57 -07004286MODULE_PARM_DESC(disable_hw_scan, "disable hardware scanning (default 0)");
Wey-Yi Guy4e30cb62009-09-17 10:43:47 -07004287module_param_named(fw_restart3945, iwl3945_mod_params.restart_fw, int, S_IRUGO);
Samuel Ortizaf48d042009-01-23 13:45:19 -08004288MODULE_PARM_DESC(fw_restart3945, "restart firmware in case of error");
4289
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004290module_exit(iwl3945_exit);
4291module_init(iwl3945_init);