blob: a34280f65c1a89b858bc18fa0b6f08d05c12f0ea [file] [log] [blame]
Zhu Yib481de92007-09-25 17:54:57 -07001/******************************************************************************
2 *
Reinette Chatreeb7ae892008-03-11 16:17:17 -07003 * Copyright(c) 2003 - 2008 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:
25 * James P. Ketrenos <ipw2100-admin@linux.intel.com>
26 * 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>
32#include <linux/version.h>
33#include <linux/init.h>
34#include <linux/pci.h>
35#include <linux/dma-mapping.h>
36#include <linux/delay.h>
37#include <linux/skbuff.h>
38#include <linux/netdevice.h>
39#include <linux/wireless.h>
40#include <linux/firmware.h>
Zhu Yib481de92007-09-25 17:54:57 -070041#include <linux/etherdevice.h>
42#include <linux/if_arp.h>
43
Zhu Yib481de92007-09-25 17:54:57 -070044#include <net/mac80211.h>
45
46#include <asm/div64.h>
47
Assaf Krauss6bc913b2008-03-11 16:17:18 -070048#include "iwl-eeprom.h"
Tomas Winkler3e0d4cb2008-04-24 11:55:38 -070049#include "iwl-dev.h"
Tomas Winklerfee12472008-04-03 16:05:21 -070050#include "iwl-core.h"
Tomas Winkler3395f6e2008-03-25 16:33:37 -070051#include "iwl-io.h"
Zhu Yib481de92007-09-25 17:54:57 -070052#include "iwl-helpers.h"
Emmanuel Grumbach6974e362008-04-14 21:16:06 -070053#include "iwl-sta.h"
Emmanuel Grumbachf0832f12008-04-16 16:34:47 -070054#include "iwl-calib.h"
Zhu Yib481de92007-09-25 17:54:57 -070055
Christoph Hellwig416e1432007-10-25 17:15:49 +080056
Zhu Yib481de92007-09-25 17:54:57 -070057/******************************************************************************
58 *
59 * module boiler plate
60 *
61 ******************************************************************************/
62
Zhu Yib481de92007-09-25 17:54:57 -070063/*
64 * module name, copyright, version, etc.
65 * NOTE: DRV_NAME is defined in iwlwifi.h for use by iwl-debug.h and printk
66 */
67
Tomas Winklerd783b062008-07-18 13:53:02 +080068#define DRV_DESCRIPTION "Intel(R) Wireless WiFi Link AGN driver for Linux"
Zhu Yib481de92007-09-25 17:54:57 -070069
Tomas Winkler0a6857e2008-03-12 16:58:49 -070070#ifdef CONFIG_IWLWIFI_DEBUG
Zhu Yib481de92007-09-25 17:54:57 -070071#define VD "d"
72#else
73#define VD
74#endif
75
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +080076#ifdef CONFIG_IWL4965_SPECTRUM_MEASUREMENT
Zhu Yib481de92007-09-25 17:54:57 -070077#define VS "s"
78#else
79#define VS
80#endif
81
Tomas Winklerdf48c322008-03-06 10:40:19 -080082#define DRV_VERSION IWLWIFI_VERSION VD VS
Zhu Yib481de92007-09-25 17:54:57 -070083
Zhu Yib481de92007-09-25 17:54:57 -070084
85MODULE_DESCRIPTION(DRV_DESCRIPTION);
86MODULE_VERSION(DRV_VERSION);
87MODULE_AUTHOR(DRV_COPYRIGHT);
88MODULE_LICENSE("GPL");
89
Zhu Yib481de92007-09-25 17:54:57 -070090/*************** STATION TABLE MANAGEMENT ****
Ben Cahill9fbab512007-11-29 11:09:47 +080091 * mac80211 should be examined to determine if sta_info is duplicating
Zhu Yib481de92007-09-25 17:54:57 -070092 * the functionality provided here
93 */
94
95/**************************************************************/
96
Zhu Yib481de92007-09-25 17:54:57 -070097
Zhu Yib481de92007-09-25 17:54:57 -070098
Emmanuel Grumbachdeb09c42008-03-19 16:41:41 -070099static void iwl4965_set_rxon_hwcrypto(struct iwl_priv *priv, int hw_decrypt)
100{
Gregory Greenmanc1adf9f2008-05-15 13:53:59 +0800101 struct iwl_rxon_cmd *rxon = &priv->staging_rxon;
Emmanuel Grumbachdeb09c42008-03-19 16:41:41 -0700102
103 if (hw_decrypt)
104 rxon->filter_flags &= ~RXON_FILTER_DIS_DECRYPT_MSK;
105 else
106 rxon->filter_flags |= RXON_FILTER_DIS_DECRYPT_MSK;
107
108}
109
Zhu Yib481de92007-09-25 17:54:57 -0700110/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800111 * iwl4965_check_rxon_cmd - validate RXON structure is valid
Zhu Yib481de92007-09-25 17:54:57 -0700112 *
113 * NOTE: This is really only useful during development and can eventually
114 * be #ifdef'd out once the driver is stable and folks aren't actively
115 * making changes
116 */
Gregory Greenmanc1adf9f2008-05-15 13:53:59 +0800117static int iwl4965_check_rxon_cmd(struct iwl_rxon_cmd *rxon)
Zhu Yib481de92007-09-25 17:54:57 -0700118{
119 int error = 0;
120 int counter = 1;
121
122 if (rxon->flags & RXON_FLG_BAND_24G_MSK) {
123 error |= le32_to_cpu(rxon->flags &
124 (RXON_FLG_TGJ_NARROW_BAND_MSK |
125 RXON_FLG_RADAR_DETECT_MSK));
126 if (error)
127 IWL_WARNING("check 24G fields %d | %d\n",
128 counter++, error);
129 } else {
130 error |= (rxon->flags & RXON_FLG_SHORT_SLOT_MSK) ?
131 0 : le32_to_cpu(RXON_FLG_SHORT_SLOT_MSK);
132 if (error)
133 IWL_WARNING("check 52 fields %d | %d\n",
134 counter++, error);
135 error |= le32_to_cpu(rxon->flags & RXON_FLG_CCK_MSK);
136 if (error)
137 IWL_WARNING("check 52 CCK %d | %d\n",
138 counter++, error);
139 }
140 error |= (rxon->node_addr[0] | rxon->bssid_addr[0]) & 0x1;
141 if (error)
142 IWL_WARNING("check mac addr %d | %d\n", counter++, error);
143
144 /* make sure basic rates 6Mbps and 1Mbps are supported */
145 error |= (((rxon->ofdm_basic_rates & IWL_RATE_6M_MASK) == 0) &&
146 ((rxon->cck_basic_rates & IWL_RATE_1M_MASK) == 0));
147 if (error)
148 IWL_WARNING("check basic rate %d | %d\n", counter++, error);
149
150 error |= (le16_to_cpu(rxon->assoc_id) > 2007);
151 if (error)
152 IWL_WARNING("check assoc id %d | %d\n", counter++, error);
153
154 error |= ((rxon->flags & (RXON_FLG_CCK_MSK | RXON_FLG_SHORT_SLOT_MSK))
155 == (RXON_FLG_CCK_MSK | RXON_FLG_SHORT_SLOT_MSK));
156 if (error)
157 IWL_WARNING("check CCK and short slot %d | %d\n",
158 counter++, error);
159
160 error |= ((rxon->flags & (RXON_FLG_CCK_MSK | RXON_FLG_AUTO_DETECT_MSK))
161 == (RXON_FLG_CCK_MSK | RXON_FLG_AUTO_DETECT_MSK));
162 if (error)
163 IWL_WARNING("check CCK & auto detect %d | %d\n",
164 counter++, error);
165
166 error |= ((rxon->flags & (RXON_FLG_AUTO_DETECT_MSK |
167 RXON_FLG_TGG_PROTECT_MSK)) == RXON_FLG_TGG_PROTECT_MSK);
168 if (error)
169 IWL_WARNING("check TGG and auto detect %d | %d\n",
170 counter++, error);
171
172 if (error)
173 IWL_WARNING("Tuning to channel %d\n",
174 le16_to_cpu(rxon->channel));
175
176 if (error) {
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800177 IWL_ERROR("Not a valid iwl4965_rxon_assoc_cmd field values\n");
Zhu Yib481de92007-09-25 17:54:57 -0700178 return -1;
179 }
180 return 0;
181}
182
183/**
Ben Cahill9fbab512007-11-29 11:09:47 +0800184 * iwl4965_full_rxon_required - check if full RXON (vs RXON_ASSOC) cmd is needed
Ian Schram01ebd062007-10-25 17:15:22 +0800185 * @priv: staging_rxon is compared to active_rxon
Zhu Yib481de92007-09-25 17:54:57 -0700186 *
Ben Cahill9fbab512007-11-29 11:09:47 +0800187 * If the RXON structure is changing enough to require a new tune,
188 * or is clearing the RXON_FILTER_ASSOC_MSK, then return 1 to indicate that
189 * a new tune (full RXON command, rather than RXON_ASSOC cmd) is required.
Zhu Yib481de92007-09-25 17:54:57 -0700190 */
Tomas Winklerc79dd5b2008-03-12 16:58:50 -0700191static int iwl4965_full_rxon_required(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -0700192{
193
194 /* These items are only settable from the full RXON command */
Ron Rindjunsky5d1e2322008-06-30 17:23:04 +0800195 if (!(iwl_is_associated(priv)) ||
Zhu Yib481de92007-09-25 17:54:57 -0700196 compare_ether_addr(priv->staging_rxon.bssid_addr,
197 priv->active_rxon.bssid_addr) ||
198 compare_ether_addr(priv->staging_rxon.node_addr,
199 priv->active_rxon.node_addr) ||
200 compare_ether_addr(priv->staging_rxon.wlap_bssid_addr,
201 priv->active_rxon.wlap_bssid_addr) ||
202 (priv->staging_rxon.dev_type != priv->active_rxon.dev_type) ||
203 (priv->staging_rxon.channel != priv->active_rxon.channel) ||
204 (priv->staging_rxon.air_propagation !=
205 priv->active_rxon.air_propagation) ||
206 (priv->staging_rxon.ofdm_ht_single_stream_basic_rates !=
207 priv->active_rxon.ofdm_ht_single_stream_basic_rates) ||
208 (priv->staging_rxon.ofdm_ht_dual_stream_basic_rates !=
209 priv->active_rxon.ofdm_ht_dual_stream_basic_rates) ||
210 (priv->staging_rxon.rx_chain != priv->active_rxon.rx_chain) ||
211 (priv->staging_rxon.assoc_id != priv->active_rxon.assoc_id))
212 return 1;
213
214 /* flags, filter_flags, ofdm_basic_rates, and cck_basic_rates can
215 * be updated with the RXON_ASSOC command -- however only some
216 * flag transitions are allowed using RXON_ASSOC */
217
218 /* Check if we are not switching bands */
219 if ((priv->staging_rxon.flags & RXON_FLG_BAND_24G_MSK) !=
220 (priv->active_rxon.flags & RXON_FLG_BAND_24G_MSK))
221 return 1;
222
223 /* Check if we are switching association toggle */
224 if ((priv->staging_rxon.filter_flags & RXON_FILTER_ASSOC_MSK) !=
225 (priv->active_rxon.filter_flags & RXON_FILTER_ASSOC_MSK))
226 return 1;
227
228 return 0;
229}
230
Zhu Yib481de92007-09-25 17:54:57 -0700231/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800232 * iwl4965_commit_rxon - commit staging_rxon to hardware
Zhu Yib481de92007-09-25 17:54:57 -0700233 *
Ian Schram01ebd062007-10-25 17:15:22 +0800234 * The RXON command in staging_rxon is committed to the hardware and
Zhu Yib481de92007-09-25 17:54:57 -0700235 * the active_rxon structure is updated with the new data. This
236 * function correctly transitions out of the RXON_ASSOC_MSK state if
237 * a HW tune is required based on the RXON structure changes.
238 */
Tomas Winklerc79dd5b2008-03-12 16:58:50 -0700239static int iwl4965_commit_rxon(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -0700240{
241 /* cast away the const for active_rxon in this function */
Gregory Greenmanc1adf9f2008-05-15 13:53:59 +0800242 struct iwl_rxon_cmd *active_rxon = (void *)&priv->active_rxon;
Joe Perches0795af52007-10-03 17:59:30 -0700243 DECLARE_MAC_BUF(mac);
Emmanuel Grumbach43d59b32008-06-30 17:23:06 +0800244 int ret;
245 bool new_assoc =
246 !!(priv->staging_rxon.filter_flags & RXON_FILTER_ASSOC_MSK);
Zhu Yib481de92007-09-25 17:54:57 -0700247
Tomas Winklerfee12472008-04-03 16:05:21 -0700248 if (!iwl_is_alive(priv))
Emmanuel Grumbach43d59b32008-06-30 17:23:06 +0800249 return -EBUSY;
Zhu Yib481de92007-09-25 17:54:57 -0700250
251 /* always get timestamp with Rx frame */
252 priv->staging_rxon.flags |= RXON_FLG_TSF2HOST_MSK;
Emmanuel Grumbacha326a5d2008-07-11 11:53:31 +0800253 /* allow CTS-to-self if possible. this is relevant only for
254 * 5000, but will not damage 4965 */
255 priv->staging_rxon.flags |= RXON_FLG_SELF_CTS_EN;
Zhu Yib481de92007-09-25 17:54:57 -0700256
Emmanuel Grumbach43d59b32008-06-30 17:23:06 +0800257 ret = iwl4965_check_rxon_cmd(&priv->staging_rxon);
258 if (ret) {
Zhu Yib481de92007-09-25 17:54:57 -0700259 IWL_ERROR("Invalid RXON configuration. Not committing.\n");
260 return -EINVAL;
261 }
262
263 /* If we don't need to send a full RXON, we can use
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800264 * iwl4965_rxon_assoc_cmd which is used to reconfigure filter
Zhu Yib481de92007-09-25 17:54:57 -0700265 * and other flags for the current radio configuration. */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800266 if (!iwl4965_full_rxon_required(priv)) {
Emmanuel Grumbach43d59b32008-06-30 17:23:06 +0800267 ret = iwl_send_rxon_assoc(priv);
268 if (ret) {
269 IWL_ERROR("Error setting RXON_ASSOC (%d)\n", ret);
270 return ret;
Zhu Yib481de92007-09-25 17:54:57 -0700271 }
272
273 memcpy(active_rxon, &priv->staging_rxon, sizeof(*active_rxon));
Zhu Yib481de92007-09-25 17:54:57 -0700274 return 0;
275 }
276
277 /* station table will be cleared */
278 priv->assoc_station_added = 0;
279
Zhu Yib481de92007-09-25 17:54:57 -0700280 /* If we are currently associated and the new config requires
281 * an RXON_ASSOC and the new config wants the associated mask enabled,
282 * we must clear the associated from the active configuration
283 * before we apply the new config */
Emmanuel Grumbach43d59b32008-06-30 17:23:06 +0800284 if (iwl_is_associated(priv) && new_assoc) {
Zhu Yib481de92007-09-25 17:54:57 -0700285 IWL_DEBUG_INFO("Toggling associated bit on current RXON\n");
286 active_rxon->filter_flags &= ~RXON_FILTER_ASSOC_MSK;
287
Emmanuel Grumbach43d59b32008-06-30 17:23:06 +0800288 ret = iwl_send_cmd_pdu(priv, REPLY_RXON,
Gregory Greenmanc1adf9f2008-05-15 13:53:59 +0800289 sizeof(struct iwl_rxon_cmd),
Zhu Yib481de92007-09-25 17:54:57 -0700290 &priv->active_rxon);
291
292 /* If the mask clearing failed then we set
293 * active_rxon back to what it was previously */
Emmanuel Grumbach43d59b32008-06-30 17:23:06 +0800294 if (ret) {
Zhu Yib481de92007-09-25 17:54:57 -0700295 active_rxon->filter_flags |= RXON_FILTER_ASSOC_MSK;
Emmanuel Grumbach43d59b32008-06-30 17:23:06 +0800296 IWL_ERROR("Error clearing ASSOC_MSK (%d)\n", ret);
297 return ret;
Zhu Yib481de92007-09-25 17:54:57 -0700298 }
Zhu Yib481de92007-09-25 17:54:57 -0700299 }
300
301 IWL_DEBUG_INFO("Sending RXON\n"
302 "* with%s RXON_FILTER_ASSOC_MSK\n"
303 "* channel = %d\n"
Joe Perches0795af52007-10-03 17:59:30 -0700304 "* bssid = %s\n",
Emmanuel Grumbach43d59b32008-06-30 17:23:06 +0800305 (new_assoc ? "" : "out"),
Zhu Yib481de92007-09-25 17:54:57 -0700306 le16_to_cpu(priv->staging_rxon.channel),
Joe Perches0795af52007-10-03 17:59:30 -0700307 print_mac(mac, priv->staging_rxon.bssid_addr));
Zhu Yib481de92007-09-25 17:54:57 -0700308
Ron Rindjunsky099b40b2008-04-21 15:41:53 -0700309 iwl4965_set_rxon_hwcrypto(priv, !priv->hw_params.sw_crypto);
Emmanuel Grumbach43d59b32008-06-30 17:23:06 +0800310
311 /* Apply the new configuration
312 * RXON unassoc clears the station table in uCode, send it before
313 * we add the bcast station. If assoc bit is set, we will send RXON
314 * after having added the bcast and bssid station.
315 */
316 if (!new_assoc) {
317 ret = iwl_send_cmd_pdu(priv, REPLY_RXON,
Gregory Greenmanc1adf9f2008-05-15 13:53:59 +0800318 sizeof(struct iwl_rxon_cmd), &priv->staging_rxon);
Emmanuel Grumbach43d59b32008-06-30 17:23:06 +0800319 if (ret) {
320 IWL_ERROR("Error setting new RXON (%d)\n", ret);
321 return ret;
322 }
323 memcpy(active_rxon, &priv->staging_rxon, sizeof(*active_rxon));
Zhu Yib481de92007-09-25 17:54:57 -0700324 }
325
Emmanuel Grumbach37deb2a2008-06-30 17:23:08 +0800326 iwl_clear_stations_table(priv);
Zhu Yi556f8db2007-09-27 11:27:33 +0800327
Zhu Yib481de92007-09-25 17:54:57 -0700328 if (!priv->error_recovering)
329 priv->start_calib = 0;
330
Zhu Yib481de92007-09-25 17:54:57 -0700331 /* Add the broadcast address so we can send broadcast frames */
Tomas Winkler4f40e4d2008-05-15 13:54:04 +0800332 if (iwl_rxon_add_station(priv, iwl_bcast_addr, 0) ==
Emmanuel Grumbach43d59b32008-06-30 17:23:06 +0800333 IWL_INVALID_STATION) {
Zhu Yib481de92007-09-25 17:54:57 -0700334 IWL_ERROR("Error adding BROADCAST address for transmit.\n");
335 return -EIO;
336 }
337
338 /* If we have set the ASSOC_MSK and we are in BSS mode then
339 * add the IWL_AP_ID to the station rate table */
Tomas Winkler91851592008-06-30 17:23:14 +0800340 if (new_assoc) {
341 if (priv->iw_mode == IEEE80211_IF_TYPE_STA) {
342 ret = iwl_rxon_add_station(priv,
343 priv->active_rxon.bssid_addr, 1);
344 if (ret == IWL_INVALID_STATION) {
345 IWL_ERROR("Error adding AP address for TX.\n");
346 return -EIO;
347 }
348 priv->assoc_station_added = 1;
349 if (priv->default_wep_key &&
350 iwl_send_static_wepkey_cmd(priv, 0))
351 IWL_ERROR("Could not send WEP static key.\n");
Zhu Yib481de92007-09-25 17:54:57 -0700352 }
Emmanuel Grumbach43d59b32008-06-30 17:23:06 +0800353
354 /* Apply the new configuration
355 * RXON assoc doesn't clear the station table in uCode,
356 */
357 ret = iwl_send_cmd_pdu(priv, REPLY_RXON,
358 sizeof(struct iwl_rxon_cmd), &priv->staging_rxon);
359 if (ret) {
360 IWL_ERROR("Error setting new RXON (%d)\n", ret);
361 return ret;
362 }
363 memcpy(active_rxon, &priv->staging_rxon, sizeof(*active_rxon));
Zhu Yib481de92007-09-25 17:54:57 -0700364 }
365
Zhu Yi36da7d72008-07-11 11:53:40 +0800366 iwl_init_sensitivity(priv);
367
368 /* If we issue a new RXON command which required a tune then we must
369 * send a new TXPOWER command or we won't be able to Tx any frames */
370 ret = iwl_set_tx_power(priv, priv->tx_power_user_lmt, true);
371 if (ret) {
372 IWL_ERROR("Error sending TX power (%d)\n", ret);
373 return ret;
374 }
375
Zhu Yib481de92007-09-25 17:54:57 -0700376 return 0;
377}
378
Mohamed Abbas5da4b552008-04-21 15:41:51 -0700379void iwl4965_update_chain_flags(struct iwl_priv *priv)
380{
381
Ron Rindjunskyc7de35c2008-04-23 17:15:05 -0700382 iwl_set_rxon_chain(priv);
Mohamed Abbas5da4b552008-04-21 15:41:51 -0700383 iwl4965_commit_rxon(priv);
384}
385
Tomas Winklerc79dd5b2008-03-12 16:58:50 -0700386static int iwl4965_send_bt_config(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -0700387{
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800388 struct iwl4965_bt_cmd bt_cmd = {
Zhu Yib481de92007-09-25 17:54:57 -0700389 .flags = 3,
390 .lead_time = 0xAA,
391 .max_kill = 1,
392 .kill_ack_mask = 0,
393 .kill_cts_mask = 0,
394 };
395
Tomas Winkler857485c2008-03-21 13:53:44 -0700396 return iwl_send_cmd_pdu(priv, REPLY_BT_CONFIG,
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800397 sizeof(struct iwl4965_bt_cmd), &bt_cmd);
Zhu Yib481de92007-09-25 17:54:57 -0700398}
399
Tomas Winklerfcab4232008-05-15 13:54:01 +0800400static void iwl_clear_free_frames(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -0700401{
402 struct list_head *element;
403
404 IWL_DEBUG_INFO("%d frames on pre-allocated heap on clear.\n",
405 priv->frames_count);
406
407 while (!list_empty(&priv->free_frames)) {
408 element = priv->free_frames.next;
409 list_del(element);
Tomas Winklerfcab4232008-05-15 13:54:01 +0800410 kfree(list_entry(element, struct iwl_frame, list));
Zhu Yib481de92007-09-25 17:54:57 -0700411 priv->frames_count--;
412 }
413
414 if (priv->frames_count) {
415 IWL_WARNING("%d frames still in use. Did we lose one?\n",
416 priv->frames_count);
417 priv->frames_count = 0;
418 }
419}
420
Tomas Winklerfcab4232008-05-15 13:54:01 +0800421static struct iwl_frame *iwl_get_free_frame(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -0700422{
Tomas Winklerfcab4232008-05-15 13:54:01 +0800423 struct iwl_frame *frame;
Zhu Yib481de92007-09-25 17:54:57 -0700424 struct list_head *element;
425 if (list_empty(&priv->free_frames)) {
426 frame = kzalloc(sizeof(*frame), GFP_KERNEL);
427 if (!frame) {
428 IWL_ERROR("Could not allocate frame!\n");
429 return NULL;
430 }
431
432 priv->frames_count++;
433 return frame;
434 }
435
436 element = priv->free_frames.next;
437 list_del(element);
Tomas Winklerfcab4232008-05-15 13:54:01 +0800438 return list_entry(element, struct iwl_frame, list);
Zhu Yib481de92007-09-25 17:54:57 -0700439}
440
Tomas Winklerfcab4232008-05-15 13:54:01 +0800441static void iwl_free_frame(struct iwl_priv *priv, struct iwl_frame *frame)
Zhu Yib481de92007-09-25 17:54:57 -0700442{
443 memset(frame, 0, sizeof(*frame));
444 list_add(&frame->list, &priv->free_frames);
445}
446
Tomas Winklerc79dd5b2008-03-12 16:58:50 -0700447unsigned int iwl4965_fill_beacon_frame(struct iwl_priv *priv,
Zhu Yib481de92007-09-25 17:54:57 -0700448 struct ieee80211_hdr *hdr,
449 const u8 *dest, int left)
450{
451
Tomas Winkler3109ece2008-03-28 16:33:35 -0700452 if (!iwl_is_associated(priv) || !priv->ibss_beacon ||
Zhu Yib481de92007-09-25 17:54:57 -0700453 ((priv->iw_mode != IEEE80211_IF_TYPE_IBSS) &&
454 (priv->iw_mode != IEEE80211_IF_TYPE_AP)))
455 return 0;
456
457 if (priv->ibss_beacon->len > left)
458 return 0;
459
460 memcpy(hdr, priv->ibss_beacon->data, priv->ibss_beacon->len);
461
462 return priv->ibss_beacon->len;
463}
464
Guy Cohen39e88502008-04-23 17:14:57 -0700465static u8 iwl4965_rate_get_lowest_plcp(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -0700466{
Guy Cohen39e88502008-04-23 17:14:57 -0700467 int i;
468 int rate_mask;
Zhu Yib481de92007-09-25 17:54:57 -0700469
Guy Cohen39e88502008-04-23 17:14:57 -0700470 /* Set rate mask*/
471 if (priv->staging_rxon.flags & RXON_FLG_BAND_24G_MSK)
472 rate_mask = priv->active_rate_basic & 0xF;
473 else
474 rate_mask = priv->active_rate_basic & 0xFF0;
475
476 /* Find lowest valid rate */
Zhu Yib481de92007-09-25 17:54:57 -0700477 for (i = IWL_RATE_1M_INDEX; i != IWL_RATE_INVALID;
Tomas Winkler1826dcc2008-05-15 13:54:02 +0800478 i = iwl_rates[i].next_ieee) {
Zhu Yib481de92007-09-25 17:54:57 -0700479 if (rate_mask & (1 << i))
Tomas Winkler1826dcc2008-05-15 13:54:02 +0800480 return iwl_rates[i].plcp;
Zhu Yib481de92007-09-25 17:54:57 -0700481 }
482
Guy Cohen39e88502008-04-23 17:14:57 -0700483 /* No valid rate was found. Assign the lowest one */
484 if (priv->staging_rxon.flags & RXON_FLG_BAND_24G_MSK)
485 return IWL_RATE_1M_PLCP;
486 else
487 return IWL_RATE_6M_PLCP;
Zhu Yib481de92007-09-25 17:54:57 -0700488}
489
Tomas Winklerc79dd5b2008-03-12 16:58:50 -0700490static int iwl4965_send_beacon_cmd(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -0700491{
Tomas Winklerfcab4232008-05-15 13:54:01 +0800492 struct iwl_frame *frame;
Zhu Yib481de92007-09-25 17:54:57 -0700493 unsigned int frame_size;
494 int rc;
495 u8 rate;
496
Tomas Winklerfcab4232008-05-15 13:54:01 +0800497 frame = iwl_get_free_frame(priv);
Zhu Yib481de92007-09-25 17:54:57 -0700498
499 if (!frame) {
500 IWL_ERROR("Could not obtain free frame buffer for beacon "
501 "command.\n");
502 return -ENOMEM;
503 }
504
Guy Cohen39e88502008-04-23 17:14:57 -0700505 rate = iwl4965_rate_get_lowest_plcp(priv);
Zhu Yib481de92007-09-25 17:54:57 -0700506
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800507 frame_size = iwl4965_hw_get_beacon_cmd(priv, frame, rate);
Zhu Yib481de92007-09-25 17:54:57 -0700508
Tomas Winkler857485c2008-03-21 13:53:44 -0700509 rc = iwl_send_cmd_pdu(priv, REPLY_TX_BEACON, frame_size,
Zhu Yib481de92007-09-25 17:54:57 -0700510 &frame->u.cmd[0]);
511
Tomas Winklerfcab4232008-05-15 13:54:01 +0800512 iwl_free_frame(priv, frame);
Zhu Yib481de92007-09-25 17:54:57 -0700513
514 return rc;
515}
516
517/******************************************************************************
518 *
Zhu Yib481de92007-09-25 17:54:57 -0700519 * Misc. internal state and helper functions
520 *
521 ******************************************************************************/
Zhu Yib481de92007-09-25 17:54:57 -0700522
Emmanuel Grumbachd1141df2008-04-21 15:42:00 -0700523static void iwl4965_ht_conf(struct iwl_priv *priv,
524 struct ieee80211_bss_conf *bss_conf)
525{
526 struct ieee80211_ht_info *ht_conf = bss_conf->ht_conf;
527 struct ieee80211_ht_bss_info *ht_bss_conf = bss_conf->ht_bss_conf;
528 struct iwl_ht_info *iwl_conf = &priv->current_ht_config;
529
530 IWL_DEBUG_MAC80211("enter: \n");
531
532 iwl_conf->is_ht = bss_conf->assoc_ht;
533
534 if (!iwl_conf->is_ht)
535 return;
536
537 priv->ps_mode = (u8)((ht_conf->cap & IEEE80211_HT_CAP_MIMO_PS) >> 2);
538
539 if (ht_conf->cap & IEEE80211_HT_CAP_SGI_20)
Emmanuel Grumbacha9841012008-05-15 13:54:08 +0800540 iwl_conf->sgf |= HT_SHORT_GI_20MHZ;
Emmanuel Grumbachd1141df2008-04-21 15:42:00 -0700541 if (ht_conf->cap & IEEE80211_HT_CAP_SGI_40)
Emmanuel Grumbacha9841012008-05-15 13:54:08 +0800542 iwl_conf->sgf |= HT_SHORT_GI_40MHZ;
Emmanuel Grumbachd1141df2008-04-21 15:42:00 -0700543
544 iwl_conf->is_green_field = !!(ht_conf->cap & IEEE80211_HT_CAP_GRN_FLD);
545 iwl_conf->max_amsdu_size =
546 !!(ht_conf->cap & IEEE80211_HT_CAP_MAX_AMSDU);
547
548 iwl_conf->supported_chan_width =
549 !!(ht_conf->cap & IEEE80211_HT_CAP_SUP_WIDTH);
550 iwl_conf->extension_chan_offset =
551 ht_bss_conf->bss_cap & IEEE80211_HT_IE_CHA_SEC_OFFSET;
552 /* If no above or below channel supplied disable FAT channel */
Emmanuel Grumbach963f5512008-06-12 09:47:00 +0800553 if (iwl_conf->extension_chan_offset != IEEE80211_HT_IE_CHA_SEC_ABOVE &&
554 iwl_conf->extension_chan_offset != IEEE80211_HT_IE_CHA_SEC_BELOW) {
555 iwl_conf->extension_chan_offset = IEEE80211_HT_IE_CHA_SEC_NONE;
Emmanuel Grumbachd1141df2008-04-21 15:42:00 -0700556 iwl_conf->supported_chan_width = 0;
Emmanuel Grumbach963f5512008-06-12 09:47:00 +0800557 }
Emmanuel Grumbachd1141df2008-04-21 15:42:00 -0700558
559 iwl_conf->tx_mimo_ps_mode =
560 (u8)((ht_conf->cap & IEEE80211_HT_CAP_MIMO_PS) >> 2);
561 memcpy(iwl_conf->supp_mcs_set, ht_conf->supp_mcs_set, 16);
562
563 iwl_conf->control_channel = ht_bss_conf->primary_channel;
564 iwl_conf->tx_chan_width =
565 !!(ht_bss_conf->bss_cap & IEEE80211_HT_IE_CHA_WIDTH);
566 iwl_conf->ht_protection =
567 ht_bss_conf->bss_op_mode & IEEE80211_HT_IE_HT_PROTECTION;
568 iwl_conf->non_GF_STA_present =
569 !!(ht_bss_conf->bss_op_mode & IEEE80211_HT_IE_NON_GF_STA_PRSNT);
570
571 IWL_DEBUG_MAC80211("control channel %d\n", iwl_conf->control_channel);
572 IWL_DEBUG_MAC80211("leave\n");
573}
574
Zhu Yib481de92007-09-25 17:54:57 -0700575/*
576 * QoS support
577*/
Emmanuel Grumbach1ff50bd2008-07-11 11:53:34 +0800578static void iwl_activate_qos(struct iwl_priv *priv, u8 force)
Zhu Yib481de92007-09-25 17:54:57 -0700579{
Zhu Yib481de92007-09-25 17:54:57 -0700580 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
581 return;
582
583 if (!priv->qos_data.qos_enable)
584 return;
585
Zhu Yib481de92007-09-25 17:54:57 -0700586 priv->qos_data.def_qos_parm.qos_flags = 0;
587
588 if (priv->qos_data.qos_cap.q_AP.queue_request &&
589 !priv->qos_data.qos_cap.q_AP.txop_request)
590 priv->qos_data.def_qos_parm.qos_flags |=
591 QOS_PARAM_FLG_TXOP_TYPE_MSK;
Zhu Yib481de92007-09-25 17:54:57 -0700592 if (priv->qos_data.qos_active)
593 priv->qos_data.def_qos_parm.qos_flags |=
594 QOS_PARAM_FLG_UPDATE_EDCA_MSK;
595
Ron Rindjunskyfd105e72007-11-26 16:14:39 +0200596 if (priv->current_ht_config.is_ht)
Tomas Winklerf1f1f5c2007-10-25 17:15:26 +0800597 priv->qos_data.def_qos_parm.qos_flags |= QOS_PARAM_FLG_TGN_MSK;
Tomas Winklerf1f1f5c2007-10-25 17:15:26 +0800598
Tomas Winkler3109ece2008-03-28 16:33:35 -0700599 if (force || iwl_is_associated(priv)) {
Tomas Winklerf1f1f5c2007-10-25 17:15:26 +0800600 IWL_DEBUG_QOS("send QoS cmd with Qos active=%d FLAGS=0x%X\n",
601 priv->qos_data.qos_active,
602 priv->qos_data.def_qos_parm.qos_flags);
Zhu Yib481de92007-09-25 17:54:57 -0700603
Emmanuel Grumbach1ff50bd2008-07-11 11:53:34 +0800604 iwl_send_cmd_pdu_async(priv, REPLY_QOS_PARAM,
605 sizeof(struct iwl_qosparam_cmd),
606 &priv->qos_data.def_qos_parm, NULL);
Zhu Yib481de92007-09-25 17:54:57 -0700607 }
608}
609
Zhu Yib481de92007-09-25 17:54:57 -0700610#define MAX_UCODE_BEACON_INTERVAL 4096
611#define INTEL_CONN_LISTEN_INTERVAL __constant_cpu_to_le16(0xA)
612
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800613static __le16 iwl4965_adjust_beacon_interval(u16 beacon_val)
Zhu Yib481de92007-09-25 17:54:57 -0700614{
615 u16 new_val = 0;
616 u16 beacon_factor = 0;
617
618 beacon_factor =
619 (beacon_val + MAX_UCODE_BEACON_INTERVAL)
620 / MAX_UCODE_BEACON_INTERVAL;
621 new_val = beacon_val / beacon_factor;
622
623 return cpu_to_le16(new_val);
624}
625
Tomas Winklerc79dd5b2008-03-12 16:58:50 -0700626static void iwl4965_setup_rxon_timing(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -0700627{
628 u64 interval_tm_unit;
629 u64 tsf, result;
630 unsigned long flags;
631 struct ieee80211_conf *conf = NULL;
632 u16 beacon_int = 0;
633
634 conf = ieee80211_get_hw_conf(priv->hw);
635
636 spin_lock_irqsave(&priv->lock, flags);
Tomas Winkler3109ece2008-03-28 16:33:35 -0700637 priv->rxon_timing.timestamp.dw[1] = cpu_to_le32(priv->timestamp >> 32);
638 priv->rxon_timing.timestamp.dw[0] =
639 cpu_to_le32(priv->timestamp & 0xFFFFFFFF);
Zhu Yib481de92007-09-25 17:54:57 -0700640
641 priv->rxon_timing.listen_interval = INTEL_CONN_LISTEN_INTERVAL;
642
Tomas Winkler3109ece2008-03-28 16:33:35 -0700643 tsf = priv->timestamp;
Zhu Yib481de92007-09-25 17:54:57 -0700644
645 beacon_int = priv->beacon_int;
646 spin_unlock_irqrestore(&priv->lock, flags);
647
648 if (priv->iw_mode == IEEE80211_IF_TYPE_STA) {
649 if (beacon_int == 0) {
650 priv->rxon_timing.beacon_interval = cpu_to_le16(100);
651 priv->rxon_timing.beacon_init_val = cpu_to_le32(102400);
652 } else {
653 priv->rxon_timing.beacon_interval =
654 cpu_to_le16(beacon_int);
655 priv->rxon_timing.beacon_interval =
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800656 iwl4965_adjust_beacon_interval(
Zhu Yib481de92007-09-25 17:54:57 -0700657 le16_to_cpu(priv->rxon_timing.beacon_interval));
658 }
659
660 priv->rxon_timing.atim_window = 0;
661 } else {
662 priv->rxon_timing.beacon_interval =
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800663 iwl4965_adjust_beacon_interval(conf->beacon_int);
Zhu Yib481de92007-09-25 17:54:57 -0700664 /* TODO: we need to get atim_window from upper stack
665 * for now we set to 0 */
666 priv->rxon_timing.atim_window = 0;
667 }
668
669 interval_tm_unit =
670 (le16_to_cpu(priv->rxon_timing.beacon_interval) * 1024);
671 result = do_div(tsf, interval_tm_unit);
672 priv->rxon_timing.beacon_init_val =
673 cpu_to_le32((u32) ((u64) interval_tm_unit - result));
674
675 IWL_DEBUG_ASSOC
676 ("beacon interval %d beacon timer %d beacon tim %d\n",
677 le16_to_cpu(priv->rxon_timing.beacon_interval),
678 le32_to_cpu(priv->rxon_timing.beacon_init_val),
679 le16_to_cpu(priv->rxon_timing.atim_window));
680}
681
Tomas Winkler82a66bb2008-05-29 16:35:28 +0800682static void iwl_set_flags_for_band(struct iwl_priv *priv,
683 enum ieee80211_band band)
Zhu Yib481de92007-09-25 17:54:57 -0700684{
Johannes Berg8318d782008-01-24 19:38:38 +0100685 if (band == IEEE80211_BAND_5GHZ) {
Zhu Yib481de92007-09-25 17:54:57 -0700686 priv->staging_rxon.flags &=
687 ~(RXON_FLG_BAND_24G_MSK | RXON_FLG_AUTO_DETECT_MSK
688 | RXON_FLG_CCK_MSK);
689 priv->staging_rxon.flags |= RXON_FLG_SHORT_SLOT_MSK;
690 } else {
Reinette Chatre508e32e2008-04-14 21:16:13 -0700691 /* Copied from iwl4965_post_associate() */
Zhu Yib481de92007-09-25 17:54:57 -0700692 if (priv->assoc_capability & WLAN_CAPABILITY_SHORT_SLOT_TIME)
693 priv->staging_rxon.flags |= RXON_FLG_SHORT_SLOT_MSK;
694 else
695 priv->staging_rxon.flags &= ~RXON_FLG_SHORT_SLOT_MSK;
696
697 if (priv->iw_mode == IEEE80211_IF_TYPE_IBSS)
698 priv->staging_rxon.flags &= ~RXON_FLG_SHORT_SLOT_MSK;
699
700 priv->staging_rxon.flags |= RXON_FLG_BAND_24G_MSK;
701 priv->staging_rxon.flags |= RXON_FLG_AUTO_DETECT_MSK;
702 priv->staging_rxon.flags &= ~RXON_FLG_CCK_MSK;
703 }
704}
705
706/*
Ian Schram01ebd062007-10-25 17:15:22 +0800707 * initialize rxon structure with default values from eeprom
Zhu Yib481de92007-09-25 17:54:57 -0700708 */
Tomas Winklerc79dd5b2008-03-12 16:58:50 -0700709static void iwl4965_connection_init_rx_config(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -0700710{
Assaf Kraussbf85ea42008-03-14 10:38:49 -0700711 const struct iwl_channel_info *ch_info;
Zhu Yib481de92007-09-25 17:54:57 -0700712
713 memset(&priv->staging_rxon, 0, sizeof(priv->staging_rxon));
714
715 switch (priv->iw_mode) {
716 case IEEE80211_IF_TYPE_AP:
717 priv->staging_rxon.dev_type = RXON_DEV_TYPE_AP;
718 break;
719
720 case IEEE80211_IF_TYPE_STA:
721 priv->staging_rxon.dev_type = RXON_DEV_TYPE_ESS;
722 priv->staging_rxon.filter_flags = RXON_FILTER_ACCEPT_GRP_MSK;
723 break;
724
725 case IEEE80211_IF_TYPE_IBSS:
726 priv->staging_rxon.dev_type = RXON_DEV_TYPE_IBSS;
727 priv->staging_rxon.flags = RXON_FLG_SHORT_PREAMBLE_MSK;
728 priv->staging_rxon.filter_flags = RXON_FILTER_BCON_AWARE_MSK |
729 RXON_FILTER_ACCEPT_GRP_MSK;
730 break;
731
732 case IEEE80211_IF_TYPE_MNTR:
733 priv->staging_rxon.dev_type = RXON_DEV_TYPE_SNIFFER;
734 priv->staging_rxon.filter_flags = RXON_FILTER_PROMISC_MSK |
735 RXON_FILTER_CTL2HOST_MSK | RXON_FILTER_ACCEPT_GRP_MSK;
736 break;
Tomas Winkler69dc5d92008-03-25 16:33:41 -0700737 default:
738 IWL_ERROR("Unsupported interface type %d\n", priv->iw_mode);
739 break;
Zhu Yib481de92007-09-25 17:54:57 -0700740 }
741
742#if 0
743 /* TODO: Figure out when short_preamble would be set and cache from
744 * that */
745 if (!hw_to_local(priv->hw)->short_preamble)
746 priv->staging_rxon.flags &= ~RXON_FLG_SHORT_PREAMBLE_MSK;
747 else
748 priv->staging_rxon.flags |= RXON_FLG_SHORT_PREAMBLE_MSK;
749#endif
750
Assaf Krauss8622e702008-03-21 13:53:43 -0700751 ch_info = iwl_get_channel_info(priv, priv->band,
Rick Farrington25b3f572008-06-30 17:23:28 +0800752 le16_to_cpu(priv->active_rxon.channel));
Zhu Yib481de92007-09-25 17:54:57 -0700753
754 if (!ch_info)
755 ch_info = &priv->channel_info[0];
756
757 /*
758 * in some case A channels are all non IBSS
759 * in this case force B/G channel
760 */
761 if ((priv->iw_mode == IEEE80211_IF_TYPE_IBSS) &&
762 !(is_channel_ibss(ch_info)))
763 ch_info = &priv->channel_info[0];
764
765 priv->staging_rxon.channel = cpu_to_le16(ch_info->channel);
Johannes Berg8318d782008-01-24 19:38:38 +0100766 priv->band = ch_info->band;
Zhu Yib481de92007-09-25 17:54:57 -0700767
Tomas Winkler82a66bb2008-05-29 16:35:28 +0800768 iwl_set_flags_for_band(priv, priv->band);
Zhu Yib481de92007-09-25 17:54:57 -0700769
770 priv->staging_rxon.ofdm_basic_rates =
771 (IWL_OFDM_RATES_MASK >> IWL_FIRST_OFDM_RATE) & 0xFF;
772 priv->staging_rxon.cck_basic_rates =
773 (IWL_CCK_RATES_MASK >> IWL_FIRST_CCK_RATE) & 0xF;
774
775 priv->staging_rxon.flags &= ~(RXON_FLG_CHANNEL_MODE_MIXED_MSK |
776 RXON_FLG_CHANNEL_MODE_PURE_40_MSK);
777 memcpy(priv->staging_rxon.node_addr, priv->mac_addr, ETH_ALEN);
778 memcpy(priv->staging_rxon.wlap_bssid_addr, priv->mac_addr, ETH_ALEN);
779 priv->staging_rxon.ofdm_ht_single_stream_basic_rates = 0xff;
780 priv->staging_rxon.ofdm_ht_dual_stream_basic_rates = 0xff;
Ron Rindjunskyc7de35c2008-04-23 17:15:05 -0700781 iwl_set_rxon_chain(priv);
Zhu Yib481de92007-09-25 17:54:57 -0700782}
783
Tomas Winklerc79dd5b2008-03-12 16:58:50 -0700784static int iwl4965_set_mode(struct iwl_priv *priv, int mode)
Zhu Yib481de92007-09-25 17:54:57 -0700785{
Zhu Yib481de92007-09-25 17:54:57 -0700786 priv->iw_mode = mode;
787
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800788 iwl4965_connection_init_rx_config(priv);
Zhu Yib481de92007-09-25 17:54:57 -0700789 memcpy(priv->staging_rxon.node_addr, priv->mac_addr, ETH_ALEN);
790
Emmanuel Grumbach37deb2a2008-06-30 17:23:08 +0800791 iwl_clear_stations_table(priv);
Zhu Yib481de92007-09-25 17:54:57 -0700792
Mohamed Abbasfde35712007-11-29 11:10:15 +0800793 /* dont commit rxon if rf-kill is on*/
Tomas Winklerfee12472008-04-03 16:05:21 -0700794 if (!iwl_is_ready_rf(priv))
Mohamed Abbasfde35712007-11-29 11:10:15 +0800795 return -EAGAIN;
796
797 cancel_delayed_work(&priv->scan_check);
Tomas Winkler2a421b92008-06-12 09:47:10 +0800798 if (iwl_scan_cancel_timeout(priv, 100)) {
Mohamed Abbasfde35712007-11-29 11:10:15 +0800799 IWL_WARNING("Aborted scan still in progress after 100ms\n");
800 IWL_DEBUG_MAC80211("leaving - scan abort failed.\n");
801 return -EAGAIN;
802 }
803
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800804 iwl4965_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -0700805
806 return 0;
807}
808
Tomas Winklerc79dd5b2008-03-12 16:58:50 -0700809static void iwl4965_set_rate(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -0700810{
Johannes Berg8318d782008-01-24 19:38:38 +0100811 const struct ieee80211_supported_band *hw = NULL;
Zhu Yib481de92007-09-25 17:54:57 -0700812 struct ieee80211_rate *rate;
813 int i;
814
Emmanuel Grumbachd1141df2008-04-21 15:42:00 -0700815 hw = iwl_get_hw_mode(priv, priv->band);
Saleem Abdulrasoolc4ba9622007-11-18 23:59:08 -0800816 if (!hw) {
817 IWL_ERROR("Failed to set rate: unable to get hw mode\n");
818 return;
819 }
Zhu Yib481de92007-09-25 17:54:57 -0700820
821 priv->active_rate = 0;
822 priv->active_rate_basic = 0;
823
Johannes Berg8318d782008-01-24 19:38:38 +0100824 for (i = 0; i < hw->n_bitrates; i++) {
825 rate = &(hw->bitrates[i]);
826 if (rate->hw_value < IWL_RATE_COUNT)
827 priv->active_rate |= (1 << rate->hw_value);
Zhu Yib481de92007-09-25 17:54:57 -0700828 }
829
830 IWL_DEBUG_RATE("Set active_rate = %0x, active_rate_basic = %0x\n",
831 priv->active_rate, priv->active_rate_basic);
832
833 /*
834 * If a basic rate is configured, then use it (adding IWL_RATE_1M_MASK)
835 * otherwise set it to the default of all CCK rates and 6, 12, 24 for
836 * OFDM
837 */
838 if (priv->active_rate_basic & IWL_CCK_BASIC_RATES_MASK)
839 priv->staging_rxon.cck_basic_rates =
840 ((priv->active_rate_basic &
841 IWL_CCK_RATES_MASK) >> IWL_FIRST_CCK_RATE) & 0xF;
842 else
843 priv->staging_rxon.cck_basic_rates =
844 (IWL_CCK_BASIC_RATES_MASK >> IWL_FIRST_CCK_RATE) & 0xF;
845
846 if (priv->active_rate_basic & IWL_OFDM_BASIC_RATES_MASK)
847 priv->staging_rxon.ofdm_basic_rates =
848 ((priv->active_rate_basic &
849 (IWL_OFDM_BASIC_RATES_MASK | IWL_RATE_6M_MASK)) >>
850 IWL_FIRST_OFDM_RATE) & 0xFF;
851 else
852 priv->staging_rxon.ofdm_basic_rates =
853 (IWL_OFDM_BASIC_RATES_MASK >> IWL_FIRST_OFDM_RATE) & 0xFF;
854}
855
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +0800856#ifdef CONFIG_IWL4965_SPECTRUM_MEASUREMENT
Zhu Yib481de92007-09-25 17:54:57 -0700857
858#include "iwl-spectrum.h"
859
860#define BEACON_TIME_MASK_LOW 0x00FFFFFF
861#define BEACON_TIME_MASK_HIGH 0xFF000000
862#define TIME_UNIT 1024
863
864/*
865 * extended beacon time format
866 * time in usec will be changed into a 32-bit value in 8:24 format
867 * the high 1 byte is the beacon counts
868 * the lower 3 bytes is the time in usec within one beacon interval
869 */
870
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800871static u32 iwl4965_usecs_to_beacons(u32 usec, u32 beacon_interval)
Zhu Yib481de92007-09-25 17:54:57 -0700872{
873 u32 quot;
874 u32 rem;
875 u32 interval = beacon_interval * 1024;
876
877 if (!interval || !usec)
878 return 0;
879
880 quot = (usec / interval) & (BEACON_TIME_MASK_HIGH >> 24);
881 rem = (usec % interval) & BEACON_TIME_MASK_LOW;
882
883 return (quot << 24) + rem;
884}
885
886/* base is usually what we get from ucode with each received frame,
887 * the same as HW timer counter counting down
888 */
889
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800890static __le32 iwl4965_add_beacon_time(u32 base, u32 addon, u32 beacon_interval)
Zhu Yib481de92007-09-25 17:54:57 -0700891{
892 u32 base_low = base & BEACON_TIME_MASK_LOW;
893 u32 addon_low = addon & BEACON_TIME_MASK_LOW;
894 u32 interval = beacon_interval * TIME_UNIT;
895 u32 res = (base & BEACON_TIME_MASK_HIGH) +
896 (addon & BEACON_TIME_MASK_HIGH);
897
898 if (base_low > addon_low)
899 res += base_low - addon_low;
900 else if (base_low < addon_low) {
901 res += interval + base_low - addon_low;
902 res += (1 << 24);
903 } else
904 res += (1 << 24);
905
906 return cpu_to_le32(res);
907}
908
Tomas Winklerc79dd5b2008-03-12 16:58:50 -0700909static int iwl4965_get_measurement(struct iwl_priv *priv,
Zhu Yib481de92007-09-25 17:54:57 -0700910 struct ieee80211_measurement_params *params,
911 u8 type)
912{
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800913 struct iwl4965_spectrum_cmd spectrum;
Tomas Winklerdb11d632008-05-05 10:22:33 +0800914 struct iwl_rx_packet *res;
Tomas Winkler857485c2008-03-21 13:53:44 -0700915 struct iwl_host_cmd cmd = {
Zhu Yib481de92007-09-25 17:54:57 -0700916 .id = REPLY_SPECTRUM_MEASUREMENT_CMD,
917 .data = (void *)&spectrum,
918 .meta.flags = CMD_WANT_SKB,
919 };
920 u32 add_time = le64_to_cpu(params->start_time);
921 int rc;
922 int spectrum_resp_status;
923 int duration = le16_to_cpu(params->duration);
924
Tomas Winkler3109ece2008-03-28 16:33:35 -0700925 if (iwl_is_associated(priv))
Zhu Yib481de92007-09-25 17:54:57 -0700926 add_time =
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800927 iwl4965_usecs_to_beacons(
Zhu Yib481de92007-09-25 17:54:57 -0700928 le64_to_cpu(params->start_time) - priv->last_tsf,
929 le16_to_cpu(priv->rxon_timing.beacon_interval));
930
931 memset(&spectrum, 0, sizeof(spectrum));
932
933 spectrum.channel_count = cpu_to_le16(1);
934 spectrum.flags =
935 RXON_FLG_TSF2HOST_MSK | RXON_FLG_ANT_A_MSK | RXON_FLG_DIS_DIV_MSK;
936 spectrum.filter_flags = MEASUREMENT_FILTER_FLAG;
937 cmd.len = sizeof(spectrum);
938 spectrum.len = cpu_to_le16(cmd.len - sizeof(spectrum.len));
939
Tomas Winkler3109ece2008-03-28 16:33:35 -0700940 if (iwl_is_associated(priv))
Zhu Yib481de92007-09-25 17:54:57 -0700941 spectrum.start_time =
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800942 iwl4965_add_beacon_time(priv->last_beacon_time,
Zhu Yib481de92007-09-25 17:54:57 -0700943 add_time,
944 le16_to_cpu(priv->rxon_timing.beacon_interval));
945 else
946 spectrum.start_time = 0;
947
948 spectrum.channels[0].duration = cpu_to_le32(duration * TIME_UNIT);
949 spectrum.channels[0].channel = params->channel;
950 spectrum.channels[0].type = type;
951 if (priv->active_rxon.flags & RXON_FLG_BAND_24G_MSK)
952 spectrum.flags |= RXON_FLG_BAND_24G_MSK |
953 RXON_FLG_AUTO_DETECT_MSK | RXON_FLG_TGG_PROTECT_MSK;
954
Tomas Winkler857485c2008-03-21 13:53:44 -0700955 rc = iwl_send_cmd_sync(priv, &cmd);
Zhu Yib481de92007-09-25 17:54:57 -0700956 if (rc)
957 return rc;
958
Tomas Winklerdb11d632008-05-05 10:22:33 +0800959 res = (struct iwl_rx_packet *)cmd.meta.u.skb->data;
Zhu Yib481de92007-09-25 17:54:57 -0700960 if (res->hdr.flags & IWL_CMD_FAILED_MSK) {
961 IWL_ERROR("Bad return from REPLY_RX_ON_ASSOC command\n");
962 rc = -EIO;
963 }
964
965 spectrum_resp_status = le16_to_cpu(res->u.spectrum.status);
966 switch (spectrum_resp_status) {
967 case 0: /* Command will be handled */
968 if (res->u.spectrum.id != 0xff) {
969 IWL_DEBUG_INFO
970 ("Replaced existing measurement: %d\n",
971 res->u.spectrum.id);
972 priv->measurement_status &= ~MEASUREMENT_READY;
973 }
974 priv->measurement_status |= MEASUREMENT_ACTIVE;
975 rc = 0;
976 break;
977
978 case 1: /* Command will not be handled */
979 rc = -EAGAIN;
980 break;
981 }
982
983 dev_kfree_skb_any(cmd.meta.u.skb);
984
985 return rc;
986}
987#endif
988
Zhu Yib481de92007-09-25 17:54:57 -0700989/******************************************************************************
990 *
991 * Generic RX handler implementations
992 *
993 ******************************************************************************/
Tomas Winkler885ba202008-05-29 16:34:55 +0800994static void iwl_rx_reply_alive(struct iwl_priv *priv,
995 struct iwl_rx_mem_buffer *rxb)
Zhu Yib481de92007-09-25 17:54:57 -0700996{
Tomas Winklerdb11d632008-05-05 10:22:33 +0800997 struct iwl_rx_packet *pkt = (struct iwl_rx_packet *)rxb->skb->data;
Tomas Winkler885ba202008-05-29 16:34:55 +0800998 struct iwl_alive_resp *palive;
Zhu Yib481de92007-09-25 17:54:57 -0700999 struct delayed_work *pwork;
1000
1001 palive = &pkt->u.alive_frame;
1002
1003 IWL_DEBUG_INFO("Alive ucode status 0x%08X revision "
1004 "0x%01X 0x%01X\n",
1005 palive->is_valid, palive->ver_type,
1006 palive->ver_subtype);
1007
1008 if (palive->ver_subtype == INITIALIZE_SUBTYPE) {
1009 IWL_DEBUG_INFO("Initialization Alive received.\n");
1010 memcpy(&priv->card_alive_init,
1011 &pkt->u.alive_frame,
Tomas Winkler885ba202008-05-29 16:34:55 +08001012 sizeof(struct iwl_init_alive_resp));
Zhu Yib481de92007-09-25 17:54:57 -07001013 pwork = &priv->init_alive_start;
1014 } else {
1015 IWL_DEBUG_INFO("Runtime Alive received.\n");
1016 memcpy(&priv->card_alive, &pkt->u.alive_frame,
Tomas Winkler885ba202008-05-29 16:34:55 +08001017 sizeof(struct iwl_alive_resp));
Zhu Yib481de92007-09-25 17:54:57 -07001018 pwork = &priv->alive_start;
1019 }
1020
1021 /* We delay the ALIVE response by 5ms to
1022 * give the HW RF Kill time to activate... */
1023 if (palive->is_valid == UCODE_VALID_OK)
1024 queue_delayed_work(priv->workqueue, pwork,
1025 msecs_to_jiffies(5));
1026 else
1027 IWL_WARNING("uCode did not respond OK.\n");
1028}
1029
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07001030static void iwl4965_rx_reply_error(struct iwl_priv *priv,
Tomas Winklera55360e2008-05-05 10:22:28 +08001031 struct iwl_rx_mem_buffer *rxb)
Zhu Yib481de92007-09-25 17:54:57 -07001032{
Tomas Winklerdb11d632008-05-05 10:22:33 +08001033 struct iwl_rx_packet *pkt = (struct iwl_rx_packet *)rxb->skb->data;
Zhu Yib481de92007-09-25 17:54:57 -07001034
1035 IWL_ERROR("Error Reply type 0x%08X cmd %s (0x%02X) "
1036 "seq 0x%04X ser 0x%08X\n",
1037 le32_to_cpu(pkt->u.err_resp.error_type),
1038 get_cmd_string(pkt->u.err_resp.cmd_id),
1039 pkt->u.err_resp.cmd_id,
1040 le16_to_cpu(pkt->u.err_resp.bad_cmd_seq_num),
1041 le32_to_cpu(pkt->u.err_resp.error_info));
1042}
1043
1044#define TX_STATUS_ENTRY(x) case TX_STATUS_FAIL_ ## x: return #x
1045
Tomas Winklera55360e2008-05-05 10:22:28 +08001046static void iwl4965_rx_csa(struct iwl_priv *priv, struct iwl_rx_mem_buffer *rxb)
Zhu Yib481de92007-09-25 17:54:57 -07001047{
Tomas Winklerdb11d632008-05-05 10:22:33 +08001048 struct iwl_rx_packet *pkt = (struct iwl_rx_packet *)rxb->skb->data;
Gregory Greenmanc1adf9f2008-05-15 13:53:59 +08001049 struct iwl_rxon_cmd *rxon = (void *)&priv->active_rxon;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001050 struct iwl4965_csa_notification *csa = &(pkt->u.csa_notif);
Zhu Yib481de92007-09-25 17:54:57 -07001051 IWL_DEBUG_11H("CSA notif: channel %d, status %d\n",
1052 le16_to_cpu(csa->channel), le32_to_cpu(csa->status));
1053 rxon->channel = csa->channel;
1054 priv->staging_rxon.channel = csa->channel;
1055}
1056
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07001057static void iwl4965_rx_spectrum_measure_notif(struct iwl_priv *priv,
Tomas Winklera55360e2008-05-05 10:22:28 +08001058 struct iwl_rx_mem_buffer *rxb)
Zhu Yib481de92007-09-25 17:54:57 -07001059{
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +08001060#ifdef CONFIG_IWL4965_SPECTRUM_MEASUREMENT
Tomas Winklerdb11d632008-05-05 10:22:33 +08001061 struct iwl_rx_packet *pkt = (struct iwl_rx_packet *)rxb->skb->data;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001062 struct iwl4965_spectrum_notification *report = &(pkt->u.spectrum_notif);
Zhu Yib481de92007-09-25 17:54:57 -07001063
1064 if (!report->state) {
Ester Kummerf3d67992008-05-06 11:05:12 +08001065 IWL_DEBUG(IWL_DL_11H,
1066 "Spectrum Measure Notification: Start\n");
Zhu Yib481de92007-09-25 17:54:57 -07001067 return;
1068 }
1069
1070 memcpy(&priv->measure_report, report, sizeof(*report));
1071 priv->measurement_status |= MEASUREMENT_READY;
1072#endif
1073}
1074
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07001075static void iwl4965_rx_pm_sleep_notif(struct iwl_priv *priv,
Tomas Winklera55360e2008-05-05 10:22:28 +08001076 struct iwl_rx_mem_buffer *rxb)
Zhu Yib481de92007-09-25 17:54:57 -07001077{
Tomas Winkler0a6857e2008-03-12 16:58:49 -07001078#ifdef CONFIG_IWLWIFI_DEBUG
Tomas Winklerdb11d632008-05-05 10:22:33 +08001079 struct iwl_rx_packet *pkt = (struct iwl_rx_packet *)rxb->skb->data;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001080 struct iwl4965_sleep_notification *sleep = &(pkt->u.sleep_notif);
Zhu Yib481de92007-09-25 17:54:57 -07001081 IWL_DEBUG_RX("sleep mode: %d, src: %d\n",
1082 sleep->pm_sleep_mode, sleep->pm_wakeup_src);
1083#endif
1084}
1085
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07001086static void iwl4965_rx_pm_debug_statistics_notif(struct iwl_priv *priv,
Tomas Winklera55360e2008-05-05 10:22:28 +08001087 struct iwl_rx_mem_buffer *rxb)
Zhu Yib481de92007-09-25 17:54:57 -07001088{
Tomas Winklerdb11d632008-05-05 10:22:33 +08001089 struct iwl_rx_packet *pkt = (struct iwl_rx_packet *)rxb->skb->data;
Zhu Yib481de92007-09-25 17:54:57 -07001090 IWL_DEBUG_RADIO("Dumping %d bytes of unhandled "
1091 "notification for %s:\n",
1092 le32_to_cpu(pkt->len), get_cmd_string(pkt->hdr.cmd));
Ester Kummerbf403db2008-05-05 10:22:40 +08001093 iwl_print_hex_dump(priv, IWL_DL_RADIO, pkt->u.raw, le32_to_cpu(pkt->len));
Zhu Yib481de92007-09-25 17:54:57 -07001094}
1095
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001096static void iwl4965_bg_beacon_update(struct work_struct *work)
Zhu Yib481de92007-09-25 17:54:57 -07001097{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07001098 struct iwl_priv *priv =
1099 container_of(work, struct iwl_priv, beacon_update);
Zhu Yib481de92007-09-25 17:54:57 -07001100 struct sk_buff *beacon;
1101
1102 /* Pull updated AP beacon from mac80211. will fail if not in AP mode */
Johannes Berge039fa42008-05-15 12:55:29 +02001103 beacon = ieee80211_beacon_get(priv->hw, priv->vif);
Zhu Yib481de92007-09-25 17:54:57 -07001104
1105 if (!beacon) {
1106 IWL_ERROR("update beacon failed\n");
1107 return;
1108 }
1109
1110 mutex_lock(&priv->mutex);
1111 /* new beacon skb is allocated every time; dispose previous.*/
1112 if (priv->ibss_beacon)
1113 dev_kfree_skb(priv->ibss_beacon);
1114
1115 priv->ibss_beacon = beacon;
1116 mutex_unlock(&priv->mutex);
1117
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001118 iwl4965_send_beacon_cmd(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001119}
1120
Emmanuel Grumbach4e393172008-06-12 09:46:53 +08001121/**
1122 * iwl4965_bg_statistics_periodic - Timer callback to queue statistics
1123 *
1124 * This callback is provided in order to send a statistics request.
1125 *
1126 * This timer function is continually reset to execute within
1127 * REG_RECALIB_PERIOD seconds since the last STATISTICS_NOTIFICATION
1128 * was received. We need to ensure we receive the statistics in order
1129 * to update the temperature used for calibrating the TXPOWER.
1130 */
1131static void iwl4965_bg_statistics_periodic(unsigned long data)
1132{
1133 struct iwl_priv *priv = (struct iwl_priv *)data;
1134
1135 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
1136 return;
1137
1138 iwl_send_statistics_request(priv, CMD_ASYNC);
1139}
1140
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07001141static void iwl4965_rx_beacon_notif(struct iwl_priv *priv,
Tomas Winklera55360e2008-05-05 10:22:28 +08001142 struct iwl_rx_mem_buffer *rxb)
Zhu Yib481de92007-09-25 17:54:57 -07001143{
Tomas Winkler0a6857e2008-03-12 16:58:49 -07001144#ifdef CONFIG_IWLWIFI_DEBUG
Tomas Winklerdb11d632008-05-05 10:22:33 +08001145 struct iwl_rx_packet *pkt = (struct iwl_rx_packet *)rxb->skb->data;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001146 struct iwl4965_beacon_notif *beacon = &(pkt->u.beacon_status);
Tomas Winklere7d326a2008-06-12 09:47:11 +08001147 u8 rate = iwl_hw_get_rate(beacon->beacon_notify_hdr.rate_n_flags);
Zhu Yib481de92007-09-25 17:54:57 -07001148
1149 IWL_DEBUG_RX("beacon status %x retries %d iss %d "
1150 "tsf %d %d rate %d\n",
Tomas Winkler25a65722008-06-12 09:47:07 +08001151 le32_to_cpu(beacon->beacon_notify_hdr.u.status) & TX_STATUS_MSK,
Zhu Yib481de92007-09-25 17:54:57 -07001152 beacon->beacon_notify_hdr.failure_frame,
1153 le32_to_cpu(beacon->ibss_mgr_status),
1154 le32_to_cpu(beacon->high_tsf),
1155 le32_to_cpu(beacon->low_tsf), rate);
1156#endif
1157
1158 if ((priv->iw_mode == IEEE80211_IF_TYPE_AP) &&
1159 (!test_bit(STATUS_EXIT_PENDING, &priv->status)))
1160 queue_work(priv->workqueue, &priv->beacon_update);
1161}
1162
Zhu Yib481de92007-09-25 17:54:57 -07001163/* Handle notification from uCode that card's power state is changing
1164 * due to software, hardware, or critical temperature RFKILL */
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07001165static void iwl4965_rx_card_state_notif(struct iwl_priv *priv,
Tomas Winklera55360e2008-05-05 10:22:28 +08001166 struct iwl_rx_mem_buffer *rxb)
Zhu Yib481de92007-09-25 17:54:57 -07001167{
Tomas Winklerdb11d632008-05-05 10:22:33 +08001168 struct iwl_rx_packet *pkt = (struct iwl_rx_packet *)rxb->skb->data;
Zhu Yib481de92007-09-25 17:54:57 -07001169 u32 flags = le32_to_cpu(pkt->u.card_state_notif.flags);
1170 unsigned long status = priv->status;
1171
1172 IWL_DEBUG_RF_KILL("Card state received: HW:%s SW:%s\n",
1173 (flags & HW_CARD_DISABLED) ? "Kill" : "On",
1174 (flags & SW_CARD_DISABLED) ? "Kill" : "On");
1175
1176 if (flags & (SW_CARD_DISABLED | HW_CARD_DISABLED |
1177 RF_CARD_DISABLED)) {
1178
Tomas Winkler3395f6e2008-03-25 16:33:37 -07001179 iwl_write32(priv, CSR_UCODE_DRV_GP1_SET,
Zhu Yib481de92007-09-25 17:54:57 -07001180 CSR_UCODE_DRV_GP1_BIT_CMD_BLOCKED);
1181
Tomas Winkler3395f6e2008-03-25 16:33:37 -07001182 if (!iwl_grab_nic_access(priv)) {
1183 iwl_write_direct32(
Zhu Yib481de92007-09-25 17:54:57 -07001184 priv, HBUS_TARG_MBX_C,
1185 HBUS_TARG_MBX_C_REG_BIT_CMD_BLOCKED);
1186
Tomas Winkler3395f6e2008-03-25 16:33:37 -07001187 iwl_release_nic_access(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001188 }
1189
1190 if (!(flags & RXON_CARD_DISABLED)) {
Tomas Winkler3395f6e2008-03-25 16:33:37 -07001191 iwl_write32(priv, CSR_UCODE_DRV_GP1_CLR,
Zhu Yib481de92007-09-25 17:54:57 -07001192 CSR_UCODE_DRV_GP1_BIT_CMD_BLOCKED);
Tomas Winkler3395f6e2008-03-25 16:33:37 -07001193 if (!iwl_grab_nic_access(priv)) {
1194 iwl_write_direct32(
Zhu Yib481de92007-09-25 17:54:57 -07001195 priv, HBUS_TARG_MBX_C,
1196 HBUS_TARG_MBX_C_REG_BIT_CMD_BLOCKED);
1197
Tomas Winkler3395f6e2008-03-25 16:33:37 -07001198 iwl_release_nic_access(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001199 }
1200 }
1201
1202 if (flags & RF_CARD_DISABLED) {
Tomas Winkler3395f6e2008-03-25 16:33:37 -07001203 iwl_write32(priv, CSR_UCODE_DRV_GP1_SET,
Zhu Yib481de92007-09-25 17:54:57 -07001204 CSR_UCODE_DRV_GP1_REG_BIT_CT_KILL_EXIT);
Tomas Winkler3395f6e2008-03-25 16:33:37 -07001205 iwl_read32(priv, CSR_UCODE_DRV_GP1);
1206 if (!iwl_grab_nic_access(priv))
1207 iwl_release_nic_access(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001208 }
1209 }
1210
1211 if (flags & HW_CARD_DISABLED)
1212 set_bit(STATUS_RF_KILL_HW, &priv->status);
1213 else
1214 clear_bit(STATUS_RF_KILL_HW, &priv->status);
1215
1216
1217 if (flags & SW_CARD_DISABLED)
1218 set_bit(STATUS_RF_KILL_SW, &priv->status);
1219 else
1220 clear_bit(STATUS_RF_KILL_SW, &priv->status);
1221
1222 if (!(flags & RXON_CARD_DISABLED))
Tomas Winkler2a421b92008-06-12 09:47:10 +08001223 iwl_scan_cancel(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001224
1225 if ((test_bit(STATUS_RF_KILL_HW, &status) !=
1226 test_bit(STATUS_RF_KILL_HW, &priv->status)) ||
1227 (test_bit(STATUS_RF_KILL_SW, &status) !=
1228 test_bit(STATUS_RF_KILL_SW, &priv->status)))
1229 queue_work(priv->workqueue, &priv->rf_kill);
1230 else
1231 wake_up_interruptible(&priv->wait_command_queue);
1232}
1233
1234/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001235 * iwl4965_setup_rx_handlers - Initialize Rx handler callbacks
Zhu Yib481de92007-09-25 17:54:57 -07001236 *
1237 * Setup the RX handlers for each of the reply types sent from the uCode
1238 * to the host.
1239 *
1240 * This function chains into the hardware specific files for them to setup
1241 * any hardware specific handlers as well.
1242 */
Emmanuel Grumbach653fa4a2008-06-30 17:23:11 +08001243static void iwl_setup_rx_handlers(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07001244{
Tomas Winkler885ba202008-05-29 16:34:55 +08001245 priv->rx_handlers[REPLY_ALIVE] = iwl_rx_reply_alive;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001246 priv->rx_handlers[REPLY_ERROR] = iwl4965_rx_reply_error;
1247 priv->rx_handlers[CHANNEL_SWITCH_NOTIFICATION] = iwl4965_rx_csa;
Zhu Yib481de92007-09-25 17:54:57 -07001248 priv->rx_handlers[SPECTRUM_MEASURE_NOTIFICATION] =
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001249 iwl4965_rx_spectrum_measure_notif;
1250 priv->rx_handlers[PM_SLEEP_NOTIFICATION] = iwl4965_rx_pm_sleep_notif;
Zhu Yib481de92007-09-25 17:54:57 -07001251 priv->rx_handlers[PM_DEBUG_STATISTIC_NOTIFIC] =
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001252 iwl4965_rx_pm_debug_statistics_notif;
1253 priv->rx_handlers[BEACON_NOTIFICATION] = iwl4965_rx_beacon_notif;
Zhu Yib481de92007-09-25 17:54:57 -07001254
Ben Cahill9fbab512007-11-29 11:09:47 +08001255 /*
1256 * The same handler is used for both the REPLY to a discrete
1257 * statistics request from the host as well as for the periodic
1258 * statistics notifications (after received beacons) from the uCode.
Zhu Yib481de92007-09-25 17:54:57 -07001259 */
Emmanuel Grumbach8f91aec2008-06-30 17:23:07 +08001260 priv->rx_handlers[REPLY_STATISTICS_CMD] = iwl_rx_statistics;
1261 priv->rx_handlers[STATISTICS_NOTIFICATION] = iwl_rx_statistics;
Tomas Winkler2a421b92008-06-12 09:47:10 +08001262
1263 iwl_setup_rx_scan_handlers(priv);
1264
Ron Rindjunsky37a44212008-05-29 16:35:18 +08001265 /* status change handler */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001266 priv->rx_handlers[CARD_STATE_NOTIFICATION] = iwl4965_rx_card_state_notif;
Zhu Yib481de92007-09-25 17:54:57 -07001267
Tomas Winklerc1354752008-05-29 16:35:04 +08001268 priv->rx_handlers[MISSED_BEACONS_NOTIFICATION] =
1269 iwl_rx_missed_beacon_notif;
Ron Rindjunsky37a44212008-05-29 16:35:18 +08001270 /* Rx handlers */
Emmanuel Grumbach1781a072008-06-30 17:23:09 +08001271 priv->rx_handlers[REPLY_RX_PHY_CMD] = iwl_rx_reply_rx_phy;
1272 priv->rx_handlers[REPLY_RX_MPDU_CMD] = iwl_rx_reply_rx;
Emmanuel Grumbach653fa4a2008-06-30 17:23:11 +08001273 /* block ack */
1274 priv->rx_handlers[REPLY_COMPRESSED_BA] = iwl_rx_reply_compressed_ba;
Ben Cahill9fbab512007-11-29 11:09:47 +08001275 /* Set up hardware specific Rx handlers */
Emmanuel Grumbachd4789ef2008-04-24 11:55:20 -07001276 priv->cfg->ops->lib->rx_handler_setup(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001277}
1278
Mohamed Abbas5c0eef92007-11-29 11:10:14 +08001279/*
1280 * this should be called while priv->lock is locked
1281*/
Tomas Winklera55360e2008-05-05 10:22:28 +08001282static void __iwl_rx_replenish(struct iwl_priv *priv)
Mohamed Abbas5c0eef92007-11-29 11:10:14 +08001283{
Tomas Winklera55360e2008-05-05 10:22:28 +08001284 iwl_rx_allocate(priv);
1285 iwl_rx_queue_restock(priv);
Mohamed Abbas5c0eef92007-11-29 11:10:14 +08001286}
1287
1288
Zhu Yib481de92007-09-25 17:54:57 -07001289/**
Tomas Winklera55360e2008-05-05 10:22:28 +08001290 * iwl_rx_handle - Main entry function for receiving responses from uCode
Zhu Yib481de92007-09-25 17:54:57 -07001291 *
1292 * Uses the priv->rx_handlers callback function array to invoke
1293 * the appropriate handlers, including command responses,
1294 * frame-received notifications, and other notifications.
1295 */
Tomas Winklera55360e2008-05-05 10:22:28 +08001296void iwl_rx_handle(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07001297{
Tomas Winklera55360e2008-05-05 10:22:28 +08001298 struct iwl_rx_mem_buffer *rxb;
Tomas Winklerdb11d632008-05-05 10:22:33 +08001299 struct iwl_rx_packet *pkt;
Tomas Winklera55360e2008-05-05 10:22:28 +08001300 struct iwl_rx_queue *rxq = &priv->rxq;
Zhu Yib481de92007-09-25 17:54:57 -07001301 u32 r, i;
1302 int reclaim;
1303 unsigned long flags;
Mohamed Abbas5c0eef92007-11-29 11:10:14 +08001304 u8 fill_rx = 0;
Mohamed Abbasd68ab682008-02-07 13:16:33 -08001305 u32 count = 8;
Zhu Yib481de92007-09-25 17:54:57 -07001306
Cahill, Ben M6440adb2007-11-29 11:09:55 +08001307 /* uCode's read index (stored in shared DRAM) indicates the last Rx
1308 * buffer that the driver may process (last buffer filled by ucode). */
Ron Rindjunskyd67f5482008-05-05 10:22:49 +08001309 r = priv->cfg->ops->lib->shared_mem_rx_idx(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001310 i = rxq->read;
1311
1312 /* Rx interrupt, but nothing sent from uCode */
1313 if (i == r)
Ester Kummerf3d67992008-05-06 11:05:12 +08001314 IWL_DEBUG(IWL_DL_RX, "r = %d, i = %d\n", r, i);
Zhu Yib481de92007-09-25 17:54:57 -07001315
Tomas Winklera55360e2008-05-05 10:22:28 +08001316 if (iwl_rx_queue_space(rxq) > (RX_QUEUE_SIZE / 2))
Mohamed Abbas5c0eef92007-11-29 11:10:14 +08001317 fill_rx = 1;
1318
Zhu Yib481de92007-09-25 17:54:57 -07001319 while (i != r) {
1320 rxb = rxq->queue[i];
1321
Ben Cahill9fbab512007-11-29 11:09:47 +08001322 /* If an RXB doesn't have a Rx queue slot associated with it,
Zhu Yib481de92007-09-25 17:54:57 -07001323 * then a bug has been introduced in the queue refilling
1324 * routines -- catch it here */
1325 BUG_ON(rxb == NULL);
1326
1327 rxq->queue[i] = NULL;
1328
1329 pci_dma_sync_single_for_cpu(priv->pci_dev, rxb->dma_addr,
Tomas Winkler5425e492008-04-15 16:01:38 -07001330 priv->hw_params.rx_buf_size,
Zhu Yib481de92007-09-25 17:54:57 -07001331 PCI_DMA_FROMDEVICE);
Tomas Winklerdb11d632008-05-05 10:22:33 +08001332 pkt = (struct iwl_rx_packet *)rxb->skb->data;
Zhu Yib481de92007-09-25 17:54:57 -07001333
1334 /* Reclaim a command buffer only if this packet is a response
1335 * to a (driver-originated) command.
1336 * If the packet (e.g. Rx frame) originated from uCode,
1337 * there is no command buffer to reclaim.
1338 * Ucode should set SEQ_RX_FRAME bit if ucode-originated,
1339 * but apparently a few don't get set; catch them here. */
1340 reclaim = !(pkt->hdr.sequence & SEQ_RX_FRAME) &&
1341 (pkt->hdr.cmd != REPLY_RX_PHY_CMD) &&
Tomas Winkler857485c2008-03-21 13:53:44 -07001342 (pkt->hdr.cmd != REPLY_RX) &&
Zhu Yicfe01702007-09-27 11:27:31 +08001343 (pkt->hdr.cmd != REPLY_COMPRESSED_BA) &&
Zhu Yib481de92007-09-25 17:54:57 -07001344 (pkt->hdr.cmd != STATISTICS_NOTIFICATION) &&
1345 (pkt->hdr.cmd != REPLY_TX);
1346
1347 /* Based on type of command response or notification,
1348 * handle those that need handling via function in
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001349 * rx_handlers table. See iwl4965_setup_rx_handlers() */
Zhu Yib481de92007-09-25 17:54:57 -07001350 if (priv->rx_handlers[pkt->hdr.cmd]) {
Ester Kummerf3d67992008-05-06 11:05:12 +08001351 IWL_DEBUG(IWL_DL_RX, "r = %d, i = %d, %s, 0x%02x\n", r,
1352 i, get_cmd_string(pkt->hdr.cmd), pkt->hdr.cmd);
Zhu Yib481de92007-09-25 17:54:57 -07001353 priv->rx_handlers[pkt->hdr.cmd] (priv, rxb);
1354 } else {
1355 /* No handling needed */
Ester Kummerf3d67992008-05-06 11:05:12 +08001356 IWL_DEBUG(IWL_DL_RX,
Zhu Yib481de92007-09-25 17:54:57 -07001357 "r %d i %d No handler needed for %s, 0x%02x\n",
1358 r, i, get_cmd_string(pkt->hdr.cmd),
1359 pkt->hdr.cmd);
1360 }
1361
1362 if (reclaim) {
Ben Cahill9fbab512007-11-29 11:09:47 +08001363 /* Invoke any callbacks, transfer the skb to caller, and
Tomas Winkler857485c2008-03-21 13:53:44 -07001364 * fire off the (possibly) blocking iwl_send_cmd()
Zhu Yib481de92007-09-25 17:54:57 -07001365 * as we reclaim the driver command queue */
1366 if (rxb && rxb->skb)
Tomas Winkler17b88922008-05-29 16:35:12 +08001367 iwl_tx_cmd_complete(priv, rxb);
Zhu Yib481de92007-09-25 17:54:57 -07001368 else
1369 IWL_WARNING("Claim null rxb?\n");
1370 }
1371
1372 /* For now we just don't re-use anything. We can tweak this
1373 * later to try and re-use notification packets and SKBs that
1374 * fail to Rx correctly */
1375 if (rxb->skb != NULL) {
1376 priv->alloc_rxb_skb--;
1377 dev_kfree_skb_any(rxb->skb);
1378 rxb->skb = NULL;
1379 }
1380
1381 pci_unmap_single(priv->pci_dev, rxb->dma_addr,
Tomas Winkler5425e492008-04-15 16:01:38 -07001382 priv->hw_params.rx_buf_size,
Ron Rindjunsky9ee1ba42007-11-26 16:14:42 +02001383 PCI_DMA_FROMDEVICE);
Zhu Yib481de92007-09-25 17:54:57 -07001384 spin_lock_irqsave(&rxq->lock, flags);
1385 list_add_tail(&rxb->list, &priv->rxq.rx_used);
1386 spin_unlock_irqrestore(&rxq->lock, flags);
1387 i = (i + 1) & RX_QUEUE_MASK;
Mohamed Abbas5c0eef92007-11-29 11:10:14 +08001388 /* If there are a lot of unused frames,
1389 * restock the Rx queue so ucode wont assert. */
1390 if (fill_rx) {
1391 count++;
1392 if (count >= 8) {
1393 priv->rxq.read = i;
Tomas Winklera55360e2008-05-05 10:22:28 +08001394 __iwl_rx_replenish(priv);
Mohamed Abbas5c0eef92007-11-29 11:10:14 +08001395 count = 0;
1396 }
1397 }
Zhu Yib481de92007-09-25 17:54:57 -07001398 }
1399
1400 /* Backtrack one entry */
1401 priv->rxq.read = i;
Tomas Winklera55360e2008-05-05 10:22:28 +08001402 iwl_rx_queue_restock(priv);
1403}
Tomas Winklera55360e2008-05-05 10:22:28 +08001404
Tomas Winkler0a6857e2008-03-12 16:58:49 -07001405#ifdef CONFIG_IWLWIFI_DEBUG
Ester Kummerbf403db2008-05-05 10:22:40 +08001406static void iwl4965_print_rx_config_cmd(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07001407{
Gregory Greenmanc1adf9f2008-05-15 13:53:59 +08001408 struct iwl_rxon_cmd *rxon = &priv->staging_rxon;
Joe Perches0795af52007-10-03 17:59:30 -07001409 DECLARE_MAC_BUF(mac);
1410
Zhu Yib481de92007-09-25 17:54:57 -07001411 IWL_DEBUG_RADIO("RX CONFIG:\n");
Ester Kummerbf403db2008-05-05 10:22:40 +08001412 iwl_print_hex_dump(priv, IWL_DL_RADIO, (u8 *) rxon, sizeof(*rxon));
Zhu Yib481de92007-09-25 17:54:57 -07001413 IWL_DEBUG_RADIO("u16 channel: 0x%x\n", le16_to_cpu(rxon->channel));
1414 IWL_DEBUG_RADIO("u32 flags: 0x%08X\n", le32_to_cpu(rxon->flags));
1415 IWL_DEBUG_RADIO("u32 filter_flags: 0x%08x\n",
1416 le32_to_cpu(rxon->filter_flags));
1417 IWL_DEBUG_RADIO("u8 dev_type: 0x%x\n", rxon->dev_type);
1418 IWL_DEBUG_RADIO("u8 ofdm_basic_rates: 0x%02x\n",
1419 rxon->ofdm_basic_rates);
1420 IWL_DEBUG_RADIO("u8 cck_basic_rates: 0x%02x\n", rxon->cck_basic_rates);
Joe Perches0795af52007-10-03 17:59:30 -07001421 IWL_DEBUG_RADIO("u8[6] node_addr: %s\n",
1422 print_mac(mac, rxon->node_addr));
1423 IWL_DEBUG_RADIO("u8[6] bssid_addr: %s\n",
1424 print_mac(mac, rxon->bssid_addr));
Zhu Yib481de92007-09-25 17:54:57 -07001425 IWL_DEBUG_RADIO("u16 assoc_id: 0x%x\n", le16_to_cpu(rxon->assoc_id));
1426}
1427#endif
1428
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07001429static void iwl4965_enable_interrupts(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07001430{
1431 IWL_DEBUG_ISR("Enabling interrupts\n");
1432 set_bit(STATUS_INT_ENABLED, &priv->status);
Tomas Winkler3395f6e2008-03-25 16:33:37 -07001433 iwl_write32(priv, CSR_INT_MASK, CSR_INI_SET_MASK);
Zhu Yib481de92007-09-25 17:54:57 -07001434}
1435
Mohamed Abbas0359fac2008-03-28 16:21:08 -07001436/* call this function to flush any scheduled tasklet */
1437static inline void iwl_synchronize_irq(struct iwl_priv *priv)
1438{
1439 /* wait to make sure we flush pedding tasklet*/
1440 synchronize_irq(priv->pci_dev->irq);
1441 tasklet_kill(&priv->irq_tasklet);
1442}
1443
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07001444static inline void iwl4965_disable_interrupts(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07001445{
1446 clear_bit(STATUS_INT_ENABLED, &priv->status);
1447
1448 /* disable interrupts from uCode/NIC to host */
Tomas Winkler3395f6e2008-03-25 16:33:37 -07001449 iwl_write32(priv, CSR_INT_MASK, 0x00000000);
Zhu Yib481de92007-09-25 17:54:57 -07001450
1451 /* acknowledge/clear/reset any interrupts still pending
1452 * from uCode or flow handler (Rx/Tx DMA) */
Tomas Winkler3395f6e2008-03-25 16:33:37 -07001453 iwl_write32(priv, CSR_INT, 0xffffffff);
1454 iwl_write32(priv, CSR_FH_INT_STATUS, 0xffffffff);
Zhu Yib481de92007-09-25 17:54:57 -07001455 IWL_DEBUG_ISR("Disabled interrupts\n");
1456}
1457
Zhu Yib481de92007-09-25 17:54:57 -07001458
Zhu Yib481de92007-09-25 17:54:57 -07001459/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001460 * iwl4965_irq_handle_error - called for HW or SW error interrupt from card
Zhu Yib481de92007-09-25 17:54:57 -07001461 */
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07001462static void iwl4965_irq_handle_error(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07001463{
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001464 /* Set the FW error flag -- cleared on iwl4965_down */
Zhu Yib481de92007-09-25 17:54:57 -07001465 set_bit(STATUS_FW_ERROR, &priv->status);
1466
1467 /* Cancel currently queued command. */
1468 clear_bit(STATUS_HCMD_ACTIVE, &priv->status);
1469
Tomas Winkler0a6857e2008-03-12 16:58:49 -07001470#ifdef CONFIG_IWLWIFI_DEBUG
Ester Kummerbf403db2008-05-05 10:22:40 +08001471 if (priv->debug_level & IWL_DL_FW_ERRORS) {
Ester Kummerede0cba2008-05-29 16:34:46 +08001472 iwl_dump_nic_error_log(priv);
Ester Kummer189a2b52008-05-15 13:54:18 +08001473 iwl_dump_nic_event_log(priv);
Ester Kummerbf403db2008-05-05 10:22:40 +08001474 iwl4965_print_rx_config_cmd(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001475 }
1476#endif
1477
1478 wake_up_interruptible(&priv->wait_command_queue);
1479
1480 /* Keep the restart process from trying to send host
1481 * commands by clearing the INIT status bit */
1482 clear_bit(STATUS_READY, &priv->status);
1483
1484 if (!test_bit(STATUS_EXIT_PENDING, &priv->status)) {
Ester Kummerf3d67992008-05-06 11:05:12 +08001485 IWL_DEBUG(IWL_DL_FW_ERRORS,
Zhu Yib481de92007-09-25 17:54:57 -07001486 "Restarting adapter due to uCode error.\n");
1487
Tomas Winkler3109ece2008-03-28 16:33:35 -07001488 if (iwl_is_associated(priv)) {
Zhu Yib481de92007-09-25 17:54:57 -07001489 memcpy(&priv->recovery_rxon, &priv->active_rxon,
1490 sizeof(priv->recovery_rxon));
1491 priv->error_recovering = 1;
1492 }
Ester Kummer3a1081e2008-05-06 11:05:14 +08001493 if (priv->cfg->mod_params->restart_fw)
1494 queue_work(priv->workqueue, &priv->restart);
Zhu Yib481de92007-09-25 17:54:57 -07001495 }
1496}
1497
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07001498static void iwl4965_error_recovery(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07001499{
1500 unsigned long flags;
1501
1502 memcpy(&priv->staging_rxon, &priv->recovery_rxon,
1503 sizeof(priv->staging_rxon));
1504 priv->staging_rxon.filter_flags &= ~RXON_FILTER_ASSOC_MSK;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001505 iwl4965_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001506
Tomas Winkler4f40e4d2008-05-15 13:54:04 +08001507 iwl_rxon_add_station(priv, priv->bssid, 1);
Zhu Yib481de92007-09-25 17:54:57 -07001508
1509 spin_lock_irqsave(&priv->lock, flags);
1510 priv->assoc_id = le16_to_cpu(priv->staging_rxon.assoc_id);
1511 priv->error_recovering = 0;
1512 spin_unlock_irqrestore(&priv->lock, flags);
1513}
1514
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07001515static void iwl4965_irq_tasklet(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07001516{
1517 u32 inta, handled = 0;
1518 u32 inta_fh;
1519 unsigned long flags;
Tomas Winkler0a6857e2008-03-12 16:58:49 -07001520#ifdef CONFIG_IWLWIFI_DEBUG
Zhu Yib481de92007-09-25 17:54:57 -07001521 u32 inta_mask;
1522#endif
1523
1524 spin_lock_irqsave(&priv->lock, flags);
1525
1526 /* Ack/clear/reset pending uCode interrupts.
1527 * Note: Some bits in CSR_INT are "OR" of bits in CSR_FH_INT_STATUS,
1528 * and will clear only when CSR_FH_INT_STATUS gets cleared. */
Tomas Winkler3395f6e2008-03-25 16:33:37 -07001529 inta = iwl_read32(priv, CSR_INT);
1530 iwl_write32(priv, CSR_INT, inta);
Zhu Yib481de92007-09-25 17:54:57 -07001531
1532 /* Ack/clear/reset pending flow-handler (DMA) interrupts.
1533 * Any new interrupts that happen after this, either while we're
1534 * in this tasklet, or later, will show up in next ISR/tasklet. */
Tomas Winkler3395f6e2008-03-25 16:33:37 -07001535 inta_fh = iwl_read32(priv, CSR_FH_INT_STATUS);
1536 iwl_write32(priv, CSR_FH_INT_STATUS, inta_fh);
Zhu Yib481de92007-09-25 17:54:57 -07001537
Tomas Winkler0a6857e2008-03-12 16:58:49 -07001538#ifdef CONFIG_IWLWIFI_DEBUG
Ester Kummerbf403db2008-05-05 10:22:40 +08001539 if (priv->debug_level & IWL_DL_ISR) {
Ben Cahill9fbab512007-11-29 11:09:47 +08001540 /* just for debug */
Tomas Winkler3395f6e2008-03-25 16:33:37 -07001541 inta_mask = iwl_read32(priv, CSR_INT_MASK);
Zhu Yib481de92007-09-25 17:54:57 -07001542 IWL_DEBUG_ISR("inta 0x%08x, enabled 0x%08x, fh 0x%08x\n",
1543 inta, inta_mask, inta_fh);
1544 }
1545#endif
1546
1547 /* Since CSR_INT and CSR_FH_INT_STATUS reads and clears are not
1548 * atomic, make sure that inta covers all the interrupts that
1549 * we've discovered, even if FH interrupt came in just after
1550 * reading CSR_INT. */
Tomas Winkler6f83eaa2008-03-04 18:09:28 -08001551 if (inta_fh & CSR49_FH_INT_RX_MASK)
Zhu Yib481de92007-09-25 17:54:57 -07001552 inta |= CSR_INT_BIT_FH_RX;
Tomas Winkler6f83eaa2008-03-04 18:09:28 -08001553 if (inta_fh & CSR49_FH_INT_TX_MASK)
Zhu Yib481de92007-09-25 17:54:57 -07001554 inta |= CSR_INT_BIT_FH_TX;
1555
1556 /* Now service all interrupt bits discovered above. */
1557 if (inta & CSR_INT_BIT_HW_ERR) {
1558 IWL_ERROR("Microcode HW error detected. Restarting.\n");
1559
1560 /* Tell the device to stop sending interrupts */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001561 iwl4965_disable_interrupts(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001562
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001563 iwl4965_irq_handle_error(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001564
1565 handled |= CSR_INT_BIT_HW_ERR;
1566
1567 spin_unlock_irqrestore(&priv->lock, flags);
1568
1569 return;
1570 }
1571
Tomas Winkler0a6857e2008-03-12 16:58:49 -07001572#ifdef CONFIG_IWLWIFI_DEBUG
Ester Kummerbf403db2008-05-05 10:22:40 +08001573 if (priv->debug_level & (IWL_DL_ISR)) {
Zhu Yib481de92007-09-25 17:54:57 -07001574 /* NIC fires this, but we don't use it, redundant with WAKEUP */
Joonwoo Park25c03d82008-01-23 10:15:20 -08001575 if (inta & CSR_INT_BIT_SCD)
1576 IWL_DEBUG_ISR("Scheduler finished to transmit "
1577 "the frame/frames.\n");
Zhu Yib481de92007-09-25 17:54:57 -07001578
1579 /* Alive notification via Rx interrupt will do the real work */
1580 if (inta & CSR_INT_BIT_ALIVE)
1581 IWL_DEBUG_ISR("Alive interrupt\n");
1582 }
1583#endif
1584 /* Safely ignore these bits for debug checks below */
Joonwoo Park25c03d82008-01-23 10:15:20 -08001585 inta &= ~(CSR_INT_BIT_SCD | CSR_INT_BIT_ALIVE);
Zhu Yib481de92007-09-25 17:54:57 -07001586
Ben Cahill9fbab512007-11-29 11:09:47 +08001587 /* HW RF KILL switch toggled */
Zhu Yib481de92007-09-25 17:54:57 -07001588 if (inta & CSR_INT_BIT_RF_KILL) {
1589 int hw_rf_kill = 0;
Tomas Winkler3395f6e2008-03-25 16:33:37 -07001590 if (!(iwl_read32(priv, CSR_GP_CNTRL) &
Zhu Yib481de92007-09-25 17:54:57 -07001591 CSR_GP_CNTRL_REG_FLAG_HW_RF_KILL_SW))
1592 hw_rf_kill = 1;
1593
Ester Kummerf3d67992008-05-06 11:05:12 +08001594 IWL_DEBUG(IWL_DL_RF_KILL, "RF_KILL bit toggled to %s.\n",
Zhu Yib481de92007-09-25 17:54:57 -07001595 hw_rf_kill ? "disable radio":"enable radio");
1596
Emmanuel Grumbacha9efa652008-06-30 17:23:25 +08001597 /* driver only loads ucode once setting the interface up.
1598 * the driver as well won't allow loading if RFKILL is set
1599 * therefore no need to restart the driver from this handler
1600 */
1601 if (!hw_rf_kill && !test_bit(STATUS_ALIVE, &priv->status))
Zhu Yi53e49092007-12-06 16:08:44 +08001602 clear_bit(STATUS_RF_KILL_HW, &priv->status);
Zhu Yib481de92007-09-25 17:54:57 -07001603
1604 handled |= CSR_INT_BIT_RF_KILL;
1605 }
1606
Ben Cahill9fbab512007-11-29 11:09:47 +08001607 /* Chip got too hot and stopped itself */
Zhu Yib481de92007-09-25 17:54:57 -07001608 if (inta & CSR_INT_BIT_CT_KILL) {
1609 IWL_ERROR("Microcode CT kill error detected.\n");
1610 handled |= CSR_INT_BIT_CT_KILL;
1611 }
1612
1613 /* Error detected by uCode */
1614 if (inta & CSR_INT_BIT_SW_ERR) {
1615 IWL_ERROR("Microcode SW error detected. Restarting 0x%X.\n",
1616 inta);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001617 iwl4965_irq_handle_error(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001618 handled |= CSR_INT_BIT_SW_ERR;
1619 }
1620
1621 /* uCode wakes up after power-down sleep */
1622 if (inta & CSR_INT_BIT_WAKEUP) {
1623 IWL_DEBUG_ISR("Wakeup interrupt\n");
Tomas Winklera55360e2008-05-05 10:22:28 +08001624 iwl_rx_queue_update_write_ptr(priv, &priv->rxq);
Tomas Winklerbabcebf2008-05-15 13:54:00 +08001625 iwl_txq_update_write_ptr(priv, &priv->txq[0]);
1626 iwl_txq_update_write_ptr(priv, &priv->txq[1]);
1627 iwl_txq_update_write_ptr(priv, &priv->txq[2]);
1628 iwl_txq_update_write_ptr(priv, &priv->txq[3]);
1629 iwl_txq_update_write_ptr(priv, &priv->txq[4]);
1630 iwl_txq_update_write_ptr(priv, &priv->txq[5]);
Zhu Yib481de92007-09-25 17:54:57 -07001631
1632 handled |= CSR_INT_BIT_WAKEUP;
1633 }
1634
1635 /* All uCode command responses, including Tx command responses,
1636 * Rx "responses" (frame-received notification), and other
1637 * notifications from uCode come through here*/
1638 if (inta & (CSR_INT_BIT_FH_RX | CSR_INT_BIT_SW_RX)) {
Tomas Winklera55360e2008-05-05 10:22:28 +08001639 iwl_rx_handle(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001640 handled |= (CSR_INT_BIT_FH_RX | CSR_INT_BIT_SW_RX);
1641 }
1642
1643 if (inta & CSR_INT_BIT_FH_TX) {
1644 IWL_DEBUG_ISR("Tx interrupt\n");
1645 handled |= CSR_INT_BIT_FH_TX;
Ron Rindjunskydbb983b2008-05-15 13:54:12 +08001646 /* FH finished to write, send event */
1647 priv->ucode_write_complete = 1;
1648 wake_up_interruptible(&priv->wait_command_queue);
Zhu Yib481de92007-09-25 17:54:57 -07001649 }
1650
1651 if (inta & ~handled)
1652 IWL_ERROR("Unhandled INTA bits 0x%08x\n", inta & ~handled);
1653
1654 if (inta & ~CSR_INI_SET_MASK) {
1655 IWL_WARNING("Disabled INTA bits 0x%08x were pending\n",
1656 inta & ~CSR_INI_SET_MASK);
1657 IWL_WARNING(" with FH_INT = 0x%08x\n", inta_fh);
1658 }
1659
1660 /* Re-enable all interrupts */
Mohamed Abbas0359fac2008-03-28 16:21:08 -07001661 /* only Re-enable if diabled by irq */
1662 if (test_bit(STATUS_INT_ENABLED, &priv->status))
1663 iwl4965_enable_interrupts(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001664
Tomas Winkler0a6857e2008-03-12 16:58:49 -07001665#ifdef CONFIG_IWLWIFI_DEBUG
Ester Kummerbf403db2008-05-05 10:22:40 +08001666 if (priv->debug_level & (IWL_DL_ISR)) {
Tomas Winkler3395f6e2008-03-25 16:33:37 -07001667 inta = iwl_read32(priv, CSR_INT);
1668 inta_mask = iwl_read32(priv, CSR_INT_MASK);
1669 inta_fh = iwl_read32(priv, CSR_FH_INT_STATUS);
Zhu Yib481de92007-09-25 17:54:57 -07001670 IWL_DEBUG_ISR("End inta 0x%08x, enabled 0x%08x, fh 0x%08x, "
1671 "flags 0x%08lx\n", inta, inta_mask, inta_fh, flags);
1672 }
1673#endif
1674 spin_unlock_irqrestore(&priv->lock, flags);
1675}
1676
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001677static irqreturn_t iwl4965_isr(int irq, void *data)
Zhu Yib481de92007-09-25 17:54:57 -07001678{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07001679 struct iwl_priv *priv = data;
Zhu Yib481de92007-09-25 17:54:57 -07001680 u32 inta, inta_mask;
1681 u32 inta_fh;
1682 if (!priv)
1683 return IRQ_NONE;
1684
1685 spin_lock(&priv->lock);
1686
1687 /* Disable (but don't clear!) interrupts here to avoid
1688 * back-to-back ISRs and sporadic interrupts from our NIC.
1689 * If we have something to service, the tasklet will re-enable ints.
1690 * If we *don't* have something, we'll re-enable before leaving here. */
Tomas Winkler3395f6e2008-03-25 16:33:37 -07001691 inta_mask = iwl_read32(priv, CSR_INT_MASK); /* just for debug */
1692 iwl_write32(priv, CSR_INT_MASK, 0x00000000);
Zhu Yib481de92007-09-25 17:54:57 -07001693
1694 /* Discover which interrupts are active/pending */
Tomas Winkler3395f6e2008-03-25 16:33:37 -07001695 inta = iwl_read32(priv, CSR_INT);
1696 inta_fh = iwl_read32(priv, CSR_FH_INT_STATUS);
Zhu Yib481de92007-09-25 17:54:57 -07001697
1698 /* Ignore interrupt if there's nothing in NIC to service.
1699 * This may be due to IRQ shared with another device,
1700 * or due to sporadic interrupts thrown from our NIC. */
1701 if (!inta && !inta_fh) {
1702 IWL_DEBUG_ISR("Ignore interrupt, inta == 0, inta_fh == 0\n");
1703 goto none;
1704 }
1705
1706 if ((inta == 0xFFFFFFFF) || ((inta & 0xFFFFFFF0) == 0xa5a5a5a0)) {
Oliver Neukum66fbb542007-11-15 09:31:10 +08001707 /* Hardware disappeared. It might have already raised
1708 * an interrupt */
Zhu Yib481de92007-09-25 17:54:57 -07001709 IWL_WARNING("HARDWARE GONE?? INTA == 0x%080x\n", inta);
Oliver Neukum66fbb542007-11-15 09:31:10 +08001710 goto unplugged;
Zhu Yib481de92007-09-25 17:54:57 -07001711 }
1712
1713 IWL_DEBUG_ISR("ISR inta 0x%08x, enabled 0x%08x, fh 0x%08x\n",
1714 inta, inta_mask, inta_fh);
1715
Joonwoo Park25c03d82008-01-23 10:15:20 -08001716 inta &= ~CSR_INT_BIT_SCD;
1717
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001718 /* iwl4965_irq_tasklet() will service interrupts and re-enable them */
Joonwoo Park25c03d82008-01-23 10:15:20 -08001719 if (likely(inta || inta_fh))
1720 tasklet_schedule(&priv->irq_tasklet);
Zhu Yib481de92007-09-25 17:54:57 -07001721
Oliver Neukum66fbb542007-11-15 09:31:10 +08001722 unplugged:
1723 spin_unlock(&priv->lock);
Zhu Yib481de92007-09-25 17:54:57 -07001724 return IRQ_HANDLED;
1725
1726 none:
1727 /* re-enable interrupts here since we don't have anything to service. */
Mohamed Abbas0359fac2008-03-28 16:21:08 -07001728 /* only Re-enable if diabled by irq */
1729 if (test_bit(STATUS_INT_ENABLED, &priv->status))
1730 iwl4965_enable_interrupts(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001731 spin_unlock(&priv->lock);
1732 return IRQ_NONE;
1733}
1734
Zhu Yib481de92007-09-25 17:54:57 -07001735/******************************************************************************
1736 *
1737 * uCode download functions
1738 *
1739 ******************************************************************************/
1740
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07001741static void iwl4965_dealloc_ucode_pci(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07001742{
Tomas Winkler98c92212008-01-14 17:46:20 -08001743 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_code);
1744 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_data);
1745 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_data_backup);
1746 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_init);
1747 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_init_data);
1748 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_boot);
Zhu Yib481de92007-09-25 17:54:57 -07001749}
1750
Ron Rindjunskyedcdf8b2008-05-15 13:53:55 +08001751static void iwl4965_nic_start(struct iwl_priv *priv)
1752{
1753 /* Remove all resets to allow NIC to operate */
1754 iwl_write32(priv, CSR_RESET, 0);
1755}
1756
1757
Zhu Yib481de92007-09-25 17:54:57 -07001758/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001759 * iwl4965_read_ucode - Read uCode images from disk file.
Zhu Yib481de92007-09-25 17:54:57 -07001760 *
1761 * Copy into buffers for card to fetch via bus-mastering
1762 */
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07001763static int iwl4965_read_ucode(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07001764{
Ron Rindjunsky14b3d332008-06-13 15:44:54 +08001765 struct iwl_ucode *ucode;
Tomas Winkler90e759d2007-11-29 11:09:41 +08001766 int ret;
Zhu Yib481de92007-09-25 17:54:57 -07001767 const struct firmware *ucode_raw;
Tomas Winkler4bf775c2008-03-04 18:09:31 -08001768 const char *name = priv->cfg->fw_name;
Zhu Yib481de92007-09-25 17:54:57 -07001769 u8 *src;
1770 size_t len;
1771 u32 ver, inst_size, data_size, init_size, init_data_size, boot_size;
1772
1773 /* Ask kernel firmware_class module to get the boot firmware off disk.
1774 * request_firmware() is synchronous, file is in memory on return. */
Tomas Winkler90e759d2007-11-29 11:09:41 +08001775 ret = request_firmware(&ucode_raw, name, &priv->pci_dev->dev);
1776 if (ret < 0) {
1777 IWL_ERROR("%s firmware file req failed: Reason %d\n",
1778 name, ret);
Zhu Yib481de92007-09-25 17:54:57 -07001779 goto error;
1780 }
1781
1782 IWL_DEBUG_INFO("Got firmware '%s' file (%zd bytes) from disk\n",
1783 name, ucode_raw->size);
1784
1785 /* Make sure that we got at least our header! */
1786 if (ucode_raw->size < sizeof(*ucode)) {
1787 IWL_ERROR("File size way too small!\n");
Tomas Winkler90e759d2007-11-29 11:09:41 +08001788 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07001789 goto err_release;
1790 }
1791
1792 /* Data from ucode file: header followed by uCode images */
1793 ucode = (void *)ucode_raw->data;
1794
1795 ver = le32_to_cpu(ucode->ver);
1796 inst_size = le32_to_cpu(ucode->inst_size);
1797 data_size = le32_to_cpu(ucode->data_size);
1798 init_size = le32_to_cpu(ucode->init_size);
1799 init_data_size = le32_to_cpu(ucode->init_data_size);
1800 boot_size = le32_to_cpu(ucode->boot_size);
1801
1802 IWL_DEBUG_INFO("f/w package hdr ucode version = 0x%x\n", ver);
1803 IWL_DEBUG_INFO("f/w package hdr runtime inst size = %u\n",
1804 inst_size);
1805 IWL_DEBUG_INFO("f/w package hdr runtime data size = %u\n",
1806 data_size);
1807 IWL_DEBUG_INFO("f/w package hdr init inst size = %u\n",
1808 init_size);
1809 IWL_DEBUG_INFO("f/w package hdr init data size = %u\n",
1810 init_data_size);
1811 IWL_DEBUG_INFO("f/w package hdr boot inst size = %u\n",
1812 boot_size);
1813
1814 /* Verify size of file vs. image size info in file's header */
1815 if (ucode_raw->size < sizeof(*ucode) +
1816 inst_size + data_size + init_size +
1817 init_data_size + boot_size) {
1818
1819 IWL_DEBUG_INFO("uCode file size %d too small\n",
1820 (int)ucode_raw->size);
Tomas Winkler90e759d2007-11-29 11:09:41 +08001821 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07001822 goto err_release;
1823 }
1824
1825 /* Verify that uCode images will fit in card's SRAM */
Ron Rindjunsky099b40b2008-04-21 15:41:53 -07001826 if (inst_size > priv->hw_params.max_inst_size) {
Tomas Winkler90e759d2007-11-29 11:09:41 +08001827 IWL_DEBUG_INFO("uCode instr len %d too large to fit in\n",
1828 inst_size);
1829 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07001830 goto err_release;
1831 }
1832
Ron Rindjunsky099b40b2008-04-21 15:41:53 -07001833 if (data_size > priv->hw_params.max_data_size) {
Tomas Winkler90e759d2007-11-29 11:09:41 +08001834 IWL_DEBUG_INFO("uCode data len %d too large to fit in\n",
1835 data_size);
1836 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07001837 goto err_release;
1838 }
Ron Rindjunsky099b40b2008-04-21 15:41:53 -07001839 if (init_size > priv->hw_params.max_inst_size) {
Zhu Yib481de92007-09-25 17:54:57 -07001840 IWL_DEBUG_INFO
Tomas Winkler90e759d2007-11-29 11:09:41 +08001841 ("uCode init instr len %d too large to fit in\n",
1842 init_size);
1843 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07001844 goto err_release;
1845 }
Ron Rindjunsky099b40b2008-04-21 15:41:53 -07001846 if (init_data_size > priv->hw_params.max_data_size) {
Zhu Yib481de92007-09-25 17:54:57 -07001847 IWL_DEBUG_INFO
Tomas Winkler90e759d2007-11-29 11:09:41 +08001848 ("uCode init data len %d too large to fit in\n",
1849 init_data_size);
1850 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07001851 goto err_release;
1852 }
Ron Rindjunsky099b40b2008-04-21 15:41:53 -07001853 if (boot_size > priv->hw_params.max_bsm_size) {
Zhu Yib481de92007-09-25 17:54:57 -07001854 IWL_DEBUG_INFO
Tomas Winkler90e759d2007-11-29 11:09:41 +08001855 ("uCode boot instr len %d too large to fit in\n",
1856 boot_size);
1857 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07001858 goto err_release;
1859 }
1860
1861 /* Allocate ucode buffers for card's bus-master loading ... */
1862
1863 /* Runtime instructions and 2 copies of data:
1864 * 1) unmodified from disk
1865 * 2) backup cache for save/restore during power-downs */
1866 priv->ucode_code.len = inst_size;
Tomas Winkler98c92212008-01-14 17:46:20 -08001867 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_code);
Zhu Yib481de92007-09-25 17:54:57 -07001868
1869 priv->ucode_data.len = data_size;
Tomas Winkler98c92212008-01-14 17:46:20 -08001870 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_data);
Zhu Yib481de92007-09-25 17:54:57 -07001871
1872 priv->ucode_data_backup.len = data_size;
Tomas Winkler98c92212008-01-14 17:46:20 -08001873 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_data_backup);
Zhu Yib481de92007-09-25 17:54:57 -07001874
1875 /* Initialization instructions and data */
Tomas Winkler90e759d2007-11-29 11:09:41 +08001876 if (init_size && init_data_size) {
1877 priv->ucode_init.len = init_size;
Tomas Winkler98c92212008-01-14 17:46:20 -08001878 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_init);
Zhu Yib481de92007-09-25 17:54:57 -07001879
Tomas Winkler90e759d2007-11-29 11:09:41 +08001880 priv->ucode_init_data.len = init_data_size;
Tomas Winkler98c92212008-01-14 17:46:20 -08001881 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_init_data);
Tomas Winkler90e759d2007-11-29 11:09:41 +08001882
1883 if (!priv->ucode_init.v_addr || !priv->ucode_init_data.v_addr)
1884 goto err_pci_alloc;
1885 }
Zhu Yib481de92007-09-25 17:54:57 -07001886
1887 /* Bootstrap (instructions only, no data) */
Tomas Winkler90e759d2007-11-29 11:09:41 +08001888 if (boot_size) {
1889 priv->ucode_boot.len = boot_size;
Tomas Winkler98c92212008-01-14 17:46:20 -08001890 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_boot);
Zhu Yib481de92007-09-25 17:54:57 -07001891
Tomas Winkler90e759d2007-11-29 11:09:41 +08001892 if (!priv->ucode_boot.v_addr)
1893 goto err_pci_alloc;
1894 }
Zhu Yib481de92007-09-25 17:54:57 -07001895
1896 /* Copy images into buffers for card's bus-master reads ... */
1897
1898 /* Runtime instructions (first block of data in file) */
1899 src = &ucode->data[0];
1900 len = priv->ucode_code.len;
Tomas Winkler90e759d2007-11-29 11:09:41 +08001901 IWL_DEBUG_INFO("Copying (but not loading) uCode instr len %Zd\n", len);
Zhu Yib481de92007-09-25 17:54:57 -07001902 memcpy(priv->ucode_code.v_addr, src, len);
1903 IWL_DEBUG_INFO("uCode instr buf vaddr = 0x%p, paddr = 0x%08x\n",
1904 priv->ucode_code.v_addr, (u32)priv->ucode_code.p_addr);
1905
1906 /* Runtime data (2nd block)
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001907 * NOTE: Copy into backup buffer will be done in iwl4965_up() */
Zhu Yib481de92007-09-25 17:54:57 -07001908 src = &ucode->data[inst_size];
1909 len = priv->ucode_data.len;
Tomas Winkler90e759d2007-11-29 11:09:41 +08001910 IWL_DEBUG_INFO("Copying (but not loading) uCode data len %Zd\n", len);
Zhu Yib481de92007-09-25 17:54:57 -07001911 memcpy(priv->ucode_data.v_addr, src, len);
1912 memcpy(priv->ucode_data_backup.v_addr, src, len);
1913
1914 /* Initialization instructions (3rd block) */
1915 if (init_size) {
1916 src = &ucode->data[inst_size + data_size];
1917 len = priv->ucode_init.len;
Tomas Winkler90e759d2007-11-29 11:09:41 +08001918 IWL_DEBUG_INFO("Copying (but not loading) init instr len %Zd\n",
1919 len);
Zhu Yib481de92007-09-25 17:54:57 -07001920 memcpy(priv->ucode_init.v_addr, src, len);
1921 }
1922
1923 /* Initialization data (4th block) */
1924 if (init_data_size) {
1925 src = &ucode->data[inst_size + data_size + init_size];
1926 len = priv->ucode_init_data.len;
Tomas Winkler90e759d2007-11-29 11:09:41 +08001927 IWL_DEBUG_INFO("Copying (but not loading) init data len %Zd\n",
1928 len);
Zhu Yib481de92007-09-25 17:54:57 -07001929 memcpy(priv->ucode_init_data.v_addr, src, len);
1930 }
1931
1932 /* Bootstrap instructions (5th block) */
1933 src = &ucode->data[inst_size + data_size + init_size + init_data_size];
1934 len = priv->ucode_boot.len;
Tomas Winkler90e759d2007-11-29 11:09:41 +08001935 IWL_DEBUG_INFO("Copying (but not loading) boot instr len %Zd\n", len);
Zhu Yib481de92007-09-25 17:54:57 -07001936 memcpy(priv->ucode_boot.v_addr, src, len);
1937
1938 /* We have our copies now, allow OS release its copies */
1939 release_firmware(ucode_raw);
1940 return 0;
1941
1942 err_pci_alloc:
1943 IWL_ERROR("failed to allocate pci memory\n");
Tomas Winkler90e759d2007-11-29 11:09:41 +08001944 ret = -ENOMEM;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001945 iwl4965_dealloc_ucode_pci(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001946
1947 err_release:
1948 release_firmware(ucode_raw);
1949
1950 error:
Tomas Winkler90e759d2007-11-29 11:09:41 +08001951 return ret;
Zhu Yib481de92007-09-25 17:54:57 -07001952}
1953
Zhu Yib481de92007-09-25 17:54:57 -07001954/**
Tomas Winkler4a4a9e82008-05-29 16:34:54 +08001955 * iwl_alive_start - called after REPLY_ALIVE notification received
Zhu Yib481de92007-09-25 17:54:57 -07001956 * from protocol/runtime uCode (initialization uCode's
Tomas Winkler4a4a9e82008-05-29 16:34:54 +08001957 * Alive gets handled by iwl_init_alive_start()).
Zhu Yib481de92007-09-25 17:54:57 -07001958 */
Tomas Winkler4a4a9e82008-05-29 16:34:54 +08001959static void iwl_alive_start(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07001960{
Tomas Winkler57aab752008-04-14 21:16:03 -07001961 int ret = 0;
Zhu Yib481de92007-09-25 17:54:57 -07001962
1963 IWL_DEBUG_INFO("Runtime Alive received.\n");
1964
1965 if (priv->card_alive.is_valid != UCODE_VALID_OK) {
1966 /* We had an error bringing up the hardware, so take it
1967 * all the way back down so we can try again */
1968 IWL_DEBUG_INFO("Alive failed.\n");
1969 goto restart;
1970 }
1971
1972 /* Initialize uCode has loaded Runtime uCode ... verify inst image.
1973 * This is a paranoid check, because we would not have gotten the
1974 * "runtime" alive if code weren't properly loaded. */
Emmanuel Grumbachb0692f22008-04-24 11:55:18 -07001975 if (iwl_verify_ucode(priv)) {
Zhu Yib481de92007-09-25 17:54:57 -07001976 /* Runtime instruction load was bad;
1977 * take it all the way back down so we can try again */
1978 IWL_DEBUG_INFO("Bad runtime uCode load.\n");
1979 goto restart;
1980 }
1981
Emmanuel Grumbach37deb2a2008-06-30 17:23:08 +08001982 iwl_clear_stations_table(priv);
Tomas Winkler57aab752008-04-14 21:16:03 -07001983 ret = priv->cfg->ops->lib->alive_notify(priv);
1984 if (ret) {
Zhu Yib481de92007-09-25 17:54:57 -07001985 IWL_WARNING("Could not complete ALIVE transition [ntf]: %d\n",
Tomas Winkler57aab752008-04-14 21:16:03 -07001986 ret);
Zhu Yib481de92007-09-25 17:54:57 -07001987 goto restart;
1988 }
1989
Ben Cahill9fbab512007-11-29 11:09:47 +08001990 /* After the ALIVE response, we can send host commands to 4965 uCode */
Zhu Yib481de92007-09-25 17:54:57 -07001991 set_bit(STATUS_ALIVE, &priv->status);
1992
Tomas Winklerfee12472008-04-03 16:05:21 -07001993 if (iwl_is_rfkill(priv))
Zhu Yib481de92007-09-25 17:54:57 -07001994 return;
1995
Johannes Berg36d68252008-05-15 12:55:26 +02001996 ieee80211_wake_queues(priv->hw);
Zhu Yib481de92007-09-25 17:54:57 -07001997
1998 priv->active_rate = priv->rates_mask;
1999 priv->active_rate_basic = priv->rates_mask & IWL_BASIC_RATES_MASK;
2000
Tomas Winkler3109ece2008-03-28 16:33:35 -07002001 if (iwl_is_associated(priv)) {
Gregory Greenmanc1adf9f2008-05-15 13:53:59 +08002002 struct iwl_rxon_cmd *active_rxon =
2003 (struct iwl_rxon_cmd *)&priv->active_rxon;
Zhu Yib481de92007-09-25 17:54:57 -07002004
2005 memcpy(&priv->staging_rxon, &priv->active_rxon,
2006 sizeof(priv->staging_rxon));
2007 active_rxon->filter_flags &= ~RXON_FILTER_ASSOC_MSK;
2008 } else {
2009 /* Initialize our rx_config data */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002010 iwl4965_connection_init_rx_config(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002011 memcpy(priv->staging_rxon.node_addr, priv->mac_addr, ETH_ALEN);
2012 }
2013
Ben Cahill9fbab512007-11-29 11:09:47 +08002014 /* Configure Bluetooth device coexistence support */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002015 iwl4965_send_bt_config(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002016
Tomas Winkler4a4a9e82008-05-29 16:34:54 +08002017 iwl_reset_run_time_calib(priv);
2018
Zhu Yib481de92007-09-25 17:54:57 -07002019 /* Configure the adapter for unassociated operation */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002020 iwl4965_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002021
2022 /* At this point, the NIC is initialized and operational */
Emmanuel Grumbach47f4a582008-06-12 09:47:13 +08002023 iwl_rf_kill_ct_config(priv);
Zhu Yi5a66926a2008-01-14 17:46:18 -08002024
Reinette Chatrefe00b5a2008-04-03 16:05:23 -07002025 iwl_leds_register(priv);
2026
Zhu Yib481de92007-09-25 17:54:57 -07002027 IWL_DEBUG_INFO("ALIVE processing complete.\n");
Rick Farringtona9f46782008-03-18 14:57:49 -07002028 set_bit(STATUS_READY, &priv->status);
Zhu Yi5a66926a2008-01-14 17:46:18 -08002029 wake_up_interruptible(&priv->wait_command_queue);
Zhu Yib481de92007-09-25 17:54:57 -07002030
2031 if (priv->error_recovering)
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002032 iwl4965_error_recovery(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002033
Emmanuel Grumbach58d0f362008-06-12 09:47:19 +08002034 iwl_power_update_mode(priv, 1);
Mohamed Abbas84363e62008-04-04 16:59:58 -07002035 ieee80211_notify_mac(priv->hw, IEEE80211_NOTIFY_RE_ASSOC);
Assaf Kraussc46fbef2008-06-12 09:47:05 +08002036
2037 if (test_and_clear_bit(STATUS_MODE_PENDING, &priv->status))
2038 iwl4965_set_mode(priv, priv->iw_mode);
2039
Zhu Yib481de92007-09-25 17:54:57 -07002040 return;
2041
2042 restart:
2043 queue_work(priv->workqueue, &priv->restart);
2044}
2045
Emmanuel Grumbach4e393172008-06-12 09:46:53 +08002046static void iwl_cancel_deferred_work(struct iwl_priv *priv);
Zhu Yib481de92007-09-25 17:54:57 -07002047
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07002048static void __iwl4965_down(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002049{
2050 unsigned long flags;
2051 int exit_pending = test_bit(STATUS_EXIT_PENDING, &priv->status);
Zhu Yib481de92007-09-25 17:54:57 -07002052
2053 IWL_DEBUG_INFO(DRV_NAME " is going down\n");
2054
Zhu Yib481de92007-09-25 17:54:57 -07002055 if (!exit_pending)
2056 set_bit(STATUS_EXIT_PENDING, &priv->status);
2057
Mohamed Abbasab53d8a2008-03-25 16:33:36 -07002058 iwl_leds_unregister(priv);
2059
Emmanuel Grumbach37deb2a2008-06-30 17:23:08 +08002060 iwl_clear_stations_table(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002061
2062 /* Unblock any waiting calls */
2063 wake_up_interruptible_all(&priv->wait_command_queue);
2064
Zhu Yib481de92007-09-25 17:54:57 -07002065 /* Wipe out the EXIT_PENDING status bit if we are not actually
2066 * exiting the module */
2067 if (!exit_pending)
2068 clear_bit(STATUS_EXIT_PENDING, &priv->status);
2069
2070 /* stop and reset the on-board processor */
Tomas Winkler3395f6e2008-03-25 16:33:37 -07002071 iwl_write32(priv, CSR_RESET, CSR_RESET_REG_FLAG_NEVO_RESET);
Zhu Yib481de92007-09-25 17:54:57 -07002072
2073 /* tell the device to stop sending interrupts */
Mohamed Abbas0359fac2008-03-28 16:21:08 -07002074 spin_lock_irqsave(&priv->lock, flags);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002075 iwl4965_disable_interrupts(priv);
Mohamed Abbas0359fac2008-03-28 16:21:08 -07002076 spin_unlock_irqrestore(&priv->lock, flags);
2077 iwl_synchronize_irq(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002078
2079 if (priv->mac80211_registered)
2080 ieee80211_stop_queues(priv->hw);
2081
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002082 /* If we have not previously called iwl4965_init() then
Zhu Yib481de92007-09-25 17:54:57 -07002083 * clear all bits but the RF Kill and SUSPEND bits and return */
Tomas Winklerfee12472008-04-03 16:05:21 -07002084 if (!iwl_is_init(priv)) {
Zhu Yib481de92007-09-25 17:54:57 -07002085 priv->status = test_bit(STATUS_RF_KILL_HW, &priv->status) <<
2086 STATUS_RF_KILL_HW |
2087 test_bit(STATUS_RF_KILL_SW, &priv->status) <<
2088 STATUS_RF_KILL_SW |
Reinette Chatre97888642008-02-06 11:20:38 -08002089 test_bit(STATUS_GEO_CONFIGURED, &priv->status) <<
2090 STATUS_GEO_CONFIGURED |
Zhu Yib481de92007-09-25 17:54:57 -07002091 test_bit(STATUS_IN_SUSPEND, &priv->status) <<
Mohamed Abbas052ec3f2008-06-30 17:23:15 +08002092 STATUS_IN_SUSPEND |
2093 test_bit(STATUS_EXIT_PENDING, &priv->status) <<
2094 STATUS_EXIT_PENDING;
Zhu Yib481de92007-09-25 17:54:57 -07002095 goto exit;
2096 }
2097
2098 /* ...otherwise clear out all the status bits but the RF Kill and
2099 * SUSPEND bits and continue taking the NIC down. */
2100 priv->status &= test_bit(STATUS_RF_KILL_HW, &priv->status) <<
2101 STATUS_RF_KILL_HW |
2102 test_bit(STATUS_RF_KILL_SW, &priv->status) <<
2103 STATUS_RF_KILL_SW |
Reinette Chatre97888642008-02-06 11:20:38 -08002104 test_bit(STATUS_GEO_CONFIGURED, &priv->status) <<
2105 STATUS_GEO_CONFIGURED |
Zhu Yib481de92007-09-25 17:54:57 -07002106 test_bit(STATUS_IN_SUSPEND, &priv->status) <<
2107 STATUS_IN_SUSPEND |
2108 test_bit(STATUS_FW_ERROR, &priv->status) <<
Mohamed Abbas052ec3f2008-06-30 17:23:15 +08002109 STATUS_FW_ERROR |
2110 test_bit(STATUS_EXIT_PENDING, &priv->status) <<
2111 STATUS_EXIT_PENDING;
Zhu Yib481de92007-09-25 17:54:57 -07002112
2113 spin_lock_irqsave(&priv->lock, flags);
Tomas Winkler3395f6e2008-03-25 16:33:37 -07002114 iwl_clear_bit(priv, CSR_GP_CNTRL,
Ben Cahill9fbab512007-11-29 11:09:47 +08002115 CSR_GP_CNTRL_REG_FLAG_MAC_ACCESS_REQ);
Zhu Yib481de92007-09-25 17:54:57 -07002116 spin_unlock_irqrestore(&priv->lock, flags);
2117
Tomas Winklerda1bc452008-05-29 16:35:00 +08002118 iwl_txq_ctx_stop(priv);
Tomas Winklerb3bbacb2008-05-29 16:35:01 +08002119 iwl_rxq_stop(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002120
2121 spin_lock_irqsave(&priv->lock, flags);
Tomas Winkler3395f6e2008-03-25 16:33:37 -07002122 if (!iwl_grab_nic_access(priv)) {
2123 iwl_write_prph(priv, APMG_CLK_DIS_REG,
Zhu Yib481de92007-09-25 17:54:57 -07002124 APMG_CLK_VAL_DMA_CLK_RQT);
Tomas Winkler3395f6e2008-03-25 16:33:37 -07002125 iwl_release_nic_access(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002126 }
2127 spin_unlock_irqrestore(&priv->lock, flags);
2128
2129 udelay(5);
2130
Tomas Winkler7f066102008-05-29 16:34:57 +08002131 /* FIXME: apm_ops.suspend(priv) */
2132 priv->cfg->ops->lib->apm_ops.reset(priv);
Ron Rindjunsky399f4902008-04-23 17:14:56 -07002133 priv->cfg->ops->lib->free_shared_mem(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002134
2135 exit:
Tomas Winkler885ba202008-05-29 16:34:55 +08002136 memset(&priv->card_alive, 0, sizeof(struct iwl_alive_resp));
Zhu Yib481de92007-09-25 17:54:57 -07002137
2138 if (priv->ibss_beacon)
2139 dev_kfree_skb(priv->ibss_beacon);
2140 priv->ibss_beacon = NULL;
2141
2142 /* clear out any free frames */
Tomas Winklerfcab4232008-05-15 13:54:01 +08002143 iwl_clear_free_frames(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002144}
2145
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07002146static void iwl4965_down(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002147{
2148 mutex_lock(&priv->mutex);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002149 __iwl4965_down(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002150 mutex_unlock(&priv->mutex);
Zhu Yib24d22b2007-12-19 13:59:52 +08002151
Emmanuel Grumbach4e393172008-06-12 09:46:53 +08002152 iwl_cancel_deferred_work(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002153}
2154
2155#define MAX_HW_RESTARTS 5
2156
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07002157static int __iwl4965_up(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002158{
Tomas Winkler57aab752008-04-14 21:16:03 -07002159 int i;
2160 int ret;
Zhu Yib481de92007-09-25 17:54:57 -07002161
2162 if (test_bit(STATUS_EXIT_PENDING, &priv->status)) {
2163 IWL_WARNING("Exit pending; will not bring the NIC up\n");
2164 return -EIO;
2165 }
2166
Reinette Chatree903fbd2008-01-30 22:05:15 -08002167 if (!priv->ucode_data_backup.v_addr || !priv->ucode_data.v_addr) {
2168 IWL_ERROR("ucode not available for device bringup\n");
2169 return -EIO;
2170 }
2171
Zhu Yie655b9f2008-01-24 02:19:38 -08002172 /* If platform's RF_KILL switch is NOT set to KILL */
Tomas Winkler3395f6e2008-03-25 16:33:37 -07002173 if (iwl_read32(priv, CSR_GP_CNTRL) &
Zhu Yie655b9f2008-01-24 02:19:38 -08002174 CSR_GP_CNTRL_REG_FLAG_HW_RF_KILL_SW)
2175 clear_bit(STATUS_RF_KILL_HW, &priv->status);
Emmanuel Grumbach3bff19c2008-06-30 17:23:19 +08002176 else
Zhu Yie655b9f2008-01-24 02:19:38 -08002177 set_bit(STATUS_RF_KILL_HW, &priv->status);
Emmanuel Grumbach3bff19c2008-06-30 17:23:19 +08002178
2179 if (!test_bit(STATUS_IN_SUSPEND, &priv->status) &&
2180 iwl_is_rfkill(priv)) {
Emmanuel Grumbach3bff19c2008-06-30 17:23:19 +08002181 IWL_WARNING("Radio disabled by %s RF Kill switch\n",
2182 test_bit(STATUS_RF_KILL_HW, &priv->status) ? "HW" : "SW");
2183 return -ENODEV;
Zhu Yib481de92007-09-25 17:54:57 -07002184 }
2185
Tomas Winkler3395f6e2008-03-25 16:33:37 -07002186 iwl_write32(priv, CSR_INT, 0xFFFFFFFF);
Zhu Yib481de92007-09-25 17:54:57 -07002187
Ron Rindjunsky399f4902008-04-23 17:14:56 -07002188 ret = priv->cfg->ops->lib->alloc_shared_mem(priv);
2189 if (ret) {
2190 IWL_ERROR("Unable to allocate shared memory\n");
2191 return ret;
2192 }
2193
Ron Rindjunsky1053d352008-05-05 10:22:43 +08002194 ret = iwl_hw_nic_init(priv);
Tomas Winkler57aab752008-04-14 21:16:03 -07002195 if (ret) {
2196 IWL_ERROR("Unable to init nic\n");
2197 return ret;
Zhu Yib481de92007-09-25 17:54:57 -07002198 }
2199
2200 /* make sure rfkill handshake bits are cleared */
Tomas Winkler3395f6e2008-03-25 16:33:37 -07002201 iwl_write32(priv, CSR_UCODE_DRV_GP1_CLR, CSR_UCODE_SW_BIT_RFKILL);
2202 iwl_write32(priv, CSR_UCODE_DRV_GP1_CLR,
Zhu Yib481de92007-09-25 17:54:57 -07002203 CSR_UCODE_DRV_GP1_BIT_CMD_BLOCKED);
2204
2205 /* clear (again), then enable host interrupts */
Tomas Winkler3395f6e2008-03-25 16:33:37 -07002206 iwl_write32(priv, CSR_INT, 0xFFFFFFFF);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002207 iwl4965_enable_interrupts(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002208
2209 /* really make sure rfkill handshake bits are cleared */
Tomas Winkler3395f6e2008-03-25 16:33:37 -07002210 iwl_write32(priv, CSR_UCODE_DRV_GP1_CLR, CSR_UCODE_SW_BIT_RFKILL);
2211 iwl_write32(priv, CSR_UCODE_DRV_GP1_CLR, CSR_UCODE_SW_BIT_RFKILL);
Zhu Yib481de92007-09-25 17:54:57 -07002212
2213 /* Copy original ucode data image from disk into backup cache.
2214 * This will be used to initialize the on-board processor's
2215 * data SRAM for a clean start when the runtime program first loads. */
2216 memcpy(priv->ucode_data_backup.v_addr, priv->ucode_data.v_addr,
Zhu Yi5a66926a2008-01-14 17:46:18 -08002217 priv->ucode_data.len);
Zhu Yib481de92007-09-25 17:54:57 -07002218
Zhu Yie655b9f2008-01-24 02:19:38 -08002219 /* We return success when we resume from suspend and rf_kill is on. */
Mohamed Abbas64e72c3e2008-06-12 09:47:03 +08002220 if (test_bit(STATUS_RF_KILL_HW, &priv->status) ||
2221 test_bit(STATUS_RF_KILL_SW, &priv->status))
Zhu Yib481de92007-09-25 17:54:57 -07002222 return 0;
Zhu Yib481de92007-09-25 17:54:57 -07002223
2224 for (i = 0; i < MAX_HW_RESTARTS; i++) {
2225
Emmanuel Grumbach37deb2a2008-06-30 17:23:08 +08002226 iwl_clear_stations_table(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002227
2228 /* load bootstrap state machine,
2229 * load bootstrap program into processor's memory,
2230 * prepare to load the "initialize" uCode */
Tomas Winkler57aab752008-04-14 21:16:03 -07002231 ret = priv->cfg->ops->lib->load_ucode(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002232
Tomas Winkler57aab752008-04-14 21:16:03 -07002233 if (ret) {
2234 IWL_ERROR("Unable to set up bootstrap uCode: %d\n", ret);
Zhu Yib481de92007-09-25 17:54:57 -07002235 continue;
2236 }
2237
Emmanuel Grumbachf3d5b452008-06-12 09:47:04 +08002238 /* Clear out the uCode error bit if it is set */
2239 clear_bit(STATUS_FW_ERROR, &priv->status);
2240
Zhu Yib481de92007-09-25 17:54:57 -07002241 /* start card; "initialize" will load runtime ucode */
Ron Rindjunskyedcdf8b2008-05-15 13:53:55 +08002242 iwl4965_nic_start(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002243
Zhu Yib481de92007-09-25 17:54:57 -07002244 IWL_DEBUG_INFO(DRV_NAME " is coming up\n");
2245
2246 return 0;
2247 }
2248
2249 set_bit(STATUS_EXIT_PENDING, &priv->status);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002250 __iwl4965_down(priv);
Mohamed Abbas64e72c3e2008-06-12 09:47:03 +08002251 clear_bit(STATUS_EXIT_PENDING, &priv->status);
Zhu Yib481de92007-09-25 17:54:57 -07002252
2253 /* tried to restart and config the device for as long as our
2254 * patience could withstand */
2255 IWL_ERROR("Unable to initialize device after %d attempts.\n", i);
2256 return -EIO;
2257}
2258
2259
2260/*****************************************************************************
2261 *
2262 * Workqueue callbacks
2263 *
2264 *****************************************************************************/
2265
Tomas Winkler4a4a9e82008-05-29 16:34:54 +08002266static void iwl_bg_init_alive_start(struct work_struct *data)
Zhu Yib481de92007-09-25 17:54:57 -07002267{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07002268 struct iwl_priv *priv =
2269 container_of(data, struct iwl_priv, init_alive_start.work);
Zhu Yib481de92007-09-25 17:54:57 -07002270
2271 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
2272 return;
2273
2274 mutex_lock(&priv->mutex);
Emmanuel Grumbachf3ccc082008-05-05 10:22:45 +08002275 priv->cfg->ops->lib->init_alive_start(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002276 mutex_unlock(&priv->mutex);
2277}
2278
Tomas Winkler4a4a9e82008-05-29 16:34:54 +08002279static void iwl_bg_alive_start(struct work_struct *data)
Zhu Yib481de92007-09-25 17:54:57 -07002280{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07002281 struct iwl_priv *priv =
2282 container_of(data, struct iwl_priv, alive_start.work);
Zhu Yib481de92007-09-25 17:54:57 -07002283
2284 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
2285 return;
2286
2287 mutex_lock(&priv->mutex);
Tomas Winkler4a4a9e82008-05-29 16:34:54 +08002288 iwl_alive_start(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002289 mutex_unlock(&priv->mutex);
2290}
2291
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002292static void iwl4965_bg_rf_kill(struct work_struct *work)
Zhu Yib481de92007-09-25 17:54:57 -07002293{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07002294 struct iwl_priv *priv = container_of(work, struct iwl_priv, rf_kill);
Zhu Yib481de92007-09-25 17:54:57 -07002295
2296 wake_up_interruptible(&priv->wait_command_queue);
2297
2298 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
2299 return;
2300
2301 mutex_lock(&priv->mutex);
2302
Tomas Winklerfee12472008-04-03 16:05:21 -07002303 if (!iwl_is_rfkill(priv)) {
Ester Kummerf3d67992008-05-06 11:05:12 +08002304 IWL_DEBUG(IWL_DL_RF_KILL,
Zhu Yib481de92007-09-25 17:54:57 -07002305 "HW and/or SW RF Kill no longer active, restarting "
2306 "device\n");
2307 if (!test_bit(STATUS_EXIT_PENDING, &priv->status))
2308 queue_work(priv->workqueue, &priv->restart);
2309 } else {
Mohamed Abbasad97edd2008-03-28 16:21:06 -07002310 /* make sure mac80211 stop sending Tx frame */
2311 if (priv->mac80211_registered)
2312 ieee80211_stop_queues(priv->hw);
Zhu Yib481de92007-09-25 17:54:57 -07002313
2314 if (!test_bit(STATUS_RF_KILL_HW, &priv->status))
2315 IWL_DEBUG_RF_KILL("Can not turn radio back on - "
2316 "disabled by SW switch\n");
2317 else
2318 IWL_WARNING("Radio Frequency Kill Switch is On:\n"
2319 "Kill switch must be turned off for "
2320 "wireless networking to work.\n");
2321 }
2322 mutex_unlock(&priv->mutex);
Adel Gadllah80fcc9e2008-07-01 17:49:50 +02002323 iwl_rfkill_set_hw_state(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002324}
2325
Abhijeet Kolekar4419e392008-05-05 10:22:47 +08002326static void iwl4965_bg_set_monitor(struct work_struct *work)
2327{
2328 struct iwl_priv *priv = container_of(work,
2329 struct iwl_priv, set_monitor);
Assaf Kraussc46fbef2008-06-12 09:47:05 +08002330 int ret;
Abhijeet Kolekar4419e392008-05-05 10:22:47 +08002331
2332 IWL_DEBUG(IWL_DL_STATE, "setting monitor mode\n");
2333
2334 mutex_lock(&priv->mutex);
2335
Assaf Kraussc46fbef2008-06-12 09:47:05 +08002336 ret = iwl4965_set_mode(priv, IEEE80211_IF_TYPE_MNTR);
2337
2338 if (ret) {
2339 if (ret == -EAGAIN)
2340 IWL_DEBUG(IWL_DL_STATE, "leave - not ready\n");
2341 else
2342 IWL_ERROR("iwl4965_set_mode() failed ret = %d\n", ret);
2343 }
Abhijeet Kolekar4419e392008-05-05 10:22:47 +08002344
2345 mutex_unlock(&priv->mutex);
2346}
2347
Emmanuel Grumbach16e727e2008-06-12 09:46:52 +08002348static void iwl_bg_run_time_calib_work(struct work_struct *work)
2349{
2350 struct iwl_priv *priv = container_of(work, struct iwl_priv,
2351 run_time_calib_work);
2352
2353 mutex_lock(&priv->mutex);
2354
2355 if (test_bit(STATUS_EXIT_PENDING, &priv->status) ||
2356 test_bit(STATUS_SCANNING, &priv->status)) {
2357 mutex_unlock(&priv->mutex);
2358 return;
2359 }
2360
2361 if (priv->start_calib) {
2362 iwl_chain_noise_calibration(priv, &priv->statistics);
2363
2364 iwl_sensitivity_calibration(priv, &priv->statistics);
2365 }
2366
2367 mutex_unlock(&priv->mutex);
2368 return;
2369}
2370
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002371static void iwl4965_bg_up(struct work_struct *data)
Zhu Yib481de92007-09-25 17:54:57 -07002372{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07002373 struct iwl_priv *priv = container_of(data, struct iwl_priv, up);
Zhu Yib481de92007-09-25 17:54:57 -07002374
2375 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
2376 return;
2377
2378 mutex_lock(&priv->mutex);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002379 __iwl4965_up(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002380 mutex_unlock(&priv->mutex);
Adel Gadllah80fcc9e2008-07-01 17:49:50 +02002381 iwl_rfkill_set_hw_state(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002382}
2383
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002384static void iwl4965_bg_restart(struct work_struct *data)
Zhu Yib481de92007-09-25 17:54:57 -07002385{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07002386 struct iwl_priv *priv = container_of(data, struct iwl_priv, restart);
Zhu Yib481de92007-09-25 17:54:57 -07002387
2388 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
2389 return;
2390
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002391 iwl4965_down(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002392 queue_work(priv->workqueue, &priv->up);
2393}
2394
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002395static void iwl4965_bg_rx_replenish(struct work_struct *data)
Zhu Yib481de92007-09-25 17:54:57 -07002396{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07002397 struct iwl_priv *priv =
2398 container_of(data, struct iwl_priv, rx_replenish);
Zhu Yib481de92007-09-25 17:54:57 -07002399
2400 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
2401 return;
2402
2403 mutex_lock(&priv->mutex);
Tomas Winklera55360e2008-05-05 10:22:28 +08002404 iwl_rx_replenish(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002405 mutex_unlock(&priv->mutex);
2406}
2407
Mohamed Abbas7878a5a2007-11-29 11:10:13 +08002408#define IWL_DELAY_NEXT_SCAN (HZ*2)
2409
Reinette Chatre508e32e2008-04-14 21:16:13 -07002410static void iwl4965_post_associate(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002411{
Zhu Yib481de92007-09-25 17:54:57 -07002412 struct ieee80211_conf *conf = NULL;
Tomas Winkler857485c2008-03-21 13:53:44 -07002413 int ret = 0;
Joe Perches0795af52007-10-03 17:59:30 -07002414 DECLARE_MAC_BUF(mac);
Emmanuel Grumbach1ff50bd2008-07-11 11:53:34 +08002415 unsigned long flags;
Zhu Yib481de92007-09-25 17:54:57 -07002416
2417 if (priv->iw_mode == IEEE80211_IF_TYPE_AP) {
2418 IWL_ERROR("%s Should not be called in AP mode\n", __FUNCTION__);
2419 return;
2420 }
2421
Joe Perches0795af52007-10-03 17:59:30 -07002422 IWL_DEBUG_ASSOC("Associated as %d to: %s\n",
2423 priv->assoc_id,
2424 print_mac(mac, priv->active_rxon.bssid_addr));
Zhu Yib481de92007-09-25 17:54:57 -07002425
2426
2427 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
2428 return;
2429
Zhu Yib481de92007-09-25 17:54:57 -07002430
Reinette Chatre508e32e2008-04-14 21:16:13 -07002431 if (!priv->vif || !priv->is_open)
Mohamed Abbas948c1712007-10-25 17:15:45 +08002432 return;
Reinette Chatre508e32e2008-04-14 21:16:13 -07002433
Tomas Winkler2a421b92008-06-12 09:47:10 +08002434 iwl_scan_cancel_timeout(priv, 200);
mabbas052c4b92007-10-25 17:15:43 +08002435
Zhu Yib481de92007-09-25 17:54:57 -07002436 conf = ieee80211_get_hw_conf(priv->hw);
2437
2438 priv->staging_rxon.filter_flags &= ~RXON_FILTER_ASSOC_MSK;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002439 iwl4965_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002440
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002441 memset(&priv->rxon_timing, 0, sizeof(struct iwl4965_rxon_time_cmd));
2442 iwl4965_setup_rxon_timing(priv);
Tomas Winkler857485c2008-03-21 13:53:44 -07002443 ret = iwl_send_cmd_pdu(priv, REPLY_RXON_TIMING,
Zhu Yib481de92007-09-25 17:54:57 -07002444 sizeof(priv->rxon_timing), &priv->rxon_timing);
Tomas Winkler857485c2008-03-21 13:53:44 -07002445 if (ret)
Zhu Yib481de92007-09-25 17:54:57 -07002446 IWL_WARNING("REPLY_RXON_TIMING failed - "
2447 "Attempting to continue.\n");
2448
2449 priv->staging_rxon.filter_flags |= RXON_FILTER_ASSOC_MSK;
2450
Ron Rindjunskyfd105e72007-11-26 16:14:39 +02002451 if (priv->current_ht_config.is_ht)
Tomas Winkler47c51962008-05-05 10:22:41 +08002452 iwl_set_rxon_ht(priv, &priv->current_ht_config);
Ron Rindjunsky4f85f5b2008-06-09 22:54:35 +03002453
Ron Rindjunskyc7de35c2008-04-23 17:15:05 -07002454 iwl_set_rxon_chain(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002455 priv->staging_rxon.assoc_id = cpu_to_le16(priv->assoc_id);
2456
2457 IWL_DEBUG_ASSOC("assoc id %d beacon interval %d\n",
2458 priv->assoc_id, priv->beacon_int);
2459
2460 if (priv->assoc_capability & WLAN_CAPABILITY_SHORT_PREAMBLE)
2461 priv->staging_rxon.flags |= RXON_FLG_SHORT_PREAMBLE_MSK;
2462 else
2463 priv->staging_rxon.flags &= ~RXON_FLG_SHORT_PREAMBLE_MSK;
2464
2465 if (priv->staging_rxon.flags & RXON_FLG_BAND_24G_MSK) {
2466 if (priv->assoc_capability & WLAN_CAPABILITY_SHORT_SLOT_TIME)
2467 priv->staging_rxon.flags |= RXON_FLG_SHORT_SLOT_MSK;
2468 else
2469 priv->staging_rxon.flags &= ~RXON_FLG_SHORT_SLOT_MSK;
2470
2471 if (priv->iw_mode == IEEE80211_IF_TYPE_IBSS)
2472 priv->staging_rxon.flags &= ~RXON_FLG_SHORT_SLOT_MSK;
2473
2474 }
2475
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002476 iwl4965_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002477
2478 switch (priv->iw_mode) {
2479 case IEEE80211_IF_TYPE_STA:
Zhu Yib481de92007-09-25 17:54:57 -07002480 break;
2481
2482 case IEEE80211_IF_TYPE_IBSS:
2483
Assaf Kraussc46fbef2008-06-12 09:47:05 +08002484 /* assume default assoc id */
2485 priv->assoc_id = 1;
Zhu Yib481de92007-09-25 17:54:57 -07002486
Tomas Winkler4f40e4d2008-05-15 13:54:04 +08002487 iwl_rxon_add_station(priv, priv->bssid, 0);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002488 iwl4965_send_beacon_cmd(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002489
2490 break;
2491
2492 default:
2493 IWL_ERROR("%s Should not be called in %d mode\n",
2494 __FUNCTION__, priv->iw_mode);
2495 break;
2496 }
2497
Zhu Yib481de92007-09-25 17:54:57 -07002498 /* Enable Rx differential gain and sensitivity calibrations */
Emmanuel Grumbachf0832f12008-04-16 16:34:47 -07002499 iwl_chain_noise_reset(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002500 priv->start_calib = 1;
Zhu Yib481de92007-09-25 17:54:57 -07002501
2502 if (priv->iw_mode == IEEE80211_IF_TYPE_IBSS)
2503 priv->assoc_station_added = 1;
2504
Emmanuel Grumbach1ff50bd2008-07-11 11:53:34 +08002505 spin_lock_irqsave(&priv->lock, flags);
2506 iwl_activate_qos(priv, 0);
2507 spin_unlock_irqrestore(&priv->lock, flags);
Ron Rindjunsky292ae172008-02-06 11:20:39 -08002508
Mohamed Abbas5da4b552008-04-21 15:41:51 -07002509 iwl_power_update_mode(priv, 0);
Mohamed Abbas7878a5a2007-11-29 11:10:13 +08002510 /* we have just associated, don't start scan too early */
2511 priv->next_scan_jiffies = jiffies + IWL_DELAY_NEXT_SCAN;
Reinette Chatre508e32e2008-04-14 21:16:13 -07002512}
2513
Zhu Yi76bb77e2007-11-22 10:53:22 +08002514static int iwl4965_mac_config(struct ieee80211_hw *hw, struct ieee80211_conf *conf);
2515
Tomas Winkler2a421b92008-06-12 09:47:10 +08002516static void iwl_bg_scan_completed(struct work_struct *work)
Zhu Yib481de92007-09-25 17:54:57 -07002517{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07002518 struct iwl_priv *priv =
2519 container_of(work, struct iwl_priv, scan_completed);
Zhu Yib481de92007-09-25 17:54:57 -07002520
Tomas Winkler630fe9b2008-06-12 09:47:08 +08002521 IWL_DEBUG_SCAN("SCAN complete scan\n");
Zhu Yib481de92007-09-25 17:54:57 -07002522
2523 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
2524 return;
2525
Zhu Yia0646472007-12-20 14:10:01 +08002526 if (test_bit(STATUS_CONF_PENDING, &priv->status))
2527 iwl4965_mac_config(priv->hw, ieee80211_get_hw_conf(priv->hw));
Zhu Yi76bb77e2007-11-22 10:53:22 +08002528
Zhu Yib481de92007-09-25 17:54:57 -07002529 ieee80211_scan_completed(priv->hw);
2530
2531 /* Since setting the TXPOWER may have been deferred while
2532 * performing the scan, fire one off */
2533 mutex_lock(&priv->mutex);
Tomas Winkler630fe9b2008-06-12 09:47:08 +08002534 iwl_set_tx_power(priv, priv->tx_power_user_lmt, true);
Zhu Yib481de92007-09-25 17:54:57 -07002535 mutex_unlock(&priv->mutex);
2536}
2537
2538/*****************************************************************************
2539 *
2540 * mac80211 entry point functions
2541 *
2542 *****************************************************************************/
2543
Emmanuel Grumbach154b25c2008-06-30 17:23:24 +08002544#define UCODE_READY_TIMEOUT (4 * HZ)
Zhu Yi5a66926a2008-01-14 17:46:18 -08002545
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002546static int iwl4965_mac_start(struct ieee80211_hw *hw)
Zhu Yib481de92007-09-25 17:54:57 -07002547{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07002548 struct iwl_priv *priv = hw->priv;
Zhu Yi5a66926a2008-01-14 17:46:18 -08002549 int ret;
Zhu Yib481de92007-09-25 17:54:57 -07002550
2551 IWL_DEBUG_MAC80211("enter\n");
2552
Zhu Yi5a66926a2008-01-14 17:46:18 -08002553 if (pci_enable_device(priv->pci_dev)) {
2554 IWL_ERROR("Fail to pci_enable_device\n");
2555 return -ENODEV;
2556 }
2557 pci_restore_state(priv->pci_dev);
2558 pci_enable_msi(priv->pci_dev);
2559
2560 ret = request_irq(priv->pci_dev->irq, iwl4965_isr, IRQF_SHARED,
2561 DRV_NAME, priv);
2562 if (ret) {
2563 IWL_ERROR("Error allocating IRQ %d\n", priv->pci_dev->irq);
2564 goto out_disable_msi;
2565 }
2566
Zhu Yib481de92007-09-25 17:54:57 -07002567 /* we should be verifying the device is ready to be opened */
2568 mutex_lock(&priv->mutex);
2569
Gregory Greenmanc1adf9f2008-05-15 13:53:59 +08002570 memset(&priv->staging_rxon, 0, sizeof(struct iwl_rxon_cmd));
Zhu Yi5a66926a2008-01-14 17:46:18 -08002571 /* fetch ucode file from disk, alloc and copy to bus-master buffers ...
2572 * ucode filename and max sizes are card-specific. */
2573
2574 if (!priv->ucode_code.len) {
2575 ret = iwl4965_read_ucode(priv);
2576 if (ret) {
2577 IWL_ERROR("Could not read microcode: %d\n", ret);
2578 mutex_unlock(&priv->mutex);
2579 goto out_release_irq;
2580 }
2581 }
2582
Zhu Yie655b9f2008-01-24 02:19:38 -08002583 ret = __iwl4965_up(priv);
Zhu Yi5a66926a2008-01-14 17:46:18 -08002584
Zhu Yib481de92007-09-25 17:54:57 -07002585 mutex_unlock(&priv->mutex);
Zhu Yi5a66926a2008-01-14 17:46:18 -08002586
Adel Gadllah80fcc9e2008-07-01 17:49:50 +02002587 iwl_rfkill_set_hw_state(priv);
2588
Zhu Yie655b9f2008-01-24 02:19:38 -08002589 if (ret)
2590 goto out_release_irq;
2591
2592 IWL_DEBUG_INFO("Start UP work done.\n");
2593
2594 if (test_bit(STATUS_IN_SUSPEND, &priv->status))
2595 return 0;
2596
Ron Rindjunskyfe9b6b72008-05-29 16:35:06 +08002597 /* Wait for START_ALIVE from Run Time ucode. Otherwise callbacks from
Zhu Yi5a66926a2008-01-14 17:46:18 -08002598 * mac80211 will not be run successfully. */
Emmanuel Grumbach154b25c2008-06-30 17:23:24 +08002599 ret = wait_event_interruptible_timeout(priv->wait_command_queue,
2600 test_bit(STATUS_READY, &priv->status),
2601 UCODE_READY_TIMEOUT);
2602 if (!ret) {
2603 if (!test_bit(STATUS_READY, &priv->status)) {
2604 IWL_ERROR("START_ALIVE timeout after %dms.\n",
2605 jiffies_to_msecs(UCODE_READY_TIMEOUT));
2606 ret = -ETIMEDOUT;
2607 goto out_release_irq;
Zhu Yi5a66926a2008-01-14 17:46:18 -08002608 }
Ron Rindjunskyfe9b6b72008-05-29 16:35:06 +08002609 }
Tomas Winkler0a078ff2008-06-30 17:23:26 +08002610
2611 priv->is_open = 1;
Zhu Yib481de92007-09-25 17:54:57 -07002612 IWL_DEBUG_MAC80211("leave\n");
2613 return 0;
Zhu Yi5a66926a2008-01-14 17:46:18 -08002614
2615out_release_irq:
2616 free_irq(priv->pci_dev->irq, priv);
2617out_disable_msi:
2618 pci_disable_msi(priv->pci_dev);
Zhu Yie655b9f2008-01-24 02:19:38 -08002619 pci_disable_device(priv->pci_dev);
2620 priv->is_open = 0;
2621 IWL_DEBUG_MAC80211("leave - failed\n");
Zhu Yi5a66926a2008-01-14 17:46:18 -08002622 return ret;
Zhu Yib481de92007-09-25 17:54:57 -07002623}
2624
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002625static void iwl4965_mac_stop(struct ieee80211_hw *hw)
Zhu Yib481de92007-09-25 17:54:57 -07002626{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07002627 struct iwl_priv *priv = hw->priv;
Zhu Yib481de92007-09-25 17:54:57 -07002628
2629 IWL_DEBUG_MAC80211("enter\n");
Mohamed Abbas948c1712007-10-25 17:15:45 +08002630
Zhu Yie655b9f2008-01-24 02:19:38 -08002631 if (!priv->is_open) {
2632 IWL_DEBUG_MAC80211("leave - skip\n");
2633 return;
2634 }
2635
Zhu Yib481de92007-09-25 17:54:57 -07002636 priv->is_open = 0;
Zhu Yi5a66926a2008-01-14 17:46:18 -08002637
Tomas Winklerfee12472008-04-03 16:05:21 -07002638 if (iwl_is_ready_rf(priv)) {
Zhu Yie655b9f2008-01-24 02:19:38 -08002639 /* stop mac, cancel any scan request and clear
2640 * RXON_FILTER_ASSOC_MSK BIT
2641 */
Zhu Yi5a66926a2008-01-14 17:46:18 -08002642 mutex_lock(&priv->mutex);
Tomas Winkler2a421b92008-06-12 09:47:10 +08002643 iwl_scan_cancel_timeout(priv, 100);
Mohamed Abbasfde35712007-11-29 11:10:15 +08002644 mutex_unlock(&priv->mutex);
Mohamed Abbasfde35712007-11-29 11:10:15 +08002645 }
2646
Zhu Yi5a66926a2008-01-14 17:46:18 -08002647 iwl4965_down(priv);
2648
2649 flush_workqueue(priv->workqueue);
2650 free_irq(priv->pci_dev->irq, priv);
2651 pci_disable_msi(priv->pci_dev);
2652 pci_save_state(priv->pci_dev);
2653 pci_disable_device(priv->pci_dev);
Mohamed Abbas948c1712007-10-25 17:15:45 +08002654
Zhu Yib481de92007-09-25 17:54:57 -07002655 IWL_DEBUG_MAC80211("leave\n");
Zhu Yib481de92007-09-25 17:54:57 -07002656}
2657
Johannes Berge039fa42008-05-15 12:55:29 +02002658static int iwl4965_mac_tx(struct ieee80211_hw *hw, struct sk_buff *skb)
Zhu Yib481de92007-09-25 17:54:57 -07002659{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07002660 struct iwl_priv *priv = hw->priv;
Zhu Yib481de92007-09-25 17:54:57 -07002661
2662 IWL_DEBUG_MAC80211("enter\n");
2663
2664 if (priv->iw_mode == IEEE80211_IF_TYPE_MNTR) {
2665 IWL_DEBUG_MAC80211("leave - monitor\n");
Zhu Yi6afe6822008-07-01 09:20:34 +08002666 dev_kfree_skb_any(skb);
2667 return 0;
Zhu Yib481de92007-09-25 17:54:57 -07002668 }
2669
2670 IWL_DEBUG_TX("dev->xmit(%d bytes) at rate 0x%02x\n", skb->len,
Johannes Berge039fa42008-05-15 12:55:29 +02002671 ieee80211_get_tx_rate(hw, IEEE80211_SKB_CB(skb))->bitrate);
Zhu Yib481de92007-09-25 17:54:57 -07002672
Johannes Berge039fa42008-05-15 12:55:29 +02002673 if (iwl_tx_skb(priv, skb))
Zhu Yib481de92007-09-25 17:54:57 -07002674 dev_kfree_skb_any(skb);
2675
2676 IWL_DEBUG_MAC80211("leave\n");
2677 return 0;
2678}
2679
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002680static int iwl4965_mac_add_interface(struct ieee80211_hw *hw,
Zhu Yib481de92007-09-25 17:54:57 -07002681 struct ieee80211_if_init_conf *conf)
2682{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07002683 struct iwl_priv *priv = hw->priv;
Zhu Yib481de92007-09-25 17:54:57 -07002684 unsigned long flags;
Joe Perches0795af52007-10-03 17:59:30 -07002685 DECLARE_MAC_BUF(mac);
Zhu Yib481de92007-09-25 17:54:57 -07002686
Johannes Berg32bfd352007-12-19 01:31:26 +01002687 IWL_DEBUG_MAC80211("enter: type %d\n", conf->type);
Zhu Yib481de92007-09-25 17:54:57 -07002688
Johannes Berg32bfd352007-12-19 01:31:26 +01002689 if (priv->vif) {
2690 IWL_DEBUG_MAC80211("leave - vif != NULL\n");
Reinette Chatre75849d22008-01-23 10:15:17 -08002691 return -EOPNOTSUPP;
Zhu Yib481de92007-09-25 17:54:57 -07002692 }
2693
2694 spin_lock_irqsave(&priv->lock, flags);
Johannes Berg32bfd352007-12-19 01:31:26 +01002695 priv->vif = conf->vif;
Zhu Yib481de92007-09-25 17:54:57 -07002696
2697 spin_unlock_irqrestore(&priv->lock, flags);
2698
2699 mutex_lock(&priv->mutex);
Tomas Winkler864792e2007-11-27 21:00:52 +02002700
2701 if (conf->mac_addr) {
2702 IWL_DEBUG_MAC80211("Set %s\n", print_mac(mac, conf->mac_addr));
2703 memcpy(priv->mac_addr, conf->mac_addr, ETH_ALEN);
2704 }
Zhu Yib481de92007-09-25 17:54:57 -07002705
Assaf Kraussc46fbef2008-06-12 09:47:05 +08002706 if (iwl4965_set_mode(priv, conf->type) == -EAGAIN)
2707 /* we are not ready, will run again when ready */
2708 set_bit(STATUS_MODE_PENDING, &priv->status);
Zhu Yi5a66926a2008-01-14 17:46:18 -08002709
Zhu Yib481de92007-09-25 17:54:57 -07002710 mutex_unlock(&priv->mutex);
2711
Zhu Yi5a66926a2008-01-14 17:46:18 -08002712 IWL_DEBUG_MAC80211("leave\n");
Zhu Yib481de92007-09-25 17:54:57 -07002713 return 0;
2714}
2715
2716/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002717 * iwl4965_mac_config - mac80211 config callback
Zhu Yib481de92007-09-25 17:54:57 -07002718 *
2719 * We ignore conf->flags & IEEE80211_CONF_SHORT_SLOT_TIME since it seems to
2720 * be set inappropriately and the driver currently sets the hardware up to
2721 * use it whenever needed.
2722 */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002723static int iwl4965_mac_config(struct ieee80211_hw *hw, struct ieee80211_conf *conf)
Zhu Yib481de92007-09-25 17:54:57 -07002724{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07002725 struct iwl_priv *priv = hw->priv;
Assaf Kraussbf85ea42008-03-14 10:38:49 -07002726 const struct iwl_channel_info *ch_info;
Zhu Yib481de92007-09-25 17:54:57 -07002727 unsigned long flags;
Zhu Yi76bb77e2007-11-22 10:53:22 +08002728 int ret = 0;
Tomas Winkler82a66bb2008-05-29 16:35:28 +08002729 u16 channel;
Zhu Yib481de92007-09-25 17:54:57 -07002730
2731 mutex_lock(&priv->mutex);
Johannes Berg8318d782008-01-24 19:38:38 +01002732 IWL_DEBUG_MAC80211("enter to channel %d\n", conf->channel->hw_value);
Zhu Yib481de92007-09-25 17:54:57 -07002733
Zhu Yi12342c42007-12-20 11:27:32 +08002734 priv->add_radiotap = !!(conf->flags & IEEE80211_CONF_RADIOTAP);
2735
Emmanuel Grumbach14a08a72008-06-13 15:44:55 +08002736 if (conf->radio_enabled && iwl_radio_kill_sw_enable_radio(priv)) {
Mohamed Abbas64e72c3e2008-06-12 09:47:03 +08002737 IWL_DEBUG_MAC80211("leave - RF-KILL - waiting for uCode\n");
Emmanuel Grumbach14a08a72008-06-13 15:44:55 +08002738 goto out;
Mohamed Abbas64e72c3e2008-06-12 09:47:03 +08002739 }
2740
Emmanuel Grumbach14a08a72008-06-13 15:44:55 +08002741 if (!conf->radio_enabled)
2742 iwl_radio_kill_sw_disable_radio(priv);
2743
Tomas Winklerfee12472008-04-03 16:05:21 -07002744 if (!iwl_is_ready(priv)) {
Zhu Yib481de92007-09-25 17:54:57 -07002745 IWL_DEBUG_MAC80211("leave - not ready\n");
Zhu Yi76bb77e2007-11-22 10:53:22 +08002746 ret = -EIO;
2747 goto out;
Zhu Yib481de92007-09-25 17:54:57 -07002748 }
2749
Assaf Krauss1ea87392008-03-18 14:57:50 -07002750 if (unlikely(!priv->cfg->mod_params->disable_hw_scan &&
Zhu Yib481de92007-09-25 17:54:57 -07002751 test_bit(STATUS_SCANNING, &priv->status))) {
Zhu Yia0646472007-12-20 14:10:01 +08002752 IWL_DEBUG_MAC80211("leave - scanning\n");
2753 set_bit(STATUS_CONF_PENDING, &priv->status);
Zhu Yib481de92007-09-25 17:54:57 -07002754 mutex_unlock(&priv->mutex);
Zhu Yia0646472007-12-20 14:10:01 +08002755 return 0;
Zhu Yib481de92007-09-25 17:54:57 -07002756 }
2757
Tomas Winkler82a66bb2008-05-29 16:35:28 +08002758 channel = ieee80211_frequency_to_channel(conf->channel->center_freq);
2759 ch_info = iwl_get_channel_info(priv, conf->channel->band, channel);
Zhu Yib481de92007-09-25 17:54:57 -07002760 if (!is_channel_valid(ch_info)) {
Zhu Yib481de92007-09-25 17:54:57 -07002761 IWL_DEBUG_MAC80211("leave - invalid channel\n");
Zhu Yi76bb77e2007-11-22 10:53:22 +08002762 ret = -EINVAL;
2763 goto out;
Zhu Yib481de92007-09-25 17:54:57 -07002764 }
2765
Assaf Krauss398f9e72008-06-12 09:47:06 +08002766 if (priv->iw_mode == IEEE80211_IF_TYPE_IBSS &&
2767 !is_channel_ibss(ch_info)) {
2768 IWL_ERROR("channel %d in band %d not IBSS channel\n",
2769 conf->channel->hw_value, conf->channel->band);
2770 ret = -EINVAL;
2771 goto out;
2772 }
2773
Tomas Winkler82a66bb2008-05-29 16:35:28 +08002774 spin_lock_irqsave(&priv->lock, flags);
2775
Tomas Winkler78330fd2008-02-06 02:37:18 +02002776 /* if we are switching from ht to 2.4 clear flags
Zhu Yib481de92007-09-25 17:54:57 -07002777 * from any ht related info since 2.4 does not
2778 * support ht */
Tomas Winkler82a66bb2008-05-29 16:35:28 +08002779 if ((le16_to_cpu(priv->staging_rxon.channel) != channel)
Zhu Yib481de92007-09-25 17:54:57 -07002780#ifdef IEEE80211_CONF_CHANNEL_SWITCH
2781 && !(conf->flags & IEEE80211_CONF_CHANNEL_SWITCH)
2782#endif
2783 )
2784 priv->staging_rxon.flags = 0;
Zhu Yib481de92007-09-25 17:54:57 -07002785
Tomas Winkler82a66bb2008-05-29 16:35:28 +08002786 iwl_set_rxon_channel(priv, conf->channel->band, channel);
Zhu Yib481de92007-09-25 17:54:57 -07002787
Tomas Winkler82a66bb2008-05-29 16:35:28 +08002788 iwl_set_flags_for_band(priv, conf->channel->band);
Zhu Yib481de92007-09-25 17:54:57 -07002789
2790 /* The list of supported rates and rate mask can be different
Johannes Berg8318d782008-01-24 19:38:38 +01002791 * for each band; since the band may have changed, reset
Zhu Yib481de92007-09-25 17:54:57 -07002792 * the rate mask to what mac80211 lists */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002793 iwl4965_set_rate(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002794
2795 spin_unlock_irqrestore(&priv->lock, flags);
2796
2797#ifdef IEEE80211_CONF_CHANNEL_SWITCH
2798 if (conf->flags & IEEE80211_CONF_CHANNEL_SWITCH) {
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002799 iwl4965_hw_channel_switch(priv, conf->channel);
Zhu Yi76bb77e2007-11-22 10:53:22 +08002800 goto out;
Zhu Yib481de92007-09-25 17:54:57 -07002801 }
2802#endif
2803
Zhu Yib481de92007-09-25 17:54:57 -07002804 if (!conf->radio_enabled) {
2805 IWL_DEBUG_MAC80211("leave - radio disabled\n");
Zhu Yi76bb77e2007-11-22 10:53:22 +08002806 goto out;
Zhu Yib481de92007-09-25 17:54:57 -07002807 }
2808
Tomas Winklerfee12472008-04-03 16:05:21 -07002809 if (iwl_is_rfkill(priv)) {
Zhu Yib481de92007-09-25 17:54:57 -07002810 IWL_DEBUG_MAC80211("leave - RF kill\n");
Zhu Yi76bb77e2007-11-22 10:53:22 +08002811 ret = -EIO;
2812 goto out;
Zhu Yib481de92007-09-25 17:54:57 -07002813 }
2814
Tomas Winkler630fe9b2008-06-12 09:47:08 +08002815 IWL_DEBUG_MAC80211("TX Power old=%d new=%d\n",
2816 priv->tx_power_user_lmt, conf->power_level);
2817
2818 iwl_set_tx_power(priv, conf->power_level, false);
2819
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002820 iwl4965_set_rate(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002821
2822 if (memcmp(&priv->active_rxon,
2823 &priv->staging_rxon, sizeof(priv->staging_rxon)))
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002824 iwl4965_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002825 else
2826 IWL_DEBUG_INFO("No re-sending same RXON configuration.\n");
2827
2828 IWL_DEBUG_MAC80211("leave\n");
2829
Zhu Yia0646472007-12-20 14:10:01 +08002830out:
2831 clear_bit(STATUS_CONF_PENDING, &priv->status);
Zhu Yi5a66926a2008-01-14 17:46:18 -08002832 mutex_unlock(&priv->mutex);
Zhu Yi76bb77e2007-11-22 10:53:22 +08002833 return ret;
Zhu Yib481de92007-09-25 17:54:57 -07002834}
2835
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07002836static void iwl4965_config_ap(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002837{
Tomas Winkler857485c2008-03-21 13:53:44 -07002838 int ret = 0;
Emmanuel Grumbach1ff50bd2008-07-11 11:53:34 +08002839 unsigned long flags;
Zhu Yib481de92007-09-25 17:54:57 -07002840
Maarten Lankhorstd986bcd2008-01-23 10:15:16 -08002841 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
Zhu Yib481de92007-09-25 17:54:57 -07002842 return;
2843
2844 /* The following should be done only at AP bring up */
Ron Rindjunsky5d1e2322008-06-30 17:23:04 +08002845 if (!(iwl_is_associated(priv))) {
Zhu Yib481de92007-09-25 17:54:57 -07002846
2847 /* RXON - unassoc (to set timing command) */
2848 priv->staging_rxon.filter_flags &= ~RXON_FILTER_ASSOC_MSK;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002849 iwl4965_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002850
2851 /* RXON Timing */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002852 memset(&priv->rxon_timing, 0, sizeof(struct iwl4965_rxon_time_cmd));
2853 iwl4965_setup_rxon_timing(priv);
Tomas Winkler857485c2008-03-21 13:53:44 -07002854 ret = iwl_send_cmd_pdu(priv, REPLY_RXON_TIMING,
Zhu Yib481de92007-09-25 17:54:57 -07002855 sizeof(priv->rxon_timing), &priv->rxon_timing);
Tomas Winkler857485c2008-03-21 13:53:44 -07002856 if (ret)
Zhu Yib481de92007-09-25 17:54:57 -07002857 IWL_WARNING("REPLY_RXON_TIMING failed - "
2858 "Attempting to continue.\n");
2859
Ron Rindjunskyc7de35c2008-04-23 17:15:05 -07002860 iwl_set_rxon_chain(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002861
2862 /* FIXME: what should be the assoc_id for AP? */
2863 priv->staging_rxon.assoc_id = cpu_to_le16(priv->assoc_id);
2864 if (priv->assoc_capability & WLAN_CAPABILITY_SHORT_PREAMBLE)
2865 priv->staging_rxon.flags |=
2866 RXON_FLG_SHORT_PREAMBLE_MSK;
2867 else
2868 priv->staging_rxon.flags &=
2869 ~RXON_FLG_SHORT_PREAMBLE_MSK;
2870
2871 if (priv->staging_rxon.flags & RXON_FLG_BAND_24G_MSK) {
2872 if (priv->assoc_capability &
2873 WLAN_CAPABILITY_SHORT_SLOT_TIME)
2874 priv->staging_rxon.flags |=
2875 RXON_FLG_SHORT_SLOT_MSK;
2876 else
2877 priv->staging_rxon.flags &=
2878 ~RXON_FLG_SHORT_SLOT_MSK;
2879
2880 if (priv->iw_mode == IEEE80211_IF_TYPE_IBSS)
2881 priv->staging_rxon.flags &=
2882 ~RXON_FLG_SHORT_SLOT_MSK;
2883 }
2884 /* restore RXON assoc */
2885 priv->staging_rxon.filter_flags |= RXON_FILTER_ASSOC_MSK;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002886 iwl4965_commit_rxon(priv);
Emmanuel Grumbach1ff50bd2008-07-11 11:53:34 +08002887 spin_lock_irqsave(&priv->lock, flags);
2888 iwl_activate_qos(priv, 1);
2889 spin_unlock_irqrestore(&priv->lock, flags);
Tomas Winkler4f40e4d2008-05-15 13:54:04 +08002890 iwl_rxon_add_station(priv, iwl_bcast_addr, 0);
Zhu Yie1493de2007-09-27 11:27:32 +08002891 }
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002892 iwl4965_send_beacon_cmd(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002893
2894 /* FIXME - we need to add code here to detect a totally new
2895 * configuration, reset the AP, unassoc, rxon timing, assoc,
2896 * clear sta table, add BCAST sta... */
2897}
2898
Johannes Berg9d139c82008-07-09 14:40:37 +02002899/* temporary */
2900static int iwl4965_mac_beacon_update(struct ieee80211_hw *hw, struct sk_buff *skb);
2901
Johannes Berg32bfd352007-12-19 01:31:26 +01002902static int iwl4965_mac_config_interface(struct ieee80211_hw *hw,
2903 struct ieee80211_vif *vif,
Zhu Yib481de92007-09-25 17:54:57 -07002904 struct ieee80211_if_conf *conf)
2905{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07002906 struct iwl_priv *priv = hw->priv;
Joe Perches0795af52007-10-03 17:59:30 -07002907 DECLARE_MAC_BUF(mac);
Zhu Yib481de92007-09-25 17:54:57 -07002908 unsigned long flags;
2909 int rc;
2910
2911 if (conf == NULL)
2912 return -EIO;
2913
Emmanuel Grumbachb716bb92008-03-04 18:09:32 -08002914 if (priv->vif != vif) {
2915 IWL_DEBUG_MAC80211("leave - priv->vif != vif\n");
Emmanuel Grumbachb716bb92008-03-04 18:09:32 -08002916 return 0;
2917 }
2918
Johannes Berg9d139c82008-07-09 14:40:37 +02002919 if (priv->iw_mode == IEEE80211_IF_TYPE_IBSS &&
2920 conf->changed & IEEE80211_IFCC_BEACON) {
2921 struct sk_buff *beacon = ieee80211_beacon_get(hw, vif);
2922 if (!beacon)
2923 return -ENOMEM;
2924 rc = iwl4965_mac_beacon_update(hw, beacon);
2925 if (rc)
2926 return rc;
2927 }
2928
Zhu Yib481de92007-09-25 17:54:57 -07002929 if ((priv->iw_mode == IEEE80211_IF_TYPE_AP) &&
Johannes Berg9d139c82008-07-09 14:40:37 +02002930 (!conf->ssid_len)) {
Zhu Yib481de92007-09-25 17:54:57 -07002931 IWL_DEBUG_MAC80211
2932 ("Leaving in AP mode because HostAPD is not ready.\n");
2933 return 0;
2934 }
2935
Tomas Winklerfee12472008-04-03 16:05:21 -07002936 if (!iwl_is_alive(priv))
Zhu Yi5a66926a2008-01-14 17:46:18 -08002937 return -EAGAIN;
2938
Zhu Yib481de92007-09-25 17:54:57 -07002939 mutex_lock(&priv->mutex);
2940
Zhu Yib481de92007-09-25 17:54:57 -07002941 if (conf->bssid)
Joe Perches0795af52007-10-03 17:59:30 -07002942 IWL_DEBUG_MAC80211("bssid: %s\n",
2943 print_mac(mac, conf->bssid));
Zhu Yib481de92007-09-25 17:54:57 -07002944
Johannes Berg4150c572007-09-17 01:29:23 -04002945/*
2946 * very dubious code was here; the probe filtering flag is never set:
2947 *
Zhu Yib481de92007-09-25 17:54:57 -07002948 if (unlikely(test_bit(STATUS_SCANNING, &priv->status)) &&
2949 !(priv->hw->flags & IEEE80211_HW_NO_PROBE_FILTERING)) {
Johannes Berg4150c572007-09-17 01:29:23 -04002950 */
Zhu Yib481de92007-09-25 17:54:57 -07002951
2952 if (priv->iw_mode == IEEE80211_IF_TYPE_AP) {
2953 if (!conf->bssid) {
2954 conf->bssid = priv->mac_addr;
2955 memcpy(priv->bssid, priv->mac_addr, ETH_ALEN);
Joe Perches0795af52007-10-03 17:59:30 -07002956 IWL_DEBUG_MAC80211("bssid was set to: %s\n",
2957 print_mac(mac, conf->bssid));
Zhu Yib481de92007-09-25 17:54:57 -07002958 }
2959 if (priv->ibss_beacon)
2960 dev_kfree_skb(priv->ibss_beacon);
2961
Johannes Berg9d139c82008-07-09 14:40:37 +02002962 priv->ibss_beacon = ieee80211_beacon_get(hw, vif);
Zhu Yib481de92007-09-25 17:54:57 -07002963 }
2964
Tomas Winklerfee12472008-04-03 16:05:21 -07002965 if (iwl_is_rfkill(priv))
Mohamed Abbasfde35712007-11-29 11:10:15 +08002966 goto done;
2967
Zhu Yib481de92007-09-25 17:54:57 -07002968 if (conf->bssid && !is_zero_ether_addr(conf->bssid) &&
2969 !is_multicast_ether_addr(conf->bssid)) {
2970 /* If there is currently a HW scan going on in the background
2971 * then we need to cancel it else the RXON below will fail. */
Tomas Winkler2a421b92008-06-12 09:47:10 +08002972 if (iwl_scan_cancel_timeout(priv, 100)) {
Zhu Yib481de92007-09-25 17:54:57 -07002973 IWL_WARNING("Aborted scan still in progress "
2974 "after 100ms\n");
2975 IWL_DEBUG_MAC80211("leaving - scan abort failed.\n");
2976 mutex_unlock(&priv->mutex);
2977 return -EAGAIN;
2978 }
2979 memcpy(priv->staging_rxon.bssid_addr, conf->bssid, ETH_ALEN);
2980
2981 /* TODO: Audit driver for usage of these members and see
2982 * if mac80211 deprecates them (priv->bssid looks like it
2983 * shouldn't be there, but I haven't scanned the IBSS code
2984 * to verify) - jpk */
2985 memcpy(priv->bssid, conf->bssid, ETH_ALEN);
2986
2987 if (priv->iw_mode == IEEE80211_IF_TYPE_AP)
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002988 iwl4965_config_ap(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002989 else {
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002990 rc = iwl4965_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002991 if ((priv->iw_mode == IEEE80211_IF_TYPE_STA) && rc)
Tomas Winkler4f40e4d2008-05-15 13:54:04 +08002992 iwl_rxon_add_station(
Zhu Yib481de92007-09-25 17:54:57 -07002993 priv, priv->active_rxon.bssid_addr, 1);
2994 }
2995
2996 } else {
Tomas Winkler2a421b92008-06-12 09:47:10 +08002997 iwl_scan_cancel_timeout(priv, 100);
Zhu Yib481de92007-09-25 17:54:57 -07002998 priv->staging_rxon.filter_flags &= ~RXON_FILTER_ASSOC_MSK;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002999 iwl4965_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003000 }
3001
Mohamed Abbasfde35712007-11-29 11:10:15 +08003002 done:
Zhu Yib481de92007-09-25 17:54:57 -07003003 spin_lock_irqsave(&priv->lock, flags);
3004 if (!conf->ssid_len)
3005 memset(priv->essid, 0, IW_ESSID_MAX_SIZE);
3006 else
3007 memcpy(priv->essid, conf->ssid, conf->ssid_len);
3008
3009 priv->essid_len = conf->ssid_len;
3010 spin_unlock_irqrestore(&priv->lock, flags);
3011
3012 IWL_DEBUG_MAC80211("leave\n");
3013 mutex_unlock(&priv->mutex);
3014
3015 return 0;
3016}
3017
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003018static void iwl4965_configure_filter(struct ieee80211_hw *hw,
Johannes Berg4150c572007-09-17 01:29:23 -04003019 unsigned int changed_flags,
3020 unsigned int *total_flags,
3021 int mc_count, struct dev_addr_list *mc_list)
3022{
Abhijeet Kolekar4419e392008-05-05 10:22:47 +08003023 struct iwl_priv *priv = hw->priv;
Rick Farrington25b3f572008-06-30 17:23:28 +08003024
3025 if (changed_flags & (*total_flags) & FIF_OTHER_BSS) {
3026 IWL_DEBUG_MAC80211("Enter: type %d (0x%x, 0x%x)\n",
3027 IEEE80211_IF_TYPE_MNTR,
3028 changed_flags, *total_flags);
3029 /* queue work 'cuz mac80211 is holding a lock which
3030 * prevents us from issuing (synchronous) f/w cmds */
3031 queue_work(priv->workqueue, &priv->set_monitor);
Abhijeet Kolekar4419e392008-05-05 10:22:47 +08003032 }
Rick Farrington25b3f572008-06-30 17:23:28 +08003033 *total_flags &= FIF_OTHER_BSS | FIF_ALLMULTI |
3034 FIF_BCN_PRBRESP_PROMISC | FIF_CONTROL;
Johannes Berg4150c572007-09-17 01:29:23 -04003035}
3036
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003037static void iwl4965_mac_remove_interface(struct ieee80211_hw *hw,
Zhu Yib481de92007-09-25 17:54:57 -07003038 struct ieee80211_if_init_conf *conf)
3039{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07003040 struct iwl_priv *priv = hw->priv;
Zhu Yib481de92007-09-25 17:54:57 -07003041
3042 IWL_DEBUG_MAC80211("enter\n");
3043
3044 mutex_lock(&priv->mutex);
Mohamed Abbas948c1712007-10-25 17:15:45 +08003045
Tomas Winklerfee12472008-04-03 16:05:21 -07003046 if (iwl_is_ready_rf(priv)) {
Tomas Winkler2a421b92008-06-12 09:47:10 +08003047 iwl_scan_cancel_timeout(priv, 100);
Mohamed Abbasfde35712007-11-29 11:10:15 +08003048 priv->staging_rxon.filter_flags &= ~RXON_FILTER_ASSOC_MSK;
3049 iwl4965_commit_rxon(priv);
3050 }
Johannes Berg32bfd352007-12-19 01:31:26 +01003051 if (priv->vif == conf->vif) {
3052 priv->vif = NULL;
Zhu Yib481de92007-09-25 17:54:57 -07003053 memset(priv->bssid, 0, ETH_ALEN);
3054 memset(priv->essid, 0, IW_ESSID_MAX_SIZE);
3055 priv->essid_len = 0;
3056 }
3057 mutex_unlock(&priv->mutex);
3058
3059 IWL_DEBUG_MAC80211("leave\n");
3060
3061}
Johannes Berg471b3ef2007-12-28 14:32:58 +01003062
Tomas Winkler3109ece2008-03-28 16:33:35 -07003063#define IWL_DELAY_NEXT_SCAN_AFTER_ASSOC (HZ*6)
Johannes Berg471b3ef2007-12-28 14:32:58 +01003064static void iwl4965_bss_info_changed(struct ieee80211_hw *hw,
3065 struct ieee80211_vif *vif,
3066 struct ieee80211_bss_conf *bss_conf,
3067 u32 changes)
Tomas Winkler220173b2007-10-16 00:50:25 +02003068{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07003069 struct iwl_priv *priv = hw->priv;
Tomas Winkler220173b2007-10-16 00:50:25 +02003070
Tomas Winkler3109ece2008-03-28 16:33:35 -07003071 IWL_DEBUG_MAC80211("changes = 0x%X\n", changes);
3072
Johannes Berg471b3ef2007-12-28 14:32:58 +01003073 if (changes & BSS_CHANGED_ERP_PREAMBLE) {
Tomas Winkler3109ece2008-03-28 16:33:35 -07003074 IWL_DEBUG_MAC80211("ERP_PREAMBLE %d\n",
3075 bss_conf->use_short_preamble);
Johannes Berg471b3ef2007-12-28 14:32:58 +01003076 if (bss_conf->use_short_preamble)
Tomas Winkler220173b2007-10-16 00:50:25 +02003077 priv->staging_rxon.flags |= RXON_FLG_SHORT_PREAMBLE_MSK;
3078 else
3079 priv->staging_rxon.flags &= ~RXON_FLG_SHORT_PREAMBLE_MSK;
3080 }
3081
Johannes Berg471b3ef2007-12-28 14:32:58 +01003082 if (changes & BSS_CHANGED_ERP_CTS_PROT) {
Tomas Winkler3109ece2008-03-28 16:33:35 -07003083 IWL_DEBUG_MAC80211("ERP_CTS %d\n", bss_conf->use_cts_prot);
Johannes Berg8318d782008-01-24 19:38:38 +01003084 if (bss_conf->use_cts_prot && (priv->band != IEEE80211_BAND_5GHZ))
Tomas Winkler220173b2007-10-16 00:50:25 +02003085 priv->staging_rxon.flags |= RXON_FLG_TGG_PROTECT_MSK;
3086 else
3087 priv->staging_rxon.flags &= ~RXON_FLG_TGG_PROTECT_MSK;
3088 }
3089
Tomas Winkler98952d52008-03-28 16:33:33 -07003090 if (changes & BSS_CHANGED_HT) {
Tomas Winkler3109ece2008-03-28 16:33:35 -07003091 IWL_DEBUG_MAC80211("HT %d\n", bss_conf->assoc_ht);
Tomas Winkler98952d52008-03-28 16:33:33 -07003092 iwl4965_ht_conf(priv, bss_conf);
Ron Rindjunskyc7de35c2008-04-23 17:15:05 -07003093 iwl_set_rxon_chain(priv);
Tomas Winkler98952d52008-03-28 16:33:33 -07003094 }
3095
Johannes Berg471b3ef2007-12-28 14:32:58 +01003096 if (changes & BSS_CHANGED_ASSOC) {
Tomas Winkler3109ece2008-03-28 16:33:35 -07003097 IWL_DEBUG_MAC80211("ASSOC %d\n", bss_conf->assoc);
Reinette Chatre508e32e2008-04-14 21:16:13 -07003098 /* This should never happen as this function should
3099 * never be called from interrupt context. */
3100 if (WARN_ON_ONCE(in_interrupt()))
3101 return;
Tomas Winkler3109ece2008-03-28 16:33:35 -07003102 if (bss_conf->assoc) {
3103 priv->assoc_id = bss_conf->aid;
3104 priv->beacon_int = bss_conf->beacon_int;
3105 priv->timestamp = bss_conf->timestamp;
3106 priv->assoc_capability = bss_conf->assoc_capability;
3107 priv->next_scan_jiffies = jiffies +
3108 IWL_DELAY_NEXT_SCAN_AFTER_ASSOC;
Reinette Chatre508e32e2008-04-14 21:16:13 -07003109 mutex_lock(&priv->mutex);
3110 iwl4965_post_associate(priv);
3111 mutex_unlock(&priv->mutex);
Tomas Winkler3109ece2008-03-28 16:33:35 -07003112 } else {
3113 priv->assoc_id = 0;
3114 IWL_DEBUG_MAC80211("DISASSOC %d\n", bss_conf->assoc);
3115 }
3116 } else if (changes && iwl_is_associated(priv) && priv->assoc_id) {
3117 IWL_DEBUG_MAC80211("Associated Changes %d\n", changes);
Tomas Winkler7e8c5192008-04-15 16:01:43 -07003118 iwl_send_rxon_assoc(priv);
Johannes Berg471b3ef2007-12-28 14:32:58 +01003119 }
3120
Tomas Winkler220173b2007-10-16 00:50:25 +02003121}
Zhu Yib481de92007-09-25 17:54:57 -07003122
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003123static int iwl4965_mac_hw_scan(struct ieee80211_hw *hw, u8 *ssid, size_t len)
Zhu Yib481de92007-09-25 17:54:57 -07003124{
3125 int rc = 0;
3126 unsigned long flags;
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07003127 struct iwl_priv *priv = hw->priv;
Zhu Yib481de92007-09-25 17:54:57 -07003128
3129 IWL_DEBUG_MAC80211("enter\n");
3130
mabbas052c4b92007-10-25 17:15:43 +08003131 mutex_lock(&priv->mutex);
Zhu Yib481de92007-09-25 17:54:57 -07003132 spin_lock_irqsave(&priv->lock, flags);
3133
Tomas Winklerfee12472008-04-03 16:05:21 -07003134 if (!iwl_is_ready_rf(priv)) {
Zhu Yib481de92007-09-25 17:54:57 -07003135 rc = -EIO;
3136 IWL_DEBUG_MAC80211("leave - not ready or exit pending\n");
3137 goto out_unlock;
3138 }
3139
3140 if (priv->iw_mode == IEEE80211_IF_TYPE_AP) { /* APs don't scan */
3141 rc = -EIO;
3142 IWL_ERROR("ERROR: APs don't scan\n");
3143 goto out_unlock;
3144 }
3145
Mohamed Abbas7878a5a2007-11-29 11:10:13 +08003146 /* we don't schedule scan within next_scan_jiffies period */
3147 if (priv->next_scan_jiffies &&
3148 time_after(priv->next_scan_jiffies, jiffies)) {
3149 rc = -EAGAIN;
3150 goto out_unlock;
3151 }
Zhu Yib481de92007-09-25 17:54:57 -07003152 /* if we just finished scan ask for delay */
Mohamed Abbas7878a5a2007-11-29 11:10:13 +08003153 if (priv->last_scan_jiffies && time_after(priv->last_scan_jiffies +
3154 IWL_DELAY_NEXT_SCAN, jiffies)) {
Zhu Yib481de92007-09-25 17:54:57 -07003155 rc = -EAGAIN;
3156 goto out_unlock;
3157 }
3158 if (len) {
Mohamed Abbas7878a5a2007-11-29 11:10:13 +08003159 IWL_DEBUG_SCAN("direct scan for %s [%d]\n ",
Tomas Winkler2a421b92008-06-12 09:47:10 +08003160 iwl_escape_essid(ssid, len), (int)len);
Zhu Yib481de92007-09-25 17:54:57 -07003161
3162 priv->one_direct_scan = 1;
3163 priv->direct_ssid_len = (u8)
3164 min((u8) len, (u8) IW_ESSID_MAX_SIZE);
3165 memcpy(priv->direct_ssid, ssid, priv->direct_ssid_len);
Mohamed Abbas948c1712007-10-25 17:15:45 +08003166 } else
3167 priv->one_direct_scan = 0;
Zhu Yib481de92007-09-25 17:54:57 -07003168
Tomas Winkler2a421b92008-06-12 09:47:10 +08003169 rc = iwl_scan_initiate(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003170
3171 IWL_DEBUG_MAC80211("leave\n");
3172
3173out_unlock:
3174 spin_unlock_irqrestore(&priv->lock, flags);
mabbas052c4b92007-10-25 17:15:43 +08003175 mutex_unlock(&priv->mutex);
Zhu Yib481de92007-09-25 17:54:57 -07003176
3177 return rc;
3178}
3179
Emmanuel Grumbachab885f82008-03-20 15:06:43 +02003180static void iwl4965_mac_update_tkip_key(struct ieee80211_hw *hw,
3181 struct ieee80211_key_conf *keyconf, const u8 *addr,
3182 u32 iv32, u16 *phase1key)
3183{
3184 struct iwl_priv *priv = hw->priv;
3185 u8 sta_id = IWL_INVALID_STATION;
3186 unsigned long flags;
3187 __le16 key_flags = 0;
3188 int i;
3189 DECLARE_MAC_BUF(mac);
3190
3191 IWL_DEBUG_MAC80211("enter\n");
3192
Tomas Winkler947b13a2008-04-16 16:34:48 -07003193 sta_id = iwl_find_station(priv, addr);
Emmanuel Grumbachab885f82008-03-20 15:06:43 +02003194 if (sta_id == IWL_INVALID_STATION) {
3195 IWL_DEBUG_MAC80211("leave - %s not in station map.\n",
3196 print_mac(mac, addr));
3197 return;
3198 }
3199
Tomas Winkler2a421b92008-06-12 09:47:10 +08003200 iwl_scan_cancel_timeout(priv, 100);
Emmanuel Grumbachab885f82008-03-20 15:06:43 +02003201
3202 key_flags |= (STA_KEY_FLG_TKIP | STA_KEY_FLG_MAP_KEY_MSK);
3203 key_flags |= cpu_to_le16(keyconf->keyidx << STA_KEY_FLG_KEYID_POS);
3204 key_flags &= ~STA_KEY_FLG_INVALID;
3205
Tomas Winkler5425e492008-04-15 16:01:38 -07003206 if (sta_id == priv->hw_params.bcast_sta_id)
Emmanuel Grumbachab885f82008-03-20 15:06:43 +02003207 key_flags |= STA_KEY_MULTICAST_MSK;
3208
3209 spin_lock_irqsave(&priv->sta_lock, flags);
3210
Emmanuel Grumbachab885f82008-03-20 15:06:43 +02003211 priv->stations[sta_id].sta.key.key_flags = key_flags;
3212 priv->stations[sta_id].sta.key.tkip_rx_tsc_byte2 = (u8) iv32;
3213
3214 for (i = 0; i < 5; i++)
3215 priv->stations[sta_id].sta.key.tkip_rx_ttak[i] =
3216 cpu_to_le16(phase1key[i]);
3217
3218 priv->stations[sta_id].sta.sta.modify_mask = STA_MODIFY_KEY_MASK;
3219 priv->stations[sta_id].sta.mode = STA_CONTROL_MODIFY_MSK;
3220
Tomas Winkler133636d2008-05-05 10:22:34 +08003221 iwl_send_add_sta(priv, &priv->stations[sta_id].sta, CMD_ASYNC);
Emmanuel Grumbachab885f82008-03-20 15:06:43 +02003222
3223 spin_unlock_irqrestore(&priv->sta_lock, flags);
3224
3225 IWL_DEBUG_MAC80211("leave\n");
3226}
3227
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003228static int iwl4965_mac_set_key(struct ieee80211_hw *hw, enum set_key_cmd cmd,
Zhu Yib481de92007-09-25 17:54:57 -07003229 const u8 *local_addr, const u8 *addr,
3230 struct ieee80211_key_conf *key)
3231{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07003232 struct iwl_priv *priv = hw->priv;
Joe Perches0795af52007-10-03 17:59:30 -07003233 DECLARE_MAC_BUF(mac);
Emmanuel Grumbachdeb09c42008-03-19 16:41:41 -07003234 int ret = 0;
3235 u8 sta_id = IWL_INVALID_STATION;
Emmanuel Grumbach6974e362008-04-14 21:16:06 -07003236 u8 is_default_wep_key = 0;
Zhu Yib481de92007-09-25 17:54:57 -07003237
3238 IWL_DEBUG_MAC80211("enter\n");
3239
Ron Rindjunsky099b40b2008-04-21 15:41:53 -07003240 if (priv->hw_params.sw_crypto) {
Zhu Yib481de92007-09-25 17:54:57 -07003241 IWL_DEBUG_MAC80211("leave - hwcrypto disabled\n");
3242 return -EOPNOTSUPP;
3243 }
3244
3245 if (is_zero_ether_addr(addr))
3246 /* only support pairwise keys */
3247 return -EOPNOTSUPP;
3248
Tomas Winkler947b13a2008-04-16 16:34:48 -07003249 sta_id = iwl_find_station(priv, addr);
Emmanuel Grumbach6974e362008-04-14 21:16:06 -07003250 if (sta_id == IWL_INVALID_STATION) {
3251 IWL_DEBUG_MAC80211("leave - %s not in station map.\n",
3252 print_mac(mac, addr));
3253 return -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07003254
Emmanuel Grumbachdeb09c42008-03-19 16:41:41 -07003255 }
Zhu Yib481de92007-09-25 17:54:57 -07003256
Emmanuel Grumbach6974e362008-04-14 21:16:06 -07003257 mutex_lock(&priv->mutex);
Tomas Winkler2a421b92008-06-12 09:47:10 +08003258 iwl_scan_cancel_timeout(priv, 100);
Emmanuel Grumbach6974e362008-04-14 21:16:06 -07003259 mutex_unlock(&priv->mutex);
3260
3261 /* If we are getting WEP group key and we didn't receive any key mapping
3262 * so far, we are in legacy wep mode (group key only), otherwise we are
3263 * in 1X mode.
3264 * In legacy wep mode, we use another host command to the uCode */
Tomas Winkler5425e492008-04-15 16:01:38 -07003265 if (key->alg == ALG_WEP && sta_id == priv->hw_params.bcast_sta_id &&
Emmanuel Grumbach6974e362008-04-14 21:16:06 -07003266 priv->iw_mode != IEEE80211_IF_TYPE_AP) {
3267 if (cmd == SET_KEY)
3268 is_default_wep_key = !priv->key_mapping_key;
3269 else
Emmanuel Grumbachccc038a2008-05-15 13:54:09 +08003270 is_default_wep_key =
3271 (key->hw_key_idx == HW_KEY_DEFAULT);
Emmanuel Grumbach6974e362008-04-14 21:16:06 -07003272 }
mabbas052c4b92007-10-25 17:15:43 +08003273
Zhu Yib481de92007-09-25 17:54:57 -07003274 switch (cmd) {
Emmanuel Grumbachdeb09c42008-03-19 16:41:41 -07003275 case SET_KEY:
Emmanuel Grumbach6974e362008-04-14 21:16:06 -07003276 if (is_default_wep_key)
3277 ret = iwl_set_default_wep_key(priv, key);
Emmanuel Grumbachdeb09c42008-03-19 16:41:41 -07003278 else
Emmanuel Grumbach74805132008-04-14 21:16:09 -07003279 ret = iwl_set_dynamic_key(priv, key, sta_id);
Emmanuel Grumbachdeb09c42008-03-19 16:41:41 -07003280
3281 IWL_DEBUG_MAC80211("enable hwcrypto key\n");
Zhu Yib481de92007-09-25 17:54:57 -07003282 break;
3283 case DISABLE_KEY:
Emmanuel Grumbach6974e362008-04-14 21:16:06 -07003284 if (is_default_wep_key)
3285 ret = iwl_remove_default_wep_key(priv, key);
Emmanuel Grumbachdeb09c42008-03-19 16:41:41 -07003286 else
Emmanuel Grumbach3ec47732008-04-17 16:03:36 -07003287 ret = iwl_remove_dynamic_key(priv, key, sta_id);
Emmanuel Grumbachdeb09c42008-03-19 16:41:41 -07003288
3289 IWL_DEBUG_MAC80211("disable hwcrypto key\n");
Zhu Yib481de92007-09-25 17:54:57 -07003290 break;
3291 default:
Emmanuel Grumbachdeb09c42008-03-19 16:41:41 -07003292 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07003293 }
3294
3295 IWL_DEBUG_MAC80211("leave\n");
Zhu Yib481de92007-09-25 17:54:57 -07003296
Emmanuel Grumbachdeb09c42008-03-19 16:41:41 -07003297 return ret;
Zhu Yib481de92007-09-25 17:54:57 -07003298}
3299
Johannes Berge100bb62008-04-30 18:51:21 +02003300static int iwl4965_mac_conf_tx(struct ieee80211_hw *hw, u16 queue,
Zhu Yib481de92007-09-25 17:54:57 -07003301 const struct ieee80211_tx_queue_params *params)
3302{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07003303 struct iwl_priv *priv = hw->priv;
Zhu Yib481de92007-09-25 17:54:57 -07003304 unsigned long flags;
3305 int q;
Zhu Yib481de92007-09-25 17:54:57 -07003306
3307 IWL_DEBUG_MAC80211("enter\n");
3308
Tomas Winklerfee12472008-04-03 16:05:21 -07003309 if (!iwl_is_ready_rf(priv)) {
Zhu Yib481de92007-09-25 17:54:57 -07003310 IWL_DEBUG_MAC80211("leave - RF not ready\n");
3311 return -EIO;
3312 }
3313
3314 if (queue >= AC_NUM) {
3315 IWL_DEBUG_MAC80211("leave - queue >= AC_NUM %d\n", queue);
3316 return 0;
3317 }
3318
Zhu Yib481de92007-09-25 17:54:57 -07003319 if (!priv->qos_data.qos_enable) {
3320 priv->qos_data.qos_active = 0;
3321 IWL_DEBUG_MAC80211("leave - qos not enabled\n");
3322 return 0;
3323 }
3324 q = AC_NUM - 1 - queue;
3325
3326 spin_lock_irqsave(&priv->lock, flags);
3327
3328 priv->qos_data.def_qos_parm.ac[q].cw_min = cpu_to_le16(params->cw_min);
3329 priv->qos_data.def_qos_parm.ac[q].cw_max = cpu_to_le16(params->cw_max);
3330 priv->qos_data.def_qos_parm.ac[q].aifsn = params->aifs;
3331 priv->qos_data.def_qos_parm.ac[q].edca_txop =
Johannes Berg3330d7b2008-02-10 16:49:38 +01003332 cpu_to_le16((params->txop * 32));
Zhu Yib481de92007-09-25 17:54:57 -07003333
3334 priv->qos_data.def_qos_parm.ac[q].reserved1 = 0;
3335 priv->qos_data.qos_active = 1;
3336
Zhu Yib481de92007-09-25 17:54:57 -07003337 if (priv->iw_mode == IEEE80211_IF_TYPE_AP)
Emmanuel Grumbach1ff50bd2008-07-11 11:53:34 +08003338 iwl_activate_qos(priv, 1);
Tomas Winkler3109ece2008-03-28 16:33:35 -07003339 else if (priv->assoc_id && iwl_is_associated(priv))
Emmanuel Grumbach1ff50bd2008-07-11 11:53:34 +08003340 iwl_activate_qos(priv, 0);
Zhu Yib481de92007-09-25 17:54:57 -07003341
Emmanuel Grumbach1ff50bd2008-07-11 11:53:34 +08003342 spin_unlock_irqrestore(&priv->lock, flags);
Zhu Yib481de92007-09-25 17:54:57 -07003343
Zhu Yib481de92007-09-25 17:54:57 -07003344 IWL_DEBUG_MAC80211("leave\n");
3345 return 0;
3346}
3347
Tomas Winklerd783b062008-07-18 13:53:02 +08003348static int iwl4965_mac_ampdu_action(struct ieee80211_hw *hw,
3349 enum ieee80211_ampdu_mlme_action action,
3350 const u8 *addr, u16 tid, u16 *ssn)
3351{
3352 struct iwl_priv *priv = hw->priv;
3353 DECLARE_MAC_BUF(mac);
3354
3355 IWL_DEBUG_HT("A-MPDU action on addr %s tid %d\n",
3356 print_mac(mac, addr), tid);
3357
3358 if (!(priv->cfg->sku & IWL_SKU_N))
3359 return -EACCES;
3360
3361 switch (action) {
3362 case IEEE80211_AMPDU_RX_START:
3363 IWL_DEBUG_HT("start Rx\n");
3364 return iwl_rx_agg_start(priv, addr, tid, *ssn);
3365 case IEEE80211_AMPDU_RX_STOP:
3366 IWL_DEBUG_HT("stop Rx\n");
3367 return iwl_rx_agg_stop(priv, addr, tid);
3368 case IEEE80211_AMPDU_TX_START:
3369 IWL_DEBUG_HT("start Tx\n");
3370 return iwl_tx_agg_start(priv, addr, tid, ssn);
3371 case IEEE80211_AMPDU_TX_STOP:
3372 IWL_DEBUG_HT("stop Tx\n");
3373 return iwl_tx_agg_stop(priv, addr, tid);
3374 default:
3375 IWL_DEBUG_HT("unknown\n");
3376 return -EINVAL;
3377 break;
3378 }
3379 return 0;
3380}
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003381static int iwl4965_mac_get_tx_stats(struct ieee80211_hw *hw,
Zhu Yib481de92007-09-25 17:54:57 -07003382 struct ieee80211_tx_queue_stats *stats)
3383{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07003384 struct iwl_priv *priv = hw->priv;
Zhu Yib481de92007-09-25 17:54:57 -07003385 int i, avail;
Ron Rindjunsky16466902008-05-05 10:22:50 +08003386 struct iwl_tx_queue *txq;
Tomas Winkler443cfd42008-05-15 13:53:57 +08003387 struct iwl_queue *q;
Zhu Yib481de92007-09-25 17:54:57 -07003388 unsigned long flags;
3389
3390 IWL_DEBUG_MAC80211("enter\n");
3391
Tomas Winklerfee12472008-04-03 16:05:21 -07003392 if (!iwl_is_ready_rf(priv)) {
Zhu Yib481de92007-09-25 17:54:57 -07003393 IWL_DEBUG_MAC80211("leave - RF not ready\n");
3394 return -EIO;
3395 }
3396
3397 spin_lock_irqsave(&priv->lock, flags);
3398
3399 for (i = 0; i < AC_NUM; i++) {
3400 txq = &priv->txq[i];
3401 q = &txq->q;
Tomas Winkler443cfd42008-05-15 13:53:57 +08003402 avail = iwl_queue_space(q);
Zhu Yib481de92007-09-25 17:54:57 -07003403
Johannes Berg57ffc582008-04-29 17:18:59 +02003404 stats[i].len = q->n_window - avail;
3405 stats[i].limit = q->n_window - q->high_mark;
3406 stats[i].count = q->n_window;
Zhu Yib481de92007-09-25 17:54:57 -07003407
3408 }
3409 spin_unlock_irqrestore(&priv->lock, flags);
3410
3411 IWL_DEBUG_MAC80211("leave\n");
3412
3413 return 0;
3414}
3415
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003416static int iwl4965_mac_get_stats(struct ieee80211_hw *hw,
Zhu Yib481de92007-09-25 17:54:57 -07003417 struct ieee80211_low_level_stats *stats)
3418{
Ester Kummerbf403db2008-05-05 10:22:40 +08003419 struct iwl_priv *priv = hw->priv;
3420
3421 priv = hw->priv;
Zhu Yib481de92007-09-25 17:54:57 -07003422 IWL_DEBUG_MAC80211("enter\n");
3423 IWL_DEBUG_MAC80211("leave\n");
3424
3425 return 0;
3426}
3427
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003428static void iwl4965_mac_reset_tsf(struct ieee80211_hw *hw)
Zhu Yib481de92007-09-25 17:54:57 -07003429{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07003430 struct iwl_priv *priv = hw->priv;
Zhu Yib481de92007-09-25 17:54:57 -07003431 unsigned long flags;
3432
3433 mutex_lock(&priv->mutex);
3434 IWL_DEBUG_MAC80211("enter\n");
3435
Zhu Yib481de92007-09-25 17:54:57 -07003436 spin_lock_irqsave(&priv->lock, flags);
Ron Rindjunskyfd105e72007-11-26 16:14:39 +02003437 memset(&priv->current_ht_config, 0, sizeof(struct iwl_ht_info));
Zhu Yib481de92007-09-25 17:54:57 -07003438 spin_unlock_irqrestore(&priv->lock, flags);
Zhu Yib481de92007-09-25 17:54:57 -07003439
Ron Rindjunskyc7de35c2008-04-23 17:15:05 -07003440 iwl_reset_qos(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003441
Zhu Yib481de92007-09-25 17:54:57 -07003442 spin_lock_irqsave(&priv->lock, flags);
3443 priv->assoc_id = 0;
3444 priv->assoc_capability = 0;
Zhu Yib481de92007-09-25 17:54:57 -07003445 priv->assoc_station_added = 0;
3446
3447 /* new association get rid of ibss beacon skb */
3448 if (priv->ibss_beacon)
3449 dev_kfree_skb(priv->ibss_beacon);
3450
3451 priv->ibss_beacon = NULL;
3452
3453 priv->beacon_int = priv->hw->conf.beacon_int;
Tomas Winkler3109ece2008-03-28 16:33:35 -07003454 priv->timestamp = 0;
Zhu Yib481de92007-09-25 17:54:57 -07003455 if ((priv->iw_mode == IEEE80211_IF_TYPE_STA))
3456 priv->beacon_int = 0;
3457
3458 spin_unlock_irqrestore(&priv->lock, flags);
3459
Tomas Winklerfee12472008-04-03 16:05:21 -07003460 if (!iwl_is_ready_rf(priv)) {
Mohamed Abbasfde35712007-11-29 11:10:15 +08003461 IWL_DEBUG_MAC80211("leave - not ready\n");
3462 mutex_unlock(&priv->mutex);
3463 return;
3464 }
3465
mabbas052c4b92007-10-25 17:15:43 +08003466 /* we are restarting association process
3467 * clear RXON_FILTER_ASSOC_MSK bit
3468 */
3469 if (priv->iw_mode != IEEE80211_IF_TYPE_AP) {
Tomas Winkler2a421b92008-06-12 09:47:10 +08003470 iwl_scan_cancel_timeout(priv, 100);
mabbas052c4b92007-10-25 17:15:43 +08003471 priv->staging_rxon.filter_flags &= ~RXON_FILTER_ASSOC_MSK;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003472 iwl4965_commit_rxon(priv);
mabbas052c4b92007-10-25 17:15:43 +08003473 }
3474
Mohamed Abbas5da4b552008-04-21 15:41:51 -07003475 iwl_power_update_mode(priv, 0);
3476
Zhu Yib481de92007-09-25 17:54:57 -07003477 /* Per mac80211.h: This is only used in IBSS mode... */
3478 if (priv->iw_mode != IEEE80211_IF_TYPE_IBSS) {
mabbas052c4b92007-10-25 17:15:43 +08003479
Zhu Yib481de92007-09-25 17:54:57 -07003480 IWL_DEBUG_MAC80211("leave - not in IBSS\n");
3481 mutex_unlock(&priv->mutex);
3482 return;
3483 }
3484
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003485 iwl4965_set_rate(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003486
3487 mutex_unlock(&priv->mutex);
3488
3489 IWL_DEBUG_MAC80211("leave\n");
Zhu Yib481de92007-09-25 17:54:57 -07003490}
3491
Johannes Berge039fa42008-05-15 12:55:29 +02003492static int iwl4965_mac_beacon_update(struct ieee80211_hw *hw, struct sk_buff *skb)
Zhu Yib481de92007-09-25 17:54:57 -07003493{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07003494 struct iwl_priv *priv = hw->priv;
Zhu Yib481de92007-09-25 17:54:57 -07003495 unsigned long flags;
Assaf Krauss2ff75b72008-06-30 17:23:17 +08003496 __le64 timestamp;
Zhu Yib481de92007-09-25 17:54:57 -07003497
3498 mutex_lock(&priv->mutex);
3499 IWL_DEBUG_MAC80211("enter\n");
3500
Tomas Winklerfee12472008-04-03 16:05:21 -07003501 if (!iwl_is_ready_rf(priv)) {
Zhu Yib481de92007-09-25 17:54:57 -07003502 IWL_DEBUG_MAC80211("leave - RF not ready\n");
3503 mutex_unlock(&priv->mutex);
3504 return -EIO;
3505 }
3506
3507 if (priv->iw_mode != IEEE80211_IF_TYPE_IBSS) {
3508 IWL_DEBUG_MAC80211("leave - not IBSS\n");
3509 mutex_unlock(&priv->mutex);
3510 return -EIO;
3511 }
3512
3513 spin_lock_irqsave(&priv->lock, flags);
3514
3515 if (priv->ibss_beacon)
3516 dev_kfree_skb(priv->ibss_beacon);
3517
3518 priv->ibss_beacon = skb;
3519
3520 priv->assoc_id = 0;
Assaf Krauss2ff75b72008-06-30 17:23:17 +08003521 timestamp = ((struct ieee80211_mgmt *)skb->data)->u.beacon.timestamp;
3522 priv->timestamp = le64_to_cpu(timestamp) + (priv->beacon_int * 1000);
Zhu Yib481de92007-09-25 17:54:57 -07003523
3524 IWL_DEBUG_MAC80211("leave\n");
3525 spin_unlock_irqrestore(&priv->lock, flags);
3526
Ron Rindjunskyc7de35c2008-04-23 17:15:05 -07003527 iwl_reset_qos(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003528
Assaf Kraussc46fbef2008-06-12 09:47:05 +08003529 iwl4965_post_associate(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003530
3531 mutex_unlock(&priv->mutex);
3532
3533 return 0;
3534}
3535
Zhu Yib481de92007-09-25 17:54:57 -07003536/*****************************************************************************
3537 *
3538 * sysfs attributes
3539 *
3540 *****************************************************************************/
3541
Tomas Winkler0a6857e2008-03-12 16:58:49 -07003542#ifdef CONFIG_IWLWIFI_DEBUG
Zhu Yib481de92007-09-25 17:54:57 -07003543
3544/*
3545 * The following adds a new attribute to the sysfs representation
3546 * of this device driver (i.e. a new file in /sys/bus/pci/drivers/iwl/)
3547 * used for controlling the debug level.
3548 *
3549 * See the level definitions in iwl for details.
3550 */
3551
Ester Kummer8cf769c2008-05-06 11:05:11 +08003552static ssize_t show_debug_level(struct device *d,
3553 struct device_attribute *attr, char *buf)
Zhu Yib481de92007-09-25 17:54:57 -07003554{
Ester Kummer8cf769c2008-05-06 11:05:11 +08003555 struct iwl_priv *priv = d->driver_data;
3556
3557 return sprintf(buf, "0x%08X\n", priv->debug_level);
Zhu Yib481de92007-09-25 17:54:57 -07003558}
Ester Kummer8cf769c2008-05-06 11:05:11 +08003559static ssize_t store_debug_level(struct device *d,
3560 struct device_attribute *attr,
Zhu Yib481de92007-09-25 17:54:57 -07003561 const char *buf, size_t count)
3562{
Ester Kummer8cf769c2008-05-06 11:05:11 +08003563 struct iwl_priv *priv = d->driver_data;
Zhu Yib481de92007-09-25 17:54:57 -07003564 char *p = (char *)buf;
3565 u32 val;
3566
3567 val = simple_strtoul(p, &p, 0);
3568 if (p == buf)
3569 printk(KERN_INFO DRV_NAME
3570 ": %s is not in hex or decimal form.\n", buf);
3571 else
Ester Kummer8cf769c2008-05-06 11:05:11 +08003572 priv->debug_level = val;
Zhu Yib481de92007-09-25 17:54:57 -07003573
3574 return strnlen(buf, count);
3575}
3576
Ester Kummer8cf769c2008-05-06 11:05:11 +08003577static DEVICE_ATTR(debug_level, S_IWUSR | S_IRUGO,
3578 show_debug_level, store_debug_level);
3579
Zhu Yib481de92007-09-25 17:54:57 -07003580
Tomas Winkler0a6857e2008-03-12 16:58:49 -07003581#endif /* CONFIG_IWLWIFI_DEBUG */
Zhu Yib481de92007-09-25 17:54:57 -07003582
Zhu Yib481de92007-09-25 17:54:57 -07003583
Tomas Winklerbc6f59b2008-05-06 11:05:13 +08003584static ssize_t show_version(struct device *d,
3585 struct device_attribute *attr, char *buf)
3586{
3587 struct iwl_priv *priv = d->driver_data;
Tomas Winkler885ba202008-05-29 16:34:55 +08003588 struct iwl_alive_resp *palive = &priv->card_alive;
Tomas Winklerf236a262008-06-30 17:23:02 +08003589 ssize_t pos = 0;
3590 u16 eeprom_ver;
Tomas Winklerbc6f59b2008-05-06 11:05:13 +08003591
3592 if (palive->is_valid)
Tomas Winklerf236a262008-06-30 17:23:02 +08003593 pos += sprintf(buf + pos,
3594 "fw version: 0x%01X.0x%01X.0x%01X.0x%01X\n"
3595 "fw type: 0x%01X 0x%01X\n",
Tomas Winklerbc6f59b2008-05-06 11:05:13 +08003596 palive->ucode_major, palive->ucode_minor,
3597 palive->sw_rev[0], palive->sw_rev[1],
3598 palive->ver_type, palive->ver_subtype);
Tomas Winklerbc6f59b2008-05-06 11:05:13 +08003599 else
Tomas Winklerf236a262008-06-30 17:23:02 +08003600 pos += sprintf(buf + pos, "fw not loaded\n");
3601
3602 if (priv->eeprom) {
3603 eeprom_ver = iwl_eeprom_query16(priv, EEPROM_VERSION);
3604 pos += sprintf(buf + pos, "EEPROM version: 0x%x\n",
3605 eeprom_ver);
3606 } else {
3607 pos += sprintf(buf + pos, "EEPROM not initialzed\n");
3608 }
3609
3610 return pos;
Tomas Winklerbc6f59b2008-05-06 11:05:13 +08003611}
3612
3613static DEVICE_ATTR(version, S_IWUSR | S_IRUGO, show_version, NULL);
3614
Zhu Yib481de92007-09-25 17:54:57 -07003615static ssize_t show_temperature(struct device *d,
3616 struct device_attribute *attr, char *buf)
3617{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07003618 struct iwl_priv *priv = (struct iwl_priv *)d->driver_data;
Zhu Yib481de92007-09-25 17:54:57 -07003619
Tomas Winklerfee12472008-04-03 16:05:21 -07003620 if (!iwl_is_alive(priv))
Zhu Yib481de92007-09-25 17:54:57 -07003621 return -EAGAIN;
3622
Emmanuel Grumbach91dbc5b2008-06-12 09:47:14 +08003623 return sprintf(buf, "%d\n", priv->temperature);
Zhu Yib481de92007-09-25 17:54:57 -07003624}
3625
3626static DEVICE_ATTR(temperature, S_IRUGO, show_temperature, NULL);
3627
3628static ssize_t show_rs_window(struct device *d,
3629 struct device_attribute *attr,
3630 char *buf)
3631{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07003632 struct iwl_priv *priv = d->driver_data;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003633 return iwl4965_fill_rs_info(priv->hw, buf, IWL_AP_ID);
Zhu Yib481de92007-09-25 17:54:57 -07003634}
3635static DEVICE_ATTR(rs_window, S_IRUGO, show_rs_window, NULL);
3636
3637static ssize_t show_tx_power(struct device *d,
3638 struct device_attribute *attr, char *buf)
3639{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07003640 struct iwl_priv *priv = (struct iwl_priv *)d->driver_data;
Tomas Winkler630fe9b2008-06-12 09:47:08 +08003641 return sprintf(buf, "%d\n", priv->tx_power_user_lmt);
Zhu Yib481de92007-09-25 17:54:57 -07003642}
3643
3644static ssize_t store_tx_power(struct device *d,
3645 struct device_attribute *attr,
3646 const char *buf, size_t count)
3647{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07003648 struct iwl_priv *priv = (struct iwl_priv *)d->driver_data;
Zhu Yib481de92007-09-25 17:54:57 -07003649 char *p = (char *)buf;
3650 u32 val;
3651
3652 val = simple_strtoul(p, &p, 10);
3653 if (p == buf)
3654 printk(KERN_INFO DRV_NAME
3655 ": %s is not in decimal form.\n", buf);
3656 else
Tomas Winkler630fe9b2008-06-12 09:47:08 +08003657 iwl_set_tx_power(priv, val, false);
Zhu Yib481de92007-09-25 17:54:57 -07003658
3659 return count;
3660}
3661
3662static DEVICE_ATTR(tx_power, S_IWUSR | S_IRUGO, show_tx_power, store_tx_power);
3663
3664static ssize_t show_flags(struct device *d,
3665 struct device_attribute *attr, char *buf)
3666{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07003667 struct iwl_priv *priv = (struct iwl_priv *)d->driver_data;
Zhu Yib481de92007-09-25 17:54:57 -07003668
3669 return sprintf(buf, "0x%04X\n", priv->active_rxon.flags);
3670}
3671
3672static ssize_t store_flags(struct device *d,
3673 struct device_attribute *attr,
3674 const char *buf, size_t count)
3675{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07003676 struct iwl_priv *priv = (struct iwl_priv *)d->driver_data;
Zhu Yib481de92007-09-25 17:54:57 -07003677 u32 flags = simple_strtoul(buf, NULL, 0);
3678
3679 mutex_lock(&priv->mutex);
3680 if (le32_to_cpu(priv->staging_rxon.flags) != flags) {
3681 /* Cancel any currently running scans... */
Tomas Winkler2a421b92008-06-12 09:47:10 +08003682 if (iwl_scan_cancel_timeout(priv, 100))
Zhu Yib481de92007-09-25 17:54:57 -07003683 IWL_WARNING("Could not cancel scan.\n");
3684 else {
3685 IWL_DEBUG_INFO("Committing rxon.flags = 0x%04X\n",
3686 flags);
3687 priv->staging_rxon.flags = cpu_to_le32(flags);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003688 iwl4965_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003689 }
3690 }
3691 mutex_unlock(&priv->mutex);
3692
3693 return count;
3694}
3695
3696static DEVICE_ATTR(flags, S_IWUSR | S_IRUGO, show_flags, store_flags);
3697
3698static ssize_t show_filter_flags(struct device *d,
3699 struct device_attribute *attr, char *buf)
3700{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07003701 struct iwl_priv *priv = (struct iwl_priv *)d->driver_data;
Zhu Yib481de92007-09-25 17:54:57 -07003702
3703 return sprintf(buf, "0x%04X\n",
3704 le32_to_cpu(priv->active_rxon.filter_flags));
3705}
3706
3707static ssize_t store_filter_flags(struct device *d,
3708 struct device_attribute *attr,
3709 const char *buf, size_t count)
3710{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07003711 struct iwl_priv *priv = (struct iwl_priv *)d->driver_data;
Zhu Yib481de92007-09-25 17:54:57 -07003712 u32 filter_flags = simple_strtoul(buf, NULL, 0);
3713
3714 mutex_lock(&priv->mutex);
3715 if (le32_to_cpu(priv->staging_rxon.filter_flags) != filter_flags) {
3716 /* Cancel any currently running scans... */
Tomas Winkler2a421b92008-06-12 09:47:10 +08003717 if (iwl_scan_cancel_timeout(priv, 100))
Zhu Yib481de92007-09-25 17:54:57 -07003718 IWL_WARNING("Could not cancel scan.\n");
3719 else {
3720 IWL_DEBUG_INFO("Committing rxon.filter_flags = "
3721 "0x%04X\n", filter_flags);
3722 priv->staging_rxon.filter_flags =
3723 cpu_to_le32(filter_flags);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003724 iwl4965_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003725 }
3726 }
3727 mutex_unlock(&priv->mutex);
3728
3729 return count;
3730}
3731
3732static DEVICE_ATTR(filter_flags, S_IWUSR | S_IRUGO, show_filter_flags,
3733 store_filter_flags);
3734
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +08003735#ifdef CONFIG_IWL4965_SPECTRUM_MEASUREMENT
Zhu Yib481de92007-09-25 17:54:57 -07003736
3737static ssize_t show_measurement(struct device *d,
3738 struct device_attribute *attr, char *buf)
3739{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07003740 struct iwl_priv *priv = dev_get_drvdata(d);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003741 struct iwl4965_spectrum_notification measure_report;
Zhu Yib481de92007-09-25 17:54:57 -07003742 u32 size = sizeof(measure_report), len = 0, ofs = 0;
3743 u8 *data = (u8 *) & measure_report;
3744 unsigned long flags;
3745
3746 spin_lock_irqsave(&priv->lock, flags);
3747 if (!(priv->measurement_status & MEASUREMENT_READY)) {
3748 spin_unlock_irqrestore(&priv->lock, flags);
3749 return 0;
3750 }
3751 memcpy(&measure_report, &priv->measure_report, size);
3752 priv->measurement_status = 0;
3753 spin_unlock_irqrestore(&priv->lock, flags);
3754
3755 while (size && (PAGE_SIZE - len)) {
3756 hex_dump_to_buffer(data + ofs, size, 16, 1, buf + len,
3757 PAGE_SIZE - len, 1);
3758 len = strlen(buf);
3759 if (PAGE_SIZE - len)
3760 buf[len++] = '\n';
3761
3762 ofs += 16;
3763 size -= min(size, 16U);
3764 }
3765
3766 return len;
3767}
3768
3769static ssize_t store_measurement(struct device *d,
3770 struct device_attribute *attr,
3771 const char *buf, size_t count)
3772{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07003773 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003774 struct ieee80211_measurement_params params = {
3775 .channel = le16_to_cpu(priv->active_rxon.channel),
3776 .start_time = cpu_to_le64(priv->last_tsf),
3777 .duration = cpu_to_le16(1),
3778 };
3779 u8 type = IWL_MEASURE_BASIC;
3780 u8 buffer[32];
3781 u8 channel;
3782
3783 if (count) {
3784 char *p = buffer;
3785 strncpy(buffer, buf, min(sizeof(buffer), count));
3786 channel = simple_strtoul(p, NULL, 0);
3787 if (channel)
3788 params.channel = channel;
3789
3790 p = buffer;
3791 while (*p && *p != ' ')
3792 p++;
3793 if (*p)
3794 type = simple_strtoul(p + 1, NULL, 0);
3795 }
3796
3797 IWL_DEBUG_INFO("Invoking measurement of type %d on "
3798 "channel %d (for '%s')\n", type, params.channel, buf);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003799 iwl4965_get_measurement(priv, &params, type);
Zhu Yib481de92007-09-25 17:54:57 -07003800
3801 return count;
3802}
3803
3804static DEVICE_ATTR(measurement, S_IRUSR | S_IWUSR,
3805 show_measurement, store_measurement);
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +08003806#endif /* CONFIG_IWL4965_SPECTRUM_MEASUREMENT */
Zhu Yib481de92007-09-25 17:54:57 -07003807
3808static ssize_t store_retry_rate(struct device *d,
3809 struct device_attribute *attr,
3810 const char *buf, size_t count)
3811{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07003812 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003813
3814 priv->retry_rate = simple_strtoul(buf, NULL, 0);
3815 if (priv->retry_rate <= 0)
3816 priv->retry_rate = 1;
3817
3818 return count;
3819}
3820
3821static ssize_t show_retry_rate(struct device *d,
3822 struct device_attribute *attr, char *buf)
3823{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07003824 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003825 return sprintf(buf, "%d", priv->retry_rate);
3826}
3827
3828static DEVICE_ATTR(retry_rate, S_IWUSR | S_IRUSR, show_retry_rate,
3829 store_retry_rate);
3830
3831static ssize_t store_power_level(struct device *d,
3832 struct device_attribute *attr,
3833 const char *buf, size_t count)
3834{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07003835 struct iwl_priv *priv = dev_get_drvdata(d);
Esti Kummer298df1f2008-07-18 13:52:58 +08003836 int ret;
Zhu Yib481de92007-09-25 17:54:57 -07003837 int mode;
3838
3839 mode = simple_strtoul(buf, NULL, 0);
3840 mutex_lock(&priv->mutex);
3841
Tomas Winklerfee12472008-04-03 16:05:21 -07003842 if (!iwl_is_ready(priv)) {
Esti Kummer298df1f2008-07-18 13:52:58 +08003843 ret = -EAGAIN;
Zhu Yib481de92007-09-25 17:54:57 -07003844 goto out;
3845 }
3846
Esti Kummer298df1f2008-07-18 13:52:58 +08003847 ret = iwl_power_set_user_mode(priv, mode);
3848 if (ret) {
Mohamed Abbas5da4b552008-04-21 15:41:51 -07003849 IWL_DEBUG_MAC80211("failed setting power mode.\n");
3850 goto out;
Zhu Yib481de92007-09-25 17:54:57 -07003851 }
Esti Kummer298df1f2008-07-18 13:52:58 +08003852 ret = count;
Zhu Yib481de92007-09-25 17:54:57 -07003853
3854 out:
3855 mutex_unlock(&priv->mutex);
Esti Kummer298df1f2008-07-18 13:52:58 +08003856 return ret;
Zhu Yib481de92007-09-25 17:54:57 -07003857}
3858
Zhu Yib481de92007-09-25 17:54:57 -07003859static ssize_t show_power_level(struct device *d,
3860 struct device_attribute *attr, char *buf)
3861{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07003862 struct iwl_priv *priv = dev_get_drvdata(d);
Esti Kummer298df1f2008-07-18 13:52:58 +08003863 int mode = priv->power_data.user_power_setting;
3864 int system = priv->power_data.system_power_setting;
Mohamed Abbas5da4b552008-04-21 15:41:51 -07003865 int level = priv->power_data.power_mode;
Zhu Yib481de92007-09-25 17:54:57 -07003866 char *p = buf;
3867
Esti Kummer298df1f2008-07-18 13:52:58 +08003868 switch (system) {
3869 case IWL_POWER_SYS_AUTO:
3870 p += sprintf(p, "SYSTEM:auto");
Zhu Yib481de92007-09-25 17:54:57 -07003871 break;
Esti Kummer298df1f2008-07-18 13:52:58 +08003872 case IWL_POWER_SYS_AC:
3873 p += sprintf(p, "SYSTEM:ac");
Zhu Yib481de92007-09-25 17:54:57 -07003874 break;
Esti Kummer298df1f2008-07-18 13:52:58 +08003875 case IWL_POWER_SYS_BATTERY:
3876 p += sprintf(p, "SYSTEM:battery");
3877 break;
Zhu Yib481de92007-09-25 17:54:57 -07003878 }
Esti Kummer298df1f2008-07-18 13:52:58 +08003879
3880 p += sprintf(p, "\tMODE:%s", (mode < IWL_POWER_AUTO)?"fixed":"auto");
3881 p += sprintf(p, "\tINDEX:%d", level);
3882 p += sprintf(p, "\n");
Zhu Yib481de92007-09-25 17:54:57 -07003883 return (p - buf + 1);
Zhu Yib481de92007-09-25 17:54:57 -07003884}
3885
3886static DEVICE_ATTR(power_level, S_IWUSR | S_IRUSR, show_power_level,
3887 store_power_level);
3888
3889static ssize_t show_channels(struct device *d,
3890 struct device_attribute *attr, char *buf)
3891{
Ester Kummer5d72a1f2008-06-13 15:44:53 +08003892
3893 struct iwl_priv *priv = dev_get_drvdata(d);
3894 struct ieee80211_channel *channels = NULL;
3895 const struct ieee80211_supported_band *supp_band = NULL;
3896 int len = 0, i;
3897 int count = 0;
3898
3899 if (!test_bit(STATUS_GEO_CONFIGURED, &priv->status))
3900 return -EAGAIN;
3901
3902 supp_band = iwl_get_hw_mode(priv, IEEE80211_BAND_2GHZ);
3903 channels = supp_band->channels;
3904 count = supp_band->n_channels;
3905
3906 len += sprintf(&buf[len],
3907 "Displaying %d channels in 2.4GHz band "
3908 "(802.11bg):\n", count);
3909
3910 for (i = 0; i < count; i++)
3911 len += sprintf(&buf[len], "%d: %ddBm: BSS%s%s, %s.\n",
3912 ieee80211_frequency_to_channel(
3913 channels[i].center_freq),
3914 channels[i].max_power,
3915 channels[i].flags & IEEE80211_CHAN_RADAR ?
3916 " (IEEE 802.11h required)" : "",
3917 (!(channels[i].flags & IEEE80211_CHAN_NO_IBSS)
3918 || (channels[i].flags &
3919 IEEE80211_CHAN_RADAR)) ? "" :
3920 ", IBSS",
3921 channels[i].flags &
3922 IEEE80211_CHAN_PASSIVE_SCAN ?
3923 "passive only" : "active/passive");
3924
3925 supp_band = iwl_get_hw_mode(priv, IEEE80211_BAND_5GHZ);
3926 channels = supp_band->channels;
3927 count = supp_band->n_channels;
3928
3929 len += sprintf(&buf[len], "Displaying %d channels in 5.2GHz band "
3930 "(802.11a):\n", count);
3931
3932 for (i = 0; i < count; i++)
3933 len += sprintf(&buf[len], "%d: %ddBm: BSS%s%s, %s.\n",
3934 ieee80211_frequency_to_channel(
3935 channels[i].center_freq),
3936 channels[i].max_power,
3937 channels[i].flags & IEEE80211_CHAN_RADAR ?
3938 " (IEEE 802.11h required)" : "",
3939 ((channels[i].flags & IEEE80211_CHAN_NO_IBSS)
3940 || (channels[i].flags &
3941 IEEE80211_CHAN_RADAR)) ? "" :
3942 ", IBSS",
3943 channels[i].flags &
3944 IEEE80211_CHAN_PASSIVE_SCAN ?
3945 "passive only" : "active/passive");
3946
3947 return len;
Zhu Yib481de92007-09-25 17:54:57 -07003948}
3949
3950static DEVICE_ATTR(channels, S_IRUSR, show_channels, NULL);
3951
3952static ssize_t show_statistics(struct device *d,
3953 struct device_attribute *attr, char *buf)
3954{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07003955 struct iwl_priv *priv = dev_get_drvdata(d);
Emmanuel Grumbach8f91aec2008-06-30 17:23:07 +08003956 u32 size = sizeof(struct iwl_notif_statistics);
Zhu Yib481de92007-09-25 17:54:57 -07003957 u32 len = 0, ofs = 0;
3958 u8 *data = (u8 *) & priv->statistics;
3959 int rc = 0;
3960
Tomas Winklerfee12472008-04-03 16:05:21 -07003961 if (!iwl_is_alive(priv))
Zhu Yib481de92007-09-25 17:54:57 -07003962 return -EAGAIN;
3963
3964 mutex_lock(&priv->mutex);
Emmanuel Grumbach49ea8592008-04-15 16:01:37 -07003965 rc = iwl_send_statistics_request(priv, 0);
Zhu Yib481de92007-09-25 17:54:57 -07003966 mutex_unlock(&priv->mutex);
3967
3968 if (rc) {
3969 len = sprintf(buf,
3970 "Error sending statistics request: 0x%08X\n", rc);
3971 return len;
3972 }
3973
3974 while (size && (PAGE_SIZE - len)) {
3975 hex_dump_to_buffer(data + ofs, size, 16, 1, buf + len,
3976 PAGE_SIZE - len, 1);
3977 len = strlen(buf);
3978 if (PAGE_SIZE - len)
3979 buf[len++] = '\n';
3980
3981 ofs += 16;
3982 size -= min(size, 16U);
3983 }
3984
3985 return len;
3986}
3987
3988static DEVICE_ATTR(statistics, S_IRUGO, show_statistics, NULL);
3989
Zhu Yib481de92007-09-25 17:54:57 -07003990static ssize_t show_status(struct device *d,
3991 struct device_attribute *attr, char *buf)
3992{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07003993 struct iwl_priv *priv = (struct iwl_priv *)d->driver_data;
Tomas Winklerfee12472008-04-03 16:05:21 -07003994 if (!iwl_is_alive(priv))
Zhu Yib481de92007-09-25 17:54:57 -07003995 return -EAGAIN;
3996 return sprintf(buf, "0x%08x\n", (int)priv->status);
3997}
3998
3999static DEVICE_ATTR(status, S_IRUGO, show_status, NULL);
4000
Zhu Yib481de92007-09-25 17:54:57 -07004001/*****************************************************************************
4002 *
4003 * driver setup and teardown
4004 *
4005 *****************************************************************************/
4006
Emmanuel Grumbach4e393172008-06-12 09:46:53 +08004007static void iwl_setup_deferred_work(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07004008{
4009 priv->workqueue = create_workqueue(DRV_NAME);
4010
4011 init_waitqueue_head(&priv->wait_command_queue);
4012
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004013 INIT_WORK(&priv->up, iwl4965_bg_up);
4014 INIT_WORK(&priv->restart, iwl4965_bg_restart);
4015 INIT_WORK(&priv->rx_replenish, iwl4965_bg_rx_replenish);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004016 INIT_WORK(&priv->rf_kill, iwl4965_bg_rf_kill);
4017 INIT_WORK(&priv->beacon_update, iwl4965_bg_beacon_update);
Abhijeet Kolekar4419e392008-05-05 10:22:47 +08004018 INIT_WORK(&priv->set_monitor, iwl4965_bg_set_monitor);
Emmanuel Grumbach16e727e2008-06-12 09:46:52 +08004019 INIT_WORK(&priv->run_time_calib_work, iwl_bg_run_time_calib_work);
Tomas Winkler4a4a9e82008-05-29 16:34:54 +08004020 INIT_DELAYED_WORK(&priv->init_alive_start, iwl_bg_init_alive_start);
4021 INIT_DELAYED_WORK(&priv->alive_start, iwl_bg_alive_start);
Tomas Winkler2a421b92008-06-12 09:47:10 +08004022
4023 /* FIXME : remove when resolved PENDING */
4024 INIT_WORK(&priv->scan_completed, iwl_bg_scan_completed);
4025 iwl_setup_scan_deferred_work(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004026
Emmanuel Grumbach4e393172008-06-12 09:46:53 +08004027 if (priv->cfg->ops->lib->setup_deferred_work)
4028 priv->cfg->ops->lib->setup_deferred_work(priv);
4029
4030 init_timer(&priv->statistics_periodic);
4031 priv->statistics_periodic.data = (unsigned long)priv;
4032 priv->statistics_periodic.function = iwl4965_bg_statistics_periodic;
Zhu Yib481de92007-09-25 17:54:57 -07004033
4034 tasklet_init(&priv->irq_tasklet, (void (*)(unsigned long))
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004035 iwl4965_irq_tasklet, (unsigned long)priv);
Zhu Yib481de92007-09-25 17:54:57 -07004036}
4037
Emmanuel Grumbach4e393172008-06-12 09:46:53 +08004038static void iwl_cancel_deferred_work(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07004039{
Emmanuel Grumbach4e393172008-06-12 09:46:53 +08004040 if (priv->cfg->ops->lib->cancel_deferred_work)
4041 priv->cfg->ops->lib->cancel_deferred_work(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004042
Joonwoo Park3ae6a052007-11-29 10:43:16 +09004043 cancel_delayed_work_sync(&priv->init_alive_start);
Zhu Yib481de92007-09-25 17:54:57 -07004044 cancel_delayed_work(&priv->scan_check);
4045 cancel_delayed_work(&priv->alive_start);
Zhu Yib481de92007-09-25 17:54:57 -07004046 cancel_work_sync(&priv->beacon_update);
Emmanuel Grumbach4e393172008-06-12 09:46:53 +08004047 del_timer_sync(&priv->statistics_periodic);
Zhu Yib481de92007-09-25 17:54:57 -07004048}
4049
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004050static struct attribute *iwl4965_sysfs_entries[] = {
Zhu Yib481de92007-09-25 17:54:57 -07004051 &dev_attr_channels.attr,
Zhu Yib481de92007-09-25 17:54:57 -07004052 &dev_attr_flags.attr,
4053 &dev_attr_filter_flags.attr,
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +08004054#ifdef CONFIG_IWL4965_SPECTRUM_MEASUREMENT
Zhu Yib481de92007-09-25 17:54:57 -07004055 &dev_attr_measurement.attr,
4056#endif
4057 &dev_attr_power_level.attr,
4058 &dev_attr_retry_rate.attr,
Zhu Yib481de92007-09-25 17:54:57 -07004059 &dev_attr_rs_window.attr,
4060 &dev_attr_statistics.attr,
4061 &dev_attr_status.attr,
4062 &dev_attr_temperature.attr,
Zhu Yib481de92007-09-25 17:54:57 -07004063 &dev_attr_tx_power.attr,
Ester Kummer8cf769c2008-05-06 11:05:11 +08004064#ifdef CONFIG_IWLWIFI_DEBUG
4065 &dev_attr_debug_level.attr,
4066#endif
Tomas Winklerbc6f59b2008-05-06 11:05:13 +08004067 &dev_attr_version.attr,
Zhu Yib481de92007-09-25 17:54:57 -07004068
4069 NULL
4070};
4071
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004072static struct attribute_group iwl4965_attribute_group = {
Zhu Yib481de92007-09-25 17:54:57 -07004073 .name = NULL, /* put in device directory */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004074 .attrs = iwl4965_sysfs_entries,
Zhu Yib481de92007-09-25 17:54:57 -07004075};
4076
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004077static struct ieee80211_ops iwl4965_hw_ops = {
4078 .tx = iwl4965_mac_tx,
4079 .start = iwl4965_mac_start,
4080 .stop = iwl4965_mac_stop,
4081 .add_interface = iwl4965_mac_add_interface,
4082 .remove_interface = iwl4965_mac_remove_interface,
4083 .config = iwl4965_mac_config,
4084 .config_interface = iwl4965_mac_config_interface,
4085 .configure_filter = iwl4965_configure_filter,
4086 .set_key = iwl4965_mac_set_key,
Emmanuel Grumbachab885f82008-03-20 15:06:43 +02004087 .update_tkip_key = iwl4965_mac_update_tkip_key,
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004088 .get_stats = iwl4965_mac_get_stats,
4089 .get_tx_stats = iwl4965_mac_get_tx_stats,
4090 .conf_tx = iwl4965_mac_conf_tx,
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004091 .reset_tsf = iwl4965_mac_reset_tsf,
Johannes Berg471b3ef2007-12-28 14:32:58 +01004092 .bss_info_changed = iwl4965_bss_info_changed,
Ron Rindjunsky9ab46172007-12-25 17:00:38 +02004093 .ampdu_action = iwl4965_mac_ampdu_action,
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004094 .hw_scan = iwl4965_mac_hw_scan
Zhu Yib481de92007-09-25 17:54:57 -07004095};
4096
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004097static int iwl4965_pci_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
Zhu Yib481de92007-09-25 17:54:57 -07004098{
4099 int err = 0;
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07004100 struct iwl_priv *priv;
Zhu Yib481de92007-09-25 17:54:57 -07004101 struct ieee80211_hw *hw;
Tomas Winkler82b9a122008-03-04 18:09:30 -08004102 struct iwl_cfg *cfg = (struct iwl_cfg *)(ent->driver_data);
Mohamed Abbas0359fac2008-03-28 16:21:08 -07004103 unsigned long flags;
Zhu Yi5a66926a2008-01-14 17:46:18 -08004104 DECLARE_MAC_BUF(mac);
Zhu Yib481de92007-09-25 17:54:57 -07004105
Assaf Krauss316c30d2008-03-14 10:38:46 -07004106 /************************
4107 * 1. Allocating HW data
4108 ************************/
4109
Cahill, Ben M6440adb2007-11-29 11:09:55 +08004110 /* Disabling hardware scan means that mac80211 will perform scans
4111 * "the hard way", rather than using device's scan. */
Assaf Krauss1ea87392008-03-18 14:57:50 -07004112 if (cfg->mod_params->disable_hw_scan) {
Ester Kummerbf403db2008-05-05 10:22:40 +08004113 if (cfg->mod_params->debug & IWL_DL_INFO)
4114 dev_printk(KERN_DEBUG, &(pdev->dev),
4115 "Disabling hw_scan\n");
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004116 iwl4965_hw_ops.hw_scan = NULL;
Zhu Yib481de92007-09-25 17:54:57 -07004117 }
4118
Assaf Krauss1d0a0822008-03-14 10:38:48 -07004119 hw = iwl_alloc_all(cfg, &iwl4965_hw_ops);
4120 if (!hw) {
Zhu Yib481de92007-09-25 17:54:57 -07004121 err = -ENOMEM;
4122 goto out;
4123 }
Assaf Krauss1d0a0822008-03-14 10:38:48 -07004124 priv = hw->priv;
4125 /* At this point both hw and priv are allocated. */
4126
Zhu Yib481de92007-09-25 17:54:57 -07004127 SET_IEEE80211_DEV(hw, &pdev->dev);
4128
4129 IWL_DEBUG_INFO("*** LOAD DRIVER ***\n");
Tomas Winkler82b9a122008-03-04 18:09:30 -08004130 priv->cfg = cfg;
Zhu Yib481de92007-09-25 17:54:57 -07004131 priv->pci_dev = pdev;
Assaf Krauss316c30d2008-03-14 10:38:46 -07004132
Tomas Winkler0a6857e2008-03-12 16:58:49 -07004133#ifdef CONFIG_IWLWIFI_DEBUG
Ester Kummerbf403db2008-05-05 10:22:40 +08004134 priv->debug_level = priv->cfg->mod_params->debug;
Zhu Yib481de92007-09-25 17:54:57 -07004135 atomic_set(&priv->restrict_refcnt, 0);
4136#endif
Zhu Yib481de92007-09-25 17:54:57 -07004137
Assaf Krauss316c30d2008-03-14 10:38:46 -07004138 /**************************
4139 * 2. Initializing PCI bus
4140 **************************/
4141 if (pci_enable_device(pdev)) {
4142 err = -ENODEV;
4143 goto out_ieee80211_free_hw;
4144 }
4145
4146 pci_set_master(pdev);
4147
Ron Rindjunskycc2a8ea2008-04-21 15:41:59 -07004148 err = pci_set_dma_mask(pdev, DMA_64BIT_MASK);
Assaf Krauss316c30d2008-03-14 10:38:46 -07004149 if (!err)
Ron Rindjunskycc2a8ea2008-04-21 15:41:59 -07004150 err = pci_set_consistent_dma_mask(pdev, DMA_64BIT_MASK);
4151 if (err) {
4152 err = pci_set_dma_mask(pdev, DMA_32BIT_MASK);
4153 if (!err)
4154 err = pci_set_consistent_dma_mask(pdev, DMA_32BIT_MASK);
4155 /* both attempts failed: */
Assaf Krauss316c30d2008-03-14 10:38:46 -07004156 if (err) {
Ron Rindjunskycc2a8ea2008-04-21 15:41:59 -07004157 printk(KERN_WARNING "%s: No suitable DMA available.\n",
4158 DRV_NAME);
Assaf Krauss316c30d2008-03-14 10:38:46 -07004159 goto out_pci_disable_device;
Ron Rindjunskycc2a8ea2008-04-21 15:41:59 -07004160 }
Assaf Krauss316c30d2008-03-14 10:38:46 -07004161 }
4162
4163 err = pci_request_regions(pdev, DRV_NAME);
4164 if (err)
4165 goto out_pci_disable_device;
4166
4167 pci_set_drvdata(pdev, priv);
4168
4169 /* We disable the RETRY_TIMEOUT register (0x41) to keep
4170 * PCI Tx retries from interfering with C3 CPU state */
4171 pci_write_config_byte(pdev, 0x41, 0x00);
4172
4173 /***********************
4174 * 3. Read REV register
4175 ***********************/
4176 priv->hw_base = pci_iomap(pdev, 0, 0);
4177 if (!priv->hw_base) {
4178 err = -ENODEV;
4179 goto out_pci_release_regions;
4180 }
4181
4182 IWL_DEBUG_INFO("pci_resource_len = 0x%08llx\n",
4183 (unsigned long long) pci_resource_len(pdev, 0));
4184 IWL_DEBUG_INFO("pci_resource_base = %p\n", priv->hw_base);
4185
Tomas Winklerb661c812008-04-23 17:14:54 -07004186 iwl_hw_detect(priv);
Assaf Krauss316c30d2008-03-14 10:38:46 -07004187 printk(KERN_INFO DRV_NAME
Tomas Winklerb661c812008-04-23 17:14:54 -07004188 ": Detected Intel Wireless WiFi Link %s REV=0x%X\n",
4189 priv->cfg->name, priv->hw_rev);
Assaf Krauss316c30d2008-03-14 10:38:46 -07004190
Tomas Winkler91238712008-04-23 17:14:53 -07004191 /* amp init */
4192 err = priv->cfg->ops->lib->apm_ops.init(priv);
4193 if (err < 0) {
4194 IWL_DEBUG_INFO("Failed to init APMG\n");
4195 goto out_iounmap;
4196 }
Assaf Krauss316c30d2008-03-14 10:38:46 -07004197 /*****************
4198 * 4. Read EEPROM
4199 *****************/
Assaf Krauss316c30d2008-03-14 10:38:46 -07004200 /* Read the EEPROM */
4201 err = iwl_eeprom_init(priv);
4202 if (err) {
4203 IWL_ERROR("Unable to init EEPROM\n");
4204 goto out_iounmap;
4205 }
Tomas Winkler8614f362008-04-23 17:14:55 -07004206 err = iwl_eeprom_check_version(priv);
4207 if (err)
4208 goto out_iounmap;
4209
Ron Rindjunsky02883012008-05-15 13:53:53 +08004210 /* extract MAC Address */
Assaf Krauss316c30d2008-03-14 10:38:46 -07004211 iwl_eeprom_get_mac(priv, priv->mac_addr);
4212 IWL_DEBUG_INFO("MAC address: %s\n", print_mac(mac, priv->mac_addr));
4213 SET_IEEE80211_PERM_ADDR(priv->hw, priv->mac_addr);
4214
4215 /************************
4216 * 5. Setup HW constants
4217 ************************/
Ron Rindjunskyda154e302008-06-30 17:23:20 +08004218 if (iwl_set_hw_params(priv)) {
Tomas Winkler5425e492008-04-15 16:01:38 -07004219 IWL_ERROR("failed to set hw parameters\n");
Tomas Winkler073d3f52008-04-21 15:41:52 -07004220 goto out_free_eeprom;
Assaf Krauss316c30d2008-03-14 10:38:46 -07004221 }
4222
4223 /*******************
Tomas Winkler6ba87952008-05-15 13:54:17 +08004224 * 6. Setup priv
Assaf Krauss316c30d2008-03-14 10:38:46 -07004225 *******************/
Zhu Yib481de92007-09-25 17:54:57 -07004226
Tomas Winkler6ba87952008-05-15 13:54:17 +08004227 err = iwl_init_drv(priv);
Assaf Kraussbf85ea42008-03-14 10:38:49 -07004228 if (err)
Ron Rindjunsky399f4902008-04-23 17:14:56 -07004229 goto out_free_eeprom;
Assaf Kraussbf85ea42008-03-14 10:38:49 -07004230 /* At this point both hw and priv are initialized. */
Assaf Krauss316c30d2008-03-14 10:38:46 -07004231
4232 /**********************************
4233 * 7. Initialize module parameters
4234 **********************************/
4235
4236 /* Disable radio (SW RF KILL) via parameter when loading driver */
Assaf Krauss1ea87392008-03-18 14:57:50 -07004237 if (priv->cfg->mod_params->disable) {
Assaf Krauss316c30d2008-03-14 10:38:46 -07004238 set_bit(STATUS_RF_KILL_SW, &priv->status);
4239 IWL_DEBUG_INFO("Radio disabled.\n");
4240 }
4241
Assaf Krauss316c30d2008-03-14 10:38:46 -07004242 /********************
4243 * 8. Setup services
4244 ********************/
Mohamed Abbas0359fac2008-03-28 16:21:08 -07004245 spin_lock_irqsave(&priv->lock, flags);
Assaf Krauss316c30d2008-03-14 10:38:46 -07004246 iwl4965_disable_interrupts(priv);
Mohamed Abbas0359fac2008-03-28 16:21:08 -07004247 spin_unlock_irqrestore(&priv->lock, flags);
Assaf Krauss316c30d2008-03-14 10:38:46 -07004248
4249 err = sysfs_create_group(&pdev->dev.kobj, &iwl4965_attribute_group);
4250 if (err) {
4251 IWL_ERROR("failed to create sysfs device attributes\n");
Tomas Winkler6ba87952008-05-15 13:54:17 +08004252 goto out_uninit_drv;
Assaf Krauss316c30d2008-03-14 10:38:46 -07004253 }
4254
Assaf Krauss316c30d2008-03-14 10:38:46 -07004255
Emmanuel Grumbach4e393172008-06-12 09:46:53 +08004256 iwl_setup_deferred_work(priv);
Emmanuel Grumbach653fa4a2008-06-30 17:23:11 +08004257 iwl_setup_rx_handlers(priv);
Assaf Krauss316c30d2008-03-14 10:38:46 -07004258
4259 /********************
4260 * 9. Conclude
4261 ********************/
Zhu Yi5a66926a2008-01-14 17:46:18 -08004262 pci_save_state(pdev);
4263 pci_disable_device(pdev);
Zhu Yib481de92007-09-25 17:54:57 -07004264
Tomas Winkler6ba87952008-05-15 13:54:17 +08004265 /**********************************
4266 * 10. Setup and register mac80211
4267 **********************************/
4268
4269 err = iwl_setup_mac(priv);
4270 if (err)
4271 goto out_remove_sysfs;
4272
4273 err = iwl_dbgfs_register(priv, DRV_NAME);
4274 if (err)
4275 IWL_ERROR("failed to create debugfs files\n");
4276
Emmanuel Grumbach58d0f362008-06-12 09:47:19 +08004277 err = iwl_rfkill_init(priv);
4278 if (err)
4279 IWL_ERROR("Unable to initialize RFKILL system. "
4280 "Ignoring error: %d\n", err);
4281 iwl_power_initialize(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004282 return 0;
4283
Assaf Krauss316c30d2008-03-14 10:38:46 -07004284 out_remove_sysfs:
4285 sysfs_remove_group(&pdev->dev.kobj, &iwl4965_attribute_group);
Tomas Winkler6ba87952008-05-15 13:54:17 +08004286 out_uninit_drv:
4287 iwl_uninit_drv(priv);
Tomas Winkler073d3f52008-04-21 15:41:52 -07004288 out_free_eeprom:
4289 iwl_eeprom_free(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004290 out_iounmap:
4291 pci_iounmap(pdev, priv->hw_base);
4292 out_pci_release_regions:
4293 pci_release_regions(pdev);
Assaf Krauss316c30d2008-03-14 10:38:46 -07004294 pci_set_drvdata(pdev, NULL);
Zhu Yib481de92007-09-25 17:54:57 -07004295 out_pci_disable_device:
4296 pci_disable_device(pdev);
Zhu Yib481de92007-09-25 17:54:57 -07004297 out_ieee80211_free_hw:
4298 ieee80211_free_hw(priv->hw);
4299 out:
4300 return err;
4301}
4302
Reinette Chatrec83dbf62008-03-21 13:53:41 -07004303static void __devexit iwl4965_pci_remove(struct pci_dev *pdev)
Zhu Yib481de92007-09-25 17:54:57 -07004304{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07004305 struct iwl_priv *priv = pci_get_drvdata(pdev);
Mohamed Abbas0359fac2008-03-28 16:21:08 -07004306 unsigned long flags;
Zhu Yib481de92007-09-25 17:54:57 -07004307
4308 if (!priv)
4309 return;
4310
4311 IWL_DEBUG_INFO("*** UNLOAD DRIVER ***\n");
4312
Emmanuel Grumbach67249622008-05-29 16:35:26 +08004313 iwl_dbgfs_unregister(priv);
4314 sysfs_remove_group(&pdev->dev.kobj, &iwl4965_attribute_group);
4315
Ron Rindjunskyc4f55232008-03-28 16:21:10 -07004316 if (priv->mac80211_registered) {
4317 ieee80211_unregister_hw(priv->hw);
4318 priv->mac80211_registered = 0;
4319 }
4320
Zhu Yib481de92007-09-25 17:54:57 -07004321 set_bit(STATUS_EXIT_PENDING, &priv->status);
Zhu Yib24d22b2007-12-19 13:59:52 +08004322
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004323 iwl4965_down(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004324
Mohamed Abbas0359fac2008-03-28 16:21:08 -07004325 /* make sure we flush any pending irq or
4326 * tasklet for the driver
4327 */
4328 spin_lock_irqsave(&priv->lock, flags);
4329 iwl4965_disable_interrupts(priv);
4330 spin_unlock_irqrestore(&priv->lock, flags);
4331
4332 iwl_synchronize_irq(priv);
4333
Emmanuel Grumbach58d0f362008-06-12 09:47:19 +08004334 iwl_rfkill_unregister(priv);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004335 iwl4965_dealloc_ucode_pci(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004336
4337 if (priv->rxq.bd)
Tomas Winklera55360e2008-05-05 10:22:28 +08004338 iwl_rx_queue_free(priv, &priv->rxq);
Ron Rindjunsky1053d352008-05-05 10:22:43 +08004339 iwl_hw_txq_ctx_free(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004340
Emmanuel Grumbach37deb2a2008-06-30 17:23:08 +08004341 iwl_clear_stations_table(priv);
Tomas Winkler073d3f52008-04-21 15:41:52 -07004342 iwl_eeprom_free(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004343
Zhu Yib481de92007-09-25 17:54:57 -07004344
Mohamed Abbas948c1712007-10-25 17:15:45 +08004345 /*netif_stop_queue(dev); */
4346 flush_workqueue(priv->workqueue);
4347
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004348 /* ieee80211_unregister_hw calls iwl4965_mac_stop, which flushes
Zhu Yib481de92007-09-25 17:54:57 -07004349 * priv->workqueue... so we can't take down the workqueue
4350 * until now... */
4351 destroy_workqueue(priv->workqueue);
4352 priv->workqueue = NULL;
4353
Zhu Yib481de92007-09-25 17:54:57 -07004354 pci_iounmap(pdev, priv->hw_base);
4355 pci_release_regions(pdev);
4356 pci_disable_device(pdev);
4357 pci_set_drvdata(pdev, NULL);
4358
Tomas Winkler6ba87952008-05-15 13:54:17 +08004359 iwl_uninit_drv(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004360
4361 if (priv->ibss_beacon)
4362 dev_kfree_skb(priv->ibss_beacon);
4363
4364 ieee80211_free_hw(priv->hw);
4365}
4366
4367#ifdef CONFIG_PM
4368
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004369static int iwl4965_pci_suspend(struct pci_dev *pdev, pm_message_t state)
Zhu Yib481de92007-09-25 17:54:57 -07004370{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07004371 struct iwl_priv *priv = pci_get_drvdata(pdev);
Zhu Yib481de92007-09-25 17:54:57 -07004372
Zhu Yie655b9f2008-01-24 02:19:38 -08004373 if (priv->is_open) {
4374 set_bit(STATUS_IN_SUSPEND, &priv->status);
4375 iwl4965_mac_stop(priv->hw);
4376 priv->is_open = 1;
4377 }
Zhu Yib481de92007-09-25 17:54:57 -07004378
Zhu Yib481de92007-09-25 17:54:57 -07004379 pci_set_power_state(pdev, PCI_D3hot);
4380
Zhu Yib481de92007-09-25 17:54:57 -07004381 return 0;
4382}
4383
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004384static int iwl4965_pci_resume(struct pci_dev *pdev)
Zhu Yib481de92007-09-25 17:54:57 -07004385{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07004386 struct iwl_priv *priv = pci_get_drvdata(pdev);
Zhu Yib481de92007-09-25 17:54:57 -07004387
Zhu Yib481de92007-09-25 17:54:57 -07004388 pci_set_power_state(pdev, PCI_D0);
Zhu Yib481de92007-09-25 17:54:57 -07004389
Zhu Yie655b9f2008-01-24 02:19:38 -08004390 if (priv->is_open)
4391 iwl4965_mac_start(priv->hw);
Zhu Yib481de92007-09-25 17:54:57 -07004392
Zhu Yie655b9f2008-01-24 02:19:38 -08004393 clear_bit(STATUS_IN_SUSPEND, &priv->status);
Zhu Yib481de92007-09-25 17:54:57 -07004394 return 0;
4395}
4396
4397#endif /* CONFIG_PM */
4398
4399/*****************************************************************************
4400 *
4401 * driver and module entry point
4402 *
4403 *****************************************************************************/
4404
Ron Rindjunskyfed90172008-04-15 16:01:41 -07004405/* Hardware specific file defines the PCI IDs table for that hardware module */
4406static struct pci_device_id iwl_hw_card_ids[] = {
4407 {IWL_PCI_DEVICE(0x4229, PCI_ANY_ID, iwl4965_agn_cfg)},
4408 {IWL_PCI_DEVICE(0x4230, PCI_ANY_ID, iwl4965_agn_cfg)},
Tomas Winkler5a6a2562008-04-24 11:55:23 -07004409#ifdef CONFIG_IWL5000
Esti Kummer47408632008-07-11 11:53:30 +08004410 {IWL_PCI_DEVICE(0x4232, 0x1205, iwl5100_bg_cfg)},
4411 {IWL_PCI_DEVICE(0x4232, 0x1305, iwl5100_bg_cfg)},
4412 {IWL_PCI_DEVICE(0x4232, 0x1206, iwl5100_abg_cfg)},
4413 {IWL_PCI_DEVICE(0x4232, 0x1306, iwl5100_abg_cfg)},
4414 {IWL_PCI_DEVICE(0x4232, 0x1326, iwl5100_abg_cfg)},
4415 {IWL_PCI_DEVICE(0x4237, 0x1216, iwl5100_abg_cfg)},
Tomas Winkler5a6a2562008-04-24 11:55:23 -07004416 {IWL_PCI_DEVICE(0x4232, PCI_ANY_ID, iwl5100_agn_cfg)},
Esti Kummer47408632008-07-11 11:53:30 +08004417 {IWL_PCI_DEVICE(0x4235, PCI_ANY_ID, iwl5300_agn_cfg)},
4418 {IWL_PCI_DEVICE(0x4236, PCI_ANY_ID, iwl5300_agn_cfg)},
4419 {IWL_PCI_DEVICE(0x4237, PCI_ANY_ID, iwl5100_agn_cfg)},
Tomas Winkler5a6a2562008-04-24 11:55:23 -07004420 {IWL_PCI_DEVICE(0x423A, PCI_ANY_ID, iwl5350_agn_cfg)},
4421#endif /* CONFIG_IWL5000 */
Ron Rindjunskyfed90172008-04-15 16:01:41 -07004422 {0}
4423};
4424MODULE_DEVICE_TABLE(pci, iwl_hw_card_ids);
4425
4426static struct pci_driver iwl_driver = {
Zhu Yib481de92007-09-25 17:54:57 -07004427 .name = DRV_NAME,
Ron Rindjunskyfed90172008-04-15 16:01:41 -07004428 .id_table = iwl_hw_card_ids,
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004429 .probe = iwl4965_pci_probe,
4430 .remove = __devexit_p(iwl4965_pci_remove),
Zhu Yib481de92007-09-25 17:54:57 -07004431#ifdef CONFIG_PM
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004432 .suspend = iwl4965_pci_suspend,
4433 .resume = iwl4965_pci_resume,
Zhu Yib481de92007-09-25 17:54:57 -07004434#endif
4435};
4436
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004437static int __init iwl4965_init(void)
Zhu Yib481de92007-09-25 17:54:57 -07004438{
4439
4440 int ret;
4441 printk(KERN_INFO DRV_NAME ": " DRV_DESCRIPTION ", " DRV_VERSION "\n");
4442 printk(KERN_INFO DRV_NAME ": " DRV_COPYRIGHT "\n");
Reinette Chatre897e1cf2008-03-28 16:21:09 -07004443
4444 ret = iwl4965_rate_control_register();
4445 if (ret) {
4446 IWL_ERROR("Unable to register rate control algorithm: %d\n", ret);
4447 return ret;
4448 }
4449
Ron Rindjunskyfed90172008-04-15 16:01:41 -07004450 ret = pci_register_driver(&iwl_driver);
Zhu Yib481de92007-09-25 17:54:57 -07004451 if (ret) {
4452 IWL_ERROR("Unable to initialize PCI module\n");
Reinette Chatre897e1cf2008-03-28 16:21:09 -07004453 goto error_register;
Zhu Yib481de92007-09-25 17:54:57 -07004454 }
Zhu Yib481de92007-09-25 17:54:57 -07004455
4456 return ret;
Reinette Chatre897e1cf2008-03-28 16:21:09 -07004457
Reinette Chatre897e1cf2008-03-28 16:21:09 -07004458error_register:
4459 iwl4965_rate_control_unregister();
4460 return ret;
Zhu Yib481de92007-09-25 17:54:57 -07004461}
4462
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004463static void __exit iwl4965_exit(void)
Zhu Yib481de92007-09-25 17:54:57 -07004464{
Ron Rindjunskyfed90172008-04-15 16:01:41 -07004465 pci_unregister_driver(&iwl_driver);
Reinette Chatre897e1cf2008-03-28 16:21:09 -07004466 iwl4965_rate_control_unregister();
Zhu Yib481de92007-09-25 17:54:57 -07004467}
4468
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004469module_exit(iwl4965_exit);
4470module_init(iwl4965_init);