blob: 303c4b483f5b0dd876ee8010bd1105759575fa95 [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
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800364static void iwl3945_build_tx_cmd_hwcrypto(struct iwl_priv *priv,
Johannes Berge039fa42008-05-15 12:55:29 +0200365 struct ieee80211_tx_info *info,
Winkler, Tomasc2d79b42008-12-19 10:37:34 +0800366 struct iwl_cmd *cmd,
Zhu Yib481de92007-09-25 17:54:57 -0700367 struct sk_buff *skb_frag,
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -0800368 int sta_id)
Zhu Yib481de92007-09-25 17:54:57 -0700369{
Winkler, Tomase52119c2008-12-22 11:31:19 +0800370 struct iwl3945_tx_cmd *tx = (struct iwl3945_tx_cmd *)cmd->cmd.payload;
Tomas Winklerc587de02009-06-03 11:44:07 -0700371 struct iwl_hw_key *keyinfo = &priv->stations[sta_id].keyinfo;
Zhu Yib481de92007-09-25 17:54:57 -0700372
373 switch (keyinfo->alg) {
374 case ALG_CCMP:
Winkler, Tomase52119c2008-12-22 11:31:19 +0800375 tx->sec_ctl = TX_CMD_SEC_CCM;
376 memcpy(tx->key, keyinfo->key, keyinfo->keylen);
Tomas Winklere1623442009-01-27 14:27:56 -0800377 IWL_DEBUG_TX(priv, "tx_cmd with AES hwcrypto\n");
Zhu Yib481de92007-09-25 17:54:57 -0700378 break;
379
380 case ALG_TKIP:
Zhu Yib481de92007-09-25 17:54:57 -0700381 break;
382
383 case ALG_WEP:
Winkler, Tomase52119c2008-12-22 11:31:19 +0800384 tx->sec_ctl = TX_CMD_SEC_WEP |
Johannes Berge039fa42008-05-15 12:55:29 +0200385 (info->control.hw_key->hw_key_idx & TX_CMD_SEC_MSK) << TX_CMD_SEC_SHIFT;
Zhu Yib481de92007-09-25 17:54:57 -0700386
387 if (keyinfo->keylen == 13)
Winkler, Tomase52119c2008-12-22 11:31:19 +0800388 tx->sec_ctl |= TX_CMD_SEC_KEY128;
Zhu Yib481de92007-09-25 17:54:57 -0700389
Winkler, Tomase52119c2008-12-22 11:31:19 +0800390 memcpy(&tx->key[3], keyinfo->key, keyinfo->keylen);
Zhu Yib481de92007-09-25 17:54:57 -0700391
Tomas Winklere1623442009-01-27 14:27:56 -0800392 IWL_DEBUG_TX(priv, "Configuring packet for WEP encryption "
Johannes Berge039fa42008-05-15 12:55:29 +0200393 "with key %d\n", info->control.hw_key->hw_key_idx);
Zhu Yib481de92007-09-25 17:54:57 -0700394 break;
395
Zhu Yib481de92007-09-25 17:54:57 -0700396 default:
Tomas Winkler978785a2008-12-19 10:37:31 +0800397 IWL_ERR(priv, "Unknown encode alg %d\n", keyinfo->alg);
Zhu Yib481de92007-09-25 17:54:57 -0700398 break;
399 }
400}
401
402/*
403 * handle build REPLY_TX command notification.
404 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800405static void iwl3945_build_tx_cmd_basic(struct iwl_priv *priv,
Winkler, Tomasc2d79b42008-12-19 10:37:34 +0800406 struct iwl_cmd *cmd,
Johannes Berge039fa42008-05-15 12:55:29 +0200407 struct ieee80211_tx_info *info,
Winkler, Tomase52119c2008-12-22 11:31:19 +0800408 struct ieee80211_hdr *hdr, u8 std_id)
Zhu Yib481de92007-09-25 17:54:57 -0700409{
Winkler, Tomase52119c2008-12-22 11:31:19 +0800410 struct iwl3945_tx_cmd *tx = (struct iwl3945_tx_cmd *)cmd->cmd.payload;
411 __le32 tx_flags = tx->tx_flags;
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -0700412 __le16 fc = hdr->frame_control;
Johannes Berge6a98542008-10-21 12:40:02 +0200413 u8 rc_flags = info->control.rates[0].flags;
Zhu Yib481de92007-09-25 17:54:57 -0700414
Winkler, Tomase52119c2008-12-22 11:31:19 +0800415 tx->stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE;
Johannes Berge039fa42008-05-15 12:55:29 +0200416 if (!(info->flags & IEEE80211_TX_CTL_NO_ACK)) {
Zhu Yib481de92007-09-25 17:54:57 -0700417 tx_flags |= TX_CMD_FLG_ACK_MSK;
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -0700418 if (ieee80211_is_mgmt(fc))
Zhu Yib481de92007-09-25 17:54:57 -0700419 tx_flags |= TX_CMD_FLG_SEQ_CTL_MSK;
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -0700420 if (ieee80211_is_probe_resp(fc) &&
Zhu Yib481de92007-09-25 17:54:57 -0700421 !(le16_to_cpu(hdr->seq_ctrl) & 0xf))
422 tx_flags |= TX_CMD_FLG_TSF_MSK;
423 } else {
424 tx_flags &= (~TX_CMD_FLG_ACK_MSK);
425 tx_flags |= TX_CMD_FLG_SEQ_CTL_MSK;
426 }
427
Winkler, Tomase52119c2008-12-22 11:31:19 +0800428 tx->sta_id = std_id;
Harvey Harrison8b7b1e02008-06-11 14:21:56 -0700429 if (ieee80211_has_morefrags(fc))
Zhu Yib481de92007-09-25 17:54:57 -0700430 tx_flags |= TX_CMD_FLG_MORE_FRAG_MSK;
431
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -0700432 if (ieee80211_is_data_qos(fc)) {
433 u8 *qc = ieee80211_get_qos_ctl(hdr);
Winkler, Tomase52119c2008-12-22 11:31:19 +0800434 tx->tid_tspec = qc[0] & 0xf;
Zhu Yib481de92007-09-25 17:54:57 -0700435 tx_flags &= ~TX_CMD_FLG_SEQ_CTL_MSK;
Tomas Winkler54dbb522008-05-15 13:54:06 +0800436 } else {
Zhu Yib481de92007-09-25 17:54:57 -0700437 tx_flags |= TX_CMD_FLG_SEQ_CTL_MSK;
Tomas Winkler54dbb522008-05-15 13:54:06 +0800438 }
Zhu Yib481de92007-09-25 17:54:57 -0700439
Johannes Berge6a98542008-10-21 12:40:02 +0200440 if (rc_flags & IEEE80211_TX_RC_USE_RTS_CTS) {
Zhu Yib481de92007-09-25 17:54:57 -0700441 tx_flags |= TX_CMD_FLG_RTS_MSK;
442 tx_flags &= ~TX_CMD_FLG_CTS_MSK;
Johannes Berge6a98542008-10-21 12:40:02 +0200443 } else if (rc_flags & IEEE80211_TX_RC_USE_CTS_PROTECT) {
Zhu Yib481de92007-09-25 17:54:57 -0700444 tx_flags &= ~TX_CMD_FLG_RTS_MSK;
445 tx_flags |= TX_CMD_FLG_CTS_MSK;
446 }
447
448 if ((tx_flags & TX_CMD_FLG_RTS_MSK) || (tx_flags & TX_CMD_FLG_CTS_MSK))
449 tx_flags |= TX_CMD_FLG_FULL_TXOP_PROT_MSK;
450
451 tx_flags &= ~(TX_CMD_FLG_ANT_SEL_MSK);
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -0700452 if (ieee80211_is_mgmt(fc)) {
453 if (ieee80211_is_assoc_req(fc) || ieee80211_is_reassoc_req(fc))
Winkler, Tomase52119c2008-12-22 11:31:19 +0800454 tx->timeout.pm_frame_timeout = cpu_to_le16(3);
Zhu Yib481de92007-09-25 17:54:57 -0700455 else
Winkler, Tomase52119c2008-12-22 11:31:19 +0800456 tx->timeout.pm_frame_timeout = cpu_to_le16(2);
Mohamed Abbasab53d8a2008-03-25 16:33:36 -0700457 } else {
Winkler, Tomase52119c2008-12-22 11:31:19 +0800458 tx->timeout.pm_frame_timeout = 0;
Abhijeet Kolekar5c8df2d2009-03-11 11:17:55 -0700459#ifdef CONFIG_IWLWIFI_LEDS
Mohamed Abbasab53d8a2008-03-25 16:33:36 -0700460 priv->rxtxpackets += le16_to_cpu(cmd->cmd.tx.len);
461#endif
462 }
Zhu Yib481de92007-09-25 17:54:57 -0700463
Winkler, Tomase52119c2008-12-22 11:31:19 +0800464 tx->driver_txop = 0;
465 tx->tx_flags = tx_flags;
466 tx->next_frame_len = 0;
Zhu Yib481de92007-09-25 17:54:57 -0700467}
468
Zhu Yib481de92007-09-25 17:54:57 -0700469/*
470 * start REPLY_TX command process
471 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800472static int iwl3945_tx_skb(struct iwl_priv *priv, struct sk_buff *skb)
Zhu Yib481de92007-09-25 17:54:57 -0700473{
474 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)skb->data;
Johannes Berge039fa42008-05-15 12:55:29 +0200475 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb);
Winkler, Tomase52119c2008-12-22 11:31:19 +0800476 struct iwl3945_tx_cmd *tx;
Samuel Ortiz188cf6c2008-12-22 11:31:16 +0800477 struct iwl_tx_queue *txq = NULL;
Samuel Ortizd20b3c62008-12-19 10:37:15 +0800478 struct iwl_queue *q = NULL;
Winkler, Tomase52119c2008-12-22 11:31:19 +0800479 struct iwl_cmd *out_cmd = NULL;
Zhu Yib481de92007-09-25 17:54:57 -0700480 dma_addr_t phys_addr;
481 dma_addr_t txcmd_phys;
Winkler, Tomase52119c2008-12-22 11:31:19 +0800482 int txq_id = skb_get_queue_mapping(skb);
Reinette Chatredf833b12009-04-21 10:55:48 -0700483 u16 len, idx, len_org, hdr_len; /* TODO: len_org is not used */
Tomas Winkler54dbb522008-05-15 13:54:06 +0800484 u8 id;
485 u8 unicast;
Zhu Yib481de92007-09-25 17:54:57 -0700486 u8 sta_id;
Tomas Winkler54dbb522008-05-15 13:54:06 +0800487 u8 tid = 0;
Zhu Yib481de92007-09-25 17:54:57 -0700488 u16 seq_number = 0;
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -0700489 __le16 fc;
Zhu Yib481de92007-09-25 17:54:57 -0700490 u8 wait_write_ptr = 0;
Tomas Winkler54dbb522008-05-15 13:54:06 +0800491 u8 *qc = NULL;
Zhu Yib481de92007-09-25 17:54:57 -0700492 unsigned long flags;
493 int rc;
494
495 spin_lock_irqsave(&priv->lock, flags);
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +0800496 if (iwl_is_rfkill(priv)) {
Tomas Winklere1623442009-01-27 14:27:56 -0800497 IWL_DEBUG_DROP(priv, "Dropping - RF KILL\n");
Zhu Yib481de92007-09-25 17:54:57 -0700498 goto drop_unlock;
499 }
500
Johannes Berge039fa42008-05-15 12:55:29 +0200501 if ((ieee80211_get_tx_rate(priv->hw, info)->hw_value & 0xFF) == IWL_INVALID_RATE) {
Winkler, Tomas15b16872008-12-19 10:37:33 +0800502 IWL_ERR(priv, "ERROR: No TX rate available.\n");
Zhu Yib481de92007-09-25 17:54:57 -0700503 goto drop_unlock;
504 }
505
506 unicast = !is_multicast_ether_addr(hdr->addr1);
507 id = 0;
508
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -0700509 fc = hdr->frame_control;
Zhu Yib481de92007-09-25 17:54:57 -0700510
Samuel Ortizd08853a2009-01-23 13:45:17 -0800511#ifdef CONFIG_IWLWIFI_DEBUG
Zhu Yib481de92007-09-25 17:54:57 -0700512 if (ieee80211_is_auth(fc))
Tomas Winklere1623442009-01-27 14:27:56 -0800513 IWL_DEBUG_TX(priv, "Sending AUTH frame\n");
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -0700514 else if (ieee80211_is_assoc_req(fc))
Tomas Winklere1623442009-01-27 14:27:56 -0800515 IWL_DEBUG_TX(priv, "Sending ASSOC frame\n");
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -0700516 else if (ieee80211_is_reassoc_req(fc))
Tomas Winklere1623442009-01-27 14:27:56 -0800517 IWL_DEBUG_TX(priv, "Sending REASSOC frame\n");
Zhu Yib481de92007-09-25 17:54:57 -0700518#endif
519
Mohamed Abbas7878a5a2007-11-29 11:10:13 +0800520 /* drop all data frame if we are not associated */
Stefanik Gábor914233d2008-06-30 17:23:30 +0800521 if (ieee80211_is_data(fc) &&
Wey-Yi Guy279b05d2009-04-20 14:37:00 -0700522 (!iwl_is_monitor_mode(priv)) && /* packet injection */
Samuel Ortiz8ccde882009-01-27 14:27:52 -0800523 (!iwl_is_associated(priv) ||
Johannes Berg05c914f2008-09-11 00:01:58 +0200524 ((priv->iw_mode == NL80211_IFTYPE_STATION) && !priv->assoc_id))) {
Tomas Winklere1623442009-01-27 14:27:56 -0800525 IWL_DEBUG_DROP(priv, "Dropping - !iwl_is_associated\n");
Zhu Yib481de92007-09-25 17:54:57 -0700526 goto drop_unlock;
527 }
528
529 spin_unlock_irqrestore(&priv->lock, flags);
530
Harvey Harrison7294ec92008-07-15 18:43:59 -0700531 hdr_len = ieee80211_hdrlen(fc);
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800532
533 /* Find (or create) index into station table for destination station */
Abhijeet Kolekarf5d30262009-04-08 11:26:43 -0700534 sta_id = iwl_get_sta_id(priv, hdr);
Zhu Yib481de92007-09-25 17:54:57 -0700535 if (sta_id == IWL_INVALID_STATION) {
Tomas Winklere1623442009-01-27 14:27:56 -0800536 IWL_DEBUG_DROP(priv, "Dropping - INVALID STATION: %pM\n",
Johannes Berge1749612008-10-27 15:59:26 -0700537 hdr->addr1);
Zhu Yib481de92007-09-25 17:54:57 -0700538 goto drop;
539 }
540
Tomas Winklere1623442009-01-27 14:27:56 -0800541 IWL_DEBUG_RATE(priv, "station Id %d\n", sta_id);
Zhu Yib481de92007-09-25 17:54:57 -0700542
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -0700543 if (ieee80211_is_data_qos(fc)) {
544 qc = ieee80211_get_qos_ctl(hdr);
Harvey Harrison7294ec92008-07-15 18:43:59 -0700545 tid = qc[0] & IEEE80211_QOS_CTL_TID_MASK;
Tomas Winklerc587de02009-06-03 11:44:07 -0700546 seq_number = priv->stations[sta_id].tid[tid].seq_number &
Zhu Yib481de92007-09-25 17:54:57 -0700547 IEEE80211_SCTL_SEQ;
548 hdr->seq_ctrl = cpu_to_le16(seq_number) |
549 (hdr->seq_ctrl &
Harvey Harrisonc1b4aa32009-01-29 13:26:44 -0800550 cpu_to_le16(IEEE80211_SCTL_FRAG));
Zhu Yib481de92007-09-25 17:54:57 -0700551 seq_number += 0x10;
552 }
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800553
554 /* Descriptor for chosen Tx queue */
Samuel Ortiz188cf6c2008-12-22 11:31:16 +0800555 txq = &priv->txq[txq_id];
Zhu Yib481de92007-09-25 17:54:57 -0700556 q = &txq->q;
557
558 spin_lock_irqsave(&priv->lock, flags);
559
Tomas Winklerfc4b6852007-10-25 17:15:24 +0800560 idx = get_cmd_index(q, q->write_ptr, 0);
Zhu Yib481de92007-09-25 17:54:57 -0700561
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800562 /* Set up driver data for this TFD */
Winkler, Tomasdbb66542008-12-22 11:31:14 +0800563 memset(&(txq->txb[q->write_ptr]), 0, sizeof(struct iwl_tx_info));
Tomas Winklerfc4b6852007-10-25 17:15:24 +0800564 txq->txb[q->write_ptr].skb[0] = skb;
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800565
566 /* Init first empty entry in queue's array of Tx/cmd buffers */
Samuel Ortiz188cf6c2008-12-22 11:31:16 +0800567 out_cmd = txq->cmd[idx];
Winkler, Tomase52119c2008-12-22 11:31:19 +0800568 tx = (struct iwl3945_tx_cmd *)out_cmd->cmd.payload;
Zhu Yib481de92007-09-25 17:54:57 -0700569 memset(&out_cmd->hdr, 0, sizeof(out_cmd->hdr));
Winkler, Tomase52119c2008-12-22 11:31:19 +0800570 memset(tx, 0, sizeof(*tx));
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800571
572 /*
573 * Set up the Tx-command (not MAC!) header.
574 * Store the chosen Tx queue and TFD index within the sequence field;
575 * after Tx, uCode's Tx response will return this value so driver can
576 * locate the frame within the tx queue and do post-tx processing.
577 */
Zhu Yib481de92007-09-25 17:54:57 -0700578 out_cmd->hdr.cmd = REPLY_TX;
579 out_cmd->hdr.sequence = cpu_to_le16((u16)(QUEUE_TO_SEQ(txq_id) |
Tomas Winklerfc4b6852007-10-25 17:15:24 +0800580 INDEX_TO_SEQ(q->write_ptr)));
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800581
582 /* Copy MAC header from skb into command buffer */
Winkler, Tomase52119c2008-12-22 11:31:19 +0800583 memcpy(tx->hdr, hdr, hdr_len);
Zhu Yib481de92007-09-25 17:54:57 -0700584
Reinette Chatredf833b12009-04-21 10:55:48 -0700585
586 if (info->control.hw_key)
587 iwl3945_build_tx_cmd_hwcrypto(priv, info, out_cmd, skb, sta_id);
588
589 /* TODO need this for burst mode later on */
590 iwl3945_build_tx_cmd_basic(priv, out_cmd, info, hdr, sta_id);
591
592 /* set is_hcca to 0; it probably will never be implemented */
593 iwl3945_hw_build_tx_cmd_rate(priv, out_cmd, info, hdr, sta_id, 0);
594
595 /* Total # bytes to be transmitted */
596 len = (u16)skb->len;
597 tx->len = cpu_to_le16(len);
598
599
600 tx->tx_flags &= ~TX_CMD_FLG_ANT_A_MSK;
601 tx->tx_flags &= ~TX_CMD_FLG_ANT_B_MSK;
602
603 if (!ieee80211_has_morefrags(hdr->frame_control)) {
604 txq->need_update = 1;
605 if (qc)
Tomas Winklerc587de02009-06-03 11:44:07 -0700606 priv->stations[sta_id].tid[tid].seq_number = seq_number;
Reinette Chatredf833b12009-04-21 10:55:48 -0700607 } else {
608 wait_write_ptr = 1;
609 txq->need_update = 0;
610 }
611
612 IWL_DEBUG_TX(priv, "sequence nr = 0X%x \n",
613 le16_to_cpu(out_cmd->hdr.sequence));
614 IWL_DEBUG_TX(priv, "tx_flags = 0X%x \n", le32_to_cpu(tx->tx_flags));
615 iwl_print_hex_dump(priv, IWL_DL_TX, tx, sizeof(*tx));
616 iwl_print_hex_dump(priv, IWL_DL_TX, (u8 *)tx->hdr,
617 ieee80211_hdrlen(fc));
618
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800619 /*
620 * Use the first empty entry in this queue's command buffer array
621 * to contain the Tx command and MAC header concatenated together
622 * (payload data will be in another buffer).
623 * Size of this varies, due to varying MAC header length.
624 * If end is not dword aligned, we'll have 2 extra bytes at the end
625 * of the MAC header (device reads on dword boundaries).
626 * We'll tell device about this padding later.
627 */
Abhijeet Kolekar3832ec92008-12-19 10:37:26 +0800628 len = sizeof(struct iwl3945_tx_cmd) +
Tomas Winkler4c897252008-12-19 10:37:05 +0800629 sizeof(struct iwl_cmd_header) + hdr_len;
Zhu Yib481de92007-09-25 17:54:57 -0700630
631 len_org = len;
632 len = (len + 3) & ~3;
633
634 if (len_org != len)
635 len_org = 1;
636 else
637 len_org = 0;
638
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800639 /* Physical address of this Tx command's header (not MAC header!),
640 * within command buffer array. */
Reinette Chatredf833b12009-04-21 10:55:48 -0700641 txcmd_phys = pci_map_single(priv->pci_dev, &out_cmd->hdr,
642 len, PCI_DMA_TODEVICE);
643 /* we do not map meta data ... so we can safely access address to
644 * provide to unmap command*/
Samuel Ortiz188cf6c2008-12-22 11:31:16 +0800645 pci_unmap_addr_set(&out_cmd->meta, mapping, txcmd_phys);
Reinette Chatredf833b12009-04-21 10:55:48 -0700646 pci_unmap_len_set(&out_cmd->meta, len, len);
Zhu Yib481de92007-09-25 17:54:57 -0700647
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800648 /* Add buffer containing Tx command and MAC(!) header to TFD's
649 * first entry */
Samuel Ortiz7aaa1d72009-01-19 15:30:26 -0800650 priv->cfg->ops->lib->txq_attach_buf_to_tfd(priv, txq,
651 txcmd_phys, len, 1, 0);
Zhu Yib481de92007-09-25 17:54:57 -0700652
Zhu Yib481de92007-09-25 17:54:57 -0700653
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800654 /* Set up TFD's 2nd entry to point directly to remainder of skb,
655 * if any (802.11 null frames have no payload). */
Zhu Yib481de92007-09-25 17:54:57 -0700656 len = skb->len - hdr_len;
657 if (len) {
658 phys_addr = pci_map_single(priv->pci_dev, skb->data + hdr_len,
659 len, PCI_DMA_TODEVICE);
Samuel Ortiz7aaa1d72009-01-19 15:30:26 -0800660 priv->cfg->ops->lib->txq_attach_buf_to_tfd(priv, txq,
661 phys_addr, len,
662 0, U32_PAD(len));
Zhu Yib481de92007-09-25 17:54:57 -0700663 }
664
Zhu Yib481de92007-09-25 17:54:57 -0700665
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800666 /* Tell device the write index *just past* this latest filled TFD */
Tomas Winklerc54b6792008-03-06 17:36:53 -0800667 q->write_ptr = iwl_queue_inc_wrap(q->write_ptr, q->n_bd);
Samuel Ortiz4f3602c2009-01-19 15:30:25 -0800668 rc = iwl_txq_update_write_ptr(priv, txq);
Zhu Yib481de92007-09-25 17:54:57 -0700669 spin_unlock_irqrestore(&priv->lock, flags);
670
671 if (rc)
672 return rc;
673
Samuel Ortizd20b3c62008-12-19 10:37:15 +0800674 if ((iwl_queue_space(q) < q->high_mark)
Zhu Yib481de92007-09-25 17:54:57 -0700675 && priv->mac80211_registered) {
676 if (wait_write_ptr) {
677 spin_lock_irqsave(&priv->lock, flags);
678 txq->need_update = 1;
Samuel Ortiz4f3602c2009-01-19 15:30:25 -0800679 iwl_txq_update_write_ptr(priv, txq);
Zhu Yib481de92007-09-25 17:54:57 -0700680 spin_unlock_irqrestore(&priv->lock, flags);
681 }
682
Johannes Berge4e72fb2009-03-23 17:28:42 +0100683 iwl_stop_queue(priv, skb_get_queue_mapping(skb));
Zhu Yib481de92007-09-25 17:54:57 -0700684 }
685
686 return 0;
687
688drop_unlock:
689 spin_unlock_irqrestore(&priv->lock, flags);
690drop:
691 return -1;
692}
693
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +0800694#ifdef CONFIG_IWL3945_SPECTRUM_MEASUREMENT
Zhu Yib481de92007-09-25 17:54:57 -0700695
696#include "iwl-spectrum.h"
697
698#define BEACON_TIME_MASK_LOW 0x00FFFFFF
699#define BEACON_TIME_MASK_HIGH 0xFF000000
700#define TIME_UNIT 1024
701
702/*
703 * extended beacon time format
704 * time in usec will be changed into a 32-bit value in 8:24 format
705 * the high 1 byte is the beacon counts
706 * the lower 3 bytes is the time in usec within one beacon interval
707 */
708
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800709static u32 iwl3945_usecs_to_beacons(u32 usec, u32 beacon_interval)
Zhu Yib481de92007-09-25 17:54:57 -0700710{
711 u32 quot;
712 u32 rem;
713 u32 interval = beacon_interval * 1024;
714
715 if (!interval || !usec)
716 return 0;
717
718 quot = (usec / interval) & (BEACON_TIME_MASK_HIGH >> 24);
719 rem = (usec % interval) & BEACON_TIME_MASK_LOW;
720
721 return (quot << 24) + rem;
722}
723
724/* base is usually what we get from ucode with each received frame,
725 * the same as HW timer counter counting down
726 */
727
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800728static __le32 iwl3945_add_beacon_time(u32 base, u32 addon, u32 beacon_interval)
Zhu Yib481de92007-09-25 17:54:57 -0700729{
730 u32 base_low = base & BEACON_TIME_MASK_LOW;
731 u32 addon_low = addon & BEACON_TIME_MASK_LOW;
732 u32 interval = beacon_interval * TIME_UNIT;
733 u32 res = (base & BEACON_TIME_MASK_HIGH) +
734 (addon & BEACON_TIME_MASK_HIGH);
735
736 if (base_low > addon_low)
737 res += base_low - addon_low;
738 else if (base_low < addon_low) {
739 res += interval + base_low - addon_low;
740 res += (1 << 24);
741 } else
742 res += (1 << 24);
743
744 return cpu_to_le32(res);
745}
746
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800747static int iwl3945_get_measurement(struct iwl_priv *priv,
Zhu Yib481de92007-09-25 17:54:57 -0700748 struct ieee80211_measurement_params *params,
749 u8 type)
750{
Tomas Winkler600c0e12008-12-19 10:37:04 +0800751 struct iwl_spectrum_cmd spectrum;
Tomas Winkler3d24a9f2008-12-19 10:37:07 +0800752 struct iwl_rx_packet *res;
Winkler, Tomasc2d79b42008-12-19 10:37:34 +0800753 struct iwl_host_cmd cmd = {
Zhu Yib481de92007-09-25 17:54:57 -0700754 .id = REPLY_SPECTRUM_MEASUREMENT_CMD,
755 .data = (void *)&spectrum,
756 .meta.flags = CMD_WANT_SKB,
757 };
758 u32 add_time = le64_to_cpu(params->start_time);
759 int rc;
760 int spectrum_resp_status;
761 int duration = le16_to_cpu(params->duration);
762
Samuel Ortiz8ccde882009-01-27 14:27:52 -0800763 if (iwl_is_associated(priv))
Zhu Yib481de92007-09-25 17:54:57 -0700764 add_time =
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800765 iwl3945_usecs_to_beacons(
Zhu Yib481de92007-09-25 17:54:57 -0700766 le64_to_cpu(params->start_time) - priv->last_tsf,
767 le16_to_cpu(priv->rxon_timing.beacon_interval));
768
769 memset(&spectrum, 0, sizeof(spectrum));
770
771 spectrum.channel_count = cpu_to_le16(1);
772 spectrum.flags =
773 RXON_FLG_TSF2HOST_MSK | RXON_FLG_ANT_A_MSK | RXON_FLG_DIS_DIV_MSK;
774 spectrum.filter_flags = MEASUREMENT_FILTER_FLAG;
775 cmd.len = sizeof(spectrum);
776 spectrum.len = cpu_to_le16(cmd.len - sizeof(spectrum.len));
777
Samuel Ortiz8ccde882009-01-27 14:27:52 -0800778 if (iwl_is_associated(priv))
Zhu Yib481de92007-09-25 17:54:57 -0700779 spectrum.start_time =
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800780 iwl3945_add_beacon_time(priv->last_beacon_time,
Zhu Yib481de92007-09-25 17:54:57 -0700781 add_time,
782 le16_to_cpu(priv->rxon_timing.beacon_interval));
783 else
784 spectrum.start_time = 0;
785
786 spectrum.channels[0].duration = cpu_to_le32(duration * TIME_UNIT);
787 spectrum.channels[0].channel = params->channel;
788 spectrum.channels[0].type = type;
Samuel Ortiz8ccde882009-01-27 14:27:52 -0800789 if (priv->active_rxon.flags & RXON_FLG_BAND_24G_MSK)
Zhu Yib481de92007-09-25 17:54:57 -0700790 spectrum.flags |= RXON_FLG_BAND_24G_MSK |
791 RXON_FLG_AUTO_DETECT_MSK | RXON_FLG_TGG_PROTECT_MSK;
792
Samuel Ortiz518099a2009-01-19 15:30:27 -0800793 rc = iwl_send_cmd_sync(priv, &cmd);
Zhu Yib481de92007-09-25 17:54:57 -0700794 if (rc)
795 return rc;
796
Tomas Winkler3d24a9f2008-12-19 10:37:07 +0800797 res = (struct iwl_rx_packet *)cmd.meta.u.skb->data;
Zhu Yib481de92007-09-25 17:54:57 -0700798 if (res->hdr.flags & IWL_CMD_FAILED_MSK) {
Winkler, Tomas15b16872008-12-19 10:37:33 +0800799 IWL_ERR(priv, "Bad return from REPLY_RX_ON_ASSOC command\n");
Zhu Yib481de92007-09-25 17:54:57 -0700800 rc = -EIO;
801 }
802
803 spectrum_resp_status = le16_to_cpu(res->u.spectrum.status);
804 switch (spectrum_resp_status) {
805 case 0: /* Command will be handled */
806 if (res->u.spectrum.id != 0xff) {
Tomas Winklere1623442009-01-27 14:27:56 -0800807 IWL_DEBUG_INFO(priv, "Replaced existing measurement: %d\n",
Ian Schrambc434dd2007-10-25 17:15:29 +0800808 res->u.spectrum.id);
Zhu Yib481de92007-09-25 17:54:57 -0700809 priv->measurement_status &= ~MEASUREMENT_READY;
810 }
811 priv->measurement_status |= MEASUREMENT_ACTIVE;
812 rc = 0;
813 break;
814
815 case 1: /* Command will not be handled */
816 rc = -EAGAIN;
817 break;
818 }
819
820 dev_kfree_skb_any(cmd.meta.u.skb);
821
822 return rc;
823}
824#endif
825
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800826static void iwl3945_rx_reply_alive(struct iwl_priv *priv,
Abhijeet Kolekar6100b582008-12-19 10:37:24 +0800827 struct iwl_rx_mem_buffer *rxb)
Zhu Yib481de92007-09-25 17:54:57 -0700828{
Tomas Winkler3d24a9f2008-12-19 10:37:07 +0800829 struct iwl_rx_packet *pkt = (void *)rxb->skb->data;
830 struct iwl_alive_resp *palive;
Zhu Yib481de92007-09-25 17:54:57 -0700831 struct delayed_work *pwork;
832
833 palive = &pkt->u.alive_frame;
834
Tomas Winklere1623442009-01-27 14:27:56 -0800835 IWL_DEBUG_INFO(priv, "Alive ucode status 0x%08X revision "
Zhu Yib481de92007-09-25 17:54:57 -0700836 "0x%01X 0x%01X\n",
837 palive->is_valid, palive->ver_type,
838 palive->ver_subtype);
839
840 if (palive->ver_subtype == INITIALIZE_SUBTYPE) {
Tomas Winklere1623442009-01-27 14:27:56 -0800841 IWL_DEBUG_INFO(priv, "Initialization Alive received.\n");
Tomas Winkler3d24a9f2008-12-19 10:37:07 +0800842 memcpy(&priv->card_alive_init, &pkt->u.alive_frame,
843 sizeof(struct iwl_alive_resp));
Zhu Yib481de92007-09-25 17:54:57 -0700844 pwork = &priv->init_alive_start;
845 } else {
Tomas Winklere1623442009-01-27 14:27:56 -0800846 IWL_DEBUG_INFO(priv, "Runtime Alive received.\n");
Zhu Yib481de92007-09-25 17:54:57 -0700847 memcpy(&priv->card_alive, &pkt->u.alive_frame,
Tomas Winkler3d24a9f2008-12-19 10:37:07 +0800848 sizeof(struct iwl_alive_resp));
Zhu Yib481de92007-09-25 17:54:57 -0700849 pwork = &priv->alive_start;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800850 iwl3945_disable_events(priv);
Zhu Yib481de92007-09-25 17:54:57 -0700851 }
852
853 /* We delay the ALIVE response by 5ms to
854 * give the HW RF Kill time to activate... */
855 if (palive->is_valid == UCODE_VALID_OK)
856 queue_delayed_work(priv->workqueue, pwork,
857 msecs_to_jiffies(5));
858 else
Winkler, Tomas39aadf82008-12-19 10:37:32 +0800859 IWL_WARN(priv, "uCode did not respond OK.\n");
Zhu Yib481de92007-09-25 17:54:57 -0700860}
861
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800862static void iwl3945_rx_reply_add_sta(struct iwl_priv *priv,
Abhijeet Kolekar6100b582008-12-19 10:37:24 +0800863 struct iwl_rx_mem_buffer *rxb)
Zhu Yib481de92007-09-25 17:54:57 -0700864{
Helmut Schaac7e035a2009-01-19 13:02:15 +0100865#ifdef CONFIG_IWLWIFI_DEBUG
Tomas Winkler3d24a9f2008-12-19 10:37:07 +0800866 struct iwl_rx_packet *pkt = (void *)rxb->skb->data;
Helmut Schaac7e035a2009-01-19 13:02:15 +0100867#endif
Zhu Yib481de92007-09-25 17:54:57 -0700868
Tomas Winklere1623442009-01-27 14:27:56 -0800869 IWL_DEBUG_RX(priv, "Received REPLY_ADD_STA: 0x%02X\n", pkt->u.status);
Zhu Yib481de92007-09-25 17:54:57 -0700870 return;
871}
872
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800873static void iwl3945_bg_beacon_update(struct work_struct *work)
Zhu Yib481de92007-09-25 17:54:57 -0700874{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800875 struct iwl_priv *priv =
876 container_of(work, struct iwl_priv, beacon_update);
Zhu Yib481de92007-09-25 17:54:57 -0700877 struct sk_buff *beacon;
878
879 /* Pull updated AP beacon from mac80211. will fail if not in AP mode */
Johannes Berge039fa42008-05-15 12:55:29 +0200880 beacon = ieee80211_beacon_get(priv->hw, priv->vif);
Zhu Yib481de92007-09-25 17:54:57 -0700881
882 if (!beacon) {
Winkler, Tomas15b16872008-12-19 10:37:33 +0800883 IWL_ERR(priv, "update beacon failed\n");
Zhu Yib481de92007-09-25 17:54:57 -0700884 return;
885 }
886
887 mutex_lock(&priv->mutex);
888 /* new beacon skb is allocated every time; dispose previous.*/
889 if (priv->ibss_beacon)
890 dev_kfree_skb(priv->ibss_beacon);
891
892 priv->ibss_beacon = beacon;
893 mutex_unlock(&priv->mutex);
894
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800895 iwl3945_send_beacon_cmd(priv);
Zhu Yib481de92007-09-25 17:54:57 -0700896}
897
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800898static void iwl3945_rx_beacon_notif(struct iwl_priv *priv,
Abhijeet Kolekar6100b582008-12-19 10:37:24 +0800899 struct iwl_rx_mem_buffer *rxb)
Zhu Yib481de92007-09-25 17:54:57 -0700900{
Samuel Ortizd08853a2009-01-23 13:45:17 -0800901#ifdef CONFIG_IWLWIFI_DEBUG
Tomas Winkler3d24a9f2008-12-19 10:37:07 +0800902 struct iwl_rx_packet *pkt = (void *)rxb->skb->data;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800903 struct iwl3945_beacon_notif *beacon = &(pkt->u.beacon_status);
Zhu Yib481de92007-09-25 17:54:57 -0700904 u8 rate = beacon->beacon_notify_hdr.rate;
905
Tomas Winklere1623442009-01-27 14:27:56 -0800906 IWL_DEBUG_RX(priv, "beacon status %x retries %d iss %d "
Zhu Yib481de92007-09-25 17:54:57 -0700907 "tsf %d %d rate %d\n",
908 le32_to_cpu(beacon->beacon_notify_hdr.status) & TX_STATUS_MSK,
909 beacon->beacon_notify_hdr.failure_frame,
910 le32_to_cpu(beacon->ibss_mgr_status),
911 le32_to_cpu(beacon->high_tsf),
912 le32_to_cpu(beacon->low_tsf), rate);
913#endif
914
Johannes Berg05c914f2008-09-11 00:01:58 +0200915 if ((priv->iw_mode == NL80211_IFTYPE_AP) &&
Zhu Yib481de92007-09-25 17:54:57 -0700916 (!test_bit(STATUS_EXIT_PENDING, &priv->status)))
917 queue_work(priv->workqueue, &priv->beacon_update);
918}
919
Zhu Yib481de92007-09-25 17:54:57 -0700920/* Handle notification from uCode that card's power state is changing
921 * due to software, hardware, or critical temperature RFKILL */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800922static void iwl3945_rx_card_state_notif(struct iwl_priv *priv,
Abhijeet Kolekar6100b582008-12-19 10:37:24 +0800923 struct iwl_rx_mem_buffer *rxb)
Zhu Yib481de92007-09-25 17:54:57 -0700924{
Tomas Winkler3d24a9f2008-12-19 10:37:07 +0800925 struct iwl_rx_packet *pkt = (void *)rxb->skb->data;
Zhu Yib481de92007-09-25 17:54:57 -0700926 u32 flags = le32_to_cpu(pkt->u.card_state_notif.flags);
927 unsigned long status = priv->status;
928
Tomas Winklere1623442009-01-27 14:27:56 -0800929 IWL_DEBUG_RF_KILL(priv, "Card state received: HW:%s SW:%s\n",
Zhu Yib481de92007-09-25 17:54:57 -0700930 (flags & HW_CARD_DISABLED) ? "Kill" : "On",
931 (flags & SW_CARD_DISABLED) ? "Kill" : "On");
932
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +0800933 iwl_write32(priv, CSR_UCODE_DRV_GP1_SET,
Zhu Yib481de92007-09-25 17:54:57 -0700934 CSR_UCODE_DRV_GP1_BIT_CMD_BLOCKED);
935
936 if (flags & HW_CARD_DISABLED)
937 set_bit(STATUS_RF_KILL_HW, &priv->status);
938 else
939 clear_bit(STATUS_RF_KILL_HW, &priv->status);
940
941
Winkler, Tomasaf0053d2009-01-19 15:30:23 -0800942 iwl_scan_cancel(priv);
Zhu Yib481de92007-09-25 17:54:57 -0700943
944 if ((test_bit(STATUS_RF_KILL_HW, &status) !=
Johannes Berga60e77e2009-06-04 18:26:06 +0200945 test_bit(STATUS_RF_KILL_HW, &priv->status)))
946 wiphy_rfkill_set_hw_state(priv->hw->wiphy,
947 test_bit(STATUS_RF_KILL_HW, &priv->status));
Zhu Yib481de92007-09-25 17:54:57 -0700948 else
949 wake_up_interruptible(&priv->wait_command_queue);
950}
951
952/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800953 * iwl3945_setup_rx_handlers - Initialize Rx handler callbacks
Zhu Yib481de92007-09-25 17:54:57 -0700954 *
955 * Setup the RX handlers for each of the reply types sent from the uCode
956 * to the host.
957 *
958 * This function chains into the hardware specific files for them to setup
959 * any hardware specific handlers as well.
960 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +0800961static void iwl3945_setup_rx_handlers(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -0700962{
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800963 priv->rx_handlers[REPLY_ALIVE] = iwl3945_rx_reply_alive;
964 priv->rx_handlers[REPLY_ADD_STA] = iwl3945_rx_reply_add_sta;
Abhijeet Kolekar261b9c32009-02-18 15:54:29 -0800965 priv->rx_handlers[REPLY_ERROR] = iwl_rx_reply_error;
Samuel Ortiz8ccde882009-01-27 14:27:52 -0800966 priv->rx_handlers[CHANNEL_SWITCH_NOTIFICATION] = iwl_rx_csa;
Abhijeet Kolekar030f05e2009-02-18 15:54:28 -0800967 priv->rx_handlers[PM_SLEEP_NOTIFICATION] = iwl_rx_pm_sleep_notif;
Zhu Yib481de92007-09-25 17:54:57 -0700968 priv->rx_handlers[PM_DEBUG_STATISTIC_NOTIFIC] =
Abhijeet Kolekar030f05e2009-02-18 15:54:28 -0800969 iwl_rx_pm_debug_statistics_notif;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800970 priv->rx_handlers[BEACON_NOTIFICATION] = iwl3945_rx_beacon_notif;
Zhu Yib481de92007-09-25 17:54:57 -0700971
Ben Cahill9fbab512007-11-29 11:09:47 +0800972 /*
973 * The same handler is used for both the REPLY to a discrete
974 * statistics request from the host as well as for the periodic
975 * statistics notifications (after received beacons) from the uCode.
Zhu Yib481de92007-09-25 17:54:57 -0700976 */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800977 priv->rx_handlers[REPLY_STATISTICS_CMD] = iwl3945_hw_rx_statistics;
978 priv->rx_handlers[STATISTICS_NOTIFICATION] = iwl3945_hw_rx_statistics;
Zhu Yib481de92007-09-25 17:54:57 -0700979
Abhijeet Kolekar261b9c32009-02-18 15:54:29 -0800980 iwl_setup_spectrum_handlers(priv);
Abhijeet Kolekarcade0eb2009-02-18 15:54:26 -0800981 iwl_setup_rx_scan_handlers(priv);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800982 priv->rx_handlers[CARD_STATE_NOTIFICATION] = iwl3945_rx_card_state_notif;
Zhu Yib481de92007-09-25 17:54:57 -0700983
Ben Cahill9fbab512007-11-29 11:09:47 +0800984 /* Set up hardware specific Rx handlers */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800985 iwl3945_hw_rx_handler_setup(priv);
Zhu Yib481de92007-09-25 17:54:57 -0700986}
987
Zhu Yib481de92007-09-25 17:54:57 -0700988/************************** RX-FUNCTIONS ****************************/
989/*
990 * Rx theory of operation
991 *
992 * The host allocates 32 DMA target addresses and passes the host address
993 * to the firmware at register IWL_RFDS_TABLE_LOWER + N * RFD_SIZE where N is
994 * 0 to 31
995 *
996 * Rx Queue Indexes
997 * The host/firmware share two index registers for managing the Rx buffers.
998 *
999 * The READ index maps to the first position that the firmware may be writing
1000 * to -- the driver can read up to (but not including) this position and get
1001 * good data.
1002 * The READ index is managed by the firmware once the card is enabled.
1003 *
1004 * The WRITE index maps to the last position the driver has read from -- the
1005 * position preceding WRITE is the last slot the firmware can place a packet.
1006 *
1007 * The queue is empty (no good data) if WRITE = READ - 1, and is full if
1008 * WRITE = READ.
1009 *
Ben Cahill9fbab512007-11-29 11:09:47 +08001010 * During initialization, the host sets up the READ queue position to the first
Zhu Yib481de92007-09-25 17:54:57 -07001011 * INDEX position, and WRITE to the last (READ - 1 wrapped)
1012 *
Ben Cahill9fbab512007-11-29 11:09:47 +08001013 * When the firmware places a packet in a buffer, it will advance the READ index
Zhu Yib481de92007-09-25 17:54:57 -07001014 * and fire the RX interrupt. The driver can then query the READ index and
1015 * process as many packets as possible, moving the WRITE index forward as it
1016 * resets the Rx queue buffers with new memory.
1017 *
1018 * The management in the driver is as follows:
1019 * + A list of pre-allocated SKBs is stored in iwl->rxq->rx_free. When
1020 * iwl->rxq->free_count drops to or below RX_LOW_WATERMARK, work is scheduled
Ian Schram01ebd062007-10-25 17:15:22 +08001021 * to replenish the iwl->rxq->rx_free.
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001022 * + In iwl3945_rx_replenish (scheduled) if 'processed' != 'read' then the
Zhu Yib481de92007-09-25 17:54:57 -07001023 * iwl->rxq is replenished and the READ INDEX is updated (updating the
1024 * 'processed' and 'read' driver indexes as well)
1025 * + A received packet is processed and handed to the kernel network stack,
1026 * detached from the iwl->rxq. The driver 'processed' index is updated.
1027 * + The Host/Firmware iwl->rxq is replenished at tasklet time from the rx_free
1028 * list. If there are no allocated buffers in iwl->rxq->rx_free, the READ
1029 * INDEX is not incremented and iwl->status(RX_STALLED) is set. If there
1030 * were enough free buffers and RX_STALLED is set it is cleared.
1031 *
1032 *
1033 * Driver sequence:
1034 *
Ben Cahill9fbab512007-11-29 11:09:47 +08001035 * iwl3945_rx_replenish() Replenishes rx_free list from rx_used, and calls
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001036 * iwl3945_rx_queue_restock
Ben Cahill9fbab512007-11-29 11:09:47 +08001037 * iwl3945_rx_queue_restock() Moves available buffers from rx_free into Rx
Zhu Yib481de92007-09-25 17:54:57 -07001038 * queue, updates firmware pointers, and updates
1039 * the WRITE index. If insufficient rx_free buffers
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001040 * are available, schedules iwl3945_rx_replenish
Zhu Yib481de92007-09-25 17:54:57 -07001041 *
1042 * -- enable interrupts --
Abhijeet Kolekar6100b582008-12-19 10:37:24 +08001043 * ISR - iwl3945_rx() Detach iwl_rx_mem_buffers from pool up to the
Zhu Yib481de92007-09-25 17:54:57 -07001044 * READ INDEX, detaching the SKB from the pool.
1045 * Moves the packet buffer from queue to rx_used.
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001046 * Calls iwl3945_rx_queue_restock to refill any empty
Zhu Yib481de92007-09-25 17:54:57 -07001047 * slots.
1048 * ...
1049 *
1050 */
1051
1052/**
Ben Cahill9fbab512007-11-29 11:09:47 +08001053 * iwl3945_dma_addr2rbd_ptr - convert a DMA address to a uCode read buffer ptr
Zhu Yib481de92007-09-25 17:54:57 -07001054 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001055static inline __le32 iwl3945_dma_addr2rbd_ptr(struct iwl_priv *priv,
Zhu Yib481de92007-09-25 17:54:57 -07001056 dma_addr_t dma_addr)
1057{
1058 return cpu_to_le32((u32)dma_addr);
1059}
1060
1061/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001062 * iwl3945_rx_queue_restock - refill RX queue from pre-allocated pool
Zhu Yib481de92007-09-25 17:54:57 -07001063 *
Ben Cahill9fbab512007-11-29 11:09:47 +08001064 * If there are slots in the RX queue that need to be restocked,
Zhu Yib481de92007-09-25 17:54:57 -07001065 * and we have free pre-allocated buffers, fill the ranks as much
Ben Cahill9fbab512007-11-29 11:09:47 +08001066 * as we can, pulling from rx_free.
Zhu Yib481de92007-09-25 17:54:57 -07001067 *
1068 * This moves the 'write' index forward to catch up with 'processed', and
1069 * also updates the memory address in the firmware to reference the new
1070 * target buffer.
1071 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001072static int iwl3945_rx_queue_restock(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07001073{
Abhijeet Kolekarcc2f3622008-12-19 10:37:25 +08001074 struct iwl_rx_queue *rxq = &priv->rxq;
Zhu Yib481de92007-09-25 17:54:57 -07001075 struct list_head *element;
Abhijeet Kolekar6100b582008-12-19 10:37:24 +08001076 struct iwl_rx_mem_buffer *rxb;
Zhu Yib481de92007-09-25 17:54:57 -07001077 unsigned long flags;
1078 int write, rc;
1079
1080 spin_lock_irqsave(&rxq->lock, flags);
1081 write = rxq->write & ~0x7;
Winkler, Tomas37d68312009-01-08 10:19:54 -08001082 while ((iwl_rx_queue_space(rxq) > 0) && (rxq->free_count)) {
Cahill, Ben M6440adb2007-11-29 11:09:55 +08001083 /* Get next free Rx buffer, remove from free list */
Zhu Yib481de92007-09-25 17:54:57 -07001084 element = rxq->rx_free.next;
Abhijeet Kolekar6100b582008-12-19 10:37:24 +08001085 rxb = list_entry(element, struct iwl_rx_mem_buffer, list);
Zhu Yib481de92007-09-25 17:54:57 -07001086 list_del(element);
Cahill, Ben M6440adb2007-11-29 11:09:55 +08001087
1088 /* Point to Rx buffer via next RBD in circular buffer */
Abhijeet Kolekar6100b582008-12-19 10:37:24 +08001089 rxq->bd[rxq->write] = iwl3945_dma_addr2rbd_ptr(priv, rxb->real_dma_addr);
Zhu Yib481de92007-09-25 17:54:57 -07001090 rxq->queue[rxq->write] = rxb;
1091 rxq->write = (rxq->write + 1) & RX_QUEUE_MASK;
1092 rxq->free_count--;
1093 }
1094 spin_unlock_irqrestore(&rxq->lock, flags);
1095 /* If the pre-allocated buffer pool is dropping low, schedule to
1096 * refill it */
1097 if (rxq->free_count <= RX_LOW_WATERMARK)
1098 queue_work(priv->workqueue, &priv->rx_replenish);
1099
1100
Cahill, Ben M6440adb2007-11-29 11:09:55 +08001101 /* If we've added more space for the firmware to place data, tell it.
1102 * Increment device's write pointer in multiples of 8. */
Abhijeet Kolekard14d4442009-06-03 11:44:08 -07001103 if ((rxq->write_actual != (rxq->write & ~0x7))
Zhu Yib481de92007-09-25 17:54:57 -07001104 || (abs(rxq->write - rxq->read) > 7)) {
1105 spin_lock_irqsave(&rxq->lock, flags);
1106 rxq->need_update = 1;
1107 spin_unlock_irqrestore(&rxq->lock, flags);
Winkler, Tomas141c43a2009-01-08 10:19:53 -08001108 rc = iwl_rx_queue_update_write_ptr(priv, rxq);
Zhu Yib481de92007-09-25 17:54:57 -07001109 if (rc)
1110 return rc;
1111 }
1112
1113 return 0;
1114}
1115
1116/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001117 * iwl3945_rx_replenish - Move all used packet from rx_used to rx_free
Zhu Yib481de92007-09-25 17:54:57 -07001118 *
1119 * When moving to rx_free an SKB is allocated for the slot.
1120 *
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001121 * Also restock the Rx queue via iwl3945_rx_queue_restock.
Ian Schram01ebd062007-10-25 17:15:22 +08001122 * This is called as a scheduled work item (except for during initialization)
Zhu Yib481de92007-09-25 17:54:57 -07001123 */
Abhijeet Kolekard14d4442009-06-03 11:44:08 -07001124static void iwl3945_rx_allocate(struct iwl_priv *priv, gfp_t priority)
Zhu Yib481de92007-09-25 17:54:57 -07001125{
Abhijeet Kolekarcc2f3622008-12-19 10:37:25 +08001126 struct iwl_rx_queue *rxq = &priv->rxq;
Zhu Yib481de92007-09-25 17:54:57 -07001127 struct list_head *element;
Abhijeet Kolekar6100b582008-12-19 10:37:24 +08001128 struct iwl_rx_mem_buffer *rxb;
Zhu Yib481de92007-09-25 17:54:57 -07001129 unsigned long flags;
Abhijeet Kolekar72240492009-04-30 13:56:26 -07001130
1131 while (1) {
1132 spin_lock_irqsave(&rxq->lock, flags);
1133
1134 if (list_empty(&rxq->rx_used)) {
1135 spin_unlock_irqrestore(&rxq->lock, flags);
1136 return;
1137 }
1138
Zhu Yib481de92007-09-25 17:54:57 -07001139 element = rxq->rx_used.next;
Abhijeet Kolekar6100b582008-12-19 10:37:24 +08001140 rxb = list_entry(element, struct iwl_rx_mem_buffer, list);
Abhijeet Kolekar72240492009-04-30 13:56:26 -07001141 list_del(element);
1142 spin_unlock_irqrestore(&rxq->lock, flags);
Cahill, Ben M6440adb2007-11-29 11:09:55 +08001143
1144 /* Alloc a new receive buffer */
Zhu Yib481de92007-09-25 17:54:57 -07001145 rxb->skb =
Winkler, Tomas1e33dc62009-01-08 10:19:57 -08001146 alloc_skb(priv->hw_params.rx_buf_size,
Abhijeet Kolekard14d4442009-06-03 11:44:08 -07001147 priority);
Zhu Yib481de92007-09-25 17:54:57 -07001148 if (!rxb->skb) {
1149 if (net_ratelimit())
Tomas Winkler978785a2008-12-19 10:37:31 +08001150 IWL_CRIT(priv, ": Can not allocate SKB buffers\n");
Zhu Yib481de92007-09-25 17:54:57 -07001151 /* We don't reschedule replenish work here -- we will
1152 * call the restock method and if it still needs
1153 * more buffers it will schedule replenish */
1154 break;
1155 }
Zhu Yi12342c42007-12-20 11:27:32 +08001156
1157 /* If radiotap head is required, reserve some headroom here.
1158 * The physical head count is a variable rx_stats->phy_count.
1159 * We reserve 4 bytes here. Plus these extra bytes, the
1160 * headroom of the physical head should be enough for the
1161 * radiotap head that iwl3945 supported. See iwl3945_rt.
1162 */
1163 skb_reserve(rxb->skb, 4);
1164
Cahill, Ben M6440adb2007-11-29 11:09:55 +08001165 /* Get physical address of RB/SKB */
Winkler, Tomas1e33dc62009-01-08 10:19:57 -08001166 rxb->real_dma_addr = pci_map_single(priv->pci_dev,
1167 rxb->skb->data,
1168 priv->hw_params.rx_buf_size,
1169 PCI_DMA_FROMDEVICE);
Abhijeet Kolekar72240492009-04-30 13:56:26 -07001170
1171 spin_lock_irqsave(&rxq->lock, flags);
Zhu Yib481de92007-09-25 17:54:57 -07001172 list_add_tail(&rxb->list, &rxq->rx_free);
Abhijeet Kolekar72240492009-04-30 13:56:26 -07001173 priv->alloc_rxb_skb++;
Zhu Yib481de92007-09-25 17:54:57 -07001174 rxq->free_count++;
Abhijeet Kolekar72240492009-04-30 13:56:26 -07001175 spin_unlock_irqrestore(&rxq->lock, flags);
Zhu Yib481de92007-09-25 17:54:57 -07001176 }
Mohamed Abbas5c0eef92007-11-29 11:10:14 +08001177}
1178
Reinette Chatredf833b12009-04-21 10:55:48 -07001179void iwl3945_rx_queue_reset(struct iwl_priv *priv, struct iwl_rx_queue *rxq)
1180{
1181 unsigned long flags;
1182 int i;
1183 spin_lock_irqsave(&rxq->lock, flags);
1184 INIT_LIST_HEAD(&rxq->rx_free);
1185 INIT_LIST_HEAD(&rxq->rx_used);
1186 /* Fill the rx_used queue with _all_ of the Rx buffers */
1187 for (i = 0; i < RX_FREE_BUFFERS + RX_QUEUE_SIZE; i++) {
1188 /* In the reset function, these buffers may have been allocated
1189 * to an SKB, so we need to unmap and free potential storage */
1190 if (rxq->pool[i].skb != NULL) {
1191 pci_unmap_single(priv->pci_dev,
1192 rxq->pool[i].real_dma_addr,
1193 priv->hw_params.rx_buf_size,
1194 PCI_DMA_FROMDEVICE);
1195 priv->alloc_rxb_skb--;
1196 dev_kfree_skb(rxq->pool[i].skb);
1197 rxq->pool[i].skb = NULL;
1198 }
1199 list_add_tail(&rxq->pool[i].list, &rxq->rx_used);
1200 }
1201
1202 /* Set us so that we have processed and used all buffers, but have
1203 * not restocked the Rx queue with fresh buffers */
1204 rxq->read = rxq->write = 0;
1205 rxq->free_count = 0;
Abhijeet Kolekard14d4442009-06-03 11:44:08 -07001206 rxq->write_actual = 0;
Reinette Chatredf833b12009-04-21 10:55:48 -07001207 spin_unlock_irqrestore(&rxq->lock, flags);
1208}
Reinette Chatredf833b12009-04-21 10:55:48 -07001209
Mohamed Abbas5c0eef92007-11-29 11:10:14 +08001210void iwl3945_rx_replenish(void *data)
1211{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001212 struct iwl_priv *priv = data;
Mohamed Abbas5c0eef92007-11-29 11:10:14 +08001213 unsigned long flags;
1214
Abhijeet Kolekard14d4442009-06-03 11:44:08 -07001215 iwl3945_rx_allocate(priv, GFP_KERNEL);
Zhu Yib481de92007-09-25 17:54:57 -07001216
1217 spin_lock_irqsave(&priv->lock, flags);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001218 iwl3945_rx_queue_restock(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001219 spin_unlock_irqrestore(&priv->lock, flags);
1220}
1221
Abhijeet Kolekard14d4442009-06-03 11:44:08 -07001222static void iwl3945_rx_replenish_now(struct iwl_priv *priv)
1223{
1224 iwl3945_rx_allocate(priv, GFP_ATOMIC);
1225
1226 iwl3945_rx_queue_restock(priv);
1227}
1228
1229
Reinette Chatredf833b12009-04-21 10:55:48 -07001230/* Assumes that the skb field of the buffers in 'pool' is kept accurate.
1231 * If an SKB has been detached, the POOL needs to have its SKB set to NULL
1232 * This free routine walks the list of POOL entries and if SKB is set to
1233 * non NULL it is unmapped and freed
1234 */
1235static void iwl3945_rx_queue_free(struct iwl_priv *priv, struct iwl_rx_queue *rxq)
1236{
1237 int i;
1238 for (i = 0; i < RX_QUEUE_SIZE + RX_FREE_BUFFERS; i++) {
1239 if (rxq->pool[i].skb != NULL) {
1240 pci_unmap_single(priv->pci_dev,
1241 rxq->pool[i].real_dma_addr,
1242 priv->hw_params.rx_buf_size,
1243 PCI_DMA_FROMDEVICE);
1244 dev_kfree_skb(rxq->pool[i].skb);
1245 }
1246 }
1247
1248 pci_free_consistent(priv->pci_dev, 4 * RX_QUEUE_SIZE, rxq->bd,
1249 rxq->dma_addr);
1250 pci_free_consistent(priv->pci_dev, sizeof(struct iwl_rb_status),
1251 rxq->rb_stts, rxq->rb_stts_dma);
1252 rxq->bd = NULL;
1253 rxq->rb_stts = NULL;
1254}
Reinette Chatredf833b12009-04-21 10:55:48 -07001255
1256
Zhu Yib481de92007-09-25 17:54:57 -07001257/* Convert linear signal-to-noise ratio into dB */
1258static u8 ratio2dB[100] = {
1259/* 0 1 2 3 4 5 6 7 8 9 */
1260 0, 0, 6, 10, 12, 14, 16, 17, 18, 19, /* 00 - 09 */
1261 20, 21, 22, 22, 23, 23, 24, 25, 26, 26, /* 10 - 19 */
1262 26, 26, 26, 27, 27, 28, 28, 28, 29, 29, /* 20 - 29 */
1263 29, 30, 30, 30, 31, 31, 31, 31, 32, 32, /* 30 - 39 */
1264 32, 32, 32, 33, 33, 33, 33, 33, 34, 34, /* 40 - 49 */
1265 34, 34, 34, 34, 35, 35, 35, 35, 35, 35, /* 50 - 59 */
1266 36, 36, 36, 36, 36, 36, 36, 37, 37, 37, /* 60 - 69 */
1267 37, 37, 37, 37, 37, 38, 38, 38, 38, 38, /* 70 - 79 */
1268 38, 38, 38, 38, 38, 39, 39, 39, 39, 39, /* 80 - 89 */
1269 39, 39, 39, 39, 39, 40, 40, 40, 40, 40 /* 90 - 99 */
1270};
1271
1272/* Calculates a relative dB value from a ratio of linear
1273 * (i.e. not dB) signal levels.
1274 * Conversion assumes that levels are voltages (20*log), not powers (10*log). */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001275int iwl3945_calc_db_from_ratio(int sig_ratio)
Zhu Yib481de92007-09-25 17:54:57 -07001276{
Adrian Bunk221c80c2008-02-02 23:19:01 +02001277 /* 1000:1 or higher just report as 60 dB */
1278 if (sig_ratio >= 1000)
Zhu Yib481de92007-09-25 17:54:57 -07001279 return 60;
1280
Adrian Bunk221c80c2008-02-02 23:19:01 +02001281 /* 100:1 or higher, divide by 10 and use table,
Zhu Yib481de92007-09-25 17:54:57 -07001282 * add 20 dB to make up for divide by 10 */
Adrian Bunk221c80c2008-02-02 23:19:01 +02001283 if (sig_ratio >= 100)
Tomas Winkler3ac7f142008-07-21 02:40:14 +03001284 return 20 + (int)ratio2dB[sig_ratio/10];
Zhu Yib481de92007-09-25 17:54:57 -07001285
1286 /* We shouldn't see this */
1287 if (sig_ratio < 1)
1288 return 0;
1289
1290 /* Use table for ratios 1:1 - 99:1 */
1291 return (int)ratio2dB[sig_ratio];
1292}
1293
1294#define PERFECT_RSSI (-20) /* dBm */
1295#define WORST_RSSI (-95) /* dBm */
1296#define RSSI_RANGE (PERFECT_RSSI - WORST_RSSI)
1297
1298/* Calculate an indication of rx signal quality (a percentage, not dBm!).
1299 * See http://www.ces.clemson.edu/linux/signal_quality.shtml for info
1300 * about formulas used below. */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001301int iwl3945_calc_sig_qual(int rssi_dbm, int noise_dbm)
Zhu Yib481de92007-09-25 17:54:57 -07001302{
1303 int sig_qual;
1304 int degradation = PERFECT_RSSI - rssi_dbm;
1305
1306 /* If we get a noise measurement, use signal-to-noise ratio (SNR)
1307 * as indicator; formula is (signal dbm - noise dbm).
1308 * SNR at or above 40 is a great signal (100%).
1309 * Below that, scale to fit SNR of 0 - 40 dB within 0 - 100% indicator.
1310 * Weakest usable signal is usually 10 - 15 dB SNR. */
1311 if (noise_dbm) {
1312 if (rssi_dbm - noise_dbm >= 40)
1313 return 100;
1314 else if (rssi_dbm < noise_dbm)
1315 return 0;
1316 sig_qual = ((rssi_dbm - noise_dbm) * 5) / 2;
1317
1318 /* Else use just the signal level.
1319 * This formula is a least squares fit of data points collected and
1320 * compared with a reference system that had a percentage (%) display
1321 * for signal quality. */
1322 } else
1323 sig_qual = (100 * (RSSI_RANGE * RSSI_RANGE) - degradation *
1324 (15 * RSSI_RANGE + 62 * degradation)) /
1325 (RSSI_RANGE * RSSI_RANGE);
1326
1327 if (sig_qual > 100)
1328 sig_qual = 100;
1329 else if (sig_qual < 1)
1330 sig_qual = 0;
1331
1332 return sig_qual;
1333}
1334
1335/**
Ben Cahill9fbab512007-11-29 11:09:47 +08001336 * iwl3945_rx_handle - Main entry function for receiving responses from uCode
Zhu Yib481de92007-09-25 17:54:57 -07001337 *
1338 * Uses the priv->rx_handlers callback function array to invoke
1339 * the appropriate handlers, including command responses,
1340 * frame-received notifications, and other notifications.
1341 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001342static void iwl3945_rx_handle(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07001343{
Abhijeet Kolekar6100b582008-12-19 10:37:24 +08001344 struct iwl_rx_mem_buffer *rxb;
Tomas Winkler3d24a9f2008-12-19 10:37:07 +08001345 struct iwl_rx_packet *pkt;
Abhijeet Kolekarcc2f3622008-12-19 10:37:25 +08001346 struct iwl_rx_queue *rxq = &priv->rxq;
Zhu Yib481de92007-09-25 17:54:57 -07001347 u32 r, i;
1348 int reclaim;
1349 unsigned long flags;
Mohamed Abbas5c0eef92007-11-29 11:10:14 +08001350 u8 fill_rx = 0;
Mohamed Abbasd68ab682008-02-07 13:16:33 -08001351 u32 count = 8;
Abhijeet Kolekard14d4442009-06-03 11:44:08 -07001352 int total_empty = 0;
Zhu Yib481de92007-09-25 17:54:57 -07001353
Cahill, Ben M6440adb2007-11-29 11:09:55 +08001354 /* uCode's read index (stored in shared DRAM) indicates the last Rx
1355 * buffer that the driver may process (last buffer filled by ucode). */
Winkler, Tomas8cd812b2008-12-19 10:37:43 +08001356 r = le16_to_cpu(rxq->rb_stts->closed_rb_num) & 0x0FFF;
Zhu Yib481de92007-09-25 17:54:57 -07001357 i = rxq->read;
1358
Abhijeet Kolekard14d4442009-06-03 11:44:08 -07001359 /* calculate total frames need to be restock after handling RX */
1360 total_empty = r - priv->rxq.write_actual;
1361 if (total_empty < 0)
1362 total_empty += RX_QUEUE_SIZE;
1363
1364 if (total_empty > (RX_QUEUE_SIZE / 2))
Mohamed Abbas5c0eef92007-11-29 11:10:14 +08001365 fill_rx = 1;
Zhu Yib481de92007-09-25 17:54:57 -07001366 /* Rx interrupt, but nothing sent from uCode */
1367 if (i == r)
Tomas Winklere1623442009-01-27 14:27:56 -08001368 IWL_DEBUG(priv, IWL_DL_RX | IWL_DL_ISR, "r = %d, i = %d\n", r, i);
Zhu Yib481de92007-09-25 17:54:57 -07001369
1370 while (i != r) {
1371 rxb = rxq->queue[i];
1372
Ben Cahill9fbab512007-11-29 11:09:47 +08001373 /* If an RXB doesn't have a Rx queue slot associated with it,
Zhu Yib481de92007-09-25 17:54:57 -07001374 * then a bug has been introduced in the queue refilling
1375 * routines -- catch it here */
1376 BUG_ON(rxb == NULL);
1377
1378 rxq->queue[i] = NULL;
1379
Reinette Chatredf833b12009-04-21 10:55:48 -07001380 pci_unmap_single(priv->pci_dev, rxb->real_dma_addr,
1381 priv->hw_params.rx_buf_size,
1382 PCI_DMA_FROMDEVICE);
Tomas Winkler3d24a9f2008-12-19 10:37:07 +08001383 pkt = (struct iwl_rx_packet *)rxb->skb->data;
Zhu Yib481de92007-09-25 17:54:57 -07001384
1385 /* Reclaim a command buffer only if this packet is a response
1386 * to a (driver-originated) command.
1387 * If the packet (e.g. Rx frame) originated from uCode,
1388 * there is no command buffer to reclaim.
1389 * Ucode should set SEQ_RX_FRAME bit if ucode-originated,
1390 * but apparently a few don't get set; catch them here. */
1391 reclaim = !(pkt->hdr.sequence & SEQ_RX_FRAME) &&
1392 (pkt->hdr.cmd != STATISTICS_NOTIFICATION) &&
1393 (pkt->hdr.cmd != REPLY_TX);
1394
1395 /* Based on type of command response or notification,
1396 * handle those that need handling via function in
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001397 * rx_handlers table. See iwl3945_setup_rx_handlers() */
Zhu Yib481de92007-09-25 17:54:57 -07001398 if (priv->rx_handlers[pkt->hdr.cmd]) {
Tomas Winklere1623442009-01-27 14:27:56 -08001399 IWL_DEBUG(priv, IWL_DL_HCMD | IWL_DL_RX | IWL_DL_ISR,
Zhu Yib481de92007-09-25 17:54:57 -07001400 "r = %d, i = %d, %s, 0x%02x\n", r, i,
1401 get_cmd_string(pkt->hdr.cmd), pkt->hdr.cmd);
1402 priv->rx_handlers[pkt->hdr.cmd] (priv, rxb);
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001403 priv->isr_stats.rx_handlers[pkt->hdr.cmd]++;
Zhu Yib481de92007-09-25 17:54:57 -07001404 } else {
1405 /* No handling needed */
Tomas Winklere1623442009-01-27 14:27:56 -08001406 IWL_DEBUG(priv, IWL_DL_HCMD | IWL_DL_RX | IWL_DL_ISR,
Zhu Yib481de92007-09-25 17:54:57 -07001407 "r %d i %d No handler needed for %s, 0x%02x\n",
1408 r, i, get_cmd_string(pkt->hdr.cmd),
1409 pkt->hdr.cmd);
1410 }
1411
1412 if (reclaim) {
Ben Cahill9fbab512007-11-29 11:09:47 +08001413 /* Invoke any callbacks, transfer the skb to caller, and
Samuel Ortiz518099a2009-01-19 15:30:27 -08001414 * fire off the (possibly) blocking iwl_send_cmd()
Zhu Yib481de92007-09-25 17:54:57 -07001415 * as we reclaim the driver command queue */
1416 if (rxb && rxb->skb)
Abhijeet Kolekar732587a2009-03-11 11:17:57 -07001417 iwl_tx_cmd_complete(priv, rxb);
Zhu Yib481de92007-09-25 17:54:57 -07001418 else
Winkler, Tomas39aadf82008-12-19 10:37:32 +08001419 IWL_WARN(priv, "Claim null rxb?\n");
Zhu Yib481de92007-09-25 17:54:57 -07001420 }
1421
1422 /* For now we just don't re-use anything. We can tweak this
1423 * later to try and re-use notification packets and SKBs that
1424 * fail to Rx correctly */
1425 if (rxb->skb != NULL) {
1426 priv->alloc_rxb_skb--;
1427 dev_kfree_skb_any(rxb->skb);
1428 rxb->skb = NULL;
1429 }
1430
Zhu Yib481de92007-09-25 17:54:57 -07001431 spin_lock_irqsave(&rxq->lock, flags);
1432 list_add_tail(&rxb->list, &priv->rxq.rx_used);
1433 spin_unlock_irqrestore(&rxq->lock, flags);
1434 i = (i + 1) & RX_QUEUE_MASK;
Mohamed Abbas5c0eef92007-11-29 11:10:14 +08001435 /* If there are a lot of unused frames,
1436 * restock the Rx queue so ucode won't assert. */
1437 if (fill_rx) {
1438 count++;
1439 if (count >= 8) {
1440 priv->rxq.read = i;
Abhijeet Kolekard14d4442009-06-03 11:44:08 -07001441 iwl3945_rx_replenish_now(priv);
Mohamed Abbas5c0eef92007-11-29 11:10:14 +08001442 count = 0;
1443 }
1444 }
Zhu Yib481de92007-09-25 17:54:57 -07001445 }
1446
1447 /* Backtrack one entry */
1448 priv->rxq.read = i;
Abhijeet Kolekard14d4442009-06-03 11:44:08 -07001449 if (fill_rx)
1450 iwl3945_rx_replenish_now(priv);
1451 else
1452 iwl3945_rx_queue_restock(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001453}
1454
Mohamed Abbas0359fac2008-03-28 16:21:08 -07001455/* call this function to flush any scheduled tasklet */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001456static inline void iwl_synchronize_irq(struct iwl_priv *priv)
Mohamed Abbas0359fac2008-03-28 16:21:08 -07001457{
Tomas Winklera96a27f2008-10-23 23:48:56 -07001458 /* wait to make sure we flush pending tasklet*/
Mohamed Abbas0359fac2008-03-28 16:21:08 -07001459 synchronize_irq(priv->pci_dev->irq);
1460 tasklet_kill(&priv->irq_tasklet);
1461}
1462
Zhu Yib481de92007-09-25 17:54:57 -07001463static const char *desc_lookup(int i)
1464{
1465 switch (i) {
1466 case 1:
1467 return "FAIL";
1468 case 2:
1469 return "BAD_PARAM";
1470 case 3:
1471 return "BAD_CHECKSUM";
1472 case 4:
1473 return "NMI_INTERRUPT";
1474 case 5:
1475 return "SYSASSERT";
1476 case 6:
1477 return "FATAL_ERROR";
1478 }
1479
1480 return "UNKNOWN";
1481}
1482
1483#define ERROR_START_OFFSET (1 * sizeof(u32))
1484#define ERROR_ELEM_SIZE (7 * sizeof(u32))
1485
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001486static void iwl3945_dump_nic_error_log(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07001487{
1488 u32 i;
1489 u32 desc, time, count, base, data1;
1490 u32 blink1, blink2, ilink1, ilink2;
Zhu Yib481de92007-09-25 17:54:57 -07001491
1492 base = le32_to_cpu(priv->card_alive.error_event_table_ptr);
1493
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001494 if (!iwl3945_hw_valid_rtc_data_addr(base)) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08001495 IWL_ERR(priv, "Not valid error log pointer 0x%08X\n", base);
Zhu Yib481de92007-09-25 17:54:57 -07001496 return;
1497 }
1498
Zhu Yib481de92007-09-25 17:54:57 -07001499
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001500 count = iwl_read_targ_mem(priv, base);
Zhu Yib481de92007-09-25 17:54:57 -07001501
1502 if (ERROR_START_OFFSET <= count * ERROR_ELEM_SIZE) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08001503 IWL_ERR(priv, "Start IWL Error Log Dump:\n");
1504 IWL_ERR(priv, "Status: 0x%08lX, count: %d\n",
1505 priv->status, count);
Zhu Yib481de92007-09-25 17:54:57 -07001506 }
1507
Winkler, Tomas15b16872008-12-19 10:37:33 +08001508 IWL_ERR(priv, "Desc Time asrtPC blink2 "
Zhu Yib481de92007-09-25 17:54:57 -07001509 "ilink1 nmiPC Line\n");
1510 for (i = ERROR_START_OFFSET;
1511 i < (count * ERROR_ELEM_SIZE) + ERROR_START_OFFSET;
1512 i += ERROR_ELEM_SIZE) {
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001513 desc = iwl_read_targ_mem(priv, base + i);
Zhu Yib481de92007-09-25 17:54:57 -07001514 time =
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001515 iwl_read_targ_mem(priv, base + i + 1 * sizeof(u32));
Zhu Yib481de92007-09-25 17:54:57 -07001516 blink1 =
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001517 iwl_read_targ_mem(priv, base + i + 2 * sizeof(u32));
Zhu Yib481de92007-09-25 17:54:57 -07001518 blink2 =
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001519 iwl_read_targ_mem(priv, base + i + 3 * sizeof(u32));
Zhu Yib481de92007-09-25 17:54:57 -07001520 ilink1 =
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001521 iwl_read_targ_mem(priv, base + i + 4 * sizeof(u32));
Zhu Yib481de92007-09-25 17:54:57 -07001522 ilink2 =
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001523 iwl_read_targ_mem(priv, base + i + 5 * sizeof(u32));
Zhu Yib481de92007-09-25 17:54:57 -07001524 data1 =
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001525 iwl_read_targ_mem(priv, base + i + 6 * sizeof(u32));
Zhu Yib481de92007-09-25 17:54:57 -07001526
Winkler, Tomas15b16872008-12-19 10:37:33 +08001527 IWL_ERR(priv,
1528 "%-13s (#%d) %010u 0x%05X 0x%05X 0x%05X 0x%05X %u\n\n",
1529 desc_lookup(desc), desc, time, blink1, blink2,
1530 ilink1, ilink2, data1);
Zhu Yib481de92007-09-25 17:54:57 -07001531 }
1532
Zhu Yib481de92007-09-25 17:54:57 -07001533}
1534
Ben Cahillf58177b2007-11-29 11:09:43 +08001535#define EVENT_START_OFFSET (6 * sizeof(u32))
Zhu Yib481de92007-09-25 17:54:57 -07001536
1537/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001538 * iwl3945_print_event_log - Dump error event log to syslog
Zhu Yib481de92007-09-25 17:54:57 -07001539 *
Zhu Yib481de92007-09-25 17:54:57 -07001540 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001541static void iwl3945_print_event_log(struct iwl_priv *priv, u32 start_idx,
Zhu Yib481de92007-09-25 17:54:57 -07001542 u32 num_events, u32 mode)
1543{
1544 u32 i;
1545 u32 base; /* SRAM byte address of event log header */
1546 u32 event_size; /* 2 u32s, or 3 u32s if timestamp recorded */
1547 u32 ptr; /* SRAM byte address of log data */
1548 u32 ev, time, data; /* event log data */
1549
1550 if (num_events == 0)
1551 return;
1552
1553 base = le32_to_cpu(priv->card_alive.log_event_table_ptr);
1554
1555 if (mode == 0)
1556 event_size = 2 * sizeof(u32);
1557 else
1558 event_size = 3 * sizeof(u32);
1559
1560 ptr = base + EVENT_START_OFFSET + (start_idx * event_size);
1561
1562 /* "time" is actually "data" for mode 0 (no timestamp).
1563 * place event id # at far right for easier visual parsing. */
1564 for (i = 0; i < num_events; i++) {
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001565 ev = iwl_read_targ_mem(priv, ptr);
Zhu Yib481de92007-09-25 17:54:57 -07001566 ptr += sizeof(u32);
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001567 time = iwl_read_targ_mem(priv, ptr);
Zhu Yib481de92007-09-25 17:54:57 -07001568 ptr += sizeof(u32);
Winkler, Tomas15b16872008-12-19 10:37:33 +08001569 if (mode == 0) {
1570 /* data, ev */
1571 IWL_ERR(priv, "0x%08x\t%04u\n", time, ev);
1572 } else {
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001573 data = iwl_read_targ_mem(priv, ptr);
Zhu Yib481de92007-09-25 17:54:57 -07001574 ptr += sizeof(u32);
Winkler, Tomas15b16872008-12-19 10:37:33 +08001575 IWL_ERR(priv, "%010u\t0x%08x\t%04u\n", time, data, ev);
Zhu Yib481de92007-09-25 17:54:57 -07001576 }
1577 }
1578}
1579
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001580static void iwl3945_dump_nic_event_log(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07001581{
Zhu Yib481de92007-09-25 17:54:57 -07001582 u32 base; /* SRAM byte address of event log header */
1583 u32 capacity; /* event log capacity in # entries */
1584 u32 mode; /* 0 - no timestamp, 1 - timestamp recorded */
1585 u32 num_wraps; /* # times uCode wrapped to top of log */
1586 u32 next_entry; /* index of next entry to be written by uCode */
1587 u32 size; /* # entries that we'll print */
1588
1589 base = le32_to_cpu(priv->card_alive.log_event_table_ptr);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001590 if (!iwl3945_hw_valid_rtc_data_addr(base)) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08001591 IWL_ERR(priv, "Invalid event log pointer 0x%08X\n", base);
Zhu Yib481de92007-09-25 17:54:57 -07001592 return;
1593 }
1594
Zhu Yib481de92007-09-25 17:54:57 -07001595 /* event log header */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001596 capacity = iwl_read_targ_mem(priv, base);
1597 mode = iwl_read_targ_mem(priv, base + (1 * sizeof(u32)));
1598 num_wraps = iwl_read_targ_mem(priv, base + (2 * sizeof(u32)));
1599 next_entry = iwl_read_targ_mem(priv, base + (3 * sizeof(u32)));
Zhu Yib481de92007-09-25 17:54:57 -07001600
1601 size = num_wraps ? capacity : next_entry;
1602
1603 /* bail out if nothing in log */
1604 if (size == 0) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08001605 IWL_ERR(priv, "Start IWL Event Log Dump: nothing in log\n");
Zhu Yib481de92007-09-25 17:54:57 -07001606 return;
1607 }
1608
Winkler, Tomas15b16872008-12-19 10:37:33 +08001609 IWL_ERR(priv, "Start IWL Event Log Dump: display count %d, wraps %d\n",
Zhu Yib481de92007-09-25 17:54:57 -07001610 size, num_wraps);
1611
1612 /* if uCode has wrapped back to top of log, start at the oldest entry,
1613 * i.e the next one that uCode would fill. */
1614 if (num_wraps)
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001615 iwl3945_print_event_log(priv, next_entry,
Zhu Yib481de92007-09-25 17:54:57 -07001616 capacity - next_entry, mode);
1617
1618 /* (then/else) start at top of log */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001619 iwl3945_print_event_log(priv, 0, next_entry, mode);
Zhu Yib481de92007-09-25 17:54:57 -07001620
Zhu Yib481de92007-09-25 17:54:57 -07001621}
1622
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001623static void iwl3945_irq_tasklet(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07001624{
1625 u32 inta, handled = 0;
1626 u32 inta_fh;
1627 unsigned long flags;
Samuel Ortizd08853a2009-01-23 13:45:17 -08001628#ifdef CONFIG_IWLWIFI_DEBUG
Zhu Yib481de92007-09-25 17:54:57 -07001629 u32 inta_mask;
1630#endif
1631
1632 spin_lock_irqsave(&priv->lock, flags);
1633
1634 /* Ack/clear/reset pending uCode interrupts.
1635 * Note: Some bits in CSR_INT are "OR" of bits in CSR_FH_INT_STATUS,
1636 * and will clear only when CSR_FH_INT_STATUS gets cleared. */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001637 inta = iwl_read32(priv, CSR_INT);
1638 iwl_write32(priv, CSR_INT, inta);
Zhu Yib481de92007-09-25 17:54:57 -07001639
1640 /* Ack/clear/reset pending flow-handler (DMA) interrupts.
1641 * Any new interrupts that happen after this, either while we're
1642 * in this tasklet, or later, will show up in next ISR/tasklet. */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001643 inta_fh = iwl_read32(priv, CSR_FH_INT_STATUS);
1644 iwl_write32(priv, CSR_FH_INT_STATUS, inta_fh);
Zhu Yib481de92007-09-25 17:54:57 -07001645
Samuel Ortizd08853a2009-01-23 13:45:17 -08001646#ifdef CONFIG_IWLWIFI_DEBUG
Samuel Ortiz40b8ec02008-12-19 10:37:08 +08001647 if (priv->debug_level & IWL_DL_ISR) {
Ben Cahill9fbab512007-11-29 11:09:47 +08001648 /* just for debug */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001649 inta_mask = iwl_read32(priv, CSR_INT_MASK);
Tomas Winklere1623442009-01-27 14:27:56 -08001650 IWL_DEBUG_ISR(priv, "inta 0x%08x, enabled 0x%08x, fh 0x%08x\n",
Zhu Yib481de92007-09-25 17:54:57 -07001651 inta, inta_mask, inta_fh);
1652 }
1653#endif
1654
1655 /* Since CSR_INT and CSR_FH_INT_STATUS reads and clears are not
1656 * atomic, make sure that inta covers all the interrupts that
1657 * we've discovered, even if FH interrupt came in just after
1658 * reading CSR_INT. */
Tomas Winkler6f83eaa2008-03-04 18:09:28 -08001659 if (inta_fh & CSR39_FH_INT_RX_MASK)
Zhu Yib481de92007-09-25 17:54:57 -07001660 inta |= CSR_INT_BIT_FH_RX;
Tomas Winkler6f83eaa2008-03-04 18:09:28 -08001661 if (inta_fh & CSR39_FH_INT_TX_MASK)
Zhu Yib481de92007-09-25 17:54:57 -07001662 inta |= CSR_INT_BIT_FH_TX;
1663
1664 /* Now service all interrupt bits discovered above. */
1665 if (inta & CSR_INT_BIT_HW_ERR) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08001666 IWL_ERR(priv, "Microcode HW error detected. Restarting.\n");
Zhu Yib481de92007-09-25 17:54:57 -07001667
1668 /* Tell the device to stop sending interrupts */
Abhijeet Kolekared3b9322009-02-18 15:54:30 -08001669 iwl_disable_interrupts(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001670
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001671 priv->isr_stats.hw++;
Samuel Ortiz8ccde882009-01-27 14:27:52 -08001672 iwl_irq_handle_error(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001673
1674 handled |= CSR_INT_BIT_HW_ERR;
1675
1676 spin_unlock_irqrestore(&priv->lock, flags);
1677
1678 return;
1679 }
1680
Samuel Ortizd08853a2009-01-23 13:45:17 -08001681#ifdef CONFIG_IWLWIFI_DEBUG
Samuel Ortiz40b8ec02008-12-19 10:37:08 +08001682 if (priv->debug_level & (IWL_DL_ISR)) {
Zhu Yib481de92007-09-25 17:54:57 -07001683 /* NIC fires this, but we don't use it, redundant with WAKEUP */
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001684 if (inta & CSR_INT_BIT_SCD) {
Tomas Winklere1623442009-01-27 14:27:56 -08001685 IWL_DEBUG_ISR(priv, "Scheduler finished to transmit "
Joonwoo Park25c03d82008-01-23 10:15:20 -08001686 "the frame/frames.\n");
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001687 priv->isr_stats.sch++;
1688 }
Zhu Yib481de92007-09-25 17:54:57 -07001689
1690 /* Alive notification via Rx interrupt will do the real work */
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001691 if (inta & CSR_INT_BIT_ALIVE) {
Tomas Winklere1623442009-01-27 14:27:56 -08001692 IWL_DEBUG_ISR(priv, "Alive interrupt\n");
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001693 priv->isr_stats.alive++;
1694 }
Zhu Yib481de92007-09-25 17:54:57 -07001695 }
1696#endif
1697 /* Safely ignore these bits for debug checks below */
Joonwoo Park25c03d82008-01-23 10:15:20 -08001698 inta &= ~(CSR_INT_BIT_SCD | CSR_INT_BIT_ALIVE);
Zhu Yib481de92007-09-25 17:54:57 -07001699
Zhu Yib481de92007-09-25 17:54:57 -07001700 /* Error detected by uCode */
1701 if (inta & CSR_INT_BIT_SW_ERR) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08001702 IWL_ERR(priv, "Microcode SW error detected. "
1703 "Restarting 0x%X.\n", inta);
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001704 priv->isr_stats.sw++;
1705 priv->isr_stats.sw_err = inta;
Samuel Ortiz8ccde882009-01-27 14:27:52 -08001706 iwl_irq_handle_error(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001707 handled |= CSR_INT_BIT_SW_ERR;
1708 }
1709
1710 /* uCode wakes up after power-down sleep */
1711 if (inta & CSR_INT_BIT_WAKEUP) {
Tomas Winklere1623442009-01-27 14:27:56 -08001712 IWL_DEBUG_ISR(priv, "Wakeup interrupt\n");
Winkler, Tomas141c43a2009-01-08 10:19:53 -08001713 iwl_rx_queue_update_write_ptr(priv, &priv->rxq);
Samuel Ortiz4f3602c2009-01-19 15:30:25 -08001714 iwl_txq_update_write_ptr(priv, &priv->txq[0]);
1715 iwl_txq_update_write_ptr(priv, &priv->txq[1]);
1716 iwl_txq_update_write_ptr(priv, &priv->txq[2]);
1717 iwl_txq_update_write_ptr(priv, &priv->txq[3]);
1718 iwl_txq_update_write_ptr(priv, &priv->txq[4]);
1719 iwl_txq_update_write_ptr(priv, &priv->txq[5]);
Zhu Yib481de92007-09-25 17:54:57 -07001720
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001721 priv->isr_stats.wakeup++;
Zhu Yib481de92007-09-25 17:54:57 -07001722 handled |= CSR_INT_BIT_WAKEUP;
1723 }
1724
1725 /* All uCode command responses, including Tx command responses,
1726 * Rx "responses" (frame-received notification), and other
1727 * notifications from uCode come through here*/
1728 if (inta & (CSR_INT_BIT_FH_RX | CSR_INT_BIT_SW_RX)) {
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001729 iwl3945_rx_handle(priv);
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001730 priv->isr_stats.rx++;
Zhu Yib481de92007-09-25 17:54:57 -07001731 handled |= (CSR_INT_BIT_FH_RX | CSR_INT_BIT_SW_RX);
1732 }
1733
1734 if (inta & CSR_INT_BIT_FH_TX) {
Tomas Winklere1623442009-01-27 14:27:56 -08001735 IWL_DEBUG_ISR(priv, "Tx interrupt\n");
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001736 priv->isr_stats.tx++;
Zhu Yib481de92007-09-25 17:54:57 -07001737
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001738 iwl_write32(priv, CSR_FH_INT_STATUS, (1 << 6));
Mohamed Abbasa8b50a02009-05-22 11:01:47 -07001739 iwl_write_direct32(priv, FH39_TCSR_CREDIT
1740 (FH39_SRVC_CHNL), 0x0);
Zhu Yib481de92007-09-25 17:54:57 -07001741 handled |= CSR_INT_BIT_FH_TX;
1742 }
1743
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001744 if (inta & ~handled) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08001745 IWL_ERR(priv, "Unhandled INTA bits 0x%08x\n", inta & ~handled);
Abhijeet Kolekar86ddbf62009-04-20 14:36:59 -07001746 priv->isr_stats.unhandled++;
1747 }
Zhu Yib481de92007-09-25 17:54:57 -07001748
Mohamed Abbas40cefda2009-05-22 11:01:52 -07001749 if (inta & ~priv->inta_mask) {
Winkler, Tomas39aadf82008-12-19 10:37:32 +08001750 IWL_WARN(priv, "Disabled INTA bits 0x%08x were pending\n",
Mohamed Abbas40cefda2009-05-22 11:01:52 -07001751 inta & ~priv->inta_mask);
Winkler, Tomas39aadf82008-12-19 10:37:32 +08001752 IWL_WARN(priv, " with FH_INT = 0x%08x\n", inta_fh);
Zhu Yib481de92007-09-25 17:54:57 -07001753 }
1754
1755 /* Re-enable all interrupts */
Mohamed Abbas0359fac2008-03-28 16:21:08 -07001756 /* only Re-enable if disabled by irq */
1757 if (test_bit(STATUS_INT_ENABLED, &priv->status))
Abhijeet Kolekared3b9322009-02-18 15:54:30 -08001758 iwl_enable_interrupts(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001759
Samuel Ortizd08853a2009-01-23 13:45:17 -08001760#ifdef CONFIG_IWLWIFI_DEBUG
Samuel Ortiz40b8ec02008-12-19 10:37:08 +08001761 if (priv->debug_level & (IWL_DL_ISR)) {
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001762 inta = iwl_read32(priv, CSR_INT);
1763 inta_mask = iwl_read32(priv, CSR_INT_MASK);
1764 inta_fh = iwl_read32(priv, CSR_FH_INT_STATUS);
Tomas Winklere1623442009-01-27 14:27:56 -08001765 IWL_DEBUG_ISR(priv, "End inta 0x%08x, enabled 0x%08x, fh 0x%08x, "
Zhu Yib481de92007-09-25 17:54:57 -07001766 "flags 0x%08lx\n", inta, inta_mask, inta_fh, flags);
1767 }
1768#endif
1769 spin_unlock_irqrestore(&priv->lock, flags);
1770}
1771
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001772static int iwl3945_get_channels_for_scan(struct iwl_priv *priv,
Johannes Berg8318d782008-01-24 19:38:38 +01001773 enum ieee80211_band band,
Abhijeet Kolekarf9340522008-09-03 11:26:58 +08001774 u8 is_active, u8 n_probes,
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001775 struct iwl3945_scan_channel *scan_ch)
Zhu Yib481de92007-09-25 17:54:57 -07001776{
Johannes Berg4e05c232009-06-19 13:52:44 -07001777 struct ieee80211_channel *chan;
Johannes Berg8318d782008-01-24 19:38:38 +01001778 const struct ieee80211_supported_band *sband;
Samuel Ortizd20b3c62008-12-19 10:37:15 +08001779 const struct iwl_channel_info *ch_info;
Zhu Yib481de92007-09-25 17:54:57 -07001780 u16 passive_dwell = 0;
1781 u16 active_dwell = 0;
1782 int added, i;
1783
Kolekar, Abhijeetcbba18c2008-12-19 10:37:42 +08001784 sband = iwl_get_hw_mode(priv, band);
Johannes Berg8318d782008-01-24 19:38:38 +01001785 if (!sband)
Zhu Yib481de92007-09-25 17:54:57 -07001786 return 0;
1787
Samuel Ortiz77fecfb82009-01-23 13:45:12 -08001788 active_dwell = iwl_get_active_dwell_time(priv, band, n_probes);
1789 passive_dwell = iwl_get_passive_dwell_time(priv, band);
Zhu Yib481de92007-09-25 17:54:57 -07001790
Abhijeet Kolekar8f4807a2008-09-03 11:26:31 +08001791 if (passive_dwell <= active_dwell)
1792 passive_dwell = active_dwell + 1;
1793
Johannes Berg4e05c232009-06-19 13:52:44 -07001794 for (i = 0, added = 0; i < priv->scan_request->n_channels; i++) {
1795 chan = priv->scan_request->channels[i];
1796
1797 if (chan->band != band)
Johannes Berg182e2e62008-04-04 10:41:56 +02001798 continue;
1799
Johannes Berg4e05c232009-06-19 13:52:44 -07001800 scan_ch->channel = chan->hw_value;
Zhu Yib481de92007-09-25 17:54:57 -07001801
Samuel Ortize6148912009-01-23 13:45:15 -08001802 ch_info = iwl_get_channel_info(priv, band, scan_ch->channel);
Zhu Yib481de92007-09-25 17:54:57 -07001803 if (!is_channel_valid(ch_info)) {
Tomas Winklere1623442009-01-27 14:27:56 -08001804 IWL_DEBUG_SCAN(priv, "Channel %d is INVALID for this band.\n",
Zhu Yib481de92007-09-25 17:54:57 -07001805 scan_ch->channel);
1806 continue;
1807 }
1808
Zhu Yib481de92007-09-25 17:54:57 -07001809 scan_ch->active_dwell = cpu_to_le16(active_dwell);
1810 scan_ch->passive_dwell = cpu_to_le16(passive_dwell);
Abhijeet Kolekar011a0332008-12-02 12:14:07 -08001811 /* If passive , set up for auto-switch
1812 * and use long active_dwell time.
1813 */
1814 if (!is_active || is_channel_passive(ch_info) ||
Johannes Berg4e05c232009-06-19 13:52:44 -07001815 (chan->flags & IEEE80211_CHAN_PASSIVE_SCAN)) {
Abhijeet Kolekar011a0332008-12-02 12:14:07 -08001816 scan_ch->type = 0; /* passive */
1817 if (IWL_UCODE_API(priv->ucode_ver) == 1)
1818 scan_ch->active_dwell = cpu_to_le16(passive_dwell - 1);
1819 } else {
1820 scan_ch->type = 1; /* active */
1821 }
1822
1823 /* Set direct probe bits. These may be used both for active
1824 * scan channels (probes gets sent right away),
1825 * or for passive channels (probes get se sent only after
1826 * hearing clear Rx packet).*/
1827 if (IWL_UCODE_API(priv->ucode_ver) >= 2) {
1828 if (n_probes)
Winkler, Tomas0d210442009-01-23 13:45:21 -08001829 scan_ch->type |= IWL39_SCAN_PROBE_MASK(n_probes);
Abhijeet Kolekar011a0332008-12-02 12:14:07 -08001830 } else {
1831 /* uCode v1 does not allow setting direct probe bits on
1832 * passive channel. */
1833 if ((scan_ch->type & 1) && n_probes)
Winkler, Tomas0d210442009-01-23 13:45:21 -08001834 scan_ch->type |= IWL39_SCAN_PROBE_MASK(n_probes);
Abhijeet Kolekar011a0332008-12-02 12:14:07 -08001835 }
Zhu Yib481de92007-09-25 17:54:57 -07001836
Ben Cahill9fbab512007-11-29 11:09:47 +08001837 /* Set txpower levels to defaults */
Zhu Yib481de92007-09-25 17:54:57 -07001838 scan_ch->tpc.dsp_atten = 110;
1839 /* scan_pwr_info->tpc.dsp_atten; */
1840
1841 /*scan_pwr_info->tpc.tx_gain; */
Johannes Berg8318d782008-01-24 19:38:38 +01001842 if (band == IEEE80211_BAND_5GHZ)
Zhu Yib481de92007-09-25 17:54:57 -07001843 scan_ch->tpc.tx_gain = ((1 << 5) | (3 << 3)) | 3;
1844 else {
1845 scan_ch->tpc.tx_gain = ((1 << 5) | (5 << 3));
1846 /* NOTE: if we were doing 6Mb OFDM for scans we'd use
Ben Cahill9fbab512007-11-29 11:09:47 +08001847 * power level:
Reinette Chatre8a1b0242008-01-14 17:46:25 -08001848 * scan_ch->tpc.tx_gain = ((1 << 5) | (2 << 3)) | 3;
Zhu Yib481de92007-09-25 17:54:57 -07001849 */
1850 }
1851
Tomas Winklere1623442009-01-27 14:27:56 -08001852 IWL_DEBUG_SCAN(priv, "Scanning %d [%s %d]\n",
Zhu Yib481de92007-09-25 17:54:57 -07001853 scan_ch->channel,
1854 (scan_ch->type & 1) ? "ACTIVE" : "PASSIVE",
1855 (scan_ch->type & 1) ?
1856 active_dwell : passive_dwell);
1857
1858 scan_ch++;
1859 added++;
1860 }
1861
Tomas Winklere1623442009-01-27 14:27:56 -08001862 IWL_DEBUG_SCAN(priv, "total channels to scan %d \n", added);
Zhu Yib481de92007-09-25 17:54:57 -07001863 return added;
1864}
1865
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001866static void iwl3945_init_hw_rates(struct iwl_priv *priv,
Zhu Yib481de92007-09-25 17:54:57 -07001867 struct ieee80211_rate *rates)
1868{
1869 int i;
1870
1871 for (i = 0; i < IWL_RATE_COUNT; i++) {
Johannes Berg8318d782008-01-24 19:38:38 +01001872 rates[i].bitrate = iwl3945_rates[i].ieee * 5;
1873 rates[i].hw_value = i; /* Rate scaling will work on indexes */
1874 rates[i].hw_value_short = i;
1875 rates[i].flags = 0;
Samuel Ortizd9829a62008-12-19 10:37:12 +08001876 if ((i > IWL39_LAST_OFDM_RATE) || (i < IWL_FIRST_OFDM_RATE)) {
Zhu Yib481de92007-09-25 17:54:57 -07001877 /*
Johannes Berg8318d782008-01-24 19:38:38 +01001878 * If CCK != 1M then set short preamble rate flag.
Zhu Yib481de92007-09-25 17:54:57 -07001879 */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001880 rates[i].flags |= (iwl3945_rates[i].plcp == 10) ?
Johannes Berg8318d782008-01-24 19:38:38 +01001881 0 : IEEE80211_RATE_SHORT_PREAMBLE;
Zhu Yib481de92007-09-25 17:54:57 -07001882 }
Zhu Yib481de92007-09-25 17:54:57 -07001883 }
1884}
1885
Zhu Yib481de92007-09-25 17:54:57 -07001886/******************************************************************************
1887 *
1888 * uCode download functions
1889 *
1890 ******************************************************************************/
1891
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001892static void iwl3945_dealloc_ucode_pci(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07001893{
Tomas Winkler98c92212008-01-14 17:46:20 -08001894 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_code);
1895 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_data);
1896 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_data_backup);
1897 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_init);
1898 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_init_data);
1899 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_boot);
Zhu Yib481de92007-09-25 17:54:57 -07001900}
1901
1902/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001903 * iwl3945_verify_inst_full - verify runtime uCode image in card vs. host,
Zhu Yib481de92007-09-25 17:54:57 -07001904 * looking at all data.
1905 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001906static int iwl3945_verify_inst_full(struct iwl_priv *priv, __le32 *image, u32 len)
Zhu Yib481de92007-09-25 17:54:57 -07001907{
1908 u32 val;
1909 u32 save_len = len;
1910 int rc = 0;
1911 u32 errcnt;
1912
Tomas Winklere1623442009-01-27 14:27:56 -08001913 IWL_DEBUG_INFO(priv, "ucode inst image size is %u\n", len);
Zhu Yib481de92007-09-25 17:54:57 -07001914
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001915 iwl_write_direct32(priv, HBUS_TARG_MEM_RADDR,
Samuel Ortiz250bdd22008-12-19 10:37:11 +08001916 IWL39_RTC_INST_LOWER_BOUND);
Zhu Yib481de92007-09-25 17:54:57 -07001917
1918 errcnt = 0;
1919 for (; len > 0; len -= sizeof(u32), image++) {
1920 /* read data comes through single port, auto-incr addr */
1921 /* NOTE: Use the debugless read so we don't flood kernel log
1922 * if IWL_DL_IO is set */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001923 val = _iwl_read_direct32(priv, HBUS_TARG_MEM_RDAT);
Zhu Yib481de92007-09-25 17:54:57 -07001924 if (val != le32_to_cpu(*image)) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08001925 IWL_ERR(priv, "uCode INST section is invalid at "
Zhu Yib481de92007-09-25 17:54:57 -07001926 "offset 0x%x, is 0x%x, s/b 0x%x\n",
1927 save_len - len, val, le32_to_cpu(*image));
1928 rc = -EIO;
1929 errcnt++;
1930 if (errcnt >= 20)
1931 break;
1932 }
1933 }
1934
Zhu Yib481de92007-09-25 17:54:57 -07001935
1936 if (!errcnt)
Tomas Winklere1623442009-01-27 14:27:56 -08001937 IWL_DEBUG_INFO(priv,
1938 "ucode image in INSTRUCTION memory is good\n");
Zhu Yib481de92007-09-25 17:54:57 -07001939
1940 return rc;
1941}
1942
1943
1944/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001945 * iwl3945_verify_inst_sparse - verify runtime uCode image in card vs. host,
Zhu Yib481de92007-09-25 17:54:57 -07001946 * using sample data 100 bytes apart. If these sample points are good,
1947 * it's a pretty good bet that everything between them is good, too.
1948 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001949static int iwl3945_verify_inst_sparse(struct iwl_priv *priv, __le32 *image, u32 len)
Zhu Yib481de92007-09-25 17:54:57 -07001950{
1951 u32 val;
1952 int rc = 0;
1953 u32 errcnt = 0;
1954 u32 i;
1955
Tomas Winklere1623442009-01-27 14:27:56 -08001956 IWL_DEBUG_INFO(priv, "ucode inst image size is %u\n", len);
Zhu Yib481de92007-09-25 17:54:57 -07001957
Zhu Yib481de92007-09-25 17:54:57 -07001958 for (i = 0; i < len; i += 100, image += 100/sizeof(u32)) {
1959 /* read data comes through single port, auto-incr addr */
1960 /* NOTE: Use the debugless read so we don't flood kernel log
1961 * if IWL_DL_IO is set */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001962 iwl_write_direct32(priv, HBUS_TARG_MEM_RADDR,
Samuel Ortiz250bdd22008-12-19 10:37:11 +08001963 i + IWL39_RTC_INST_LOWER_BOUND);
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08001964 val = _iwl_read_direct32(priv, HBUS_TARG_MEM_RDAT);
Zhu Yib481de92007-09-25 17:54:57 -07001965 if (val != le32_to_cpu(*image)) {
1966#if 0 /* Enable this if you want to see details */
Winkler, Tomas15b16872008-12-19 10:37:33 +08001967 IWL_ERR(priv, "uCode INST section is invalid at "
Zhu Yib481de92007-09-25 17:54:57 -07001968 "offset 0x%x, is 0x%x, s/b 0x%x\n",
1969 i, val, *image);
1970#endif
1971 rc = -EIO;
1972 errcnt++;
1973 if (errcnt >= 3)
1974 break;
1975 }
1976 }
1977
Zhu Yib481de92007-09-25 17:54:57 -07001978 return rc;
1979}
1980
1981
1982/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001983 * iwl3945_verify_ucode - determine which instruction image is in SRAM,
Zhu Yib481de92007-09-25 17:54:57 -07001984 * and verify its contents
1985 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08001986static int iwl3945_verify_ucode(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07001987{
1988 __le32 *image;
1989 u32 len;
1990 int rc = 0;
1991
1992 /* Try bootstrap */
1993 image = (__le32 *)priv->ucode_boot.v_addr;
1994 len = priv->ucode_boot.len;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001995 rc = iwl3945_verify_inst_sparse(priv, image, len);
Zhu Yib481de92007-09-25 17:54:57 -07001996 if (rc == 0) {
Tomas Winklere1623442009-01-27 14:27:56 -08001997 IWL_DEBUG_INFO(priv, "Bootstrap uCode is good in inst SRAM\n");
Zhu Yib481de92007-09-25 17:54:57 -07001998 return 0;
1999 }
2000
2001 /* Try initialize */
2002 image = (__le32 *)priv->ucode_init.v_addr;
2003 len = priv->ucode_init.len;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002004 rc = iwl3945_verify_inst_sparse(priv, image, len);
Zhu Yib481de92007-09-25 17:54:57 -07002005 if (rc == 0) {
Tomas Winklere1623442009-01-27 14:27:56 -08002006 IWL_DEBUG_INFO(priv, "Initialize uCode is good in inst SRAM\n");
Zhu Yib481de92007-09-25 17:54:57 -07002007 return 0;
2008 }
2009
2010 /* Try runtime/protocol */
2011 image = (__le32 *)priv->ucode_code.v_addr;
2012 len = priv->ucode_code.len;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002013 rc = iwl3945_verify_inst_sparse(priv, image, len);
Zhu Yib481de92007-09-25 17:54:57 -07002014 if (rc == 0) {
Tomas Winklere1623442009-01-27 14:27:56 -08002015 IWL_DEBUG_INFO(priv, "Runtime uCode is good in inst SRAM\n");
Zhu Yib481de92007-09-25 17:54:57 -07002016 return 0;
2017 }
2018
Winkler, Tomas15b16872008-12-19 10:37:33 +08002019 IWL_ERR(priv, "NO VALID UCODE IMAGE IN INSTRUCTION SRAM!!\n");
Zhu Yib481de92007-09-25 17:54:57 -07002020
Ben Cahill9fbab512007-11-29 11:09:47 +08002021 /* Since nothing seems to match, show first several data entries in
2022 * instruction SRAM, so maybe visual inspection will give a clue.
2023 * Selection of bootstrap image (vs. other images) is arbitrary. */
Zhu Yib481de92007-09-25 17:54:57 -07002024 image = (__le32 *)priv->ucode_boot.v_addr;
2025 len = priv->ucode_boot.len;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002026 rc = iwl3945_verify_inst_full(priv, image, len);
Zhu Yib481de92007-09-25 17:54:57 -07002027
2028 return rc;
2029}
2030
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002031static void iwl3945_nic_start(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002032{
2033 /* Remove all resets to allow NIC to operate */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002034 iwl_write32(priv, CSR_RESET, 0);
Zhu Yib481de92007-09-25 17:54:57 -07002035}
2036
2037/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002038 * iwl3945_read_ucode - Read uCode images from disk file.
Zhu Yib481de92007-09-25 17:54:57 -07002039 *
2040 * Copy into buffers for card to fetch via bus-mastering
2041 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002042static int iwl3945_read_ucode(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002043{
Kolekar, Abhijeeta78fe752008-12-19 10:37:21 +08002044 struct iwl_ucode *ucode;
Reinette Chatrea0987a82008-12-02 12:14:06 -08002045 int ret = -EINVAL, index;
Zhu Yib481de92007-09-25 17:54:57 -07002046 const struct firmware *ucode_raw;
2047 /* firmware file name contains uCode/driver compatibility version */
Reinette Chatrea0987a82008-12-02 12:14:06 -08002048 const char *name_pre = priv->cfg->fw_name_pre;
2049 const unsigned int api_max = priv->cfg->ucode_api_max;
2050 const unsigned int api_min = priv->cfg->ucode_api_min;
2051 char buf[25];
Zhu Yib481de92007-09-25 17:54:57 -07002052 u8 *src;
2053 size_t len;
Reinette Chatrea0987a82008-12-02 12:14:06 -08002054 u32 api_ver, inst_size, data_size, init_size, init_data_size, boot_size;
Zhu Yib481de92007-09-25 17:54:57 -07002055
2056 /* Ask kernel firmware_class module to get the boot firmware off disk.
2057 * request_firmware() is synchronous, file is in memory on return. */
Reinette Chatrea0987a82008-12-02 12:14:06 -08002058 for (index = api_max; index >= api_min; index--) {
2059 sprintf(buf, "%s%u%s", name_pre, index, ".ucode");
2060 ret = request_firmware(&ucode_raw, buf, &priv->pci_dev->dev);
2061 if (ret < 0) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08002062 IWL_ERR(priv, "%s firmware file req failed: %d\n",
Reinette Chatrea0987a82008-12-02 12:14:06 -08002063 buf, ret);
2064 if (ret == -ENOENT)
2065 continue;
2066 else
2067 goto error;
2068 } else {
2069 if (index < api_max)
Winkler, Tomas15b16872008-12-19 10:37:33 +08002070 IWL_ERR(priv, "Loaded firmware %s, "
2071 "which is deprecated. "
2072 " Please use API v%u instead.\n",
Reinette Chatrea0987a82008-12-02 12:14:06 -08002073 buf, api_max);
Tomas Winklere1623442009-01-27 14:27:56 -08002074 IWL_DEBUG_INFO(priv, "Got firmware '%s' file "
2075 "(%zd bytes) from disk\n",
Reinette Chatrea0987a82008-12-02 12:14:06 -08002076 buf, ucode_raw->size);
2077 break;
2078 }
Zhu Yib481de92007-09-25 17:54:57 -07002079 }
2080
Reinette Chatrea0987a82008-12-02 12:14:06 -08002081 if (ret < 0)
2082 goto error;
Zhu Yib481de92007-09-25 17:54:57 -07002083
2084 /* Make sure that we got at least our header! */
2085 if (ucode_raw->size < sizeof(*ucode)) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08002086 IWL_ERR(priv, "File size way too small!\n");
Tomas Winkler90e759d2007-11-29 11:09:41 +08002087 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07002088 goto err_release;
2089 }
2090
2091 /* Data from ucode file: header followed by uCode images */
2092 ucode = (void *)ucode_raw->data;
2093
Chatre, Reinettec02b3ac2008-12-02 12:14:05 -08002094 priv->ucode_ver = le32_to_cpu(ucode->ver);
Reinette Chatrea0987a82008-12-02 12:14:06 -08002095 api_ver = IWL_UCODE_API(priv->ucode_ver);
Zhu Yib481de92007-09-25 17:54:57 -07002096 inst_size = le32_to_cpu(ucode->inst_size);
2097 data_size = le32_to_cpu(ucode->data_size);
2098 init_size = le32_to_cpu(ucode->init_size);
2099 init_data_size = le32_to_cpu(ucode->init_data_size);
2100 boot_size = le32_to_cpu(ucode->boot_size);
2101
Reinette Chatrea0987a82008-12-02 12:14:06 -08002102 /* api_ver should match the api version forming part of the
2103 * firmware filename ... but we don't check for that and only rely
Nick Andrew877d0312009-01-26 11:06:57 +01002104 * on the API version read from firmware header from here on forward */
Reinette Chatrea0987a82008-12-02 12:14:06 -08002105
2106 if (api_ver < api_min || api_ver > api_max) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08002107 IWL_ERR(priv, "Driver unable to support your firmware API. "
Reinette Chatrea0987a82008-12-02 12:14:06 -08002108 "Driver supports v%u, firmware is v%u.\n",
2109 api_max, api_ver);
2110 priv->ucode_ver = 0;
2111 ret = -EINVAL;
2112 goto err_release;
2113 }
2114 if (api_ver != api_max)
Winkler, Tomas15b16872008-12-19 10:37:33 +08002115 IWL_ERR(priv, "Firmware has old API version. Expected %u, "
Reinette Chatrea0987a82008-12-02 12:14:06 -08002116 "got %u. New firmware can be obtained "
2117 "from http://www.intellinuxwireless.org.\n",
2118 api_max, api_ver);
2119
Tomas Winkler978785a2008-12-19 10:37:31 +08002120 IWL_INFO(priv, "loaded firmware version %u.%u.%u.%u\n",
2121 IWL_UCODE_MAJOR(priv->ucode_ver),
2122 IWL_UCODE_MINOR(priv->ucode_ver),
2123 IWL_UCODE_API(priv->ucode_ver),
2124 IWL_UCODE_SERIAL(priv->ucode_ver));
2125
Tomas Winklere1623442009-01-27 14:27:56 -08002126 IWL_DEBUG_INFO(priv, "f/w package hdr ucode version raw = 0x%x\n",
Reinette Chatrea0987a82008-12-02 12:14:06 -08002127 priv->ucode_ver);
Tomas Winklere1623442009-01-27 14:27:56 -08002128 IWL_DEBUG_INFO(priv, "f/w package hdr runtime inst size = %u\n",
2129 inst_size);
2130 IWL_DEBUG_INFO(priv, "f/w package hdr runtime data size = %u\n",
2131 data_size);
2132 IWL_DEBUG_INFO(priv, "f/w package hdr init inst size = %u\n",
2133 init_size);
2134 IWL_DEBUG_INFO(priv, "f/w package hdr init data size = %u\n",
2135 init_data_size);
2136 IWL_DEBUG_INFO(priv, "f/w package hdr boot inst size = %u\n",
2137 boot_size);
Zhu Yib481de92007-09-25 17:54:57 -07002138
Reinette Chatrea0987a82008-12-02 12:14:06 -08002139
Zhu Yib481de92007-09-25 17:54:57 -07002140 /* Verify size of file vs. image size info in file's header */
2141 if (ucode_raw->size < sizeof(*ucode) +
2142 inst_size + data_size + init_size +
2143 init_data_size + boot_size) {
2144
Tomas Winklere1623442009-01-27 14:27:56 -08002145 IWL_DEBUG_INFO(priv, "uCode file size %zd too small\n",
2146 ucode_raw->size);
Tomas Winkler90e759d2007-11-29 11:09:41 +08002147 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07002148 goto err_release;
2149 }
2150
2151 /* Verify that uCode images will fit in card's SRAM */
Samuel Ortiz250bdd22008-12-19 10:37:11 +08002152 if (inst_size > IWL39_MAX_INST_SIZE) {
Tomas Winklere1623442009-01-27 14:27:56 -08002153 IWL_DEBUG_INFO(priv, "uCode instr len %d too large to fit in\n",
Tomas Winkler90e759d2007-11-29 11:09:41 +08002154 inst_size);
2155 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07002156 goto err_release;
2157 }
2158
Samuel Ortiz250bdd22008-12-19 10:37:11 +08002159 if (data_size > IWL39_MAX_DATA_SIZE) {
Tomas Winklere1623442009-01-27 14:27:56 -08002160 IWL_DEBUG_INFO(priv, "uCode data len %d too large to fit in\n",
Tomas Winkler90e759d2007-11-29 11:09:41 +08002161 data_size);
2162 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07002163 goto err_release;
2164 }
Samuel Ortiz250bdd22008-12-19 10:37:11 +08002165 if (init_size > IWL39_MAX_INST_SIZE) {
Tomas Winklere1623442009-01-27 14:27:56 -08002166 IWL_DEBUG_INFO(priv,
2167 "uCode init instr len %d too large to fit in\n",
Tomas Winkler90e759d2007-11-29 11:09:41 +08002168 init_size);
2169 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07002170 goto err_release;
2171 }
Samuel Ortiz250bdd22008-12-19 10:37:11 +08002172 if (init_data_size > IWL39_MAX_DATA_SIZE) {
Tomas Winklere1623442009-01-27 14:27:56 -08002173 IWL_DEBUG_INFO(priv,
2174 "uCode init data len %d too large to fit in\n",
Tomas Winkler90e759d2007-11-29 11:09:41 +08002175 init_data_size);
2176 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07002177 goto err_release;
2178 }
Samuel Ortiz250bdd22008-12-19 10:37:11 +08002179 if (boot_size > IWL39_MAX_BSM_SIZE) {
Tomas Winklere1623442009-01-27 14:27:56 -08002180 IWL_DEBUG_INFO(priv,
2181 "uCode boot instr len %d too large to fit in\n",
Tomas Winkler90e759d2007-11-29 11:09:41 +08002182 boot_size);
2183 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07002184 goto err_release;
2185 }
2186
2187 /* Allocate ucode buffers for card's bus-master loading ... */
2188
2189 /* Runtime instructions and 2 copies of data:
2190 * 1) unmodified from disk
2191 * 2) backup cache for save/restore during power-downs */
2192 priv->ucode_code.len = inst_size;
Tomas Winkler98c92212008-01-14 17:46:20 -08002193 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_code);
Zhu Yib481de92007-09-25 17:54:57 -07002194
2195 priv->ucode_data.len = data_size;
Tomas Winkler98c92212008-01-14 17:46:20 -08002196 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_data);
Zhu Yib481de92007-09-25 17:54:57 -07002197
2198 priv->ucode_data_backup.len = data_size;
Tomas Winkler98c92212008-01-14 17:46:20 -08002199 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_data_backup);
Zhu Yib481de92007-09-25 17:54:57 -07002200
2201 if (!priv->ucode_code.v_addr || !priv->ucode_data.v_addr ||
Tomas Winkler90e759d2007-11-29 11:09:41 +08002202 !priv->ucode_data_backup.v_addr)
Zhu Yib481de92007-09-25 17:54:57 -07002203 goto err_pci_alloc;
2204
Tomas Winkler90e759d2007-11-29 11:09:41 +08002205 /* Initialization instructions and data */
2206 if (init_size && init_data_size) {
2207 priv->ucode_init.len = init_size;
Tomas Winkler98c92212008-01-14 17:46:20 -08002208 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_init);
Tomas Winkler90e759d2007-11-29 11:09:41 +08002209
2210 priv->ucode_init_data.len = init_data_size;
Tomas Winkler98c92212008-01-14 17:46:20 -08002211 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_init_data);
Tomas Winkler90e759d2007-11-29 11:09:41 +08002212
2213 if (!priv->ucode_init.v_addr || !priv->ucode_init_data.v_addr)
2214 goto err_pci_alloc;
2215 }
2216
2217 /* Bootstrap (instructions only, no data) */
2218 if (boot_size) {
2219 priv->ucode_boot.len = boot_size;
Tomas Winkler98c92212008-01-14 17:46:20 -08002220 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_boot);
Tomas Winkler90e759d2007-11-29 11:09:41 +08002221
2222 if (!priv->ucode_boot.v_addr)
2223 goto err_pci_alloc;
2224 }
2225
Zhu Yib481de92007-09-25 17:54:57 -07002226 /* Copy images into buffers for card's bus-master reads ... */
2227
2228 /* Runtime instructions (first block of data in file) */
2229 src = &ucode->data[0];
2230 len = priv->ucode_code.len;
Tomas Winklere1623442009-01-27 14:27:56 -08002231 IWL_DEBUG_INFO(priv,
2232 "Copying (but not loading) uCode instr len %zd\n", len);
Zhu Yib481de92007-09-25 17:54:57 -07002233 memcpy(priv->ucode_code.v_addr, src, len);
Tomas Winklere1623442009-01-27 14:27:56 -08002234 IWL_DEBUG_INFO(priv, "uCode instr buf vaddr = 0x%p, paddr = 0x%08x\n",
Zhu Yib481de92007-09-25 17:54:57 -07002235 priv->ucode_code.v_addr, (u32)priv->ucode_code.p_addr);
2236
2237 /* Runtime data (2nd block)
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002238 * NOTE: Copy into backup buffer will be done in iwl3945_up() */
Zhu Yib481de92007-09-25 17:54:57 -07002239 src = &ucode->data[inst_size];
2240 len = priv->ucode_data.len;
Tomas Winklere1623442009-01-27 14:27:56 -08002241 IWL_DEBUG_INFO(priv,
2242 "Copying (but not loading) uCode data len %zd\n", len);
Zhu Yib481de92007-09-25 17:54:57 -07002243 memcpy(priv->ucode_data.v_addr, src, len);
2244 memcpy(priv->ucode_data_backup.v_addr, src, len);
2245
2246 /* Initialization instructions (3rd block) */
2247 if (init_size) {
2248 src = &ucode->data[inst_size + data_size];
2249 len = priv->ucode_init.len;
Tomas Winklere1623442009-01-27 14:27:56 -08002250 IWL_DEBUG_INFO(priv,
2251 "Copying (but not loading) init instr len %zd\n", len);
Zhu Yib481de92007-09-25 17:54:57 -07002252 memcpy(priv->ucode_init.v_addr, src, len);
2253 }
2254
2255 /* Initialization data (4th block) */
2256 if (init_data_size) {
2257 src = &ucode->data[inst_size + data_size + init_size];
2258 len = priv->ucode_init_data.len;
Tomas Winklere1623442009-01-27 14:27:56 -08002259 IWL_DEBUG_INFO(priv,
2260 "Copying (but not loading) init data len %zd\n", len);
Zhu Yib481de92007-09-25 17:54:57 -07002261 memcpy(priv->ucode_init_data.v_addr, src, len);
2262 }
2263
2264 /* Bootstrap instructions (5th block) */
2265 src = &ucode->data[inst_size + data_size + init_size + init_data_size];
2266 len = priv->ucode_boot.len;
Tomas Winklere1623442009-01-27 14:27:56 -08002267 IWL_DEBUG_INFO(priv,
2268 "Copying (but not loading) boot instr len %zd\n", len);
Zhu Yib481de92007-09-25 17:54:57 -07002269 memcpy(priv->ucode_boot.v_addr, src, len);
2270
2271 /* We have our copies now, allow OS release its copies */
2272 release_firmware(ucode_raw);
2273 return 0;
2274
2275 err_pci_alloc:
Winkler, Tomas15b16872008-12-19 10:37:33 +08002276 IWL_ERR(priv, "failed to allocate pci memory\n");
Tomas Winkler90e759d2007-11-29 11:09:41 +08002277 ret = -ENOMEM;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002278 iwl3945_dealloc_ucode_pci(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002279
2280 err_release:
2281 release_firmware(ucode_raw);
2282
2283 error:
Tomas Winkler90e759d2007-11-29 11:09:41 +08002284 return ret;
Zhu Yib481de92007-09-25 17:54:57 -07002285}
2286
2287
2288/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002289 * iwl3945_set_ucode_ptrs - Set uCode address location
Zhu Yib481de92007-09-25 17:54:57 -07002290 *
2291 * Tell initialization uCode where to find runtime uCode.
2292 *
2293 * BSM registers initially contain pointers to initialization uCode.
2294 * We need to replace them to load runtime uCode inst and data,
2295 * and to save runtime data when powering down.
2296 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002297static int iwl3945_set_ucode_ptrs(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002298{
2299 dma_addr_t pinst;
2300 dma_addr_t pdata;
Zhu Yib481de92007-09-25 17:54:57 -07002301
2302 /* bits 31:0 for 3945 */
2303 pinst = priv->ucode_code.p_addr;
2304 pdata = priv->ucode_data_backup.p_addr;
2305
Zhu Yib481de92007-09-25 17:54:57 -07002306 /* Tell bootstrap uCode where to find image to load */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002307 iwl_write_prph(priv, BSM_DRAM_INST_PTR_REG, pinst);
2308 iwl_write_prph(priv, BSM_DRAM_DATA_PTR_REG, pdata);
2309 iwl_write_prph(priv, BSM_DRAM_DATA_BYTECOUNT_REG,
Zhu Yib481de92007-09-25 17:54:57 -07002310 priv->ucode_data.len);
2311
Tomas Winklera96a27f2008-10-23 23:48:56 -07002312 /* Inst byte count must be last to set up, bit 31 signals uCode
Zhu Yib481de92007-09-25 17:54:57 -07002313 * that all new ptr/size info is in place */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002314 iwl_write_prph(priv, BSM_DRAM_INST_BYTECOUNT_REG,
Zhu Yib481de92007-09-25 17:54:57 -07002315 priv->ucode_code.len | BSM_DRAM_INST_LOAD);
2316
Tomas Winklere1623442009-01-27 14:27:56 -08002317 IWL_DEBUG_INFO(priv, "Runtime uCode pointers are set.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002318
Mohamed Abbasa8b50a02009-05-22 11:01:47 -07002319 return 0;
Zhu Yib481de92007-09-25 17:54:57 -07002320}
2321
2322/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002323 * iwl3945_init_alive_start - Called after REPLY_ALIVE notification received
Zhu Yib481de92007-09-25 17:54:57 -07002324 *
2325 * Called after REPLY_ALIVE notification received from "initialize" uCode.
2326 *
Zhu Yib481de92007-09-25 17:54:57 -07002327 * Tell "initialize" uCode to go ahead and load the runtime uCode.
Ben Cahill9fbab512007-11-29 11:09:47 +08002328 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002329static void iwl3945_init_alive_start(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002330{
2331 /* Check alive response for "valid" sign from uCode */
2332 if (priv->card_alive_init.is_valid != UCODE_VALID_OK) {
2333 /* We had an error bringing up the hardware, so take it
2334 * all the way back down so we can try again */
Tomas Winklere1623442009-01-27 14:27:56 -08002335 IWL_DEBUG_INFO(priv, "Initialize Alive failed.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002336 goto restart;
2337 }
2338
2339 /* Bootstrap uCode has loaded initialize uCode ... verify inst image.
2340 * This is a paranoid check, because we would not have gotten the
2341 * "initialize" alive if code weren't properly loaded. */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002342 if (iwl3945_verify_ucode(priv)) {
Zhu Yib481de92007-09-25 17:54:57 -07002343 /* Runtime instruction load was bad;
2344 * take it all the way back down so we can try again */
Tomas Winklere1623442009-01-27 14:27:56 -08002345 IWL_DEBUG_INFO(priv, "Bad \"initialize\" uCode load.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002346 goto restart;
2347 }
2348
2349 /* Send pointers to protocol/runtime uCode image ... init code will
2350 * load and launch runtime uCode, which will send us another "Alive"
2351 * notification. */
Tomas Winklere1623442009-01-27 14:27:56 -08002352 IWL_DEBUG_INFO(priv, "Initialization Alive received.\n");
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002353 if (iwl3945_set_ucode_ptrs(priv)) {
Zhu Yib481de92007-09-25 17:54:57 -07002354 /* Runtime instruction load won't happen;
2355 * take it all the way back down so we can try again */
Tomas Winklere1623442009-01-27 14:27:56 -08002356 IWL_DEBUG_INFO(priv, "Couldn't set up uCode pointers.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002357 goto restart;
2358 }
2359 return;
2360
2361 restart:
2362 queue_work(priv->workqueue, &priv->restart);
2363}
2364
Zhu Yib481de92007-09-25 17:54:57 -07002365/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002366 * iwl3945_alive_start - called after REPLY_ALIVE notification received
Zhu Yib481de92007-09-25 17:54:57 -07002367 * from protocol/runtime uCode (initialization uCode's
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002368 * Alive gets handled by iwl3945_init_alive_start()).
Zhu Yib481de92007-09-25 17:54:57 -07002369 */
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002370static void iwl3945_alive_start(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002371{
Zhu Yib481de92007-09-25 17:54:57 -07002372 int thermal_spin = 0;
2373 u32 rfkill;
2374
Tomas Winklere1623442009-01-27 14:27:56 -08002375 IWL_DEBUG_INFO(priv, "Runtime Alive received.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002376
2377 if (priv->card_alive.is_valid != UCODE_VALID_OK) {
2378 /* We had an error bringing up the hardware, so take it
2379 * all the way back down so we can try again */
Tomas Winklere1623442009-01-27 14:27:56 -08002380 IWL_DEBUG_INFO(priv, "Alive failed.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002381 goto restart;
2382 }
2383
2384 /* Initialize uCode has loaded Runtime uCode ... verify inst image.
2385 * This is a paranoid check, because we would not have gotten the
2386 * "runtime" alive if code weren't properly loaded. */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002387 if (iwl3945_verify_ucode(priv)) {
Zhu Yib481de92007-09-25 17:54:57 -07002388 /* Runtime instruction load was bad;
2389 * take it all the way back down so we can try again */
Tomas Winklere1623442009-01-27 14:27:56 -08002390 IWL_DEBUG_INFO(priv, "Bad runtime uCode load.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002391 goto restart;
2392 }
2393
Tomas Winklerc587de02009-06-03 11:44:07 -07002394 iwl_clear_stations_table(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002395
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002396 rfkill = iwl_read_prph(priv, APMG_RFKILL_REG);
Tomas Winklere1623442009-01-27 14:27:56 -08002397 IWL_DEBUG_INFO(priv, "RFKILL status: 0x%x\n", rfkill);
Zhu Yib481de92007-09-25 17:54:57 -07002398
2399 if (rfkill & 0x1) {
2400 clear_bit(STATUS_RF_KILL_HW, &priv->status);
Tomas Winklera96a27f2008-10-23 23:48:56 -07002401 /* if RFKILL is not on, then wait for thermal
Zhu Yib481de92007-09-25 17:54:57 -07002402 * sensor in adapter to kick in */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002403 while (iwl3945_hw_get_temperature(priv) == 0) {
Zhu Yib481de92007-09-25 17:54:57 -07002404 thermal_spin++;
2405 udelay(10);
2406 }
2407
2408 if (thermal_spin)
Tomas Winklere1623442009-01-27 14:27:56 -08002409 IWL_DEBUG_INFO(priv, "Thermal calibration took %dus\n",
Zhu Yib481de92007-09-25 17:54:57 -07002410 thermal_spin * 10);
2411 } else
2412 set_bit(STATUS_RF_KILL_HW, &priv->status);
2413
Ben Cahill9fbab512007-11-29 11:09:47 +08002414 /* After the ALIVE response, we can send commands to 3945 uCode */
Zhu Yib481de92007-09-25 17:54:57 -07002415 set_bit(STATUS_ALIVE, &priv->status);
2416
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08002417 if (iwl_is_rfkill(priv))
Zhu Yib481de92007-09-25 17:54:57 -07002418 return;
2419
Johannes Berg36d68252008-05-15 12:55:26 +02002420 ieee80211_wake_queues(priv->hw);
Zhu Yib481de92007-09-25 17:54:57 -07002421
2422 priv->active_rate = priv->rates_mask;
2423 priv->active_rate_basic = priv->rates_mask & IWL_BASIC_RATES_MASK;
2424
Winkler, Tomasd25aabb2009-01-27 14:27:58 -08002425 iwl_power_update_mode(priv, false);
Zhu Yib481de92007-09-25 17:54:57 -07002426
Samuel Ortiz8ccde882009-01-27 14:27:52 -08002427 if (iwl_is_associated(priv)) {
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002428 struct iwl3945_rxon_cmd *active_rxon =
Samuel Ortiz8ccde882009-01-27 14:27:52 -08002429 (struct iwl3945_rxon_cmd *)(&priv->active_rxon);
Zhu Yib481de92007-09-25 17:54:57 -07002430
Abhijeet Kolekar8a9b9922009-06-12 13:22:52 -07002431 priv->staging_rxon.filter_flags |= RXON_FILTER_ASSOC_MSK;
Zhu Yib481de92007-09-25 17:54:57 -07002432 active_rxon->filter_flags &= ~RXON_FILTER_ASSOC_MSK;
2433 } else {
2434 /* Initialize our rx_config data */
Samuel Ortiz8ccde882009-01-27 14:27:52 -08002435 iwl_connection_init_rx_config(priv, priv->iw_mode);
Zhu Yib481de92007-09-25 17:54:57 -07002436 }
2437
Ben Cahill9fbab512007-11-29 11:09:47 +08002438 /* Configure Bluetooth device coexistence support */
Samuel Ortiz17f841c2009-01-23 13:45:20 -08002439 iwl_send_bt_config(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002440
2441 /* Configure the adapter for unassociated operation */
Abhijeet Kolekare0158e62009-04-08 11:26:37 -07002442 iwlcore_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002443
Zhu Yib481de92007-09-25 17:54:57 -07002444 iwl3945_reg_txpower_periodic(priv);
2445
Reinette Chatrefe00b5a2008-04-03 16:05:23 -07002446 iwl3945_led_register(priv);
2447
Tomas Winklere1623442009-01-27 14:27:56 -08002448 IWL_DEBUG_INFO(priv, "ALIVE processing complete.\n");
Rick Farringtona9f46782008-03-18 14:57:49 -07002449 set_bit(STATUS_READY, &priv->status);
Zhu Yi5a669262008-01-14 17:46:18 -08002450 wake_up_interruptible(&priv->wait_command_queue);
Zhu Yib481de92007-09-25 17:54:57 -07002451
Mohamed Abbas9bdf5ec2008-11-07 09:58:35 -08002452 /* reassociate for ADHOC mode */
2453 if (priv->vif && (priv->iw_mode == NL80211_IFTYPE_ADHOC)) {
2454 struct sk_buff *beacon = ieee80211_beacon_get(priv->hw,
2455 priv->vif);
2456 if (beacon)
Abhijeet Kolekar9944b932009-04-08 11:26:36 -07002457 iwl_mac_beacon_update(priv->hw, beacon);
Mohamed Abbas9bdf5ec2008-11-07 09:58:35 -08002458 }
2459
Abhijeet Kolekarf45c2712009-04-08 11:26:38 -07002460 if (test_and_clear_bit(STATUS_MODE_PENDING, &priv->status))
Abhijeet Kolekar727882d2009-04-08 11:26:45 -07002461 iwl_set_mode(priv, priv->iw_mode);
Abhijeet Kolekarf45c2712009-04-08 11:26:38 -07002462
Zhu Yib481de92007-09-25 17:54:57 -07002463 return;
2464
2465 restart:
2466 queue_work(priv->workqueue, &priv->restart);
2467}
2468
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002469static void iwl3945_cancel_deferred_work(struct iwl_priv *priv);
Zhu Yib481de92007-09-25 17:54:57 -07002470
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002471static void __iwl3945_down(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002472{
2473 unsigned long flags;
2474 int exit_pending = test_bit(STATUS_EXIT_PENDING, &priv->status);
2475 struct ieee80211_conf *conf = NULL;
2476
Tomas Winklere1623442009-01-27 14:27:56 -08002477 IWL_DEBUG_INFO(priv, DRV_NAME " is going down\n");
Zhu Yib481de92007-09-25 17:54:57 -07002478
2479 conf = ieee80211_get_hw_conf(priv->hw);
2480
2481 if (!exit_pending)
2482 set_bit(STATUS_EXIT_PENDING, &priv->status);
2483
Mohamed Abbasab53d8a2008-03-25 16:33:36 -07002484 iwl3945_led_unregister(priv);
Tomas Winklerc587de02009-06-03 11:44:07 -07002485 iwl_clear_stations_table(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002486
2487 /* Unblock any waiting calls */
2488 wake_up_interruptible_all(&priv->wait_command_queue);
2489
Zhu Yib481de92007-09-25 17:54:57 -07002490 /* Wipe out the EXIT_PENDING status bit if we are not actually
2491 * exiting the module */
2492 if (!exit_pending)
2493 clear_bit(STATUS_EXIT_PENDING, &priv->status);
2494
2495 /* stop and reset the on-board processor */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002496 iwl_write32(priv, CSR_RESET, CSR_RESET_REG_FLAG_NEVO_RESET);
Zhu Yib481de92007-09-25 17:54:57 -07002497
2498 /* tell the device to stop sending interrupts */
Mohamed Abbas0359fac2008-03-28 16:21:08 -07002499 spin_lock_irqsave(&priv->lock, flags);
Abhijeet Kolekared3b9322009-02-18 15:54:30 -08002500 iwl_disable_interrupts(priv);
Mohamed Abbas0359fac2008-03-28 16:21:08 -07002501 spin_unlock_irqrestore(&priv->lock, flags);
2502 iwl_synchronize_irq(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002503
2504 if (priv->mac80211_registered)
2505 ieee80211_stop_queues(priv->hw);
2506
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002507 /* If we have not previously called iwl3945_init() then
Wey-Yi Guy6da3a132009-03-26 10:14:08 -07002508 * clear all bits but the RF Kill bits and return */
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08002509 if (!iwl_is_init(priv)) {
Zhu Yib481de92007-09-25 17:54:57 -07002510 priv->status = test_bit(STATUS_RF_KILL_HW, &priv->status) <<
2511 STATUS_RF_KILL_HW |
Reinette Chatre97888642008-02-06 11:20:38 -08002512 test_bit(STATUS_GEO_CONFIGURED, &priv->status) <<
2513 STATUS_GEO_CONFIGURED |
Abhijeet Kolekarebef2002008-06-30 17:23:18 +08002514 test_bit(STATUS_EXIT_PENDING, &priv->status) <<
2515 STATUS_EXIT_PENDING;
Zhu Yib481de92007-09-25 17:54:57 -07002516 goto exit;
2517 }
2518
Wey-Yi Guy6da3a132009-03-26 10:14:08 -07002519 /* ...otherwise clear out all the status bits but the RF Kill
Johannes Berga60e77e2009-06-04 18:26:06 +02002520 * bit and continue taking the NIC down. */
Zhu Yib481de92007-09-25 17:54:57 -07002521 priv->status &= test_bit(STATUS_RF_KILL_HW, &priv->status) <<
2522 STATUS_RF_KILL_HW |
Reinette Chatre97888642008-02-06 11:20:38 -08002523 test_bit(STATUS_GEO_CONFIGURED, &priv->status) <<
2524 STATUS_GEO_CONFIGURED |
Zhu Yib481de92007-09-25 17:54:57 -07002525 test_bit(STATUS_FW_ERROR, &priv->status) <<
Abhijeet Kolekarebef2002008-06-30 17:23:18 +08002526 STATUS_FW_ERROR |
2527 test_bit(STATUS_EXIT_PENDING, &priv->status) <<
2528 STATUS_EXIT_PENDING;
Zhu Yib481de92007-09-25 17:54:57 -07002529
Abbas, Mohamede9414b62009-01-20 21:33:55 -08002530 priv->cfg->ops->lib->apm_ops.reset(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002531 spin_lock_irqsave(&priv->lock, flags);
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002532 iwl_clear_bit(priv, CSR_GP_CNTRL, CSR_GP_CNTRL_REG_FLAG_MAC_ACCESS_REQ);
Zhu Yib481de92007-09-25 17:54:57 -07002533 spin_unlock_irqrestore(&priv->lock, flags);
2534
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002535 iwl3945_hw_txq_ctx_stop(priv);
2536 iwl3945_hw_rxq_stop(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002537
Mohamed Abbasa8b50a02009-05-22 11:01:47 -07002538 iwl_write_prph(priv, APMG_CLK_DIS_REG,
2539 APMG_CLK_VAL_DMA_CLK_RQT);
Zhu Yib481de92007-09-25 17:54:57 -07002540
2541 udelay(5);
2542
Wey-Yi Guy6da3a132009-03-26 10:14:08 -07002543 if (exit_pending)
Abbas, Mohamede9414b62009-01-20 21:33:55 -08002544 priv->cfg->ops->lib->apm_ops.stop(priv);
2545 else
2546 priv->cfg->ops->lib->apm_ops.reset(priv);
2547
Zhu Yib481de92007-09-25 17:54:57 -07002548 exit:
Tomas Winkler3d24a9f2008-12-19 10:37:07 +08002549 memset(&priv->card_alive, 0, sizeof(struct iwl_alive_resp));
Zhu Yib481de92007-09-25 17:54:57 -07002550
2551 if (priv->ibss_beacon)
2552 dev_kfree_skb(priv->ibss_beacon);
2553 priv->ibss_beacon = NULL;
2554
2555 /* clear out any free frames */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002556 iwl3945_clear_free_frames(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002557}
2558
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002559static void iwl3945_down(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002560{
2561 mutex_lock(&priv->mutex);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002562 __iwl3945_down(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002563 mutex_unlock(&priv->mutex);
Zhu Yib24d22b2007-12-19 13:59:52 +08002564
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002565 iwl3945_cancel_deferred_work(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002566}
2567
2568#define MAX_HW_RESTARTS 5
2569
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002570static int __iwl3945_up(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002571{
2572 int rc, i;
2573
2574 if (test_bit(STATUS_EXIT_PENDING, &priv->status)) {
Winkler, Tomas39aadf82008-12-19 10:37:32 +08002575 IWL_WARN(priv, "Exit pending; will not bring the NIC up\n");
Zhu Yib481de92007-09-25 17:54:57 -07002576 return -EIO;
2577 }
2578
Reinette Chatree903fbd2008-01-30 22:05:15 -08002579 if (!priv->ucode_data_backup.v_addr || !priv->ucode_data.v_addr) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08002580 IWL_ERR(priv, "ucode not available for device bring up\n");
Reinette Chatree903fbd2008-01-30 22:05:15 -08002581 return -EIO;
2582 }
2583
Zhu Yie655b9f2008-01-24 02:19:38 -08002584 /* If platform's RF_KILL switch is NOT set to KILL */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002585 if (iwl_read32(priv, CSR_GP_CNTRL) &
Zhu Yie655b9f2008-01-24 02:19:38 -08002586 CSR_GP_CNTRL_REG_FLAG_HW_RF_KILL_SW)
2587 clear_bit(STATUS_RF_KILL_HW, &priv->status);
2588 else {
2589 set_bit(STATUS_RF_KILL_HW, &priv->status);
Wey-Yi Guy6da3a132009-03-26 10:14:08 -07002590 IWL_WARN(priv, "Radio disabled by HW RF Kill switch\n");
2591 return -ENODEV;
Zhu Yib481de92007-09-25 17:54:57 -07002592 }
Adel Gadllah80fcc9e2008-07-01 17:49:50 +02002593
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002594 iwl_write32(priv, CSR_INT, 0xFFFFFFFF);
Zhu Yib481de92007-09-25 17:54:57 -07002595
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002596 rc = iwl3945_hw_nic_init(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002597 if (rc) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08002598 IWL_ERR(priv, "Unable to int nic\n");
Zhu Yib481de92007-09-25 17:54:57 -07002599 return rc;
2600 }
2601
2602 /* make sure rfkill handshake bits are cleared */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002603 iwl_write32(priv, CSR_UCODE_DRV_GP1_CLR, CSR_UCODE_SW_BIT_RFKILL);
2604 iwl_write32(priv, CSR_UCODE_DRV_GP1_CLR,
Zhu Yib481de92007-09-25 17:54:57 -07002605 CSR_UCODE_DRV_GP1_BIT_CMD_BLOCKED);
2606
2607 /* clear (again), then enable host interrupts */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002608 iwl_write32(priv, CSR_INT, 0xFFFFFFFF);
Abhijeet Kolekared3b9322009-02-18 15:54:30 -08002609 iwl_enable_interrupts(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002610
2611 /* really make sure rfkill handshake bits are cleared */
Abhijeet Kolekar5d49f492008-12-19 10:37:29 +08002612 iwl_write32(priv, CSR_UCODE_DRV_GP1_CLR, CSR_UCODE_SW_BIT_RFKILL);
2613 iwl_write32(priv, CSR_UCODE_DRV_GP1_CLR, CSR_UCODE_SW_BIT_RFKILL);
Zhu Yib481de92007-09-25 17:54:57 -07002614
2615 /* Copy original ucode data image from disk into backup cache.
2616 * This will be used to initialize the on-board processor's
2617 * data SRAM for a clean start when the runtime program first loads. */
2618 memcpy(priv->ucode_data_backup.v_addr, priv->ucode_data.v_addr,
Zhu Yi5a669262008-01-14 17:46:18 -08002619 priv->ucode_data.len);
Zhu Yib481de92007-09-25 17:54:57 -07002620
Zhu Yie655b9f2008-01-24 02:19:38 -08002621 /* We return success when we resume from suspend and rf_kill is on. */
2622 if (test_bit(STATUS_RF_KILL_HW, &priv->status))
2623 return 0;
2624
Zhu Yib481de92007-09-25 17:54:57 -07002625 for (i = 0; i < MAX_HW_RESTARTS; i++) {
2626
Tomas Winklerc587de02009-06-03 11:44:07 -07002627 iwl_clear_stations_table(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002628
2629 /* load bootstrap state machine,
2630 * load bootstrap program into processor's memory,
2631 * prepare to load the "initialize" uCode */
Kolekar, Abhijeet0164b9b2008-12-19 10:37:37 +08002632 priv->cfg->ops->lib->load_ucode(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002633
2634 if (rc) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08002635 IWL_ERR(priv,
2636 "Unable to set up bootstrap uCode: %d\n", rc);
Zhu Yib481de92007-09-25 17:54:57 -07002637 continue;
2638 }
2639
2640 /* start card; "initialize" will load runtime ucode */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002641 iwl3945_nic_start(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002642
Tomas Winklere1623442009-01-27 14:27:56 -08002643 IWL_DEBUG_INFO(priv, DRV_NAME " is coming up\n");
Zhu Yib481de92007-09-25 17:54:57 -07002644
2645 return 0;
2646 }
2647
2648 set_bit(STATUS_EXIT_PENDING, &priv->status);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002649 __iwl3945_down(priv);
Abhijeet Kolekarebef2002008-06-30 17:23:18 +08002650 clear_bit(STATUS_EXIT_PENDING, &priv->status);
Zhu Yib481de92007-09-25 17:54:57 -07002651
2652 /* tried to restart and config the device for as long as our
2653 * patience could withstand */
Winkler, Tomas15b16872008-12-19 10:37:33 +08002654 IWL_ERR(priv, "Unable to initialize device after %d attempts.\n", i);
Zhu Yib481de92007-09-25 17:54:57 -07002655 return -EIO;
2656}
2657
2658
2659/*****************************************************************************
2660 *
2661 * Workqueue callbacks
2662 *
2663 *****************************************************************************/
2664
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002665static void iwl3945_bg_init_alive_start(struct work_struct *data)
Zhu Yib481de92007-09-25 17:54:57 -07002666{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002667 struct iwl_priv *priv =
2668 container_of(data, struct iwl_priv, init_alive_start.work);
Zhu Yib481de92007-09-25 17:54:57 -07002669
2670 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
2671 return;
2672
2673 mutex_lock(&priv->mutex);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002674 iwl3945_init_alive_start(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002675 mutex_unlock(&priv->mutex);
2676}
2677
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002678static void iwl3945_bg_alive_start(struct work_struct *data)
Zhu Yib481de92007-09-25 17:54:57 -07002679{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002680 struct iwl_priv *priv =
2681 container_of(data, struct iwl_priv, alive_start.work);
Zhu Yib481de92007-09-25 17:54:57 -07002682
2683 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
2684 return;
2685
2686 mutex_lock(&priv->mutex);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002687 iwl3945_alive_start(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002688 mutex_unlock(&priv->mutex);
2689}
2690
Helmut Schaa26635162009-01-15 09:38:44 +01002691static void iwl3945_rfkill_poll(struct work_struct *data)
2692{
2693 struct iwl_priv *priv =
2694 container_of(data, struct iwl_priv, rfkill_poll.work);
Helmut Schaa26635162009-01-15 09:38:44 +01002695
2696 if (iwl_read32(priv, CSR_GP_CNTRL) & CSR_GP_CNTRL_REG_FLAG_HW_RF_KILL_SW)
2697 clear_bit(STATUS_RF_KILL_HW, &priv->status);
2698 else
2699 set_bit(STATUS_RF_KILL_HW, &priv->status);
2700
Johannes Berga60e77e2009-06-04 18:26:06 +02002701 wiphy_rfkill_set_hw_state(priv->hw->wiphy,
2702 test_bit(STATUS_RF_KILL_HW, &priv->status));
Helmut Schaa26635162009-01-15 09:38:44 +01002703
2704 queue_delayed_work(priv->workqueue, &priv->rfkill_poll,
2705 round_jiffies_relative(2 * HZ));
2706
2707}
2708
Zhu Yib481de92007-09-25 17:54:57 -07002709#define IWL_SCAN_CHECK_WATCHDOG (7 * HZ)
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002710static void iwl3945_bg_request_scan(struct work_struct *data)
Zhu Yib481de92007-09-25 17:54:57 -07002711{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002712 struct iwl_priv *priv =
2713 container_of(data, struct iwl_priv, request_scan);
Winkler, Tomasc2d79b42008-12-19 10:37:34 +08002714 struct iwl_host_cmd cmd = {
Zhu Yib481de92007-09-25 17:54:57 -07002715 .id = REPLY_SCAN_CMD,
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002716 .len = sizeof(struct iwl3945_scan_cmd),
Zhu Yib481de92007-09-25 17:54:57 -07002717 .meta.flags = CMD_SIZE_HUGE,
2718 };
2719 int rc = 0;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002720 struct iwl3945_scan_cmd *scan;
Zhu Yib481de92007-09-25 17:54:57 -07002721 struct ieee80211_conf *conf = NULL;
Johannes Berg1ecf9fc2009-04-20 14:36:56 -07002722 u8 n_probes = 0;
Johannes Berg8318d782008-01-24 19:38:38 +01002723 enum ieee80211_band band;
Johannes Berg1ecf9fc2009-04-20 14:36:56 -07002724 bool is_active = false;
Zhu Yib481de92007-09-25 17:54:57 -07002725
2726 conf = ieee80211_get_hw_conf(priv->hw);
2727
2728 mutex_lock(&priv->mutex);
2729
Reinette Chatrefbc9f972009-05-15 16:13:46 -07002730 cancel_delayed_work(&priv->scan_check);
2731
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08002732 if (!iwl_is_ready(priv)) {
Winkler, Tomas39aadf82008-12-19 10:37:32 +08002733 IWL_WARN(priv, "request scan called when driver not ready.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002734 goto done;
2735 }
2736
Tomas Winklera96a27f2008-10-23 23:48:56 -07002737 /* Make sure the scan wasn't canceled before this queued work
Zhu Yib481de92007-09-25 17:54:57 -07002738 * was given the chance to run... */
2739 if (!test_bit(STATUS_SCANNING, &priv->status))
2740 goto done;
2741
2742 /* This should never be called or scheduled if there is currently
2743 * a scan active in the hardware. */
2744 if (test_bit(STATUS_SCAN_HW, &priv->status)) {
Tomas Winklere1623442009-01-27 14:27:56 -08002745 IWL_DEBUG_INFO(priv, "Multiple concurrent scan requests "
2746 "Ignoring second request.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002747 rc = -EIO;
2748 goto done;
2749 }
2750
2751 if (test_bit(STATUS_EXIT_PENDING, &priv->status)) {
Tomas Winklere1623442009-01-27 14:27:56 -08002752 IWL_DEBUG_SCAN(priv, "Aborting scan due to device shutdown\n");
Zhu Yib481de92007-09-25 17:54:57 -07002753 goto done;
2754 }
2755
2756 if (test_bit(STATUS_SCAN_ABORTING, &priv->status)) {
Tomas Winklere1623442009-01-27 14:27:56 -08002757 IWL_DEBUG_HC(priv,
2758 "Scan request while abort pending. Queuing.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002759 goto done;
2760 }
2761
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08002762 if (iwl_is_rfkill(priv)) {
Tomas Winklere1623442009-01-27 14:27:56 -08002763 IWL_DEBUG_HC(priv, "Aborting scan due to RF Kill activation\n");
Zhu Yib481de92007-09-25 17:54:57 -07002764 goto done;
2765 }
2766
2767 if (!test_bit(STATUS_READY, &priv->status)) {
Tomas Winklere1623442009-01-27 14:27:56 -08002768 IWL_DEBUG_HC(priv,
2769 "Scan request while uninitialized. Queuing.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002770 goto done;
2771 }
2772
2773 if (!priv->scan_bands) {
Tomas Winklere1623442009-01-27 14:27:56 -08002774 IWL_DEBUG_HC(priv, "Aborting scan due to no requested bands\n");
Zhu Yib481de92007-09-25 17:54:57 -07002775 goto done;
2776 }
2777
Winkler, Tomas805cee52009-01-19 15:30:28 -08002778 if (!priv->scan) {
2779 priv->scan = kmalloc(sizeof(struct iwl3945_scan_cmd) +
Zhu Yib481de92007-09-25 17:54:57 -07002780 IWL_MAX_SCAN_SIZE, GFP_KERNEL);
Winkler, Tomas805cee52009-01-19 15:30:28 -08002781 if (!priv->scan) {
Zhu Yib481de92007-09-25 17:54:57 -07002782 rc = -ENOMEM;
2783 goto done;
2784 }
2785 }
Winkler, Tomas805cee52009-01-19 15:30:28 -08002786 scan = priv->scan;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002787 memset(scan, 0, sizeof(struct iwl3945_scan_cmd) + IWL_MAX_SCAN_SIZE);
Zhu Yib481de92007-09-25 17:54:57 -07002788
2789 scan->quiet_plcp_th = IWL_PLCP_QUIET_THRESH;
2790 scan->quiet_time = IWL_ACTIVE_QUIET_TIME;
2791
Samuel Ortiz8ccde882009-01-27 14:27:52 -08002792 if (iwl_is_associated(priv)) {
Zhu Yib481de92007-09-25 17:54:57 -07002793 u16 interval = 0;
2794 u32 extra;
2795 u32 suspend_time = 100;
2796 u32 scan_suspend_time = 100;
2797 unsigned long flags;
2798
Tomas Winklere1623442009-01-27 14:27:56 -08002799 IWL_DEBUG_INFO(priv, "Scanning while associated...\n");
Zhu Yib481de92007-09-25 17:54:57 -07002800
2801 spin_lock_irqsave(&priv->lock, flags);
2802 interval = priv->beacon_int;
2803 spin_unlock_irqrestore(&priv->lock, flags);
2804
2805 scan->suspend_time = 0;
Mohamed Abbas15e869d2007-10-25 17:15:46 +08002806 scan->max_out_time = cpu_to_le32(200 * 1024);
Zhu Yib481de92007-09-25 17:54:57 -07002807 if (!interval)
2808 interval = suspend_time;
2809 /*
2810 * suspend time format:
2811 * 0-19: beacon interval in usec (time before exec.)
2812 * 20-23: 0
2813 * 24-31: number of beacons (suspend between channels)
2814 */
2815
2816 extra = (suspend_time / interval) << 24;
2817 scan_suspend_time = 0xFF0FFFFF &
2818 (extra | ((suspend_time % interval) * 1024));
2819
2820 scan->suspend_time = cpu_to_le32(scan_suspend_time);
Tomas Winklere1623442009-01-27 14:27:56 -08002821 IWL_DEBUG_SCAN(priv, "suspend_time 0x%X beacon interval %d\n",
Zhu Yib481de92007-09-25 17:54:57 -07002822 scan_suspend_time, interval);
2823 }
2824
Johannes Berg1ecf9fc2009-04-20 14:36:56 -07002825 if (priv->scan_request->n_ssids) {
2826 int i, p = 0;
2827 IWL_DEBUG_SCAN(priv, "Kicking off active scan\n");
2828 for (i = 0; i < priv->scan_request->n_ssids; i++) {
2829 /* always does wildcard anyway */
2830 if (!priv->scan_request->ssids[i].ssid_len)
2831 continue;
2832 scan->direct_scan[p].id = WLAN_EID_SSID;
2833 scan->direct_scan[p].len =
2834 priv->scan_request->ssids[i].ssid_len;
2835 memcpy(scan->direct_scan[p].ssid,
2836 priv->scan_request->ssids[i].ssid,
2837 priv->scan_request->ssids[i].ssid_len);
2838 n_probes++;
2839 p++;
2840 }
2841 is_active = true;
Abhijeet Kolekarf9340522008-09-03 11:26:58 +08002842 } else
Johannes Berg1ecf9fc2009-04-20 14:36:56 -07002843 IWL_DEBUG_SCAN(priv, "Kicking off passive scan.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002844
2845 /* We don't build a direct scan probe request; the uCode will do
2846 * that based on the direct_mask added to each channel entry */
Zhu Yib481de92007-09-25 17:54:57 -07002847 scan->tx_cmd.tx_flags = TX_CMD_FLG_SEQ_CTL_MSK;
Abhijeet Kolekar3832ec92008-12-19 10:37:26 +08002848 scan->tx_cmd.sta_id = priv->hw_params.bcast_sta_id;
Zhu Yib481de92007-09-25 17:54:57 -07002849 scan->tx_cmd.stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE;
2850
2851 /* flags + rate selection */
2852
Ron Rindjunsky66b50042008-06-25 16:46:31 +08002853 if (priv->scan_bands & BIT(IEEE80211_BAND_2GHZ)) {
Zhu Yib481de92007-09-25 17:54:57 -07002854 scan->flags = RXON_FLG_BAND_24G_MSK | RXON_FLG_AUTO_DETECT_MSK;
2855 scan->tx_cmd.rate = IWL_RATE_1M_PLCP;
2856 scan->good_CRC_th = 0;
Johannes Berg8318d782008-01-24 19:38:38 +01002857 band = IEEE80211_BAND_2GHZ;
Ron Rindjunsky66b50042008-06-25 16:46:31 +08002858 } else if (priv->scan_bands & BIT(IEEE80211_BAND_5GHZ)) {
Zhu Yib481de92007-09-25 17:54:57 -07002859 scan->tx_cmd.rate = IWL_RATE_6M_PLCP;
Johannes Bergb097ad22009-04-20 14:36:57 -07002860 /*
2861 * If active scaning is requested but a certain channel
2862 * is marked passive, we can do active scanning if we
2863 * detect transmissions.
2864 */
2865 scan->good_CRC_th = is_active ? IWL_GOOD_CRC_TH : 0;
Johannes Berg8318d782008-01-24 19:38:38 +01002866 band = IEEE80211_BAND_5GHZ;
Ron Rindjunsky66b50042008-06-25 16:46:31 +08002867 } else {
Winkler, Tomas39aadf82008-12-19 10:37:32 +08002868 IWL_WARN(priv, "Invalid scan band count\n");
Zhu Yib481de92007-09-25 17:54:57 -07002869 goto done;
2870 }
2871
Samuel Ortiz77fecfb82009-01-23 13:45:12 -08002872 scan->tx_cmd.len = cpu_to_le16(
Johannes Berg1ecf9fc2009-04-20 14:36:56 -07002873 iwl_fill_probe_req(priv,
2874 (struct ieee80211_mgmt *)scan->data,
2875 priv->scan_request->ie,
2876 priv->scan_request->ie_len,
2877 IWL_MAX_SCAN_SIZE - sizeof(*scan)));
Samuel Ortiz77fecfb82009-01-23 13:45:12 -08002878
Zhu Yib481de92007-09-25 17:54:57 -07002879 /* select Rx antennas */
2880 scan->flags |= iwl3945_get_antenna_flags(priv);
2881
Wey-Yi Guy279b05d2009-04-20 14:37:00 -07002882 if (iwl_is_monitor_mode(priv))
Zhu Yib481de92007-09-25 17:54:57 -07002883 scan->filter_flags = RXON_FILTER_PROMISC_MSK;
2884
Abhijeet Kolekarf9340522008-09-03 11:26:58 +08002885 scan->channel_count =
Johannes Berg1ecf9fc2009-04-20 14:36:56 -07002886 iwl3945_get_channels_for_scan(priv, band, is_active, n_probes,
Abhijeet Kolekarf9340522008-09-03 11:26:58 +08002887 (void *)&scan->data[le16_to_cpu(scan->tx_cmd.len)]);
Zhu Yib481de92007-09-25 17:54:57 -07002888
Reinette Chatre14b54332008-11-04 12:21:35 -08002889 if (scan->channel_count == 0) {
Tomas Winklere1623442009-01-27 14:27:56 -08002890 IWL_DEBUG_SCAN(priv, "channel count %d\n", scan->channel_count);
Reinette Chatre14b54332008-11-04 12:21:35 -08002891 goto done;
2892 }
2893
Zhu Yib481de92007-09-25 17:54:57 -07002894 cmd.len += le16_to_cpu(scan->tx_cmd.len) +
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002895 scan->channel_count * sizeof(struct iwl3945_scan_channel);
Zhu Yib481de92007-09-25 17:54:57 -07002896 cmd.data = scan;
2897 scan->len = cpu_to_le16(cmd.len);
2898
2899 set_bit(STATUS_SCAN_HW, &priv->status);
Samuel Ortiz518099a2009-01-19 15:30:27 -08002900 rc = iwl_send_cmd_sync(priv, &cmd);
Zhu Yib481de92007-09-25 17:54:57 -07002901 if (rc)
2902 goto done;
2903
2904 queue_delayed_work(priv->workqueue, &priv->scan_check,
2905 IWL_SCAN_CHECK_WATCHDOG);
2906
2907 mutex_unlock(&priv->mutex);
2908 return;
2909
2910 done:
Mohamed Abbas2420ebc2008-11-04 12:21:34 -08002911 /* can not perform scan make sure we clear scanning
2912 * bits from status so next scan request can be performed.
2913 * if we dont clear scanning status bit here all next scan
2914 * will fail
2915 */
2916 clear_bit(STATUS_SCAN_HW, &priv->status);
2917 clear_bit(STATUS_SCANNING, &priv->status);
2918
Ian Schram01ebd062007-10-25 17:15:22 +08002919 /* inform mac80211 scan aborted */
Zhu Yib481de92007-09-25 17:54:57 -07002920 queue_work(priv->workqueue, &priv->scan_completed);
2921 mutex_unlock(&priv->mutex);
2922}
2923
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002924static void iwl3945_bg_up(struct work_struct *data)
Zhu Yib481de92007-09-25 17:54:57 -07002925{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002926 struct iwl_priv *priv = container_of(data, struct iwl_priv, up);
Zhu Yib481de92007-09-25 17:54:57 -07002927
2928 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
2929 return;
2930
2931 mutex_lock(&priv->mutex);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002932 __iwl3945_up(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002933 mutex_unlock(&priv->mutex);
2934}
2935
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002936static void iwl3945_bg_restart(struct work_struct *data)
Zhu Yib481de92007-09-25 17:54:57 -07002937{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002938 struct iwl_priv *priv = container_of(data, struct iwl_priv, restart);
Zhu Yib481de92007-09-25 17:54:57 -07002939
2940 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
2941 return;
2942
Johannes Berg19cc1082009-05-08 13:44:36 -07002943 if (test_and_clear_bit(STATUS_FW_ERROR, &priv->status)) {
2944 mutex_lock(&priv->mutex);
2945 priv->vif = NULL;
2946 priv->is_open = 0;
2947 mutex_unlock(&priv->mutex);
2948 iwl3945_down(priv);
2949 ieee80211_restart_hw(priv->hw);
2950 } else {
2951 iwl3945_down(priv);
2952 queue_work(priv->workqueue, &priv->up);
2953 }
Zhu Yib481de92007-09-25 17:54:57 -07002954}
2955
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002956static void iwl3945_bg_rx_replenish(struct work_struct *data)
Zhu Yib481de92007-09-25 17:54:57 -07002957{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08002958 struct iwl_priv *priv =
2959 container_of(data, struct iwl_priv, rx_replenish);
Zhu Yib481de92007-09-25 17:54:57 -07002960
2961 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
2962 return;
2963
2964 mutex_lock(&priv->mutex);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002965 iwl3945_rx_replenish(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002966 mutex_unlock(&priv->mutex);
2967}
2968
Mohamed Abbas7878a5a2007-11-29 11:10:13 +08002969#define IWL_DELAY_NEXT_SCAN (HZ*2)
2970
Abhijeet Kolekar5bbe2332009-04-08 11:26:35 -07002971void iwl3945_post_associate(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002972{
Zhu Yib481de92007-09-25 17:54:57 -07002973 int rc = 0;
2974 struct ieee80211_conf *conf = NULL;
2975
Johannes Berg05c914f2008-09-11 00:01:58 +02002976 if (priv->iw_mode == NL80211_IFTYPE_AP) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08002977 IWL_ERR(priv, "%s Should not be called in AP mode\n", __func__);
Zhu Yib481de92007-09-25 17:54:57 -07002978 return;
2979 }
2980
2981
Tomas Winklere1623442009-01-27 14:27:56 -08002982 IWL_DEBUG_ASSOC(priv, "Associated as %d to: %pM\n",
Samuel Ortiz8ccde882009-01-27 14:27:52 -08002983 priv->assoc_id, priv->active_rxon.bssid_addr);
Zhu Yib481de92007-09-25 17:54:57 -07002984
2985 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
2986 return;
2987
Abhijeet Kolekar322a9812008-09-03 11:26:27 +08002988 if (!priv->vif || !priv->is_open)
Mohamed Abbas6ef89d02007-10-25 17:15:47 +08002989 return;
Abhijeet Kolekar322a9812008-09-03 11:26:27 +08002990
Winkler, Tomasaf0053d2009-01-19 15:30:23 -08002991 iwl_scan_cancel_timeout(priv, 200);
Mohamed Abbas15e869d2007-10-25 17:15:46 +08002992
Zhu Yib481de92007-09-25 17:54:57 -07002993 conf = ieee80211_get_hw_conf(priv->hw);
2994
Samuel Ortiz8ccde882009-01-27 14:27:52 -08002995 priv->staging_rxon.filter_flags &= ~RXON_FILTER_ASSOC_MSK;
Abhijeet Kolekare0158e62009-04-08 11:26:37 -07002996 iwlcore_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002997
Tomas Winkler28afaf92008-12-19 10:37:06 +08002998 memset(&priv->rxon_timing, 0, sizeof(struct iwl_rxon_time_cmd));
Tomas Winkler2c2f3b32009-06-19 13:52:45 -07002999 iwl_setup_rxon_timing(priv);
Samuel Ortiz518099a2009-01-19 15:30:27 -08003000 rc = iwl_send_cmd_pdu(priv, REPLY_RXON_TIMING,
Zhu Yib481de92007-09-25 17:54:57 -07003001 sizeof(priv->rxon_timing), &priv->rxon_timing);
3002 if (rc)
Winkler, Tomas39aadf82008-12-19 10:37:32 +08003003 IWL_WARN(priv, "REPLY_RXON_TIMING failed - "
Zhu Yib481de92007-09-25 17:54:57 -07003004 "Attempting to continue.\n");
3005
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003006 priv->staging_rxon.filter_flags |= RXON_FILTER_ASSOC_MSK;
Zhu Yib481de92007-09-25 17:54:57 -07003007
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003008 priv->staging_rxon.assoc_id = cpu_to_le16(priv->assoc_id);
Zhu Yib481de92007-09-25 17:54:57 -07003009
Tomas Winklere1623442009-01-27 14:27:56 -08003010 IWL_DEBUG_ASSOC(priv, "assoc id %d beacon interval %d\n",
Zhu Yib481de92007-09-25 17:54:57 -07003011 priv->assoc_id, priv->beacon_int);
3012
3013 if (priv->assoc_capability & WLAN_CAPABILITY_SHORT_PREAMBLE)
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003014 priv->staging_rxon.flags |= RXON_FLG_SHORT_PREAMBLE_MSK;
Zhu Yib481de92007-09-25 17:54:57 -07003015 else
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003016 priv->staging_rxon.flags &= ~RXON_FLG_SHORT_PREAMBLE_MSK;
Zhu Yib481de92007-09-25 17:54:57 -07003017
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003018 if (priv->staging_rxon.flags & RXON_FLG_BAND_24G_MSK) {
Zhu Yib481de92007-09-25 17:54:57 -07003019 if (priv->assoc_capability & WLAN_CAPABILITY_SHORT_SLOT_TIME)
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003020 priv->staging_rxon.flags |= RXON_FLG_SHORT_SLOT_MSK;
Zhu Yib481de92007-09-25 17:54:57 -07003021 else
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003022 priv->staging_rxon.flags &= ~RXON_FLG_SHORT_SLOT_MSK;
Zhu Yib481de92007-09-25 17:54:57 -07003023
Johannes Berg05c914f2008-09-11 00:01:58 +02003024 if (priv->iw_mode == NL80211_IFTYPE_ADHOC)
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003025 priv->staging_rxon.flags &= ~RXON_FLG_SHORT_SLOT_MSK;
Zhu Yib481de92007-09-25 17:54:57 -07003026
3027 }
3028
Abhijeet Kolekare0158e62009-04-08 11:26:37 -07003029 iwlcore_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003030
3031 switch (priv->iw_mode) {
Johannes Berg05c914f2008-09-11 00:01:58 +02003032 case NL80211_IFTYPE_STATION:
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003033 iwl3945_rate_scale_init(priv->hw, IWL_AP_ID);
Zhu Yib481de92007-09-25 17:54:57 -07003034 break;
3035
Johannes Berg05c914f2008-09-11 00:01:58 +02003036 case NL80211_IFTYPE_ADHOC:
Zhu Yib481de92007-09-25 17:54:57 -07003037
Abhijeet Kolekarce546fd2008-11-19 15:32:22 -08003038 priv->assoc_id = 1;
Tomas Winklerc587de02009-06-03 11:44:07 -07003039 iwl_add_station(priv, priv->bssid, 0, CMD_SYNC, NULL);
Zhu Yib481de92007-09-25 17:54:57 -07003040 iwl3945_sync_sta(priv, IWL_STA_ID,
Johannes Berg8318d782008-01-24 19:38:38 +01003041 (priv->band == IEEE80211_BAND_5GHZ) ?
Zhu Yib481de92007-09-25 17:54:57 -07003042 IWL_RATE_6M_PLCP : IWL_RATE_1M_PLCP,
3043 CMD_ASYNC);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003044 iwl3945_rate_scale_init(priv->hw, IWL_STA_ID);
3045 iwl3945_send_beacon_cmd(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003046
3047 break;
3048
3049 default:
Winkler, Tomas15b16872008-12-19 10:37:33 +08003050 IWL_ERR(priv, "%s Should not be called in %d mode\n",
Tomas Winkler3ac7f142008-07-21 02:40:14 +03003051 __func__, priv->iw_mode);
Zhu Yib481de92007-09-25 17:54:57 -07003052 break;
3053 }
3054
Abhijeet Kolekar14d2aac2009-02-27 16:21:24 -08003055 iwl_activate_qos(priv, 0);
Ron Rindjunsky292ae172008-02-06 11:20:39 -08003056
Mohamed Abbas7878a5a2007-11-29 11:10:13 +08003057 /* we have just associated, don't start scan too early */
3058 priv->next_scan_jiffies = jiffies + IWL_DELAY_NEXT_SCAN;
Abhijeet Kolekarcd56d332008-09-03 11:26:21 +08003059}
3060
Zhu Yib481de92007-09-25 17:54:57 -07003061/*****************************************************************************
3062 *
3063 * mac80211 entry point functions
3064 *
3065 *****************************************************************************/
3066
Zhu Yi5a669262008-01-14 17:46:18 -08003067#define UCODE_READY_TIMEOUT (2 * HZ)
3068
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003069static int iwl3945_mac_start(struct ieee80211_hw *hw)
Zhu Yib481de92007-09-25 17:54:57 -07003070{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003071 struct iwl_priv *priv = hw->priv;
Zhu Yi5a669262008-01-14 17:46:18 -08003072 int ret;
Zhu Yib481de92007-09-25 17:54:57 -07003073
Tomas Winklere1623442009-01-27 14:27:56 -08003074 IWL_DEBUG_MAC80211(priv, "enter\n");
Zhu Yib481de92007-09-25 17:54:57 -07003075
3076 /* we should be verifying the device is ready to be opened */
3077 mutex_lock(&priv->mutex);
3078
Zhu Yi5a669262008-01-14 17:46:18 -08003079 /* fetch ucode file from disk, alloc and copy to bus-master buffers ...
3080 * ucode filename and max sizes are card-specific. */
3081
3082 if (!priv->ucode_code.len) {
3083 ret = iwl3945_read_ucode(priv);
3084 if (ret) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08003085 IWL_ERR(priv, "Could not read microcode: %d\n", ret);
Zhu Yi5a669262008-01-14 17:46:18 -08003086 mutex_unlock(&priv->mutex);
3087 goto out_release_irq;
3088 }
3089 }
3090
Zhu Yie655b9f2008-01-24 02:19:38 -08003091 ret = __iwl3945_up(priv);
Zhu Yi5a669262008-01-14 17:46:18 -08003092
Zhu Yib481de92007-09-25 17:54:57 -07003093 mutex_unlock(&priv->mutex);
Zhu Yi5a669262008-01-14 17:46:18 -08003094
Zhu Yie655b9f2008-01-24 02:19:38 -08003095 if (ret)
3096 goto out_release_irq;
3097
Tomas Winklere1623442009-01-27 14:27:56 -08003098 IWL_DEBUG_INFO(priv, "Start UP work.\n");
Zhu Yie655b9f2008-01-24 02:19:38 -08003099
Zhu Yi5a669262008-01-14 17:46:18 -08003100 /* Wait for START_ALIVE from ucode. Otherwise callbacks from
3101 * mac80211 will not be run successfully. */
3102 ret = wait_event_interruptible_timeout(priv->wait_command_queue,
3103 test_bit(STATUS_READY, &priv->status),
3104 UCODE_READY_TIMEOUT);
3105 if (!ret) {
3106 if (!test_bit(STATUS_READY, &priv->status)) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08003107 IWL_ERR(priv,
3108 "Wait for START_ALIVE timeout after %dms.\n",
3109 jiffies_to_msecs(UCODE_READY_TIMEOUT));
Zhu Yi5a669262008-01-14 17:46:18 -08003110 ret = -ETIMEDOUT;
3111 goto out_release_irq;
3112 }
3113 }
3114
Helmut Schaa26635162009-01-15 09:38:44 +01003115 /* ucode is running and will send rfkill notifications,
3116 * no need to poll the killswitch state anymore */
3117 cancel_delayed_work(&priv->rfkill_poll);
3118
Zhu Yie655b9f2008-01-24 02:19:38 -08003119 priv->is_open = 1;
Tomas Winklere1623442009-01-27 14:27:56 -08003120 IWL_DEBUG_MAC80211(priv, "leave\n");
Zhu Yib481de92007-09-25 17:54:57 -07003121 return 0;
Zhu Yi5a669262008-01-14 17:46:18 -08003122
3123out_release_irq:
Zhu Yie655b9f2008-01-24 02:19:38 -08003124 priv->is_open = 0;
Tomas Winklere1623442009-01-27 14:27:56 -08003125 IWL_DEBUG_MAC80211(priv, "leave - failed\n");
Zhu Yi5a669262008-01-14 17:46:18 -08003126 return ret;
Zhu Yib481de92007-09-25 17:54:57 -07003127}
3128
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003129static void iwl3945_mac_stop(struct ieee80211_hw *hw)
Zhu Yib481de92007-09-25 17:54:57 -07003130{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003131 struct iwl_priv *priv = hw->priv;
Zhu Yib481de92007-09-25 17:54:57 -07003132
Tomas Winklere1623442009-01-27 14:27:56 -08003133 IWL_DEBUG_MAC80211(priv, "enter\n");
Mohamed Abbas6ef89d02007-10-25 17:15:47 +08003134
Zhu Yie655b9f2008-01-24 02:19:38 -08003135 if (!priv->is_open) {
Tomas Winklere1623442009-01-27 14:27:56 -08003136 IWL_DEBUG_MAC80211(priv, "leave - skip\n");
Zhu Yie655b9f2008-01-24 02:19:38 -08003137 return;
3138 }
3139
Zhu Yib481de92007-09-25 17:54:57 -07003140 priv->is_open = 0;
Zhu Yi5a669262008-01-14 17:46:18 -08003141
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08003142 if (iwl_is_ready_rf(priv)) {
Zhu Yie655b9f2008-01-24 02:19:38 -08003143 /* stop mac, cancel any scan request and clear
3144 * RXON_FILTER_ASSOC_MSK BIT
3145 */
Zhu Yi5a669262008-01-14 17:46:18 -08003146 mutex_lock(&priv->mutex);
Winkler, Tomasaf0053d2009-01-19 15:30:23 -08003147 iwl_scan_cancel_timeout(priv, 100);
Mohamed Abbasfde35712007-11-29 11:10:15 +08003148 mutex_unlock(&priv->mutex);
Mohamed Abbasfde35712007-11-29 11:10:15 +08003149 }
3150
Zhu Yi5a669262008-01-14 17:46:18 -08003151 iwl3945_down(priv);
3152
3153 flush_workqueue(priv->workqueue);
Helmut Schaa26635162009-01-15 09:38:44 +01003154
3155 /* start polling the killswitch state again */
3156 queue_delayed_work(priv->workqueue, &priv->rfkill_poll,
3157 round_jiffies_relative(2 * HZ));
Mohamed Abbas6ef89d02007-10-25 17:15:47 +08003158
Tomas Winklere1623442009-01-27 14:27:56 -08003159 IWL_DEBUG_MAC80211(priv, "leave\n");
Zhu Yib481de92007-09-25 17:54:57 -07003160}
3161
Johannes Berge039fa42008-05-15 12:55:29 +02003162static int iwl3945_mac_tx(struct ieee80211_hw *hw, struct sk_buff *skb)
Zhu Yib481de92007-09-25 17:54:57 -07003163{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003164 struct iwl_priv *priv = hw->priv;
Zhu Yib481de92007-09-25 17:54:57 -07003165
Tomas Winklere1623442009-01-27 14:27:56 -08003166 IWL_DEBUG_MAC80211(priv, "enter\n");
Zhu Yib481de92007-09-25 17:54:57 -07003167
Tomas Winklere1623442009-01-27 14:27:56 -08003168 IWL_DEBUG_TX(priv, "dev->xmit(%d bytes) at rate 0x%02x\n", skb->len,
Johannes Berge039fa42008-05-15 12:55:29 +02003169 ieee80211_get_tx_rate(hw, IEEE80211_SKB_CB(skb))->bitrate);
Zhu Yib481de92007-09-25 17:54:57 -07003170
Johannes Berge039fa42008-05-15 12:55:29 +02003171 if (iwl3945_tx_skb(priv, skb))
Zhu Yib481de92007-09-25 17:54:57 -07003172 dev_kfree_skb_any(skb);
3173
Tomas Winklere1623442009-01-27 14:27:56 -08003174 IWL_DEBUG_MAC80211(priv, "leave\n");
Reinette Chatre637f8832009-01-19 15:30:32 -08003175 return NETDEV_TX_OK;
Zhu Yib481de92007-09-25 17:54:57 -07003176}
3177
Abhijeet Kolekar60690a62009-04-08 11:26:49 -07003178void iwl3945_config_ap(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07003179{
3180 int rc = 0;
3181
Maarten Lankhorstd986bcd2008-01-23 10:15:16 -08003182 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
Zhu Yib481de92007-09-25 17:54:57 -07003183 return;
3184
3185 /* The following should be done only at AP bring up */
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003186 if (!(iwl_is_associated(priv))) {
Zhu Yib481de92007-09-25 17:54:57 -07003187
3188 /* RXON - unassoc (to set timing command) */
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003189 priv->staging_rxon.filter_flags &= ~RXON_FILTER_ASSOC_MSK;
Abhijeet Kolekare0158e62009-04-08 11:26:37 -07003190 iwlcore_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003191
3192 /* RXON Timing */
Tomas Winkler28afaf92008-12-19 10:37:06 +08003193 memset(&priv->rxon_timing, 0, sizeof(struct iwl_rxon_time_cmd));
Tomas Winkler2c2f3b32009-06-19 13:52:45 -07003194 iwl_setup_rxon_timing(priv);
Samuel Ortiz518099a2009-01-19 15:30:27 -08003195 rc = iwl_send_cmd_pdu(priv, REPLY_RXON_TIMING,
3196 sizeof(priv->rxon_timing),
3197 &priv->rxon_timing);
Zhu Yib481de92007-09-25 17:54:57 -07003198 if (rc)
Winkler, Tomas39aadf82008-12-19 10:37:32 +08003199 IWL_WARN(priv, "REPLY_RXON_TIMING failed - "
Zhu Yib481de92007-09-25 17:54:57 -07003200 "Attempting to continue.\n");
3201
3202 /* FIXME: what should be the assoc_id for AP? */
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003203 priv->staging_rxon.assoc_id = cpu_to_le16(priv->assoc_id);
Zhu Yib481de92007-09-25 17:54:57 -07003204 if (priv->assoc_capability & WLAN_CAPABILITY_SHORT_PREAMBLE)
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003205 priv->staging_rxon.flags |=
Zhu Yib481de92007-09-25 17:54:57 -07003206 RXON_FLG_SHORT_PREAMBLE_MSK;
3207 else
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003208 priv->staging_rxon.flags &=
Zhu Yib481de92007-09-25 17:54:57 -07003209 ~RXON_FLG_SHORT_PREAMBLE_MSK;
3210
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003211 if (priv->staging_rxon.flags & RXON_FLG_BAND_24G_MSK) {
Zhu Yib481de92007-09-25 17:54:57 -07003212 if (priv->assoc_capability &
3213 WLAN_CAPABILITY_SHORT_SLOT_TIME)
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003214 priv->staging_rxon.flags |=
Zhu Yib481de92007-09-25 17:54:57 -07003215 RXON_FLG_SHORT_SLOT_MSK;
3216 else
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003217 priv->staging_rxon.flags &=
Zhu Yib481de92007-09-25 17:54:57 -07003218 ~RXON_FLG_SHORT_SLOT_MSK;
3219
Johannes Berg05c914f2008-09-11 00:01:58 +02003220 if (priv->iw_mode == NL80211_IFTYPE_ADHOC)
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003221 priv->staging_rxon.flags &=
Zhu Yib481de92007-09-25 17:54:57 -07003222 ~RXON_FLG_SHORT_SLOT_MSK;
3223 }
3224 /* restore RXON assoc */
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003225 priv->staging_rxon.filter_flags |= RXON_FILTER_ASSOC_MSK;
Abhijeet Kolekare0158e62009-04-08 11:26:37 -07003226 iwlcore_commit_rxon(priv);
Tomas Winklerc587de02009-06-03 11:44:07 -07003227 iwl_add_station(priv, iwl_bcast_addr, 0, CMD_SYNC, NULL);
Zhu Yi556f8db2007-09-27 11:27:33 +08003228 }
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003229 iwl3945_send_beacon_cmd(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003230
3231 /* FIXME - we need to add code here to detect a totally new
3232 * configuration, reset the AP, unassoc, rxon timing, assoc,
3233 * clear sta table, add BCAST sta... */
3234}
3235
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003236static int iwl3945_mac_set_key(struct ieee80211_hw *hw, enum set_key_cmd cmd,
Johannes Bergdc822b52008-12-29 12:55:09 +01003237 struct ieee80211_vif *vif,
3238 struct ieee80211_sta *sta,
3239 struct ieee80211_key_conf *key)
Zhu Yib481de92007-09-25 17:54:57 -07003240{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003241 struct iwl_priv *priv = hw->priv;
Johannes Bergdc822b52008-12-29 12:55:09 +01003242 const u8 *addr;
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -08003243 int ret = 0;
3244 u8 sta_id = IWL_INVALID_STATION;
3245 u8 static_key;
Zhu Yib481de92007-09-25 17:54:57 -07003246
Tomas Winklere1623442009-01-27 14:27:56 -08003247 IWL_DEBUG_MAC80211(priv, "enter\n");
Zhu Yib481de92007-09-25 17:54:57 -07003248
Kolekar, Abhijeetdf878d82008-12-19 10:37:35 +08003249 if (iwl3945_mod_params.sw_crypto) {
Tomas Winklere1623442009-01-27 14:27:56 -08003250 IWL_DEBUG_MAC80211(priv, "leave - hwcrypto disabled\n");
Zhu Yib481de92007-09-25 17:54:57 -07003251 return -EOPNOTSUPP;
3252 }
3253
Winkler, Tomas42986792009-01-19 15:30:22 -08003254 addr = sta ? sta->addr : iwl_bcast_addr;
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -08003255 static_key = !iwl_is_associated(priv);
3256
3257 if (!static_key) {
Tomas Winklerc587de02009-06-03 11:44:07 -07003258 sta_id = iwl_find_station(priv, addr);
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -08003259 if (sta_id == IWL_INVALID_STATION) {
Joe Perches12514392009-04-16 16:23:26 -07003260 IWL_DEBUG_MAC80211(priv, "leave - %pM not in station map.\n",
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -08003261 addr);
3262 return -EINVAL;
3263 }
Zhu Yib481de92007-09-25 17:54:57 -07003264 }
3265
3266 mutex_lock(&priv->mutex);
Winkler, Tomasaf0053d2009-01-19 15:30:23 -08003267 iwl_scan_cancel_timeout(priv, 100);
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -08003268 mutex_unlock(&priv->mutex);
Mohamed Abbas15e869d2007-10-25 17:15:46 +08003269
Zhu Yib481de92007-09-25 17:54:57 -07003270 switch (cmd) {
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -08003271 case SET_KEY:
3272 if (static_key)
3273 ret = iwl3945_set_static_key(priv, key);
3274 else
3275 ret = iwl3945_set_dynamic_key(priv, key, sta_id);
3276 IWL_DEBUG_MAC80211(priv, "enable hwcrypto key\n");
Zhu Yib481de92007-09-25 17:54:57 -07003277 break;
3278 case DISABLE_KEY:
Abhijeet Kolekar6e21f152009-02-27 16:21:21 -08003279 if (static_key)
3280 ret = iwl3945_remove_static_key(priv);
3281 else
3282 ret = iwl3945_clear_sta_key_info(priv, sta_id);
3283 IWL_DEBUG_MAC80211(priv, "disable hwcrypto key\n");
Zhu Yib481de92007-09-25 17:54:57 -07003284 break;
3285 default:
Winkler, Tomas42986792009-01-19 15:30:22 -08003286 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07003287 }
3288
Tomas Winklere1623442009-01-27 14:27:56 -08003289 IWL_DEBUG_MAC80211(priv, "leave\n");
Zhu Yib481de92007-09-25 17:54:57 -07003290
Winkler, Tomas42986792009-01-19 15:30:22 -08003291 return ret;
Zhu Yib481de92007-09-25 17:54:57 -07003292}
3293
Zhu Yib481de92007-09-25 17:54:57 -07003294/*****************************************************************************
3295 *
3296 * sysfs attributes
3297 *
3298 *****************************************************************************/
3299
Samuel Ortizd08853a2009-01-23 13:45:17 -08003300#ifdef CONFIG_IWLWIFI_DEBUG
Zhu Yib481de92007-09-25 17:54:57 -07003301
3302/*
3303 * The following adds a new attribute to the sysfs representation
3304 * of this device driver (i.e. a new file in /sys/bus/pci/drivers/iwl/)
3305 * used for controlling the debug level.
3306 *
3307 * See the level definitions in iwl for details.
3308 */
Samuel Ortiz40b8ec02008-12-19 10:37:08 +08003309static ssize_t show_debug_level(struct device *d,
3310 struct device_attribute *attr, char *buf)
Zhu Yib481de92007-09-25 17:54:57 -07003311{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003312 struct iwl_priv *priv = dev_get_drvdata(d);
Samuel Ortiz40b8ec02008-12-19 10:37:08 +08003313
3314 return sprintf(buf, "0x%08X\n", priv->debug_level);
Zhu Yib481de92007-09-25 17:54:57 -07003315}
Samuel Ortiz40b8ec02008-12-19 10:37:08 +08003316static ssize_t store_debug_level(struct device *d,
3317 struct device_attribute *attr,
Zhu Yib481de92007-09-25 17:54:57 -07003318 const char *buf, size_t count)
3319{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003320 struct iwl_priv *priv = dev_get_drvdata(d);
Samuel Ortiz40b8ec02008-12-19 10:37:08 +08003321 unsigned long val;
3322 int ret;
Zhu Yib481de92007-09-25 17:54:57 -07003323
Samuel Ortiz40b8ec02008-12-19 10:37:08 +08003324 ret = strict_strtoul(buf, 0, &val);
3325 if (ret)
Tomas Winkler978785a2008-12-19 10:37:31 +08003326 IWL_INFO(priv, "%s is not in hex or decimal form.\n", buf);
Zhu Yib481de92007-09-25 17:54:57 -07003327 else
Samuel Ortiz40b8ec02008-12-19 10:37:08 +08003328 priv->debug_level = val;
Zhu Yib481de92007-09-25 17:54:57 -07003329
3330 return strnlen(buf, count);
3331}
3332
Samuel Ortiz40b8ec02008-12-19 10:37:08 +08003333static DEVICE_ATTR(debug_level, S_IWUSR | S_IRUGO,
3334 show_debug_level, store_debug_level);
Zhu Yib481de92007-09-25 17:54:57 -07003335
Samuel Ortizd08853a2009-01-23 13:45:17 -08003336#endif /* CONFIG_IWLWIFI_DEBUG */
Zhu Yib481de92007-09-25 17:54:57 -07003337
Zhu Yib481de92007-09-25 17:54:57 -07003338static ssize_t show_temperature(struct device *d,
3339 struct device_attribute *attr, char *buf)
3340{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003341 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003342
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08003343 if (!iwl_is_alive(priv))
Zhu Yib481de92007-09-25 17:54:57 -07003344 return -EAGAIN;
3345
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003346 return sprintf(buf, "%d\n", iwl3945_hw_get_temperature(priv));
Zhu Yib481de92007-09-25 17:54:57 -07003347}
3348
3349static DEVICE_ATTR(temperature, S_IRUGO, show_temperature, NULL);
3350
Zhu Yib481de92007-09-25 17:54:57 -07003351static ssize_t show_tx_power(struct device *d,
3352 struct device_attribute *attr, char *buf)
3353{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003354 struct iwl_priv *priv = dev_get_drvdata(d);
Winkler, Tomas62ea9c52009-01-19 15:30:29 -08003355 return sprintf(buf, "%d\n", priv->tx_power_user_lmt);
Zhu Yib481de92007-09-25 17:54:57 -07003356}
3357
3358static ssize_t store_tx_power(struct device *d,
3359 struct device_attribute *attr,
3360 const char *buf, size_t count)
3361{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003362 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003363 char *p = (char *)buf;
3364 u32 val;
3365
3366 val = simple_strtoul(p, &p, 10);
3367 if (p == buf)
Tomas Winkler978785a2008-12-19 10:37:31 +08003368 IWL_INFO(priv, ": %s is not in decimal form.\n", buf);
Zhu Yib481de92007-09-25 17:54:57 -07003369 else
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003370 iwl3945_hw_reg_set_txpower(priv, val);
Zhu Yib481de92007-09-25 17:54:57 -07003371
3372 return count;
3373}
3374
3375static DEVICE_ATTR(tx_power, S_IWUSR | S_IRUGO, show_tx_power, store_tx_power);
3376
3377static ssize_t show_flags(struct device *d,
3378 struct device_attribute *attr, char *buf)
3379{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003380 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003381
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003382 return sprintf(buf, "0x%04X\n", priv->active_rxon.flags);
Zhu Yib481de92007-09-25 17:54:57 -07003383}
3384
3385static ssize_t store_flags(struct device *d,
3386 struct device_attribute *attr,
3387 const char *buf, size_t count)
3388{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003389 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003390 u32 flags = simple_strtoul(buf, NULL, 0);
3391
3392 mutex_lock(&priv->mutex);
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003393 if (le32_to_cpu(priv->staging_rxon.flags) != flags) {
Zhu Yib481de92007-09-25 17:54:57 -07003394 /* Cancel any currently running scans... */
Winkler, Tomasaf0053d2009-01-19 15:30:23 -08003395 if (iwl_scan_cancel_timeout(priv, 100))
Winkler, Tomas39aadf82008-12-19 10:37:32 +08003396 IWL_WARN(priv, "Could not cancel scan.\n");
Zhu Yib481de92007-09-25 17:54:57 -07003397 else {
Tomas Winklere1623442009-01-27 14:27:56 -08003398 IWL_DEBUG_INFO(priv, "Committing rxon.flags = 0x%04X\n",
Zhu Yib481de92007-09-25 17:54:57 -07003399 flags);
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003400 priv->staging_rxon.flags = cpu_to_le32(flags);
Abhijeet Kolekare0158e62009-04-08 11:26:37 -07003401 iwlcore_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003402 }
3403 }
3404 mutex_unlock(&priv->mutex);
3405
3406 return count;
3407}
3408
3409static DEVICE_ATTR(flags, S_IWUSR | S_IRUGO, show_flags, store_flags);
3410
3411static ssize_t show_filter_flags(struct device *d,
3412 struct device_attribute *attr, char *buf)
3413{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003414 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003415
3416 return sprintf(buf, "0x%04X\n",
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003417 le32_to_cpu(priv->active_rxon.filter_flags));
Zhu Yib481de92007-09-25 17:54:57 -07003418}
3419
3420static ssize_t store_filter_flags(struct device *d,
3421 struct device_attribute *attr,
3422 const char *buf, size_t count)
3423{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003424 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003425 u32 filter_flags = simple_strtoul(buf, NULL, 0);
3426
3427 mutex_lock(&priv->mutex);
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003428 if (le32_to_cpu(priv->staging_rxon.filter_flags) != filter_flags) {
Zhu Yib481de92007-09-25 17:54:57 -07003429 /* Cancel any currently running scans... */
Winkler, Tomasaf0053d2009-01-19 15:30:23 -08003430 if (iwl_scan_cancel_timeout(priv, 100))
Winkler, Tomas39aadf82008-12-19 10:37:32 +08003431 IWL_WARN(priv, "Could not cancel scan.\n");
Zhu Yib481de92007-09-25 17:54:57 -07003432 else {
Tomas Winklere1623442009-01-27 14:27:56 -08003433 IWL_DEBUG_INFO(priv, "Committing rxon.filter_flags = "
Zhu Yib481de92007-09-25 17:54:57 -07003434 "0x%04X\n", filter_flags);
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003435 priv->staging_rxon.filter_flags =
Zhu Yib481de92007-09-25 17:54:57 -07003436 cpu_to_le32(filter_flags);
Abhijeet Kolekare0158e62009-04-08 11:26:37 -07003437 iwlcore_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003438 }
3439 }
3440 mutex_unlock(&priv->mutex);
3441
3442 return count;
3443}
3444
3445static DEVICE_ATTR(filter_flags, S_IWUSR | S_IRUGO, show_filter_flags,
3446 store_filter_flags);
3447
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +08003448#ifdef CONFIG_IWL3945_SPECTRUM_MEASUREMENT
Zhu Yib481de92007-09-25 17:54:57 -07003449
3450static ssize_t show_measurement(struct device *d,
3451 struct device_attribute *attr, char *buf)
3452{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003453 struct iwl_priv *priv = dev_get_drvdata(d);
Tomas Winkler600c0e12008-12-19 10:37:04 +08003454 struct iwl_spectrum_notification measure_report;
Zhu Yib481de92007-09-25 17:54:57 -07003455 u32 size = sizeof(measure_report), len = 0, ofs = 0;
Tomas Winkler3ac7f142008-07-21 02:40:14 +03003456 u8 *data = (u8 *)&measure_report;
Zhu Yib481de92007-09-25 17:54:57 -07003457 unsigned long flags;
3458
3459 spin_lock_irqsave(&priv->lock, flags);
3460 if (!(priv->measurement_status & MEASUREMENT_READY)) {
3461 spin_unlock_irqrestore(&priv->lock, flags);
3462 return 0;
3463 }
3464 memcpy(&measure_report, &priv->measure_report, size);
3465 priv->measurement_status = 0;
3466 spin_unlock_irqrestore(&priv->lock, flags);
3467
3468 while (size && (PAGE_SIZE - len)) {
3469 hex_dump_to_buffer(data + ofs, size, 16, 1, buf + len,
3470 PAGE_SIZE - len, 1);
3471 len = strlen(buf);
3472 if (PAGE_SIZE - len)
3473 buf[len++] = '\n';
3474
3475 ofs += 16;
3476 size -= min(size, 16U);
3477 }
3478
3479 return len;
3480}
3481
3482static ssize_t store_measurement(struct device *d,
3483 struct device_attribute *attr,
3484 const char *buf, size_t count)
3485{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003486 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003487 struct ieee80211_measurement_params params = {
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003488 .channel = le16_to_cpu(priv->active_rxon.channel),
Zhu Yib481de92007-09-25 17:54:57 -07003489 .start_time = cpu_to_le64(priv->last_tsf),
3490 .duration = cpu_to_le16(1),
3491 };
3492 u8 type = IWL_MEASURE_BASIC;
3493 u8 buffer[32];
3494 u8 channel;
3495
3496 if (count) {
3497 char *p = buffer;
3498 strncpy(buffer, buf, min(sizeof(buffer), count));
3499 channel = simple_strtoul(p, NULL, 0);
3500 if (channel)
3501 params.channel = channel;
3502
3503 p = buffer;
3504 while (*p && *p != ' ')
3505 p++;
3506 if (*p)
3507 type = simple_strtoul(p + 1, NULL, 0);
3508 }
3509
Tomas Winklere1623442009-01-27 14:27:56 -08003510 IWL_DEBUG_INFO(priv, "Invoking measurement of type %d on "
Zhu Yib481de92007-09-25 17:54:57 -07003511 "channel %d (for '%s')\n", type, params.channel, buf);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003512 iwl3945_get_measurement(priv, &params, type);
Zhu Yib481de92007-09-25 17:54:57 -07003513
3514 return count;
3515}
3516
3517static DEVICE_ATTR(measurement, S_IRUSR | S_IWUSR,
3518 show_measurement, store_measurement);
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +08003519#endif /* CONFIG_IWL3945_SPECTRUM_MEASUREMENT */
Zhu Yib481de92007-09-25 17:54:57 -07003520
Zhu Yib481de92007-09-25 17:54:57 -07003521static ssize_t store_retry_rate(struct device *d,
3522 struct device_attribute *attr,
3523 const char *buf, size_t count)
3524{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003525 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003526
3527 priv->retry_rate = simple_strtoul(buf, NULL, 0);
3528 if (priv->retry_rate <= 0)
3529 priv->retry_rate = 1;
3530
3531 return count;
3532}
3533
3534static ssize_t show_retry_rate(struct device *d,
3535 struct device_attribute *attr, char *buf)
3536{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003537 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003538 return sprintf(buf, "%d", priv->retry_rate);
3539}
3540
3541static DEVICE_ATTR(retry_rate, S_IWUSR | S_IRUSR, show_retry_rate,
3542 store_retry_rate);
3543
Winkler, Tomasd25aabb2009-01-27 14:27:58 -08003544
Zhu Yib481de92007-09-25 17:54:57 -07003545static ssize_t store_power_level(struct device *d,
3546 struct device_attribute *attr,
3547 const char *buf, size_t count)
3548{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003549 struct iwl_priv *priv = dev_get_drvdata(d);
Winkler, Tomasd25aabb2009-01-27 14:27:58 -08003550 int ret;
3551 unsigned long mode;
Zhu Yib481de92007-09-25 17:54:57 -07003552
Winkler, Tomasd25aabb2009-01-27 14:27:58 -08003553
Zhu Yib481de92007-09-25 17:54:57 -07003554 mutex_lock(&priv->mutex);
3555
Winkler, Tomasd25aabb2009-01-27 14:27:58 -08003556 ret = strict_strtoul(buf, 10, &mode);
3557 if (ret)
3558 goto out;
Zhu Yib481de92007-09-25 17:54:57 -07003559
Winkler, Tomasd25aabb2009-01-27 14:27:58 -08003560 ret = iwl_power_set_user_mode(priv, mode);
3561 if (ret) {
3562 IWL_DEBUG_MAC80211(priv, "failed setting power mode.\n");
3563 goto out;
Zhu Yib481de92007-09-25 17:54:57 -07003564 }
Winkler, Tomasd25aabb2009-01-27 14:27:58 -08003565 ret = count;
Zhu Yib481de92007-09-25 17:54:57 -07003566
3567 out:
3568 mutex_unlock(&priv->mutex);
Winkler, Tomasd25aabb2009-01-27 14:27:58 -08003569 return ret;
Zhu Yib481de92007-09-25 17:54:57 -07003570}
3571
Winkler, Tomasd25aabb2009-01-27 14:27:58 -08003572static ssize_t show_power_level(struct device *d,
3573 struct device_attribute *attr, char *buf)
3574{
3575 struct iwl_priv *priv = dev_get_drvdata(d);
3576 int mode = priv->power_data.user_power_setting;
Winkler, Tomasd25aabb2009-01-27 14:27:58 -08003577 int level = priv->power_data.power_mode;
3578 char *p = buf;
3579
Johannes Berg7af2c462009-05-08 13:44:38 -07003580 p += sprintf(p, "INDEX:%d\t", level);
3581 p += sprintf(p, "USER:%d\n", mode);
Winkler, Tomasd25aabb2009-01-27 14:27:58 -08003582 return p - buf + 1;
3583}
3584
3585static DEVICE_ATTR(power_level, S_IWUSR | S_IRUSR,
3586 show_power_level, store_power_level);
3587
Zhu Yib481de92007-09-25 17:54:57 -07003588#define MAX_WX_STRING 80
3589
3590/* Values are in microsecond */
3591static const s32 timeout_duration[] = {
3592 350000,
3593 250000,
3594 75000,
3595 37000,
3596 25000,
3597};
3598static const s32 period_duration[] = {
3599 400000,
3600 700000,
3601 1000000,
3602 1000000,
3603 1000000
3604};
3605
Zhu Yib481de92007-09-25 17:54:57 -07003606static ssize_t show_channels(struct device *d,
3607 struct device_attribute *attr, char *buf)
3608{
Johannes Berg8318d782008-01-24 19:38:38 +01003609 /* all this shit doesn't belong into sysfs anyway */
3610 return 0;
Zhu Yib481de92007-09-25 17:54:57 -07003611}
3612
3613static DEVICE_ATTR(channels, S_IRUSR, show_channels, NULL);
3614
3615static ssize_t show_statistics(struct device *d,
3616 struct device_attribute *attr, char *buf)
3617{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003618 struct iwl_priv *priv = dev_get_drvdata(d);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003619 u32 size = sizeof(struct iwl3945_notif_statistics);
Zhu Yib481de92007-09-25 17:54:57 -07003620 u32 len = 0, ofs = 0;
Abhijeet Kolekarf2c7e522008-12-19 10:37:27 +08003621 u8 *data = (u8 *)&priv->statistics_39;
Zhu Yib481de92007-09-25 17:54:57 -07003622 int rc = 0;
3623
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08003624 if (!iwl_is_alive(priv))
Zhu Yib481de92007-09-25 17:54:57 -07003625 return -EAGAIN;
3626
3627 mutex_lock(&priv->mutex);
Samuel Ortiz17f841c2009-01-23 13:45:20 -08003628 rc = iwl_send_statistics_request(priv, 0);
Zhu Yib481de92007-09-25 17:54:57 -07003629 mutex_unlock(&priv->mutex);
3630
3631 if (rc) {
3632 len = sprintf(buf,
3633 "Error sending statistics request: 0x%08X\n", rc);
3634 return len;
3635 }
3636
3637 while (size && (PAGE_SIZE - len)) {
3638 hex_dump_to_buffer(data + ofs, size, 16, 1, buf + len,
3639 PAGE_SIZE - len, 1);
3640 len = strlen(buf);
3641 if (PAGE_SIZE - len)
3642 buf[len++] = '\n';
3643
3644 ofs += 16;
3645 size -= min(size, 16U);
3646 }
3647
3648 return len;
3649}
3650
3651static DEVICE_ATTR(statistics, S_IRUGO, show_statistics, NULL);
3652
3653static ssize_t show_antenna(struct device *d,
3654 struct device_attribute *attr, char *buf)
3655{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003656 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003657
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08003658 if (!iwl_is_alive(priv))
Zhu Yib481de92007-09-25 17:54:57 -07003659 return -EAGAIN;
3660
Samuel Ortiz7e4bca52009-01-23 13:45:18 -08003661 return sprintf(buf, "%d\n", iwl3945_mod_params.antenna);
Zhu Yib481de92007-09-25 17:54:57 -07003662}
3663
3664static ssize_t store_antenna(struct device *d,
3665 struct device_attribute *attr,
3666 const char *buf, size_t count)
3667{
Winkler, Tomas7530f852009-01-27 14:27:53 -08003668 struct iwl_priv *priv __maybe_unused = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003669 int ant;
Zhu Yib481de92007-09-25 17:54:57 -07003670
3671 if (count == 0)
3672 return 0;
3673
3674 if (sscanf(buf, "%1i", &ant) != 1) {
Tomas Winklere1623442009-01-27 14:27:56 -08003675 IWL_DEBUG_INFO(priv, "not in hex or decimal form.\n");
Zhu Yib481de92007-09-25 17:54:57 -07003676 return count;
3677 }
3678
3679 if ((ant >= 0) && (ant <= 2)) {
Tomas Winklere1623442009-01-27 14:27:56 -08003680 IWL_DEBUG_INFO(priv, "Setting antenna select to %d.\n", ant);
Samuel Ortiz7e4bca52009-01-23 13:45:18 -08003681 iwl3945_mod_params.antenna = (enum iwl3945_antenna)ant;
Zhu Yib481de92007-09-25 17:54:57 -07003682 } else
Tomas Winklere1623442009-01-27 14:27:56 -08003683 IWL_DEBUG_INFO(priv, "Bad antenna select value %d.\n", ant);
Zhu Yib481de92007-09-25 17:54:57 -07003684
3685
3686 return count;
3687}
3688
3689static DEVICE_ATTR(antenna, S_IWUSR | S_IRUGO, show_antenna, store_antenna);
3690
3691static ssize_t show_status(struct device *d,
3692 struct device_attribute *attr, char *buf)
3693{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003694 struct iwl_priv *priv = dev_get_drvdata(d);
Kolekar, Abhijeet775a6e22008-12-19 10:37:36 +08003695 if (!iwl_is_alive(priv))
Zhu Yib481de92007-09-25 17:54:57 -07003696 return -EAGAIN;
3697 return sprintf(buf, "0x%08x\n", (int)priv->status);
3698}
3699
3700static DEVICE_ATTR(status, S_IRUGO, show_status, NULL);
3701
3702static ssize_t dump_error_log(struct device *d,
3703 struct device_attribute *attr,
3704 const char *buf, size_t count)
3705{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003706 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003707 char *p = (char *)buf;
3708
3709 if (p[0] == '1')
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003710 iwl3945_dump_nic_error_log(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003711
3712 return strnlen(buf, count);
3713}
3714
3715static DEVICE_ATTR(dump_errors, S_IWUSR, NULL, dump_error_log);
3716
3717static ssize_t dump_event_log(struct device *d,
3718 struct device_attribute *attr,
3719 const char *buf, size_t count)
3720{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003721 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003722 char *p = (char *)buf;
3723
3724 if (p[0] == '1')
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07003725 iwl3945_dump_nic_event_log(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003726
3727 return strnlen(buf, count);
3728}
3729
3730static DEVICE_ATTR(dump_events, S_IWUSR, NULL, dump_event_log);
3731
3732/*****************************************************************************
3733 *
Tomas Winklera96a27f2008-10-23 23:48:56 -07003734 * driver setup and tear down
Zhu Yib481de92007-09-25 17:54:57 -07003735 *
3736 *****************************************************************************/
3737
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003738static void iwl3945_setup_deferred_work(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07003739{
Reinette Chatred21050c2009-02-13 11:51:18 -08003740 priv->workqueue = create_singlethread_workqueue(DRV_NAME);
Zhu Yib481de92007-09-25 17:54:57 -07003741
3742 init_waitqueue_head(&priv->wait_command_queue);
3743
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003744 INIT_WORK(&priv->up, iwl3945_bg_up);
3745 INIT_WORK(&priv->restart, iwl3945_bg_restart);
3746 INIT_WORK(&priv->rx_replenish, iwl3945_bg_rx_replenish);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003747 INIT_WORK(&priv->beacon_update, iwl3945_bg_beacon_update);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003748 INIT_DELAYED_WORK(&priv->init_alive_start, iwl3945_bg_init_alive_start);
3749 INIT_DELAYED_WORK(&priv->alive_start, iwl3945_bg_alive_start);
Helmut Schaa26635162009-01-15 09:38:44 +01003750 INIT_DELAYED_WORK(&priv->rfkill_poll, iwl3945_rfkill_poll);
Samuel Ortiz77fecfb82009-01-23 13:45:12 -08003751 INIT_WORK(&priv->scan_completed, iwl_bg_scan_completed);
3752 INIT_WORK(&priv->request_scan, iwl3945_bg_request_scan);
3753 INIT_WORK(&priv->abort_scan, iwl_bg_abort_scan);
3754 INIT_DELAYED_WORK(&priv->scan_check, iwl_bg_scan_check);
Zhu Yib481de92007-09-25 17:54:57 -07003755
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003756 iwl3945_hw_setup_deferred_work(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003757
3758 tasklet_init(&priv->irq_tasklet, (void (*)(unsigned long))
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003759 iwl3945_irq_tasklet, (unsigned long)priv);
Zhu Yib481de92007-09-25 17:54:57 -07003760}
3761
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003762static void iwl3945_cancel_deferred_work(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07003763{
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003764 iwl3945_hw_cancel_deferred_work(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003765
Joonwoo Parke47eb6a2007-11-29 10:42:49 +09003766 cancel_delayed_work_sync(&priv->init_alive_start);
Zhu Yib481de92007-09-25 17:54:57 -07003767 cancel_delayed_work(&priv->scan_check);
3768 cancel_delayed_work(&priv->alive_start);
Zhu Yib481de92007-09-25 17:54:57 -07003769 cancel_work_sync(&priv->beacon_update);
3770}
3771
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003772static struct attribute *iwl3945_sysfs_entries[] = {
Zhu Yib481de92007-09-25 17:54:57 -07003773 &dev_attr_antenna.attr,
3774 &dev_attr_channels.attr,
3775 &dev_attr_dump_errors.attr,
3776 &dev_attr_dump_events.attr,
3777 &dev_attr_flags.attr,
3778 &dev_attr_filter_flags.attr,
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +08003779#ifdef CONFIG_IWL3945_SPECTRUM_MEASUREMENT
Zhu Yib481de92007-09-25 17:54:57 -07003780 &dev_attr_measurement.attr,
3781#endif
3782 &dev_attr_power_level.attr,
Zhu Yib481de92007-09-25 17:54:57 -07003783 &dev_attr_retry_rate.attr,
Zhu Yib481de92007-09-25 17:54:57 -07003784 &dev_attr_statistics.attr,
3785 &dev_attr_status.attr,
3786 &dev_attr_temperature.attr,
Zhu Yib481de92007-09-25 17:54:57 -07003787 &dev_attr_tx_power.attr,
Samuel Ortizd08853a2009-01-23 13:45:17 -08003788#ifdef CONFIG_IWLWIFI_DEBUG
Samuel Ortiz40b8ec02008-12-19 10:37:08 +08003789 &dev_attr_debug_level.attr,
3790#endif
Zhu Yib481de92007-09-25 17:54:57 -07003791 NULL
3792};
3793
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003794static struct attribute_group iwl3945_attribute_group = {
Zhu Yib481de92007-09-25 17:54:57 -07003795 .name = NULL, /* put in device directory */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003796 .attrs = iwl3945_sysfs_entries,
Zhu Yib481de92007-09-25 17:54:57 -07003797};
3798
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003799static struct ieee80211_ops iwl3945_hw_ops = {
3800 .tx = iwl3945_mac_tx,
3801 .start = iwl3945_mac_start,
3802 .stop = iwl3945_mac_stop,
Abhijeet Kolekarcbb6ab92009-04-08 11:26:46 -07003803 .add_interface = iwl_mac_add_interface,
Abhijeet Kolekard8052312009-04-08 11:26:47 -07003804 .remove_interface = iwl_mac_remove_interface,
Abhijeet Kolekar48083682009-04-08 11:26:48 -07003805 .config = iwl_mac_config,
Samuel Ortiz8ccde882009-01-27 14:27:52 -08003806 .configure_filter = iwl_configure_filter,
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003807 .set_key = iwl3945_mac_set_key,
Abhijeet Kolekaraa89f312009-04-08 11:26:51 -07003808 .get_tx_stats = iwl_mac_get_tx_stats,
Abhijeet Kolekar488829f2009-03-26 10:14:10 -07003809 .conf_tx = iwl_mac_conf_tx,
Abhijeet Kolekarbd564262009-04-08 11:26:52 -07003810 .reset_tsf = iwl_mac_reset_tsf,
Abhijeet Kolekar5bbe2332009-04-08 11:26:35 -07003811 .bss_info_changed = iwl_bss_info_changed,
Abhijeet Kolekare9dde6f62009-02-18 15:54:27 -08003812 .hw_scan = iwl_mac_hw_scan
Zhu Yib481de92007-09-25 17:54:57 -07003813};
3814
Winkler, Tomase52119c2008-12-22 11:31:19 +08003815static int iwl3945_init_drv(struct iwl_priv *priv)
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003816{
3817 int ret;
Samuel Ortize6148912009-01-23 13:45:15 -08003818 struct iwl3945_eeprom *eeprom = (struct iwl3945_eeprom *)priv->eeprom;
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003819
3820 priv->retry_rate = 1;
3821 priv->ibss_beacon = NULL;
3822
3823 spin_lock_init(&priv->lock);
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003824 spin_lock_init(&priv->sta_lock);
3825 spin_lock_init(&priv->hcmd_lock);
3826
3827 INIT_LIST_HEAD(&priv->free_frames);
3828
3829 mutex_init(&priv->mutex);
3830
3831 /* Clear the driver's (not device's) station table */
Tomas Winklerc587de02009-06-03 11:44:07 -07003832 iwl_clear_stations_table(priv);
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003833
3834 priv->data_retry_limit = -1;
3835 priv->ieee_channels = NULL;
3836 priv->ieee_rates = NULL;
3837 priv->band = IEEE80211_BAND_2GHZ;
3838
3839 priv->iw_mode = NL80211_IFTYPE_STATION;
3840
3841 iwl_reset_qos(priv);
3842
3843 priv->qos_data.qos_active = 0;
3844 priv->qos_data.qos_cap.val = 0;
3845
3846 priv->rates_mask = IWL_RATES_MASK;
Winkler, Tomasd25aabb2009-01-27 14:27:58 -08003847 /* If power management is turned on, default to CAM mode */
3848 priv->power_mode = IWL_POWER_MODE_CAM;
Winkler, Tomas62ea9c52009-01-19 15:30:29 -08003849 priv->tx_power_user_lmt = IWL_DEFAULT_TX_POWER;
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003850
Samuel Ortize6148912009-01-23 13:45:15 -08003851 if (eeprom->version < EEPROM_3945_EEPROM_VERSION) {
3852 IWL_WARN(priv, "Unsupported EEPROM version: 0x%04X\n",
3853 eeprom->version);
3854 ret = -EINVAL;
3855 goto err;
3856 }
3857 ret = iwl_init_channel_map(priv);
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003858 if (ret) {
3859 IWL_ERR(priv, "initializing regulatory failed: %d\n", ret);
3860 goto err;
3861 }
3862
Samuel Ortize6148912009-01-23 13:45:15 -08003863 /* Set up txpower settings in driver for all channels */
3864 if (iwl3945_txpower_set_from_eeprom(priv)) {
3865 ret = -EIO;
3866 goto err_free_channel_map;
3867 }
3868
Samuel Ortiz534166d2009-01-23 13:45:16 -08003869 ret = iwlcore_init_geos(priv);
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003870 if (ret) {
3871 IWL_ERR(priv, "initializing geos failed: %d\n", ret);
3872 goto err_free_channel_map;
3873 }
Samuel Ortiz534166d2009-01-23 13:45:16 -08003874 iwl3945_init_hw_rates(priv, priv->ieee_rates);
3875
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003876 return 0;
3877
3878err_free_channel_map:
Samuel Ortize6148912009-01-23 13:45:15 -08003879 iwl_free_channel_map(priv);
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003880err:
3881 return ret;
3882}
3883
Abhijeet Kolekar2a4ddaa2009-02-27 16:21:23 -08003884static int iwl3945_setup_mac(struct iwl_priv *priv)
3885{
3886 int ret;
3887 struct ieee80211_hw *hw = priv->hw;
3888
3889 hw->rate_control_algorithm = "iwl-3945-rs";
3890 hw->sta_data_size = sizeof(struct iwl3945_sta_priv);
3891
3892 /* Tell mac80211 our characteristics */
3893 hw->flags = IEEE80211_HW_SIGNAL_DBM |
Mohamed Abbasb1c60192009-03-17 21:51:47 -07003894 IEEE80211_HW_NOISE_DBM |
3895 IEEE80211_HW_SPECTRUM_MGMT;
Abhijeet Kolekar2a4ddaa2009-02-27 16:21:23 -08003896
3897 hw->wiphy->interface_modes =
3898 BIT(NL80211_IFTYPE_STATION) |
3899 BIT(NL80211_IFTYPE_ADHOC);
3900
3901 hw->wiphy->custom_regulatory = true;
3902
Johannes Berg1ecf9fc2009-04-20 14:36:56 -07003903 hw->wiphy->max_scan_ssids = PROBE_OPTION_MAX_3945;
3904 /* we create the 802.11 header and a zero-length SSID element */
3905 hw->wiphy->max_scan_ie_len = IWL_MAX_PROBE_REQUEST - 24 - 2;
Johannes Bergd60cc912009-04-09 09:56:02 +02003906
Abhijeet Kolekar2a4ddaa2009-02-27 16:21:23 -08003907 /* Default value; 4 EDCA QOS priorities */
3908 hw->queues = 4;
3909
Abhijeet Kolekar2a4ddaa2009-02-27 16:21:23 -08003910 if (priv->bands[IEEE80211_BAND_2GHZ].n_channels)
3911 priv->hw->wiphy->bands[IEEE80211_BAND_2GHZ] =
3912 &priv->bands[IEEE80211_BAND_2GHZ];
3913
3914 if (priv->bands[IEEE80211_BAND_5GHZ].n_channels)
3915 priv->hw->wiphy->bands[IEEE80211_BAND_5GHZ] =
3916 &priv->bands[IEEE80211_BAND_5GHZ];
3917
3918 ret = ieee80211_register_hw(priv->hw);
3919 if (ret) {
3920 IWL_ERR(priv, "Failed to register hw (error %d)\n", ret);
3921 return ret;
3922 }
3923 priv->mac80211_registered = 1;
3924
3925 return 0;
3926}
3927
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003928static int iwl3945_pci_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
Zhu Yib481de92007-09-25 17:54:57 -07003929{
3930 int err = 0;
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08003931 struct iwl_priv *priv;
Zhu Yib481de92007-09-25 17:54:57 -07003932 struct ieee80211_hw *hw;
Kolekar, Abhijeetc0f20d92008-12-19 10:37:19 +08003933 struct iwl_cfg *cfg = (struct iwl_cfg *)(ent->driver_data);
Samuel Ortize6148912009-01-23 13:45:15 -08003934 struct iwl3945_eeprom *eeprom;
Mohamed Abbas0359fac2008-03-28 16:21:08 -07003935 unsigned long flags;
Zhu Yib481de92007-09-25 17:54:57 -07003936
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08003937 /***********************
3938 * 1. Allocating HW data
3939 * ********************/
3940
Zhu Yib481de92007-09-25 17:54:57 -07003941 /* mac80211 allocates memory for this device instance, including
3942 * space for this driver's private structure */
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003943 hw = iwl_alloc_all(cfg, &iwl3945_hw_ops);
Zhu Yib481de92007-09-25 17:54:57 -07003944 if (hw == NULL) {
Samuel Ortiza3139c52008-12-19 10:37:09 +08003945 printk(KERN_ERR DRV_NAME "Can not allocate network device\n");
Zhu Yib481de92007-09-25 17:54:57 -07003946 err = -ENOMEM;
3947 goto out;
3948 }
Zhu Yib481de92007-09-25 17:54:57 -07003949 priv = hw->priv;
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003950 SET_IEEE80211_DEV(hw, &pdev->dev);
Cahill, Ben M6440adb2007-11-29 11:09:55 +08003951
Kolekar, Abhijeetdf878d82008-12-19 10:37:35 +08003952 if ((iwl3945_mod_params.num_of_queues > IWL39_MAX_NUM_QUEUES) ||
3953 (iwl3945_mod_params.num_of_queues < IWL_MIN_NUM_QUEUES)) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08003954 IWL_ERR(priv,
3955 "invalid queues_num, should be between %d and %d\n",
3956 IWL_MIN_NUM_QUEUES, IWL39_MAX_NUM_QUEUES);
Samuel Ortiza3139c52008-12-19 10:37:09 +08003957 err = -EINVAL;
Reinette Chatrec8f16132009-02-27 16:21:22 -08003958 goto out_ieee80211_free_hw;
Samuel Ortiza3139c52008-12-19 10:37:09 +08003959 }
3960
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003961 /*
3962 * Disabling hardware scan means that mac80211 will perform scans
3963 * "the hard way", rather than using device's scan.
3964 */
Kolekar, Abhijeetdf878d82008-12-19 10:37:35 +08003965 if (iwl3945_mod_params.disable_hw_scan) {
Tomas Winklere1623442009-01-27 14:27:56 -08003966 IWL_DEBUG_INFO(priv, "Disabling hw_scan\n");
Samuel Ortiz40b8ec02008-12-19 10:37:08 +08003967 iwl3945_hw_ops.hw_scan = NULL;
3968 }
3969
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003970
Tomas Winklere1623442009-01-27 14:27:56 -08003971 IWL_DEBUG_INFO(priv, "*** LOAD DRIVER ***\n");
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003972 priv->cfg = cfg;
3973 priv->pci_dev = pdev;
Mohamed Abbas40cefda2009-05-22 11:01:52 -07003974 priv->inta_mask = CSR_INI_SET_MASK;
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003975
Samuel Ortizd08853a2009-01-23 13:45:17 -08003976#ifdef CONFIG_IWLWIFI_DEBUG
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08003977 priv->debug_level = iwl3945_mod_params.debug;
3978 atomic_set(&priv->restrict_refcnt, 0);
3979#endif
Zhu Yib481de92007-09-25 17:54:57 -07003980
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08003981 /***************************
3982 * 2. Initializing PCI bus
3983 * *************************/
Zhu Yib481de92007-09-25 17:54:57 -07003984 if (pci_enable_device(pdev)) {
3985 err = -ENODEV;
3986 goto out_ieee80211_free_hw;
3987 }
3988
3989 pci_set_master(pdev);
3990
Yang Hongyang284901a2009-04-06 19:01:15 -07003991 err = pci_set_dma_mask(pdev, DMA_BIT_MASK(32));
Zhu Yib481de92007-09-25 17:54:57 -07003992 if (!err)
Yang Hongyang284901a2009-04-06 19:01:15 -07003993 err = pci_set_consistent_dma_mask(pdev, DMA_BIT_MASK(32));
Zhu Yib481de92007-09-25 17:54:57 -07003994 if (err) {
Tomas Winkler978785a2008-12-19 10:37:31 +08003995 IWL_WARN(priv, "No suitable DMA available.\n");
Zhu Yib481de92007-09-25 17:54:57 -07003996 goto out_pci_disable_device;
3997 }
3998
3999 pci_set_drvdata(pdev, priv);
4000 err = pci_request_regions(pdev, DRV_NAME);
4001 if (err)
4002 goto out_pci_disable_device;
Cahill, Ben M6440adb2007-11-29 11:09:55 +08004003
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004004 /***********************
4005 * 3. Read REV Register
4006 * ********************/
Zhu Yib481de92007-09-25 17:54:57 -07004007 priv->hw_base = pci_iomap(pdev, 0, 0);
4008 if (!priv->hw_base) {
4009 err = -ENODEV;
4010 goto out_pci_release_regions;
4011 }
4012
Tomas Winklere1623442009-01-27 14:27:56 -08004013 IWL_DEBUG_INFO(priv, "pci_resource_len = 0x%08llx\n",
Zhu Yib481de92007-09-25 17:54:57 -07004014 (unsigned long long) pci_resource_len(pdev, 0));
Tomas Winklere1623442009-01-27 14:27:56 -08004015 IWL_DEBUG_INFO(priv, "pci_resource_base = %p\n", priv->hw_base);
Zhu Yib481de92007-09-25 17:54:57 -07004016
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004017 /* We disable the RETRY_TIMEOUT register (0x41) to keep
4018 * PCI Tx retries from interfering with C3 CPU state */
4019 pci_write_config_byte(pdev, 0x41, 0x00);
Zhu Yib481de92007-09-25 17:54:57 -07004020
Mohamed Abbasa8b50a02009-05-22 11:01:47 -07004021 /* this spin lock will be used in apm_ops.init and EEPROM access
4022 * we should init now
4023 */
4024 spin_lock_init(&priv->reg_lock);
4025
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08004026 /* amp init */
4027 err = priv->cfg->ops->lib->apm_ops.init(priv);
Tomas Winkler3ac7f142008-07-21 02:40:14 +03004028 if (err < 0) {
David S. Millerd5df2a12009-03-10 05:04:16 -07004029 IWL_DEBUG_INFO(priv, "Failed to init the card\n");
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08004030 goto out_iounmap;
Tomas Winkler3ac7f142008-07-21 02:40:14 +03004031 }
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004032
4033 /***********************
4034 * 4. Read EEPROM
4035 * ********************/
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08004036
Zhu Yi5a669262008-01-14 17:46:18 -08004037 /* Read the EEPROM */
Samuel Ortize6148912009-01-23 13:45:15 -08004038 err = iwl_eeprom_init(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004039 if (err) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08004040 IWL_ERR(priv, "Unable to init EEPROM\n");
Reinette Chatrec8f16132009-02-27 16:21:22 -08004041 goto out_iounmap;
Zhu Yi5a669262008-01-14 17:46:18 -08004042 }
4043 /* MAC Address location in EEPROM same for 3945/4965 */
Samuel Ortize6148912009-01-23 13:45:15 -08004044 eeprom = (struct iwl3945_eeprom *)priv->eeprom;
4045 memcpy(priv->mac_addr, eeprom->mac_address, ETH_ALEN);
Tomas Winklere1623442009-01-27 14:27:56 -08004046 IWL_DEBUG_INFO(priv, "MAC address: %pM\n", priv->mac_addr);
Zhu Yi5a669262008-01-14 17:46:18 -08004047 SET_IEEE80211_PERM_ADDR(priv->hw, priv->mac_addr);
4048
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004049 /***********************
4050 * 5. Setup HW Constants
4051 * ********************/
4052 /* Device-specific setup */
Abhijeet Kolekar3832ec92008-12-19 10:37:26 +08004053 if (iwl3945_hw_set_hw_params(priv)) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08004054 IWL_ERR(priv, "failed to set hw settings\n");
Reinette Chatrec8f16132009-02-27 16:21:22 -08004055 goto out_eeprom_free;
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004056 }
4057
4058 /***********************
4059 * 6. Setup priv
4060 * ********************/
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004061
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08004062 err = iwl3945_init_drv(priv);
Reinette Chatre849e0dc2008-01-23 10:15:18 -08004063 if (err) {
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08004064 IWL_ERR(priv, "initializing driver failed\n");
Reinette Chatrec8f16132009-02-27 16:21:22 -08004065 goto out_unset_hw_params;
Reinette Chatre849e0dc2008-01-23 10:15:18 -08004066 }
Reinette Chatre849e0dc2008-01-23 10:15:18 -08004067
Tomas Winkler978785a2008-12-19 10:37:31 +08004068 IWL_INFO(priv, "Detected Intel Wireless WiFi Link %s\n",
4069 priv->cfg->name);
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004070
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004071 /***********************
Abhijeet Kolekar09f9bf72009-04-20 14:37:03 -07004072 * 7. Setup Services
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004073 * ********************/
4074
4075 spin_lock_irqsave(&priv->lock, flags);
Abhijeet Kolekared3b9322009-02-18 15:54:30 -08004076 iwl_disable_interrupts(priv);
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004077 spin_unlock_irqrestore(&priv->lock, flags);
4078
Helmut Schaa26635162009-01-15 09:38:44 +01004079 pci_enable_msi(priv->pci_dev);
4080
Mohamed Abbasef850d72009-05-22 11:01:50 -07004081 err = request_irq(priv->pci_dev->irq, priv->cfg->ops->lib->isr,
4082 IRQF_SHARED, DRV_NAME, priv);
Helmut Schaa26635162009-01-15 09:38:44 +01004083 if (err) {
4084 IWL_ERR(priv, "Error allocating IRQ %d\n", priv->pci_dev->irq);
4085 goto out_disable_msi;
4086 }
4087
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004088 err = sysfs_create_group(&pdev->dev.kobj, &iwl3945_attribute_group);
4089 if (err) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08004090 IWL_ERR(priv, "failed to create sysfs device attributes\n");
Kolekar, Abhijeet90a30a02008-12-19 10:37:40 +08004091 goto out_release_irq;
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004092 }
4093
Samuel Ortiz8ccde882009-01-27 14:27:52 -08004094 iwl_set_rxon_channel(priv,
4095 &priv->bands[IEEE80211_BAND_2GHZ].channels[5]);
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004096 iwl3945_setup_deferred_work(priv);
4097 iwl3945_setup_rx_handlers(priv);
4098
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004099 /*********************************
Abhijeet Kolekar09f9bf72009-04-20 14:37:03 -07004100 * 8. Setup and Register mac80211
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004101 * *******************************/
4102
Abhijeet Kolekar2a4ddaa2009-02-27 16:21:23 -08004103 iwl_enable_interrupts(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004104
Abhijeet Kolekar2a4ddaa2009-02-27 16:21:23 -08004105 err = iwl3945_setup_mac(priv);
4106 if (err)
4107 goto out_remove_sysfs;
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004108
Abhijeet Kolekara75fbe82009-04-20 14:36:58 -07004109 err = iwl_dbgfs_register(priv, DRV_NAME);
4110 if (err)
4111 IWL_ERR(priv, "failed to create debugfs files. Ignoring error: %d\n", err);
4112
Helmut Schaa26635162009-01-15 09:38:44 +01004113 /* Start monitoring the killswitch */
4114 queue_delayed_work(priv->workqueue, &priv->rfkill_poll,
4115 2 * HZ);
4116
Zhu Yib481de92007-09-25 17:54:57 -07004117 return 0;
4118
Kolekar, Abhijeetcee53dd2008-11-12 13:14:04 -08004119 out_remove_sysfs:
Zhu Yib481de92007-09-25 17:54:57 -07004120 destroy_workqueue(priv->workqueue);
4121 priv->workqueue = NULL;
Reinette Chatrec8f16132009-02-27 16:21:22 -08004122 sysfs_remove_group(&pdev->dev.kobj, &iwl3945_attribute_group);
4123 out_release_irq:
4124 free_irq(priv->pci_dev->irq, priv);
Helmut Schaa26635162009-01-15 09:38:44 +01004125 out_disable_msi:
4126 pci_disable_msi(priv->pci_dev);
Reinette Chatrec8f16132009-02-27 16:21:22 -08004127 iwlcore_free_geos(priv);
4128 iwl_free_channel_map(priv);
4129 out_unset_hw_params:
4130 iwl3945_unset_hw_params(priv);
4131 out_eeprom_free:
4132 iwl_eeprom_free(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004133 out_iounmap:
4134 pci_iounmap(pdev, priv->hw_base);
4135 out_pci_release_regions:
4136 pci_release_regions(pdev);
4137 out_pci_disable_device:
Zhu Yib481de92007-09-25 17:54:57 -07004138 pci_set_drvdata(pdev, NULL);
Reinette Chatre623d5632009-03-03 11:37:04 -08004139 pci_disable_device(pdev);
Zhu Yib481de92007-09-25 17:54:57 -07004140 out_ieee80211_free_hw:
4141 ieee80211_free_hw(priv->hw);
4142 out:
4143 return err;
4144}
4145
Reinette Chatrec83dbf62008-03-21 13:53:41 -07004146static void __devexit iwl3945_pci_remove(struct pci_dev *pdev)
Zhu Yib481de92007-09-25 17:54:57 -07004147{
Abhijeet Kolekar4a8a4322008-12-19 10:37:28 +08004148 struct iwl_priv *priv = pci_get_drvdata(pdev);
Mohamed Abbas0359fac2008-03-28 16:21:08 -07004149 unsigned long flags;
Zhu Yib481de92007-09-25 17:54:57 -07004150
4151 if (!priv)
4152 return;
4153
Tomas Winklere1623442009-01-27 14:27:56 -08004154 IWL_DEBUG_INFO(priv, "*** UNLOAD DRIVER ***\n");
Zhu Yib481de92007-09-25 17:54:57 -07004155
Abhijeet Kolekara75fbe82009-04-20 14:36:58 -07004156 iwl_dbgfs_unregister(priv);
4157
Zhu Yib481de92007-09-25 17:54:57 -07004158 set_bit(STATUS_EXIT_PENDING, &priv->status);
Zhu Yib24d22b2007-12-19 13:59:52 +08004159
Kolekar, Abhijeetd552bfb2008-12-19 10:37:41 +08004160 if (priv->mac80211_registered) {
4161 ieee80211_unregister_hw(priv->hw);
4162 priv->mac80211_registered = 0;
4163 } else {
4164 iwl3945_down(priv);
4165 }
Zhu Yib481de92007-09-25 17:54:57 -07004166
Mohamed Abbas0359fac2008-03-28 16:21:08 -07004167 /* make sure we flush any pending irq or
4168 * tasklet for the driver
4169 */
4170 spin_lock_irqsave(&priv->lock, flags);
Abhijeet Kolekared3b9322009-02-18 15:54:30 -08004171 iwl_disable_interrupts(priv);
Mohamed Abbas0359fac2008-03-28 16:21:08 -07004172 spin_unlock_irqrestore(&priv->lock, flags);
4173
4174 iwl_synchronize_irq(priv);
4175
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004176 sysfs_remove_group(&pdev->dev.kobj, &iwl3945_attribute_group);
Zhu Yib481de92007-09-25 17:54:57 -07004177
Reinette Chatre71d449b2009-04-20 14:37:01 -07004178 cancel_delayed_work_sync(&priv->rfkill_poll);
Helmut Schaa26635162009-01-15 09:38:44 +01004179
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004180 iwl3945_dealloc_ucode_pci(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004181
4182 if (priv->rxq.bd)
Reinette Chatredf833b12009-04-21 10:55:48 -07004183 iwl3945_rx_queue_free(priv, &priv->rxq);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004184 iwl3945_hw_txq_ctx_free(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004185
Abhijeet Kolekar3832ec92008-12-19 10:37:26 +08004186 iwl3945_unset_hw_params(priv);
Tomas Winklerc587de02009-06-03 11:44:07 -07004187 iwl_clear_stations_table(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004188
Mohamed Abbas6ef89d02007-10-25 17:15:47 +08004189 /*netif_stop_queue(dev); */
4190 flush_workqueue(priv->workqueue);
4191
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004192 /* ieee80211_unregister_hw calls iwl3945_mac_stop, which flushes
Zhu Yib481de92007-09-25 17:54:57 -07004193 * priv->workqueue... so we can't take down the workqueue
4194 * until now... */
4195 destroy_workqueue(priv->workqueue);
4196 priv->workqueue = NULL;
4197
Helmut Schaa26635162009-01-15 09:38:44 +01004198 free_irq(pdev->irq, priv);
4199 pci_disable_msi(pdev);
4200
Zhu Yib481de92007-09-25 17:54:57 -07004201 pci_iounmap(pdev, priv->hw_base);
4202 pci_release_regions(pdev);
4203 pci_disable_device(pdev);
4204 pci_set_drvdata(pdev, NULL);
4205
Samuel Ortize6148912009-01-23 13:45:15 -08004206 iwl_free_channel_map(priv);
Samuel Ortiz534166d2009-01-23 13:45:16 -08004207 iwlcore_free_geos(priv);
Winkler, Tomas805cee52009-01-19 15:30:28 -08004208 kfree(priv->scan);
Zhu Yib481de92007-09-25 17:54:57 -07004209 if (priv->ibss_beacon)
4210 dev_kfree_skb(priv->ibss_beacon);
4211
4212 ieee80211_free_hw(priv->hw);
4213}
4214
Zhu Yib481de92007-09-25 17:54:57 -07004215
4216/*****************************************************************************
4217 *
4218 * driver and module entry point
4219 *
4220 *****************************************************************************/
4221
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004222static struct pci_driver iwl3945_driver = {
Zhu Yib481de92007-09-25 17:54:57 -07004223 .name = DRV_NAME,
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004224 .id_table = iwl3945_hw_card_ids,
4225 .probe = iwl3945_pci_probe,
4226 .remove = __devexit_p(iwl3945_pci_remove),
Zhu Yib481de92007-09-25 17:54:57 -07004227#ifdef CONFIG_PM
Wey-Yi Guy6da3a132009-03-26 10:14:08 -07004228 .suspend = iwl_pci_suspend,
4229 .resume = iwl_pci_resume,
Zhu Yib481de92007-09-25 17:54:57 -07004230#endif
4231};
4232
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004233static int __init iwl3945_init(void)
Zhu Yib481de92007-09-25 17:54:57 -07004234{
4235
4236 int ret;
4237 printk(KERN_INFO DRV_NAME ": " DRV_DESCRIPTION ", " DRV_VERSION "\n");
4238 printk(KERN_INFO DRV_NAME ": " DRV_COPYRIGHT "\n");
Reinette Chatre897e1cf2008-03-28 16:21:09 -07004239
4240 ret = iwl3945_rate_control_register();
4241 if (ret) {
Samuel Ortiza3139c52008-12-19 10:37:09 +08004242 printk(KERN_ERR DRV_NAME
4243 "Unable to register rate control algorithm: %d\n", ret);
Reinette Chatre897e1cf2008-03-28 16:21:09 -07004244 return ret;
4245 }
4246
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004247 ret = pci_register_driver(&iwl3945_driver);
Zhu Yib481de92007-09-25 17:54:57 -07004248 if (ret) {
Samuel Ortiza3139c52008-12-19 10:37:09 +08004249 printk(KERN_ERR DRV_NAME "Unable to initialize PCI module\n");
Reinette Chatre897e1cf2008-03-28 16:21:09 -07004250 goto error_register;
Zhu Yib481de92007-09-25 17:54:57 -07004251 }
Zhu Yib481de92007-09-25 17:54:57 -07004252
4253 return ret;
Reinette Chatre897e1cf2008-03-28 16:21:09 -07004254
Reinette Chatre897e1cf2008-03-28 16:21:09 -07004255error_register:
4256 iwl3945_rate_control_unregister();
4257 return ret;
Zhu Yib481de92007-09-25 17:54:57 -07004258}
4259
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004260static void __exit iwl3945_exit(void)
Zhu Yib481de92007-09-25 17:54:57 -07004261{
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004262 pci_unregister_driver(&iwl3945_driver);
Reinette Chatre897e1cf2008-03-28 16:21:09 -07004263 iwl3945_rate_control_unregister();
Zhu Yib481de92007-09-25 17:54:57 -07004264}
4265
Reinette Chatrea0987a82008-12-02 12:14:06 -08004266MODULE_FIRMWARE(IWL3945_MODULE_FIRMWARE(IWL3945_UCODE_API_MAX));
Zhu Yi25cb6ca2008-09-11 11:45:22 +08004267
Kolekar, Abhijeetdf878d82008-12-19 10:37:35 +08004268module_param_named(antenna, iwl3945_mod_params.antenna, int, 0444);
Zhu Yib481de92007-09-25 17:54:57 -07004269MODULE_PARM_DESC(antenna, "select antenna (1=Main, 2=Aux, default 0 [both])");
Samuel Ortiz9c74d9f2009-01-08 10:19:59 -08004270module_param_named(swcrypto, iwl3945_mod_params.sw_crypto, int, 0444);
4271MODULE_PARM_DESC(swcrypto,
4272 "using software crypto (default 1 [software])\n");
Kolekar, Abhijeetdf878d82008-12-19 10:37:35 +08004273module_param_named(debug, iwl3945_mod_params.debug, uint, 0444);
Zhu Yib481de92007-09-25 17:54:57 -07004274MODULE_PARM_DESC(debug, "debug output mask");
Kolekar, Abhijeetdf878d82008-12-19 10:37:35 +08004275module_param_named(disable_hw_scan, iwl3945_mod_params.disable_hw_scan, int, 0444);
Zhu Yib481de92007-09-25 17:54:57 -07004276MODULE_PARM_DESC(disable_hw_scan, "disable hardware scanning (default 0)");
4277
Kolekar, Abhijeetdf878d82008-12-19 10:37:35 +08004278module_param_named(queues_num, iwl3945_mod_params.num_of_queues, int, 0444);
Zhu Yib481de92007-09-25 17:54:57 -07004279MODULE_PARM_DESC(queues_num, "number of hw queues.");
4280
Samuel Ortizaf48d042009-01-23 13:45:19 -08004281module_param_named(fw_restart3945, iwl3945_mod_params.restart_fw, int, 0444);
4282MODULE_PARM_DESC(fw_restart3945, "restart firmware in case of error");
4283
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004284module_exit(iwl3945_exit);
4285module_init(iwl3945_init);