blob: e073069a44c20b627db59b5770648f72208a298c [file] [log] [blame]
Zhu Yib481de92007-09-25 17:54:57 -07001/******************************************************************************
2 *
Reinette Chatre1f447802010-01-15 13:43:41 -08003 * Copyright(c) 2003 - 2010 Intel Corporation. All rights reserved.
Zhu Yib481de92007-09-25 17:54:57 -07004 *
5 * Portions of this file are derived from the ipw3945 project, as well
6 * as portions of the ieee80211 subsystem header files.
7 *
8 * This program is free software; you can redistribute it and/or modify it
9 * under the terms of version 2 of the GNU General Public License as
10 * published by the Free Software Foundation.
11 *
12 * This program is distributed in the hope that it will be useful, but WITHOUT
13 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
14 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
15 * more details.
16 *
17 * You should have received a copy of the GNU General Public License along with
18 * this program; if not, write to the Free Software Foundation, Inc.,
19 * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
20 *
21 * The full GNU General Public License is included in this distribution in the
22 * file called LICENSE.
23 *
24 * Contact Information:
Winkler, Tomas759ef892008-12-09 11:28:58 -080025 * Intel Linux Wireless <ilw@linux.intel.com>
Zhu Yib481de92007-09-25 17:54:57 -070026 * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
27 *
28 *****************************************************************************/
29
Joe Perchesc96c31e2010-07-26 14:39:58 -070030#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
31
Zhu Yib481de92007-09-25 17:54:57 -070032#include <linux/kernel.h>
33#include <linux/module.h>
Zhu Yib481de92007-09-25 17:54:57 -070034#include <linux/init.h>
35#include <linux/pci.h>
John W. Linville1a7123c2010-08-05 14:39:31 -040036#include <linux/pci-aspm.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090037#include <linux/slab.h>
Zhu Yib481de92007-09-25 17:54:57 -070038#include <linux/dma-mapping.h>
39#include <linux/delay.h>
Alexey Dobriyand43c36d2009-10-07 17:09:06 +040040#include <linux/sched.h>
Zhu Yib481de92007-09-25 17:54:57 -070041#include <linux/skbuff.h>
42#include <linux/netdevice.h>
43#include <linux/wireless.h>
44#include <linux/firmware.h>
Zhu Yib481de92007-09-25 17:54:57 -070045#include <linux/etherdevice.h>
46#include <linux/if_arp.h>
47
Zhu Yib481de92007-09-25 17:54:57 -070048#include <net/mac80211.h>
49
50#include <asm/div64.h>
51
Samuel Ortiza3139c52008-12-19 10:37:09 +080052#define DRV_NAME "iwlagn"
53
Assaf Krauss6bc913b2008-03-11 16:17:18 -070054#include "iwl-eeprom.h"
Tomas Winkler3e0d4cb2008-04-24 11:55:38 -070055#include "iwl-dev.h"
Tomas Winklerfee12472008-04-03 16:05:21 -070056#include "iwl-core.h"
Tomas Winkler3395f6e2008-03-25 16:33:37 -070057#include "iwl-io.h"
Zhu Yib481de92007-09-25 17:54:57 -070058#include "iwl-helpers.h"
Emmanuel Grumbach6974e362008-04-14 21:16:06 -070059#include "iwl-sta.h"
Emmanuel Grumbachf0832f12008-04-16 16:34:47 -070060#include "iwl-calib.h"
Johannes Berga1175122010-01-21 06:21:10 -080061#include "iwl-agn.h"
Zhu Yib481de92007-09-25 17:54:57 -070062
Christoph Hellwig416e1432007-10-25 17:15:49 +080063
Zhu Yib481de92007-09-25 17:54:57 -070064/******************************************************************************
65 *
66 * module boiler plate
67 *
68 ******************************************************************************/
69
Zhu Yib481de92007-09-25 17:54:57 -070070/*
71 * module name, copyright, version, etc.
Zhu Yib481de92007-09-25 17:54:57 -070072 */
Tomas Winklerd783b062008-07-18 13:53:02 +080073#define DRV_DESCRIPTION "Intel(R) Wireless WiFi Link AGN driver for Linux"
Zhu Yib481de92007-09-25 17:54:57 -070074
Tomas Winkler0a6857e2008-03-12 16:58:49 -070075#ifdef CONFIG_IWLWIFI_DEBUG
Zhu Yib481de92007-09-25 17:54:57 -070076#define VD "d"
77#else
78#define VD
79#endif
80
Reinette Chatre81963d62010-01-22 14:22:57 -080081#define DRV_VERSION IWLWIFI_VERSION VD
Zhu Yib481de92007-09-25 17:54:57 -070082
Zhu Yib481de92007-09-25 17:54:57 -070083
84MODULE_DESCRIPTION(DRV_DESCRIPTION);
85MODULE_VERSION(DRV_VERSION);
Tomas Winklera7b75202008-12-11 10:33:41 -080086MODULE_AUTHOR(DRV_COPYRIGHT " " DRV_AUTHOR);
Zhu Yib481de92007-09-25 17:54:57 -070087MODULE_LICENSE("GPL");
Tomas Winkler4fc22b22008-07-21 18:54:42 +030088MODULE_ALIAS("iwl4965");
Zhu Yib481de92007-09-25 17:54:57 -070089
Wey-Yi Guybee008b2010-08-23 07:57:04 -070090static int iwlagn_ant_coupling;
Wey-Yi Guyf37837c2010-08-23 07:57:12 -070091static bool iwlagn_bt_ch_announce = 1;
Wey-Yi Guybee008b2010-08-23 07:57:04 -070092
Zhu Yib481de92007-09-25 17:54:57 -070093/**
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -070094 * iwl_commit_rxon - commit staging_rxon to hardware
Zhu Yib481de92007-09-25 17:54:57 -070095 *
Ian Schram01ebd062007-10-25 17:15:22 +080096 * The RXON command in staging_rxon is committed to the hardware and
Zhu Yib481de92007-09-25 17:54:57 -070097 * the active_rxon structure is updated with the new data. This
98 * function correctly transitions out of the RXON_ASSOC_MSK state if
99 * a HW tune is required based on the RXON structure changes.
100 */
Johannes Berg246ed352010-08-23 10:46:32 +0200101int iwl_commit_rxon(struct iwl_priv *priv, struct iwl_rxon_context *ctx)
Zhu Yib481de92007-09-25 17:54:57 -0700102{
103 /* cast away the const for active_rxon in this function */
Johannes Berg246ed352010-08-23 10:46:32 +0200104 struct iwl_rxon_cmd *active_rxon = (void *)&ctx->active;
Emmanuel Grumbach43d59b32008-06-30 17:23:06 +0800105 int ret;
106 bool new_assoc =
Johannes Berg246ed352010-08-23 10:46:32 +0200107 !!(ctx->staging.filter_flags & RXON_FILTER_ASSOC_MSK);
Zhu Yib481de92007-09-25 17:54:57 -0700108
Tomas Winklerfee12472008-04-03 16:05:21 -0700109 if (!iwl_is_alive(priv))
Emmanuel Grumbach43d59b32008-06-30 17:23:06 +0800110 return -EBUSY;
Zhu Yib481de92007-09-25 17:54:57 -0700111
112 /* always get timestamp with Rx frame */
Johannes Berg246ed352010-08-23 10:46:32 +0200113 ctx->staging.flags |= RXON_FLG_TSF2HOST_MSK;
Zhu Yib481de92007-09-25 17:54:57 -0700114
Johannes Berg246ed352010-08-23 10:46:32 +0200115 ret = iwl_check_rxon_cmd(priv, ctx);
Emmanuel Grumbach43d59b32008-06-30 17:23:06 +0800116 if (ret) {
Winkler, Tomas15b16872008-12-19 10:37:33 +0800117 IWL_ERR(priv, "Invalid RXON configuration. Not committing.\n");
Zhu Yib481de92007-09-25 17:54:57 -0700118 return -EINVAL;
119 }
120
Wey-Yi Guy0924e512009-11-06 14:52:54 -0800121 /*
122 * receive commit_rxon request
123 * abort any previous channel switch if still in process
124 */
125 if (priv->switch_rxon.switch_in_progress &&
Johannes Berg246ed352010-08-23 10:46:32 +0200126 (priv->switch_rxon.channel != ctx->staging.channel)) {
Wey-Yi Guy0924e512009-11-06 14:52:54 -0800127 IWL_DEBUG_11H(priv, "abort channel switch on %d\n",
128 le16_to_cpu(priv->switch_rxon.channel));
Wey-Yi Guy79d07322010-05-06 08:54:11 -0700129 iwl_chswitch_done(priv, false);
Wey-Yi Guy0924e512009-11-06 14:52:54 -0800130 }
131
Zhu Yib481de92007-09-25 17:54:57 -0700132 /* If we don't need to send a full RXON, we can use
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -0700133 * iwl_rxon_assoc_cmd which is used to reconfigure filter
Zhu Yib481de92007-09-25 17:54:57 -0700134 * and other flags for the current radio configuration. */
Johannes Berg246ed352010-08-23 10:46:32 +0200135 if (!iwl_full_rxon_required(priv, ctx)) {
136 ret = iwl_send_rxon_assoc(priv, ctx);
Emmanuel Grumbach43d59b32008-06-30 17:23:06 +0800137 if (ret) {
Winkler, Tomas15b16872008-12-19 10:37:33 +0800138 IWL_ERR(priv, "Error setting RXON_ASSOC (%d)\n", ret);
Emmanuel Grumbach43d59b32008-06-30 17:23:06 +0800139 return ret;
Zhu Yib481de92007-09-25 17:54:57 -0700140 }
141
Johannes Berg246ed352010-08-23 10:46:32 +0200142 memcpy(active_rxon, &ctx->staging, sizeof(*active_rxon));
143 iwl_print_rx_config_cmd(priv, ctx);
Zhu Yib481de92007-09-25 17:54:57 -0700144 return 0;
145 }
146
Zhu Yib481de92007-09-25 17:54:57 -0700147 /* If we are currently associated and the new config requires
148 * an RXON_ASSOC and the new config wants the associated mask enabled,
149 * we must clear the associated from the active configuration
150 * before we apply the new config */
Johannes Berg246ed352010-08-23 10:46:32 +0200151 if (iwl_is_associated_ctx(ctx) && new_assoc) {
Tomas Winklere1623442009-01-27 14:27:56 -0800152 IWL_DEBUG_INFO(priv, "Toggling associated bit on current RXON\n");
Zhu Yib481de92007-09-25 17:54:57 -0700153 active_rxon->filter_flags &= ~RXON_FILTER_ASSOC_MSK;
154
Emmanuel Grumbach43d59b32008-06-30 17:23:06 +0800155 ret = iwl_send_cmd_pdu(priv, REPLY_RXON,
Johannes Berg246ed352010-08-23 10:46:32 +0200156 sizeof(struct iwl_rxon_cmd),
157 active_rxon);
Zhu Yib481de92007-09-25 17:54:57 -0700158
159 /* If the mask clearing failed then we set
160 * active_rxon back to what it was previously */
Emmanuel Grumbach43d59b32008-06-30 17:23:06 +0800161 if (ret) {
Zhu Yib481de92007-09-25 17:54:57 -0700162 active_rxon->filter_flags |= RXON_FILTER_ASSOC_MSK;
Winkler, Tomas15b16872008-12-19 10:37:33 +0800163 IWL_ERR(priv, "Error clearing ASSOC_MSK (%d)\n", ret);
Emmanuel Grumbach43d59b32008-06-30 17:23:06 +0800164 return ret;
Zhu Yib481de92007-09-25 17:54:57 -0700165 }
Johannes Berg2c810cc2010-04-29 00:53:29 -0700166 iwl_clear_ucode_stations(priv);
Reinette Chatre7e246192010-02-18 22:58:32 -0800167 iwl_restore_stations(priv);
Johannes Berg335348b2010-03-30 10:11:46 -0700168 ret = iwl_restore_default_wep_keys(priv);
169 if (ret) {
170 IWL_ERR(priv, "Failed to restore WEP keys (%d)\n", ret);
171 return ret;
172 }
Zhu Yib481de92007-09-25 17:54:57 -0700173 }
174
Tomas Winklere1623442009-01-27 14:27:56 -0800175 IWL_DEBUG_INFO(priv, "Sending RXON\n"
Zhu Yib481de92007-09-25 17:54:57 -0700176 "* with%s RXON_FILTER_ASSOC_MSK\n"
177 "* channel = %d\n"
Johannes Berge1749612008-10-27 15:59:26 -0700178 "* bssid = %pM\n",
Emmanuel Grumbach43d59b32008-06-30 17:23:06 +0800179 (new_assoc ? "" : "out"),
Johannes Berg246ed352010-08-23 10:46:32 +0200180 le16_to_cpu(ctx->staging.channel),
181 ctx->staging.bssid_addr);
Zhu Yib481de92007-09-25 17:54:57 -0700182
Johannes Berg246ed352010-08-23 10:46:32 +0200183 iwl_set_rxon_hwcrypto(priv, ctx, !priv->cfg->mod_params->sw_crypto);
Emmanuel Grumbach43d59b32008-06-30 17:23:06 +0800184
185 /* Apply the new configuration
Reinette Chatre7e246192010-02-18 22:58:32 -0800186 * RXON unassoc clears the station table in uCode so restoration of
187 * stations is needed after it (the RXON command) completes
Emmanuel Grumbach43d59b32008-06-30 17:23:06 +0800188 */
189 if (!new_assoc) {
190 ret = iwl_send_cmd_pdu(priv, REPLY_RXON,
Johannes Berg246ed352010-08-23 10:46:32 +0200191 sizeof(struct iwl_rxon_cmd), &ctx->staging);
Emmanuel Grumbach43d59b32008-06-30 17:23:06 +0800192 if (ret) {
Winkler, Tomas15b16872008-12-19 10:37:33 +0800193 IWL_ERR(priv, "Error setting new RXON (%d)\n", ret);
Emmanuel Grumbach43d59b32008-06-30 17:23:06 +0800194 return ret;
195 }
Frans Pop91dd6c22010-03-24 14:19:58 -0700196 IWL_DEBUG_INFO(priv, "Return from !new_assoc RXON.\n");
Johannes Berg246ed352010-08-23 10:46:32 +0200197 memcpy(active_rxon, &ctx->staging, sizeof(*active_rxon));
Johannes Berg2c810cc2010-04-29 00:53:29 -0700198 iwl_clear_ucode_stations(priv);
Reinette Chatre7e246192010-02-18 22:58:32 -0800199 iwl_restore_stations(priv);
Johannes Berg335348b2010-03-30 10:11:46 -0700200 ret = iwl_restore_default_wep_keys(priv);
201 if (ret) {
202 IWL_ERR(priv, "Failed to restore WEP keys (%d)\n", ret);
203 return ret;
204 }
Zhu Yib481de92007-09-25 17:54:57 -0700205 }
206
Johannes Berg19cc1082009-05-08 13:44:36 -0700207 priv->start_calib = 0;
Tomas Winkler91851592008-06-30 17:23:14 +0800208 if (new_assoc) {
Emmanuel Grumbach43d59b32008-06-30 17:23:06 +0800209 /* Apply the new configuration
210 * RXON assoc doesn't clear the station table in uCode,
211 */
212 ret = iwl_send_cmd_pdu(priv, REPLY_RXON,
Johannes Berg246ed352010-08-23 10:46:32 +0200213 sizeof(struct iwl_rxon_cmd), &ctx->staging);
Emmanuel Grumbach43d59b32008-06-30 17:23:06 +0800214 if (ret) {
Winkler, Tomas15b16872008-12-19 10:37:33 +0800215 IWL_ERR(priv, "Error setting new RXON (%d)\n", ret);
Emmanuel Grumbach43d59b32008-06-30 17:23:06 +0800216 return ret;
217 }
Johannes Berg246ed352010-08-23 10:46:32 +0200218 memcpy(active_rxon, &ctx->staging, sizeof(*active_rxon));
Zhu Yib481de92007-09-25 17:54:57 -0700219 }
Johannes Berg246ed352010-08-23 10:46:32 +0200220 iwl_print_rx_config_cmd(priv, ctx);
Zhu Yib481de92007-09-25 17:54:57 -0700221
Zhu Yi36da7d72008-07-11 11:53:40 +0800222 iwl_init_sensitivity(priv);
223
224 /* If we issue a new RXON command which required a tune then we must
225 * send a new TXPOWER command or we won't be able to Tx any frames */
226 ret = iwl_set_tx_power(priv, priv->tx_power_user_lmt, true);
227 if (ret) {
Winkler, Tomas15b16872008-12-19 10:37:33 +0800228 IWL_ERR(priv, "Error sending TX power (%d)\n", ret);
Zhu Yi36da7d72008-07-11 11:53:40 +0800229 return ret;
230 }
231
Zhu Yib481de92007-09-25 17:54:57 -0700232 return 0;
233}
234
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -0700235void iwl_update_chain_flags(struct iwl_priv *priv)
Mohamed Abbas5da4b55f2008-04-21 15:41:51 -0700236{
Johannes Berg246ed352010-08-23 10:46:32 +0200237 struct iwl_rxon_context *ctx;
Mohamed Abbas5da4b55f2008-04-21 15:41:51 -0700238
Johannes Berg246ed352010-08-23 10:46:32 +0200239 if (priv->cfg->ops->hcmd->set_rxon_chain) {
240 for_each_context(priv, ctx) {
241 priv->cfg->ops->hcmd->set_rxon_chain(priv, ctx);
242 iwlcore_commit_rxon(priv, ctx);
243 }
244 }
Mohamed Abbas5da4b55f2008-04-21 15:41:51 -0700245}
246
Tomas Winklerfcab4232008-05-15 13:54:01 +0800247static void iwl_clear_free_frames(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -0700248{
249 struct list_head *element;
250
Tomas Winklere1623442009-01-27 14:27:56 -0800251 IWL_DEBUG_INFO(priv, "%d frames on pre-allocated heap on clear.\n",
Zhu Yib481de92007-09-25 17:54:57 -0700252 priv->frames_count);
253
254 while (!list_empty(&priv->free_frames)) {
255 element = priv->free_frames.next;
256 list_del(element);
Tomas Winklerfcab4232008-05-15 13:54:01 +0800257 kfree(list_entry(element, struct iwl_frame, list));
Zhu Yib481de92007-09-25 17:54:57 -0700258 priv->frames_count--;
259 }
260
261 if (priv->frames_count) {
Winkler, Tomas39aadf82008-12-19 10:37:32 +0800262 IWL_WARN(priv, "%d frames still in use. Did we lose one?\n",
Zhu Yib481de92007-09-25 17:54:57 -0700263 priv->frames_count);
264 priv->frames_count = 0;
265 }
266}
267
Tomas Winklerfcab4232008-05-15 13:54:01 +0800268static struct iwl_frame *iwl_get_free_frame(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -0700269{
Tomas Winklerfcab4232008-05-15 13:54:01 +0800270 struct iwl_frame *frame;
Zhu Yib481de92007-09-25 17:54:57 -0700271 struct list_head *element;
272 if (list_empty(&priv->free_frames)) {
273 frame = kzalloc(sizeof(*frame), GFP_KERNEL);
274 if (!frame) {
Winkler, Tomas15b16872008-12-19 10:37:33 +0800275 IWL_ERR(priv, "Could not allocate frame!\n");
Zhu Yib481de92007-09-25 17:54:57 -0700276 return NULL;
277 }
278
279 priv->frames_count++;
280 return frame;
281 }
282
283 element = priv->free_frames.next;
284 list_del(element);
Tomas Winklerfcab4232008-05-15 13:54:01 +0800285 return list_entry(element, struct iwl_frame, list);
Zhu Yib481de92007-09-25 17:54:57 -0700286}
287
Tomas Winklerfcab4232008-05-15 13:54:01 +0800288static void iwl_free_frame(struct iwl_priv *priv, struct iwl_frame *frame)
Zhu Yib481de92007-09-25 17:54:57 -0700289{
290 memset(frame, 0, sizeof(*frame));
291 list_add(&frame->list, &priv->free_frames);
292}
293
Daniel C Halperin47ff65c2009-11-13 11:56:33 -0800294static u32 iwl_fill_beacon_frame(struct iwl_priv *priv,
Tomas Winkler4bf64ef2008-07-18 13:53:03 +0800295 struct ieee80211_hdr *hdr,
Rami Rosen73ec1cc2008-12-16 09:37:07 +0200296 int left)
Zhu Yib481de92007-09-25 17:54:57 -0700297{
Johannes Berg6abbe552010-07-15 05:59:07 -0700298 if (!priv->ibss_beacon)
Zhu Yib481de92007-09-25 17:54:57 -0700299 return 0;
300
301 if (priv->ibss_beacon->len > left)
302 return 0;
303
304 memcpy(hdr, priv->ibss_beacon->data, priv->ibss_beacon->len);
305
306 return priv->ibss_beacon->len;
307}
308
Daniel C Halperin47ff65c2009-11-13 11:56:33 -0800309/* Parse the beacon frame to find the TIM element and set tim_idx & tim_size */
310static void iwl_set_beacon_tim(struct iwl_priv *priv,
311 struct iwl_tx_beacon_cmd *tx_beacon_cmd,
312 u8 *beacon, u32 frame_size)
313{
314 u16 tim_idx;
315 struct ieee80211_mgmt *mgmt = (struct ieee80211_mgmt *)beacon;
316
317 /*
318 * The index is relative to frame start but we start looking at the
319 * variable-length part of the beacon.
320 */
321 tim_idx = mgmt->u.beacon.variable - beacon;
322
323 /* Parse variable-length elements of beacon to find WLAN_EID_TIM */
324 while ((tim_idx < (frame_size - 2)) &&
325 (beacon[tim_idx] != WLAN_EID_TIM))
326 tim_idx += beacon[tim_idx+1] + 2;
327
328 /* If TIM field was found, set variables */
329 if ((tim_idx < (frame_size - 1)) && (beacon[tim_idx] == WLAN_EID_TIM)) {
330 tx_beacon_cmd->tim_idx = cpu_to_le16(tim_idx);
331 tx_beacon_cmd->tim_size = beacon[tim_idx+1];
332 } else
333 IWL_WARN(priv, "Unable to find TIM Element in beacon\n");
334}
335
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -0700336static unsigned int iwl_hw_get_beacon_cmd(struct iwl_priv *priv,
Daniel C Halperin47ff65c2009-11-13 11:56:33 -0800337 struct iwl_frame *frame)
Tomas Winkler4bf64ef2008-07-18 13:53:03 +0800338{
339 struct iwl_tx_beacon_cmd *tx_beacon_cmd;
Daniel C Halperin47ff65c2009-11-13 11:56:33 -0800340 u32 frame_size;
341 u32 rate_flags;
342 u32 rate;
343 /*
344 * We have to set up the TX command, the TX Beacon command, and the
345 * beacon contents.
346 */
Tomas Winkler4bf64ef2008-07-18 13:53:03 +0800347
Daniel C Halperin47ff65c2009-11-13 11:56:33 -0800348 /* Initialize memory */
Tomas Winkler4bf64ef2008-07-18 13:53:03 +0800349 tx_beacon_cmd = &frame->u.beacon;
350 memset(tx_beacon_cmd, 0, sizeof(*tx_beacon_cmd));
351
Daniel C Halperin47ff65c2009-11-13 11:56:33 -0800352 /* Set up TX beacon contents */
Tomas Winkler4bf64ef2008-07-18 13:53:03 +0800353 frame_size = iwl_fill_beacon_frame(priv, tx_beacon_cmd->frame,
Tomas Winkler4bf64ef2008-07-18 13:53:03 +0800354 sizeof(frame->u) - sizeof(*tx_beacon_cmd));
Daniel C Halperin47ff65c2009-11-13 11:56:33 -0800355 if (WARN_ON_ONCE(frame_size > MAX_MPDU_SIZE))
356 return 0;
Tomas Winkler4bf64ef2008-07-18 13:53:03 +0800357
Daniel C Halperin47ff65c2009-11-13 11:56:33 -0800358 /* Set up TX command fields */
Tomas Winkler4bf64ef2008-07-18 13:53:03 +0800359 tx_beacon_cmd->tx.len = cpu_to_le16((u16)frame_size);
Daniel C Halperin47ff65c2009-11-13 11:56:33 -0800360 tx_beacon_cmd->tx.sta_id = priv->hw_params.bcast_sta_id;
361 tx_beacon_cmd->tx.stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE;
Tomas Winkler4bf64ef2008-07-18 13:53:03 +0800362 tx_beacon_cmd->tx.tx_flags = TX_CMD_FLG_SEQ_CTL_MSK |
Daniel C Halperin47ff65c2009-11-13 11:56:33 -0800363 TX_CMD_FLG_TSF_MSK | TX_CMD_FLG_STA_RATE_MSK;
364
365 /* Set up TX beacon command fields */
366 iwl_set_beacon_tim(priv, tx_beacon_cmd, (u8 *)tx_beacon_cmd->frame,
367 frame_size);
368
369 /* Set up packet rate and flags */
370 rate = iwl_rate_get_lowest_plcp(priv);
Johannes Berg0e1654f2010-05-18 02:48:36 -0700371 priv->mgmt_tx_ant = iwl_toggle_tx_ant(priv, priv->mgmt_tx_ant,
372 priv->hw_params.valid_tx_ant);
Daniel C Halperin47ff65c2009-11-13 11:56:33 -0800373 rate_flags = iwl_ant_idx_to_flags(priv->mgmt_tx_ant);
374 if ((rate >= IWL_FIRST_CCK_RATE) && (rate <= IWL_LAST_CCK_RATE))
375 rate_flags |= RATE_MCS_CCK_MSK;
376 tx_beacon_cmd->tx.rate_n_flags = iwl_hw_set_rate_n_flags(rate,
377 rate_flags);
Tomas Winkler4bf64ef2008-07-18 13:53:03 +0800378
379 return sizeof(*tx_beacon_cmd) + frame_size;
380}
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -0700381static int iwl_send_beacon_cmd(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -0700382{
Tomas Winklerfcab4232008-05-15 13:54:01 +0800383 struct iwl_frame *frame;
Zhu Yib481de92007-09-25 17:54:57 -0700384 unsigned int frame_size;
385 int rc;
Zhu Yib481de92007-09-25 17:54:57 -0700386
Tomas Winklerfcab4232008-05-15 13:54:01 +0800387 frame = iwl_get_free_frame(priv);
Zhu Yib481de92007-09-25 17:54:57 -0700388 if (!frame) {
Winkler, Tomas15b16872008-12-19 10:37:33 +0800389 IWL_ERR(priv, "Could not obtain free frame buffer for beacon "
Zhu Yib481de92007-09-25 17:54:57 -0700390 "command.\n");
391 return -ENOMEM;
392 }
393
Daniel C Halperin47ff65c2009-11-13 11:56:33 -0800394 frame_size = iwl_hw_get_beacon_cmd(priv, frame);
395 if (!frame_size) {
396 IWL_ERR(priv, "Error configuring the beacon command\n");
397 iwl_free_frame(priv, frame);
398 return -EINVAL;
399 }
Zhu Yib481de92007-09-25 17:54:57 -0700400
Tomas Winkler857485c2008-03-21 13:53:44 -0700401 rc = iwl_send_cmd_pdu(priv, REPLY_TX_BEACON, frame_size,
Zhu Yib481de92007-09-25 17:54:57 -0700402 &frame->u.cmd[0]);
403
Tomas Winklerfcab4232008-05-15 13:54:01 +0800404 iwl_free_frame(priv, frame);
Zhu Yib481de92007-09-25 17:54:57 -0700405
406 return rc;
407}
408
Samuel Ortiz7aaa1d72009-01-19 15:30:26 -0800409static inline dma_addr_t iwl_tfd_tb_get_addr(struct iwl_tfd *tfd, u8 idx)
410{
411 struct iwl_tfd_tb *tb = &tfd->tbs[idx];
412
413 dma_addr_t addr = get_unaligned_le32(&tb->lo);
414 if (sizeof(dma_addr_t) > sizeof(u32))
415 addr |=
416 ((dma_addr_t)(le16_to_cpu(tb->hi_n_len) & 0xF) << 16) << 16;
417
418 return addr;
419}
420
421static inline u16 iwl_tfd_tb_get_len(struct iwl_tfd *tfd, u8 idx)
422{
423 struct iwl_tfd_tb *tb = &tfd->tbs[idx];
424
425 return le16_to_cpu(tb->hi_n_len) >> 4;
426}
427
428static inline void iwl_tfd_set_tb(struct iwl_tfd *tfd, u8 idx,
429 dma_addr_t addr, u16 len)
430{
431 struct iwl_tfd_tb *tb = &tfd->tbs[idx];
432 u16 hi_n_len = len << 4;
433
434 put_unaligned_le32(addr, &tb->lo);
435 if (sizeof(dma_addr_t) > sizeof(u32))
436 hi_n_len |= ((addr >> 16) >> 16) & 0xF;
437
438 tb->hi_n_len = cpu_to_le16(hi_n_len);
439
440 tfd->num_tbs = idx + 1;
441}
442
443static inline u8 iwl_tfd_get_num_tbs(struct iwl_tfd *tfd)
444{
445 return tfd->num_tbs & 0x1f;
446}
447
448/**
449 * iwl_hw_txq_free_tfd - Free all chunks referenced by TFD [txq->q.read_ptr]
450 * @priv - driver private data
451 * @txq - tx queue
452 *
453 * Does NOT advance any TFD circular buffer read/write indexes
454 * Does NOT free the TFD itself (which is within circular buffer)
455 */
456void iwl_hw_txq_free_tfd(struct iwl_priv *priv, struct iwl_tx_queue *txq)
457{
Samuel Ortiz59606ff2009-01-23 13:45:13 -0800458 struct iwl_tfd *tfd_tmp = (struct iwl_tfd *)txq->tfds;
Samuel Ortiz7aaa1d72009-01-19 15:30:26 -0800459 struct iwl_tfd *tfd;
460 struct pci_dev *dev = priv->pci_dev;
461 int index = txq->q.read_ptr;
462 int i;
463 int num_tbs;
464
465 tfd = &tfd_tmp[index];
466
467 /* Sanity check on number of chunks */
468 num_tbs = iwl_tfd_get_num_tbs(tfd);
469
470 if (num_tbs >= IWL_NUM_OF_TBS) {
471 IWL_ERR(priv, "Too many chunks: %i\n", num_tbs);
472 /* @todo issue fatal error, it is quite serious situation */
473 return;
474 }
475
476 /* Unmap tx_cmd */
477 if (num_tbs)
478 pci_unmap_single(dev,
FUJITA Tomonori2e724442010-06-03 14:19:20 +0900479 dma_unmap_addr(&txq->meta[index], mapping),
480 dma_unmap_len(&txq->meta[index], len),
Fenghua Yu96891ce2009-02-18 15:54:33 -0800481 PCI_DMA_BIDIRECTIONAL);
Samuel Ortiz7aaa1d72009-01-19 15:30:26 -0800482
483 /* Unmap chunks, if any. */
Johannes Bergff0d91c2010-05-17 02:37:34 -0700484 for (i = 1; i < num_tbs; i++)
Samuel Ortiz7aaa1d72009-01-19 15:30:26 -0800485 pci_unmap_single(dev, iwl_tfd_tb_get_addr(tfd, i),
486 iwl_tfd_tb_get_len(tfd, i), PCI_DMA_TODEVICE);
487
Johannes Bergff0d91c2010-05-17 02:37:34 -0700488 /* free SKB */
489 if (txq->txb) {
490 struct sk_buff *skb;
Johannes Berg6f802402010-05-17 02:37:32 -0700491
Johannes Bergff0d91c2010-05-17 02:37:34 -0700492 skb = txq->txb[txq->q.read_ptr].skb;
Johannes Berg6f802402010-05-17 02:37:32 -0700493
Johannes Bergff0d91c2010-05-17 02:37:34 -0700494 /* can be called from irqs-disabled context */
495 if (skb) {
496 dev_kfree_skb_any(skb);
497 txq->txb[txq->q.read_ptr].skb = NULL;
Samuel Ortiz7aaa1d72009-01-19 15:30:26 -0800498 }
499 }
500}
501
502int iwl_hw_txq_attach_buf_to_tfd(struct iwl_priv *priv,
503 struct iwl_tx_queue *txq,
504 dma_addr_t addr, u16 len,
505 u8 reset, u8 pad)
506{
507 struct iwl_queue *q;
Samuel Ortiz59606ff2009-01-23 13:45:13 -0800508 struct iwl_tfd *tfd, *tfd_tmp;
Samuel Ortiz7aaa1d72009-01-19 15:30:26 -0800509 u32 num_tbs;
510
511 q = &txq->q;
Samuel Ortiz59606ff2009-01-23 13:45:13 -0800512 tfd_tmp = (struct iwl_tfd *)txq->tfds;
513 tfd = &tfd_tmp[q->write_ptr];
Samuel Ortiz7aaa1d72009-01-19 15:30:26 -0800514
515 if (reset)
516 memset(tfd, 0, sizeof(*tfd));
517
518 num_tbs = iwl_tfd_get_num_tbs(tfd);
519
520 /* Each TFD can point to a maximum 20 Tx buffers */
521 if (num_tbs >= IWL_NUM_OF_TBS) {
522 IWL_ERR(priv, "Error can not send more than %d chunks\n",
523 IWL_NUM_OF_TBS);
524 return -EINVAL;
525 }
526
527 BUG_ON(addr & ~DMA_BIT_MASK(36));
528 if (unlikely(addr & ~IWL_TX_DMA_MASK))
529 IWL_ERR(priv, "Unaligned address = %llx\n",
530 (unsigned long long)addr);
531
532 iwl_tfd_set_tb(tfd, num_tbs, addr, len);
533
534 return 0;
535}
536
Samuel Ortiza8e74e22009-01-23 13:45:14 -0800537/*
538 * Tell nic where to find circular buffer of Tx Frame Descriptors for
539 * given Tx queue, and enable the DMA channel used for that queue.
540 *
541 * 4965 supports up to 16 Tx queues in DRAM, mapped to up to 8 Tx DMA
542 * channels supported in hardware.
543 */
544int iwl_hw_tx_queue_init(struct iwl_priv *priv,
545 struct iwl_tx_queue *txq)
546{
Samuel Ortiza8e74e22009-01-23 13:45:14 -0800547 int txq_id = txq->q.id;
548
Samuel Ortiza8e74e22009-01-23 13:45:14 -0800549 /* Circular buffer (TFD queue in DRAM) physical base address */
550 iwl_write_direct32(priv, FH_MEM_CBBC_QUEUE(txq_id),
551 txq->q.dma_addr >> 8);
552
Samuel Ortiza8e74e22009-01-23 13:45:14 -0800553 return 0;
554}
555
Zhu Yib481de92007-09-25 17:54:57 -0700556/******************************************************************************
557 *
558 * Generic RX handler implementations
559 *
560 ******************************************************************************/
Tomas Winkler885ba202008-05-29 16:34:55 +0800561static void iwl_rx_reply_alive(struct iwl_priv *priv,
562 struct iwl_rx_mem_buffer *rxb)
Zhu Yib481de92007-09-25 17:54:57 -0700563{
Zhu Yi2f301222009-10-09 17:19:45 +0800564 struct iwl_rx_packet *pkt = rxb_addr(rxb);
Tomas Winkler885ba202008-05-29 16:34:55 +0800565 struct iwl_alive_resp *palive;
Zhu Yib481de92007-09-25 17:54:57 -0700566 struct delayed_work *pwork;
567
568 palive = &pkt->u.alive_frame;
569
Tomas Winklere1623442009-01-27 14:27:56 -0800570 IWL_DEBUG_INFO(priv, "Alive ucode status 0x%08X revision "
Zhu Yib481de92007-09-25 17:54:57 -0700571 "0x%01X 0x%01X\n",
572 palive->is_valid, palive->ver_type,
573 palive->ver_subtype);
574
575 if (palive->ver_subtype == INITIALIZE_SUBTYPE) {
Tomas Winklere1623442009-01-27 14:27:56 -0800576 IWL_DEBUG_INFO(priv, "Initialization Alive received.\n");
Zhu Yib481de92007-09-25 17:54:57 -0700577 memcpy(&priv->card_alive_init,
578 &pkt->u.alive_frame,
Tomas Winkler885ba202008-05-29 16:34:55 +0800579 sizeof(struct iwl_init_alive_resp));
Zhu Yib481de92007-09-25 17:54:57 -0700580 pwork = &priv->init_alive_start;
581 } else {
Tomas Winklere1623442009-01-27 14:27:56 -0800582 IWL_DEBUG_INFO(priv, "Runtime Alive received.\n");
Zhu Yib481de92007-09-25 17:54:57 -0700583 memcpy(&priv->card_alive, &pkt->u.alive_frame,
Tomas Winkler885ba202008-05-29 16:34:55 +0800584 sizeof(struct iwl_alive_resp));
Zhu Yib481de92007-09-25 17:54:57 -0700585 pwork = &priv->alive_start;
586 }
587
588 /* We delay the ALIVE response by 5ms to
589 * give the HW RF Kill time to activate... */
590 if (palive->is_valid == UCODE_VALID_OK)
591 queue_delayed_work(priv->workqueue, pwork,
592 msecs_to_jiffies(5));
593 else
Winkler, Tomas39aadf82008-12-19 10:37:32 +0800594 IWL_WARN(priv, "uCode did not respond OK.\n");
Zhu Yib481de92007-09-25 17:54:57 -0700595}
596
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -0700597static void iwl_bg_beacon_update(struct work_struct *work)
Zhu Yib481de92007-09-25 17:54:57 -0700598{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -0700599 struct iwl_priv *priv =
600 container_of(work, struct iwl_priv, beacon_update);
Zhu Yib481de92007-09-25 17:54:57 -0700601 struct sk_buff *beacon;
602
603 /* Pull updated AP beacon from mac80211. will fail if not in AP mode */
Johannes Berge039fa42008-05-15 12:55:29 +0200604 beacon = ieee80211_beacon_get(priv->hw, priv->vif);
Zhu Yib481de92007-09-25 17:54:57 -0700605
606 if (!beacon) {
Winkler, Tomas15b16872008-12-19 10:37:33 +0800607 IWL_ERR(priv, "update beacon failed\n");
Zhu Yib481de92007-09-25 17:54:57 -0700608 return;
609 }
610
611 mutex_lock(&priv->mutex);
612 /* new beacon skb is allocated every time; dispose previous.*/
613 if (priv->ibss_beacon)
614 dev_kfree_skb(priv->ibss_beacon);
615
616 priv->ibss_beacon = beacon;
617 mutex_unlock(&priv->mutex);
618
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -0700619 iwl_send_beacon_cmd(priv);
Zhu Yib481de92007-09-25 17:54:57 -0700620}
621
Wey-Yi Guyfbba9412010-08-23 07:57:10 -0700622static void iwl_bg_bt_runtime_config(struct work_struct *work)
623{
624 struct iwl_priv *priv =
625 container_of(work, struct iwl_priv, bt_runtime_config);
626
627 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
628 return;
629
630 /* dont send host command if rf-kill is on */
631 if (!iwl_is_ready_rf(priv))
632 return;
633 priv->cfg->ops->hcmd->send_bt_config(priv);
634}
635
Wey-Yi Guybee008b2010-08-23 07:57:04 -0700636static void iwl_bg_bt_full_concurrency(struct work_struct *work)
637{
638 struct iwl_priv *priv =
639 container_of(work, struct iwl_priv, bt_full_concurrency);
Johannes Berg246ed352010-08-23 10:46:32 +0200640 struct iwl_rxon_context *ctx;
Wey-Yi Guybee008b2010-08-23 07:57:04 -0700641
642 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
643 return;
644
645 /* dont send host command if rf-kill is on */
646 if (!iwl_is_ready_rf(priv))
647 return;
648
649 IWL_DEBUG_INFO(priv, "BT coex in %s mode\n",
650 priv->bt_full_concurrent ?
651 "full concurrency" : "3-wire");
652
653 /*
654 * LQ & RXON updated cmds must be sent before BT Config cmd
655 * to avoid 3-wire collisions
656 */
Johannes Berg246ed352010-08-23 10:46:32 +0200657 mutex_lock(&priv->mutex);
658 for_each_context(priv, ctx) {
659 if (priv->cfg->ops->hcmd->set_rxon_chain)
660 priv->cfg->ops->hcmd->set_rxon_chain(priv, ctx);
661 iwlcore_commit_rxon(priv, ctx);
662 }
663 mutex_unlock(&priv->mutex);
Wey-Yi Guybee008b2010-08-23 07:57:04 -0700664
665 priv->cfg->ops->hcmd->send_bt_config(priv);
666}
667
Emmanuel Grumbach4e393172008-06-12 09:46:53 +0800668/**
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -0700669 * iwl_bg_statistics_periodic - Timer callback to queue statistics
Emmanuel Grumbach4e393172008-06-12 09:46:53 +0800670 *
671 * This callback is provided in order to send a statistics request.
672 *
673 * This timer function is continually reset to execute within
674 * REG_RECALIB_PERIOD seconds since the last STATISTICS_NOTIFICATION
675 * was received. We need to ensure we receive the statistics in order
676 * to update the temperature used for calibrating the TXPOWER.
677 */
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -0700678static void iwl_bg_statistics_periodic(unsigned long data)
Emmanuel Grumbach4e393172008-06-12 09:46:53 +0800679{
680 struct iwl_priv *priv = (struct iwl_priv *)data;
681
682 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
683 return;
684
Mohamed Abbas61780ee2008-10-29 14:05:49 -0700685 /* dont send host command if rf-kill is on */
686 if (!iwl_is_ready_rf(priv))
687 return;
688
Wey-Yi Guyef8d5522009-11-13 11:56:28 -0800689 iwl_send_statistics_request(priv, CMD_ASYNC, false);
Emmanuel Grumbach4e393172008-06-12 09:46:53 +0800690}
691
Wey-Yi Guya9e1cb62009-12-10 14:37:26 -0800692
693static void iwl_print_cont_event_trace(struct iwl_priv *priv, u32 base,
694 u32 start_idx, u32 num_events,
695 u32 mode)
696{
697 u32 i;
698 u32 ptr; /* SRAM byte address of log data */
699 u32 ev, time, data; /* event log data */
700 unsigned long reg_flags;
701
702 if (mode == 0)
703 ptr = base + (4 * sizeof(u32)) + (start_idx * 2 * sizeof(u32));
704 else
705 ptr = base + (4 * sizeof(u32)) + (start_idx * 3 * sizeof(u32));
706
707 /* Make sure device is powered up for SRAM reads */
708 spin_lock_irqsave(&priv->reg_lock, reg_flags);
709 if (iwl_grab_nic_access(priv)) {
710 spin_unlock_irqrestore(&priv->reg_lock, reg_flags);
711 return;
712 }
713
714 /* Set starting address; reads will auto-increment */
715 _iwl_write_direct32(priv, HBUS_TARG_MEM_RADDR, ptr);
716 rmb();
717
718 /*
719 * "time" is actually "data" for mode 0 (no timestamp).
720 * place event id # at far right for easier visual parsing.
721 */
722 for (i = 0; i < num_events; i++) {
723 ev = _iwl_read_direct32(priv, HBUS_TARG_MEM_RDAT);
724 time = _iwl_read_direct32(priv, HBUS_TARG_MEM_RDAT);
725 if (mode == 0) {
726 trace_iwlwifi_dev_ucode_cont_event(priv,
727 0, time, ev);
728 } else {
729 data = _iwl_read_direct32(priv, HBUS_TARG_MEM_RDAT);
730 trace_iwlwifi_dev_ucode_cont_event(priv,
731 time, data, ev);
732 }
733 }
734 /* Allow device to power down */
735 iwl_release_nic_access(priv);
736 spin_unlock_irqrestore(&priv->reg_lock, reg_flags);
737}
738
Johannes Berg875295f2010-01-22 14:22:55 -0800739static void iwl_continuous_event_trace(struct iwl_priv *priv)
Wey-Yi Guya9e1cb62009-12-10 14:37:26 -0800740{
741 u32 capacity; /* event log capacity in # entries */
742 u32 base; /* SRAM byte address of event log header */
743 u32 mode; /* 0 - no timestamp, 1 - timestamp recorded */
744 u32 num_wraps; /* # times uCode wrapped to top of log */
745 u32 next_entry; /* index of next entry to be written by uCode */
746
747 if (priv->ucode_type == UCODE_INIT)
748 base = le32_to_cpu(priv->card_alive_init.error_event_table_ptr);
749 else
750 base = le32_to_cpu(priv->card_alive.log_event_table_ptr);
751 if (priv->cfg->ops->lib->is_valid_rtc_data_addr(base)) {
752 capacity = iwl_read_targ_mem(priv, base);
753 num_wraps = iwl_read_targ_mem(priv, base + (2 * sizeof(u32)));
754 mode = iwl_read_targ_mem(priv, base + (1 * sizeof(u32)));
755 next_entry = iwl_read_targ_mem(priv, base + (3 * sizeof(u32)));
756 } else
757 return;
758
759 if (num_wraps == priv->event_log.num_wraps) {
760 iwl_print_cont_event_trace(priv,
761 base, priv->event_log.next_entry,
762 next_entry - priv->event_log.next_entry,
763 mode);
764 priv->event_log.non_wraps_count++;
765 } else {
766 if ((num_wraps - priv->event_log.num_wraps) > 1)
767 priv->event_log.wraps_more_count++;
768 else
769 priv->event_log.wraps_once_count++;
770 trace_iwlwifi_dev_ucode_wrap_event(priv,
771 num_wraps - priv->event_log.num_wraps,
772 next_entry, priv->event_log.next_entry);
773 if (next_entry < priv->event_log.next_entry) {
774 iwl_print_cont_event_trace(priv, base,
775 priv->event_log.next_entry,
776 capacity - priv->event_log.next_entry,
777 mode);
778
779 iwl_print_cont_event_trace(priv, base, 0,
780 next_entry, mode);
781 } else {
782 iwl_print_cont_event_trace(priv, base,
783 next_entry, capacity - next_entry,
784 mode);
785
786 iwl_print_cont_event_trace(priv, base, 0,
787 next_entry, mode);
788 }
789 }
790 priv->event_log.num_wraps = num_wraps;
791 priv->event_log.next_entry = next_entry;
792}
793
794/**
795 * iwl_bg_ucode_trace - Timer callback to log ucode event
796 *
797 * The timer is continually set to execute every
798 * UCODE_TRACE_PERIOD milliseconds after the last timer expired
799 * this function is to perform continuous uCode event logging operation
800 * if enabled
801 */
802static void iwl_bg_ucode_trace(unsigned long data)
803{
804 struct iwl_priv *priv = (struct iwl_priv *)data;
805
806 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
807 return;
808
809 if (priv->event_log.ucode_trace) {
810 iwl_continuous_event_trace(priv);
811 /* Reschedule the timer to occur in UCODE_TRACE_PERIOD */
812 mod_timer(&priv->ucode_trace,
813 jiffies + msecs_to_jiffies(UCODE_TRACE_PERIOD));
814 }
815}
816
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -0700817static void iwl_rx_beacon_notif(struct iwl_priv *priv,
Tomas Winklera55360e2008-05-05 10:22:28 +0800818 struct iwl_rx_mem_buffer *rxb)
Zhu Yib481de92007-09-25 17:54:57 -0700819{
Zhu Yi2f301222009-10-09 17:19:45 +0800820 struct iwl_rx_packet *pkt = rxb_addr(rxb);
Tomas Winkler2aa6ab82008-12-11 10:33:40 -0800821 struct iwl4965_beacon_notif *beacon =
822 (struct iwl4965_beacon_notif *)pkt->u.raw;
Johannes Berga85d7cc2010-07-31 08:34:10 -0700823#ifdef CONFIG_IWLWIFI_DEBUG
Tomas Winklere7d326a2008-06-12 09:47:11 +0800824 u8 rate = iwl_hw_get_rate(beacon->beacon_notify_hdr.rate_n_flags);
Zhu Yib481de92007-09-25 17:54:57 -0700825
Tomas Winklere1623442009-01-27 14:27:56 -0800826 IWL_DEBUG_RX(priv, "beacon status %x retries %d iss %d "
Zhu Yib481de92007-09-25 17:54:57 -0700827 "tsf %d %d rate %d\n",
Tomas Winkler25a65722008-06-12 09:47:07 +0800828 le32_to_cpu(beacon->beacon_notify_hdr.u.status) & TX_STATUS_MSK,
Zhu Yib481de92007-09-25 17:54:57 -0700829 beacon->beacon_notify_hdr.failure_frame,
830 le32_to_cpu(beacon->ibss_mgr_status),
831 le32_to_cpu(beacon->high_tsf),
832 le32_to_cpu(beacon->low_tsf), rate);
833#endif
834
Johannes Berga85d7cc2010-07-31 08:34:10 -0700835 priv->ibss_manager = le32_to_cpu(beacon->ibss_mgr_status);
836
Johannes Berg05c914f2008-09-11 00:01:58 +0200837 if ((priv->iw_mode == NL80211_IFTYPE_AP) &&
Zhu Yib481de92007-09-25 17:54:57 -0700838 (!test_bit(STATUS_EXIT_PENDING, &priv->status)))
839 queue_work(priv->workqueue, &priv->beacon_update);
840}
841
Zhu Yib481de92007-09-25 17:54:57 -0700842/* Handle notification from uCode that card's power state is changing
843 * due to software, hardware, or critical temperature RFKILL */
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -0700844static void iwl_rx_card_state_notif(struct iwl_priv *priv,
Tomas Winklera55360e2008-05-05 10:22:28 +0800845 struct iwl_rx_mem_buffer *rxb)
Zhu Yib481de92007-09-25 17:54:57 -0700846{
Zhu Yi2f301222009-10-09 17:19:45 +0800847 struct iwl_rx_packet *pkt = rxb_addr(rxb);
Zhu Yib481de92007-09-25 17:54:57 -0700848 u32 flags = le32_to_cpu(pkt->u.card_state_notif.flags);
849 unsigned long status = priv->status;
850
Wey-Yi Guy3a41bbd2009-12-10 14:37:24 -0800851 IWL_DEBUG_RF_KILL(priv, "Card state received: HW:%s SW:%s CT:%s\n",
Zhu Yib481de92007-09-25 17:54:57 -0700852 (flags & HW_CARD_DISABLED) ? "Kill" : "On",
Wey-Yi Guy3a41bbd2009-12-10 14:37:24 -0800853 (flags & SW_CARD_DISABLED) ? "Kill" : "On",
854 (flags & CT_CARD_DISABLED) ?
855 "Reached" : "Not reached");
Zhu Yib481de92007-09-25 17:54:57 -0700856
857 if (flags & (SW_CARD_DISABLED | HW_CARD_DISABLED |
Wey-Yi Guy3a41bbd2009-12-10 14:37:24 -0800858 CT_CARD_DISABLED)) {
Zhu Yib481de92007-09-25 17:54:57 -0700859
Tomas Winkler3395f6e2008-03-25 16:33:37 -0700860 iwl_write32(priv, CSR_UCODE_DRV_GP1_SET,
Zhu Yib481de92007-09-25 17:54:57 -0700861 CSR_UCODE_DRV_GP1_BIT_CMD_BLOCKED);
862
Mohamed Abbasa8b50a02009-05-22 11:01:47 -0700863 iwl_write_direct32(priv, HBUS_TARG_MBX_C,
864 HBUS_TARG_MBX_C_REG_BIT_CMD_BLOCKED);
Zhu Yib481de92007-09-25 17:54:57 -0700865
866 if (!(flags & RXON_CARD_DISABLED)) {
Tomas Winkler3395f6e2008-03-25 16:33:37 -0700867 iwl_write32(priv, CSR_UCODE_DRV_GP1_CLR,
Zhu Yib481de92007-09-25 17:54:57 -0700868 CSR_UCODE_DRV_GP1_BIT_CMD_BLOCKED);
Mohamed Abbasa8b50a02009-05-22 11:01:47 -0700869 iwl_write_direct32(priv, HBUS_TARG_MBX_C,
Zhu Yib481de92007-09-25 17:54:57 -0700870 HBUS_TARG_MBX_C_REG_BIT_CMD_BLOCKED);
Zhu Yib481de92007-09-25 17:54:57 -0700871 }
Wey-Yi Guy3a41bbd2009-12-10 14:37:24 -0800872 if (flags & CT_CARD_DISABLED)
Wey-Yi Guy39b73fb2009-07-24 11:13:02 -0700873 iwl_tt_enter_ct_kill(priv);
Zhu Yib481de92007-09-25 17:54:57 -0700874 }
Wey-Yi Guy3a41bbd2009-12-10 14:37:24 -0800875 if (!(flags & CT_CARD_DISABLED))
Wey-Yi Guy39b73fb2009-07-24 11:13:02 -0700876 iwl_tt_exit_ct_kill(priv);
Zhu Yib481de92007-09-25 17:54:57 -0700877
878 if (flags & HW_CARD_DISABLED)
879 set_bit(STATUS_RF_KILL_HW, &priv->status);
880 else
881 clear_bit(STATUS_RF_KILL_HW, &priv->status);
882
883
Zhu Yib481de92007-09-25 17:54:57 -0700884 if (!(flags & RXON_CARD_DISABLED))
Tomas Winkler2a421b92008-06-12 09:47:10 +0800885 iwl_scan_cancel(priv);
Zhu Yib481de92007-09-25 17:54:57 -0700886
887 if ((test_bit(STATUS_RF_KILL_HW, &status) !=
Johannes Berga60e77e2009-06-04 18:26:06 +0200888 test_bit(STATUS_RF_KILL_HW, &priv->status)))
889 wiphy_rfkill_set_hw_state(priv->hw->wiphy,
890 test_bit(STATUS_RF_KILL_HW, &priv->status));
Zhu Yib481de92007-09-25 17:54:57 -0700891 else
892 wake_up_interruptible(&priv->wait_command_queue);
893}
894
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -0700895int iwl_set_pwr_src(struct iwl_priv *priv, enum iwl_pwr_src src)
Tomas Winklere2e3c572008-07-18 13:53:04 +0800896{
Tomas Winklere2e3c572008-07-18 13:53:04 +0800897 if (src == IWL_PWR_SRC_VAUX) {
Tomas Winkler3fdb68d2009-02-10 15:19:02 -0800898 if (pci_pme_capable(priv->pci_dev, PCI_D3cold))
Tomas Winklere2e3c572008-07-18 13:53:04 +0800899 iwl_set_bits_mask_prph(priv, APMG_PS_CTRL_REG,
900 APMG_PS_CTRL_VAL_PWR_SRC_VAUX,
901 ~APMG_PS_CTRL_MSK_PWR_SRC);
902 } else {
903 iwl_set_bits_mask_prph(priv, APMG_PS_CTRL_REG,
904 APMG_PS_CTRL_VAL_PWR_SRC_VMAIN,
905 ~APMG_PS_CTRL_MSK_PWR_SRC);
906 }
907
Mohamed Abbasa8b50a02009-05-22 11:01:47 -0700908 return 0;
Tomas Winklere2e3c572008-07-18 13:53:04 +0800909}
910
Wey-Yi Guy65550632010-06-24 13:18:35 -0700911static void iwl_bg_tx_flush(struct work_struct *work)
912{
913 struct iwl_priv *priv =
914 container_of(work, struct iwl_priv, tx_flush);
915
916 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
917 return;
918
919 /* do nothing if rf-kill is on */
920 if (!iwl_is_ready_rf(priv))
921 return;
922
923 if (priv->cfg->ops->lib->txfifo_flush) {
924 IWL_DEBUG_INFO(priv, "device request: flush all tx frames\n");
925 iwlagn_dev_txfifo_flush(priv, IWL_DROP_ALL);
926 }
927}
928
Zhu Yib481de92007-09-25 17:54:57 -0700929/**
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -0700930 * iwl_setup_rx_handlers - Initialize Rx handler callbacks
Zhu Yib481de92007-09-25 17:54:57 -0700931 *
932 * Setup the RX handlers for each of the reply types sent from the uCode
933 * to the host.
934 *
935 * This function chains into the hardware specific files for them to setup
936 * any hardware specific handlers as well.
937 */
Emmanuel Grumbach653fa4a2008-06-30 17:23:11 +0800938static void iwl_setup_rx_handlers(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -0700939{
Tomas Winkler885ba202008-05-29 16:34:55 +0800940 priv->rx_handlers[REPLY_ALIVE] = iwl_rx_reply_alive;
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -0700941 priv->rx_handlers[REPLY_ERROR] = iwl_rx_reply_error;
942 priv->rx_handlers[CHANNEL_SWITCH_NOTIFICATION] = iwl_rx_csa;
Reinette Chatre81963d62010-01-22 14:22:57 -0800943 priv->rx_handlers[SPECTRUM_MEASURE_NOTIFICATION] =
944 iwl_rx_spectrum_measure_notif;
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -0700945 priv->rx_handlers[PM_SLEEP_NOTIFICATION] = iwl_rx_pm_sleep_notif;
Zhu Yib481de92007-09-25 17:54:57 -0700946 priv->rx_handlers[PM_DEBUG_STATISTIC_NOTIFIC] =
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -0700947 iwl_rx_pm_debug_statistics_notif;
948 priv->rx_handlers[BEACON_NOTIFICATION] = iwl_rx_beacon_notif;
Zhu Yib481de92007-09-25 17:54:57 -0700949
Ben Cahill9fbab512007-11-29 11:09:47 +0800950 /*
951 * The same handler is used for both the REPLY to a discrete
952 * statistics request from the host as well as for the periodic
953 * statistics notifications (after received beacons) from the uCode.
Zhu Yib481de92007-09-25 17:54:57 -0700954 */
Wey-Yi Guyef8d5522009-11-13 11:56:28 -0800955 priv->rx_handlers[REPLY_STATISTICS_CMD] = iwl_reply_statistics;
Emmanuel Grumbach8f91aec2008-06-30 17:23:07 +0800956 priv->rx_handlers[STATISTICS_NOTIFICATION] = iwl_rx_statistics;
Tomas Winkler2a421b92008-06-12 09:47:10 +0800957
958 iwl_setup_rx_scan_handlers(priv);
959
Ron Rindjunsky37a44212008-05-29 16:35:18 +0800960 /* status change handler */
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -0700961 priv->rx_handlers[CARD_STATE_NOTIFICATION] = iwl_rx_card_state_notif;
Zhu Yib481de92007-09-25 17:54:57 -0700962
Tomas Winklerc1354752008-05-29 16:35:04 +0800963 priv->rx_handlers[MISSED_BEACONS_NOTIFICATION] =
964 iwl_rx_missed_beacon_notif;
Ron Rindjunsky37a44212008-05-29 16:35:18 +0800965 /* Rx handlers */
Wey-Yi Guy8d801082010-03-17 13:34:36 -0700966 priv->rx_handlers[REPLY_RX_PHY_CMD] = iwlagn_rx_reply_rx_phy;
967 priv->rx_handlers[REPLY_RX_MPDU_CMD] = iwlagn_rx_reply_rx;
Emmanuel Grumbach653fa4a2008-06-30 17:23:11 +0800968 /* block ack */
Wey-Yi Guy74bcdb32010-03-17 13:34:34 -0700969 priv->rx_handlers[REPLY_COMPRESSED_BA] = iwlagn_rx_reply_compressed_ba;
Ben Cahill9fbab512007-11-29 11:09:47 +0800970 /* Set up hardware specific Rx handlers */
Emmanuel Grumbachd4789ef2008-04-24 11:55:20 -0700971 priv->cfg->ops->lib->rx_handler_setup(priv);
Zhu Yib481de92007-09-25 17:54:57 -0700972}
973
Zhu Yib481de92007-09-25 17:54:57 -0700974/**
Tomas Winklera55360e2008-05-05 10:22:28 +0800975 * iwl_rx_handle - Main entry function for receiving responses from uCode
Zhu Yib481de92007-09-25 17:54:57 -0700976 *
977 * Uses the priv->rx_handlers callback function array to invoke
978 * the appropriate handlers, including command responses,
979 * frame-received notifications, and other notifications.
980 */
Tomas Winklera55360e2008-05-05 10:22:28 +0800981void iwl_rx_handle(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -0700982{
Tomas Winklera55360e2008-05-05 10:22:28 +0800983 struct iwl_rx_mem_buffer *rxb;
Tomas Winklerdb11d632008-05-05 10:22:33 +0800984 struct iwl_rx_packet *pkt;
Tomas Winklera55360e2008-05-05 10:22:28 +0800985 struct iwl_rx_queue *rxq = &priv->rxq;
Zhu Yib481de92007-09-25 17:54:57 -0700986 u32 r, i;
987 int reclaim;
988 unsigned long flags;
Mohamed Abbas5c0eef92007-11-29 11:10:14 +0800989 u8 fill_rx = 0;
Mohamed Abbasd68ab682008-02-07 13:16:33 -0800990 u32 count = 8;
Mohamed Abbas4752c932009-05-22 11:01:51 -0700991 int total_empty;
Zhu Yib481de92007-09-25 17:54:57 -0700992
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800993 /* uCode's read index (stored in shared DRAM) indicates the last Rx
994 * buffer that the driver may process (last buffer filled by ucode). */
Winkler, Tomas8d864222008-11-07 09:58:39 -0800995 r = le16_to_cpu(rxq->rb_stts->closed_rb_num) & 0x0FFF;
Zhu Yib481de92007-09-25 17:54:57 -0700996 i = rxq->read;
997
998 /* Rx interrupt, but nothing sent from uCode */
999 if (i == r)
Tomas Winklere1623442009-01-27 14:27:56 -08001000 IWL_DEBUG_RX(priv, "r = %d, i = %d\n", r, i);
Zhu Yib481de92007-09-25 17:54:57 -07001001
Mohamed Abbas4752c932009-05-22 11:01:51 -07001002 /* calculate total frames need to be restock after handling RX */
Zhu Yi73005152009-10-23 13:42:32 -07001003 total_empty = r - rxq->write_actual;
Mohamed Abbas4752c932009-05-22 11:01:51 -07001004 if (total_empty < 0)
1005 total_empty += RX_QUEUE_SIZE;
1006
1007 if (total_empty > (RX_QUEUE_SIZE / 2))
Mohamed Abbas5c0eef92007-11-29 11:10:14 +08001008 fill_rx = 1;
1009
Zhu Yib481de92007-09-25 17:54:57 -07001010 while (i != r) {
Johannes Bergf4989d92010-05-28 04:08:30 -07001011 int len;
1012
Zhu Yib481de92007-09-25 17:54:57 -07001013 rxb = rxq->queue[i];
1014
Ben Cahill9fbab512007-11-29 11:09:47 +08001015 /* If an RXB doesn't have a Rx queue slot associated with it,
Zhu Yib481de92007-09-25 17:54:57 -07001016 * then a bug has been introduced in the queue refilling
1017 * routines -- catch it here */
1018 BUG_ON(rxb == NULL);
1019
1020 rxq->queue[i] = NULL;
1021
Zhu Yi2f301222009-10-09 17:19:45 +08001022 pci_unmap_page(priv->pci_dev, rxb->page_dma,
1023 PAGE_SIZE << priv->hw_params.rx_page_order,
1024 PCI_DMA_FROMDEVICE);
1025 pkt = rxb_addr(rxb);
Zhu Yib481de92007-09-25 17:54:57 -07001026
Johannes Bergf4989d92010-05-28 04:08:30 -07001027 len = le32_to_cpu(pkt->len_n_flags) & FH_RSCSR_FRAME_SIZE_MSK;
1028 len += sizeof(u32); /* account for status word */
1029 trace_iwlwifi_dev_rx(priv, pkt, len);
Johannes Bergbe1a71a2009-10-02 13:44:02 -07001030
Zhu Yib481de92007-09-25 17:54:57 -07001031 /* Reclaim a command buffer only if this packet is a response
1032 * to a (driver-originated) command.
1033 * If the packet (e.g. Rx frame) originated from uCode,
1034 * there is no command buffer to reclaim.
1035 * Ucode should set SEQ_RX_FRAME bit if ucode-originated,
1036 * but apparently a few don't get set; catch them here. */
1037 reclaim = !(pkt->hdr.sequence & SEQ_RX_FRAME) &&
1038 (pkt->hdr.cmd != REPLY_RX_PHY_CMD) &&
Tomas Winkler857485c2008-03-21 13:53:44 -07001039 (pkt->hdr.cmd != REPLY_RX) &&
Daniel Halperin7dddaf12008-10-23 23:48:58 -07001040 (pkt->hdr.cmd != REPLY_RX_MPDU_CMD) &&
Zhu Yicfe01702007-09-27 11:27:31 +08001041 (pkt->hdr.cmd != REPLY_COMPRESSED_BA) &&
Zhu Yib481de92007-09-25 17:54:57 -07001042 (pkt->hdr.cmd != STATISTICS_NOTIFICATION) &&
1043 (pkt->hdr.cmd != REPLY_TX);
1044
1045 /* Based on type of command response or notification,
1046 * handle those that need handling via function in
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07001047 * rx_handlers table. See iwl_setup_rx_handlers() */
Zhu Yib481de92007-09-25 17:54:57 -07001048 if (priv->rx_handlers[pkt->hdr.cmd]) {
Tomas Winklere1623442009-01-27 14:27:56 -08001049 IWL_DEBUG_RX(priv, "r = %d, i = %d, %s, 0x%02x\n", r,
Ester Kummerf3d67992008-05-06 11:05:12 +08001050 i, get_cmd_string(pkt->hdr.cmd), pkt->hdr.cmd);
Wey-Yi Guya83b9142009-04-08 11:39:32 -07001051 priv->isr_stats.rx_handlers[pkt->hdr.cmd]++;
Zhu Yi29b1b262009-10-23 13:42:25 -07001052 priv->rx_handlers[pkt->hdr.cmd] (priv, rxb);
Zhu Yib481de92007-09-25 17:54:57 -07001053 } else {
1054 /* No handling needed */
Tomas Winklere1623442009-01-27 14:27:56 -08001055 IWL_DEBUG_RX(priv,
Zhu Yib481de92007-09-25 17:54:57 -07001056 "r %d i %d No handler needed for %s, 0x%02x\n",
1057 r, i, get_cmd_string(pkt->hdr.cmd),
1058 pkt->hdr.cmd);
1059 }
1060
Zhu Yi29b1b262009-10-23 13:42:25 -07001061 /*
1062 * XXX: After here, we should always check rxb->page
1063 * against NULL before touching it or its virtual
1064 * memory (pkt). Because some rx_handler might have
1065 * already taken or freed the pages.
1066 */
1067
Zhu Yib481de92007-09-25 17:54:57 -07001068 if (reclaim) {
Zhu Yi2f301222009-10-09 17:19:45 +08001069 /* Invoke any callbacks, transfer the buffer to caller,
1070 * and fire off the (possibly) blocking iwl_send_cmd()
Zhu Yib481de92007-09-25 17:54:57 -07001071 * as we reclaim the driver command queue */
Zhu Yi29b1b262009-10-23 13:42:25 -07001072 if (rxb->page)
Tomas Winkler17b88922008-05-29 16:35:12 +08001073 iwl_tx_cmd_complete(priv, rxb);
Zhu Yib481de92007-09-25 17:54:57 -07001074 else
Winkler, Tomas39aadf82008-12-19 10:37:32 +08001075 IWL_WARN(priv, "Claim null rxb?\n");
Zhu Yib481de92007-09-25 17:54:57 -07001076 }
1077
Zhu Yi73005152009-10-23 13:42:32 -07001078 /* Reuse the page if possible. For notification packets and
1079 * SKBs that fail to Rx correctly, add them back into the
1080 * rx_free list for reuse later. */
Zhu Yib481de92007-09-25 17:54:57 -07001081 spin_lock_irqsave(&rxq->lock, flags);
Zhu Yi73005152009-10-23 13:42:32 -07001082 if (rxb->page != NULL) {
1083 rxb->page_dma = pci_map_page(priv->pci_dev, rxb->page,
1084 0, PAGE_SIZE << priv->hw_params.rx_page_order,
1085 PCI_DMA_FROMDEVICE);
1086 list_add_tail(&rxb->list, &rxq->rx_free);
1087 rxq->free_count++;
1088 } else
1089 list_add_tail(&rxb->list, &rxq->rx_used);
1090
Zhu Yib481de92007-09-25 17:54:57 -07001091 spin_unlock_irqrestore(&rxq->lock, flags);
Zhu Yi73005152009-10-23 13:42:32 -07001092
Zhu Yib481de92007-09-25 17:54:57 -07001093 i = (i + 1) & RX_QUEUE_MASK;
Mohamed Abbas5c0eef92007-11-29 11:10:14 +08001094 /* If there are a lot of unused frames,
1095 * restock the Rx queue so ucode wont assert. */
1096 if (fill_rx) {
1097 count++;
1098 if (count >= 8) {
Zhu Yi73005152009-10-23 13:42:32 -07001099 rxq->read = i;
Wey-Yi Guy54b81552010-03-17 13:34:35 -07001100 iwlagn_rx_replenish_now(priv);
Mohamed Abbas5c0eef92007-11-29 11:10:14 +08001101 count = 0;
1102 }
1103 }
Zhu Yib481de92007-09-25 17:54:57 -07001104 }
1105
1106 /* Backtrack one entry */
Zhu Yi73005152009-10-23 13:42:32 -07001107 rxq->read = i;
Mohamed Abbas4752c932009-05-22 11:01:51 -07001108 if (fill_rx)
Wey-Yi Guy54b81552010-03-17 13:34:35 -07001109 iwlagn_rx_replenish_now(priv);
Mohamed Abbas4752c932009-05-22 11:01:51 -07001110 else
Wey-Yi Guy54b81552010-03-17 13:34:35 -07001111 iwlagn_rx_queue_restock(priv);
Tomas Winklera55360e2008-05-05 10:22:28 +08001112}
Tomas Winklera55360e2008-05-05 10:22:28 +08001113
Mohamed Abbas0359fac2008-03-28 16:21:08 -07001114/* call this function to flush any scheduled tasklet */
1115static inline void iwl_synchronize_irq(struct iwl_priv *priv)
1116{
Tomas Winklera96a27f2008-10-23 23:48:56 -07001117 /* wait to make sure we flush pending tasklet*/
Mohamed Abbas0359fac2008-03-28 16:21:08 -07001118 synchronize_irq(priv->pci_dev->irq);
1119 tasklet_kill(&priv->irq_tasklet);
1120}
1121
Mohamed Abbasef850d72009-05-22 11:01:50 -07001122static void iwl_irq_tasklet_legacy(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07001123{
1124 u32 inta, handled = 0;
1125 u32 inta_fh;
1126 unsigned long flags;
Ben Cahillc2e61da2009-10-30 14:36:09 -07001127 u32 i;
Tomas Winkler0a6857e2008-03-12 16:58:49 -07001128#ifdef CONFIG_IWLWIFI_DEBUG
Zhu Yib481de92007-09-25 17:54:57 -07001129 u32 inta_mask;
1130#endif
1131
1132 spin_lock_irqsave(&priv->lock, flags);
1133
1134 /* Ack/clear/reset pending uCode interrupts.
1135 * Note: Some bits in CSR_INT are "OR" of bits in CSR_FH_INT_STATUS,
1136 * and will clear only when CSR_FH_INT_STATUS gets cleared. */
Tomas Winkler3395f6e2008-03-25 16:33:37 -07001137 inta = iwl_read32(priv, CSR_INT);
1138 iwl_write32(priv, CSR_INT, inta);
Zhu Yib481de92007-09-25 17:54:57 -07001139
1140 /* Ack/clear/reset pending flow-handler (DMA) interrupts.
1141 * Any new interrupts that happen after this, either while we're
1142 * in this tasklet, or later, will show up in next ISR/tasklet. */
Tomas Winkler3395f6e2008-03-25 16:33:37 -07001143 inta_fh = iwl_read32(priv, CSR_FH_INT_STATUS);
1144 iwl_write32(priv, CSR_FH_INT_STATUS, inta_fh);
Zhu Yib481de92007-09-25 17:54:57 -07001145
Tomas Winkler0a6857e2008-03-12 16:58:49 -07001146#ifdef CONFIG_IWLWIFI_DEBUG
Reinette Chatre3d816c72009-08-07 15:41:37 -07001147 if (iwl_get_debug_level(priv) & IWL_DL_ISR) {
Ben Cahill9fbab512007-11-29 11:09:47 +08001148 /* just for debug */
Tomas Winkler3395f6e2008-03-25 16:33:37 -07001149 inta_mask = iwl_read32(priv, CSR_INT_MASK);
Tomas Winklere1623442009-01-27 14:27:56 -08001150 IWL_DEBUG_ISR(priv, "inta 0x%08x, enabled 0x%08x, fh 0x%08x\n",
Zhu Yib481de92007-09-25 17:54:57 -07001151 inta, inta_mask, inta_fh);
1152 }
1153#endif
1154
Zhu Yi2f301222009-10-09 17:19:45 +08001155 spin_unlock_irqrestore(&priv->lock, flags);
1156
Zhu Yib481de92007-09-25 17:54:57 -07001157 /* Since CSR_INT and CSR_FH_INT_STATUS reads and clears are not
1158 * atomic, make sure that inta covers all the interrupts that
1159 * we've discovered, even if FH interrupt came in just after
1160 * reading CSR_INT. */
Tomas Winkler6f83eaa2008-03-04 18:09:28 -08001161 if (inta_fh & CSR49_FH_INT_RX_MASK)
Zhu Yib481de92007-09-25 17:54:57 -07001162 inta |= CSR_INT_BIT_FH_RX;
Tomas Winkler6f83eaa2008-03-04 18:09:28 -08001163 if (inta_fh & CSR49_FH_INT_TX_MASK)
Zhu Yib481de92007-09-25 17:54:57 -07001164 inta |= CSR_INT_BIT_FH_TX;
1165
1166 /* Now service all interrupt bits discovered above. */
1167 if (inta & CSR_INT_BIT_HW_ERR) {
Reinette Chatre58dba722009-07-17 09:30:25 -07001168 IWL_ERR(priv, "Hardware error detected. Restarting.\n");
Zhu Yib481de92007-09-25 17:54:57 -07001169
1170 /* Tell the device to stop sending interrupts */
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07001171 iwl_disable_interrupts(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001172
Wey-Yi Guya83b9142009-04-08 11:39:32 -07001173 priv->isr_stats.hw++;
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07001174 iwl_irq_handle_error(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001175
1176 handled |= CSR_INT_BIT_HW_ERR;
1177
Zhu Yib481de92007-09-25 17:54:57 -07001178 return;
1179 }
1180
Tomas Winkler0a6857e2008-03-12 16:58:49 -07001181#ifdef CONFIG_IWLWIFI_DEBUG
Reinette Chatre3d816c72009-08-07 15:41:37 -07001182 if (iwl_get_debug_level(priv) & (IWL_DL_ISR)) {
Zhu Yib481de92007-09-25 17:54:57 -07001183 /* NIC fires this, but we don't use it, redundant with WAKEUP */
Wey-Yi Guya83b9142009-04-08 11:39:32 -07001184 if (inta & CSR_INT_BIT_SCD) {
Tomas Winklere1623442009-01-27 14:27:56 -08001185 IWL_DEBUG_ISR(priv, "Scheduler finished to transmit "
Joonwoo Park25c03d82008-01-23 10:15:20 -08001186 "the frame/frames.\n");
Wey-Yi Guya83b9142009-04-08 11:39:32 -07001187 priv->isr_stats.sch++;
1188 }
Zhu Yib481de92007-09-25 17:54:57 -07001189
1190 /* Alive notification via Rx interrupt will do the real work */
Wey-Yi Guya83b9142009-04-08 11:39:32 -07001191 if (inta & CSR_INT_BIT_ALIVE) {
Tomas Winklere1623442009-01-27 14:27:56 -08001192 IWL_DEBUG_ISR(priv, "Alive interrupt\n");
Wey-Yi Guya83b9142009-04-08 11:39:32 -07001193 priv->isr_stats.alive++;
1194 }
Zhu Yib481de92007-09-25 17:54:57 -07001195 }
1196#endif
1197 /* Safely ignore these bits for debug checks below */
Joonwoo Park25c03d82008-01-23 10:15:20 -08001198 inta &= ~(CSR_INT_BIT_SCD | CSR_INT_BIT_ALIVE);
Zhu Yib481de92007-09-25 17:54:57 -07001199
Ben Cahill9fbab512007-11-29 11:09:47 +08001200 /* HW RF KILL switch toggled */
Zhu Yib481de92007-09-25 17:54:57 -07001201 if (inta & CSR_INT_BIT_RF_KILL) {
1202 int hw_rf_kill = 0;
Tomas Winkler3395f6e2008-03-25 16:33:37 -07001203 if (!(iwl_read32(priv, CSR_GP_CNTRL) &
Zhu Yib481de92007-09-25 17:54:57 -07001204 CSR_GP_CNTRL_REG_FLAG_HW_RF_KILL_SW))
1205 hw_rf_kill = 1;
1206
Reinette Chatre4c423a22009-07-17 09:30:26 -07001207 IWL_WARN(priv, "RF_KILL bit toggled to %s.\n",
Abhijeet Kolekarc3056062008-11-12 13:14:08 -08001208 hw_rf_kill ? "disable radio" : "enable radio");
Zhu Yib481de92007-09-25 17:54:57 -07001209
Wey-Yi Guya83b9142009-04-08 11:39:32 -07001210 priv->isr_stats.rfkill++;
1211
Emmanuel Grumbacha9efa652008-06-30 17:23:25 +08001212 /* driver only loads ucode once setting the interface up.
Helmut Schaa6cd0b1c2009-01-19 13:10:07 +01001213 * the driver allows loading the ucode even if the radio
1214 * is killed. Hence update the killswitch state here. The
1215 * rfkill handler will care about restarting if needed.
Emmanuel Grumbacha9efa652008-06-30 17:23:25 +08001216 */
Helmut Schaa6cd0b1c2009-01-19 13:10:07 +01001217 if (!test_bit(STATUS_ALIVE, &priv->status)) {
1218 if (hw_rf_kill)
1219 set_bit(STATUS_RF_KILL_HW, &priv->status);
1220 else
1221 clear_bit(STATUS_RF_KILL_HW, &priv->status);
Johannes Berga60e77e2009-06-04 18:26:06 +02001222 wiphy_rfkill_set_hw_state(priv->hw->wiphy, hw_rf_kill);
Mohamed Abbasedb34222008-12-11 10:33:37 -08001223 }
Zhu Yib481de92007-09-25 17:54:57 -07001224
1225 handled |= CSR_INT_BIT_RF_KILL;
1226 }
1227
Ben Cahill9fbab512007-11-29 11:09:47 +08001228 /* Chip got too hot and stopped itself */
Zhu Yib481de92007-09-25 17:54:57 -07001229 if (inta & CSR_INT_BIT_CT_KILL) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08001230 IWL_ERR(priv, "Microcode CT kill error detected.\n");
Wey-Yi Guya83b9142009-04-08 11:39:32 -07001231 priv->isr_stats.ctkill++;
Zhu Yib481de92007-09-25 17:54:57 -07001232 handled |= CSR_INT_BIT_CT_KILL;
1233 }
1234
1235 /* Error detected by uCode */
1236 if (inta & CSR_INT_BIT_SW_ERR) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08001237 IWL_ERR(priv, "Microcode SW error detected. "
1238 " Restarting 0x%X.\n", inta);
Wey-Yi Guya83b9142009-04-08 11:39:32 -07001239 priv->isr_stats.sw++;
1240 priv->isr_stats.sw_err = inta;
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07001241 iwl_irq_handle_error(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001242 handled |= CSR_INT_BIT_SW_ERR;
1243 }
1244
Ben Cahillc2e61da2009-10-30 14:36:09 -07001245 /*
1246 * uCode wakes up after power-down sleep.
1247 * Tell device about any new tx or host commands enqueued,
1248 * and about any Rx buffers made available while asleep.
1249 */
Zhu Yib481de92007-09-25 17:54:57 -07001250 if (inta & CSR_INT_BIT_WAKEUP) {
Tomas Winklere1623442009-01-27 14:27:56 -08001251 IWL_DEBUG_ISR(priv, "Wakeup interrupt\n");
Tomas Winklera55360e2008-05-05 10:22:28 +08001252 iwl_rx_queue_update_write_ptr(priv, &priv->rxq);
Ben Cahillc2e61da2009-10-30 14:36:09 -07001253 for (i = 0; i < priv->hw_params.max_txq_num; i++)
1254 iwl_txq_update_write_ptr(priv, &priv->txq[i]);
Wey-Yi Guya83b9142009-04-08 11:39:32 -07001255 priv->isr_stats.wakeup++;
Zhu Yib481de92007-09-25 17:54:57 -07001256 handled |= CSR_INT_BIT_WAKEUP;
1257 }
1258
1259 /* All uCode command responses, including Tx command responses,
1260 * Rx "responses" (frame-received notification), and other
1261 * notifications from uCode come through here*/
1262 if (inta & (CSR_INT_BIT_FH_RX | CSR_INT_BIT_SW_RX)) {
Tomas Winklera55360e2008-05-05 10:22:28 +08001263 iwl_rx_handle(priv);
Wey-Yi Guya83b9142009-04-08 11:39:32 -07001264 priv->isr_stats.rx++;
Zhu Yib481de92007-09-25 17:54:57 -07001265 handled |= (CSR_INT_BIT_FH_RX | CSR_INT_BIT_SW_RX);
1266 }
1267
Ben Cahillc72cd192009-10-30 14:36:08 -07001268 /* This "Tx" DMA channel is used only for loading uCode */
Zhu Yib481de92007-09-25 17:54:57 -07001269 if (inta & CSR_INT_BIT_FH_TX) {
Ben Cahillc72cd192009-10-30 14:36:08 -07001270 IWL_DEBUG_ISR(priv, "uCode load interrupt\n");
Wey-Yi Guya83b9142009-04-08 11:39:32 -07001271 priv->isr_stats.tx++;
Zhu Yib481de92007-09-25 17:54:57 -07001272 handled |= CSR_INT_BIT_FH_TX;
Ben Cahillc72cd192009-10-30 14:36:08 -07001273 /* Wake up uCode load routine, now that load is complete */
Ron Rindjunskydbb983b2008-05-15 13:54:12 +08001274 priv->ucode_write_complete = 1;
1275 wake_up_interruptible(&priv->wait_command_queue);
Zhu Yib481de92007-09-25 17:54:57 -07001276 }
1277
Wey-Yi Guya83b9142009-04-08 11:39:32 -07001278 if (inta & ~handled) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08001279 IWL_ERR(priv, "Unhandled INTA bits 0x%08x\n", inta & ~handled);
Wey-Yi Guya83b9142009-04-08 11:39:32 -07001280 priv->isr_stats.unhandled++;
1281 }
Zhu Yib481de92007-09-25 17:54:57 -07001282
Mohamed Abbas40cefda2009-05-22 11:01:52 -07001283 if (inta & ~(priv->inta_mask)) {
Winkler, Tomas39aadf82008-12-19 10:37:32 +08001284 IWL_WARN(priv, "Disabled INTA bits 0x%08x were pending\n",
Mohamed Abbas40cefda2009-05-22 11:01:52 -07001285 inta & ~priv->inta_mask);
Winkler, Tomas39aadf82008-12-19 10:37:32 +08001286 IWL_WARN(priv, " with FH_INT = 0x%08x\n", inta_fh);
Zhu Yib481de92007-09-25 17:54:57 -07001287 }
1288
1289 /* Re-enable all interrupts */
Mohamed Abbas0359fac2008-03-28 16:21:08 -07001290 /* only Re-enable if diabled by irq */
1291 if (test_bit(STATUS_INT_ENABLED, &priv->status))
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07001292 iwl_enable_interrupts(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001293
Tomas Winkler0a6857e2008-03-12 16:58:49 -07001294#ifdef CONFIG_IWLWIFI_DEBUG
Reinette Chatre3d816c72009-08-07 15:41:37 -07001295 if (iwl_get_debug_level(priv) & (IWL_DL_ISR)) {
Tomas Winkler3395f6e2008-03-25 16:33:37 -07001296 inta = iwl_read32(priv, CSR_INT);
1297 inta_mask = iwl_read32(priv, CSR_INT_MASK);
1298 inta_fh = iwl_read32(priv, CSR_FH_INT_STATUS);
Tomas Winklere1623442009-01-27 14:27:56 -08001299 IWL_DEBUG_ISR(priv, "End inta 0x%08x, enabled 0x%08x, fh 0x%08x, "
Zhu Yib481de92007-09-25 17:54:57 -07001300 "flags 0x%08lx\n", inta, inta_mask, inta_fh, flags);
1301 }
1302#endif
Zhu Yib481de92007-09-25 17:54:57 -07001303}
1304
Mohamed Abbasef850d72009-05-22 11:01:50 -07001305/* tasklet for iwlagn interrupt */
1306static void iwl_irq_tasklet(struct iwl_priv *priv)
1307{
1308 u32 inta = 0;
1309 u32 handled = 0;
1310 unsigned long flags;
Ben Cahill87569902009-11-06 14:53:01 -08001311 u32 i;
Mohamed Abbasef850d72009-05-22 11:01:50 -07001312#ifdef CONFIG_IWLWIFI_DEBUG
1313 u32 inta_mask;
1314#endif
1315
1316 spin_lock_irqsave(&priv->lock, flags);
1317
1318 /* Ack/clear/reset pending uCode interrupts.
1319 * Note: Some bits in CSR_INT are "OR" of bits in CSR_FH_INT_STATUS,
1320 */
Shanyu Zhao48a6be62010-03-16 10:22:26 -07001321 /* There is a hardware bug in the interrupt mask function that some
1322 * interrupts (i.e. CSR_INT_BIT_SCD) can still be generated even if
1323 * they are disabled in the CSR_INT_MASK register. Furthermore the
1324 * ICT interrupt handling mechanism has another bug that might cause
1325 * these unmasked interrupts fail to be detected. We workaround the
1326 * hardware bugs here by ACKing all the possible interrupts so that
1327 * interrupt coalescing can still be achieved.
1328 */
David S. Miller4a35ecf2010-04-06 23:53:30 -07001329 iwl_write32(priv, CSR_INT, priv->_agn.inta | ~priv->inta_mask);
Mohamed Abbasef850d72009-05-22 11:01:50 -07001330
Johannes Berga4c8b2a62010-01-21 06:25:54 -08001331 inta = priv->_agn.inta;
Mohamed Abbasef850d72009-05-22 11:01:50 -07001332
1333#ifdef CONFIG_IWLWIFI_DEBUG
Reinette Chatre3d816c72009-08-07 15:41:37 -07001334 if (iwl_get_debug_level(priv) & IWL_DL_ISR) {
Mohamed Abbasef850d72009-05-22 11:01:50 -07001335 /* just for debug */
1336 inta_mask = iwl_read32(priv, CSR_INT_MASK);
1337 IWL_DEBUG_ISR(priv, "inta 0x%08x, enabled 0x%08x\n ",
1338 inta, inta_mask);
1339 }
1340#endif
Zhu Yi2f301222009-10-09 17:19:45 +08001341
1342 spin_unlock_irqrestore(&priv->lock, flags);
1343
Johannes Berga4c8b2a62010-01-21 06:25:54 -08001344 /* saved interrupt in inta variable now we can reset priv->_agn.inta */
1345 priv->_agn.inta = 0;
Mohamed Abbasef850d72009-05-22 11:01:50 -07001346
1347 /* Now service all interrupt bits discovered above. */
1348 if (inta & CSR_INT_BIT_HW_ERR) {
Reinette Chatre58dba722009-07-17 09:30:25 -07001349 IWL_ERR(priv, "Hardware error detected. Restarting.\n");
Mohamed Abbasef850d72009-05-22 11:01:50 -07001350
1351 /* Tell the device to stop sending interrupts */
1352 iwl_disable_interrupts(priv);
1353
1354 priv->isr_stats.hw++;
1355 iwl_irq_handle_error(priv);
1356
1357 handled |= CSR_INT_BIT_HW_ERR;
1358
Mohamed Abbasef850d72009-05-22 11:01:50 -07001359 return;
1360 }
1361
1362#ifdef CONFIG_IWLWIFI_DEBUG
Reinette Chatre3d816c72009-08-07 15:41:37 -07001363 if (iwl_get_debug_level(priv) & (IWL_DL_ISR)) {
Mohamed Abbasef850d72009-05-22 11:01:50 -07001364 /* NIC fires this, but we don't use it, redundant with WAKEUP */
1365 if (inta & CSR_INT_BIT_SCD) {
1366 IWL_DEBUG_ISR(priv, "Scheduler finished to transmit "
1367 "the frame/frames.\n");
1368 priv->isr_stats.sch++;
1369 }
1370
1371 /* Alive notification via Rx interrupt will do the real work */
1372 if (inta & CSR_INT_BIT_ALIVE) {
1373 IWL_DEBUG_ISR(priv, "Alive interrupt\n");
1374 priv->isr_stats.alive++;
1375 }
1376 }
1377#endif
1378 /* Safely ignore these bits for debug checks below */
1379 inta &= ~(CSR_INT_BIT_SCD | CSR_INT_BIT_ALIVE);
1380
1381 /* HW RF KILL switch toggled */
1382 if (inta & CSR_INT_BIT_RF_KILL) {
1383 int hw_rf_kill = 0;
1384 if (!(iwl_read32(priv, CSR_GP_CNTRL) &
1385 CSR_GP_CNTRL_REG_FLAG_HW_RF_KILL_SW))
1386 hw_rf_kill = 1;
1387
Reinette Chatre4c423a22009-07-17 09:30:26 -07001388 IWL_WARN(priv, "RF_KILL bit toggled to %s.\n",
Mohamed Abbasef850d72009-05-22 11:01:50 -07001389 hw_rf_kill ? "disable radio" : "enable radio");
1390
1391 priv->isr_stats.rfkill++;
1392
1393 /* driver only loads ucode once setting the interface up.
1394 * the driver allows loading the ucode even if the radio
1395 * is killed. Hence update the killswitch state here. The
1396 * rfkill handler will care about restarting if needed.
1397 */
1398 if (!test_bit(STATUS_ALIVE, &priv->status)) {
1399 if (hw_rf_kill)
1400 set_bit(STATUS_RF_KILL_HW, &priv->status);
1401 else
1402 clear_bit(STATUS_RF_KILL_HW, &priv->status);
Johannes Berga60e77e2009-06-04 18:26:06 +02001403 wiphy_rfkill_set_hw_state(priv->hw->wiphy, hw_rf_kill);
Mohamed Abbasef850d72009-05-22 11:01:50 -07001404 }
1405
1406 handled |= CSR_INT_BIT_RF_KILL;
1407 }
1408
1409 /* Chip got too hot and stopped itself */
1410 if (inta & CSR_INT_BIT_CT_KILL) {
1411 IWL_ERR(priv, "Microcode CT kill error detected.\n");
1412 priv->isr_stats.ctkill++;
1413 handled |= CSR_INT_BIT_CT_KILL;
1414 }
1415
1416 /* Error detected by uCode */
1417 if (inta & CSR_INT_BIT_SW_ERR) {
1418 IWL_ERR(priv, "Microcode SW error detected. "
1419 " Restarting 0x%X.\n", inta);
1420 priv->isr_stats.sw++;
1421 priv->isr_stats.sw_err = inta;
1422 iwl_irq_handle_error(priv);
1423 handled |= CSR_INT_BIT_SW_ERR;
1424 }
1425
1426 /* uCode wakes up after power-down sleep */
1427 if (inta & CSR_INT_BIT_WAKEUP) {
1428 IWL_DEBUG_ISR(priv, "Wakeup interrupt\n");
1429 iwl_rx_queue_update_write_ptr(priv, &priv->rxq);
Ben Cahill87569902009-11-06 14:53:01 -08001430 for (i = 0; i < priv->hw_params.max_txq_num; i++)
1431 iwl_txq_update_write_ptr(priv, &priv->txq[i]);
Mohamed Abbasef850d72009-05-22 11:01:50 -07001432
1433 priv->isr_stats.wakeup++;
1434
1435 handled |= CSR_INT_BIT_WAKEUP;
1436 }
1437
1438 /* All uCode command responses, including Tx command responses,
1439 * Rx "responses" (frame-received notification), and other
1440 * notifications from uCode come through here*/
Mohamed Abbas40cefda2009-05-22 11:01:52 -07001441 if (inta & (CSR_INT_BIT_FH_RX | CSR_INT_BIT_SW_RX |
1442 CSR_INT_BIT_RX_PERIODIC)) {
Mohamed Abbasef850d72009-05-22 11:01:50 -07001443 IWL_DEBUG_ISR(priv, "Rx interrupt\n");
Mohamed Abbas40cefda2009-05-22 11:01:52 -07001444 if (inta & (CSR_INT_BIT_FH_RX | CSR_INT_BIT_SW_RX)) {
1445 handled |= (CSR_INT_BIT_FH_RX | CSR_INT_BIT_SW_RX);
1446 iwl_write32(priv, CSR_FH_INT_STATUS,
1447 CSR49_FH_INT_RX_MASK);
1448 }
1449 if (inta & CSR_INT_BIT_RX_PERIODIC) {
1450 handled |= CSR_INT_BIT_RX_PERIODIC;
1451 iwl_write32(priv, CSR_INT, CSR_INT_BIT_RX_PERIODIC);
1452 }
1453 /* Sending RX interrupt require many steps to be done in the
1454 * the device:
1455 * 1- write interrupt to current index in ICT table.
1456 * 2- dma RX frame.
1457 * 3- update RX shared data to indicate last write index.
1458 * 4- send interrupt.
1459 * This could lead to RX race, driver could receive RX interrupt
Ben Cahill74ba67e2009-11-20 12:04:53 -08001460 * but the shared data changes does not reflect this;
1461 * periodic interrupt will detect any dangling Rx activity.
Mohamed Abbas40cefda2009-05-22 11:01:52 -07001462 */
Ben Cahill74ba67e2009-11-20 12:04:53 -08001463
1464 /* Disable periodic interrupt; we use it as just a one-shot. */
1465 iwl_write8(priv, CSR_INT_PERIODIC_REG,
Mohamed Abbas40cefda2009-05-22 11:01:52 -07001466 CSR_INT_PERIODIC_DIS);
Mohamed Abbasef850d72009-05-22 11:01:50 -07001467 iwl_rx_handle(priv);
Ben Cahill74ba67e2009-11-20 12:04:53 -08001468
1469 /*
1470 * Enable periodic interrupt in 8 msec only if we received
1471 * real RX interrupt (instead of just periodic int), to catch
1472 * any dangling Rx interrupt. If it was just the periodic
1473 * interrupt, there was no dangling Rx activity, and no need
1474 * to extend the periodic interrupt; one-shot is enough.
1475 */
Mohamed Abbas40cefda2009-05-22 11:01:52 -07001476 if (inta & (CSR_INT_BIT_FH_RX | CSR_INT_BIT_SW_RX))
Ben Cahill74ba67e2009-11-20 12:04:53 -08001477 iwl_write8(priv, CSR_INT_PERIODIC_REG,
Mohamed Abbas40cefda2009-05-22 11:01:52 -07001478 CSR_INT_PERIODIC_ENA);
1479
Mohamed Abbasef850d72009-05-22 11:01:50 -07001480 priv->isr_stats.rx++;
Mohamed Abbasef850d72009-05-22 11:01:50 -07001481 }
1482
Ben Cahillc72cd192009-10-30 14:36:08 -07001483 /* This "Tx" DMA channel is used only for loading uCode */
Mohamed Abbasef850d72009-05-22 11:01:50 -07001484 if (inta & CSR_INT_BIT_FH_TX) {
1485 iwl_write32(priv, CSR_FH_INT_STATUS, CSR49_FH_INT_TX_MASK);
Ben Cahillc72cd192009-10-30 14:36:08 -07001486 IWL_DEBUG_ISR(priv, "uCode load interrupt\n");
Mohamed Abbasef850d72009-05-22 11:01:50 -07001487 priv->isr_stats.tx++;
1488 handled |= CSR_INT_BIT_FH_TX;
Ben Cahillc72cd192009-10-30 14:36:08 -07001489 /* Wake up uCode load routine, now that load is complete */
Mohamed Abbasef850d72009-05-22 11:01:50 -07001490 priv->ucode_write_complete = 1;
1491 wake_up_interruptible(&priv->wait_command_queue);
1492 }
1493
1494 if (inta & ~handled) {
1495 IWL_ERR(priv, "Unhandled INTA bits 0x%08x\n", inta & ~handled);
1496 priv->isr_stats.unhandled++;
1497 }
1498
Mohamed Abbas40cefda2009-05-22 11:01:52 -07001499 if (inta & ~(priv->inta_mask)) {
Mohamed Abbasef850d72009-05-22 11:01:50 -07001500 IWL_WARN(priv, "Disabled INTA bits 0x%08x were pending\n",
Mohamed Abbas40cefda2009-05-22 11:01:52 -07001501 inta & ~priv->inta_mask);
Mohamed Abbasef850d72009-05-22 11:01:50 -07001502 }
1503
Mohamed Abbasef850d72009-05-22 11:01:50 -07001504 /* Re-enable all interrupts */
1505 /* only Re-enable if diabled by irq */
1506 if (test_bit(STATUS_INT_ENABLED, &priv->status))
1507 iwl_enable_interrupts(priv);
Mohamed Abbasef850d72009-05-22 11:01:50 -07001508}
1509
Wey-Yi Guy872c8dd2010-03-16 10:46:31 -07001510/* the threshold ratio of actual_ack_cnt to expected_ack_cnt in percent */
1511#define ACK_CNT_RATIO (50)
1512#define BA_TIMEOUT_CNT (5)
1513#define BA_TIMEOUT_MAX (16)
1514
1515/**
1516 * iwl_good_ack_health - checks for ACK count ratios, BA timeout retries.
1517 *
1518 * When the ACK count ratio is 0 and aggregated BA timeout retries exceeding
1519 * the BA_TIMEOUT_MAX, reload firmware and bring system back to normal
1520 * operation state.
1521 */
1522bool iwl_good_ack_health(struct iwl_priv *priv,
1523 struct iwl_rx_packet *pkt)
1524{
1525 bool rc = true;
1526 int actual_ack_cnt_delta, expected_ack_cnt_delta;
1527 int ba_timeout_delta;
1528
1529 actual_ack_cnt_delta =
1530 le32_to_cpu(pkt->u.stats.tx.actual_ack_cnt) -
Wey-Yi Guyf3aebee2010-06-14 17:09:54 -07001531 le32_to_cpu(priv->_agn.statistics.tx.actual_ack_cnt);
Wey-Yi Guy872c8dd2010-03-16 10:46:31 -07001532 expected_ack_cnt_delta =
1533 le32_to_cpu(pkt->u.stats.tx.expected_ack_cnt) -
Wey-Yi Guyf3aebee2010-06-14 17:09:54 -07001534 le32_to_cpu(priv->_agn.statistics.tx.expected_ack_cnt);
Wey-Yi Guy872c8dd2010-03-16 10:46:31 -07001535 ba_timeout_delta =
1536 le32_to_cpu(pkt->u.stats.tx.agg.ba_timeout) -
Wey-Yi Guyf3aebee2010-06-14 17:09:54 -07001537 le32_to_cpu(priv->_agn.statistics.tx.agg.ba_timeout);
Wey-Yi Guy872c8dd2010-03-16 10:46:31 -07001538 if ((priv->_agn.agg_tids_count > 0) &&
1539 (expected_ack_cnt_delta > 0) &&
1540 (((actual_ack_cnt_delta * 100) / expected_ack_cnt_delta)
1541 < ACK_CNT_RATIO) &&
1542 (ba_timeout_delta > BA_TIMEOUT_CNT)) {
1543 IWL_DEBUG_RADIO(priv, "actual_ack_cnt delta = %d,"
1544 " expected_ack_cnt = %d\n",
1545 actual_ack_cnt_delta, expected_ack_cnt_delta);
1546
Johannes Bergd73e4922010-05-06 12:18:41 -07001547#ifdef CONFIG_IWLWIFI_DEBUGFS
1548 /*
1549 * This is ifdef'ed on DEBUGFS because otherwise the
1550 * statistics aren't available. If DEBUGFS is set but
1551 * DEBUG is not, these will just compile out.
1552 */
Wey-Yi Guy872c8dd2010-03-16 10:46:31 -07001553 IWL_DEBUG_RADIO(priv, "rx_detected_cnt delta = %d\n",
Wey-Yi Guyf3aebee2010-06-14 17:09:54 -07001554 priv->_agn.delta_statistics.tx.rx_detected_cnt);
Wey-Yi Guy872c8dd2010-03-16 10:46:31 -07001555 IWL_DEBUG_RADIO(priv,
1556 "ack_or_ba_timeout_collision delta = %d\n",
Wey-Yi Guyf3aebee2010-06-14 17:09:54 -07001557 priv->_agn.delta_statistics.tx.
Wey-Yi Guy872c8dd2010-03-16 10:46:31 -07001558 ack_or_ba_timeout_collision);
1559#endif
1560 IWL_DEBUG_RADIO(priv, "agg ba_timeout delta = %d\n",
1561 ba_timeout_delta);
1562 if (!actual_ack_cnt_delta &&
1563 (ba_timeout_delta >= BA_TIMEOUT_MAX))
1564 rc = false;
1565 }
1566 return rc;
1567}
1568
Wey-Yi Guya83b9142009-04-08 11:39:32 -07001569
Emmanuel Grumbach7d476182010-05-23 00:14:08 -07001570/*****************************************************************************
1571 *
1572 * sysfs attributes
1573 *
1574 *****************************************************************************/
1575
1576#ifdef CONFIG_IWLWIFI_DEBUG
1577
1578/*
1579 * The following adds a new attribute to the sysfs representation
1580 * of this device driver (i.e. a new file in /sys/class/net/wlan0/device/)
1581 * used for controlling the debug level.
1582 *
1583 * See the level definitions in iwl for details.
1584 *
1585 * The debug_level being managed using sysfs below is a per device debug
1586 * level that is used instead of the global debug level if it (the per
1587 * device debug level) is set.
1588 */
1589static ssize_t show_debug_level(struct device *d,
1590 struct device_attribute *attr, char *buf)
1591{
1592 struct iwl_priv *priv = dev_get_drvdata(d);
1593 return sprintf(buf, "0x%08X\n", iwl_get_debug_level(priv));
1594}
1595static ssize_t store_debug_level(struct device *d,
1596 struct device_attribute *attr,
1597 const char *buf, size_t count)
1598{
1599 struct iwl_priv *priv = dev_get_drvdata(d);
1600 unsigned long val;
1601 int ret;
1602
1603 ret = strict_strtoul(buf, 0, &val);
1604 if (ret)
1605 IWL_ERR(priv, "%s is not in hex or decimal form.\n", buf);
1606 else {
1607 priv->debug_level = val;
1608 if (iwl_alloc_traffic_mem(priv))
1609 IWL_ERR(priv,
1610 "Not enough memory to generate traffic log\n");
1611 }
1612 return strnlen(buf, count);
1613}
1614
1615static DEVICE_ATTR(debug_level, S_IWUSR | S_IRUGO,
1616 show_debug_level, store_debug_level);
1617
1618
1619#endif /* CONFIG_IWLWIFI_DEBUG */
1620
1621
1622static ssize_t show_temperature(struct device *d,
1623 struct device_attribute *attr, char *buf)
1624{
1625 struct iwl_priv *priv = dev_get_drvdata(d);
1626
1627 if (!iwl_is_alive(priv))
1628 return -EAGAIN;
1629
1630 return sprintf(buf, "%d\n", priv->temperature);
1631}
1632
1633static DEVICE_ATTR(temperature, S_IRUGO, show_temperature, NULL);
1634
1635static ssize_t show_tx_power(struct device *d,
1636 struct device_attribute *attr, char *buf)
1637{
1638 struct iwl_priv *priv = dev_get_drvdata(d);
1639
1640 if (!iwl_is_ready_rf(priv))
1641 return sprintf(buf, "off\n");
1642 else
1643 return sprintf(buf, "%d\n", priv->tx_power_user_lmt);
1644}
1645
1646static ssize_t store_tx_power(struct device *d,
1647 struct device_attribute *attr,
1648 const char *buf, size_t count)
1649{
1650 struct iwl_priv *priv = dev_get_drvdata(d);
1651 unsigned long val;
1652 int ret;
1653
1654 ret = strict_strtoul(buf, 10, &val);
1655 if (ret)
1656 IWL_INFO(priv, "%s is not in decimal form.\n", buf);
1657 else {
1658 ret = iwl_set_tx_power(priv, val, false);
1659 if (ret)
1660 IWL_ERR(priv, "failed setting tx power (0x%d).\n",
1661 ret);
1662 else
1663 ret = count;
1664 }
1665 return ret;
1666}
1667
1668static DEVICE_ATTR(tx_power, S_IWUSR | S_IRUGO, show_tx_power, store_tx_power);
1669
Emmanuel Grumbach7d476182010-05-23 00:14:08 -07001670static struct attribute *iwl_sysfs_entries[] = {
1671 &dev_attr_temperature.attr,
1672 &dev_attr_tx_power.attr,
Emmanuel Grumbach7d476182010-05-23 00:14:08 -07001673#ifdef CONFIG_IWLWIFI_DEBUG
1674 &dev_attr_debug_level.attr,
1675#endif
1676 NULL
1677};
1678
1679static struct attribute_group iwl_attribute_group = {
1680 .name = NULL, /* put in device directory */
1681 .attrs = iwl_sysfs_entries,
1682};
1683
Zhu Yib481de92007-09-25 17:54:57 -07001684/******************************************************************************
1685 *
1686 * uCode download functions
1687 *
1688 ******************************************************************************/
1689
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07001690static void iwl_dealloc_ucode_pci(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07001691{
Tomas Winkler98c92212008-01-14 17:46:20 -08001692 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_code);
1693 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_data);
1694 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_data_backup);
1695 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_init);
1696 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_init_data);
1697 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_boot);
Zhu Yib481de92007-09-25 17:54:57 -07001698}
1699
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07001700static void iwl_nic_start(struct iwl_priv *priv)
Ron Rindjunskyedcdf8b2008-05-15 13:53:55 +08001701{
1702 /* Remove all resets to allow NIC to operate */
1703 iwl_write32(priv, CSR_RESET, 0);
1704}
1705
Johannes Bergdd7a2502010-04-28 23:33:10 -07001706struct iwlagn_ucode_capabilities {
1707 u32 max_probe_length;
Wey-Yi Guy6a822d02010-07-13 17:13:15 -07001708 u32 standard_phy_calibration_size;
Johannes Bergdd7a2502010-04-28 23:33:10 -07001709};
Ron Rindjunskyedcdf8b2008-05-15 13:53:55 +08001710
Johannes Bergb08dfd02010-01-29 11:54:56 -08001711static void iwl_ucode_callback(const struct firmware *ucode_raw, void *context);
Johannes Bergdd7a2502010-04-28 23:33:10 -07001712static int iwl_mac_setup_register(struct iwl_priv *priv,
1713 struct iwlagn_ucode_capabilities *capa);
Johannes Bergb08dfd02010-01-29 11:54:56 -08001714
Jay Sternberg39396082010-08-12 10:24:07 -07001715#define UCODE_EXPERIMENTAL_INDEX 100
1716#define UCODE_EXPERIMENTAL_TAG "exp"
1717
Johannes Bergb08dfd02010-01-29 11:54:56 -08001718static int __must_check iwl_request_firmware(struct iwl_priv *priv, bool first)
Zhu Yib481de92007-09-25 17:54:57 -07001719{
Reinette Chatrea0987a82008-12-02 12:14:06 -08001720 const char *name_pre = priv->cfg->fw_name_pre;
Jay Sternberg39396082010-08-12 10:24:07 -07001721 char tag[8];
Johannes Bergb08dfd02010-01-29 11:54:56 -08001722
Jay Sternberg39396082010-08-12 10:24:07 -07001723 if (first) {
1724#ifdef CONFIG_IWLWIFI_DEBUG_EXPERIMENTAL_UCODE
1725 priv->fw_index = UCODE_EXPERIMENTAL_INDEX;
1726 strcpy(tag, UCODE_EXPERIMENTAL_TAG);
1727 } else if (priv->fw_index == UCODE_EXPERIMENTAL_INDEX) {
1728#endif
Johannes Bergb08dfd02010-01-29 11:54:56 -08001729 priv->fw_index = priv->cfg->ucode_api_max;
Jay Sternberg39396082010-08-12 10:24:07 -07001730 sprintf(tag, "%d", priv->fw_index);
1731 } else {
Johannes Bergb08dfd02010-01-29 11:54:56 -08001732 priv->fw_index--;
Jay Sternberg39396082010-08-12 10:24:07 -07001733 sprintf(tag, "%d", priv->fw_index);
1734 }
Johannes Bergb08dfd02010-01-29 11:54:56 -08001735
1736 if (priv->fw_index < priv->cfg->ucode_api_min) {
1737 IWL_ERR(priv, "no suitable firmware found!\n");
1738 return -ENOENT;
1739 }
1740
Jay Sternberg39396082010-08-12 10:24:07 -07001741 sprintf(priv->firmware_name, "%s%s%s", name_pre, tag, ".ucode");
Johannes Bergb08dfd02010-01-29 11:54:56 -08001742
Jay Sternberg39396082010-08-12 10:24:07 -07001743 IWL_DEBUG_INFO(priv, "attempting to load firmware %s'%s'\n",
1744 (priv->fw_index == UCODE_EXPERIMENTAL_INDEX)
1745 ? "EXPERIMENTAL " : "",
Johannes Bergb08dfd02010-01-29 11:54:56 -08001746 priv->firmware_name);
1747
1748 return request_firmware_nowait(THIS_MODULE, 1, priv->firmware_name,
1749 &priv->pci_dev->dev, GFP_KERNEL, priv,
1750 iwl_ucode_callback);
1751}
1752
Johannes Berg0e9a44d2010-04-28 12:09:16 -07001753struct iwlagn_firmware_pieces {
1754 const void *inst, *data, *init, *init_data, *boot;
1755 size_t inst_size, data_size, init_size, init_data_size, boot_size;
1756
1757 u32 build;
Johannes Bergb2e640d2010-05-05 23:24:54 -07001758
1759 u32 init_evtlog_ptr, init_evtlog_size, init_errlog_ptr;
1760 u32 inst_evtlog_ptr, inst_evtlog_size, inst_errlog_ptr;
Johannes Berg0e9a44d2010-04-28 12:09:16 -07001761};
1762
1763static int iwlagn_load_legacy_firmware(struct iwl_priv *priv,
1764 const struct firmware *ucode_raw,
1765 struct iwlagn_firmware_pieces *pieces)
1766{
1767 struct iwl_ucode_header *ucode = (void *)ucode_raw->data;
1768 u32 api_ver, hdr_size;
1769 const u8 *src;
1770
1771 priv->ucode_ver = le32_to_cpu(ucode->ver);
1772 api_ver = IWL_UCODE_API(priv->ucode_ver);
1773
1774 switch (api_ver) {
1775 default:
1776 /*
1777 * 4965 doesn't revision the firmware file format
1778 * along with the API version, it always uses v1
1779 * file format.
1780 */
1781 if ((priv->hw_rev & CSR_HW_REV_TYPE_MSK) !=
1782 CSR_HW_REV_TYPE_4965) {
1783 hdr_size = 28;
1784 if (ucode_raw->size < hdr_size) {
1785 IWL_ERR(priv, "File size too small!\n");
1786 return -EINVAL;
1787 }
1788 pieces->build = le32_to_cpu(ucode->u.v2.build);
1789 pieces->inst_size = le32_to_cpu(ucode->u.v2.inst_size);
1790 pieces->data_size = le32_to_cpu(ucode->u.v2.data_size);
1791 pieces->init_size = le32_to_cpu(ucode->u.v2.init_size);
1792 pieces->init_data_size = le32_to_cpu(ucode->u.v2.init_data_size);
1793 pieces->boot_size = le32_to_cpu(ucode->u.v2.boot_size);
1794 src = ucode->u.v2.data;
1795 break;
1796 }
1797 /* fall through for 4965 */
1798 case 0:
1799 case 1:
1800 case 2:
1801 hdr_size = 24;
1802 if (ucode_raw->size < hdr_size) {
1803 IWL_ERR(priv, "File size too small!\n");
1804 return -EINVAL;
1805 }
1806 pieces->build = 0;
1807 pieces->inst_size = le32_to_cpu(ucode->u.v1.inst_size);
1808 pieces->data_size = le32_to_cpu(ucode->u.v1.data_size);
1809 pieces->init_size = le32_to_cpu(ucode->u.v1.init_size);
1810 pieces->init_data_size = le32_to_cpu(ucode->u.v1.init_data_size);
1811 pieces->boot_size = le32_to_cpu(ucode->u.v1.boot_size);
1812 src = ucode->u.v1.data;
1813 break;
1814 }
1815
1816 /* Verify size of file vs. image size info in file's header */
1817 if (ucode_raw->size != hdr_size + pieces->inst_size +
1818 pieces->data_size + pieces->init_size +
1819 pieces->init_data_size + pieces->boot_size) {
1820
1821 IWL_ERR(priv,
1822 "uCode file size %d does not match expected size\n",
1823 (int)ucode_raw->size);
1824 return -EINVAL;
1825 }
1826
1827 pieces->inst = src;
1828 src += pieces->inst_size;
1829 pieces->data = src;
1830 src += pieces->data_size;
1831 pieces->init = src;
1832 src += pieces->init_size;
1833 pieces->init_data = src;
1834 src += pieces->init_data_size;
1835 pieces->boot = src;
1836 src += pieces->boot_size;
1837
1838 return 0;
1839}
1840
Johannes Bergdd7a2502010-04-28 23:33:10 -07001841static int iwlagn_wanted_ucode_alternative = 1;
1842
1843static int iwlagn_load_firmware(struct iwl_priv *priv,
1844 const struct firmware *ucode_raw,
1845 struct iwlagn_firmware_pieces *pieces,
1846 struct iwlagn_ucode_capabilities *capa)
1847{
1848 struct iwl_tlv_ucode_header *ucode = (void *)ucode_raw->data;
1849 struct iwl_ucode_tlv *tlv;
1850 size_t len = ucode_raw->size;
1851 const u8 *data;
1852 int wanted_alternative = iwlagn_wanted_ucode_alternative, tmp;
1853 u64 alternatives;
Wey-Yi Guyad8d8332010-06-22 14:31:45 -07001854 u32 tlv_len;
1855 enum iwl_ucode_tlv_type tlv_type;
1856 const u8 *tlv_data;
Johannes Bergdd7a2502010-04-28 23:33:10 -07001857
Wey-Yi Guyad8d8332010-06-22 14:31:45 -07001858 if (len < sizeof(*ucode)) {
1859 IWL_ERR(priv, "uCode has invalid length: %zd\n", len);
Johannes Bergdd7a2502010-04-28 23:33:10 -07001860 return -EINVAL;
Wey-Yi Guyad8d8332010-06-22 14:31:45 -07001861 }
Johannes Bergdd7a2502010-04-28 23:33:10 -07001862
Wey-Yi Guyad8d8332010-06-22 14:31:45 -07001863 if (ucode->magic != cpu_to_le32(IWL_TLV_UCODE_MAGIC)) {
1864 IWL_ERR(priv, "invalid uCode magic: 0X%x\n",
1865 le32_to_cpu(ucode->magic));
Johannes Bergdd7a2502010-04-28 23:33:10 -07001866 return -EINVAL;
Wey-Yi Guyad8d8332010-06-22 14:31:45 -07001867 }
Johannes Bergdd7a2502010-04-28 23:33:10 -07001868
1869 /*
1870 * Check which alternatives are present, and "downgrade"
1871 * when the chosen alternative is not present, warning
1872 * the user when that happens. Some files may not have
1873 * any alternatives, so don't warn in that case.
1874 */
1875 alternatives = le64_to_cpu(ucode->alternatives);
1876 tmp = wanted_alternative;
1877 if (wanted_alternative > 63)
1878 wanted_alternative = 63;
1879 while (wanted_alternative && !(alternatives & BIT(wanted_alternative)))
1880 wanted_alternative--;
1881 if (wanted_alternative && wanted_alternative != tmp)
1882 IWL_WARN(priv,
1883 "uCode alternative %d not available, choosing %d\n",
1884 tmp, wanted_alternative);
1885
1886 priv->ucode_ver = le32_to_cpu(ucode->ver);
1887 pieces->build = le32_to_cpu(ucode->build);
1888 data = ucode->data;
1889
1890 len -= sizeof(*ucode);
1891
Johannes Berg704da532010-07-14 09:34:50 -07001892 while (len >= sizeof(*tlv)) {
Johannes Bergdd7a2502010-04-28 23:33:10 -07001893 u16 tlv_alt;
Johannes Bergdd7a2502010-04-28 23:33:10 -07001894
1895 len -= sizeof(*tlv);
1896 tlv = (void *)data;
1897
1898 tlv_len = le32_to_cpu(tlv->length);
1899 tlv_type = le16_to_cpu(tlv->type);
1900 tlv_alt = le16_to_cpu(tlv->alternative);
1901 tlv_data = tlv->data;
1902
Wey-Yi Guyad8d8332010-06-22 14:31:45 -07001903 if (len < tlv_len) {
1904 IWL_ERR(priv, "invalid TLV len: %zd/%u\n",
1905 len, tlv_len);
Johannes Bergdd7a2502010-04-28 23:33:10 -07001906 return -EINVAL;
Wey-Yi Guyad8d8332010-06-22 14:31:45 -07001907 }
Johannes Bergdd7a2502010-04-28 23:33:10 -07001908 len -= ALIGN(tlv_len, 4);
1909 data += sizeof(*tlv) + ALIGN(tlv_len, 4);
1910
1911 /*
1912 * Alternative 0 is always valid.
1913 *
1914 * Skip alternative TLVs that are not selected.
1915 */
1916 if (tlv_alt != 0 && tlv_alt != wanted_alternative)
1917 continue;
1918
1919 switch (tlv_type) {
1920 case IWL_UCODE_TLV_INST:
1921 pieces->inst = tlv_data;
1922 pieces->inst_size = tlv_len;
1923 break;
1924 case IWL_UCODE_TLV_DATA:
1925 pieces->data = tlv_data;
1926 pieces->data_size = tlv_len;
1927 break;
1928 case IWL_UCODE_TLV_INIT:
1929 pieces->init = tlv_data;
1930 pieces->init_size = tlv_len;
1931 break;
1932 case IWL_UCODE_TLV_INIT_DATA:
1933 pieces->init_data = tlv_data;
1934 pieces->init_data_size = tlv_len;
1935 break;
1936 case IWL_UCODE_TLV_BOOT:
1937 pieces->boot = tlv_data;
1938 pieces->boot_size = tlv_len;
1939 break;
1940 case IWL_UCODE_TLV_PROBE_MAX_LEN:
Johannes Berg704da532010-07-14 09:34:50 -07001941 if (tlv_len != sizeof(u32))
1942 goto invalid_tlv_len;
1943 capa->max_probe_length =
Wey-Yi Guyad8d8332010-06-22 14:31:45 -07001944 le32_to_cpup((__le32 *)tlv_data);
Johannes Bergdd7a2502010-04-28 23:33:10 -07001945 break;
Johannes Bergb2e640d2010-05-05 23:24:54 -07001946 case IWL_UCODE_TLV_INIT_EVTLOG_PTR:
Johannes Berg704da532010-07-14 09:34:50 -07001947 if (tlv_len != sizeof(u32))
1948 goto invalid_tlv_len;
1949 pieces->init_evtlog_ptr =
Wey-Yi Guyad8d8332010-06-22 14:31:45 -07001950 le32_to_cpup((__le32 *)tlv_data);
Johannes Bergb2e640d2010-05-05 23:24:54 -07001951 break;
1952 case IWL_UCODE_TLV_INIT_EVTLOG_SIZE:
Johannes Berg704da532010-07-14 09:34:50 -07001953 if (tlv_len != sizeof(u32))
1954 goto invalid_tlv_len;
1955 pieces->init_evtlog_size =
Wey-Yi Guyad8d8332010-06-22 14:31:45 -07001956 le32_to_cpup((__le32 *)tlv_data);
Johannes Bergb2e640d2010-05-05 23:24:54 -07001957 break;
1958 case IWL_UCODE_TLV_INIT_ERRLOG_PTR:
Johannes Berg704da532010-07-14 09:34:50 -07001959 if (tlv_len != sizeof(u32))
1960 goto invalid_tlv_len;
1961 pieces->init_errlog_ptr =
Wey-Yi Guyad8d8332010-06-22 14:31:45 -07001962 le32_to_cpup((__le32 *)tlv_data);
Johannes Bergb2e640d2010-05-05 23:24:54 -07001963 break;
1964 case IWL_UCODE_TLV_RUNT_EVTLOG_PTR:
Johannes Berg704da532010-07-14 09:34:50 -07001965 if (tlv_len != sizeof(u32))
1966 goto invalid_tlv_len;
1967 pieces->inst_evtlog_ptr =
Wey-Yi Guyad8d8332010-06-22 14:31:45 -07001968 le32_to_cpup((__le32 *)tlv_data);
Johannes Bergb2e640d2010-05-05 23:24:54 -07001969 break;
1970 case IWL_UCODE_TLV_RUNT_EVTLOG_SIZE:
Johannes Berg704da532010-07-14 09:34:50 -07001971 if (tlv_len != sizeof(u32))
1972 goto invalid_tlv_len;
1973 pieces->inst_evtlog_size =
Wey-Yi Guyad8d8332010-06-22 14:31:45 -07001974 le32_to_cpup((__le32 *)tlv_data);
Johannes Bergb2e640d2010-05-05 23:24:54 -07001975 break;
1976 case IWL_UCODE_TLV_RUNT_ERRLOG_PTR:
Johannes Berg704da532010-07-14 09:34:50 -07001977 if (tlv_len != sizeof(u32))
1978 goto invalid_tlv_len;
1979 pieces->inst_errlog_ptr =
Wey-Yi Guyad8d8332010-06-22 14:31:45 -07001980 le32_to_cpup((__le32 *)tlv_data);
Johannes Bergb2e640d2010-05-05 23:24:54 -07001981 break;
Wey-Yi Guyc8312fa2010-06-28 13:05:17 -07001982 case IWL_UCODE_TLV_ENHANCE_SENS_TBL:
1983 if (tlv_len)
Johannes Berg704da532010-07-14 09:34:50 -07001984 goto invalid_tlv_len;
1985 priv->enhance_sensitivity_table = true;
Wey-Yi Guyc8312fa2010-06-28 13:05:17 -07001986 break;
Wey-Yi Guy6a822d02010-07-13 17:13:15 -07001987 case IWL_UCODE_TLV_PHY_CALIBRATION_SIZE:
Johannes Berg704da532010-07-14 09:34:50 -07001988 if (tlv_len != sizeof(u32))
1989 goto invalid_tlv_len;
1990 capa->standard_phy_calibration_size =
Wey-Yi Guy6a822d02010-07-13 17:13:15 -07001991 le32_to_cpup((__le32 *)tlv_data);
1992 break;
Johannes Bergdd7a2502010-04-28 23:33:10 -07001993 default:
Wey-Yi Guyad8d8332010-06-22 14:31:45 -07001994 IWL_WARN(priv, "unknown TLV: %d\n", tlv_type);
Johannes Bergdd7a2502010-04-28 23:33:10 -07001995 break;
1996 }
1997 }
1998
Wey-Yi Guyad8d8332010-06-22 14:31:45 -07001999 if (len) {
2000 IWL_ERR(priv, "invalid TLV after parsing: %zd\n", len);
2001 iwl_print_hex_dump(priv, IWL_DL_FW, (u8 *)data, len);
Johannes Berg704da532010-07-14 09:34:50 -07002002 return -EINVAL;
Wey-Yi Guyad8d8332010-06-22 14:31:45 -07002003 }
Johannes Bergdd7a2502010-04-28 23:33:10 -07002004
Johannes Berg704da532010-07-14 09:34:50 -07002005 return 0;
2006
2007 invalid_tlv_len:
2008 IWL_ERR(priv, "TLV %d has invalid size: %u\n", tlv_type, tlv_len);
2009 iwl_print_hex_dump(priv, IWL_DL_FW, tlv_data, tlv_len);
2010
2011 return -EINVAL;
Johannes Bergdd7a2502010-04-28 23:33:10 -07002012}
2013
Johannes Bergb08dfd02010-01-29 11:54:56 -08002014/**
2015 * iwl_ucode_callback - callback when firmware was loaded
2016 *
2017 * If loaded successfully, copies the firmware into buffers
2018 * for the card to fetch (via DMA).
2019 */
2020static void iwl_ucode_callback(const struct firmware *ucode_raw, void *context)
2021{
2022 struct iwl_priv *priv = context;
2023 struct iwl_ucode_header *ucode;
Johannes Berg0e9a44d2010-04-28 12:09:16 -07002024 int err;
2025 struct iwlagn_firmware_pieces pieces;
Reinette Chatrea0987a82008-12-02 12:14:06 -08002026 const unsigned int api_max = priv->cfg->ucode_api_max;
2027 const unsigned int api_min = priv->cfg->ucode_api_min;
Johannes Berg0e9a44d2010-04-28 12:09:16 -07002028 u32 api_ver;
Johannes Berg3e4de762010-04-28 12:09:12 -07002029 char buildstr[25];
Johannes Berg0e9a44d2010-04-28 12:09:16 -07002030 u32 build;
Johannes Bergdd7a2502010-04-28 23:33:10 -07002031 struct iwlagn_ucode_capabilities ucode_capa = {
2032 .max_probe_length = 200,
Wey-Yi Guy6a822d02010-07-13 17:13:15 -07002033 .standard_phy_calibration_size =
2034 IWL_MAX_STANDARD_PHY_CALIBRATE_TBL_SIZE,
Johannes Bergdd7a2502010-04-28 23:33:10 -07002035 };
Johannes Berg0e9a44d2010-04-28 12:09:16 -07002036
2037 memset(&pieces, 0, sizeof(pieces));
Zhu Yib481de92007-09-25 17:54:57 -07002038
Johannes Bergb08dfd02010-01-29 11:54:56 -08002039 if (!ucode_raw) {
Jay Sternberg39396082010-08-12 10:24:07 -07002040 if (priv->fw_index <= priv->cfg->ucode_api_max)
2041 IWL_ERR(priv,
2042 "request for firmware file '%s' failed.\n",
2043 priv->firmware_name);
Johannes Bergb08dfd02010-01-29 11:54:56 -08002044 goto try_again;
Zhu Yib481de92007-09-25 17:54:57 -07002045 }
2046
Johannes Bergb08dfd02010-01-29 11:54:56 -08002047 IWL_DEBUG_INFO(priv, "Loaded firmware file '%s' (%zd bytes).\n",
2048 priv->firmware_name, ucode_raw->size);
Zhu Yib481de92007-09-25 17:54:57 -07002049
Johannes Berg22adba22010-04-28 12:09:14 -07002050 /* Make sure that we got at least the API version number */
2051 if (ucode_raw->size < 4) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08002052 IWL_ERR(priv, "File size way too small!\n");
Johannes Bergb08dfd02010-01-29 11:54:56 -08002053 goto try_again;
Zhu Yib481de92007-09-25 17:54:57 -07002054 }
2055
2056 /* Data from ucode file: header followed by uCode images */
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002057 ucode = (struct iwl_ucode_header *)ucode_raw->data;
Zhu Yib481de92007-09-25 17:54:57 -07002058
Johannes Berg0e9a44d2010-04-28 12:09:16 -07002059 if (ucode->ver)
2060 err = iwlagn_load_legacy_firmware(priv, ucode_raw, &pieces);
2061 else
Johannes Bergdd7a2502010-04-28 23:33:10 -07002062 err = iwlagn_load_firmware(priv, ucode_raw, &pieces,
2063 &ucode_capa);
Johannes Berg0e9a44d2010-04-28 12:09:16 -07002064
2065 if (err)
2066 goto try_again;
2067
Reinette Chatrea0987a82008-12-02 12:14:06 -08002068 api_ver = IWL_UCODE_API(priv->ucode_ver);
Johannes Berg0e9a44d2010-04-28 12:09:16 -07002069 build = pieces.build;
Zhu Yib481de92007-09-25 17:54:57 -07002070
Johannes Berg0e9a44d2010-04-28 12:09:16 -07002071 /*
2072 * api_ver should match the api version forming part of the
Reinette Chatrea0987a82008-12-02 12:14:06 -08002073 * firmware filename ... but we don't check for that and only rely
Johannes Berg0e9a44d2010-04-28 12:09:16 -07002074 * on the API version read from firmware header from here on forward
2075 */
Reinette Chatrea0987a82008-12-02 12:14:06 -08002076 if (api_ver < api_min || api_ver > api_max) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08002077 IWL_ERR(priv, "Driver unable to support your firmware API. "
Reinette Chatrea0987a82008-12-02 12:14:06 -08002078 "Driver supports v%u, firmware is v%u.\n",
2079 api_max, api_ver);
Johannes Bergb08dfd02010-01-29 11:54:56 -08002080 goto try_again;
Reinette Chatrea0987a82008-12-02 12:14:06 -08002081 }
Johannes Bergb08dfd02010-01-29 11:54:56 -08002082
Reinette Chatrea0987a82008-12-02 12:14:06 -08002083 if (api_ver != api_max)
Tomas Winkler978785a2008-12-19 10:37:31 +08002084 IWL_ERR(priv, "Firmware has old API version. Expected v%u, "
Reinette Chatrea0987a82008-12-02 12:14:06 -08002085 "got v%u. New firmware can be obtained "
2086 "from http://www.intellinuxwireless.org.\n",
2087 api_max, api_ver);
2088
Johannes Berg3e4de762010-04-28 12:09:12 -07002089 if (build)
Jay Sternberg39396082010-08-12 10:24:07 -07002090 sprintf(buildstr, " build %u%s", build,
2091 (priv->fw_index == UCODE_EXPERIMENTAL_INDEX)
2092 ? " (EXP)" : "");
Johannes Berg3e4de762010-04-28 12:09:12 -07002093 else
2094 buildstr[0] = '\0';
Reinette Chatrea0987a82008-12-02 12:14:06 -08002095
Johannes Berg3e4de762010-04-28 12:09:12 -07002096 IWL_INFO(priv, "loaded firmware version %u.%u.%u.%u%s\n",
Reinette Chatre5ebeb5a2009-10-30 14:36:04 -07002097 IWL_UCODE_MAJOR(priv->ucode_ver),
2098 IWL_UCODE_MINOR(priv->ucode_ver),
2099 IWL_UCODE_API(priv->ucode_ver),
Johannes Berg3e4de762010-04-28 12:09:12 -07002100 IWL_UCODE_SERIAL(priv->ucode_ver),
2101 buildstr);
Reinette Chatre5ebeb5a2009-10-30 14:36:04 -07002102
Johannes Berg3e4de762010-04-28 12:09:12 -07002103 snprintf(priv->hw->wiphy->fw_version,
2104 sizeof(priv->hw->wiphy->fw_version),
2105 "%u.%u.%u.%u%s",
2106 IWL_UCODE_MAJOR(priv->ucode_ver),
2107 IWL_UCODE_MINOR(priv->ucode_ver),
2108 IWL_UCODE_API(priv->ucode_ver),
2109 IWL_UCODE_SERIAL(priv->ucode_ver),
2110 buildstr);
Zhu Yib481de92007-09-25 17:54:57 -07002111
Johannes Bergb08dfd02010-01-29 11:54:56 -08002112 /*
2113 * For any of the failures below (before allocating pci memory)
2114 * we will try to load a version with a smaller API -- maybe the
2115 * user just got a corrupted version of the latest API.
2116 */
2117
Johannes Berg0e9a44d2010-04-28 12:09:16 -07002118 IWL_DEBUG_INFO(priv, "f/w package hdr ucode version raw = 0x%x\n",
2119 priv->ucode_ver);
2120 IWL_DEBUG_INFO(priv, "f/w package hdr runtime inst size = %Zd\n",
2121 pieces.inst_size);
2122 IWL_DEBUG_INFO(priv, "f/w package hdr runtime data size = %Zd\n",
2123 pieces.data_size);
2124 IWL_DEBUG_INFO(priv, "f/w package hdr init inst size = %Zd\n",
2125 pieces.init_size);
2126 IWL_DEBUG_INFO(priv, "f/w package hdr init data size = %Zd\n",
2127 pieces.init_data_size);
2128 IWL_DEBUG_INFO(priv, "f/w package hdr boot inst size = %Zd\n",
2129 pieces.boot_size);
Zhu Yib481de92007-09-25 17:54:57 -07002130
2131 /* Verify that uCode images will fit in card's SRAM */
Johannes Berg0e9a44d2010-04-28 12:09:16 -07002132 if (pieces.inst_size > priv->hw_params.max_inst_size) {
2133 IWL_ERR(priv, "uCode instr len %Zd too large to fit in\n",
2134 pieces.inst_size);
Johannes Bergb08dfd02010-01-29 11:54:56 -08002135 goto try_again;
Zhu Yib481de92007-09-25 17:54:57 -07002136 }
2137
Johannes Berg0e9a44d2010-04-28 12:09:16 -07002138 if (pieces.data_size > priv->hw_params.max_data_size) {
2139 IWL_ERR(priv, "uCode data len %Zd too large to fit in\n",
2140 pieces.data_size);
Johannes Bergb08dfd02010-01-29 11:54:56 -08002141 goto try_again;
Zhu Yib481de92007-09-25 17:54:57 -07002142 }
Johannes Berg0e9a44d2010-04-28 12:09:16 -07002143
2144 if (pieces.init_size > priv->hw_params.max_inst_size) {
2145 IWL_ERR(priv, "uCode init instr len %Zd too large to fit in\n",
2146 pieces.init_size);
Johannes Bergb08dfd02010-01-29 11:54:56 -08002147 goto try_again;
Zhu Yib481de92007-09-25 17:54:57 -07002148 }
Johannes Berg0e9a44d2010-04-28 12:09:16 -07002149
2150 if (pieces.init_data_size > priv->hw_params.max_data_size) {
2151 IWL_ERR(priv, "uCode init data len %Zd too large to fit in\n",
2152 pieces.init_data_size);
Johannes Bergb08dfd02010-01-29 11:54:56 -08002153 goto try_again;
Zhu Yib481de92007-09-25 17:54:57 -07002154 }
Johannes Berg0e9a44d2010-04-28 12:09:16 -07002155
2156 if (pieces.boot_size > priv->hw_params.max_bsm_size) {
2157 IWL_ERR(priv, "uCode boot instr len %Zd too large to fit in\n",
2158 pieces.boot_size);
Johannes Bergb08dfd02010-01-29 11:54:56 -08002159 goto try_again;
Zhu Yib481de92007-09-25 17:54:57 -07002160 }
2161
2162 /* Allocate ucode buffers for card's bus-master loading ... */
2163
2164 /* Runtime instructions and 2 copies of data:
2165 * 1) unmodified from disk
2166 * 2) backup cache for save/restore during power-downs */
Johannes Berg0e9a44d2010-04-28 12:09:16 -07002167 priv->ucode_code.len = pieces.inst_size;
Tomas Winkler98c92212008-01-14 17:46:20 -08002168 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_code);
Zhu Yib481de92007-09-25 17:54:57 -07002169
Johannes Berg0e9a44d2010-04-28 12:09:16 -07002170 priv->ucode_data.len = pieces.data_size;
Tomas Winkler98c92212008-01-14 17:46:20 -08002171 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_data);
Zhu Yib481de92007-09-25 17:54:57 -07002172
Johannes Berg0e9a44d2010-04-28 12:09:16 -07002173 priv->ucode_data_backup.len = pieces.data_size;
Tomas Winkler98c92212008-01-14 17:46:20 -08002174 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_data_backup);
Zhu Yib481de92007-09-25 17:54:57 -07002175
Zhu, Yi1f304e42009-01-23 13:45:22 -08002176 if (!priv->ucode_code.v_addr || !priv->ucode_data.v_addr ||
2177 !priv->ucode_data_backup.v_addr)
2178 goto err_pci_alloc;
2179
Zhu Yib481de92007-09-25 17:54:57 -07002180 /* Initialization instructions and data */
Johannes Berg0e9a44d2010-04-28 12:09:16 -07002181 if (pieces.init_size && pieces.init_data_size) {
2182 priv->ucode_init.len = pieces.init_size;
Tomas Winkler98c92212008-01-14 17:46:20 -08002183 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_init);
Zhu Yib481de92007-09-25 17:54:57 -07002184
Johannes Berg0e9a44d2010-04-28 12:09:16 -07002185 priv->ucode_init_data.len = pieces.init_data_size;
Tomas Winkler98c92212008-01-14 17:46:20 -08002186 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_init_data);
Tomas Winkler90e759d2007-11-29 11:09:41 +08002187
2188 if (!priv->ucode_init.v_addr || !priv->ucode_init_data.v_addr)
2189 goto err_pci_alloc;
2190 }
Zhu Yib481de92007-09-25 17:54:57 -07002191
2192 /* Bootstrap (instructions only, no data) */
Johannes Berg0e9a44d2010-04-28 12:09:16 -07002193 if (pieces.boot_size) {
2194 priv->ucode_boot.len = pieces.boot_size;
Tomas Winkler98c92212008-01-14 17:46:20 -08002195 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_boot);
Zhu Yib481de92007-09-25 17:54:57 -07002196
Tomas Winkler90e759d2007-11-29 11:09:41 +08002197 if (!priv->ucode_boot.v_addr)
2198 goto err_pci_alloc;
2199 }
Zhu Yib481de92007-09-25 17:54:57 -07002200
Johannes Bergb2e640d2010-05-05 23:24:54 -07002201 /* Now that we can no longer fail, copy information */
2202
2203 /*
2204 * The (size - 16) / 12 formula is based on the information recorded
2205 * for each event, which is of mode 1 (including timestamp) for all
2206 * new microcodes that include this information.
2207 */
2208 priv->_agn.init_evtlog_ptr = pieces.init_evtlog_ptr;
2209 if (pieces.init_evtlog_size)
2210 priv->_agn.init_evtlog_size = (pieces.init_evtlog_size - 16)/12;
2211 else
2212 priv->_agn.init_evtlog_size = priv->cfg->max_event_log_size;
2213 priv->_agn.init_errlog_ptr = pieces.init_errlog_ptr;
2214 priv->_agn.inst_evtlog_ptr = pieces.inst_evtlog_ptr;
2215 if (pieces.inst_evtlog_size)
2216 priv->_agn.inst_evtlog_size = (pieces.inst_evtlog_size - 16)/12;
2217 else
2218 priv->_agn.inst_evtlog_size = priv->cfg->max_event_log_size;
2219 priv->_agn.inst_errlog_ptr = pieces.inst_errlog_ptr;
2220
Zhu Yib481de92007-09-25 17:54:57 -07002221 /* Copy images into buffers for card's bus-master reads ... */
2222
2223 /* Runtime instructions (first block of data in file) */
Johannes Berg0e9a44d2010-04-28 12:09:16 -07002224 IWL_DEBUG_INFO(priv, "Copying (but not loading) uCode instr len %Zd\n",
2225 pieces.inst_size);
2226 memcpy(priv->ucode_code.v_addr, pieces.inst, pieces.inst_size);
Jay Sternbergcc0f5552009-07-17 09:30:16 -07002227
Tomas Winklere1623442009-01-27 14:27:56 -08002228 IWL_DEBUG_INFO(priv, "uCode instr buf vaddr = 0x%p, paddr = 0x%08x\n",
Zhu Yib481de92007-09-25 17:54:57 -07002229 priv->ucode_code.v_addr, (u32)priv->ucode_code.p_addr);
2230
Johannes Berg0e9a44d2010-04-28 12:09:16 -07002231 /*
2232 * Runtime data
2233 * NOTE: Copy into backup buffer will be done in iwl_up()
2234 */
2235 IWL_DEBUG_INFO(priv, "Copying (but not loading) uCode data len %Zd\n",
2236 pieces.data_size);
2237 memcpy(priv->ucode_data.v_addr, pieces.data, pieces.data_size);
2238 memcpy(priv->ucode_data_backup.v_addr, pieces.data, pieces.data_size);
Zhu Yib481de92007-09-25 17:54:57 -07002239
Johannes Berg0e9a44d2010-04-28 12:09:16 -07002240 /* Initialization instructions */
2241 if (pieces.init_size) {
Tomas Winklere1623442009-01-27 14:27:56 -08002242 IWL_DEBUG_INFO(priv, "Copying (but not loading) init instr len %Zd\n",
Johannes Berg0e9a44d2010-04-28 12:09:16 -07002243 pieces.init_size);
2244 memcpy(priv->ucode_init.v_addr, pieces.init, pieces.init_size);
Zhu Yib481de92007-09-25 17:54:57 -07002245 }
2246
Johannes Berg0e9a44d2010-04-28 12:09:16 -07002247 /* Initialization data */
2248 if (pieces.init_data_size) {
Tomas Winklere1623442009-01-27 14:27:56 -08002249 IWL_DEBUG_INFO(priv, "Copying (but not loading) init data len %Zd\n",
Johannes Berg0e9a44d2010-04-28 12:09:16 -07002250 pieces.init_data_size);
2251 memcpy(priv->ucode_init_data.v_addr, pieces.init_data,
2252 pieces.init_data_size);
Zhu Yib481de92007-09-25 17:54:57 -07002253 }
2254
Johannes Berg0e9a44d2010-04-28 12:09:16 -07002255 /* Bootstrap instructions */
2256 IWL_DEBUG_INFO(priv, "Copying (but not loading) boot instr len %Zd\n",
2257 pieces.boot_size);
2258 memcpy(priv->ucode_boot.v_addr, pieces.boot, pieces.boot_size);
Zhu Yib481de92007-09-25 17:54:57 -07002259
Wey-Yi Guy6a822d02010-07-13 17:13:15 -07002260 /*
2261 * figure out the offset of chain noise reset and gain commands
2262 * base on the size of standard phy calibration commands table size
2263 */
2264 if (ucode_capa.standard_phy_calibration_size >
2265 IWL_MAX_PHY_CALIBRATE_TBL_SIZE)
2266 ucode_capa.standard_phy_calibration_size =
2267 IWL_MAX_STANDARD_PHY_CALIBRATE_TBL_SIZE;
2268
2269 priv->_agn.phy_calib_chain_noise_reset_cmd =
2270 ucode_capa.standard_phy_calibration_size;
2271 priv->_agn.phy_calib_chain_noise_gain_cmd =
2272 ucode_capa.standard_phy_calibration_size + 1;
2273
Johannes Bergb08dfd02010-01-29 11:54:56 -08002274 /**************************************************
2275 * This is still part of probe() in a sense...
2276 *
2277 * 9. Setup and register with mac80211 and debugfs
2278 **************************************************/
Johannes Bergdd7a2502010-04-28 23:33:10 -07002279 err = iwl_mac_setup_register(priv, &ucode_capa);
Johannes Bergb08dfd02010-01-29 11:54:56 -08002280 if (err)
2281 goto out_unbind;
2282
2283 err = iwl_dbgfs_register(priv, DRV_NAME);
2284 if (err)
2285 IWL_ERR(priv, "failed to create debugfs files. Ignoring error: %d\n", err);
2286
Emmanuel Grumbach7d476182010-05-23 00:14:08 -07002287 err = sysfs_create_group(&priv->pci_dev->dev.kobj,
2288 &iwl_attribute_group);
2289 if (err) {
2290 IWL_ERR(priv, "failed to create sysfs device attributes\n");
2291 goto out_unbind;
2292 }
2293
Zhu Yib481de92007-09-25 17:54:57 -07002294 /* We have our copies now, allow OS release its copies */
2295 release_firmware(ucode_raw);
Reinette Chatrea15707d2010-05-10 15:08:11 -07002296 complete(&priv->_agn.firmware_loading_complete);
Johannes Bergb08dfd02010-01-29 11:54:56 -08002297 return;
2298
2299 try_again:
2300 /* try next, if any */
2301 if (iwl_request_firmware(priv, false))
2302 goto out_unbind;
2303 release_firmware(ucode_raw);
2304 return;
Zhu Yib481de92007-09-25 17:54:57 -07002305
2306 err_pci_alloc:
Winkler, Tomas15b16872008-12-19 10:37:33 +08002307 IWL_ERR(priv, "failed to allocate pci memory\n");
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07002308 iwl_dealloc_ucode_pci(priv);
Johannes Bergb08dfd02010-01-29 11:54:56 -08002309 out_unbind:
Reinette Chatrea15707d2010-05-10 15:08:11 -07002310 complete(&priv->_agn.firmware_loading_complete);
Johannes Bergb08dfd02010-01-29 11:54:56 -08002311 device_release_driver(&priv->pci_dev->dev);
Zhu Yib481de92007-09-25 17:54:57 -07002312 release_firmware(ucode_raw);
Zhu Yib481de92007-09-25 17:54:57 -07002313}
2314
Reinette Chatreb7a79402009-09-25 14:24:23 -07002315static const char *desc_lookup_text[] = {
2316 "OK",
2317 "FAIL",
2318 "BAD_PARAM",
2319 "BAD_CHECKSUM",
2320 "NMI_INTERRUPT_WDG",
2321 "SYSASSERT",
2322 "FATAL_ERROR",
2323 "BAD_COMMAND",
2324 "HW_ERROR_TUNE_LOCK",
2325 "HW_ERROR_TEMPERATURE",
2326 "ILLEGAL_CHAN_FREQ",
2327 "VCC_NOT_STABLE",
2328 "FH_ERROR",
2329 "NMI_INTERRUPT_HOST",
2330 "NMI_INTERRUPT_ACTION_PT",
2331 "NMI_INTERRUPT_UNKNOWN",
2332 "UCODE_VERSION_MISMATCH",
2333 "HW_ERROR_ABS_LOCK",
2334 "HW_ERROR_CAL_LOCK_FAIL",
2335 "NMI_INTERRUPT_INST_ACTION_PT",
2336 "NMI_INTERRUPT_DATA_ACTION_PT",
2337 "NMI_TRM_HW_ER",
2338 "NMI_INTERRUPT_TRM",
2339 "NMI_INTERRUPT_BREAK_POINT"
2340 "DEBUG_0",
2341 "DEBUG_1",
2342 "DEBUG_2",
2343 "DEBUG_3",
Reinette Chatreb7a79402009-09-25 14:24:23 -07002344};
2345
Jay Sternberg4b586452010-07-02 15:49:10 -07002346static struct { char *name; u8 num; } advanced_lookup[] = {
2347 { "NMI_INTERRUPT_WDG", 0x34 },
2348 { "SYSASSERT", 0x35 },
2349 { "UCODE_VERSION_MISMATCH", 0x37 },
2350 { "BAD_COMMAND", 0x38 },
2351 { "NMI_INTERRUPT_DATA_ACTION_PT", 0x3C },
2352 { "FATAL_ERROR", 0x3D },
2353 { "NMI_TRM_HW_ERR", 0x46 },
2354 { "NMI_INTERRUPT_TRM", 0x4C },
2355 { "NMI_INTERRUPT_BREAK_POINT", 0x54 },
2356 { "NMI_INTERRUPT_WDG_RXF_FULL", 0x5C },
2357 { "NMI_INTERRUPT_WDG_NO_RBD_RXF_FULL", 0x64 },
2358 { "NMI_INTERRUPT_HOST", 0x66 },
2359 { "NMI_INTERRUPT_ACTION_PT", 0x7C },
2360 { "NMI_INTERRUPT_UNKNOWN", 0x84 },
2361 { "NMI_INTERRUPT_INST_ACTION_PT", 0x86 },
2362 { "ADVANCED_SYSASSERT", 0 },
2363};
2364
2365static const char *desc_lookup(u32 num)
Reinette Chatreb7a79402009-09-25 14:24:23 -07002366{
Jay Sternberg4b586452010-07-02 15:49:10 -07002367 int i;
2368 int max = ARRAY_SIZE(desc_lookup_text);
Reinette Chatreb7a79402009-09-25 14:24:23 -07002369
Jay Sternberg4b586452010-07-02 15:49:10 -07002370 if (num < max)
2371 return desc_lookup_text[num];
Reinette Chatreb7a79402009-09-25 14:24:23 -07002372
Jay Sternberg4b586452010-07-02 15:49:10 -07002373 max = ARRAY_SIZE(advanced_lookup) - 1;
2374 for (i = 0; i < max; i++) {
2375 if (advanced_lookup[i].num == num)
2376 break;;
2377 }
2378 return advanced_lookup[i].name;
Reinette Chatreb7a79402009-09-25 14:24:23 -07002379}
2380
2381#define ERROR_START_OFFSET (1 * sizeof(u32))
2382#define ERROR_ELEM_SIZE (7 * sizeof(u32))
2383
2384void iwl_dump_nic_error_log(struct iwl_priv *priv)
2385{
2386 u32 data2, line;
2387 u32 desc, time, count, base, data1;
2388 u32 blink1, blink2, ilink1, ilink2;
Wey-Yi Guy461ef382010-03-30 17:57:53 -07002389 u32 pc, hcmd;
Reinette Chatreb7a79402009-09-25 14:24:23 -07002390
Johannes Bergb2e640d2010-05-05 23:24:54 -07002391 if (priv->ucode_type == UCODE_INIT) {
Reinette Chatreb7a79402009-09-25 14:24:23 -07002392 base = le32_to_cpu(priv->card_alive_init.error_event_table_ptr);
Johannes Bergb2e640d2010-05-05 23:24:54 -07002393 if (!base)
2394 base = priv->_agn.init_errlog_ptr;
2395 } else {
Reinette Chatreb7a79402009-09-25 14:24:23 -07002396 base = le32_to_cpu(priv->card_alive.error_event_table_ptr);
Johannes Bergb2e640d2010-05-05 23:24:54 -07002397 if (!base)
2398 base = priv->_agn.inst_errlog_ptr;
2399 }
Reinette Chatreb7a79402009-09-25 14:24:23 -07002400
2401 if (!priv->cfg->ops->lib->is_valid_rtc_data_addr(base)) {
Wey-Yi Guy212fb572009-12-02 12:53:00 -08002402 IWL_ERR(priv,
2403 "Not valid error log pointer 0x%08X for %s uCode\n",
2404 base, (priv->ucode_type == UCODE_INIT) ? "Init" : "RT");
Reinette Chatreb7a79402009-09-25 14:24:23 -07002405 return;
2406 }
2407
2408 count = iwl_read_targ_mem(priv, base);
2409
2410 if (ERROR_START_OFFSET <= count * ERROR_ELEM_SIZE) {
2411 IWL_ERR(priv, "Start IWL Error Log Dump:\n");
2412 IWL_ERR(priv, "Status: 0x%08lX, count: %d\n",
2413 priv->status, count);
2414 }
2415
2416 desc = iwl_read_targ_mem(priv, base + 1 * sizeof(u32));
Wey-Yi Guy461ef382010-03-30 17:57:53 -07002417 pc = iwl_read_targ_mem(priv, base + 2 * sizeof(u32));
Reinette Chatreb7a79402009-09-25 14:24:23 -07002418 blink1 = iwl_read_targ_mem(priv, base + 3 * sizeof(u32));
2419 blink2 = iwl_read_targ_mem(priv, base + 4 * sizeof(u32));
2420 ilink1 = iwl_read_targ_mem(priv, base + 5 * sizeof(u32));
2421 ilink2 = iwl_read_targ_mem(priv, base + 6 * sizeof(u32));
2422 data1 = iwl_read_targ_mem(priv, base + 7 * sizeof(u32));
2423 data2 = iwl_read_targ_mem(priv, base + 8 * sizeof(u32));
2424 line = iwl_read_targ_mem(priv, base + 9 * sizeof(u32));
2425 time = iwl_read_targ_mem(priv, base + 11 * sizeof(u32));
Wey-Yi Guy461ef382010-03-30 17:57:53 -07002426 hcmd = iwl_read_targ_mem(priv, base + 22 * sizeof(u32));
Reinette Chatreb7a79402009-09-25 14:24:23 -07002427
Johannes Bergbe1a71a2009-10-02 13:44:02 -07002428 trace_iwlwifi_dev_ucode_error(priv, desc, time, data1, data2, line,
2429 blink1, blink2, ilink1, ilink2);
2430
Jay Sternberg87563712010-06-14 14:40:40 -07002431 IWL_ERR(priv, "Desc Time "
Reinette Chatreb7a79402009-09-25 14:24:23 -07002432 "data1 data2 line\n");
Jay Sternberg87563712010-06-14 14:40:40 -07002433 IWL_ERR(priv, "%-28s (0x%04X) %010u 0x%08X 0x%08X %u\n",
Reinette Chatreb7a79402009-09-25 14:24:23 -07002434 desc_lookup(desc), desc, time, data1, data2, line);
Wey-Yi Guy461ef382010-03-30 17:57:53 -07002435 IWL_ERR(priv, "pc blink1 blink2 ilink1 ilink2 hcmd\n");
2436 IWL_ERR(priv, "0x%05X 0x%05X 0x%05X 0x%05X 0x%05X 0x%05X\n",
2437 pc, blink1, blink2, ilink1, ilink2, hcmd);
Reinette Chatreb7a79402009-09-25 14:24:23 -07002438}
2439
2440#define EVENT_START_OFFSET (4 * sizeof(u32))
2441
2442/**
2443 * iwl_print_event_log - Dump error event log to syslog
2444 *
2445 */
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08002446static int iwl_print_event_log(struct iwl_priv *priv, u32 start_idx,
2447 u32 num_events, u32 mode,
2448 int pos, char **buf, size_t bufsz)
Reinette Chatreb7a79402009-09-25 14:24:23 -07002449{
2450 u32 i;
2451 u32 base; /* SRAM byte address of event log header */
2452 u32 event_size; /* 2 u32s, or 3 u32s if timestamp recorded */
2453 u32 ptr; /* SRAM byte address of log data */
2454 u32 ev, time, data; /* event log data */
Ben Cahille5854472009-11-06 14:52:58 -08002455 unsigned long reg_flags;
Reinette Chatreb7a79402009-09-25 14:24:23 -07002456
2457 if (num_events == 0)
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08002458 return pos;
Johannes Bergb2e640d2010-05-05 23:24:54 -07002459
2460 if (priv->ucode_type == UCODE_INIT) {
Reinette Chatreb7a79402009-09-25 14:24:23 -07002461 base = le32_to_cpu(priv->card_alive_init.log_event_table_ptr);
Johannes Bergb2e640d2010-05-05 23:24:54 -07002462 if (!base)
2463 base = priv->_agn.init_evtlog_ptr;
2464 } else {
Reinette Chatreb7a79402009-09-25 14:24:23 -07002465 base = le32_to_cpu(priv->card_alive.log_event_table_ptr);
Johannes Bergb2e640d2010-05-05 23:24:54 -07002466 if (!base)
2467 base = priv->_agn.inst_evtlog_ptr;
2468 }
Reinette Chatreb7a79402009-09-25 14:24:23 -07002469
2470 if (mode == 0)
2471 event_size = 2 * sizeof(u32);
2472 else
2473 event_size = 3 * sizeof(u32);
2474
2475 ptr = base + EVENT_START_OFFSET + (start_idx * event_size);
2476
Ben Cahille5854472009-11-06 14:52:58 -08002477 /* Make sure device is powered up for SRAM reads */
2478 spin_lock_irqsave(&priv->reg_lock, reg_flags);
2479 iwl_grab_nic_access(priv);
2480
2481 /* Set starting address; reads will auto-increment */
2482 _iwl_write_direct32(priv, HBUS_TARG_MEM_RADDR, ptr);
2483 rmb();
2484
Reinette Chatreb7a79402009-09-25 14:24:23 -07002485 /* "time" is actually "data" for mode 0 (no timestamp).
2486 * place event id # at far right for easier visual parsing. */
2487 for (i = 0; i < num_events; i++) {
Ben Cahille5854472009-11-06 14:52:58 -08002488 ev = _iwl_read_direct32(priv, HBUS_TARG_MEM_RDAT);
2489 time = _iwl_read_direct32(priv, HBUS_TARG_MEM_RDAT);
Reinette Chatreb7a79402009-09-25 14:24:23 -07002490 if (mode == 0) {
2491 /* data, ev */
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08002492 if (bufsz) {
2493 pos += scnprintf(*buf + pos, bufsz - pos,
2494 "EVT_LOG:0x%08x:%04u\n",
2495 time, ev);
2496 } else {
2497 trace_iwlwifi_dev_ucode_event(priv, 0,
2498 time, ev);
2499 IWL_ERR(priv, "EVT_LOG:0x%08x:%04u\n",
2500 time, ev);
2501 }
Reinette Chatreb7a79402009-09-25 14:24:23 -07002502 } else {
Ben Cahille5854472009-11-06 14:52:58 -08002503 data = _iwl_read_direct32(priv, HBUS_TARG_MEM_RDAT);
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08002504 if (bufsz) {
2505 pos += scnprintf(*buf + pos, bufsz - pos,
2506 "EVT_LOGT:%010u:0x%08x:%04u\n",
2507 time, data, ev);
2508 } else {
2509 IWL_ERR(priv, "EVT_LOGT:%010u:0x%08x:%04u\n",
Reinette Chatreb7a79402009-09-25 14:24:23 -07002510 time, data, ev);
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08002511 trace_iwlwifi_dev_ucode_event(priv, time,
2512 data, ev);
2513 }
Reinette Chatreb7a79402009-09-25 14:24:23 -07002514 }
2515 }
Ben Cahille5854472009-11-06 14:52:58 -08002516
2517 /* Allow device to power down */
2518 iwl_release_nic_access(priv);
2519 spin_unlock_irqrestore(&priv->reg_lock, reg_flags);
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08002520 return pos;
Reinette Chatreb7a79402009-09-25 14:24:23 -07002521}
2522
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08002523/**
2524 * iwl_print_last_event_logs - Dump the newest # of event log to syslog
2525 */
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08002526static int iwl_print_last_event_logs(struct iwl_priv *priv, u32 capacity,
2527 u32 num_wraps, u32 next_entry,
2528 u32 size, u32 mode,
2529 int pos, char **buf, size_t bufsz)
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08002530{
2531 /*
2532 * display the newest DEFAULT_LOG_ENTRIES entries
2533 * i.e the entries just before the next ont that uCode would fill.
2534 */
2535 if (num_wraps) {
2536 if (next_entry < size) {
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08002537 pos = iwl_print_event_log(priv,
2538 capacity - (size - next_entry),
2539 size - next_entry, mode,
2540 pos, buf, bufsz);
2541 pos = iwl_print_event_log(priv, 0,
2542 next_entry, mode,
2543 pos, buf, bufsz);
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08002544 } else
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08002545 pos = iwl_print_event_log(priv, next_entry - size,
2546 size, mode, pos, buf, bufsz);
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08002547 } else {
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08002548 if (next_entry < size) {
2549 pos = iwl_print_event_log(priv, 0, next_entry,
2550 mode, pos, buf, bufsz);
2551 } else {
2552 pos = iwl_print_event_log(priv, next_entry - size,
2553 size, mode, pos, buf, bufsz);
2554 }
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08002555 }
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08002556 return pos;
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08002557}
2558
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08002559#define DEFAULT_DUMP_EVENT_LOG_ENTRIES (20)
2560
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08002561int iwl_dump_nic_event_log(struct iwl_priv *priv, bool full_log,
2562 char **buf, bool display)
Reinette Chatreb7a79402009-09-25 14:24:23 -07002563{
2564 u32 base; /* SRAM byte address of event log header */
2565 u32 capacity; /* event log capacity in # entries */
2566 u32 mode; /* 0 - no timestamp, 1 - timestamp recorded */
2567 u32 num_wraps; /* # times uCode wrapped to top of log */
2568 u32 next_entry; /* index of next entry to be written by uCode */
2569 u32 size; /* # entries that we'll print */
Johannes Bergb2e640d2010-05-05 23:24:54 -07002570 u32 logsize;
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08002571 int pos = 0;
2572 size_t bufsz = 0;
Reinette Chatreb7a79402009-09-25 14:24:23 -07002573
Johannes Bergb2e640d2010-05-05 23:24:54 -07002574 if (priv->ucode_type == UCODE_INIT) {
Reinette Chatreb7a79402009-09-25 14:24:23 -07002575 base = le32_to_cpu(priv->card_alive_init.log_event_table_ptr);
Johannes Bergb2e640d2010-05-05 23:24:54 -07002576 logsize = priv->_agn.init_evtlog_size;
2577 if (!base)
2578 base = priv->_agn.init_evtlog_ptr;
2579 } else {
Reinette Chatreb7a79402009-09-25 14:24:23 -07002580 base = le32_to_cpu(priv->card_alive.log_event_table_ptr);
Johannes Bergb2e640d2010-05-05 23:24:54 -07002581 logsize = priv->_agn.inst_evtlog_size;
2582 if (!base)
2583 base = priv->_agn.inst_evtlog_ptr;
2584 }
Reinette Chatreb7a79402009-09-25 14:24:23 -07002585
2586 if (!priv->cfg->ops->lib->is_valid_rtc_data_addr(base)) {
Wey-Yi Guy212fb572009-12-02 12:53:00 -08002587 IWL_ERR(priv,
2588 "Invalid event log pointer 0x%08X for %s uCode\n",
2589 base, (priv->ucode_type == UCODE_INIT) ? "Init" : "RT");
Wey-Yi Guy937c3972010-01-15 13:43:36 -08002590 return -EINVAL;
Reinette Chatreb7a79402009-09-25 14:24:23 -07002591 }
2592
2593 /* event log header */
2594 capacity = iwl_read_targ_mem(priv, base);
2595 mode = iwl_read_targ_mem(priv, base + (1 * sizeof(u32)));
2596 num_wraps = iwl_read_targ_mem(priv, base + (2 * sizeof(u32)));
2597 next_entry = iwl_read_targ_mem(priv, base + (3 * sizeof(u32)));
2598
Johannes Bergb2e640d2010-05-05 23:24:54 -07002599 if (capacity > logsize) {
Ben Cahill84c40692009-11-06 14:52:57 -08002600 IWL_ERR(priv, "Log capacity %d is bogus, limit to %d entries\n",
Johannes Bergb2e640d2010-05-05 23:24:54 -07002601 capacity, logsize);
2602 capacity = logsize;
Ben Cahill84c40692009-11-06 14:52:57 -08002603 }
2604
Johannes Bergb2e640d2010-05-05 23:24:54 -07002605 if (next_entry > logsize) {
Ben Cahill84c40692009-11-06 14:52:57 -08002606 IWL_ERR(priv, "Log write index %d is bogus, limit to %d\n",
Johannes Bergb2e640d2010-05-05 23:24:54 -07002607 next_entry, logsize);
2608 next_entry = logsize;
Ben Cahill84c40692009-11-06 14:52:57 -08002609 }
2610
Reinette Chatreb7a79402009-09-25 14:24:23 -07002611 size = num_wraps ? capacity : next_entry;
2612
2613 /* bail out if nothing in log */
2614 if (size == 0) {
2615 IWL_ERR(priv, "Start IWL Event Log Dump: nothing in log\n");
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08002616 return pos;
Reinette Chatreb7a79402009-09-25 14:24:23 -07002617 }
2618
Wey-Yi Guyf37837c2010-08-23 07:57:12 -07002619 /* enable/disable bt channel announcement */
2620 priv->bt_ch_announce = iwlagn_bt_ch_announce;
2621
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08002622#ifdef CONFIG_IWLWIFI_DEBUG
Wey-Yi Guy521d9bc2009-12-10 14:37:23 -08002623 if (!(iwl_get_debug_level(priv) & IWL_DL_FW_ERRORS) && !full_log)
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08002624 size = (size > DEFAULT_DUMP_EVENT_LOG_ENTRIES)
2625 ? DEFAULT_DUMP_EVENT_LOG_ENTRIES : size;
2626#else
2627 size = (size > DEFAULT_DUMP_EVENT_LOG_ENTRIES)
2628 ? DEFAULT_DUMP_EVENT_LOG_ENTRIES : size;
Reinette Chatreb7a79402009-09-25 14:24:23 -07002629#endif
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08002630 IWL_ERR(priv, "Start IWL Event Log Dump: display last %u entries\n",
2631 size);
2632
2633#ifdef CONFIG_IWLWIFI_DEBUG
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08002634 if (display) {
2635 if (full_log)
2636 bufsz = capacity * 48;
2637 else
2638 bufsz = size * 48;
2639 *buf = kmalloc(bufsz, GFP_KERNEL);
2640 if (!*buf)
Wey-Yi Guy937c3972010-01-15 13:43:36 -08002641 return -ENOMEM;
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08002642 }
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08002643 if ((iwl_get_debug_level(priv) & IWL_DL_FW_ERRORS) || full_log) {
2644 /*
2645 * if uCode has wrapped back to top of log,
2646 * start at the oldest entry,
2647 * i.e the next one that uCode would fill.
2648 */
2649 if (num_wraps)
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08002650 pos = iwl_print_event_log(priv, next_entry,
2651 capacity - next_entry, mode,
2652 pos, buf, bufsz);
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08002653 /* (then/else) start at top of log */
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08002654 pos = iwl_print_event_log(priv, 0,
2655 next_entry, mode, pos, buf, bufsz);
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08002656 } else
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08002657 pos = iwl_print_last_event_logs(priv, capacity, num_wraps,
2658 next_entry, size, mode,
2659 pos, buf, bufsz);
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08002660#else
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08002661 pos = iwl_print_last_event_logs(priv, capacity, num_wraps,
2662 next_entry, size, mode,
2663 pos, buf, bufsz);
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08002664#endif
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08002665 return pos;
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08002666}
Reinette Chatreb7a79402009-09-25 14:24:23 -07002667
Wey-Yi Guy0975cc82010-07-31 08:34:07 -07002668static void iwl_rf_kill_ct_config(struct iwl_priv *priv)
2669{
2670 struct iwl_ct_kill_config cmd;
2671 struct iwl_ct_kill_throttling_config adv_cmd;
2672 unsigned long flags;
2673 int ret = 0;
2674
2675 spin_lock_irqsave(&priv->lock, flags);
2676 iwl_write32(priv, CSR_UCODE_DRV_GP1_CLR,
2677 CSR_UCODE_DRV_GP1_REG_BIT_CT_KILL_EXIT);
2678 spin_unlock_irqrestore(&priv->lock, flags);
2679 priv->thermal_throttle.ct_kill_toggle = false;
2680
2681 if (priv->cfg->support_ct_kill_exit) {
2682 adv_cmd.critical_temperature_enter =
2683 cpu_to_le32(priv->hw_params.ct_kill_threshold);
2684 adv_cmd.critical_temperature_exit =
2685 cpu_to_le32(priv->hw_params.ct_kill_exit_threshold);
2686
2687 ret = iwl_send_cmd_pdu(priv, REPLY_CT_KILL_CONFIG_CMD,
2688 sizeof(adv_cmd), &adv_cmd);
2689 if (ret)
2690 IWL_ERR(priv, "REPLY_CT_KILL_CONFIG_CMD failed\n");
2691 else
2692 IWL_DEBUG_INFO(priv, "REPLY_CT_KILL_CONFIG_CMD "
2693 "succeeded, "
2694 "critical temperature enter is %d,"
2695 "exit is %d\n",
2696 priv->hw_params.ct_kill_threshold,
2697 priv->hw_params.ct_kill_exit_threshold);
2698 } else {
2699 cmd.critical_temperature_R =
2700 cpu_to_le32(priv->hw_params.ct_kill_threshold);
2701
2702 ret = iwl_send_cmd_pdu(priv, REPLY_CT_KILL_CONFIG_CMD,
2703 sizeof(cmd), &cmd);
2704 if (ret)
2705 IWL_ERR(priv, "REPLY_CT_KILL_CONFIG_CMD failed\n");
2706 else
2707 IWL_DEBUG_INFO(priv, "REPLY_CT_KILL_CONFIG_CMD "
2708 "succeeded, "
2709 "critical temperature is %d\n",
2710 priv->hw_params.ct_kill_threshold);
2711 }
2712}
2713
Zhu Yib481de92007-09-25 17:54:57 -07002714/**
Tomas Winkler4a4a9e82008-05-29 16:34:54 +08002715 * iwl_alive_start - called after REPLY_ALIVE notification received
Zhu Yib481de92007-09-25 17:54:57 -07002716 * from protocol/runtime uCode (initialization uCode's
Tomas Winkler4a4a9e82008-05-29 16:34:54 +08002717 * Alive gets handled by iwl_init_alive_start()).
Zhu Yib481de92007-09-25 17:54:57 -07002718 */
Tomas Winkler4a4a9e82008-05-29 16:34:54 +08002719static void iwl_alive_start(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002720{
Tomas Winkler57aab752008-04-14 21:16:03 -07002721 int ret = 0;
Johannes Berg246ed352010-08-23 10:46:32 +02002722 struct iwl_rxon_context *ctx = &priv->contexts[IWL_RXON_CTX_BSS];
Zhu Yib481de92007-09-25 17:54:57 -07002723
Tomas Winklere1623442009-01-27 14:27:56 -08002724 IWL_DEBUG_INFO(priv, "Runtime Alive received.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002725
2726 if (priv->card_alive.is_valid != UCODE_VALID_OK) {
2727 /* We had an error bringing up the hardware, so take it
2728 * all the way back down so we can try again */
Tomas Winklere1623442009-01-27 14:27:56 -08002729 IWL_DEBUG_INFO(priv, "Alive failed.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002730 goto restart;
2731 }
2732
2733 /* Initialize uCode has loaded Runtime uCode ... verify inst image.
2734 * This is a paranoid check, because we would not have gotten the
2735 * "runtime" alive if code weren't properly loaded. */
Emmanuel Grumbachb0692f22008-04-24 11:55:18 -07002736 if (iwl_verify_ucode(priv)) {
Zhu Yib481de92007-09-25 17:54:57 -07002737 /* Runtime instruction load was bad;
2738 * take it all the way back down so we can try again */
Tomas Winklere1623442009-01-27 14:27:56 -08002739 IWL_DEBUG_INFO(priv, "Bad runtime uCode load.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002740 goto restart;
2741 }
2742
Tomas Winkler57aab752008-04-14 21:16:03 -07002743 ret = priv->cfg->ops->lib->alive_notify(priv);
2744 if (ret) {
Winkler, Tomas39aadf82008-12-19 10:37:32 +08002745 IWL_WARN(priv,
2746 "Could not complete ALIVE transition [ntf]: %d\n", ret);
Zhu Yib481de92007-09-25 17:54:57 -07002747 goto restart;
2748 }
2749
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07002750 /* After the ALIVE response, we can send host commands to the uCode */
Zhu Yib481de92007-09-25 17:54:57 -07002751 set_bit(STATUS_ALIVE, &priv->status);
2752
Wey-Yi Guyb74e31a2010-03-01 17:23:50 -08002753 if (priv->cfg->ops->lib->recover_from_tx_stall) {
2754 /* Enable timer to monitor the driver queues */
2755 mod_timer(&priv->monitor_recover,
2756 jiffies +
2757 msecs_to_jiffies(priv->cfg->monitor_recover_period));
2758 }
2759
Tomas Winklerfee12472008-04-03 16:05:21 -07002760 if (iwl_is_rfkill(priv))
Zhu Yib481de92007-09-25 17:54:57 -07002761 return;
2762
Johannes Berg36d68252008-05-15 12:55:26 +02002763 ieee80211_wake_queues(priv->hw);
Zhu Yib481de92007-09-25 17:54:57 -07002764
Johannes Berg470ab2d2010-01-21 11:23:30 -08002765 priv->active_rate = IWL_RATES_MASK;
Zhu Yib481de92007-09-25 17:54:57 -07002766
Wey-Yi Guy2f748de2009-09-17 10:43:51 -07002767 /* Configure Tx antenna selection based on H/W config */
2768 if (priv->cfg->ops->hcmd->set_tx_ant)
2769 priv->cfg->ops->hcmd->set_tx_ant(priv, priv->cfg->valid_tx_ant);
2770
Johannes Berg246ed352010-08-23 10:46:32 +02002771 if (iwl_is_associated_ctx(ctx)) {
Gregory Greenmanc1adf9f2008-05-15 13:53:59 +08002772 struct iwl_rxon_cmd *active_rxon =
Johannes Berg246ed352010-08-23 10:46:32 +02002773 (struct iwl_rxon_cmd *)&ctx->active;
Mohamed Abbas019fb972009-03-17 21:59:18 -07002774 /* apply any changes in staging */
Johannes Berg246ed352010-08-23 10:46:32 +02002775 ctx->staging.filter_flags |= RXON_FILTER_ASSOC_MSK;
Zhu Yib481de92007-09-25 17:54:57 -07002776 active_rxon->filter_flags &= ~RXON_FILTER_ASSOC_MSK;
2777 } else {
2778 /* Initialize our rx_config data */
Johannes Berg1dda6d22010-04-29 04:43:06 -07002779 iwl_connection_init_rx_config(priv, NULL);
Abhijeet Kolekar45823532009-04-08 11:26:44 -07002780
2781 if (priv->cfg->ops->hcmd->set_rxon_chain)
Johannes Berg246ed352010-08-23 10:46:32 +02002782 priv->cfg->ops->hcmd->set_rxon_chain(priv, ctx);
Zhu Yib481de92007-09-25 17:54:57 -07002783 }
2784
Wey-Yi Guyaeb4a2e2010-08-23 07:57:05 -07002785 if (!priv->cfg->advanced_bt_coexist) {
2786 /* Configure Bluetooth device coexistence support */
2787 priv->cfg->ops->hcmd->send_bt_config(priv);
2788 }
Zhu Yib481de92007-09-25 17:54:57 -07002789
Tomas Winkler4a4a9e82008-05-29 16:34:54 +08002790 iwl_reset_run_time_calib(priv);
2791
Zhu Yib481de92007-09-25 17:54:57 -07002792 /* Configure the adapter for unassociated operation */
Johannes Berg246ed352010-08-23 10:46:32 +02002793 iwlcore_commit_rxon(priv, ctx);
Zhu Yib481de92007-09-25 17:54:57 -07002794
2795 /* At this point, the NIC is initialized and operational */
Emmanuel Grumbach47f4a582008-06-12 09:47:13 +08002796 iwl_rf_kill_ct_config(priv);
Zhu Yi5a669262008-01-14 17:46:18 -08002797
Johannes Berge932a602009-10-02 13:44:03 -07002798 iwl_leds_init(priv);
Reinette Chatrefe00b5a2008-04-03 16:05:23 -07002799
Tomas Winklere1623442009-01-27 14:27:56 -08002800 IWL_DEBUG_INFO(priv, "ALIVE processing complete.\n");
Rick Farringtona9f46782008-03-18 14:57:49 -07002801 set_bit(STATUS_READY, &priv->status);
Zhu Yi5a669262008-01-14 17:46:18 -08002802 wake_up_interruptible(&priv->wait_command_queue);
Zhu Yib481de92007-09-25 17:54:57 -07002803
Johannes Berge312c242009-08-07 15:41:51 -07002804 iwl_power_update_mode(priv, true);
Reinette Chatre7e246192010-02-18 22:58:32 -08002805 IWL_DEBUG_INFO(priv, "Updated power mode\n");
2806
Assaf Kraussc46fbef2008-06-12 09:47:05 +08002807
Zhu Yib481de92007-09-25 17:54:57 -07002808 return;
2809
2810 restart:
2811 queue_work(priv->workqueue, &priv->restart);
2812}
2813
Emmanuel Grumbach4e393172008-06-12 09:46:53 +08002814static void iwl_cancel_deferred_work(struct iwl_priv *priv);
Zhu Yib481de92007-09-25 17:54:57 -07002815
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07002816static void __iwl_down(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002817{
2818 unsigned long flags;
2819 int exit_pending = test_bit(STATUS_EXIT_PENDING, &priv->status);
Zhu Yib481de92007-09-25 17:54:57 -07002820
Tomas Winklere1623442009-01-27 14:27:56 -08002821 IWL_DEBUG_INFO(priv, DRV_NAME " is going down\n");
Zhu Yib481de92007-09-25 17:54:57 -07002822
Zhu Yib481de92007-09-25 17:54:57 -07002823 if (!exit_pending)
2824 set_bit(STATUS_EXIT_PENDING, &priv->status);
2825
Stanislaw Gruszkab62177a2010-08-20 15:23:47 +02002826 /* Stop TX queues watchdog. We need to have STATUS_EXIT_PENDING bit set
2827 * to prevent rearm timer */
2828 if (priv->cfg->ops->lib->recover_from_tx_stall)
2829 del_timer_sync(&priv->monitor_recover);
2830
Johannes Berg2c810cc2010-04-29 00:53:29 -07002831 iwl_clear_ucode_stations(priv);
2832 iwl_dealloc_bcast_station(priv);
Johannes Bergdb125c72010-05-07 01:49:15 -07002833 iwl_clear_driver_stations(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002834
Johannes Berga1174132010-08-23 07:56:59 -07002835 /* reset BT coex data */
Wey-Yi Guyda5dbb92010-08-23 07:57:13 -07002836 priv->bt_status = 0;
Wey-Yi Guya4b96cc2010-08-23 07:57:08 -07002837 priv->bt_traffic_load = priv->cfg->bt_init_traffic_load;
Johannes Berga1174132010-08-23 07:56:59 -07002838 priv->bt_sco_active = false;
Wey-Yi Guybee008b2010-08-23 07:57:04 -07002839 priv->bt_full_concurrent = false;
2840 priv->bt_ci_compliance = 0;
Johannes Berga1174132010-08-23 07:56:59 -07002841
Zhu Yib481de92007-09-25 17:54:57 -07002842 /* Unblock any waiting calls */
2843 wake_up_interruptible_all(&priv->wait_command_queue);
2844
Zhu Yib481de92007-09-25 17:54:57 -07002845 /* Wipe out the EXIT_PENDING status bit if we are not actually
2846 * exiting the module */
2847 if (!exit_pending)
2848 clear_bit(STATUS_EXIT_PENDING, &priv->status);
2849
2850 /* stop and reset the on-board processor */
Tomas Winkler3395f6e2008-03-25 16:33:37 -07002851 iwl_write32(priv, CSR_RESET, CSR_RESET_REG_FLAG_NEVO_RESET);
Zhu Yib481de92007-09-25 17:54:57 -07002852
2853 /* tell the device to stop sending interrupts */
Mohamed Abbas0359fac2008-03-28 16:21:08 -07002854 spin_lock_irqsave(&priv->lock, flags);
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07002855 iwl_disable_interrupts(priv);
Mohamed Abbas0359fac2008-03-28 16:21:08 -07002856 spin_unlock_irqrestore(&priv->lock, flags);
2857 iwl_synchronize_irq(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002858
2859 if (priv->mac80211_registered)
2860 ieee80211_stop_queues(priv->hw);
2861
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07002862 /* If we have not previously called iwl_init() then
Johannes Berga60e77e2009-06-04 18:26:06 +02002863 * clear all bits but the RF Kill bit and return */
Tomas Winklerfee12472008-04-03 16:05:21 -07002864 if (!iwl_is_init(priv)) {
Zhu Yib481de92007-09-25 17:54:57 -07002865 priv->status = test_bit(STATUS_RF_KILL_HW, &priv->status) <<
2866 STATUS_RF_KILL_HW |
Reinette Chatre97888642008-02-06 11:20:38 -08002867 test_bit(STATUS_GEO_CONFIGURED, &priv->status) <<
2868 STATUS_GEO_CONFIGURED |
Mohamed Abbas052ec3f2008-06-30 17:23:15 +08002869 test_bit(STATUS_EXIT_PENDING, &priv->status) <<
2870 STATUS_EXIT_PENDING;
Zhu Yib481de92007-09-25 17:54:57 -07002871 goto exit;
2872 }
2873
Wey-Yi Guy6da3a132009-03-26 10:14:08 -07002874 /* ...otherwise clear out all the status bits but the RF Kill
Johannes Berga60e77e2009-06-04 18:26:06 +02002875 * bit and continue taking the NIC down. */
Zhu Yib481de92007-09-25 17:54:57 -07002876 priv->status &= test_bit(STATUS_RF_KILL_HW, &priv->status) <<
2877 STATUS_RF_KILL_HW |
Reinette Chatre97888642008-02-06 11:20:38 -08002878 test_bit(STATUS_GEO_CONFIGURED, &priv->status) <<
2879 STATUS_GEO_CONFIGURED |
Zhu Yib481de92007-09-25 17:54:57 -07002880 test_bit(STATUS_FW_ERROR, &priv->status) <<
Mohamed Abbas052ec3f2008-06-30 17:23:15 +08002881 STATUS_FW_ERROR |
2882 test_bit(STATUS_EXIT_PENDING, &priv->status) <<
2883 STATUS_EXIT_PENDING;
Zhu Yib481de92007-09-25 17:54:57 -07002884
Mohamed Abbasef850d72009-05-22 11:01:50 -07002885 /* device going down, Stop using ICT table */
2886 iwl_disable_ict(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002887
Wey-Yi Guy74bcdb32010-03-17 13:34:34 -07002888 iwlagn_txq_ctx_stop(priv);
Wey-Yi Guy54b81552010-03-17 13:34:35 -07002889 iwlagn_rxq_stop(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002890
Ben Cahill309e7312009-11-06 14:53:03 -08002891 /* Power-down device's busmaster DMA clocks */
2892 iwl_write_prph(priv, APMG_CLK_DIS_REG, APMG_CLK_VAL_DMA_CLK_RQT);
Zhu Yib481de92007-09-25 17:54:57 -07002893 udelay(5);
2894
Ben Cahill309e7312009-11-06 14:53:03 -08002895 /* Make sure (redundant) we've released our request to stay awake */
2896 iwl_clear_bit(priv, CSR_GP_CNTRL, CSR_GP_CNTRL_REG_FLAG_MAC_ACCESS_REQ);
2897
Ben Cahill4d2ccdb2009-10-09 13:20:20 -07002898 /* Stop the device, and put it in low power state */
2899 priv->cfg->ops->lib->apm_ops.stop(priv);
2900
Zhu Yib481de92007-09-25 17:54:57 -07002901 exit:
Tomas Winkler885ba202008-05-29 16:34:55 +08002902 memset(&priv->card_alive, 0, sizeof(struct iwl_alive_resp));
Zhu Yib481de92007-09-25 17:54:57 -07002903
2904 if (priv->ibss_beacon)
2905 dev_kfree_skb(priv->ibss_beacon);
2906 priv->ibss_beacon = NULL;
2907
2908 /* clear out any free frames */
Tomas Winklerfcab4232008-05-15 13:54:01 +08002909 iwl_clear_free_frames(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002910}
2911
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07002912static void iwl_down(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002913{
2914 mutex_lock(&priv->mutex);
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07002915 __iwl_down(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002916 mutex_unlock(&priv->mutex);
Zhu Yib24d22b2007-12-19 13:59:52 +08002917
Emmanuel Grumbach4e393172008-06-12 09:46:53 +08002918 iwl_cancel_deferred_work(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002919}
2920
Mohamed Abbas086ed112009-05-22 11:01:54 -07002921#define HW_READY_TIMEOUT (50)
2922
2923static int iwl_set_hw_ready(struct iwl_priv *priv)
2924{
2925 int ret = 0;
2926
2927 iwl_set_bit(priv, CSR_HW_IF_CONFIG_REG,
2928 CSR_HW_IF_CONFIG_REG_BIT_NIC_READY);
2929
2930 /* See if we got it */
2931 ret = iwl_poll_bit(priv, CSR_HW_IF_CONFIG_REG,
2932 CSR_HW_IF_CONFIG_REG_BIT_NIC_READY,
2933 CSR_HW_IF_CONFIG_REG_BIT_NIC_READY,
2934 HW_READY_TIMEOUT);
2935 if (ret != -ETIMEDOUT)
2936 priv->hw_ready = true;
2937 else
2938 priv->hw_ready = false;
2939
2940 IWL_DEBUG_INFO(priv, "hardware %s\n",
2941 (priv->hw_ready == 1) ? "ready" : "not ready");
2942 return ret;
2943}
2944
2945static int iwl_prepare_card_hw(struct iwl_priv *priv)
2946{
2947 int ret = 0;
2948
Frans Pop91dd6c22010-03-24 14:19:58 -07002949 IWL_DEBUG_INFO(priv, "iwl_prepare_card_hw enter\n");
Mohamed Abbas086ed112009-05-22 11:01:54 -07002950
Mohamed Abbas3354a0f2009-06-19 13:52:41 -07002951 ret = iwl_set_hw_ready(priv);
2952 if (priv->hw_ready)
2953 return ret;
2954
2955 /* If HW is not ready, prepare the conditions to check again */
Mohamed Abbas086ed112009-05-22 11:01:54 -07002956 iwl_set_bit(priv, CSR_HW_IF_CONFIG_REG,
2957 CSR_HW_IF_CONFIG_REG_PREPARE);
2958
2959 ret = iwl_poll_bit(priv, CSR_HW_IF_CONFIG_REG,
2960 ~CSR_HW_IF_CONFIG_REG_BIT_NIC_PREPARE_DONE,
2961 CSR_HW_IF_CONFIG_REG_BIT_NIC_PREPARE_DONE, 150000);
2962
Mohamed Abbas3354a0f2009-06-19 13:52:41 -07002963 /* HW should be ready by now, check again. */
Mohamed Abbas086ed112009-05-22 11:01:54 -07002964 if (ret != -ETIMEDOUT)
2965 iwl_set_hw_ready(priv);
2966
2967 return ret;
2968}
2969
Zhu Yib481de92007-09-25 17:54:57 -07002970#define MAX_HW_RESTARTS 5
2971
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07002972static int __iwl_up(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002973{
Tomas Winkler57aab752008-04-14 21:16:03 -07002974 int i;
2975 int ret;
Zhu Yib481de92007-09-25 17:54:57 -07002976
2977 if (test_bit(STATUS_EXIT_PENDING, &priv->status)) {
Winkler, Tomas39aadf82008-12-19 10:37:32 +08002978 IWL_WARN(priv, "Exit pending; will not bring the NIC up\n");
Zhu Yib481de92007-09-25 17:54:57 -07002979 return -EIO;
2980 }
2981
Reinette Chatree903fbd2008-01-30 22:05:15 -08002982 if (!priv->ucode_data_backup.v_addr || !priv->ucode_data.v_addr) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08002983 IWL_ERR(priv, "ucode not available for device bringup\n");
Reinette Chatree903fbd2008-01-30 22:05:15 -08002984 return -EIO;
2985 }
2986
Johannes Berg2c810cc2010-04-29 00:53:29 -07002987 ret = iwl_alloc_bcast_station(priv, true);
2988 if (ret)
2989 return ret;
2990
Mohamed Abbas086ed112009-05-22 11:01:54 -07002991 iwl_prepare_card_hw(priv);
2992
2993 if (!priv->hw_ready) {
2994 IWL_WARN(priv, "Exit HW not ready\n");
2995 return -EIO;
2996 }
2997
Zhu Yie655b9f2008-01-24 02:19:38 -08002998 /* If platform's RF_KILL switch is NOT set to KILL */
Tomas Winklerc1842d62008-08-04 16:00:43 +08002999 if (iwl_read32(priv, CSR_GP_CNTRL) & CSR_GP_CNTRL_REG_FLAG_HW_RF_KILL_SW)
Zhu Yie655b9f2008-01-24 02:19:38 -08003000 clear_bit(STATUS_RF_KILL_HW, &priv->status);
Emmanuel Grumbach3bff19c2008-06-30 17:23:19 +08003001 else
Zhu Yie655b9f2008-01-24 02:19:38 -08003002 set_bit(STATUS_RF_KILL_HW, &priv->status);
Emmanuel Grumbach3bff19c2008-06-30 17:23:19 +08003003
Tomas Winklerc1842d62008-08-04 16:00:43 +08003004 if (iwl_is_rfkill(priv)) {
Johannes Berga60e77e2009-06-04 18:26:06 +02003005 wiphy_rfkill_set_hw_state(priv->hw->wiphy, true);
3006
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07003007 iwl_enable_interrupts(priv);
Johannes Berga60e77e2009-06-04 18:26:06 +02003008 IWL_WARN(priv, "Radio disabled by HW RF Kill switch\n");
Tomas Winklerc1842d62008-08-04 16:00:43 +08003009 return 0;
Zhu Yib481de92007-09-25 17:54:57 -07003010 }
3011
Tomas Winkler3395f6e2008-03-25 16:33:37 -07003012 iwl_write32(priv, CSR_INT, 0xFFFFFFFF);
Zhu Yib481de92007-09-25 17:54:57 -07003013
Wey-Yi Guy74bcdb32010-03-17 13:34:34 -07003014 ret = iwlagn_hw_nic_init(priv);
Tomas Winkler57aab752008-04-14 21:16:03 -07003015 if (ret) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08003016 IWL_ERR(priv, "Unable to init nic\n");
Tomas Winkler57aab752008-04-14 21:16:03 -07003017 return ret;
Zhu Yib481de92007-09-25 17:54:57 -07003018 }
3019
3020 /* make sure rfkill handshake bits are cleared */
Tomas Winkler3395f6e2008-03-25 16:33:37 -07003021 iwl_write32(priv, CSR_UCODE_DRV_GP1_CLR, CSR_UCODE_SW_BIT_RFKILL);
3022 iwl_write32(priv, CSR_UCODE_DRV_GP1_CLR,
Zhu Yib481de92007-09-25 17:54:57 -07003023 CSR_UCODE_DRV_GP1_BIT_CMD_BLOCKED);
3024
3025 /* clear (again), then enable host interrupts */
Tomas Winkler3395f6e2008-03-25 16:33:37 -07003026 iwl_write32(priv, CSR_INT, 0xFFFFFFFF);
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07003027 iwl_enable_interrupts(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003028
3029 /* really make sure rfkill handshake bits are cleared */
Tomas Winkler3395f6e2008-03-25 16:33:37 -07003030 iwl_write32(priv, CSR_UCODE_DRV_GP1_CLR, CSR_UCODE_SW_BIT_RFKILL);
3031 iwl_write32(priv, CSR_UCODE_DRV_GP1_CLR, CSR_UCODE_SW_BIT_RFKILL);
Zhu Yib481de92007-09-25 17:54:57 -07003032
3033 /* Copy original ucode data image from disk into backup cache.
3034 * This will be used to initialize the on-board processor's
3035 * data SRAM for a clean start when the runtime program first loads. */
3036 memcpy(priv->ucode_data_backup.v_addr, priv->ucode_data.v_addr,
Zhu Yi5a669262008-01-14 17:46:18 -08003037 priv->ucode_data.len);
Zhu Yib481de92007-09-25 17:54:57 -07003038
Zhu Yib481de92007-09-25 17:54:57 -07003039 for (i = 0; i < MAX_HW_RESTARTS; i++) {
3040
Zhu Yib481de92007-09-25 17:54:57 -07003041 /* load bootstrap state machine,
3042 * load bootstrap program into processor's memory,
3043 * prepare to load the "initialize" uCode */
Tomas Winkler57aab752008-04-14 21:16:03 -07003044 ret = priv->cfg->ops->lib->load_ucode(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003045
Tomas Winkler57aab752008-04-14 21:16:03 -07003046 if (ret) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08003047 IWL_ERR(priv, "Unable to set up bootstrap uCode: %d\n",
3048 ret);
Zhu Yib481de92007-09-25 17:54:57 -07003049 continue;
3050 }
3051
3052 /* start card; "initialize" will load runtime ucode */
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07003053 iwl_nic_start(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003054
Tomas Winklere1623442009-01-27 14:27:56 -08003055 IWL_DEBUG_INFO(priv, DRV_NAME " is coming up\n");
Zhu Yib481de92007-09-25 17:54:57 -07003056
3057 return 0;
3058 }
3059
3060 set_bit(STATUS_EXIT_PENDING, &priv->status);
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07003061 __iwl_down(priv);
Mohamed Abbas64e72c32008-06-12 09:47:03 +08003062 clear_bit(STATUS_EXIT_PENDING, &priv->status);
Zhu Yib481de92007-09-25 17:54:57 -07003063
3064 /* tried to restart and config the device for as long as our
3065 * patience could withstand */
Winkler, Tomas15b16872008-12-19 10:37:33 +08003066 IWL_ERR(priv, "Unable to initialize device after %d attempts.\n", i);
Zhu Yib481de92007-09-25 17:54:57 -07003067 return -EIO;
3068}
3069
3070
3071/*****************************************************************************
3072 *
3073 * Workqueue callbacks
3074 *
3075 *****************************************************************************/
3076
Tomas Winkler4a4a9e82008-05-29 16:34:54 +08003077static void iwl_bg_init_alive_start(struct work_struct *data)
Zhu Yib481de92007-09-25 17:54:57 -07003078{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07003079 struct iwl_priv *priv =
3080 container_of(data, struct iwl_priv, init_alive_start.work);
Zhu Yib481de92007-09-25 17:54:57 -07003081
3082 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
3083 return;
3084
3085 mutex_lock(&priv->mutex);
Emmanuel Grumbachf3ccc082008-05-05 10:22:45 +08003086 priv->cfg->ops->lib->init_alive_start(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003087 mutex_unlock(&priv->mutex);
3088}
3089
Tomas Winkler4a4a9e82008-05-29 16:34:54 +08003090static void iwl_bg_alive_start(struct work_struct *data)
Zhu Yib481de92007-09-25 17:54:57 -07003091{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07003092 struct iwl_priv *priv =
3093 container_of(data, struct iwl_priv, alive_start.work);
Zhu Yib481de92007-09-25 17:54:57 -07003094
3095 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
3096 return;
3097
Mohamed Abbas258c44a2009-06-03 11:44:10 -07003098 /* enable dram interrupt */
3099 iwl_reset_ict(priv);
3100
Zhu Yib481de92007-09-25 17:54:57 -07003101 mutex_lock(&priv->mutex);
Tomas Winkler4a4a9e82008-05-29 16:34:54 +08003102 iwl_alive_start(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003103 mutex_unlock(&priv->mutex);
3104}
3105
Emmanuel Grumbach16e727e2008-06-12 09:46:52 +08003106static void iwl_bg_run_time_calib_work(struct work_struct *work)
3107{
3108 struct iwl_priv *priv = container_of(work, struct iwl_priv,
3109 run_time_calib_work);
3110
3111 mutex_lock(&priv->mutex);
3112
3113 if (test_bit(STATUS_EXIT_PENDING, &priv->status) ||
3114 test_bit(STATUS_SCANNING, &priv->status)) {
3115 mutex_unlock(&priv->mutex);
3116 return;
3117 }
3118
3119 if (priv->start_calib) {
Wey-Yi Guy7980fba2010-07-14 08:08:57 -07003120 if (priv->cfg->bt_statistics) {
3121 iwl_chain_noise_calibration(priv,
3122 (void *)&priv->_agn.statistics_bt);
3123 iwl_sensitivity_calibration(priv,
3124 (void *)&priv->_agn.statistics_bt);
3125 } else {
3126 iwl_chain_noise_calibration(priv,
3127 (void *)&priv->_agn.statistics);
3128 iwl_sensitivity_calibration(priv,
3129 (void *)&priv->_agn.statistics);
3130 }
Emmanuel Grumbach16e727e2008-06-12 09:46:52 +08003131 }
3132
3133 mutex_unlock(&priv->mutex);
Emmanuel Grumbach16e727e2008-06-12 09:46:52 +08003134}
3135
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07003136static void iwl_bg_restart(struct work_struct *data)
Zhu Yib481de92007-09-25 17:54:57 -07003137{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07003138 struct iwl_priv *priv = container_of(data, struct iwl_priv, restart);
Zhu Yib481de92007-09-25 17:54:57 -07003139
3140 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
3141 return;
3142
Johannes Berg19cc1082009-05-08 13:44:36 -07003143 if (test_and_clear_bit(STATUS_FW_ERROR, &priv->status)) {
Wey-Yi Guybee008b2010-08-23 07:57:04 -07003144 bool bt_sco, bt_full_concurrent;
3145 u8 bt_ci_compliance;
Johannes Berg511b0822010-08-23 07:57:01 -07003146 u8 bt_load;
Wey-Yi Guyda5dbb92010-08-23 07:57:13 -07003147 u8 bt_status;
Johannes Berg511b0822010-08-23 07:57:01 -07003148
Johannes Berg19cc1082009-05-08 13:44:36 -07003149 mutex_lock(&priv->mutex);
3150 priv->vif = NULL;
3151 priv->is_open = 0;
Johannes Berg511b0822010-08-23 07:57:01 -07003152
3153 /*
3154 * __iwl_down() will clear the BT status variables,
3155 * which is correct, but when we restart we really
3156 * want to keep them so restore them afterwards.
3157 *
3158 * The restart process will later pick them up and
3159 * re-configure the hw when we reconfigure the BT
3160 * command.
3161 */
3162 bt_sco = priv->bt_sco_active;
Wey-Yi Guybee008b2010-08-23 07:57:04 -07003163 bt_full_concurrent = priv->bt_full_concurrent;
3164 bt_ci_compliance = priv->bt_ci_compliance;
Johannes Berg511b0822010-08-23 07:57:01 -07003165 bt_load = priv->bt_traffic_load;
Wey-Yi Guyda5dbb92010-08-23 07:57:13 -07003166 bt_status = priv->bt_status;
Johannes Berg511b0822010-08-23 07:57:01 -07003167
Johannes Berga1174132010-08-23 07:56:59 -07003168 __iwl_down(priv);
Johannes Berg511b0822010-08-23 07:57:01 -07003169
3170 priv->bt_sco_active = bt_sco;
Wey-Yi Guybee008b2010-08-23 07:57:04 -07003171 priv->bt_full_concurrent = bt_full_concurrent;
3172 priv->bt_ci_compliance = bt_ci_compliance;
Johannes Berg511b0822010-08-23 07:57:01 -07003173 priv->bt_traffic_load = bt_load;
Wey-Yi Guyda5dbb92010-08-23 07:57:13 -07003174 priv->bt_status = bt_status;
Johannes Berg511b0822010-08-23 07:57:01 -07003175
Johannes Berg19cc1082009-05-08 13:44:36 -07003176 mutex_unlock(&priv->mutex);
Johannes Berga1174132010-08-23 07:56:59 -07003177 iwl_cancel_deferred_work(priv);
Johannes Berg19cc1082009-05-08 13:44:36 -07003178 ieee80211_restart_hw(priv->hw);
3179 } else {
3180 iwl_down(priv);
Johannes Berg80676512010-01-21 06:07:17 -08003181
3182 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
3183 return;
3184
3185 mutex_lock(&priv->mutex);
3186 __iwl_up(priv);
3187 mutex_unlock(&priv->mutex);
Johannes Berg19cc1082009-05-08 13:44:36 -07003188 }
Zhu Yib481de92007-09-25 17:54:57 -07003189}
3190
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07003191static void iwl_bg_rx_replenish(struct work_struct *data)
Zhu Yib481de92007-09-25 17:54:57 -07003192{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07003193 struct iwl_priv *priv =
3194 container_of(data, struct iwl_priv, rx_replenish);
Zhu Yib481de92007-09-25 17:54:57 -07003195
3196 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
3197 return;
3198
3199 mutex_lock(&priv->mutex);
Wey-Yi Guy54b81552010-03-17 13:34:35 -07003200 iwlagn_rx_replenish(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003201 mutex_unlock(&priv->mutex);
3202}
3203
Mohamed Abbas7878a5a2007-11-29 11:10:13 +08003204#define IWL_DELAY_NEXT_SCAN (HZ*2)
3205
Johannes Berg1dda6d22010-04-29 04:43:06 -07003206void iwl_post_associate(struct iwl_priv *priv, struct ieee80211_vif *vif)
Zhu Yib481de92007-09-25 17:54:57 -07003207{
Johannes Berg246ed352010-08-23 10:46:32 +02003208 struct iwl_rxon_context *ctx;
Zhu Yib481de92007-09-25 17:54:57 -07003209 struct ieee80211_conf *conf = NULL;
Tomas Winkler857485c2008-03-21 13:53:44 -07003210 int ret = 0;
Zhu Yib481de92007-09-25 17:54:57 -07003211
Johannes Berg1dda6d22010-04-29 04:43:06 -07003212 if (!vif || !priv->is_open)
3213 return;
3214
Johannes Berg246ed352010-08-23 10:46:32 +02003215 ctx = iwl_rxon_ctx_from_vif(vif);
3216
Johannes Berg1dda6d22010-04-29 04:43:06 -07003217 if (vif->type == NL80211_IFTYPE_AP) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08003218 IWL_ERR(priv, "%s Should not be called in AP mode\n", __func__);
Zhu Yib481de92007-09-25 17:54:57 -07003219 return;
3220 }
3221
Zhu Yib481de92007-09-25 17:54:57 -07003222 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
3223 return;
3224
Tomas Winkler2a421b92008-06-12 09:47:10 +08003225 iwl_scan_cancel_timeout(priv, 200);
mabbas052c4b92007-10-25 17:15:43 +08003226
Zhu Yib481de92007-09-25 17:54:57 -07003227 conf = ieee80211_get_hw_conf(priv->hw);
3228
Johannes Berg246ed352010-08-23 10:46:32 +02003229 ctx->staging.filter_flags &= ~RXON_FILTER_ASSOC_MSK;
3230 iwlcore_commit_rxon(priv, ctx);
Zhu Yib481de92007-09-25 17:54:57 -07003231
Johannes Berg948f5a22010-07-29 07:07:51 -07003232 ret = iwl_send_rxon_timing(priv, vif);
Tomas Winkler857485c2008-03-21 13:53:44 -07003233 if (ret)
Winkler, Tomas39aadf82008-12-19 10:37:32 +08003234 IWL_WARN(priv, "REPLY_RXON_TIMING failed - "
Zhu Yib481de92007-09-25 17:54:57 -07003235 "Attempting to continue.\n");
3236
Johannes Berg246ed352010-08-23 10:46:32 +02003237 ctx->staging.filter_flags |= RXON_FILTER_ASSOC_MSK;
Zhu Yib481de92007-09-25 17:54:57 -07003238
Emmanuel Grumbach42eb7c62008-09-17 10:10:05 +08003239 iwl_set_rxon_ht(priv, &priv->current_ht_config);
Ron Rindjunsky4f85f5b2008-06-09 22:54:35 +03003240
Abhijeet Kolekar45823532009-04-08 11:26:44 -07003241 if (priv->cfg->ops->hcmd->set_rxon_chain)
Johannes Berg246ed352010-08-23 10:46:32 +02003242 priv->cfg->ops->hcmd->set_rxon_chain(priv, ctx);
Abhijeet Kolekar45823532009-04-08 11:26:44 -07003243
Johannes Berg246ed352010-08-23 10:46:32 +02003244 ctx->staging.assoc_id = cpu_to_le16(vif->bss_conf.aid);
Zhu Yib481de92007-09-25 17:54:57 -07003245
Tomas Winklere1623442009-01-27 14:27:56 -08003246 IWL_DEBUG_ASSOC(priv, "assoc id %d beacon interval %d\n",
Johannes Berg1dda6d22010-04-29 04:43:06 -07003247 vif->bss_conf.aid, vif->bss_conf.beacon_int);
Zhu Yib481de92007-09-25 17:54:57 -07003248
Johannes Bergc213d742010-05-06 12:21:40 -07003249 if (vif->bss_conf.use_short_preamble)
Johannes Berg246ed352010-08-23 10:46:32 +02003250 ctx->staging.flags |= RXON_FLG_SHORT_PREAMBLE_MSK;
Zhu Yib481de92007-09-25 17:54:57 -07003251 else
Johannes Berg246ed352010-08-23 10:46:32 +02003252 ctx->staging.flags &= ~RXON_FLG_SHORT_PREAMBLE_MSK;
Zhu Yib481de92007-09-25 17:54:57 -07003253
Johannes Berg246ed352010-08-23 10:46:32 +02003254 if (ctx->staging.flags & RXON_FLG_BAND_24G_MSK) {
Johannes Bergc213d742010-05-06 12:21:40 -07003255 if (vif->bss_conf.use_short_slot)
Johannes Berg246ed352010-08-23 10:46:32 +02003256 ctx->staging.flags |= RXON_FLG_SHORT_SLOT_MSK;
Zhu Yib481de92007-09-25 17:54:57 -07003257 else
Johannes Berg246ed352010-08-23 10:46:32 +02003258 ctx->staging.flags &= ~RXON_FLG_SHORT_SLOT_MSK;
Zhu Yib481de92007-09-25 17:54:57 -07003259 }
3260
Johannes Berg246ed352010-08-23 10:46:32 +02003261 iwlcore_commit_rxon(priv, ctx);
Zhu Yib481de92007-09-25 17:54:57 -07003262
Reinette Chatrefe6b23d2010-02-22 16:24:47 -08003263 IWL_DEBUG_ASSOC(priv, "Associated as %d to: %pM\n",
Johannes Berg246ed352010-08-23 10:46:32 +02003264 vif->bss_conf.aid, ctx->active.bssid_addr);
Reinette Chatrefe6b23d2010-02-22 16:24:47 -08003265
Johannes Berg1dda6d22010-04-29 04:43:06 -07003266 switch (vif->type) {
Johannes Berg05c914f2008-09-11 00:01:58 +02003267 case NL80211_IFTYPE_STATION:
Zhu Yib481de92007-09-25 17:54:57 -07003268 break;
Johannes Berg05c914f2008-09-11 00:01:58 +02003269 case NL80211_IFTYPE_ADHOC:
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07003270 iwl_send_beacon_cmd(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003271 break;
Zhu Yib481de92007-09-25 17:54:57 -07003272 default:
Winkler, Tomas15b16872008-12-19 10:37:33 +08003273 IWL_ERR(priv, "%s Should not be called in %d mode\n",
Johannes Berg1dda6d22010-04-29 04:43:06 -07003274 __func__, vif->type);
Zhu Yib481de92007-09-25 17:54:57 -07003275 break;
3276 }
3277
Grumbach, Emmanuel04816442008-09-03 11:26:53 +08003278 /* the chain noise calibration will enabled PM upon completion
3279 * If chain noise has already been run, then we need to enable
3280 * power management here */
3281 if (priv->chain_noise_data.state == IWL_CHAIN_NOISE_DONE)
Johannes Berge312c242009-08-07 15:41:51 -07003282 iwl_power_update_mode(priv, false);
Emmanuel Grumbachc90a74ba2008-09-03 11:26:50 +08003283
3284 /* Enable Rx differential gain and sensitivity calibrations */
3285 iwl_chain_noise_reset(priv);
3286 priv->start_calib = 1;
3287
Reinette Chatre508e32e2008-04-14 21:16:13 -07003288}
3289
Zhu Yib481de92007-09-25 17:54:57 -07003290/*****************************************************************************
3291 *
3292 * mac80211 entry point functions
3293 *
3294 *****************************************************************************/
3295
Emmanuel Grumbach154b25c2008-06-30 17:23:24 +08003296#define UCODE_READY_TIMEOUT (4 * HZ)
Zhu Yi5a669262008-01-14 17:46:18 -08003297
Reinette Chatref0b6e2e2009-10-16 14:25:53 -07003298/*
3299 * Not a mac80211 entry point function, but it fits in with all the
3300 * other mac80211 functions grouped here.
3301 */
Johannes Bergdd7a2502010-04-28 23:33:10 -07003302static int iwl_mac_setup_register(struct iwl_priv *priv,
3303 struct iwlagn_ucode_capabilities *capa)
Reinette Chatref0b6e2e2009-10-16 14:25:53 -07003304{
3305 int ret;
3306 struct ieee80211_hw *hw = priv->hw;
3307 hw->rate_control_algorithm = "iwl-agn-rs";
3308
3309 /* Tell mac80211 our characteristics */
3310 hw->flags = IEEE80211_HW_SIGNAL_DBM |
Reinette Chatref0b6e2e2009-10-16 14:25:53 -07003311 IEEE80211_HW_AMPDU_AGGREGATION |
3312 IEEE80211_HW_SPECTRUM_MGMT;
3313
3314 if (!priv->cfg->broken_powersave)
3315 hw->flags |= IEEE80211_HW_SUPPORTS_PS |
3316 IEEE80211_HW_SUPPORTS_DYNAMIC_PS;
3317
Johannes Bergba37a3d2009-12-10 14:37:27 -08003318 if (priv->cfg->sku & IWL_SKU_N)
3319 hw->flags |= IEEE80211_HW_SUPPORTS_DYNAMIC_SMPS |
3320 IEEE80211_HW_SUPPORTS_STATIC_SMPS;
3321
Reinette Chatre8d9698b2009-10-16 14:25:55 -07003322 hw->sta_data_size = sizeof(struct iwl_station_priv);
Johannes Bergfd1af152010-04-30 11:30:43 -07003323 hw->vif_data_size = sizeof(struct iwl_vif_priv);
3324
Reinette Chatref0b6e2e2009-10-16 14:25:53 -07003325 hw->wiphy->interface_modes =
3326 BIT(NL80211_IFTYPE_STATION) |
3327 BIT(NL80211_IFTYPE_ADHOC);
3328
Reinette Chatref6c8f152010-03-12 11:13:26 -08003329 hw->wiphy->flags |= WIPHY_FLAG_CUSTOM_REGULATORY |
Johannes Berg5be83de2009-11-19 00:56:28 +01003330 WIPHY_FLAG_DISABLE_BEACON_HINTS;
Reinette Chatref0b6e2e2009-10-16 14:25:53 -07003331
3332 /*
3333 * For now, disable PS by default because it affects
3334 * RX performance significantly.
3335 */
Johannes Berg5be83de2009-11-19 00:56:28 +01003336 hw->wiphy->flags &= ~WIPHY_FLAG_PS_ON_BY_DEFAULT;
Reinette Chatref0b6e2e2009-10-16 14:25:53 -07003337
Reinette Chatre1382c712010-02-25 10:02:19 -08003338 hw->wiphy->max_scan_ssids = PROBE_OPTION_MAX;
Reinette Chatref0b6e2e2009-10-16 14:25:53 -07003339 /* we create the 802.11 header and a zero-length SSID element */
Johannes Bergdd7a2502010-04-28 23:33:10 -07003340 hw->wiphy->max_scan_ie_len = capa->max_probe_length - 24 - 2;
Reinette Chatref0b6e2e2009-10-16 14:25:53 -07003341
3342 /* Default value; 4 EDCA QOS priorities */
3343 hw->queues = 4;
3344
3345 hw->max_listen_interval = IWL_CONN_MAX_LISTEN_INTERVAL;
3346
3347 if (priv->bands[IEEE80211_BAND_2GHZ].n_channels)
3348 priv->hw->wiphy->bands[IEEE80211_BAND_2GHZ] =
3349 &priv->bands[IEEE80211_BAND_2GHZ];
3350 if (priv->bands[IEEE80211_BAND_5GHZ].n_channels)
3351 priv->hw->wiphy->bands[IEEE80211_BAND_5GHZ] =
3352 &priv->bands[IEEE80211_BAND_5GHZ];
3353
3354 ret = ieee80211_register_hw(priv->hw);
3355 if (ret) {
3356 IWL_ERR(priv, "Failed to register hw (error %d)\n", ret);
3357 return ret;
3358 }
3359 priv->mac80211_registered = 1;
3360
3361 return 0;
3362}
3363
3364
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07003365static int iwl_mac_start(struct ieee80211_hw *hw)
Zhu Yib481de92007-09-25 17:54:57 -07003366{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07003367 struct iwl_priv *priv = hw->priv;
Zhu Yi5a669262008-01-14 17:46:18 -08003368 int ret;
Zhu Yib481de92007-09-25 17:54:57 -07003369
Tomas Winklere1623442009-01-27 14:27:56 -08003370 IWL_DEBUG_MAC80211(priv, "enter\n");
Zhu Yib481de92007-09-25 17:54:57 -07003371
3372 /* we should be verifying the device is ready to be opened */
3373 mutex_lock(&priv->mutex);
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07003374 ret = __iwl_up(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003375 mutex_unlock(&priv->mutex);
Zhu Yi5a669262008-01-14 17:46:18 -08003376
Zhu Yie655b9f2008-01-24 02:19:38 -08003377 if (ret)
Helmut Schaa6cd0b1c2009-01-19 13:10:07 +01003378 return ret;
Zhu Yie655b9f2008-01-24 02:19:38 -08003379
Tomas Winklerc1842d62008-08-04 16:00:43 +08003380 if (iwl_is_rfkill(priv))
3381 goto out;
3382
Tomas Winklere1623442009-01-27 14:27:56 -08003383 IWL_DEBUG_INFO(priv, "Start UP work done.\n");
Zhu Yie655b9f2008-01-24 02:19:38 -08003384
Ron Rindjunskyfe9b6b72008-05-29 16:35:06 +08003385 /* Wait for START_ALIVE from Run Time ucode. Otherwise callbacks from
Zhu Yi5a669262008-01-14 17:46:18 -08003386 * mac80211 will not be run successfully. */
Emmanuel Grumbach154b25c2008-06-30 17:23:24 +08003387 ret = wait_event_interruptible_timeout(priv->wait_command_queue,
3388 test_bit(STATUS_READY, &priv->status),
3389 UCODE_READY_TIMEOUT);
3390 if (!ret) {
3391 if (!test_bit(STATUS_READY, &priv->status)) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08003392 IWL_ERR(priv, "START_ALIVE timeout after %dms.\n",
Emmanuel Grumbach154b25c2008-06-30 17:23:24 +08003393 jiffies_to_msecs(UCODE_READY_TIMEOUT));
Helmut Schaa6cd0b1c2009-01-19 13:10:07 +01003394 return -ETIMEDOUT;
Zhu Yi5a669262008-01-14 17:46:18 -08003395 }
Ron Rindjunskyfe9b6b72008-05-29 16:35:06 +08003396 }
Tomas Winkler0a078ff2008-06-30 17:23:26 +08003397
Johannes Berge932a602009-10-02 13:44:03 -07003398 iwl_led_start(priv);
3399
Tomas Winklerc1842d62008-08-04 16:00:43 +08003400out:
Tomas Winkler0a078ff2008-06-30 17:23:26 +08003401 priv->is_open = 1;
Tomas Winklere1623442009-01-27 14:27:56 -08003402 IWL_DEBUG_MAC80211(priv, "leave\n");
Zhu Yib481de92007-09-25 17:54:57 -07003403 return 0;
3404}
3405
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07003406static void iwl_mac_stop(struct ieee80211_hw *hw)
Zhu Yib481de92007-09-25 17:54:57 -07003407{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07003408 struct iwl_priv *priv = hw->priv;
Zhu Yib481de92007-09-25 17:54:57 -07003409
Tomas Winklere1623442009-01-27 14:27:56 -08003410 IWL_DEBUG_MAC80211(priv, "enter\n");
Mohamed Abbas948c1712007-10-25 17:15:45 +08003411
Johannes Berg19cc1082009-05-08 13:44:36 -07003412 if (!priv->is_open)
Zhu Yie655b9f2008-01-24 02:19:38 -08003413 return;
Zhu Yie655b9f2008-01-24 02:19:38 -08003414
Zhu Yib481de92007-09-25 17:54:57 -07003415 priv->is_open = 0;
Zhu Yi5a669262008-01-14 17:46:18 -08003416
Wey-Yi Guy5bddf542009-08-21 13:34:25 -07003417 if (iwl_is_ready_rf(priv) || test_bit(STATUS_SCAN_HW, &priv->status)) {
Zhu Yie655b9f2008-01-24 02:19:38 -08003418 /* stop mac, cancel any scan request and clear
3419 * RXON_FILTER_ASSOC_MSK BIT
3420 */
Zhu Yi5a669262008-01-14 17:46:18 -08003421 mutex_lock(&priv->mutex);
Tomas Winkler2a421b92008-06-12 09:47:10 +08003422 iwl_scan_cancel_timeout(priv, 100);
Mohamed Abbasfde35712007-11-29 11:10:15 +08003423 mutex_unlock(&priv->mutex);
Mohamed Abbasfde35712007-11-29 11:10:15 +08003424 }
3425
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07003426 iwl_down(priv);
Zhu Yi5a669262008-01-14 17:46:18 -08003427
3428 flush_workqueue(priv->workqueue);
Helmut Schaa6cd0b1c2009-01-19 13:10:07 +01003429
3430 /* enable interrupts again in order to receive rfkill changes */
3431 iwl_write32(priv, CSR_INT, 0xFFFFFFFF);
3432 iwl_enable_interrupts(priv);
Mohamed Abbas948c1712007-10-25 17:15:45 +08003433
Tomas Winklere1623442009-01-27 14:27:56 -08003434 IWL_DEBUG_MAC80211(priv, "leave\n");
Zhu Yib481de92007-09-25 17:54:57 -07003435}
3436
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07003437static int iwl_mac_tx(struct ieee80211_hw *hw, struct sk_buff *skb)
Zhu Yib481de92007-09-25 17:54:57 -07003438{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07003439 struct iwl_priv *priv = hw->priv;
Zhu Yib481de92007-09-25 17:54:57 -07003440
Tomas Winklere1623442009-01-27 14:27:56 -08003441 IWL_DEBUG_MACDUMP(priv, "enter\n");
Zhu Yib481de92007-09-25 17:54:57 -07003442
Tomas Winklere1623442009-01-27 14:27:56 -08003443 IWL_DEBUG_TX(priv, "dev->xmit(%d bytes) at rate 0x%02x\n", skb->len,
Johannes Berge039fa42008-05-15 12:55:29 +02003444 ieee80211_get_tx_rate(hw, IEEE80211_SKB_CB(skb))->bitrate);
Zhu Yib481de92007-09-25 17:54:57 -07003445
Wey-Yi Guy74bcdb32010-03-17 13:34:34 -07003446 if (iwlagn_tx_skb(priv, skb))
Zhu Yib481de92007-09-25 17:54:57 -07003447 dev_kfree_skb_any(skb);
3448
Tomas Winklere1623442009-01-27 14:27:56 -08003449 IWL_DEBUG_MACDUMP(priv, "leave\n");
Reinette Chatre637f8832009-01-19 15:30:32 -08003450 return NETDEV_TX_OK;
Zhu Yib481de92007-09-25 17:54:57 -07003451}
3452
Johannes Berg1dda6d22010-04-29 04:43:06 -07003453void iwl_config_ap(struct iwl_priv *priv, struct ieee80211_vif *vif)
Zhu Yib481de92007-09-25 17:54:57 -07003454{
Johannes Berg246ed352010-08-23 10:46:32 +02003455 struct iwl_rxon_context *ctx = iwl_rxon_ctx_from_vif(vif);
Tomas Winkler857485c2008-03-21 13:53:44 -07003456 int ret = 0;
Zhu Yib481de92007-09-25 17:54:57 -07003457
Maarten Lankhorstd986bcd2008-01-23 10:15:16 -08003458 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
Zhu Yib481de92007-09-25 17:54:57 -07003459 return;
3460
3461 /* The following should be done only at AP bring up */
Johannes Berg246ed352010-08-23 10:46:32 +02003462 if (!iwl_is_associated_ctx(ctx)) {
Zhu Yib481de92007-09-25 17:54:57 -07003463
3464 /* RXON - unassoc (to set timing command) */
Johannes Berg246ed352010-08-23 10:46:32 +02003465 ctx->staging.filter_flags &= ~RXON_FILTER_ASSOC_MSK;
3466 iwlcore_commit_rxon(priv, ctx);
Zhu Yib481de92007-09-25 17:54:57 -07003467
3468 /* RXON Timing */
Johannes Berg948f5a22010-07-29 07:07:51 -07003469 ret = iwl_send_rxon_timing(priv, vif);
Tomas Winkler857485c2008-03-21 13:53:44 -07003470 if (ret)
Winkler, Tomas39aadf82008-12-19 10:37:32 +08003471 IWL_WARN(priv, "REPLY_RXON_TIMING failed - "
Zhu Yib481de92007-09-25 17:54:57 -07003472 "Attempting to continue.\n");
3473
Daniel C Halperinf513dff2009-11-13 11:56:34 -08003474 /* AP has all antennas */
3475 priv->chain_noise_data.active_chains =
3476 priv->hw_params.valid_rx_ant;
3477 iwl_set_rxon_ht(priv, &priv->current_ht_config);
Abhijeet Kolekar45823532009-04-08 11:26:44 -07003478 if (priv->cfg->ops->hcmd->set_rxon_chain)
Johannes Berg246ed352010-08-23 10:46:32 +02003479 priv->cfg->ops->hcmd->set_rxon_chain(priv, ctx);
Zhu Yib481de92007-09-25 17:54:57 -07003480
Johannes Berg246ed352010-08-23 10:46:32 +02003481 ctx->staging.assoc_id = 0;
Johannes Berg1dda6d22010-04-29 04:43:06 -07003482
Johannes Bergc213d742010-05-06 12:21:40 -07003483 if (vif->bss_conf.use_short_preamble)
Johannes Berg246ed352010-08-23 10:46:32 +02003484 ctx->staging.flags |=
Zhu Yib481de92007-09-25 17:54:57 -07003485 RXON_FLG_SHORT_PREAMBLE_MSK;
3486 else
Johannes Berg246ed352010-08-23 10:46:32 +02003487 ctx->staging.flags &=
Zhu Yib481de92007-09-25 17:54:57 -07003488 ~RXON_FLG_SHORT_PREAMBLE_MSK;
3489
Johannes Berg246ed352010-08-23 10:46:32 +02003490 if (ctx->staging.flags & RXON_FLG_BAND_24G_MSK) {
Johannes Bergc213d742010-05-06 12:21:40 -07003491 if (vif->bss_conf.use_short_slot)
Johannes Berg246ed352010-08-23 10:46:32 +02003492 ctx->staging.flags |=
Zhu Yib481de92007-09-25 17:54:57 -07003493 RXON_FLG_SHORT_SLOT_MSK;
3494 else
Johannes Berg246ed352010-08-23 10:46:32 +02003495 ctx->staging.flags &=
Zhu Yib481de92007-09-25 17:54:57 -07003496 ~RXON_FLG_SHORT_SLOT_MSK;
Zhu Yib481de92007-09-25 17:54:57 -07003497 }
3498 /* restore RXON assoc */
Johannes Berg246ed352010-08-23 10:46:32 +02003499 ctx->staging.filter_flags |= RXON_FILTER_ASSOC_MSK;
3500 iwlcore_commit_rxon(priv, ctx);
Zhu Yie1493de2007-09-27 11:27:32 +08003501 }
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07003502 iwl_send_beacon_cmd(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003503
3504 /* FIXME - we need to add code here to detect a totally new
3505 * configuration, reset the AP, unassoc, rxon timing, assoc,
3506 * clear sta table, add BCAST sta... */
3507}
3508
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07003509static void iwl_mac_update_tkip_key(struct ieee80211_hw *hw,
Johannes Bergb3fbdcf2010-01-21 11:40:47 +01003510 struct ieee80211_vif *vif,
3511 struct ieee80211_key_conf *keyconf,
3512 struct ieee80211_sta *sta,
3513 u32 iv32, u16 *phase1key)
Emmanuel Grumbachab885f82008-03-20 15:06:43 +02003514{
Emmanuel Grumbachab885f82008-03-20 15:06:43 +02003515
Tomas Winkler9f586712008-11-12 13:14:05 -08003516 struct iwl_priv *priv = hw->priv;
Tomas Winklere1623442009-01-27 14:27:56 -08003517 IWL_DEBUG_MAC80211(priv, "enter\n");
Emmanuel Grumbachab885f82008-03-20 15:06:43 +02003518
Johannes Bergbdbb6122010-04-30 13:53:37 -07003519 iwl_update_tkip_key(priv, keyconf, sta,
Johannes Bergb3fbdcf2010-01-21 11:40:47 +01003520 iv32, phase1key);
Emmanuel Grumbachab885f82008-03-20 15:06:43 +02003521
Tomas Winklere1623442009-01-27 14:27:56 -08003522 IWL_DEBUG_MAC80211(priv, "leave\n");
Emmanuel Grumbachab885f82008-03-20 15:06:43 +02003523}
3524
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07003525static int iwl_mac_set_key(struct ieee80211_hw *hw, enum set_key_cmd cmd,
Johannes Bergdc822b52008-12-29 12:55:09 +01003526 struct ieee80211_vif *vif,
3527 struct ieee80211_sta *sta,
Zhu Yib481de92007-09-25 17:54:57 -07003528 struct ieee80211_key_conf *key)
3529{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07003530 struct iwl_priv *priv = hw->priv;
Winkler, Tomas42986792009-01-19 15:30:22 -08003531 int ret;
3532 u8 sta_id;
3533 bool is_default_wep_key = false;
Zhu Yib481de92007-09-25 17:54:57 -07003534
Tomas Winklere1623442009-01-27 14:27:56 -08003535 IWL_DEBUG_MAC80211(priv, "enter\n");
Zhu Yib481de92007-09-25 17:54:57 -07003536
Tomas Winkler90e8e422009-06-19 13:52:42 -07003537 if (priv->cfg->mod_params->sw_crypto) {
Tomas Winklere1623442009-01-27 14:27:56 -08003538 IWL_DEBUG_MAC80211(priv, "leave - hwcrypto disabled\n");
Zhu Yib481de92007-09-25 17:54:57 -07003539 return -EOPNOTSUPP;
3540 }
Zhu Yib481de92007-09-25 17:54:57 -07003541
Johannes Berg0af8bca2010-04-30 14:08:00 -07003542 sta_id = iwl_sta_id_or_broadcast(priv, sta);
3543 if (sta_id == IWL_INVALID_STATION)
3544 return -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07003545
Emmanuel Grumbach6974e362008-04-14 21:16:06 -07003546 mutex_lock(&priv->mutex);
Tomas Winkler2a421b92008-06-12 09:47:10 +08003547 iwl_scan_cancel_timeout(priv, 100);
Emmanuel Grumbach6974e362008-04-14 21:16:06 -07003548
Johannes Berga90178fa2010-03-30 02:44:16 -07003549 /*
3550 * If we are getting WEP group key and we didn't receive any key mapping
Emmanuel Grumbach6974e362008-04-14 21:16:06 -07003551 * so far, we are in legacy wep mode (group key only), otherwise we are
3552 * in 1X mode.
Johannes Berga90178fa2010-03-30 02:44:16 -07003553 * In legacy wep mode, we use another host command to the uCode.
3554 */
Johannes Berg97359d12010-08-10 09:46:38 +02003555 if ((key->cipher == WLAN_CIPHER_SUITE_WEP40 ||
3556 key->cipher == WLAN_CIPHER_SUITE_WEP104) &&
Johannes Berg54c80672010-08-18 09:35:21 -07003557 !sta) {
Emmanuel Grumbach6974e362008-04-14 21:16:06 -07003558 if (cmd == SET_KEY)
3559 is_default_wep_key = !priv->key_mapping_key;
3560 else
Emmanuel Grumbachccc038a2008-05-15 13:54:09 +08003561 is_default_wep_key =
3562 (key->hw_key_idx == HW_KEY_DEFAULT);
Emmanuel Grumbach6974e362008-04-14 21:16:06 -07003563 }
mabbas052c4b92007-10-25 17:15:43 +08003564
Zhu Yib481de92007-09-25 17:54:57 -07003565 switch (cmd) {
Emmanuel Grumbachdeb09c42008-03-19 16:41:41 -07003566 case SET_KEY:
Emmanuel Grumbach6974e362008-04-14 21:16:06 -07003567 if (is_default_wep_key)
3568 ret = iwl_set_default_wep_key(priv, key);
Emmanuel Grumbachdeb09c42008-03-19 16:41:41 -07003569 else
Emmanuel Grumbach74805132008-04-14 21:16:09 -07003570 ret = iwl_set_dynamic_key(priv, key, sta_id);
Emmanuel Grumbachdeb09c42008-03-19 16:41:41 -07003571
Tomas Winklere1623442009-01-27 14:27:56 -08003572 IWL_DEBUG_MAC80211(priv, "enable hwcrypto key\n");
Zhu Yib481de92007-09-25 17:54:57 -07003573 break;
3574 case DISABLE_KEY:
Emmanuel Grumbach6974e362008-04-14 21:16:06 -07003575 if (is_default_wep_key)
3576 ret = iwl_remove_default_wep_key(priv, key);
Emmanuel Grumbachdeb09c42008-03-19 16:41:41 -07003577 else
Emmanuel Grumbach3ec47732008-04-17 16:03:36 -07003578 ret = iwl_remove_dynamic_key(priv, key, sta_id);
Emmanuel Grumbachdeb09c42008-03-19 16:41:41 -07003579
Tomas Winklere1623442009-01-27 14:27:56 -08003580 IWL_DEBUG_MAC80211(priv, "disable hwcrypto key\n");
Zhu Yib481de92007-09-25 17:54:57 -07003581 break;
3582 default:
Emmanuel Grumbachdeb09c42008-03-19 16:41:41 -07003583 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07003584 }
3585
Johannes Berg72e15d72010-02-19 11:42:32 -08003586 mutex_unlock(&priv->mutex);
Tomas Winklere1623442009-01-27 14:27:56 -08003587 IWL_DEBUG_MAC80211(priv, "leave\n");
Zhu Yib481de92007-09-25 17:54:57 -07003588
Emmanuel Grumbachdeb09c42008-03-19 16:41:41 -07003589 return ret;
Zhu Yib481de92007-09-25 17:54:57 -07003590}
3591
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07003592static int iwl_mac_ampdu_action(struct ieee80211_hw *hw,
Johannes Bergc951ad32009-11-16 12:00:38 +01003593 struct ieee80211_vif *vif,
Johannes Berg832f47e2010-04-29 04:43:07 -07003594 enum ieee80211_ampdu_mlme_action action,
3595 struct ieee80211_sta *sta, u16 tid, u16 *ssn)
Tomas Winklerd783b062008-07-18 13:53:02 +08003596{
3597 struct iwl_priv *priv = hw->priv;
Johannes Berg4620fef2010-06-16 03:30:27 -07003598 int ret = -EINVAL;
Tomas Winklerd783b062008-07-18 13:53:02 +08003599
Tomas Winklere1623442009-01-27 14:27:56 -08003600 IWL_DEBUG_HT(priv, "A-MPDU action on addr %pM tid %d\n",
Johannes Berge1749612008-10-27 15:59:26 -07003601 sta->addr, tid);
Tomas Winklerd783b062008-07-18 13:53:02 +08003602
3603 if (!(priv->cfg->sku & IWL_SKU_N))
3604 return -EACCES;
3605
Johannes Berg4620fef2010-06-16 03:30:27 -07003606 mutex_lock(&priv->mutex);
3607
Tomas Winklerd783b062008-07-18 13:53:02 +08003608 switch (action) {
3609 case IEEE80211_AMPDU_RX_START:
Tomas Winklere1623442009-01-27 14:27:56 -08003610 IWL_DEBUG_HT(priv, "start Rx\n");
Johannes Berg4620fef2010-06-16 03:30:27 -07003611 ret = iwl_sta_rx_agg_start(priv, sta, tid, *ssn);
3612 break;
Tomas Winklerd783b062008-07-18 13:53:02 +08003613 case IEEE80211_AMPDU_RX_STOP:
Tomas Winklere1623442009-01-27 14:27:56 -08003614 IWL_DEBUG_HT(priv, "stop Rx\n");
Johannes Berg619753f2010-04-30 11:30:46 -07003615 ret = iwl_sta_rx_agg_stop(priv, sta, tid);
Wey-Yi Guy5c2207c2009-03-17 21:51:43 -07003616 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
Johannes Berg4620fef2010-06-16 03:30:27 -07003617 ret = 0;
3618 break;
Tomas Winklerd783b062008-07-18 13:53:02 +08003619 case IEEE80211_AMPDU_TX_START:
Tomas Winklere1623442009-01-27 14:27:56 -08003620 IWL_DEBUG_HT(priv, "start Tx\n");
Johannes Berg619753f2010-04-30 11:30:46 -07003621 ret = iwlagn_tx_agg_start(priv, vif, sta, tid, ssn);
Wey-Yi Guyd5a0ffa2010-03-04 13:38:59 -08003622 if (ret == 0) {
3623 priv->_agn.agg_tids_count++;
3624 IWL_DEBUG_HT(priv, "priv->_agn.agg_tids_count = %u\n",
3625 priv->_agn.agg_tids_count);
3626 }
Johannes Berg4620fef2010-06-16 03:30:27 -07003627 break;
Tomas Winklerd783b062008-07-18 13:53:02 +08003628 case IEEE80211_AMPDU_TX_STOP:
Tomas Winklere1623442009-01-27 14:27:56 -08003629 IWL_DEBUG_HT(priv, "stop Tx\n");
Johannes Berg619753f2010-04-30 11:30:46 -07003630 ret = iwlagn_tx_agg_stop(priv, vif, sta, tid);
Wey-Yi Guyd5a0ffa2010-03-04 13:38:59 -08003631 if ((ret == 0) && (priv->_agn.agg_tids_count > 0)) {
3632 priv->_agn.agg_tids_count--;
3633 IWL_DEBUG_HT(priv, "priv->_agn.agg_tids_count = %u\n",
3634 priv->_agn.agg_tids_count);
3635 }
Wey-Yi Guy5c2207c2009-03-17 21:51:43 -07003636 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
Johannes Berg4620fef2010-06-16 03:30:27 -07003637 ret = 0;
Johannes Berg94597ab2010-08-09 10:57:02 -07003638 if (priv->cfg->use_rts_for_aggregation) {
3639 struct iwl_station_priv *sta_priv =
3640 (void *) sta->drv_priv;
3641 /*
3642 * switch off RTS/CTS if it was previously enabled
3643 */
3644
3645 sta_priv->lq_sta.lq.general_params.flags &=
3646 ~LINK_QUAL_FLAGS_SET_STA_TLC_RTS_MSK;
3647 iwl_send_lq_cmd(priv, &sta_priv->lq_sta.lq,
3648 CMD_ASYNC, false);
3649 }
Johannes Berg4620fef2010-06-16 03:30:27 -07003650 break;
Wey-Yi Guyf0527972010-01-08 10:04:41 -08003651 case IEEE80211_AMPDU_TX_OPERATIONAL:
Johannes Berg94597ab2010-08-09 10:57:02 -07003652 if (priv->cfg->use_rts_for_aggregation) {
3653 struct iwl_station_priv *sta_priv =
3654 (void *) sta->drv_priv;
3655
Wey-Yi Guycfecc6b2010-06-18 11:33:15 -07003656 /*
3657 * switch to RTS/CTS if it is the prefer protection
3658 * method for HT traffic
3659 */
Johannes Berg94597ab2010-08-09 10:57:02 -07003660
3661 sta_priv->lq_sta.lq.general_params.flags |=
3662 LINK_QUAL_FLAGS_SET_STA_TLC_RTS_MSK;
3663 iwl_send_lq_cmd(priv, &sta_priv->lq_sta.lq,
3664 CMD_ASYNC, false);
Wey-Yi Guycfecc6b2010-06-18 11:33:15 -07003665 }
3666 ret = 0;
Tomas Winklerd783b062008-07-18 13:53:02 +08003667 break;
3668 }
Johannes Berg4620fef2010-06-16 03:30:27 -07003669 mutex_unlock(&priv->mutex);
3670
3671 return ret;
Tomas Winklerd783b062008-07-18 13:53:02 +08003672}
Tomas Winkler9f586712008-11-12 13:14:05 -08003673
Johannes Berg6ab10ff2009-11-13 11:56:37 -08003674static void iwl_mac_sta_notify(struct ieee80211_hw *hw,
3675 struct ieee80211_vif *vif,
3676 enum sta_notify_cmd cmd,
3677 struct ieee80211_sta *sta)
3678{
3679 struct iwl_priv *priv = hw->priv;
3680 struct iwl_station_priv *sta_priv = (void *)sta->drv_priv;
3681 int sta_id;
3682
Johannes Berg6ab10ff2009-11-13 11:56:37 -08003683 switch (cmd) {
Johannes Berg6ab10ff2009-11-13 11:56:37 -08003684 case STA_NOTIFY_SLEEP:
3685 WARN_ON(!sta_priv->client);
3686 sta_priv->asleep = true;
3687 if (atomic_read(&sta_priv->pending_frames) > 0)
3688 ieee80211_sta_block_awake(hw, sta, true);
3689 break;
3690 case STA_NOTIFY_AWAKE:
3691 WARN_ON(!sta_priv->client);
Daniel Halperin49dcc812010-01-19 10:22:19 -08003692 if (!sta_priv->asleep)
3693 break;
Johannes Berg6ab10ff2009-11-13 11:56:37 -08003694 sta_priv->asleep = false;
Johannes Berg2a87c262010-04-30 11:30:45 -07003695 sta_id = iwl_sta_id(sta);
Johannes Berg6ab10ff2009-11-13 11:56:37 -08003696 if (sta_id != IWL_INVALID_STATION)
3697 iwl_sta_modify_ps_wake(priv, sta_id);
3698 break;
3699 default:
3700 break;
3701 }
3702}
3703
Reinette Chatrefe6b23d2010-02-22 16:24:47 -08003704static int iwlagn_mac_sta_add(struct ieee80211_hw *hw,
3705 struct ieee80211_vif *vif,
3706 struct ieee80211_sta *sta)
3707{
3708 struct iwl_priv *priv = hw->priv;
3709 struct iwl_station_priv *sta_priv = (void *)sta->drv_priv;
Johannes Bergeafdfbd32010-04-29 04:43:04 -07003710 bool is_ap = vif->type == NL80211_IFTYPE_STATION;
Reinette Chatrefe6b23d2010-02-22 16:24:47 -08003711 int ret;
3712 u8 sta_id;
3713
3714 IWL_DEBUG_INFO(priv, "received request to add station %pM\n",
3715 sta->addr);
Reinette Chatreda5ae1c2010-05-28 09:28:39 -07003716 mutex_lock(&priv->mutex);
3717 IWL_DEBUG_INFO(priv, "proceeding to add station %pM\n",
3718 sta->addr);
3719 sta_priv->common.sta_id = IWL_INVALID_STATION;
Reinette Chatrefe6b23d2010-02-22 16:24:47 -08003720
3721 atomic_set(&sta_priv->pending_frames, 0);
3722 if (vif->type == NL80211_IFTYPE_AP)
3723 sta_priv->client = true;
3724
3725 ret = iwl_add_station_common(priv, sta->addr, is_ap, &sta->ht_cap,
3726 &sta_id);
3727 if (ret) {
3728 IWL_ERR(priv, "Unable to add station %pM (%d)\n",
3729 sta->addr, ret);
3730 /* Should we return success if return code is EEXIST ? */
Reinette Chatreda5ae1c2010-05-28 09:28:39 -07003731 mutex_unlock(&priv->mutex);
Reinette Chatrefe6b23d2010-02-22 16:24:47 -08003732 return ret;
3733 }
3734
Johannes Bergfd1af152010-04-30 11:30:43 -07003735 sta_priv->common.sta_id = sta_id;
3736
Reinette Chatrefe6b23d2010-02-22 16:24:47 -08003737 /* Initialize rate scaling */
Frans Pop91dd6c22010-03-24 14:19:58 -07003738 IWL_DEBUG_INFO(priv, "Initializing rate scaling for station %pM\n",
Reinette Chatrefe6b23d2010-02-22 16:24:47 -08003739 sta->addr);
3740 iwl_rs_rate_init(priv, sta, sta_id);
Reinette Chatreda5ae1c2010-05-28 09:28:39 -07003741 mutex_unlock(&priv->mutex);
Reinette Chatrefe6b23d2010-02-22 16:24:47 -08003742
Johannes Bergfd1af152010-04-30 11:30:43 -07003743 return 0;
Reinette Chatrefe6b23d2010-02-22 16:24:47 -08003744}
3745
Wey-Yi Guy79d07322010-05-06 08:54:11 -07003746static void iwl_mac_channel_switch(struct ieee80211_hw *hw,
3747 struct ieee80211_channel_switch *ch_switch)
3748{
3749 struct iwl_priv *priv = hw->priv;
3750 const struct iwl_channel_info *ch_info;
3751 struct ieee80211_conf *conf = &hw->conf;
Shanyu Zhaoaa2dc6b2010-07-28 13:40:39 -07003752 struct ieee80211_channel *channel = ch_switch->channel;
Wey-Yi Guy79d07322010-05-06 08:54:11 -07003753 struct iwl_ht_config *ht_conf = &priv->current_ht_config;
Johannes Berg246ed352010-08-23 10:46:32 +02003754 /*
3755 * MULTI-FIXME
3756 * When we add support for multiple interfaces, we need to
3757 * revisit this. The channel switch command in the device
3758 * only affects the BSS context, but what does that really
3759 * mean? And what if we get a CSA on the second interface?
3760 * This needs a lot of work.
3761 */
3762 struct iwl_rxon_context *ctx = &priv->contexts[IWL_RXON_CTX_BSS];
Wey-Yi Guy79d07322010-05-06 08:54:11 -07003763 u16 ch;
3764 unsigned long flags = 0;
3765
3766 IWL_DEBUG_MAC80211(priv, "enter\n");
3767
3768 if (iwl_is_rfkill(priv))
3769 goto out_exit;
3770
3771 if (test_bit(STATUS_EXIT_PENDING, &priv->status) ||
3772 test_bit(STATUS_SCANNING, &priv->status))
3773 goto out_exit;
3774
Johannes Berg246ed352010-08-23 10:46:32 +02003775 if (!iwl_is_associated_ctx(ctx))
Wey-Yi Guy79d07322010-05-06 08:54:11 -07003776 goto out_exit;
3777
3778 /* channel switch in progress */
3779 if (priv->switch_rxon.switch_in_progress == true)
3780 goto out_exit;
3781
3782 mutex_lock(&priv->mutex);
3783 if (priv->cfg->ops->lib->set_channel_switch) {
3784
Shanyu Zhaoaa2dc6b2010-07-28 13:40:39 -07003785 ch = channel->hw_value;
Johannes Berg246ed352010-08-23 10:46:32 +02003786 if (le16_to_cpu(ctx->active.channel) != ch) {
Wey-Yi Guy79d07322010-05-06 08:54:11 -07003787 ch_info = iwl_get_channel_info(priv,
Shanyu Zhaoaa2dc6b2010-07-28 13:40:39 -07003788 channel->band,
Wey-Yi Guy79d07322010-05-06 08:54:11 -07003789 ch);
3790 if (!is_channel_valid(ch_info)) {
3791 IWL_DEBUG_MAC80211(priv, "invalid channel\n");
3792 goto out;
3793 }
3794 spin_lock_irqsave(&priv->lock, flags);
3795
3796 priv->current_ht_config.smps = conf->smps_mode;
3797
3798 /* Configure HT40 channels */
3799 ht_conf->is_ht = conf_is_ht(conf);
3800 if (ht_conf->is_ht) {
3801 if (conf_is_ht40_minus(conf)) {
3802 ht_conf->extension_chan_offset =
3803 IEEE80211_HT_PARAM_CHA_SEC_BELOW;
3804 ht_conf->is_40mhz = true;
3805 } else if (conf_is_ht40_plus(conf)) {
3806 ht_conf->extension_chan_offset =
3807 IEEE80211_HT_PARAM_CHA_SEC_ABOVE;
3808 ht_conf->is_40mhz = true;
3809 } else {
3810 ht_conf->extension_chan_offset =
3811 IEEE80211_HT_PARAM_CHA_SEC_NONE;
3812 ht_conf->is_40mhz = false;
3813 }
3814 } else
3815 ht_conf->is_40mhz = false;
3816
Johannes Berg246ed352010-08-23 10:46:32 +02003817 if ((le16_to_cpu(ctx->staging.channel) != ch))
3818 ctx->staging.flags = 0;
Wey-Yi Guy79d07322010-05-06 08:54:11 -07003819
Johannes Berg246ed352010-08-23 10:46:32 +02003820 iwl_set_rxon_channel(priv, channel, ctx);
Wey-Yi Guy79d07322010-05-06 08:54:11 -07003821 iwl_set_rxon_ht(priv, ht_conf);
Johannes Berg246ed352010-08-23 10:46:32 +02003822 iwl_set_flags_for_band(priv, ctx, channel->band,
Wey-Yi Guy79d07322010-05-06 08:54:11 -07003823 priv->vif);
3824 spin_unlock_irqrestore(&priv->lock, flags);
3825
3826 iwl_set_rate(priv);
3827 /*
3828 * at this point, staging_rxon has the
3829 * configuration for channel switch
3830 */
3831 if (priv->cfg->ops->lib->set_channel_switch(priv,
3832 ch_switch))
3833 priv->switch_rxon.switch_in_progress = false;
3834 }
3835 }
3836out:
3837 mutex_unlock(&priv->mutex);
3838out_exit:
3839 if (!priv->switch_rxon.switch_in_progress)
3840 ieee80211_chswitch_done(priv->vif, false);
3841 IWL_DEBUG_MAC80211(priv, "leave\n");
3842}
3843
Johannes Berg8b8ab9d2010-08-17 11:24:01 +02003844static void iwlagn_configure_filter(struct ieee80211_hw *hw,
3845 unsigned int changed_flags,
3846 unsigned int *total_flags,
3847 u64 multicast)
3848{
3849 struct iwl_priv *priv = hw->priv;
3850 __le32 filter_or = 0, filter_nand = 0;
Johannes Berg246ed352010-08-23 10:46:32 +02003851 struct iwl_rxon_context *ctx;
Johannes Berg8b8ab9d2010-08-17 11:24:01 +02003852
3853#define CHK(test, flag) do { \
3854 if (*total_flags & (test)) \
3855 filter_or |= (flag); \
3856 else \
3857 filter_nand |= (flag); \
3858 } while (0)
3859
3860 IWL_DEBUG_MAC80211(priv, "Enter: changed: 0x%x, total: 0x%x\n",
3861 changed_flags, *total_flags);
3862
3863 CHK(FIF_OTHER_BSS | FIF_PROMISC_IN_BSS, RXON_FILTER_PROMISC_MSK);
3864 CHK(FIF_CONTROL, RXON_FILTER_CTL2HOST_MSK);
3865 CHK(FIF_BCN_PRBRESP_PROMISC, RXON_FILTER_BCON_AWARE_MSK);
3866
3867#undef CHK
3868
3869 mutex_lock(&priv->mutex);
3870
Johannes Berg246ed352010-08-23 10:46:32 +02003871 for_each_context(priv, ctx) {
3872 ctx->staging.filter_flags &= ~filter_nand;
3873 ctx->staging.filter_flags |= filter_or;
3874 iwlcore_commit_rxon(priv, ctx);
3875 }
Johannes Berg8b8ab9d2010-08-17 11:24:01 +02003876
3877 mutex_unlock(&priv->mutex);
3878
3879 /*
3880 * Receiving all multicast frames is always enabled by the
3881 * default flags setup in iwl_connection_init_rx_config()
3882 * since we currently do not support programming multicast
3883 * filters into the device.
3884 */
3885 *total_flags &= FIF_OTHER_BSS | FIF_ALLMULTI | FIF_PROMISC_IN_BSS |
3886 FIF_BCN_PRBRESP_PROMISC | FIF_CONTROL;
3887}
3888
Wey-Yi Guy716c74b2010-06-24 13:22:36 -07003889static void iwl_mac_flush(struct ieee80211_hw *hw, bool drop)
3890{
3891 struct iwl_priv *priv = hw->priv;
3892
3893 mutex_lock(&priv->mutex);
3894 IWL_DEBUG_MAC80211(priv, "enter\n");
3895
3896 /* do not support "flush" */
3897 if (!priv->cfg->ops->lib->txfifo_flush)
3898 goto done;
3899
3900 if (test_bit(STATUS_EXIT_PENDING, &priv->status)) {
3901 IWL_DEBUG_TX(priv, "Aborting flush due to device shutdown\n");
3902 goto done;
3903 }
3904 if (iwl_is_rfkill(priv)) {
3905 IWL_DEBUG_TX(priv, "Aborting flush due to RF Kill\n");
3906 goto done;
3907 }
3908
3909 /*
3910 * mac80211 will not push any more frames for transmit
3911 * until the flush is completed
3912 */
3913 if (drop) {
3914 IWL_DEBUG_MAC80211(priv, "send flush command\n");
3915 if (priv->cfg->ops->lib->txfifo_flush(priv, IWL_DROP_ALL)) {
3916 IWL_ERR(priv, "flush request fail\n");
3917 goto done;
3918 }
3919 }
3920 IWL_DEBUG_MAC80211(priv, "wait transmit/flush all frames\n");
3921 iwlagn_wait_tx_queue_empty(priv);
3922done:
3923 mutex_unlock(&priv->mutex);
3924 IWL_DEBUG_MAC80211(priv, "leave\n");
3925}
3926
Zhu Yib481de92007-09-25 17:54:57 -07003927/*****************************************************************************
3928 *
Zhu Yib481de92007-09-25 17:54:57 -07003929 * driver setup and teardown
3930 *
3931 *****************************************************************************/
3932
Emmanuel Grumbach4e393172008-06-12 09:46:53 +08003933static void iwl_setup_deferred_work(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07003934{
Reinette Chatred21050c2009-02-13 11:51:18 -08003935 priv->workqueue = create_singlethread_workqueue(DRV_NAME);
Zhu Yib481de92007-09-25 17:54:57 -07003936
3937 init_waitqueue_head(&priv->wait_command_queue);
3938
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07003939 INIT_WORK(&priv->restart, iwl_bg_restart);
3940 INIT_WORK(&priv->rx_replenish, iwl_bg_rx_replenish);
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07003941 INIT_WORK(&priv->beacon_update, iwl_bg_beacon_update);
Emmanuel Grumbach16e727e2008-06-12 09:46:52 +08003942 INIT_WORK(&priv->run_time_calib_work, iwl_bg_run_time_calib_work);
Wey-Yi Guy65550632010-06-24 13:18:35 -07003943 INIT_WORK(&priv->tx_flush, iwl_bg_tx_flush);
Wey-Yi Guybee008b2010-08-23 07:57:04 -07003944 INIT_WORK(&priv->bt_full_concurrency, iwl_bg_bt_full_concurrency);
Wey-Yi Guyfbba9412010-08-23 07:57:10 -07003945 INIT_WORK(&priv->bt_runtime_config, iwl_bg_bt_runtime_config);
Tomas Winkler4a4a9e82008-05-29 16:34:54 +08003946 INIT_DELAYED_WORK(&priv->init_alive_start, iwl_bg_init_alive_start);
3947 INIT_DELAYED_WORK(&priv->alive_start, iwl_bg_alive_start);
Tomas Winkler2a421b92008-06-12 09:47:10 +08003948
Tomas Winkler2a421b92008-06-12 09:47:10 +08003949 iwl_setup_scan_deferred_work(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003950
Emmanuel Grumbach4e393172008-06-12 09:46:53 +08003951 if (priv->cfg->ops->lib->setup_deferred_work)
3952 priv->cfg->ops->lib->setup_deferred_work(priv);
3953
3954 init_timer(&priv->statistics_periodic);
3955 priv->statistics_periodic.data = (unsigned long)priv;
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07003956 priv->statistics_periodic.function = iwl_bg_statistics_periodic;
Zhu Yib481de92007-09-25 17:54:57 -07003957
Wey-Yi Guya9e1cb62009-12-10 14:37:26 -08003958 init_timer(&priv->ucode_trace);
3959 priv->ucode_trace.data = (unsigned long)priv;
3960 priv->ucode_trace.function = iwl_bg_ucode_trace;
3961
Wey-Yi Guyb74e31a2010-03-01 17:23:50 -08003962 if (priv->cfg->ops->lib->recover_from_tx_stall) {
3963 init_timer(&priv->monitor_recover);
3964 priv->monitor_recover.data = (unsigned long)priv;
3965 priv->monitor_recover.function =
3966 priv->cfg->ops->lib->recover_from_tx_stall;
3967 }
3968
Mohamed Abbasef850d72009-05-22 11:01:50 -07003969 if (!priv->cfg->use_isr_legacy)
3970 tasklet_init(&priv->irq_tasklet, (void (*)(unsigned long))
3971 iwl_irq_tasklet, (unsigned long)priv);
3972 else
3973 tasklet_init(&priv->irq_tasklet, (void (*)(unsigned long))
3974 iwl_irq_tasklet_legacy, (unsigned long)priv);
Zhu Yib481de92007-09-25 17:54:57 -07003975}
3976
Emmanuel Grumbach4e393172008-06-12 09:46:53 +08003977static void iwl_cancel_deferred_work(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07003978{
Emmanuel Grumbach4e393172008-06-12 09:46:53 +08003979 if (priv->cfg->ops->lib->cancel_deferred_work)
3980 priv->cfg->ops->lib->cancel_deferred_work(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003981
Joonwoo Park3ae6a052007-11-29 10:43:16 +09003982 cancel_delayed_work_sync(&priv->init_alive_start);
Zhu Yib481de92007-09-25 17:54:57 -07003983 cancel_delayed_work(&priv->scan_check);
Johannes Berg88be0262010-04-07 00:21:36 -07003984 cancel_work_sync(&priv->start_internal_scan);
Zhu Yib481de92007-09-25 17:54:57 -07003985 cancel_delayed_work(&priv->alive_start);
Wey-Yi Guy815e6292010-06-03 10:14:01 -07003986 cancel_work_sync(&priv->run_time_calib_work);
Zhu Yib481de92007-09-25 17:54:57 -07003987 cancel_work_sync(&priv->beacon_update);
Wey-Yi Guybee008b2010-08-23 07:57:04 -07003988 cancel_work_sync(&priv->bt_full_concurrency);
Wey-Yi Guyfbba9412010-08-23 07:57:10 -07003989 cancel_work_sync(&priv->bt_runtime_config);
Emmanuel Grumbach4e393172008-06-12 09:46:53 +08003990 del_timer_sync(&priv->statistics_periodic);
Wey-Yi Guya9e1cb62009-12-10 14:37:26 -08003991 del_timer_sync(&priv->ucode_trace);
Zhu Yib481de92007-09-25 17:54:57 -07003992}
3993
Reinette Chatre89f186a2009-10-30 14:36:11 -07003994static void iwl_init_hw_rates(struct iwl_priv *priv,
3995 struct ieee80211_rate *rates)
3996{
3997 int i;
3998
3999 for (i = 0; i < IWL_RATE_COUNT_LEGACY; i++) {
4000 rates[i].bitrate = iwl_rates[i].ieee * 5;
4001 rates[i].hw_value = i; /* Rate scaling will work on indexes */
4002 rates[i].hw_value_short = i;
4003 rates[i].flags = 0;
4004 if ((i >= IWL_FIRST_CCK_RATE) && (i <= IWL_LAST_CCK_RATE)) {
4005 /*
4006 * If CCK != 1M then set short preamble rate flag.
4007 */
4008 rates[i].flags |=
4009 (iwl_rates[i].plcp == IWL_RATE_1M_PLCP) ?
4010 0 : IEEE80211_RATE_SHORT_PREAMBLE;
4011 }
4012 }
4013}
4014
4015static int iwl_init_drv(struct iwl_priv *priv)
4016{
4017 int ret;
4018
4019 priv->ibss_beacon = NULL;
4020
Reinette Chatre89f186a2009-10-30 14:36:11 -07004021 spin_lock_init(&priv->sta_lock);
4022 spin_lock_init(&priv->hcmd_lock);
4023
4024 INIT_LIST_HEAD(&priv->free_frames);
4025
4026 mutex_init(&priv->mutex);
Reinette Chatred2dfe6d2010-02-18 22:03:04 -08004027 mutex_init(&priv->sync_cmd_mutex);
Reinette Chatre89f186a2009-10-30 14:36:11 -07004028
Reinette Chatre89f186a2009-10-30 14:36:11 -07004029 priv->ieee_channels = NULL;
4030 priv->ieee_rates = NULL;
4031 priv->band = IEEE80211_BAND_2GHZ;
4032
4033 priv->iw_mode = NL80211_IFTYPE_STATION;
Johannes Bergba37a3d2009-12-10 14:37:27 -08004034 priv->current_ht_config.smps = IEEE80211_SMPS_STATIC;
Wey-Yi Guya13d2762010-01-22 14:22:42 -08004035 priv->missed_beacon_threshold = IWL_MISSED_BEACON_THRESHOLD_DEF;
Wey-Yi Guyd5a0ffa2010-03-04 13:38:59 -08004036 priv->_agn.agg_tids_count = 0;
Reinette Chatre89f186a2009-10-30 14:36:11 -07004037
Wey-Yi Guy8a472da2010-02-18 22:03:06 -08004038 /* initialize force reset */
4039 priv->force_reset[IWL_RF_RESET].reset_duration =
4040 IWL_DELAY_NEXT_FORCE_RF_RESET;
4041 priv->force_reset[IWL_FW_RESET].reset_duration =
4042 IWL_DELAY_NEXT_FORCE_FW_RELOAD;
Reinette Chatre89f186a2009-10-30 14:36:11 -07004043
4044 /* Choose which receivers/antennas to use */
4045 if (priv->cfg->ops->hcmd->set_rxon_chain)
Johannes Berg246ed352010-08-23 10:46:32 +02004046 priv->cfg->ops->hcmd->set_rxon_chain(priv,
4047 &priv->contexts[IWL_RXON_CTX_BSS]);
Reinette Chatre89f186a2009-10-30 14:36:11 -07004048
4049 iwl_init_scan_params(priv);
4050
Wey-Yi Guy22bf59a2010-08-23 07:57:11 -07004051 /* init bt coex */
4052 if (priv->cfg->advanced_bt_coexist) {
Wey-Yi Guyb6e116e2010-08-23 07:57:14 -07004053 priv->kill_ack_mask = IWLAGN_BT_KILL_ACK_MASK_DEFAULT;
4054 priv->kill_cts_mask = IWLAGN_BT_KILL_CTS_MASK_DEFAULT;
4055 priv->bt_valid = IWLAGN_BT_ALL_VALID_MSK;
Wey-Yi Guy22bf59a2010-08-23 07:57:11 -07004056 priv->bt_on_thresh = BT_ON_THRESHOLD_DEF;
4057 priv->bt_duration = BT_DURATION_LIMIT_DEF;
4058 priv->dynamic_frag_thresh = BT_FRAG_THRESHOLD_DEF;
4059 priv->dynamic_agg_thresh = BT_AGG_THRESHOLD_DEF;
4060 }
4061
Reinette Chatre89f186a2009-10-30 14:36:11 -07004062 /* Set the tx_power_user_lmt to the lowest power level
4063 * this value will get overwritten by channel max power avg
4064 * from eeprom */
Wey-Yi Guyb744cb72010-03-23 11:37:59 -07004065 priv->tx_power_user_lmt = IWLAGN_TX_POWER_TARGET_POWER_MIN;
Reinette Chatre89f186a2009-10-30 14:36:11 -07004066
4067 ret = iwl_init_channel_map(priv);
4068 if (ret) {
4069 IWL_ERR(priv, "initializing regulatory failed: %d\n", ret);
4070 goto err;
4071 }
4072
4073 ret = iwlcore_init_geos(priv);
4074 if (ret) {
4075 IWL_ERR(priv, "initializing geos failed: %d\n", ret);
4076 goto err_free_channel_map;
4077 }
4078 iwl_init_hw_rates(priv, priv->ieee_rates);
4079
4080 return 0;
4081
4082err_free_channel_map:
4083 iwl_free_channel_map(priv);
4084err:
4085 return ret;
4086}
4087
4088static void iwl_uninit_drv(struct iwl_priv *priv)
4089{
4090 iwl_calib_free_results(priv);
4091 iwlcore_free_geos(priv);
4092 iwl_free_channel_map(priv);
Johannes Berg811ecc92010-04-06 04:12:41 -07004093 kfree(priv->scan_cmd);
Reinette Chatre89f186a2009-10-30 14:36:11 -07004094}
4095
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07004096static struct ieee80211_ops iwl_hw_ops = {
4097 .tx = iwl_mac_tx,
4098 .start = iwl_mac_start,
4099 .stop = iwl_mac_stop,
4100 .add_interface = iwl_mac_add_interface,
4101 .remove_interface = iwl_mac_remove_interface,
4102 .config = iwl_mac_config,
Johannes Berg8b8ab9d2010-08-17 11:24:01 +02004103 .configure_filter = iwlagn_configure_filter,
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07004104 .set_key = iwl_mac_set_key,
4105 .update_tkip_key = iwl_mac_update_tkip_key,
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07004106 .conf_tx = iwl_mac_conf_tx,
4107 .reset_tsf = iwl_mac_reset_tsf,
4108 .bss_info_changed = iwl_bss_info_changed,
4109 .ampdu_action = iwl_mac_ampdu_action,
Johannes Berg6ab10ff2009-11-13 11:56:37 -08004110 .hw_scan = iwl_mac_hw_scan,
4111 .sta_notify = iwl_mac_sta_notify,
Reinette Chatrefe6b23d2010-02-22 16:24:47 -08004112 .sta_add = iwlagn_mac_sta_add,
4113 .sta_remove = iwl_mac_sta_remove,
Wey-Yi Guy79d07322010-05-06 08:54:11 -07004114 .channel_switch = iwl_mac_channel_switch,
Wey-Yi Guy716c74b2010-06-24 13:22:36 -07004115 .flush = iwl_mac_flush,
Johannes Berga85d7cc2010-07-31 08:34:10 -07004116 .tx_last_beacon = iwl_mac_tx_last_beacon,
Zhu Yib481de92007-09-25 17:54:57 -07004117};
4118
Wey-Yi Guy3867fe02010-07-31 08:34:05 -07004119static void iwl_hw_detect(struct iwl_priv *priv)
4120{
4121 priv->hw_rev = _iwl_read32(priv, CSR_HW_REV);
4122 priv->hw_wa_rev = _iwl_read32(priv, CSR_HW_REV_WA_REG);
4123 pci_read_config_byte(priv->pci_dev, PCI_REVISION_ID, &priv->rev_id);
Wey-Yi Guy49ded762010-07-31 08:34:06 -07004124 IWL_DEBUG_INFO(priv, "HW Revision ID = 0x%X\n", priv->rev_id);
Wey-Yi Guy3867fe02010-07-31 08:34:05 -07004125}
4126
Wey-Yi Guy07d4f1a2010-07-31 08:34:08 -07004127static int iwl_set_hw_params(struct iwl_priv *priv)
4128{
4129 priv->hw_params.max_rxq_size = RX_QUEUE_SIZE;
4130 priv->hw_params.max_rxq_log = RX_QUEUE_SIZE_LOG;
4131 if (priv->cfg->mod_params->amsdu_size_8K)
4132 priv->hw_params.rx_page_order = get_order(IWL_RX_BUF_SIZE_8K);
4133 else
4134 priv->hw_params.rx_page_order = get_order(IWL_RX_BUF_SIZE_4K);
4135
4136 priv->hw_params.max_beacon_itrvl = IWL_MAX_UCODE_BEACON_INTERVAL;
4137
4138 if (priv->cfg->mod_params->disable_11n)
4139 priv->cfg->sku &= ~IWL_SKU_N;
4140
4141 /* Device-specific setup */
4142 return priv->cfg->ops->lib->set_hw_params(priv);
4143}
4144
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07004145static int iwl_pci_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
Zhu Yib481de92007-09-25 17:54:57 -07004146{
Johannes Berg246ed352010-08-23 10:46:32 +02004147 int err = 0, i;
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07004148 struct iwl_priv *priv;
Zhu Yib481de92007-09-25 17:54:57 -07004149 struct ieee80211_hw *hw;
Tomas Winkler82b9a122008-03-04 18:09:30 -08004150 struct iwl_cfg *cfg = (struct iwl_cfg *)(ent->driver_data);
Mohamed Abbas0359fac2008-03-28 16:21:08 -07004151 unsigned long flags;
Wey-Yi Guyc6fa17e2010-07-15 05:58:30 -07004152 u16 pci_cmd, num_mac;
Zhu Yib481de92007-09-25 17:54:57 -07004153
Assaf Krauss316c30d2008-03-14 10:38:46 -07004154 /************************
4155 * 1. Allocating HW data
4156 ************************/
4157
Cahill, Ben M6440adb2007-11-29 11:09:55 +08004158 /* Disabling hardware scan means that mac80211 will perform scans
4159 * "the hard way", rather than using device's scan. */
Assaf Krauss1ea87392008-03-18 14:57:50 -07004160 if (cfg->mod_params->disable_hw_scan) {
Reinette Chatrea562a9d2009-07-17 09:30:24 -07004161 if (iwl_debug_level & IWL_DL_INFO)
Ester Kummerbf403db2008-05-05 10:22:40 +08004162 dev_printk(KERN_DEBUG, &(pdev->dev),
4163 "Disabling hw_scan\n");
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07004164 iwl_hw_ops.hw_scan = NULL;
Zhu Yib481de92007-09-25 17:54:57 -07004165 }
4166
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07004167 hw = iwl_alloc_all(cfg, &iwl_hw_ops);
Assaf Krauss1d0a0822008-03-14 10:38:48 -07004168 if (!hw) {
Zhu Yib481de92007-09-25 17:54:57 -07004169 err = -ENOMEM;
4170 goto out;
4171 }
Assaf Krauss1d0a0822008-03-14 10:38:48 -07004172 priv = hw->priv;
4173 /* At this point both hw and priv are allocated. */
4174
Johannes Berg246ed352010-08-23 10:46:32 +02004175 /*
4176 * The default context is always valid,
4177 * more may be discovered when firmware
4178 * is loaded.
4179 */
4180 priv->valid_contexts = BIT(IWL_RXON_CTX_BSS);
4181
4182 for (i = 0; i < NUM_IWL_RXON_CTX; i++)
4183 priv->contexts[i].ctxid = i;
4184
Zhu Yib481de92007-09-25 17:54:57 -07004185 SET_IEEE80211_DEV(hw, &pdev->dev);
4186
Tomas Winklere1623442009-01-27 14:27:56 -08004187 IWL_DEBUG_INFO(priv, "*** LOAD DRIVER ***\n");
Tomas Winkler82b9a122008-03-04 18:09:30 -08004188 priv->cfg = cfg;
Zhu Yib481de92007-09-25 17:54:57 -07004189 priv->pci_dev = pdev;
Mohamed Abbas40cefda2009-05-22 11:01:52 -07004190 priv->inta_mask = CSR_INI_SET_MASK;
Assaf Krauss316c30d2008-03-14 10:38:46 -07004191
Wey-Yi Guybee008b2010-08-23 07:57:04 -07004192 /* is antenna coupling more than 35dB ? */
4193 priv->bt_ant_couple_ok =
4194 (iwlagn_ant_coupling > IWL_BT_ANTENNA_COUPLING_THRESHOLD) ?
4195 true : false;
4196
Wey-Yi Guyf37837c2010-08-23 07:57:12 -07004197 /* enable/disable bt channel announcement */
4198 priv->bt_ch_announce = iwlagn_bt_ch_announce;
4199
Wey-Yi Guy20594eb2009-08-07 15:41:39 -07004200 if (iwl_alloc_traffic_mem(priv))
4201 IWL_ERR(priv, "Not enough memory to generate traffic log\n");
Zhu Yib481de92007-09-25 17:54:57 -07004202
Assaf Krauss316c30d2008-03-14 10:38:46 -07004203 /**************************
4204 * 2. Initializing PCI bus
4205 **************************/
John W. Linville1a7123c2010-08-05 14:39:31 -04004206 pci_disable_link_state(pdev, PCIE_LINK_STATE_L0S | PCIE_LINK_STATE_L1 |
4207 PCIE_LINK_STATE_CLKPM);
4208
Assaf Krauss316c30d2008-03-14 10:38:46 -07004209 if (pci_enable_device(pdev)) {
4210 err = -ENODEV;
4211 goto out_ieee80211_free_hw;
4212 }
4213
4214 pci_set_master(pdev);
4215
Winkler, Tomas093d8742008-09-26 15:09:34 +08004216 err = pci_set_dma_mask(pdev, DMA_BIT_MASK(36));
Assaf Krauss316c30d2008-03-14 10:38:46 -07004217 if (!err)
Winkler, Tomas093d8742008-09-26 15:09:34 +08004218 err = pci_set_consistent_dma_mask(pdev, DMA_BIT_MASK(36));
Ron Rindjunskycc2a8ea2008-04-21 15:41:59 -07004219 if (err) {
Winkler, Tomas093d8742008-09-26 15:09:34 +08004220 err = pci_set_dma_mask(pdev, DMA_BIT_MASK(32));
Ron Rindjunskycc2a8ea2008-04-21 15:41:59 -07004221 if (!err)
Winkler, Tomas093d8742008-09-26 15:09:34 +08004222 err = pci_set_consistent_dma_mask(pdev, DMA_BIT_MASK(32));
Ron Rindjunskycc2a8ea2008-04-21 15:41:59 -07004223 /* both attempts failed: */
Assaf Krauss316c30d2008-03-14 10:38:46 -07004224 if (err) {
Tomas Winkler978785a2008-12-19 10:37:31 +08004225 IWL_WARN(priv, "No suitable DMA available.\n");
Assaf Krauss316c30d2008-03-14 10:38:46 -07004226 goto out_pci_disable_device;
Ron Rindjunskycc2a8ea2008-04-21 15:41:59 -07004227 }
Assaf Krauss316c30d2008-03-14 10:38:46 -07004228 }
4229
4230 err = pci_request_regions(pdev, DRV_NAME);
4231 if (err)
4232 goto out_pci_disable_device;
4233
4234 pci_set_drvdata(pdev, priv);
4235
Assaf Krauss316c30d2008-03-14 10:38:46 -07004236
4237 /***********************
4238 * 3. Read REV register
4239 ***********************/
4240 priv->hw_base = pci_iomap(pdev, 0, 0);
4241 if (!priv->hw_base) {
4242 err = -ENODEV;
4243 goto out_pci_release_regions;
4244 }
4245
Tomas Winklere1623442009-01-27 14:27:56 -08004246 IWL_DEBUG_INFO(priv, "pci_resource_len = 0x%08llx\n",
Assaf Krauss316c30d2008-03-14 10:38:46 -07004247 (unsigned long long) pci_resource_len(pdev, 0));
Tomas Winklere1623442009-01-27 14:27:56 -08004248 IWL_DEBUG_INFO(priv, "pci_resource_base = %p\n", priv->hw_base);
Assaf Krauss316c30d2008-03-14 10:38:46 -07004249
Reinette Chatre731a29b2009-12-14 14:12:11 -08004250 /* these spin locks will be used in apm_ops.init and EEPROM access
Mohamed Abbasa8b50a02009-05-22 11:01:47 -07004251 * we should init now
4252 */
4253 spin_lock_init(&priv->reg_lock);
Reinette Chatre731a29b2009-12-14 14:12:11 -08004254 spin_lock_init(&priv->lock);
Reinette Chatre4843b5a2010-02-03 09:38:59 -08004255
4256 /*
4257 * stop and reset the on-board processor just in case it is in a
4258 * strange state ... like being left stranded by a primary kernel
4259 * and this is now the kdump kernel trying to start up
4260 */
4261 iwl_write32(priv, CSR_RESET, CSR_RESET_REG_FLAG_NEVO_RESET);
4262
Tomas Winklerb661c812008-04-23 17:14:54 -07004263 iwl_hw_detect(priv);
Shanyu Zhaoc11362c2010-03-05 17:05:20 -08004264 IWL_INFO(priv, "Detected %s, REV=0x%X\n",
Tomas Winklerb661c812008-04-23 17:14:54 -07004265 priv->cfg->name, priv->hw_rev);
Assaf Krauss316c30d2008-03-14 10:38:46 -07004266
Tomas Winklere7b63582008-09-03 11:26:49 +08004267 /* We disable the RETRY_TIMEOUT register (0x41) to keep
4268 * PCI Tx retries from interfering with C3 CPU state */
4269 pci_write_config_byte(pdev, PCI_CFG_RETRY_TIMEOUT, 0x00);
4270
Mohamed Abbas086ed112009-05-22 11:01:54 -07004271 iwl_prepare_card_hw(priv);
4272 if (!priv->hw_ready) {
4273 IWL_WARN(priv, "Failed, HW not ready\n");
4274 goto out_iounmap;
4275 }
4276
Assaf Krauss316c30d2008-03-14 10:38:46 -07004277 /*****************
4278 * 4. Read EEPROM
4279 *****************/
Assaf Krauss316c30d2008-03-14 10:38:46 -07004280 /* Read the EEPROM */
4281 err = iwl_eeprom_init(priv);
4282 if (err) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08004283 IWL_ERR(priv, "Unable to init EEPROM\n");
Assaf Krauss316c30d2008-03-14 10:38:46 -07004284 goto out_iounmap;
4285 }
Tomas Winkler8614f362008-04-23 17:14:55 -07004286 err = iwl_eeprom_check_version(priv);
4287 if (err)
Reinette Chatrec8f16132009-02-27 16:21:22 -08004288 goto out_free_eeprom;
Tomas Winkler8614f362008-04-23 17:14:55 -07004289
Ron Rindjunsky02883012008-05-15 13:53:53 +08004290 /* extract MAC Address */
Wey-Yi Guyc6fa17e2010-07-15 05:58:30 -07004291 iwl_eeprom_get_mac(priv, priv->addresses[0].addr);
4292 IWL_DEBUG_INFO(priv, "MAC address: %pM\n", priv->addresses[0].addr);
4293 priv->hw->wiphy->addresses = priv->addresses;
4294 priv->hw->wiphy->n_addresses = 1;
4295 num_mac = iwl_eeprom_query16(priv, EEPROM_NUM_MAC_ADDRESS);
4296 if (num_mac > 1) {
4297 memcpy(priv->addresses[1].addr, priv->addresses[0].addr,
4298 ETH_ALEN);
4299 priv->addresses[1].addr[5]++;
4300 priv->hw->wiphy->n_addresses++;
4301 }
Assaf Krauss316c30d2008-03-14 10:38:46 -07004302
4303 /************************
4304 * 5. Setup HW constants
4305 ************************/
Ron Rindjunskyda154e32008-06-30 17:23:20 +08004306 if (iwl_set_hw_params(priv)) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08004307 IWL_ERR(priv, "failed to set hw parameters\n");
Tomas Winkler073d3f52008-04-21 15:41:52 -07004308 goto out_free_eeprom;
Assaf Krauss316c30d2008-03-14 10:38:46 -07004309 }
4310
4311 /*******************
Tomas Winkler6ba87952008-05-15 13:54:17 +08004312 * 6. Setup priv
Assaf Krauss316c30d2008-03-14 10:38:46 -07004313 *******************/
Zhu Yib481de92007-09-25 17:54:57 -07004314
Tomas Winkler6ba87952008-05-15 13:54:17 +08004315 err = iwl_init_drv(priv);
Assaf Kraussbf85ea42008-03-14 10:38:49 -07004316 if (err)
Ron Rindjunsky399f49002008-04-23 17:14:56 -07004317 goto out_free_eeprom;
Assaf Kraussbf85ea42008-03-14 10:38:49 -07004318 /* At this point both hw and priv are initialized. */
Assaf Krauss316c30d2008-03-14 10:38:46 -07004319
Assaf Krauss316c30d2008-03-14 10:38:46 -07004320 /********************
Abhijeet Kolekar09f9bf72009-04-20 14:37:03 -07004321 * 7. Setup services
Assaf Krauss316c30d2008-03-14 10:38:46 -07004322 ********************/
Mohamed Abbas0359fac2008-03-28 16:21:08 -07004323 spin_lock_irqsave(&priv->lock, flags);
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07004324 iwl_disable_interrupts(priv);
Mohamed Abbas0359fac2008-03-28 16:21:08 -07004325 spin_unlock_irqrestore(&priv->lock, flags);
Assaf Krauss316c30d2008-03-14 10:38:46 -07004326
Helmut Schaa6cd0b1c2009-01-19 13:10:07 +01004327 pci_enable_msi(priv->pci_dev);
4328
Mohamed Abbasef850d72009-05-22 11:01:50 -07004329 iwl_alloc_isr_ict(priv);
4330 err = request_irq(priv->pci_dev->irq, priv->cfg->ops->lib->isr,
4331 IRQF_SHARED, DRV_NAME, priv);
Helmut Schaa6cd0b1c2009-01-19 13:10:07 +01004332 if (err) {
4333 IWL_ERR(priv, "Error allocating IRQ %d\n", priv->pci_dev->irq);
4334 goto out_disable_msi;
4335 }
Assaf Krauss316c30d2008-03-14 10:38:46 -07004336
Emmanuel Grumbach4e393172008-06-12 09:46:53 +08004337 iwl_setup_deferred_work(priv);
Emmanuel Grumbach653fa4a2008-06-30 17:23:11 +08004338 iwl_setup_rx_handlers(priv);
Assaf Krauss316c30d2008-03-14 10:38:46 -07004339
Johannes Berg158bea02010-01-22 14:22:53 -08004340 /*********************************************
4341 * 8. Enable interrupts and read RFKILL state
4342 *********************************************/
Tomas Winkler6ba87952008-05-15 13:54:17 +08004343
Helmut Schaa6cd0b1c2009-01-19 13:10:07 +01004344 /* enable interrupts if needed: hw bug w/a */
4345 pci_read_config_word(priv->pci_dev, PCI_COMMAND, &pci_cmd);
4346 if (pci_cmd & PCI_COMMAND_INTX_DISABLE) {
4347 pci_cmd &= ~PCI_COMMAND_INTX_DISABLE;
4348 pci_write_config_word(priv->pci_dev, PCI_COMMAND, pci_cmd);
4349 }
4350
4351 iwl_enable_interrupts(priv);
4352
Helmut Schaa6cd0b1c2009-01-19 13:10:07 +01004353 /* If platform's RF_KILL switch is NOT set to KILL */
4354 if (iwl_read32(priv, CSR_GP_CNTRL) & CSR_GP_CNTRL_REG_FLAG_HW_RF_KILL_SW)
4355 clear_bit(STATUS_RF_KILL_HW, &priv->status);
4356 else
4357 set_bit(STATUS_RF_KILL_HW, &priv->status);
Tomas Winkler6ba87952008-05-15 13:54:17 +08004358
Johannes Berga60e77e2009-06-04 18:26:06 +02004359 wiphy_rfkill_set_hw_state(priv->hw->wiphy,
4360 test_bit(STATUS_RF_KILL_HW, &priv->status));
Helmut Schaa6cd0b1c2009-01-19 13:10:07 +01004361
Emmanuel Grumbach58d0f362008-06-12 09:47:19 +08004362 iwl_power_initialize(priv);
Wey-Yi Guy39b73fb2009-07-24 11:13:02 -07004363 iwl_tt_initialize(priv);
Johannes Berg158bea02010-01-22 14:22:53 -08004364
Reinette Chatrea15707d2010-05-10 15:08:11 -07004365 init_completion(&priv->_agn.firmware_loading_complete);
Johannes Berg562db532010-04-29 07:41:53 -07004366
Johannes Bergb08dfd02010-01-29 11:54:56 -08004367 err = iwl_request_firmware(priv, true);
Johannes Berg158bea02010-01-22 14:22:53 -08004368 if (err)
Emmanuel Grumbach7d476182010-05-23 00:14:08 -07004369 goto out_destroy_workqueue;
Johannes Berg158bea02010-01-22 14:22:53 -08004370
Zhu Yib481de92007-09-25 17:54:57 -07004371 return 0;
4372
Emmanuel Grumbach7d476182010-05-23 00:14:08 -07004373 out_destroy_workqueue:
Reinette Chatrec8f16132009-02-27 16:21:22 -08004374 destroy_workqueue(priv->workqueue);
4375 priv->workqueue = NULL;
Helmut Schaa795cc0a2009-02-12 18:51:03 +01004376 free_irq(priv->pci_dev->irq, priv);
Mohamed Abbasef850d72009-05-22 11:01:50 -07004377 iwl_free_isr_ict(priv);
Helmut Schaa6cd0b1c2009-01-19 13:10:07 +01004378 out_disable_msi:
4379 pci_disable_msi(priv->pci_dev);
Tomas Winkler6ba87952008-05-15 13:54:17 +08004380 iwl_uninit_drv(priv);
Tomas Winkler073d3f52008-04-21 15:41:52 -07004381 out_free_eeprom:
4382 iwl_eeprom_free(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004383 out_iounmap:
4384 pci_iounmap(pdev, priv->hw_base);
4385 out_pci_release_regions:
Assaf Krauss316c30d2008-03-14 10:38:46 -07004386 pci_set_drvdata(pdev, NULL);
Reinette Chatre623d5632009-03-03 11:37:04 -08004387 pci_release_regions(pdev);
Zhu Yib481de92007-09-25 17:54:57 -07004388 out_pci_disable_device:
4389 pci_disable_device(pdev);
Zhu Yib481de92007-09-25 17:54:57 -07004390 out_ieee80211_free_hw:
Wey-Yi Guy20594eb2009-08-07 15:41:39 -07004391 iwl_free_traffic_mem(priv);
Wey-Yi Guyd7c76f42009-10-09 13:20:17 -07004392 ieee80211_free_hw(priv->hw);
Zhu Yib481de92007-09-25 17:54:57 -07004393 out:
4394 return err;
4395}
4396
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07004397static void __devexit iwl_pci_remove(struct pci_dev *pdev)
Zhu Yib481de92007-09-25 17:54:57 -07004398{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07004399 struct iwl_priv *priv = pci_get_drvdata(pdev);
Mohamed Abbas0359fac2008-03-28 16:21:08 -07004400 unsigned long flags;
Zhu Yib481de92007-09-25 17:54:57 -07004401
4402 if (!priv)
4403 return;
4404
Reinette Chatrea15707d2010-05-10 15:08:11 -07004405 wait_for_completion(&priv->_agn.firmware_loading_complete);
Johannes Berg562db532010-04-29 07:41:53 -07004406
Tomas Winklere1623442009-01-27 14:27:56 -08004407 IWL_DEBUG_INFO(priv, "*** UNLOAD DRIVER ***\n");
Zhu Yib481de92007-09-25 17:54:57 -07004408
Emmanuel Grumbach67249622008-05-29 16:35:26 +08004409 iwl_dbgfs_unregister(priv);
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07004410 sysfs_remove_group(&pdev->dev.kobj, &iwl_attribute_group);
Emmanuel Grumbach67249622008-05-29 16:35:26 +08004411
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07004412 /* ieee80211_unregister_hw call wil cause iwl_mac_stop to
4413 * to be called and iwl_down since we are removing the device
Gregory Greenman0b124c32008-09-03 11:18:50 +08004414 * we need to set STATUS_EXIT_PENDING bit.
4415 */
4416 set_bit(STATUS_EXIT_PENDING, &priv->status);
Ron Rindjunskyc4f55232008-03-28 16:21:10 -07004417 if (priv->mac80211_registered) {
4418 ieee80211_unregister_hw(priv->hw);
4419 priv->mac80211_registered = 0;
Gregory Greenman0b124c32008-09-03 11:18:50 +08004420 } else {
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07004421 iwl_down(priv);
Ron Rindjunskyc4f55232008-03-28 16:21:10 -07004422 }
4423
Ben Cahillc166b252009-10-23 13:42:35 -07004424 /*
4425 * Make sure device is reset to low power before unloading driver.
4426 * This may be redundant with iwl_down(), but there are paths to
4427 * run iwl_down() without calling apm_ops.stop(), and there are
4428 * paths to avoid running iwl_down() at all before leaving driver.
4429 * This (inexpensive) call *makes sure* device is reset.
4430 */
4431 priv->cfg->ops->lib->apm_ops.stop(priv);
4432
Wey-Yi Guy39b73fb2009-07-24 11:13:02 -07004433 iwl_tt_exit(priv);
4434
Mohamed Abbas0359fac2008-03-28 16:21:08 -07004435 /* make sure we flush any pending irq or
4436 * tasklet for the driver
4437 */
4438 spin_lock_irqsave(&priv->lock, flags);
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07004439 iwl_disable_interrupts(priv);
Mohamed Abbas0359fac2008-03-28 16:21:08 -07004440 spin_unlock_irqrestore(&priv->lock, flags);
4441
4442 iwl_synchronize_irq(priv);
4443
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07004444 iwl_dealloc_ucode_pci(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004445
4446 if (priv->rxq.bd)
Wey-Yi Guy54b81552010-03-17 13:34:35 -07004447 iwlagn_rx_queue_free(priv, &priv->rxq);
Wey-Yi Guy74bcdb32010-03-17 13:34:34 -07004448 iwlagn_hw_txq_ctx_free(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004449
Tomas Winkler073d3f52008-04-21 15:41:52 -07004450 iwl_eeprom_free(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004451
Zhu Yib481de92007-09-25 17:54:57 -07004452
Mohamed Abbas948c1712007-10-25 17:15:45 +08004453 /*netif_stop_queue(dev); */
4454 flush_workqueue(priv->workqueue);
4455
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07004456 /* ieee80211_unregister_hw calls iwl_mac_stop, which flushes
Zhu Yib481de92007-09-25 17:54:57 -07004457 * priv->workqueue... so we can't take down the workqueue
4458 * until now... */
4459 destroy_workqueue(priv->workqueue);
4460 priv->workqueue = NULL;
Wey-Yi Guy20594eb2009-08-07 15:41:39 -07004461 iwl_free_traffic_mem(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004462
Helmut Schaa6cd0b1c2009-01-19 13:10:07 +01004463 free_irq(priv->pci_dev->irq, priv);
4464 pci_disable_msi(priv->pci_dev);
Zhu Yib481de92007-09-25 17:54:57 -07004465 pci_iounmap(pdev, priv->hw_base);
4466 pci_release_regions(pdev);
4467 pci_disable_device(pdev);
4468 pci_set_drvdata(pdev, NULL);
4469
Tomas Winkler6ba87952008-05-15 13:54:17 +08004470 iwl_uninit_drv(priv);
Zhu Yib481de92007-09-25 17:54:57 -07004471
Mohamed Abbasef850d72009-05-22 11:01:50 -07004472 iwl_free_isr_ict(priv);
4473
Zhu Yib481de92007-09-25 17:54:57 -07004474 if (priv->ibss_beacon)
4475 dev_kfree_skb(priv->ibss_beacon);
4476
4477 ieee80211_free_hw(priv->hw);
4478}
4479
Zhu Yib481de92007-09-25 17:54:57 -07004480
4481/*****************************************************************************
4482 *
4483 * driver and module entry point
4484 *
4485 *****************************************************************************/
4486
Ron Rindjunskyfed90172008-04-15 16:01:41 -07004487/* Hardware specific file defines the PCI IDs table for that hardware module */
Alexey Dobriyana3aa1882010-01-07 11:58:11 +00004488static DEFINE_PCI_DEVICE_TABLE(iwl_hw_card_ids) = {
Tomas Winkler4fc22b22008-07-21 18:54:42 +03004489#ifdef CONFIG_IWL4965
Ron Rindjunskyfed90172008-04-15 16:01:41 -07004490 {IWL_PCI_DEVICE(0x4229, PCI_ANY_ID, iwl4965_agn_cfg)},
4491 {IWL_PCI_DEVICE(0x4230, PCI_ANY_ID, iwl4965_agn_cfg)},
Tomas Winkler4fc22b22008-07-21 18:54:42 +03004492#endif /* CONFIG_IWL4965 */
Tomas Winkler5a6a2562008-04-24 11:55:23 -07004493#ifdef CONFIG_IWL5000
Wey-Yi Guyac592572009-11-20 12:05:03 -08004494/* 5100 Series WiFi */
4495 {IWL_PCI_DEVICE(0x4232, 0x1201, iwl5100_agn_cfg)}, /* Mini Card */
4496 {IWL_PCI_DEVICE(0x4232, 0x1301, iwl5100_agn_cfg)}, /* Half Mini Card */
4497 {IWL_PCI_DEVICE(0x4232, 0x1204, iwl5100_agn_cfg)}, /* Mini Card */
4498 {IWL_PCI_DEVICE(0x4232, 0x1304, iwl5100_agn_cfg)}, /* Half Mini Card */
4499 {IWL_PCI_DEVICE(0x4232, 0x1205, iwl5100_bgn_cfg)}, /* Mini Card */
4500 {IWL_PCI_DEVICE(0x4232, 0x1305, iwl5100_bgn_cfg)}, /* Half Mini Card */
4501 {IWL_PCI_DEVICE(0x4232, 0x1206, iwl5100_abg_cfg)}, /* Mini Card */
4502 {IWL_PCI_DEVICE(0x4232, 0x1306, iwl5100_abg_cfg)}, /* Half Mini Card */
4503 {IWL_PCI_DEVICE(0x4232, 0x1221, iwl5100_agn_cfg)}, /* Mini Card */
4504 {IWL_PCI_DEVICE(0x4232, 0x1321, iwl5100_agn_cfg)}, /* Half Mini Card */
4505 {IWL_PCI_DEVICE(0x4232, 0x1224, iwl5100_agn_cfg)}, /* Mini Card */
4506 {IWL_PCI_DEVICE(0x4232, 0x1324, iwl5100_agn_cfg)}, /* Half Mini Card */
4507 {IWL_PCI_DEVICE(0x4232, 0x1225, iwl5100_bgn_cfg)}, /* Mini Card */
4508 {IWL_PCI_DEVICE(0x4232, 0x1325, iwl5100_bgn_cfg)}, /* Half Mini Card */
4509 {IWL_PCI_DEVICE(0x4232, 0x1226, iwl5100_abg_cfg)}, /* Mini Card */
4510 {IWL_PCI_DEVICE(0x4232, 0x1326, iwl5100_abg_cfg)}, /* Half Mini Card */
4511 {IWL_PCI_DEVICE(0x4237, 0x1211, iwl5100_agn_cfg)}, /* Mini Card */
4512 {IWL_PCI_DEVICE(0x4237, 0x1311, iwl5100_agn_cfg)}, /* Half Mini Card */
4513 {IWL_PCI_DEVICE(0x4237, 0x1214, iwl5100_agn_cfg)}, /* Mini Card */
4514 {IWL_PCI_DEVICE(0x4237, 0x1314, iwl5100_agn_cfg)}, /* Half Mini Card */
4515 {IWL_PCI_DEVICE(0x4237, 0x1215, iwl5100_bgn_cfg)}, /* Mini Card */
4516 {IWL_PCI_DEVICE(0x4237, 0x1315, iwl5100_bgn_cfg)}, /* Half Mini Card */
4517 {IWL_PCI_DEVICE(0x4237, 0x1216, iwl5100_abg_cfg)}, /* Mini Card */
4518 {IWL_PCI_DEVICE(0x4237, 0x1316, iwl5100_abg_cfg)}, /* Half Mini Card */
4519
4520/* 5300 Series WiFi */
4521 {IWL_PCI_DEVICE(0x4235, 0x1021, iwl5300_agn_cfg)}, /* Mini Card */
4522 {IWL_PCI_DEVICE(0x4235, 0x1121, iwl5300_agn_cfg)}, /* Half Mini Card */
4523 {IWL_PCI_DEVICE(0x4235, 0x1024, iwl5300_agn_cfg)}, /* Mini Card */
4524 {IWL_PCI_DEVICE(0x4235, 0x1124, iwl5300_agn_cfg)}, /* Half Mini Card */
4525 {IWL_PCI_DEVICE(0x4235, 0x1001, iwl5300_agn_cfg)}, /* Mini Card */
4526 {IWL_PCI_DEVICE(0x4235, 0x1101, iwl5300_agn_cfg)}, /* Half Mini Card */
4527 {IWL_PCI_DEVICE(0x4235, 0x1004, iwl5300_agn_cfg)}, /* Mini Card */
4528 {IWL_PCI_DEVICE(0x4235, 0x1104, iwl5300_agn_cfg)}, /* Half Mini Card */
4529 {IWL_PCI_DEVICE(0x4236, 0x1011, iwl5300_agn_cfg)}, /* Mini Card */
4530 {IWL_PCI_DEVICE(0x4236, 0x1111, iwl5300_agn_cfg)}, /* Half Mini Card */
4531 {IWL_PCI_DEVICE(0x4236, 0x1014, iwl5300_agn_cfg)}, /* Mini Card */
4532 {IWL_PCI_DEVICE(0x4236, 0x1114, iwl5300_agn_cfg)}, /* Half Mini Card */
4533
4534/* 5350 Series WiFi/WiMax */
4535 {IWL_PCI_DEVICE(0x423A, 0x1001, iwl5350_agn_cfg)}, /* Mini Card */
4536 {IWL_PCI_DEVICE(0x423A, 0x1021, iwl5350_agn_cfg)}, /* Mini Card */
4537 {IWL_PCI_DEVICE(0x423B, 0x1011, iwl5350_agn_cfg)}, /* Mini Card */
4538
4539/* 5150 Series Wifi/WiMax */
4540 {IWL_PCI_DEVICE(0x423C, 0x1201, iwl5150_agn_cfg)}, /* Mini Card */
4541 {IWL_PCI_DEVICE(0x423C, 0x1301, iwl5150_agn_cfg)}, /* Half Mini Card */
4542 {IWL_PCI_DEVICE(0x423C, 0x1206, iwl5150_abg_cfg)}, /* Mini Card */
4543 {IWL_PCI_DEVICE(0x423C, 0x1306, iwl5150_abg_cfg)}, /* Half Mini Card */
4544 {IWL_PCI_DEVICE(0x423C, 0x1221, iwl5150_agn_cfg)}, /* Mini Card */
4545 {IWL_PCI_DEVICE(0x423C, 0x1321, iwl5150_agn_cfg)}, /* Half Mini Card */
4546
4547 {IWL_PCI_DEVICE(0x423D, 0x1211, iwl5150_agn_cfg)}, /* Mini Card */
4548 {IWL_PCI_DEVICE(0x423D, 0x1311, iwl5150_agn_cfg)}, /* Half Mini Card */
4549 {IWL_PCI_DEVICE(0x423D, 0x1216, iwl5150_abg_cfg)}, /* Mini Card */
4550 {IWL_PCI_DEVICE(0x423D, 0x1316, iwl5150_abg_cfg)}, /* Half Mini Card */
Wey-Yi Guy5953a622009-09-17 10:43:53 -07004551
4552/* 6x00 Series */
Wey-Yi Guy5953a622009-09-17 10:43:53 -07004553 {IWL_PCI_DEVICE(0x422B, 0x1101, iwl6000_3agn_cfg)},
4554 {IWL_PCI_DEVICE(0x422B, 0x1121, iwl6000_3agn_cfg)},
4555 {IWL_PCI_DEVICE(0x422C, 0x1301, iwl6000i_2agn_cfg)},
4556 {IWL_PCI_DEVICE(0x422C, 0x1306, iwl6000i_2abg_cfg)},
4557 {IWL_PCI_DEVICE(0x422C, 0x1307, iwl6000i_2bg_cfg)},
4558 {IWL_PCI_DEVICE(0x422C, 0x1321, iwl6000i_2agn_cfg)},
4559 {IWL_PCI_DEVICE(0x422C, 0x1326, iwl6000i_2abg_cfg)},
4560 {IWL_PCI_DEVICE(0x4238, 0x1111, iwl6000_3agn_cfg)},
4561 {IWL_PCI_DEVICE(0x4239, 0x1311, iwl6000i_2agn_cfg)},
4562 {IWL_PCI_DEVICE(0x4239, 0x1316, iwl6000i_2abg_cfg)},
Shanyu Zhao4b3e8062010-04-07 18:06:36 -07004563
Shanyu Zhao95b13012010-04-21 11:46:33 -07004564/* 6x00 Series Gen2a */
4565 {IWL_PCI_DEVICE(0x0082, 0x1201, iwl6000g2a_2agn_cfg)},
4566 {IWL_PCI_DEVICE(0x0085, 0x1211, iwl6000g2a_2agn_cfg)},
4567 {IWL_PCI_DEVICE(0x0082, 0x1221, iwl6000g2a_2agn_cfg)},
Shanyu Zhao18089722010-05-06 10:15:21 -07004568 {IWL_PCI_DEVICE(0x0082, 0x1206, iwl6000g2a_2abg_cfg)},
4569 {IWL_PCI_DEVICE(0x0085, 0x1216, iwl6000g2a_2abg_cfg)},
4570 {IWL_PCI_DEVICE(0x0082, 0x1226, iwl6000g2a_2abg_cfg)},
4571 {IWL_PCI_DEVICE(0x0082, 0x1207, iwl6000g2a_2bg_cfg)},
Shanyu Zhao9f6e1ba2010-05-11 15:21:54 -07004572 {IWL_PCI_DEVICE(0x0082, 0x1301, iwl6000g2a_2agn_cfg)},
4573 {IWL_PCI_DEVICE(0x0082, 0x1306, iwl6000g2a_2abg_cfg)},
4574 {IWL_PCI_DEVICE(0x0082, 0x1307, iwl6000g2a_2bg_cfg)},
4575 {IWL_PCI_DEVICE(0x0082, 0x1321, iwl6000g2a_2agn_cfg)},
4576 {IWL_PCI_DEVICE(0x0082, 0x1326, iwl6000g2a_2abg_cfg)},
4577 {IWL_PCI_DEVICE(0x0085, 0x1311, iwl6000g2a_2agn_cfg)},
4578 {IWL_PCI_DEVICE(0x0085, 0x1316, iwl6000g2a_2abg_cfg)},
Shanyu Zhao18089722010-05-06 10:15:21 -07004579
4580/* 6x00 Series Gen2b */
4581 {IWL_PCI_DEVICE(0x008F, 0x5105, iwl6000g2b_bgn_cfg)},
4582 {IWL_PCI_DEVICE(0x0090, 0x5115, iwl6000g2b_bgn_cfg)},
4583 {IWL_PCI_DEVICE(0x008F, 0x5125, iwl6000g2b_bgn_cfg)},
4584 {IWL_PCI_DEVICE(0x008F, 0x5107, iwl6000g2b_bg_cfg)},
4585 {IWL_PCI_DEVICE(0x008F, 0x5201, iwl6000g2b_2agn_cfg)},
4586 {IWL_PCI_DEVICE(0x0090, 0x5211, iwl6000g2b_2agn_cfg)},
4587 {IWL_PCI_DEVICE(0x008F, 0x5221, iwl6000g2b_2agn_cfg)},
4588 {IWL_PCI_DEVICE(0x008F, 0x5206, iwl6000g2b_2abg_cfg)},
4589 {IWL_PCI_DEVICE(0x0090, 0x5216, iwl6000g2b_2abg_cfg)},
4590 {IWL_PCI_DEVICE(0x008F, 0x5226, iwl6000g2b_2abg_cfg)},
4591 {IWL_PCI_DEVICE(0x008F, 0x5207, iwl6000g2b_2bg_cfg)},
Shanyu Zhao9f6e1ba2010-05-11 15:21:54 -07004592 {IWL_PCI_DEVICE(0x008A, 0x5301, iwl6000g2b_bgn_cfg)},
4593 {IWL_PCI_DEVICE(0x008A, 0x5305, iwl6000g2b_bgn_cfg)},
4594 {IWL_PCI_DEVICE(0x008A, 0x5307, iwl6000g2b_bg_cfg)},
4595 {IWL_PCI_DEVICE(0x008A, 0x5321, iwl6000g2b_bgn_cfg)},
4596 {IWL_PCI_DEVICE(0x008A, 0x5325, iwl6000g2b_bgn_cfg)},
4597 {IWL_PCI_DEVICE(0x008B, 0x5311, iwl6000g2b_bgn_cfg)},
4598 {IWL_PCI_DEVICE(0x008B, 0x5315, iwl6000g2b_bgn_cfg)},
4599 {IWL_PCI_DEVICE(0x0090, 0x5211, iwl6000g2b_2agn_cfg)},
4600 {IWL_PCI_DEVICE(0x0090, 0x5215, iwl6000g2b_2bgn_cfg)},
4601 {IWL_PCI_DEVICE(0x0090, 0x5216, iwl6000g2b_2abg_cfg)},
4602 {IWL_PCI_DEVICE(0x0091, 0x5201, iwl6000g2b_2agn_cfg)},
4603 {IWL_PCI_DEVICE(0x0091, 0x5205, iwl6000g2b_2bgn_cfg)},
4604 {IWL_PCI_DEVICE(0x0091, 0x5206, iwl6000g2b_2abg_cfg)},
4605 {IWL_PCI_DEVICE(0x0091, 0x5207, iwl6000g2b_2bg_cfg)},
4606 {IWL_PCI_DEVICE(0x0091, 0x5221, iwl6000g2b_2agn_cfg)},
4607 {IWL_PCI_DEVICE(0x0091, 0x5225, iwl6000g2b_2bgn_cfg)},
4608 {IWL_PCI_DEVICE(0x0091, 0x5226, iwl6000g2b_2abg_cfg)},
Wey-Yi Guy5953a622009-09-17 10:43:53 -07004609
4610/* 6x50 WiFi/WiMax Series */
Wey-Yi Guy5953a622009-09-17 10:43:53 -07004611 {IWL_PCI_DEVICE(0x0087, 0x1301, iwl6050_2agn_cfg)},
4612 {IWL_PCI_DEVICE(0x0087, 0x1306, iwl6050_2abg_cfg)},
4613 {IWL_PCI_DEVICE(0x0087, 0x1321, iwl6050_2agn_cfg)},
4614 {IWL_PCI_DEVICE(0x0087, 0x1326, iwl6050_2abg_cfg)},
Wey-Yi Guy5953a622009-09-17 10:43:53 -07004615 {IWL_PCI_DEVICE(0x0089, 0x1311, iwl6050_2agn_cfg)},
4616 {IWL_PCI_DEVICE(0x0089, 0x1316, iwl6050_2abg_cfg)},
4617
Shanyu Zhao03264332010-06-29 17:27:27 -07004618/* 6x50 WiFi/WiMax Series Gen2 */
4619 {IWL_PCI_DEVICE(0x0885, 0x1305, iwl6050g2_bgn_cfg)},
4620 {IWL_PCI_DEVICE(0x0885, 0x1306, iwl6050g2_bgn_cfg)},
4621 {IWL_PCI_DEVICE(0x0885, 0x1325, iwl6050g2_bgn_cfg)},
4622 {IWL_PCI_DEVICE(0x0885, 0x1326, iwl6050g2_bgn_cfg)},
4623 {IWL_PCI_DEVICE(0x0886, 0x1315, iwl6050g2_bgn_cfg)},
4624 {IWL_PCI_DEVICE(0x0886, 0x1316, iwl6050g2_bgn_cfg)},
4625
Jay Sternberg77dcb6a2009-03-06 13:52:55 -08004626/* 1000 Series WiFi */
Wey-Yi Guy4bd09142009-09-17 10:43:52 -07004627 {IWL_PCI_DEVICE(0x0083, 0x1205, iwl1000_bgn_cfg)},
4628 {IWL_PCI_DEVICE(0x0083, 0x1305, iwl1000_bgn_cfg)},
4629 {IWL_PCI_DEVICE(0x0083, 0x1225, iwl1000_bgn_cfg)},
4630 {IWL_PCI_DEVICE(0x0083, 0x1325, iwl1000_bgn_cfg)},
4631 {IWL_PCI_DEVICE(0x0084, 0x1215, iwl1000_bgn_cfg)},
4632 {IWL_PCI_DEVICE(0x0084, 0x1315, iwl1000_bgn_cfg)},
4633 {IWL_PCI_DEVICE(0x0083, 0x1206, iwl1000_bg_cfg)},
4634 {IWL_PCI_DEVICE(0x0083, 0x1306, iwl1000_bg_cfg)},
4635 {IWL_PCI_DEVICE(0x0083, 0x1226, iwl1000_bg_cfg)},
4636 {IWL_PCI_DEVICE(0x0083, 0x1326, iwl1000_bg_cfg)},
4637 {IWL_PCI_DEVICE(0x0084, 0x1216, iwl1000_bg_cfg)},
4638 {IWL_PCI_DEVICE(0x0084, 0x1316, iwl1000_bg_cfg)},
Tomas Winkler5a6a2562008-04-24 11:55:23 -07004639#endif /* CONFIG_IWL5000 */
Tomas Winkler7100e922008-12-01 16:32:18 -08004640
Ron Rindjunskyfed90172008-04-15 16:01:41 -07004641 {0}
4642};
4643MODULE_DEVICE_TABLE(pci, iwl_hw_card_ids);
4644
4645static struct pci_driver iwl_driver = {
Zhu Yib481de92007-09-25 17:54:57 -07004646 .name = DRV_NAME,
Ron Rindjunskyfed90172008-04-15 16:01:41 -07004647 .id_table = iwl_hw_card_ids,
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07004648 .probe = iwl_pci_probe,
4649 .remove = __devexit_p(iwl_pci_remove),
Zhu Yib481de92007-09-25 17:54:57 -07004650#ifdef CONFIG_PM
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07004651 .suspend = iwl_pci_suspend,
4652 .resume = iwl_pci_resume,
Zhu Yib481de92007-09-25 17:54:57 -07004653#endif
4654};
4655
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07004656static int __init iwl_init(void)
Zhu Yib481de92007-09-25 17:54:57 -07004657{
4658
4659 int ret;
Joe Perchesc96c31e2010-07-26 14:39:58 -07004660 pr_info(DRV_DESCRIPTION ", " DRV_VERSION "\n");
4661 pr_info(DRV_COPYRIGHT "\n");
Reinette Chatre897e1cf2008-03-28 16:21:09 -07004662
Tomas Winklere227cea2008-07-18 13:53:05 +08004663 ret = iwlagn_rate_control_register();
Reinette Chatre897e1cf2008-03-28 16:21:09 -07004664 if (ret) {
Joe Perchesc96c31e2010-07-26 14:39:58 -07004665 pr_err("Unable to register rate control algorithm: %d\n", ret);
Reinette Chatre897e1cf2008-03-28 16:21:09 -07004666 return ret;
4667 }
4668
Ron Rindjunskyfed90172008-04-15 16:01:41 -07004669 ret = pci_register_driver(&iwl_driver);
Zhu Yib481de92007-09-25 17:54:57 -07004670 if (ret) {
Joe Perchesc96c31e2010-07-26 14:39:58 -07004671 pr_err("Unable to initialize PCI module\n");
Reinette Chatre897e1cf2008-03-28 16:21:09 -07004672 goto error_register;
Zhu Yib481de92007-09-25 17:54:57 -07004673 }
Zhu Yib481de92007-09-25 17:54:57 -07004674
4675 return ret;
Reinette Chatre897e1cf2008-03-28 16:21:09 -07004676
Reinette Chatre897e1cf2008-03-28 16:21:09 -07004677error_register:
Tomas Winklere227cea2008-07-18 13:53:05 +08004678 iwlagn_rate_control_unregister();
Reinette Chatre897e1cf2008-03-28 16:21:09 -07004679 return ret;
Zhu Yib481de92007-09-25 17:54:57 -07004680}
4681
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07004682static void __exit iwl_exit(void)
Zhu Yib481de92007-09-25 17:54:57 -07004683{
Ron Rindjunskyfed90172008-04-15 16:01:41 -07004684 pci_unregister_driver(&iwl_driver);
Tomas Winklere227cea2008-07-18 13:53:05 +08004685 iwlagn_rate_control_unregister();
Zhu Yib481de92007-09-25 17:54:57 -07004686}
4687
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07004688module_exit(iwl_exit);
4689module_init(iwl_init);
Reinette Chatrea562a9d2009-07-17 09:30:24 -07004690
4691#ifdef CONFIG_IWLWIFI_DEBUG
Wey-Yi Guy4e30cb62009-09-17 10:43:47 -07004692module_param_named(debug50, iwl_debug_level, uint, S_IRUGO);
Reinette Chatrea562a9d2009-07-17 09:30:24 -07004693MODULE_PARM_DESC(debug50, "50XX debug output mask (deprecated)");
Wey-Yi Guy4e30cb62009-09-17 10:43:47 -07004694module_param_named(debug, iwl_debug_level, uint, S_IRUGO | S_IWUSR);
Reinette Chatrea562a9d2009-07-17 09:30:24 -07004695MODULE_PARM_DESC(debug, "debug output mask");
4696#endif
4697
Wey-Yi Guy2b068612010-03-22 09:17:39 -07004698module_param_named(swcrypto50, iwlagn_mod_params.sw_crypto, bool, S_IRUGO);
4699MODULE_PARM_DESC(swcrypto50,
4700 "using crypto in software (default 0 [hardware]) (deprecated)");
4701module_param_named(swcrypto, iwlagn_mod_params.sw_crypto, int, S_IRUGO);
4702MODULE_PARM_DESC(swcrypto, "using crypto in software (default 0 [hardware])");
4703module_param_named(queues_num50,
4704 iwlagn_mod_params.num_of_queues, int, S_IRUGO);
4705MODULE_PARM_DESC(queues_num50,
4706 "number of hw queues in 50xx series (deprecated)");
4707module_param_named(queues_num, iwlagn_mod_params.num_of_queues, int, S_IRUGO);
4708MODULE_PARM_DESC(queues_num, "number of hw queues.");
4709module_param_named(11n_disable50, iwlagn_mod_params.disable_11n, int, S_IRUGO);
4710MODULE_PARM_DESC(11n_disable50, "disable 50XX 11n functionality (deprecated)");
4711module_param_named(11n_disable, iwlagn_mod_params.disable_11n, int, S_IRUGO);
4712MODULE_PARM_DESC(11n_disable, "disable 11n functionality");
4713module_param_named(amsdu_size_8K50, iwlagn_mod_params.amsdu_size_8K,
4714 int, S_IRUGO);
4715MODULE_PARM_DESC(amsdu_size_8K50,
4716 "enable 8K amsdu size in 50XX series (deprecated)");
4717module_param_named(amsdu_size_8K, iwlagn_mod_params.amsdu_size_8K,
4718 int, S_IRUGO);
4719MODULE_PARM_DESC(amsdu_size_8K, "enable 8K amsdu size");
4720module_param_named(fw_restart50, iwlagn_mod_params.restart_fw, int, S_IRUGO);
4721MODULE_PARM_DESC(fw_restart50,
4722 "restart firmware in case of error (deprecated)");
4723module_param_named(fw_restart, iwlagn_mod_params.restart_fw, int, S_IRUGO);
4724MODULE_PARM_DESC(fw_restart, "restart firmware in case of error");
4725module_param_named(
4726 disable_hw_scan, iwlagn_mod_params.disable_hw_scan, int, S_IRUGO);
4727MODULE_PARM_DESC(disable_hw_scan, "disable hardware scanning (default 0)");
Johannes Bergdd7a2502010-04-28 23:33:10 -07004728
4729module_param_named(ucode_alternative, iwlagn_wanted_ucode_alternative, int,
4730 S_IRUGO);
4731MODULE_PARM_DESC(ucode_alternative,
4732 "specify ucode alternative to use from ucode file");
Wey-Yi Guybee008b2010-08-23 07:57:04 -07004733
4734module_param_named(antenna_coupling, iwlagn_ant_coupling, int, S_IRUGO);
4735MODULE_PARM_DESC(antenna_coupling,
4736 "specify antenna coupling in dB (defualt: 0 dB)");
Wey-Yi Guyf37837c2010-08-23 07:57:12 -07004737
4738module_param_named(bt_ch_announce, iwlagn_bt_ch_announce, bool, S_IRUGO);
4739MODULE_PARM_DESC(bt_ch_announce,
4740 "Enable BT channel announcement mode (default: enable)");