blob: 92fa1a39c446d69ef322f3d70a06e3b64ca47406 [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>
36#include <linux/skbuff.h>
37#include <linux/netdevice.h>
38#include <linux/wireless.h>
39#include <linux/firmware.h>
Zhu Yib481de92007-09-25 17:54:57 -070040#include <linux/etherdevice.h>
41#include <linux/if_arp.h>
42
43#include <net/ieee80211_radiotap.h>
John W. Linville7e272fc2008-09-24 18:13:14 -040044#include <net/lib80211.h>
Zhu Yib481de92007-09-25 17:54:57 -070045#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 = {
92 .num_of_queues = IWL39_MAX_NUM_QUEUES,
Samuel Ortiz9c74d9f2009-01-08 10:19:59 -080093 .sw_crypto = 1,
Samuel Ortizaf48d042009-01-23 13:45:19 -080094 .restart_fw = 1,
Kolekar, Abhijeetdf878d82008-12-19 10:37:35 +080095 /* the rest are 0 by default */
96};
97
Zhu Yib481de92007-09-25 17:54:57 -070098/**
Samuel Ortiz7e4bca52009-01-23 13:45:18 -080099 * iwl3945_get_antenna_flags - Get antenna flags for RXON command
100 * @priv: eeprom and antenna fields are used to determine antenna flags
101 *
102 * priv->eeprom39 is used to determine if antenna AUX/MAIN are reversed
103 * iwl3945_mod_params.antenna specifies the antenna diversity mode:
104 *
105 * IWL_ANTENNA_DIVERSITY - NIC selects best antenna by itself
106 * IWL_ANTENNA_MAIN - Force MAIN antenna
107 * IWL_ANTENNA_AUX - Force AUX antenna
108 */
109__le32 iwl3945_get_antenna_flags(const struct iwl_priv *priv)
110{
111 struct iwl3945_eeprom *eeprom = (struct iwl3945_eeprom *)priv->eeprom;
112
113 switch (iwl3945_mod_params.antenna) {
114 case IWL_ANTENNA_DIVERSITY:
115 return 0;
116
117 case IWL_ANTENNA_MAIN:
118 if (eeprom->antenna_switch_type)
119 return RXON_FLG_DIS_DIV_MSK | RXON_FLG_ANT_B_MSK;
120 return RXON_FLG_DIS_DIV_MSK | RXON_FLG_ANT_A_MSK;
121
122 case IWL_ANTENNA_AUX:
123 if (eeprom->antenna_switch_type)
124 return RXON_FLG_DIS_DIV_MSK | RXON_FLG_ANT_A_MSK;
125 return RXON_FLG_DIS_DIV_MSK | RXON_FLG_ANT_B_MSK;
126 }
127
128 /* bad antenna selector value */
129 IWL_ERR(priv, "Bad antenna selector value (0x%x)\n",
130 iwl3945_mod_params.antenna);
131
132 return 0; /* "diversity" is default if error */
133}
134
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -0800135static int iwl3945_set_ccmp_dynamic_key_info(struct iwl_priv *priv,
Zhu Yib481de92007-09-25 17:54:57 -0700136 struct ieee80211_key_conf *keyconf,
137 u8 sta_id)
138{
139 unsigned long flags;
140 __le16 key_flags = 0;
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -0800141 int ret;
Zhu Yib481de92007-09-25 17:54:57 -0700142
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -0800143 key_flags |= (STA_KEY_FLG_CCMP | STA_KEY_FLG_MAP_KEY_MSK);
144 key_flags |= cpu_to_le16(keyconf->keyidx << STA_KEY_FLG_KEYID_POS);
145
146 if (sta_id == priv->hw_params.bcast_sta_id)
147 key_flags |= STA_KEY_MULTICAST_MSK;
148
149 keyconf->flags |= IEEE80211_KEY_FLAG_GENERATE_IV;
150 keyconf->hw_key_idx = keyconf->keyidx;
151 key_flags &= ~STA_KEY_FLG_INVALID;
152
Zhu Yib481de92007-09-25 17:54:57 -0700153 spin_lock_irqsave(&priv->sta_lock, flags);
Tomas Winklerc587de02009-06-03 11:44:07 -0700154 priv->stations[sta_id].keyinfo.alg = keyconf->alg;
155 priv->stations[sta_id].keyinfo.keylen = keyconf->keylen;
156 memcpy(priv->stations[sta_id].keyinfo.key, keyconf->key,
Zhu Yib481de92007-09-25 17:54:57 -0700157 keyconf->keylen);
158
Tomas Winklerc587de02009-06-03 11:44:07 -0700159 memcpy(priv->stations[sta_id].sta.key.key, keyconf->key,
Zhu Yib481de92007-09-25 17:54:57 -0700160 keyconf->keylen);
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -0800161
Tomas Winklerc587de02009-06-03 11:44:07 -0700162 if ((priv->stations[sta_id].sta.key.key_flags & STA_KEY_FLG_ENCRYPT_MSK)
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -0800163 == STA_KEY_FLG_NO_ENC)
Tomas Winklerc587de02009-06-03 11:44:07 -0700164 priv->stations[sta_id].sta.key.key_offset =
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -0800165 iwl_get_free_ucode_key_index(priv);
166 /* else, we are overriding an existing key => no need to allocated room
167 * in uCode. */
168
Tomas Winklerc587de02009-06-03 11:44:07 -0700169 WARN(priv->stations[sta_id].sta.key.key_offset == WEP_INVALID_OFFSET,
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -0800170 "no space for a new key");
171
Tomas Winklerc587de02009-06-03 11:44:07 -0700172 priv->stations[sta_id].sta.key.key_flags = key_flags;
173 priv->stations[sta_id].sta.sta.modify_mask = STA_MODIFY_KEY_MASK;
174 priv->stations[sta_id].sta.mode = STA_CONTROL_MODIFY_MSK;
Zhu Yib481de92007-09-25 17:54:57 -0700175
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -0800176 IWL_DEBUG_INFO(priv, "hwcrypto: modify ucode station key info\n");
177
Tomas Winklerc587de02009-06-03 11:44:07 -0700178 ret = iwl_send_add_sta(priv, &priv->stations[sta_id].sta, CMD_ASYNC);
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -0800179
Zhu Yib481de92007-09-25 17:54:57 -0700180 spin_unlock_irqrestore(&priv->sta_lock, flags);
181
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -0800182 return ret;
183}
184
185static int iwl3945_set_tkip_dynamic_key_info(struct iwl_priv *priv,
186 struct ieee80211_key_conf *keyconf,
187 u8 sta_id)
188{
189 return -EOPNOTSUPP;
190}
191
192static int iwl3945_set_wep_dynamic_key_info(struct iwl_priv *priv,
193 struct ieee80211_key_conf *keyconf,
194 u8 sta_id)
195{
196 return -EOPNOTSUPP;
Zhu Yib481de92007-09-25 17:54:57 -0700197}
198
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800199static int iwl3945_clear_sta_key_info(struct iwl_priv *priv, u8 sta_id)
Zhu Yib481de92007-09-25 17:54:57 -0700200{
201 unsigned long flags;
202
203 spin_lock_irqsave(&priv->sta_lock, flags);
Tomas Winklerc587de02009-06-03 11:44:07 -0700204 memset(&priv->stations[sta_id].keyinfo, 0, sizeof(struct iwl_hw_key));
205 memset(&priv->stations[sta_id].sta.key, 0,
Tomas Winkler4c897252008-12-19 10:37:05 +0800206 sizeof(struct iwl4965_keyinfo));
Tomas Winklerc587de02009-06-03 11:44:07 -0700207 priv->stations[sta_id].sta.key.key_flags = STA_KEY_FLG_NO_ENC;
208 priv->stations[sta_id].sta.sta.modify_mask = STA_MODIFY_KEY_MASK;
209 priv->stations[sta_id].sta.mode = STA_CONTROL_MODIFY_MSK;
Zhu Yib481de92007-09-25 17:54:57 -0700210 spin_unlock_irqrestore(&priv->sta_lock, flags);
211
Tomas Winklere1623442009-01-27 14:27:56 -0800212 IWL_DEBUG_INFO(priv, "hwcrypto: clear ucode station key info\n");
Tomas Winklerc587de02009-06-03 11:44:07 -0700213 iwl_send_add_sta(priv, &priv->stations[sta_id].sta, 0);
Zhu Yib481de92007-09-25 17:54:57 -0700214 return 0;
215}
216
Abhijeet Kolekarfa11d522009-03-11 11:17:54 -0700217static int iwl3945_set_dynamic_key(struct iwl_priv *priv,
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -0800218 struct ieee80211_key_conf *keyconf, u8 sta_id)
219{
220 int ret = 0;
221
222 keyconf->hw_key_idx = HW_KEY_DYNAMIC;
223
224 switch (keyconf->alg) {
225 case ALG_CCMP:
226 ret = iwl3945_set_ccmp_dynamic_key_info(priv, keyconf, sta_id);
227 break;
228 case ALG_TKIP:
229 ret = iwl3945_set_tkip_dynamic_key_info(priv, keyconf, sta_id);
230 break;
231 case ALG_WEP:
232 ret = iwl3945_set_wep_dynamic_key_info(priv, keyconf, sta_id);
233 break;
234 default:
Abhijeet Kolekar1e680232009-03-17 21:51:50 -0700235 IWL_ERR(priv, "Unknown alg: %s alg = %d\n", __func__, keyconf->alg);
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -0800236 ret = -EINVAL;
237 }
238
239 IWL_DEBUG_WEP(priv, "Set dynamic key: alg= %d len=%d idx=%d sta=%d ret=%d\n",
240 keyconf->alg, keyconf->keylen, keyconf->keyidx,
241 sta_id, ret);
242
243 return ret;
244}
245
246static int iwl3945_remove_static_key(struct iwl_priv *priv)
247{
248 int ret = -EOPNOTSUPP;
249
250 return ret;
251}
252
253static int iwl3945_set_static_key(struct iwl_priv *priv,
254 struct ieee80211_key_conf *key)
255{
256 if (key->alg == ALG_WEP)
257 return -EOPNOTSUPP;
258
259 IWL_ERR(priv, "Static key invalid: alg %d\n", key->alg);
260 return -EINVAL;
261}
262
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800263static void iwl3945_clear_free_frames(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -0700264{
265 struct list_head *element;
266
Tomas Winklere1623442009-01-27 14:27:56 -0800267 IWL_DEBUG_INFO(priv, "%d frames on pre-allocated heap on clear.\n",
Zhu Yib481de92007-09-25 17:54:57 -0700268 priv->frames_count);
269
270 while (!list_empty(&priv->free_frames)) {
271 element = priv->free_frames.next;
272 list_del(element);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800273 kfree(list_entry(element, struct iwl3945_frame, list));
Zhu Yib481de92007-09-25 17:54:57 -0700274 priv->frames_count--;
275 }
276
277 if (priv->frames_count) {
Winkler, Tomas39aadf82008-12-19 10:37:32 +0800278 IWL_WARN(priv, "%d frames still in use. Did we lose one?\n",
Zhu Yib481de92007-09-25 17:54:57 -0700279 priv->frames_count);
280 priv->frames_count = 0;
281 }
282}
283
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800284static struct iwl3945_frame *iwl3945_get_free_frame(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -0700285{
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800286 struct iwl3945_frame *frame;
Zhu Yib481de92007-09-25 17:54:57 -0700287 struct list_head *element;
288 if (list_empty(&priv->free_frames)) {
289 frame = kzalloc(sizeof(*frame), GFP_KERNEL);
290 if (!frame) {
Winkler, Tomas15b16872008-12-19 10:37:33 +0800291 IWL_ERR(priv, "Could not allocate frame!\n");
Zhu Yib481de92007-09-25 17:54:57 -0700292 return NULL;
293 }
294
295 priv->frames_count++;
296 return frame;
297 }
298
299 element = priv->free_frames.next;
300 list_del(element);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800301 return list_entry(element, struct iwl3945_frame, list);
Zhu Yib481de92007-09-25 17:54:57 -0700302}
303
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800304static void iwl3945_free_frame(struct iwl_priv *priv, struct iwl3945_frame *frame)
Zhu Yib481de92007-09-25 17:54:57 -0700305{
306 memset(frame, 0, sizeof(*frame));
307 list_add(&frame->list, &priv->free_frames);
308}
309
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800310unsigned int iwl3945_fill_beacon_frame(struct iwl_priv *priv,
Zhu Yib481de92007-09-25 17:54:57 -0700311 struct ieee80211_hdr *hdr,
Rami Rosen73ec1cc2008-12-16 09:37:07 +0200312 int left)
Zhu Yib481de92007-09-25 17:54:57 -0700313{
314
Samuel Ortiz8ccde882009-01-27 14:27:52 -0800315 if (!iwl_is_associated(priv) || !priv->ibss_beacon ||
Johannes Berg05c914f2008-09-11 00:01:58 +0200316 ((priv->iw_mode != NL80211_IFTYPE_ADHOC) &&
317 (priv->iw_mode != NL80211_IFTYPE_AP)))
Zhu Yib481de92007-09-25 17:54:57 -0700318 return 0;
319
320 if (priv->ibss_beacon->len > left)
321 return 0;
322
323 memcpy(hdr, priv->ibss_beacon->data, priv->ibss_beacon->len);
324
325 return priv->ibss_beacon->len;
326}
327
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800328static int iwl3945_send_beacon_cmd(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -0700329{
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800330 struct iwl3945_frame *frame;
Zhu Yib481de92007-09-25 17:54:57 -0700331 unsigned int frame_size;
332 int rc;
333 u8 rate;
334
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800335 frame = iwl3945_get_free_frame(priv);
Zhu Yib481de92007-09-25 17:54:57 -0700336
337 if (!frame) {
Winkler, Tomas15b16872008-12-19 10:37:33 +0800338 IWL_ERR(priv, "Could not obtain free frame buffer for beacon "
Zhu Yib481de92007-09-25 17:54:57 -0700339 "command.\n");
340 return -ENOMEM;
341 }
342
Samuel Ortiz8ccde882009-01-27 14:27:52 -0800343 rate = iwl_rate_get_lowest_plcp(priv);
Zhu Yib481de92007-09-25 17:54:57 -0700344
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800345 frame_size = iwl3945_hw_get_beacon_cmd(priv, frame, rate);
Zhu Yib481de92007-09-25 17:54:57 -0700346
Samuel Ortiz518099a2009-01-19 15:30:27 -0800347 rc = iwl_send_cmd_pdu(priv, REPLY_TX_BEACON, frame_size,
Zhu Yib481de92007-09-25 17:54:57 -0700348 &frame->u.cmd[0]);
349
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800350 iwl3945_free_frame(priv, frame);
Zhu Yib481de92007-09-25 17:54:57 -0700351
352 return rc;
353}
354
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800355static void iwl3945_unset_hw_params(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -0700356{
Abhijeet Kolekar3832ec92008-12-19 10:37:26 +0800357 if (priv->shared_virt)
Zhu Yib481de92007-09-25 17:54:57 -0700358 pci_free_consistent(priv->pci_dev,
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800359 sizeof(struct iwl3945_shared),
Abhijeet Kolekar3832ec92008-12-19 10:37:26 +0800360 priv->shared_virt,
361 priv->shared_phys);
Zhu Yib481de92007-09-25 17:54:57 -0700362}
363
Zhu Yib481de92007-09-25 17:54:57 -0700364#define MAX_UCODE_BEACON_INTERVAL 1024
Harvey Harrisonc1b4aa32009-01-29 13:26:44 -0800365#define INTEL_CONN_LISTEN_INTERVAL cpu_to_le16(0xA)
Zhu Yib481de92007-09-25 17:54:57 -0700366
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800367static __le16 iwl3945_adjust_beacon_interval(u16 beacon_val)
Zhu Yib481de92007-09-25 17:54:57 -0700368{
369 u16 new_val = 0;
370 u16 beacon_factor = 0;
371
372 beacon_factor =
373 (beacon_val + MAX_UCODE_BEACON_INTERVAL)
374 / MAX_UCODE_BEACON_INTERVAL;
375 new_val = beacon_val / beacon_factor;
376
377 return cpu_to_le16(new_val);
378}
379
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800380static void iwl3945_setup_rxon_timing(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -0700381{
382 u64 interval_tm_unit;
383 u64 tsf, result;
384 unsigned long flags;
385 struct ieee80211_conf *conf = NULL;
386 u16 beacon_int = 0;
387
388 conf = ieee80211_get_hw_conf(priv->hw);
389
390 spin_lock_irqsave(&priv->lock, flags);
Tomas Winkler28afaf92008-12-19 10:37:06 +0800391 priv->rxon_timing.timestamp = cpu_to_le64(priv->timestamp);
Zhu Yib481de92007-09-25 17:54:57 -0700392 priv->rxon_timing.listen_interval = INTEL_CONN_LISTEN_INTERVAL;
393
Tomas Winkler28afaf92008-12-19 10:37:06 +0800394 tsf = priv->timestamp;
Zhu Yib481de92007-09-25 17:54:57 -0700395
396 beacon_int = priv->beacon_int;
397 spin_unlock_irqrestore(&priv->lock, flags);
398
Johannes Berg05c914f2008-09-11 00:01:58 +0200399 if (priv->iw_mode == NL80211_IFTYPE_STATION) {
Zhu Yib481de92007-09-25 17:54:57 -0700400 if (beacon_int == 0) {
401 priv->rxon_timing.beacon_interval = cpu_to_le16(100);
402 priv->rxon_timing.beacon_init_val = cpu_to_le32(102400);
403 } else {
404 priv->rxon_timing.beacon_interval =
405 cpu_to_le16(beacon_int);
406 priv->rxon_timing.beacon_interval =
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800407 iwl3945_adjust_beacon_interval(
Zhu Yib481de92007-09-25 17:54:57 -0700408 le16_to_cpu(priv->rxon_timing.beacon_interval));
409 }
410
411 priv->rxon_timing.atim_window = 0;
412 } else {
413 priv->rxon_timing.beacon_interval =
Johannes Berg57c4d7b2009-04-23 16:10:04 +0200414 iwl3945_adjust_beacon_interval(
415 priv->vif->bss_conf.beacon_int);
Zhu Yib481de92007-09-25 17:54:57 -0700416 /* TODO: we need to get atim_window from upper stack
417 * for now we set to 0 */
418 priv->rxon_timing.atim_window = 0;
419 }
420
421 interval_tm_unit =
422 (le16_to_cpu(priv->rxon_timing.beacon_interval) * 1024);
423 result = do_div(tsf, interval_tm_unit);
424 priv->rxon_timing.beacon_init_val =
425 cpu_to_le32((u32) ((u64) interval_tm_unit - result));
426
Tomas Winklere1623442009-01-27 14:27:56 -0800427 IWL_DEBUG_ASSOC(priv,
428 "beacon interval %d beacon timer %d beacon tim %d\n",
Zhu Yib481de92007-09-25 17:54:57 -0700429 le16_to_cpu(priv->rxon_timing.beacon_interval),
430 le32_to_cpu(priv->rxon_timing.beacon_init_val),
431 le16_to_cpu(priv->rxon_timing.atim_window));
432}
433
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800434static void iwl3945_build_tx_cmd_hwcrypto(struct iwl_priv *priv,
Johannes Berge039fa42008-05-15 12:55:29 +0200435 struct ieee80211_tx_info *info,
Winkler, Tomasc2d79b482008-12-19 10:37:34 +0800436 struct iwl_cmd *cmd,
Zhu Yib481de92007-09-25 17:54:57 -0700437 struct sk_buff *skb_frag,
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -0800438 int sta_id)
Zhu Yib481de92007-09-25 17:54:57 -0700439{
Winkler, Tomase52119c2008-12-22 11:31:19 +0800440 struct iwl3945_tx_cmd *tx = (struct iwl3945_tx_cmd *)cmd->cmd.payload;
Tomas Winklerc587de02009-06-03 11:44:07 -0700441 struct iwl_hw_key *keyinfo = &priv->stations[sta_id].keyinfo;
Zhu Yib481de92007-09-25 17:54:57 -0700442
443 switch (keyinfo->alg) {
444 case ALG_CCMP:
Winkler, Tomase52119c2008-12-22 11:31:19 +0800445 tx->sec_ctl = TX_CMD_SEC_CCM;
446 memcpy(tx->key, keyinfo->key, keyinfo->keylen);
Tomas Winklere1623442009-01-27 14:27:56 -0800447 IWL_DEBUG_TX(priv, "tx_cmd with AES hwcrypto\n");
Zhu Yib481de92007-09-25 17:54:57 -0700448 break;
449
450 case ALG_TKIP:
Zhu Yib481de92007-09-25 17:54:57 -0700451 break;
452
453 case ALG_WEP:
Winkler, Tomase52119c2008-12-22 11:31:19 +0800454 tx->sec_ctl = TX_CMD_SEC_WEP |
Johannes Berge039fa42008-05-15 12:55:29 +0200455 (info->control.hw_key->hw_key_idx & TX_CMD_SEC_MSK) << TX_CMD_SEC_SHIFT;
Zhu Yib481de92007-09-25 17:54:57 -0700456
457 if (keyinfo->keylen == 13)
Winkler, Tomase52119c2008-12-22 11:31:19 +0800458 tx->sec_ctl |= TX_CMD_SEC_KEY128;
Zhu Yib481de92007-09-25 17:54:57 -0700459
Winkler, Tomase52119c2008-12-22 11:31:19 +0800460 memcpy(&tx->key[3], keyinfo->key, keyinfo->keylen);
Zhu Yib481de92007-09-25 17:54:57 -0700461
Tomas Winklere1623442009-01-27 14:27:56 -0800462 IWL_DEBUG_TX(priv, "Configuring packet for WEP encryption "
Johannes Berge039fa42008-05-15 12:55:29 +0200463 "with key %d\n", info->control.hw_key->hw_key_idx);
Zhu Yib481de92007-09-25 17:54:57 -0700464 break;
465
Zhu Yib481de92007-09-25 17:54:57 -0700466 default:
Tomas Winkler978785a2008-12-19 10:37:31 +0800467 IWL_ERR(priv, "Unknown encode alg %d\n", keyinfo->alg);
Zhu Yib481de92007-09-25 17:54:57 -0700468 break;
469 }
470}
471
472/*
473 * handle build REPLY_TX command notification.
474 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800475static void iwl3945_build_tx_cmd_basic(struct iwl_priv *priv,
Winkler, Tomasc2d79b482008-12-19 10:37:34 +0800476 struct iwl_cmd *cmd,
Johannes Berge039fa42008-05-15 12:55:29 +0200477 struct ieee80211_tx_info *info,
Winkler, Tomase52119c2008-12-22 11:31:19 +0800478 struct ieee80211_hdr *hdr, u8 std_id)
Zhu Yib481de92007-09-25 17:54:57 -0700479{
Winkler, Tomase52119c2008-12-22 11:31:19 +0800480 struct iwl3945_tx_cmd *tx = (struct iwl3945_tx_cmd *)cmd->cmd.payload;
481 __le32 tx_flags = tx->tx_flags;
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -0700482 __le16 fc = hdr->frame_control;
Johannes Berge6a98542008-10-21 12:40:02 +0200483 u8 rc_flags = info->control.rates[0].flags;
Zhu Yib481de92007-09-25 17:54:57 -0700484
Winkler, Tomase52119c2008-12-22 11:31:19 +0800485 tx->stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE;
Johannes Berge039fa42008-05-15 12:55:29 +0200486 if (!(info->flags & IEEE80211_TX_CTL_NO_ACK)) {
Zhu Yib481de92007-09-25 17:54:57 -0700487 tx_flags |= TX_CMD_FLG_ACK_MSK;
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -0700488 if (ieee80211_is_mgmt(fc))
Zhu Yib481de92007-09-25 17:54:57 -0700489 tx_flags |= TX_CMD_FLG_SEQ_CTL_MSK;
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -0700490 if (ieee80211_is_probe_resp(fc) &&
Zhu Yib481de92007-09-25 17:54:57 -0700491 !(le16_to_cpu(hdr->seq_ctrl) & 0xf))
492 tx_flags |= TX_CMD_FLG_TSF_MSK;
493 } else {
494 tx_flags &= (~TX_CMD_FLG_ACK_MSK);
495 tx_flags |= TX_CMD_FLG_SEQ_CTL_MSK;
496 }
497
Winkler, Tomase52119c2008-12-22 11:31:19 +0800498 tx->sta_id = std_id;
Harvey Harrison8b7b1e02008-06-11 14:21:56 -0700499 if (ieee80211_has_morefrags(fc))
Zhu Yib481de92007-09-25 17:54:57 -0700500 tx_flags |= TX_CMD_FLG_MORE_FRAG_MSK;
501
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -0700502 if (ieee80211_is_data_qos(fc)) {
503 u8 *qc = ieee80211_get_qos_ctl(hdr);
Winkler, Tomase52119c2008-12-22 11:31:19 +0800504 tx->tid_tspec = qc[0] & 0xf;
Zhu Yib481de92007-09-25 17:54:57 -0700505 tx_flags &= ~TX_CMD_FLG_SEQ_CTL_MSK;
Tomas Winkler54dbb522008-05-15 13:54:06 +0800506 } else {
Zhu Yib481de92007-09-25 17:54:57 -0700507 tx_flags |= TX_CMD_FLG_SEQ_CTL_MSK;
Tomas Winkler54dbb522008-05-15 13:54:06 +0800508 }
Zhu Yib481de92007-09-25 17:54:57 -0700509
Johannes Berge6a98542008-10-21 12:40:02 +0200510 if (rc_flags & IEEE80211_TX_RC_USE_RTS_CTS) {
Zhu Yib481de92007-09-25 17:54:57 -0700511 tx_flags |= TX_CMD_FLG_RTS_MSK;
512 tx_flags &= ~TX_CMD_FLG_CTS_MSK;
Johannes Berge6a98542008-10-21 12:40:02 +0200513 } else if (rc_flags & IEEE80211_TX_RC_USE_CTS_PROTECT) {
Zhu Yib481de92007-09-25 17:54:57 -0700514 tx_flags &= ~TX_CMD_FLG_RTS_MSK;
515 tx_flags |= TX_CMD_FLG_CTS_MSK;
516 }
517
518 if ((tx_flags & TX_CMD_FLG_RTS_MSK) || (tx_flags & TX_CMD_FLG_CTS_MSK))
519 tx_flags |= TX_CMD_FLG_FULL_TXOP_PROT_MSK;
520
521 tx_flags &= ~(TX_CMD_FLG_ANT_SEL_MSK);
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -0700522 if (ieee80211_is_mgmt(fc)) {
523 if (ieee80211_is_assoc_req(fc) || ieee80211_is_reassoc_req(fc))
Winkler, Tomase52119c2008-12-22 11:31:19 +0800524 tx->timeout.pm_frame_timeout = cpu_to_le16(3);
Zhu Yib481de92007-09-25 17:54:57 -0700525 else
Winkler, Tomase52119c2008-12-22 11:31:19 +0800526 tx->timeout.pm_frame_timeout = cpu_to_le16(2);
Mohamed Abbasab53d8a2008-03-25 16:33:36 -0700527 } else {
Winkler, Tomase52119c2008-12-22 11:31:19 +0800528 tx->timeout.pm_frame_timeout = 0;
Abhijeet Kolekar5c8df2d2009-03-11 11:17:55 -0700529#ifdef CONFIG_IWLWIFI_LEDS
Mohamed Abbasab53d8a2008-03-25 16:33:36 -0700530 priv->rxtxpackets += le16_to_cpu(cmd->cmd.tx.len);
531#endif
532 }
Zhu Yib481de92007-09-25 17:54:57 -0700533
Winkler, Tomase52119c2008-12-22 11:31:19 +0800534 tx->driver_txop = 0;
535 tx->tx_flags = tx_flags;
536 tx->next_frame_len = 0;
Zhu Yib481de92007-09-25 17:54:57 -0700537}
538
Zhu Yib481de92007-09-25 17:54:57 -0700539/*
540 * start REPLY_TX command process
541 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800542static int iwl3945_tx_skb(struct iwl_priv *priv, struct sk_buff *skb)
Zhu Yib481de92007-09-25 17:54:57 -0700543{
544 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)skb->data;
Johannes Berge039fa42008-05-15 12:55:29 +0200545 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb);
Winkler, Tomase52119c2008-12-22 11:31:19 +0800546 struct iwl3945_tx_cmd *tx;
Samuel Ortiz188cf6c2008-12-22 11:31:16 +0800547 struct iwl_tx_queue *txq = NULL;
Samuel Ortizd20b3c62008-12-19 10:37:15 +0800548 struct iwl_queue *q = NULL;
Winkler, Tomase52119c2008-12-22 11:31:19 +0800549 struct iwl_cmd *out_cmd = NULL;
Zhu Yib481de92007-09-25 17:54:57 -0700550 dma_addr_t phys_addr;
551 dma_addr_t txcmd_phys;
Winkler, Tomase52119c2008-12-22 11:31:19 +0800552 int txq_id = skb_get_queue_mapping(skb);
Reinette Chatredf833b12009-04-21 10:55:48 -0700553 u16 len, idx, len_org, hdr_len; /* TODO: len_org is not used */
Tomas Winkler54dbb522008-05-15 13:54:06 +0800554 u8 id;
555 u8 unicast;
Zhu Yib481de92007-09-25 17:54:57 -0700556 u8 sta_id;
Tomas Winkler54dbb522008-05-15 13:54:06 +0800557 u8 tid = 0;
Zhu Yib481de92007-09-25 17:54:57 -0700558 u16 seq_number = 0;
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -0700559 __le16 fc;
Zhu Yib481de92007-09-25 17:54:57 -0700560 u8 wait_write_ptr = 0;
Tomas Winkler54dbb522008-05-15 13:54:06 +0800561 u8 *qc = NULL;
Zhu Yib481de92007-09-25 17:54:57 -0700562 unsigned long flags;
563 int rc;
564
565 spin_lock_irqsave(&priv->lock, flags);
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +0800566 if (iwl_is_rfkill(priv)) {
Tomas Winklere1623442009-01-27 14:27:56 -0800567 IWL_DEBUG_DROP(priv, "Dropping - RF KILL\n");
Zhu Yib481de92007-09-25 17:54:57 -0700568 goto drop_unlock;
569 }
570
Johannes Berge039fa42008-05-15 12:55:29 +0200571 if ((ieee80211_get_tx_rate(priv->hw, info)->hw_value & 0xFF) == IWL_INVALID_RATE) {
Winkler, Tomas15b16872008-12-19 10:37:33 +0800572 IWL_ERR(priv, "ERROR: No TX rate available.\n");
Zhu Yib481de92007-09-25 17:54:57 -0700573 goto drop_unlock;
574 }
575
576 unicast = !is_multicast_ether_addr(hdr->addr1);
577 id = 0;
578
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -0700579 fc = hdr->frame_control;
Zhu Yib481de92007-09-25 17:54:57 -0700580
Samuel Ortizd08853a2009-01-23 13:45:17 -0800581#ifdef CONFIG_IWLWIFI_DEBUG
Zhu Yib481de92007-09-25 17:54:57 -0700582 if (ieee80211_is_auth(fc))
Tomas Winklere1623442009-01-27 14:27:56 -0800583 IWL_DEBUG_TX(priv, "Sending AUTH frame\n");
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -0700584 else if (ieee80211_is_assoc_req(fc))
Tomas Winklere1623442009-01-27 14:27:56 -0800585 IWL_DEBUG_TX(priv, "Sending ASSOC frame\n");
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -0700586 else if (ieee80211_is_reassoc_req(fc))
Tomas Winklere1623442009-01-27 14:27:56 -0800587 IWL_DEBUG_TX(priv, "Sending REASSOC frame\n");
Zhu Yib481de92007-09-25 17:54:57 -0700588#endif
589
Mohamed Abbas7878a5a2007-11-29 11:10:13 +0800590 /* drop all data frame if we are not associated */
Stefanik Gábor914233d2008-06-30 17:23:30 +0800591 if (ieee80211_is_data(fc) &&
Wey-Yi Guy279b05d2009-04-20 14:37:00 -0700592 (!iwl_is_monitor_mode(priv)) && /* packet injection */
Samuel Ortiz8ccde882009-01-27 14:27:52 -0800593 (!iwl_is_associated(priv) ||
Johannes Berg05c914f2008-09-11 00:01:58 +0200594 ((priv->iw_mode == NL80211_IFTYPE_STATION) && !priv->assoc_id))) {
Tomas Winklere1623442009-01-27 14:27:56 -0800595 IWL_DEBUG_DROP(priv, "Dropping - !iwl_is_associated\n");
Zhu Yib481de92007-09-25 17:54:57 -0700596 goto drop_unlock;
597 }
598
599 spin_unlock_irqrestore(&priv->lock, flags);
600
Harvey Harrison7294ec92008-07-15 18:43:59 -0700601 hdr_len = ieee80211_hdrlen(fc);
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800602
603 /* Find (or create) index into station table for destination station */
Abhijeet Kolekarf5d30262009-04-08 11:26:43 -0700604 sta_id = iwl_get_sta_id(priv, hdr);
Zhu Yib481de92007-09-25 17:54:57 -0700605 if (sta_id == IWL_INVALID_STATION) {
Tomas Winklere1623442009-01-27 14:27:56 -0800606 IWL_DEBUG_DROP(priv, "Dropping - INVALID STATION: %pM\n",
Johannes Berge1749612008-10-27 15:59:26 -0700607 hdr->addr1);
Zhu Yib481de92007-09-25 17:54:57 -0700608 goto drop;
609 }
610
Tomas Winklere1623442009-01-27 14:27:56 -0800611 IWL_DEBUG_RATE(priv, "station Id %d\n", sta_id);
Zhu Yib481de92007-09-25 17:54:57 -0700612
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -0700613 if (ieee80211_is_data_qos(fc)) {
614 qc = ieee80211_get_qos_ctl(hdr);
Harvey Harrison7294ec92008-07-15 18:43:59 -0700615 tid = qc[0] & IEEE80211_QOS_CTL_TID_MASK;
Tomas Winklerc587de02009-06-03 11:44:07 -0700616 seq_number = priv->stations[sta_id].tid[tid].seq_number &
Zhu Yib481de92007-09-25 17:54:57 -0700617 IEEE80211_SCTL_SEQ;
618 hdr->seq_ctrl = cpu_to_le16(seq_number) |
619 (hdr->seq_ctrl &
Harvey Harrisonc1b4aa32009-01-29 13:26:44 -0800620 cpu_to_le16(IEEE80211_SCTL_FRAG));
Zhu Yib481de92007-09-25 17:54:57 -0700621 seq_number += 0x10;
622 }
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800623
624 /* Descriptor for chosen Tx queue */
Samuel Ortiz188cf6c2008-12-22 11:31:16 +0800625 txq = &priv->txq[txq_id];
Zhu Yib481de92007-09-25 17:54:57 -0700626 q = &txq->q;
627
628 spin_lock_irqsave(&priv->lock, flags);
629
Tomas Winklerfc4b6852007-10-25 17:15:24 +0800630 idx = get_cmd_index(q, q->write_ptr, 0);
Zhu Yib481de92007-09-25 17:54:57 -0700631
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800632 /* Set up driver data for this TFD */
Winkler, Tomasdbb66542008-12-22 11:31:14 +0800633 memset(&(txq->txb[q->write_ptr]), 0, sizeof(struct iwl_tx_info));
Tomas Winklerfc4b6852007-10-25 17:15:24 +0800634 txq->txb[q->write_ptr].skb[0] = skb;
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800635
636 /* Init first empty entry in queue's array of Tx/cmd buffers */
Samuel Ortiz188cf6c2008-12-22 11:31:16 +0800637 out_cmd = txq->cmd[idx];
Winkler, Tomase52119c2008-12-22 11:31:19 +0800638 tx = (struct iwl3945_tx_cmd *)out_cmd->cmd.payload;
Zhu Yib481de92007-09-25 17:54:57 -0700639 memset(&out_cmd->hdr, 0, sizeof(out_cmd->hdr));
Winkler, Tomase52119c2008-12-22 11:31:19 +0800640 memset(tx, 0, sizeof(*tx));
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800641
642 /*
643 * Set up the Tx-command (not MAC!) header.
644 * Store the chosen Tx queue and TFD index within the sequence field;
645 * after Tx, uCode's Tx response will return this value so driver can
646 * locate the frame within the tx queue and do post-tx processing.
647 */
Zhu Yib481de92007-09-25 17:54:57 -0700648 out_cmd->hdr.cmd = REPLY_TX;
649 out_cmd->hdr.sequence = cpu_to_le16((u16)(QUEUE_TO_SEQ(txq_id) |
Tomas Winklerfc4b6852007-10-25 17:15:24 +0800650 INDEX_TO_SEQ(q->write_ptr)));
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800651
652 /* Copy MAC header from skb into command buffer */
Winkler, Tomase52119c2008-12-22 11:31:19 +0800653 memcpy(tx->hdr, hdr, hdr_len);
Zhu Yib481de92007-09-25 17:54:57 -0700654
Reinette Chatredf833b12009-04-21 10:55:48 -0700655
656 if (info->control.hw_key)
657 iwl3945_build_tx_cmd_hwcrypto(priv, info, out_cmd, skb, sta_id);
658
659 /* TODO need this for burst mode later on */
660 iwl3945_build_tx_cmd_basic(priv, out_cmd, info, hdr, sta_id);
661
662 /* set is_hcca to 0; it probably will never be implemented */
663 iwl3945_hw_build_tx_cmd_rate(priv, out_cmd, info, hdr, sta_id, 0);
664
665 /* Total # bytes to be transmitted */
666 len = (u16)skb->len;
667 tx->len = cpu_to_le16(len);
668
669
670 tx->tx_flags &= ~TX_CMD_FLG_ANT_A_MSK;
671 tx->tx_flags &= ~TX_CMD_FLG_ANT_B_MSK;
672
673 if (!ieee80211_has_morefrags(hdr->frame_control)) {
674 txq->need_update = 1;
675 if (qc)
Tomas Winklerc587de02009-06-03 11:44:07 -0700676 priv->stations[sta_id].tid[tid].seq_number = seq_number;
Reinette Chatredf833b12009-04-21 10:55:48 -0700677 } else {
678 wait_write_ptr = 1;
679 txq->need_update = 0;
680 }
681
682 IWL_DEBUG_TX(priv, "sequence nr = 0X%x \n",
683 le16_to_cpu(out_cmd->hdr.sequence));
684 IWL_DEBUG_TX(priv, "tx_flags = 0X%x \n", le32_to_cpu(tx->tx_flags));
685 iwl_print_hex_dump(priv, IWL_DL_TX, tx, sizeof(*tx));
686 iwl_print_hex_dump(priv, IWL_DL_TX, (u8 *)tx->hdr,
687 ieee80211_hdrlen(fc));
688
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800689 /*
690 * Use the first empty entry in this queue's command buffer array
691 * to contain the Tx command and MAC header concatenated together
692 * (payload data will be in another buffer).
693 * Size of this varies, due to varying MAC header length.
694 * If end is not dword aligned, we'll have 2 extra bytes at the end
695 * of the MAC header (device reads on dword boundaries).
696 * We'll tell device about this padding later.
697 */
Abhijeet Kolekar3832ec92008-12-19 10:37:26 +0800698 len = sizeof(struct iwl3945_tx_cmd) +
Tomas Winkler4c897252008-12-19 10:37:05 +0800699 sizeof(struct iwl_cmd_header) + hdr_len;
Zhu Yib481de92007-09-25 17:54:57 -0700700
701 len_org = len;
702 len = (len + 3) & ~3;
703
704 if (len_org != len)
705 len_org = 1;
706 else
707 len_org = 0;
708
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800709 /* Physical address of this Tx command's header (not MAC header!),
710 * within command buffer array. */
Reinette Chatredf833b12009-04-21 10:55:48 -0700711 txcmd_phys = pci_map_single(priv->pci_dev, &out_cmd->hdr,
712 len, PCI_DMA_TODEVICE);
713 /* we do not map meta data ... so we can safely access address to
714 * provide to unmap command*/
Samuel Ortiz188cf6c2008-12-22 11:31:16 +0800715 pci_unmap_addr_set(&out_cmd->meta, mapping, txcmd_phys);
Reinette Chatredf833b12009-04-21 10:55:48 -0700716 pci_unmap_len_set(&out_cmd->meta, len, len);
Zhu Yib481de92007-09-25 17:54:57 -0700717
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800718 /* Add buffer containing Tx command and MAC(!) header to TFD's
719 * first entry */
Samuel Ortiz7aaa1d72009-01-19 15:30:26 -0800720 priv->cfg->ops->lib->txq_attach_buf_to_tfd(priv, txq,
721 txcmd_phys, len, 1, 0);
Zhu Yib481de92007-09-25 17:54:57 -0700722
Zhu Yib481de92007-09-25 17:54:57 -0700723
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800724 /* Set up TFD's 2nd entry to point directly to remainder of skb,
725 * if any (802.11 null frames have no payload). */
Zhu Yib481de92007-09-25 17:54:57 -0700726 len = skb->len - hdr_len;
727 if (len) {
728 phys_addr = pci_map_single(priv->pci_dev, skb->data + hdr_len,
729 len, PCI_DMA_TODEVICE);
Samuel Ortiz7aaa1d72009-01-19 15:30:26 -0800730 priv->cfg->ops->lib->txq_attach_buf_to_tfd(priv, txq,
731 phys_addr, len,
732 0, U32_PAD(len));
Zhu Yib481de92007-09-25 17:54:57 -0700733 }
734
Zhu Yib481de92007-09-25 17:54:57 -0700735
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800736 /* Tell device the write index *just past* this latest filled TFD */
Tomas Winklerc54b6792008-03-06 17:36:53 -0800737 q->write_ptr = iwl_queue_inc_wrap(q->write_ptr, q->n_bd);
Samuel Ortiz4f3602c2009-01-19 15:30:25 -0800738 rc = iwl_txq_update_write_ptr(priv, txq);
Zhu Yib481de92007-09-25 17:54:57 -0700739 spin_unlock_irqrestore(&priv->lock, flags);
740
741 if (rc)
742 return rc;
743
Samuel Ortizd20b3c62008-12-19 10:37:15 +0800744 if ((iwl_queue_space(q) < q->high_mark)
Zhu Yib481de92007-09-25 17:54:57 -0700745 && priv->mac80211_registered) {
746 if (wait_write_ptr) {
747 spin_lock_irqsave(&priv->lock, flags);
748 txq->need_update = 1;
Samuel Ortiz4f3602c2009-01-19 15:30:25 -0800749 iwl_txq_update_write_ptr(priv, txq);
Zhu Yib481de92007-09-25 17:54:57 -0700750 spin_unlock_irqrestore(&priv->lock, flags);
751 }
752
Johannes Berge4e72fb2009-03-23 17:28:42 +0100753 iwl_stop_queue(priv, skb_get_queue_mapping(skb));
Zhu Yib481de92007-09-25 17:54:57 -0700754 }
755
756 return 0;
757
758drop_unlock:
759 spin_unlock_irqrestore(&priv->lock, flags);
760drop:
761 return -1;
762}
763
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +0800764#ifdef CONFIG_IWL3945_SPECTRUM_MEASUREMENT
Zhu Yib481de92007-09-25 17:54:57 -0700765
766#include "iwl-spectrum.h"
767
768#define BEACON_TIME_MASK_LOW 0x00FFFFFF
769#define BEACON_TIME_MASK_HIGH 0xFF000000
770#define TIME_UNIT 1024
771
772/*
773 * extended beacon time format
774 * time in usec will be changed into a 32-bit value in 8:24 format
775 * the high 1 byte is the beacon counts
776 * the lower 3 bytes is the time in usec within one beacon interval
777 */
778
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800779static u32 iwl3945_usecs_to_beacons(u32 usec, u32 beacon_interval)
Zhu Yib481de92007-09-25 17:54:57 -0700780{
781 u32 quot;
782 u32 rem;
783 u32 interval = beacon_interval * 1024;
784
785 if (!interval || !usec)
786 return 0;
787
788 quot = (usec / interval) & (BEACON_TIME_MASK_HIGH >> 24);
789 rem = (usec % interval) & BEACON_TIME_MASK_LOW;
790
791 return (quot << 24) + rem;
792}
793
794/* base is usually what we get from ucode with each received frame,
795 * the same as HW timer counter counting down
796 */
797
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800798static __le32 iwl3945_add_beacon_time(u32 base, u32 addon, u32 beacon_interval)
Zhu Yib481de92007-09-25 17:54:57 -0700799{
800 u32 base_low = base & BEACON_TIME_MASK_LOW;
801 u32 addon_low = addon & BEACON_TIME_MASK_LOW;
802 u32 interval = beacon_interval * TIME_UNIT;
803 u32 res = (base & BEACON_TIME_MASK_HIGH) +
804 (addon & BEACON_TIME_MASK_HIGH);
805
806 if (base_low > addon_low)
807 res += base_low - addon_low;
808 else if (base_low < addon_low) {
809 res += interval + base_low - addon_low;
810 res += (1 << 24);
811 } else
812 res += (1 << 24);
813
814 return cpu_to_le32(res);
815}
816
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800817static int iwl3945_get_measurement(struct iwl_priv *priv,
Zhu Yib481de92007-09-25 17:54:57 -0700818 struct ieee80211_measurement_params *params,
819 u8 type)
820{
Tomas Winkler600c0e12008-12-19 10:37:04 +0800821 struct iwl_spectrum_cmd spectrum;
Tomas Winkler3d24a9f2008-12-19 10:37:07 +0800822 struct iwl_rx_packet *res;
Winkler, Tomasc2d79b482008-12-19 10:37:34 +0800823 struct iwl_host_cmd cmd = {
Zhu Yib481de92007-09-25 17:54:57 -0700824 .id = REPLY_SPECTRUM_MEASUREMENT_CMD,
825 .data = (void *)&spectrum,
826 .meta.flags = CMD_WANT_SKB,
827 };
828 u32 add_time = le64_to_cpu(params->start_time);
829 int rc;
830 int spectrum_resp_status;
831 int duration = le16_to_cpu(params->duration);
832
Samuel Ortiz8ccde882009-01-27 14:27:52 -0800833 if (iwl_is_associated(priv))
Zhu Yib481de92007-09-25 17:54:57 -0700834 add_time =
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800835 iwl3945_usecs_to_beacons(
Zhu Yib481de92007-09-25 17:54:57 -0700836 le64_to_cpu(params->start_time) - priv->last_tsf,
837 le16_to_cpu(priv->rxon_timing.beacon_interval));
838
839 memset(&spectrum, 0, sizeof(spectrum));
840
841 spectrum.channel_count = cpu_to_le16(1);
842 spectrum.flags =
843 RXON_FLG_TSF2HOST_MSK | RXON_FLG_ANT_A_MSK | RXON_FLG_DIS_DIV_MSK;
844 spectrum.filter_flags = MEASUREMENT_FILTER_FLAG;
845 cmd.len = sizeof(spectrum);
846 spectrum.len = cpu_to_le16(cmd.len - sizeof(spectrum.len));
847
Samuel Ortiz8ccde882009-01-27 14:27:52 -0800848 if (iwl_is_associated(priv))
Zhu Yib481de92007-09-25 17:54:57 -0700849 spectrum.start_time =
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800850 iwl3945_add_beacon_time(priv->last_beacon_time,
Zhu Yib481de92007-09-25 17:54:57 -0700851 add_time,
852 le16_to_cpu(priv->rxon_timing.beacon_interval));
853 else
854 spectrum.start_time = 0;
855
856 spectrum.channels[0].duration = cpu_to_le32(duration * TIME_UNIT);
857 spectrum.channels[0].channel = params->channel;
858 spectrum.channels[0].type = type;
Samuel Ortiz8ccde882009-01-27 14:27:52 -0800859 if (priv->active_rxon.flags & RXON_FLG_BAND_24G_MSK)
Zhu Yib481de92007-09-25 17:54:57 -0700860 spectrum.flags |= RXON_FLG_BAND_24G_MSK |
861 RXON_FLG_AUTO_DETECT_MSK | RXON_FLG_TGG_PROTECT_MSK;
862
Samuel Ortiz518099a2009-01-19 15:30:27 -0800863 rc = iwl_send_cmd_sync(priv, &cmd);
Zhu Yib481de92007-09-25 17:54:57 -0700864 if (rc)
865 return rc;
866
Tomas Winkler3d24a9f2008-12-19 10:37:07 +0800867 res = (struct iwl_rx_packet *)cmd.meta.u.skb->data;
Zhu Yib481de92007-09-25 17:54:57 -0700868 if (res->hdr.flags & IWL_CMD_FAILED_MSK) {
Winkler, Tomas15b16872008-12-19 10:37:33 +0800869 IWL_ERR(priv, "Bad return from REPLY_RX_ON_ASSOC command\n");
Zhu Yib481de92007-09-25 17:54:57 -0700870 rc = -EIO;
871 }
872
873 spectrum_resp_status = le16_to_cpu(res->u.spectrum.status);
874 switch (spectrum_resp_status) {
875 case 0: /* Command will be handled */
876 if (res->u.spectrum.id != 0xff) {
Tomas Winklere1623442009-01-27 14:27:56 -0800877 IWL_DEBUG_INFO(priv, "Replaced existing measurement: %d\n",
Ian Schrambc434dd2007-10-25 17:15:29 +0800878 res->u.spectrum.id);
Zhu Yib481de92007-09-25 17:54:57 -0700879 priv->measurement_status &= ~MEASUREMENT_READY;
880 }
881 priv->measurement_status |= MEASUREMENT_ACTIVE;
882 rc = 0;
883 break;
884
885 case 1: /* Command will not be handled */
886 rc = -EAGAIN;
887 break;
888 }
889
890 dev_kfree_skb_any(cmd.meta.u.skb);
891
892 return rc;
893}
894#endif
895
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800896static void iwl3945_rx_reply_alive(struct iwl_priv *priv,
Abhijeet Kolekar6100b582008-12-19 10:37:24 +0800897 struct iwl_rx_mem_buffer *rxb)
Zhu Yib481de92007-09-25 17:54:57 -0700898{
Tomas Winkler3d24a9f2008-12-19 10:37:07 +0800899 struct iwl_rx_packet *pkt = (void *)rxb->skb->data;
900 struct iwl_alive_resp *palive;
Zhu Yib481de92007-09-25 17:54:57 -0700901 struct delayed_work *pwork;
902
903 palive = &pkt->u.alive_frame;
904
Tomas Winklere1623442009-01-27 14:27:56 -0800905 IWL_DEBUG_INFO(priv, "Alive ucode status 0x%08X revision "
Zhu Yib481de92007-09-25 17:54:57 -0700906 "0x%01X 0x%01X\n",
907 palive->is_valid, palive->ver_type,
908 palive->ver_subtype);
909
910 if (palive->ver_subtype == INITIALIZE_SUBTYPE) {
Tomas Winklere1623442009-01-27 14:27:56 -0800911 IWL_DEBUG_INFO(priv, "Initialization Alive received.\n");
Tomas Winkler3d24a9f2008-12-19 10:37:07 +0800912 memcpy(&priv->card_alive_init, &pkt->u.alive_frame,
913 sizeof(struct iwl_alive_resp));
Zhu Yib481de92007-09-25 17:54:57 -0700914 pwork = &priv->init_alive_start;
915 } else {
Tomas Winklere1623442009-01-27 14:27:56 -0800916 IWL_DEBUG_INFO(priv, "Runtime Alive received.\n");
Zhu Yib481de92007-09-25 17:54:57 -0700917 memcpy(&priv->card_alive, &pkt->u.alive_frame,
Tomas Winkler3d24a9f2008-12-19 10:37:07 +0800918 sizeof(struct iwl_alive_resp));
Zhu Yib481de92007-09-25 17:54:57 -0700919 pwork = &priv->alive_start;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800920 iwl3945_disable_events(priv);
Zhu Yib481de92007-09-25 17:54:57 -0700921 }
922
923 /* We delay the ALIVE response by 5ms to
924 * give the HW RF Kill time to activate... */
925 if (palive->is_valid == UCODE_VALID_OK)
926 queue_delayed_work(priv->workqueue, pwork,
927 msecs_to_jiffies(5));
928 else
Winkler, Tomas39aadf82008-12-19 10:37:32 +0800929 IWL_WARN(priv, "uCode did not respond OK.\n");
Zhu Yib481de92007-09-25 17:54:57 -0700930}
931
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800932static void iwl3945_rx_reply_add_sta(struct iwl_priv *priv,
Abhijeet Kolekar6100b582008-12-19 10:37:24 +0800933 struct iwl_rx_mem_buffer *rxb)
Zhu Yib481de92007-09-25 17:54:57 -0700934{
Helmut Schaac7e035a2009-01-19 13:02:15 +0100935#ifdef CONFIG_IWLWIFI_DEBUG
Tomas Winkler3d24a9f2008-12-19 10:37:07 +0800936 struct iwl_rx_packet *pkt = (void *)rxb->skb->data;
Helmut Schaac7e035a2009-01-19 13:02:15 +0100937#endif
Zhu Yib481de92007-09-25 17:54:57 -0700938
Tomas Winklere1623442009-01-27 14:27:56 -0800939 IWL_DEBUG_RX(priv, "Received REPLY_ADD_STA: 0x%02X\n", pkt->u.status);
Zhu Yib481de92007-09-25 17:54:57 -0700940 return;
941}
942
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800943static void iwl3945_bg_beacon_update(struct work_struct *work)
Zhu Yib481de92007-09-25 17:54:57 -0700944{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800945 struct iwl_priv *priv =
946 container_of(work, struct iwl_priv, beacon_update);
Zhu Yib481de92007-09-25 17:54:57 -0700947 struct sk_buff *beacon;
948
949 /* Pull updated AP beacon from mac80211. will fail if not in AP mode */
Johannes Berge039fa42008-05-15 12:55:29 +0200950 beacon = ieee80211_beacon_get(priv->hw, priv->vif);
Zhu Yib481de92007-09-25 17:54:57 -0700951
952 if (!beacon) {
Winkler, Tomas15b16872008-12-19 10:37:33 +0800953 IWL_ERR(priv, "update beacon failed\n");
Zhu Yib481de92007-09-25 17:54:57 -0700954 return;
955 }
956
957 mutex_lock(&priv->mutex);
958 /* new beacon skb is allocated every time; dispose previous.*/
959 if (priv->ibss_beacon)
960 dev_kfree_skb(priv->ibss_beacon);
961
962 priv->ibss_beacon = beacon;
963 mutex_unlock(&priv->mutex);
964
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800965 iwl3945_send_beacon_cmd(priv);
Zhu Yib481de92007-09-25 17:54:57 -0700966}
967
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800968static void iwl3945_rx_beacon_notif(struct iwl_priv *priv,
Abhijeet Kolekar6100b582008-12-19 10:37:24 +0800969 struct iwl_rx_mem_buffer *rxb)
Zhu Yib481de92007-09-25 17:54:57 -0700970{
Samuel Ortizd08853a2009-01-23 13:45:17 -0800971#ifdef CONFIG_IWLWIFI_DEBUG
Tomas Winkler3d24a9f2008-12-19 10:37:07 +0800972 struct iwl_rx_packet *pkt = (void *)rxb->skb->data;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800973 struct iwl3945_beacon_notif *beacon = &(pkt->u.beacon_status);
Zhu Yib481de92007-09-25 17:54:57 -0700974 u8 rate = beacon->beacon_notify_hdr.rate;
975
Tomas Winklere1623442009-01-27 14:27:56 -0800976 IWL_DEBUG_RX(priv, "beacon status %x retries %d iss %d "
Zhu Yib481de92007-09-25 17:54:57 -0700977 "tsf %d %d rate %d\n",
978 le32_to_cpu(beacon->beacon_notify_hdr.status) & TX_STATUS_MSK,
979 beacon->beacon_notify_hdr.failure_frame,
980 le32_to_cpu(beacon->ibss_mgr_status),
981 le32_to_cpu(beacon->high_tsf),
982 le32_to_cpu(beacon->low_tsf), rate);
983#endif
984
Johannes Berg05c914f2008-09-11 00:01:58 +0200985 if ((priv->iw_mode == NL80211_IFTYPE_AP) &&
Zhu Yib481de92007-09-25 17:54:57 -0700986 (!test_bit(STATUS_EXIT_PENDING, &priv->status)))
987 queue_work(priv->workqueue, &priv->beacon_update);
988}
989
Zhu Yib481de92007-09-25 17:54:57 -0700990/* Handle notification from uCode that card's power state is changing
991 * due to software, hardware, or critical temperature RFKILL */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800992static void iwl3945_rx_card_state_notif(struct iwl_priv *priv,
Abhijeet Kolekar6100b582008-12-19 10:37:24 +0800993 struct iwl_rx_mem_buffer *rxb)
Zhu Yib481de92007-09-25 17:54:57 -0700994{
Tomas Winkler3d24a9f2008-12-19 10:37:07 +0800995 struct iwl_rx_packet *pkt = (void *)rxb->skb->data;
Zhu Yib481de92007-09-25 17:54:57 -0700996 u32 flags = le32_to_cpu(pkt->u.card_state_notif.flags);
997 unsigned long status = priv->status;
998
Tomas Winklere1623442009-01-27 14:27:56 -0800999 IWL_DEBUG_RF_KILL(priv, "Card state received: HW:%s SW:%s\n",
Zhu Yib481de92007-09-25 17:54:57 -07001000 (flags & HW_CARD_DISABLED) ? "Kill" : "On",
1001 (flags & SW_CARD_DISABLED) ? "Kill" : "On");
1002
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001003 iwl_write32(priv, CSR_UCODE_DRV_GP1_SET,
Zhu Yib481de92007-09-25 17:54:57 -07001004 CSR_UCODE_DRV_GP1_BIT_CMD_BLOCKED);
1005
1006 if (flags & HW_CARD_DISABLED)
1007 set_bit(STATUS_RF_KILL_HW, &priv->status);
1008 else
1009 clear_bit(STATUS_RF_KILL_HW, &priv->status);
1010
1011
1012 if (flags & SW_CARD_DISABLED)
1013 set_bit(STATUS_RF_KILL_SW, &priv->status);
1014 else
1015 clear_bit(STATUS_RF_KILL_SW, &priv->status);
1016
Winkler, Tomasaf0053d2009-01-19 15:30:23 -08001017 iwl_scan_cancel(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001018
1019 if ((test_bit(STATUS_RF_KILL_HW, &status) !=
1020 test_bit(STATUS_RF_KILL_HW, &priv->status)) ||
1021 (test_bit(STATUS_RF_KILL_SW, &status) !=
1022 test_bit(STATUS_RF_KILL_SW, &priv->status)))
1023 queue_work(priv->workqueue, &priv->rf_kill);
1024 else
1025 wake_up_interruptible(&priv->wait_command_queue);
1026}
1027
1028/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001029 * iwl3945_setup_rx_handlers - Initialize Rx handler callbacks
Zhu Yib481de92007-09-25 17:54:57 -07001030 *
1031 * Setup the RX handlers for each of the reply types sent from the uCode
1032 * to the host.
1033 *
1034 * This function chains into the hardware specific files for them to setup
1035 * any hardware specific handlers as well.
1036 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001037static void iwl3945_setup_rx_handlers(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07001038{
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001039 priv->rx_handlers[REPLY_ALIVE] = iwl3945_rx_reply_alive;
1040 priv->rx_handlers[REPLY_ADD_STA] = iwl3945_rx_reply_add_sta;
Abhijeet Kolekar261b9c32009-02-18 15:54:29 -08001041 priv->rx_handlers[REPLY_ERROR] = iwl_rx_reply_error;
Samuel Ortiz8ccde882009-01-27 14:27:52 -08001042 priv->rx_handlers[CHANNEL_SWITCH_NOTIFICATION] = iwl_rx_csa;
Abhijeet Kolekar030f05e2009-02-18 15:54:28 -08001043 priv->rx_handlers[PM_SLEEP_NOTIFICATION] = iwl_rx_pm_sleep_notif;
Zhu Yib481de92007-09-25 17:54:57 -07001044 priv->rx_handlers[PM_DEBUG_STATISTIC_NOTIFIC] =
Abhijeet Kolekar030f05e2009-02-18 15:54:28 -08001045 iwl_rx_pm_debug_statistics_notif;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001046 priv->rx_handlers[BEACON_NOTIFICATION] = iwl3945_rx_beacon_notif;
Zhu Yib481de92007-09-25 17:54:57 -07001047
Ben Cahill9fbab512007-11-29 11:09:47 +08001048 /*
1049 * The same handler is used for both the REPLY to a discrete
1050 * statistics request from the host as well as for the periodic
1051 * statistics notifications (after received beacons) from the uCode.
Zhu Yib481de92007-09-25 17:54:57 -07001052 */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001053 priv->rx_handlers[REPLY_STATISTICS_CMD] = iwl3945_hw_rx_statistics;
1054 priv->rx_handlers[STATISTICS_NOTIFICATION] = iwl3945_hw_rx_statistics;
Zhu Yib481de92007-09-25 17:54:57 -07001055
Abhijeet Kolekar261b9c32009-02-18 15:54:29 -08001056 iwl_setup_spectrum_handlers(priv);
Abhijeet Kolekarcade0eb2009-02-18 15:54:26 -08001057 iwl_setup_rx_scan_handlers(priv);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001058 priv->rx_handlers[CARD_STATE_NOTIFICATION] = iwl3945_rx_card_state_notif;
Zhu Yib481de92007-09-25 17:54:57 -07001059
Ben Cahill9fbab512007-11-29 11:09:47 +08001060 /* Set up hardware specific Rx handlers */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001061 iwl3945_hw_rx_handler_setup(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001062}
1063
Zhu Yib481de92007-09-25 17:54:57 -07001064/************************** RX-FUNCTIONS ****************************/
1065/*
1066 * Rx theory of operation
1067 *
1068 * The host allocates 32 DMA target addresses and passes the host address
1069 * to the firmware at register IWL_RFDS_TABLE_LOWER + N * RFD_SIZE where N is
1070 * 0 to 31
1071 *
1072 * Rx Queue Indexes
1073 * The host/firmware share two index registers for managing the Rx buffers.
1074 *
1075 * The READ index maps to the first position that the firmware may be writing
1076 * to -- the driver can read up to (but not including) this position and get
1077 * good data.
1078 * The READ index is managed by the firmware once the card is enabled.
1079 *
1080 * The WRITE index maps to the last position the driver has read from -- the
1081 * position preceding WRITE is the last slot the firmware can place a packet.
1082 *
1083 * The queue is empty (no good data) if WRITE = READ - 1, and is full if
1084 * WRITE = READ.
1085 *
Ben Cahill9fbab512007-11-29 11:09:47 +08001086 * During initialization, the host sets up the READ queue position to the first
Zhu Yib481de92007-09-25 17:54:57 -07001087 * INDEX position, and WRITE to the last (READ - 1 wrapped)
1088 *
Ben Cahill9fbab512007-11-29 11:09:47 +08001089 * When the firmware places a packet in a buffer, it will advance the READ index
Zhu Yib481de92007-09-25 17:54:57 -07001090 * and fire the RX interrupt. The driver can then query the READ index and
1091 * process as many packets as possible, moving the WRITE index forward as it
1092 * resets the Rx queue buffers with new memory.
1093 *
1094 * The management in the driver is as follows:
1095 * + A list of pre-allocated SKBs is stored in iwl->rxq->rx_free. When
1096 * iwl->rxq->free_count drops to or below RX_LOW_WATERMARK, work is scheduled
Ian Schram01ebd062007-10-25 17:15:22 +08001097 * to replenish the iwl->rxq->rx_free.
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001098 * + In iwl3945_rx_replenish (scheduled) if 'processed' != 'read' then the
Zhu Yib481de92007-09-25 17:54:57 -07001099 * iwl->rxq is replenished and the READ INDEX is updated (updating the
1100 * 'processed' and 'read' driver indexes as well)
1101 * + A received packet is processed and handed to the kernel network stack,
1102 * detached from the iwl->rxq. The driver 'processed' index is updated.
1103 * + The Host/Firmware iwl->rxq is replenished at tasklet time from the rx_free
1104 * list. If there are no allocated buffers in iwl->rxq->rx_free, the READ
1105 * INDEX is not incremented and iwl->status(RX_STALLED) is set. If there
1106 * were enough free buffers and RX_STALLED is set it is cleared.
1107 *
1108 *
1109 * Driver sequence:
1110 *
Ben Cahill9fbab512007-11-29 11:09:47 +08001111 * iwl3945_rx_replenish() Replenishes rx_free list from rx_used, and calls
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001112 * iwl3945_rx_queue_restock
Ben Cahill9fbab512007-11-29 11:09:47 +08001113 * iwl3945_rx_queue_restock() Moves available buffers from rx_free into Rx
Zhu Yib481de92007-09-25 17:54:57 -07001114 * queue, updates firmware pointers, and updates
1115 * the WRITE index. If insufficient rx_free buffers
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001116 * are available, schedules iwl3945_rx_replenish
Zhu Yib481de92007-09-25 17:54:57 -07001117 *
1118 * -- enable interrupts --
Abhijeet Kolekar6100b582008-12-19 10:37:24 +08001119 * ISR - iwl3945_rx() Detach iwl_rx_mem_buffers from pool up to the
Zhu Yib481de92007-09-25 17:54:57 -07001120 * READ INDEX, detaching the SKB from the pool.
1121 * Moves the packet buffer from queue to rx_used.
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001122 * Calls iwl3945_rx_queue_restock to refill any empty
Zhu Yib481de92007-09-25 17:54:57 -07001123 * slots.
1124 * ...
1125 *
1126 */
1127
1128/**
Ben Cahill9fbab512007-11-29 11:09:47 +08001129 * iwl3945_dma_addr2rbd_ptr - convert a DMA address to a uCode read buffer ptr
Zhu Yib481de92007-09-25 17:54:57 -07001130 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001131static inline __le32 iwl3945_dma_addr2rbd_ptr(struct iwl_priv *priv,
Zhu Yib481de92007-09-25 17:54:57 -07001132 dma_addr_t dma_addr)
1133{
1134 return cpu_to_le32((u32)dma_addr);
1135}
1136
1137/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001138 * iwl3945_rx_queue_restock - refill RX queue from pre-allocated pool
Zhu Yib481de92007-09-25 17:54:57 -07001139 *
Ben Cahill9fbab512007-11-29 11:09:47 +08001140 * If there are slots in the RX queue that need to be restocked,
Zhu Yib481de92007-09-25 17:54:57 -07001141 * and we have free pre-allocated buffers, fill the ranks as much
Ben Cahill9fbab512007-11-29 11:09:47 +08001142 * as we can, pulling from rx_free.
Zhu Yib481de92007-09-25 17:54:57 -07001143 *
1144 * This moves the 'write' index forward to catch up with 'processed', and
1145 * also updates the memory address in the firmware to reference the new
1146 * target buffer.
1147 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001148static int iwl3945_rx_queue_restock(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07001149{
Abhijeet Kolekarcc2f3622008-12-19 10:37:25 +08001150 struct iwl_rx_queue *rxq = &priv->rxq;
Zhu Yib481de92007-09-25 17:54:57 -07001151 struct list_head *element;
Abhijeet Kolekar6100b582008-12-19 10:37:24 +08001152 struct iwl_rx_mem_buffer *rxb;
Zhu Yib481de92007-09-25 17:54:57 -07001153 unsigned long flags;
1154 int write, rc;
1155
1156 spin_lock_irqsave(&rxq->lock, flags);
1157 write = rxq->write & ~0x7;
Winkler, Tomas37d68312009-01-08 10:19:54 -08001158 while ((iwl_rx_queue_space(rxq) > 0) && (rxq->free_count)) {
Cahill, Ben M6440adb2007-11-29 11:09:55 +08001159 /* Get next free Rx buffer, remove from free list */
Zhu Yib481de92007-09-25 17:54:57 -07001160 element = rxq->rx_free.next;
Abhijeet Kolekar6100b582008-12-19 10:37:24 +08001161 rxb = list_entry(element, struct iwl_rx_mem_buffer, list);
Zhu Yib481de92007-09-25 17:54:57 -07001162 list_del(element);
Cahill, Ben M6440adb2007-11-29 11:09:55 +08001163
1164 /* Point to Rx buffer via next RBD in circular buffer */
Abhijeet Kolekar6100b582008-12-19 10:37:24 +08001165 rxq->bd[rxq->write] = iwl3945_dma_addr2rbd_ptr(priv, rxb->real_dma_addr);
Zhu Yib481de92007-09-25 17:54:57 -07001166 rxq->queue[rxq->write] = rxb;
1167 rxq->write = (rxq->write + 1) & RX_QUEUE_MASK;
1168 rxq->free_count--;
1169 }
1170 spin_unlock_irqrestore(&rxq->lock, flags);
1171 /* If the pre-allocated buffer pool is dropping low, schedule to
1172 * refill it */
1173 if (rxq->free_count <= RX_LOW_WATERMARK)
1174 queue_work(priv->workqueue, &priv->rx_replenish);
1175
1176
Cahill, Ben M6440adb2007-11-29 11:09:55 +08001177 /* If we've added more space for the firmware to place data, tell it.
1178 * Increment device's write pointer in multiples of 8. */
Abhijeet Kolekard14d44402009-06-03 11:44:08 -07001179 if ((rxq->write_actual != (rxq->write & ~0x7))
Zhu Yib481de92007-09-25 17:54:57 -07001180 || (abs(rxq->write - rxq->read) > 7)) {
1181 spin_lock_irqsave(&rxq->lock, flags);
1182 rxq->need_update = 1;
1183 spin_unlock_irqrestore(&rxq->lock, flags);
Winkler, Tomas141c43a2009-01-08 10:19:53 -08001184 rc = iwl_rx_queue_update_write_ptr(priv, rxq);
Zhu Yib481de92007-09-25 17:54:57 -07001185 if (rc)
1186 return rc;
1187 }
1188
1189 return 0;
1190}
1191
1192/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001193 * iwl3945_rx_replenish - Move all used packet from rx_used to rx_free
Zhu Yib481de92007-09-25 17:54:57 -07001194 *
1195 * When moving to rx_free an SKB is allocated for the slot.
1196 *
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001197 * Also restock the Rx queue via iwl3945_rx_queue_restock.
Ian Schram01ebd062007-10-25 17:15:22 +08001198 * This is called as a scheduled work item (except for during initialization)
Zhu Yib481de92007-09-25 17:54:57 -07001199 */
Abhijeet Kolekard14d44402009-06-03 11:44:08 -07001200static void iwl3945_rx_allocate(struct iwl_priv *priv, gfp_t priority)
Zhu Yib481de92007-09-25 17:54:57 -07001201{
Abhijeet Kolekarcc2f3622008-12-19 10:37:25 +08001202 struct iwl_rx_queue *rxq = &priv->rxq;
Zhu Yib481de92007-09-25 17:54:57 -07001203 struct list_head *element;
Abhijeet Kolekar6100b582008-12-19 10:37:24 +08001204 struct iwl_rx_mem_buffer *rxb;
Zhu Yib481de92007-09-25 17:54:57 -07001205 unsigned long flags;
Abhijeet Kolekar72240492009-04-30 13:56:26 -07001206
1207 while (1) {
1208 spin_lock_irqsave(&rxq->lock, flags);
1209
1210 if (list_empty(&rxq->rx_used)) {
1211 spin_unlock_irqrestore(&rxq->lock, flags);
1212 return;
1213 }
1214
Zhu Yib481de92007-09-25 17:54:57 -07001215 element = rxq->rx_used.next;
Abhijeet Kolekar6100b582008-12-19 10:37:24 +08001216 rxb = list_entry(element, struct iwl_rx_mem_buffer, list);
Abhijeet Kolekar72240492009-04-30 13:56:26 -07001217 list_del(element);
1218 spin_unlock_irqrestore(&rxq->lock, flags);
Cahill, Ben M6440adb2007-11-29 11:09:55 +08001219
1220 /* Alloc a new receive buffer */
Zhu Yib481de92007-09-25 17:54:57 -07001221 rxb->skb =
Winkler, Tomas1e33dc62009-01-08 10:19:57 -08001222 alloc_skb(priv->hw_params.rx_buf_size,
Abhijeet Kolekard14d44402009-06-03 11:44:08 -07001223 priority);
Zhu Yib481de92007-09-25 17:54:57 -07001224 if (!rxb->skb) {
1225 if (net_ratelimit())
Tomas Winkler978785a2008-12-19 10:37:31 +08001226 IWL_CRIT(priv, ": Can not allocate SKB buffers\n");
Zhu Yib481de92007-09-25 17:54:57 -07001227 /* We don't reschedule replenish work here -- we will
1228 * call the restock method and if it still needs
1229 * more buffers it will schedule replenish */
1230 break;
1231 }
Zhu Yi12342c42007-12-20 11:27:32 +08001232
1233 /* If radiotap head is required, reserve some headroom here.
1234 * The physical head count is a variable rx_stats->phy_count.
1235 * We reserve 4 bytes here. Plus these extra bytes, the
1236 * headroom of the physical head should be enough for the
1237 * radiotap head that iwl3945 supported. See iwl3945_rt.
1238 */
1239 skb_reserve(rxb->skb, 4);
1240
Cahill, Ben M6440adb2007-11-29 11:09:55 +08001241 /* Get physical address of RB/SKB */
Winkler, Tomas1e33dc62009-01-08 10:19:57 -08001242 rxb->real_dma_addr = pci_map_single(priv->pci_dev,
1243 rxb->skb->data,
1244 priv->hw_params.rx_buf_size,
1245 PCI_DMA_FROMDEVICE);
Abhijeet Kolekar72240492009-04-30 13:56:26 -07001246
1247 spin_lock_irqsave(&rxq->lock, flags);
Zhu Yib481de92007-09-25 17:54:57 -07001248 list_add_tail(&rxb->list, &rxq->rx_free);
Abhijeet Kolekar72240492009-04-30 13:56:26 -07001249 priv->alloc_rxb_skb++;
Zhu Yib481de92007-09-25 17:54:57 -07001250 rxq->free_count++;
Abhijeet Kolekar72240492009-04-30 13:56:26 -07001251 spin_unlock_irqrestore(&rxq->lock, flags);
Zhu Yib481de92007-09-25 17:54:57 -07001252 }
Mohamed Abbas5c0eef92007-11-29 11:10:14 +08001253}
1254
Reinette Chatredf833b12009-04-21 10:55:48 -07001255void iwl3945_rx_queue_reset(struct iwl_priv *priv, struct iwl_rx_queue *rxq)
1256{
1257 unsigned long flags;
1258 int i;
1259 spin_lock_irqsave(&rxq->lock, flags);
1260 INIT_LIST_HEAD(&rxq->rx_free);
1261 INIT_LIST_HEAD(&rxq->rx_used);
1262 /* Fill the rx_used queue with _all_ of the Rx buffers */
1263 for (i = 0; i < RX_FREE_BUFFERS + RX_QUEUE_SIZE; i++) {
1264 /* In the reset function, these buffers may have been allocated
1265 * to an SKB, so we need to unmap and free potential storage */
1266 if (rxq->pool[i].skb != NULL) {
1267 pci_unmap_single(priv->pci_dev,
1268 rxq->pool[i].real_dma_addr,
1269 priv->hw_params.rx_buf_size,
1270 PCI_DMA_FROMDEVICE);
1271 priv->alloc_rxb_skb--;
1272 dev_kfree_skb(rxq->pool[i].skb);
1273 rxq->pool[i].skb = NULL;
1274 }
1275 list_add_tail(&rxq->pool[i].list, &rxq->rx_used);
1276 }
1277
1278 /* Set us so that we have processed and used all buffers, but have
1279 * not restocked the Rx queue with fresh buffers */
1280 rxq->read = rxq->write = 0;
1281 rxq->free_count = 0;
Abhijeet Kolekard14d44402009-06-03 11:44:08 -07001282 rxq->write_actual = 0;
Reinette Chatredf833b12009-04-21 10:55:48 -07001283 spin_unlock_irqrestore(&rxq->lock, flags);
1284}
Reinette Chatredf833b12009-04-21 10:55:48 -07001285
Mohamed Abbas5c0eef92007-11-29 11:10:14 +08001286void iwl3945_rx_replenish(void *data)
1287{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001288 struct iwl_priv *priv = data;
Mohamed Abbas5c0eef92007-11-29 11:10:14 +08001289 unsigned long flags;
1290
Abhijeet Kolekard14d44402009-06-03 11:44:08 -07001291 iwl3945_rx_allocate(priv, GFP_KERNEL);
Zhu Yib481de92007-09-25 17:54:57 -07001292
1293 spin_lock_irqsave(&priv->lock, flags);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001294 iwl3945_rx_queue_restock(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001295 spin_unlock_irqrestore(&priv->lock, flags);
1296}
1297
Abhijeet Kolekard14d44402009-06-03 11:44:08 -07001298static void iwl3945_rx_replenish_now(struct iwl_priv *priv)
1299{
1300 iwl3945_rx_allocate(priv, GFP_ATOMIC);
1301
1302 iwl3945_rx_queue_restock(priv);
1303}
1304
1305
Reinette Chatredf833b12009-04-21 10:55:48 -07001306/* Assumes that the skb field of the buffers in 'pool' is kept accurate.
1307 * If an SKB has been detached, the POOL needs to have its SKB set to NULL
1308 * This free routine walks the list of POOL entries and if SKB is set to
1309 * non NULL it is unmapped and freed
1310 */
1311static void iwl3945_rx_queue_free(struct iwl_priv *priv, struct iwl_rx_queue *rxq)
1312{
1313 int i;
1314 for (i = 0; i < RX_QUEUE_SIZE + RX_FREE_BUFFERS; i++) {
1315 if (rxq->pool[i].skb != NULL) {
1316 pci_unmap_single(priv->pci_dev,
1317 rxq->pool[i].real_dma_addr,
1318 priv->hw_params.rx_buf_size,
1319 PCI_DMA_FROMDEVICE);
1320 dev_kfree_skb(rxq->pool[i].skb);
1321 }
1322 }
1323
1324 pci_free_consistent(priv->pci_dev, 4 * RX_QUEUE_SIZE, rxq->bd,
1325 rxq->dma_addr);
1326 pci_free_consistent(priv->pci_dev, sizeof(struct iwl_rb_status),
1327 rxq->rb_stts, rxq->rb_stts_dma);
1328 rxq->bd = NULL;
1329 rxq->rb_stts = NULL;
1330}
Reinette Chatredf833b12009-04-21 10:55:48 -07001331
1332
Zhu Yib481de92007-09-25 17:54:57 -07001333/* Convert linear signal-to-noise ratio into dB */
1334static u8 ratio2dB[100] = {
1335/* 0 1 2 3 4 5 6 7 8 9 */
1336 0, 0, 6, 10, 12, 14, 16, 17, 18, 19, /* 00 - 09 */
1337 20, 21, 22, 22, 23, 23, 24, 25, 26, 26, /* 10 - 19 */
1338 26, 26, 26, 27, 27, 28, 28, 28, 29, 29, /* 20 - 29 */
1339 29, 30, 30, 30, 31, 31, 31, 31, 32, 32, /* 30 - 39 */
1340 32, 32, 32, 33, 33, 33, 33, 33, 34, 34, /* 40 - 49 */
1341 34, 34, 34, 34, 35, 35, 35, 35, 35, 35, /* 50 - 59 */
1342 36, 36, 36, 36, 36, 36, 36, 37, 37, 37, /* 60 - 69 */
1343 37, 37, 37, 37, 37, 38, 38, 38, 38, 38, /* 70 - 79 */
1344 38, 38, 38, 38, 38, 39, 39, 39, 39, 39, /* 80 - 89 */
1345 39, 39, 39, 39, 39, 40, 40, 40, 40, 40 /* 90 - 99 */
1346};
1347
1348/* Calculates a relative dB value from a ratio of linear
1349 * (i.e. not dB) signal levels.
1350 * Conversion assumes that levels are voltages (20*log), not powers (10*log). */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001351int iwl3945_calc_db_from_ratio(int sig_ratio)
Zhu Yib481de92007-09-25 17:54:57 -07001352{
Adrian Bunk221c80c2008-02-02 23:19:01 +02001353 /* 1000:1 or higher just report as 60 dB */
1354 if (sig_ratio >= 1000)
Zhu Yib481de92007-09-25 17:54:57 -07001355 return 60;
1356
Adrian Bunk221c80c2008-02-02 23:19:01 +02001357 /* 100:1 or higher, divide by 10 and use table,
Zhu Yib481de92007-09-25 17:54:57 -07001358 * add 20 dB to make up for divide by 10 */
Adrian Bunk221c80c2008-02-02 23:19:01 +02001359 if (sig_ratio >= 100)
Tomas Winkler3ac7f142008-07-21 02:40:14 +03001360 return 20 + (int)ratio2dB[sig_ratio/10];
Zhu Yib481de92007-09-25 17:54:57 -07001361
1362 /* We shouldn't see this */
1363 if (sig_ratio < 1)
1364 return 0;
1365
1366 /* Use table for ratios 1:1 - 99:1 */
1367 return (int)ratio2dB[sig_ratio];
1368}
1369
1370#define PERFECT_RSSI (-20) /* dBm */
1371#define WORST_RSSI (-95) /* dBm */
1372#define RSSI_RANGE (PERFECT_RSSI - WORST_RSSI)
1373
1374/* Calculate an indication of rx signal quality (a percentage, not dBm!).
1375 * See http://www.ces.clemson.edu/linux/signal_quality.shtml for info
1376 * about formulas used below. */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001377int iwl3945_calc_sig_qual(int rssi_dbm, int noise_dbm)
Zhu Yib481de92007-09-25 17:54:57 -07001378{
1379 int sig_qual;
1380 int degradation = PERFECT_RSSI - rssi_dbm;
1381
1382 /* If we get a noise measurement, use signal-to-noise ratio (SNR)
1383 * as indicator; formula is (signal dbm - noise dbm).
1384 * SNR at or above 40 is a great signal (100%).
1385 * Below that, scale to fit SNR of 0 - 40 dB within 0 - 100% indicator.
1386 * Weakest usable signal is usually 10 - 15 dB SNR. */
1387 if (noise_dbm) {
1388 if (rssi_dbm - noise_dbm >= 40)
1389 return 100;
1390 else if (rssi_dbm < noise_dbm)
1391 return 0;
1392 sig_qual = ((rssi_dbm - noise_dbm) * 5) / 2;
1393
1394 /* Else use just the signal level.
1395 * This formula is a least squares fit of data points collected and
1396 * compared with a reference system that had a percentage (%) display
1397 * for signal quality. */
1398 } else
1399 sig_qual = (100 * (RSSI_RANGE * RSSI_RANGE) - degradation *
1400 (15 * RSSI_RANGE + 62 * degradation)) /
1401 (RSSI_RANGE * RSSI_RANGE);
1402
1403 if (sig_qual > 100)
1404 sig_qual = 100;
1405 else if (sig_qual < 1)
1406 sig_qual = 0;
1407
1408 return sig_qual;
1409}
1410
1411/**
Ben Cahill9fbab512007-11-29 11:09:47 +08001412 * iwl3945_rx_handle - Main entry function for receiving responses from uCode
Zhu Yib481de92007-09-25 17:54:57 -07001413 *
1414 * Uses the priv->rx_handlers callback function array to invoke
1415 * the appropriate handlers, including command responses,
1416 * frame-received notifications, and other notifications.
1417 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001418static void iwl3945_rx_handle(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07001419{
Abhijeet Kolekar6100b582008-12-19 10:37:24 +08001420 struct iwl_rx_mem_buffer *rxb;
Tomas Winkler3d24a9f2008-12-19 10:37:07 +08001421 struct iwl_rx_packet *pkt;
Abhijeet Kolekarcc2f3622008-12-19 10:37:25 +08001422 struct iwl_rx_queue *rxq = &priv->rxq;
Zhu Yib481de92007-09-25 17:54:57 -07001423 u32 r, i;
1424 int reclaim;
1425 unsigned long flags;
Mohamed Abbas5c0eef92007-11-29 11:10:14 +08001426 u8 fill_rx = 0;
Mohamed Abbasd68ab682008-02-07 13:16:33 -08001427 u32 count = 8;
Abhijeet Kolekard14d44402009-06-03 11:44:08 -07001428 int total_empty = 0;
Zhu Yib481de92007-09-25 17:54:57 -07001429
Cahill, Ben M6440adb2007-11-29 11:09:55 +08001430 /* uCode's read index (stored in shared DRAM) indicates the last Rx
1431 * buffer that the driver may process (last buffer filled by ucode). */
Winkler, Tomas8cd812b2008-12-19 10:37:43 +08001432 r = le16_to_cpu(rxq->rb_stts->closed_rb_num) & 0x0FFF;
Zhu Yib481de92007-09-25 17:54:57 -07001433 i = rxq->read;
1434
Abhijeet Kolekard14d44402009-06-03 11:44:08 -07001435 /* calculate total frames need to be restock after handling RX */
1436 total_empty = r - priv->rxq.write_actual;
1437 if (total_empty < 0)
1438 total_empty += RX_QUEUE_SIZE;
1439
1440 if (total_empty > (RX_QUEUE_SIZE / 2))
Mohamed Abbas5c0eef92007-11-29 11:10:14 +08001441 fill_rx = 1;
Zhu Yib481de92007-09-25 17:54:57 -07001442 /* Rx interrupt, but nothing sent from uCode */
1443 if (i == r)
Tomas Winklere1623442009-01-27 14:27:56 -08001444 IWL_DEBUG(priv, IWL_DL_RX | IWL_DL_ISR, "r = %d, i = %d\n", r, i);
Zhu Yib481de92007-09-25 17:54:57 -07001445
1446 while (i != r) {
1447 rxb = rxq->queue[i];
1448
Ben Cahill9fbab512007-11-29 11:09:47 +08001449 /* If an RXB doesn't have a Rx queue slot associated with it,
Zhu Yib481de92007-09-25 17:54:57 -07001450 * then a bug has been introduced in the queue refilling
1451 * routines -- catch it here */
1452 BUG_ON(rxb == NULL);
1453
1454 rxq->queue[i] = NULL;
1455
Reinette Chatredf833b12009-04-21 10:55:48 -07001456 pci_unmap_single(priv->pci_dev, rxb->real_dma_addr,
1457 priv->hw_params.rx_buf_size,
1458 PCI_DMA_FROMDEVICE);
Tomas Winkler3d24a9f2008-12-19 10:37:07 +08001459 pkt = (struct iwl_rx_packet *)rxb->skb->data;
Zhu Yib481de92007-09-25 17:54:57 -07001460
1461 /* Reclaim a command buffer only if this packet is a response
1462 * to a (driver-originated) command.
1463 * If the packet (e.g. Rx frame) originated from uCode,
1464 * there is no command buffer to reclaim.
1465 * Ucode should set SEQ_RX_FRAME bit if ucode-originated,
1466 * but apparently a few don't get set; catch them here. */
1467 reclaim = !(pkt->hdr.sequence & SEQ_RX_FRAME) &&
1468 (pkt->hdr.cmd != STATISTICS_NOTIFICATION) &&
1469 (pkt->hdr.cmd != REPLY_TX);
1470
1471 /* Based on type of command response or notification,
1472 * handle those that need handling via function in
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001473 * rx_handlers table. See iwl3945_setup_rx_handlers() */
Zhu Yib481de92007-09-25 17:54:57 -07001474 if (priv->rx_handlers[pkt->hdr.cmd]) {
Tomas Winklere1623442009-01-27 14:27:56 -08001475 IWL_DEBUG(priv, IWL_DL_HCMD | IWL_DL_RX | IWL_DL_ISR,
Zhu Yib481de92007-09-25 17:54:57 -07001476 "r = %d, i = %d, %s, 0x%02x\n", r, i,
1477 get_cmd_string(pkt->hdr.cmd), pkt->hdr.cmd);
1478 priv->rx_handlers[pkt->hdr.cmd] (priv, rxb);
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001479 priv->isr_stats.rx_handlers[pkt->hdr.cmd]++;
Zhu Yib481de92007-09-25 17:54:57 -07001480 } else {
1481 /* No handling needed */
Tomas Winklere1623442009-01-27 14:27:56 -08001482 IWL_DEBUG(priv, IWL_DL_HCMD | IWL_DL_RX | IWL_DL_ISR,
Zhu Yib481de92007-09-25 17:54:57 -07001483 "r %d i %d No handler needed for %s, 0x%02x\n",
1484 r, i, get_cmd_string(pkt->hdr.cmd),
1485 pkt->hdr.cmd);
1486 }
1487
1488 if (reclaim) {
Ben Cahill9fbab512007-11-29 11:09:47 +08001489 /* Invoke any callbacks, transfer the skb to caller, and
Samuel Ortiz518099a2009-01-19 15:30:27 -08001490 * fire off the (possibly) blocking iwl_send_cmd()
Zhu Yib481de92007-09-25 17:54:57 -07001491 * as we reclaim the driver command queue */
1492 if (rxb && rxb->skb)
Abhijeet Kolekar732587a2009-03-11 11:17:57 -07001493 iwl_tx_cmd_complete(priv, rxb);
Zhu Yib481de92007-09-25 17:54:57 -07001494 else
Winkler, Tomas39aadf82008-12-19 10:37:32 +08001495 IWL_WARN(priv, "Claim null rxb?\n");
Zhu Yib481de92007-09-25 17:54:57 -07001496 }
1497
1498 /* For now we just don't re-use anything. We can tweak this
1499 * later to try and re-use notification packets and SKBs that
1500 * fail to Rx correctly */
1501 if (rxb->skb != NULL) {
1502 priv->alloc_rxb_skb--;
1503 dev_kfree_skb_any(rxb->skb);
1504 rxb->skb = NULL;
1505 }
1506
Zhu Yib481de92007-09-25 17:54:57 -07001507 spin_lock_irqsave(&rxq->lock, flags);
1508 list_add_tail(&rxb->list, &priv->rxq.rx_used);
1509 spin_unlock_irqrestore(&rxq->lock, flags);
1510 i = (i + 1) & RX_QUEUE_MASK;
Mohamed Abbas5c0eef92007-11-29 11:10:14 +08001511 /* If there are a lot of unused frames,
1512 * restock the Rx queue so ucode won't assert. */
1513 if (fill_rx) {
1514 count++;
1515 if (count >= 8) {
1516 priv->rxq.read = i;
Abhijeet Kolekard14d44402009-06-03 11:44:08 -07001517 iwl3945_rx_replenish_now(priv);
Mohamed Abbas5c0eef92007-11-29 11:10:14 +08001518 count = 0;
1519 }
1520 }
Zhu Yib481de92007-09-25 17:54:57 -07001521 }
1522
1523 /* Backtrack one entry */
1524 priv->rxq.read = i;
Abhijeet Kolekard14d44402009-06-03 11:44:08 -07001525 if (fill_rx)
1526 iwl3945_rx_replenish_now(priv);
1527 else
1528 iwl3945_rx_queue_restock(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001529}
1530
Mohamed Abbas0359fac2008-03-28 16:21:08 -07001531/* call this function to flush any scheduled tasklet */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001532static inline void iwl_synchronize_irq(struct iwl_priv *priv)
Mohamed Abbas0359fac2008-03-28 16:21:08 -07001533{
Tomas Winklera96a27f2008-10-23 23:48:56 -07001534 /* wait to make sure we flush pending tasklet*/
Mohamed Abbas0359fac2008-03-28 16:21:08 -07001535 synchronize_irq(priv->pci_dev->irq);
1536 tasklet_kill(&priv->irq_tasklet);
1537}
1538
Zhu Yib481de92007-09-25 17:54:57 -07001539static const char *desc_lookup(int i)
1540{
1541 switch (i) {
1542 case 1:
1543 return "FAIL";
1544 case 2:
1545 return "BAD_PARAM";
1546 case 3:
1547 return "BAD_CHECKSUM";
1548 case 4:
1549 return "NMI_INTERRUPT";
1550 case 5:
1551 return "SYSASSERT";
1552 case 6:
1553 return "FATAL_ERROR";
1554 }
1555
1556 return "UNKNOWN";
1557}
1558
1559#define ERROR_START_OFFSET (1 * sizeof(u32))
1560#define ERROR_ELEM_SIZE (7 * sizeof(u32))
1561
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001562static void iwl3945_dump_nic_error_log(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07001563{
1564 u32 i;
1565 u32 desc, time, count, base, data1;
1566 u32 blink1, blink2, ilink1, ilink2;
Zhu Yib481de92007-09-25 17:54:57 -07001567
1568 base = le32_to_cpu(priv->card_alive.error_event_table_ptr);
1569
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001570 if (!iwl3945_hw_valid_rtc_data_addr(base)) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08001571 IWL_ERR(priv, "Not valid error log pointer 0x%08X\n", base);
Zhu Yib481de92007-09-25 17:54:57 -07001572 return;
1573 }
1574
Zhu Yib481de92007-09-25 17:54:57 -07001575
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001576 count = iwl_read_targ_mem(priv, base);
Zhu Yib481de92007-09-25 17:54:57 -07001577
1578 if (ERROR_START_OFFSET <= count * ERROR_ELEM_SIZE) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08001579 IWL_ERR(priv, "Start IWL Error Log Dump:\n");
1580 IWL_ERR(priv, "Status: 0x%08lX, count: %d\n",
1581 priv->status, count);
Zhu Yib481de92007-09-25 17:54:57 -07001582 }
1583
Winkler, Tomas15b16872008-12-19 10:37:33 +08001584 IWL_ERR(priv, "Desc Time asrtPC blink2 "
Zhu Yib481de92007-09-25 17:54:57 -07001585 "ilink1 nmiPC Line\n");
1586 for (i = ERROR_START_OFFSET;
1587 i < (count * ERROR_ELEM_SIZE) + ERROR_START_OFFSET;
1588 i += ERROR_ELEM_SIZE) {
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001589 desc = iwl_read_targ_mem(priv, base + i);
Zhu Yib481de92007-09-25 17:54:57 -07001590 time =
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001591 iwl_read_targ_mem(priv, base + i + 1 * sizeof(u32));
Zhu Yib481de92007-09-25 17:54:57 -07001592 blink1 =
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001593 iwl_read_targ_mem(priv, base + i + 2 * sizeof(u32));
Zhu Yib481de92007-09-25 17:54:57 -07001594 blink2 =
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001595 iwl_read_targ_mem(priv, base + i + 3 * sizeof(u32));
Zhu Yib481de92007-09-25 17:54:57 -07001596 ilink1 =
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001597 iwl_read_targ_mem(priv, base + i + 4 * sizeof(u32));
Zhu Yib481de92007-09-25 17:54:57 -07001598 ilink2 =
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001599 iwl_read_targ_mem(priv, base + i + 5 * sizeof(u32));
Zhu Yib481de92007-09-25 17:54:57 -07001600 data1 =
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001601 iwl_read_targ_mem(priv, base + i + 6 * sizeof(u32));
Zhu Yib481de92007-09-25 17:54:57 -07001602
Winkler, Tomas15b16872008-12-19 10:37:33 +08001603 IWL_ERR(priv,
1604 "%-13s (#%d) %010u 0x%05X 0x%05X 0x%05X 0x%05X %u\n\n",
1605 desc_lookup(desc), desc, time, blink1, blink2,
1606 ilink1, ilink2, data1);
Zhu Yib481de92007-09-25 17:54:57 -07001607 }
1608
Zhu Yib481de92007-09-25 17:54:57 -07001609}
1610
Ben Cahillf58177b2007-11-29 11:09:43 +08001611#define EVENT_START_OFFSET (6 * sizeof(u32))
Zhu Yib481de92007-09-25 17:54:57 -07001612
1613/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001614 * iwl3945_print_event_log - Dump error event log to syslog
Zhu Yib481de92007-09-25 17:54:57 -07001615 *
Zhu Yib481de92007-09-25 17:54:57 -07001616 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001617static void iwl3945_print_event_log(struct iwl_priv *priv, u32 start_idx,
Zhu Yib481de92007-09-25 17:54:57 -07001618 u32 num_events, u32 mode)
1619{
1620 u32 i;
1621 u32 base; /* SRAM byte address of event log header */
1622 u32 event_size; /* 2 u32s, or 3 u32s if timestamp recorded */
1623 u32 ptr; /* SRAM byte address of log data */
1624 u32 ev, time, data; /* event log data */
1625
1626 if (num_events == 0)
1627 return;
1628
1629 base = le32_to_cpu(priv->card_alive.log_event_table_ptr);
1630
1631 if (mode == 0)
1632 event_size = 2 * sizeof(u32);
1633 else
1634 event_size = 3 * sizeof(u32);
1635
1636 ptr = base + EVENT_START_OFFSET + (start_idx * event_size);
1637
1638 /* "time" is actually "data" for mode 0 (no timestamp).
1639 * place event id # at far right for easier visual parsing. */
1640 for (i = 0; i < num_events; i++) {
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001641 ev = iwl_read_targ_mem(priv, ptr);
Zhu Yib481de92007-09-25 17:54:57 -07001642 ptr += sizeof(u32);
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001643 time = iwl_read_targ_mem(priv, ptr);
Zhu Yib481de92007-09-25 17:54:57 -07001644 ptr += sizeof(u32);
Winkler, Tomas15b16872008-12-19 10:37:33 +08001645 if (mode == 0) {
1646 /* data, ev */
1647 IWL_ERR(priv, "0x%08x\t%04u\n", time, ev);
1648 } else {
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001649 data = iwl_read_targ_mem(priv, ptr);
Zhu Yib481de92007-09-25 17:54:57 -07001650 ptr += sizeof(u32);
Winkler, Tomas15b16872008-12-19 10:37:33 +08001651 IWL_ERR(priv, "%010u\t0x%08x\t%04u\n", time, data, ev);
Zhu Yib481de92007-09-25 17:54:57 -07001652 }
1653 }
1654}
1655
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001656static void iwl3945_dump_nic_event_log(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07001657{
Zhu Yib481de92007-09-25 17:54:57 -07001658 u32 base; /* SRAM byte address of event log header */
1659 u32 capacity; /* event log capacity in # entries */
1660 u32 mode; /* 0 - no timestamp, 1 - timestamp recorded */
1661 u32 num_wraps; /* # times uCode wrapped to top of log */
1662 u32 next_entry; /* index of next entry to be written by uCode */
1663 u32 size; /* # entries that we'll print */
1664
1665 base = le32_to_cpu(priv->card_alive.log_event_table_ptr);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001666 if (!iwl3945_hw_valid_rtc_data_addr(base)) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08001667 IWL_ERR(priv, "Invalid event log pointer 0x%08X\n", base);
Zhu Yib481de92007-09-25 17:54:57 -07001668 return;
1669 }
1670
Zhu Yib481de92007-09-25 17:54:57 -07001671 /* event log header */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001672 capacity = iwl_read_targ_mem(priv, base);
1673 mode = iwl_read_targ_mem(priv, base + (1 * sizeof(u32)));
1674 num_wraps = iwl_read_targ_mem(priv, base + (2 * sizeof(u32)));
1675 next_entry = iwl_read_targ_mem(priv, base + (3 * sizeof(u32)));
Zhu Yib481de92007-09-25 17:54:57 -07001676
1677 size = num_wraps ? capacity : next_entry;
1678
1679 /* bail out if nothing in log */
1680 if (size == 0) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08001681 IWL_ERR(priv, "Start IWL Event Log Dump: nothing in log\n");
Zhu Yib481de92007-09-25 17:54:57 -07001682 return;
1683 }
1684
Winkler, Tomas15b16872008-12-19 10:37:33 +08001685 IWL_ERR(priv, "Start IWL Event Log Dump: display count %d, wraps %d\n",
Zhu Yib481de92007-09-25 17:54:57 -07001686 size, num_wraps);
1687
1688 /* if uCode has wrapped back to top of log, start at the oldest entry,
1689 * i.e the next one that uCode would fill. */
1690 if (num_wraps)
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001691 iwl3945_print_event_log(priv, next_entry,
Zhu Yib481de92007-09-25 17:54:57 -07001692 capacity - next_entry, mode);
1693
1694 /* (then/else) start at top of log */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001695 iwl3945_print_event_log(priv, 0, next_entry, mode);
Zhu Yib481de92007-09-25 17:54:57 -07001696
Zhu Yib481de92007-09-25 17:54:57 -07001697}
1698
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001699static void iwl3945_irq_tasklet(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07001700{
1701 u32 inta, handled = 0;
1702 u32 inta_fh;
1703 unsigned long flags;
Samuel Ortizd08853a2009-01-23 13:45:17 -08001704#ifdef CONFIG_IWLWIFI_DEBUG
Zhu Yib481de92007-09-25 17:54:57 -07001705 u32 inta_mask;
1706#endif
1707
1708 spin_lock_irqsave(&priv->lock, flags);
1709
1710 /* Ack/clear/reset pending uCode interrupts.
1711 * Note: Some bits in CSR_INT are "OR" of bits in CSR_FH_INT_STATUS,
1712 * and will clear only when CSR_FH_INT_STATUS gets cleared. */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001713 inta = iwl_read32(priv, CSR_INT);
1714 iwl_write32(priv, CSR_INT, inta);
Zhu Yib481de92007-09-25 17:54:57 -07001715
1716 /* Ack/clear/reset pending flow-handler (DMA) interrupts.
1717 * Any new interrupts that happen after this, either while we're
1718 * in this tasklet, or later, will show up in next ISR/tasklet. */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001719 inta_fh = iwl_read32(priv, CSR_FH_INT_STATUS);
1720 iwl_write32(priv, CSR_FH_INT_STATUS, inta_fh);
Zhu Yib481de92007-09-25 17:54:57 -07001721
Samuel Ortizd08853a2009-01-23 13:45:17 -08001722#ifdef CONFIG_IWLWIFI_DEBUG
Samuel Ortiz40b8ec02008-12-19 10:37:08 +08001723 if (priv->debug_level & IWL_DL_ISR) {
Ben Cahill9fbab512007-11-29 11:09:47 +08001724 /* just for debug */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001725 inta_mask = iwl_read32(priv, CSR_INT_MASK);
Tomas Winklere1623442009-01-27 14:27:56 -08001726 IWL_DEBUG_ISR(priv, "inta 0x%08x, enabled 0x%08x, fh 0x%08x\n",
Zhu Yib481de92007-09-25 17:54:57 -07001727 inta, inta_mask, inta_fh);
1728 }
1729#endif
1730
1731 /* Since CSR_INT and CSR_FH_INT_STATUS reads and clears are not
1732 * atomic, make sure that inta covers all the interrupts that
1733 * we've discovered, even if FH interrupt came in just after
1734 * reading CSR_INT. */
Tomas Winkler6f83eaa2008-03-04 18:09:28 -08001735 if (inta_fh & CSR39_FH_INT_RX_MASK)
Zhu Yib481de92007-09-25 17:54:57 -07001736 inta |= CSR_INT_BIT_FH_RX;
Tomas Winkler6f83eaa2008-03-04 18:09:28 -08001737 if (inta_fh & CSR39_FH_INT_TX_MASK)
Zhu Yib481de92007-09-25 17:54:57 -07001738 inta |= CSR_INT_BIT_FH_TX;
1739
1740 /* Now service all interrupt bits discovered above. */
1741 if (inta & CSR_INT_BIT_HW_ERR) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08001742 IWL_ERR(priv, "Microcode HW error detected. Restarting.\n");
Zhu Yib481de92007-09-25 17:54:57 -07001743
1744 /* Tell the device to stop sending interrupts */
Abhijeet Kolekared3b9322009-02-18 15:54:30 -08001745 iwl_disable_interrupts(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001746
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001747 priv->isr_stats.hw++;
Samuel Ortiz8ccde882009-01-27 14:27:52 -08001748 iwl_irq_handle_error(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001749
1750 handled |= CSR_INT_BIT_HW_ERR;
1751
1752 spin_unlock_irqrestore(&priv->lock, flags);
1753
1754 return;
1755 }
1756
Samuel Ortizd08853a2009-01-23 13:45:17 -08001757#ifdef CONFIG_IWLWIFI_DEBUG
Samuel Ortiz40b8ec02008-12-19 10:37:08 +08001758 if (priv->debug_level & (IWL_DL_ISR)) {
Zhu Yib481de92007-09-25 17:54:57 -07001759 /* NIC fires this, but we don't use it, redundant with WAKEUP */
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001760 if (inta & CSR_INT_BIT_SCD) {
Tomas Winklere1623442009-01-27 14:27:56 -08001761 IWL_DEBUG_ISR(priv, "Scheduler finished to transmit "
Joonwoo Park25c03d82008-01-23 10:15:20 -08001762 "the frame/frames.\n");
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001763 priv->isr_stats.sch++;
1764 }
Zhu Yib481de92007-09-25 17:54:57 -07001765
1766 /* Alive notification via Rx interrupt will do the real work */
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001767 if (inta & CSR_INT_BIT_ALIVE) {
Tomas Winklere1623442009-01-27 14:27:56 -08001768 IWL_DEBUG_ISR(priv, "Alive interrupt\n");
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001769 priv->isr_stats.alive++;
1770 }
Zhu Yib481de92007-09-25 17:54:57 -07001771 }
1772#endif
1773 /* Safely ignore these bits for debug checks below */
Joonwoo Park25c03d82008-01-23 10:15:20 -08001774 inta &= ~(CSR_INT_BIT_SCD | CSR_INT_BIT_ALIVE);
Zhu Yib481de92007-09-25 17:54:57 -07001775
Zhu Yib481de92007-09-25 17:54:57 -07001776 /* Error detected by uCode */
1777 if (inta & CSR_INT_BIT_SW_ERR) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08001778 IWL_ERR(priv, "Microcode SW error detected. "
1779 "Restarting 0x%X.\n", inta);
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001780 priv->isr_stats.sw++;
1781 priv->isr_stats.sw_err = inta;
Samuel Ortiz8ccde882009-01-27 14:27:52 -08001782 iwl_irq_handle_error(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001783 handled |= CSR_INT_BIT_SW_ERR;
1784 }
1785
1786 /* uCode wakes up after power-down sleep */
1787 if (inta & CSR_INT_BIT_WAKEUP) {
Tomas Winklere1623442009-01-27 14:27:56 -08001788 IWL_DEBUG_ISR(priv, "Wakeup interrupt\n");
Winkler, Tomas141c43a2009-01-08 10:19:53 -08001789 iwl_rx_queue_update_write_ptr(priv, &priv->rxq);
Samuel Ortiz4f3602c2009-01-19 15:30:25 -08001790 iwl_txq_update_write_ptr(priv, &priv->txq[0]);
1791 iwl_txq_update_write_ptr(priv, &priv->txq[1]);
1792 iwl_txq_update_write_ptr(priv, &priv->txq[2]);
1793 iwl_txq_update_write_ptr(priv, &priv->txq[3]);
1794 iwl_txq_update_write_ptr(priv, &priv->txq[4]);
1795 iwl_txq_update_write_ptr(priv, &priv->txq[5]);
Zhu Yib481de92007-09-25 17:54:57 -07001796
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001797 priv->isr_stats.wakeup++;
Zhu Yib481de92007-09-25 17:54:57 -07001798 handled |= CSR_INT_BIT_WAKEUP;
1799 }
1800
1801 /* All uCode command responses, including Tx command responses,
1802 * Rx "responses" (frame-received notification), and other
1803 * notifications from uCode come through here*/
1804 if (inta & (CSR_INT_BIT_FH_RX | CSR_INT_BIT_SW_RX)) {
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001805 iwl3945_rx_handle(priv);
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001806 priv->isr_stats.rx++;
Zhu Yib481de92007-09-25 17:54:57 -07001807 handled |= (CSR_INT_BIT_FH_RX | CSR_INT_BIT_SW_RX);
1808 }
1809
1810 if (inta & CSR_INT_BIT_FH_TX) {
Tomas Winklere1623442009-01-27 14:27:56 -08001811 IWL_DEBUG_ISR(priv, "Tx interrupt\n");
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001812 priv->isr_stats.tx++;
Zhu Yib481de92007-09-25 17:54:57 -07001813
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001814 iwl_write32(priv, CSR_FH_INT_STATUS, (1 << 6));
Mohamed Abbasa8b50a02009-05-22 11:01:47 -07001815 iwl_write_direct32(priv, FH39_TCSR_CREDIT
1816 (FH39_SRVC_CHNL), 0x0);
Zhu Yib481de92007-09-25 17:54:57 -07001817 handled |= CSR_INT_BIT_FH_TX;
1818 }
1819
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001820 if (inta & ~handled) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08001821 IWL_ERR(priv, "Unhandled INTA bits 0x%08x\n", inta & ~handled);
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001822 priv->isr_stats.unhandled++;
1823 }
Zhu Yib481de92007-09-25 17:54:57 -07001824
Mohamed Abbas40cefda2009-05-22 11:01:52 -07001825 if (inta & ~priv->inta_mask) {
Winkler, Tomas39aadf82008-12-19 10:37:32 +08001826 IWL_WARN(priv, "Disabled INTA bits 0x%08x were pending\n",
Mohamed Abbas40cefda2009-05-22 11:01:52 -07001827 inta & ~priv->inta_mask);
Winkler, Tomas39aadf82008-12-19 10:37:32 +08001828 IWL_WARN(priv, " with FH_INT = 0x%08x\n", inta_fh);
Zhu Yib481de92007-09-25 17:54:57 -07001829 }
1830
1831 /* Re-enable all interrupts */
Mohamed Abbas0359fac2008-03-28 16:21:08 -07001832 /* only Re-enable if disabled by irq */
1833 if (test_bit(STATUS_INT_ENABLED, &priv->status))
Abhijeet Kolekared3b9322009-02-18 15:54:30 -08001834 iwl_enable_interrupts(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001835
Samuel Ortizd08853a2009-01-23 13:45:17 -08001836#ifdef CONFIG_IWLWIFI_DEBUG
Samuel Ortiz40b8ec02008-12-19 10:37:08 +08001837 if (priv->debug_level & (IWL_DL_ISR)) {
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001838 inta = iwl_read32(priv, CSR_INT);
1839 inta_mask = iwl_read32(priv, CSR_INT_MASK);
1840 inta_fh = iwl_read32(priv, CSR_FH_INT_STATUS);
Tomas Winklere1623442009-01-27 14:27:56 -08001841 IWL_DEBUG_ISR(priv, "End inta 0x%08x, enabled 0x%08x, fh 0x%08x, "
Zhu Yib481de92007-09-25 17:54:57 -07001842 "flags 0x%08lx\n", inta, inta_mask, inta_fh, flags);
1843 }
1844#endif
1845 spin_unlock_irqrestore(&priv->lock, flags);
1846}
1847
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001848static int iwl3945_get_channels_for_scan(struct iwl_priv *priv,
Johannes Berg8318d782008-01-24 19:38:38 +01001849 enum ieee80211_band band,
Abhijeet Kolekarf9340522008-09-03 11:26:58 +08001850 u8 is_active, u8 n_probes,
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001851 struct iwl3945_scan_channel *scan_ch)
Zhu Yib481de92007-09-25 17:54:57 -07001852{
1853 const struct ieee80211_channel *channels = NULL;
Johannes Berg8318d782008-01-24 19:38:38 +01001854 const struct ieee80211_supported_band *sband;
Samuel Ortizd20b3c62008-12-19 10:37:15 +08001855 const struct iwl_channel_info *ch_info;
Zhu Yib481de92007-09-25 17:54:57 -07001856 u16 passive_dwell = 0;
1857 u16 active_dwell = 0;
1858 int added, i;
1859
Kolekar, Abhijeetcbba18c2008-12-19 10:37:42 +08001860 sband = iwl_get_hw_mode(priv, band);
Johannes Berg8318d782008-01-24 19:38:38 +01001861 if (!sband)
Zhu Yib481de92007-09-25 17:54:57 -07001862 return 0;
1863
Johannes Berg8318d782008-01-24 19:38:38 +01001864 channels = sband->channels;
Zhu Yib481de92007-09-25 17:54:57 -07001865
Samuel Ortiz77fecfb82009-01-23 13:45:12 -08001866 active_dwell = iwl_get_active_dwell_time(priv, band, n_probes);
1867 passive_dwell = iwl_get_passive_dwell_time(priv, band);
Zhu Yib481de92007-09-25 17:54:57 -07001868
Abhijeet Kolekar8f4807a2008-09-03 11:26:31 +08001869 if (passive_dwell <= active_dwell)
1870 passive_dwell = active_dwell + 1;
1871
Johannes Berg8318d782008-01-24 19:38:38 +01001872 for (i = 0, added = 0; i < sband->n_channels; i++) {
Johannes Berg182e2e62008-04-04 10:41:56 +02001873 if (channels[i].flags & IEEE80211_CHAN_DISABLED)
1874 continue;
1875
Johannes Berg8318d782008-01-24 19:38:38 +01001876 scan_ch->channel = channels[i].hw_value;
Zhu Yib481de92007-09-25 17:54:57 -07001877
Samuel Ortize6148912009-01-23 13:45:15 -08001878 ch_info = iwl_get_channel_info(priv, band, scan_ch->channel);
Zhu Yib481de92007-09-25 17:54:57 -07001879 if (!is_channel_valid(ch_info)) {
Tomas Winklere1623442009-01-27 14:27:56 -08001880 IWL_DEBUG_SCAN(priv, "Channel %d is INVALID for this band.\n",
Zhu Yib481de92007-09-25 17:54:57 -07001881 scan_ch->channel);
1882 continue;
1883 }
1884
Zhu Yib481de92007-09-25 17:54:57 -07001885 scan_ch->active_dwell = cpu_to_le16(active_dwell);
1886 scan_ch->passive_dwell = cpu_to_le16(passive_dwell);
Abhijeet Kolekar011a0332008-12-02 12:14:07 -08001887 /* If passive , set up for auto-switch
1888 * and use long active_dwell time.
1889 */
1890 if (!is_active || is_channel_passive(ch_info) ||
1891 (channels[i].flags & IEEE80211_CHAN_PASSIVE_SCAN)) {
1892 scan_ch->type = 0; /* passive */
1893 if (IWL_UCODE_API(priv->ucode_ver) == 1)
1894 scan_ch->active_dwell = cpu_to_le16(passive_dwell - 1);
1895 } else {
1896 scan_ch->type = 1; /* active */
1897 }
1898
1899 /* Set direct probe bits. These may be used both for active
1900 * scan channels (probes gets sent right away),
1901 * or for passive channels (probes get se sent only after
1902 * hearing clear Rx packet).*/
1903 if (IWL_UCODE_API(priv->ucode_ver) >= 2) {
1904 if (n_probes)
Winkler, Tomas0d210442009-01-23 13:45:21 -08001905 scan_ch->type |= IWL39_SCAN_PROBE_MASK(n_probes);
Abhijeet Kolekar011a0332008-12-02 12:14:07 -08001906 } else {
1907 /* uCode v1 does not allow setting direct probe bits on
1908 * passive channel. */
1909 if ((scan_ch->type & 1) && n_probes)
Winkler, Tomas0d210442009-01-23 13:45:21 -08001910 scan_ch->type |= IWL39_SCAN_PROBE_MASK(n_probes);
Abhijeet Kolekar011a0332008-12-02 12:14:07 -08001911 }
Zhu Yib481de92007-09-25 17:54:57 -07001912
Ben Cahill9fbab512007-11-29 11:09:47 +08001913 /* Set txpower levels to defaults */
Zhu Yib481de92007-09-25 17:54:57 -07001914 scan_ch->tpc.dsp_atten = 110;
1915 /* scan_pwr_info->tpc.dsp_atten; */
1916
1917 /*scan_pwr_info->tpc.tx_gain; */
Johannes Berg8318d782008-01-24 19:38:38 +01001918 if (band == IEEE80211_BAND_5GHZ)
Zhu Yib481de92007-09-25 17:54:57 -07001919 scan_ch->tpc.tx_gain = ((1 << 5) | (3 << 3)) | 3;
1920 else {
1921 scan_ch->tpc.tx_gain = ((1 << 5) | (5 << 3));
1922 /* NOTE: if we were doing 6Mb OFDM for scans we'd use
Ben Cahill9fbab512007-11-29 11:09:47 +08001923 * power level:
Reinette Chatre8a1b0242008-01-14 17:46:25 -08001924 * scan_ch->tpc.tx_gain = ((1 << 5) | (2 << 3)) | 3;
Zhu Yib481de92007-09-25 17:54:57 -07001925 */
1926 }
1927
Tomas Winklere1623442009-01-27 14:27:56 -08001928 IWL_DEBUG_SCAN(priv, "Scanning %d [%s %d]\n",
Zhu Yib481de92007-09-25 17:54:57 -07001929 scan_ch->channel,
1930 (scan_ch->type & 1) ? "ACTIVE" : "PASSIVE",
1931 (scan_ch->type & 1) ?
1932 active_dwell : passive_dwell);
1933
1934 scan_ch++;
1935 added++;
1936 }
1937
Tomas Winklere1623442009-01-27 14:27:56 -08001938 IWL_DEBUG_SCAN(priv, "total channels to scan %d \n", added);
Zhu Yib481de92007-09-25 17:54:57 -07001939 return added;
1940}
1941
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001942static void iwl3945_init_hw_rates(struct iwl_priv *priv,
Zhu Yib481de92007-09-25 17:54:57 -07001943 struct ieee80211_rate *rates)
1944{
1945 int i;
1946
1947 for (i = 0; i < IWL_RATE_COUNT; i++) {
Johannes Berg8318d782008-01-24 19:38:38 +01001948 rates[i].bitrate = iwl3945_rates[i].ieee * 5;
1949 rates[i].hw_value = i; /* Rate scaling will work on indexes */
1950 rates[i].hw_value_short = i;
1951 rates[i].flags = 0;
Samuel Ortizd9829a62008-12-19 10:37:12 +08001952 if ((i > IWL39_LAST_OFDM_RATE) || (i < IWL_FIRST_OFDM_RATE)) {
Zhu Yib481de92007-09-25 17:54:57 -07001953 /*
Johannes Berg8318d782008-01-24 19:38:38 +01001954 * If CCK != 1M then set short preamble rate flag.
Zhu Yib481de92007-09-25 17:54:57 -07001955 */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001956 rates[i].flags |= (iwl3945_rates[i].plcp == 10) ?
Johannes Berg8318d782008-01-24 19:38:38 +01001957 0 : IEEE80211_RATE_SHORT_PREAMBLE;
Zhu Yib481de92007-09-25 17:54:57 -07001958 }
Zhu Yib481de92007-09-25 17:54:57 -07001959 }
1960}
1961
Zhu Yib481de92007-09-25 17:54:57 -07001962/******************************************************************************
1963 *
1964 * uCode download functions
1965 *
1966 ******************************************************************************/
1967
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001968static void iwl3945_dealloc_ucode_pci(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07001969{
Tomas Winkler98c92212008-01-14 17:46:20 -08001970 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_code);
1971 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_data);
1972 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_data_backup);
1973 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_init);
1974 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_init_data);
1975 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_boot);
Zhu Yib481de92007-09-25 17:54:57 -07001976}
1977
1978/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001979 * iwl3945_verify_inst_full - verify runtime uCode image in card vs. host,
Zhu Yib481de92007-09-25 17:54:57 -07001980 * looking at all data.
1981 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001982static int iwl3945_verify_inst_full(struct iwl_priv *priv, __le32 *image, u32 len)
Zhu Yib481de92007-09-25 17:54:57 -07001983{
1984 u32 val;
1985 u32 save_len = len;
1986 int rc = 0;
1987 u32 errcnt;
1988
Tomas Winklere1623442009-01-27 14:27:56 -08001989 IWL_DEBUG_INFO(priv, "ucode inst image size is %u\n", len);
Zhu Yib481de92007-09-25 17:54:57 -07001990
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001991 iwl_write_direct32(priv, HBUS_TARG_MEM_RADDR,
Samuel Ortiz250bdd22008-12-19 10:37:11 +08001992 IWL39_RTC_INST_LOWER_BOUND);
Zhu Yib481de92007-09-25 17:54:57 -07001993
1994 errcnt = 0;
1995 for (; len > 0; len -= sizeof(u32), image++) {
1996 /* read data comes through single port, auto-incr addr */
1997 /* NOTE: Use the debugless read so we don't flood kernel log
1998 * if IWL_DL_IO is set */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001999 val = _iwl_read_direct32(priv, HBUS_TARG_MEM_RDAT);
Zhu Yib481de92007-09-25 17:54:57 -07002000 if (val != le32_to_cpu(*image)) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08002001 IWL_ERR(priv, "uCode INST section is invalid at "
Zhu Yib481de92007-09-25 17:54:57 -07002002 "offset 0x%x, is 0x%x, s/b 0x%x\n",
2003 save_len - len, val, le32_to_cpu(*image));
2004 rc = -EIO;
2005 errcnt++;
2006 if (errcnt >= 20)
2007 break;
2008 }
2009 }
2010
Zhu Yib481de92007-09-25 17:54:57 -07002011
2012 if (!errcnt)
Tomas Winklere1623442009-01-27 14:27:56 -08002013 IWL_DEBUG_INFO(priv,
2014 "ucode image in INSTRUCTION memory is good\n");
Zhu Yib481de92007-09-25 17:54:57 -07002015
2016 return rc;
2017}
2018
2019
2020/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002021 * iwl3945_verify_inst_sparse - verify runtime uCode image in card vs. host,
Zhu Yib481de92007-09-25 17:54:57 -07002022 * using sample data 100 bytes apart. If these sample points are good,
2023 * it's a pretty good bet that everything between them is good, too.
2024 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002025static int iwl3945_verify_inst_sparse(struct iwl_priv *priv, __le32 *image, u32 len)
Zhu Yib481de92007-09-25 17:54:57 -07002026{
2027 u32 val;
2028 int rc = 0;
2029 u32 errcnt = 0;
2030 u32 i;
2031
Tomas Winklere1623442009-01-27 14:27:56 -08002032 IWL_DEBUG_INFO(priv, "ucode inst image size is %u\n", len);
Zhu Yib481de92007-09-25 17:54:57 -07002033
Zhu Yib481de92007-09-25 17:54:57 -07002034 for (i = 0; i < len; i += 100, image += 100/sizeof(u32)) {
2035 /* read data comes through single port, auto-incr addr */
2036 /* NOTE: Use the debugless read so we don't flood kernel log
2037 * if IWL_DL_IO is set */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002038 iwl_write_direct32(priv, HBUS_TARG_MEM_RADDR,
Samuel Ortiz250bdd22008-12-19 10:37:11 +08002039 i + IWL39_RTC_INST_LOWER_BOUND);
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002040 val = _iwl_read_direct32(priv, HBUS_TARG_MEM_RDAT);
Zhu Yib481de92007-09-25 17:54:57 -07002041 if (val != le32_to_cpu(*image)) {
2042#if 0 /* Enable this if you want to see details */
Winkler, Tomas15b16872008-12-19 10:37:33 +08002043 IWL_ERR(priv, "uCode INST section is invalid at "
Zhu Yib481de92007-09-25 17:54:57 -07002044 "offset 0x%x, is 0x%x, s/b 0x%x\n",
2045 i, val, *image);
2046#endif
2047 rc = -EIO;
2048 errcnt++;
2049 if (errcnt >= 3)
2050 break;
2051 }
2052 }
2053
Zhu Yib481de92007-09-25 17:54:57 -07002054 return rc;
2055}
2056
2057
2058/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002059 * iwl3945_verify_ucode - determine which instruction image is in SRAM,
Zhu Yib481de92007-09-25 17:54:57 -07002060 * and verify its contents
2061 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002062static int iwl3945_verify_ucode(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002063{
2064 __le32 *image;
2065 u32 len;
2066 int rc = 0;
2067
2068 /* Try bootstrap */
2069 image = (__le32 *)priv->ucode_boot.v_addr;
2070 len = priv->ucode_boot.len;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002071 rc = iwl3945_verify_inst_sparse(priv, image, len);
Zhu Yib481de92007-09-25 17:54:57 -07002072 if (rc == 0) {
Tomas Winklere1623442009-01-27 14:27:56 -08002073 IWL_DEBUG_INFO(priv, "Bootstrap uCode is good in inst SRAM\n");
Zhu Yib481de92007-09-25 17:54:57 -07002074 return 0;
2075 }
2076
2077 /* Try initialize */
2078 image = (__le32 *)priv->ucode_init.v_addr;
2079 len = priv->ucode_init.len;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002080 rc = iwl3945_verify_inst_sparse(priv, image, len);
Zhu Yib481de92007-09-25 17:54:57 -07002081 if (rc == 0) {
Tomas Winklere1623442009-01-27 14:27:56 -08002082 IWL_DEBUG_INFO(priv, "Initialize uCode is good in inst SRAM\n");
Zhu Yib481de92007-09-25 17:54:57 -07002083 return 0;
2084 }
2085
2086 /* Try runtime/protocol */
2087 image = (__le32 *)priv->ucode_code.v_addr;
2088 len = priv->ucode_code.len;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002089 rc = iwl3945_verify_inst_sparse(priv, image, len);
Zhu Yib481de92007-09-25 17:54:57 -07002090 if (rc == 0) {
Tomas Winklere1623442009-01-27 14:27:56 -08002091 IWL_DEBUG_INFO(priv, "Runtime uCode is good in inst SRAM\n");
Zhu Yib481de92007-09-25 17:54:57 -07002092 return 0;
2093 }
2094
Winkler, Tomas15b16872008-12-19 10:37:33 +08002095 IWL_ERR(priv, "NO VALID UCODE IMAGE IN INSTRUCTION SRAM!!\n");
Zhu Yib481de92007-09-25 17:54:57 -07002096
Ben Cahill9fbab512007-11-29 11:09:47 +08002097 /* Since nothing seems to match, show first several data entries in
2098 * instruction SRAM, so maybe visual inspection will give a clue.
2099 * Selection of bootstrap image (vs. other images) is arbitrary. */
Zhu Yib481de92007-09-25 17:54:57 -07002100 image = (__le32 *)priv->ucode_boot.v_addr;
2101 len = priv->ucode_boot.len;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002102 rc = iwl3945_verify_inst_full(priv, image, len);
Zhu Yib481de92007-09-25 17:54:57 -07002103
2104 return rc;
2105}
2106
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002107static void iwl3945_nic_start(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002108{
2109 /* Remove all resets to allow NIC to operate */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002110 iwl_write32(priv, CSR_RESET, 0);
Zhu Yib481de92007-09-25 17:54:57 -07002111}
2112
2113/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002114 * iwl3945_read_ucode - Read uCode images from disk file.
Zhu Yib481de92007-09-25 17:54:57 -07002115 *
2116 * Copy into buffers for card to fetch via bus-mastering
2117 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002118static int iwl3945_read_ucode(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002119{
Kolekar, Abhijeeta78fe752008-12-19 10:37:21 +08002120 struct iwl_ucode *ucode;
Reinette Chatrea0987a82008-12-02 12:14:06 -08002121 int ret = -EINVAL, index;
Zhu Yib481de92007-09-25 17:54:57 -07002122 const struct firmware *ucode_raw;
2123 /* firmware file name contains uCode/driver compatibility version */
Reinette Chatrea0987a82008-12-02 12:14:06 -08002124 const char *name_pre = priv->cfg->fw_name_pre;
2125 const unsigned int api_max = priv->cfg->ucode_api_max;
2126 const unsigned int api_min = priv->cfg->ucode_api_min;
2127 char buf[25];
Zhu Yib481de92007-09-25 17:54:57 -07002128 u8 *src;
2129 size_t len;
Reinette Chatrea0987a82008-12-02 12:14:06 -08002130 u32 api_ver, inst_size, data_size, init_size, init_data_size, boot_size;
Zhu Yib481de92007-09-25 17:54:57 -07002131
2132 /* Ask kernel firmware_class module to get the boot firmware off disk.
2133 * request_firmware() is synchronous, file is in memory on return. */
Reinette Chatrea0987a82008-12-02 12:14:06 -08002134 for (index = api_max; index >= api_min; index--) {
2135 sprintf(buf, "%s%u%s", name_pre, index, ".ucode");
2136 ret = request_firmware(&ucode_raw, buf, &priv->pci_dev->dev);
2137 if (ret < 0) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08002138 IWL_ERR(priv, "%s firmware file req failed: %d\n",
Reinette Chatrea0987a82008-12-02 12:14:06 -08002139 buf, ret);
2140 if (ret == -ENOENT)
2141 continue;
2142 else
2143 goto error;
2144 } else {
2145 if (index < api_max)
Winkler, Tomas15b16872008-12-19 10:37:33 +08002146 IWL_ERR(priv, "Loaded firmware %s, "
2147 "which is deprecated. "
2148 " Please use API v%u instead.\n",
Reinette Chatrea0987a82008-12-02 12:14:06 -08002149 buf, api_max);
Tomas Winklere1623442009-01-27 14:27:56 -08002150 IWL_DEBUG_INFO(priv, "Got firmware '%s' file "
2151 "(%zd bytes) from disk\n",
Reinette Chatrea0987a82008-12-02 12:14:06 -08002152 buf, ucode_raw->size);
2153 break;
2154 }
Zhu Yib481de92007-09-25 17:54:57 -07002155 }
2156
Reinette Chatrea0987a82008-12-02 12:14:06 -08002157 if (ret < 0)
2158 goto error;
Zhu Yib481de92007-09-25 17:54:57 -07002159
2160 /* Make sure that we got at least our header! */
2161 if (ucode_raw->size < sizeof(*ucode)) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08002162 IWL_ERR(priv, "File size way too small!\n");
Tomas Winkler90e759d2007-11-29 11:09:41 +08002163 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07002164 goto err_release;
2165 }
2166
2167 /* Data from ucode file: header followed by uCode images */
2168 ucode = (void *)ucode_raw->data;
2169
Chatre, Reinettec02b3ac2008-12-02 12:14:05 -08002170 priv->ucode_ver = le32_to_cpu(ucode->ver);
Reinette Chatrea0987a82008-12-02 12:14:06 -08002171 api_ver = IWL_UCODE_API(priv->ucode_ver);
Zhu Yib481de92007-09-25 17:54:57 -07002172 inst_size = le32_to_cpu(ucode->inst_size);
2173 data_size = le32_to_cpu(ucode->data_size);
2174 init_size = le32_to_cpu(ucode->init_size);
2175 init_data_size = le32_to_cpu(ucode->init_data_size);
2176 boot_size = le32_to_cpu(ucode->boot_size);
2177
Reinette Chatrea0987a82008-12-02 12:14:06 -08002178 /* api_ver should match the api version forming part of the
2179 * firmware filename ... but we don't check for that and only rely
Nick Andrew877d0312009-01-26 11:06:57 +01002180 * on the API version read from firmware header from here on forward */
Reinette Chatrea0987a82008-12-02 12:14:06 -08002181
2182 if (api_ver < api_min || api_ver > api_max) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08002183 IWL_ERR(priv, "Driver unable to support your firmware API. "
Reinette Chatrea0987a82008-12-02 12:14:06 -08002184 "Driver supports v%u, firmware is v%u.\n",
2185 api_max, api_ver);
2186 priv->ucode_ver = 0;
2187 ret = -EINVAL;
2188 goto err_release;
2189 }
2190 if (api_ver != api_max)
Winkler, Tomas15b16872008-12-19 10:37:33 +08002191 IWL_ERR(priv, "Firmware has old API version. Expected %u, "
Reinette Chatrea0987a82008-12-02 12:14:06 -08002192 "got %u. New firmware can be obtained "
2193 "from http://www.intellinuxwireless.org.\n",
2194 api_max, api_ver);
2195
Tomas Winkler978785a2008-12-19 10:37:31 +08002196 IWL_INFO(priv, "loaded firmware version %u.%u.%u.%u\n",
2197 IWL_UCODE_MAJOR(priv->ucode_ver),
2198 IWL_UCODE_MINOR(priv->ucode_ver),
2199 IWL_UCODE_API(priv->ucode_ver),
2200 IWL_UCODE_SERIAL(priv->ucode_ver));
2201
Tomas Winklere1623442009-01-27 14:27:56 -08002202 IWL_DEBUG_INFO(priv, "f/w package hdr ucode version raw = 0x%x\n",
Reinette Chatrea0987a82008-12-02 12:14:06 -08002203 priv->ucode_ver);
Tomas Winklere1623442009-01-27 14:27:56 -08002204 IWL_DEBUG_INFO(priv, "f/w package hdr runtime inst size = %u\n",
2205 inst_size);
2206 IWL_DEBUG_INFO(priv, "f/w package hdr runtime data size = %u\n",
2207 data_size);
2208 IWL_DEBUG_INFO(priv, "f/w package hdr init inst size = %u\n",
2209 init_size);
2210 IWL_DEBUG_INFO(priv, "f/w package hdr init data size = %u\n",
2211 init_data_size);
2212 IWL_DEBUG_INFO(priv, "f/w package hdr boot inst size = %u\n",
2213 boot_size);
Zhu Yib481de92007-09-25 17:54:57 -07002214
Reinette Chatrea0987a82008-12-02 12:14:06 -08002215
Zhu Yib481de92007-09-25 17:54:57 -07002216 /* Verify size of file vs. image size info in file's header */
2217 if (ucode_raw->size < sizeof(*ucode) +
2218 inst_size + data_size + init_size +
2219 init_data_size + boot_size) {
2220
Tomas Winklere1623442009-01-27 14:27:56 -08002221 IWL_DEBUG_INFO(priv, "uCode file size %zd too small\n",
2222 ucode_raw->size);
Tomas Winkler90e759d2007-11-29 11:09:41 +08002223 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07002224 goto err_release;
2225 }
2226
2227 /* Verify that uCode images will fit in card's SRAM */
Samuel Ortiz250bdd22008-12-19 10:37:11 +08002228 if (inst_size > IWL39_MAX_INST_SIZE) {
Tomas Winklere1623442009-01-27 14:27:56 -08002229 IWL_DEBUG_INFO(priv, "uCode instr len %d too large to fit in\n",
Tomas Winkler90e759d2007-11-29 11:09:41 +08002230 inst_size);
2231 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07002232 goto err_release;
2233 }
2234
Samuel Ortiz250bdd22008-12-19 10:37:11 +08002235 if (data_size > IWL39_MAX_DATA_SIZE) {
Tomas Winklere1623442009-01-27 14:27:56 -08002236 IWL_DEBUG_INFO(priv, "uCode data len %d too large to fit in\n",
Tomas Winkler90e759d2007-11-29 11:09:41 +08002237 data_size);
2238 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07002239 goto err_release;
2240 }
Samuel Ortiz250bdd22008-12-19 10:37:11 +08002241 if (init_size > IWL39_MAX_INST_SIZE) {
Tomas Winklere1623442009-01-27 14:27:56 -08002242 IWL_DEBUG_INFO(priv,
2243 "uCode init instr len %d too large to fit in\n",
Tomas Winkler90e759d2007-11-29 11:09:41 +08002244 init_size);
2245 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07002246 goto err_release;
2247 }
Samuel Ortiz250bdd22008-12-19 10:37:11 +08002248 if (init_data_size > IWL39_MAX_DATA_SIZE) {
Tomas Winklere1623442009-01-27 14:27:56 -08002249 IWL_DEBUG_INFO(priv,
2250 "uCode init data len %d too large to fit in\n",
Tomas Winkler90e759d2007-11-29 11:09:41 +08002251 init_data_size);
2252 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07002253 goto err_release;
2254 }
Samuel Ortiz250bdd22008-12-19 10:37:11 +08002255 if (boot_size > IWL39_MAX_BSM_SIZE) {
Tomas Winklere1623442009-01-27 14:27:56 -08002256 IWL_DEBUG_INFO(priv,
2257 "uCode boot instr len %d too large to fit in\n",
Tomas Winkler90e759d2007-11-29 11:09:41 +08002258 boot_size);
2259 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07002260 goto err_release;
2261 }
2262
2263 /* Allocate ucode buffers for card's bus-master loading ... */
2264
2265 /* Runtime instructions and 2 copies of data:
2266 * 1) unmodified from disk
2267 * 2) backup cache for save/restore during power-downs */
2268 priv->ucode_code.len = inst_size;
Tomas Winkler98c92212008-01-14 17:46:20 -08002269 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_code);
Zhu Yib481de92007-09-25 17:54:57 -07002270
2271 priv->ucode_data.len = data_size;
Tomas Winkler98c92212008-01-14 17:46:20 -08002272 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_data);
Zhu Yib481de92007-09-25 17:54:57 -07002273
2274 priv->ucode_data_backup.len = data_size;
Tomas Winkler98c92212008-01-14 17:46:20 -08002275 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_data_backup);
Zhu Yib481de92007-09-25 17:54:57 -07002276
2277 if (!priv->ucode_code.v_addr || !priv->ucode_data.v_addr ||
Tomas Winkler90e759d2007-11-29 11:09:41 +08002278 !priv->ucode_data_backup.v_addr)
Zhu Yib481de92007-09-25 17:54:57 -07002279 goto err_pci_alloc;
2280
Tomas Winkler90e759d2007-11-29 11:09:41 +08002281 /* Initialization instructions and data */
2282 if (init_size && init_data_size) {
2283 priv->ucode_init.len = init_size;
Tomas Winkler98c92212008-01-14 17:46:20 -08002284 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_init);
Tomas Winkler90e759d2007-11-29 11:09:41 +08002285
2286 priv->ucode_init_data.len = init_data_size;
Tomas Winkler98c92212008-01-14 17:46:20 -08002287 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_init_data);
Tomas Winkler90e759d2007-11-29 11:09:41 +08002288
2289 if (!priv->ucode_init.v_addr || !priv->ucode_init_data.v_addr)
2290 goto err_pci_alloc;
2291 }
2292
2293 /* Bootstrap (instructions only, no data) */
2294 if (boot_size) {
2295 priv->ucode_boot.len = boot_size;
Tomas Winkler98c92212008-01-14 17:46:20 -08002296 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_boot);
Tomas Winkler90e759d2007-11-29 11:09:41 +08002297
2298 if (!priv->ucode_boot.v_addr)
2299 goto err_pci_alloc;
2300 }
2301
Zhu Yib481de92007-09-25 17:54:57 -07002302 /* Copy images into buffers for card's bus-master reads ... */
2303
2304 /* Runtime instructions (first block of data in file) */
2305 src = &ucode->data[0];
2306 len = priv->ucode_code.len;
Tomas Winklere1623442009-01-27 14:27:56 -08002307 IWL_DEBUG_INFO(priv,
2308 "Copying (but not loading) uCode instr len %zd\n", len);
Zhu Yib481de92007-09-25 17:54:57 -07002309 memcpy(priv->ucode_code.v_addr, src, len);
Tomas Winklere1623442009-01-27 14:27:56 -08002310 IWL_DEBUG_INFO(priv, "uCode instr buf vaddr = 0x%p, paddr = 0x%08x\n",
Zhu Yib481de92007-09-25 17:54:57 -07002311 priv->ucode_code.v_addr, (u32)priv->ucode_code.p_addr);
2312
2313 /* Runtime data (2nd block)
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002314 * NOTE: Copy into backup buffer will be done in iwl3945_up() */
Zhu Yib481de92007-09-25 17:54:57 -07002315 src = &ucode->data[inst_size];
2316 len = priv->ucode_data.len;
Tomas Winklere1623442009-01-27 14:27:56 -08002317 IWL_DEBUG_INFO(priv,
2318 "Copying (but not loading) uCode data len %zd\n", len);
Zhu Yib481de92007-09-25 17:54:57 -07002319 memcpy(priv->ucode_data.v_addr, src, len);
2320 memcpy(priv->ucode_data_backup.v_addr, src, len);
2321
2322 /* Initialization instructions (3rd block) */
2323 if (init_size) {
2324 src = &ucode->data[inst_size + data_size];
2325 len = priv->ucode_init.len;
Tomas Winklere1623442009-01-27 14:27:56 -08002326 IWL_DEBUG_INFO(priv,
2327 "Copying (but not loading) init instr len %zd\n", len);
Zhu Yib481de92007-09-25 17:54:57 -07002328 memcpy(priv->ucode_init.v_addr, src, len);
2329 }
2330
2331 /* Initialization data (4th block) */
2332 if (init_data_size) {
2333 src = &ucode->data[inst_size + data_size + init_size];
2334 len = priv->ucode_init_data.len;
Tomas Winklere1623442009-01-27 14:27:56 -08002335 IWL_DEBUG_INFO(priv,
2336 "Copying (but not loading) init data len %zd\n", len);
Zhu Yib481de92007-09-25 17:54:57 -07002337 memcpy(priv->ucode_init_data.v_addr, src, len);
2338 }
2339
2340 /* Bootstrap instructions (5th block) */
2341 src = &ucode->data[inst_size + data_size + init_size + init_data_size];
2342 len = priv->ucode_boot.len;
Tomas Winklere1623442009-01-27 14:27:56 -08002343 IWL_DEBUG_INFO(priv,
2344 "Copying (but not loading) boot instr len %zd\n", len);
Zhu Yib481de92007-09-25 17:54:57 -07002345 memcpy(priv->ucode_boot.v_addr, src, len);
2346
2347 /* We have our copies now, allow OS release its copies */
2348 release_firmware(ucode_raw);
2349 return 0;
2350
2351 err_pci_alloc:
Winkler, Tomas15b16872008-12-19 10:37:33 +08002352 IWL_ERR(priv, "failed to allocate pci memory\n");
Tomas Winkler90e759d2007-11-29 11:09:41 +08002353 ret = -ENOMEM;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002354 iwl3945_dealloc_ucode_pci(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002355
2356 err_release:
2357 release_firmware(ucode_raw);
2358
2359 error:
Tomas Winkler90e759d2007-11-29 11:09:41 +08002360 return ret;
Zhu Yib481de92007-09-25 17:54:57 -07002361}
2362
2363
2364/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002365 * iwl3945_set_ucode_ptrs - Set uCode address location
Zhu Yib481de92007-09-25 17:54:57 -07002366 *
2367 * Tell initialization uCode where to find runtime uCode.
2368 *
2369 * BSM registers initially contain pointers to initialization uCode.
2370 * We need to replace them to load runtime uCode inst and data,
2371 * and to save runtime data when powering down.
2372 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002373static int iwl3945_set_ucode_ptrs(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002374{
2375 dma_addr_t pinst;
2376 dma_addr_t pdata;
Zhu Yib481de92007-09-25 17:54:57 -07002377
2378 /* bits 31:0 for 3945 */
2379 pinst = priv->ucode_code.p_addr;
2380 pdata = priv->ucode_data_backup.p_addr;
2381
Zhu Yib481de92007-09-25 17:54:57 -07002382 /* Tell bootstrap uCode where to find image to load */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002383 iwl_write_prph(priv, BSM_DRAM_INST_PTR_REG, pinst);
2384 iwl_write_prph(priv, BSM_DRAM_DATA_PTR_REG, pdata);
2385 iwl_write_prph(priv, BSM_DRAM_DATA_BYTECOUNT_REG,
Zhu Yib481de92007-09-25 17:54:57 -07002386 priv->ucode_data.len);
2387
Tomas Winklera96a27f2008-10-23 23:48:56 -07002388 /* Inst byte count must be last to set up, bit 31 signals uCode
Zhu Yib481de92007-09-25 17:54:57 -07002389 * that all new ptr/size info is in place */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002390 iwl_write_prph(priv, BSM_DRAM_INST_BYTECOUNT_REG,
Zhu Yib481de92007-09-25 17:54:57 -07002391 priv->ucode_code.len | BSM_DRAM_INST_LOAD);
2392
Tomas Winklere1623442009-01-27 14:27:56 -08002393 IWL_DEBUG_INFO(priv, "Runtime uCode pointers are set.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002394
Mohamed Abbasa8b50a02009-05-22 11:01:47 -07002395 return 0;
Zhu Yib481de92007-09-25 17:54:57 -07002396}
2397
2398/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002399 * iwl3945_init_alive_start - Called after REPLY_ALIVE notification received
Zhu Yib481de92007-09-25 17:54:57 -07002400 *
2401 * Called after REPLY_ALIVE notification received from "initialize" uCode.
2402 *
Zhu Yib481de92007-09-25 17:54:57 -07002403 * Tell "initialize" uCode to go ahead and load the runtime uCode.
Ben Cahill9fbab512007-11-29 11:09:47 +08002404 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002405static void iwl3945_init_alive_start(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002406{
2407 /* Check alive response for "valid" sign from uCode */
2408 if (priv->card_alive_init.is_valid != UCODE_VALID_OK) {
2409 /* We had an error bringing up the hardware, so take it
2410 * all the way back down so we can try again */
Tomas Winklere1623442009-01-27 14:27:56 -08002411 IWL_DEBUG_INFO(priv, "Initialize Alive failed.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002412 goto restart;
2413 }
2414
2415 /* Bootstrap uCode has loaded initialize uCode ... verify inst image.
2416 * This is a paranoid check, because we would not have gotten the
2417 * "initialize" alive if code weren't properly loaded. */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002418 if (iwl3945_verify_ucode(priv)) {
Zhu Yib481de92007-09-25 17:54:57 -07002419 /* Runtime instruction load was bad;
2420 * take it all the way back down so we can try again */
Tomas Winklere1623442009-01-27 14:27:56 -08002421 IWL_DEBUG_INFO(priv, "Bad \"initialize\" uCode load.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002422 goto restart;
2423 }
2424
2425 /* Send pointers to protocol/runtime uCode image ... init code will
2426 * load and launch runtime uCode, which will send us another "Alive"
2427 * notification. */
Tomas Winklere1623442009-01-27 14:27:56 -08002428 IWL_DEBUG_INFO(priv, "Initialization Alive received.\n");
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002429 if (iwl3945_set_ucode_ptrs(priv)) {
Zhu Yib481de92007-09-25 17:54:57 -07002430 /* Runtime instruction load won't happen;
2431 * take it all the way back down so we can try again */
Tomas Winklere1623442009-01-27 14:27:56 -08002432 IWL_DEBUG_INFO(priv, "Couldn't set up uCode pointers.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002433 goto restart;
2434 }
2435 return;
2436
2437 restart:
2438 queue_work(priv->workqueue, &priv->restart);
2439}
2440
Zhu Yib481de92007-09-25 17:54:57 -07002441/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002442 * iwl3945_alive_start - called after REPLY_ALIVE notification received
Zhu Yib481de92007-09-25 17:54:57 -07002443 * from protocol/runtime uCode (initialization uCode's
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002444 * Alive gets handled by iwl3945_init_alive_start()).
Zhu Yib481de92007-09-25 17:54:57 -07002445 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002446static void iwl3945_alive_start(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002447{
Zhu Yib481de92007-09-25 17:54:57 -07002448 int thermal_spin = 0;
2449 u32 rfkill;
2450
Tomas Winklere1623442009-01-27 14:27:56 -08002451 IWL_DEBUG_INFO(priv, "Runtime Alive received.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002452
2453 if (priv->card_alive.is_valid != UCODE_VALID_OK) {
2454 /* We had an error bringing up the hardware, so take it
2455 * all the way back down so we can try again */
Tomas Winklere1623442009-01-27 14:27:56 -08002456 IWL_DEBUG_INFO(priv, "Alive failed.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002457 goto restart;
2458 }
2459
2460 /* Initialize uCode has loaded Runtime uCode ... verify inst image.
2461 * This is a paranoid check, because we would not have gotten the
2462 * "runtime" alive if code weren't properly loaded. */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002463 if (iwl3945_verify_ucode(priv)) {
Zhu Yib481de92007-09-25 17:54:57 -07002464 /* Runtime instruction load was bad;
2465 * take it all the way back down so we can try again */
Tomas Winklere1623442009-01-27 14:27:56 -08002466 IWL_DEBUG_INFO(priv, "Bad runtime uCode load.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002467 goto restart;
2468 }
2469
Tomas Winklerc587de02009-06-03 11:44:07 -07002470 iwl_clear_stations_table(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002471
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002472 rfkill = iwl_read_prph(priv, APMG_RFKILL_REG);
Tomas Winklere1623442009-01-27 14:27:56 -08002473 IWL_DEBUG_INFO(priv, "RFKILL status: 0x%x\n", rfkill);
Zhu Yib481de92007-09-25 17:54:57 -07002474
2475 if (rfkill & 0x1) {
2476 clear_bit(STATUS_RF_KILL_HW, &priv->status);
Tomas Winklera96a27f2008-10-23 23:48:56 -07002477 /* if RFKILL is not on, then wait for thermal
Zhu Yib481de92007-09-25 17:54:57 -07002478 * sensor in adapter to kick in */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002479 while (iwl3945_hw_get_temperature(priv) == 0) {
Zhu Yib481de92007-09-25 17:54:57 -07002480 thermal_spin++;
2481 udelay(10);
2482 }
2483
2484 if (thermal_spin)
Tomas Winklere1623442009-01-27 14:27:56 -08002485 IWL_DEBUG_INFO(priv, "Thermal calibration took %dus\n",
Zhu Yib481de92007-09-25 17:54:57 -07002486 thermal_spin * 10);
2487 } else
2488 set_bit(STATUS_RF_KILL_HW, &priv->status);
2489
Ben Cahill9fbab512007-11-29 11:09:47 +08002490 /* After the ALIVE response, we can send commands to 3945 uCode */
Zhu Yib481de92007-09-25 17:54:57 -07002491 set_bit(STATUS_ALIVE, &priv->status);
2492
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08002493 if (iwl_is_rfkill(priv))
Zhu Yib481de92007-09-25 17:54:57 -07002494 return;
2495
Johannes Berg36d68252008-05-15 12:55:26 +02002496 ieee80211_wake_queues(priv->hw);
Zhu Yib481de92007-09-25 17:54:57 -07002497
2498 priv->active_rate = priv->rates_mask;
2499 priv->active_rate_basic = priv->rates_mask & IWL_BASIC_RATES_MASK;
2500
Winkler, Tomasd25aabb2009-01-27 14:27:58 -08002501 iwl_power_update_mode(priv, false);
Zhu Yib481de92007-09-25 17:54:57 -07002502
Samuel Ortiz8ccde882009-01-27 14:27:52 -08002503 if (iwl_is_associated(priv)) {
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002504 struct iwl3945_rxon_cmd *active_rxon =
Samuel Ortiz8ccde882009-01-27 14:27:52 -08002505 (struct iwl3945_rxon_cmd *)(&priv->active_rxon);
Zhu Yib481de92007-09-25 17:54:57 -07002506
Samuel Ortiz8ccde882009-01-27 14:27:52 -08002507 memcpy(&priv->staging_rxon, &priv->active_rxon,
2508 sizeof(priv->staging_rxon));
Zhu Yib481de92007-09-25 17:54:57 -07002509 active_rxon->filter_flags &= ~RXON_FILTER_ASSOC_MSK;
2510 } else {
2511 /* Initialize our rx_config data */
Samuel Ortiz8ccde882009-01-27 14:27:52 -08002512 iwl_connection_init_rx_config(priv, priv->iw_mode);
Zhu Yib481de92007-09-25 17:54:57 -07002513 }
2514
Ben Cahill9fbab512007-11-29 11:09:47 +08002515 /* Configure Bluetooth device coexistence support */
Samuel Ortiz17f841c2009-01-23 13:45:20 -08002516 iwl_send_bt_config(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002517
2518 /* Configure the adapter for unassociated operation */
Abhijeet Kolekare0158e62009-04-08 11:26:37 -07002519 iwlcore_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002520
Zhu Yib481de92007-09-25 17:54:57 -07002521 iwl3945_reg_txpower_periodic(priv);
2522
Reinette Chatrefe00b5a2008-04-03 16:05:23 -07002523 iwl3945_led_register(priv);
2524
Tomas Winklere1623442009-01-27 14:27:56 -08002525 IWL_DEBUG_INFO(priv, "ALIVE processing complete.\n");
Rick Farringtona9f46782008-03-18 14:57:49 -07002526 set_bit(STATUS_READY, &priv->status);
Zhu Yi5a66926a2008-01-14 17:46:18 -08002527 wake_up_interruptible(&priv->wait_command_queue);
Zhu Yib481de92007-09-25 17:54:57 -07002528
Mohamed Abbas9bdf5ec2008-11-07 09:58:35 -08002529 /* reassociate for ADHOC mode */
2530 if (priv->vif && (priv->iw_mode == NL80211_IFTYPE_ADHOC)) {
2531 struct sk_buff *beacon = ieee80211_beacon_get(priv->hw,
2532 priv->vif);
2533 if (beacon)
Abhijeet Kolekar9944b932009-04-08 11:26:36 -07002534 iwl_mac_beacon_update(priv->hw, beacon);
Mohamed Abbas9bdf5ec2008-11-07 09:58:35 -08002535 }
2536
Abhijeet Kolekarf45c2712009-04-08 11:26:38 -07002537 if (test_and_clear_bit(STATUS_MODE_PENDING, &priv->status))
Abhijeet Kolekar727882d2009-04-08 11:26:45 -07002538 iwl_set_mode(priv, priv->iw_mode);
Abhijeet Kolekarf45c2712009-04-08 11:26:38 -07002539
Zhu Yib481de92007-09-25 17:54:57 -07002540 return;
2541
2542 restart:
2543 queue_work(priv->workqueue, &priv->restart);
2544}
2545
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002546static void iwl3945_cancel_deferred_work(struct iwl_priv *priv);
Zhu Yib481de92007-09-25 17:54:57 -07002547
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002548static void __iwl3945_down(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002549{
2550 unsigned long flags;
2551 int exit_pending = test_bit(STATUS_EXIT_PENDING, &priv->status);
2552 struct ieee80211_conf *conf = NULL;
2553
Tomas Winklere1623442009-01-27 14:27:56 -08002554 IWL_DEBUG_INFO(priv, DRV_NAME " is going down\n");
Zhu Yib481de92007-09-25 17:54:57 -07002555
2556 conf = ieee80211_get_hw_conf(priv->hw);
2557
2558 if (!exit_pending)
2559 set_bit(STATUS_EXIT_PENDING, &priv->status);
2560
Mohamed Abbasab53d8a2008-03-25 16:33:36 -07002561 iwl3945_led_unregister(priv);
Tomas Winklerc587de02009-06-03 11:44:07 -07002562 iwl_clear_stations_table(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002563
2564 /* Unblock any waiting calls */
2565 wake_up_interruptible_all(&priv->wait_command_queue);
2566
Zhu Yib481de92007-09-25 17:54:57 -07002567 /* Wipe out the EXIT_PENDING status bit if we are not actually
2568 * exiting the module */
2569 if (!exit_pending)
2570 clear_bit(STATUS_EXIT_PENDING, &priv->status);
2571
2572 /* stop and reset the on-board processor */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002573 iwl_write32(priv, CSR_RESET, CSR_RESET_REG_FLAG_NEVO_RESET);
Zhu Yib481de92007-09-25 17:54:57 -07002574
2575 /* tell the device to stop sending interrupts */
Mohamed Abbas0359fac2008-03-28 16:21:08 -07002576 spin_lock_irqsave(&priv->lock, flags);
Abhijeet Kolekared3b9322009-02-18 15:54:30 -08002577 iwl_disable_interrupts(priv);
Mohamed Abbas0359fac2008-03-28 16:21:08 -07002578 spin_unlock_irqrestore(&priv->lock, flags);
2579 iwl_synchronize_irq(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002580
2581 if (priv->mac80211_registered)
2582 ieee80211_stop_queues(priv->hw);
2583
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002584 /* If we have not previously called iwl3945_init() then
Wey-Yi Guy6da3a132009-03-26 10:14:08 -07002585 * clear all bits but the RF Kill bits and return */
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08002586 if (!iwl_is_init(priv)) {
Zhu Yib481de92007-09-25 17:54:57 -07002587 priv->status = test_bit(STATUS_RF_KILL_HW, &priv->status) <<
2588 STATUS_RF_KILL_HW |
2589 test_bit(STATUS_RF_KILL_SW, &priv->status) <<
2590 STATUS_RF_KILL_SW |
Reinette Chatre97888642008-02-06 11:20:38 -08002591 test_bit(STATUS_GEO_CONFIGURED, &priv->status) <<
2592 STATUS_GEO_CONFIGURED |
Abhijeet Kolekarebef2002008-06-30 17:23:18 +08002593 test_bit(STATUS_EXIT_PENDING, &priv->status) <<
2594 STATUS_EXIT_PENDING;
Zhu Yib481de92007-09-25 17:54:57 -07002595 goto exit;
2596 }
2597
Wey-Yi Guy6da3a132009-03-26 10:14:08 -07002598 /* ...otherwise clear out all the status bits but the RF Kill
2599 * bits and continue taking the NIC down. */
Zhu Yib481de92007-09-25 17:54:57 -07002600 priv->status &= test_bit(STATUS_RF_KILL_HW, &priv->status) <<
2601 STATUS_RF_KILL_HW |
2602 test_bit(STATUS_RF_KILL_SW, &priv->status) <<
2603 STATUS_RF_KILL_SW |
Reinette Chatre97888642008-02-06 11:20:38 -08002604 test_bit(STATUS_GEO_CONFIGURED, &priv->status) <<
2605 STATUS_GEO_CONFIGURED |
Zhu Yib481de92007-09-25 17:54:57 -07002606 test_bit(STATUS_FW_ERROR, &priv->status) <<
Abhijeet Kolekarebef2002008-06-30 17:23:18 +08002607 STATUS_FW_ERROR |
2608 test_bit(STATUS_EXIT_PENDING, &priv->status) <<
2609 STATUS_EXIT_PENDING;
Zhu Yib481de92007-09-25 17:54:57 -07002610
Abbas, Mohamede9414b62009-01-20 21:33:55 -08002611 priv->cfg->ops->lib->apm_ops.reset(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002612 spin_lock_irqsave(&priv->lock, flags);
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002613 iwl_clear_bit(priv, CSR_GP_CNTRL, CSR_GP_CNTRL_REG_FLAG_MAC_ACCESS_REQ);
Zhu Yib481de92007-09-25 17:54:57 -07002614 spin_unlock_irqrestore(&priv->lock, flags);
2615
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002616 iwl3945_hw_txq_ctx_stop(priv);
2617 iwl3945_hw_rxq_stop(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002618
Mohamed Abbasa8b50a02009-05-22 11:01:47 -07002619 iwl_write_prph(priv, APMG_CLK_DIS_REG,
2620 APMG_CLK_VAL_DMA_CLK_RQT);
Zhu Yib481de92007-09-25 17:54:57 -07002621
2622 udelay(5);
2623
Wey-Yi Guy6da3a132009-03-26 10:14:08 -07002624 if (exit_pending)
Abbas, Mohamede9414b62009-01-20 21:33:55 -08002625 priv->cfg->ops->lib->apm_ops.stop(priv);
2626 else
2627 priv->cfg->ops->lib->apm_ops.reset(priv);
2628
Zhu Yib481de92007-09-25 17:54:57 -07002629 exit:
Tomas Winkler3d24a9f2008-12-19 10:37:07 +08002630 memset(&priv->card_alive, 0, sizeof(struct iwl_alive_resp));
Zhu Yib481de92007-09-25 17:54:57 -07002631
2632 if (priv->ibss_beacon)
2633 dev_kfree_skb(priv->ibss_beacon);
2634 priv->ibss_beacon = NULL;
2635
2636 /* clear out any free frames */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002637 iwl3945_clear_free_frames(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002638}
2639
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002640static void iwl3945_down(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002641{
2642 mutex_lock(&priv->mutex);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002643 __iwl3945_down(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002644 mutex_unlock(&priv->mutex);
Zhu Yib24d22b2007-12-19 13:59:52 +08002645
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002646 iwl3945_cancel_deferred_work(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002647}
2648
2649#define MAX_HW_RESTARTS 5
2650
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002651static int __iwl3945_up(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002652{
2653 int rc, i;
2654
2655 if (test_bit(STATUS_EXIT_PENDING, &priv->status)) {
Winkler, Tomas39aadf82008-12-19 10:37:32 +08002656 IWL_WARN(priv, "Exit pending; will not bring the NIC up\n");
Zhu Yib481de92007-09-25 17:54:57 -07002657 return -EIO;
2658 }
2659
2660 if (test_bit(STATUS_RF_KILL_SW, &priv->status)) {
Winkler, Tomas39aadf82008-12-19 10:37:32 +08002661 IWL_WARN(priv, "Radio disabled by SW RF kill (module "
Zhu Yib481de92007-09-25 17:54:57 -07002662 "parameter)\n");
Zhu Yie655b9f2008-01-24 02:19:38 -08002663 return -ENODEV;
2664 }
2665
Reinette Chatree903fbd2008-01-30 22:05:15 -08002666 if (!priv->ucode_data_backup.v_addr || !priv->ucode_data.v_addr) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08002667 IWL_ERR(priv, "ucode not available for device bring up\n");
Reinette Chatree903fbd2008-01-30 22:05:15 -08002668 return -EIO;
2669 }
2670
Zhu Yie655b9f2008-01-24 02:19:38 -08002671 /* If platform's RF_KILL switch is NOT set to KILL */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002672 if (iwl_read32(priv, CSR_GP_CNTRL) &
Zhu Yie655b9f2008-01-24 02:19:38 -08002673 CSR_GP_CNTRL_REG_FLAG_HW_RF_KILL_SW)
2674 clear_bit(STATUS_RF_KILL_HW, &priv->status);
2675 else {
2676 set_bit(STATUS_RF_KILL_HW, &priv->status);
Wey-Yi Guy6da3a132009-03-26 10:14:08 -07002677 IWL_WARN(priv, "Radio disabled by HW RF Kill switch\n");
2678 return -ENODEV;
Zhu Yib481de92007-09-25 17:54:57 -07002679 }
Adel Gadllah80fcc9e2008-07-01 17:49:50 +02002680
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002681 iwl_write32(priv, CSR_INT, 0xFFFFFFFF);
Zhu Yib481de92007-09-25 17:54:57 -07002682
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002683 rc = iwl3945_hw_nic_init(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002684 if (rc) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08002685 IWL_ERR(priv, "Unable to int nic\n");
Zhu Yib481de92007-09-25 17:54:57 -07002686 return rc;
2687 }
2688
2689 /* make sure rfkill handshake bits are cleared */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002690 iwl_write32(priv, CSR_UCODE_DRV_GP1_CLR, CSR_UCODE_SW_BIT_RFKILL);
2691 iwl_write32(priv, CSR_UCODE_DRV_GP1_CLR,
Zhu Yib481de92007-09-25 17:54:57 -07002692 CSR_UCODE_DRV_GP1_BIT_CMD_BLOCKED);
2693
2694 /* clear (again), then enable host interrupts */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002695 iwl_write32(priv, CSR_INT, 0xFFFFFFFF);
Abhijeet Kolekared3b9322009-02-18 15:54:30 -08002696 iwl_enable_interrupts(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002697
2698 /* really make sure rfkill handshake bits are cleared */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002699 iwl_write32(priv, CSR_UCODE_DRV_GP1_CLR, CSR_UCODE_SW_BIT_RFKILL);
2700 iwl_write32(priv, CSR_UCODE_DRV_GP1_CLR, CSR_UCODE_SW_BIT_RFKILL);
Zhu Yib481de92007-09-25 17:54:57 -07002701
2702 /* Copy original ucode data image from disk into backup cache.
2703 * This will be used to initialize the on-board processor's
2704 * data SRAM for a clean start when the runtime program first loads. */
2705 memcpy(priv->ucode_data_backup.v_addr, priv->ucode_data.v_addr,
Zhu Yi5a66926a2008-01-14 17:46:18 -08002706 priv->ucode_data.len);
Zhu Yib481de92007-09-25 17:54:57 -07002707
Zhu Yie655b9f2008-01-24 02:19:38 -08002708 /* We return success when we resume from suspend and rf_kill is on. */
2709 if (test_bit(STATUS_RF_KILL_HW, &priv->status))
2710 return 0;
2711
Zhu Yib481de92007-09-25 17:54:57 -07002712 for (i = 0; i < MAX_HW_RESTARTS; i++) {
2713
Tomas Winklerc587de02009-06-03 11:44:07 -07002714 iwl_clear_stations_table(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002715
2716 /* load bootstrap state machine,
2717 * load bootstrap program into processor's memory,
2718 * prepare to load the "initialize" uCode */
Kolekar, Abhijeet0164b9b2008-12-19 10:37:37 +08002719 priv->cfg->ops->lib->load_ucode(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002720
2721 if (rc) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08002722 IWL_ERR(priv,
2723 "Unable to set up bootstrap uCode: %d\n", rc);
Zhu Yib481de92007-09-25 17:54:57 -07002724 continue;
2725 }
2726
2727 /* start card; "initialize" will load runtime ucode */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002728 iwl3945_nic_start(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002729
Tomas Winklere1623442009-01-27 14:27:56 -08002730 IWL_DEBUG_INFO(priv, DRV_NAME " is coming up\n");
Zhu Yib481de92007-09-25 17:54:57 -07002731
2732 return 0;
2733 }
2734
2735 set_bit(STATUS_EXIT_PENDING, &priv->status);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002736 __iwl3945_down(priv);
Abhijeet Kolekarebef2002008-06-30 17:23:18 +08002737 clear_bit(STATUS_EXIT_PENDING, &priv->status);
Zhu Yib481de92007-09-25 17:54:57 -07002738
2739 /* tried to restart and config the device for as long as our
2740 * patience could withstand */
Winkler, Tomas15b16872008-12-19 10:37:33 +08002741 IWL_ERR(priv, "Unable to initialize device after %d attempts.\n", i);
Zhu Yib481de92007-09-25 17:54:57 -07002742 return -EIO;
2743}
2744
2745
2746/*****************************************************************************
2747 *
2748 * Workqueue callbacks
2749 *
2750 *****************************************************************************/
2751
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002752static void iwl3945_bg_init_alive_start(struct work_struct *data)
Zhu Yib481de92007-09-25 17:54:57 -07002753{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002754 struct iwl_priv *priv =
2755 container_of(data, struct iwl_priv, init_alive_start.work);
Zhu Yib481de92007-09-25 17:54:57 -07002756
2757 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
2758 return;
2759
2760 mutex_lock(&priv->mutex);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002761 iwl3945_init_alive_start(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002762 mutex_unlock(&priv->mutex);
2763}
2764
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002765static void iwl3945_bg_alive_start(struct work_struct *data)
Zhu Yib481de92007-09-25 17:54:57 -07002766{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002767 struct iwl_priv *priv =
2768 container_of(data, struct iwl_priv, alive_start.work);
Zhu Yib481de92007-09-25 17:54:57 -07002769
2770 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
2771 return;
2772
2773 mutex_lock(&priv->mutex);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002774 iwl3945_alive_start(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002775 mutex_unlock(&priv->mutex);
2776}
2777
Helmut Schaa26635162009-01-15 09:38:44 +01002778static void iwl3945_rfkill_poll(struct work_struct *data)
2779{
2780 struct iwl_priv *priv =
2781 container_of(data, struct iwl_priv, rfkill_poll.work);
2782 unsigned long status = priv->status;
2783
2784 if (iwl_read32(priv, CSR_GP_CNTRL) & CSR_GP_CNTRL_REG_FLAG_HW_RF_KILL_SW)
2785 clear_bit(STATUS_RF_KILL_HW, &priv->status);
2786 else
2787 set_bit(STATUS_RF_KILL_HW, &priv->status);
2788
2789 if (test_bit(STATUS_RF_KILL_HW, &status) != test_bit(STATUS_RF_KILL_HW, &priv->status))
2790 queue_work(priv->workqueue, &priv->rf_kill);
2791
2792 queue_delayed_work(priv->workqueue, &priv->rfkill_poll,
2793 round_jiffies_relative(2 * HZ));
2794
2795}
2796
Zhu Yib481de92007-09-25 17:54:57 -07002797#define IWL_SCAN_CHECK_WATCHDOG (7 * HZ)
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002798static void iwl3945_bg_request_scan(struct work_struct *data)
Zhu Yib481de92007-09-25 17:54:57 -07002799{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002800 struct iwl_priv *priv =
2801 container_of(data, struct iwl_priv, request_scan);
Winkler, Tomasc2d79b482008-12-19 10:37:34 +08002802 struct iwl_host_cmd cmd = {
Zhu Yib481de92007-09-25 17:54:57 -07002803 .id = REPLY_SCAN_CMD,
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002804 .len = sizeof(struct iwl3945_scan_cmd),
Zhu Yib481de92007-09-25 17:54:57 -07002805 .meta.flags = CMD_SIZE_HUGE,
2806 };
2807 int rc = 0;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002808 struct iwl3945_scan_cmd *scan;
Zhu Yib481de92007-09-25 17:54:57 -07002809 struct ieee80211_conf *conf = NULL;
Johannes Berg1ecf9fc2009-04-20 14:36:56 -07002810 u8 n_probes = 0;
Johannes Berg8318d782008-01-24 19:38:38 +01002811 enum ieee80211_band band;
Johannes Berg1ecf9fc2009-04-20 14:36:56 -07002812 bool is_active = false;
Zhu Yib481de92007-09-25 17:54:57 -07002813
2814 conf = ieee80211_get_hw_conf(priv->hw);
2815
2816 mutex_lock(&priv->mutex);
2817
Reinette Chatrefbc9f972009-05-15 16:13:46 -07002818 cancel_delayed_work(&priv->scan_check);
2819
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08002820 if (!iwl_is_ready(priv)) {
Winkler, Tomas39aadf82008-12-19 10:37:32 +08002821 IWL_WARN(priv, "request scan called when driver not ready.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002822 goto done;
2823 }
2824
Tomas Winklera96a27f2008-10-23 23:48:56 -07002825 /* Make sure the scan wasn't canceled before this queued work
Zhu Yib481de92007-09-25 17:54:57 -07002826 * was given the chance to run... */
2827 if (!test_bit(STATUS_SCANNING, &priv->status))
2828 goto done;
2829
2830 /* This should never be called or scheduled if there is currently
2831 * a scan active in the hardware. */
2832 if (test_bit(STATUS_SCAN_HW, &priv->status)) {
Tomas Winklere1623442009-01-27 14:27:56 -08002833 IWL_DEBUG_INFO(priv, "Multiple concurrent scan requests "
2834 "Ignoring second request.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002835 rc = -EIO;
2836 goto done;
2837 }
2838
2839 if (test_bit(STATUS_EXIT_PENDING, &priv->status)) {
Tomas Winklere1623442009-01-27 14:27:56 -08002840 IWL_DEBUG_SCAN(priv, "Aborting scan due to device shutdown\n");
Zhu Yib481de92007-09-25 17:54:57 -07002841 goto done;
2842 }
2843
2844 if (test_bit(STATUS_SCAN_ABORTING, &priv->status)) {
Tomas Winklere1623442009-01-27 14:27:56 -08002845 IWL_DEBUG_HC(priv,
2846 "Scan request while abort pending. Queuing.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002847 goto done;
2848 }
2849
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08002850 if (iwl_is_rfkill(priv)) {
Tomas Winklere1623442009-01-27 14:27:56 -08002851 IWL_DEBUG_HC(priv, "Aborting scan due to RF Kill activation\n");
Zhu Yib481de92007-09-25 17:54:57 -07002852 goto done;
2853 }
2854
2855 if (!test_bit(STATUS_READY, &priv->status)) {
Tomas Winklere1623442009-01-27 14:27:56 -08002856 IWL_DEBUG_HC(priv,
2857 "Scan request while uninitialized. Queuing.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002858 goto done;
2859 }
2860
2861 if (!priv->scan_bands) {
Tomas Winklere1623442009-01-27 14:27:56 -08002862 IWL_DEBUG_HC(priv, "Aborting scan due to no requested bands\n");
Zhu Yib481de92007-09-25 17:54:57 -07002863 goto done;
2864 }
2865
Winkler, Tomas805cee52009-01-19 15:30:28 -08002866 if (!priv->scan) {
2867 priv->scan = kmalloc(sizeof(struct iwl3945_scan_cmd) +
Zhu Yib481de92007-09-25 17:54:57 -07002868 IWL_MAX_SCAN_SIZE, GFP_KERNEL);
Winkler, Tomas805cee52009-01-19 15:30:28 -08002869 if (!priv->scan) {
Zhu Yib481de92007-09-25 17:54:57 -07002870 rc = -ENOMEM;
2871 goto done;
2872 }
2873 }
Winkler, Tomas805cee52009-01-19 15:30:28 -08002874 scan = priv->scan;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002875 memset(scan, 0, sizeof(struct iwl3945_scan_cmd) + IWL_MAX_SCAN_SIZE);
Zhu Yib481de92007-09-25 17:54:57 -07002876
2877 scan->quiet_plcp_th = IWL_PLCP_QUIET_THRESH;
2878 scan->quiet_time = IWL_ACTIVE_QUIET_TIME;
2879
Samuel Ortiz8ccde882009-01-27 14:27:52 -08002880 if (iwl_is_associated(priv)) {
Zhu Yib481de92007-09-25 17:54:57 -07002881 u16 interval = 0;
2882 u32 extra;
2883 u32 suspend_time = 100;
2884 u32 scan_suspend_time = 100;
2885 unsigned long flags;
2886
Tomas Winklere1623442009-01-27 14:27:56 -08002887 IWL_DEBUG_INFO(priv, "Scanning while associated...\n");
Zhu Yib481de92007-09-25 17:54:57 -07002888
2889 spin_lock_irqsave(&priv->lock, flags);
2890 interval = priv->beacon_int;
2891 spin_unlock_irqrestore(&priv->lock, flags);
2892
2893 scan->suspend_time = 0;
Mohamed Abbas15e869d2007-10-25 17:15:46 +08002894 scan->max_out_time = cpu_to_le32(200 * 1024);
Zhu Yib481de92007-09-25 17:54:57 -07002895 if (!interval)
2896 interval = suspend_time;
2897 /*
2898 * suspend time format:
2899 * 0-19: beacon interval in usec (time before exec.)
2900 * 20-23: 0
2901 * 24-31: number of beacons (suspend between channels)
2902 */
2903
2904 extra = (suspend_time / interval) << 24;
2905 scan_suspend_time = 0xFF0FFFFF &
2906 (extra | ((suspend_time % interval) * 1024));
2907
2908 scan->suspend_time = cpu_to_le32(scan_suspend_time);
Tomas Winklere1623442009-01-27 14:27:56 -08002909 IWL_DEBUG_SCAN(priv, "suspend_time 0x%X beacon interval %d\n",
Zhu Yib481de92007-09-25 17:54:57 -07002910 scan_suspend_time, interval);
2911 }
2912
Johannes Berg1ecf9fc2009-04-20 14:36:56 -07002913 if (priv->scan_request->n_ssids) {
2914 int i, p = 0;
2915 IWL_DEBUG_SCAN(priv, "Kicking off active scan\n");
2916 for (i = 0; i < priv->scan_request->n_ssids; i++) {
2917 /* always does wildcard anyway */
2918 if (!priv->scan_request->ssids[i].ssid_len)
2919 continue;
2920 scan->direct_scan[p].id = WLAN_EID_SSID;
2921 scan->direct_scan[p].len =
2922 priv->scan_request->ssids[i].ssid_len;
2923 memcpy(scan->direct_scan[p].ssid,
2924 priv->scan_request->ssids[i].ssid,
2925 priv->scan_request->ssids[i].ssid_len);
2926 n_probes++;
2927 p++;
2928 }
2929 is_active = true;
Abhijeet Kolekarf9340522008-09-03 11:26:58 +08002930 } else
Johannes Berg1ecf9fc2009-04-20 14:36:56 -07002931 IWL_DEBUG_SCAN(priv, "Kicking off passive scan.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002932
2933 /* We don't build a direct scan probe request; the uCode will do
2934 * that based on the direct_mask added to each channel entry */
Zhu Yib481de92007-09-25 17:54:57 -07002935 scan->tx_cmd.tx_flags = TX_CMD_FLG_SEQ_CTL_MSK;
Abhijeet Kolekar3832ec92008-12-19 10:37:26 +08002936 scan->tx_cmd.sta_id = priv->hw_params.bcast_sta_id;
Zhu Yib481de92007-09-25 17:54:57 -07002937 scan->tx_cmd.stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE;
2938
2939 /* flags + rate selection */
2940
Ron Rindjunsky66b50042008-06-25 16:46:31 +08002941 if (priv->scan_bands & BIT(IEEE80211_BAND_2GHZ)) {
Zhu Yib481de92007-09-25 17:54:57 -07002942 scan->flags = RXON_FLG_BAND_24G_MSK | RXON_FLG_AUTO_DETECT_MSK;
2943 scan->tx_cmd.rate = IWL_RATE_1M_PLCP;
2944 scan->good_CRC_th = 0;
Johannes Berg8318d782008-01-24 19:38:38 +01002945 band = IEEE80211_BAND_2GHZ;
Ron Rindjunsky66b50042008-06-25 16:46:31 +08002946 } else if (priv->scan_bands & BIT(IEEE80211_BAND_5GHZ)) {
Zhu Yib481de92007-09-25 17:54:57 -07002947 scan->tx_cmd.rate = IWL_RATE_6M_PLCP;
Johannes Bergb097ad22009-04-20 14:36:57 -07002948 /*
2949 * If active scaning is requested but a certain channel
2950 * is marked passive, we can do active scanning if we
2951 * detect transmissions.
2952 */
2953 scan->good_CRC_th = is_active ? IWL_GOOD_CRC_TH : 0;
Johannes Berg8318d782008-01-24 19:38:38 +01002954 band = IEEE80211_BAND_5GHZ;
Ron Rindjunsky66b50042008-06-25 16:46:31 +08002955 } else {
Winkler, Tomas39aadf82008-12-19 10:37:32 +08002956 IWL_WARN(priv, "Invalid scan band count\n");
Zhu Yib481de92007-09-25 17:54:57 -07002957 goto done;
2958 }
2959
Samuel Ortiz77fecfb82009-01-23 13:45:12 -08002960 scan->tx_cmd.len = cpu_to_le16(
Johannes Berg1ecf9fc2009-04-20 14:36:56 -07002961 iwl_fill_probe_req(priv,
2962 (struct ieee80211_mgmt *)scan->data,
2963 priv->scan_request->ie,
2964 priv->scan_request->ie_len,
2965 IWL_MAX_SCAN_SIZE - sizeof(*scan)));
Samuel Ortiz77fecfb82009-01-23 13:45:12 -08002966
Zhu Yib481de92007-09-25 17:54:57 -07002967 /* select Rx antennas */
2968 scan->flags |= iwl3945_get_antenna_flags(priv);
2969
Wey-Yi Guy279b05d2009-04-20 14:37:00 -07002970 if (iwl_is_monitor_mode(priv))
Zhu Yib481de92007-09-25 17:54:57 -07002971 scan->filter_flags = RXON_FILTER_PROMISC_MSK;
2972
Abhijeet Kolekarf9340522008-09-03 11:26:58 +08002973 scan->channel_count =
Johannes Berg1ecf9fc2009-04-20 14:36:56 -07002974 iwl3945_get_channels_for_scan(priv, band, is_active, n_probes,
Abhijeet Kolekarf9340522008-09-03 11:26:58 +08002975 (void *)&scan->data[le16_to_cpu(scan->tx_cmd.len)]);
Zhu Yib481de92007-09-25 17:54:57 -07002976
Reinette Chatre14b54332008-11-04 12:21:35 -08002977 if (scan->channel_count == 0) {
Tomas Winklere1623442009-01-27 14:27:56 -08002978 IWL_DEBUG_SCAN(priv, "channel count %d\n", scan->channel_count);
Reinette Chatre14b54332008-11-04 12:21:35 -08002979 goto done;
2980 }
2981
Zhu Yib481de92007-09-25 17:54:57 -07002982 cmd.len += le16_to_cpu(scan->tx_cmd.len) +
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002983 scan->channel_count * sizeof(struct iwl3945_scan_channel);
Zhu Yib481de92007-09-25 17:54:57 -07002984 cmd.data = scan;
2985 scan->len = cpu_to_le16(cmd.len);
2986
2987 set_bit(STATUS_SCAN_HW, &priv->status);
Samuel Ortiz518099a2009-01-19 15:30:27 -08002988 rc = iwl_send_cmd_sync(priv, &cmd);
Zhu Yib481de92007-09-25 17:54:57 -07002989 if (rc)
2990 goto done;
2991
2992 queue_delayed_work(priv->workqueue, &priv->scan_check,
2993 IWL_SCAN_CHECK_WATCHDOG);
2994
2995 mutex_unlock(&priv->mutex);
2996 return;
2997
2998 done:
Mohamed Abbas2420ebc2008-11-04 12:21:34 -08002999 /* can not perform scan make sure we clear scanning
3000 * bits from status so next scan request can be performed.
3001 * if we dont clear scanning status bit here all next scan
3002 * will fail
3003 */
3004 clear_bit(STATUS_SCAN_HW, &priv->status);
3005 clear_bit(STATUS_SCANNING, &priv->status);
3006
Ian Schram01ebd062007-10-25 17:15:22 +08003007 /* inform mac80211 scan aborted */
Zhu Yib481de92007-09-25 17:54:57 -07003008 queue_work(priv->workqueue, &priv->scan_completed);
3009 mutex_unlock(&priv->mutex);
3010}
3011
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003012static void iwl3945_bg_up(struct work_struct *data)
Zhu Yib481de92007-09-25 17:54:57 -07003013{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003014 struct iwl_priv *priv = container_of(data, struct iwl_priv, up);
Zhu Yib481de92007-09-25 17:54:57 -07003015
3016 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
3017 return;
3018
3019 mutex_lock(&priv->mutex);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003020 __iwl3945_up(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003021 mutex_unlock(&priv->mutex);
Samuel Ortizc0af96a2009-01-21 18:27:54 +01003022 iwl_rfkill_set_hw_state(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003023}
3024
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003025static void iwl3945_bg_restart(struct work_struct *data)
Zhu Yib481de92007-09-25 17:54:57 -07003026{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003027 struct iwl_priv *priv = container_of(data, struct iwl_priv, restart);
Zhu Yib481de92007-09-25 17:54:57 -07003028
3029 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
3030 return;
3031
Johannes Berg19cc1082009-05-08 13:44:36 -07003032 if (test_and_clear_bit(STATUS_FW_ERROR, &priv->status)) {
3033 mutex_lock(&priv->mutex);
3034 priv->vif = NULL;
3035 priv->is_open = 0;
3036 mutex_unlock(&priv->mutex);
3037 iwl3945_down(priv);
3038 ieee80211_restart_hw(priv->hw);
3039 } else {
3040 iwl3945_down(priv);
3041 queue_work(priv->workqueue, &priv->up);
3042 }
Zhu Yib481de92007-09-25 17:54:57 -07003043}
3044
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003045static void iwl3945_bg_rx_replenish(struct work_struct *data)
Zhu Yib481de92007-09-25 17:54:57 -07003046{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003047 struct iwl_priv *priv =
3048 container_of(data, struct iwl_priv, rx_replenish);
Zhu Yib481de92007-09-25 17:54:57 -07003049
3050 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
3051 return;
3052
3053 mutex_lock(&priv->mutex);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003054 iwl3945_rx_replenish(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003055 mutex_unlock(&priv->mutex);
3056}
3057
Mohamed Abbas7878a5a2007-11-29 11:10:13 +08003058#define IWL_DELAY_NEXT_SCAN (HZ*2)
3059
Abhijeet Kolekar5bbe2332009-04-08 11:26:35 -07003060void iwl3945_post_associate(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07003061{
Zhu Yib481de92007-09-25 17:54:57 -07003062 int rc = 0;
3063 struct ieee80211_conf *conf = NULL;
3064
Johannes Berg05c914f2008-09-11 00:01:58 +02003065 if (priv->iw_mode == NL80211_IFTYPE_AP) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08003066 IWL_ERR(priv, "%s Should not be called in AP mode\n", __func__);
Zhu Yib481de92007-09-25 17:54:57 -07003067 return;
3068 }
3069
3070
Tomas Winklere1623442009-01-27 14:27:56 -08003071 IWL_DEBUG_ASSOC(priv, "Associated as %d to: %pM\n",
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003072 priv->assoc_id, priv->active_rxon.bssid_addr);
Zhu Yib481de92007-09-25 17:54:57 -07003073
3074 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
3075 return;
3076
Abhijeet Kolekar322a9812008-09-03 11:26:27 +08003077 if (!priv->vif || !priv->is_open)
Mohamed Abbas6ef89d02007-10-25 17:15:47 +08003078 return;
Abhijeet Kolekar322a9812008-09-03 11:26:27 +08003079
Winkler, Tomasaf0053d2009-01-19 15:30:23 -08003080 iwl_scan_cancel_timeout(priv, 200);
Mohamed Abbas15e869d2007-10-25 17:15:46 +08003081
Zhu Yib481de92007-09-25 17:54:57 -07003082 conf = ieee80211_get_hw_conf(priv->hw);
3083
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003084 priv->staging_rxon.filter_flags &= ~RXON_FILTER_ASSOC_MSK;
Abhijeet Kolekare0158e62009-04-08 11:26:37 -07003085 iwlcore_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003086
Tomas Winkler28afaf92008-12-19 10:37:06 +08003087 memset(&priv->rxon_timing, 0, sizeof(struct iwl_rxon_time_cmd));
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003088 iwl3945_setup_rxon_timing(priv);
Samuel Ortiz518099a2009-01-19 15:30:27 -08003089 rc = iwl_send_cmd_pdu(priv, REPLY_RXON_TIMING,
Zhu Yib481de92007-09-25 17:54:57 -07003090 sizeof(priv->rxon_timing), &priv->rxon_timing);
3091 if (rc)
Winkler, Tomas39aadf82008-12-19 10:37:32 +08003092 IWL_WARN(priv, "REPLY_RXON_TIMING failed - "
Zhu Yib481de92007-09-25 17:54:57 -07003093 "Attempting to continue.\n");
3094
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003095 priv->staging_rxon.filter_flags |= RXON_FILTER_ASSOC_MSK;
Zhu Yib481de92007-09-25 17:54:57 -07003096
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003097 priv->staging_rxon.assoc_id = cpu_to_le16(priv->assoc_id);
Zhu Yib481de92007-09-25 17:54:57 -07003098
Tomas Winklere1623442009-01-27 14:27:56 -08003099 IWL_DEBUG_ASSOC(priv, "assoc id %d beacon interval %d\n",
Zhu Yib481de92007-09-25 17:54:57 -07003100 priv->assoc_id, priv->beacon_int);
3101
3102 if (priv->assoc_capability & WLAN_CAPABILITY_SHORT_PREAMBLE)
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003103 priv->staging_rxon.flags |= RXON_FLG_SHORT_PREAMBLE_MSK;
Zhu Yib481de92007-09-25 17:54:57 -07003104 else
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003105 priv->staging_rxon.flags &= ~RXON_FLG_SHORT_PREAMBLE_MSK;
Zhu Yib481de92007-09-25 17:54:57 -07003106
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003107 if (priv->staging_rxon.flags & RXON_FLG_BAND_24G_MSK) {
Zhu Yib481de92007-09-25 17:54:57 -07003108 if (priv->assoc_capability & WLAN_CAPABILITY_SHORT_SLOT_TIME)
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003109 priv->staging_rxon.flags |= RXON_FLG_SHORT_SLOT_MSK;
Zhu Yib481de92007-09-25 17:54:57 -07003110 else
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003111 priv->staging_rxon.flags &= ~RXON_FLG_SHORT_SLOT_MSK;
Zhu Yib481de92007-09-25 17:54:57 -07003112
Johannes Berg05c914f2008-09-11 00:01:58 +02003113 if (priv->iw_mode == NL80211_IFTYPE_ADHOC)
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003114 priv->staging_rxon.flags &= ~RXON_FLG_SHORT_SLOT_MSK;
Zhu Yib481de92007-09-25 17:54:57 -07003115
3116 }
3117
Abhijeet Kolekare0158e62009-04-08 11:26:37 -07003118 iwlcore_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003119
3120 switch (priv->iw_mode) {
Johannes Berg05c914f2008-09-11 00:01:58 +02003121 case NL80211_IFTYPE_STATION:
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003122 iwl3945_rate_scale_init(priv->hw, IWL_AP_ID);
Zhu Yib481de92007-09-25 17:54:57 -07003123 break;
3124
Johannes Berg05c914f2008-09-11 00:01:58 +02003125 case NL80211_IFTYPE_ADHOC:
Zhu Yib481de92007-09-25 17:54:57 -07003126
Abhijeet Kolekarce546fd2008-11-19 15:32:22 -08003127 priv->assoc_id = 1;
Tomas Winklerc587de02009-06-03 11:44:07 -07003128 iwl_add_station(priv, priv->bssid, 0, CMD_SYNC, NULL);
Zhu Yib481de92007-09-25 17:54:57 -07003129 iwl3945_sync_sta(priv, IWL_STA_ID,
Johannes Berg8318d782008-01-24 19:38:38 +01003130 (priv->band == IEEE80211_BAND_5GHZ) ?
Zhu Yib481de92007-09-25 17:54:57 -07003131 IWL_RATE_6M_PLCP : IWL_RATE_1M_PLCP,
3132 CMD_ASYNC);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003133 iwl3945_rate_scale_init(priv->hw, IWL_STA_ID);
3134 iwl3945_send_beacon_cmd(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003135
3136 break;
3137
3138 default:
Winkler, Tomas15b16872008-12-19 10:37:33 +08003139 IWL_ERR(priv, "%s Should not be called in %d mode\n",
Tomas Winkler3ac7f142008-07-21 02:40:14 +03003140 __func__, priv->iw_mode);
Zhu Yib481de92007-09-25 17:54:57 -07003141 break;
3142 }
3143
Abhijeet Kolekar14d2aac2009-02-27 16:21:24 -08003144 iwl_activate_qos(priv, 0);
Ron Rindjunsky292ae172008-02-06 11:20:39 -08003145
Mohamed Abbas7878a5a2007-11-29 11:10:13 +08003146 /* we have just associated, don't start scan too early */
3147 priv->next_scan_jiffies = jiffies + IWL_DELAY_NEXT_SCAN;
Abhijeet Kolekarcd56d332008-09-03 11:26:21 +08003148}
3149
Zhu Yib481de92007-09-25 17:54:57 -07003150/*****************************************************************************
3151 *
3152 * mac80211 entry point functions
3153 *
3154 *****************************************************************************/
3155
Zhu Yi5a66926a2008-01-14 17:46:18 -08003156#define UCODE_READY_TIMEOUT (2 * HZ)
3157
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003158static int iwl3945_mac_start(struct ieee80211_hw *hw)
Zhu Yib481de92007-09-25 17:54:57 -07003159{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003160 struct iwl_priv *priv = hw->priv;
Zhu Yi5a66926a2008-01-14 17:46:18 -08003161 int ret;
Zhu Yib481de92007-09-25 17:54:57 -07003162
Tomas Winklere1623442009-01-27 14:27:56 -08003163 IWL_DEBUG_MAC80211(priv, "enter\n");
Zhu Yib481de92007-09-25 17:54:57 -07003164
3165 /* we should be verifying the device is ready to be opened */
3166 mutex_lock(&priv->mutex);
3167
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003168 memset(&priv->staging_rxon, 0, sizeof(priv->staging_rxon));
Zhu Yi5a66926a2008-01-14 17:46:18 -08003169 /* fetch ucode file from disk, alloc and copy to bus-master buffers ...
3170 * ucode filename and max sizes are card-specific. */
3171
3172 if (!priv->ucode_code.len) {
3173 ret = iwl3945_read_ucode(priv);
3174 if (ret) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08003175 IWL_ERR(priv, "Could not read microcode: %d\n", ret);
Zhu Yi5a66926a2008-01-14 17:46:18 -08003176 mutex_unlock(&priv->mutex);
3177 goto out_release_irq;
3178 }
3179 }
3180
Zhu Yie655b9f2008-01-24 02:19:38 -08003181 ret = __iwl3945_up(priv);
Zhu Yi5a66926a2008-01-14 17:46:18 -08003182
Zhu Yib481de92007-09-25 17:54:57 -07003183 mutex_unlock(&priv->mutex);
Zhu Yi5a66926a2008-01-14 17:46:18 -08003184
Samuel Ortizc0af96a2009-01-21 18:27:54 +01003185 iwl_rfkill_set_hw_state(priv);
Adel Gadllah80fcc9e2008-07-01 17:49:50 +02003186
Zhu Yie655b9f2008-01-24 02:19:38 -08003187 if (ret)
3188 goto out_release_irq;
3189
Tomas Winklere1623442009-01-27 14:27:56 -08003190 IWL_DEBUG_INFO(priv, "Start UP work.\n");
Zhu Yie655b9f2008-01-24 02:19:38 -08003191
Zhu Yi5a66926a2008-01-14 17:46:18 -08003192 /* Wait for START_ALIVE from ucode. Otherwise callbacks from
3193 * mac80211 will not be run successfully. */
3194 ret = wait_event_interruptible_timeout(priv->wait_command_queue,
3195 test_bit(STATUS_READY, &priv->status),
3196 UCODE_READY_TIMEOUT);
3197 if (!ret) {
3198 if (!test_bit(STATUS_READY, &priv->status)) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08003199 IWL_ERR(priv,
3200 "Wait for START_ALIVE timeout after %dms.\n",
3201 jiffies_to_msecs(UCODE_READY_TIMEOUT));
Zhu Yi5a66926a2008-01-14 17:46:18 -08003202 ret = -ETIMEDOUT;
3203 goto out_release_irq;
3204 }
3205 }
3206
Helmut Schaa26635162009-01-15 09:38:44 +01003207 /* ucode is running and will send rfkill notifications,
3208 * no need to poll the killswitch state anymore */
3209 cancel_delayed_work(&priv->rfkill_poll);
3210
Zhu Yie655b9f2008-01-24 02:19:38 -08003211 priv->is_open = 1;
Tomas Winklere1623442009-01-27 14:27:56 -08003212 IWL_DEBUG_MAC80211(priv, "leave\n");
Zhu Yib481de92007-09-25 17:54:57 -07003213 return 0;
Zhu Yi5a66926a2008-01-14 17:46:18 -08003214
3215out_release_irq:
Zhu Yie655b9f2008-01-24 02:19:38 -08003216 priv->is_open = 0;
Tomas Winklere1623442009-01-27 14:27:56 -08003217 IWL_DEBUG_MAC80211(priv, "leave - failed\n");
Zhu Yi5a66926a2008-01-14 17:46:18 -08003218 return ret;
Zhu Yib481de92007-09-25 17:54:57 -07003219}
3220
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003221static void iwl3945_mac_stop(struct ieee80211_hw *hw)
Zhu Yib481de92007-09-25 17:54:57 -07003222{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003223 struct iwl_priv *priv = hw->priv;
Zhu Yib481de92007-09-25 17:54:57 -07003224
Tomas Winklere1623442009-01-27 14:27:56 -08003225 IWL_DEBUG_MAC80211(priv, "enter\n");
Mohamed Abbas6ef89d02007-10-25 17:15:47 +08003226
Zhu Yie655b9f2008-01-24 02:19:38 -08003227 if (!priv->is_open) {
Tomas Winklere1623442009-01-27 14:27:56 -08003228 IWL_DEBUG_MAC80211(priv, "leave - skip\n");
Zhu Yie655b9f2008-01-24 02:19:38 -08003229 return;
3230 }
3231
Zhu Yib481de92007-09-25 17:54:57 -07003232 priv->is_open = 0;
Zhu Yi5a66926a2008-01-14 17:46:18 -08003233
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08003234 if (iwl_is_ready_rf(priv)) {
Zhu Yie655b9f2008-01-24 02:19:38 -08003235 /* stop mac, cancel any scan request and clear
3236 * RXON_FILTER_ASSOC_MSK BIT
3237 */
Zhu Yi5a66926a2008-01-14 17:46:18 -08003238 mutex_lock(&priv->mutex);
Winkler, Tomasaf0053d2009-01-19 15:30:23 -08003239 iwl_scan_cancel_timeout(priv, 100);
Mohamed Abbasfde35712007-11-29 11:10:15 +08003240 mutex_unlock(&priv->mutex);
Mohamed Abbasfde35712007-11-29 11:10:15 +08003241 }
3242
Zhu Yi5a66926a2008-01-14 17:46:18 -08003243 iwl3945_down(priv);
3244
3245 flush_workqueue(priv->workqueue);
Helmut Schaa26635162009-01-15 09:38:44 +01003246
3247 /* start polling the killswitch state again */
3248 queue_delayed_work(priv->workqueue, &priv->rfkill_poll,
3249 round_jiffies_relative(2 * HZ));
Mohamed Abbas6ef89d02007-10-25 17:15:47 +08003250
Tomas Winklere1623442009-01-27 14:27:56 -08003251 IWL_DEBUG_MAC80211(priv, "leave\n");
Zhu Yib481de92007-09-25 17:54:57 -07003252}
3253
Johannes Berge039fa42008-05-15 12:55:29 +02003254static int iwl3945_mac_tx(struct ieee80211_hw *hw, struct sk_buff *skb)
Zhu Yib481de92007-09-25 17:54:57 -07003255{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003256 struct iwl_priv *priv = hw->priv;
Zhu Yib481de92007-09-25 17:54:57 -07003257
Tomas Winklere1623442009-01-27 14:27:56 -08003258 IWL_DEBUG_MAC80211(priv, "enter\n");
Zhu Yib481de92007-09-25 17:54:57 -07003259
Tomas Winklere1623442009-01-27 14:27:56 -08003260 IWL_DEBUG_TX(priv, "dev->xmit(%d bytes) at rate 0x%02x\n", skb->len,
Johannes Berge039fa42008-05-15 12:55:29 +02003261 ieee80211_get_tx_rate(hw, IEEE80211_SKB_CB(skb))->bitrate);
Zhu Yib481de92007-09-25 17:54:57 -07003262
Johannes Berge039fa42008-05-15 12:55:29 +02003263 if (iwl3945_tx_skb(priv, skb))
Zhu Yib481de92007-09-25 17:54:57 -07003264 dev_kfree_skb_any(skb);
3265
Tomas Winklere1623442009-01-27 14:27:56 -08003266 IWL_DEBUG_MAC80211(priv, "leave\n");
Reinette Chatre637f8832009-01-19 15:30:32 -08003267 return NETDEV_TX_OK;
Zhu Yib481de92007-09-25 17:54:57 -07003268}
3269
Abhijeet Kolekar60690a62009-04-08 11:26:49 -07003270void iwl3945_config_ap(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07003271{
3272 int rc = 0;
3273
Maarten Lankhorstd986bcd2008-01-23 10:15:16 -08003274 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
Zhu Yib481de92007-09-25 17:54:57 -07003275 return;
3276
3277 /* The following should be done only at AP bring up */
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003278 if (!(iwl_is_associated(priv))) {
Zhu Yib481de92007-09-25 17:54:57 -07003279
3280 /* RXON - unassoc (to set timing command) */
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003281 priv->staging_rxon.filter_flags &= ~RXON_FILTER_ASSOC_MSK;
Abhijeet Kolekare0158e62009-04-08 11:26:37 -07003282 iwlcore_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003283
3284 /* RXON Timing */
Tomas Winkler28afaf92008-12-19 10:37:06 +08003285 memset(&priv->rxon_timing, 0, sizeof(struct iwl_rxon_time_cmd));
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003286 iwl3945_setup_rxon_timing(priv);
Samuel Ortiz518099a2009-01-19 15:30:27 -08003287 rc = iwl_send_cmd_pdu(priv, REPLY_RXON_TIMING,
3288 sizeof(priv->rxon_timing),
3289 &priv->rxon_timing);
Zhu Yib481de92007-09-25 17:54:57 -07003290 if (rc)
Winkler, Tomas39aadf82008-12-19 10:37:32 +08003291 IWL_WARN(priv, "REPLY_RXON_TIMING failed - "
Zhu Yib481de92007-09-25 17:54:57 -07003292 "Attempting to continue.\n");
3293
3294 /* FIXME: what should be the assoc_id for AP? */
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003295 priv->staging_rxon.assoc_id = cpu_to_le16(priv->assoc_id);
Zhu Yib481de92007-09-25 17:54:57 -07003296 if (priv->assoc_capability & WLAN_CAPABILITY_SHORT_PREAMBLE)
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003297 priv->staging_rxon.flags |=
Zhu Yib481de92007-09-25 17:54:57 -07003298 RXON_FLG_SHORT_PREAMBLE_MSK;
3299 else
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003300 priv->staging_rxon.flags &=
Zhu Yib481de92007-09-25 17:54:57 -07003301 ~RXON_FLG_SHORT_PREAMBLE_MSK;
3302
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003303 if (priv->staging_rxon.flags & RXON_FLG_BAND_24G_MSK) {
Zhu Yib481de92007-09-25 17:54:57 -07003304 if (priv->assoc_capability &
3305 WLAN_CAPABILITY_SHORT_SLOT_TIME)
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003306 priv->staging_rxon.flags |=
Zhu Yib481de92007-09-25 17:54:57 -07003307 RXON_FLG_SHORT_SLOT_MSK;
3308 else
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003309 priv->staging_rxon.flags &=
Zhu Yib481de92007-09-25 17:54:57 -07003310 ~RXON_FLG_SHORT_SLOT_MSK;
3311
Johannes Berg05c914f2008-09-11 00:01:58 +02003312 if (priv->iw_mode == NL80211_IFTYPE_ADHOC)
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003313 priv->staging_rxon.flags &=
Zhu Yib481de92007-09-25 17:54:57 -07003314 ~RXON_FLG_SHORT_SLOT_MSK;
3315 }
3316 /* restore RXON assoc */
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003317 priv->staging_rxon.filter_flags |= RXON_FILTER_ASSOC_MSK;
Abhijeet Kolekare0158e62009-04-08 11:26:37 -07003318 iwlcore_commit_rxon(priv);
Tomas Winklerc587de02009-06-03 11:44:07 -07003319 iwl_add_station(priv, iwl_bcast_addr, 0, CMD_SYNC, NULL);
Zhu Yi556f8db2007-09-27 11:27:33 +08003320 }
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003321 iwl3945_send_beacon_cmd(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003322
3323 /* FIXME - we need to add code here to detect a totally new
3324 * configuration, reset the AP, unassoc, rxon timing, assoc,
3325 * clear sta table, add BCAST sta... */
3326}
3327
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003328static int iwl3945_mac_set_key(struct ieee80211_hw *hw, enum set_key_cmd cmd,
Johannes Bergdc822b52008-12-29 12:55:09 +01003329 struct ieee80211_vif *vif,
3330 struct ieee80211_sta *sta,
3331 struct ieee80211_key_conf *key)
Zhu Yib481de92007-09-25 17:54:57 -07003332{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003333 struct iwl_priv *priv = hw->priv;
Johannes Bergdc822b52008-12-29 12:55:09 +01003334 const u8 *addr;
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -08003335 int ret = 0;
3336 u8 sta_id = IWL_INVALID_STATION;
3337 u8 static_key;
Zhu Yib481de92007-09-25 17:54:57 -07003338
Tomas Winklere1623442009-01-27 14:27:56 -08003339 IWL_DEBUG_MAC80211(priv, "enter\n");
Zhu Yib481de92007-09-25 17:54:57 -07003340
Kolekar, Abhijeetdf878d82008-12-19 10:37:35 +08003341 if (iwl3945_mod_params.sw_crypto) {
Tomas Winklere1623442009-01-27 14:27:56 -08003342 IWL_DEBUG_MAC80211(priv, "leave - hwcrypto disabled\n");
Zhu Yib481de92007-09-25 17:54:57 -07003343 return -EOPNOTSUPP;
3344 }
3345
Winkler, Tomas42986792009-01-19 15:30:22 -08003346 addr = sta ? sta->addr : iwl_bcast_addr;
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -08003347 static_key = !iwl_is_associated(priv);
3348
3349 if (!static_key) {
Tomas Winklerc587de02009-06-03 11:44:07 -07003350 sta_id = iwl_find_station(priv, addr);
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -08003351 if (sta_id == IWL_INVALID_STATION) {
Joe Perches12514392009-04-16 16:23:26 -07003352 IWL_DEBUG_MAC80211(priv, "leave - %pM not in station map.\n",
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -08003353 addr);
3354 return -EINVAL;
3355 }
Zhu Yib481de92007-09-25 17:54:57 -07003356 }
3357
3358 mutex_lock(&priv->mutex);
Winkler, Tomasaf0053d2009-01-19 15:30:23 -08003359 iwl_scan_cancel_timeout(priv, 100);
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -08003360 mutex_unlock(&priv->mutex);
Mohamed Abbas15e869d2007-10-25 17:15:46 +08003361
Zhu Yib481de92007-09-25 17:54:57 -07003362 switch (cmd) {
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -08003363 case SET_KEY:
3364 if (static_key)
3365 ret = iwl3945_set_static_key(priv, key);
3366 else
3367 ret = iwl3945_set_dynamic_key(priv, key, sta_id);
3368 IWL_DEBUG_MAC80211(priv, "enable hwcrypto key\n");
Zhu Yib481de92007-09-25 17:54:57 -07003369 break;
3370 case DISABLE_KEY:
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -08003371 if (static_key)
3372 ret = iwl3945_remove_static_key(priv);
3373 else
3374 ret = iwl3945_clear_sta_key_info(priv, sta_id);
3375 IWL_DEBUG_MAC80211(priv, "disable hwcrypto key\n");
Zhu Yib481de92007-09-25 17:54:57 -07003376 break;
3377 default:
Winkler, Tomas42986792009-01-19 15:30:22 -08003378 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07003379 }
3380
Tomas Winklere1623442009-01-27 14:27:56 -08003381 IWL_DEBUG_MAC80211(priv, "leave\n");
Zhu Yib481de92007-09-25 17:54:57 -07003382
Winkler, Tomas42986792009-01-19 15:30:22 -08003383 return ret;
Zhu Yib481de92007-09-25 17:54:57 -07003384}
3385
Zhu Yib481de92007-09-25 17:54:57 -07003386/*****************************************************************************
3387 *
3388 * sysfs attributes
3389 *
3390 *****************************************************************************/
3391
Samuel Ortizd08853a2009-01-23 13:45:17 -08003392#ifdef CONFIG_IWLWIFI_DEBUG
Zhu Yib481de92007-09-25 17:54:57 -07003393
3394/*
3395 * The following adds a new attribute to the sysfs representation
3396 * of this device driver (i.e. a new file in /sys/bus/pci/drivers/iwl/)
3397 * used for controlling the debug level.
3398 *
3399 * See the level definitions in iwl for details.
3400 */
Samuel Ortiz40b8ec02008-12-19 10:37:08 +08003401static ssize_t show_debug_level(struct device *d,
3402 struct device_attribute *attr, char *buf)
Zhu Yib481de92007-09-25 17:54:57 -07003403{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003404 struct iwl_priv *priv = dev_get_drvdata(d);
Samuel Ortiz40b8ec02008-12-19 10:37:08 +08003405
3406 return sprintf(buf, "0x%08X\n", priv->debug_level);
Zhu Yib481de92007-09-25 17:54:57 -07003407}
Samuel Ortiz40b8ec02008-12-19 10:37:08 +08003408static ssize_t store_debug_level(struct device *d,
3409 struct device_attribute *attr,
Zhu Yib481de92007-09-25 17:54:57 -07003410 const char *buf, size_t count)
3411{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003412 struct iwl_priv *priv = dev_get_drvdata(d);
Samuel Ortiz40b8ec02008-12-19 10:37:08 +08003413 unsigned long val;
3414 int ret;
Zhu Yib481de92007-09-25 17:54:57 -07003415
Samuel Ortiz40b8ec02008-12-19 10:37:08 +08003416 ret = strict_strtoul(buf, 0, &val);
3417 if (ret)
Tomas Winkler978785a2008-12-19 10:37:31 +08003418 IWL_INFO(priv, "%s is not in hex or decimal form.\n", buf);
Zhu Yib481de92007-09-25 17:54:57 -07003419 else
Samuel Ortiz40b8ec02008-12-19 10:37:08 +08003420 priv->debug_level = val;
Zhu Yib481de92007-09-25 17:54:57 -07003421
3422 return strnlen(buf, count);
3423}
3424
Samuel Ortiz40b8ec02008-12-19 10:37:08 +08003425static DEVICE_ATTR(debug_level, S_IWUSR | S_IRUGO,
3426 show_debug_level, store_debug_level);
Zhu Yib481de92007-09-25 17:54:57 -07003427
Samuel Ortizd08853a2009-01-23 13:45:17 -08003428#endif /* CONFIG_IWLWIFI_DEBUG */
Zhu Yib481de92007-09-25 17:54:57 -07003429
Zhu Yib481de92007-09-25 17:54:57 -07003430static ssize_t show_temperature(struct device *d,
3431 struct device_attribute *attr, char *buf)
3432{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003433 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003434
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08003435 if (!iwl_is_alive(priv))
Zhu Yib481de92007-09-25 17:54:57 -07003436 return -EAGAIN;
3437
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003438 return sprintf(buf, "%d\n", iwl3945_hw_get_temperature(priv));
Zhu Yib481de92007-09-25 17:54:57 -07003439}
3440
3441static DEVICE_ATTR(temperature, S_IRUGO, show_temperature, NULL);
3442
Zhu Yib481de92007-09-25 17:54:57 -07003443static ssize_t show_tx_power(struct device *d,
3444 struct device_attribute *attr, char *buf)
3445{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003446 struct iwl_priv *priv = dev_get_drvdata(d);
Winkler, Tomas62ea9c52009-01-19 15:30:29 -08003447 return sprintf(buf, "%d\n", priv->tx_power_user_lmt);
Zhu Yib481de92007-09-25 17:54:57 -07003448}
3449
3450static ssize_t store_tx_power(struct device *d,
3451 struct device_attribute *attr,
3452 const char *buf, size_t count)
3453{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003454 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003455 char *p = (char *)buf;
3456 u32 val;
3457
3458 val = simple_strtoul(p, &p, 10);
3459 if (p == buf)
Tomas Winkler978785a2008-12-19 10:37:31 +08003460 IWL_INFO(priv, ": %s is not in decimal form.\n", buf);
Zhu Yib481de92007-09-25 17:54:57 -07003461 else
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003462 iwl3945_hw_reg_set_txpower(priv, val);
Zhu Yib481de92007-09-25 17:54:57 -07003463
3464 return count;
3465}
3466
3467static DEVICE_ATTR(tx_power, S_IWUSR | S_IRUGO, show_tx_power, store_tx_power);
3468
3469static ssize_t show_flags(struct device *d,
3470 struct device_attribute *attr, char *buf)
3471{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003472 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003473
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003474 return sprintf(buf, "0x%04X\n", priv->active_rxon.flags);
Zhu Yib481de92007-09-25 17:54:57 -07003475}
3476
3477static ssize_t store_flags(struct device *d,
3478 struct device_attribute *attr,
3479 const char *buf, size_t count)
3480{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003481 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003482 u32 flags = simple_strtoul(buf, NULL, 0);
3483
3484 mutex_lock(&priv->mutex);
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003485 if (le32_to_cpu(priv->staging_rxon.flags) != flags) {
Zhu Yib481de92007-09-25 17:54:57 -07003486 /* Cancel any currently running scans... */
Winkler, Tomasaf0053d2009-01-19 15:30:23 -08003487 if (iwl_scan_cancel_timeout(priv, 100))
Winkler, Tomas39aadf82008-12-19 10:37:32 +08003488 IWL_WARN(priv, "Could not cancel scan.\n");
Zhu Yib481de92007-09-25 17:54:57 -07003489 else {
Tomas Winklere1623442009-01-27 14:27:56 -08003490 IWL_DEBUG_INFO(priv, "Committing rxon.flags = 0x%04X\n",
Zhu Yib481de92007-09-25 17:54:57 -07003491 flags);
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003492 priv->staging_rxon.flags = cpu_to_le32(flags);
Abhijeet Kolekare0158e62009-04-08 11:26:37 -07003493 iwlcore_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003494 }
3495 }
3496 mutex_unlock(&priv->mutex);
3497
3498 return count;
3499}
3500
3501static DEVICE_ATTR(flags, S_IWUSR | S_IRUGO, show_flags, store_flags);
3502
3503static ssize_t show_filter_flags(struct device *d,
3504 struct device_attribute *attr, char *buf)
3505{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003506 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003507
3508 return sprintf(buf, "0x%04X\n",
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003509 le32_to_cpu(priv->active_rxon.filter_flags));
Zhu Yib481de92007-09-25 17:54:57 -07003510}
3511
3512static ssize_t store_filter_flags(struct device *d,
3513 struct device_attribute *attr,
3514 const char *buf, size_t count)
3515{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003516 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003517 u32 filter_flags = simple_strtoul(buf, NULL, 0);
3518
3519 mutex_lock(&priv->mutex);
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003520 if (le32_to_cpu(priv->staging_rxon.filter_flags) != filter_flags) {
Zhu Yib481de92007-09-25 17:54:57 -07003521 /* Cancel any currently running scans... */
Winkler, Tomasaf0053d2009-01-19 15:30:23 -08003522 if (iwl_scan_cancel_timeout(priv, 100))
Winkler, Tomas39aadf82008-12-19 10:37:32 +08003523 IWL_WARN(priv, "Could not cancel scan.\n");
Zhu Yib481de92007-09-25 17:54:57 -07003524 else {
Tomas Winklere1623442009-01-27 14:27:56 -08003525 IWL_DEBUG_INFO(priv, "Committing rxon.filter_flags = "
Zhu Yib481de92007-09-25 17:54:57 -07003526 "0x%04X\n", filter_flags);
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003527 priv->staging_rxon.filter_flags =
Zhu Yib481de92007-09-25 17:54:57 -07003528 cpu_to_le32(filter_flags);
Abhijeet Kolekare0158e62009-04-08 11:26:37 -07003529 iwlcore_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003530 }
3531 }
3532 mutex_unlock(&priv->mutex);
3533
3534 return count;
3535}
3536
3537static DEVICE_ATTR(filter_flags, S_IWUSR | S_IRUGO, show_filter_flags,
3538 store_filter_flags);
3539
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +08003540#ifdef CONFIG_IWL3945_SPECTRUM_MEASUREMENT
Zhu Yib481de92007-09-25 17:54:57 -07003541
3542static ssize_t show_measurement(struct device *d,
3543 struct device_attribute *attr, char *buf)
3544{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003545 struct iwl_priv *priv = dev_get_drvdata(d);
Tomas Winkler600c0e12008-12-19 10:37:04 +08003546 struct iwl_spectrum_notification measure_report;
Zhu Yib481de92007-09-25 17:54:57 -07003547 u32 size = sizeof(measure_report), len = 0, ofs = 0;
Tomas Winkler3ac7f142008-07-21 02:40:14 +03003548 u8 *data = (u8 *)&measure_report;
Zhu Yib481de92007-09-25 17:54:57 -07003549 unsigned long flags;
3550
3551 spin_lock_irqsave(&priv->lock, flags);
3552 if (!(priv->measurement_status & MEASUREMENT_READY)) {
3553 spin_unlock_irqrestore(&priv->lock, flags);
3554 return 0;
3555 }
3556 memcpy(&measure_report, &priv->measure_report, size);
3557 priv->measurement_status = 0;
3558 spin_unlock_irqrestore(&priv->lock, flags);
3559
3560 while (size && (PAGE_SIZE - len)) {
3561 hex_dump_to_buffer(data + ofs, size, 16, 1, buf + len,
3562 PAGE_SIZE - len, 1);
3563 len = strlen(buf);
3564 if (PAGE_SIZE - len)
3565 buf[len++] = '\n';
3566
3567 ofs += 16;
3568 size -= min(size, 16U);
3569 }
3570
3571 return len;
3572}
3573
3574static ssize_t store_measurement(struct device *d,
3575 struct device_attribute *attr,
3576 const char *buf, size_t count)
3577{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003578 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003579 struct ieee80211_measurement_params params = {
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003580 .channel = le16_to_cpu(priv->active_rxon.channel),
Zhu Yib481de92007-09-25 17:54:57 -07003581 .start_time = cpu_to_le64(priv->last_tsf),
3582 .duration = cpu_to_le16(1),
3583 };
3584 u8 type = IWL_MEASURE_BASIC;
3585 u8 buffer[32];
3586 u8 channel;
3587
3588 if (count) {
3589 char *p = buffer;
3590 strncpy(buffer, buf, min(sizeof(buffer), count));
3591 channel = simple_strtoul(p, NULL, 0);
3592 if (channel)
3593 params.channel = channel;
3594
3595 p = buffer;
3596 while (*p && *p != ' ')
3597 p++;
3598 if (*p)
3599 type = simple_strtoul(p + 1, NULL, 0);
3600 }
3601
Tomas Winklere1623442009-01-27 14:27:56 -08003602 IWL_DEBUG_INFO(priv, "Invoking measurement of type %d on "
Zhu Yib481de92007-09-25 17:54:57 -07003603 "channel %d (for '%s')\n", type, params.channel, buf);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003604 iwl3945_get_measurement(priv, &params, type);
Zhu Yib481de92007-09-25 17:54:57 -07003605
3606 return count;
3607}
3608
3609static DEVICE_ATTR(measurement, S_IRUSR | S_IWUSR,
3610 show_measurement, store_measurement);
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +08003611#endif /* CONFIG_IWL3945_SPECTRUM_MEASUREMENT */
Zhu Yib481de92007-09-25 17:54:57 -07003612
Zhu Yib481de92007-09-25 17:54:57 -07003613static ssize_t store_retry_rate(struct device *d,
3614 struct device_attribute *attr,
3615 const char *buf, size_t count)
3616{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003617 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003618
3619 priv->retry_rate = simple_strtoul(buf, NULL, 0);
3620 if (priv->retry_rate <= 0)
3621 priv->retry_rate = 1;
3622
3623 return count;
3624}
3625
3626static ssize_t show_retry_rate(struct device *d,
3627 struct device_attribute *attr, char *buf)
3628{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003629 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003630 return sprintf(buf, "%d", priv->retry_rate);
3631}
3632
3633static DEVICE_ATTR(retry_rate, S_IWUSR | S_IRUSR, show_retry_rate,
3634 store_retry_rate);
3635
Winkler, Tomasd25aabb2009-01-27 14:27:58 -08003636
Zhu Yib481de92007-09-25 17:54:57 -07003637static ssize_t store_power_level(struct device *d,
3638 struct device_attribute *attr,
3639 const char *buf, size_t count)
3640{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003641 struct iwl_priv *priv = dev_get_drvdata(d);
Winkler, Tomasd25aabb2009-01-27 14:27:58 -08003642 int ret;
3643 unsigned long mode;
Zhu Yib481de92007-09-25 17:54:57 -07003644
Winkler, Tomasd25aabb2009-01-27 14:27:58 -08003645
Zhu Yib481de92007-09-25 17:54:57 -07003646 mutex_lock(&priv->mutex);
3647
Winkler, Tomasd25aabb2009-01-27 14:27:58 -08003648 ret = strict_strtoul(buf, 10, &mode);
3649 if (ret)
3650 goto out;
Zhu Yib481de92007-09-25 17:54:57 -07003651
Winkler, Tomasd25aabb2009-01-27 14:27:58 -08003652 ret = iwl_power_set_user_mode(priv, mode);
3653 if (ret) {
3654 IWL_DEBUG_MAC80211(priv, "failed setting power mode.\n");
3655 goto out;
Zhu Yib481de92007-09-25 17:54:57 -07003656 }
Winkler, Tomasd25aabb2009-01-27 14:27:58 -08003657 ret = count;
Zhu Yib481de92007-09-25 17:54:57 -07003658
3659 out:
3660 mutex_unlock(&priv->mutex);
Winkler, Tomasd25aabb2009-01-27 14:27:58 -08003661 return ret;
Zhu Yib481de92007-09-25 17:54:57 -07003662}
3663
Winkler, Tomasd25aabb2009-01-27 14:27:58 -08003664static ssize_t show_power_level(struct device *d,
3665 struct device_attribute *attr, char *buf)
3666{
3667 struct iwl_priv *priv = dev_get_drvdata(d);
3668 int mode = priv->power_data.user_power_setting;
Winkler, Tomasd25aabb2009-01-27 14:27:58 -08003669 int level = priv->power_data.power_mode;
3670 char *p = buf;
3671
Johannes Berg7af2c462009-05-08 13:44:38 -07003672 p += sprintf(p, "INDEX:%d\t", level);
3673 p += sprintf(p, "USER:%d\n", mode);
Winkler, Tomasd25aabb2009-01-27 14:27:58 -08003674 return p - buf + 1;
3675}
3676
3677static DEVICE_ATTR(power_level, S_IWUSR | S_IRUSR,
3678 show_power_level, store_power_level);
3679
Zhu Yib481de92007-09-25 17:54:57 -07003680#define MAX_WX_STRING 80
3681
3682/* Values are in microsecond */
3683static const s32 timeout_duration[] = {
3684 350000,
3685 250000,
3686 75000,
3687 37000,
3688 25000,
3689};
3690static const s32 period_duration[] = {
3691 400000,
3692 700000,
3693 1000000,
3694 1000000,
3695 1000000
3696};
3697
Zhu Yib481de92007-09-25 17:54:57 -07003698static ssize_t show_channels(struct device *d,
3699 struct device_attribute *attr, char *buf)
3700{
Johannes Berg8318d782008-01-24 19:38:38 +01003701 /* all this shit doesn't belong into sysfs anyway */
3702 return 0;
Zhu Yib481de92007-09-25 17:54:57 -07003703}
3704
3705static DEVICE_ATTR(channels, S_IRUSR, show_channels, NULL);
3706
3707static ssize_t show_statistics(struct device *d,
3708 struct device_attribute *attr, char *buf)
3709{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003710 struct iwl_priv *priv = dev_get_drvdata(d);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003711 u32 size = sizeof(struct iwl3945_notif_statistics);
Zhu Yib481de92007-09-25 17:54:57 -07003712 u32 len = 0, ofs = 0;
Abhijeet Kolekarf2c7e522008-12-19 10:37:27 +08003713 u8 *data = (u8 *)&priv->statistics_39;
Zhu Yib481de92007-09-25 17:54:57 -07003714 int rc = 0;
3715
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08003716 if (!iwl_is_alive(priv))
Zhu Yib481de92007-09-25 17:54:57 -07003717 return -EAGAIN;
3718
3719 mutex_lock(&priv->mutex);
Samuel Ortiz17f841c2009-01-23 13:45:20 -08003720 rc = iwl_send_statistics_request(priv, 0);
Zhu Yib481de92007-09-25 17:54:57 -07003721 mutex_unlock(&priv->mutex);
3722
3723 if (rc) {
3724 len = sprintf(buf,
3725 "Error sending statistics request: 0x%08X\n", rc);
3726 return len;
3727 }
3728
3729 while (size && (PAGE_SIZE - len)) {
3730 hex_dump_to_buffer(data + ofs, size, 16, 1, buf + len,
3731 PAGE_SIZE - len, 1);
3732 len = strlen(buf);
3733 if (PAGE_SIZE - len)
3734 buf[len++] = '\n';
3735
3736 ofs += 16;
3737 size -= min(size, 16U);
3738 }
3739
3740 return len;
3741}
3742
3743static DEVICE_ATTR(statistics, S_IRUGO, show_statistics, NULL);
3744
3745static ssize_t show_antenna(struct device *d,
3746 struct device_attribute *attr, char *buf)
3747{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003748 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003749
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08003750 if (!iwl_is_alive(priv))
Zhu Yib481de92007-09-25 17:54:57 -07003751 return -EAGAIN;
3752
Samuel Ortiz7e4bca52009-01-23 13:45:18 -08003753 return sprintf(buf, "%d\n", iwl3945_mod_params.antenna);
Zhu Yib481de92007-09-25 17:54:57 -07003754}
3755
3756static ssize_t store_antenna(struct device *d,
3757 struct device_attribute *attr,
3758 const char *buf, size_t count)
3759{
Winkler, Tomas7530f852009-01-27 14:27:53 -08003760 struct iwl_priv *priv __maybe_unused = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003761 int ant;
Zhu Yib481de92007-09-25 17:54:57 -07003762
3763 if (count == 0)
3764 return 0;
3765
3766 if (sscanf(buf, "%1i", &ant) != 1) {
Tomas Winklere1623442009-01-27 14:27:56 -08003767 IWL_DEBUG_INFO(priv, "not in hex or decimal form.\n");
Zhu Yib481de92007-09-25 17:54:57 -07003768 return count;
3769 }
3770
3771 if ((ant >= 0) && (ant <= 2)) {
Tomas Winklere1623442009-01-27 14:27:56 -08003772 IWL_DEBUG_INFO(priv, "Setting antenna select to %d.\n", ant);
Samuel Ortiz7e4bca52009-01-23 13:45:18 -08003773 iwl3945_mod_params.antenna = (enum iwl3945_antenna)ant;
Zhu Yib481de92007-09-25 17:54:57 -07003774 } else
Tomas Winklere1623442009-01-27 14:27:56 -08003775 IWL_DEBUG_INFO(priv, "Bad antenna select value %d.\n", ant);
Zhu Yib481de92007-09-25 17:54:57 -07003776
3777
3778 return count;
3779}
3780
3781static DEVICE_ATTR(antenna, S_IWUSR | S_IRUGO, show_antenna, store_antenna);
3782
3783static ssize_t show_status(struct device *d,
3784 struct device_attribute *attr, char *buf)
3785{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003786 struct iwl_priv *priv = dev_get_drvdata(d);
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08003787 if (!iwl_is_alive(priv))
Zhu Yib481de92007-09-25 17:54:57 -07003788 return -EAGAIN;
3789 return sprintf(buf, "0x%08x\n", (int)priv->status);
3790}
3791
3792static DEVICE_ATTR(status, S_IRUGO, show_status, NULL);
3793
3794static ssize_t dump_error_log(struct device *d,
3795 struct device_attribute *attr,
3796 const char *buf, size_t count)
3797{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003798 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003799 char *p = (char *)buf;
3800
3801 if (p[0] == '1')
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003802 iwl3945_dump_nic_error_log(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003803
3804 return strnlen(buf, count);
3805}
3806
3807static DEVICE_ATTR(dump_errors, S_IWUSR, NULL, dump_error_log);
3808
3809static ssize_t dump_event_log(struct device *d,
3810 struct device_attribute *attr,
3811 const char *buf, size_t count)
3812{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003813 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003814 char *p = (char *)buf;
3815
3816 if (p[0] == '1')
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003817 iwl3945_dump_nic_event_log(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003818
3819 return strnlen(buf, count);
3820}
3821
3822static DEVICE_ATTR(dump_events, S_IWUSR, NULL, dump_event_log);
3823
3824/*****************************************************************************
3825 *
Tomas Winklera96a27f2008-10-23 23:48:56 -07003826 * driver setup and tear down
Zhu Yib481de92007-09-25 17:54:57 -07003827 *
3828 *****************************************************************************/
3829
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003830static void iwl3945_setup_deferred_work(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07003831{
Reinette Chatred21050c2009-02-13 11:51:18 -08003832 priv->workqueue = create_singlethread_workqueue(DRV_NAME);
Zhu Yib481de92007-09-25 17:54:57 -07003833
3834 init_waitqueue_head(&priv->wait_command_queue);
3835
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003836 INIT_WORK(&priv->up, iwl3945_bg_up);
3837 INIT_WORK(&priv->restart, iwl3945_bg_restart);
3838 INIT_WORK(&priv->rx_replenish, iwl3945_bg_rx_replenish);
Samuel Ortizc0af96a2009-01-21 18:27:54 +01003839 INIT_WORK(&priv->rf_kill, iwl_bg_rf_kill);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003840 INIT_WORK(&priv->beacon_update, iwl3945_bg_beacon_update);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003841 INIT_DELAYED_WORK(&priv->init_alive_start, iwl3945_bg_init_alive_start);
3842 INIT_DELAYED_WORK(&priv->alive_start, iwl3945_bg_alive_start);
Helmut Schaa26635162009-01-15 09:38:44 +01003843 INIT_DELAYED_WORK(&priv->rfkill_poll, iwl3945_rfkill_poll);
Samuel Ortiz77fecfb82009-01-23 13:45:12 -08003844 INIT_WORK(&priv->scan_completed, iwl_bg_scan_completed);
3845 INIT_WORK(&priv->request_scan, iwl3945_bg_request_scan);
3846 INIT_WORK(&priv->abort_scan, iwl_bg_abort_scan);
3847 INIT_DELAYED_WORK(&priv->scan_check, iwl_bg_scan_check);
Zhu Yib481de92007-09-25 17:54:57 -07003848
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003849 iwl3945_hw_setup_deferred_work(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003850
3851 tasklet_init(&priv->irq_tasklet, (void (*)(unsigned long))
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003852 iwl3945_irq_tasklet, (unsigned long)priv);
Zhu Yib481de92007-09-25 17:54:57 -07003853}
3854
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003855static void iwl3945_cancel_deferred_work(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07003856{
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003857 iwl3945_hw_cancel_deferred_work(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003858
Joonwoo Parke47eb6a2007-11-29 10:42:49 +09003859 cancel_delayed_work_sync(&priv->init_alive_start);
Zhu Yib481de92007-09-25 17:54:57 -07003860 cancel_delayed_work(&priv->scan_check);
3861 cancel_delayed_work(&priv->alive_start);
Zhu Yib481de92007-09-25 17:54:57 -07003862 cancel_work_sync(&priv->beacon_update);
3863}
3864
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003865static struct attribute *iwl3945_sysfs_entries[] = {
Zhu Yib481de92007-09-25 17:54:57 -07003866 &dev_attr_antenna.attr,
3867 &dev_attr_channels.attr,
3868 &dev_attr_dump_errors.attr,
3869 &dev_attr_dump_events.attr,
3870 &dev_attr_flags.attr,
3871 &dev_attr_filter_flags.attr,
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +08003872#ifdef CONFIG_IWL3945_SPECTRUM_MEASUREMENT
Zhu Yib481de92007-09-25 17:54:57 -07003873 &dev_attr_measurement.attr,
3874#endif
3875 &dev_attr_power_level.attr,
Zhu Yib481de92007-09-25 17:54:57 -07003876 &dev_attr_retry_rate.attr,
Zhu Yib481de92007-09-25 17:54:57 -07003877 &dev_attr_statistics.attr,
3878 &dev_attr_status.attr,
3879 &dev_attr_temperature.attr,
Zhu Yib481de92007-09-25 17:54:57 -07003880 &dev_attr_tx_power.attr,
Samuel Ortizd08853a2009-01-23 13:45:17 -08003881#ifdef CONFIG_IWLWIFI_DEBUG
Samuel Ortiz40b8ec02008-12-19 10:37:08 +08003882 &dev_attr_debug_level.attr,
3883#endif
Zhu Yib481de92007-09-25 17:54:57 -07003884 NULL
3885};
3886
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003887static struct attribute_group iwl3945_attribute_group = {
Zhu Yib481de92007-09-25 17:54:57 -07003888 .name = NULL, /* put in device directory */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003889 .attrs = iwl3945_sysfs_entries,
Zhu Yib481de92007-09-25 17:54:57 -07003890};
3891
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003892static struct ieee80211_ops iwl3945_hw_ops = {
3893 .tx = iwl3945_mac_tx,
3894 .start = iwl3945_mac_start,
3895 .stop = iwl3945_mac_stop,
Abhijeet Kolekarcbb6ab92009-04-08 11:26:46 -07003896 .add_interface = iwl_mac_add_interface,
Abhijeet Kolekard8052312009-04-08 11:26:47 -07003897 .remove_interface = iwl_mac_remove_interface,
Abhijeet Kolekar48083682009-04-08 11:26:48 -07003898 .config = iwl_mac_config,
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003899 .configure_filter = iwl_configure_filter,
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003900 .set_key = iwl3945_mac_set_key,
Abhijeet Kolekaraa89f312009-04-08 11:26:51 -07003901 .get_tx_stats = iwl_mac_get_tx_stats,
Abhijeet Kolekar488829f2009-03-26 10:14:10 -07003902 .conf_tx = iwl_mac_conf_tx,
Abhijeet Kolekarbd564262009-04-08 11:26:52 -07003903 .reset_tsf = iwl_mac_reset_tsf,
Abhijeet Kolekar5bbe2332009-04-08 11:26:35 -07003904 .bss_info_changed = iwl_bss_info_changed,
Abhijeet Kolekare9dde6f62009-02-18 15:54:27 -08003905 .hw_scan = iwl_mac_hw_scan
Zhu Yib481de92007-09-25 17:54:57 -07003906};
3907
Winkler, Tomase52119c2008-12-22 11:31:19 +08003908static int iwl3945_init_drv(struct iwl_priv *priv)
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003909{
3910 int ret;
Samuel Ortize6148912009-01-23 13:45:15 -08003911 struct iwl3945_eeprom *eeprom = (struct iwl3945_eeprom *)priv->eeprom;
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003912
3913 priv->retry_rate = 1;
3914 priv->ibss_beacon = NULL;
3915
3916 spin_lock_init(&priv->lock);
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003917 spin_lock_init(&priv->sta_lock);
3918 spin_lock_init(&priv->hcmd_lock);
3919
3920 INIT_LIST_HEAD(&priv->free_frames);
3921
3922 mutex_init(&priv->mutex);
3923
3924 /* Clear the driver's (not device's) station table */
Tomas Winklerc587de02009-06-03 11:44:07 -07003925 iwl_clear_stations_table(priv);
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003926
3927 priv->data_retry_limit = -1;
3928 priv->ieee_channels = NULL;
3929 priv->ieee_rates = NULL;
3930 priv->band = IEEE80211_BAND_2GHZ;
3931
3932 priv->iw_mode = NL80211_IFTYPE_STATION;
3933
3934 iwl_reset_qos(priv);
3935
3936 priv->qos_data.qos_active = 0;
3937 priv->qos_data.qos_cap.val = 0;
3938
3939 priv->rates_mask = IWL_RATES_MASK;
Winkler, Tomasd25aabb2009-01-27 14:27:58 -08003940 /* If power management is turned on, default to CAM mode */
3941 priv->power_mode = IWL_POWER_MODE_CAM;
Winkler, Tomas62ea9c52009-01-19 15:30:29 -08003942 priv->tx_power_user_lmt = IWL_DEFAULT_TX_POWER;
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003943
Samuel Ortize6148912009-01-23 13:45:15 -08003944 if (eeprom->version < EEPROM_3945_EEPROM_VERSION) {
3945 IWL_WARN(priv, "Unsupported EEPROM version: 0x%04X\n",
3946 eeprom->version);
3947 ret = -EINVAL;
3948 goto err;
3949 }
3950 ret = iwl_init_channel_map(priv);
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003951 if (ret) {
3952 IWL_ERR(priv, "initializing regulatory failed: %d\n", ret);
3953 goto err;
3954 }
3955
Samuel Ortize6148912009-01-23 13:45:15 -08003956 /* Set up txpower settings in driver for all channels */
3957 if (iwl3945_txpower_set_from_eeprom(priv)) {
3958 ret = -EIO;
3959 goto err_free_channel_map;
3960 }
3961
Samuel Ortiz534166d2009-01-23 13:45:16 -08003962 ret = iwlcore_init_geos(priv);
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003963 if (ret) {
3964 IWL_ERR(priv, "initializing geos failed: %d\n", ret);
3965 goto err_free_channel_map;
3966 }
Samuel Ortiz534166d2009-01-23 13:45:16 -08003967 iwl3945_init_hw_rates(priv, priv->ieee_rates);
3968
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003969 return 0;
3970
3971err_free_channel_map:
Samuel Ortize6148912009-01-23 13:45:15 -08003972 iwl_free_channel_map(priv);
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003973err:
3974 return ret;
3975}
3976
Abhijeet Kolekar2a4ddaa2009-02-27 16:21:23 -08003977static int iwl3945_setup_mac(struct iwl_priv *priv)
3978{
3979 int ret;
3980 struct ieee80211_hw *hw = priv->hw;
3981
3982 hw->rate_control_algorithm = "iwl-3945-rs";
3983 hw->sta_data_size = sizeof(struct iwl3945_sta_priv);
3984
3985 /* Tell mac80211 our characteristics */
3986 hw->flags = IEEE80211_HW_SIGNAL_DBM |
Mohamed Abbasb1c60192009-03-17 21:51:47 -07003987 IEEE80211_HW_NOISE_DBM |
3988 IEEE80211_HW_SPECTRUM_MGMT;
Abhijeet Kolekar2a4ddaa2009-02-27 16:21:23 -08003989
3990 hw->wiphy->interface_modes =
3991 BIT(NL80211_IFTYPE_STATION) |
3992 BIT(NL80211_IFTYPE_ADHOC);
3993
3994 hw->wiphy->custom_regulatory = true;
3995
Johannes Berg1ecf9fc2009-04-20 14:36:56 -07003996 hw->wiphy->max_scan_ssids = PROBE_OPTION_MAX_3945;
3997 /* we create the 802.11 header and a zero-length SSID element */
3998 hw->wiphy->max_scan_ie_len = IWL_MAX_PROBE_REQUEST - 24 - 2;
Johannes Bergd60cc912009-04-09 09:56:02 +02003999
Abhijeet Kolekar2a4ddaa2009-02-27 16:21:23 -08004000 /* Default value; 4 EDCA QOS priorities */
4001 hw->queues = 4;
4002
Abhijeet Kolekar2a4ddaa2009-02-27 16:21:23 -08004003 if (priv->bands[IEEE80211_BAND_2GHZ].n_channels)
4004 priv->hw->wiphy->bands[IEEE80211_BAND_2GHZ] =
4005 &priv->bands[IEEE80211_BAND_2GHZ];
4006
4007 if (priv->bands[IEEE80211_BAND_5GHZ].n_channels)
4008 priv->hw->wiphy->bands[IEEE80211_BAND_5GHZ] =
4009 &priv->bands[IEEE80211_BAND_5GHZ];
4010
4011 ret = ieee80211_register_hw(priv->hw);
4012 if (ret) {
4013 IWL_ERR(priv, "Failed to register hw (error %d)\n", ret);
4014 return ret;
4015 }
4016 priv->mac80211_registered = 1;
4017
4018 return 0;
4019}
4020
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004021static int iwl3945_pci_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
Zhu Yib481de92007-09-25 17:54:57 -07004022{
4023 int err = 0;
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08004024 struct iwl_priv *priv;
Zhu Yib481de92007-09-25 17:54:57 -07004025 struct ieee80211_hw *hw;
Kolekar, Abhijeetc0f20d92008-12-19 10:37:19 +08004026 struct iwl_cfg *cfg = (struct iwl_cfg *)(ent->driver_data);
Samuel Ortize6148912009-01-23 13:45:15 -08004027 struct iwl3945_eeprom *eeprom;
Mohamed Abbas0359fac2008-03-28 16:21:08 -07004028 unsigned long flags;
Zhu Yib481de92007-09-25 17:54:57 -07004029
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004030 /***********************
4031 * 1. Allocating HW data
4032 * ********************/
4033
Zhu Yib481de92007-09-25 17:54:57 -07004034 /* mac80211 allocates memory for this device instance, including
4035 * space for this driver's private structure */
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08004036 hw = iwl_alloc_all(cfg, &iwl3945_hw_ops);
Zhu Yib481de92007-09-25 17:54:57 -07004037 if (hw == NULL) {
Samuel Ortiza3139c52008-12-19 10:37:09 +08004038 printk(KERN_ERR DRV_NAME "Can not allocate network device\n");
Zhu Yib481de92007-09-25 17:54:57 -07004039 err = -ENOMEM;
4040 goto out;
4041 }
Zhu Yib481de92007-09-25 17:54:57 -07004042 priv = hw->priv;
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08004043 SET_IEEE80211_DEV(hw, &pdev->dev);
Cahill, Ben M6440adb2007-11-29 11:09:55 +08004044
Kolekar, Abhijeetdf878d82008-12-19 10:37:35 +08004045 if ((iwl3945_mod_params.num_of_queues > IWL39_MAX_NUM_QUEUES) ||
4046 (iwl3945_mod_params.num_of_queues < IWL_MIN_NUM_QUEUES)) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08004047 IWL_ERR(priv,
4048 "invalid queues_num, should be between %d and %d\n",
4049 IWL_MIN_NUM_QUEUES, IWL39_MAX_NUM_QUEUES);
Samuel Ortiza3139c52008-12-19 10:37:09 +08004050 err = -EINVAL;
Reinette Chatrec8f16132009-02-27 16:21:22 -08004051 goto out_ieee80211_free_hw;
Samuel Ortiza3139c52008-12-19 10:37:09 +08004052 }
4053
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08004054 /*
4055 * Disabling hardware scan means that mac80211 will perform scans
4056 * "the hard way", rather than using device's scan.
4057 */
Kolekar, Abhijeetdf878d82008-12-19 10:37:35 +08004058 if (iwl3945_mod_params.disable_hw_scan) {
Tomas Winklere1623442009-01-27 14:27:56 -08004059 IWL_DEBUG_INFO(priv, "Disabling hw_scan\n");
Samuel Ortiz40b8ec02008-12-19 10:37:08 +08004060 iwl3945_hw_ops.hw_scan = NULL;
4061 }
4062
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08004063
Tomas Winklere1623442009-01-27 14:27:56 -08004064 IWL_DEBUG_INFO(priv, "*** LOAD DRIVER ***\n");
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08004065 priv->cfg = cfg;
4066 priv->pci_dev = pdev;
Mohamed Abbas40cefda2009-05-22 11:01:52 -07004067 priv->inta_mask = CSR_INI_SET_MASK;
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08004068
Samuel Ortizd08853a2009-01-23 13:45:17 -08004069#ifdef CONFIG_IWLWIFI_DEBUG
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08004070 priv->debug_level = iwl3945_mod_params.debug;
4071 atomic_set(&priv->restrict_refcnt, 0);
4072#endif
Zhu Yib481de92007-09-25 17:54:57 -07004073
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004074 /***************************
4075 * 2. Initializing PCI bus
4076 * *************************/
Zhu Yib481de92007-09-25 17:54:57 -07004077 if (pci_enable_device(pdev)) {
4078 err = -ENODEV;
4079 goto out_ieee80211_free_hw;
4080 }
4081
4082 pci_set_master(pdev);
4083
Yang Hongyang284901a2009-04-06 19:01:15 -07004084 err = pci_set_dma_mask(pdev, DMA_BIT_MASK(32));
Zhu Yib481de92007-09-25 17:54:57 -07004085 if (!err)
Yang Hongyang284901a2009-04-06 19:01:15 -07004086 err = pci_set_consistent_dma_mask(pdev, DMA_BIT_MASK(32));
Zhu Yib481de92007-09-25 17:54:57 -07004087 if (err) {
Tomas Winkler978785a2008-12-19 10:37:31 +08004088 IWL_WARN(priv, "No suitable DMA available.\n");
Zhu Yib481de92007-09-25 17:54:57 -07004089 goto out_pci_disable_device;
4090 }
4091
4092 pci_set_drvdata(pdev, priv);
4093 err = pci_request_regions(pdev, DRV_NAME);
4094 if (err)
4095 goto out_pci_disable_device;
Cahill, Ben M6440adb2007-11-29 11:09:55 +08004096
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004097 /***********************
4098 * 3. Read REV Register
4099 * ********************/
Zhu Yib481de92007-09-25 17:54:57 -07004100 priv->hw_base = pci_iomap(pdev, 0, 0);
4101 if (!priv->hw_base) {
4102 err = -ENODEV;
4103 goto out_pci_release_regions;
4104 }
4105
Tomas Winklere1623442009-01-27 14:27:56 -08004106 IWL_DEBUG_INFO(priv, "pci_resource_len = 0x%08llx\n",
Zhu Yib481de92007-09-25 17:54:57 -07004107 (unsigned long long) pci_resource_len(pdev, 0));
Tomas Winklere1623442009-01-27 14:27:56 -08004108 IWL_DEBUG_INFO(priv, "pci_resource_base = %p\n", priv->hw_base);
Zhu Yib481de92007-09-25 17:54:57 -07004109
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004110 /* We disable the RETRY_TIMEOUT register (0x41) to keep
4111 * PCI Tx retries from interfering with C3 CPU state */
4112 pci_write_config_byte(pdev, 0x41, 0x00);
Zhu Yib481de92007-09-25 17:54:57 -07004113
Mohamed Abbasa8b50a02009-05-22 11:01:47 -07004114 /* this spin lock will be used in apm_ops.init and EEPROM access
4115 * we should init now
4116 */
4117 spin_lock_init(&priv->reg_lock);
4118
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08004119 /* amp init */
4120 err = priv->cfg->ops->lib->apm_ops.init(priv);
Tomas Winkler3ac7f142008-07-21 02:40:14 +03004121 if (err < 0) {
David S. Millerd5df2a12009-03-10 05:04:16 -07004122 IWL_DEBUG_INFO(priv, "Failed to init the card\n");
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08004123 goto out_iounmap;
Tomas Winkler3ac7f142008-07-21 02:40:14 +03004124 }
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004125
4126 /***********************
4127 * 4. Read EEPROM
4128 * ********************/
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08004129
Zhu Yi5a66926a2008-01-14 17:46:18 -08004130 /* Read the EEPROM */
Samuel Ortize6148912009-01-23 13:45:15 -08004131 err = iwl_eeprom_init(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004132 if (err) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08004133 IWL_ERR(priv, "Unable to init EEPROM\n");
Reinette Chatrec8f16132009-02-27 16:21:22 -08004134 goto out_iounmap;
Zhu Yi5a66926a2008-01-14 17:46:18 -08004135 }
4136 /* MAC Address location in EEPROM same for 3945/4965 */
Samuel Ortize6148912009-01-23 13:45:15 -08004137 eeprom = (struct iwl3945_eeprom *)priv->eeprom;
4138 memcpy(priv->mac_addr, eeprom->mac_address, ETH_ALEN);
Tomas Winklere1623442009-01-27 14:27:56 -08004139 IWL_DEBUG_INFO(priv, "MAC address: %pM\n", priv->mac_addr);
Zhu Yi5a66926a2008-01-14 17:46:18 -08004140 SET_IEEE80211_PERM_ADDR(priv->hw, priv->mac_addr);
4141
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004142 /***********************
4143 * 5. Setup HW Constants
4144 * ********************/
4145 /* Device-specific setup */
Abhijeet Kolekar3832ec92008-12-19 10:37:26 +08004146 if (iwl3945_hw_set_hw_params(priv)) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08004147 IWL_ERR(priv, "failed to set hw settings\n");
Reinette Chatrec8f16132009-02-27 16:21:22 -08004148 goto out_eeprom_free;
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004149 }
4150
4151 /***********************
4152 * 6. Setup priv
4153 * ********************/
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004154
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08004155 err = iwl3945_init_drv(priv);
Reinette Chatre849e0dc2008-01-23 10:15:18 -08004156 if (err) {
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08004157 IWL_ERR(priv, "initializing driver failed\n");
Reinette Chatrec8f16132009-02-27 16:21:22 -08004158 goto out_unset_hw_params;
Reinette Chatre849e0dc2008-01-23 10:15:18 -08004159 }
Reinette Chatre849e0dc2008-01-23 10:15:18 -08004160
Tomas Winkler978785a2008-12-19 10:37:31 +08004161 IWL_INFO(priv, "Detected Intel Wireless WiFi Link %s\n",
4162 priv->cfg->name);
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004163
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004164 /***********************
Abhijeet Kolekar09f9bf72009-04-20 14:37:03 -07004165 * 7. Setup Services
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004166 * ********************/
4167
4168 spin_lock_irqsave(&priv->lock, flags);
Abhijeet Kolekared3b9322009-02-18 15:54:30 -08004169 iwl_disable_interrupts(priv);
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004170 spin_unlock_irqrestore(&priv->lock, flags);
4171
Helmut Schaa26635162009-01-15 09:38:44 +01004172 pci_enable_msi(priv->pci_dev);
4173
Mohamed Abbasef850d72009-05-22 11:01:50 -07004174 err = request_irq(priv->pci_dev->irq, priv->cfg->ops->lib->isr,
4175 IRQF_SHARED, DRV_NAME, priv);
Helmut Schaa26635162009-01-15 09:38:44 +01004176 if (err) {
4177 IWL_ERR(priv, "Error allocating IRQ %d\n", priv->pci_dev->irq);
4178 goto out_disable_msi;
4179 }
4180
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004181 err = sysfs_create_group(&pdev->dev.kobj, &iwl3945_attribute_group);
4182 if (err) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08004183 IWL_ERR(priv, "failed to create sysfs device attributes\n");
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08004184 goto out_release_irq;
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004185 }
4186
Samuel Ortiz8ccde882009-01-27 14:27:52 -08004187 iwl_set_rxon_channel(priv,
4188 &priv->bands[IEEE80211_BAND_2GHZ].channels[5]);
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004189 iwl3945_setup_deferred_work(priv);
4190 iwl3945_setup_rx_handlers(priv);
4191
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004192 /*********************************
Abhijeet Kolekar09f9bf72009-04-20 14:37:03 -07004193 * 8. Setup and Register mac80211
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004194 * *******************************/
4195
Abhijeet Kolekar2a4ddaa2009-02-27 16:21:23 -08004196 iwl_enable_interrupts(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004197
Abhijeet Kolekar2a4ddaa2009-02-27 16:21:23 -08004198 err = iwl3945_setup_mac(priv);
4199 if (err)
4200 goto out_remove_sysfs;
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004201
Abhijeet Kolekara75fbe82009-04-20 14:36:58 -07004202 err = iwl_dbgfs_register(priv, DRV_NAME);
4203 if (err)
4204 IWL_ERR(priv, "failed to create debugfs files. Ignoring error: %d\n", err);
4205
Samuel Ortizc0af96a2009-01-21 18:27:54 +01004206 err = iwl_rfkill_init(priv);
Abhijeet Kolekarebef2002008-06-30 17:23:18 +08004207 if (err)
Winkler, Tomas15b16872008-12-19 10:37:33 +08004208 IWL_ERR(priv, "Unable to initialize RFKILL system. "
Abhijeet Kolekarebef2002008-06-30 17:23:18 +08004209 "Ignoring error: %d\n", err);
Abhijeet Kolekar2a4ddaa2009-02-27 16:21:23 -08004210 else
4211 iwl_rfkill_set_hw_state(priv);
Abhijeet Kolekarebef2002008-06-30 17:23:18 +08004212
Helmut Schaa26635162009-01-15 09:38:44 +01004213 /* Start monitoring the killswitch */
4214 queue_delayed_work(priv->workqueue, &priv->rfkill_poll,
4215 2 * HZ);
4216
Zhu Yib481de92007-09-25 17:54:57 -07004217 return 0;
4218
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004219 out_remove_sysfs:
Zhu Yib481de92007-09-25 17:54:57 -07004220 destroy_workqueue(priv->workqueue);
4221 priv->workqueue = NULL;
Reinette Chatrec8f16132009-02-27 16:21:22 -08004222 sysfs_remove_group(&pdev->dev.kobj, &iwl3945_attribute_group);
4223 out_release_irq:
4224 free_irq(priv->pci_dev->irq, priv);
Helmut Schaa26635162009-01-15 09:38:44 +01004225 out_disable_msi:
4226 pci_disable_msi(priv->pci_dev);
Reinette Chatrec8f16132009-02-27 16:21:22 -08004227 iwlcore_free_geos(priv);
4228 iwl_free_channel_map(priv);
4229 out_unset_hw_params:
4230 iwl3945_unset_hw_params(priv);
4231 out_eeprom_free:
4232 iwl_eeprom_free(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004233 out_iounmap:
4234 pci_iounmap(pdev, priv->hw_base);
4235 out_pci_release_regions:
4236 pci_release_regions(pdev);
4237 out_pci_disable_device:
Zhu Yib481de92007-09-25 17:54:57 -07004238 pci_set_drvdata(pdev, NULL);
Reinette Chatre623d5632009-03-03 11:37:04 -08004239 pci_disable_device(pdev);
Zhu Yib481de92007-09-25 17:54:57 -07004240 out_ieee80211_free_hw:
4241 ieee80211_free_hw(priv->hw);
4242 out:
4243 return err;
4244}
4245
Reinette Chatrec83dbf62008-03-21 13:53:41 -07004246static void __devexit iwl3945_pci_remove(struct pci_dev *pdev)
Zhu Yib481de92007-09-25 17:54:57 -07004247{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08004248 struct iwl_priv *priv = pci_get_drvdata(pdev);
Mohamed Abbas0359fac2008-03-28 16:21:08 -07004249 unsigned long flags;
Zhu Yib481de92007-09-25 17:54:57 -07004250
4251 if (!priv)
4252 return;
4253
Tomas Winklere1623442009-01-27 14:27:56 -08004254 IWL_DEBUG_INFO(priv, "*** UNLOAD DRIVER ***\n");
Zhu Yib481de92007-09-25 17:54:57 -07004255
Abhijeet Kolekara75fbe82009-04-20 14:36:58 -07004256 iwl_dbgfs_unregister(priv);
4257
Zhu Yib481de92007-09-25 17:54:57 -07004258 set_bit(STATUS_EXIT_PENDING, &priv->status);
Zhu Yib24d22b2007-12-19 13:59:52 +08004259
Kolekar, Abhijeetd552bfb2008-12-19 10:37:41 +08004260 if (priv->mac80211_registered) {
4261 ieee80211_unregister_hw(priv->hw);
4262 priv->mac80211_registered = 0;
4263 } else {
4264 iwl3945_down(priv);
4265 }
Zhu Yib481de92007-09-25 17:54:57 -07004266
Mohamed Abbas0359fac2008-03-28 16:21:08 -07004267 /* make sure we flush any pending irq or
4268 * tasklet for the driver
4269 */
4270 spin_lock_irqsave(&priv->lock, flags);
Abhijeet Kolekared3b9322009-02-18 15:54:30 -08004271 iwl_disable_interrupts(priv);
Mohamed Abbas0359fac2008-03-28 16:21:08 -07004272 spin_unlock_irqrestore(&priv->lock, flags);
4273
4274 iwl_synchronize_irq(priv);
4275
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004276 sysfs_remove_group(&pdev->dev.kobj, &iwl3945_attribute_group);
Zhu Yib481de92007-09-25 17:54:57 -07004277
Samuel Ortizc0af96a2009-01-21 18:27:54 +01004278 iwl_rfkill_unregister(priv);
Reinette Chatre71d449b2009-04-20 14:37:01 -07004279 cancel_delayed_work_sync(&priv->rfkill_poll);
Helmut Schaa26635162009-01-15 09:38:44 +01004280
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004281 iwl3945_dealloc_ucode_pci(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004282
4283 if (priv->rxq.bd)
Reinette Chatredf833b12009-04-21 10:55:48 -07004284 iwl3945_rx_queue_free(priv, &priv->rxq);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004285 iwl3945_hw_txq_ctx_free(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004286
Abhijeet Kolekar3832ec92008-12-19 10:37:26 +08004287 iwl3945_unset_hw_params(priv);
Tomas Winklerc587de02009-06-03 11:44:07 -07004288 iwl_clear_stations_table(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004289
Mohamed Abbas6ef89d02007-10-25 17:15:47 +08004290 /*netif_stop_queue(dev); */
4291 flush_workqueue(priv->workqueue);
4292
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004293 /* ieee80211_unregister_hw calls iwl3945_mac_stop, which flushes
Zhu Yib481de92007-09-25 17:54:57 -07004294 * priv->workqueue... so we can't take down the workqueue
4295 * until now... */
4296 destroy_workqueue(priv->workqueue);
4297 priv->workqueue = NULL;
4298
Helmut Schaa26635162009-01-15 09:38:44 +01004299 free_irq(pdev->irq, priv);
4300 pci_disable_msi(pdev);
4301
Zhu Yib481de92007-09-25 17:54:57 -07004302 pci_iounmap(pdev, priv->hw_base);
4303 pci_release_regions(pdev);
4304 pci_disable_device(pdev);
4305 pci_set_drvdata(pdev, NULL);
4306
Samuel Ortize6148912009-01-23 13:45:15 -08004307 iwl_free_channel_map(priv);
Samuel Ortiz534166d2009-01-23 13:45:16 -08004308 iwlcore_free_geos(priv);
Winkler, Tomas805cee52009-01-19 15:30:28 -08004309 kfree(priv->scan);
Zhu Yib481de92007-09-25 17:54:57 -07004310 if (priv->ibss_beacon)
4311 dev_kfree_skb(priv->ibss_beacon);
4312
4313 ieee80211_free_hw(priv->hw);
4314}
4315
Zhu Yib481de92007-09-25 17:54:57 -07004316
4317/*****************************************************************************
4318 *
4319 * driver and module entry point
4320 *
4321 *****************************************************************************/
4322
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004323static struct pci_driver iwl3945_driver = {
Zhu Yib481de92007-09-25 17:54:57 -07004324 .name = DRV_NAME,
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004325 .id_table = iwl3945_hw_card_ids,
4326 .probe = iwl3945_pci_probe,
4327 .remove = __devexit_p(iwl3945_pci_remove),
Zhu Yib481de92007-09-25 17:54:57 -07004328#ifdef CONFIG_PM
Wey-Yi Guy6da3a132009-03-26 10:14:08 -07004329 .suspend = iwl_pci_suspend,
4330 .resume = iwl_pci_resume,
Zhu Yib481de92007-09-25 17:54:57 -07004331#endif
4332};
4333
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004334static int __init iwl3945_init(void)
Zhu Yib481de92007-09-25 17:54:57 -07004335{
4336
4337 int ret;
4338 printk(KERN_INFO DRV_NAME ": " DRV_DESCRIPTION ", " DRV_VERSION "\n");
4339 printk(KERN_INFO DRV_NAME ": " DRV_COPYRIGHT "\n");
Reinette Chatre897e1cf2008-03-28 16:21:09 -07004340
4341 ret = iwl3945_rate_control_register();
4342 if (ret) {
Samuel Ortiza3139c52008-12-19 10:37:09 +08004343 printk(KERN_ERR DRV_NAME
4344 "Unable to register rate control algorithm: %d\n", ret);
Reinette Chatre897e1cf2008-03-28 16:21:09 -07004345 return ret;
4346 }
4347
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004348 ret = pci_register_driver(&iwl3945_driver);
Zhu Yib481de92007-09-25 17:54:57 -07004349 if (ret) {
Samuel Ortiza3139c52008-12-19 10:37:09 +08004350 printk(KERN_ERR DRV_NAME "Unable to initialize PCI module\n");
Reinette Chatre897e1cf2008-03-28 16:21:09 -07004351 goto error_register;
Zhu Yib481de92007-09-25 17:54:57 -07004352 }
Zhu Yib481de92007-09-25 17:54:57 -07004353
4354 return ret;
Reinette Chatre897e1cf2008-03-28 16:21:09 -07004355
Reinette Chatre897e1cf2008-03-28 16:21:09 -07004356error_register:
4357 iwl3945_rate_control_unregister();
4358 return ret;
Zhu Yib481de92007-09-25 17:54:57 -07004359}
4360
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004361static void __exit iwl3945_exit(void)
Zhu Yib481de92007-09-25 17:54:57 -07004362{
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004363 pci_unregister_driver(&iwl3945_driver);
Reinette Chatre897e1cf2008-03-28 16:21:09 -07004364 iwl3945_rate_control_unregister();
Zhu Yib481de92007-09-25 17:54:57 -07004365}
4366
Reinette Chatrea0987a82008-12-02 12:14:06 -08004367MODULE_FIRMWARE(IWL3945_MODULE_FIRMWARE(IWL3945_UCODE_API_MAX));
Zhu Yi25cb6ca2008-09-11 11:45:22 +08004368
Kolekar, Abhijeetdf878d82008-12-19 10:37:35 +08004369module_param_named(antenna, iwl3945_mod_params.antenna, int, 0444);
Zhu Yib481de92007-09-25 17:54:57 -07004370MODULE_PARM_DESC(antenna, "select antenna (1=Main, 2=Aux, default 0 [both])");
Samuel Ortiz9c74d9f2009-01-08 10:19:59 -08004371module_param_named(swcrypto, iwl3945_mod_params.sw_crypto, int, 0444);
4372MODULE_PARM_DESC(swcrypto,
4373 "using software crypto (default 1 [software])\n");
Kolekar, Abhijeetdf878d82008-12-19 10:37:35 +08004374module_param_named(debug, iwl3945_mod_params.debug, uint, 0444);
Zhu Yib481de92007-09-25 17:54:57 -07004375MODULE_PARM_DESC(debug, "debug output mask");
Kolekar, Abhijeetdf878d82008-12-19 10:37:35 +08004376module_param_named(disable_hw_scan, iwl3945_mod_params.disable_hw_scan, int, 0444);
Zhu Yib481de92007-09-25 17:54:57 -07004377MODULE_PARM_DESC(disable_hw_scan, "disable hardware scanning (default 0)");
4378
Kolekar, Abhijeetdf878d82008-12-19 10:37:35 +08004379module_param_named(queues_num, iwl3945_mod_params.num_of_queues, int, 0444);
Zhu Yib481de92007-09-25 17:54:57 -07004380MODULE_PARM_DESC(queues_num, "number of hw queues.");
4381
Samuel Ortizaf48d042009-01-23 13:45:19 -08004382module_param_named(fw_restart3945, iwl3945_mod_params.restart_fw, int, 0444);
4383MODULE_PARM_DESC(fw_restart3945, "restart firmware in case of error");
4384
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004385module_exit(iwl3945_exit);
4386module_init(iwl3945_init);