blob: 94ce026ba6026a0d681916ee03b69ca86360ec61 [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 Winkler4bf64ef2008-07-18 13:53:03 +0800447static unsigned int iwl_fill_beacon_frame(struct iwl_priv *priv,
448 struct ieee80211_hdr *hdr,
449 const u8 *dest, int left)
Zhu Yib481de92007-09-25 17:54:57 -0700450{
Tomas Winkler3109ece2008-03-28 16:33:35 -0700451 if (!iwl_is_associated(priv) || !priv->ibss_beacon ||
Zhu Yib481de92007-09-25 17:54:57 -0700452 ((priv->iw_mode != IEEE80211_IF_TYPE_IBSS) &&
453 (priv->iw_mode != IEEE80211_IF_TYPE_AP)))
454 return 0;
455
456 if (priv->ibss_beacon->len > left)
457 return 0;
458
459 memcpy(hdr, priv->ibss_beacon->data, priv->ibss_beacon->len);
460
461 return priv->ibss_beacon->len;
462}
463
Guy Cohen39e88502008-04-23 17:14:57 -0700464static u8 iwl4965_rate_get_lowest_plcp(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -0700465{
Guy Cohen39e88502008-04-23 17:14:57 -0700466 int i;
467 int rate_mask;
Zhu Yib481de92007-09-25 17:54:57 -0700468
Guy Cohen39e88502008-04-23 17:14:57 -0700469 /* Set rate mask*/
470 if (priv->staging_rxon.flags & RXON_FLG_BAND_24G_MSK)
471 rate_mask = priv->active_rate_basic & 0xF;
472 else
473 rate_mask = priv->active_rate_basic & 0xFF0;
474
475 /* Find lowest valid rate */
Zhu Yib481de92007-09-25 17:54:57 -0700476 for (i = IWL_RATE_1M_INDEX; i != IWL_RATE_INVALID;
Tomas Winkler1826dcc2008-05-15 13:54:02 +0800477 i = iwl_rates[i].next_ieee) {
Zhu Yib481de92007-09-25 17:54:57 -0700478 if (rate_mask & (1 << i))
Tomas Winkler1826dcc2008-05-15 13:54:02 +0800479 return iwl_rates[i].plcp;
Zhu Yib481de92007-09-25 17:54:57 -0700480 }
481
Guy Cohen39e88502008-04-23 17:14:57 -0700482 /* No valid rate was found. Assign the lowest one */
483 if (priv->staging_rxon.flags & RXON_FLG_BAND_24G_MSK)
484 return IWL_RATE_1M_PLCP;
485 else
486 return IWL_RATE_6M_PLCP;
Zhu Yib481de92007-09-25 17:54:57 -0700487}
488
Tomas Winkler4bf64ef2008-07-18 13:53:03 +0800489unsigned int iwl4965_hw_get_beacon_cmd(struct iwl_priv *priv,
490 struct iwl_frame *frame, u8 rate)
491{
492 struct iwl_tx_beacon_cmd *tx_beacon_cmd;
493 unsigned int frame_size;
494
495 tx_beacon_cmd = &frame->u.beacon;
496 memset(tx_beacon_cmd, 0, sizeof(*tx_beacon_cmd));
497
498 tx_beacon_cmd->tx.sta_id = priv->hw_params.bcast_sta_id;
499 tx_beacon_cmd->tx.stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE;
500
501 frame_size = iwl_fill_beacon_frame(priv, tx_beacon_cmd->frame,
502 iwl_bcast_addr,
503 sizeof(frame->u) - sizeof(*tx_beacon_cmd));
504
505 BUG_ON(frame_size > MAX_MPDU_SIZE);
506 tx_beacon_cmd->tx.len = cpu_to_le16((u16)frame_size);
507
508 if ((rate == IWL_RATE_1M_PLCP) || (rate >= IWL_RATE_2M_PLCP))
509 tx_beacon_cmd->tx.rate_n_flags =
510 iwl_hw_set_rate_n_flags(rate, RATE_MCS_CCK_MSK);
511 else
512 tx_beacon_cmd->tx.rate_n_flags =
513 iwl_hw_set_rate_n_flags(rate, 0);
514
515 tx_beacon_cmd->tx.tx_flags = TX_CMD_FLG_SEQ_CTL_MSK |
516 TX_CMD_FLG_TSF_MSK |
517 TX_CMD_FLG_STA_RATE_MSK;
518
519 return sizeof(*tx_beacon_cmd) + frame_size;
520}
Tomas Winklerc79dd5b2008-03-12 16:58:50 -0700521static int iwl4965_send_beacon_cmd(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -0700522{
Tomas Winklerfcab4232008-05-15 13:54:01 +0800523 struct iwl_frame *frame;
Zhu Yib481de92007-09-25 17:54:57 -0700524 unsigned int frame_size;
525 int rc;
526 u8 rate;
527
Tomas Winklerfcab4232008-05-15 13:54:01 +0800528 frame = iwl_get_free_frame(priv);
Zhu Yib481de92007-09-25 17:54:57 -0700529
530 if (!frame) {
531 IWL_ERROR("Could not obtain free frame buffer for beacon "
532 "command.\n");
533 return -ENOMEM;
534 }
535
Guy Cohen39e88502008-04-23 17:14:57 -0700536 rate = iwl4965_rate_get_lowest_plcp(priv);
Zhu Yib481de92007-09-25 17:54:57 -0700537
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800538 frame_size = iwl4965_hw_get_beacon_cmd(priv, frame, rate);
Zhu Yib481de92007-09-25 17:54:57 -0700539
Tomas Winkler857485c2008-03-21 13:53:44 -0700540 rc = iwl_send_cmd_pdu(priv, REPLY_TX_BEACON, frame_size,
Zhu Yib481de92007-09-25 17:54:57 -0700541 &frame->u.cmd[0]);
542
Tomas Winklerfcab4232008-05-15 13:54:01 +0800543 iwl_free_frame(priv, frame);
Zhu Yib481de92007-09-25 17:54:57 -0700544
545 return rc;
546}
547
548/******************************************************************************
549 *
Zhu Yib481de92007-09-25 17:54:57 -0700550 * Misc. internal state and helper functions
551 *
552 ******************************************************************************/
Zhu Yib481de92007-09-25 17:54:57 -0700553
Emmanuel Grumbachd1141df2008-04-21 15:42:00 -0700554static void iwl4965_ht_conf(struct iwl_priv *priv,
555 struct ieee80211_bss_conf *bss_conf)
556{
557 struct ieee80211_ht_info *ht_conf = bss_conf->ht_conf;
558 struct ieee80211_ht_bss_info *ht_bss_conf = bss_conf->ht_bss_conf;
559 struct iwl_ht_info *iwl_conf = &priv->current_ht_config;
560
561 IWL_DEBUG_MAC80211("enter: \n");
562
563 iwl_conf->is_ht = bss_conf->assoc_ht;
564
565 if (!iwl_conf->is_ht)
566 return;
567
568 priv->ps_mode = (u8)((ht_conf->cap & IEEE80211_HT_CAP_MIMO_PS) >> 2);
569
570 if (ht_conf->cap & IEEE80211_HT_CAP_SGI_20)
Emmanuel Grumbacha9841012008-05-15 13:54:08 +0800571 iwl_conf->sgf |= HT_SHORT_GI_20MHZ;
Emmanuel Grumbachd1141df2008-04-21 15:42:00 -0700572 if (ht_conf->cap & IEEE80211_HT_CAP_SGI_40)
Emmanuel Grumbacha9841012008-05-15 13:54:08 +0800573 iwl_conf->sgf |= HT_SHORT_GI_40MHZ;
Emmanuel Grumbachd1141df2008-04-21 15:42:00 -0700574
575 iwl_conf->is_green_field = !!(ht_conf->cap & IEEE80211_HT_CAP_GRN_FLD);
576 iwl_conf->max_amsdu_size =
577 !!(ht_conf->cap & IEEE80211_HT_CAP_MAX_AMSDU);
578
579 iwl_conf->supported_chan_width =
580 !!(ht_conf->cap & IEEE80211_HT_CAP_SUP_WIDTH);
581 iwl_conf->extension_chan_offset =
582 ht_bss_conf->bss_cap & IEEE80211_HT_IE_CHA_SEC_OFFSET;
583 /* If no above or below channel supplied disable FAT channel */
Emmanuel Grumbach963f5512008-06-12 09:47:00 +0800584 if (iwl_conf->extension_chan_offset != IEEE80211_HT_IE_CHA_SEC_ABOVE &&
585 iwl_conf->extension_chan_offset != IEEE80211_HT_IE_CHA_SEC_BELOW) {
586 iwl_conf->extension_chan_offset = IEEE80211_HT_IE_CHA_SEC_NONE;
Emmanuel Grumbachd1141df2008-04-21 15:42:00 -0700587 iwl_conf->supported_chan_width = 0;
Emmanuel Grumbach963f5512008-06-12 09:47:00 +0800588 }
Emmanuel Grumbachd1141df2008-04-21 15:42:00 -0700589
590 iwl_conf->tx_mimo_ps_mode =
591 (u8)((ht_conf->cap & IEEE80211_HT_CAP_MIMO_PS) >> 2);
592 memcpy(iwl_conf->supp_mcs_set, ht_conf->supp_mcs_set, 16);
593
594 iwl_conf->control_channel = ht_bss_conf->primary_channel;
595 iwl_conf->tx_chan_width =
596 !!(ht_bss_conf->bss_cap & IEEE80211_HT_IE_CHA_WIDTH);
597 iwl_conf->ht_protection =
598 ht_bss_conf->bss_op_mode & IEEE80211_HT_IE_HT_PROTECTION;
599 iwl_conf->non_GF_STA_present =
600 !!(ht_bss_conf->bss_op_mode & IEEE80211_HT_IE_NON_GF_STA_PRSNT);
601
602 IWL_DEBUG_MAC80211("control channel %d\n", iwl_conf->control_channel);
603 IWL_DEBUG_MAC80211("leave\n");
604}
605
Zhu Yib481de92007-09-25 17:54:57 -0700606/*
607 * QoS support
608*/
Emmanuel Grumbach1ff50bd2008-07-11 11:53:34 +0800609static void iwl_activate_qos(struct iwl_priv *priv, u8 force)
Zhu Yib481de92007-09-25 17:54:57 -0700610{
Zhu Yib481de92007-09-25 17:54:57 -0700611 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
612 return;
613
614 if (!priv->qos_data.qos_enable)
615 return;
616
Zhu Yib481de92007-09-25 17:54:57 -0700617 priv->qos_data.def_qos_parm.qos_flags = 0;
618
619 if (priv->qos_data.qos_cap.q_AP.queue_request &&
620 !priv->qos_data.qos_cap.q_AP.txop_request)
621 priv->qos_data.def_qos_parm.qos_flags |=
622 QOS_PARAM_FLG_TXOP_TYPE_MSK;
Zhu Yib481de92007-09-25 17:54:57 -0700623 if (priv->qos_data.qos_active)
624 priv->qos_data.def_qos_parm.qos_flags |=
625 QOS_PARAM_FLG_UPDATE_EDCA_MSK;
626
Ron Rindjunskyfd105e72007-11-26 16:14:39 +0200627 if (priv->current_ht_config.is_ht)
Tomas Winklerf1f1f5c2007-10-25 17:15:26 +0800628 priv->qos_data.def_qos_parm.qos_flags |= QOS_PARAM_FLG_TGN_MSK;
Tomas Winklerf1f1f5c2007-10-25 17:15:26 +0800629
Tomas Winkler3109ece2008-03-28 16:33:35 -0700630 if (force || iwl_is_associated(priv)) {
Tomas Winklerf1f1f5c2007-10-25 17:15:26 +0800631 IWL_DEBUG_QOS("send QoS cmd with Qos active=%d FLAGS=0x%X\n",
632 priv->qos_data.qos_active,
633 priv->qos_data.def_qos_parm.qos_flags);
Zhu Yib481de92007-09-25 17:54:57 -0700634
Emmanuel Grumbach1ff50bd2008-07-11 11:53:34 +0800635 iwl_send_cmd_pdu_async(priv, REPLY_QOS_PARAM,
636 sizeof(struct iwl_qosparam_cmd),
637 &priv->qos_data.def_qos_parm, NULL);
Zhu Yib481de92007-09-25 17:54:57 -0700638 }
639}
640
Zhu Yib481de92007-09-25 17:54:57 -0700641#define MAX_UCODE_BEACON_INTERVAL 4096
642#define INTEL_CONN_LISTEN_INTERVAL __constant_cpu_to_le16(0xA)
643
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800644static __le16 iwl4965_adjust_beacon_interval(u16 beacon_val)
Zhu Yib481de92007-09-25 17:54:57 -0700645{
646 u16 new_val = 0;
647 u16 beacon_factor = 0;
648
649 beacon_factor =
650 (beacon_val + MAX_UCODE_BEACON_INTERVAL)
651 / MAX_UCODE_BEACON_INTERVAL;
652 new_val = beacon_val / beacon_factor;
653
654 return cpu_to_le16(new_val);
655}
656
Tomas Winklerc79dd5b2008-03-12 16:58:50 -0700657static void iwl4965_setup_rxon_timing(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -0700658{
659 u64 interval_tm_unit;
660 u64 tsf, result;
661 unsigned long flags;
662 struct ieee80211_conf *conf = NULL;
663 u16 beacon_int = 0;
664
665 conf = ieee80211_get_hw_conf(priv->hw);
666
667 spin_lock_irqsave(&priv->lock, flags);
Tomas Winkler3109ece2008-03-28 16:33:35 -0700668 priv->rxon_timing.timestamp.dw[1] = cpu_to_le32(priv->timestamp >> 32);
669 priv->rxon_timing.timestamp.dw[0] =
670 cpu_to_le32(priv->timestamp & 0xFFFFFFFF);
Zhu Yib481de92007-09-25 17:54:57 -0700671
672 priv->rxon_timing.listen_interval = INTEL_CONN_LISTEN_INTERVAL;
673
Tomas Winkler3109ece2008-03-28 16:33:35 -0700674 tsf = priv->timestamp;
Zhu Yib481de92007-09-25 17:54:57 -0700675
676 beacon_int = priv->beacon_int;
677 spin_unlock_irqrestore(&priv->lock, flags);
678
679 if (priv->iw_mode == IEEE80211_IF_TYPE_STA) {
680 if (beacon_int == 0) {
681 priv->rxon_timing.beacon_interval = cpu_to_le16(100);
682 priv->rxon_timing.beacon_init_val = cpu_to_le32(102400);
683 } else {
684 priv->rxon_timing.beacon_interval =
685 cpu_to_le16(beacon_int);
686 priv->rxon_timing.beacon_interval =
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800687 iwl4965_adjust_beacon_interval(
Zhu Yib481de92007-09-25 17:54:57 -0700688 le16_to_cpu(priv->rxon_timing.beacon_interval));
689 }
690
691 priv->rxon_timing.atim_window = 0;
692 } else {
693 priv->rxon_timing.beacon_interval =
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800694 iwl4965_adjust_beacon_interval(conf->beacon_int);
Zhu Yib481de92007-09-25 17:54:57 -0700695 /* TODO: we need to get atim_window from upper stack
696 * for now we set to 0 */
697 priv->rxon_timing.atim_window = 0;
698 }
699
700 interval_tm_unit =
701 (le16_to_cpu(priv->rxon_timing.beacon_interval) * 1024);
702 result = do_div(tsf, interval_tm_unit);
703 priv->rxon_timing.beacon_init_val =
704 cpu_to_le32((u32) ((u64) interval_tm_unit - result));
705
706 IWL_DEBUG_ASSOC
707 ("beacon interval %d beacon timer %d beacon tim %d\n",
708 le16_to_cpu(priv->rxon_timing.beacon_interval),
709 le32_to_cpu(priv->rxon_timing.beacon_init_val),
710 le16_to_cpu(priv->rxon_timing.atim_window));
711}
712
Tomas Winkler82a66bb2008-05-29 16:35:28 +0800713static void iwl_set_flags_for_band(struct iwl_priv *priv,
714 enum ieee80211_band band)
Zhu Yib481de92007-09-25 17:54:57 -0700715{
Johannes Berg8318d782008-01-24 19:38:38 +0100716 if (band == IEEE80211_BAND_5GHZ) {
Zhu Yib481de92007-09-25 17:54:57 -0700717 priv->staging_rxon.flags &=
718 ~(RXON_FLG_BAND_24G_MSK | RXON_FLG_AUTO_DETECT_MSK
719 | RXON_FLG_CCK_MSK);
720 priv->staging_rxon.flags |= RXON_FLG_SHORT_SLOT_MSK;
721 } else {
Reinette Chatre508e32e2008-04-14 21:16:13 -0700722 /* Copied from iwl4965_post_associate() */
Zhu Yib481de92007-09-25 17:54:57 -0700723 if (priv->assoc_capability & WLAN_CAPABILITY_SHORT_SLOT_TIME)
724 priv->staging_rxon.flags |= RXON_FLG_SHORT_SLOT_MSK;
725 else
726 priv->staging_rxon.flags &= ~RXON_FLG_SHORT_SLOT_MSK;
727
728 if (priv->iw_mode == IEEE80211_IF_TYPE_IBSS)
729 priv->staging_rxon.flags &= ~RXON_FLG_SHORT_SLOT_MSK;
730
731 priv->staging_rxon.flags |= RXON_FLG_BAND_24G_MSK;
732 priv->staging_rxon.flags |= RXON_FLG_AUTO_DETECT_MSK;
733 priv->staging_rxon.flags &= ~RXON_FLG_CCK_MSK;
734 }
735}
736
737/*
Ian Schram01ebd062007-10-25 17:15:22 +0800738 * initialize rxon structure with default values from eeprom
Zhu Yib481de92007-09-25 17:54:57 -0700739 */
Tomas Winklerc79dd5b2008-03-12 16:58:50 -0700740static void iwl4965_connection_init_rx_config(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -0700741{
Assaf Kraussbf85ea42008-03-14 10:38:49 -0700742 const struct iwl_channel_info *ch_info;
Zhu Yib481de92007-09-25 17:54:57 -0700743
744 memset(&priv->staging_rxon, 0, sizeof(priv->staging_rxon));
745
746 switch (priv->iw_mode) {
747 case IEEE80211_IF_TYPE_AP:
748 priv->staging_rxon.dev_type = RXON_DEV_TYPE_AP;
749 break;
750
751 case IEEE80211_IF_TYPE_STA:
752 priv->staging_rxon.dev_type = RXON_DEV_TYPE_ESS;
753 priv->staging_rxon.filter_flags = RXON_FILTER_ACCEPT_GRP_MSK;
754 break;
755
756 case IEEE80211_IF_TYPE_IBSS:
757 priv->staging_rxon.dev_type = RXON_DEV_TYPE_IBSS;
758 priv->staging_rxon.flags = RXON_FLG_SHORT_PREAMBLE_MSK;
759 priv->staging_rxon.filter_flags = RXON_FILTER_BCON_AWARE_MSK |
760 RXON_FILTER_ACCEPT_GRP_MSK;
761 break;
762
763 case IEEE80211_IF_TYPE_MNTR:
764 priv->staging_rxon.dev_type = RXON_DEV_TYPE_SNIFFER;
765 priv->staging_rxon.filter_flags = RXON_FILTER_PROMISC_MSK |
766 RXON_FILTER_CTL2HOST_MSK | RXON_FILTER_ACCEPT_GRP_MSK;
767 break;
Tomas Winkler69dc5d92008-03-25 16:33:41 -0700768 default:
769 IWL_ERROR("Unsupported interface type %d\n", priv->iw_mode);
770 break;
Zhu Yib481de92007-09-25 17:54:57 -0700771 }
772
773#if 0
774 /* TODO: Figure out when short_preamble would be set and cache from
775 * that */
776 if (!hw_to_local(priv->hw)->short_preamble)
777 priv->staging_rxon.flags &= ~RXON_FLG_SHORT_PREAMBLE_MSK;
778 else
779 priv->staging_rxon.flags |= RXON_FLG_SHORT_PREAMBLE_MSK;
780#endif
781
Assaf Krauss8622e702008-03-21 13:53:43 -0700782 ch_info = iwl_get_channel_info(priv, priv->band,
Rick Farrington25b3f572008-06-30 17:23:28 +0800783 le16_to_cpu(priv->active_rxon.channel));
Zhu Yib481de92007-09-25 17:54:57 -0700784
785 if (!ch_info)
786 ch_info = &priv->channel_info[0];
787
788 /*
789 * in some case A channels are all non IBSS
790 * in this case force B/G channel
791 */
792 if ((priv->iw_mode == IEEE80211_IF_TYPE_IBSS) &&
793 !(is_channel_ibss(ch_info)))
794 ch_info = &priv->channel_info[0];
795
796 priv->staging_rxon.channel = cpu_to_le16(ch_info->channel);
Johannes Berg8318d782008-01-24 19:38:38 +0100797 priv->band = ch_info->band;
Zhu Yib481de92007-09-25 17:54:57 -0700798
Tomas Winkler82a66bb2008-05-29 16:35:28 +0800799 iwl_set_flags_for_band(priv, priv->band);
Zhu Yib481de92007-09-25 17:54:57 -0700800
801 priv->staging_rxon.ofdm_basic_rates =
802 (IWL_OFDM_RATES_MASK >> IWL_FIRST_OFDM_RATE) & 0xFF;
803 priv->staging_rxon.cck_basic_rates =
804 (IWL_CCK_RATES_MASK >> IWL_FIRST_CCK_RATE) & 0xF;
805
806 priv->staging_rxon.flags &= ~(RXON_FLG_CHANNEL_MODE_MIXED_MSK |
807 RXON_FLG_CHANNEL_MODE_PURE_40_MSK);
808 memcpy(priv->staging_rxon.node_addr, priv->mac_addr, ETH_ALEN);
809 memcpy(priv->staging_rxon.wlap_bssid_addr, priv->mac_addr, ETH_ALEN);
810 priv->staging_rxon.ofdm_ht_single_stream_basic_rates = 0xff;
811 priv->staging_rxon.ofdm_ht_dual_stream_basic_rates = 0xff;
Ron Rindjunskyc7de35c2008-04-23 17:15:05 -0700812 iwl_set_rxon_chain(priv);
Zhu Yib481de92007-09-25 17:54:57 -0700813}
814
Tomas Winklerc79dd5b2008-03-12 16:58:50 -0700815static int iwl4965_set_mode(struct iwl_priv *priv, int mode)
Zhu Yib481de92007-09-25 17:54:57 -0700816{
Zhu Yib481de92007-09-25 17:54:57 -0700817 priv->iw_mode = mode;
818
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800819 iwl4965_connection_init_rx_config(priv);
Zhu Yib481de92007-09-25 17:54:57 -0700820 memcpy(priv->staging_rxon.node_addr, priv->mac_addr, ETH_ALEN);
821
Emmanuel Grumbach37deb2a2008-06-30 17:23:08 +0800822 iwl_clear_stations_table(priv);
Zhu Yib481de92007-09-25 17:54:57 -0700823
Mohamed Abbasfde35712007-11-29 11:10:15 +0800824 /* dont commit rxon if rf-kill is on*/
Tomas Winklerfee12472008-04-03 16:05:21 -0700825 if (!iwl_is_ready_rf(priv))
Mohamed Abbasfde35712007-11-29 11:10:15 +0800826 return -EAGAIN;
827
828 cancel_delayed_work(&priv->scan_check);
Tomas Winkler2a421b92008-06-12 09:47:10 +0800829 if (iwl_scan_cancel_timeout(priv, 100)) {
Mohamed Abbasfde35712007-11-29 11:10:15 +0800830 IWL_WARNING("Aborted scan still in progress after 100ms\n");
831 IWL_DEBUG_MAC80211("leaving - scan abort failed.\n");
832 return -EAGAIN;
833 }
834
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800835 iwl4965_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -0700836
837 return 0;
838}
839
Tomas Winklerc79dd5b2008-03-12 16:58:50 -0700840static void iwl4965_set_rate(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -0700841{
Johannes Berg8318d782008-01-24 19:38:38 +0100842 const struct ieee80211_supported_band *hw = NULL;
Zhu Yib481de92007-09-25 17:54:57 -0700843 struct ieee80211_rate *rate;
844 int i;
845
Emmanuel Grumbachd1141df2008-04-21 15:42:00 -0700846 hw = iwl_get_hw_mode(priv, priv->band);
Saleem Abdulrasoolc4ba9622007-11-18 23:59:08 -0800847 if (!hw) {
848 IWL_ERROR("Failed to set rate: unable to get hw mode\n");
849 return;
850 }
Zhu Yib481de92007-09-25 17:54:57 -0700851
852 priv->active_rate = 0;
853 priv->active_rate_basic = 0;
854
Johannes Berg8318d782008-01-24 19:38:38 +0100855 for (i = 0; i < hw->n_bitrates; i++) {
856 rate = &(hw->bitrates[i]);
857 if (rate->hw_value < IWL_RATE_COUNT)
858 priv->active_rate |= (1 << rate->hw_value);
Zhu Yib481de92007-09-25 17:54:57 -0700859 }
860
861 IWL_DEBUG_RATE("Set active_rate = %0x, active_rate_basic = %0x\n",
862 priv->active_rate, priv->active_rate_basic);
863
864 /*
865 * If a basic rate is configured, then use it (adding IWL_RATE_1M_MASK)
866 * otherwise set it to the default of all CCK rates and 6, 12, 24 for
867 * OFDM
868 */
869 if (priv->active_rate_basic & IWL_CCK_BASIC_RATES_MASK)
870 priv->staging_rxon.cck_basic_rates =
871 ((priv->active_rate_basic &
872 IWL_CCK_RATES_MASK) >> IWL_FIRST_CCK_RATE) & 0xF;
873 else
874 priv->staging_rxon.cck_basic_rates =
875 (IWL_CCK_BASIC_RATES_MASK >> IWL_FIRST_CCK_RATE) & 0xF;
876
877 if (priv->active_rate_basic & IWL_OFDM_BASIC_RATES_MASK)
878 priv->staging_rxon.ofdm_basic_rates =
879 ((priv->active_rate_basic &
880 (IWL_OFDM_BASIC_RATES_MASK | IWL_RATE_6M_MASK)) >>
881 IWL_FIRST_OFDM_RATE) & 0xFF;
882 else
883 priv->staging_rxon.ofdm_basic_rates =
884 (IWL_OFDM_BASIC_RATES_MASK >> IWL_FIRST_OFDM_RATE) & 0xFF;
885}
886
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +0800887#ifdef CONFIG_IWL4965_SPECTRUM_MEASUREMENT
Zhu Yib481de92007-09-25 17:54:57 -0700888
889#include "iwl-spectrum.h"
890
891#define BEACON_TIME_MASK_LOW 0x00FFFFFF
892#define BEACON_TIME_MASK_HIGH 0xFF000000
893#define TIME_UNIT 1024
894
895/*
896 * extended beacon time format
897 * time in usec will be changed into a 32-bit value in 8:24 format
898 * the high 1 byte is the beacon counts
899 * the lower 3 bytes is the time in usec within one beacon interval
900 */
901
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800902static u32 iwl4965_usecs_to_beacons(u32 usec, u32 beacon_interval)
Zhu Yib481de92007-09-25 17:54:57 -0700903{
904 u32 quot;
905 u32 rem;
906 u32 interval = beacon_interval * 1024;
907
908 if (!interval || !usec)
909 return 0;
910
911 quot = (usec / interval) & (BEACON_TIME_MASK_HIGH >> 24);
912 rem = (usec % interval) & BEACON_TIME_MASK_LOW;
913
914 return (quot << 24) + rem;
915}
916
917/* base is usually what we get from ucode with each received frame,
918 * the same as HW timer counter counting down
919 */
920
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800921static __le32 iwl4965_add_beacon_time(u32 base, u32 addon, u32 beacon_interval)
Zhu Yib481de92007-09-25 17:54:57 -0700922{
923 u32 base_low = base & BEACON_TIME_MASK_LOW;
924 u32 addon_low = addon & BEACON_TIME_MASK_LOW;
925 u32 interval = beacon_interval * TIME_UNIT;
926 u32 res = (base & BEACON_TIME_MASK_HIGH) +
927 (addon & BEACON_TIME_MASK_HIGH);
928
929 if (base_low > addon_low)
930 res += base_low - addon_low;
931 else if (base_low < addon_low) {
932 res += interval + base_low - addon_low;
933 res += (1 << 24);
934 } else
935 res += (1 << 24);
936
937 return cpu_to_le32(res);
938}
939
Tomas Winklerc79dd5b2008-03-12 16:58:50 -0700940static int iwl4965_get_measurement(struct iwl_priv *priv,
Zhu Yib481de92007-09-25 17:54:57 -0700941 struct ieee80211_measurement_params *params,
942 u8 type)
943{
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800944 struct iwl4965_spectrum_cmd spectrum;
Tomas Winklerdb11d632008-05-05 10:22:33 +0800945 struct iwl_rx_packet *res;
Tomas Winkler857485c2008-03-21 13:53:44 -0700946 struct iwl_host_cmd cmd = {
Zhu Yib481de92007-09-25 17:54:57 -0700947 .id = REPLY_SPECTRUM_MEASUREMENT_CMD,
948 .data = (void *)&spectrum,
949 .meta.flags = CMD_WANT_SKB,
950 };
951 u32 add_time = le64_to_cpu(params->start_time);
952 int rc;
953 int spectrum_resp_status;
954 int duration = le16_to_cpu(params->duration);
955
Tomas Winkler3109ece2008-03-28 16:33:35 -0700956 if (iwl_is_associated(priv))
Zhu Yib481de92007-09-25 17:54:57 -0700957 add_time =
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800958 iwl4965_usecs_to_beacons(
Zhu Yib481de92007-09-25 17:54:57 -0700959 le64_to_cpu(params->start_time) - priv->last_tsf,
960 le16_to_cpu(priv->rxon_timing.beacon_interval));
961
962 memset(&spectrum, 0, sizeof(spectrum));
963
964 spectrum.channel_count = cpu_to_le16(1);
965 spectrum.flags =
966 RXON_FLG_TSF2HOST_MSK | RXON_FLG_ANT_A_MSK | RXON_FLG_DIS_DIV_MSK;
967 spectrum.filter_flags = MEASUREMENT_FILTER_FLAG;
968 cmd.len = sizeof(spectrum);
969 spectrum.len = cpu_to_le16(cmd.len - sizeof(spectrum.len));
970
Tomas Winkler3109ece2008-03-28 16:33:35 -0700971 if (iwl_is_associated(priv))
Zhu Yib481de92007-09-25 17:54:57 -0700972 spectrum.start_time =
Christoph Hellwigbb8c0932008-01-27 16:41:47 -0800973 iwl4965_add_beacon_time(priv->last_beacon_time,
Zhu Yib481de92007-09-25 17:54:57 -0700974 add_time,
975 le16_to_cpu(priv->rxon_timing.beacon_interval));
976 else
977 spectrum.start_time = 0;
978
979 spectrum.channels[0].duration = cpu_to_le32(duration * TIME_UNIT);
980 spectrum.channels[0].channel = params->channel;
981 spectrum.channels[0].type = type;
982 if (priv->active_rxon.flags & RXON_FLG_BAND_24G_MSK)
983 spectrum.flags |= RXON_FLG_BAND_24G_MSK |
984 RXON_FLG_AUTO_DETECT_MSK | RXON_FLG_TGG_PROTECT_MSK;
985
Tomas Winkler857485c2008-03-21 13:53:44 -0700986 rc = iwl_send_cmd_sync(priv, &cmd);
Zhu Yib481de92007-09-25 17:54:57 -0700987 if (rc)
988 return rc;
989
Tomas Winklerdb11d632008-05-05 10:22:33 +0800990 res = (struct iwl_rx_packet *)cmd.meta.u.skb->data;
Zhu Yib481de92007-09-25 17:54:57 -0700991 if (res->hdr.flags & IWL_CMD_FAILED_MSK) {
992 IWL_ERROR("Bad return from REPLY_RX_ON_ASSOC command\n");
993 rc = -EIO;
994 }
995
996 spectrum_resp_status = le16_to_cpu(res->u.spectrum.status);
997 switch (spectrum_resp_status) {
998 case 0: /* Command will be handled */
999 if (res->u.spectrum.id != 0xff) {
1000 IWL_DEBUG_INFO
1001 ("Replaced existing measurement: %d\n",
1002 res->u.spectrum.id);
1003 priv->measurement_status &= ~MEASUREMENT_READY;
1004 }
1005 priv->measurement_status |= MEASUREMENT_ACTIVE;
1006 rc = 0;
1007 break;
1008
1009 case 1: /* Command will not be handled */
1010 rc = -EAGAIN;
1011 break;
1012 }
1013
1014 dev_kfree_skb_any(cmd.meta.u.skb);
1015
1016 return rc;
1017}
1018#endif
1019
Zhu Yib481de92007-09-25 17:54:57 -07001020/******************************************************************************
1021 *
1022 * Generic RX handler implementations
1023 *
1024 ******************************************************************************/
Tomas Winkler885ba202008-05-29 16:34:55 +08001025static void iwl_rx_reply_alive(struct iwl_priv *priv,
1026 struct iwl_rx_mem_buffer *rxb)
Zhu Yib481de92007-09-25 17:54:57 -07001027{
Tomas Winklerdb11d632008-05-05 10:22:33 +08001028 struct iwl_rx_packet *pkt = (struct iwl_rx_packet *)rxb->skb->data;
Tomas Winkler885ba202008-05-29 16:34:55 +08001029 struct iwl_alive_resp *palive;
Zhu Yib481de92007-09-25 17:54:57 -07001030 struct delayed_work *pwork;
1031
1032 palive = &pkt->u.alive_frame;
1033
1034 IWL_DEBUG_INFO("Alive ucode status 0x%08X revision "
1035 "0x%01X 0x%01X\n",
1036 palive->is_valid, palive->ver_type,
1037 palive->ver_subtype);
1038
1039 if (palive->ver_subtype == INITIALIZE_SUBTYPE) {
1040 IWL_DEBUG_INFO("Initialization Alive received.\n");
1041 memcpy(&priv->card_alive_init,
1042 &pkt->u.alive_frame,
Tomas Winkler885ba202008-05-29 16:34:55 +08001043 sizeof(struct iwl_init_alive_resp));
Zhu Yib481de92007-09-25 17:54:57 -07001044 pwork = &priv->init_alive_start;
1045 } else {
1046 IWL_DEBUG_INFO("Runtime Alive received.\n");
1047 memcpy(&priv->card_alive, &pkt->u.alive_frame,
Tomas Winkler885ba202008-05-29 16:34:55 +08001048 sizeof(struct iwl_alive_resp));
Zhu Yib481de92007-09-25 17:54:57 -07001049 pwork = &priv->alive_start;
1050 }
1051
1052 /* We delay the ALIVE response by 5ms to
1053 * give the HW RF Kill time to activate... */
1054 if (palive->is_valid == UCODE_VALID_OK)
1055 queue_delayed_work(priv->workqueue, pwork,
1056 msecs_to_jiffies(5));
1057 else
1058 IWL_WARNING("uCode did not respond OK.\n");
1059}
1060
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07001061static void iwl4965_rx_reply_error(struct iwl_priv *priv,
Tomas Winklera55360e2008-05-05 10:22:28 +08001062 struct iwl_rx_mem_buffer *rxb)
Zhu Yib481de92007-09-25 17:54:57 -07001063{
Tomas Winklerdb11d632008-05-05 10:22:33 +08001064 struct iwl_rx_packet *pkt = (struct iwl_rx_packet *)rxb->skb->data;
Zhu Yib481de92007-09-25 17:54:57 -07001065
1066 IWL_ERROR("Error Reply type 0x%08X cmd %s (0x%02X) "
1067 "seq 0x%04X ser 0x%08X\n",
1068 le32_to_cpu(pkt->u.err_resp.error_type),
1069 get_cmd_string(pkt->u.err_resp.cmd_id),
1070 pkt->u.err_resp.cmd_id,
1071 le16_to_cpu(pkt->u.err_resp.bad_cmd_seq_num),
1072 le32_to_cpu(pkt->u.err_resp.error_info));
1073}
1074
1075#define TX_STATUS_ENTRY(x) case TX_STATUS_FAIL_ ## x: return #x
1076
Tomas Winklera55360e2008-05-05 10:22:28 +08001077static void iwl4965_rx_csa(struct iwl_priv *priv, struct iwl_rx_mem_buffer *rxb)
Zhu Yib481de92007-09-25 17:54:57 -07001078{
Tomas Winklerdb11d632008-05-05 10:22:33 +08001079 struct iwl_rx_packet *pkt = (struct iwl_rx_packet *)rxb->skb->data;
Gregory Greenmanc1adf9f2008-05-15 13:53:59 +08001080 struct iwl_rxon_cmd *rxon = (void *)&priv->active_rxon;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001081 struct iwl4965_csa_notification *csa = &(pkt->u.csa_notif);
Zhu Yib481de92007-09-25 17:54:57 -07001082 IWL_DEBUG_11H("CSA notif: channel %d, status %d\n",
1083 le16_to_cpu(csa->channel), le32_to_cpu(csa->status));
1084 rxon->channel = csa->channel;
1085 priv->staging_rxon.channel = csa->channel;
1086}
1087
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07001088static void iwl4965_rx_spectrum_measure_notif(struct iwl_priv *priv,
Tomas Winklera55360e2008-05-05 10:22:28 +08001089 struct iwl_rx_mem_buffer *rxb)
Zhu Yib481de92007-09-25 17:54:57 -07001090{
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +08001091#ifdef CONFIG_IWL4965_SPECTRUM_MEASUREMENT
Tomas Winklerdb11d632008-05-05 10:22:33 +08001092 struct iwl_rx_packet *pkt = (struct iwl_rx_packet *)rxb->skb->data;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001093 struct iwl4965_spectrum_notification *report = &(pkt->u.spectrum_notif);
Zhu Yib481de92007-09-25 17:54:57 -07001094
1095 if (!report->state) {
Ester Kummerf3d67992008-05-06 11:05:12 +08001096 IWL_DEBUG(IWL_DL_11H,
1097 "Spectrum Measure Notification: Start\n");
Zhu Yib481de92007-09-25 17:54:57 -07001098 return;
1099 }
1100
1101 memcpy(&priv->measure_report, report, sizeof(*report));
1102 priv->measurement_status |= MEASUREMENT_READY;
1103#endif
1104}
1105
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07001106static void iwl4965_rx_pm_sleep_notif(struct iwl_priv *priv,
Tomas Winklera55360e2008-05-05 10:22:28 +08001107 struct iwl_rx_mem_buffer *rxb)
Zhu Yib481de92007-09-25 17:54:57 -07001108{
Tomas Winkler0a6857e2008-03-12 16:58:49 -07001109#ifdef CONFIG_IWLWIFI_DEBUG
Tomas Winklerdb11d632008-05-05 10:22:33 +08001110 struct iwl_rx_packet *pkt = (struct iwl_rx_packet *)rxb->skb->data;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001111 struct iwl4965_sleep_notification *sleep = &(pkt->u.sleep_notif);
Zhu Yib481de92007-09-25 17:54:57 -07001112 IWL_DEBUG_RX("sleep mode: %d, src: %d\n",
1113 sleep->pm_sleep_mode, sleep->pm_wakeup_src);
1114#endif
1115}
1116
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07001117static void iwl4965_rx_pm_debug_statistics_notif(struct iwl_priv *priv,
Tomas Winklera55360e2008-05-05 10:22:28 +08001118 struct iwl_rx_mem_buffer *rxb)
Zhu Yib481de92007-09-25 17:54:57 -07001119{
Tomas Winklerdb11d632008-05-05 10:22:33 +08001120 struct iwl_rx_packet *pkt = (struct iwl_rx_packet *)rxb->skb->data;
Zhu Yib481de92007-09-25 17:54:57 -07001121 IWL_DEBUG_RADIO("Dumping %d bytes of unhandled "
1122 "notification for %s:\n",
1123 le32_to_cpu(pkt->len), get_cmd_string(pkt->hdr.cmd));
Ester Kummerbf403db2008-05-05 10:22:40 +08001124 iwl_print_hex_dump(priv, IWL_DL_RADIO, pkt->u.raw, le32_to_cpu(pkt->len));
Zhu Yib481de92007-09-25 17:54:57 -07001125}
1126
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001127static void iwl4965_bg_beacon_update(struct work_struct *work)
Zhu Yib481de92007-09-25 17:54:57 -07001128{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07001129 struct iwl_priv *priv =
1130 container_of(work, struct iwl_priv, beacon_update);
Zhu Yib481de92007-09-25 17:54:57 -07001131 struct sk_buff *beacon;
1132
1133 /* Pull updated AP beacon from mac80211. will fail if not in AP mode */
Johannes Berge039fa42008-05-15 12:55:29 +02001134 beacon = ieee80211_beacon_get(priv->hw, priv->vif);
Zhu Yib481de92007-09-25 17:54:57 -07001135
1136 if (!beacon) {
1137 IWL_ERROR("update beacon failed\n");
1138 return;
1139 }
1140
1141 mutex_lock(&priv->mutex);
1142 /* new beacon skb is allocated every time; dispose previous.*/
1143 if (priv->ibss_beacon)
1144 dev_kfree_skb(priv->ibss_beacon);
1145
1146 priv->ibss_beacon = beacon;
1147 mutex_unlock(&priv->mutex);
1148
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001149 iwl4965_send_beacon_cmd(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001150}
1151
Emmanuel Grumbach4e393172008-06-12 09:46:53 +08001152/**
1153 * iwl4965_bg_statistics_periodic - Timer callback to queue statistics
1154 *
1155 * This callback is provided in order to send a statistics request.
1156 *
1157 * This timer function is continually reset to execute within
1158 * REG_RECALIB_PERIOD seconds since the last STATISTICS_NOTIFICATION
1159 * was received. We need to ensure we receive the statistics in order
1160 * to update the temperature used for calibrating the TXPOWER.
1161 */
1162static void iwl4965_bg_statistics_periodic(unsigned long data)
1163{
1164 struct iwl_priv *priv = (struct iwl_priv *)data;
1165
1166 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
1167 return;
1168
1169 iwl_send_statistics_request(priv, CMD_ASYNC);
1170}
1171
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07001172static void iwl4965_rx_beacon_notif(struct iwl_priv *priv,
Tomas Winklera55360e2008-05-05 10:22:28 +08001173 struct iwl_rx_mem_buffer *rxb)
Zhu Yib481de92007-09-25 17:54:57 -07001174{
Tomas Winkler0a6857e2008-03-12 16:58:49 -07001175#ifdef CONFIG_IWLWIFI_DEBUG
Tomas Winklerdb11d632008-05-05 10:22:33 +08001176 struct iwl_rx_packet *pkt = (struct iwl_rx_packet *)rxb->skb->data;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001177 struct iwl4965_beacon_notif *beacon = &(pkt->u.beacon_status);
Tomas Winklere7d326a2008-06-12 09:47:11 +08001178 u8 rate = iwl_hw_get_rate(beacon->beacon_notify_hdr.rate_n_flags);
Zhu Yib481de92007-09-25 17:54:57 -07001179
1180 IWL_DEBUG_RX("beacon status %x retries %d iss %d "
1181 "tsf %d %d rate %d\n",
Tomas Winkler25a65722008-06-12 09:47:07 +08001182 le32_to_cpu(beacon->beacon_notify_hdr.u.status) & TX_STATUS_MSK,
Zhu Yib481de92007-09-25 17:54:57 -07001183 beacon->beacon_notify_hdr.failure_frame,
1184 le32_to_cpu(beacon->ibss_mgr_status),
1185 le32_to_cpu(beacon->high_tsf),
1186 le32_to_cpu(beacon->low_tsf), rate);
1187#endif
1188
1189 if ((priv->iw_mode == IEEE80211_IF_TYPE_AP) &&
1190 (!test_bit(STATUS_EXIT_PENDING, &priv->status)))
1191 queue_work(priv->workqueue, &priv->beacon_update);
1192}
1193
Zhu Yib481de92007-09-25 17:54:57 -07001194/* Handle notification from uCode that card's power state is changing
1195 * due to software, hardware, or critical temperature RFKILL */
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07001196static void iwl4965_rx_card_state_notif(struct iwl_priv *priv,
Tomas Winklera55360e2008-05-05 10:22:28 +08001197 struct iwl_rx_mem_buffer *rxb)
Zhu Yib481de92007-09-25 17:54:57 -07001198{
Tomas Winklerdb11d632008-05-05 10:22:33 +08001199 struct iwl_rx_packet *pkt = (struct iwl_rx_packet *)rxb->skb->data;
Zhu Yib481de92007-09-25 17:54:57 -07001200 u32 flags = le32_to_cpu(pkt->u.card_state_notif.flags);
1201 unsigned long status = priv->status;
1202
1203 IWL_DEBUG_RF_KILL("Card state received: HW:%s SW:%s\n",
1204 (flags & HW_CARD_DISABLED) ? "Kill" : "On",
1205 (flags & SW_CARD_DISABLED) ? "Kill" : "On");
1206
1207 if (flags & (SW_CARD_DISABLED | HW_CARD_DISABLED |
1208 RF_CARD_DISABLED)) {
1209
Tomas Winkler3395f6e2008-03-25 16:33:37 -07001210 iwl_write32(priv, CSR_UCODE_DRV_GP1_SET,
Zhu Yib481de92007-09-25 17:54:57 -07001211 CSR_UCODE_DRV_GP1_BIT_CMD_BLOCKED);
1212
Tomas Winkler3395f6e2008-03-25 16:33:37 -07001213 if (!iwl_grab_nic_access(priv)) {
1214 iwl_write_direct32(
Zhu Yib481de92007-09-25 17:54:57 -07001215 priv, HBUS_TARG_MBX_C,
1216 HBUS_TARG_MBX_C_REG_BIT_CMD_BLOCKED);
1217
Tomas Winkler3395f6e2008-03-25 16:33:37 -07001218 iwl_release_nic_access(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001219 }
1220
1221 if (!(flags & RXON_CARD_DISABLED)) {
Tomas Winkler3395f6e2008-03-25 16:33:37 -07001222 iwl_write32(priv, CSR_UCODE_DRV_GP1_CLR,
Zhu Yib481de92007-09-25 17:54:57 -07001223 CSR_UCODE_DRV_GP1_BIT_CMD_BLOCKED);
Tomas Winkler3395f6e2008-03-25 16:33:37 -07001224 if (!iwl_grab_nic_access(priv)) {
1225 iwl_write_direct32(
Zhu Yib481de92007-09-25 17:54:57 -07001226 priv, HBUS_TARG_MBX_C,
1227 HBUS_TARG_MBX_C_REG_BIT_CMD_BLOCKED);
1228
Tomas Winkler3395f6e2008-03-25 16:33:37 -07001229 iwl_release_nic_access(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001230 }
1231 }
1232
1233 if (flags & RF_CARD_DISABLED) {
Tomas Winkler3395f6e2008-03-25 16:33:37 -07001234 iwl_write32(priv, CSR_UCODE_DRV_GP1_SET,
Zhu Yib481de92007-09-25 17:54:57 -07001235 CSR_UCODE_DRV_GP1_REG_BIT_CT_KILL_EXIT);
Tomas Winkler3395f6e2008-03-25 16:33:37 -07001236 iwl_read32(priv, CSR_UCODE_DRV_GP1);
1237 if (!iwl_grab_nic_access(priv))
1238 iwl_release_nic_access(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001239 }
1240 }
1241
1242 if (flags & HW_CARD_DISABLED)
1243 set_bit(STATUS_RF_KILL_HW, &priv->status);
1244 else
1245 clear_bit(STATUS_RF_KILL_HW, &priv->status);
1246
1247
1248 if (flags & SW_CARD_DISABLED)
1249 set_bit(STATUS_RF_KILL_SW, &priv->status);
1250 else
1251 clear_bit(STATUS_RF_KILL_SW, &priv->status);
1252
1253 if (!(flags & RXON_CARD_DISABLED))
Tomas Winkler2a421b92008-06-12 09:47:10 +08001254 iwl_scan_cancel(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001255
1256 if ((test_bit(STATUS_RF_KILL_HW, &status) !=
1257 test_bit(STATUS_RF_KILL_HW, &priv->status)) ||
1258 (test_bit(STATUS_RF_KILL_SW, &status) !=
1259 test_bit(STATUS_RF_KILL_SW, &priv->status)))
1260 queue_work(priv->workqueue, &priv->rf_kill);
1261 else
1262 wake_up_interruptible(&priv->wait_command_queue);
1263}
1264
1265/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001266 * iwl4965_setup_rx_handlers - Initialize Rx handler callbacks
Zhu Yib481de92007-09-25 17:54:57 -07001267 *
1268 * Setup the RX handlers for each of the reply types sent from the uCode
1269 * to the host.
1270 *
1271 * This function chains into the hardware specific files for them to setup
1272 * any hardware specific handlers as well.
1273 */
Emmanuel Grumbach653fa4a2008-06-30 17:23:11 +08001274static void iwl_setup_rx_handlers(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07001275{
Tomas Winkler885ba202008-05-29 16:34:55 +08001276 priv->rx_handlers[REPLY_ALIVE] = iwl_rx_reply_alive;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001277 priv->rx_handlers[REPLY_ERROR] = iwl4965_rx_reply_error;
1278 priv->rx_handlers[CHANNEL_SWITCH_NOTIFICATION] = iwl4965_rx_csa;
Zhu Yib481de92007-09-25 17:54:57 -07001279 priv->rx_handlers[SPECTRUM_MEASURE_NOTIFICATION] =
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001280 iwl4965_rx_spectrum_measure_notif;
1281 priv->rx_handlers[PM_SLEEP_NOTIFICATION] = iwl4965_rx_pm_sleep_notif;
Zhu Yib481de92007-09-25 17:54:57 -07001282 priv->rx_handlers[PM_DEBUG_STATISTIC_NOTIFIC] =
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001283 iwl4965_rx_pm_debug_statistics_notif;
1284 priv->rx_handlers[BEACON_NOTIFICATION] = iwl4965_rx_beacon_notif;
Zhu Yib481de92007-09-25 17:54:57 -07001285
Ben Cahill9fbab512007-11-29 11:09:47 +08001286 /*
1287 * The same handler is used for both the REPLY to a discrete
1288 * statistics request from the host as well as for the periodic
1289 * statistics notifications (after received beacons) from the uCode.
Zhu Yib481de92007-09-25 17:54:57 -07001290 */
Emmanuel Grumbach8f91aec2008-06-30 17:23:07 +08001291 priv->rx_handlers[REPLY_STATISTICS_CMD] = iwl_rx_statistics;
1292 priv->rx_handlers[STATISTICS_NOTIFICATION] = iwl_rx_statistics;
Tomas Winkler2a421b92008-06-12 09:47:10 +08001293
1294 iwl_setup_rx_scan_handlers(priv);
1295
Ron Rindjunsky37a44212008-05-29 16:35:18 +08001296 /* status change handler */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001297 priv->rx_handlers[CARD_STATE_NOTIFICATION] = iwl4965_rx_card_state_notif;
Zhu Yib481de92007-09-25 17:54:57 -07001298
Tomas Winklerc1354752008-05-29 16:35:04 +08001299 priv->rx_handlers[MISSED_BEACONS_NOTIFICATION] =
1300 iwl_rx_missed_beacon_notif;
Ron Rindjunsky37a44212008-05-29 16:35:18 +08001301 /* Rx handlers */
Emmanuel Grumbach1781a072008-06-30 17:23:09 +08001302 priv->rx_handlers[REPLY_RX_PHY_CMD] = iwl_rx_reply_rx_phy;
1303 priv->rx_handlers[REPLY_RX_MPDU_CMD] = iwl_rx_reply_rx;
Emmanuel Grumbach653fa4a2008-06-30 17:23:11 +08001304 /* block ack */
1305 priv->rx_handlers[REPLY_COMPRESSED_BA] = iwl_rx_reply_compressed_ba;
Ben Cahill9fbab512007-11-29 11:09:47 +08001306 /* Set up hardware specific Rx handlers */
Emmanuel Grumbachd4789ef2008-04-24 11:55:20 -07001307 priv->cfg->ops->lib->rx_handler_setup(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001308}
1309
Mohamed Abbas5c0eef92007-11-29 11:10:14 +08001310/*
1311 * this should be called while priv->lock is locked
1312*/
Tomas Winklera55360e2008-05-05 10:22:28 +08001313static void __iwl_rx_replenish(struct iwl_priv *priv)
Mohamed Abbas5c0eef92007-11-29 11:10:14 +08001314{
Tomas Winklera55360e2008-05-05 10:22:28 +08001315 iwl_rx_allocate(priv);
1316 iwl_rx_queue_restock(priv);
Mohamed Abbas5c0eef92007-11-29 11:10:14 +08001317}
1318
1319
Zhu Yib481de92007-09-25 17:54:57 -07001320/**
Tomas Winklera55360e2008-05-05 10:22:28 +08001321 * iwl_rx_handle - Main entry function for receiving responses from uCode
Zhu Yib481de92007-09-25 17:54:57 -07001322 *
1323 * Uses the priv->rx_handlers callback function array to invoke
1324 * the appropriate handlers, including command responses,
1325 * frame-received notifications, and other notifications.
1326 */
Tomas Winklera55360e2008-05-05 10:22:28 +08001327void iwl_rx_handle(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07001328{
Tomas Winklera55360e2008-05-05 10:22:28 +08001329 struct iwl_rx_mem_buffer *rxb;
Tomas Winklerdb11d632008-05-05 10:22:33 +08001330 struct iwl_rx_packet *pkt;
Tomas Winklera55360e2008-05-05 10:22:28 +08001331 struct iwl_rx_queue *rxq = &priv->rxq;
Zhu Yib481de92007-09-25 17:54:57 -07001332 u32 r, i;
1333 int reclaim;
1334 unsigned long flags;
Mohamed Abbas5c0eef92007-11-29 11:10:14 +08001335 u8 fill_rx = 0;
Mohamed Abbasd68ab682008-02-07 13:16:33 -08001336 u32 count = 8;
Zhu Yib481de92007-09-25 17:54:57 -07001337
Cahill, Ben M6440adb2007-11-29 11:09:55 +08001338 /* uCode's read index (stored in shared DRAM) indicates the last Rx
1339 * buffer that the driver may process (last buffer filled by ucode). */
Ron Rindjunskyd67f5482008-05-05 10:22:49 +08001340 r = priv->cfg->ops->lib->shared_mem_rx_idx(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001341 i = rxq->read;
1342
1343 /* Rx interrupt, but nothing sent from uCode */
1344 if (i == r)
Ester Kummerf3d67992008-05-06 11:05:12 +08001345 IWL_DEBUG(IWL_DL_RX, "r = %d, i = %d\n", r, i);
Zhu Yib481de92007-09-25 17:54:57 -07001346
Tomas Winklera55360e2008-05-05 10:22:28 +08001347 if (iwl_rx_queue_space(rxq) > (RX_QUEUE_SIZE / 2))
Mohamed Abbas5c0eef92007-11-29 11:10:14 +08001348 fill_rx = 1;
1349
Zhu Yib481de92007-09-25 17:54:57 -07001350 while (i != r) {
1351 rxb = rxq->queue[i];
1352
Ben Cahill9fbab512007-11-29 11:09:47 +08001353 /* If an RXB doesn't have a Rx queue slot associated with it,
Zhu Yib481de92007-09-25 17:54:57 -07001354 * then a bug has been introduced in the queue refilling
1355 * routines -- catch it here */
1356 BUG_ON(rxb == NULL);
1357
1358 rxq->queue[i] = NULL;
1359
1360 pci_dma_sync_single_for_cpu(priv->pci_dev, rxb->dma_addr,
Tomas Winkler5425e492008-04-15 16:01:38 -07001361 priv->hw_params.rx_buf_size,
Zhu Yib481de92007-09-25 17:54:57 -07001362 PCI_DMA_FROMDEVICE);
Tomas Winklerdb11d632008-05-05 10:22:33 +08001363 pkt = (struct iwl_rx_packet *)rxb->skb->data;
Zhu Yib481de92007-09-25 17:54:57 -07001364
1365 /* Reclaim a command buffer only if this packet is a response
1366 * to a (driver-originated) command.
1367 * If the packet (e.g. Rx frame) originated from uCode,
1368 * there is no command buffer to reclaim.
1369 * Ucode should set SEQ_RX_FRAME bit if ucode-originated,
1370 * but apparently a few don't get set; catch them here. */
1371 reclaim = !(pkt->hdr.sequence & SEQ_RX_FRAME) &&
1372 (pkt->hdr.cmd != REPLY_RX_PHY_CMD) &&
Tomas Winkler857485c2008-03-21 13:53:44 -07001373 (pkt->hdr.cmd != REPLY_RX) &&
Zhu Yicfe01702007-09-27 11:27:31 +08001374 (pkt->hdr.cmd != REPLY_COMPRESSED_BA) &&
Zhu Yib481de92007-09-25 17:54:57 -07001375 (pkt->hdr.cmd != STATISTICS_NOTIFICATION) &&
1376 (pkt->hdr.cmd != REPLY_TX);
1377
1378 /* Based on type of command response or notification,
1379 * handle those that need handling via function in
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001380 * rx_handlers table. See iwl4965_setup_rx_handlers() */
Zhu Yib481de92007-09-25 17:54:57 -07001381 if (priv->rx_handlers[pkt->hdr.cmd]) {
Ester Kummerf3d67992008-05-06 11:05:12 +08001382 IWL_DEBUG(IWL_DL_RX, "r = %d, i = %d, %s, 0x%02x\n", r,
1383 i, get_cmd_string(pkt->hdr.cmd), pkt->hdr.cmd);
Zhu Yib481de92007-09-25 17:54:57 -07001384 priv->rx_handlers[pkt->hdr.cmd] (priv, rxb);
1385 } else {
1386 /* No handling needed */
Ester Kummerf3d67992008-05-06 11:05:12 +08001387 IWL_DEBUG(IWL_DL_RX,
Zhu Yib481de92007-09-25 17:54:57 -07001388 "r %d i %d No handler needed for %s, 0x%02x\n",
1389 r, i, get_cmd_string(pkt->hdr.cmd),
1390 pkt->hdr.cmd);
1391 }
1392
1393 if (reclaim) {
Ben Cahill9fbab512007-11-29 11:09:47 +08001394 /* Invoke any callbacks, transfer the skb to caller, and
Tomas Winkler857485c2008-03-21 13:53:44 -07001395 * fire off the (possibly) blocking iwl_send_cmd()
Zhu Yib481de92007-09-25 17:54:57 -07001396 * as we reclaim the driver command queue */
1397 if (rxb && rxb->skb)
Tomas Winkler17b88922008-05-29 16:35:12 +08001398 iwl_tx_cmd_complete(priv, rxb);
Zhu Yib481de92007-09-25 17:54:57 -07001399 else
1400 IWL_WARNING("Claim null rxb?\n");
1401 }
1402
1403 /* For now we just don't re-use anything. We can tweak this
1404 * later to try and re-use notification packets and SKBs that
1405 * fail to Rx correctly */
1406 if (rxb->skb != NULL) {
1407 priv->alloc_rxb_skb--;
1408 dev_kfree_skb_any(rxb->skb);
1409 rxb->skb = NULL;
1410 }
1411
1412 pci_unmap_single(priv->pci_dev, rxb->dma_addr,
Tomas Winkler5425e492008-04-15 16:01:38 -07001413 priv->hw_params.rx_buf_size,
Ron Rindjunsky9ee1ba42007-11-26 16:14:42 +02001414 PCI_DMA_FROMDEVICE);
Zhu Yib481de92007-09-25 17:54:57 -07001415 spin_lock_irqsave(&rxq->lock, flags);
1416 list_add_tail(&rxb->list, &priv->rxq.rx_used);
1417 spin_unlock_irqrestore(&rxq->lock, flags);
1418 i = (i + 1) & RX_QUEUE_MASK;
Mohamed Abbas5c0eef92007-11-29 11:10:14 +08001419 /* If there are a lot of unused frames,
1420 * restock the Rx queue so ucode wont assert. */
1421 if (fill_rx) {
1422 count++;
1423 if (count >= 8) {
1424 priv->rxq.read = i;
Tomas Winklera55360e2008-05-05 10:22:28 +08001425 __iwl_rx_replenish(priv);
Mohamed Abbas5c0eef92007-11-29 11:10:14 +08001426 count = 0;
1427 }
1428 }
Zhu Yib481de92007-09-25 17:54:57 -07001429 }
1430
1431 /* Backtrack one entry */
1432 priv->rxq.read = i;
Tomas Winklera55360e2008-05-05 10:22:28 +08001433 iwl_rx_queue_restock(priv);
1434}
Tomas Winklera55360e2008-05-05 10:22:28 +08001435
Tomas Winkler0a6857e2008-03-12 16:58:49 -07001436#ifdef CONFIG_IWLWIFI_DEBUG
Ester Kummerbf403db2008-05-05 10:22:40 +08001437static void iwl4965_print_rx_config_cmd(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07001438{
Gregory Greenmanc1adf9f2008-05-15 13:53:59 +08001439 struct iwl_rxon_cmd *rxon = &priv->staging_rxon;
Joe Perches0795af52007-10-03 17:59:30 -07001440 DECLARE_MAC_BUF(mac);
1441
Zhu Yib481de92007-09-25 17:54:57 -07001442 IWL_DEBUG_RADIO("RX CONFIG:\n");
Ester Kummerbf403db2008-05-05 10:22:40 +08001443 iwl_print_hex_dump(priv, IWL_DL_RADIO, (u8 *) rxon, sizeof(*rxon));
Zhu Yib481de92007-09-25 17:54:57 -07001444 IWL_DEBUG_RADIO("u16 channel: 0x%x\n", le16_to_cpu(rxon->channel));
1445 IWL_DEBUG_RADIO("u32 flags: 0x%08X\n", le32_to_cpu(rxon->flags));
1446 IWL_DEBUG_RADIO("u32 filter_flags: 0x%08x\n",
1447 le32_to_cpu(rxon->filter_flags));
1448 IWL_DEBUG_RADIO("u8 dev_type: 0x%x\n", rxon->dev_type);
1449 IWL_DEBUG_RADIO("u8 ofdm_basic_rates: 0x%02x\n",
1450 rxon->ofdm_basic_rates);
1451 IWL_DEBUG_RADIO("u8 cck_basic_rates: 0x%02x\n", rxon->cck_basic_rates);
Joe Perches0795af52007-10-03 17:59:30 -07001452 IWL_DEBUG_RADIO("u8[6] node_addr: %s\n",
1453 print_mac(mac, rxon->node_addr));
1454 IWL_DEBUG_RADIO("u8[6] bssid_addr: %s\n",
1455 print_mac(mac, rxon->bssid_addr));
Zhu Yib481de92007-09-25 17:54:57 -07001456 IWL_DEBUG_RADIO("u16 assoc_id: 0x%x\n", le16_to_cpu(rxon->assoc_id));
1457}
1458#endif
1459
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07001460static void iwl4965_enable_interrupts(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07001461{
1462 IWL_DEBUG_ISR("Enabling interrupts\n");
1463 set_bit(STATUS_INT_ENABLED, &priv->status);
Tomas Winkler3395f6e2008-03-25 16:33:37 -07001464 iwl_write32(priv, CSR_INT_MASK, CSR_INI_SET_MASK);
Zhu Yib481de92007-09-25 17:54:57 -07001465}
1466
Mohamed Abbas0359fac2008-03-28 16:21:08 -07001467/* call this function to flush any scheduled tasklet */
1468static inline void iwl_synchronize_irq(struct iwl_priv *priv)
1469{
1470 /* wait to make sure we flush pedding tasklet*/
1471 synchronize_irq(priv->pci_dev->irq);
1472 tasklet_kill(&priv->irq_tasklet);
1473}
1474
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07001475static inline void iwl4965_disable_interrupts(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07001476{
1477 clear_bit(STATUS_INT_ENABLED, &priv->status);
1478
1479 /* disable interrupts from uCode/NIC to host */
Tomas Winkler3395f6e2008-03-25 16:33:37 -07001480 iwl_write32(priv, CSR_INT_MASK, 0x00000000);
Zhu Yib481de92007-09-25 17:54:57 -07001481
1482 /* acknowledge/clear/reset any interrupts still pending
1483 * from uCode or flow handler (Rx/Tx DMA) */
Tomas Winkler3395f6e2008-03-25 16:33:37 -07001484 iwl_write32(priv, CSR_INT, 0xffffffff);
1485 iwl_write32(priv, CSR_FH_INT_STATUS, 0xffffffff);
Zhu Yib481de92007-09-25 17:54:57 -07001486 IWL_DEBUG_ISR("Disabled interrupts\n");
1487}
1488
Zhu Yib481de92007-09-25 17:54:57 -07001489
Zhu Yib481de92007-09-25 17:54:57 -07001490/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001491 * iwl4965_irq_handle_error - called for HW or SW error interrupt from card
Zhu Yib481de92007-09-25 17:54:57 -07001492 */
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07001493static void iwl4965_irq_handle_error(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07001494{
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001495 /* Set the FW error flag -- cleared on iwl4965_down */
Zhu Yib481de92007-09-25 17:54:57 -07001496 set_bit(STATUS_FW_ERROR, &priv->status);
1497
1498 /* Cancel currently queued command. */
1499 clear_bit(STATUS_HCMD_ACTIVE, &priv->status);
1500
Tomas Winkler0a6857e2008-03-12 16:58:49 -07001501#ifdef CONFIG_IWLWIFI_DEBUG
Ester Kummerbf403db2008-05-05 10:22:40 +08001502 if (priv->debug_level & IWL_DL_FW_ERRORS) {
Ester Kummerede0cba2008-05-29 16:34:46 +08001503 iwl_dump_nic_error_log(priv);
Ester Kummer189a2b52008-05-15 13:54:18 +08001504 iwl_dump_nic_event_log(priv);
Ester Kummerbf403db2008-05-05 10:22:40 +08001505 iwl4965_print_rx_config_cmd(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001506 }
1507#endif
1508
1509 wake_up_interruptible(&priv->wait_command_queue);
1510
1511 /* Keep the restart process from trying to send host
1512 * commands by clearing the INIT status bit */
1513 clear_bit(STATUS_READY, &priv->status);
1514
1515 if (!test_bit(STATUS_EXIT_PENDING, &priv->status)) {
Ester Kummerf3d67992008-05-06 11:05:12 +08001516 IWL_DEBUG(IWL_DL_FW_ERRORS,
Zhu Yib481de92007-09-25 17:54:57 -07001517 "Restarting adapter due to uCode error.\n");
1518
Tomas Winkler3109ece2008-03-28 16:33:35 -07001519 if (iwl_is_associated(priv)) {
Zhu Yib481de92007-09-25 17:54:57 -07001520 memcpy(&priv->recovery_rxon, &priv->active_rxon,
1521 sizeof(priv->recovery_rxon));
1522 priv->error_recovering = 1;
1523 }
Ester Kummer3a1081e2008-05-06 11:05:14 +08001524 if (priv->cfg->mod_params->restart_fw)
1525 queue_work(priv->workqueue, &priv->restart);
Zhu Yib481de92007-09-25 17:54:57 -07001526 }
1527}
1528
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07001529static void iwl4965_error_recovery(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07001530{
1531 unsigned long flags;
1532
1533 memcpy(&priv->staging_rxon, &priv->recovery_rxon,
1534 sizeof(priv->staging_rxon));
1535 priv->staging_rxon.filter_flags &= ~RXON_FILTER_ASSOC_MSK;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001536 iwl4965_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001537
Tomas Winkler4f40e4d2008-05-15 13:54:04 +08001538 iwl_rxon_add_station(priv, priv->bssid, 1);
Zhu Yib481de92007-09-25 17:54:57 -07001539
1540 spin_lock_irqsave(&priv->lock, flags);
1541 priv->assoc_id = le16_to_cpu(priv->staging_rxon.assoc_id);
1542 priv->error_recovering = 0;
1543 spin_unlock_irqrestore(&priv->lock, flags);
1544}
1545
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07001546static void iwl4965_irq_tasklet(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07001547{
1548 u32 inta, handled = 0;
1549 u32 inta_fh;
1550 unsigned long flags;
Tomas Winkler0a6857e2008-03-12 16:58:49 -07001551#ifdef CONFIG_IWLWIFI_DEBUG
Zhu Yib481de92007-09-25 17:54:57 -07001552 u32 inta_mask;
1553#endif
1554
1555 spin_lock_irqsave(&priv->lock, flags);
1556
1557 /* Ack/clear/reset pending uCode interrupts.
1558 * Note: Some bits in CSR_INT are "OR" of bits in CSR_FH_INT_STATUS,
1559 * and will clear only when CSR_FH_INT_STATUS gets cleared. */
Tomas Winkler3395f6e2008-03-25 16:33:37 -07001560 inta = iwl_read32(priv, CSR_INT);
1561 iwl_write32(priv, CSR_INT, inta);
Zhu Yib481de92007-09-25 17:54:57 -07001562
1563 /* Ack/clear/reset pending flow-handler (DMA) interrupts.
1564 * Any new interrupts that happen after this, either while we're
1565 * in this tasklet, or later, will show up in next ISR/tasklet. */
Tomas Winkler3395f6e2008-03-25 16:33:37 -07001566 inta_fh = iwl_read32(priv, CSR_FH_INT_STATUS);
1567 iwl_write32(priv, CSR_FH_INT_STATUS, inta_fh);
Zhu Yib481de92007-09-25 17:54:57 -07001568
Tomas Winkler0a6857e2008-03-12 16:58:49 -07001569#ifdef CONFIG_IWLWIFI_DEBUG
Ester Kummerbf403db2008-05-05 10:22:40 +08001570 if (priv->debug_level & IWL_DL_ISR) {
Ben Cahill9fbab512007-11-29 11:09:47 +08001571 /* just for debug */
Tomas Winkler3395f6e2008-03-25 16:33:37 -07001572 inta_mask = iwl_read32(priv, CSR_INT_MASK);
Zhu Yib481de92007-09-25 17:54:57 -07001573 IWL_DEBUG_ISR("inta 0x%08x, enabled 0x%08x, fh 0x%08x\n",
1574 inta, inta_mask, inta_fh);
1575 }
1576#endif
1577
1578 /* Since CSR_INT and CSR_FH_INT_STATUS reads and clears are not
1579 * atomic, make sure that inta covers all the interrupts that
1580 * we've discovered, even if FH interrupt came in just after
1581 * reading CSR_INT. */
Tomas Winkler6f83eaa2008-03-04 18:09:28 -08001582 if (inta_fh & CSR49_FH_INT_RX_MASK)
Zhu Yib481de92007-09-25 17:54:57 -07001583 inta |= CSR_INT_BIT_FH_RX;
Tomas Winkler6f83eaa2008-03-04 18:09:28 -08001584 if (inta_fh & CSR49_FH_INT_TX_MASK)
Zhu Yib481de92007-09-25 17:54:57 -07001585 inta |= CSR_INT_BIT_FH_TX;
1586
1587 /* Now service all interrupt bits discovered above. */
1588 if (inta & CSR_INT_BIT_HW_ERR) {
1589 IWL_ERROR("Microcode HW error detected. Restarting.\n");
1590
1591 /* Tell the device to stop sending interrupts */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001592 iwl4965_disable_interrupts(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001593
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001594 iwl4965_irq_handle_error(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001595
1596 handled |= CSR_INT_BIT_HW_ERR;
1597
1598 spin_unlock_irqrestore(&priv->lock, flags);
1599
1600 return;
1601 }
1602
Tomas Winkler0a6857e2008-03-12 16:58:49 -07001603#ifdef CONFIG_IWLWIFI_DEBUG
Ester Kummerbf403db2008-05-05 10:22:40 +08001604 if (priv->debug_level & (IWL_DL_ISR)) {
Zhu Yib481de92007-09-25 17:54:57 -07001605 /* NIC fires this, but we don't use it, redundant with WAKEUP */
Joonwoo Park25c03d82008-01-23 10:15:20 -08001606 if (inta & CSR_INT_BIT_SCD)
1607 IWL_DEBUG_ISR("Scheduler finished to transmit "
1608 "the frame/frames.\n");
Zhu Yib481de92007-09-25 17:54:57 -07001609
1610 /* Alive notification via Rx interrupt will do the real work */
1611 if (inta & CSR_INT_BIT_ALIVE)
1612 IWL_DEBUG_ISR("Alive interrupt\n");
1613 }
1614#endif
1615 /* Safely ignore these bits for debug checks below */
Joonwoo Park25c03d82008-01-23 10:15:20 -08001616 inta &= ~(CSR_INT_BIT_SCD | CSR_INT_BIT_ALIVE);
Zhu Yib481de92007-09-25 17:54:57 -07001617
Ben Cahill9fbab512007-11-29 11:09:47 +08001618 /* HW RF KILL switch toggled */
Zhu Yib481de92007-09-25 17:54:57 -07001619 if (inta & CSR_INT_BIT_RF_KILL) {
1620 int hw_rf_kill = 0;
Tomas Winkler3395f6e2008-03-25 16:33:37 -07001621 if (!(iwl_read32(priv, CSR_GP_CNTRL) &
Zhu Yib481de92007-09-25 17:54:57 -07001622 CSR_GP_CNTRL_REG_FLAG_HW_RF_KILL_SW))
1623 hw_rf_kill = 1;
1624
Ester Kummerf3d67992008-05-06 11:05:12 +08001625 IWL_DEBUG(IWL_DL_RF_KILL, "RF_KILL bit toggled to %s.\n",
Zhu Yib481de92007-09-25 17:54:57 -07001626 hw_rf_kill ? "disable radio":"enable radio");
1627
Emmanuel Grumbacha9efa652008-06-30 17:23:25 +08001628 /* driver only loads ucode once setting the interface up.
1629 * the driver as well won't allow loading if RFKILL is set
1630 * therefore no need to restart the driver from this handler
1631 */
1632 if (!hw_rf_kill && !test_bit(STATUS_ALIVE, &priv->status))
Zhu Yi53e49092007-12-06 16:08:44 +08001633 clear_bit(STATUS_RF_KILL_HW, &priv->status);
Zhu Yib481de92007-09-25 17:54:57 -07001634
1635 handled |= CSR_INT_BIT_RF_KILL;
1636 }
1637
Ben Cahill9fbab512007-11-29 11:09:47 +08001638 /* Chip got too hot and stopped itself */
Zhu Yib481de92007-09-25 17:54:57 -07001639 if (inta & CSR_INT_BIT_CT_KILL) {
1640 IWL_ERROR("Microcode CT kill error detected.\n");
1641 handled |= CSR_INT_BIT_CT_KILL;
1642 }
1643
1644 /* Error detected by uCode */
1645 if (inta & CSR_INT_BIT_SW_ERR) {
1646 IWL_ERROR("Microcode SW error detected. Restarting 0x%X.\n",
1647 inta);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001648 iwl4965_irq_handle_error(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001649 handled |= CSR_INT_BIT_SW_ERR;
1650 }
1651
1652 /* uCode wakes up after power-down sleep */
1653 if (inta & CSR_INT_BIT_WAKEUP) {
1654 IWL_DEBUG_ISR("Wakeup interrupt\n");
Tomas Winklera55360e2008-05-05 10:22:28 +08001655 iwl_rx_queue_update_write_ptr(priv, &priv->rxq);
Tomas Winklerbabcebf2008-05-15 13:54:00 +08001656 iwl_txq_update_write_ptr(priv, &priv->txq[0]);
1657 iwl_txq_update_write_ptr(priv, &priv->txq[1]);
1658 iwl_txq_update_write_ptr(priv, &priv->txq[2]);
1659 iwl_txq_update_write_ptr(priv, &priv->txq[3]);
1660 iwl_txq_update_write_ptr(priv, &priv->txq[4]);
1661 iwl_txq_update_write_ptr(priv, &priv->txq[5]);
Zhu Yib481de92007-09-25 17:54:57 -07001662
1663 handled |= CSR_INT_BIT_WAKEUP;
1664 }
1665
1666 /* All uCode command responses, including Tx command responses,
1667 * Rx "responses" (frame-received notification), and other
1668 * notifications from uCode come through here*/
1669 if (inta & (CSR_INT_BIT_FH_RX | CSR_INT_BIT_SW_RX)) {
Tomas Winklera55360e2008-05-05 10:22:28 +08001670 iwl_rx_handle(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001671 handled |= (CSR_INT_BIT_FH_RX | CSR_INT_BIT_SW_RX);
1672 }
1673
1674 if (inta & CSR_INT_BIT_FH_TX) {
1675 IWL_DEBUG_ISR("Tx interrupt\n");
1676 handled |= CSR_INT_BIT_FH_TX;
Ron Rindjunskydbb983b2008-05-15 13:54:12 +08001677 /* FH finished to write, send event */
1678 priv->ucode_write_complete = 1;
1679 wake_up_interruptible(&priv->wait_command_queue);
Zhu Yib481de92007-09-25 17:54:57 -07001680 }
1681
1682 if (inta & ~handled)
1683 IWL_ERROR("Unhandled INTA bits 0x%08x\n", inta & ~handled);
1684
1685 if (inta & ~CSR_INI_SET_MASK) {
1686 IWL_WARNING("Disabled INTA bits 0x%08x were pending\n",
1687 inta & ~CSR_INI_SET_MASK);
1688 IWL_WARNING(" with FH_INT = 0x%08x\n", inta_fh);
1689 }
1690
1691 /* Re-enable all interrupts */
Mohamed Abbas0359fac2008-03-28 16:21:08 -07001692 /* only Re-enable if diabled by irq */
1693 if (test_bit(STATUS_INT_ENABLED, &priv->status))
1694 iwl4965_enable_interrupts(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001695
Tomas Winkler0a6857e2008-03-12 16:58:49 -07001696#ifdef CONFIG_IWLWIFI_DEBUG
Ester Kummerbf403db2008-05-05 10:22:40 +08001697 if (priv->debug_level & (IWL_DL_ISR)) {
Tomas Winkler3395f6e2008-03-25 16:33:37 -07001698 inta = iwl_read32(priv, CSR_INT);
1699 inta_mask = iwl_read32(priv, CSR_INT_MASK);
1700 inta_fh = iwl_read32(priv, CSR_FH_INT_STATUS);
Zhu Yib481de92007-09-25 17:54:57 -07001701 IWL_DEBUG_ISR("End inta 0x%08x, enabled 0x%08x, fh 0x%08x, "
1702 "flags 0x%08lx\n", inta, inta_mask, inta_fh, flags);
1703 }
1704#endif
1705 spin_unlock_irqrestore(&priv->lock, flags);
1706}
1707
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001708static irqreturn_t iwl4965_isr(int irq, void *data)
Zhu Yib481de92007-09-25 17:54:57 -07001709{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07001710 struct iwl_priv *priv = data;
Zhu Yib481de92007-09-25 17:54:57 -07001711 u32 inta, inta_mask;
1712 u32 inta_fh;
1713 if (!priv)
1714 return IRQ_NONE;
1715
1716 spin_lock(&priv->lock);
1717
1718 /* Disable (but don't clear!) interrupts here to avoid
1719 * back-to-back ISRs and sporadic interrupts from our NIC.
1720 * If we have something to service, the tasklet will re-enable ints.
1721 * If we *don't* have something, we'll re-enable before leaving here. */
Tomas Winkler3395f6e2008-03-25 16:33:37 -07001722 inta_mask = iwl_read32(priv, CSR_INT_MASK); /* just for debug */
1723 iwl_write32(priv, CSR_INT_MASK, 0x00000000);
Zhu Yib481de92007-09-25 17:54:57 -07001724
1725 /* Discover which interrupts are active/pending */
Tomas Winkler3395f6e2008-03-25 16:33:37 -07001726 inta = iwl_read32(priv, CSR_INT);
1727 inta_fh = iwl_read32(priv, CSR_FH_INT_STATUS);
Zhu Yib481de92007-09-25 17:54:57 -07001728
1729 /* Ignore interrupt if there's nothing in NIC to service.
1730 * This may be due to IRQ shared with another device,
1731 * or due to sporadic interrupts thrown from our NIC. */
1732 if (!inta && !inta_fh) {
1733 IWL_DEBUG_ISR("Ignore interrupt, inta == 0, inta_fh == 0\n");
1734 goto none;
1735 }
1736
1737 if ((inta == 0xFFFFFFFF) || ((inta & 0xFFFFFFF0) == 0xa5a5a5a0)) {
Oliver Neukum66fbb542007-11-15 09:31:10 +08001738 /* Hardware disappeared. It might have already raised
1739 * an interrupt */
Zhu Yib481de92007-09-25 17:54:57 -07001740 IWL_WARNING("HARDWARE GONE?? INTA == 0x%080x\n", inta);
Oliver Neukum66fbb542007-11-15 09:31:10 +08001741 goto unplugged;
Zhu Yib481de92007-09-25 17:54:57 -07001742 }
1743
1744 IWL_DEBUG_ISR("ISR inta 0x%08x, enabled 0x%08x, fh 0x%08x\n",
1745 inta, inta_mask, inta_fh);
1746
Joonwoo Park25c03d82008-01-23 10:15:20 -08001747 inta &= ~CSR_INT_BIT_SCD;
1748
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001749 /* iwl4965_irq_tasklet() will service interrupts and re-enable them */
Joonwoo Park25c03d82008-01-23 10:15:20 -08001750 if (likely(inta || inta_fh))
1751 tasklet_schedule(&priv->irq_tasklet);
Zhu Yib481de92007-09-25 17:54:57 -07001752
Oliver Neukum66fbb542007-11-15 09:31:10 +08001753 unplugged:
1754 spin_unlock(&priv->lock);
Zhu Yib481de92007-09-25 17:54:57 -07001755 return IRQ_HANDLED;
1756
1757 none:
1758 /* re-enable interrupts here since we don't have anything to service. */
Mohamed Abbas0359fac2008-03-28 16:21:08 -07001759 /* only Re-enable if diabled by irq */
1760 if (test_bit(STATUS_INT_ENABLED, &priv->status))
1761 iwl4965_enable_interrupts(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001762 spin_unlock(&priv->lock);
1763 return IRQ_NONE;
1764}
1765
Zhu Yib481de92007-09-25 17:54:57 -07001766/******************************************************************************
1767 *
1768 * uCode download functions
1769 *
1770 ******************************************************************************/
1771
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07001772static void iwl4965_dealloc_ucode_pci(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07001773{
Tomas Winkler98c92212008-01-14 17:46:20 -08001774 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_code);
1775 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_data);
1776 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_data_backup);
1777 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_init);
1778 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_init_data);
1779 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_boot);
Zhu Yib481de92007-09-25 17:54:57 -07001780}
1781
Ron Rindjunskyedcdf8b2008-05-15 13:53:55 +08001782static void iwl4965_nic_start(struct iwl_priv *priv)
1783{
1784 /* Remove all resets to allow NIC to operate */
1785 iwl_write32(priv, CSR_RESET, 0);
1786}
1787
1788
Zhu Yib481de92007-09-25 17:54:57 -07001789/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001790 * iwl4965_read_ucode - Read uCode images from disk file.
Zhu Yib481de92007-09-25 17:54:57 -07001791 *
1792 * Copy into buffers for card to fetch via bus-mastering
1793 */
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07001794static int iwl4965_read_ucode(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07001795{
Ron Rindjunsky14b3d332008-06-13 15:44:54 +08001796 struct iwl_ucode *ucode;
Tomas Winkler90e759d2007-11-29 11:09:41 +08001797 int ret;
Zhu Yib481de92007-09-25 17:54:57 -07001798 const struct firmware *ucode_raw;
Tomas Winkler4bf775c2008-03-04 18:09:31 -08001799 const char *name = priv->cfg->fw_name;
Zhu Yib481de92007-09-25 17:54:57 -07001800 u8 *src;
1801 size_t len;
1802 u32 ver, inst_size, data_size, init_size, init_data_size, boot_size;
1803
1804 /* Ask kernel firmware_class module to get the boot firmware off disk.
1805 * request_firmware() is synchronous, file is in memory on return. */
Tomas Winkler90e759d2007-11-29 11:09:41 +08001806 ret = request_firmware(&ucode_raw, name, &priv->pci_dev->dev);
1807 if (ret < 0) {
1808 IWL_ERROR("%s firmware file req failed: Reason %d\n",
1809 name, ret);
Zhu Yib481de92007-09-25 17:54:57 -07001810 goto error;
1811 }
1812
1813 IWL_DEBUG_INFO("Got firmware '%s' file (%zd bytes) from disk\n",
1814 name, ucode_raw->size);
1815
1816 /* Make sure that we got at least our header! */
1817 if (ucode_raw->size < sizeof(*ucode)) {
1818 IWL_ERROR("File size way too small!\n");
Tomas Winkler90e759d2007-11-29 11:09:41 +08001819 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07001820 goto err_release;
1821 }
1822
1823 /* Data from ucode file: header followed by uCode images */
1824 ucode = (void *)ucode_raw->data;
1825
1826 ver = le32_to_cpu(ucode->ver);
1827 inst_size = le32_to_cpu(ucode->inst_size);
1828 data_size = le32_to_cpu(ucode->data_size);
1829 init_size = le32_to_cpu(ucode->init_size);
1830 init_data_size = le32_to_cpu(ucode->init_data_size);
1831 boot_size = le32_to_cpu(ucode->boot_size);
1832
1833 IWL_DEBUG_INFO("f/w package hdr ucode version = 0x%x\n", ver);
1834 IWL_DEBUG_INFO("f/w package hdr runtime inst size = %u\n",
1835 inst_size);
1836 IWL_DEBUG_INFO("f/w package hdr runtime data size = %u\n",
1837 data_size);
1838 IWL_DEBUG_INFO("f/w package hdr init inst size = %u\n",
1839 init_size);
1840 IWL_DEBUG_INFO("f/w package hdr init data size = %u\n",
1841 init_data_size);
1842 IWL_DEBUG_INFO("f/w package hdr boot inst size = %u\n",
1843 boot_size);
1844
1845 /* Verify size of file vs. image size info in file's header */
1846 if (ucode_raw->size < sizeof(*ucode) +
1847 inst_size + data_size + init_size +
1848 init_data_size + boot_size) {
1849
1850 IWL_DEBUG_INFO("uCode file size %d too small\n",
1851 (int)ucode_raw->size);
Tomas Winkler90e759d2007-11-29 11:09:41 +08001852 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07001853 goto err_release;
1854 }
1855
1856 /* Verify that uCode images will fit in card's SRAM */
Ron Rindjunsky099b40b2008-04-21 15:41:53 -07001857 if (inst_size > priv->hw_params.max_inst_size) {
Tomas Winkler90e759d2007-11-29 11:09:41 +08001858 IWL_DEBUG_INFO("uCode instr len %d too large to fit in\n",
1859 inst_size);
1860 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07001861 goto err_release;
1862 }
1863
Ron Rindjunsky099b40b2008-04-21 15:41:53 -07001864 if (data_size > priv->hw_params.max_data_size) {
Tomas Winkler90e759d2007-11-29 11:09:41 +08001865 IWL_DEBUG_INFO("uCode data len %d too large to fit in\n",
1866 data_size);
1867 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07001868 goto err_release;
1869 }
Ron Rindjunsky099b40b2008-04-21 15:41:53 -07001870 if (init_size > priv->hw_params.max_inst_size) {
Zhu Yib481de92007-09-25 17:54:57 -07001871 IWL_DEBUG_INFO
Tomas Winkler90e759d2007-11-29 11:09:41 +08001872 ("uCode init instr len %d too large to fit in\n",
1873 init_size);
1874 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07001875 goto err_release;
1876 }
Ron Rindjunsky099b40b2008-04-21 15:41:53 -07001877 if (init_data_size > priv->hw_params.max_data_size) {
Zhu Yib481de92007-09-25 17:54:57 -07001878 IWL_DEBUG_INFO
Tomas Winkler90e759d2007-11-29 11:09:41 +08001879 ("uCode init data len %d too large to fit in\n",
1880 init_data_size);
1881 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07001882 goto err_release;
1883 }
Ron Rindjunsky099b40b2008-04-21 15:41:53 -07001884 if (boot_size > priv->hw_params.max_bsm_size) {
Zhu Yib481de92007-09-25 17:54:57 -07001885 IWL_DEBUG_INFO
Tomas Winkler90e759d2007-11-29 11:09:41 +08001886 ("uCode boot instr len %d too large to fit in\n",
1887 boot_size);
1888 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07001889 goto err_release;
1890 }
1891
1892 /* Allocate ucode buffers for card's bus-master loading ... */
1893
1894 /* Runtime instructions and 2 copies of data:
1895 * 1) unmodified from disk
1896 * 2) backup cache for save/restore during power-downs */
1897 priv->ucode_code.len = inst_size;
Tomas Winkler98c92212008-01-14 17:46:20 -08001898 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_code);
Zhu Yib481de92007-09-25 17:54:57 -07001899
1900 priv->ucode_data.len = data_size;
Tomas Winkler98c92212008-01-14 17:46:20 -08001901 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_data);
Zhu Yib481de92007-09-25 17:54:57 -07001902
1903 priv->ucode_data_backup.len = data_size;
Tomas Winkler98c92212008-01-14 17:46:20 -08001904 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_data_backup);
Zhu Yib481de92007-09-25 17:54:57 -07001905
1906 /* Initialization instructions and data */
Tomas Winkler90e759d2007-11-29 11:09:41 +08001907 if (init_size && init_data_size) {
1908 priv->ucode_init.len = init_size;
Tomas Winkler98c92212008-01-14 17:46:20 -08001909 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_init);
Zhu Yib481de92007-09-25 17:54:57 -07001910
Tomas Winkler90e759d2007-11-29 11:09:41 +08001911 priv->ucode_init_data.len = init_data_size;
Tomas Winkler98c92212008-01-14 17:46:20 -08001912 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_init_data);
Tomas Winkler90e759d2007-11-29 11:09:41 +08001913
1914 if (!priv->ucode_init.v_addr || !priv->ucode_init_data.v_addr)
1915 goto err_pci_alloc;
1916 }
Zhu Yib481de92007-09-25 17:54:57 -07001917
1918 /* Bootstrap (instructions only, no data) */
Tomas Winkler90e759d2007-11-29 11:09:41 +08001919 if (boot_size) {
1920 priv->ucode_boot.len = boot_size;
Tomas Winkler98c92212008-01-14 17:46:20 -08001921 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_boot);
Zhu Yib481de92007-09-25 17:54:57 -07001922
Tomas Winkler90e759d2007-11-29 11:09:41 +08001923 if (!priv->ucode_boot.v_addr)
1924 goto err_pci_alloc;
1925 }
Zhu Yib481de92007-09-25 17:54:57 -07001926
1927 /* Copy images into buffers for card's bus-master reads ... */
1928
1929 /* Runtime instructions (first block of data in file) */
1930 src = &ucode->data[0];
1931 len = priv->ucode_code.len;
Tomas Winkler90e759d2007-11-29 11:09:41 +08001932 IWL_DEBUG_INFO("Copying (but not loading) uCode instr len %Zd\n", len);
Zhu Yib481de92007-09-25 17:54:57 -07001933 memcpy(priv->ucode_code.v_addr, src, len);
1934 IWL_DEBUG_INFO("uCode instr buf vaddr = 0x%p, paddr = 0x%08x\n",
1935 priv->ucode_code.v_addr, (u32)priv->ucode_code.p_addr);
1936
1937 /* Runtime data (2nd block)
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001938 * NOTE: Copy into backup buffer will be done in iwl4965_up() */
Zhu Yib481de92007-09-25 17:54:57 -07001939 src = &ucode->data[inst_size];
1940 len = priv->ucode_data.len;
Tomas Winkler90e759d2007-11-29 11:09:41 +08001941 IWL_DEBUG_INFO("Copying (but not loading) uCode data len %Zd\n", len);
Zhu Yib481de92007-09-25 17:54:57 -07001942 memcpy(priv->ucode_data.v_addr, src, len);
1943 memcpy(priv->ucode_data_backup.v_addr, src, len);
1944
1945 /* Initialization instructions (3rd block) */
1946 if (init_size) {
1947 src = &ucode->data[inst_size + data_size];
1948 len = priv->ucode_init.len;
Tomas Winkler90e759d2007-11-29 11:09:41 +08001949 IWL_DEBUG_INFO("Copying (but not loading) init instr len %Zd\n",
1950 len);
Zhu Yib481de92007-09-25 17:54:57 -07001951 memcpy(priv->ucode_init.v_addr, src, len);
1952 }
1953
1954 /* Initialization data (4th block) */
1955 if (init_data_size) {
1956 src = &ucode->data[inst_size + data_size + init_size];
1957 len = priv->ucode_init_data.len;
Tomas Winkler90e759d2007-11-29 11:09:41 +08001958 IWL_DEBUG_INFO("Copying (but not loading) init data len %Zd\n",
1959 len);
Zhu Yib481de92007-09-25 17:54:57 -07001960 memcpy(priv->ucode_init_data.v_addr, src, len);
1961 }
1962
1963 /* Bootstrap instructions (5th block) */
1964 src = &ucode->data[inst_size + data_size + init_size + init_data_size];
1965 len = priv->ucode_boot.len;
Tomas Winkler90e759d2007-11-29 11:09:41 +08001966 IWL_DEBUG_INFO("Copying (but not loading) boot instr len %Zd\n", len);
Zhu Yib481de92007-09-25 17:54:57 -07001967 memcpy(priv->ucode_boot.v_addr, src, len);
1968
1969 /* We have our copies now, allow OS release its copies */
1970 release_firmware(ucode_raw);
1971 return 0;
1972
1973 err_pci_alloc:
1974 IWL_ERROR("failed to allocate pci memory\n");
Tomas Winkler90e759d2007-11-29 11:09:41 +08001975 ret = -ENOMEM;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08001976 iwl4965_dealloc_ucode_pci(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001977
1978 err_release:
1979 release_firmware(ucode_raw);
1980
1981 error:
Tomas Winkler90e759d2007-11-29 11:09:41 +08001982 return ret;
Zhu Yib481de92007-09-25 17:54:57 -07001983}
1984
Zhu Yib481de92007-09-25 17:54:57 -07001985/**
Tomas Winkler4a4a9e82008-05-29 16:34:54 +08001986 * iwl_alive_start - called after REPLY_ALIVE notification received
Zhu Yib481de92007-09-25 17:54:57 -07001987 * from protocol/runtime uCode (initialization uCode's
Tomas Winkler4a4a9e82008-05-29 16:34:54 +08001988 * Alive gets handled by iwl_init_alive_start()).
Zhu Yib481de92007-09-25 17:54:57 -07001989 */
Tomas Winkler4a4a9e82008-05-29 16:34:54 +08001990static void iwl_alive_start(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07001991{
Tomas Winkler57aab752008-04-14 21:16:03 -07001992 int ret = 0;
Zhu Yib481de92007-09-25 17:54:57 -07001993
1994 IWL_DEBUG_INFO("Runtime Alive received.\n");
1995
1996 if (priv->card_alive.is_valid != UCODE_VALID_OK) {
1997 /* We had an error bringing up the hardware, so take it
1998 * all the way back down so we can try again */
1999 IWL_DEBUG_INFO("Alive failed.\n");
2000 goto restart;
2001 }
2002
2003 /* Initialize uCode has loaded Runtime uCode ... verify inst image.
2004 * This is a paranoid check, because we would not have gotten the
2005 * "runtime" alive if code weren't properly loaded. */
Emmanuel Grumbachb0692f22008-04-24 11:55:18 -07002006 if (iwl_verify_ucode(priv)) {
Zhu Yib481de92007-09-25 17:54:57 -07002007 /* Runtime instruction load was bad;
2008 * take it all the way back down so we can try again */
2009 IWL_DEBUG_INFO("Bad runtime uCode load.\n");
2010 goto restart;
2011 }
2012
Emmanuel Grumbach37deb2a2008-06-30 17:23:08 +08002013 iwl_clear_stations_table(priv);
Tomas Winkler57aab752008-04-14 21:16:03 -07002014 ret = priv->cfg->ops->lib->alive_notify(priv);
2015 if (ret) {
Zhu Yib481de92007-09-25 17:54:57 -07002016 IWL_WARNING("Could not complete ALIVE transition [ntf]: %d\n",
Tomas Winkler57aab752008-04-14 21:16:03 -07002017 ret);
Zhu Yib481de92007-09-25 17:54:57 -07002018 goto restart;
2019 }
2020
Ben Cahill9fbab512007-11-29 11:09:47 +08002021 /* After the ALIVE response, we can send host commands to 4965 uCode */
Zhu Yib481de92007-09-25 17:54:57 -07002022 set_bit(STATUS_ALIVE, &priv->status);
2023
Tomas Winklerfee12472008-04-03 16:05:21 -07002024 if (iwl_is_rfkill(priv))
Zhu Yib481de92007-09-25 17:54:57 -07002025 return;
2026
Johannes Berg36d68252008-05-15 12:55:26 +02002027 ieee80211_wake_queues(priv->hw);
Zhu Yib481de92007-09-25 17:54:57 -07002028
2029 priv->active_rate = priv->rates_mask;
2030 priv->active_rate_basic = priv->rates_mask & IWL_BASIC_RATES_MASK;
2031
Tomas Winkler3109ece2008-03-28 16:33:35 -07002032 if (iwl_is_associated(priv)) {
Gregory Greenmanc1adf9f2008-05-15 13:53:59 +08002033 struct iwl_rxon_cmd *active_rxon =
2034 (struct iwl_rxon_cmd *)&priv->active_rxon;
Zhu Yib481de92007-09-25 17:54:57 -07002035
2036 memcpy(&priv->staging_rxon, &priv->active_rxon,
2037 sizeof(priv->staging_rxon));
2038 active_rxon->filter_flags &= ~RXON_FILTER_ASSOC_MSK;
2039 } else {
2040 /* Initialize our rx_config data */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002041 iwl4965_connection_init_rx_config(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002042 memcpy(priv->staging_rxon.node_addr, priv->mac_addr, ETH_ALEN);
2043 }
2044
Ben Cahill9fbab512007-11-29 11:09:47 +08002045 /* Configure Bluetooth device coexistence support */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002046 iwl4965_send_bt_config(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002047
Tomas Winkler4a4a9e82008-05-29 16:34:54 +08002048 iwl_reset_run_time_calib(priv);
2049
Zhu Yib481de92007-09-25 17:54:57 -07002050 /* Configure the adapter for unassociated operation */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002051 iwl4965_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002052
2053 /* At this point, the NIC is initialized and operational */
Emmanuel Grumbach47f4a582008-06-12 09:47:13 +08002054 iwl_rf_kill_ct_config(priv);
Zhu Yi5a66926a2008-01-14 17:46:18 -08002055
Reinette Chatrefe00b5a2008-04-03 16:05:23 -07002056 iwl_leds_register(priv);
2057
Zhu Yib481de92007-09-25 17:54:57 -07002058 IWL_DEBUG_INFO("ALIVE processing complete.\n");
Rick Farringtona9f46782008-03-18 14:57:49 -07002059 set_bit(STATUS_READY, &priv->status);
Zhu Yi5a66926a2008-01-14 17:46:18 -08002060 wake_up_interruptible(&priv->wait_command_queue);
Zhu Yib481de92007-09-25 17:54:57 -07002061
2062 if (priv->error_recovering)
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002063 iwl4965_error_recovery(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002064
Emmanuel Grumbach58d0f362008-06-12 09:47:19 +08002065 iwl_power_update_mode(priv, 1);
Mohamed Abbas84363e62008-04-04 16:59:58 -07002066 ieee80211_notify_mac(priv->hw, IEEE80211_NOTIFY_RE_ASSOC);
Assaf Kraussc46fbef2008-06-12 09:47:05 +08002067
2068 if (test_and_clear_bit(STATUS_MODE_PENDING, &priv->status))
2069 iwl4965_set_mode(priv, priv->iw_mode);
2070
Zhu Yib481de92007-09-25 17:54:57 -07002071 return;
2072
2073 restart:
2074 queue_work(priv->workqueue, &priv->restart);
2075}
2076
Emmanuel Grumbach4e393172008-06-12 09:46:53 +08002077static void iwl_cancel_deferred_work(struct iwl_priv *priv);
Zhu Yib481de92007-09-25 17:54:57 -07002078
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07002079static void __iwl4965_down(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002080{
2081 unsigned long flags;
2082 int exit_pending = test_bit(STATUS_EXIT_PENDING, &priv->status);
Zhu Yib481de92007-09-25 17:54:57 -07002083
2084 IWL_DEBUG_INFO(DRV_NAME " is going down\n");
2085
Zhu Yib481de92007-09-25 17:54:57 -07002086 if (!exit_pending)
2087 set_bit(STATUS_EXIT_PENDING, &priv->status);
2088
Mohamed Abbasab53d8a2008-03-25 16:33:36 -07002089 iwl_leds_unregister(priv);
2090
Emmanuel Grumbach37deb2a2008-06-30 17:23:08 +08002091 iwl_clear_stations_table(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002092
2093 /* Unblock any waiting calls */
2094 wake_up_interruptible_all(&priv->wait_command_queue);
2095
Zhu Yib481de92007-09-25 17:54:57 -07002096 /* Wipe out the EXIT_PENDING status bit if we are not actually
2097 * exiting the module */
2098 if (!exit_pending)
2099 clear_bit(STATUS_EXIT_PENDING, &priv->status);
2100
2101 /* stop and reset the on-board processor */
Tomas Winkler3395f6e2008-03-25 16:33:37 -07002102 iwl_write32(priv, CSR_RESET, CSR_RESET_REG_FLAG_NEVO_RESET);
Zhu Yib481de92007-09-25 17:54:57 -07002103
2104 /* tell the device to stop sending interrupts */
Mohamed Abbas0359fac2008-03-28 16:21:08 -07002105 spin_lock_irqsave(&priv->lock, flags);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002106 iwl4965_disable_interrupts(priv);
Mohamed Abbas0359fac2008-03-28 16:21:08 -07002107 spin_unlock_irqrestore(&priv->lock, flags);
2108 iwl_synchronize_irq(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002109
2110 if (priv->mac80211_registered)
2111 ieee80211_stop_queues(priv->hw);
2112
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002113 /* If we have not previously called iwl4965_init() then
Zhu Yib481de92007-09-25 17:54:57 -07002114 * clear all bits but the RF Kill and SUSPEND bits and return */
Tomas Winklerfee12472008-04-03 16:05:21 -07002115 if (!iwl_is_init(priv)) {
Zhu Yib481de92007-09-25 17:54:57 -07002116 priv->status = test_bit(STATUS_RF_KILL_HW, &priv->status) <<
2117 STATUS_RF_KILL_HW |
2118 test_bit(STATUS_RF_KILL_SW, &priv->status) <<
2119 STATUS_RF_KILL_SW |
Reinette Chatre97888642008-02-06 11:20:38 -08002120 test_bit(STATUS_GEO_CONFIGURED, &priv->status) <<
2121 STATUS_GEO_CONFIGURED |
Zhu Yib481de92007-09-25 17:54:57 -07002122 test_bit(STATUS_IN_SUSPEND, &priv->status) <<
Mohamed Abbas052ec3f2008-06-30 17:23:15 +08002123 STATUS_IN_SUSPEND |
2124 test_bit(STATUS_EXIT_PENDING, &priv->status) <<
2125 STATUS_EXIT_PENDING;
Zhu Yib481de92007-09-25 17:54:57 -07002126 goto exit;
2127 }
2128
2129 /* ...otherwise clear out all the status bits but the RF Kill and
2130 * SUSPEND bits and continue taking the NIC down. */
2131 priv->status &= test_bit(STATUS_RF_KILL_HW, &priv->status) <<
2132 STATUS_RF_KILL_HW |
2133 test_bit(STATUS_RF_KILL_SW, &priv->status) <<
2134 STATUS_RF_KILL_SW |
Reinette Chatre97888642008-02-06 11:20:38 -08002135 test_bit(STATUS_GEO_CONFIGURED, &priv->status) <<
2136 STATUS_GEO_CONFIGURED |
Zhu Yib481de92007-09-25 17:54:57 -07002137 test_bit(STATUS_IN_SUSPEND, &priv->status) <<
2138 STATUS_IN_SUSPEND |
2139 test_bit(STATUS_FW_ERROR, &priv->status) <<
Mohamed Abbas052ec3f2008-06-30 17:23:15 +08002140 STATUS_FW_ERROR |
2141 test_bit(STATUS_EXIT_PENDING, &priv->status) <<
2142 STATUS_EXIT_PENDING;
Zhu Yib481de92007-09-25 17:54:57 -07002143
2144 spin_lock_irqsave(&priv->lock, flags);
Tomas Winkler3395f6e2008-03-25 16:33:37 -07002145 iwl_clear_bit(priv, CSR_GP_CNTRL,
Ben Cahill9fbab512007-11-29 11:09:47 +08002146 CSR_GP_CNTRL_REG_FLAG_MAC_ACCESS_REQ);
Zhu Yib481de92007-09-25 17:54:57 -07002147 spin_unlock_irqrestore(&priv->lock, flags);
2148
Tomas Winklerda1bc452008-05-29 16:35:00 +08002149 iwl_txq_ctx_stop(priv);
Tomas Winklerb3bbacb2008-05-29 16:35:01 +08002150 iwl_rxq_stop(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002151
2152 spin_lock_irqsave(&priv->lock, flags);
Tomas Winkler3395f6e2008-03-25 16:33:37 -07002153 if (!iwl_grab_nic_access(priv)) {
2154 iwl_write_prph(priv, APMG_CLK_DIS_REG,
Zhu Yib481de92007-09-25 17:54:57 -07002155 APMG_CLK_VAL_DMA_CLK_RQT);
Tomas Winkler3395f6e2008-03-25 16:33:37 -07002156 iwl_release_nic_access(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002157 }
2158 spin_unlock_irqrestore(&priv->lock, flags);
2159
2160 udelay(5);
2161
Tomas Winkler7f066102008-05-29 16:34:57 +08002162 /* FIXME: apm_ops.suspend(priv) */
2163 priv->cfg->ops->lib->apm_ops.reset(priv);
Ron Rindjunsky399f4902008-04-23 17:14:56 -07002164 priv->cfg->ops->lib->free_shared_mem(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002165
2166 exit:
Tomas Winkler885ba202008-05-29 16:34:55 +08002167 memset(&priv->card_alive, 0, sizeof(struct iwl_alive_resp));
Zhu Yib481de92007-09-25 17:54:57 -07002168
2169 if (priv->ibss_beacon)
2170 dev_kfree_skb(priv->ibss_beacon);
2171 priv->ibss_beacon = NULL;
2172
2173 /* clear out any free frames */
Tomas Winklerfcab4232008-05-15 13:54:01 +08002174 iwl_clear_free_frames(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002175}
2176
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07002177static void iwl4965_down(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002178{
2179 mutex_lock(&priv->mutex);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002180 __iwl4965_down(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002181 mutex_unlock(&priv->mutex);
Zhu Yib24d22b2007-12-19 13:59:52 +08002182
Emmanuel Grumbach4e393172008-06-12 09:46:53 +08002183 iwl_cancel_deferred_work(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002184}
2185
2186#define MAX_HW_RESTARTS 5
2187
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07002188static int __iwl4965_up(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002189{
Tomas Winkler57aab752008-04-14 21:16:03 -07002190 int i;
2191 int ret;
Zhu Yib481de92007-09-25 17:54:57 -07002192
2193 if (test_bit(STATUS_EXIT_PENDING, &priv->status)) {
2194 IWL_WARNING("Exit pending; will not bring the NIC up\n");
2195 return -EIO;
2196 }
2197
Reinette Chatree903fbd2008-01-30 22:05:15 -08002198 if (!priv->ucode_data_backup.v_addr || !priv->ucode_data.v_addr) {
2199 IWL_ERROR("ucode not available for device bringup\n");
2200 return -EIO;
2201 }
2202
Zhu Yie655b9f2008-01-24 02:19:38 -08002203 /* If platform's RF_KILL switch is NOT set to KILL */
Tomas Winkler3395f6e2008-03-25 16:33:37 -07002204 if (iwl_read32(priv, CSR_GP_CNTRL) &
Zhu Yie655b9f2008-01-24 02:19:38 -08002205 CSR_GP_CNTRL_REG_FLAG_HW_RF_KILL_SW)
2206 clear_bit(STATUS_RF_KILL_HW, &priv->status);
Emmanuel Grumbach3bff19c2008-06-30 17:23:19 +08002207 else
Zhu Yie655b9f2008-01-24 02:19:38 -08002208 set_bit(STATUS_RF_KILL_HW, &priv->status);
Emmanuel Grumbach3bff19c2008-06-30 17:23:19 +08002209
2210 if (!test_bit(STATUS_IN_SUSPEND, &priv->status) &&
2211 iwl_is_rfkill(priv)) {
Emmanuel Grumbach3bff19c2008-06-30 17:23:19 +08002212 IWL_WARNING("Radio disabled by %s RF Kill switch\n",
2213 test_bit(STATUS_RF_KILL_HW, &priv->status) ? "HW" : "SW");
2214 return -ENODEV;
Zhu Yib481de92007-09-25 17:54:57 -07002215 }
2216
Tomas Winkler3395f6e2008-03-25 16:33:37 -07002217 iwl_write32(priv, CSR_INT, 0xFFFFFFFF);
Zhu Yib481de92007-09-25 17:54:57 -07002218
Ron Rindjunsky399f4902008-04-23 17:14:56 -07002219 ret = priv->cfg->ops->lib->alloc_shared_mem(priv);
2220 if (ret) {
2221 IWL_ERROR("Unable to allocate shared memory\n");
2222 return ret;
2223 }
2224
Ron Rindjunsky1053d352008-05-05 10:22:43 +08002225 ret = iwl_hw_nic_init(priv);
Tomas Winkler57aab752008-04-14 21:16:03 -07002226 if (ret) {
2227 IWL_ERROR("Unable to init nic\n");
2228 return ret;
Zhu Yib481de92007-09-25 17:54:57 -07002229 }
2230
2231 /* make sure rfkill handshake bits are cleared */
Tomas Winkler3395f6e2008-03-25 16:33:37 -07002232 iwl_write32(priv, CSR_UCODE_DRV_GP1_CLR, CSR_UCODE_SW_BIT_RFKILL);
2233 iwl_write32(priv, CSR_UCODE_DRV_GP1_CLR,
Zhu Yib481de92007-09-25 17:54:57 -07002234 CSR_UCODE_DRV_GP1_BIT_CMD_BLOCKED);
2235
2236 /* clear (again), then enable host interrupts */
Tomas Winkler3395f6e2008-03-25 16:33:37 -07002237 iwl_write32(priv, CSR_INT, 0xFFFFFFFF);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002238 iwl4965_enable_interrupts(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002239
2240 /* really make sure rfkill handshake bits are cleared */
Tomas Winkler3395f6e2008-03-25 16:33:37 -07002241 iwl_write32(priv, CSR_UCODE_DRV_GP1_CLR, CSR_UCODE_SW_BIT_RFKILL);
2242 iwl_write32(priv, CSR_UCODE_DRV_GP1_CLR, CSR_UCODE_SW_BIT_RFKILL);
Zhu Yib481de92007-09-25 17:54:57 -07002243
2244 /* Copy original ucode data image from disk into backup cache.
2245 * This will be used to initialize the on-board processor's
2246 * data SRAM for a clean start when the runtime program first loads. */
2247 memcpy(priv->ucode_data_backup.v_addr, priv->ucode_data.v_addr,
Zhu Yi5a66926a2008-01-14 17:46:18 -08002248 priv->ucode_data.len);
Zhu Yib481de92007-09-25 17:54:57 -07002249
Zhu Yie655b9f2008-01-24 02:19:38 -08002250 /* We return success when we resume from suspend and rf_kill is on. */
Mohamed Abbas64e72c3e2008-06-12 09:47:03 +08002251 if (test_bit(STATUS_RF_KILL_HW, &priv->status) ||
2252 test_bit(STATUS_RF_KILL_SW, &priv->status))
Zhu Yib481de92007-09-25 17:54:57 -07002253 return 0;
Zhu Yib481de92007-09-25 17:54:57 -07002254
2255 for (i = 0; i < MAX_HW_RESTARTS; i++) {
2256
Emmanuel Grumbach37deb2a2008-06-30 17:23:08 +08002257 iwl_clear_stations_table(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002258
2259 /* load bootstrap state machine,
2260 * load bootstrap program into processor's memory,
2261 * prepare to load the "initialize" uCode */
Tomas Winkler57aab752008-04-14 21:16:03 -07002262 ret = priv->cfg->ops->lib->load_ucode(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002263
Tomas Winkler57aab752008-04-14 21:16:03 -07002264 if (ret) {
2265 IWL_ERROR("Unable to set up bootstrap uCode: %d\n", ret);
Zhu Yib481de92007-09-25 17:54:57 -07002266 continue;
2267 }
2268
Emmanuel Grumbachf3d5b452008-06-12 09:47:04 +08002269 /* Clear out the uCode error bit if it is set */
2270 clear_bit(STATUS_FW_ERROR, &priv->status);
2271
Zhu Yib481de92007-09-25 17:54:57 -07002272 /* start card; "initialize" will load runtime ucode */
Ron Rindjunskyedcdf8b2008-05-15 13:53:55 +08002273 iwl4965_nic_start(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002274
Zhu Yib481de92007-09-25 17:54:57 -07002275 IWL_DEBUG_INFO(DRV_NAME " is coming up\n");
2276
2277 return 0;
2278 }
2279
2280 set_bit(STATUS_EXIT_PENDING, &priv->status);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002281 __iwl4965_down(priv);
Mohamed Abbas64e72c3e2008-06-12 09:47:03 +08002282 clear_bit(STATUS_EXIT_PENDING, &priv->status);
Zhu Yib481de92007-09-25 17:54:57 -07002283
2284 /* tried to restart and config the device for as long as our
2285 * patience could withstand */
2286 IWL_ERROR("Unable to initialize device after %d attempts.\n", i);
2287 return -EIO;
2288}
2289
2290
2291/*****************************************************************************
2292 *
2293 * Workqueue callbacks
2294 *
2295 *****************************************************************************/
2296
Tomas Winkler4a4a9e82008-05-29 16:34:54 +08002297static void iwl_bg_init_alive_start(struct work_struct *data)
Zhu Yib481de92007-09-25 17:54:57 -07002298{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07002299 struct iwl_priv *priv =
2300 container_of(data, struct iwl_priv, init_alive_start.work);
Zhu Yib481de92007-09-25 17:54:57 -07002301
2302 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
2303 return;
2304
2305 mutex_lock(&priv->mutex);
Emmanuel Grumbachf3ccc082008-05-05 10:22:45 +08002306 priv->cfg->ops->lib->init_alive_start(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002307 mutex_unlock(&priv->mutex);
2308}
2309
Tomas Winkler4a4a9e82008-05-29 16:34:54 +08002310static void iwl_bg_alive_start(struct work_struct *data)
Zhu Yib481de92007-09-25 17:54:57 -07002311{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07002312 struct iwl_priv *priv =
2313 container_of(data, struct iwl_priv, alive_start.work);
Zhu Yib481de92007-09-25 17:54:57 -07002314
2315 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
2316 return;
2317
2318 mutex_lock(&priv->mutex);
Tomas Winkler4a4a9e82008-05-29 16:34:54 +08002319 iwl_alive_start(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002320 mutex_unlock(&priv->mutex);
2321}
2322
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002323static void iwl4965_bg_rf_kill(struct work_struct *work)
Zhu Yib481de92007-09-25 17:54:57 -07002324{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07002325 struct iwl_priv *priv = container_of(work, struct iwl_priv, rf_kill);
Zhu Yib481de92007-09-25 17:54:57 -07002326
2327 wake_up_interruptible(&priv->wait_command_queue);
2328
2329 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
2330 return;
2331
2332 mutex_lock(&priv->mutex);
2333
Tomas Winklerfee12472008-04-03 16:05:21 -07002334 if (!iwl_is_rfkill(priv)) {
Ester Kummerf3d67992008-05-06 11:05:12 +08002335 IWL_DEBUG(IWL_DL_RF_KILL,
Zhu Yib481de92007-09-25 17:54:57 -07002336 "HW and/or SW RF Kill no longer active, restarting "
2337 "device\n");
2338 if (!test_bit(STATUS_EXIT_PENDING, &priv->status))
2339 queue_work(priv->workqueue, &priv->restart);
2340 } else {
Mohamed Abbasad97edd2008-03-28 16:21:06 -07002341 /* make sure mac80211 stop sending Tx frame */
2342 if (priv->mac80211_registered)
2343 ieee80211_stop_queues(priv->hw);
Zhu Yib481de92007-09-25 17:54:57 -07002344
2345 if (!test_bit(STATUS_RF_KILL_HW, &priv->status))
2346 IWL_DEBUG_RF_KILL("Can not turn radio back on - "
2347 "disabled by SW switch\n");
2348 else
2349 IWL_WARNING("Radio Frequency Kill Switch is On:\n"
2350 "Kill switch must be turned off for "
2351 "wireless networking to work.\n");
2352 }
2353 mutex_unlock(&priv->mutex);
Adel Gadllah80fcc9e2008-07-01 17:49:50 +02002354 iwl_rfkill_set_hw_state(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002355}
2356
Abhijeet Kolekar4419e392008-05-05 10:22:47 +08002357static void iwl4965_bg_set_monitor(struct work_struct *work)
2358{
2359 struct iwl_priv *priv = container_of(work,
2360 struct iwl_priv, set_monitor);
Assaf Kraussc46fbef2008-06-12 09:47:05 +08002361 int ret;
Abhijeet Kolekar4419e392008-05-05 10:22:47 +08002362
2363 IWL_DEBUG(IWL_DL_STATE, "setting monitor mode\n");
2364
2365 mutex_lock(&priv->mutex);
2366
Assaf Kraussc46fbef2008-06-12 09:47:05 +08002367 ret = iwl4965_set_mode(priv, IEEE80211_IF_TYPE_MNTR);
2368
2369 if (ret) {
2370 if (ret == -EAGAIN)
2371 IWL_DEBUG(IWL_DL_STATE, "leave - not ready\n");
2372 else
2373 IWL_ERROR("iwl4965_set_mode() failed ret = %d\n", ret);
2374 }
Abhijeet Kolekar4419e392008-05-05 10:22:47 +08002375
2376 mutex_unlock(&priv->mutex);
2377}
2378
Emmanuel Grumbach16e727e2008-06-12 09:46:52 +08002379static void iwl_bg_run_time_calib_work(struct work_struct *work)
2380{
2381 struct iwl_priv *priv = container_of(work, struct iwl_priv,
2382 run_time_calib_work);
2383
2384 mutex_lock(&priv->mutex);
2385
2386 if (test_bit(STATUS_EXIT_PENDING, &priv->status) ||
2387 test_bit(STATUS_SCANNING, &priv->status)) {
2388 mutex_unlock(&priv->mutex);
2389 return;
2390 }
2391
2392 if (priv->start_calib) {
2393 iwl_chain_noise_calibration(priv, &priv->statistics);
2394
2395 iwl_sensitivity_calibration(priv, &priv->statistics);
2396 }
2397
2398 mutex_unlock(&priv->mutex);
2399 return;
2400}
2401
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002402static void iwl4965_bg_up(struct work_struct *data)
Zhu Yib481de92007-09-25 17:54:57 -07002403{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07002404 struct iwl_priv *priv = container_of(data, struct iwl_priv, up);
Zhu Yib481de92007-09-25 17:54:57 -07002405
2406 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
2407 return;
2408
2409 mutex_lock(&priv->mutex);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002410 __iwl4965_up(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002411 mutex_unlock(&priv->mutex);
Adel Gadllah80fcc9e2008-07-01 17:49:50 +02002412 iwl_rfkill_set_hw_state(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002413}
2414
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002415static void iwl4965_bg_restart(struct work_struct *data)
Zhu Yib481de92007-09-25 17:54:57 -07002416{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07002417 struct iwl_priv *priv = container_of(data, struct iwl_priv, restart);
Zhu Yib481de92007-09-25 17:54:57 -07002418
2419 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
2420 return;
2421
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002422 iwl4965_down(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002423 queue_work(priv->workqueue, &priv->up);
2424}
2425
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002426static void iwl4965_bg_rx_replenish(struct work_struct *data)
Zhu Yib481de92007-09-25 17:54:57 -07002427{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07002428 struct iwl_priv *priv =
2429 container_of(data, struct iwl_priv, rx_replenish);
Zhu Yib481de92007-09-25 17:54:57 -07002430
2431 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
2432 return;
2433
2434 mutex_lock(&priv->mutex);
Tomas Winklera55360e2008-05-05 10:22:28 +08002435 iwl_rx_replenish(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002436 mutex_unlock(&priv->mutex);
2437}
2438
Mohamed Abbas7878a5a2007-11-29 11:10:13 +08002439#define IWL_DELAY_NEXT_SCAN (HZ*2)
2440
Reinette Chatre508e32e2008-04-14 21:16:13 -07002441static void iwl4965_post_associate(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002442{
Zhu Yib481de92007-09-25 17:54:57 -07002443 struct ieee80211_conf *conf = NULL;
Tomas Winkler857485c2008-03-21 13:53:44 -07002444 int ret = 0;
Joe Perches0795af52007-10-03 17:59:30 -07002445 DECLARE_MAC_BUF(mac);
Emmanuel Grumbach1ff50bd2008-07-11 11:53:34 +08002446 unsigned long flags;
Zhu Yib481de92007-09-25 17:54:57 -07002447
2448 if (priv->iw_mode == IEEE80211_IF_TYPE_AP) {
2449 IWL_ERROR("%s Should not be called in AP mode\n", __FUNCTION__);
2450 return;
2451 }
2452
Joe Perches0795af52007-10-03 17:59:30 -07002453 IWL_DEBUG_ASSOC("Associated as %d to: %s\n",
2454 priv->assoc_id,
2455 print_mac(mac, priv->active_rxon.bssid_addr));
Zhu Yib481de92007-09-25 17:54:57 -07002456
2457
2458 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
2459 return;
2460
Zhu Yib481de92007-09-25 17:54:57 -07002461
Reinette Chatre508e32e2008-04-14 21:16:13 -07002462 if (!priv->vif || !priv->is_open)
Mohamed Abbas948c1712007-10-25 17:15:45 +08002463 return;
Reinette Chatre508e32e2008-04-14 21:16:13 -07002464
Tomas Winkler2a421b92008-06-12 09:47:10 +08002465 iwl_scan_cancel_timeout(priv, 200);
mabbas052c4b92007-10-25 17:15:43 +08002466
Zhu Yib481de92007-09-25 17:54:57 -07002467 conf = ieee80211_get_hw_conf(priv->hw);
2468
2469 priv->staging_rxon.filter_flags &= ~RXON_FILTER_ASSOC_MSK;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002470 iwl4965_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002471
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002472 memset(&priv->rxon_timing, 0, sizeof(struct iwl4965_rxon_time_cmd));
2473 iwl4965_setup_rxon_timing(priv);
Tomas Winkler857485c2008-03-21 13:53:44 -07002474 ret = iwl_send_cmd_pdu(priv, REPLY_RXON_TIMING,
Zhu Yib481de92007-09-25 17:54:57 -07002475 sizeof(priv->rxon_timing), &priv->rxon_timing);
Tomas Winkler857485c2008-03-21 13:53:44 -07002476 if (ret)
Zhu Yib481de92007-09-25 17:54:57 -07002477 IWL_WARNING("REPLY_RXON_TIMING failed - "
2478 "Attempting to continue.\n");
2479
2480 priv->staging_rxon.filter_flags |= RXON_FILTER_ASSOC_MSK;
2481
Ron Rindjunskyfd105e72007-11-26 16:14:39 +02002482 if (priv->current_ht_config.is_ht)
Tomas Winkler47c51962008-05-05 10:22:41 +08002483 iwl_set_rxon_ht(priv, &priv->current_ht_config);
Ron Rindjunsky4f85f5b2008-06-09 22:54:35 +03002484
Ron Rindjunskyc7de35c2008-04-23 17:15:05 -07002485 iwl_set_rxon_chain(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002486 priv->staging_rxon.assoc_id = cpu_to_le16(priv->assoc_id);
2487
2488 IWL_DEBUG_ASSOC("assoc id %d beacon interval %d\n",
2489 priv->assoc_id, priv->beacon_int);
2490
2491 if (priv->assoc_capability & WLAN_CAPABILITY_SHORT_PREAMBLE)
2492 priv->staging_rxon.flags |= RXON_FLG_SHORT_PREAMBLE_MSK;
2493 else
2494 priv->staging_rxon.flags &= ~RXON_FLG_SHORT_PREAMBLE_MSK;
2495
2496 if (priv->staging_rxon.flags & RXON_FLG_BAND_24G_MSK) {
2497 if (priv->assoc_capability & WLAN_CAPABILITY_SHORT_SLOT_TIME)
2498 priv->staging_rxon.flags |= RXON_FLG_SHORT_SLOT_MSK;
2499 else
2500 priv->staging_rxon.flags &= ~RXON_FLG_SHORT_SLOT_MSK;
2501
2502 if (priv->iw_mode == IEEE80211_IF_TYPE_IBSS)
2503 priv->staging_rxon.flags &= ~RXON_FLG_SHORT_SLOT_MSK;
2504
2505 }
2506
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002507 iwl4965_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002508
2509 switch (priv->iw_mode) {
2510 case IEEE80211_IF_TYPE_STA:
Zhu Yib481de92007-09-25 17:54:57 -07002511 break;
2512
2513 case IEEE80211_IF_TYPE_IBSS:
2514
Assaf Kraussc46fbef2008-06-12 09:47:05 +08002515 /* assume default assoc id */
2516 priv->assoc_id = 1;
Zhu Yib481de92007-09-25 17:54:57 -07002517
Tomas Winkler4f40e4d2008-05-15 13:54:04 +08002518 iwl_rxon_add_station(priv, priv->bssid, 0);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002519 iwl4965_send_beacon_cmd(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002520
2521 break;
2522
2523 default:
2524 IWL_ERROR("%s Should not be called in %d mode\n",
2525 __FUNCTION__, priv->iw_mode);
2526 break;
2527 }
2528
Zhu Yib481de92007-09-25 17:54:57 -07002529 /* Enable Rx differential gain and sensitivity calibrations */
Emmanuel Grumbachf0832f12008-04-16 16:34:47 -07002530 iwl_chain_noise_reset(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002531 priv->start_calib = 1;
Zhu Yib481de92007-09-25 17:54:57 -07002532
2533 if (priv->iw_mode == IEEE80211_IF_TYPE_IBSS)
2534 priv->assoc_station_added = 1;
2535
Emmanuel Grumbach1ff50bd2008-07-11 11:53:34 +08002536 spin_lock_irqsave(&priv->lock, flags);
2537 iwl_activate_qos(priv, 0);
2538 spin_unlock_irqrestore(&priv->lock, flags);
Ron Rindjunsky292ae172008-02-06 11:20:39 -08002539
Mohamed Abbas5da4b552008-04-21 15:41:51 -07002540 iwl_power_update_mode(priv, 0);
Mohamed Abbas7878a5a2007-11-29 11:10:13 +08002541 /* we have just associated, don't start scan too early */
2542 priv->next_scan_jiffies = jiffies + IWL_DELAY_NEXT_SCAN;
Reinette Chatre508e32e2008-04-14 21:16:13 -07002543}
2544
Zhu Yi76bb77e2007-11-22 10:53:22 +08002545static int iwl4965_mac_config(struct ieee80211_hw *hw, struct ieee80211_conf *conf);
2546
Tomas Winkler2a421b92008-06-12 09:47:10 +08002547static void iwl_bg_scan_completed(struct work_struct *work)
Zhu Yib481de92007-09-25 17:54:57 -07002548{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07002549 struct iwl_priv *priv =
2550 container_of(work, struct iwl_priv, scan_completed);
Zhu Yib481de92007-09-25 17:54:57 -07002551
Tomas Winkler630fe9b2008-06-12 09:47:08 +08002552 IWL_DEBUG_SCAN("SCAN complete scan\n");
Zhu Yib481de92007-09-25 17:54:57 -07002553
2554 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
2555 return;
2556
Zhu Yia0646472007-12-20 14:10:01 +08002557 if (test_bit(STATUS_CONF_PENDING, &priv->status))
2558 iwl4965_mac_config(priv->hw, ieee80211_get_hw_conf(priv->hw));
Zhu Yi76bb77e2007-11-22 10:53:22 +08002559
Zhu Yib481de92007-09-25 17:54:57 -07002560 ieee80211_scan_completed(priv->hw);
2561
2562 /* Since setting the TXPOWER may have been deferred while
2563 * performing the scan, fire one off */
2564 mutex_lock(&priv->mutex);
Tomas Winkler630fe9b2008-06-12 09:47:08 +08002565 iwl_set_tx_power(priv, priv->tx_power_user_lmt, true);
Zhu Yib481de92007-09-25 17:54:57 -07002566 mutex_unlock(&priv->mutex);
2567}
2568
2569/*****************************************************************************
2570 *
2571 * mac80211 entry point functions
2572 *
2573 *****************************************************************************/
2574
Emmanuel Grumbach154b25c2008-06-30 17:23:24 +08002575#define UCODE_READY_TIMEOUT (4 * HZ)
Zhu Yi5a66926a2008-01-14 17:46:18 -08002576
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002577static int iwl4965_mac_start(struct ieee80211_hw *hw)
Zhu Yib481de92007-09-25 17:54:57 -07002578{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07002579 struct iwl_priv *priv = hw->priv;
Zhu Yi5a66926a2008-01-14 17:46:18 -08002580 int ret;
Zhu Yib481de92007-09-25 17:54:57 -07002581
2582 IWL_DEBUG_MAC80211("enter\n");
2583
Zhu Yi5a66926a2008-01-14 17:46:18 -08002584 if (pci_enable_device(priv->pci_dev)) {
2585 IWL_ERROR("Fail to pci_enable_device\n");
2586 return -ENODEV;
2587 }
2588 pci_restore_state(priv->pci_dev);
2589 pci_enable_msi(priv->pci_dev);
2590
2591 ret = request_irq(priv->pci_dev->irq, iwl4965_isr, IRQF_SHARED,
2592 DRV_NAME, priv);
2593 if (ret) {
2594 IWL_ERROR("Error allocating IRQ %d\n", priv->pci_dev->irq);
2595 goto out_disable_msi;
2596 }
2597
Zhu Yib481de92007-09-25 17:54:57 -07002598 /* we should be verifying the device is ready to be opened */
2599 mutex_lock(&priv->mutex);
2600
Gregory Greenmanc1adf9f2008-05-15 13:53:59 +08002601 memset(&priv->staging_rxon, 0, sizeof(struct iwl_rxon_cmd));
Zhu Yi5a66926a2008-01-14 17:46:18 -08002602 /* fetch ucode file from disk, alloc and copy to bus-master buffers ...
2603 * ucode filename and max sizes are card-specific. */
2604
2605 if (!priv->ucode_code.len) {
2606 ret = iwl4965_read_ucode(priv);
2607 if (ret) {
2608 IWL_ERROR("Could not read microcode: %d\n", ret);
2609 mutex_unlock(&priv->mutex);
2610 goto out_release_irq;
2611 }
2612 }
2613
Zhu Yie655b9f2008-01-24 02:19:38 -08002614 ret = __iwl4965_up(priv);
Zhu Yi5a66926a2008-01-14 17:46:18 -08002615
Zhu Yib481de92007-09-25 17:54:57 -07002616 mutex_unlock(&priv->mutex);
Zhu Yi5a66926a2008-01-14 17:46:18 -08002617
Adel Gadllah80fcc9e2008-07-01 17:49:50 +02002618 iwl_rfkill_set_hw_state(priv);
2619
Zhu Yie655b9f2008-01-24 02:19:38 -08002620 if (ret)
2621 goto out_release_irq;
2622
2623 IWL_DEBUG_INFO("Start UP work done.\n");
2624
2625 if (test_bit(STATUS_IN_SUSPEND, &priv->status))
2626 return 0;
2627
Ron Rindjunskyfe9b6b72008-05-29 16:35:06 +08002628 /* Wait for START_ALIVE from Run Time ucode. Otherwise callbacks from
Zhu Yi5a66926a2008-01-14 17:46:18 -08002629 * mac80211 will not be run successfully. */
Emmanuel Grumbach154b25c2008-06-30 17:23:24 +08002630 ret = wait_event_interruptible_timeout(priv->wait_command_queue,
2631 test_bit(STATUS_READY, &priv->status),
2632 UCODE_READY_TIMEOUT);
2633 if (!ret) {
2634 if (!test_bit(STATUS_READY, &priv->status)) {
2635 IWL_ERROR("START_ALIVE timeout after %dms.\n",
2636 jiffies_to_msecs(UCODE_READY_TIMEOUT));
2637 ret = -ETIMEDOUT;
2638 goto out_release_irq;
Zhu Yi5a66926a2008-01-14 17:46:18 -08002639 }
Ron Rindjunskyfe9b6b72008-05-29 16:35:06 +08002640 }
Tomas Winkler0a078ff2008-06-30 17:23:26 +08002641
2642 priv->is_open = 1;
Zhu Yib481de92007-09-25 17:54:57 -07002643 IWL_DEBUG_MAC80211("leave\n");
2644 return 0;
Zhu Yi5a66926a2008-01-14 17:46:18 -08002645
2646out_release_irq:
2647 free_irq(priv->pci_dev->irq, priv);
2648out_disable_msi:
2649 pci_disable_msi(priv->pci_dev);
Zhu Yie655b9f2008-01-24 02:19:38 -08002650 pci_disable_device(priv->pci_dev);
2651 priv->is_open = 0;
2652 IWL_DEBUG_MAC80211("leave - failed\n");
Zhu Yi5a66926a2008-01-14 17:46:18 -08002653 return ret;
Zhu Yib481de92007-09-25 17:54:57 -07002654}
2655
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002656static void iwl4965_mac_stop(struct ieee80211_hw *hw)
Zhu Yib481de92007-09-25 17:54:57 -07002657{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07002658 struct iwl_priv *priv = hw->priv;
Zhu Yib481de92007-09-25 17:54:57 -07002659
2660 IWL_DEBUG_MAC80211("enter\n");
Mohamed Abbas948c1712007-10-25 17:15:45 +08002661
Zhu Yie655b9f2008-01-24 02:19:38 -08002662 if (!priv->is_open) {
2663 IWL_DEBUG_MAC80211("leave - skip\n");
2664 return;
2665 }
2666
Zhu Yib481de92007-09-25 17:54:57 -07002667 priv->is_open = 0;
Zhu Yi5a66926a2008-01-14 17:46:18 -08002668
Tomas Winklerfee12472008-04-03 16:05:21 -07002669 if (iwl_is_ready_rf(priv)) {
Zhu Yie655b9f2008-01-24 02:19:38 -08002670 /* stop mac, cancel any scan request and clear
2671 * RXON_FILTER_ASSOC_MSK BIT
2672 */
Zhu Yi5a66926a2008-01-14 17:46:18 -08002673 mutex_lock(&priv->mutex);
Tomas Winkler2a421b92008-06-12 09:47:10 +08002674 iwl_scan_cancel_timeout(priv, 100);
Mohamed Abbasfde35712007-11-29 11:10:15 +08002675 mutex_unlock(&priv->mutex);
Mohamed Abbasfde35712007-11-29 11:10:15 +08002676 }
2677
Zhu Yi5a66926a2008-01-14 17:46:18 -08002678 iwl4965_down(priv);
2679
2680 flush_workqueue(priv->workqueue);
2681 free_irq(priv->pci_dev->irq, priv);
2682 pci_disable_msi(priv->pci_dev);
2683 pci_save_state(priv->pci_dev);
2684 pci_disable_device(priv->pci_dev);
Mohamed Abbas948c1712007-10-25 17:15:45 +08002685
Zhu Yib481de92007-09-25 17:54:57 -07002686 IWL_DEBUG_MAC80211("leave\n");
Zhu Yib481de92007-09-25 17:54:57 -07002687}
2688
Johannes Berge039fa42008-05-15 12:55:29 +02002689static int iwl4965_mac_tx(struct ieee80211_hw *hw, struct sk_buff *skb)
Zhu Yib481de92007-09-25 17:54:57 -07002690{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07002691 struct iwl_priv *priv = hw->priv;
Zhu Yib481de92007-09-25 17:54:57 -07002692
2693 IWL_DEBUG_MAC80211("enter\n");
2694
2695 if (priv->iw_mode == IEEE80211_IF_TYPE_MNTR) {
2696 IWL_DEBUG_MAC80211("leave - monitor\n");
Zhu Yi6afe6822008-07-01 09:20:34 +08002697 dev_kfree_skb_any(skb);
2698 return 0;
Zhu Yib481de92007-09-25 17:54:57 -07002699 }
2700
2701 IWL_DEBUG_TX("dev->xmit(%d bytes) at rate 0x%02x\n", skb->len,
Johannes Berge039fa42008-05-15 12:55:29 +02002702 ieee80211_get_tx_rate(hw, IEEE80211_SKB_CB(skb))->bitrate);
Zhu Yib481de92007-09-25 17:54:57 -07002703
Johannes Berge039fa42008-05-15 12:55:29 +02002704 if (iwl_tx_skb(priv, skb))
Zhu Yib481de92007-09-25 17:54:57 -07002705 dev_kfree_skb_any(skb);
2706
2707 IWL_DEBUG_MAC80211("leave\n");
2708 return 0;
2709}
2710
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002711static int iwl4965_mac_add_interface(struct ieee80211_hw *hw,
Zhu Yib481de92007-09-25 17:54:57 -07002712 struct ieee80211_if_init_conf *conf)
2713{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07002714 struct iwl_priv *priv = hw->priv;
Zhu Yib481de92007-09-25 17:54:57 -07002715 unsigned long flags;
Joe Perches0795af52007-10-03 17:59:30 -07002716 DECLARE_MAC_BUF(mac);
Zhu Yib481de92007-09-25 17:54:57 -07002717
Johannes Berg32bfd352007-12-19 01:31:26 +01002718 IWL_DEBUG_MAC80211("enter: type %d\n", conf->type);
Zhu Yib481de92007-09-25 17:54:57 -07002719
Johannes Berg32bfd352007-12-19 01:31:26 +01002720 if (priv->vif) {
2721 IWL_DEBUG_MAC80211("leave - vif != NULL\n");
Reinette Chatre75849d22008-01-23 10:15:17 -08002722 return -EOPNOTSUPP;
Zhu Yib481de92007-09-25 17:54:57 -07002723 }
2724
2725 spin_lock_irqsave(&priv->lock, flags);
Johannes Berg32bfd352007-12-19 01:31:26 +01002726 priv->vif = conf->vif;
Zhu Yib481de92007-09-25 17:54:57 -07002727
2728 spin_unlock_irqrestore(&priv->lock, flags);
2729
2730 mutex_lock(&priv->mutex);
Tomas Winkler864792e2007-11-27 21:00:52 +02002731
2732 if (conf->mac_addr) {
2733 IWL_DEBUG_MAC80211("Set %s\n", print_mac(mac, conf->mac_addr));
2734 memcpy(priv->mac_addr, conf->mac_addr, ETH_ALEN);
2735 }
Zhu Yib481de92007-09-25 17:54:57 -07002736
Assaf Kraussc46fbef2008-06-12 09:47:05 +08002737 if (iwl4965_set_mode(priv, conf->type) == -EAGAIN)
2738 /* we are not ready, will run again when ready */
2739 set_bit(STATUS_MODE_PENDING, &priv->status);
Zhu Yi5a66926a2008-01-14 17:46:18 -08002740
Zhu Yib481de92007-09-25 17:54:57 -07002741 mutex_unlock(&priv->mutex);
2742
Zhu Yi5a66926a2008-01-14 17:46:18 -08002743 IWL_DEBUG_MAC80211("leave\n");
Zhu Yib481de92007-09-25 17:54:57 -07002744 return 0;
2745}
2746
2747/**
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002748 * iwl4965_mac_config - mac80211 config callback
Zhu Yib481de92007-09-25 17:54:57 -07002749 *
2750 * We ignore conf->flags & IEEE80211_CONF_SHORT_SLOT_TIME since it seems to
2751 * be set inappropriately and the driver currently sets the hardware up to
2752 * use it whenever needed.
2753 */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002754static int iwl4965_mac_config(struct ieee80211_hw *hw, struct ieee80211_conf *conf)
Zhu Yib481de92007-09-25 17:54:57 -07002755{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07002756 struct iwl_priv *priv = hw->priv;
Assaf Kraussbf85ea42008-03-14 10:38:49 -07002757 const struct iwl_channel_info *ch_info;
Zhu Yib481de92007-09-25 17:54:57 -07002758 unsigned long flags;
Zhu Yi76bb77e2007-11-22 10:53:22 +08002759 int ret = 0;
Tomas Winkler82a66bb2008-05-29 16:35:28 +08002760 u16 channel;
Zhu Yib481de92007-09-25 17:54:57 -07002761
2762 mutex_lock(&priv->mutex);
Johannes Berg8318d782008-01-24 19:38:38 +01002763 IWL_DEBUG_MAC80211("enter to channel %d\n", conf->channel->hw_value);
Zhu Yib481de92007-09-25 17:54:57 -07002764
Zhu Yi12342c42007-12-20 11:27:32 +08002765 priv->add_radiotap = !!(conf->flags & IEEE80211_CONF_RADIOTAP);
2766
Emmanuel Grumbach14a08a72008-06-13 15:44:55 +08002767 if (conf->radio_enabled && iwl_radio_kill_sw_enable_radio(priv)) {
Mohamed Abbas64e72c3e2008-06-12 09:47:03 +08002768 IWL_DEBUG_MAC80211("leave - RF-KILL - waiting for uCode\n");
Emmanuel Grumbach14a08a72008-06-13 15:44:55 +08002769 goto out;
Mohamed Abbas64e72c3e2008-06-12 09:47:03 +08002770 }
2771
Emmanuel Grumbach14a08a72008-06-13 15:44:55 +08002772 if (!conf->radio_enabled)
2773 iwl_radio_kill_sw_disable_radio(priv);
2774
Tomas Winklerfee12472008-04-03 16:05:21 -07002775 if (!iwl_is_ready(priv)) {
Zhu Yib481de92007-09-25 17:54:57 -07002776 IWL_DEBUG_MAC80211("leave - not ready\n");
Zhu Yi76bb77e2007-11-22 10:53:22 +08002777 ret = -EIO;
2778 goto out;
Zhu Yib481de92007-09-25 17:54:57 -07002779 }
2780
Assaf Krauss1ea87392008-03-18 14:57:50 -07002781 if (unlikely(!priv->cfg->mod_params->disable_hw_scan &&
Zhu Yib481de92007-09-25 17:54:57 -07002782 test_bit(STATUS_SCANNING, &priv->status))) {
Zhu Yia0646472007-12-20 14:10:01 +08002783 IWL_DEBUG_MAC80211("leave - scanning\n");
2784 set_bit(STATUS_CONF_PENDING, &priv->status);
Zhu Yib481de92007-09-25 17:54:57 -07002785 mutex_unlock(&priv->mutex);
Zhu Yia0646472007-12-20 14:10:01 +08002786 return 0;
Zhu Yib481de92007-09-25 17:54:57 -07002787 }
2788
Tomas Winkler82a66bb2008-05-29 16:35:28 +08002789 channel = ieee80211_frequency_to_channel(conf->channel->center_freq);
2790 ch_info = iwl_get_channel_info(priv, conf->channel->band, channel);
Zhu Yib481de92007-09-25 17:54:57 -07002791 if (!is_channel_valid(ch_info)) {
Zhu Yib481de92007-09-25 17:54:57 -07002792 IWL_DEBUG_MAC80211("leave - invalid channel\n");
Zhu Yi76bb77e2007-11-22 10:53:22 +08002793 ret = -EINVAL;
2794 goto out;
Zhu Yib481de92007-09-25 17:54:57 -07002795 }
2796
Assaf Krauss398f9e72008-06-12 09:47:06 +08002797 if (priv->iw_mode == IEEE80211_IF_TYPE_IBSS &&
2798 !is_channel_ibss(ch_info)) {
2799 IWL_ERROR("channel %d in band %d not IBSS channel\n",
2800 conf->channel->hw_value, conf->channel->band);
2801 ret = -EINVAL;
2802 goto out;
2803 }
2804
Tomas Winkler82a66bb2008-05-29 16:35:28 +08002805 spin_lock_irqsave(&priv->lock, flags);
2806
Tomas Winkler78330fd2008-02-06 02:37:18 +02002807 /* if we are switching from ht to 2.4 clear flags
Zhu Yib481de92007-09-25 17:54:57 -07002808 * from any ht related info since 2.4 does not
2809 * support ht */
Tomas Winkler82a66bb2008-05-29 16:35:28 +08002810 if ((le16_to_cpu(priv->staging_rxon.channel) != channel)
Zhu Yib481de92007-09-25 17:54:57 -07002811#ifdef IEEE80211_CONF_CHANNEL_SWITCH
2812 && !(conf->flags & IEEE80211_CONF_CHANNEL_SWITCH)
2813#endif
2814 )
2815 priv->staging_rxon.flags = 0;
Zhu Yib481de92007-09-25 17:54:57 -07002816
Tomas Winkler82a66bb2008-05-29 16:35:28 +08002817 iwl_set_rxon_channel(priv, conf->channel->band, channel);
Zhu Yib481de92007-09-25 17:54:57 -07002818
Tomas Winkler82a66bb2008-05-29 16:35:28 +08002819 iwl_set_flags_for_band(priv, conf->channel->band);
Zhu Yib481de92007-09-25 17:54:57 -07002820
2821 /* The list of supported rates and rate mask can be different
Johannes Berg8318d782008-01-24 19:38:38 +01002822 * for each band; since the band may have changed, reset
Zhu Yib481de92007-09-25 17:54:57 -07002823 * the rate mask to what mac80211 lists */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002824 iwl4965_set_rate(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002825
2826 spin_unlock_irqrestore(&priv->lock, flags);
2827
2828#ifdef IEEE80211_CONF_CHANNEL_SWITCH
2829 if (conf->flags & IEEE80211_CONF_CHANNEL_SWITCH) {
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002830 iwl4965_hw_channel_switch(priv, conf->channel);
Zhu Yi76bb77e2007-11-22 10:53:22 +08002831 goto out;
Zhu Yib481de92007-09-25 17:54:57 -07002832 }
2833#endif
2834
Zhu Yib481de92007-09-25 17:54:57 -07002835 if (!conf->radio_enabled) {
2836 IWL_DEBUG_MAC80211("leave - radio disabled\n");
Zhu Yi76bb77e2007-11-22 10:53:22 +08002837 goto out;
Zhu Yib481de92007-09-25 17:54:57 -07002838 }
2839
Tomas Winklerfee12472008-04-03 16:05:21 -07002840 if (iwl_is_rfkill(priv)) {
Zhu Yib481de92007-09-25 17:54:57 -07002841 IWL_DEBUG_MAC80211("leave - RF kill\n");
Zhu Yi76bb77e2007-11-22 10:53:22 +08002842 ret = -EIO;
2843 goto out;
Zhu Yib481de92007-09-25 17:54:57 -07002844 }
2845
Tomas Winkler630fe9b2008-06-12 09:47:08 +08002846 IWL_DEBUG_MAC80211("TX Power old=%d new=%d\n",
2847 priv->tx_power_user_lmt, conf->power_level);
2848
2849 iwl_set_tx_power(priv, conf->power_level, false);
2850
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002851 iwl4965_set_rate(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002852
2853 if (memcmp(&priv->active_rxon,
2854 &priv->staging_rxon, sizeof(priv->staging_rxon)))
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002855 iwl4965_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002856 else
2857 IWL_DEBUG_INFO("No re-sending same RXON configuration.\n");
2858
2859 IWL_DEBUG_MAC80211("leave\n");
2860
Zhu Yia0646472007-12-20 14:10:01 +08002861out:
2862 clear_bit(STATUS_CONF_PENDING, &priv->status);
Zhu Yi5a66926a2008-01-14 17:46:18 -08002863 mutex_unlock(&priv->mutex);
Zhu Yi76bb77e2007-11-22 10:53:22 +08002864 return ret;
Zhu Yib481de92007-09-25 17:54:57 -07002865}
2866
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07002867static void iwl4965_config_ap(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002868{
Tomas Winkler857485c2008-03-21 13:53:44 -07002869 int ret = 0;
Emmanuel Grumbach1ff50bd2008-07-11 11:53:34 +08002870 unsigned long flags;
Zhu Yib481de92007-09-25 17:54:57 -07002871
Maarten Lankhorstd986bcd2008-01-23 10:15:16 -08002872 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
Zhu Yib481de92007-09-25 17:54:57 -07002873 return;
2874
2875 /* The following should be done only at AP bring up */
Ron Rindjunsky5d1e2322008-06-30 17:23:04 +08002876 if (!(iwl_is_associated(priv))) {
Zhu Yib481de92007-09-25 17:54:57 -07002877
2878 /* RXON - unassoc (to set timing command) */
2879 priv->staging_rxon.filter_flags &= ~RXON_FILTER_ASSOC_MSK;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002880 iwl4965_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002881
2882 /* RXON Timing */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002883 memset(&priv->rxon_timing, 0, sizeof(struct iwl4965_rxon_time_cmd));
2884 iwl4965_setup_rxon_timing(priv);
Tomas Winkler857485c2008-03-21 13:53:44 -07002885 ret = iwl_send_cmd_pdu(priv, REPLY_RXON_TIMING,
Zhu Yib481de92007-09-25 17:54:57 -07002886 sizeof(priv->rxon_timing), &priv->rxon_timing);
Tomas Winkler857485c2008-03-21 13:53:44 -07002887 if (ret)
Zhu Yib481de92007-09-25 17:54:57 -07002888 IWL_WARNING("REPLY_RXON_TIMING failed - "
2889 "Attempting to continue.\n");
2890
Ron Rindjunskyc7de35c2008-04-23 17:15:05 -07002891 iwl_set_rxon_chain(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002892
2893 /* FIXME: what should be the assoc_id for AP? */
2894 priv->staging_rxon.assoc_id = cpu_to_le16(priv->assoc_id);
2895 if (priv->assoc_capability & WLAN_CAPABILITY_SHORT_PREAMBLE)
2896 priv->staging_rxon.flags |=
2897 RXON_FLG_SHORT_PREAMBLE_MSK;
2898 else
2899 priv->staging_rxon.flags &=
2900 ~RXON_FLG_SHORT_PREAMBLE_MSK;
2901
2902 if (priv->staging_rxon.flags & RXON_FLG_BAND_24G_MSK) {
2903 if (priv->assoc_capability &
2904 WLAN_CAPABILITY_SHORT_SLOT_TIME)
2905 priv->staging_rxon.flags |=
2906 RXON_FLG_SHORT_SLOT_MSK;
2907 else
2908 priv->staging_rxon.flags &=
2909 ~RXON_FLG_SHORT_SLOT_MSK;
2910
2911 if (priv->iw_mode == IEEE80211_IF_TYPE_IBSS)
2912 priv->staging_rxon.flags &=
2913 ~RXON_FLG_SHORT_SLOT_MSK;
2914 }
2915 /* restore RXON assoc */
2916 priv->staging_rxon.filter_flags |= RXON_FILTER_ASSOC_MSK;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002917 iwl4965_commit_rxon(priv);
Emmanuel Grumbach1ff50bd2008-07-11 11:53:34 +08002918 spin_lock_irqsave(&priv->lock, flags);
2919 iwl_activate_qos(priv, 1);
2920 spin_unlock_irqrestore(&priv->lock, flags);
Tomas Winkler4f40e4d2008-05-15 13:54:04 +08002921 iwl_rxon_add_station(priv, iwl_bcast_addr, 0);
Zhu Yie1493de2007-09-27 11:27:32 +08002922 }
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08002923 iwl4965_send_beacon_cmd(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002924
2925 /* FIXME - we need to add code here to detect a totally new
2926 * configuration, reset the AP, unassoc, rxon timing, assoc,
2927 * clear sta table, add BCAST sta... */
2928}
2929
Johannes Berg9d139c82008-07-09 14:40:37 +02002930/* temporary */
2931static int iwl4965_mac_beacon_update(struct ieee80211_hw *hw, struct sk_buff *skb);
2932
Johannes Berg32bfd352007-12-19 01:31:26 +01002933static int iwl4965_mac_config_interface(struct ieee80211_hw *hw,
2934 struct ieee80211_vif *vif,
Zhu Yib481de92007-09-25 17:54:57 -07002935 struct ieee80211_if_conf *conf)
2936{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07002937 struct iwl_priv *priv = hw->priv;
Joe Perches0795af52007-10-03 17:59:30 -07002938 DECLARE_MAC_BUF(mac);
Zhu Yib481de92007-09-25 17:54:57 -07002939 unsigned long flags;
2940 int rc;
2941
2942 if (conf == NULL)
2943 return -EIO;
2944
Emmanuel Grumbachb716bb92008-03-04 18:09:32 -08002945 if (priv->vif != vif) {
2946 IWL_DEBUG_MAC80211("leave - priv->vif != vif\n");
Emmanuel Grumbachb716bb92008-03-04 18:09:32 -08002947 return 0;
2948 }
2949
Johannes Berg9d139c82008-07-09 14:40:37 +02002950 if (priv->iw_mode == IEEE80211_IF_TYPE_IBSS &&
2951 conf->changed & IEEE80211_IFCC_BEACON) {
2952 struct sk_buff *beacon = ieee80211_beacon_get(hw, vif);
2953 if (!beacon)
2954 return -ENOMEM;
2955 rc = iwl4965_mac_beacon_update(hw, beacon);
2956 if (rc)
2957 return rc;
2958 }
2959
Zhu Yib481de92007-09-25 17:54:57 -07002960 if ((priv->iw_mode == IEEE80211_IF_TYPE_AP) &&
Johannes Berg9d139c82008-07-09 14:40:37 +02002961 (!conf->ssid_len)) {
Zhu Yib481de92007-09-25 17:54:57 -07002962 IWL_DEBUG_MAC80211
2963 ("Leaving in AP mode because HostAPD is not ready.\n");
2964 return 0;
2965 }
2966
Tomas Winklerfee12472008-04-03 16:05:21 -07002967 if (!iwl_is_alive(priv))
Zhu Yi5a66926a2008-01-14 17:46:18 -08002968 return -EAGAIN;
2969
Zhu Yib481de92007-09-25 17:54:57 -07002970 mutex_lock(&priv->mutex);
2971
Zhu Yib481de92007-09-25 17:54:57 -07002972 if (conf->bssid)
Joe Perches0795af52007-10-03 17:59:30 -07002973 IWL_DEBUG_MAC80211("bssid: %s\n",
2974 print_mac(mac, conf->bssid));
Zhu Yib481de92007-09-25 17:54:57 -07002975
Johannes Berg4150c572007-09-17 01:29:23 -04002976/*
2977 * very dubious code was here; the probe filtering flag is never set:
2978 *
Zhu Yib481de92007-09-25 17:54:57 -07002979 if (unlikely(test_bit(STATUS_SCANNING, &priv->status)) &&
2980 !(priv->hw->flags & IEEE80211_HW_NO_PROBE_FILTERING)) {
Johannes Berg4150c572007-09-17 01:29:23 -04002981 */
Zhu Yib481de92007-09-25 17:54:57 -07002982
2983 if (priv->iw_mode == IEEE80211_IF_TYPE_AP) {
2984 if (!conf->bssid) {
2985 conf->bssid = priv->mac_addr;
2986 memcpy(priv->bssid, priv->mac_addr, ETH_ALEN);
Joe Perches0795af52007-10-03 17:59:30 -07002987 IWL_DEBUG_MAC80211("bssid was set to: %s\n",
2988 print_mac(mac, conf->bssid));
Zhu Yib481de92007-09-25 17:54:57 -07002989 }
2990 if (priv->ibss_beacon)
2991 dev_kfree_skb(priv->ibss_beacon);
2992
Johannes Berg9d139c82008-07-09 14:40:37 +02002993 priv->ibss_beacon = ieee80211_beacon_get(hw, vif);
Zhu Yib481de92007-09-25 17:54:57 -07002994 }
2995
Tomas Winklerfee12472008-04-03 16:05:21 -07002996 if (iwl_is_rfkill(priv))
Mohamed Abbasfde35712007-11-29 11:10:15 +08002997 goto done;
2998
Zhu Yib481de92007-09-25 17:54:57 -07002999 if (conf->bssid && !is_zero_ether_addr(conf->bssid) &&
3000 !is_multicast_ether_addr(conf->bssid)) {
3001 /* If there is currently a HW scan going on in the background
3002 * then we need to cancel it else the RXON below will fail. */
Tomas Winkler2a421b92008-06-12 09:47:10 +08003003 if (iwl_scan_cancel_timeout(priv, 100)) {
Zhu Yib481de92007-09-25 17:54:57 -07003004 IWL_WARNING("Aborted scan still in progress "
3005 "after 100ms\n");
3006 IWL_DEBUG_MAC80211("leaving - scan abort failed.\n");
3007 mutex_unlock(&priv->mutex);
3008 return -EAGAIN;
3009 }
3010 memcpy(priv->staging_rxon.bssid_addr, conf->bssid, ETH_ALEN);
3011
3012 /* TODO: Audit driver for usage of these members and see
3013 * if mac80211 deprecates them (priv->bssid looks like it
3014 * shouldn't be there, but I haven't scanned the IBSS code
3015 * to verify) - jpk */
3016 memcpy(priv->bssid, conf->bssid, ETH_ALEN);
3017
3018 if (priv->iw_mode == IEEE80211_IF_TYPE_AP)
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003019 iwl4965_config_ap(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003020 else {
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003021 rc = iwl4965_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003022 if ((priv->iw_mode == IEEE80211_IF_TYPE_STA) && rc)
Tomas Winkler4f40e4d2008-05-15 13:54:04 +08003023 iwl_rxon_add_station(
Zhu Yib481de92007-09-25 17:54:57 -07003024 priv, priv->active_rxon.bssid_addr, 1);
3025 }
3026
3027 } else {
Tomas Winkler2a421b92008-06-12 09:47:10 +08003028 iwl_scan_cancel_timeout(priv, 100);
Zhu Yib481de92007-09-25 17:54:57 -07003029 priv->staging_rxon.filter_flags &= ~RXON_FILTER_ASSOC_MSK;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003030 iwl4965_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003031 }
3032
Mohamed Abbasfde35712007-11-29 11:10:15 +08003033 done:
Zhu Yib481de92007-09-25 17:54:57 -07003034 spin_lock_irqsave(&priv->lock, flags);
3035 if (!conf->ssid_len)
3036 memset(priv->essid, 0, IW_ESSID_MAX_SIZE);
3037 else
3038 memcpy(priv->essid, conf->ssid, conf->ssid_len);
3039
3040 priv->essid_len = conf->ssid_len;
3041 spin_unlock_irqrestore(&priv->lock, flags);
3042
3043 IWL_DEBUG_MAC80211("leave\n");
3044 mutex_unlock(&priv->mutex);
3045
3046 return 0;
3047}
3048
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003049static void iwl4965_configure_filter(struct ieee80211_hw *hw,
Johannes Berg4150c572007-09-17 01:29:23 -04003050 unsigned int changed_flags,
3051 unsigned int *total_flags,
3052 int mc_count, struct dev_addr_list *mc_list)
3053{
Abhijeet Kolekar4419e392008-05-05 10:22:47 +08003054 struct iwl_priv *priv = hw->priv;
Rick Farrington25b3f572008-06-30 17:23:28 +08003055
3056 if (changed_flags & (*total_flags) & FIF_OTHER_BSS) {
3057 IWL_DEBUG_MAC80211("Enter: type %d (0x%x, 0x%x)\n",
3058 IEEE80211_IF_TYPE_MNTR,
3059 changed_flags, *total_flags);
3060 /* queue work 'cuz mac80211 is holding a lock which
3061 * prevents us from issuing (synchronous) f/w cmds */
3062 queue_work(priv->workqueue, &priv->set_monitor);
Abhijeet Kolekar4419e392008-05-05 10:22:47 +08003063 }
Rick Farrington25b3f572008-06-30 17:23:28 +08003064 *total_flags &= FIF_OTHER_BSS | FIF_ALLMULTI |
3065 FIF_BCN_PRBRESP_PROMISC | FIF_CONTROL;
Johannes Berg4150c572007-09-17 01:29:23 -04003066}
3067
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003068static void iwl4965_mac_remove_interface(struct ieee80211_hw *hw,
Zhu Yib481de92007-09-25 17:54:57 -07003069 struct ieee80211_if_init_conf *conf)
3070{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07003071 struct iwl_priv *priv = hw->priv;
Zhu Yib481de92007-09-25 17:54:57 -07003072
3073 IWL_DEBUG_MAC80211("enter\n");
3074
3075 mutex_lock(&priv->mutex);
Mohamed Abbas948c1712007-10-25 17:15:45 +08003076
Tomas Winklerfee12472008-04-03 16:05:21 -07003077 if (iwl_is_ready_rf(priv)) {
Tomas Winkler2a421b92008-06-12 09:47:10 +08003078 iwl_scan_cancel_timeout(priv, 100);
Mohamed Abbasfde35712007-11-29 11:10:15 +08003079 priv->staging_rxon.filter_flags &= ~RXON_FILTER_ASSOC_MSK;
3080 iwl4965_commit_rxon(priv);
3081 }
Johannes Berg32bfd352007-12-19 01:31:26 +01003082 if (priv->vif == conf->vif) {
3083 priv->vif = NULL;
Zhu Yib481de92007-09-25 17:54:57 -07003084 memset(priv->bssid, 0, ETH_ALEN);
3085 memset(priv->essid, 0, IW_ESSID_MAX_SIZE);
3086 priv->essid_len = 0;
3087 }
3088 mutex_unlock(&priv->mutex);
3089
3090 IWL_DEBUG_MAC80211("leave\n");
3091
3092}
Johannes Berg471b3ef2007-12-28 14:32:58 +01003093
Tomas Winkler3109ece2008-03-28 16:33:35 -07003094#define IWL_DELAY_NEXT_SCAN_AFTER_ASSOC (HZ*6)
Johannes Berg471b3ef2007-12-28 14:32:58 +01003095static void iwl4965_bss_info_changed(struct ieee80211_hw *hw,
3096 struct ieee80211_vif *vif,
3097 struct ieee80211_bss_conf *bss_conf,
3098 u32 changes)
Tomas Winkler220173b2007-10-16 00:50:25 +02003099{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07003100 struct iwl_priv *priv = hw->priv;
Tomas Winkler220173b2007-10-16 00:50:25 +02003101
Tomas Winkler3109ece2008-03-28 16:33:35 -07003102 IWL_DEBUG_MAC80211("changes = 0x%X\n", changes);
3103
Johannes Berg471b3ef2007-12-28 14:32:58 +01003104 if (changes & BSS_CHANGED_ERP_PREAMBLE) {
Tomas Winkler3109ece2008-03-28 16:33:35 -07003105 IWL_DEBUG_MAC80211("ERP_PREAMBLE %d\n",
3106 bss_conf->use_short_preamble);
Johannes Berg471b3ef2007-12-28 14:32:58 +01003107 if (bss_conf->use_short_preamble)
Tomas Winkler220173b2007-10-16 00:50:25 +02003108 priv->staging_rxon.flags |= RXON_FLG_SHORT_PREAMBLE_MSK;
3109 else
3110 priv->staging_rxon.flags &= ~RXON_FLG_SHORT_PREAMBLE_MSK;
3111 }
3112
Johannes Berg471b3ef2007-12-28 14:32:58 +01003113 if (changes & BSS_CHANGED_ERP_CTS_PROT) {
Tomas Winkler3109ece2008-03-28 16:33:35 -07003114 IWL_DEBUG_MAC80211("ERP_CTS %d\n", bss_conf->use_cts_prot);
Johannes Berg8318d782008-01-24 19:38:38 +01003115 if (bss_conf->use_cts_prot && (priv->band != IEEE80211_BAND_5GHZ))
Tomas Winkler220173b2007-10-16 00:50:25 +02003116 priv->staging_rxon.flags |= RXON_FLG_TGG_PROTECT_MSK;
3117 else
3118 priv->staging_rxon.flags &= ~RXON_FLG_TGG_PROTECT_MSK;
3119 }
3120
Tomas Winkler98952d52008-03-28 16:33:33 -07003121 if (changes & BSS_CHANGED_HT) {
Tomas Winkler3109ece2008-03-28 16:33:35 -07003122 IWL_DEBUG_MAC80211("HT %d\n", bss_conf->assoc_ht);
Tomas Winkler98952d52008-03-28 16:33:33 -07003123 iwl4965_ht_conf(priv, bss_conf);
Ron Rindjunskyc7de35c2008-04-23 17:15:05 -07003124 iwl_set_rxon_chain(priv);
Tomas Winkler98952d52008-03-28 16:33:33 -07003125 }
3126
Johannes Berg471b3ef2007-12-28 14:32:58 +01003127 if (changes & BSS_CHANGED_ASSOC) {
Tomas Winkler3109ece2008-03-28 16:33:35 -07003128 IWL_DEBUG_MAC80211("ASSOC %d\n", bss_conf->assoc);
Reinette Chatre508e32e2008-04-14 21:16:13 -07003129 /* This should never happen as this function should
3130 * never be called from interrupt context. */
3131 if (WARN_ON_ONCE(in_interrupt()))
3132 return;
Tomas Winkler3109ece2008-03-28 16:33:35 -07003133 if (bss_conf->assoc) {
3134 priv->assoc_id = bss_conf->aid;
3135 priv->beacon_int = bss_conf->beacon_int;
3136 priv->timestamp = bss_conf->timestamp;
3137 priv->assoc_capability = bss_conf->assoc_capability;
3138 priv->next_scan_jiffies = jiffies +
3139 IWL_DELAY_NEXT_SCAN_AFTER_ASSOC;
Reinette Chatre508e32e2008-04-14 21:16:13 -07003140 mutex_lock(&priv->mutex);
3141 iwl4965_post_associate(priv);
3142 mutex_unlock(&priv->mutex);
Tomas Winkler3109ece2008-03-28 16:33:35 -07003143 } else {
3144 priv->assoc_id = 0;
3145 IWL_DEBUG_MAC80211("DISASSOC %d\n", bss_conf->assoc);
3146 }
3147 } else if (changes && iwl_is_associated(priv) && priv->assoc_id) {
3148 IWL_DEBUG_MAC80211("Associated Changes %d\n", changes);
Tomas Winkler7e8c5192008-04-15 16:01:43 -07003149 iwl_send_rxon_assoc(priv);
Johannes Berg471b3ef2007-12-28 14:32:58 +01003150 }
3151
Tomas Winkler220173b2007-10-16 00:50:25 +02003152}
Zhu Yib481de92007-09-25 17:54:57 -07003153
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003154static int iwl4965_mac_hw_scan(struct ieee80211_hw *hw, u8 *ssid, size_t len)
Zhu Yib481de92007-09-25 17:54:57 -07003155{
3156 int rc = 0;
3157 unsigned long flags;
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07003158 struct iwl_priv *priv = hw->priv;
Zhu Yib481de92007-09-25 17:54:57 -07003159
3160 IWL_DEBUG_MAC80211("enter\n");
3161
mabbas052c4b92007-10-25 17:15:43 +08003162 mutex_lock(&priv->mutex);
Zhu Yib481de92007-09-25 17:54:57 -07003163 spin_lock_irqsave(&priv->lock, flags);
3164
Tomas Winklerfee12472008-04-03 16:05:21 -07003165 if (!iwl_is_ready_rf(priv)) {
Zhu Yib481de92007-09-25 17:54:57 -07003166 rc = -EIO;
3167 IWL_DEBUG_MAC80211("leave - not ready or exit pending\n");
3168 goto out_unlock;
3169 }
3170
3171 if (priv->iw_mode == IEEE80211_IF_TYPE_AP) { /* APs don't scan */
3172 rc = -EIO;
3173 IWL_ERROR("ERROR: APs don't scan\n");
3174 goto out_unlock;
3175 }
3176
Mohamed Abbas7878a5a2007-11-29 11:10:13 +08003177 /* we don't schedule scan within next_scan_jiffies period */
3178 if (priv->next_scan_jiffies &&
3179 time_after(priv->next_scan_jiffies, jiffies)) {
3180 rc = -EAGAIN;
3181 goto out_unlock;
3182 }
Zhu Yib481de92007-09-25 17:54:57 -07003183 /* if we just finished scan ask for delay */
Mohamed Abbas7878a5a2007-11-29 11:10:13 +08003184 if (priv->last_scan_jiffies && time_after(priv->last_scan_jiffies +
3185 IWL_DELAY_NEXT_SCAN, jiffies)) {
Zhu Yib481de92007-09-25 17:54:57 -07003186 rc = -EAGAIN;
3187 goto out_unlock;
3188 }
3189 if (len) {
Mohamed Abbas7878a5a2007-11-29 11:10:13 +08003190 IWL_DEBUG_SCAN("direct scan for %s [%d]\n ",
Tomas Winkler2a421b92008-06-12 09:47:10 +08003191 iwl_escape_essid(ssid, len), (int)len);
Zhu Yib481de92007-09-25 17:54:57 -07003192
3193 priv->one_direct_scan = 1;
3194 priv->direct_ssid_len = (u8)
3195 min((u8) len, (u8) IW_ESSID_MAX_SIZE);
3196 memcpy(priv->direct_ssid, ssid, priv->direct_ssid_len);
Mohamed Abbas948c1712007-10-25 17:15:45 +08003197 } else
3198 priv->one_direct_scan = 0;
Zhu Yib481de92007-09-25 17:54:57 -07003199
Tomas Winkler2a421b92008-06-12 09:47:10 +08003200 rc = iwl_scan_initiate(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003201
3202 IWL_DEBUG_MAC80211("leave\n");
3203
3204out_unlock:
3205 spin_unlock_irqrestore(&priv->lock, flags);
mabbas052c4b92007-10-25 17:15:43 +08003206 mutex_unlock(&priv->mutex);
Zhu Yib481de92007-09-25 17:54:57 -07003207
3208 return rc;
3209}
3210
Emmanuel Grumbachab885f82008-03-20 15:06:43 +02003211static void iwl4965_mac_update_tkip_key(struct ieee80211_hw *hw,
3212 struct ieee80211_key_conf *keyconf, const u8 *addr,
3213 u32 iv32, u16 *phase1key)
3214{
3215 struct iwl_priv *priv = hw->priv;
3216 u8 sta_id = IWL_INVALID_STATION;
3217 unsigned long flags;
3218 __le16 key_flags = 0;
3219 int i;
3220 DECLARE_MAC_BUF(mac);
3221
3222 IWL_DEBUG_MAC80211("enter\n");
3223
Tomas Winkler947b13a2008-04-16 16:34:48 -07003224 sta_id = iwl_find_station(priv, addr);
Emmanuel Grumbachab885f82008-03-20 15:06:43 +02003225 if (sta_id == IWL_INVALID_STATION) {
3226 IWL_DEBUG_MAC80211("leave - %s not in station map.\n",
3227 print_mac(mac, addr));
3228 return;
3229 }
3230
Tomas Winkler2a421b92008-06-12 09:47:10 +08003231 iwl_scan_cancel_timeout(priv, 100);
Emmanuel Grumbachab885f82008-03-20 15:06:43 +02003232
3233 key_flags |= (STA_KEY_FLG_TKIP | STA_KEY_FLG_MAP_KEY_MSK);
3234 key_flags |= cpu_to_le16(keyconf->keyidx << STA_KEY_FLG_KEYID_POS);
3235 key_flags &= ~STA_KEY_FLG_INVALID;
3236
Tomas Winkler5425e492008-04-15 16:01:38 -07003237 if (sta_id == priv->hw_params.bcast_sta_id)
Emmanuel Grumbachab885f82008-03-20 15:06:43 +02003238 key_flags |= STA_KEY_MULTICAST_MSK;
3239
3240 spin_lock_irqsave(&priv->sta_lock, flags);
3241
Emmanuel Grumbachab885f82008-03-20 15:06:43 +02003242 priv->stations[sta_id].sta.key.key_flags = key_flags;
3243 priv->stations[sta_id].sta.key.tkip_rx_tsc_byte2 = (u8) iv32;
3244
3245 for (i = 0; i < 5; i++)
3246 priv->stations[sta_id].sta.key.tkip_rx_ttak[i] =
3247 cpu_to_le16(phase1key[i]);
3248
3249 priv->stations[sta_id].sta.sta.modify_mask = STA_MODIFY_KEY_MASK;
3250 priv->stations[sta_id].sta.mode = STA_CONTROL_MODIFY_MSK;
3251
Tomas Winkler133636d2008-05-05 10:22:34 +08003252 iwl_send_add_sta(priv, &priv->stations[sta_id].sta, CMD_ASYNC);
Emmanuel Grumbachab885f82008-03-20 15:06:43 +02003253
3254 spin_unlock_irqrestore(&priv->sta_lock, flags);
3255
3256 IWL_DEBUG_MAC80211("leave\n");
3257}
3258
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003259static int iwl4965_mac_set_key(struct ieee80211_hw *hw, enum set_key_cmd cmd,
Zhu Yib481de92007-09-25 17:54:57 -07003260 const u8 *local_addr, const u8 *addr,
3261 struct ieee80211_key_conf *key)
3262{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07003263 struct iwl_priv *priv = hw->priv;
Joe Perches0795af52007-10-03 17:59:30 -07003264 DECLARE_MAC_BUF(mac);
Emmanuel Grumbachdeb09c42008-03-19 16:41:41 -07003265 int ret = 0;
3266 u8 sta_id = IWL_INVALID_STATION;
Emmanuel Grumbach6974e362008-04-14 21:16:06 -07003267 u8 is_default_wep_key = 0;
Zhu Yib481de92007-09-25 17:54:57 -07003268
3269 IWL_DEBUG_MAC80211("enter\n");
3270
Ron Rindjunsky099b40b2008-04-21 15:41:53 -07003271 if (priv->hw_params.sw_crypto) {
Zhu Yib481de92007-09-25 17:54:57 -07003272 IWL_DEBUG_MAC80211("leave - hwcrypto disabled\n");
3273 return -EOPNOTSUPP;
3274 }
3275
3276 if (is_zero_ether_addr(addr))
3277 /* only support pairwise keys */
3278 return -EOPNOTSUPP;
3279
Tomas Winkler947b13a2008-04-16 16:34:48 -07003280 sta_id = iwl_find_station(priv, addr);
Emmanuel Grumbach6974e362008-04-14 21:16:06 -07003281 if (sta_id == IWL_INVALID_STATION) {
3282 IWL_DEBUG_MAC80211("leave - %s not in station map.\n",
3283 print_mac(mac, addr));
3284 return -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07003285
Emmanuel Grumbachdeb09c42008-03-19 16:41:41 -07003286 }
Zhu Yib481de92007-09-25 17:54:57 -07003287
Emmanuel Grumbach6974e362008-04-14 21:16:06 -07003288 mutex_lock(&priv->mutex);
Tomas Winkler2a421b92008-06-12 09:47:10 +08003289 iwl_scan_cancel_timeout(priv, 100);
Emmanuel Grumbach6974e362008-04-14 21:16:06 -07003290 mutex_unlock(&priv->mutex);
3291
3292 /* If we are getting WEP group key and we didn't receive any key mapping
3293 * so far, we are in legacy wep mode (group key only), otherwise we are
3294 * in 1X mode.
3295 * In legacy wep mode, we use another host command to the uCode */
Tomas Winkler5425e492008-04-15 16:01:38 -07003296 if (key->alg == ALG_WEP && sta_id == priv->hw_params.bcast_sta_id &&
Emmanuel Grumbach6974e362008-04-14 21:16:06 -07003297 priv->iw_mode != IEEE80211_IF_TYPE_AP) {
3298 if (cmd == SET_KEY)
3299 is_default_wep_key = !priv->key_mapping_key;
3300 else
Emmanuel Grumbachccc038a2008-05-15 13:54:09 +08003301 is_default_wep_key =
3302 (key->hw_key_idx == HW_KEY_DEFAULT);
Emmanuel Grumbach6974e362008-04-14 21:16:06 -07003303 }
mabbas052c4b92007-10-25 17:15:43 +08003304
Zhu Yib481de92007-09-25 17:54:57 -07003305 switch (cmd) {
Emmanuel Grumbachdeb09c42008-03-19 16:41:41 -07003306 case SET_KEY:
Emmanuel Grumbach6974e362008-04-14 21:16:06 -07003307 if (is_default_wep_key)
3308 ret = iwl_set_default_wep_key(priv, key);
Emmanuel Grumbachdeb09c42008-03-19 16:41:41 -07003309 else
Emmanuel Grumbach74805132008-04-14 21:16:09 -07003310 ret = iwl_set_dynamic_key(priv, key, sta_id);
Emmanuel Grumbachdeb09c42008-03-19 16:41:41 -07003311
3312 IWL_DEBUG_MAC80211("enable hwcrypto key\n");
Zhu Yib481de92007-09-25 17:54:57 -07003313 break;
3314 case DISABLE_KEY:
Emmanuel Grumbach6974e362008-04-14 21:16:06 -07003315 if (is_default_wep_key)
3316 ret = iwl_remove_default_wep_key(priv, key);
Emmanuel Grumbachdeb09c42008-03-19 16:41:41 -07003317 else
Emmanuel Grumbach3ec47732008-04-17 16:03:36 -07003318 ret = iwl_remove_dynamic_key(priv, key, sta_id);
Emmanuel Grumbachdeb09c42008-03-19 16:41:41 -07003319
3320 IWL_DEBUG_MAC80211("disable hwcrypto key\n");
Zhu Yib481de92007-09-25 17:54:57 -07003321 break;
3322 default:
Emmanuel Grumbachdeb09c42008-03-19 16:41:41 -07003323 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07003324 }
3325
3326 IWL_DEBUG_MAC80211("leave\n");
Zhu Yib481de92007-09-25 17:54:57 -07003327
Emmanuel Grumbachdeb09c42008-03-19 16:41:41 -07003328 return ret;
Zhu Yib481de92007-09-25 17:54:57 -07003329}
3330
Johannes Berge100bb62008-04-30 18:51:21 +02003331static int iwl4965_mac_conf_tx(struct ieee80211_hw *hw, u16 queue,
Zhu Yib481de92007-09-25 17:54:57 -07003332 const struct ieee80211_tx_queue_params *params)
3333{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07003334 struct iwl_priv *priv = hw->priv;
Zhu Yib481de92007-09-25 17:54:57 -07003335 unsigned long flags;
3336 int q;
Zhu Yib481de92007-09-25 17:54:57 -07003337
3338 IWL_DEBUG_MAC80211("enter\n");
3339
Tomas Winklerfee12472008-04-03 16:05:21 -07003340 if (!iwl_is_ready_rf(priv)) {
Zhu Yib481de92007-09-25 17:54:57 -07003341 IWL_DEBUG_MAC80211("leave - RF not ready\n");
3342 return -EIO;
3343 }
3344
3345 if (queue >= AC_NUM) {
3346 IWL_DEBUG_MAC80211("leave - queue >= AC_NUM %d\n", queue);
3347 return 0;
3348 }
3349
Zhu Yib481de92007-09-25 17:54:57 -07003350 if (!priv->qos_data.qos_enable) {
3351 priv->qos_data.qos_active = 0;
3352 IWL_DEBUG_MAC80211("leave - qos not enabled\n");
3353 return 0;
3354 }
3355 q = AC_NUM - 1 - queue;
3356
3357 spin_lock_irqsave(&priv->lock, flags);
3358
3359 priv->qos_data.def_qos_parm.ac[q].cw_min = cpu_to_le16(params->cw_min);
3360 priv->qos_data.def_qos_parm.ac[q].cw_max = cpu_to_le16(params->cw_max);
3361 priv->qos_data.def_qos_parm.ac[q].aifsn = params->aifs;
3362 priv->qos_data.def_qos_parm.ac[q].edca_txop =
Johannes Berg3330d7b2008-02-10 16:49:38 +01003363 cpu_to_le16((params->txop * 32));
Zhu Yib481de92007-09-25 17:54:57 -07003364
3365 priv->qos_data.def_qos_parm.ac[q].reserved1 = 0;
3366 priv->qos_data.qos_active = 1;
3367
Zhu Yib481de92007-09-25 17:54:57 -07003368 if (priv->iw_mode == IEEE80211_IF_TYPE_AP)
Emmanuel Grumbach1ff50bd2008-07-11 11:53:34 +08003369 iwl_activate_qos(priv, 1);
Tomas Winkler3109ece2008-03-28 16:33:35 -07003370 else if (priv->assoc_id && iwl_is_associated(priv))
Emmanuel Grumbach1ff50bd2008-07-11 11:53:34 +08003371 iwl_activate_qos(priv, 0);
Zhu Yib481de92007-09-25 17:54:57 -07003372
Emmanuel Grumbach1ff50bd2008-07-11 11:53:34 +08003373 spin_unlock_irqrestore(&priv->lock, flags);
Zhu Yib481de92007-09-25 17:54:57 -07003374
Zhu Yib481de92007-09-25 17:54:57 -07003375 IWL_DEBUG_MAC80211("leave\n");
3376 return 0;
3377}
3378
Tomas Winklerd783b062008-07-18 13:53:02 +08003379static int iwl4965_mac_ampdu_action(struct ieee80211_hw *hw,
3380 enum ieee80211_ampdu_mlme_action action,
3381 const u8 *addr, u16 tid, u16 *ssn)
3382{
3383 struct iwl_priv *priv = hw->priv;
3384 DECLARE_MAC_BUF(mac);
3385
3386 IWL_DEBUG_HT("A-MPDU action on addr %s tid %d\n",
3387 print_mac(mac, addr), tid);
3388
3389 if (!(priv->cfg->sku & IWL_SKU_N))
3390 return -EACCES;
3391
3392 switch (action) {
3393 case IEEE80211_AMPDU_RX_START:
3394 IWL_DEBUG_HT("start Rx\n");
3395 return iwl_rx_agg_start(priv, addr, tid, *ssn);
3396 case IEEE80211_AMPDU_RX_STOP:
3397 IWL_DEBUG_HT("stop Rx\n");
3398 return iwl_rx_agg_stop(priv, addr, tid);
3399 case IEEE80211_AMPDU_TX_START:
3400 IWL_DEBUG_HT("start Tx\n");
3401 return iwl_tx_agg_start(priv, addr, tid, ssn);
3402 case IEEE80211_AMPDU_TX_STOP:
3403 IWL_DEBUG_HT("stop Tx\n");
3404 return iwl_tx_agg_stop(priv, addr, tid);
3405 default:
3406 IWL_DEBUG_HT("unknown\n");
3407 return -EINVAL;
3408 break;
3409 }
3410 return 0;
3411}
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003412static int iwl4965_mac_get_tx_stats(struct ieee80211_hw *hw,
Zhu Yib481de92007-09-25 17:54:57 -07003413 struct ieee80211_tx_queue_stats *stats)
3414{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07003415 struct iwl_priv *priv = hw->priv;
Zhu Yib481de92007-09-25 17:54:57 -07003416 int i, avail;
Ron Rindjunsky16466902008-05-05 10:22:50 +08003417 struct iwl_tx_queue *txq;
Tomas Winkler443cfd42008-05-15 13:53:57 +08003418 struct iwl_queue *q;
Zhu Yib481de92007-09-25 17:54:57 -07003419 unsigned long flags;
3420
3421 IWL_DEBUG_MAC80211("enter\n");
3422
Tomas Winklerfee12472008-04-03 16:05:21 -07003423 if (!iwl_is_ready_rf(priv)) {
Zhu Yib481de92007-09-25 17:54:57 -07003424 IWL_DEBUG_MAC80211("leave - RF not ready\n");
3425 return -EIO;
3426 }
3427
3428 spin_lock_irqsave(&priv->lock, flags);
3429
3430 for (i = 0; i < AC_NUM; i++) {
3431 txq = &priv->txq[i];
3432 q = &txq->q;
Tomas Winkler443cfd42008-05-15 13:53:57 +08003433 avail = iwl_queue_space(q);
Zhu Yib481de92007-09-25 17:54:57 -07003434
Johannes Berg57ffc582008-04-29 17:18:59 +02003435 stats[i].len = q->n_window - avail;
3436 stats[i].limit = q->n_window - q->high_mark;
3437 stats[i].count = q->n_window;
Zhu Yib481de92007-09-25 17:54:57 -07003438
3439 }
3440 spin_unlock_irqrestore(&priv->lock, flags);
3441
3442 IWL_DEBUG_MAC80211("leave\n");
3443
3444 return 0;
3445}
3446
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003447static int iwl4965_mac_get_stats(struct ieee80211_hw *hw,
Zhu Yib481de92007-09-25 17:54:57 -07003448 struct ieee80211_low_level_stats *stats)
3449{
Ester Kummerbf403db2008-05-05 10:22:40 +08003450 struct iwl_priv *priv = hw->priv;
3451
3452 priv = hw->priv;
Zhu Yib481de92007-09-25 17:54:57 -07003453 IWL_DEBUG_MAC80211("enter\n");
3454 IWL_DEBUG_MAC80211("leave\n");
3455
3456 return 0;
3457}
3458
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003459static void iwl4965_mac_reset_tsf(struct ieee80211_hw *hw)
Zhu Yib481de92007-09-25 17:54:57 -07003460{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07003461 struct iwl_priv *priv = hw->priv;
Zhu Yib481de92007-09-25 17:54:57 -07003462 unsigned long flags;
3463
3464 mutex_lock(&priv->mutex);
3465 IWL_DEBUG_MAC80211("enter\n");
3466
Zhu Yib481de92007-09-25 17:54:57 -07003467 spin_lock_irqsave(&priv->lock, flags);
Ron Rindjunskyfd105e72007-11-26 16:14:39 +02003468 memset(&priv->current_ht_config, 0, sizeof(struct iwl_ht_info));
Zhu Yib481de92007-09-25 17:54:57 -07003469 spin_unlock_irqrestore(&priv->lock, flags);
Zhu Yib481de92007-09-25 17:54:57 -07003470
Ron Rindjunskyc7de35c2008-04-23 17:15:05 -07003471 iwl_reset_qos(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003472
Zhu Yib481de92007-09-25 17:54:57 -07003473 spin_lock_irqsave(&priv->lock, flags);
3474 priv->assoc_id = 0;
3475 priv->assoc_capability = 0;
Zhu Yib481de92007-09-25 17:54:57 -07003476 priv->assoc_station_added = 0;
3477
3478 /* new association get rid of ibss beacon skb */
3479 if (priv->ibss_beacon)
3480 dev_kfree_skb(priv->ibss_beacon);
3481
3482 priv->ibss_beacon = NULL;
3483
3484 priv->beacon_int = priv->hw->conf.beacon_int;
Tomas Winkler3109ece2008-03-28 16:33:35 -07003485 priv->timestamp = 0;
Zhu Yib481de92007-09-25 17:54:57 -07003486 if ((priv->iw_mode == IEEE80211_IF_TYPE_STA))
3487 priv->beacon_int = 0;
3488
3489 spin_unlock_irqrestore(&priv->lock, flags);
3490
Tomas Winklerfee12472008-04-03 16:05:21 -07003491 if (!iwl_is_ready_rf(priv)) {
Mohamed Abbasfde35712007-11-29 11:10:15 +08003492 IWL_DEBUG_MAC80211("leave - not ready\n");
3493 mutex_unlock(&priv->mutex);
3494 return;
3495 }
3496
mabbas052c4b92007-10-25 17:15:43 +08003497 /* we are restarting association process
3498 * clear RXON_FILTER_ASSOC_MSK bit
3499 */
3500 if (priv->iw_mode != IEEE80211_IF_TYPE_AP) {
Tomas Winkler2a421b92008-06-12 09:47:10 +08003501 iwl_scan_cancel_timeout(priv, 100);
mabbas052c4b92007-10-25 17:15:43 +08003502 priv->staging_rxon.filter_flags &= ~RXON_FILTER_ASSOC_MSK;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003503 iwl4965_commit_rxon(priv);
mabbas052c4b92007-10-25 17:15:43 +08003504 }
3505
Mohamed Abbas5da4b552008-04-21 15:41:51 -07003506 iwl_power_update_mode(priv, 0);
3507
Zhu Yib481de92007-09-25 17:54:57 -07003508 /* Per mac80211.h: This is only used in IBSS mode... */
3509 if (priv->iw_mode != IEEE80211_IF_TYPE_IBSS) {
mabbas052c4b92007-10-25 17:15:43 +08003510
Zhu Yib481de92007-09-25 17:54:57 -07003511 IWL_DEBUG_MAC80211("leave - not in IBSS\n");
3512 mutex_unlock(&priv->mutex);
3513 return;
3514 }
3515
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003516 iwl4965_set_rate(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003517
3518 mutex_unlock(&priv->mutex);
3519
3520 IWL_DEBUG_MAC80211("leave\n");
Zhu Yib481de92007-09-25 17:54:57 -07003521}
3522
Johannes Berge039fa42008-05-15 12:55:29 +02003523static int iwl4965_mac_beacon_update(struct ieee80211_hw *hw, struct sk_buff *skb)
Zhu Yib481de92007-09-25 17:54:57 -07003524{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07003525 struct iwl_priv *priv = hw->priv;
Zhu Yib481de92007-09-25 17:54:57 -07003526 unsigned long flags;
Assaf Krauss2ff75b72008-06-30 17:23:17 +08003527 __le64 timestamp;
Zhu Yib481de92007-09-25 17:54:57 -07003528
3529 mutex_lock(&priv->mutex);
3530 IWL_DEBUG_MAC80211("enter\n");
3531
Tomas Winklerfee12472008-04-03 16:05:21 -07003532 if (!iwl_is_ready_rf(priv)) {
Zhu Yib481de92007-09-25 17:54:57 -07003533 IWL_DEBUG_MAC80211("leave - RF not ready\n");
3534 mutex_unlock(&priv->mutex);
3535 return -EIO;
3536 }
3537
3538 if (priv->iw_mode != IEEE80211_IF_TYPE_IBSS) {
3539 IWL_DEBUG_MAC80211("leave - not IBSS\n");
3540 mutex_unlock(&priv->mutex);
3541 return -EIO;
3542 }
3543
3544 spin_lock_irqsave(&priv->lock, flags);
3545
3546 if (priv->ibss_beacon)
3547 dev_kfree_skb(priv->ibss_beacon);
3548
3549 priv->ibss_beacon = skb;
3550
3551 priv->assoc_id = 0;
Assaf Krauss2ff75b72008-06-30 17:23:17 +08003552 timestamp = ((struct ieee80211_mgmt *)skb->data)->u.beacon.timestamp;
3553 priv->timestamp = le64_to_cpu(timestamp) + (priv->beacon_int * 1000);
Zhu Yib481de92007-09-25 17:54:57 -07003554
3555 IWL_DEBUG_MAC80211("leave\n");
3556 spin_unlock_irqrestore(&priv->lock, flags);
3557
Ron Rindjunskyc7de35c2008-04-23 17:15:05 -07003558 iwl_reset_qos(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003559
Assaf Kraussc46fbef2008-06-12 09:47:05 +08003560 iwl4965_post_associate(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003561
3562 mutex_unlock(&priv->mutex);
3563
3564 return 0;
3565}
3566
Zhu Yib481de92007-09-25 17:54:57 -07003567/*****************************************************************************
3568 *
3569 * sysfs attributes
3570 *
3571 *****************************************************************************/
3572
Tomas Winkler0a6857e2008-03-12 16:58:49 -07003573#ifdef CONFIG_IWLWIFI_DEBUG
Zhu Yib481de92007-09-25 17:54:57 -07003574
3575/*
3576 * The following adds a new attribute to the sysfs representation
3577 * of this device driver (i.e. a new file in /sys/bus/pci/drivers/iwl/)
3578 * used for controlling the debug level.
3579 *
3580 * See the level definitions in iwl for details.
3581 */
3582
Ester Kummer8cf769c2008-05-06 11:05:11 +08003583static ssize_t show_debug_level(struct device *d,
3584 struct device_attribute *attr, char *buf)
Zhu Yib481de92007-09-25 17:54:57 -07003585{
Ester Kummer8cf769c2008-05-06 11:05:11 +08003586 struct iwl_priv *priv = d->driver_data;
3587
3588 return sprintf(buf, "0x%08X\n", priv->debug_level);
Zhu Yib481de92007-09-25 17:54:57 -07003589}
Ester Kummer8cf769c2008-05-06 11:05:11 +08003590static ssize_t store_debug_level(struct device *d,
3591 struct device_attribute *attr,
Zhu Yib481de92007-09-25 17:54:57 -07003592 const char *buf, size_t count)
3593{
Ester Kummer8cf769c2008-05-06 11:05:11 +08003594 struct iwl_priv *priv = d->driver_data;
Zhu Yib481de92007-09-25 17:54:57 -07003595 char *p = (char *)buf;
3596 u32 val;
3597
3598 val = simple_strtoul(p, &p, 0);
3599 if (p == buf)
3600 printk(KERN_INFO DRV_NAME
3601 ": %s is not in hex or decimal form.\n", buf);
3602 else
Ester Kummer8cf769c2008-05-06 11:05:11 +08003603 priv->debug_level = val;
Zhu Yib481de92007-09-25 17:54:57 -07003604
3605 return strnlen(buf, count);
3606}
3607
Ester Kummer8cf769c2008-05-06 11:05:11 +08003608static DEVICE_ATTR(debug_level, S_IWUSR | S_IRUGO,
3609 show_debug_level, store_debug_level);
3610
Zhu Yib481de92007-09-25 17:54:57 -07003611
Tomas Winkler0a6857e2008-03-12 16:58:49 -07003612#endif /* CONFIG_IWLWIFI_DEBUG */
Zhu Yib481de92007-09-25 17:54:57 -07003613
Zhu Yib481de92007-09-25 17:54:57 -07003614
Tomas Winklerbc6f59b2008-05-06 11:05:13 +08003615static ssize_t show_version(struct device *d,
3616 struct device_attribute *attr, char *buf)
3617{
3618 struct iwl_priv *priv = d->driver_data;
Tomas Winkler885ba202008-05-29 16:34:55 +08003619 struct iwl_alive_resp *palive = &priv->card_alive;
Tomas Winklerf236a262008-06-30 17:23:02 +08003620 ssize_t pos = 0;
3621 u16 eeprom_ver;
Tomas Winklerbc6f59b2008-05-06 11:05:13 +08003622
3623 if (palive->is_valid)
Tomas Winklerf236a262008-06-30 17:23:02 +08003624 pos += sprintf(buf + pos,
3625 "fw version: 0x%01X.0x%01X.0x%01X.0x%01X\n"
3626 "fw type: 0x%01X 0x%01X\n",
Tomas Winklerbc6f59b2008-05-06 11:05:13 +08003627 palive->ucode_major, palive->ucode_minor,
3628 palive->sw_rev[0], palive->sw_rev[1],
3629 palive->ver_type, palive->ver_subtype);
Tomas Winklerbc6f59b2008-05-06 11:05:13 +08003630 else
Tomas Winklerf236a262008-06-30 17:23:02 +08003631 pos += sprintf(buf + pos, "fw not loaded\n");
3632
3633 if (priv->eeprom) {
3634 eeprom_ver = iwl_eeprom_query16(priv, EEPROM_VERSION);
3635 pos += sprintf(buf + pos, "EEPROM version: 0x%x\n",
3636 eeprom_ver);
3637 } else {
3638 pos += sprintf(buf + pos, "EEPROM not initialzed\n");
3639 }
3640
3641 return pos;
Tomas Winklerbc6f59b2008-05-06 11:05:13 +08003642}
3643
3644static DEVICE_ATTR(version, S_IWUSR | S_IRUGO, show_version, NULL);
3645
Zhu Yib481de92007-09-25 17:54:57 -07003646static ssize_t show_temperature(struct device *d,
3647 struct device_attribute *attr, char *buf)
3648{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07003649 struct iwl_priv *priv = (struct iwl_priv *)d->driver_data;
Zhu Yib481de92007-09-25 17:54:57 -07003650
Tomas Winklerfee12472008-04-03 16:05:21 -07003651 if (!iwl_is_alive(priv))
Zhu Yib481de92007-09-25 17:54:57 -07003652 return -EAGAIN;
3653
Emmanuel Grumbach91dbc5b2008-06-12 09:47:14 +08003654 return sprintf(buf, "%d\n", priv->temperature);
Zhu Yib481de92007-09-25 17:54:57 -07003655}
3656
3657static DEVICE_ATTR(temperature, S_IRUGO, show_temperature, NULL);
3658
3659static ssize_t show_rs_window(struct device *d,
3660 struct device_attribute *attr,
3661 char *buf)
3662{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07003663 struct iwl_priv *priv = d->driver_data;
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003664 return iwl4965_fill_rs_info(priv->hw, buf, IWL_AP_ID);
Zhu Yib481de92007-09-25 17:54:57 -07003665}
3666static DEVICE_ATTR(rs_window, S_IRUGO, show_rs_window, NULL);
3667
3668static ssize_t show_tx_power(struct device *d,
3669 struct device_attribute *attr, char *buf)
3670{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07003671 struct iwl_priv *priv = (struct iwl_priv *)d->driver_data;
Tomas Winkler630fe9b2008-06-12 09:47:08 +08003672 return sprintf(buf, "%d\n", priv->tx_power_user_lmt);
Zhu Yib481de92007-09-25 17:54:57 -07003673}
3674
3675static ssize_t store_tx_power(struct device *d,
3676 struct device_attribute *attr,
3677 const char *buf, size_t count)
3678{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07003679 struct iwl_priv *priv = (struct iwl_priv *)d->driver_data;
Zhu Yib481de92007-09-25 17:54:57 -07003680 char *p = (char *)buf;
3681 u32 val;
3682
3683 val = simple_strtoul(p, &p, 10);
3684 if (p == buf)
3685 printk(KERN_INFO DRV_NAME
3686 ": %s is not in decimal form.\n", buf);
3687 else
Tomas Winkler630fe9b2008-06-12 09:47:08 +08003688 iwl_set_tx_power(priv, val, false);
Zhu Yib481de92007-09-25 17:54:57 -07003689
3690 return count;
3691}
3692
3693static DEVICE_ATTR(tx_power, S_IWUSR | S_IRUGO, show_tx_power, store_tx_power);
3694
3695static ssize_t show_flags(struct device *d,
3696 struct device_attribute *attr, char *buf)
3697{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07003698 struct iwl_priv *priv = (struct iwl_priv *)d->driver_data;
Zhu Yib481de92007-09-25 17:54:57 -07003699
3700 return sprintf(buf, "0x%04X\n", priv->active_rxon.flags);
3701}
3702
3703static ssize_t store_flags(struct device *d,
3704 struct device_attribute *attr,
3705 const char *buf, size_t count)
3706{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07003707 struct iwl_priv *priv = (struct iwl_priv *)d->driver_data;
Zhu Yib481de92007-09-25 17:54:57 -07003708 u32 flags = simple_strtoul(buf, NULL, 0);
3709
3710 mutex_lock(&priv->mutex);
3711 if (le32_to_cpu(priv->staging_rxon.flags) != flags) {
3712 /* Cancel any currently running scans... */
Tomas Winkler2a421b92008-06-12 09:47:10 +08003713 if (iwl_scan_cancel_timeout(priv, 100))
Zhu Yib481de92007-09-25 17:54:57 -07003714 IWL_WARNING("Could not cancel scan.\n");
3715 else {
3716 IWL_DEBUG_INFO("Committing rxon.flags = 0x%04X\n",
3717 flags);
3718 priv->staging_rxon.flags = cpu_to_le32(flags);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003719 iwl4965_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003720 }
3721 }
3722 mutex_unlock(&priv->mutex);
3723
3724 return count;
3725}
3726
3727static DEVICE_ATTR(flags, S_IWUSR | S_IRUGO, show_flags, store_flags);
3728
3729static ssize_t show_filter_flags(struct device *d,
3730 struct device_attribute *attr, char *buf)
3731{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07003732 struct iwl_priv *priv = (struct iwl_priv *)d->driver_data;
Zhu Yib481de92007-09-25 17:54:57 -07003733
3734 return sprintf(buf, "0x%04X\n",
3735 le32_to_cpu(priv->active_rxon.filter_flags));
3736}
3737
3738static ssize_t store_filter_flags(struct device *d,
3739 struct device_attribute *attr,
3740 const char *buf, size_t count)
3741{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07003742 struct iwl_priv *priv = (struct iwl_priv *)d->driver_data;
Zhu Yib481de92007-09-25 17:54:57 -07003743 u32 filter_flags = simple_strtoul(buf, NULL, 0);
3744
3745 mutex_lock(&priv->mutex);
3746 if (le32_to_cpu(priv->staging_rxon.filter_flags) != filter_flags) {
3747 /* Cancel any currently running scans... */
Tomas Winkler2a421b92008-06-12 09:47:10 +08003748 if (iwl_scan_cancel_timeout(priv, 100))
Zhu Yib481de92007-09-25 17:54:57 -07003749 IWL_WARNING("Could not cancel scan.\n");
3750 else {
3751 IWL_DEBUG_INFO("Committing rxon.filter_flags = "
3752 "0x%04X\n", filter_flags);
3753 priv->staging_rxon.filter_flags =
3754 cpu_to_le32(filter_flags);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003755 iwl4965_commit_rxon(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003756 }
3757 }
3758 mutex_unlock(&priv->mutex);
3759
3760 return count;
3761}
3762
3763static DEVICE_ATTR(filter_flags, S_IWUSR | S_IRUGO, show_filter_flags,
3764 store_filter_flags);
3765
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +08003766#ifdef CONFIG_IWL4965_SPECTRUM_MEASUREMENT
Zhu Yib481de92007-09-25 17:54:57 -07003767
3768static ssize_t show_measurement(struct device *d,
3769 struct device_attribute *attr, char *buf)
3770{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07003771 struct iwl_priv *priv = dev_get_drvdata(d);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003772 struct iwl4965_spectrum_notification measure_report;
Zhu Yib481de92007-09-25 17:54:57 -07003773 u32 size = sizeof(measure_report), len = 0, ofs = 0;
3774 u8 *data = (u8 *) & measure_report;
3775 unsigned long flags;
3776
3777 spin_lock_irqsave(&priv->lock, flags);
3778 if (!(priv->measurement_status & MEASUREMENT_READY)) {
3779 spin_unlock_irqrestore(&priv->lock, flags);
3780 return 0;
3781 }
3782 memcpy(&measure_report, &priv->measure_report, size);
3783 priv->measurement_status = 0;
3784 spin_unlock_irqrestore(&priv->lock, flags);
3785
3786 while (size && (PAGE_SIZE - len)) {
3787 hex_dump_to_buffer(data + ofs, size, 16, 1, buf + len,
3788 PAGE_SIZE - len, 1);
3789 len = strlen(buf);
3790 if (PAGE_SIZE - len)
3791 buf[len++] = '\n';
3792
3793 ofs += 16;
3794 size -= min(size, 16U);
3795 }
3796
3797 return len;
3798}
3799
3800static ssize_t store_measurement(struct device *d,
3801 struct device_attribute *attr,
3802 const char *buf, size_t count)
3803{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07003804 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003805 struct ieee80211_measurement_params params = {
3806 .channel = le16_to_cpu(priv->active_rxon.channel),
3807 .start_time = cpu_to_le64(priv->last_tsf),
3808 .duration = cpu_to_le16(1),
3809 };
3810 u8 type = IWL_MEASURE_BASIC;
3811 u8 buffer[32];
3812 u8 channel;
3813
3814 if (count) {
3815 char *p = buffer;
3816 strncpy(buffer, buf, min(sizeof(buffer), count));
3817 channel = simple_strtoul(p, NULL, 0);
3818 if (channel)
3819 params.channel = channel;
3820
3821 p = buffer;
3822 while (*p && *p != ' ')
3823 p++;
3824 if (*p)
3825 type = simple_strtoul(p + 1, NULL, 0);
3826 }
3827
3828 IWL_DEBUG_INFO("Invoking measurement of type %d on "
3829 "channel %d (for '%s')\n", type, params.channel, buf);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08003830 iwl4965_get_measurement(priv, &params, type);
Zhu Yib481de92007-09-25 17:54:57 -07003831
3832 return count;
3833}
3834
3835static DEVICE_ATTR(measurement, S_IRUSR | S_IWUSR,
3836 show_measurement, store_measurement);
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +08003837#endif /* CONFIG_IWL4965_SPECTRUM_MEASUREMENT */
Zhu Yib481de92007-09-25 17:54:57 -07003838
3839static ssize_t store_retry_rate(struct device *d,
3840 struct device_attribute *attr,
3841 const char *buf, size_t count)
3842{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07003843 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003844
3845 priv->retry_rate = simple_strtoul(buf, NULL, 0);
3846 if (priv->retry_rate <= 0)
3847 priv->retry_rate = 1;
3848
3849 return count;
3850}
3851
3852static ssize_t show_retry_rate(struct device *d,
3853 struct device_attribute *attr, char *buf)
3854{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07003855 struct iwl_priv *priv = dev_get_drvdata(d);
Zhu Yib481de92007-09-25 17:54:57 -07003856 return sprintf(buf, "%d", priv->retry_rate);
3857}
3858
3859static DEVICE_ATTR(retry_rate, S_IWUSR | S_IRUSR, show_retry_rate,
3860 store_retry_rate);
3861
3862static ssize_t store_power_level(struct device *d,
3863 struct device_attribute *attr,
3864 const char *buf, size_t count)
3865{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07003866 struct iwl_priv *priv = dev_get_drvdata(d);
Esti Kummer298df1f2008-07-18 13:52:58 +08003867 int ret;
Zhu Yib481de92007-09-25 17:54:57 -07003868 int mode;
3869
3870 mode = simple_strtoul(buf, NULL, 0);
3871 mutex_lock(&priv->mutex);
3872
Tomas Winklerfee12472008-04-03 16:05:21 -07003873 if (!iwl_is_ready(priv)) {
Esti Kummer298df1f2008-07-18 13:52:58 +08003874 ret = -EAGAIN;
Zhu Yib481de92007-09-25 17:54:57 -07003875 goto out;
3876 }
3877
Esti Kummer298df1f2008-07-18 13:52:58 +08003878 ret = iwl_power_set_user_mode(priv, mode);
3879 if (ret) {
Mohamed Abbas5da4b552008-04-21 15:41:51 -07003880 IWL_DEBUG_MAC80211("failed setting power mode.\n");
3881 goto out;
Zhu Yib481de92007-09-25 17:54:57 -07003882 }
Esti Kummer298df1f2008-07-18 13:52:58 +08003883 ret = count;
Zhu Yib481de92007-09-25 17:54:57 -07003884
3885 out:
3886 mutex_unlock(&priv->mutex);
Esti Kummer298df1f2008-07-18 13:52:58 +08003887 return ret;
Zhu Yib481de92007-09-25 17:54:57 -07003888}
3889
Zhu Yib481de92007-09-25 17:54:57 -07003890static ssize_t show_power_level(struct device *d,
3891 struct device_attribute *attr, char *buf)
3892{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07003893 struct iwl_priv *priv = dev_get_drvdata(d);
Esti Kummer298df1f2008-07-18 13:52:58 +08003894 int mode = priv->power_data.user_power_setting;
3895 int system = priv->power_data.system_power_setting;
Mohamed Abbas5da4b552008-04-21 15:41:51 -07003896 int level = priv->power_data.power_mode;
Zhu Yib481de92007-09-25 17:54:57 -07003897 char *p = buf;
3898
Esti Kummer298df1f2008-07-18 13:52:58 +08003899 switch (system) {
3900 case IWL_POWER_SYS_AUTO:
3901 p += sprintf(p, "SYSTEM:auto");
Zhu Yib481de92007-09-25 17:54:57 -07003902 break;
Esti Kummer298df1f2008-07-18 13:52:58 +08003903 case IWL_POWER_SYS_AC:
3904 p += sprintf(p, "SYSTEM:ac");
Zhu Yib481de92007-09-25 17:54:57 -07003905 break;
Esti Kummer298df1f2008-07-18 13:52:58 +08003906 case IWL_POWER_SYS_BATTERY:
3907 p += sprintf(p, "SYSTEM:battery");
3908 break;
Zhu Yib481de92007-09-25 17:54:57 -07003909 }
Esti Kummer298df1f2008-07-18 13:52:58 +08003910
3911 p += sprintf(p, "\tMODE:%s", (mode < IWL_POWER_AUTO)?"fixed":"auto");
3912 p += sprintf(p, "\tINDEX:%d", level);
3913 p += sprintf(p, "\n");
Zhu Yib481de92007-09-25 17:54:57 -07003914 return (p - buf + 1);
Zhu Yib481de92007-09-25 17:54:57 -07003915}
3916
3917static DEVICE_ATTR(power_level, S_IWUSR | S_IRUSR, show_power_level,
3918 store_power_level);
3919
3920static ssize_t show_channels(struct device *d,
3921 struct device_attribute *attr, char *buf)
3922{
Ester Kummer5d72a1f2008-06-13 15:44:53 +08003923
3924 struct iwl_priv *priv = dev_get_drvdata(d);
3925 struct ieee80211_channel *channels = NULL;
3926 const struct ieee80211_supported_band *supp_band = NULL;
3927 int len = 0, i;
3928 int count = 0;
3929
3930 if (!test_bit(STATUS_GEO_CONFIGURED, &priv->status))
3931 return -EAGAIN;
3932
3933 supp_band = iwl_get_hw_mode(priv, IEEE80211_BAND_2GHZ);
3934 channels = supp_band->channels;
3935 count = supp_band->n_channels;
3936
3937 len += sprintf(&buf[len],
3938 "Displaying %d channels in 2.4GHz band "
3939 "(802.11bg):\n", count);
3940
3941 for (i = 0; i < count; i++)
3942 len += sprintf(&buf[len], "%d: %ddBm: BSS%s%s, %s.\n",
3943 ieee80211_frequency_to_channel(
3944 channels[i].center_freq),
3945 channels[i].max_power,
3946 channels[i].flags & IEEE80211_CHAN_RADAR ?
3947 " (IEEE 802.11h required)" : "",
3948 (!(channels[i].flags & IEEE80211_CHAN_NO_IBSS)
3949 || (channels[i].flags &
3950 IEEE80211_CHAN_RADAR)) ? "" :
3951 ", IBSS",
3952 channels[i].flags &
3953 IEEE80211_CHAN_PASSIVE_SCAN ?
3954 "passive only" : "active/passive");
3955
3956 supp_band = iwl_get_hw_mode(priv, IEEE80211_BAND_5GHZ);
3957 channels = supp_band->channels;
3958 count = supp_band->n_channels;
3959
3960 len += sprintf(&buf[len], "Displaying %d channels in 5.2GHz band "
3961 "(802.11a):\n", count);
3962
3963 for (i = 0; i < count; i++)
3964 len += sprintf(&buf[len], "%d: %ddBm: BSS%s%s, %s.\n",
3965 ieee80211_frequency_to_channel(
3966 channels[i].center_freq),
3967 channels[i].max_power,
3968 channels[i].flags & IEEE80211_CHAN_RADAR ?
3969 " (IEEE 802.11h required)" : "",
3970 ((channels[i].flags & IEEE80211_CHAN_NO_IBSS)
3971 || (channels[i].flags &
3972 IEEE80211_CHAN_RADAR)) ? "" :
3973 ", IBSS",
3974 channels[i].flags &
3975 IEEE80211_CHAN_PASSIVE_SCAN ?
3976 "passive only" : "active/passive");
3977
3978 return len;
Zhu Yib481de92007-09-25 17:54:57 -07003979}
3980
3981static DEVICE_ATTR(channels, S_IRUSR, show_channels, NULL);
3982
3983static ssize_t show_statistics(struct device *d,
3984 struct device_attribute *attr, char *buf)
3985{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07003986 struct iwl_priv *priv = dev_get_drvdata(d);
Emmanuel Grumbach8f91aec2008-06-30 17:23:07 +08003987 u32 size = sizeof(struct iwl_notif_statistics);
Zhu Yib481de92007-09-25 17:54:57 -07003988 u32 len = 0, ofs = 0;
3989 u8 *data = (u8 *) & priv->statistics;
3990 int rc = 0;
3991
Tomas Winklerfee12472008-04-03 16:05:21 -07003992 if (!iwl_is_alive(priv))
Zhu Yib481de92007-09-25 17:54:57 -07003993 return -EAGAIN;
3994
3995 mutex_lock(&priv->mutex);
Emmanuel Grumbach49ea8592008-04-15 16:01:37 -07003996 rc = iwl_send_statistics_request(priv, 0);
Zhu Yib481de92007-09-25 17:54:57 -07003997 mutex_unlock(&priv->mutex);
3998
3999 if (rc) {
4000 len = sprintf(buf,
4001 "Error sending statistics request: 0x%08X\n", rc);
4002 return len;
4003 }
4004
4005 while (size && (PAGE_SIZE - len)) {
4006 hex_dump_to_buffer(data + ofs, size, 16, 1, buf + len,
4007 PAGE_SIZE - len, 1);
4008 len = strlen(buf);
4009 if (PAGE_SIZE - len)
4010 buf[len++] = '\n';
4011
4012 ofs += 16;
4013 size -= min(size, 16U);
4014 }
4015
4016 return len;
4017}
4018
4019static DEVICE_ATTR(statistics, S_IRUGO, show_statistics, NULL);
4020
Zhu Yib481de92007-09-25 17:54:57 -07004021static ssize_t show_status(struct device *d,
4022 struct device_attribute *attr, char *buf)
4023{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07004024 struct iwl_priv *priv = (struct iwl_priv *)d->driver_data;
Tomas Winklerfee12472008-04-03 16:05:21 -07004025 if (!iwl_is_alive(priv))
Zhu Yib481de92007-09-25 17:54:57 -07004026 return -EAGAIN;
4027 return sprintf(buf, "0x%08x\n", (int)priv->status);
4028}
4029
4030static DEVICE_ATTR(status, S_IRUGO, show_status, NULL);
4031
Zhu Yib481de92007-09-25 17:54:57 -07004032/*****************************************************************************
4033 *
4034 * driver setup and teardown
4035 *
4036 *****************************************************************************/
4037
Emmanuel Grumbach4e393172008-06-12 09:46:53 +08004038static void iwl_setup_deferred_work(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07004039{
4040 priv->workqueue = create_workqueue(DRV_NAME);
4041
4042 init_waitqueue_head(&priv->wait_command_queue);
4043
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004044 INIT_WORK(&priv->up, iwl4965_bg_up);
4045 INIT_WORK(&priv->restart, iwl4965_bg_restart);
4046 INIT_WORK(&priv->rx_replenish, iwl4965_bg_rx_replenish);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004047 INIT_WORK(&priv->rf_kill, iwl4965_bg_rf_kill);
4048 INIT_WORK(&priv->beacon_update, iwl4965_bg_beacon_update);
Abhijeet Kolekar4419e392008-05-05 10:22:47 +08004049 INIT_WORK(&priv->set_monitor, iwl4965_bg_set_monitor);
Emmanuel Grumbach16e727e2008-06-12 09:46:52 +08004050 INIT_WORK(&priv->run_time_calib_work, iwl_bg_run_time_calib_work);
Tomas Winkler4a4a9e82008-05-29 16:34:54 +08004051 INIT_DELAYED_WORK(&priv->init_alive_start, iwl_bg_init_alive_start);
4052 INIT_DELAYED_WORK(&priv->alive_start, iwl_bg_alive_start);
Tomas Winkler2a421b92008-06-12 09:47:10 +08004053
4054 /* FIXME : remove when resolved PENDING */
4055 INIT_WORK(&priv->scan_completed, iwl_bg_scan_completed);
4056 iwl_setup_scan_deferred_work(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004057
Emmanuel Grumbach4e393172008-06-12 09:46:53 +08004058 if (priv->cfg->ops->lib->setup_deferred_work)
4059 priv->cfg->ops->lib->setup_deferred_work(priv);
4060
4061 init_timer(&priv->statistics_periodic);
4062 priv->statistics_periodic.data = (unsigned long)priv;
4063 priv->statistics_periodic.function = iwl4965_bg_statistics_periodic;
Zhu Yib481de92007-09-25 17:54:57 -07004064
4065 tasklet_init(&priv->irq_tasklet, (void (*)(unsigned long))
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004066 iwl4965_irq_tasklet, (unsigned long)priv);
Zhu Yib481de92007-09-25 17:54:57 -07004067}
4068
Emmanuel Grumbach4e393172008-06-12 09:46:53 +08004069static void iwl_cancel_deferred_work(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07004070{
Emmanuel Grumbach4e393172008-06-12 09:46:53 +08004071 if (priv->cfg->ops->lib->cancel_deferred_work)
4072 priv->cfg->ops->lib->cancel_deferred_work(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004073
Joonwoo Park3ae6a052007-11-29 10:43:16 +09004074 cancel_delayed_work_sync(&priv->init_alive_start);
Zhu Yib481de92007-09-25 17:54:57 -07004075 cancel_delayed_work(&priv->scan_check);
4076 cancel_delayed_work(&priv->alive_start);
Zhu Yib481de92007-09-25 17:54:57 -07004077 cancel_work_sync(&priv->beacon_update);
Emmanuel Grumbach4e393172008-06-12 09:46:53 +08004078 del_timer_sync(&priv->statistics_periodic);
Zhu Yib481de92007-09-25 17:54:57 -07004079}
4080
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004081static struct attribute *iwl4965_sysfs_entries[] = {
Zhu Yib481de92007-09-25 17:54:57 -07004082 &dev_attr_channels.attr,
Zhu Yib481de92007-09-25 17:54:57 -07004083 &dev_attr_flags.attr,
4084 &dev_attr_filter_flags.attr,
Christoph Hellwigc8b0e6e2007-10-25 17:15:51 +08004085#ifdef CONFIG_IWL4965_SPECTRUM_MEASUREMENT
Zhu Yib481de92007-09-25 17:54:57 -07004086 &dev_attr_measurement.attr,
4087#endif
4088 &dev_attr_power_level.attr,
4089 &dev_attr_retry_rate.attr,
Zhu Yib481de92007-09-25 17:54:57 -07004090 &dev_attr_rs_window.attr,
4091 &dev_attr_statistics.attr,
4092 &dev_attr_status.attr,
4093 &dev_attr_temperature.attr,
Zhu Yib481de92007-09-25 17:54:57 -07004094 &dev_attr_tx_power.attr,
Ester Kummer8cf769c2008-05-06 11:05:11 +08004095#ifdef CONFIG_IWLWIFI_DEBUG
4096 &dev_attr_debug_level.attr,
4097#endif
Tomas Winklerbc6f59b2008-05-06 11:05:13 +08004098 &dev_attr_version.attr,
Zhu Yib481de92007-09-25 17:54:57 -07004099
4100 NULL
4101};
4102
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004103static struct attribute_group iwl4965_attribute_group = {
Zhu Yib481de92007-09-25 17:54:57 -07004104 .name = NULL, /* put in device directory */
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004105 .attrs = iwl4965_sysfs_entries,
Zhu Yib481de92007-09-25 17:54:57 -07004106};
4107
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004108static struct ieee80211_ops iwl4965_hw_ops = {
4109 .tx = iwl4965_mac_tx,
4110 .start = iwl4965_mac_start,
4111 .stop = iwl4965_mac_stop,
4112 .add_interface = iwl4965_mac_add_interface,
4113 .remove_interface = iwl4965_mac_remove_interface,
4114 .config = iwl4965_mac_config,
4115 .config_interface = iwl4965_mac_config_interface,
4116 .configure_filter = iwl4965_configure_filter,
4117 .set_key = iwl4965_mac_set_key,
Emmanuel Grumbachab885f82008-03-20 15:06:43 +02004118 .update_tkip_key = iwl4965_mac_update_tkip_key,
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004119 .get_stats = iwl4965_mac_get_stats,
4120 .get_tx_stats = iwl4965_mac_get_tx_stats,
4121 .conf_tx = iwl4965_mac_conf_tx,
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004122 .reset_tsf = iwl4965_mac_reset_tsf,
Johannes Berg471b3ef2007-12-28 14:32:58 +01004123 .bss_info_changed = iwl4965_bss_info_changed,
Ron Rindjunsky9ab46172007-12-25 17:00:38 +02004124 .ampdu_action = iwl4965_mac_ampdu_action,
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004125 .hw_scan = iwl4965_mac_hw_scan
Zhu Yib481de92007-09-25 17:54:57 -07004126};
4127
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004128static int iwl4965_pci_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
Zhu Yib481de92007-09-25 17:54:57 -07004129{
4130 int err = 0;
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07004131 struct iwl_priv *priv;
Zhu Yib481de92007-09-25 17:54:57 -07004132 struct ieee80211_hw *hw;
Tomas Winkler82b9a122008-03-04 18:09:30 -08004133 struct iwl_cfg *cfg = (struct iwl_cfg *)(ent->driver_data);
Mohamed Abbas0359fac2008-03-28 16:21:08 -07004134 unsigned long flags;
Zhu Yi5a66926a2008-01-14 17:46:18 -08004135 DECLARE_MAC_BUF(mac);
Zhu Yib481de92007-09-25 17:54:57 -07004136
Assaf Krauss316c30d2008-03-14 10:38:46 -07004137 /************************
4138 * 1. Allocating HW data
4139 ************************/
4140
Cahill, Ben M6440adb2007-11-29 11:09:55 +08004141 /* Disabling hardware scan means that mac80211 will perform scans
4142 * "the hard way", rather than using device's scan. */
Assaf Krauss1ea87392008-03-18 14:57:50 -07004143 if (cfg->mod_params->disable_hw_scan) {
Ester Kummerbf403db2008-05-05 10:22:40 +08004144 if (cfg->mod_params->debug & IWL_DL_INFO)
4145 dev_printk(KERN_DEBUG, &(pdev->dev),
4146 "Disabling hw_scan\n");
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004147 iwl4965_hw_ops.hw_scan = NULL;
Zhu Yib481de92007-09-25 17:54:57 -07004148 }
4149
Assaf Krauss1d0a0822008-03-14 10:38:48 -07004150 hw = iwl_alloc_all(cfg, &iwl4965_hw_ops);
4151 if (!hw) {
Zhu Yib481de92007-09-25 17:54:57 -07004152 err = -ENOMEM;
4153 goto out;
4154 }
Assaf Krauss1d0a0822008-03-14 10:38:48 -07004155 priv = hw->priv;
4156 /* At this point both hw and priv are allocated. */
4157
Zhu Yib481de92007-09-25 17:54:57 -07004158 SET_IEEE80211_DEV(hw, &pdev->dev);
4159
4160 IWL_DEBUG_INFO("*** LOAD DRIVER ***\n");
Tomas Winkler82b9a122008-03-04 18:09:30 -08004161 priv->cfg = cfg;
Zhu Yib481de92007-09-25 17:54:57 -07004162 priv->pci_dev = pdev;
Assaf Krauss316c30d2008-03-14 10:38:46 -07004163
Tomas Winkler0a6857e2008-03-12 16:58:49 -07004164#ifdef CONFIG_IWLWIFI_DEBUG
Ester Kummerbf403db2008-05-05 10:22:40 +08004165 priv->debug_level = priv->cfg->mod_params->debug;
Zhu Yib481de92007-09-25 17:54:57 -07004166 atomic_set(&priv->restrict_refcnt, 0);
4167#endif
Zhu Yib481de92007-09-25 17:54:57 -07004168
Assaf Krauss316c30d2008-03-14 10:38:46 -07004169 /**************************
4170 * 2. Initializing PCI bus
4171 **************************/
4172 if (pci_enable_device(pdev)) {
4173 err = -ENODEV;
4174 goto out_ieee80211_free_hw;
4175 }
4176
4177 pci_set_master(pdev);
4178
Ron Rindjunskycc2a8ea2008-04-21 15:41:59 -07004179 err = pci_set_dma_mask(pdev, DMA_64BIT_MASK);
Assaf Krauss316c30d2008-03-14 10:38:46 -07004180 if (!err)
Ron Rindjunskycc2a8ea2008-04-21 15:41:59 -07004181 err = pci_set_consistent_dma_mask(pdev, DMA_64BIT_MASK);
4182 if (err) {
4183 err = pci_set_dma_mask(pdev, DMA_32BIT_MASK);
4184 if (!err)
4185 err = pci_set_consistent_dma_mask(pdev, DMA_32BIT_MASK);
4186 /* both attempts failed: */
Assaf Krauss316c30d2008-03-14 10:38:46 -07004187 if (err) {
Ron Rindjunskycc2a8ea2008-04-21 15:41:59 -07004188 printk(KERN_WARNING "%s: No suitable DMA available.\n",
4189 DRV_NAME);
Assaf Krauss316c30d2008-03-14 10:38:46 -07004190 goto out_pci_disable_device;
Ron Rindjunskycc2a8ea2008-04-21 15:41:59 -07004191 }
Assaf Krauss316c30d2008-03-14 10:38:46 -07004192 }
4193
4194 err = pci_request_regions(pdev, DRV_NAME);
4195 if (err)
4196 goto out_pci_disable_device;
4197
4198 pci_set_drvdata(pdev, priv);
4199
4200 /* We disable the RETRY_TIMEOUT register (0x41) to keep
4201 * PCI Tx retries from interfering with C3 CPU state */
4202 pci_write_config_byte(pdev, 0x41, 0x00);
4203
4204 /***********************
4205 * 3. Read REV register
4206 ***********************/
4207 priv->hw_base = pci_iomap(pdev, 0, 0);
4208 if (!priv->hw_base) {
4209 err = -ENODEV;
4210 goto out_pci_release_regions;
4211 }
4212
4213 IWL_DEBUG_INFO("pci_resource_len = 0x%08llx\n",
4214 (unsigned long long) pci_resource_len(pdev, 0));
4215 IWL_DEBUG_INFO("pci_resource_base = %p\n", priv->hw_base);
4216
Tomas Winklerb661c812008-04-23 17:14:54 -07004217 iwl_hw_detect(priv);
Assaf Krauss316c30d2008-03-14 10:38:46 -07004218 printk(KERN_INFO DRV_NAME
Tomas Winklerb661c812008-04-23 17:14:54 -07004219 ": Detected Intel Wireless WiFi Link %s REV=0x%X\n",
4220 priv->cfg->name, priv->hw_rev);
Assaf Krauss316c30d2008-03-14 10:38:46 -07004221
Tomas Winkler91238712008-04-23 17:14:53 -07004222 /* amp init */
4223 err = priv->cfg->ops->lib->apm_ops.init(priv);
4224 if (err < 0) {
4225 IWL_DEBUG_INFO("Failed to init APMG\n");
4226 goto out_iounmap;
4227 }
Assaf Krauss316c30d2008-03-14 10:38:46 -07004228 /*****************
4229 * 4. Read EEPROM
4230 *****************/
Assaf Krauss316c30d2008-03-14 10:38:46 -07004231 /* Read the EEPROM */
4232 err = iwl_eeprom_init(priv);
4233 if (err) {
4234 IWL_ERROR("Unable to init EEPROM\n");
4235 goto out_iounmap;
4236 }
Tomas Winkler8614f362008-04-23 17:14:55 -07004237 err = iwl_eeprom_check_version(priv);
4238 if (err)
4239 goto out_iounmap;
4240
Ron Rindjunsky02883012008-05-15 13:53:53 +08004241 /* extract MAC Address */
Assaf Krauss316c30d2008-03-14 10:38:46 -07004242 iwl_eeprom_get_mac(priv, priv->mac_addr);
4243 IWL_DEBUG_INFO("MAC address: %s\n", print_mac(mac, priv->mac_addr));
4244 SET_IEEE80211_PERM_ADDR(priv->hw, priv->mac_addr);
4245
4246 /************************
4247 * 5. Setup HW constants
4248 ************************/
Ron Rindjunskyda154e302008-06-30 17:23:20 +08004249 if (iwl_set_hw_params(priv)) {
Tomas Winkler5425e492008-04-15 16:01:38 -07004250 IWL_ERROR("failed to set hw parameters\n");
Tomas Winkler073d3f52008-04-21 15:41:52 -07004251 goto out_free_eeprom;
Assaf Krauss316c30d2008-03-14 10:38:46 -07004252 }
4253
4254 /*******************
Tomas Winkler6ba87952008-05-15 13:54:17 +08004255 * 6. Setup priv
Assaf Krauss316c30d2008-03-14 10:38:46 -07004256 *******************/
Zhu Yib481de92007-09-25 17:54:57 -07004257
Tomas Winkler6ba87952008-05-15 13:54:17 +08004258 err = iwl_init_drv(priv);
Assaf Kraussbf85ea42008-03-14 10:38:49 -07004259 if (err)
Ron Rindjunsky399f4902008-04-23 17:14:56 -07004260 goto out_free_eeprom;
Assaf Kraussbf85ea42008-03-14 10:38:49 -07004261 /* At this point both hw and priv are initialized. */
Assaf Krauss316c30d2008-03-14 10:38:46 -07004262
4263 /**********************************
4264 * 7. Initialize module parameters
4265 **********************************/
4266
4267 /* Disable radio (SW RF KILL) via parameter when loading driver */
Assaf Krauss1ea87392008-03-18 14:57:50 -07004268 if (priv->cfg->mod_params->disable) {
Assaf Krauss316c30d2008-03-14 10:38:46 -07004269 set_bit(STATUS_RF_KILL_SW, &priv->status);
4270 IWL_DEBUG_INFO("Radio disabled.\n");
4271 }
4272
Assaf Krauss316c30d2008-03-14 10:38:46 -07004273 /********************
4274 * 8. Setup services
4275 ********************/
Mohamed Abbas0359fac2008-03-28 16:21:08 -07004276 spin_lock_irqsave(&priv->lock, flags);
Assaf Krauss316c30d2008-03-14 10:38:46 -07004277 iwl4965_disable_interrupts(priv);
Mohamed Abbas0359fac2008-03-28 16:21:08 -07004278 spin_unlock_irqrestore(&priv->lock, flags);
Assaf Krauss316c30d2008-03-14 10:38:46 -07004279
4280 err = sysfs_create_group(&pdev->dev.kobj, &iwl4965_attribute_group);
4281 if (err) {
4282 IWL_ERROR("failed to create sysfs device attributes\n");
Tomas Winkler6ba87952008-05-15 13:54:17 +08004283 goto out_uninit_drv;
Assaf Krauss316c30d2008-03-14 10:38:46 -07004284 }
4285
Assaf Krauss316c30d2008-03-14 10:38:46 -07004286
Emmanuel Grumbach4e393172008-06-12 09:46:53 +08004287 iwl_setup_deferred_work(priv);
Emmanuel Grumbach653fa4a2008-06-30 17:23:11 +08004288 iwl_setup_rx_handlers(priv);
Assaf Krauss316c30d2008-03-14 10:38:46 -07004289
4290 /********************
4291 * 9. Conclude
4292 ********************/
Zhu Yi5a66926a2008-01-14 17:46:18 -08004293 pci_save_state(pdev);
4294 pci_disable_device(pdev);
Zhu Yib481de92007-09-25 17:54:57 -07004295
Tomas Winkler6ba87952008-05-15 13:54:17 +08004296 /**********************************
4297 * 10. Setup and register mac80211
4298 **********************************/
4299
4300 err = iwl_setup_mac(priv);
4301 if (err)
4302 goto out_remove_sysfs;
4303
4304 err = iwl_dbgfs_register(priv, DRV_NAME);
4305 if (err)
4306 IWL_ERROR("failed to create debugfs files\n");
4307
Emmanuel Grumbach58d0f362008-06-12 09:47:19 +08004308 err = iwl_rfkill_init(priv);
4309 if (err)
4310 IWL_ERROR("Unable to initialize RFKILL system. "
4311 "Ignoring error: %d\n", err);
4312 iwl_power_initialize(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004313 return 0;
4314
Assaf Krauss316c30d2008-03-14 10:38:46 -07004315 out_remove_sysfs:
4316 sysfs_remove_group(&pdev->dev.kobj, &iwl4965_attribute_group);
Tomas Winkler6ba87952008-05-15 13:54:17 +08004317 out_uninit_drv:
4318 iwl_uninit_drv(priv);
Tomas Winkler073d3f52008-04-21 15:41:52 -07004319 out_free_eeprom:
4320 iwl_eeprom_free(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004321 out_iounmap:
4322 pci_iounmap(pdev, priv->hw_base);
4323 out_pci_release_regions:
4324 pci_release_regions(pdev);
Assaf Krauss316c30d2008-03-14 10:38:46 -07004325 pci_set_drvdata(pdev, NULL);
Zhu Yib481de92007-09-25 17:54:57 -07004326 out_pci_disable_device:
4327 pci_disable_device(pdev);
Zhu Yib481de92007-09-25 17:54:57 -07004328 out_ieee80211_free_hw:
4329 ieee80211_free_hw(priv->hw);
4330 out:
4331 return err;
4332}
4333
Reinette Chatrec83dbf62008-03-21 13:53:41 -07004334static void __devexit iwl4965_pci_remove(struct pci_dev *pdev)
Zhu Yib481de92007-09-25 17:54:57 -07004335{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07004336 struct iwl_priv *priv = pci_get_drvdata(pdev);
Mohamed Abbas0359fac2008-03-28 16:21:08 -07004337 unsigned long flags;
Zhu Yib481de92007-09-25 17:54:57 -07004338
4339 if (!priv)
4340 return;
4341
4342 IWL_DEBUG_INFO("*** UNLOAD DRIVER ***\n");
4343
Emmanuel Grumbach67249622008-05-29 16:35:26 +08004344 iwl_dbgfs_unregister(priv);
4345 sysfs_remove_group(&pdev->dev.kobj, &iwl4965_attribute_group);
4346
Ron Rindjunskyc4f55232008-03-28 16:21:10 -07004347 if (priv->mac80211_registered) {
4348 ieee80211_unregister_hw(priv->hw);
4349 priv->mac80211_registered = 0;
4350 }
4351
Zhu Yib481de92007-09-25 17:54:57 -07004352 set_bit(STATUS_EXIT_PENDING, &priv->status);
Zhu Yib24d22b2007-12-19 13:59:52 +08004353
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004354 iwl4965_down(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004355
Mohamed Abbas0359fac2008-03-28 16:21:08 -07004356 /* make sure we flush any pending irq or
4357 * tasklet for the driver
4358 */
4359 spin_lock_irqsave(&priv->lock, flags);
4360 iwl4965_disable_interrupts(priv);
4361 spin_unlock_irqrestore(&priv->lock, flags);
4362
4363 iwl_synchronize_irq(priv);
4364
Emmanuel Grumbach58d0f362008-06-12 09:47:19 +08004365 iwl_rfkill_unregister(priv);
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004366 iwl4965_dealloc_ucode_pci(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004367
4368 if (priv->rxq.bd)
Tomas Winklera55360e2008-05-05 10:22:28 +08004369 iwl_rx_queue_free(priv, &priv->rxq);
Ron Rindjunsky1053d352008-05-05 10:22:43 +08004370 iwl_hw_txq_ctx_free(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004371
Emmanuel Grumbach37deb2a2008-06-30 17:23:08 +08004372 iwl_clear_stations_table(priv);
Tomas Winkler073d3f52008-04-21 15:41:52 -07004373 iwl_eeprom_free(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004374
Zhu Yib481de92007-09-25 17:54:57 -07004375
Mohamed Abbas948c1712007-10-25 17:15:45 +08004376 /*netif_stop_queue(dev); */
4377 flush_workqueue(priv->workqueue);
4378
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004379 /* ieee80211_unregister_hw calls iwl4965_mac_stop, which flushes
Zhu Yib481de92007-09-25 17:54:57 -07004380 * priv->workqueue... so we can't take down the workqueue
4381 * until now... */
4382 destroy_workqueue(priv->workqueue);
4383 priv->workqueue = NULL;
4384
Zhu Yib481de92007-09-25 17:54:57 -07004385 pci_iounmap(pdev, priv->hw_base);
4386 pci_release_regions(pdev);
4387 pci_disable_device(pdev);
4388 pci_set_drvdata(pdev, NULL);
4389
Tomas Winkler6ba87952008-05-15 13:54:17 +08004390 iwl_uninit_drv(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004391
4392 if (priv->ibss_beacon)
4393 dev_kfree_skb(priv->ibss_beacon);
4394
4395 ieee80211_free_hw(priv->hw);
4396}
4397
4398#ifdef CONFIG_PM
4399
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004400static int iwl4965_pci_suspend(struct pci_dev *pdev, pm_message_t state)
Zhu Yib481de92007-09-25 17:54:57 -07004401{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07004402 struct iwl_priv *priv = pci_get_drvdata(pdev);
Zhu Yib481de92007-09-25 17:54:57 -07004403
Zhu Yie655b9f2008-01-24 02:19:38 -08004404 if (priv->is_open) {
4405 set_bit(STATUS_IN_SUSPEND, &priv->status);
4406 iwl4965_mac_stop(priv->hw);
4407 priv->is_open = 1;
4408 }
Zhu Yib481de92007-09-25 17:54:57 -07004409
Zhu Yib481de92007-09-25 17:54:57 -07004410 pci_set_power_state(pdev, PCI_D3hot);
4411
Zhu Yib481de92007-09-25 17:54:57 -07004412 return 0;
4413}
4414
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004415static int iwl4965_pci_resume(struct pci_dev *pdev)
Zhu Yib481de92007-09-25 17:54:57 -07004416{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07004417 struct iwl_priv *priv = pci_get_drvdata(pdev);
Zhu Yib481de92007-09-25 17:54:57 -07004418
Zhu Yib481de92007-09-25 17:54:57 -07004419 pci_set_power_state(pdev, PCI_D0);
Zhu Yib481de92007-09-25 17:54:57 -07004420
Zhu Yie655b9f2008-01-24 02:19:38 -08004421 if (priv->is_open)
4422 iwl4965_mac_start(priv->hw);
Zhu Yib481de92007-09-25 17:54:57 -07004423
Zhu Yie655b9f2008-01-24 02:19:38 -08004424 clear_bit(STATUS_IN_SUSPEND, &priv->status);
Zhu Yib481de92007-09-25 17:54:57 -07004425 return 0;
4426}
4427
4428#endif /* CONFIG_PM */
4429
4430/*****************************************************************************
4431 *
4432 * driver and module entry point
4433 *
4434 *****************************************************************************/
4435
Ron Rindjunskyfed90172008-04-15 16:01:41 -07004436/* Hardware specific file defines the PCI IDs table for that hardware module */
4437static struct pci_device_id iwl_hw_card_ids[] = {
4438 {IWL_PCI_DEVICE(0x4229, PCI_ANY_ID, iwl4965_agn_cfg)},
4439 {IWL_PCI_DEVICE(0x4230, PCI_ANY_ID, iwl4965_agn_cfg)},
Tomas Winkler5a6a2562008-04-24 11:55:23 -07004440#ifdef CONFIG_IWL5000
Esti Kummer47408632008-07-11 11:53:30 +08004441 {IWL_PCI_DEVICE(0x4232, 0x1205, iwl5100_bg_cfg)},
4442 {IWL_PCI_DEVICE(0x4232, 0x1305, iwl5100_bg_cfg)},
4443 {IWL_PCI_DEVICE(0x4232, 0x1206, iwl5100_abg_cfg)},
4444 {IWL_PCI_DEVICE(0x4232, 0x1306, iwl5100_abg_cfg)},
4445 {IWL_PCI_DEVICE(0x4232, 0x1326, iwl5100_abg_cfg)},
4446 {IWL_PCI_DEVICE(0x4237, 0x1216, iwl5100_abg_cfg)},
Tomas Winkler5a6a2562008-04-24 11:55:23 -07004447 {IWL_PCI_DEVICE(0x4232, PCI_ANY_ID, iwl5100_agn_cfg)},
Esti Kummer47408632008-07-11 11:53:30 +08004448 {IWL_PCI_DEVICE(0x4235, PCI_ANY_ID, iwl5300_agn_cfg)},
4449 {IWL_PCI_DEVICE(0x4236, PCI_ANY_ID, iwl5300_agn_cfg)},
4450 {IWL_PCI_DEVICE(0x4237, PCI_ANY_ID, iwl5100_agn_cfg)},
Tomas Winkler5a6a2562008-04-24 11:55:23 -07004451 {IWL_PCI_DEVICE(0x423A, PCI_ANY_ID, iwl5350_agn_cfg)},
4452#endif /* CONFIG_IWL5000 */
Ron Rindjunskyfed90172008-04-15 16:01:41 -07004453 {0}
4454};
4455MODULE_DEVICE_TABLE(pci, iwl_hw_card_ids);
4456
4457static struct pci_driver iwl_driver = {
Zhu Yib481de92007-09-25 17:54:57 -07004458 .name = DRV_NAME,
Ron Rindjunskyfed90172008-04-15 16:01:41 -07004459 .id_table = iwl_hw_card_ids,
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004460 .probe = iwl4965_pci_probe,
4461 .remove = __devexit_p(iwl4965_pci_remove),
Zhu Yib481de92007-09-25 17:54:57 -07004462#ifdef CONFIG_PM
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004463 .suspend = iwl4965_pci_suspend,
4464 .resume = iwl4965_pci_resume,
Zhu Yib481de92007-09-25 17:54:57 -07004465#endif
4466};
4467
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004468static int __init iwl4965_init(void)
Zhu Yib481de92007-09-25 17:54:57 -07004469{
4470
4471 int ret;
4472 printk(KERN_INFO DRV_NAME ": " DRV_DESCRIPTION ", " DRV_VERSION "\n");
4473 printk(KERN_INFO DRV_NAME ": " DRV_COPYRIGHT "\n");
Reinette Chatre897e1cf2008-03-28 16:21:09 -07004474
4475 ret = iwl4965_rate_control_register();
4476 if (ret) {
4477 IWL_ERROR("Unable to register rate control algorithm: %d\n", ret);
4478 return ret;
4479 }
4480
Ron Rindjunskyfed90172008-04-15 16:01:41 -07004481 ret = pci_register_driver(&iwl_driver);
Zhu Yib481de92007-09-25 17:54:57 -07004482 if (ret) {
4483 IWL_ERROR("Unable to initialize PCI module\n");
Reinette Chatre897e1cf2008-03-28 16:21:09 -07004484 goto error_register;
Zhu Yib481de92007-09-25 17:54:57 -07004485 }
Zhu Yib481de92007-09-25 17:54:57 -07004486
4487 return ret;
Reinette Chatre897e1cf2008-03-28 16:21:09 -07004488
Reinette Chatre897e1cf2008-03-28 16:21:09 -07004489error_register:
4490 iwl4965_rate_control_unregister();
4491 return ret;
Zhu Yib481de92007-09-25 17:54:57 -07004492}
4493
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004494static void __exit iwl4965_exit(void)
Zhu Yib481de92007-09-25 17:54:57 -07004495{
Ron Rindjunskyfed90172008-04-15 16:01:41 -07004496 pci_unregister_driver(&iwl_driver);
Reinette Chatre897e1cf2008-03-28 16:21:09 -07004497 iwl4965_rate_control_unregister();
Zhu Yib481de92007-09-25 17:54:57 -07004498}
4499
Christoph Hellwigbb8c0932008-01-27 16:41:47 -08004500module_exit(iwl4965_exit);
4501module_init(iwl4965_init);