blob: ffb0b192270d716e826632bf78d868c4f6731fc6 [file] [log] [blame]
Zhu Yib481de92007-09-25 17:54:57 -07001/******************************************************************************
2 *
Wey-Yi Guy901069c2011-04-05 09:42:00 -07003 * Copyright(c) 2003 - 2011 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>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090035#include <linux/slab.h>
Zhu Yib481de92007-09-25 17:54:57 -070036#include <linux/dma-mapping.h>
37#include <linux/delay.h>
Alexey Dobriyand43c36d2009-10-07 17:09:06 +040038#include <linux/sched.h>
Zhu Yib481de92007-09-25 17:54:57 -070039#include <linux/skbuff.h>
40#include <linux/netdevice.h>
41#include <linux/wireless.h>
42#include <linux/firmware.h>
Zhu Yib481de92007-09-25 17:54:57 -070043#include <linux/etherdevice.h>
44#include <linux/if_arp.h>
45
Zhu Yib481de92007-09-25 17:54:57 -070046#include <net/mac80211.h>
47
48#include <asm/div64.h>
49
Assaf Krauss6bc913b2008-03-11 16:17:18 -070050#include "iwl-eeprom.h"
Tomas Winkler3e0d4cb2008-04-24 11:55:38 -070051#include "iwl-dev.h"
Tomas Winklerfee12472008-04-03 16:05:21 -070052#include "iwl-core.h"
Tomas Winkler3395f6e2008-03-25 16:33:37 -070053#include "iwl-io.h"
Zhu Yib481de92007-09-25 17:54:57 -070054#include "iwl-helpers.h"
Emmanuel Grumbach6974e362008-04-14 21:16:06 -070055#include "iwl-sta.h"
Johannes Berg0de76732010-09-22 18:02:11 +020056#include "iwl-agn-calib.h"
Johannes Berga1175122010-01-21 06:21:10 -080057#include "iwl-agn.h"
Emmanuel Grumbach48d1a212011-05-24 11:39:02 +030058#include "iwl-pci.h"
Emmanuel Grumbachc85eb612011-06-14 10:13:24 +030059#include "iwl-trans.h"
Christoph Hellwig416e1432007-10-25 17:15:49 +080060
Zhu Yib481de92007-09-25 17:54:57 -070061/******************************************************************************
62 *
63 * module boiler plate
64 *
65 ******************************************************************************/
66
Zhu Yib481de92007-09-25 17:54:57 -070067/*
68 * module name, copyright, version, etc.
Zhu Yib481de92007-09-25 17:54:57 -070069 */
Tomas Winklerd783b062008-07-18 13:53:02 +080070#define DRV_DESCRIPTION "Intel(R) Wireless WiFi Link AGN driver for Linux"
Zhu Yib481de92007-09-25 17:54:57 -070071
Tomas Winkler0a6857e2008-03-12 16:58:49 -070072#ifdef CONFIG_IWLWIFI_DEBUG
Zhu Yib481de92007-09-25 17:54:57 -070073#define VD "d"
74#else
75#define VD
76#endif
77
Reinette Chatre81963d62010-01-22 14:22:57 -080078#define DRV_VERSION IWLWIFI_VERSION VD
Zhu Yib481de92007-09-25 17:54:57 -070079
Zhu Yib481de92007-09-25 17:54:57 -070080
81MODULE_DESCRIPTION(DRV_DESCRIPTION);
82MODULE_VERSION(DRV_VERSION);
Tomas Winklera7b75202008-12-11 10:33:41 -080083MODULE_AUTHOR(DRV_COPYRIGHT " " DRV_AUTHOR);
Zhu Yib481de92007-09-25 17:54:57 -070084MODULE_LICENSE("GPL");
85
Wey-Yi Guybee008b2010-08-23 07:57:04 -070086static int iwlagn_ant_coupling;
Wey-Yi Guyf37837c2010-08-23 07:57:12 -070087static bool iwlagn_bt_ch_announce = 1;
Wey-Yi Guybee008b2010-08-23 07:57:04 -070088
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -070089void iwl_update_chain_flags(struct iwl_priv *priv)
Mohamed Abbas5da4b552008-04-21 15:41:51 -070090{
Johannes Berg246ed352010-08-23 10:46:32 +020091 struct iwl_rxon_context *ctx;
Mohamed Abbas5da4b552008-04-21 15:41:51 -070092
Johannes Berg246ed352010-08-23 10:46:32 +020093 if (priv->cfg->ops->hcmd->set_rxon_chain) {
94 for_each_context(priv, ctx) {
95 priv->cfg->ops->hcmd->set_rxon_chain(priv, ctx);
Shanyu Zhao6163a372010-11-12 13:48:13 -080096 if (ctx->active.rx_chain != ctx->staging.rx_chain)
Wey-Yi Guy805a3b82011-06-03 07:54:16 -070097 iwlagn_commit_rxon(priv, ctx);
Johannes Berg246ed352010-08-23 10:46:32 +020098 }
99 }
Mohamed Abbas5da4b552008-04-21 15:41:51 -0700100}
101
Daniel C Halperin47ff65c2009-11-13 11:56:33 -0800102/* Parse the beacon frame to find the TIM element and set tim_idx & tim_size */
103static void iwl_set_beacon_tim(struct iwl_priv *priv,
Johannes Berg77834542010-10-04 05:50:36 -0700104 struct iwl_tx_beacon_cmd *tx_beacon_cmd,
105 u8 *beacon, u32 frame_size)
Daniel C Halperin47ff65c2009-11-13 11:56:33 -0800106{
107 u16 tim_idx;
108 struct ieee80211_mgmt *mgmt = (struct ieee80211_mgmt *)beacon;
109
110 /*
111 * The index is relative to frame start but we start looking at the
112 * variable-length part of the beacon.
113 */
114 tim_idx = mgmt->u.beacon.variable - beacon;
115
116 /* Parse variable-length elements of beacon to find WLAN_EID_TIM */
117 while ((tim_idx < (frame_size - 2)) &&
118 (beacon[tim_idx] != WLAN_EID_TIM))
119 tim_idx += beacon[tim_idx+1] + 2;
120
121 /* If TIM field was found, set variables */
122 if ((tim_idx < (frame_size - 1)) && (beacon[tim_idx] == WLAN_EID_TIM)) {
123 tx_beacon_cmd->tim_idx = cpu_to_le16(tim_idx);
124 tx_beacon_cmd->tim_size = beacon[tim_idx+1];
125 } else
126 IWL_WARN(priv, "Unable to find TIM Element in beacon\n");
127}
128
Johannes Berg8a98d492011-04-29 09:48:14 -0700129int iwlagn_send_beacon_cmd(struct iwl_priv *priv)
Tomas Winkler4bf64ef2008-07-18 13:53:03 +0800130{
131 struct iwl_tx_beacon_cmd *tx_beacon_cmd;
Johannes Berg8a98d492011-04-29 09:48:14 -0700132 struct iwl_host_cmd cmd = {
133 .id = REPLY_TX_BEACON,
Johannes Berg8a98d492011-04-29 09:48:14 -0700134 };
Johannes Berg0b5b3ff2011-06-22 06:33:43 -0700135 struct ieee80211_tx_info *info;
Daniel C Halperin47ff65c2009-11-13 11:56:33 -0800136 u32 frame_size;
137 u32 rate_flags;
138 u32 rate;
Johannes Berg8a98d492011-04-29 09:48:14 -0700139
Daniel C Halperin47ff65c2009-11-13 11:56:33 -0800140 /*
141 * We have to set up the TX command, the TX Beacon command, and the
142 * beacon contents.
143 */
Tomas Winkler4bf64ef2008-07-18 13:53:03 +0800144
Johannes Berg76d04812010-08-23 10:46:47 +0200145 lockdep_assert_held(&priv->mutex);
146
147 if (!priv->beacon_ctx) {
148 IWL_ERR(priv, "trying to build beacon w/o beacon context!\n");
Julia Lawall950094c2010-09-05 21:00:26 +0200149 return 0;
Johannes Berg76d04812010-08-23 10:46:47 +0200150 }
151
Johannes Berg8a98d492011-04-29 09:48:14 -0700152 if (WARN_ON(!priv->beacon_skb))
153 return -EINVAL;
154
Johannes Berg4ce7cc22011-05-13 11:57:40 -0700155 /* Allocate beacon command */
156 if (!priv->beacon_cmd)
157 priv->beacon_cmd = kzalloc(sizeof(*tx_beacon_cmd), GFP_KERNEL);
158 tx_beacon_cmd = priv->beacon_cmd;
Johannes Berg8a98d492011-04-29 09:48:14 -0700159 if (!tx_beacon_cmd)
160 return -ENOMEM;
161
162 frame_size = priv->beacon_skb->len;
Tomas Winkler4bf64ef2008-07-18 13:53:03 +0800163
Daniel C Halperin47ff65c2009-11-13 11:56:33 -0800164 /* Set up TX command fields */
Tomas Winkler4bf64ef2008-07-18 13:53:03 +0800165 tx_beacon_cmd->tx.len = cpu_to_le16((u16)frame_size);
Johannes Berg76d04812010-08-23 10:46:47 +0200166 tx_beacon_cmd->tx.sta_id = priv->beacon_ctx->bcast_sta_id;
Daniel C Halperin47ff65c2009-11-13 11:56:33 -0800167 tx_beacon_cmd->tx.stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE;
Tomas Winkler4bf64ef2008-07-18 13:53:03 +0800168 tx_beacon_cmd->tx.tx_flags = TX_CMD_FLG_SEQ_CTL_MSK |
Daniel C Halperin47ff65c2009-11-13 11:56:33 -0800169 TX_CMD_FLG_TSF_MSK | TX_CMD_FLG_STA_RATE_MSK;
170
171 /* Set up TX beacon command fields */
Johannes Berg4ce7cc22011-05-13 11:57:40 -0700172 iwl_set_beacon_tim(priv, tx_beacon_cmd, priv->beacon_skb->data,
Johannes Berg77834542010-10-04 05:50:36 -0700173 frame_size);
Daniel C Halperin47ff65c2009-11-13 11:56:33 -0800174
175 /* Set up packet rate and flags */
Johannes Berg0b5b3ff2011-06-22 06:33:43 -0700176 info = IEEE80211_SKB_CB(priv->beacon_skb);
177
178 /*
179 * Let's set up the rate at least somewhat correctly;
180 * it will currently not actually be used by the uCode,
181 * it uses the broadcast station's rate instead.
182 */
183 if (info->control.rates[0].idx < 0 ||
184 info->control.rates[0].flags & IEEE80211_TX_RC_MCS)
185 rate = 0;
186 else
187 rate = info->control.rates[0].idx;
188
Johannes Berg0e1654f2010-05-18 02:48:36 -0700189 priv->mgmt_tx_ant = iwl_toggle_tx_ant(priv, priv->mgmt_tx_ant,
190 priv->hw_params.valid_tx_ant);
Daniel C Halperin47ff65c2009-11-13 11:56:33 -0800191 rate_flags = iwl_ant_idx_to_flags(priv->mgmt_tx_ant);
Johannes Berg0b5b3ff2011-06-22 06:33:43 -0700192
193 /* In mac80211, rates for 5 GHz start at 0 */
194 if (info->band == IEEE80211_BAND_5GHZ)
195 rate += IWL_FIRST_OFDM_RATE;
196 else if (rate >= IWL_FIRST_CCK_RATE && rate <= IWL_LAST_CCK_RATE)
Daniel C Halperin47ff65c2009-11-13 11:56:33 -0800197 rate_flags |= RATE_MCS_CCK_MSK;
Johannes Berg0b5b3ff2011-06-22 06:33:43 -0700198
199 tx_beacon_cmd->tx.rate_n_flags =
200 iwl_hw_set_rate_n_flags(rate, rate_flags);
Tomas Winkler4bf64ef2008-07-18 13:53:03 +0800201
Johannes Berg8a98d492011-04-29 09:48:14 -0700202 /* Submit command */
Johannes Berg4ce7cc22011-05-13 11:57:40 -0700203 cmd.len[0] = sizeof(*tx_beacon_cmd);
Johannes Berg3fa50732011-05-04 07:50:38 -0700204 cmd.data[0] = tx_beacon_cmd;
Johannes Berg4ce7cc22011-05-13 11:57:40 -0700205 cmd.dataflags[0] = IWL_HCMD_DFL_NOCOPY;
206 cmd.len[1] = frame_size;
207 cmd.data[1] = priv->beacon_skb->data;
208 cmd.dataflags[1] = IWL_HCMD_DFL_NOCOPY;
Johannes Berg2295c662010-10-23 09:15:41 -0700209
Johannes Berg4ce7cc22011-05-13 11:57:40 -0700210 return iwl_send_cmd_sync(priv, &cmd);
Samuel Ortiza8e74e272009-01-23 13:45:14 -0800211}
212
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -0700213static void iwl_bg_beacon_update(struct work_struct *work)
Zhu Yib481de92007-09-25 17:54:57 -0700214{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -0700215 struct iwl_priv *priv =
216 container_of(work, struct iwl_priv, beacon_update);
Zhu Yib481de92007-09-25 17:54:57 -0700217 struct sk_buff *beacon;
218
Johannes Berg76d04812010-08-23 10:46:47 +0200219 mutex_lock(&priv->mutex);
220 if (!priv->beacon_ctx) {
221 IWL_ERR(priv, "updating beacon w/o beacon context!\n");
222 goto out;
Zhu Yib481de92007-09-25 17:54:57 -0700223 }
224
Johannes Berg60744f62010-08-23 10:46:50 +0200225 if (priv->beacon_ctx->vif->type != NL80211_IFTYPE_AP) {
226 /*
227 * The ucode will send beacon notifications even in
228 * IBSS mode, but we don't want to process them. But
229 * we need to defer the type check to here due to
230 * requiring locking around the beacon_ctx access.
231 */
232 goto out;
233 }
234
Johannes Berg76d04812010-08-23 10:46:47 +0200235 /* Pull updated AP beacon from mac80211. will fail if not in AP mode */
236 beacon = ieee80211_beacon_get(priv->hw, priv->beacon_ctx->vif);
237 if (!beacon) {
Johannes Berg77834542010-10-04 05:50:36 -0700238 IWL_ERR(priv, "update beacon failed -- keeping old\n");
Johannes Berg76d04812010-08-23 10:46:47 +0200239 goto out;
240 }
241
Zhu Yib481de92007-09-25 17:54:57 -0700242 /* new beacon skb is allocated every time; dispose previous.*/
Johannes Berg77834542010-10-04 05:50:36 -0700243 dev_kfree_skb(priv->beacon_skb);
Zhu Yib481de92007-09-25 17:54:57 -0700244
Johannes Berg12e934d2010-10-04 05:50:06 -0700245 priv->beacon_skb = beacon;
Zhu Yib481de92007-09-25 17:54:57 -0700246
Johannes Berg2295c662010-10-23 09:15:41 -0700247 iwlagn_send_beacon_cmd(priv);
Johannes Berg76d04812010-08-23 10:46:47 +0200248 out:
249 mutex_unlock(&priv->mutex);
Zhu Yib481de92007-09-25 17:54:57 -0700250}
251
Wey-Yi Guyfbba9412010-08-23 07:57:10 -0700252static void iwl_bg_bt_runtime_config(struct work_struct *work)
253{
254 struct iwl_priv *priv =
255 container_of(work, struct iwl_priv, bt_runtime_config);
256
257 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
258 return;
259
260 /* dont send host command if rf-kill is on */
261 if (!iwl_is_ready_rf(priv))
262 return;
Wey-Yi Guye55b5172011-06-28 11:46:28 -0700263 iwlagn_send_advance_bt_config(priv);
Wey-Yi Guyfbba9412010-08-23 07:57:10 -0700264}
265
Wey-Yi Guybee008b2010-08-23 07:57:04 -0700266static void iwl_bg_bt_full_concurrency(struct work_struct *work)
267{
268 struct iwl_priv *priv =
269 container_of(work, struct iwl_priv, bt_full_concurrency);
Johannes Berg246ed352010-08-23 10:46:32 +0200270 struct iwl_rxon_context *ctx;
Wey-Yi Guybee008b2010-08-23 07:57:04 -0700271
Stanislaw Gruszkadc1a4062011-03-31 17:36:27 +0200272 mutex_lock(&priv->mutex);
273
Wey-Yi Guybee008b2010-08-23 07:57:04 -0700274 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
Stanislaw Gruszkadc1a4062011-03-31 17:36:27 +0200275 goto out;
Wey-Yi Guybee008b2010-08-23 07:57:04 -0700276
277 /* dont send host command if rf-kill is on */
278 if (!iwl_is_ready_rf(priv))
Stanislaw Gruszkadc1a4062011-03-31 17:36:27 +0200279 goto out;
Wey-Yi Guybee008b2010-08-23 07:57:04 -0700280
281 IWL_DEBUG_INFO(priv, "BT coex in %s mode\n",
282 priv->bt_full_concurrent ?
283 "full concurrency" : "3-wire");
284
285 /*
286 * LQ & RXON updated cmds must be sent before BT Config cmd
287 * to avoid 3-wire collisions
288 */
Johannes Berg246ed352010-08-23 10:46:32 +0200289 for_each_context(priv, ctx) {
290 if (priv->cfg->ops->hcmd->set_rxon_chain)
291 priv->cfg->ops->hcmd->set_rxon_chain(priv, ctx);
Wey-Yi Guy805a3b82011-06-03 07:54:16 -0700292 iwlagn_commit_rxon(priv, ctx);
Johannes Berg246ed352010-08-23 10:46:32 +0200293 }
Wey-Yi Guybee008b2010-08-23 07:57:04 -0700294
Wey-Yi Guye55b5172011-06-28 11:46:28 -0700295 iwlagn_send_advance_bt_config(priv);
Stanislaw Gruszkadc1a4062011-03-31 17:36:27 +0200296out:
297 mutex_unlock(&priv->mutex);
Wey-Yi Guybee008b2010-08-23 07:57:04 -0700298}
299
Emmanuel Grumbach4e393172008-06-12 09:46:53 +0800300/**
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -0700301 * iwl_bg_statistics_periodic - Timer callback to queue statistics
Emmanuel Grumbach4e393172008-06-12 09:46:53 +0800302 *
303 * This callback is provided in order to send a statistics request.
304 *
305 * This timer function is continually reset to execute within
306 * REG_RECALIB_PERIOD seconds since the last STATISTICS_NOTIFICATION
307 * was received. We need to ensure we receive the statistics in order
308 * to update the temperature used for calibrating the TXPOWER.
309 */
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -0700310static void iwl_bg_statistics_periodic(unsigned long data)
Emmanuel Grumbach4e393172008-06-12 09:46:53 +0800311{
312 struct iwl_priv *priv = (struct iwl_priv *)data;
313
314 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
315 return;
316
Mohamed Abbas61780ee2008-10-29 14:05:49 -0700317 /* dont send host command if rf-kill is on */
318 if (!iwl_is_ready_rf(priv))
319 return;
320
Wey-Yi Guyef8d5522009-11-13 11:56:28 -0800321 iwl_send_statistics_request(priv, CMD_ASYNC, false);
Emmanuel Grumbach4e393172008-06-12 09:46:53 +0800322}
323
Wey-Yi Guya9e1cb62009-12-10 14:37:26 -0800324
325static void iwl_print_cont_event_trace(struct iwl_priv *priv, u32 base,
326 u32 start_idx, u32 num_events,
327 u32 mode)
328{
329 u32 i;
330 u32 ptr; /* SRAM byte address of log data */
331 u32 ev, time, data; /* event log data */
332 unsigned long reg_flags;
333
334 if (mode == 0)
335 ptr = base + (4 * sizeof(u32)) + (start_idx * 2 * sizeof(u32));
336 else
337 ptr = base + (4 * sizeof(u32)) + (start_idx * 3 * sizeof(u32));
338
339 /* Make sure device is powered up for SRAM reads */
340 spin_lock_irqsave(&priv->reg_lock, reg_flags);
341 if (iwl_grab_nic_access(priv)) {
342 spin_unlock_irqrestore(&priv->reg_lock, reg_flags);
343 return;
344 }
345
346 /* Set starting address; reads will auto-increment */
Johannes Berg02a7fa02011-04-05 09:42:12 -0700347 iwl_write32(priv, HBUS_TARG_MEM_RADDR, ptr);
Wey-Yi Guya9e1cb62009-12-10 14:37:26 -0800348 rmb();
349
350 /*
351 * "time" is actually "data" for mode 0 (no timestamp).
352 * place event id # at far right for easier visual parsing.
353 */
354 for (i = 0; i < num_events; i++) {
Johannes Berg02a7fa02011-04-05 09:42:12 -0700355 ev = iwl_read32(priv, HBUS_TARG_MEM_RDAT);
356 time = iwl_read32(priv, HBUS_TARG_MEM_RDAT);
Wey-Yi Guya9e1cb62009-12-10 14:37:26 -0800357 if (mode == 0) {
358 trace_iwlwifi_dev_ucode_cont_event(priv,
359 0, time, ev);
360 } else {
Johannes Berg02a7fa02011-04-05 09:42:12 -0700361 data = iwl_read32(priv, HBUS_TARG_MEM_RDAT);
Wey-Yi Guya9e1cb62009-12-10 14:37:26 -0800362 trace_iwlwifi_dev_ucode_cont_event(priv,
363 time, data, ev);
364 }
365 }
366 /* Allow device to power down */
367 iwl_release_nic_access(priv);
368 spin_unlock_irqrestore(&priv->reg_lock, reg_flags);
369}
370
Johannes Berg875295f2010-01-22 14:22:55 -0800371static void iwl_continuous_event_trace(struct iwl_priv *priv)
Wey-Yi Guya9e1cb62009-12-10 14:37:26 -0800372{
373 u32 capacity; /* event log capacity in # entries */
374 u32 base; /* SRAM byte address of event log header */
375 u32 mode; /* 0 - no timestamp, 1 - timestamp recorded */
376 u32 num_wraps; /* # times uCode wrapped to top of log */
377 u32 next_entry; /* index of next entry to be written by uCode */
378
Johannes Bergd7d57832011-04-05 09:42:04 -0700379 base = priv->device_pointers.error_event_table;
Wey-Yi Guya9e1cb62009-12-10 14:37:26 -0800380 if (priv->cfg->ops->lib->is_valid_rtc_data_addr(base)) {
381 capacity = iwl_read_targ_mem(priv, base);
382 num_wraps = iwl_read_targ_mem(priv, base + (2 * sizeof(u32)));
383 mode = iwl_read_targ_mem(priv, base + (1 * sizeof(u32)));
384 next_entry = iwl_read_targ_mem(priv, base + (3 * sizeof(u32)));
385 } else
386 return;
387
388 if (num_wraps == priv->event_log.num_wraps) {
389 iwl_print_cont_event_trace(priv,
390 base, priv->event_log.next_entry,
391 next_entry - priv->event_log.next_entry,
392 mode);
393 priv->event_log.non_wraps_count++;
394 } else {
395 if ((num_wraps - priv->event_log.num_wraps) > 1)
396 priv->event_log.wraps_more_count++;
397 else
398 priv->event_log.wraps_once_count++;
399 trace_iwlwifi_dev_ucode_wrap_event(priv,
400 num_wraps - priv->event_log.num_wraps,
401 next_entry, priv->event_log.next_entry);
402 if (next_entry < priv->event_log.next_entry) {
403 iwl_print_cont_event_trace(priv, base,
404 priv->event_log.next_entry,
405 capacity - priv->event_log.next_entry,
406 mode);
407
408 iwl_print_cont_event_trace(priv, base, 0,
409 next_entry, mode);
410 } else {
411 iwl_print_cont_event_trace(priv, base,
412 next_entry, capacity - next_entry,
413 mode);
414
415 iwl_print_cont_event_trace(priv, base, 0,
416 next_entry, mode);
417 }
418 }
419 priv->event_log.num_wraps = num_wraps;
420 priv->event_log.next_entry = next_entry;
421}
422
423/**
424 * iwl_bg_ucode_trace - Timer callback to log ucode event
425 *
426 * The timer is continually set to execute every
427 * UCODE_TRACE_PERIOD milliseconds after the last timer expired
428 * this function is to perform continuous uCode event logging operation
429 * if enabled
430 */
431static void iwl_bg_ucode_trace(unsigned long data)
432{
433 struct iwl_priv *priv = (struct iwl_priv *)data;
434
435 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
436 return;
437
438 if (priv->event_log.ucode_trace) {
439 iwl_continuous_event_trace(priv);
440 /* Reschedule the timer to occur in UCODE_TRACE_PERIOD */
441 mod_timer(&priv->ucode_trace,
442 jiffies + msecs_to_jiffies(UCODE_TRACE_PERIOD));
443 }
444}
445
Wey-Yi Guy65550632010-06-24 13:18:35 -0700446static void iwl_bg_tx_flush(struct work_struct *work)
447{
448 struct iwl_priv *priv =
449 container_of(work, struct iwl_priv, tx_flush);
450
451 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
452 return;
453
454 /* do nothing if rf-kill is on */
455 if (!iwl_is_ready_rf(priv))
456 return;
457
Wey-Yi Guyc68744f2011-06-18 08:03:18 -0700458 IWL_DEBUG_INFO(priv, "device request: flush all tx frames\n");
459 iwlagn_dev_txfifo_flush(priv, IWL_DROP_ALL);
Wey-Yi Guy65550632010-06-24 13:18:35 -0700460}
461
Zhu Yib481de92007-09-25 17:54:57 -0700462/**
Tomas Winklera55360e2008-05-05 10:22:28 +0800463 * iwl_rx_handle - Main entry function for receiving responses from uCode
Zhu Yib481de92007-09-25 17:54:57 -0700464 *
465 * Uses the priv->rx_handlers callback function array to invoke
466 * the appropriate handlers, including command responses,
467 * frame-received notifications, and other notifications.
468 */
Johannes Bergf945f102011-01-04 16:21:59 -0800469static void iwl_rx_handle(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -0700470{
Tomas Winklera55360e2008-05-05 10:22:28 +0800471 struct iwl_rx_mem_buffer *rxb;
Tomas Winklerdb11d632008-05-05 10:22:33 +0800472 struct iwl_rx_packet *pkt;
Tomas Winklera55360e2008-05-05 10:22:28 +0800473 struct iwl_rx_queue *rxq = &priv->rxq;
Zhu Yib481de92007-09-25 17:54:57 -0700474 u32 r, i;
475 int reclaim;
476 unsigned long flags;
Mohamed Abbas5c0eef92007-11-29 11:10:14 +0800477 u8 fill_rx = 0;
Mohamed Abbasd68ab682008-02-07 13:16:33 -0800478 u32 count = 8;
Mohamed Abbas4752c932009-05-22 11:01:51 -0700479 int total_empty;
Zhu Yib481de92007-09-25 17:54:57 -0700480
Cahill, Ben M6440adb2007-11-29 11:09:55 +0800481 /* uCode's read index (stored in shared DRAM) indicates the last Rx
482 * buffer that the driver may process (last buffer filled by ucode). */
Winkler, Tomas8d864222008-11-07 09:58:39 -0800483 r = le16_to_cpu(rxq->rb_stts->closed_rb_num) & 0x0FFF;
Zhu Yib481de92007-09-25 17:54:57 -0700484 i = rxq->read;
485
486 /* Rx interrupt, but nothing sent from uCode */
487 if (i == r)
Tomas Winklere1623442009-01-27 14:27:56 -0800488 IWL_DEBUG_RX(priv, "r = %d, i = %d\n", r, i);
Zhu Yib481de92007-09-25 17:54:57 -0700489
Mohamed Abbas4752c932009-05-22 11:01:51 -0700490 /* calculate total frames need to be restock after handling RX */
Zhu Yi73005152009-10-23 13:42:32 -0700491 total_empty = r - rxq->write_actual;
Mohamed Abbas4752c932009-05-22 11:01:51 -0700492 if (total_empty < 0)
493 total_empty += RX_QUEUE_SIZE;
494
495 if (total_empty > (RX_QUEUE_SIZE / 2))
Mohamed Abbas5c0eef92007-11-29 11:10:14 +0800496 fill_rx = 1;
497
Zhu Yib481de92007-09-25 17:54:57 -0700498 while (i != r) {
Johannes Bergf4989d92010-05-28 04:08:30 -0700499 int len;
500
Zhu Yib481de92007-09-25 17:54:57 -0700501 rxb = rxq->queue[i];
502
Ben Cahill9fbab512007-11-29 11:09:47 +0800503 /* If an RXB doesn't have a Rx queue slot associated with it,
Zhu Yib481de92007-09-25 17:54:57 -0700504 * then a bug has been introduced in the queue refilling
505 * routines -- catch it here */
Johannes Berg3e41ace2011-04-18 09:12:37 -0700506 if (WARN_ON(rxb == NULL)) {
507 i = (i + 1) & RX_QUEUE_MASK;
508 continue;
509 }
Zhu Yib481de92007-09-25 17:54:57 -0700510
511 rxq->queue[i] = NULL;
512
Emmanuel Grumbach795414d2011-06-18 08:12:57 -0700513 dma_unmap_page(priv->bus.dev, rxb->page_dma,
Zhu Yi2f301222009-10-09 17:19:45 +0800514 PAGE_SIZE << priv->hw_params.rx_page_order,
Emmanuel Grumbach795414d2011-06-18 08:12:57 -0700515 DMA_FROM_DEVICE);
Zhu Yi2f301222009-10-09 17:19:45 +0800516 pkt = rxb_addr(rxb);
Zhu Yib481de92007-09-25 17:54:57 -0700517
Johannes Bergf4989d92010-05-28 04:08:30 -0700518 len = le32_to_cpu(pkt->len_n_flags) & FH_RSCSR_FRAME_SIZE_MSK;
519 len += sizeof(u32); /* account for status word */
520 trace_iwlwifi_dev_rx(priv, pkt, len);
Johannes Bergbe1a71a2009-10-02 13:44:02 -0700521
Zhu Yib481de92007-09-25 17:54:57 -0700522 /* Reclaim a command buffer only if this packet is a response
523 * to a (driver-originated) command.
524 * If the packet (e.g. Rx frame) originated from uCode,
525 * there is no command buffer to reclaim.
526 * Ucode should set SEQ_RX_FRAME bit if ucode-originated,
527 * but apparently a few don't get set; catch them here. */
528 reclaim = !(pkt->hdr.sequence & SEQ_RX_FRAME) &&
529 (pkt->hdr.cmd != REPLY_RX_PHY_CMD) &&
Tomas Winkler857485c2008-03-21 13:53:44 -0700530 (pkt->hdr.cmd != REPLY_RX) &&
Daniel Halperin7dddaf12008-10-23 23:48:58 -0700531 (pkt->hdr.cmd != REPLY_RX_MPDU_CMD) &&
Zhu Yicfe01702007-09-27 11:27:31 +0800532 (pkt->hdr.cmd != REPLY_COMPRESSED_BA) &&
Zhu Yib481de92007-09-25 17:54:57 -0700533 (pkt->hdr.cmd != STATISTICS_NOTIFICATION) &&
534 (pkt->hdr.cmd != REPLY_TX);
535
Johannes Berg7194207c2011-01-04 16:22:00 -0800536 /*
537 * Do the notification wait before RX handlers so
538 * even if the RX handler consumes the RXB we have
539 * access to it in the notification wait entry.
540 */
541 if (!list_empty(&priv->_agn.notif_waits)) {
542 struct iwl_notification_wait *w;
543
544 spin_lock(&priv->_agn.notif_wait_lock);
545 list_for_each_entry(w, &priv->_agn.notif_waits, list) {
546 if (w->cmd == pkt->hdr.cmd) {
547 w->triggered = true;
548 if (w->fn)
Johannes Berg09f18af2011-04-13 03:14:47 -0700549 w->fn(priv, pkt, w->fn_data);
Johannes Berg7194207c2011-01-04 16:22:00 -0800550 }
551 }
552 spin_unlock(&priv->_agn.notif_wait_lock);
553
554 wake_up_all(&priv->_agn.notif_waitq);
555 }
Cindy H. Kao4613e722011-05-06 10:40:15 -0700556 if (priv->pre_rx_handler)
557 priv->pre_rx_handler(priv, rxb);
Johannes Berg7194207c2011-01-04 16:22:00 -0800558
Zhu Yib481de92007-09-25 17:54:57 -0700559 /* Based on type of command response or notification,
560 * handle those that need handling via function in
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -0700561 * rx_handlers table. See iwl_setup_rx_handlers() */
Zhu Yib481de92007-09-25 17:54:57 -0700562 if (priv->rx_handlers[pkt->hdr.cmd]) {
Tomas Winklere1623442009-01-27 14:27:56 -0800563 IWL_DEBUG_RX(priv, "r = %d, i = %d, %s, 0x%02x\n", r,
Ester Kummerf3d67992008-05-06 11:05:12 +0800564 i, get_cmd_string(pkt->hdr.cmd), pkt->hdr.cmd);
Wey-Yi Guya83b9142009-04-08 11:39:32 -0700565 priv->isr_stats.rx_handlers[pkt->hdr.cmd]++;
Zhu Yi29b1b262009-10-23 13:42:25 -0700566 priv->rx_handlers[pkt->hdr.cmd] (priv, rxb);
Zhu Yib481de92007-09-25 17:54:57 -0700567 } else {
568 /* No handling needed */
Tomas Winklere1623442009-01-27 14:27:56 -0800569 IWL_DEBUG_RX(priv,
Zhu Yib481de92007-09-25 17:54:57 -0700570 "r %d i %d No handler needed for %s, 0x%02x\n",
571 r, i, get_cmd_string(pkt->hdr.cmd),
572 pkt->hdr.cmd);
573 }
574
Zhu Yi29b1b262009-10-23 13:42:25 -0700575 /*
576 * XXX: After here, we should always check rxb->page
577 * against NULL before touching it or its virtual
578 * memory (pkt). Because some rx_handler might have
579 * already taken or freed the pages.
580 */
581
Zhu Yib481de92007-09-25 17:54:57 -0700582 if (reclaim) {
Zhu Yi2f301222009-10-09 17:19:45 +0800583 /* Invoke any callbacks, transfer the buffer to caller,
584 * and fire off the (possibly) blocking iwl_send_cmd()
Zhu Yib481de92007-09-25 17:54:57 -0700585 * as we reclaim the driver command queue */
Zhu Yi29b1b262009-10-23 13:42:25 -0700586 if (rxb->page)
Tomas Winkler17b88922008-05-29 16:35:12 +0800587 iwl_tx_cmd_complete(priv, rxb);
Zhu Yib481de92007-09-25 17:54:57 -0700588 else
Winkler, Tomas39aadf82008-12-19 10:37:32 +0800589 IWL_WARN(priv, "Claim null rxb?\n");
Zhu Yib481de92007-09-25 17:54:57 -0700590 }
591
Zhu Yi73005152009-10-23 13:42:32 -0700592 /* Reuse the page if possible. For notification packets and
593 * SKBs that fail to Rx correctly, add them back into the
594 * rx_free list for reuse later. */
Zhu Yib481de92007-09-25 17:54:57 -0700595 spin_lock_irqsave(&rxq->lock, flags);
Zhu Yi73005152009-10-23 13:42:32 -0700596 if (rxb->page != NULL) {
Emmanuel Grumbach795414d2011-06-18 08:12:57 -0700597 rxb->page_dma = dma_map_page(priv->bus.dev, rxb->page,
Zhu Yi73005152009-10-23 13:42:32 -0700598 0, PAGE_SIZE << priv->hw_params.rx_page_order,
Emmanuel Grumbach795414d2011-06-18 08:12:57 -0700599 DMA_FROM_DEVICE);
Zhu Yi73005152009-10-23 13:42:32 -0700600 list_add_tail(&rxb->list, &rxq->rx_free);
601 rxq->free_count++;
602 } else
603 list_add_tail(&rxb->list, &rxq->rx_used);
604
Zhu Yib481de92007-09-25 17:54:57 -0700605 spin_unlock_irqrestore(&rxq->lock, flags);
Zhu Yi73005152009-10-23 13:42:32 -0700606
Zhu Yib481de92007-09-25 17:54:57 -0700607 i = (i + 1) & RX_QUEUE_MASK;
Mohamed Abbas5c0eef92007-11-29 11:10:14 +0800608 /* If there are a lot of unused frames,
609 * restock the Rx queue so ucode wont assert. */
610 if (fill_rx) {
611 count++;
612 if (count >= 8) {
Zhu Yi73005152009-10-23 13:42:32 -0700613 rxq->read = i;
Wey-Yi Guy54b81552010-03-17 13:34:35 -0700614 iwlagn_rx_replenish_now(priv);
Mohamed Abbas5c0eef92007-11-29 11:10:14 +0800615 count = 0;
616 }
617 }
Zhu Yib481de92007-09-25 17:54:57 -0700618 }
619
620 /* Backtrack one entry */
Zhu Yi73005152009-10-23 13:42:32 -0700621 rxq->read = i;
Mohamed Abbas4752c932009-05-22 11:01:51 -0700622 if (fill_rx)
Wey-Yi Guy54b81552010-03-17 13:34:35 -0700623 iwlagn_rx_replenish_now(priv);
Mohamed Abbas4752c932009-05-22 11:01:51 -0700624 else
Wey-Yi Guy54b81552010-03-17 13:34:35 -0700625 iwlagn_rx_queue_restock(priv);
Tomas Winklera55360e2008-05-05 10:22:28 +0800626}
Tomas Winklera55360e2008-05-05 10:22:28 +0800627
Mohamed Abbasef850d72009-05-22 11:01:50 -0700628/* tasklet for iwlagn interrupt */
629static void iwl_irq_tasklet(struct iwl_priv *priv)
630{
631 u32 inta = 0;
632 u32 handled = 0;
633 unsigned long flags;
Ben Cahill87569902009-11-06 14:53:01 -0800634 u32 i;
Mohamed Abbasef850d72009-05-22 11:01:50 -0700635#ifdef CONFIG_IWLWIFI_DEBUG
636 u32 inta_mask;
637#endif
638
639 spin_lock_irqsave(&priv->lock, flags);
640
641 /* Ack/clear/reset pending uCode interrupts.
642 * Note: Some bits in CSR_INT are "OR" of bits in CSR_FH_INT_STATUS,
643 */
Shanyu Zhao48a6be62010-03-16 10:22:26 -0700644 /* There is a hardware bug in the interrupt mask function that some
645 * interrupts (i.e. CSR_INT_BIT_SCD) can still be generated even if
646 * they are disabled in the CSR_INT_MASK register. Furthermore the
647 * ICT interrupt handling mechanism has another bug that might cause
648 * these unmasked interrupts fail to be detected. We workaround the
649 * hardware bugs here by ACKing all the possible interrupts so that
650 * interrupt coalescing can still be achieved.
651 */
David S. Miller4a35ecf2010-04-06 23:53:30 -0700652 iwl_write32(priv, CSR_INT, priv->_agn.inta | ~priv->inta_mask);
Mohamed Abbasef850d72009-05-22 11:01:50 -0700653
Johannes Berga4c8b2a2010-01-21 06:25:54 -0800654 inta = priv->_agn.inta;
Mohamed Abbasef850d72009-05-22 11:01:50 -0700655
656#ifdef CONFIG_IWLWIFI_DEBUG
Reinette Chatre3d816c72009-08-07 15:41:37 -0700657 if (iwl_get_debug_level(priv) & IWL_DL_ISR) {
Mohamed Abbasef850d72009-05-22 11:01:50 -0700658 /* just for debug */
659 inta_mask = iwl_read32(priv, CSR_INT_MASK);
660 IWL_DEBUG_ISR(priv, "inta 0x%08x, enabled 0x%08x\n ",
661 inta, inta_mask);
662 }
663#endif
Zhu Yi2f301222009-10-09 17:19:45 +0800664
665 spin_unlock_irqrestore(&priv->lock, flags);
666
Johannes Berga4c8b2a2010-01-21 06:25:54 -0800667 /* saved interrupt in inta variable now we can reset priv->_agn.inta */
668 priv->_agn.inta = 0;
Mohamed Abbasef850d72009-05-22 11:01:50 -0700669
670 /* Now service all interrupt bits discovered above. */
671 if (inta & CSR_INT_BIT_HW_ERR) {
Reinette Chatre58dba722009-07-17 09:30:25 -0700672 IWL_ERR(priv, "Hardware error detected. Restarting.\n");
Mohamed Abbasef850d72009-05-22 11:01:50 -0700673
674 /* Tell the device to stop sending interrupts */
675 iwl_disable_interrupts(priv);
676
677 priv->isr_stats.hw++;
678 iwl_irq_handle_error(priv);
679
680 handled |= CSR_INT_BIT_HW_ERR;
681
Mohamed Abbasef850d72009-05-22 11:01:50 -0700682 return;
683 }
684
685#ifdef CONFIG_IWLWIFI_DEBUG
Reinette Chatre3d816c72009-08-07 15:41:37 -0700686 if (iwl_get_debug_level(priv) & (IWL_DL_ISR)) {
Mohamed Abbasef850d72009-05-22 11:01:50 -0700687 /* NIC fires this, but we don't use it, redundant with WAKEUP */
688 if (inta & CSR_INT_BIT_SCD) {
689 IWL_DEBUG_ISR(priv, "Scheduler finished to transmit "
690 "the frame/frames.\n");
691 priv->isr_stats.sch++;
692 }
693
694 /* Alive notification via Rx interrupt will do the real work */
695 if (inta & CSR_INT_BIT_ALIVE) {
696 IWL_DEBUG_ISR(priv, "Alive interrupt\n");
697 priv->isr_stats.alive++;
698 }
699 }
700#endif
701 /* Safely ignore these bits for debug checks below */
702 inta &= ~(CSR_INT_BIT_SCD | CSR_INT_BIT_ALIVE);
703
704 /* HW RF KILL switch toggled */
705 if (inta & CSR_INT_BIT_RF_KILL) {
706 int hw_rf_kill = 0;
707 if (!(iwl_read32(priv, CSR_GP_CNTRL) &
708 CSR_GP_CNTRL_REG_FLAG_HW_RF_KILL_SW))
709 hw_rf_kill = 1;
710
Reinette Chatre4c423a22009-07-17 09:30:26 -0700711 IWL_WARN(priv, "RF_KILL bit toggled to %s.\n",
Mohamed Abbasef850d72009-05-22 11:01:50 -0700712 hw_rf_kill ? "disable radio" : "enable radio");
713
714 priv->isr_stats.rfkill++;
715
716 /* driver only loads ucode once setting the interface up.
717 * the driver allows loading the ucode even if the radio
718 * is killed. Hence update the killswitch state here. The
719 * rfkill handler will care about restarting if needed.
720 */
721 if (!test_bit(STATUS_ALIVE, &priv->status)) {
722 if (hw_rf_kill)
723 set_bit(STATUS_RF_KILL_HW, &priv->status);
724 else
725 clear_bit(STATUS_RF_KILL_HW, &priv->status);
Johannes Berga60e77e2009-06-04 18:26:06 +0200726 wiphy_rfkill_set_hw_state(priv->hw->wiphy, hw_rf_kill);
Mohamed Abbasef850d72009-05-22 11:01:50 -0700727 }
728
729 handled |= CSR_INT_BIT_RF_KILL;
730 }
731
732 /* Chip got too hot and stopped itself */
733 if (inta & CSR_INT_BIT_CT_KILL) {
734 IWL_ERR(priv, "Microcode CT kill error detected.\n");
735 priv->isr_stats.ctkill++;
736 handled |= CSR_INT_BIT_CT_KILL;
737 }
738
739 /* Error detected by uCode */
740 if (inta & CSR_INT_BIT_SW_ERR) {
741 IWL_ERR(priv, "Microcode SW error detected. "
742 " Restarting 0x%X.\n", inta);
743 priv->isr_stats.sw++;
Mohamed Abbasef850d72009-05-22 11:01:50 -0700744 iwl_irq_handle_error(priv);
745 handled |= CSR_INT_BIT_SW_ERR;
746 }
747
748 /* uCode wakes up after power-down sleep */
749 if (inta & CSR_INT_BIT_WAKEUP) {
750 IWL_DEBUG_ISR(priv, "Wakeup interrupt\n");
751 iwl_rx_queue_update_write_ptr(priv, &priv->rxq);
Ben Cahill87569902009-11-06 14:53:01 -0800752 for (i = 0; i < priv->hw_params.max_txq_num; i++)
753 iwl_txq_update_write_ptr(priv, &priv->txq[i]);
Mohamed Abbasef850d72009-05-22 11:01:50 -0700754
755 priv->isr_stats.wakeup++;
756
757 handled |= CSR_INT_BIT_WAKEUP;
758 }
759
760 /* All uCode command responses, including Tx command responses,
761 * Rx "responses" (frame-received notification), and other
762 * notifications from uCode come through here*/
Mohamed Abbas40cefda2009-05-22 11:01:52 -0700763 if (inta & (CSR_INT_BIT_FH_RX | CSR_INT_BIT_SW_RX |
764 CSR_INT_BIT_RX_PERIODIC)) {
Mohamed Abbasef850d72009-05-22 11:01:50 -0700765 IWL_DEBUG_ISR(priv, "Rx interrupt\n");
Mohamed Abbas40cefda2009-05-22 11:01:52 -0700766 if (inta & (CSR_INT_BIT_FH_RX | CSR_INT_BIT_SW_RX)) {
767 handled |= (CSR_INT_BIT_FH_RX | CSR_INT_BIT_SW_RX);
768 iwl_write32(priv, CSR_FH_INT_STATUS,
Wey-Yi Guyf7d046f2011-03-22 08:05:37 -0700769 CSR_FH_INT_RX_MASK);
Mohamed Abbas40cefda2009-05-22 11:01:52 -0700770 }
771 if (inta & CSR_INT_BIT_RX_PERIODIC) {
772 handled |= CSR_INT_BIT_RX_PERIODIC;
773 iwl_write32(priv, CSR_INT, CSR_INT_BIT_RX_PERIODIC);
774 }
775 /* Sending RX interrupt require many steps to be done in the
776 * the device:
777 * 1- write interrupt to current index in ICT table.
778 * 2- dma RX frame.
779 * 3- update RX shared data to indicate last write index.
780 * 4- send interrupt.
781 * This could lead to RX race, driver could receive RX interrupt
Ben Cahill74ba67e2009-11-20 12:04:53 -0800782 * but the shared data changes does not reflect this;
783 * periodic interrupt will detect any dangling Rx activity.
Mohamed Abbas40cefda2009-05-22 11:01:52 -0700784 */
Ben Cahill74ba67e2009-11-20 12:04:53 -0800785
786 /* Disable periodic interrupt; we use it as just a one-shot. */
787 iwl_write8(priv, CSR_INT_PERIODIC_REG,
Mohamed Abbas40cefda2009-05-22 11:01:52 -0700788 CSR_INT_PERIODIC_DIS);
Mohamed Abbasef850d72009-05-22 11:01:50 -0700789 iwl_rx_handle(priv);
Ben Cahill74ba67e2009-11-20 12:04:53 -0800790
791 /*
792 * Enable periodic interrupt in 8 msec only if we received
793 * real RX interrupt (instead of just periodic int), to catch
794 * any dangling Rx interrupt. If it was just the periodic
795 * interrupt, there was no dangling Rx activity, and no need
796 * to extend the periodic interrupt; one-shot is enough.
797 */
Mohamed Abbas40cefda2009-05-22 11:01:52 -0700798 if (inta & (CSR_INT_BIT_FH_RX | CSR_INT_BIT_SW_RX))
Ben Cahill74ba67e2009-11-20 12:04:53 -0800799 iwl_write8(priv, CSR_INT_PERIODIC_REG,
Mohamed Abbas40cefda2009-05-22 11:01:52 -0700800 CSR_INT_PERIODIC_ENA);
801
Mohamed Abbasef850d72009-05-22 11:01:50 -0700802 priv->isr_stats.rx++;
Mohamed Abbasef850d72009-05-22 11:01:50 -0700803 }
804
Ben Cahillc72cd192009-10-30 14:36:08 -0700805 /* This "Tx" DMA channel is used only for loading uCode */
Mohamed Abbasef850d72009-05-22 11:01:50 -0700806 if (inta & CSR_INT_BIT_FH_TX) {
Wey-Yi Guyf7d046f2011-03-22 08:05:37 -0700807 iwl_write32(priv, CSR_FH_INT_STATUS, CSR_FH_INT_TX_MASK);
Ben Cahillc72cd192009-10-30 14:36:08 -0700808 IWL_DEBUG_ISR(priv, "uCode load interrupt\n");
Mohamed Abbasef850d72009-05-22 11:01:50 -0700809 priv->isr_stats.tx++;
810 handled |= CSR_INT_BIT_FH_TX;
Ben Cahillc72cd192009-10-30 14:36:08 -0700811 /* Wake up uCode load routine, now that load is complete */
Mohamed Abbasef850d72009-05-22 11:01:50 -0700812 priv->ucode_write_complete = 1;
813 wake_up_interruptible(&priv->wait_command_queue);
814 }
815
816 if (inta & ~handled) {
817 IWL_ERR(priv, "Unhandled INTA bits 0x%08x\n", inta & ~handled);
818 priv->isr_stats.unhandled++;
819 }
820
Mohamed Abbas40cefda2009-05-22 11:01:52 -0700821 if (inta & ~(priv->inta_mask)) {
Mohamed Abbasef850d72009-05-22 11:01:50 -0700822 IWL_WARN(priv, "Disabled INTA bits 0x%08x were pending\n",
Mohamed Abbas40cefda2009-05-22 11:01:52 -0700823 inta & ~priv->inta_mask);
Mohamed Abbasef850d72009-05-22 11:01:50 -0700824 }
825
Mohamed Abbasef850d72009-05-22 11:01:50 -0700826 /* Re-enable all interrupts */
Justin P. Mattock62e45c12010-12-30 15:07:56 -0800827 /* only Re-enable if disabled by irq */
Mohamed Abbasef850d72009-05-22 11:01:50 -0700828 if (test_bit(STATUS_INT_ENABLED, &priv->status))
829 iwl_enable_interrupts(priv);
Don Fry3dd823e2011-02-06 09:29:45 -0800830 /* Re-enable RF_KILL if it occurred */
831 else if (handled & CSR_INT_BIT_RF_KILL)
832 iwl_enable_rfkill_int(priv);
Mohamed Abbasef850d72009-05-22 11:01:50 -0700833}
834
Emmanuel Grumbach7d476182010-05-23 00:14:08 -0700835/*****************************************************************************
836 *
837 * sysfs attributes
838 *
839 *****************************************************************************/
840
841#ifdef CONFIG_IWLWIFI_DEBUG
842
843/*
844 * The following adds a new attribute to the sysfs representation
845 * of this device driver (i.e. a new file in /sys/class/net/wlan0/device/)
846 * used for controlling the debug level.
847 *
848 * See the level definitions in iwl for details.
849 *
850 * The debug_level being managed using sysfs below is a per device debug
851 * level that is used instead of the global debug level if it (the per
852 * device debug level) is set.
853 */
854static ssize_t show_debug_level(struct device *d,
855 struct device_attribute *attr, char *buf)
856{
857 struct iwl_priv *priv = dev_get_drvdata(d);
858 return sprintf(buf, "0x%08X\n", iwl_get_debug_level(priv));
859}
860static ssize_t store_debug_level(struct device *d,
861 struct device_attribute *attr,
862 const char *buf, size_t count)
863{
864 struct iwl_priv *priv = dev_get_drvdata(d);
865 unsigned long val;
866 int ret;
867
868 ret = strict_strtoul(buf, 0, &val);
869 if (ret)
870 IWL_ERR(priv, "%s is not in hex or decimal form.\n", buf);
871 else {
872 priv->debug_level = val;
873 if (iwl_alloc_traffic_mem(priv))
874 IWL_ERR(priv,
875 "Not enough memory to generate traffic log\n");
876 }
877 return strnlen(buf, count);
878}
879
880static DEVICE_ATTR(debug_level, S_IWUSR | S_IRUGO,
881 show_debug_level, store_debug_level);
882
883
884#endif /* CONFIG_IWLWIFI_DEBUG */
885
886
887static ssize_t show_temperature(struct device *d,
888 struct device_attribute *attr, char *buf)
889{
890 struct iwl_priv *priv = dev_get_drvdata(d);
891
892 if (!iwl_is_alive(priv))
893 return -EAGAIN;
894
895 return sprintf(buf, "%d\n", priv->temperature);
896}
897
898static DEVICE_ATTR(temperature, S_IRUGO, show_temperature, NULL);
899
900static ssize_t show_tx_power(struct device *d,
901 struct device_attribute *attr, char *buf)
902{
903 struct iwl_priv *priv = dev_get_drvdata(d);
904
905 if (!iwl_is_ready_rf(priv))
906 return sprintf(buf, "off\n");
907 else
908 return sprintf(buf, "%d\n", priv->tx_power_user_lmt);
909}
910
911static ssize_t store_tx_power(struct device *d,
912 struct device_attribute *attr,
913 const char *buf, size_t count)
914{
915 struct iwl_priv *priv = dev_get_drvdata(d);
916 unsigned long val;
917 int ret;
918
919 ret = strict_strtoul(buf, 10, &val);
920 if (ret)
921 IWL_INFO(priv, "%s is not in decimal form.\n", buf);
922 else {
923 ret = iwl_set_tx_power(priv, val, false);
924 if (ret)
925 IWL_ERR(priv, "failed setting tx power (0x%d).\n",
926 ret);
927 else
928 ret = count;
929 }
930 return ret;
931}
932
933static DEVICE_ATTR(tx_power, S_IWUSR | S_IRUGO, show_tx_power, store_tx_power);
934
Emmanuel Grumbach7d476182010-05-23 00:14:08 -0700935static struct attribute *iwl_sysfs_entries[] = {
936 &dev_attr_temperature.attr,
937 &dev_attr_tx_power.attr,
Emmanuel Grumbach7d476182010-05-23 00:14:08 -0700938#ifdef CONFIG_IWLWIFI_DEBUG
939 &dev_attr_debug_level.attr,
940#endif
941 NULL
942};
943
944static struct attribute_group iwl_attribute_group = {
945 .name = NULL, /* put in device directory */
946 .attrs = iwl_sysfs_entries,
947};
948
Zhu Yib481de92007-09-25 17:54:57 -0700949/******************************************************************************
950 *
951 * uCode download functions
952 *
953 ******************************************************************************/
954
Emmanuel Grumbach3599d392011-05-31 08:52:10 +0300955static void iwl_free_fw_desc(struct iwl_priv *priv, struct fw_desc *desc)
Johannes Bergdbf28e212011-04-16 08:29:24 -0700956{
957 if (desc->v_addr)
Emmanuel Grumbach3599d392011-05-31 08:52:10 +0300958 dma_free_coherent(priv->bus.dev, desc->len,
Johannes Bergdbf28e212011-04-16 08:29:24 -0700959 desc->v_addr, desc->p_addr);
960 desc->v_addr = NULL;
961 desc->len = 0;
962}
963
Emmanuel Grumbach3599d392011-05-31 08:52:10 +0300964static void iwl_free_fw_img(struct iwl_priv *priv, struct fw_img *img)
Johannes Bergdbf28e212011-04-16 08:29:24 -0700965{
Emmanuel Grumbach3599d392011-05-31 08:52:10 +0300966 iwl_free_fw_desc(priv, &img->code);
967 iwl_free_fw_desc(priv, &img->data);
Johannes Bergdbf28e212011-04-16 08:29:24 -0700968}
969
Emmanuel Grumbach3599d392011-05-31 08:52:10 +0300970static void iwl_dealloc_ucode(struct iwl_priv *priv)
971{
972 iwl_free_fw_img(priv, &priv->ucode_rt);
973 iwl_free_fw_img(priv, &priv->ucode_init);
974}
975
976static int iwl_alloc_fw_desc(struct iwl_priv *priv, struct fw_desc *desc,
Johannes Bergdbf28e212011-04-16 08:29:24 -0700977 const void *data, size_t len)
978{
979 if (!len) {
980 desc->v_addr = NULL;
981 return -EINVAL;
982 }
983
Emmanuel Grumbach3599d392011-05-31 08:52:10 +0300984 desc->v_addr = dma_alloc_coherent(priv->bus.dev, len,
Johannes Bergdbf28e212011-04-16 08:29:24 -0700985 &desc->p_addr, GFP_KERNEL);
986 if (!desc->v_addr)
987 return -ENOMEM;
Emmanuel Grumbach3599d392011-05-31 08:52:10 +0300988
Johannes Bergdbf28e212011-04-16 08:29:24 -0700989 desc->len = len;
990 memcpy(desc->v_addr, data, len);
991 return 0;
992}
993
Johannes Bergdd7a2502010-04-28 23:33:10 -0700994struct iwlagn_ucode_capabilities {
995 u32 max_probe_length;
Wey-Yi Guy6a822d02010-07-13 17:13:15 -0700996 u32 standard_phy_calibration_size;
Johannes Berg3997ff32011-04-05 09:42:02 -0700997 u32 flags;
Johannes Bergdd7a2502010-04-28 23:33:10 -0700998};
Ron Rindjunskyedcdf8b2008-05-15 13:53:55 +0800999
Johannes Bergb08dfd02010-01-29 11:54:56 -08001000static void iwl_ucode_callback(const struct firmware *ucode_raw, void *context);
Johannes Bergdd7a2502010-04-28 23:33:10 -07001001static int iwl_mac_setup_register(struct iwl_priv *priv,
1002 struct iwlagn_ucode_capabilities *capa);
Johannes Bergb08dfd02010-01-29 11:54:56 -08001003
Jay Sternberg39396082010-08-12 10:24:07 -07001004#define UCODE_EXPERIMENTAL_INDEX 100
1005#define UCODE_EXPERIMENTAL_TAG "exp"
1006
Johannes Bergb08dfd02010-01-29 11:54:56 -08001007static int __must_check iwl_request_firmware(struct iwl_priv *priv, bool first)
Zhu Yib481de92007-09-25 17:54:57 -07001008{
Reinette Chatrea0987a82008-12-02 12:14:06 -08001009 const char *name_pre = priv->cfg->fw_name_pre;
Jay Sternberg39396082010-08-12 10:24:07 -07001010 char tag[8];
Johannes Bergb08dfd02010-01-29 11:54:56 -08001011
Jay Sternberg39396082010-08-12 10:24:07 -07001012 if (first) {
1013#ifdef CONFIG_IWLWIFI_DEBUG_EXPERIMENTAL_UCODE
1014 priv->fw_index = UCODE_EXPERIMENTAL_INDEX;
1015 strcpy(tag, UCODE_EXPERIMENTAL_TAG);
1016 } else if (priv->fw_index == UCODE_EXPERIMENTAL_INDEX) {
1017#endif
Johannes Bergb08dfd02010-01-29 11:54:56 -08001018 priv->fw_index = priv->cfg->ucode_api_max;
Jay Sternberg39396082010-08-12 10:24:07 -07001019 sprintf(tag, "%d", priv->fw_index);
1020 } else {
Johannes Bergb08dfd02010-01-29 11:54:56 -08001021 priv->fw_index--;
Jay Sternberg39396082010-08-12 10:24:07 -07001022 sprintf(tag, "%d", priv->fw_index);
1023 }
Johannes Bergb08dfd02010-01-29 11:54:56 -08001024
1025 if (priv->fw_index < priv->cfg->ucode_api_min) {
1026 IWL_ERR(priv, "no suitable firmware found!\n");
1027 return -ENOENT;
1028 }
1029
Jay Sternberg39396082010-08-12 10:24:07 -07001030 sprintf(priv->firmware_name, "%s%s%s", name_pre, tag, ".ucode");
Johannes Bergb08dfd02010-01-29 11:54:56 -08001031
Jay Sternberg39396082010-08-12 10:24:07 -07001032 IWL_DEBUG_INFO(priv, "attempting to load firmware %s'%s'\n",
1033 (priv->fw_index == UCODE_EXPERIMENTAL_INDEX)
1034 ? "EXPERIMENTAL " : "",
Johannes Bergb08dfd02010-01-29 11:54:56 -08001035 priv->firmware_name);
1036
1037 return request_firmware_nowait(THIS_MODULE, 1, priv->firmware_name,
Emmanuel Grumbach3599d392011-05-31 08:52:10 +03001038 priv->bus.dev,
1039 GFP_KERNEL, priv, iwl_ucode_callback);
Johannes Bergb08dfd02010-01-29 11:54:56 -08001040}
1041
Johannes Berg0e9a44d2010-04-28 12:09:16 -07001042struct iwlagn_firmware_pieces {
Johannes Berg1fc35272011-04-05 09:41:57 -07001043 const void *inst, *data, *init, *init_data;
1044 size_t inst_size, data_size, init_size, init_data_size;
Johannes Berg0e9a44d2010-04-28 12:09:16 -07001045
1046 u32 build;
Johannes Bergb2e640d2010-05-05 23:24:54 -07001047
1048 u32 init_evtlog_ptr, init_evtlog_size, init_errlog_ptr;
1049 u32 inst_evtlog_ptr, inst_evtlog_size, inst_errlog_ptr;
Johannes Berg0e9a44d2010-04-28 12:09:16 -07001050};
1051
1052static int iwlagn_load_legacy_firmware(struct iwl_priv *priv,
1053 const struct firmware *ucode_raw,
1054 struct iwlagn_firmware_pieces *pieces)
1055{
1056 struct iwl_ucode_header *ucode = (void *)ucode_raw->data;
1057 u32 api_ver, hdr_size;
1058 const u8 *src;
1059
1060 priv->ucode_ver = le32_to_cpu(ucode->ver);
1061 api_ver = IWL_UCODE_API(priv->ucode_ver);
1062
1063 switch (api_ver) {
1064 default:
Wey-Yi Guyf7d046f2011-03-22 08:05:37 -07001065 hdr_size = 28;
1066 if (ucode_raw->size < hdr_size) {
1067 IWL_ERR(priv, "File size too small!\n");
1068 return -EINVAL;
Johannes Berg0e9a44d2010-04-28 12:09:16 -07001069 }
Wey-Yi Guyf7d046f2011-03-22 08:05:37 -07001070 pieces->build = le32_to_cpu(ucode->u.v2.build);
1071 pieces->inst_size = le32_to_cpu(ucode->u.v2.inst_size);
1072 pieces->data_size = le32_to_cpu(ucode->u.v2.data_size);
1073 pieces->init_size = le32_to_cpu(ucode->u.v2.init_size);
1074 pieces->init_data_size = le32_to_cpu(ucode->u.v2.init_data_size);
Wey-Yi Guyf7d046f2011-03-22 08:05:37 -07001075 src = ucode->u.v2.data;
1076 break;
Johannes Berg0e9a44d2010-04-28 12:09:16 -07001077 case 0:
1078 case 1:
1079 case 2:
1080 hdr_size = 24;
1081 if (ucode_raw->size < hdr_size) {
1082 IWL_ERR(priv, "File size too small!\n");
1083 return -EINVAL;
1084 }
1085 pieces->build = 0;
1086 pieces->inst_size = le32_to_cpu(ucode->u.v1.inst_size);
1087 pieces->data_size = le32_to_cpu(ucode->u.v1.data_size);
1088 pieces->init_size = le32_to_cpu(ucode->u.v1.init_size);
1089 pieces->init_data_size = le32_to_cpu(ucode->u.v1.init_data_size);
Johannes Berg0e9a44d2010-04-28 12:09:16 -07001090 src = ucode->u.v1.data;
1091 break;
1092 }
1093
1094 /* Verify size of file vs. image size info in file's header */
1095 if (ucode_raw->size != hdr_size + pieces->inst_size +
1096 pieces->data_size + pieces->init_size +
Johannes Berg1fc35272011-04-05 09:41:57 -07001097 pieces->init_data_size) {
Johannes Berg0e9a44d2010-04-28 12:09:16 -07001098
1099 IWL_ERR(priv,
1100 "uCode file size %d does not match expected size\n",
1101 (int)ucode_raw->size);
1102 return -EINVAL;
1103 }
1104
1105 pieces->inst = src;
1106 src += pieces->inst_size;
1107 pieces->data = src;
1108 src += pieces->data_size;
1109 pieces->init = src;
1110 src += pieces->init_size;
1111 pieces->init_data = src;
1112 src += pieces->init_data_size;
Johannes Berg0e9a44d2010-04-28 12:09:16 -07001113
1114 return 0;
1115}
1116
Johannes Bergdd7a2502010-04-28 23:33:10 -07001117static int iwlagn_wanted_ucode_alternative = 1;
1118
1119static int iwlagn_load_firmware(struct iwl_priv *priv,
1120 const struct firmware *ucode_raw,
1121 struct iwlagn_firmware_pieces *pieces,
1122 struct iwlagn_ucode_capabilities *capa)
1123{
1124 struct iwl_tlv_ucode_header *ucode = (void *)ucode_raw->data;
1125 struct iwl_ucode_tlv *tlv;
1126 size_t len = ucode_raw->size;
1127 const u8 *data;
1128 int wanted_alternative = iwlagn_wanted_ucode_alternative, tmp;
1129 u64 alternatives;
Wey-Yi Guyad8d8332010-06-22 14:31:45 -07001130 u32 tlv_len;
1131 enum iwl_ucode_tlv_type tlv_type;
1132 const u8 *tlv_data;
Johannes Bergdd7a2502010-04-28 23:33:10 -07001133
Wey-Yi Guyad8d8332010-06-22 14:31:45 -07001134 if (len < sizeof(*ucode)) {
1135 IWL_ERR(priv, "uCode has invalid length: %zd\n", len);
Johannes Bergdd7a2502010-04-28 23:33:10 -07001136 return -EINVAL;
Wey-Yi Guyad8d8332010-06-22 14:31:45 -07001137 }
Johannes Bergdd7a2502010-04-28 23:33:10 -07001138
Wey-Yi Guyad8d8332010-06-22 14:31:45 -07001139 if (ucode->magic != cpu_to_le32(IWL_TLV_UCODE_MAGIC)) {
1140 IWL_ERR(priv, "invalid uCode magic: 0X%x\n",
1141 le32_to_cpu(ucode->magic));
Johannes Bergdd7a2502010-04-28 23:33:10 -07001142 return -EINVAL;
Wey-Yi Guyad8d8332010-06-22 14:31:45 -07001143 }
Johannes Bergdd7a2502010-04-28 23:33:10 -07001144
1145 /*
1146 * Check which alternatives are present, and "downgrade"
1147 * when the chosen alternative is not present, warning
1148 * the user when that happens. Some files may not have
1149 * any alternatives, so don't warn in that case.
1150 */
1151 alternatives = le64_to_cpu(ucode->alternatives);
1152 tmp = wanted_alternative;
1153 if (wanted_alternative > 63)
1154 wanted_alternative = 63;
1155 while (wanted_alternative && !(alternatives & BIT(wanted_alternative)))
1156 wanted_alternative--;
1157 if (wanted_alternative && wanted_alternative != tmp)
1158 IWL_WARN(priv,
1159 "uCode alternative %d not available, choosing %d\n",
1160 tmp, wanted_alternative);
1161
1162 priv->ucode_ver = le32_to_cpu(ucode->ver);
1163 pieces->build = le32_to_cpu(ucode->build);
1164 data = ucode->data;
1165
1166 len -= sizeof(*ucode);
1167
Johannes Berg704da532010-07-14 09:34:50 -07001168 while (len >= sizeof(*tlv)) {
Johannes Bergdd7a2502010-04-28 23:33:10 -07001169 u16 tlv_alt;
Johannes Bergdd7a2502010-04-28 23:33:10 -07001170
1171 len -= sizeof(*tlv);
1172 tlv = (void *)data;
1173
1174 tlv_len = le32_to_cpu(tlv->length);
1175 tlv_type = le16_to_cpu(tlv->type);
1176 tlv_alt = le16_to_cpu(tlv->alternative);
1177 tlv_data = tlv->data;
1178
Wey-Yi Guyad8d8332010-06-22 14:31:45 -07001179 if (len < tlv_len) {
1180 IWL_ERR(priv, "invalid TLV len: %zd/%u\n",
1181 len, tlv_len);
Johannes Bergdd7a2502010-04-28 23:33:10 -07001182 return -EINVAL;
Wey-Yi Guyad8d8332010-06-22 14:31:45 -07001183 }
Johannes Bergdd7a2502010-04-28 23:33:10 -07001184 len -= ALIGN(tlv_len, 4);
1185 data += sizeof(*tlv) + ALIGN(tlv_len, 4);
1186
1187 /*
1188 * Alternative 0 is always valid.
1189 *
1190 * Skip alternative TLVs that are not selected.
1191 */
1192 if (tlv_alt != 0 && tlv_alt != wanted_alternative)
1193 continue;
1194
1195 switch (tlv_type) {
1196 case IWL_UCODE_TLV_INST:
1197 pieces->inst = tlv_data;
1198 pieces->inst_size = tlv_len;
1199 break;
1200 case IWL_UCODE_TLV_DATA:
1201 pieces->data = tlv_data;
1202 pieces->data_size = tlv_len;
1203 break;
1204 case IWL_UCODE_TLV_INIT:
1205 pieces->init = tlv_data;
1206 pieces->init_size = tlv_len;
1207 break;
1208 case IWL_UCODE_TLV_INIT_DATA:
1209 pieces->init_data = tlv_data;
1210 pieces->init_data_size = tlv_len;
1211 break;
1212 case IWL_UCODE_TLV_BOOT:
Johannes Berg1fc35272011-04-05 09:41:57 -07001213 IWL_ERR(priv, "Found unexpected BOOT ucode\n");
Johannes Bergdd7a2502010-04-28 23:33:10 -07001214 break;
1215 case IWL_UCODE_TLV_PROBE_MAX_LEN:
Johannes Berg704da532010-07-14 09:34:50 -07001216 if (tlv_len != sizeof(u32))
1217 goto invalid_tlv_len;
1218 capa->max_probe_length =
Wey-Yi Guyad8d8332010-06-22 14:31:45 -07001219 le32_to_cpup((__le32 *)tlv_data);
Johannes Bergdd7a2502010-04-28 23:33:10 -07001220 break;
Johannes Bergece9c4e2010-08-23 10:46:49 +02001221 case IWL_UCODE_TLV_PAN:
1222 if (tlv_len)
1223 goto invalid_tlv_len;
Johannes Berg3997ff32011-04-05 09:42:02 -07001224 capa->flags |= IWL_UCODE_TLV_FLAGS_PAN;
1225 break;
1226 case IWL_UCODE_TLV_FLAGS:
1227 /* must be at least one u32 */
1228 if (tlv_len < sizeof(u32))
1229 goto invalid_tlv_len;
1230 /* and a proper number of u32s */
1231 if (tlv_len % sizeof(u32))
1232 goto invalid_tlv_len;
1233 /*
1234 * This driver only reads the first u32 as
1235 * right now no more features are defined,
1236 * if that changes then either the driver
1237 * will not work with the new firmware, or
1238 * it'll not take advantage of new features.
1239 */
1240 capa->flags = le32_to_cpup((__le32 *)tlv_data);
Johannes Bergece9c4e2010-08-23 10:46:49 +02001241 break;
Johannes Bergb2e640d2010-05-05 23:24:54 -07001242 case IWL_UCODE_TLV_INIT_EVTLOG_PTR:
Johannes Berg704da532010-07-14 09:34:50 -07001243 if (tlv_len != sizeof(u32))
1244 goto invalid_tlv_len;
1245 pieces->init_evtlog_ptr =
Wey-Yi Guyad8d8332010-06-22 14:31:45 -07001246 le32_to_cpup((__le32 *)tlv_data);
Johannes Bergb2e640d2010-05-05 23:24:54 -07001247 break;
1248 case IWL_UCODE_TLV_INIT_EVTLOG_SIZE:
Johannes Berg704da532010-07-14 09:34:50 -07001249 if (tlv_len != sizeof(u32))
1250 goto invalid_tlv_len;
1251 pieces->init_evtlog_size =
Wey-Yi Guyad8d8332010-06-22 14:31:45 -07001252 le32_to_cpup((__le32 *)tlv_data);
Johannes Bergb2e640d2010-05-05 23:24:54 -07001253 break;
1254 case IWL_UCODE_TLV_INIT_ERRLOG_PTR:
Johannes Berg704da532010-07-14 09:34:50 -07001255 if (tlv_len != sizeof(u32))
1256 goto invalid_tlv_len;
1257 pieces->init_errlog_ptr =
Wey-Yi Guyad8d8332010-06-22 14:31:45 -07001258 le32_to_cpup((__le32 *)tlv_data);
Johannes Bergb2e640d2010-05-05 23:24:54 -07001259 break;
1260 case IWL_UCODE_TLV_RUNT_EVTLOG_PTR:
Johannes Berg704da532010-07-14 09:34:50 -07001261 if (tlv_len != sizeof(u32))
1262 goto invalid_tlv_len;
1263 pieces->inst_evtlog_ptr =
Wey-Yi Guyad8d8332010-06-22 14:31:45 -07001264 le32_to_cpup((__le32 *)tlv_data);
Johannes Bergb2e640d2010-05-05 23:24:54 -07001265 break;
1266 case IWL_UCODE_TLV_RUNT_EVTLOG_SIZE:
Johannes Berg704da532010-07-14 09:34:50 -07001267 if (tlv_len != sizeof(u32))
1268 goto invalid_tlv_len;
1269 pieces->inst_evtlog_size =
Wey-Yi Guyad8d8332010-06-22 14:31:45 -07001270 le32_to_cpup((__le32 *)tlv_data);
Johannes Bergb2e640d2010-05-05 23:24:54 -07001271 break;
1272 case IWL_UCODE_TLV_RUNT_ERRLOG_PTR:
Johannes Berg704da532010-07-14 09:34:50 -07001273 if (tlv_len != sizeof(u32))
1274 goto invalid_tlv_len;
1275 pieces->inst_errlog_ptr =
Wey-Yi Guyad8d8332010-06-22 14:31:45 -07001276 le32_to_cpup((__le32 *)tlv_data);
Johannes Bergb2e640d2010-05-05 23:24:54 -07001277 break;
Wey-Yi Guyc8312fa2010-06-28 13:05:17 -07001278 case IWL_UCODE_TLV_ENHANCE_SENS_TBL:
1279 if (tlv_len)
Johannes Berg704da532010-07-14 09:34:50 -07001280 goto invalid_tlv_len;
1281 priv->enhance_sensitivity_table = true;
Wey-Yi Guyc8312fa2010-06-28 13:05:17 -07001282 break;
Wey-Yi Guy6a822d02010-07-13 17:13:15 -07001283 case IWL_UCODE_TLV_PHY_CALIBRATION_SIZE:
Johannes Berg704da532010-07-14 09:34:50 -07001284 if (tlv_len != sizeof(u32))
1285 goto invalid_tlv_len;
1286 capa->standard_phy_calibration_size =
Wey-Yi Guy6a822d02010-07-13 17:13:15 -07001287 le32_to_cpup((__le32 *)tlv_data);
1288 break;
Johannes Bergdd7a2502010-04-28 23:33:10 -07001289 default:
Johannes Berg6fc3ba92011-04-04 06:16:29 -07001290 IWL_DEBUG_INFO(priv, "unknown TLV: %d\n", tlv_type);
Johannes Bergdd7a2502010-04-28 23:33:10 -07001291 break;
1292 }
1293 }
1294
Wey-Yi Guyad8d8332010-06-22 14:31:45 -07001295 if (len) {
1296 IWL_ERR(priv, "invalid TLV after parsing: %zd\n", len);
1297 iwl_print_hex_dump(priv, IWL_DL_FW, (u8 *)data, len);
Johannes Berg704da532010-07-14 09:34:50 -07001298 return -EINVAL;
Wey-Yi Guyad8d8332010-06-22 14:31:45 -07001299 }
Johannes Bergdd7a2502010-04-28 23:33:10 -07001300
Johannes Berg704da532010-07-14 09:34:50 -07001301 return 0;
1302
1303 invalid_tlv_len:
1304 IWL_ERR(priv, "TLV %d has invalid size: %u\n", tlv_type, tlv_len);
1305 iwl_print_hex_dump(priv, IWL_DL_FW, tlv_data, tlv_len);
1306
1307 return -EINVAL;
Johannes Bergdd7a2502010-04-28 23:33:10 -07001308}
1309
Johannes Bergb08dfd02010-01-29 11:54:56 -08001310/**
1311 * iwl_ucode_callback - callback when firmware was loaded
1312 *
1313 * If loaded successfully, copies the firmware into buffers
1314 * for the card to fetch (via DMA).
1315 */
1316static void iwl_ucode_callback(const struct firmware *ucode_raw, void *context)
1317{
1318 struct iwl_priv *priv = context;
1319 struct iwl_ucode_header *ucode;
Johannes Berg0e9a44d2010-04-28 12:09:16 -07001320 int err;
1321 struct iwlagn_firmware_pieces pieces;
Reinette Chatrea0987a82008-12-02 12:14:06 -08001322 const unsigned int api_max = priv->cfg->ucode_api_max;
1323 const unsigned int api_min = priv->cfg->ucode_api_min;
Johannes Berg0e9a44d2010-04-28 12:09:16 -07001324 u32 api_ver;
Johannes Berg3e4de762010-04-28 12:09:12 -07001325 char buildstr[25];
Johannes Berg0e9a44d2010-04-28 12:09:16 -07001326 u32 build;
Johannes Bergdd7a2502010-04-28 23:33:10 -07001327 struct iwlagn_ucode_capabilities ucode_capa = {
1328 .max_probe_length = 200,
Wey-Yi Guy6a822d02010-07-13 17:13:15 -07001329 .standard_phy_calibration_size =
Shanyu Zhao642454c2010-09-21 12:06:18 -07001330 IWL_DEFAULT_STANDARD_PHY_CALIBRATE_TBL_SIZE,
Johannes Bergdd7a2502010-04-28 23:33:10 -07001331 };
Johannes Berg0e9a44d2010-04-28 12:09:16 -07001332
1333 memset(&pieces, 0, sizeof(pieces));
Zhu Yib481de92007-09-25 17:54:57 -07001334
Johannes Bergb08dfd02010-01-29 11:54:56 -08001335 if (!ucode_raw) {
Jay Sternberg39396082010-08-12 10:24:07 -07001336 if (priv->fw_index <= priv->cfg->ucode_api_max)
1337 IWL_ERR(priv,
1338 "request for firmware file '%s' failed.\n",
1339 priv->firmware_name);
Johannes Bergb08dfd02010-01-29 11:54:56 -08001340 goto try_again;
Zhu Yib481de92007-09-25 17:54:57 -07001341 }
1342
Johannes Bergb08dfd02010-01-29 11:54:56 -08001343 IWL_DEBUG_INFO(priv, "Loaded firmware file '%s' (%zd bytes).\n",
1344 priv->firmware_name, ucode_raw->size);
Zhu Yib481de92007-09-25 17:54:57 -07001345
Johannes Berg22adba22010-04-28 12:09:14 -07001346 /* Make sure that we got at least the API version number */
1347 if (ucode_raw->size < 4) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08001348 IWL_ERR(priv, "File size way too small!\n");
Johannes Bergb08dfd02010-01-29 11:54:56 -08001349 goto try_again;
Zhu Yib481de92007-09-25 17:54:57 -07001350 }
1351
1352 /* Data from ucode file: header followed by uCode images */
Jay Sternbergcc0f5552009-07-17 09:30:16 -07001353 ucode = (struct iwl_ucode_header *)ucode_raw->data;
Zhu Yib481de92007-09-25 17:54:57 -07001354
Johannes Berg0e9a44d2010-04-28 12:09:16 -07001355 if (ucode->ver)
1356 err = iwlagn_load_legacy_firmware(priv, ucode_raw, &pieces);
1357 else
Johannes Bergdd7a2502010-04-28 23:33:10 -07001358 err = iwlagn_load_firmware(priv, ucode_raw, &pieces,
1359 &ucode_capa);
Johannes Berg0e9a44d2010-04-28 12:09:16 -07001360
1361 if (err)
1362 goto try_again;
1363
Reinette Chatrea0987a82008-12-02 12:14:06 -08001364 api_ver = IWL_UCODE_API(priv->ucode_ver);
Johannes Berg0e9a44d2010-04-28 12:09:16 -07001365 build = pieces.build;
Zhu Yib481de92007-09-25 17:54:57 -07001366
Johannes Berg0e9a44d2010-04-28 12:09:16 -07001367 /*
1368 * api_ver should match the api version forming part of the
Reinette Chatrea0987a82008-12-02 12:14:06 -08001369 * firmware filename ... but we don't check for that and only rely
Johannes Berg0e9a44d2010-04-28 12:09:16 -07001370 * on the API version read from firmware header from here on forward
1371 */
Wey-Yi Guy65cccfb2010-09-21 16:15:58 -07001372 /* no api version check required for experimental uCode */
1373 if (priv->fw_index != UCODE_EXPERIMENTAL_INDEX) {
1374 if (api_ver < api_min || api_ver > api_max) {
1375 IWL_ERR(priv,
1376 "Driver unable to support your firmware API. "
1377 "Driver supports v%u, firmware is v%u.\n",
1378 api_max, api_ver);
1379 goto try_again;
1380 }
Johannes Bergb08dfd02010-01-29 11:54:56 -08001381
Wey-Yi Guy65cccfb2010-09-21 16:15:58 -07001382 if (api_ver != api_max)
1383 IWL_ERR(priv,
1384 "Firmware has old API version. Expected v%u, "
1385 "got v%u. New firmware can be obtained "
1386 "from http://www.intellinuxwireless.org.\n",
1387 api_max, api_ver);
1388 }
Reinette Chatrea0987a82008-12-02 12:14:06 -08001389
Johannes Berg3e4de762010-04-28 12:09:12 -07001390 if (build)
Jay Sternberg39396082010-08-12 10:24:07 -07001391 sprintf(buildstr, " build %u%s", build,
1392 (priv->fw_index == UCODE_EXPERIMENTAL_INDEX)
1393 ? " (EXP)" : "");
Johannes Berg3e4de762010-04-28 12:09:12 -07001394 else
1395 buildstr[0] = '\0';
Reinette Chatrea0987a82008-12-02 12:14:06 -08001396
Johannes Berg3e4de762010-04-28 12:09:12 -07001397 IWL_INFO(priv, "loaded firmware version %u.%u.%u.%u%s\n",
Reinette Chatre5ebeb5a2009-10-30 14:36:04 -07001398 IWL_UCODE_MAJOR(priv->ucode_ver),
1399 IWL_UCODE_MINOR(priv->ucode_ver),
1400 IWL_UCODE_API(priv->ucode_ver),
Johannes Berg3e4de762010-04-28 12:09:12 -07001401 IWL_UCODE_SERIAL(priv->ucode_ver),
1402 buildstr);
Reinette Chatre5ebeb5a2009-10-30 14:36:04 -07001403
Johannes Berg3e4de762010-04-28 12:09:12 -07001404 snprintf(priv->hw->wiphy->fw_version,
1405 sizeof(priv->hw->wiphy->fw_version),
1406 "%u.%u.%u.%u%s",
1407 IWL_UCODE_MAJOR(priv->ucode_ver),
1408 IWL_UCODE_MINOR(priv->ucode_ver),
1409 IWL_UCODE_API(priv->ucode_ver),
1410 IWL_UCODE_SERIAL(priv->ucode_ver),
1411 buildstr);
Zhu Yib481de92007-09-25 17:54:57 -07001412
Johannes Bergb08dfd02010-01-29 11:54:56 -08001413 /*
1414 * For any of the failures below (before allocating pci memory)
1415 * we will try to load a version with a smaller API -- maybe the
1416 * user just got a corrupted version of the latest API.
1417 */
1418
Johannes Berg0e9a44d2010-04-28 12:09:16 -07001419 IWL_DEBUG_INFO(priv, "f/w package hdr ucode version raw = 0x%x\n",
1420 priv->ucode_ver);
1421 IWL_DEBUG_INFO(priv, "f/w package hdr runtime inst size = %Zd\n",
1422 pieces.inst_size);
1423 IWL_DEBUG_INFO(priv, "f/w package hdr runtime data size = %Zd\n",
1424 pieces.data_size);
1425 IWL_DEBUG_INFO(priv, "f/w package hdr init inst size = %Zd\n",
1426 pieces.init_size);
1427 IWL_DEBUG_INFO(priv, "f/w package hdr init data size = %Zd\n",
1428 pieces.init_data_size);
Zhu Yib481de92007-09-25 17:54:57 -07001429
1430 /* Verify that uCode images will fit in card's SRAM */
Johannes Berg0e9a44d2010-04-28 12:09:16 -07001431 if (pieces.inst_size > priv->hw_params.max_inst_size) {
1432 IWL_ERR(priv, "uCode instr len %Zd too large to fit in\n",
1433 pieces.inst_size);
Johannes Bergb08dfd02010-01-29 11:54:56 -08001434 goto try_again;
Zhu Yib481de92007-09-25 17:54:57 -07001435 }
1436
Johannes Berg0e9a44d2010-04-28 12:09:16 -07001437 if (pieces.data_size > priv->hw_params.max_data_size) {
1438 IWL_ERR(priv, "uCode data len %Zd too large to fit in\n",
1439 pieces.data_size);
Johannes Bergb08dfd02010-01-29 11:54:56 -08001440 goto try_again;
Zhu Yib481de92007-09-25 17:54:57 -07001441 }
Johannes Berg0e9a44d2010-04-28 12:09:16 -07001442
1443 if (pieces.init_size > priv->hw_params.max_inst_size) {
1444 IWL_ERR(priv, "uCode init instr len %Zd too large to fit in\n",
1445 pieces.init_size);
Johannes Bergb08dfd02010-01-29 11:54:56 -08001446 goto try_again;
Zhu Yib481de92007-09-25 17:54:57 -07001447 }
Johannes Berg0e9a44d2010-04-28 12:09:16 -07001448
1449 if (pieces.init_data_size > priv->hw_params.max_data_size) {
1450 IWL_ERR(priv, "uCode init data len %Zd too large to fit in\n",
1451 pieces.init_data_size);
Johannes Bergb08dfd02010-01-29 11:54:56 -08001452 goto try_again;
Zhu Yib481de92007-09-25 17:54:57 -07001453 }
Johannes Berg0e9a44d2010-04-28 12:09:16 -07001454
Zhu Yib481de92007-09-25 17:54:57 -07001455 /* Allocate ucode buffers for card's bus-master loading ... */
1456
1457 /* Runtime instructions and 2 copies of data:
1458 * 1) unmodified from disk
1459 * 2) backup cache for save/restore during power-downs */
Emmanuel Grumbach3599d392011-05-31 08:52:10 +03001460 if (iwl_alloc_fw_desc(priv, &priv->ucode_rt.code,
Johannes Bergdbf28e212011-04-16 08:29:24 -07001461 pieces.inst, pieces.inst_size))
1462 goto err_pci_alloc;
Emmanuel Grumbach3599d392011-05-31 08:52:10 +03001463 if (iwl_alloc_fw_desc(priv, &priv->ucode_rt.data,
Johannes Bergdbf28e212011-04-16 08:29:24 -07001464 pieces.data, pieces.data_size))
Zhu, Yi1f304e42009-01-23 13:45:22 -08001465 goto err_pci_alloc;
1466
Zhu Yib481de92007-09-25 17:54:57 -07001467 /* Initialization instructions and data */
Johannes Berg0e9a44d2010-04-28 12:09:16 -07001468 if (pieces.init_size && pieces.init_data_size) {
Emmanuel Grumbach3599d392011-05-31 08:52:10 +03001469 if (iwl_alloc_fw_desc(priv, &priv->ucode_init.code,
Johannes Bergdbf28e212011-04-16 08:29:24 -07001470 pieces.init, pieces.init_size))
1471 goto err_pci_alloc;
Emmanuel Grumbach3599d392011-05-31 08:52:10 +03001472 if (iwl_alloc_fw_desc(priv, &priv->ucode_init.data,
Johannes Bergdbf28e212011-04-16 08:29:24 -07001473 pieces.init_data, pieces.init_data_size))
Tomas Winkler90e759d2007-11-29 11:09:41 +08001474 goto err_pci_alloc;
1475 }
Zhu Yib481de92007-09-25 17:54:57 -07001476
Johannes Bergb2e640d2010-05-05 23:24:54 -07001477 /* Now that we can no longer fail, copy information */
1478
1479 /*
1480 * The (size - 16) / 12 formula is based on the information recorded
1481 * for each event, which is of mode 1 (including timestamp) for all
1482 * new microcodes that include this information.
1483 */
1484 priv->_agn.init_evtlog_ptr = pieces.init_evtlog_ptr;
1485 if (pieces.init_evtlog_size)
1486 priv->_agn.init_evtlog_size = (pieces.init_evtlog_size - 16)/12;
1487 else
Wey-Yi Guy7cb1b082010-10-06 08:10:00 -07001488 priv->_agn.init_evtlog_size =
1489 priv->cfg->base_params->max_event_log_size;
Johannes Bergb2e640d2010-05-05 23:24:54 -07001490 priv->_agn.init_errlog_ptr = pieces.init_errlog_ptr;
1491 priv->_agn.inst_evtlog_ptr = pieces.inst_evtlog_ptr;
1492 if (pieces.inst_evtlog_size)
1493 priv->_agn.inst_evtlog_size = (pieces.inst_evtlog_size - 16)/12;
1494 else
Wey-Yi Guy7cb1b082010-10-06 08:10:00 -07001495 priv->_agn.inst_evtlog_size =
1496 priv->cfg->base_params->max_event_log_size;
Johannes Bergb2e640d2010-05-05 23:24:54 -07001497 priv->_agn.inst_errlog_ptr = pieces.inst_errlog_ptr;
1498
Johannes Bergd2690c02011-04-20 09:10:39 -07001499 priv->new_scan_threshold_behaviour =
1500 !!(ucode_capa.flags & IWL_UCODE_TLV_FLAGS_NEWSCAN);
1501
Wey-Yi Guyb2ea3452011-06-07 08:53:14 -07001502 if ((priv->cfg->sku & EEPROM_SKU_CAP_IPAN_ENABLE) &&
1503 (ucode_capa.flags & IWL_UCODE_TLV_FLAGS_PAN)) {
Johannes Bergece9c4e2010-08-23 10:46:49 +02001504 priv->valid_contexts |= BIT(IWL_RXON_CTX_PAN);
Johannes Bergc10afb62010-08-23 10:46:43 +02001505 priv->sta_key_max_num = STA_KEY_MAX_NUM_PAN;
Johannes Bergece9c4e2010-08-23 10:46:49 +02001506 } else
1507 priv->sta_key_max_num = STA_KEY_MAX_NUM;
Johannes Bergc10afb62010-08-23 10:46:43 +02001508
Johannes Berg17445b82011-04-05 09:42:05 -07001509 if (priv->valid_contexts != BIT(IWL_RXON_CTX_BSS))
1510 priv->cmd_queue = IWL_IPAN_CMD_QUEUE_NUM;
1511 else
1512 priv->cmd_queue = IWL_DEFAULT_CMD_QUEUE_NUM;
1513
Wey-Yi Guy6a822d02010-07-13 17:13:15 -07001514 /*
1515 * figure out the offset of chain noise reset and gain commands
1516 * base on the size of standard phy calibration commands table size
1517 */
1518 if (ucode_capa.standard_phy_calibration_size >
1519 IWL_MAX_PHY_CALIBRATE_TBL_SIZE)
1520 ucode_capa.standard_phy_calibration_size =
1521 IWL_MAX_STANDARD_PHY_CALIBRATE_TBL_SIZE;
1522
1523 priv->_agn.phy_calib_chain_noise_reset_cmd =
1524 ucode_capa.standard_phy_calibration_size;
1525 priv->_agn.phy_calib_chain_noise_gain_cmd =
1526 ucode_capa.standard_phy_calibration_size + 1;
1527
Johannes Bergb08dfd02010-01-29 11:54:56 -08001528 /**************************************************
1529 * This is still part of probe() in a sense...
1530 *
1531 * 9. Setup and register with mac80211 and debugfs
1532 **************************************************/
Johannes Bergdd7a2502010-04-28 23:33:10 -07001533 err = iwl_mac_setup_register(priv, &ucode_capa);
Johannes Bergb08dfd02010-01-29 11:54:56 -08001534 if (err)
1535 goto out_unbind;
1536
1537 err = iwl_dbgfs_register(priv, DRV_NAME);
1538 if (err)
1539 IWL_ERR(priv, "failed to create debugfs files. Ignoring error: %d\n", err);
1540
Emmanuel Grumbach3599d392011-05-31 08:52:10 +03001541 err = sysfs_create_group(&(priv->bus.dev->kobj),
Emmanuel Grumbach7d476182010-05-23 00:14:08 -07001542 &iwl_attribute_group);
1543 if (err) {
1544 IWL_ERR(priv, "failed to create sysfs device attributes\n");
1545 goto out_unbind;
1546 }
1547
Zhu Yib481de92007-09-25 17:54:57 -07001548 /* We have our copies now, allow OS release its copies */
1549 release_firmware(ucode_raw);
Reinette Chatrea15707d2010-05-10 15:08:11 -07001550 complete(&priv->_agn.firmware_loading_complete);
Johannes Bergb08dfd02010-01-29 11:54:56 -08001551 return;
1552
1553 try_again:
1554 /* try next, if any */
1555 if (iwl_request_firmware(priv, false))
1556 goto out_unbind;
1557 release_firmware(ucode_raw);
1558 return;
Zhu Yib481de92007-09-25 17:54:57 -07001559
1560 err_pci_alloc:
Winkler, Tomas15b16872008-12-19 10:37:33 +08001561 IWL_ERR(priv, "failed to allocate pci memory\n");
Emmanuel Grumbach3599d392011-05-31 08:52:10 +03001562 iwl_dealloc_ucode(priv);
Johannes Bergb08dfd02010-01-29 11:54:56 -08001563 out_unbind:
Reinette Chatrea15707d2010-05-10 15:08:11 -07001564 complete(&priv->_agn.firmware_loading_complete);
Emmanuel Grumbach3599d392011-05-31 08:52:10 +03001565 device_release_driver(priv->bus.dev);
Zhu Yib481de92007-09-25 17:54:57 -07001566 release_firmware(ucode_raw);
Zhu Yib481de92007-09-25 17:54:57 -07001567}
1568
Reinette Chatreb7a79402009-09-25 14:24:23 -07001569static const char *desc_lookup_text[] = {
1570 "OK",
1571 "FAIL",
1572 "BAD_PARAM",
1573 "BAD_CHECKSUM",
1574 "NMI_INTERRUPT_WDG",
1575 "SYSASSERT",
1576 "FATAL_ERROR",
1577 "BAD_COMMAND",
1578 "HW_ERROR_TUNE_LOCK",
1579 "HW_ERROR_TEMPERATURE",
1580 "ILLEGAL_CHAN_FREQ",
1581 "VCC_NOT_STABLE",
1582 "FH_ERROR",
1583 "NMI_INTERRUPT_HOST",
1584 "NMI_INTERRUPT_ACTION_PT",
1585 "NMI_INTERRUPT_UNKNOWN",
1586 "UCODE_VERSION_MISMATCH",
1587 "HW_ERROR_ABS_LOCK",
1588 "HW_ERROR_CAL_LOCK_FAIL",
1589 "NMI_INTERRUPT_INST_ACTION_PT",
1590 "NMI_INTERRUPT_DATA_ACTION_PT",
1591 "NMI_TRM_HW_ER",
1592 "NMI_INTERRUPT_TRM",
1593 "NMI_INTERRUPT_BREAK_POINT"
1594 "DEBUG_0",
1595 "DEBUG_1",
1596 "DEBUG_2",
1597 "DEBUG_3",
Reinette Chatreb7a79402009-09-25 14:24:23 -07001598};
1599
Jay Sternberg4b586452010-07-02 15:49:10 -07001600static struct { char *name; u8 num; } advanced_lookup[] = {
1601 { "NMI_INTERRUPT_WDG", 0x34 },
1602 { "SYSASSERT", 0x35 },
1603 { "UCODE_VERSION_MISMATCH", 0x37 },
1604 { "BAD_COMMAND", 0x38 },
1605 { "NMI_INTERRUPT_DATA_ACTION_PT", 0x3C },
1606 { "FATAL_ERROR", 0x3D },
1607 { "NMI_TRM_HW_ERR", 0x46 },
1608 { "NMI_INTERRUPT_TRM", 0x4C },
1609 { "NMI_INTERRUPT_BREAK_POINT", 0x54 },
1610 { "NMI_INTERRUPT_WDG_RXF_FULL", 0x5C },
1611 { "NMI_INTERRUPT_WDG_NO_RBD_RXF_FULL", 0x64 },
1612 { "NMI_INTERRUPT_HOST", 0x66 },
1613 { "NMI_INTERRUPT_ACTION_PT", 0x7C },
1614 { "NMI_INTERRUPT_UNKNOWN", 0x84 },
1615 { "NMI_INTERRUPT_INST_ACTION_PT", 0x86 },
1616 { "ADVANCED_SYSASSERT", 0 },
1617};
1618
1619static const char *desc_lookup(u32 num)
Reinette Chatreb7a79402009-09-25 14:24:23 -07001620{
Jay Sternberg4b586452010-07-02 15:49:10 -07001621 int i;
1622 int max = ARRAY_SIZE(desc_lookup_text);
Reinette Chatreb7a79402009-09-25 14:24:23 -07001623
Jay Sternberg4b586452010-07-02 15:49:10 -07001624 if (num < max)
1625 return desc_lookup_text[num];
Reinette Chatreb7a79402009-09-25 14:24:23 -07001626
Jay Sternberg4b586452010-07-02 15:49:10 -07001627 max = ARRAY_SIZE(advanced_lookup) - 1;
1628 for (i = 0; i < max; i++) {
1629 if (advanced_lookup[i].num == num)
Justin P. Mattock6eab04a2011-04-08 19:49:08 -07001630 break;
Jay Sternberg4b586452010-07-02 15:49:10 -07001631 }
1632 return advanced_lookup[i].name;
Reinette Chatreb7a79402009-09-25 14:24:23 -07001633}
1634
1635#define ERROR_START_OFFSET (1 * sizeof(u32))
1636#define ERROR_ELEM_SIZE (7 * sizeof(u32))
1637
1638void iwl_dump_nic_error_log(struct iwl_priv *priv)
1639{
Wey-Yi Guy50650542011-05-04 16:56:52 -07001640 u32 base;
Johannes Berge46f6532011-04-13 03:14:43 -07001641 struct iwl_error_event_table table;
Reinette Chatreb7a79402009-09-25 14:24:23 -07001642
Johannes Bergd7d57832011-04-05 09:42:04 -07001643 base = priv->device_pointers.error_event_table;
Johannes Berg872907b2011-06-06 09:41:15 -07001644 if (priv->ucode_type == IWL_UCODE_INIT) {
Johannes Bergb2e640d2010-05-05 23:24:54 -07001645 if (!base)
1646 base = priv->_agn.init_errlog_ptr;
1647 } else {
Johannes Bergb2e640d2010-05-05 23:24:54 -07001648 if (!base)
1649 base = priv->_agn.inst_errlog_ptr;
1650 }
Reinette Chatreb7a79402009-09-25 14:24:23 -07001651
1652 if (!priv->cfg->ops->lib->is_valid_rtc_data_addr(base)) {
Wey-Yi Guy212fb572009-12-02 12:53:00 -08001653 IWL_ERR(priv,
1654 "Not valid error log pointer 0x%08X for %s uCode\n",
Johannes Bergca7966c2011-04-22 10:15:23 -07001655 base,
Johannes Berg872907b2011-06-06 09:41:15 -07001656 (priv->ucode_type == IWL_UCODE_INIT)
Johannes Bergca7966c2011-04-22 10:15:23 -07001657 ? "Init" : "RT");
Reinette Chatreb7a79402009-09-25 14:24:23 -07001658 return;
1659 }
1660
Johannes Berge46f6532011-04-13 03:14:43 -07001661 iwl_read_targ_mem_words(priv, base, &table, sizeof(table));
1662
Wey-Yi Guy50650542011-05-04 16:56:52 -07001663 if (ERROR_START_OFFSET <= table.valid * ERROR_ELEM_SIZE) {
Reinette Chatreb7a79402009-09-25 14:24:23 -07001664 IWL_ERR(priv, "Start IWL Error Log Dump:\n");
1665 IWL_ERR(priv, "Status: 0x%08lX, count: %d\n",
Wey-Yi Guy50650542011-05-04 16:56:52 -07001666 priv->status, table.valid);
Reinette Chatreb7a79402009-09-25 14:24:23 -07001667 }
1668
Wey-Yi Guy50650542011-05-04 16:56:52 -07001669 priv->isr_stats.err_code = table.error_id;
Reinette Chatreb7a79402009-09-25 14:24:23 -07001670
Wey-Yi Guy50650542011-05-04 16:56:52 -07001671 trace_iwlwifi_dev_ucode_error(priv, table.error_id, table.tsf_low,
1672 table.data1, table.data2, table.line,
1673 table.blink1, table.blink2, table.ilink1,
1674 table.ilink2, table.bcon_time, table.gp1,
1675 table.gp2, table.gp3, table.ucode_ver,
1676 table.hw_ver, table.brd_ver);
1677 IWL_ERR(priv, "0x%08X | %-28s\n", table.error_id,
1678 desc_lookup(table.error_id));
1679 IWL_ERR(priv, "0x%08X | uPc\n", table.pc);
1680 IWL_ERR(priv, "0x%08X | branchlink1\n", table.blink1);
1681 IWL_ERR(priv, "0x%08X | branchlink2\n", table.blink2);
1682 IWL_ERR(priv, "0x%08X | interruptlink1\n", table.ilink1);
1683 IWL_ERR(priv, "0x%08X | interruptlink2\n", table.ilink2);
1684 IWL_ERR(priv, "0x%08X | data1\n", table.data1);
1685 IWL_ERR(priv, "0x%08X | data2\n", table.data2);
1686 IWL_ERR(priv, "0x%08X | line\n", table.line);
1687 IWL_ERR(priv, "0x%08X | beacon time\n", table.bcon_time);
1688 IWL_ERR(priv, "0x%08X | tsf low\n", table.tsf_low);
1689 IWL_ERR(priv, "0x%08X | tsf hi\n", table.tsf_hi);
1690 IWL_ERR(priv, "0x%08X | time gp1\n", table.gp1);
1691 IWL_ERR(priv, "0x%08X | time gp2\n", table.gp2);
1692 IWL_ERR(priv, "0x%08X | time gp3\n", table.gp3);
1693 IWL_ERR(priv, "0x%08X | uCode version\n", table.ucode_ver);
1694 IWL_ERR(priv, "0x%08X | hw version\n", table.hw_ver);
1695 IWL_ERR(priv, "0x%08X | board version\n", table.brd_ver);
1696 IWL_ERR(priv, "0x%08X | hcmd\n", table.hcmd);
Reinette Chatreb7a79402009-09-25 14:24:23 -07001697}
1698
1699#define EVENT_START_OFFSET (4 * sizeof(u32))
1700
1701/**
1702 * iwl_print_event_log - Dump error event log to syslog
1703 *
1704 */
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001705static int iwl_print_event_log(struct iwl_priv *priv, u32 start_idx,
1706 u32 num_events, u32 mode,
1707 int pos, char **buf, size_t bufsz)
Reinette Chatreb7a79402009-09-25 14:24:23 -07001708{
1709 u32 i;
1710 u32 base; /* SRAM byte address of event log header */
1711 u32 event_size; /* 2 u32s, or 3 u32s if timestamp recorded */
1712 u32 ptr; /* SRAM byte address of log data */
1713 u32 ev, time, data; /* event log data */
Ben Cahille5854472009-11-06 14:52:58 -08001714 unsigned long reg_flags;
Reinette Chatreb7a79402009-09-25 14:24:23 -07001715
1716 if (num_events == 0)
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001717 return pos;
Johannes Bergb2e640d2010-05-05 23:24:54 -07001718
Johannes Bergd7d57832011-04-05 09:42:04 -07001719 base = priv->device_pointers.log_event_table;
Johannes Berg872907b2011-06-06 09:41:15 -07001720 if (priv->ucode_type == IWL_UCODE_INIT) {
Johannes Bergb2e640d2010-05-05 23:24:54 -07001721 if (!base)
1722 base = priv->_agn.init_evtlog_ptr;
1723 } else {
Johannes Bergb2e640d2010-05-05 23:24:54 -07001724 if (!base)
1725 base = priv->_agn.inst_evtlog_ptr;
1726 }
Reinette Chatreb7a79402009-09-25 14:24:23 -07001727
1728 if (mode == 0)
1729 event_size = 2 * sizeof(u32);
1730 else
1731 event_size = 3 * sizeof(u32);
1732
1733 ptr = base + EVENT_START_OFFSET + (start_idx * event_size);
1734
Ben Cahille5854472009-11-06 14:52:58 -08001735 /* Make sure device is powered up for SRAM reads */
1736 spin_lock_irqsave(&priv->reg_lock, reg_flags);
1737 iwl_grab_nic_access(priv);
1738
1739 /* Set starting address; reads will auto-increment */
Johannes Berg02a7fa02011-04-05 09:42:12 -07001740 iwl_write32(priv, HBUS_TARG_MEM_RADDR, ptr);
Ben Cahille5854472009-11-06 14:52:58 -08001741 rmb();
1742
Reinette Chatreb7a79402009-09-25 14:24:23 -07001743 /* "time" is actually "data" for mode 0 (no timestamp).
1744 * place event id # at far right for easier visual parsing. */
1745 for (i = 0; i < num_events; i++) {
Johannes Berg02a7fa02011-04-05 09:42:12 -07001746 ev = iwl_read32(priv, HBUS_TARG_MEM_RDAT);
1747 time = iwl_read32(priv, HBUS_TARG_MEM_RDAT);
Reinette Chatreb7a79402009-09-25 14:24:23 -07001748 if (mode == 0) {
1749 /* data, ev */
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001750 if (bufsz) {
1751 pos += scnprintf(*buf + pos, bufsz - pos,
1752 "EVT_LOG:0x%08x:%04u\n",
1753 time, ev);
1754 } else {
1755 trace_iwlwifi_dev_ucode_event(priv, 0,
1756 time, ev);
1757 IWL_ERR(priv, "EVT_LOG:0x%08x:%04u\n",
1758 time, ev);
1759 }
Reinette Chatreb7a79402009-09-25 14:24:23 -07001760 } else {
Johannes Berg02a7fa02011-04-05 09:42:12 -07001761 data = iwl_read32(priv, HBUS_TARG_MEM_RDAT);
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001762 if (bufsz) {
1763 pos += scnprintf(*buf + pos, bufsz - pos,
1764 "EVT_LOGT:%010u:0x%08x:%04u\n",
1765 time, data, ev);
1766 } else {
1767 IWL_ERR(priv, "EVT_LOGT:%010u:0x%08x:%04u\n",
Reinette Chatreb7a79402009-09-25 14:24:23 -07001768 time, data, ev);
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001769 trace_iwlwifi_dev_ucode_event(priv, time,
1770 data, ev);
1771 }
Reinette Chatreb7a79402009-09-25 14:24:23 -07001772 }
1773 }
Ben Cahille5854472009-11-06 14:52:58 -08001774
1775 /* Allow device to power down */
1776 iwl_release_nic_access(priv);
1777 spin_unlock_irqrestore(&priv->reg_lock, reg_flags);
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001778 return pos;
Reinette Chatreb7a79402009-09-25 14:24:23 -07001779}
1780
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001781/**
1782 * iwl_print_last_event_logs - Dump the newest # of event log to syslog
1783 */
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001784static int iwl_print_last_event_logs(struct iwl_priv *priv, u32 capacity,
1785 u32 num_wraps, u32 next_entry,
1786 u32 size, u32 mode,
1787 int pos, char **buf, size_t bufsz)
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001788{
1789 /*
1790 * display the newest DEFAULT_LOG_ENTRIES entries
1791 * i.e the entries just before the next ont that uCode would fill.
1792 */
1793 if (num_wraps) {
1794 if (next_entry < size) {
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001795 pos = iwl_print_event_log(priv,
1796 capacity - (size - next_entry),
1797 size - next_entry, mode,
1798 pos, buf, bufsz);
1799 pos = iwl_print_event_log(priv, 0,
1800 next_entry, mode,
1801 pos, buf, bufsz);
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001802 } else
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001803 pos = iwl_print_event_log(priv, next_entry - size,
1804 size, mode, pos, buf, bufsz);
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001805 } else {
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001806 if (next_entry < size) {
1807 pos = iwl_print_event_log(priv, 0, next_entry,
1808 mode, pos, buf, bufsz);
1809 } else {
1810 pos = iwl_print_event_log(priv, next_entry - size,
1811 size, mode, pos, buf, bufsz);
1812 }
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001813 }
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001814 return pos;
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001815}
1816
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001817#define DEFAULT_DUMP_EVENT_LOG_ENTRIES (20)
1818
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001819int iwl_dump_nic_event_log(struct iwl_priv *priv, bool full_log,
1820 char **buf, bool display)
Reinette Chatreb7a79402009-09-25 14:24:23 -07001821{
1822 u32 base; /* SRAM byte address of event log header */
1823 u32 capacity; /* event log capacity in # entries */
1824 u32 mode; /* 0 - no timestamp, 1 - timestamp recorded */
1825 u32 num_wraps; /* # times uCode wrapped to top of log */
1826 u32 next_entry; /* index of next entry to be written by uCode */
1827 u32 size; /* # entries that we'll print */
Johannes Bergb2e640d2010-05-05 23:24:54 -07001828 u32 logsize;
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001829 int pos = 0;
1830 size_t bufsz = 0;
Reinette Chatreb7a79402009-09-25 14:24:23 -07001831
Johannes Bergd7d57832011-04-05 09:42:04 -07001832 base = priv->device_pointers.log_event_table;
Johannes Berg872907b2011-06-06 09:41:15 -07001833 if (priv->ucode_type == IWL_UCODE_INIT) {
Johannes Bergb2e640d2010-05-05 23:24:54 -07001834 logsize = priv->_agn.init_evtlog_size;
1835 if (!base)
1836 base = priv->_agn.init_evtlog_ptr;
1837 } else {
Johannes Bergb2e640d2010-05-05 23:24:54 -07001838 logsize = priv->_agn.inst_evtlog_size;
1839 if (!base)
1840 base = priv->_agn.inst_evtlog_ptr;
1841 }
Reinette Chatreb7a79402009-09-25 14:24:23 -07001842
1843 if (!priv->cfg->ops->lib->is_valid_rtc_data_addr(base)) {
Wey-Yi Guy212fb572009-12-02 12:53:00 -08001844 IWL_ERR(priv,
1845 "Invalid event log pointer 0x%08X for %s uCode\n",
Johannes Bergca7966c2011-04-22 10:15:23 -07001846 base,
Johannes Berg872907b2011-06-06 09:41:15 -07001847 (priv->ucode_type == IWL_UCODE_INIT)
Johannes Bergca7966c2011-04-22 10:15:23 -07001848 ? "Init" : "RT");
Wey-Yi Guy937c3972010-01-15 13:43:36 -08001849 return -EINVAL;
Reinette Chatreb7a79402009-09-25 14:24:23 -07001850 }
1851
1852 /* event log header */
1853 capacity = iwl_read_targ_mem(priv, base);
1854 mode = iwl_read_targ_mem(priv, base + (1 * sizeof(u32)));
1855 num_wraps = iwl_read_targ_mem(priv, base + (2 * sizeof(u32)));
1856 next_entry = iwl_read_targ_mem(priv, base + (3 * sizeof(u32)));
1857
Johannes Bergb2e640d2010-05-05 23:24:54 -07001858 if (capacity > logsize) {
Ben Cahill84c40692009-11-06 14:52:57 -08001859 IWL_ERR(priv, "Log capacity %d is bogus, limit to %d entries\n",
Johannes Bergb2e640d2010-05-05 23:24:54 -07001860 capacity, logsize);
1861 capacity = logsize;
Ben Cahill84c40692009-11-06 14:52:57 -08001862 }
1863
Johannes Bergb2e640d2010-05-05 23:24:54 -07001864 if (next_entry > logsize) {
Ben Cahill84c40692009-11-06 14:52:57 -08001865 IWL_ERR(priv, "Log write index %d is bogus, limit to %d\n",
Johannes Bergb2e640d2010-05-05 23:24:54 -07001866 next_entry, logsize);
1867 next_entry = logsize;
Ben Cahill84c40692009-11-06 14:52:57 -08001868 }
1869
Reinette Chatreb7a79402009-09-25 14:24:23 -07001870 size = num_wraps ? capacity : next_entry;
1871
1872 /* bail out if nothing in log */
1873 if (size == 0) {
1874 IWL_ERR(priv, "Start IWL Event Log Dump: nothing in log\n");
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001875 return pos;
Reinette Chatreb7a79402009-09-25 14:24:23 -07001876 }
1877
Wey-Yi Guy9f28ebc2010-11-26 13:24:19 -08001878 /* enable/disable bt channel inhibition */
Wey-Yi Guyf37837c2010-08-23 07:57:12 -07001879 priv->bt_ch_announce = iwlagn_bt_ch_announce;
1880
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001881#ifdef CONFIG_IWLWIFI_DEBUG
Wey-Yi Guy521d9bc2009-12-10 14:37:23 -08001882 if (!(iwl_get_debug_level(priv) & IWL_DL_FW_ERRORS) && !full_log)
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001883 size = (size > DEFAULT_DUMP_EVENT_LOG_ENTRIES)
1884 ? DEFAULT_DUMP_EVENT_LOG_ENTRIES : size;
1885#else
1886 size = (size > DEFAULT_DUMP_EVENT_LOG_ENTRIES)
1887 ? DEFAULT_DUMP_EVENT_LOG_ENTRIES : size;
Reinette Chatreb7a79402009-09-25 14:24:23 -07001888#endif
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001889 IWL_ERR(priv, "Start IWL Event Log Dump: display last %u entries\n",
1890 size);
1891
1892#ifdef CONFIG_IWLWIFI_DEBUG
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001893 if (display) {
1894 if (full_log)
1895 bufsz = capacity * 48;
1896 else
1897 bufsz = size * 48;
1898 *buf = kmalloc(bufsz, GFP_KERNEL);
1899 if (!*buf)
Wey-Yi Guy937c3972010-01-15 13:43:36 -08001900 return -ENOMEM;
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001901 }
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001902 if ((iwl_get_debug_level(priv) & IWL_DL_FW_ERRORS) || full_log) {
1903 /*
1904 * if uCode has wrapped back to top of log,
1905 * start at the oldest entry,
1906 * i.e the next one that uCode would fill.
1907 */
1908 if (num_wraps)
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001909 pos = iwl_print_event_log(priv, next_entry,
1910 capacity - next_entry, mode,
1911 pos, buf, bufsz);
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001912 /* (then/else) start at top of log */
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001913 pos = iwl_print_event_log(priv, 0,
1914 next_entry, mode, pos, buf, bufsz);
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001915 } else
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001916 pos = iwl_print_last_event_logs(priv, capacity, num_wraps,
1917 next_entry, size, mode,
1918 pos, buf, bufsz);
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001919#else
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001920 pos = iwl_print_last_event_logs(priv, capacity, num_wraps,
1921 next_entry, size, mode,
1922 pos, buf, bufsz);
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001923#endif
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001924 return pos;
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001925}
Reinette Chatreb7a79402009-09-25 14:24:23 -07001926
Wey-Yi Guy0975cc82010-07-31 08:34:07 -07001927static void iwl_rf_kill_ct_config(struct iwl_priv *priv)
1928{
1929 struct iwl_ct_kill_config cmd;
1930 struct iwl_ct_kill_throttling_config adv_cmd;
1931 unsigned long flags;
1932 int ret = 0;
1933
1934 spin_lock_irqsave(&priv->lock, flags);
1935 iwl_write32(priv, CSR_UCODE_DRV_GP1_CLR,
1936 CSR_UCODE_DRV_GP1_REG_BIT_CT_KILL_EXIT);
1937 spin_unlock_irqrestore(&priv->lock, flags);
1938 priv->thermal_throttle.ct_kill_toggle = false;
1939
Wey-Yi Guy7cb1b082010-10-06 08:10:00 -07001940 if (priv->cfg->base_params->support_ct_kill_exit) {
Wey-Yi Guy0975cc82010-07-31 08:34:07 -07001941 adv_cmd.critical_temperature_enter =
1942 cpu_to_le32(priv->hw_params.ct_kill_threshold);
1943 adv_cmd.critical_temperature_exit =
1944 cpu_to_le32(priv->hw_params.ct_kill_exit_threshold);
1945
1946 ret = iwl_send_cmd_pdu(priv, REPLY_CT_KILL_CONFIG_CMD,
1947 sizeof(adv_cmd), &adv_cmd);
1948 if (ret)
1949 IWL_ERR(priv, "REPLY_CT_KILL_CONFIG_CMD failed\n");
1950 else
1951 IWL_DEBUG_INFO(priv, "REPLY_CT_KILL_CONFIG_CMD "
1952 "succeeded, "
1953 "critical temperature enter is %d,"
1954 "exit is %d\n",
1955 priv->hw_params.ct_kill_threshold,
1956 priv->hw_params.ct_kill_exit_threshold);
1957 } else {
1958 cmd.critical_temperature_R =
1959 cpu_to_le32(priv->hw_params.ct_kill_threshold);
1960
1961 ret = iwl_send_cmd_pdu(priv, REPLY_CT_KILL_CONFIG_CMD,
1962 sizeof(cmd), &cmd);
1963 if (ret)
1964 IWL_ERR(priv, "REPLY_CT_KILL_CONFIG_CMD failed\n");
1965 else
1966 IWL_DEBUG_INFO(priv, "REPLY_CT_KILL_CONFIG_CMD "
1967 "succeeded, "
1968 "critical temperature is %d\n",
1969 priv->hw_params.ct_kill_threshold);
1970 }
1971}
1972
Shanyu Zhao6d6a1af2010-09-14 18:13:31 -07001973static int iwlagn_send_calib_cfg_rt(struct iwl_priv *priv, u32 cfg)
1974{
1975 struct iwl_calib_cfg_cmd calib_cfg_cmd;
1976 struct iwl_host_cmd cmd = {
1977 .id = CALIBRATION_CFG_CMD,
Johannes Berg3fa50732011-05-04 07:50:38 -07001978 .len = { sizeof(struct iwl_calib_cfg_cmd), },
1979 .data = { &calib_cfg_cmd, },
Shanyu Zhao6d6a1af2010-09-14 18:13:31 -07001980 };
1981
1982 memset(&calib_cfg_cmd, 0, sizeof(calib_cfg_cmd));
1983 calib_cfg_cmd.ucd_calib_cfg.once.is_enable = IWL_CALIB_INIT_CFG_ALL;
Wey-Yi Guy7cb1b082010-10-06 08:10:00 -07001984 calib_cfg_cmd.ucd_calib_cfg.once.start = cpu_to_le32(cfg);
Shanyu Zhao6d6a1af2010-09-14 18:13:31 -07001985
1986 return iwl_send_cmd(priv, &cmd);
1987}
1988
1989
Zhu Yib481de92007-09-25 17:54:57 -07001990/**
Tomas Winkler4a4a9e82008-05-29 16:34:54 +08001991 * iwl_alive_start - called after REPLY_ALIVE notification received
Zhu Yib481de92007-09-25 17:54:57 -07001992 * from protocol/runtime uCode (initialization uCode's
Tomas Winkler4a4a9e82008-05-29 16:34:54 +08001993 * Alive gets handled by iwl_init_alive_start()).
Zhu Yib481de92007-09-25 17:54:57 -07001994 */
Cindy H. Kao4613e722011-05-06 10:40:15 -07001995int iwl_alive_start(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07001996{
Tomas Winkler57aab752008-04-14 21:16:03 -07001997 int ret = 0;
Johannes Berg246ed352010-08-23 10:46:32 +02001998 struct iwl_rxon_context *ctx = &priv->contexts[IWL_RXON_CTX_BSS];
Zhu Yib481de92007-09-25 17:54:57 -07001999
Johannes Bergca7966c2011-04-22 10:15:23 -07002000 iwl_reset_ict(priv);
2001
Tomas Winklere1623442009-01-27 14:27:56 -08002002 IWL_DEBUG_INFO(priv, "Runtime Alive received.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002003
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07002004 /* After the ALIVE response, we can send host commands to the uCode */
Zhu Yib481de92007-09-25 17:54:57 -07002005 set_bit(STATUS_ALIVE, &priv->status);
2006
Stanislaw Gruszka22de94d2010-12-03 15:41:48 +01002007 /* Enable watchdog to monitor the driver tx queues */
2008 iwl_setup_watchdog(priv);
Wey-Yi Guyb74e31a2010-03-01 17:23:50 -08002009
Tomas Winklerfee12472008-04-03 16:05:21 -07002010 if (iwl_is_rfkill(priv))
Johannes Bergca7966c2011-04-22 10:15:23 -07002011 return -ERFKILL;
Zhu Yib481de92007-09-25 17:54:57 -07002012
Wey-Yi Guybc795df2010-10-11 14:24:05 -07002013 /* download priority table before any calibration request */
Wey-Yi Guy7cb1b082010-10-06 08:10:00 -07002014 if (priv->cfg->bt_params &&
2015 priv->cfg->bt_params->advanced_bt_coexist) {
Wey-Yi Guyf7322f82010-08-23 15:24:49 -07002016 /* Configure Bluetooth device coexistence support */
2017 priv->bt_valid = IWLAGN_BT_ALL_VALID_MSK;
2018 priv->kill_ack_mask = IWLAGN_BT_KILL_ACK_MASK_DEFAULT;
2019 priv->kill_cts_mask = IWLAGN_BT_KILL_CTS_MASK_DEFAULT;
Wey-Yi Guye55b5172011-06-28 11:46:28 -07002020 iwlagn_send_advance_bt_config(priv);
Wey-Yi Guyf7322f82010-08-23 15:24:49 -07002021 priv->bt_valid = IWLAGN_BT_VALID_ENABLE_FLAGS;
Wey-Yi Guya5901cb2010-09-23 09:56:51 -07002022 iwlagn_send_prio_tbl(priv);
Wey-Yi Guyf7322f82010-08-23 15:24:49 -07002023
2024 /* FIXME: w/a to force change uCode BT state machine */
Johannes Bergca7966c2011-04-22 10:15:23 -07002025 ret = iwlagn_send_bt_env(priv, IWL_BT_COEX_ENV_OPEN,
2026 BT_COEX_PRIO_TBL_EVT_INIT_CALIB2);
2027 if (ret)
2028 return ret;
2029 ret = iwlagn_send_bt_env(priv, IWL_BT_COEX_ENV_CLOSE,
2030 BT_COEX_PRIO_TBL_EVT_INIT_CALIB2);
2031 if (ret)
2032 return ret;
Wey-Yi Guye55b5172011-06-28 11:46:28 -07002033 } else {
2034 /*
2035 * default is 2-wire BT coexexistence support
2036 */
2037 iwl_send_bt_config(priv);
Wey-Yi Guyf7322f82010-08-23 15:24:49 -07002038 }
Wey-Yi Guye55b5172011-06-28 11:46:28 -07002039
Wey-Yi Guybc795df2010-10-11 14:24:05 -07002040 if (priv->hw_params.calib_rt_cfg)
2041 iwlagn_send_calib_cfg_rt(priv, priv->hw_params.calib_rt_cfg);
2042
Johannes Berg36d68252008-05-15 12:55:26 +02002043 ieee80211_wake_queues(priv->hw);
Zhu Yib481de92007-09-25 17:54:57 -07002044
Johannes Berg470ab2d2010-01-21 11:23:30 -08002045 priv->active_rate = IWL_RATES_MASK;
Zhu Yib481de92007-09-25 17:54:57 -07002046
Wey-Yi Guy2f748de2009-09-17 10:43:51 -07002047 /* Configure Tx antenna selection based on H/W config */
2048 if (priv->cfg->ops->hcmd->set_tx_ant)
2049 priv->cfg->ops->hcmd->set_tx_ant(priv, priv->cfg->valid_tx_ant);
2050
Johannes Berg246ed352010-08-23 10:46:32 +02002051 if (iwl_is_associated_ctx(ctx)) {
Gregory Greenmanc1adf9f2008-05-15 13:53:59 +08002052 struct iwl_rxon_cmd *active_rxon =
Johannes Berg246ed352010-08-23 10:46:32 +02002053 (struct iwl_rxon_cmd *)&ctx->active;
Mohamed Abbas019fb972009-03-17 21:59:18 -07002054 /* apply any changes in staging */
Johannes Berg246ed352010-08-23 10:46:32 +02002055 ctx->staging.filter_flags |= RXON_FILTER_ASSOC_MSK;
Zhu Yib481de92007-09-25 17:54:57 -07002056 active_rxon->filter_flags &= ~RXON_FILTER_ASSOC_MSK;
2057 } else {
Johannes Bergd0fe4782010-08-23 10:46:58 +02002058 struct iwl_rxon_context *tmp;
Zhu Yib481de92007-09-25 17:54:57 -07002059 /* Initialize our rx_config data */
Johannes Bergd0fe4782010-08-23 10:46:58 +02002060 for_each_context(priv, tmp)
2061 iwl_connection_init_rx_config(priv, tmp);
Abhijeet Kolekar45823532009-04-08 11:26:44 -07002062
2063 if (priv->cfg->ops->hcmd->set_rxon_chain)
Johannes Berg246ed352010-08-23 10:46:32 +02002064 priv->cfg->ops->hcmd->set_rxon_chain(priv, ctx);
Zhu Yib481de92007-09-25 17:54:57 -07002065 }
2066
Tomas Winkler4a4a9e82008-05-29 16:34:54 +08002067 iwl_reset_run_time_calib(priv);
2068
Wey-Yi Guy9e2e7422010-11-12 13:52:37 -08002069 set_bit(STATUS_READY, &priv->status);
2070
Zhu Yib481de92007-09-25 17:54:57 -07002071 /* Configure the adapter for unassociated operation */
Wey-Yi Guy805a3b82011-06-03 07:54:16 -07002072 ret = iwlagn_commit_rxon(priv, ctx);
Johannes Bergca7966c2011-04-22 10:15:23 -07002073 if (ret)
2074 return ret;
Zhu Yib481de92007-09-25 17:54:57 -07002075
2076 /* At this point, the NIC is initialized and operational */
Emmanuel Grumbach47f4a582008-06-12 09:47:13 +08002077 iwl_rf_kill_ct_config(priv);
Zhu Yi5a66926a2008-01-14 17:46:18 -08002078
Tomas Winklere1623442009-01-27 14:27:56 -08002079 IWL_DEBUG_INFO(priv, "ALIVE processing complete.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002080
Johannes Bergca7966c2011-04-22 10:15:23 -07002081 return iwl_power_update_mode(priv, true);
Zhu Yib481de92007-09-25 17:54:57 -07002082}
2083
Emmanuel Grumbach4e393172008-06-12 09:46:53 +08002084static void iwl_cancel_deferred_work(struct iwl_priv *priv);
Zhu Yib481de92007-09-25 17:54:57 -07002085
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07002086static void __iwl_down(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002087{
Dan Carpenter22dd2fd2011-03-15 10:03:24 +03002088 int exit_pending;
Zhu Yib481de92007-09-25 17:54:57 -07002089
Tomas Winklere1623442009-01-27 14:27:56 -08002090 IWL_DEBUG_INFO(priv, DRV_NAME " is going down\n");
Zhu Yib481de92007-09-25 17:54:57 -07002091
Stanislaw Gruszkad745d472010-09-13 14:46:35 +02002092 iwl_scan_cancel_timeout(priv, 200);
2093
2094 exit_pending = test_and_set_bit(STATUS_EXIT_PENDING, &priv->status);
Zhu Yib481de92007-09-25 17:54:57 -07002095
Stanislaw Gruszkab62177a2010-08-20 15:23:47 +02002096 /* Stop TX queues watchdog. We need to have STATUS_EXIT_PENDING bit set
2097 * to prevent rearm timer */
Stanislaw Gruszka22de94d2010-12-03 15:41:48 +01002098 del_timer_sync(&priv->watchdog);
Stanislaw Gruszkab62177a2010-08-20 15:23:47 +02002099
Johannes Bergdcef7322010-08-27 08:55:52 -07002100 iwl_clear_ucode_stations(priv, NULL);
Johannes Berga194e322010-08-27 08:53:46 -07002101 iwl_dealloc_bcast_stations(priv);
Johannes Bergdb125c72010-05-07 01:49:15 -07002102 iwl_clear_driver_stations(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002103
Johannes Berga1174132010-08-23 07:56:59 -07002104 /* reset BT coex data */
Wey-Yi Guyda5dbb92010-08-23 07:57:13 -07002105 priv->bt_status = 0;
Wey-Yi Guy7cb1b082010-10-06 08:10:00 -07002106 if (priv->cfg->bt_params)
2107 priv->bt_traffic_load =
2108 priv->cfg->bt_params->bt_init_traffic_load;
2109 else
2110 priv->bt_traffic_load = 0;
Wey-Yi Guybee008b2010-08-23 07:57:04 -07002111 priv->bt_full_concurrent = false;
2112 priv->bt_ci_compliance = 0;
Johannes Berga1174132010-08-23 07:56:59 -07002113
Zhu Yib481de92007-09-25 17:54:57 -07002114 /* Wipe out the EXIT_PENDING status bit if we are not actually
2115 * exiting the module */
2116 if (!exit_pending)
2117 clear_bit(STATUS_EXIT_PENDING, &priv->status);
2118
Zhu Yib481de92007-09-25 17:54:57 -07002119 if (priv->mac80211_registered)
2120 ieee80211_stop_queues(priv->hw);
2121
Johannes Berg1a10f432011-04-13 03:14:44 -07002122 /* Clear out all status bits but a few that are stable across reset */
Zhu Yib481de92007-09-25 17:54:57 -07002123 priv->status &= test_bit(STATUS_RF_KILL_HW, &priv->status) <<
2124 STATUS_RF_KILL_HW |
Reinette Chatre97888642008-02-06 11:20:38 -08002125 test_bit(STATUS_GEO_CONFIGURED, &priv->status) <<
2126 STATUS_GEO_CONFIGURED |
Zhu Yib481de92007-09-25 17:54:57 -07002127 test_bit(STATUS_FW_ERROR, &priv->status) <<
Mohamed Abbas052ec3f2008-06-30 17:23:15 +08002128 STATUS_FW_ERROR |
2129 test_bit(STATUS_EXIT_PENDING, &priv->status) <<
2130 STATUS_EXIT_PENDING;
Zhu Yib481de92007-09-25 17:54:57 -07002131
Johannes Bergbc4f8ad2011-04-13 03:14:45 -07002132 iwlagn_stop_device(priv);
Ben Cahill4d2ccdb2009-10-09 13:20:20 -07002133
Johannes Berg77834542010-10-04 05:50:36 -07002134 dev_kfree_skb(priv->beacon_skb);
Johannes Berg12e934d2010-10-04 05:50:06 -07002135 priv->beacon_skb = NULL;
Zhu Yib481de92007-09-25 17:54:57 -07002136}
2137
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07002138static void iwl_down(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002139{
2140 mutex_lock(&priv->mutex);
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07002141 __iwl_down(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002142 mutex_unlock(&priv->mutex);
Zhu Yib24d22b2007-12-19 13:59:52 +08002143
Emmanuel Grumbach4e393172008-06-12 09:46:53 +08002144 iwl_cancel_deferred_work(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002145}
2146
Mohamed Abbas086ed112009-05-22 11:01:54 -07002147#define HW_READY_TIMEOUT (50)
2148
Johannes Berg4cd2bf72011-04-13 03:14:52 -07002149/* Note: returns poll_bit return value, which is >= 0 if success */
Mohamed Abbas086ed112009-05-22 11:01:54 -07002150static int iwl_set_hw_ready(struct iwl_priv *priv)
2151{
Johannes Berg4cd2bf72011-04-13 03:14:52 -07002152 int ret;
Mohamed Abbas086ed112009-05-22 11:01:54 -07002153
2154 iwl_set_bit(priv, CSR_HW_IF_CONFIG_REG,
2155 CSR_HW_IF_CONFIG_REG_BIT_NIC_READY);
2156
2157 /* See if we got it */
2158 ret = iwl_poll_bit(priv, CSR_HW_IF_CONFIG_REG,
2159 CSR_HW_IF_CONFIG_REG_BIT_NIC_READY,
2160 CSR_HW_IF_CONFIG_REG_BIT_NIC_READY,
2161 HW_READY_TIMEOUT);
Mohamed Abbas086ed112009-05-22 11:01:54 -07002162
Johannes Berg4cd2bf72011-04-13 03:14:52 -07002163 IWL_DEBUG_INFO(priv, "hardware%s ready\n", ret < 0 ? " not" : "");
Mohamed Abbas086ed112009-05-22 11:01:54 -07002164 return ret;
2165}
2166
Johannes Berg4cd2bf72011-04-13 03:14:52 -07002167/* Note: returns standard 0/-ERROR code */
Johannes Berg3e14c1f2011-04-13 03:14:46 -07002168int iwl_prepare_card_hw(struct iwl_priv *priv)
Mohamed Abbas086ed112009-05-22 11:01:54 -07002169{
Johannes Berg4cd2bf72011-04-13 03:14:52 -07002170 int ret;
Mohamed Abbas086ed112009-05-22 11:01:54 -07002171
Frans Pop91dd6c22010-03-24 14:19:58 -07002172 IWL_DEBUG_INFO(priv, "iwl_prepare_card_hw enter\n");
Mohamed Abbas086ed112009-05-22 11:01:54 -07002173
Mohamed Abbas3354a0f2009-06-19 13:52:41 -07002174 ret = iwl_set_hw_ready(priv);
Johannes Berg4cd2bf72011-04-13 03:14:52 -07002175 if (ret >= 0)
2176 return 0;
Mohamed Abbas3354a0f2009-06-19 13:52:41 -07002177
2178 /* If HW is not ready, prepare the conditions to check again */
Mohamed Abbas086ed112009-05-22 11:01:54 -07002179 iwl_set_bit(priv, CSR_HW_IF_CONFIG_REG,
2180 CSR_HW_IF_CONFIG_REG_PREPARE);
2181
2182 ret = iwl_poll_bit(priv, CSR_HW_IF_CONFIG_REG,
2183 ~CSR_HW_IF_CONFIG_REG_BIT_NIC_PREPARE_DONE,
2184 CSR_HW_IF_CONFIG_REG_BIT_NIC_PREPARE_DONE, 150000);
2185
Johannes Berg4cd2bf72011-04-13 03:14:52 -07002186 if (ret < 0)
2187 return ret;
Mohamed Abbas086ed112009-05-22 11:01:54 -07002188
Johannes Berg4cd2bf72011-04-13 03:14:52 -07002189 /* HW should be ready by now, check again. */
2190 ret = iwl_set_hw_ready(priv);
2191 if (ret >= 0)
2192 return 0;
Mohamed Abbas086ed112009-05-22 11:01:54 -07002193 return ret;
2194}
2195
Zhu Yib481de92007-09-25 17:54:57 -07002196#define MAX_HW_RESTARTS 5
2197
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07002198static int __iwl_up(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002199{
Johannes Berga194e322010-08-27 08:53:46 -07002200 struct iwl_rxon_context *ctx;
Tomas Winkler57aab752008-04-14 21:16:03 -07002201 int ret;
Zhu Yib481de92007-09-25 17:54:57 -07002202
Johannes Bergca7966c2011-04-22 10:15:23 -07002203 lockdep_assert_held(&priv->mutex);
2204
Zhu Yib481de92007-09-25 17:54:57 -07002205 if (test_bit(STATUS_EXIT_PENDING, &priv->status)) {
Winkler, Tomas39aadf82008-12-19 10:37:32 +08002206 IWL_WARN(priv, "Exit pending; will not bring the NIC up\n");
Zhu Yib481de92007-09-25 17:54:57 -07002207 return -EIO;
2208 }
2209
Johannes Berga194e322010-08-27 08:53:46 -07002210 for_each_context(priv, ctx) {
Johannes Berga30e3112010-09-22 18:02:01 +02002211 ret = iwlagn_alloc_bcast_station(priv, ctx);
Johannes Berga194e322010-08-27 08:53:46 -07002212 if (ret) {
2213 iwl_dealloc_bcast_stations(priv);
2214 return ret;
2215 }
2216 }
Johannes Berg2c810cc2010-04-29 00:53:29 -07002217
Johannes Bergca7966c2011-04-22 10:15:23 -07002218 ret = iwlagn_run_init_ucode(priv);
2219 if (ret) {
2220 IWL_ERR(priv, "Failed to run INIT ucode: %d\n", ret);
2221 goto error;
Zhu Yib481de92007-09-25 17:54:57 -07002222 }
2223
Johannes Bergca7966c2011-04-22 10:15:23 -07002224 ret = iwlagn_load_ucode_wait_alive(priv,
Johannes Bergdbf28e212011-04-16 08:29:24 -07002225 &priv->ucode_rt,
Johannes Berg872907b2011-06-06 09:41:15 -07002226 IWL_UCODE_REGULAR);
Johannes Bergca7966c2011-04-22 10:15:23 -07002227 if (ret) {
2228 IWL_ERR(priv, "Failed to start RT ucode: %d\n", ret);
2229 goto error;
2230 }
2231
2232 ret = iwl_alive_start(priv);
2233 if (ret)
2234 goto error;
2235 return 0;
2236
2237 error:
Zhu Yib481de92007-09-25 17:54:57 -07002238 set_bit(STATUS_EXIT_PENDING, &priv->status);
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07002239 __iwl_down(priv);
Mohamed Abbas64e72c3e2008-06-12 09:47:03 +08002240 clear_bit(STATUS_EXIT_PENDING, &priv->status);
Zhu Yib481de92007-09-25 17:54:57 -07002241
Johannes Bergca7966c2011-04-22 10:15:23 -07002242 IWL_ERR(priv, "Unable to initialize device.\n");
2243 return ret;
Zhu Yib481de92007-09-25 17:54:57 -07002244}
2245
2246
2247/*****************************************************************************
2248 *
2249 * Workqueue callbacks
2250 *
2251 *****************************************************************************/
2252
Emmanuel Grumbach16e727e2008-06-12 09:46:52 +08002253static void iwl_bg_run_time_calib_work(struct work_struct *work)
2254{
2255 struct iwl_priv *priv = container_of(work, struct iwl_priv,
2256 run_time_calib_work);
2257
2258 mutex_lock(&priv->mutex);
2259
2260 if (test_bit(STATUS_EXIT_PENDING, &priv->status) ||
2261 test_bit(STATUS_SCANNING, &priv->status)) {
2262 mutex_unlock(&priv->mutex);
2263 return;
2264 }
2265
2266 if (priv->start_calib) {
Johannes Berg0da0e5b2011-04-08 08:14:56 -07002267 iwl_chain_noise_calibration(priv);
2268 iwl_sensitivity_calibration(priv);
Emmanuel Grumbach16e727e2008-06-12 09:46:52 +08002269 }
2270
2271 mutex_unlock(&priv->mutex);
Emmanuel Grumbach16e727e2008-06-12 09:46:52 +08002272}
2273
Johannes Berge43e85c2011-04-19 07:45:16 -07002274static void iwlagn_prepare_restart(struct iwl_priv *priv)
2275{
2276 struct iwl_rxon_context *ctx;
2277 bool bt_full_concurrent;
2278 u8 bt_ci_compliance;
2279 u8 bt_load;
2280 u8 bt_status;
2281
2282 lockdep_assert_held(&priv->mutex);
2283
2284 for_each_context(priv, ctx)
2285 ctx->vif = NULL;
2286 priv->is_open = 0;
2287
2288 /*
2289 * __iwl_down() will clear the BT status variables,
2290 * which is correct, but when we restart we really
2291 * want to keep them so restore them afterwards.
2292 *
2293 * The restart process will later pick them up and
2294 * re-configure the hw when we reconfigure the BT
2295 * command.
2296 */
2297 bt_full_concurrent = priv->bt_full_concurrent;
2298 bt_ci_compliance = priv->bt_ci_compliance;
2299 bt_load = priv->bt_traffic_load;
2300 bt_status = priv->bt_status;
2301
2302 __iwl_down(priv);
2303
2304 priv->bt_full_concurrent = bt_full_concurrent;
2305 priv->bt_ci_compliance = bt_ci_compliance;
2306 priv->bt_traffic_load = bt_load;
2307 priv->bt_status = bt_status;
2308}
2309
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07002310static void iwl_bg_restart(struct work_struct *data)
Zhu Yib481de92007-09-25 17:54:57 -07002311{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07002312 struct iwl_priv *priv = container_of(data, struct iwl_priv, restart);
Zhu Yib481de92007-09-25 17:54:57 -07002313
2314 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
2315 return;
2316
Johannes Berg19cc1082009-05-08 13:44:36 -07002317 if (test_and_clear_bit(STATUS_FW_ERROR, &priv->status)) {
2318 mutex_lock(&priv->mutex);
Johannes Berge43e85c2011-04-19 07:45:16 -07002319 iwlagn_prepare_restart(priv);
Johannes Berg19cc1082009-05-08 13:44:36 -07002320 mutex_unlock(&priv->mutex);
Johannes Berga1174132010-08-23 07:56:59 -07002321 iwl_cancel_deferred_work(priv);
Johannes Berg19cc1082009-05-08 13:44:36 -07002322 ieee80211_restart_hw(priv->hw);
2323 } else {
Johannes Bergca7966c2011-04-22 10:15:23 -07002324 WARN_ON(1);
Johannes Berg19cc1082009-05-08 13:44:36 -07002325 }
Zhu Yib481de92007-09-25 17:54:57 -07002326}
2327
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07002328static void iwl_bg_rx_replenish(struct work_struct *data)
Zhu Yib481de92007-09-25 17:54:57 -07002329{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07002330 struct iwl_priv *priv =
2331 container_of(data, struct iwl_priv, rx_replenish);
Zhu Yib481de92007-09-25 17:54:57 -07002332
2333 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
2334 return;
2335
2336 mutex_lock(&priv->mutex);
Wey-Yi Guy54b81552010-03-17 13:34:35 -07002337 iwlagn_rx_replenish(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002338 mutex_unlock(&priv->mutex);
2339}
2340
Johannes Berg266af4c72011-03-10 20:13:26 -08002341static int iwl_mac_offchannel_tx(struct ieee80211_hw *hw, struct sk_buff *skb,
2342 struct ieee80211_channel *chan,
2343 enum nl80211_channel_type channel_type,
2344 unsigned int wait)
2345{
2346 struct iwl_priv *priv = hw->priv;
2347 int ret;
2348
2349 /* Not supported if we don't have PAN */
2350 if (!(priv->valid_contexts & BIT(IWL_RXON_CTX_PAN))) {
2351 ret = -EOPNOTSUPP;
2352 goto free;
2353 }
2354
2355 /* Not supported on pre-P2P firmware */
2356 if (!(priv->contexts[IWL_RXON_CTX_PAN].interface_modes &
2357 BIT(NL80211_IFTYPE_P2P_CLIENT))) {
2358 ret = -EOPNOTSUPP;
2359 goto free;
2360 }
2361
2362 mutex_lock(&priv->mutex);
2363
2364 if (!priv->contexts[IWL_RXON_CTX_PAN].is_active) {
2365 /*
2366 * If the PAN context is free, use the normal
2367 * way of doing remain-on-channel offload + TX.
2368 */
2369 ret = 1;
2370 goto out;
2371 }
2372
2373 /* TODO: queue up if scanning? */
2374 if (test_bit(STATUS_SCANNING, &priv->status) ||
2375 priv->_agn.offchan_tx_skb) {
2376 ret = -EBUSY;
2377 goto out;
2378 }
2379
2380 /*
2381 * max_scan_ie_len doesn't include the blank SSID or the header,
2382 * so need to add that again here.
2383 */
2384 if (skb->len > hw->wiphy->max_scan_ie_len + 24 + 2) {
2385 ret = -ENOBUFS;
2386 goto out;
2387 }
2388
2389 priv->_agn.offchan_tx_skb = skb;
2390 priv->_agn.offchan_tx_timeout = wait;
2391 priv->_agn.offchan_tx_chan = chan;
2392
2393 ret = iwl_scan_initiate(priv, priv->contexts[IWL_RXON_CTX_PAN].vif,
2394 IWL_SCAN_OFFCH_TX, chan->band);
2395 if (ret)
2396 priv->_agn.offchan_tx_skb = NULL;
2397 out:
2398 mutex_unlock(&priv->mutex);
2399 free:
2400 if (ret < 0)
2401 kfree_skb(skb);
2402
2403 return ret;
2404}
2405
2406static int iwl_mac_offchannel_tx_cancel_wait(struct ieee80211_hw *hw)
2407{
2408 struct iwl_priv *priv = hw->priv;
2409 int ret;
2410
2411 mutex_lock(&priv->mutex);
2412
Dan Carpenterf8a22a22011-03-15 10:01:58 +03002413 if (!priv->_agn.offchan_tx_skb) {
2414 ret = -EINVAL;
2415 goto unlock;
2416 }
Johannes Berg266af4c72011-03-10 20:13:26 -08002417
2418 priv->_agn.offchan_tx_skb = NULL;
2419
2420 ret = iwl_scan_cancel_timeout(priv, 200);
2421 if (ret)
2422 ret = -EIO;
Dan Carpenterf8a22a22011-03-15 10:01:58 +03002423unlock:
Johannes Berg266af4c72011-03-10 20:13:26 -08002424 mutex_unlock(&priv->mutex);
2425
2426 return ret;
2427}
2428
Zhu Yib481de92007-09-25 17:54:57 -07002429/*****************************************************************************
2430 *
2431 * mac80211 entry point functions
2432 *
2433 *****************************************************************************/
2434
Johannes Berg0fd09502011-05-27 08:40:30 -07002435static const struct ieee80211_iface_limit iwlagn_sta_ap_limits[] = {
2436 {
2437 .max = 1,
2438 .types = BIT(NL80211_IFTYPE_STATION),
2439 },
2440 {
2441 .max = 1,
2442 .types = BIT(NL80211_IFTYPE_AP),
2443 },
2444};
2445
2446static const struct ieee80211_iface_limit iwlagn_2sta_limits[] = {
2447 {
2448 .max = 2,
2449 .types = BIT(NL80211_IFTYPE_STATION),
2450 },
2451};
2452
2453static const struct ieee80211_iface_limit iwlagn_p2p_sta_go_limits[] = {
2454 {
2455 .max = 1,
2456 .types = BIT(NL80211_IFTYPE_STATION),
2457 },
2458 {
2459 .max = 1,
2460 .types = BIT(NL80211_IFTYPE_P2P_GO) |
2461 BIT(NL80211_IFTYPE_AP),
2462 },
2463};
2464
2465static const struct ieee80211_iface_limit iwlagn_p2p_2sta_limits[] = {
2466 {
2467 .max = 2,
2468 .types = BIT(NL80211_IFTYPE_STATION),
2469 },
2470 {
2471 .max = 1,
2472 .types = BIT(NL80211_IFTYPE_P2P_CLIENT),
2473 },
2474};
2475
2476static const struct ieee80211_iface_combination
2477iwlagn_iface_combinations_dualmode[] = {
2478 { .num_different_channels = 1,
2479 .max_interfaces = 2,
2480 .beacon_int_infra_match = true,
2481 .limits = iwlagn_sta_ap_limits,
2482 .n_limits = ARRAY_SIZE(iwlagn_sta_ap_limits),
2483 },
2484 { .num_different_channels = 1,
2485 .max_interfaces = 2,
2486 .limits = iwlagn_2sta_limits,
2487 .n_limits = ARRAY_SIZE(iwlagn_2sta_limits),
2488 },
2489};
2490
2491static const struct ieee80211_iface_combination
2492iwlagn_iface_combinations_p2p[] = {
2493 { .num_different_channels = 1,
2494 .max_interfaces = 2,
2495 .beacon_int_infra_match = true,
2496 .limits = iwlagn_p2p_sta_go_limits,
2497 .n_limits = ARRAY_SIZE(iwlagn_p2p_sta_go_limits),
2498 },
2499 { .num_different_channels = 1,
2500 .max_interfaces = 2,
2501 .limits = iwlagn_p2p_2sta_limits,
2502 .n_limits = ARRAY_SIZE(iwlagn_p2p_2sta_limits),
2503 },
2504};
2505
Reinette Chatref0b6e2e2009-10-16 14:25:53 -07002506/*
2507 * Not a mac80211 entry point function, but it fits in with all the
2508 * other mac80211 functions grouped here.
2509 */
Johannes Bergdd7a2502010-04-28 23:33:10 -07002510static int iwl_mac_setup_register(struct iwl_priv *priv,
2511 struct iwlagn_ucode_capabilities *capa)
Reinette Chatref0b6e2e2009-10-16 14:25:53 -07002512{
2513 int ret;
2514 struct ieee80211_hw *hw = priv->hw;
Johannes Bergd0fe4782010-08-23 10:46:58 +02002515 struct iwl_rxon_context *ctx;
2516
Reinette Chatref0b6e2e2009-10-16 14:25:53 -07002517 hw->rate_control_algorithm = "iwl-agn-rs";
2518
2519 /* Tell mac80211 our characteristics */
2520 hw->flags = IEEE80211_HW_SIGNAL_DBM |
Reinette Chatref0b6e2e2009-10-16 14:25:53 -07002521 IEEE80211_HW_AMPDU_AGGREGATION |
Johannes Berg2491fa42010-08-23 10:46:52 +02002522 IEEE80211_HW_NEED_DTIM_PERIOD |
Johannes Berg6fb55112010-11-16 11:55:02 -08002523 IEEE80211_HW_SPECTRUM_MGMT |
2524 IEEE80211_HW_REPORTS_TX_ACK_STATUS;
Reinette Chatref0b6e2e2009-10-16 14:25:53 -07002525
Johannes Berg9b768832011-01-19 02:54:18 -08002526 hw->max_tx_aggregation_subframes = LINK_QUAL_AGG_FRAME_LIMIT_DEF;
2527
Wey-Yi Guy23c0fcc2011-04-01 16:29:53 -07002528 hw->flags |= IEEE80211_HW_SUPPORTS_PS |
2529 IEEE80211_HW_SUPPORTS_DYNAMIC_PS;
Reinette Chatref0b6e2e2009-10-16 14:25:53 -07002530
Wey-Yi Guy88950752011-06-06 12:05:46 -07002531 if (priv->cfg->sku & EEPROM_SKU_CAP_11N_ENABLE)
Johannes Bergba37a3d2009-12-10 14:37:27 -08002532 hw->flags |= IEEE80211_HW_SUPPORTS_DYNAMIC_SMPS |
2533 IEEE80211_HW_SUPPORTS_STATIC_SMPS;
2534
Johannes Berg3997ff32011-04-05 09:42:02 -07002535 if (capa->flags & IWL_UCODE_TLV_FLAGS_MFP)
2536 hw->flags |= IEEE80211_HW_MFP_CAPABLE;
2537
Reinette Chatre8d9698b2009-10-16 14:25:55 -07002538 hw->sta_data_size = sizeof(struct iwl_station_priv);
Johannes Bergfd1af152010-04-30 11:30:43 -07002539 hw->vif_data_size = sizeof(struct iwl_vif_priv);
2540
Johannes Bergd0fe4782010-08-23 10:46:58 +02002541 for_each_context(priv, ctx) {
2542 hw->wiphy->interface_modes |= ctx->interface_modes;
2543 hw->wiphy->interface_modes |= ctx->exclusive_interface_modes;
2544 }
Reinette Chatref0b6e2e2009-10-16 14:25:53 -07002545
Johannes Berg0fd09502011-05-27 08:40:30 -07002546 BUILD_BUG_ON(NUM_IWL_RXON_CTX != 2);
2547
Johannes Bergf35490f2011-06-02 19:38:43 +02002548 if (hw->wiphy->interface_modes & BIT(NL80211_IFTYPE_P2P_CLIENT)) {
Johannes Berg0fd09502011-05-27 08:40:30 -07002549 hw->wiphy->iface_combinations = iwlagn_iface_combinations_p2p;
2550 hw->wiphy->n_iface_combinations =
2551 ARRAY_SIZE(iwlagn_iface_combinations_p2p);
Johannes Bergf35490f2011-06-02 19:38:43 +02002552 } else if (hw->wiphy->interface_modes & BIT(NL80211_IFTYPE_AP)) {
Johannes Berg0fd09502011-05-27 08:40:30 -07002553 hw->wiphy->iface_combinations = iwlagn_iface_combinations_dualmode;
2554 hw->wiphy->n_iface_combinations =
2555 ARRAY_SIZE(iwlagn_iface_combinations_dualmode);
2556 }
2557
Johannes Berg9b9190d2011-01-06 08:07:10 -08002558 hw->wiphy->max_remain_on_channel_duration = 1000;
2559
Reinette Chatref6c8f152010-03-12 11:13:26 -08002560 hw->wiphy->flags |= WIPHY_FLAG_CUSTOM_REGULATORY |
Johannes Berg274102a2011-01-18 04:44:03 -08002561 WIPHY_FLAG_DISABLE_BEACON_HINTS |
2562 WIPHY_FLAG_IBSS_RSN;
Reinette Chatref0b6e2e2009-10-16 14:25:53 -07002563
Wey-Yi Guy0172b022011-06-11 10:00:05 -07002564 if (iwlagn_mod_params.power_save)
2565 hw->wiphy->flags |= WIPHY_FLAG_PS_ON_BY_DEFAULT;
2566 else
2567 hw->wiphy->flags &= ~WIPHY_FLAG_PS_ON_BY_DEFAULT;
Reinette Chatref0b6e2e2009-10-16 14:25:53 -07002568
Reinette Chatre1382c712010-02-25 10:02:19 -08002569 hw->wiphy->max_scan_ssids = PROBE_OPTION_MAX;
Reinette Chatref0b6e2e2009-10-16 14:25:53 -07002570 /* we create the 802.11 header and a zero-length SSID element */
Johannes Bergdd7a2502010-04-28 23:33:10 -07002571 hw->wiphy->max_scan_ie_len = capa->max_probe_length - 24 - 2;
Reinette Chatref0b6e2e2009-10-16 14:25:53 -07002572
2573 /* Default value; 4 EDCA QOS priorities */
2574 hw->queues = 4;
2575
2576 hw->max_listen_interval = IWL_CONN_MAX_LISTEN_INTERVAL;
2577
2578 if (priv->bands[IEEE80211_BAND_2GHZ].n_channels)
2579 priv->hw->wiphy->bands[IEEE80211_BAND_2GHZ] =
2580 &priv->bands[IEEE80211_BAND_2GHZ];
2581 if (priv->bands[IEEE80211_BAND_5GHZ].n_channels)
2582 priv->hw->wiphy->bands[IEEE80211_BAND_5GHZ] =
2583 &priv->bands[IEEE80211_BAND_5GHZ];
2584
Wey-Yi Guy5ed540a2011-01-21 15:26:39 -08002585 iwl_leds_init(priv);
2586
Reinette Chatref0b6e2e2009-10-16 14:25:53 -07002587 ret = ieee80211_register_hw(priv->hw);
2588 if (ret) {
2589 IWL_ERR(priv, "Failed to register hw (error %d)\n", ret);
2590 return ret;
2591 }
2592 priv->mac80211_registered = 1;
2593
2594 return 0;
2595}
2596
2597
Johannes Berg2dedbf52011-04-05 09:41:50 -07002598static int iwlagn_mac_start(struct ieee80211_hw *hw)
Zhu Yib481de92007-09-25 17:54:57 -07002599{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07002600 struct iwl_priv *priv = hw->priv;
Zhu Yi5a66926a2008-01-14 17:46:18 -08002601 int ret;
Zhu Yib481de92007-09-25 17:54:57 -07002602
Tomas Winklere1623442009-01-27 14:27:56 -08002603 IWL_DEBUG_MAC80211(priv, "enter\n");
Zhu Yib481de92007-09-25 17:54:57 -07002604
2605 /* we should be verifying the device is ready to be opened */
2606 mutex_lock(&priv->mutex);
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07002607 ret = __iwl_up(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002608 mutex_unlock(&priv->mutex);
Zhu Yie655b9f2008-01-24 02:19:38 -08002609 if (ret)
Helmut Schaa6cd0b1c2009-01-19 13:10:07 +01002610 return ret;
Zhu Yie655b9f2008-01-24 02:19:38 -08002611
Tomas Winklere1623442009-01-27 14:27:56 -08002612 IWL_DEBUG_INFO(priv, "Start UP work done.\n");
Zhu Yie655b9f2008-01-24 02:19:38 -08002613
Johannes Bergca7966c2011-04-22 10:15:23 -07002614 /* Now we should be done, and the READY bit should be set. */
2615 if (WARN_ON(!test_bit(STATUS_READY, &priv->status)))
2616 ret = -EIO;
Tomas Winkler0a078ff2008-06-30 17:23:26 +08002617
Wey-Yi Guy5ed540a2011-01-21 15:26:39 -08002618 iwlagn_led_enable(priv);
Johannes Berge932a602009-10-02 13:44:03 -07002619
Tomas Winkler0a078ff2008-06-30 17:23:26 +08002620 priv->is_open = 1;
Tomas Winklere1623442009-01-27 14:27:56 -08002621 IWL_DEBUG_MAC80211(priv, "leave\n");
Zhu Yib481de92007-09-25 17:54:57 -07002622 return 0;
2623}
2624
Johannes Berg2dedbf52011-04-05 09:41:50 -07002625static void iwlagn_mac_stop(struct ieee80211_hw *hw)
Zhu Yib481de92007-09-25 17:54:57 -07002626{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07002627 struct iwl_priv *priv = hw->priv;
Zhu Yib481de92007-09-25 17:54:57 -07002628
Tomas Winklere1623442009-01-27 14:27:56 -08002629 IWL_DEBUG_MAC80211(priv, "enter\n");
Mohamed Abbas948c1712007-10-25 17:15:45 +08002630
Johannes Berg19cc1082009-05-08 13:44:36 -07002631 if (!priv->is_open)
Zhu Yie655b9f2008-01-24 02:19:38 -08002632 return;
Zhu Yie655b9f2008-01-24 02:19:38 -08002633
Zhu Yib481de92007-09-25 17:54:57 -07002634 priv->is_open = 0;
Zhu Yi5a66926a2008-01-14 17:46:18 -08002635
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07002636 iwl_down(priv);
Zhu Yi5a66926a2008-01-14 17:46:18 -08002637
2638 flush_workqueue(priv->workqueue);
Helmut Schaa6cd0b1c2009-01-19 13:10:07 +01002639
Stanislaw Gruszka554d1d02010-12-23 12:38:21 +01002640 /* User space software may expect getting rfkill changes
2641 * even if interface is down */
Helmut Schaa6cd0b1c2009-01-19 13:10:07 +01002642 iwl_write32(priv, CSR_INT, 0xFFFFFFFF);
Stanislaw Gruszka554d1d02010-12-23 12:38:21 +01002643 iwl_enable_rfkill_int(priv);
Mohamed Abbas948c1712007-10-25 17:15:45 +08002644
Tomas Winklere1623442009-01-27 14:27:56 -08002645 IWL_DEBUG_MAC80211(priv, "leave\n");
Zhu Yib481de92007-09-25 17:54:57 -07002646}
2647
Johannes Berg2dedbf52011-04-05 09:41:50 -07002648static void iwlagn_mac_tx(struct ieee80211_hw *hw, struct sk_buff *skb)
Zhu Yib481de92007-09-25 17:54:57 -07002649{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07002650 struct iwl_priv *priv = hw->priv;
Zhu Yib481de92007-09-25 17:54:57 -07002651
Tomas Winklere1623442009-01-27 14:27:56 -08002652 IWL_DEBUG_MACDUMP(priv, "enter\n");
Zhu Yib481de92007-09-25 17:54:57 -07002653
Tomas Winklere1623442009-01-27 14:27:56 -08002654 IWL_DEBUG_TX(priv, "dev->xmit(%d bytes) at rate 0x%02x\n", skb->len,
Johannes Berge039fa42008-05-15 12:55:29 +02002655 ieee80211_get_tx_rate(hw, IEEE80211_SKB_CB(skb))->bitrate);
Zhu Yib481de92007-09-25 17:54:57 -07002656
Wey-Yi Guy74bcdb32010-03-17 13:34:34 -07002657 if (iwlagn_tx_skb(priv, skb))
Zhu Yib481de92007-09-25 17:54:57 -07002658 dev_kfree_skb_any(skb);
2659
Tomas Winklere1623442009-01-27 14:27:56 -08002660 IWL_DEBUG_MACDUMP(priv, "leave\n");
Zhu Yib481de92007-09-25 17:54:57 -07002661}
2662
Johannes Berg2dedbf52011-04-05 09:41:50 -07002663static void iwlagn_mac_update_tkip_key(struct ieee80211_hw *hw,
2664 struct ieee80211_vif *vif,
2665 struct ieee80211_key_conf *keyconf,
2666 struct ieee80211_sta *sta,
2667 u32 iv32, u16 *phase1key)
Zhu Yib481de92007-09-25 17:54:57 -07002668{
Tomas Winkler9f586712008-11-12 13:14:05 -08002669 struct iwl_priv *priv = hw->priv;
Johannes Berga194e322010-08-27 08:53:46 -07002670 struct iwl_vif_priv *vif_priv = (void *)vif->drv_priv;
2671
Tomas Winklere1623442009-01-27 14:27:56 -08002672 IWL_DEBUG_MAC80211(priv, "enter\n");
Emmanuel Grumbachab885f82008-03-20 15:06:43 +02002673
Johannes Berga194e322010-08-27 08:53:46 -07002674 iwl_update_tkip_key(priv, vif_priv->ctx, keyconf, sta,
Johannes Bergb3fbdcf2010-01-21 11:40:47 +01002675 iv32, phase1key);
Emmanuel Grumbachab885f82008-03-20 15:06:43 +02002676
Tomas Winklere1623442009-01-27 14:27:56 -08002677 IWL_DEBUG_MAC80211(priv, "leave\n");
Emmanuel Grumbachab885f82008-03-20 15:06:43 +02002678}
2679
Johannes Berg2dedbf52011-04-05 09:41:50 -07002680static int iwlagn_mac_set_key(struct ieee80211_hw *hw, enum set_key_cmd cmd,
2681 struct ieee80211_vif *vif,
2682 struct ieee80211_sta *sta,
2683 struct ieee80211_key_conf *key)
Zhu Yib481de92007-09-25 17:54:57 -07002684{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07002685 struct iwl_priv *priv = hw->priv;
Johannes Berga194e322010-08-27 08:53:46 -07002686 struct iwl_vif_priv *vif_priv = (void *)vif->drv_priv;
Johannes Bergc10afb62010-08-23 10:46:43 +02002687 struct iwl_rxon_context *ctx = vif_priv->ctx;
Winkler, Tomas42986792009-01-19 15:30:22 -08002688 int ret;
2689 u8 sta_id;
2690 bool is_default_wep_key = false;
Zhu Yib481de92007-09-25 17:54:57 -07002691
Tomas Winklere1623442009-01-27 14:27:56 -08002692 IWL_DEBUG_MAC80211(priv, "enter\n");
Zhu Yib481de92007-09-25 17:54:57 -07002693
Don Fry9d143e92011-04-20 15:23:57 -07002694 if (iwlagn_mod_params.sw_crypto) {
Tomas Winklere1623442009-01-27 14:27:56 -08002695 IWL_DEBUG_MAC80211(priv, "leave - hwcrypto disabled\n");
Zhu Yib481de92007-09-25 17:54:57 -07002696 return -EOPNOTSUPP;
2697 }
Zhu Yib481de92007-09-25 17:54:57 -07002698
Johannes Berg274102a2011-01-18 04:44:03 -08002699 /*
2700 * To support IBSS RSN, don't program group keys in IBSS, the
2701 * hardware will then not attempt to decrypt the frames.
2702 */
2703 if (vif->type == NL80211_IFTYPE_ADHOC &&
2704 !(key->flags & IEEE80211_KEY_FLAG_PAIRWISE))
2705 return -EOPNOTSUPP;
2706
Johannes Berga194e322010-08-27 08:53:46 -07002707 sta_id = iwl_sta_id_or_broadcast(priv, vif_priv->ctx, sta);
Johannes Berg0af8bca2010-04-30 14:08:00 -07002708 if (sta_id == IWL_INVALID_STATION)
2709 return -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07002710
Emmanuel Grumbach6974e362008-04-14 21:16:06 -07002711 mutex_lock(&priv->mutex);
Tomas Winkler2a421b92008-06-12 09:47:10 +08002712 iwl_scan_cancel_timeout(priv, 100);
Emmanuel Grumbach6974e362008-04-14 21:16:06 -07002713
Johannes Berga90178fa2010-03-30 02:44:16 -07002714 /*
2715 * If we are getting WEP group key and we didn't receive any key mapping
Emmanuel Grumbach6974e362008-04-14 21:16:06 -07002716 * so far, we are in legacy wep mode (group key only), otherwise we are
2717 * in 1X mode.
Johannes Berga90178fa2010-03-30 02:44:16 -07002718 * In legacy wep mode, we use another host command to the uCode.
2719 */
Johannes Berg97359d12010-08-10 09:46:38 +02002720 if ((key->cipher == WLAN_CIPHER_SUITE_WEP40 ||
2721 key->cipher == WLAN_CIPHER_SUITE_WEP104) &&
Johannes Berg54c80672010-08-18 09:35:21 -07002722 !sta) {
Emmanuel Grumbach6974e362008-04-14 21:16:06 -07002723 if (cmd == SET_KEY)
Johannes Bergc10afb62010-08-23 10:46:43 +02002724 is_default_wep_key = !ctx->key_mapping_keys;
Emmanuel Grumbach6974e362008-04-14 21:16:06 -07002725 else
Emmanuel Grumbachccc038a2008-05-15 13:54:09 +08002726 is_default_wep_key =
2727 (key->hw_key_idx == HW_KEY_DEFAULT);
Emmanuel Grumbach6974e362008-04-14 21:16:06 -07002728 }
mabbas052c4b92007-10-25 17:15:43 +08002729
Zhu Yib481de92007-09-25 17:54:57 -07002730 switch (cmd) {
Emmanuel Grumbachdeb09c42008-03-19 16:41:41 -07002731 case SET_KEY:
Emmanuel Grumbach6974e362008-04-14 21:16:06 -07002732 if (is_default_wep_key)
Johannes Berg2995baf2010-08-23 10:46:42 +02002733 ret = iwl_set_default_wep_key(priv, vif_priv->ctx, key);
Emmanuel Grumbachdeb09c42008-03-19 16:41:41 -07002734 else
Johannes Berga194e322010-08-27 08:53:46 -07002735 ret = iwl_set_dynamic_key(priv, vif_priv->ctx,
2736 key, sta_id);
Emmanuel Grumbachdeb09c42008-03-19 16:41:41 -07002737
Tomas Winklere1623442009-01-27 14:27:56 -08002738 IWL_DEBUG_MAC80211(priv, "enable hwcrypto key\n");
Zhu Yib481de92007-09-25 17:54:57 -07002739 break;
2740 case DISABLE_KEY:
Emmanuel Grumbach6974e362008-04-14 21:16:06 -07002741 if (is_default_wep_key)
Johannes Bergc10afb62010-08-23 10:46:43 +02002742 ret = iwl_remove_default_wep_key(priv, ctx, key);
Emmanuel Grumbachdeb09c42008-03-19 16:41:41 -07002743 else
Johannes Bergc10afb62010-08-23 10:46:43 +02002744 ret = iwl_remove_dynamic_key(priv, ctx, key, sta_id);
Emmanuel Grumbachdeb09c42008-03-19 16:41:41 -07002745
Tomas Winklere1623442009-01-27 14:27:56 -08002746 IWL_DEBUG_MAC80211(priv, "disable hwcrypto key\n");
Zhu Yib481de92007-09-25 17:54:57 -07002747 break;
2748 default:
Emmanuel Grumbachdeb09c42008-03-19 16:41:41 -07002749 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07002750 }
2751
Johannes Berg72e15d72010-02-19 11:42:32 -08002752 mutex_unlock(&priv->mutex);
Tomas Winklere1623442009-01-27 14:27:56 -08002753 IWL_DEBUG_MAC80211(priv, "leave\n");
Zhu Yib481de92007-09-25 17:54:57 -07002754
Emmanuel Grumbachdeb09c42008-03-19 16:41:41 -07002755 return ret;
Zhu Yib481de92007-09-25 17:54:57 -07002756}
2757
Johannes Berg2dedbf52011-04-05 09:41:50 -07002758static int iwlagn_mac_ampdu_action(struct ieee80211_hw *hw,
2759 struct ieee80211_vif *vif,
2760 enum ieee80211_ampdu_mlme_action action,
2761 struct ieee80211_sta *sta, u16 tid, u16 *ssn,
2762 u8 buf_size)
Tomas Winklerd783b062008-07-18 13:53:02 +08002763{
2764 struct iwl_priv *priv = hw->priv;
Johannes Berg4620fef2010-06-16 03:30:27 -07002765 int ret = -EINVAL;
Johannes Berg7b090682011-01-19 02:53:54 -08002766 struct iwl_station_priv *sta_priv = (void *) sta->drv_priv;
Tomas Winklerd783b062008-07-18 13:53:02 +08002767
Tomas Winklere1623442009-01-27 14:27:56 -08002768 IWL_DEBUG_HT(priv, "A-MPDU action on addr %pM tid %d\n",
Johannes Berge1749612008-10-27 15:59:26 -07002769 sta->addr, tid);
Tomas Winklerd783b062008-07-18 13:53:02 +08002770
Wey-Yi Guy88950752011-06-06 12:05:46 -07002771 if (!(priv->cfg->sku & EEPROM_SKU_CAP_11N_ENABLE))
Tomas Winklerd783b062008-07-18 13:53:02 +08002772 return -EACCES;
2773
Johannes Berg4620fef2010-06-16 03:30:27 -07002774 mutex_lock(&priv->mutex);
2775
Tomas Winklerd783b062008-07-18 13:53:02 +08002776 switch (action) {
2777 case IEEE80211_AMPDU_RX_START:
Tomas Winklere1623442009-01-27 14:27:56 -08002778 IWL_DEBUG_HT(priv, "start Rx\n");
Johannes Berg4620fef2010-06-16 03:30:27 -07002779 ret = iwl_sta_rx_agg_start(priv, sta, tid, *ssn);
2780 break;
Tomas Winklerd783b062008-07-18 13:53:02 +08002781 case IEEE80211_AMPDU_RX_STOP:
Tomas Winklere1623442009-01-27 14:27:56 -08002782 IWL_DEBUG_HT(priv, "stop Rx\n");
Johannes Berg619753f2010-04-30 11:30:46 -07002783 ret = iwl_sta_rx_agg_stop(priv, sta, tid);
Wey-Yi Guy5c2207c2009-03-17 21:51:43 -07002784 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
Johannes Berg4620fef2010-06-16 03:30:27 -07002785 ret = 0;
2786 break;
Tomas Winklerd783b062008-07-18 13:53:02 +08002787 case IEEE80211_AMPDU_TX_START:
Tomas Winklere1623442009-01-27 14:27:56 -08002788 IWL_DEBUG_HT(priv, "start Tx\n");
Johannes Berg619753f2010-04-30 11:30:46 -07002789 ret = iwlagn_tx_agg_start(priv, vif, sta, tid, ssn);
Wey-Yi Guyd5a0ffa2010-03-04 13:38:59 -08002790 if (ret == 0) {
2791 priv->_agn.agg_tids_count++;
2792 IWL_DEBUG_HT(priv, "priv->_agn.agg_tids_count = %u\n",
2793 priv->_agn.agg_tids_count);
2794 }
Johannes Berg4620fef2010-06-16 03:30:27 -07002795 break;
Tomas Winklerd783b062008-07-18 13:53:02 +08002796 case IEEE80211_AMPDU_TX_STOP:
Tomas Winklere1623442009-01-27 14:27:56 -08002797 IWL_DEBUG_HT(priv, "stop Tx\n");
Johannes Berg619753f2010-04-30 11:30:46 -07002798 ret = iwlagn_tx_agg_stop(priv, vif, sta, tid);
Wey-Yi Guyd5a0ffa2010-03-04 13:38:59 -08002799 if ((ret == 0) && (priv->_agn.agg_tids_count > 0)) {
2800 priv->_agn.agg_tids_count--;
2801 IWL_DEBUG_HT(priv, "priv->_agn.agg_tids_count = %u\n",
2802 priv->_agn.agg_tids_count);
2803 }
Wey-Yi Guy5c2207c2009-03-17 21:51:43 -07002804 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
Johannes Berg4620fef2010-06-16 03:30:27 -07002805 ret = 0;
Wey-Yi Guy7cb1b082010-10-06 08:10:00 -07002806 if (priv->cfg->ht_params &&
2807 priv->cfg->ht_params->use_rts_for_aggregation) {
Johannes Berg94597ab2010-08-09 10:57:02 -07002808 /*
2809 * switch off RTS/CTS if it was previously enabled
2810 */
Johannes Berg94597ab2010-08-09 10:57:02 -07002811 sta_priv->lq_sta.lq.general_params.flags &=
2812 ~LINK_QUAL_FLAGS_SET_STA_TLC_RTS_MSK;
Johannes Berg7e6a5882010-08-23 10:46:46 +02002813 iwl_send_lq_cmd(priv, iwl_rxon_ctx_from_vif(vif),
2814 &sta_priv->lq_sta.lq, CMD_ASYNC, false);
Johannes Berg94597ab2010-08-09 10:57:02 -07002815 }
Johannes Berg4620fef2010-06-16 03:30:27 -07002816 break;
Wey-Yi Guyf0527972010-01-08 10:04:41 -08002817 case IEEE80211_AMPDU_TX_OPERATIONAL:
Johannes Bergc8823ec2011-03-15 11:33:03 -07002818 buf_size = min_t(int, buf_size, LINK_QUAL_AGG_FRAME_LIMIT_DEF);
2819
2820 iwlagn_txq_agg_queue_setup(priv, sta, tid, buf_size);
2821
Johannes Berg7b090682011-01-19 02:53:54 -08002822 /*
2823 * If the limit is 0, then it wasn't initialised yet,
2824 * use the default. We can do that since we take the
2825 * minimum below, and we don't want to go above our
2826 * default due to hardware restrictions.
2827 */
2828 if (sta_priv->max_agg_bufsize == 0)
2829 sta_priv->max_agg_bufsize =
2830 LINK_QUAL_AGG_FRAME_LIMIT_DEF;
2831
2832 /*
2833 * Even though in theory the peer could have different
2834 * aggregation reorder buffer sizes for different sessions,
2835 * our ucode doesn't allow for that and has a global limit
2836 * for each station. Therefore, use the minimum of all the
2837 * aggregation sessions and our default value.
2838 */
2839 sta_priv->max_agg_bufsize =
2840 min(sta_priv->max_agg_bufsize, buf_size);
2841
Wey-Yi Guy7cb1b082010-10-06 08:10:00 -07002842 if (priv->cfg->ht_params &&
2843 priv->cfg->ht_params->use_rts_for_aggregation) {
Wey-Yi Guycfecc6b2010-06-18 11:33:15 -07002844 /*
2845 * switch to RTS/CTS if it is the prefer protection
2846 * method for HT traffic
2847 */
Johannes Berg94597ab2010-08-09 10:57:02 -07002848
2849 sta_priv->lq_sta.lq.general_params.flags |=
2850 LINK_QUAL_FLAGS_SET_STA_TLC_RTS_MSK;
Wey-Yi Guycfecc6b2010-06-18 11:33:15 -07002851 }
Johannes Berg7b090682011-01-19 02:53:54 -08002852
2853 sta_priv->lq_sta.lq.agg_params.agg_frame_cnt_limit =
2854 sta_priv->max_agg_bufsize;
2855
2856 iwl_send_lq_cmd(priv, iwl_rxon_ctx_from_vif(vif),
2857 &sta_priv->lq_sta.lq, CMD_ASYNC, false);
Wey-Yi Guy5bc98902011-05-27 08:40:32 -07002858
2859 IWL_INFO(priv, "Tx aggregation enabled on ra = %pM tid = %d\n",
2860 sta->addr, tid);
Wey-Yi Guycfecc6b2010-06-18 11:33:15 -07002861 ret = 0;
Tomas Winklerd783b062008-07-18 13:53:02 +08002862 break;
2863 }
Johannes Berg4620fef2010-06-16 03:30:27 -07002864 mutex_unlock(&priv->mutex);
2865
2866 return ret;
Tomas Winklerd783b062008-07-18 13:53:02 +08002867}
Tomas Winkler9f586712008-11-12 13:14:05 -08002868
Johannes Berg2dedbf52011-04-05 09:41:50 -07002869static int iwlagn_mac_sta_add(struct ieee80211_hw *hw,
2870 struct ieee80211_vif *vif,
2871 struct ieee80211_sta *sta)
Reinette Chatrefe6b23d2010-02-22 16:24:47 -08002872{
2873 struct iwl_priv *priv = hw->priv;
2874 struct iwl_station_priv *sta_priv = (void *)sta->drv_priv;
Johannes Berga194e322010-08-27 08:53:46 -07002875 struct iwl_vif_priv *vif_priv = (void *)vif->drv_priv;
Johannes Bergeafdfbd32010-04-29 04:43:04 -07002876 bool is_ap = vif->type == NL80211_IFTYPE_STATION;
Reinette Chatrefe6b23d2010-02-22 16:24:47 -08002877 int ret;
2878 u8 sta_id;
2879
2880 IWL_DEBUG_INFO(priv, "received request to add station %pM\n",
2881 sta->addr);
Reinette Chatreda5ae1c2010-05-28 09:28:39 -07002882 mutex_lock(&priv->mutex);
2883 IWL_DEBUG_INFO(priv, "proceeding to add station %pM\n",
2884 sta->addr);
2885 sta_priv->common.sta_id = IWL_INVALID_STATION;
Reinette Chatrefe6b23d2010-02-22 16:24:47 -08002886
2887 atomic_set(&sta_priv->pending_frames, 0);
2888 if (vif->type == NL80211_IFTYPE_AP)
2889 sta_priv->client = true;
2890
Johannes Berga194e322010-08-27 08:53:46 -07002891 ret = iwl_add_station_common(priv, vif_priv->ctx, sta->addr,
Johannes Berg238d7812010-08-23 10:46:45 +02002892 is_ap, sta, &sta_id);
Reinette Chatrefe6b23d2010-02-22 16:24:47 -08002893 if (ret) {
2894 IWL_ERR(priv, "Unable to add station %pM (%d)\n",
2895 sta->addr, ret);
2896 /* Should we return success if return code is EEXIST ? */
Reinette Chatreda5ae1c2010-05-28 09:28:39 -07002897 mutex_unlock(&priv->mutex);
Reinette Chatrefe6b23d2010-02-22 16:24:47 -08002898 return ret;
2899 }
2900
Johannes Bergfd1af152010-04-30 11:30:43 -07002901 sta_priv->common.sta_id = sta_id;
2902
Reinette Chatrefe6b23d2010-02-22 16:24:47 -08002903 /* Initialize rate scaling */
Frans Pop91dd6c22010-03-24 14:19:58 -07002904 IWL_DEBUG_INFO(priv, "Initializing rate scaling for station %pM\n",
Reinette Chatrefe6b23d2010-02-22 16:24:47 -08002905 sta->addr);
2906 iwl_rs_rate_init(priv, sta, sta_id);
Reinette Chatreda5ae1c2010-05-28 09:28:39 -07002907 mutex_unlock(&priv->mutex);
Reinette Chatrefe6b23d2010-02-22 16:24:47 -08002908
Johannes Bergfd1af152010-04-30 11:30:43 -07002909 return 0;
Reinette Chatrefe6b23d2010-02-22 16:24:47 -08002910}
2911
Johannes Berg2dedbf52011-04-05 09:41:50 -07002912static void iwlagn_mac_channel_switch(struct ieee80211_hw *hw,
2913 struct ieee80211_channel_switch *ch_switch)
Wey-Yi Guy79d07322010-05-06 08:54:11 -07002914{
2915 struct iwl_priv *priv = hw->priv;
2916 const struct iwl_channel_info *ch_info;
2917 struct ieee80211_conf *conf = &hw->conf;
Shanyu Zhaoaa2dc6b2010-07-28 13:40:39 -07002918 struct ieee80211_channel *channel = ch_switch->channel;
Wey-Yi Guy79d07322010-05-06 08:54:11 -07002919 struct iwl_ht_config *ht_conf = &priv->current_ht_config;
Johannes Berg246ed352010-08-23 10:46:32 +02002920 /*
2921 * MULTI-FIXME
2922 * When we add support for multiple interfaces, we need to
2923 * revisit this. The channel switch command in the device
2924 * only affects the BSS context, but what does that really
2925 * mean? And what if we get a CSA on the second interface?
2926 * This needs a lot of work.
2927 */
2928 struct iwl_rxon_context *ctx = &priv->contexts[IWL_RXON_CTX_BSS];
Wey-Yi Guy79d07322010-05-06 08:54:11 -07002929 u16 ch;
Wey-Yi Guy79d07322010-05-06 08:54:11 -07002930
2931 IWL_DEBUG_MAC80211(priv, "enter\n");
2932
Stanislaw Gruszkadc1a4062011-03-31 17:36:27 +02002933 mutex_lock(&priv->mutex);
2934
Wey-Yi Guy79d07322010-05-06 08:54:11 -07002935 if (iwl_is_rfkill(priv))
Stanislaw Gruszkadc1a4062011-03-31 17:36:27 +02002936 goto out;
Wey-Yi Guy79d07322010-05-06 08:54:11 -07002937
2938 if (test_bit(STATUS_EXIT_PENDING, &priv->status) ||
Stanislaw Gruszka6f213ff2011-06-02 18:17:15 +02002939 test_bit(STATUS_SCANNING, &priv->status) ||
2940 test_bit(STATUS_CHANNEL_SWITCH_PENDING, &priv->status))
Stanislaw Gruszkadc1a4062011-03-31 17:36:27 +02002941 goto out;
Wey-Yi Guy79d07322010-05-06 08:54:11 -07002942
Johannes Berg246ed352010-08-23 10:46:32 +02002943 if (!iwl_is_associated_ctx(ctx))
Stanislaw Gruszkadc1a4062011-03-31 17:36:27 +02002944 goto out;
Wey-Yi Guy79d07322010-05-06 08:54:11 -07002945
Stanislaw Gruszkaf973f872011-06-02 16:46:20 +02002946 if (!priv->cfg->ops->lib->set_channel_switch)
2947 goto out;
Wey-Yi Guy79d07322010-05-06 08:54:11 -07002948
Stanislaw Gruszkaf973f872011-06-02 16:46:20 +02002949 ch = channel->hw_value;
2950 if (le16_to_cpu(ctx->active.channel) == ch)
2951 goto out;
Wey-Yi Guy79d07322010-05-06 08:54:11 -07002952
Stanislaw Gruszkaf973f872011-06-02 16:46:20 +02002953 ch_info = iwl_get_channel_info(priv, channel->band, ch);
2954 if (!is_channel_valid(ch_info)) {
2955 IWL_DEBUG_MAC80211(priv, "invalid channel\n");
2956 goto out;
Wey-Yi Guy79d07322010-05-06 08:54:11 -07002957 }
Stanislaw Gruszkaf973f872011-06-02 16:46:20 +02002958
2959 spin_lock_irq(&priv->lock);
2960
2961 priv->current_ht_config.smps = conf->smps_mode;
2962
2963 /* Configure HT40 channels */
2964 ctx->ht.enabled = conf_is_ht(conf);
2965 if (ctx->ht.enabled) {
2966 if (conf_is_ht40_minus(conf)) {
2967 ctx->ht.extension_chan_offset =
2968 IEEE80211_HT_PARAM_CHA_SEC_BELOW;
2969 ctx->ht.is_40mhz = true;
2970 } else if (conf_is_ht40_plus(conf)) {
2971 ctx->ht.extension_chan_offset =
2972 IEEE80211_HT_PARAM_CHA_SEC_ABOVE;
2973 ctx->ht.is_40mhz = true;
2974 } else {
2975 ctx->ht.extension_chan_offset =
2976 IEEE80211_HT_PARAM_CHA_SEC_NONE;
2977 ctx->ht.is_40mhz = false;
2978 }
2979 } else
2980 ctx->ht.is_40mhz = false;
2981
2982 if ((le16_to_cpu(ctx->staging.channel) != ch))
2983 ctx->staging.flags = 0;
2984
2985 iwl_set_rxon_channel(priv, channel, ctx);
2986 iwl_set_rxon_ht(priv, ht_conf);
2987 iwl_set_flags_for_band(priv, ctx, channel->band, ctx->vif);
2988
2989 spin_unlock_irq(&priv->lock);
2990
2991 iwl_set_rate(priv);
2992 /*
2993 * at this point, staging_rxon has the
2994 * configuration for channel switch
2995 */
2996 set_bit(STATUS_CHANNEL_SWITCH_PENDING, &priv->status);
2997 priv->switch_channel = cpu_to_le16(ch);
2998 if (priv->cfg->ops->lib->set_channel_switch(priv, ch_switch)) {
2999 clear_bit(STATUS_CHANNEL_SWITCH_PENDING, &priv->status);
3000 priv->switch_channel = 0;
3001 ieee80211_chswitch_done(ctx->vif, false);
3002 }
3003
Wey-Yi Guy79d07322010-05-06 08:54:11 -07003004out:
3005 mutex_unlock(&priv->mutex);
Wey-Yi Guy79d07322010-05-06 08:54:11 -07003006 IWL_DEBUG_MAC80211(priv, "leave\n");
3007}
3008
Johannes Berg2dedbf52011-04-05 09:41:50 -07003009static void iwlagn_configure_filter(struct ieee80211_hw *hw,
3010 unsigned int changed_flags,
3011 unsigned int *total_flags,
3012 u64 multicast)
Johannes Berg8b8ab9d2010-08-17 11:24:01 +02003013{
3014 struct iwl_priv *priv = hw->priv;
3015 __le32 filter_or = 0, filter_nand = 0;
Johannes Berg246ed352010-08-23 10:46:32 +02003016 struct iwl_rxon_context *ctx;
Johannes Berg8b8ab9d2010-08-17 11:24:01 +02003017
3018#define CHK(test, flag) do { \
3019 if (*total_flags & (test)) \
3020 filter_or |= (flag); \
3021 else \
3022 filter_nand |= (flag); \
3023 } while (0)
3024
3025 IWL_DEBUG_MAC80211(priv, "Enter: changed: 0x%x, total: 0x%x\n",
3026 changed_flags, *total_flags);
3027
3028 CHK(FIF_OTHER_BSS | FIF_PROMISC_IN_BSS, RXON_FILTER_PROMISC_MSK);
Johannes Bergbdb84fe2010-12-15 06:07:56 -08003029 /* Setting _just_ RXON_FILTER_CTL2HOST_MSK causes FH errors */
3030 CHK(FIF_CONTROL, RXON_FILTER_CTL2HOST_MSK | RXON_FILTER_PROMISC_MSK);
Johannes Berg8b8ab9d2010-08-17 11:24:01 +02003031 CHK(FIF_BCN_PRBRESP_PROMISC, RXON_FILTER_BCON_AWARE_MSK);
3032
3033#undef CHK
3034
3035 mutex_lock(&priv->mutex);
3036
Johannes Berg246ed352010-08-23 10:46:32 +02003037 for_each_context(priv, ctx) {
3038 ctx->staging.filter_flags &= ~filter_nand;
3039 ctx->staging.filter_flags |= filter_or;
Stanislaw Gruszka749ff4ef2010-10-22 17:04:27 +02003040
3041 /*
3042 * Not committing directly because hardware can perform a scan,
3043 * but we'll eventually commit the filter flags change anyway.
3044 */
Johannes Berg246ed352010-08-23 10:46:32 +02003045 }
Johannes Berg8b8ab9d2010-08-17 11:24:01 +02003046
3047 mutex_unlock(&priv->mutex);
3048
3049 /*
3050 * Receiving all multicast frames is always enabled by the
3051 * default flags setup in iwl_connection_init_rx_config()
3052 * since we currently do not support programming multicast
3053 * filters into the device.
3054 */
3055 *total_flags &= FIF_OTHER_BSS | FIF_ALLMULTI | FIF_PROMISC_IN_BSS |
3056 FIF_BCN_PRBRESP_PROMISC | FIF_CONTROL;
3057}
3058
Johannes Berg2dedbf52011-04-05 09:41:50 -07003059static void iwlagn_mac_flush(struct ieee80211_hw *hw, bool drop)
Wey-Yi Guy716c74b2010-06-24 13:22:36 -07003060{
3061 struct iwl_priv *priv = hw->priv;
3062
3063 mutex_lock(&priv->mutex);
3064 IWL_DEBUG_MAC80211(priv, "enter\n");
3065
Wey-Yi Guy716c74b2010-06-24 13:22:36 -07003066 if (test_bit(STATUS_EXIT_PENDING, &priv->status)) {
3067 IWL_DEBUG_TX(priv, "Aborting flush due to device shutdown\n");
3068 goto done;
3069 }
3070 if (iwl_is_rfkill(priv)) {
3071 IWL_DEBUG_TX(priv, "Aborting flush due to RF Kill\n");
3072 goto done;
3073 }
3074
3075 /*
3076 * mac80211 will not push any more frames for transmit
3077 * until the flush is completed
3078 */
3079 if (drop) {
3080 IWL_DEBUG_MAC80211(priv, "send flush command\n");
Wey-Yi Guyc68744f2011-06-18 08:03:18 -07003081 if (iwlagn_txfifo_flush(priv, IWL_DROP_ALL)) {
Wey-Yi Guy716c74b2010-06-24 13:22:36 -07003082 IWL_ERR(priv, "flush request fail\n");
3083 goto done;
3084 }
3085 }
3086 IWL_DEBUG_MAC80211(priv, "wait transmit/flush all frames\n");
3087 iwlagn_wait_tx_queue_empty(priv);
3088done:
3089 mutex_unlock(&priv->mutex);
3090 IWL_DEBUG_MAC80211(priv, "leave\n");
3091}
3092
Johannes Berg9b9190d2011-01-06 08:07:10 -08003093static void iwlagn_disable_roc(struct iwl_priv *priv)
3094{
3095 struct iwl_rxon_context *ctx = &priv->contexts[IWL_RXON_CTX_PAN];
3096 struct ieee80211_channel *chan = ACCESS_ONCE(priv->hw->conf.channel);
3097
3098 lockdep_assert_held(&priv->mutex);
3099
3100 if (!ctx->is_active)
3101 return;
3102
3103 ctx->staging.dev_type = RXON_DEV_TYPE_2STA;
3104 ctx->staging.filter_flags &= ~RXON_FILTER_ASSOC_MSK;
3105 iwl_set_rxon_channel(priv, chan, ctx);
3106 iwl_set_flags_for_band(priv, ctx, chan->band, NULL);
3107
3108 priv->_agn.hw_roc_channel = NULL;
3109
Wey-Yi Guy805a3b82011-06-03 07:54:16 -07003110 iwlagn_commit_rxon(priv, ctx);
Johannes Berg9b9190d2011-01-06 08:07:10 -08003111
3112 ctx->is_active = false;
3113}
3114
3115static void iwlagn_bg_roc_done(struct work_struct *work)
3116{
3117 struct iwl_priv *priv = container_of(work, struct iwl_priv,
3118 _agn.hw_roc_work.work);
3119
3120 mutex_lock(&priv->mutex);
3121 ieee80211_remain_on_channel_expired(priv->hw);
3122 iwlagn_disable_roc(priv);
3123 mutex_unlock(&priv->mutex);
3124}
3125
3126static int iwl_mac_remain_on_channel(struct ieee80211_hw *hw,
3127 struct ieee80211_channel *channel,
3128 enum nl80211_channel_type channel_type,
3129 int duration)
3130{
3131 struct iwl_priv *priv = hw->priv;
3132 int err = 0;
3133
3134 if (!(priv->valid_contexts & BIT(IWL_RXON_CTX_PAN)))
3135 return -EOPNOTSUPP;
3136
3137 if (!(priv->contexts[IWL_RXON_CTX_PAN].interface_modes &
3138 BIT(NL80211_IFTYPE_P2P_CLIENT)))
3139 return -EOPNOTSUPP;
3140
3141 mutex_lock(&priv->mutex);
3142
3143 if (priv->contexts[IWL_RXON_CTX_PAN].is_active ||
3144 test_bit(STATUS_SCAN_HW, &priv->status)) {
3145 err = -EBUSY;
3146 goto out;
3147 }
3148
3149 priv->contexts[IWL_RXON_CTX_PAN].is_active = true;
3150 priv->_agn.hw_roc_channel = channel;
3151 priv->_agn.hw_roc_chantype = channel_type;
3152 priv->_agn.hw_roc_duration = DIV_ROUND_UP(duration * 1000, 1024);
Wey-Yi Guy805a3b82011-06-03 07:54:16 -07003153 iwlagn_commit_rxon(priv, &priv->contexts[IWL_RXON_CTX_PAN]);
Johannes Berg9b9190d2011-01-06 08:07:10 -08003154 queue_delayed_work(priv->workqueue, &priv->_agn.hw_roc_work,
3155 msecs_to_jiffies(duration + 20));
3156
Johannes Berg94073912011-01-06 08:07:11 -08003157 msleep(IWL_MIN_SLOT_TIME); /* TU is almost ms */
Johannes Berg9b9190d2011-01-06 08:07:10 -08003158 ieee80211_ready_on_channel(priv->hw);
3159
3160 out:
3161 mutex_unlock(&priv->mutex);
3162
3163 return err;
3164}
3165
3166static int iwl_mac_cancel_remain_on_channel(struct ieee80211_hw *hw)
3167{
3168 struct iwl_priv *priv = hw->priv;
3169
3170 if (!(priv->valid_contexts & BIT(IWL_RXON_CTX_PAN)))
3171 return -EOPNOTSUPP;
3172
3173 cancel_delayed_work_sync(&priv->_agn.hw_roc_work);
3174
3175 mutex_lock(&priv->mutex);
3176 iwlagn_disable_roc(priv);
3177 mutex_unlock(&priv->mutex);
3178
3179 return 0;
3180}
3181
Zhu Yib481de92007-09-25 17:54:57 -07003182/*****************************************************************************
3183 *
Zhu Yib481de92007-09-25 17:54:57 -07003184 * driver setup and teardown
3185 *
3186 *****************************************************************************/
3187
Emmanuel Grumbach4e393172008-06-12 09:46:53 +08003188static void iwl_setup_deferred_work(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07003189{
Reinette Chatred21050c2009-02-13 11:51:18 -08003190 priv->workqueue = create_singlethread_workqueue(DRV_NAME);
Zhu Yib481de92007-09-25 17:54:57 -07003191
3192 init_waitqueue_head(&priv->wait_command_queue);
3193
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07003194 INIT_WORK(&priv->restart, iwl_bg_restart);
3195 INIT_WORK(&priv->rx_replenish, iwl_bg_rx_replenish);
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07003196 INIT_WORK(&priv->beacon_update, iwl_bg_beacon_update);
Emmanuel Grumbach16e727e2008-06-12 09:46:52 +08003197 INIT_WORK(&priv->run_time_calib_work, iwl_bg_run_time_calib_work);
Wey-Yi Guy65550632010-06-24 13:18:35 -07003198 INIT_WORK(&priv->tx_flush, iwl_bg_tx_flush);
Wey-Yi Guybee008b2010-08-23 07:57:04 -07003199 INIT_WORK(&priv->bt_full_concurrency, iwl_bg_bt_full_concurrency);
Wey-Yi Guyfbba9412010-08-23 07:57:10 -07003200 INIT_WORK(&priv->bt_runtime_config, iwl_bg_bt_runtime_config);
Johannes Berg9b9190d2011-01-06 08:07:10 -08003201 INIT_DELAYED_WORK(&priv->_agn.hw_roc_work, iwlagn_bg_roc_done);
Tomas Winkler2a421b92008-06-12 09:47:10 +08003202
Tomas Winkler2a421b92008-06-12 09:47:10 +08003203 iwl_setup_scan_deferred_work(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003204
Emmanuel Grumbach4e393172008-06-12 09:46:53 +08003205 if (priv->cfg->ops->lib->setup_deferred_work)
3206 priv->cfg->ops->lib->setup_deferred_work(priv);
3207
3208 init_timer(&priv->statistics_periodic);
3209 priv->statistics_periodic.data = (unsigned long)priv;
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07003210 priv->statistics_periodic.function = iwl_bg_statistics_periodic;
Zhu Yib481de92007-09-25 17:54:57 -07003211
Wey-Yi Guya9e1cb62009-12-10 14:37:26 -08003212 init_timer(&priv->ucode_trace);
3213 priv->ucode_trace.data = (unsigned long)priv;
3214 priv->ucode_trace.function = iwl_bg_ucode_trace;
3215
Stanislaw Gruszka22de94d2010-12-03 15:41:48 +01003216 init_timer(&priv->watchdog);
3217 priv->watchdog.data = (unsigned long)priv;
3218 priv->watchdog.function = iwl_bg_watchdog;
Wey-Yi Guyb74e31a2010-03-01 17:23:50 -08003219
Wey-Yi Guyd6b80612011-03-21 16:53:38 -07003220 tasklet_init(&priv->irq_tasklet, (void (*)(unsigned long))
3221 iwl_irq_tasklet, (unsigned long)priv);
Zhu Yib481de92007-09-25 17:54:57 -07003222}
3223
Emmanuel Grumbach4e393172008-06-12 09:46:53 +08003224static void iwl_cancel_deferred_work(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07003225{
Emmanuel Grumbach4e393172008-06-12 09:46:53 +08003226 if (priv->cfg->ops->lib->cancel_deferred_work)
3227 priv->cfg->ops->lib->cancel_deferred_work(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003228
Wey-Yi Guy815e6292010-06-03 10:14:01 -07003229 cancel_work_sync(&priv->run_time_calib_work);
Zhu Yib481de92007-09-25 17:54:57 -07003230 cancel_work_sync(&priv->beacon_update);
Stanislaw Gruszkae7e16b92010-09-13 14:46:41 +02003231
3232 iwl_cancel_scan_deferred_work(priv);
3233
Wey-Yi Guybee008b2010-08-23 07:57:04 -07003234 cancel_work_sync(&priv->bt_full_concurrency);
Wey-Yi Guyfbba9412010-08-23 07:57:10 -07003235 cancel_work_sync(&priv->bt_runtime_config);
Stanislaw Gruszkae7e16b92010-09-13 14:46:41 +02003236
Emmanuel Grumbach4e393172008-06-12 09:46:53 +08003237 del_timer_sync(&priv->statistics_periodic);
Wey-Yi Guya9e1cb62009-12-10 14:37:26 -08003238 del_timer_sync(&priv->ucode_trace);
Zhu Yib481de92007-09-25 17:54:57 -07003239}
3240
Reinette Chatre89f186a2009-10-30 14:36:11 -07003241static void iwl_init_hw_rates(struct iwl_priv *priv,
3242 struct ieee80211_rate *rates)
3243{
3244 int i;
3245
3246 for (i = 0; i < IWL_RATE_COUNT_LEGACY; i++) {
3247 rates[i].bitrate = iwl_rates[i].ieee * 5;
3248 rates[i].hw_value = i; /* Rate scaling will work on indexes */
3249 rates[i].hw_value_short = i;
3250 rates[i].flags = 0;
3251 if ((i >= IWL_FIRST_CCK_RATE) && (i <= IWL_LAST_CCK_RATE)) {
3252 /*
3253 * If CCK != 1M then set short preamble rate flag.
3254 */
3255 rates[i].flags |=
3256 (iwl_rates[i].plcp == IWL_RATE_1M_PLCP) ?
3257 0 : IEEE80211_RATE_SHORT_PREAMBLE;
3258 }
3259 }
3260}
3261
3262static int iwl_init_drv(struct iwl_priv *priv)
3263{
3264 int ret;
3265
Reinette Chatre89f186a2009-10-30 14:36:11 -07003266 spin_lock_init(&priv->sta_lock);
3267 spin_lock_init(&priv->hcmd_lock);
3268
Reinette Chatre89f186a2009-10-30 14:36:11 -07003269 mutex_init(&priv->mutex);
3270
Reinette Chatre89f186a2009-10-30 14:36:11 -07003271 priv->ieee_channels = NULL;
3272 priv->ieee_rates = NULL;
3273 priv->band = IEEE80211_BAND_2GHZ;
3274
3275 priv->iw_mode = NL80211_IFTYPE_STATION;
Johannes Bergba37a3d2009-12-10 14:37:27 -08003276 priv->current_ht_config.smps = IEEE80211_SMPS_STATIC;
Wey-Yi Guya13d2762010-01-22 14:22:42 -08003277 priv->missed_beacon_threshold = IWL_MISSED_BEACON_THRESHOLD_DEF;
Wey-Yi Guyd5a0ffa2010-03-04 13:38:59 -08003278 priv->_agn.agg_tids_count = 0;
Reinette Chatre89f186a2009-10-30 14:36:11 -07003279
Wey-Yi Guy8a472da2010-02-18 22:03:06 -08003280 /* initialize force reset */
3281 priv->force_reset[IWL_RF_RESET].reset_duration =
3282 IWL_DELAY_NEXT_FORCE_RF_RESET;
3283 priv->force_reset[IWL_FW_RESET].reset_duration =
3284 IWL_DELAY_NEXT_FORCE_FW_RELOAD;
Reinette Chatre89f186a2009-10-30 14:36:11 -07003285
Stanislaw Gruszka410f2bb2011-03-04 17:51:51 +01003286 priv->rx_statistics_jiffies = jiffies;
3287
Reinette Chatre89f186a2009-10-30 14:36:11 -07003288 /* Choose which receivers/antennas to use */
3289 if (priv->cfg->ops->hcmd->set_rxon_chain)
Johannes Berg246ed352010-08-23 10:46:32 +02003290 priv->cfg->ops->hcmd->set_rxon_chain(priv,
3291 &priv->contexts[IWL_RXON_CTX_BSS]);
Reinette Chatre89f186a2009-10-30 14:36:11 -07003292
3293 iwl_init_scan_params(priv);
3294
Wey-Yi Guy22bf59a2010-08-23 07:57:11 -07003295 /* init bt coex */
Wey-Yi Guy7cb1b082010-10-06 08:10:00 -07003296 if (priv->cfg->bt_params &&
3297 priv->cfg->bt_params->advanced_bt_coexist) {
Wey-Yi Guyb6e116e2010-08-23 07:57:14 -07003298 priv->kill_ack_mask = IWLAGN_BT_KILL_ACK_MASK_DEFAULT;
3299 priv->kill_cts_mask = IWLAGN_BT_KILL_CTS_MASK_DEFAULT;
3300 priv->bt_valid = IWLAGN_BT_ALL_VALID_MSK;
Wey-Yi Guy22bf59a2010-08-23 07:57:11 -07003301 priv->bt_on_thresh = BT_ON_THRESHOLD_DEF;
3302 priv->bt_duration = BT_DURATION_LIMIT_DEF;
3303 priv->dynamic_frag_thresh = BT_FRAG_THRESHOLD_DEF;
Wey-Yi Guy22bf59a2010-08-23 07:57:11 -07003304 }
3305
Reinette Chatre89f186a2009-10-30 14:36:11 -07003306 ret = iwl_init_channel_map(priv);
3307 if (ret) {
3308 IWL_ERR(priv, "initializing regulatory failed: %d\n", ret);
3309 goto err;
3310 }
3311
3312 ret = iwlcore_init_geos(priv);
3313 if (ret) {
3314 IWL_ERR(priv, "initializing geos failed: %d\n", ret);
3315 goto err_free_channel_map;
3316 }
3317 iwl_init_hw_rates(priv, priv->ieee_rates);
3318
3319 return 0;
3320
3321err_free_channel_map:
3322 iwl_free_channel_map(priv);
3323err:
3324 return ret;
3325}
3326
3327static void iwl_uninit_drv(struct iwl_priv *priv)
3328{
3329 iwl_calib_free_results(priv);
3330 iwlcore_free_geos(priv);
3331 iwl_free_channel_map(priv);
Johannes Berg811ecc92010-04-06 04:12:41 -07003332 kfree(priv->scan_cmd);
Johannes Berg4ce7cc22011-05-13 11:57:40 -07003333 kfree(priv->beacon_cmd);
Reinette Chatre89f186a2009-10-30 14:36:11 -07003334}
3335
Johannes Bergdc21b542010-10-23 09:15:39 -07003336struct ieee80211_ops iwlagn_hw_ops = {
Johannes Berg2295c662010-10-23 09:15:41 -07003337 .tx = iwlagn_mac_tx,
3338 .start = iwlagn_mac_start,
3339 .stop = iwlagn_mac_stop,
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07003340 .add_interface = iwl_mac_add_interface,
3341 .remove_interface = iwl_mac_remove_interface,
Johannes Bergd4daaea2010-10-23 09:15:43 -07003342 .change_interface = iwl_mac_change_interface,
Johannes Berg2295c662010-10-23 09:15:41 -07003343 .config = iwlagn_mac_config,
Johannes Berg8b8ab9d2010-08-17 11:24:01 +02003344 .configure_filter = iwlagn_configure_filter,
Johannes Berg2295c662010-10-23 09:15:41 -07003345 .set_key = iwlagn_mac_set_key,
3346 .update_tkip_key = iwlagn_mac_update_tkip_key,
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07003347 .conf_tx = iwl_mac_conf_tx,
Johannes Berg2295c662010-10-23 09:15:41 -07003348 .bss_info_changed = iwlagn_bss_info_changed,
3349 .ampdu_action = iwlagn_mac_ampdu_action,
Johannes Berg6ab10ff2009-11-13 11:56:37 -08003350 .hw_scan = iwl_mac_hw_scan,
Johannes Berg2295c662010-10-23 09:15:41 -07003351 .sta_notify = iwlagn_mac_sta_notify,
Reinette Chatrefe6b23d2010-02-22 16:24:47 -08003352 .sta_add = iwlagn_mac_sta_add,
3353 .sta_remove = iwl_mac_sta_remove,
Johannes Berg2295c662010-10-23 09:15:41 -07003354 .channel_switch = iwlagn_mac_channel_switch,
3355 .flush = iwlagn_mac_flush,
Johannes Berga85d7cc2010-07-31 08:34:10 -07003356 .tx_last_beacon = iwl_mac_tx_last_beacon,
Johannes Berg9b9190d2011-01-06 08:07:10 -08003357 .remain_on_channel = iwl_mac_remain_on_channel,
3358 .cancel_remain_on_channel = iwl_mac_cancel_remain_on_channel,
Johannes Berg266af4c72011-03-10 20:13:26 -08003359 .offchannel_tx = iwl_mac_offchannel_tx,
3360 .offchannel_tx_cancel_wait = iwl_mac_offchannel_tx_cancel_wait,
Cindy H. Kao4613e722011-05-06 10:40:15 -07003361 CFG80211_TESTMODE_CMD(iwl_testmode_cmd)
Wey-Yi Guyeb64dca2011-05-31 08:03:02 -07003362 CFG80211_TESTMODE_DUMP(iwl_testmode_dump)
Zhu Yib481de92007-09-25 17:54:57 -07003363};
3364
Johannes Berge98a1302011-04-05 09:42:08 -07003365static u32 iwl_hw_detect(struct iwl_priv *priv)
Wey-Yi Guy3867fe02010-07-31 08:34:05 -07003366{
Johannes Berg02a7fa02011-04-05 09:42:12 -07003367 return iwl_read32(priv, CSR_HW_REV);
Wey-Yi Guy3867fe02010-07-31 08:34:05 -07003368}
3369
Wey-Yi Guy07d4f1a2010-07-31 08:34:08 -07003370static int iwl_set_hw_params(struct iwl_priv *priv)
3371{
3372 priv->hw_params.max_rxq_size = RX_QUEUE_SIZE;
3373 priv->hw_params.max_rxq_log = RX_QUEUE_SIZE_LOG;
Don Fry9d143e92011-04-20 15:23:57 -07003374 if (iwlagn_mod_params.amsdu_size_8K)
Wey-Yi Guy07d4f1a2010-07-31 08:34:08 -07003375 priv->hw_params.rx_page_order = get_order(IWL_RX_BUF_SIZE_8K);
3376 else
3377 priv->hw_params.rx_page_order = get_order(IWL_RX_BUF_SIZE_4K);
3378
3379 priv->hw_params.max_beacon_itrvl = IWL_MAX_UCODE_BEACON_INTERVAL;
3380
Don Fry9d143e92011-04-20 15:23:57 -07003381 if (iwlagn_mod_params.disable_11n)
Wey-Yi Guy88950752011-06-06 12:05:46 -07003382 priv->cfg->sku &= ~EEPROM_SKU_CAP_11N_ENABLE;
Wey-Yi Guy07d4f1a2010-07-31 08:34:08 -07003383
3384 /* Device-specific setup */
3385 return priv->cfg->ops->lib->set_hw_params(priv);
3386}
3387
Johannes Berge72f3682010-08-23 10:46:51 +02003388static const u8 iwlagn_bss_ac_to_fifo[] = {
3389 IWL_TX_FIFO_VO,
3390 IWL_TX_FIFO_VI,
3391 IWL_TX_FIFO_BE,
3392 IWL_TX_FIFO_BK,
3393};
3394
3395static const u8 iwlagn_bss_ac_to_queue[] = {
3396 0, 1, 2, 3,
3397};
3398
3399static const u8 iwlagn_pan_ac_to_fifo[] = {
3400 IWL_TX_FIFO_VO_IPAN,
3401 IWL_TX_FIFO_VI_IPAN,
3402 IWL_TX_FIFO_BE_IPAN,
3403 IWL_TX_FIFO_BK_IPAN,
3404};
3405
3406static const u8 iwlagn_pan_ac_to_queue[] = {
3407 7, 6, 5, 4,
3408};
3409
Wey-Yi Guy119ea182011-04-18 09:34:06 -07003410/* This function both allocates and initializes hw and priv. */
3411static struct ieee80211_hw *iwl_alloc_all(struct iwl_cfg *cfg)
3412{
3413 struct iwl_priv *priv;
3414 /* mac80211 allocates memory for this device instance, including
3415 * space for this driver's private structure */
3416 struct ieee80211_hw *hw;
3417
3418 hw = ieee80211_alloc_hw(sizeof(struct iwl_priv), &iwlagn_hw_ops);
3419 if (hw == NULL) {
3420 pr_err("%s: Can not allocate network device\n",
3421 cfg->name);
3422 goto out;
3423 }
3424
3425 priv = hw->priv;
3426 priv->hw = hw;
3427
3428out:
3429 return hw;
3430}
3431
Wey-Yi Guyb2ea3452011-06-07 08:53:14 -07003432static void iwl_init_context(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07003433{
Wey-Yi Guyb2ea3452011-06-07 08:53:14 -07003434 int i;
Assaf Krauss1d0a0822008-03-14 10:38:48 -07003435
Johannes Berg246ed352010-08-23 10:46:32 +02003436 /*
3437 * The default context is always valid,
3438 * more may be discovered when firmware
3439 * is loaded.
3440 */
3441 priv->valid_contexts = BIT(IWL_RXON_CTX_BSS);
3442
3443 for (i = 0; i < NUM_IWL_RXON_CTX; i++)
3444 priv->contexts[i].ctxid = i;
3445
Johannes Berg763cc3b2010-09-03 06:32:21 -07003446 priv->contexts[IWL_RXON_CTX_BSS].always_active = true;
3447 priv->contexts[IWL_RXON_CTX_BSS].is_active = true;
Johannes Berg8f2d3d22010-08-23 10:46:37 +02003448 priv->contexts[IWL_RXON_CTX_BSS].rxon_cmd = REPLY_RXON;
3449 priv->contexts[IWL_RXON_CTX_BSS].rxon_timing_cmd = REPLY_RXON_TIMING;
3450 priv->contexts[IWL_RXON_CTX_BSS].rxon_assoc_cmd = REPLY_RXON_ASSOC;
Johannes Berg8dfdb9d2010-08-23 10:46:38 +02003451 priv->contexts[IWL_RXON_CTX_BSS].qos_cmd = REPLY_QOS_PARAM;
Johannes Berg2995baf2010-08-23 10:46:42 +02003452 priv->contexts[IWL_RXON_CTX_BSS].ap_sta_id = IWL_AP_ID;
Johannes Bergc10afb62010-08-23 10:46:43 +02003453 priv->contexts[IWL_RXON_CTX_BSS].wep_key_cmd = REPLY_WEPKEY;
Johannes Berge72f3682010-08-23 10:46:51 +02003454 priv->contexts[IWL_RXON_CTX_BSS].ac_to_fifo = iwlagn_bss_ac_to_fifo;
3455 priv->contexts[IWL_RXON_CTX_BSS].ac_to_queue = iwlagn_bss_ac_to_queue;
Johannes Bergd0fe4782010-08-23 10:46:58 +02003456 priv->contexts[IWL_RXON_CTX_BSS].exclusive_interface_modes =
3457 BIT(NL80211_IFTYPE_ADHOC);
3458 priv->contexts[IWL_RXON_CTX_BSS].interface_modes =
3459 BIT(NL80211_IFTYPE_STATION);
Johannes Berg2295c662010-10-23 09:15:41 -07003460 priv->contexts[IWL_RXON_CTX_BSS].ap_devtype = RXON_DEV_TYPE_AP;
Johannes Bergd0fe4782010-08-23 10:46:58 +02003461 priv->contexts[IWL_RXON_CTX_BSS].ibss_devtype = RXON_DEV_TYPE_IBSS;
3462 priv->contexts[IWL_RXON_CTX_BSS].station_devtype = RXON_DEV_TYPE_ESS;
3463 priv->contexts[IWL_RXON_CTX_BSS].unused_devtype = RXON_DEV_TYPE_ESS;
Johannes Bergece9c4e2010-08-23 10:46:49 +02003464
3465 priv->contexts[IWL_RXON_CTX_PAN].rxon_cmd = REPLY_WIPAN_RXON;
Wey-Yi Guyb2ea3452011-06-07 08:53:14 -07003466 priv->contexts[IWL_RXON_CTX_PAN].rxon_timing_cmd =
3467 REPLY_WIPAN_RXON_TIMING;
3468 priv->contexts[IWL_RXON_CTX_PAN].rxon_assoc_cmd =
3469 REPLY_WIPAN_RXON_ASSOC;
Johannes Bergece9c4e2010-08-23 10:46:49 +02003470 priv->contexts[IWL_RXON_CTX_PAN].qos_cmd = REPLY_WIPAN_QOS_PARAM;
3471 priv->contexts[IWL_RXON_CTX_PAN].ap_sta_id = IWL_AP_ID_PAN;
3472 priv->contexts[IWL_RXON_CTX_PAN].wep_key_cmd = REPLY_WIPAN_WEPKEY;
3473 priv->contexts[IWL_RXON_CTX_PAN].bcast_sta_id = IWLAGN_PAN_BCAST_ID;
3474 priv->contexts[IWL_RXON_CTX_PAN].station_flags = STA_FLG_PAN_STATION;
Johannes Berge72f3682010-08-23 10:46:51 +02003475 priv->contexts[IWL_RXON_CTX_PAN].ac_to_fifo = iwlagn_pan_ac_to_fifo;
3476 priv->contexts[IWL_RXON_CTX_PAN].ac_to_queue = iwlagn_pan_ac_to_queue;
3477 priv->contexts[IWL_RXON_CTX_PAN].mcast_queue = IWL_IPAN_MCAST_QUEUE;
Johannes Bergd0fe4782010-08-23 10:46:58 +02003478 priv->contexts[IWL_RXON_CTX_PAN].interface_modes =
3479 BIT(NL80211_IFTYPE_STATION) | BIT(NL80211_IFTYPE_AP);
Wey-Yi Guyf35c0c52011-01-13 17:09:29 -08003480#ifdef CONFIG_IWL_P2P
3481 priv->contexts[IWL_RXON_CTX_PAN].interface_modes |=
3482 BIT(NL80211_IFTYPE_P2P_CLIENT) | BIT(NL80211_IFTYPE_P2P_GO);
3483#endif
Johannes Bergd0fe4782010-08-23 10:46:58 +02003484 priv->contexts[IWL_RXON_CTX_PAN].ap_devtype = RXON_DEV_TYPE_CP;
3485 priv->contexts[IWL_RXON_CTX_PAN].station_devtype = RXON_DEV_TYPE_2STA;
3486 priv->contexts[IWL_RXON_CTX_PAN].unused_devtype = RXON_DEV_TYPE_P2P;
Johannes Bergece9c4e2010-08-23 10:46:49 +02003487
3488 BUILD_BUG_ON(NUM_IWL_RXON_CTX != 2);
Wey-Yi Guyb2ea3452011-06-07 08:53:14 -07003489}
3490
Emmanuel Grumbacha48709c2011-05-31 08:22:30 +03003491int iwl_probe(void *bus_specific, struct iwl_bus_ops *bus_ops,
3492 struct iwl_cfg *cfg)
Wey-Yi Guyb2ea3452011-06-07 08:53:14 -07003493{
3494 int err = 0;
3495 struct iwl_priv *priv;
3496 struct ieee80211_hw *hw;
Emmanuel Grumbach084dd7912011-05-31 09:07:00 +03003497 u16 num_mac;
Wey-Yi Guyb2ea3452011-06-07 08:53:14 -07003498 u32 hw_rev;
3499
3500 /************************
3501 * 1. Allocating HW data
3502 ************************/
Wey-Yi Guyb2ea3452011-06-07 08:53:14 -07003503 hw = iwl_alloc_all(cfg);
3504 if (!hw) {
3505 err = -ENOMEM;
Emmanuel Grumbach807caf22011-06-09 02:55:55 -07003506 goto out;
3507 }
3508
Wey-Yi Guyb2ea3452011-06-07 08:53:14 -07003509 priv = hw->priv;
Emmanuel Grumbacha48709c2011-05-31 08:22:30 +03003510
3511 priv->bus.priv = priv;
3512 priv->bus.bus_specific = bus_specific;
3513 priv->bus.ops = bus_ops;
Emmanuel Grumbach705cd452011-06-18 08:21:12 -07003514 priv->bus.irq = priv->bus.ops->get_irq(&priv->bus);
Emmanuel Grumbacha48709c2011-05-31 08:22:30 +03003515 priv->bus.ops->set_drv_data(&priv->bus, priv);
Emmanuel Grumbach3599d392011-05-31 08:52:10 +03003516 priv->bus.dev = priv->bus.ops->get_dev(&priv->bus);
Emmanuel Grumbacha48709c2011-05-31 08:22:30 +03003517
Emmanuel Grumbachc85eb612011-06-14 10:13:24 +03003518 iwl_trans_register(&priv->trans);
3519
Wey-Yi Guyb2ea3452011-06-07 08:53:14 -07003520 /* At this point both hw and priv are allocated. */
Johannes Berg8f2d3d22010-08-23 10:46:37 +02003521
Emmanuel Grumbach3599d392011-05-31 08:52:10 +03003522 SET_IEEE80211_DEV(hw, priv->bus.dev);
Zhu Yib481de92007-09-25 17:54:57 -07003523
Tomas Winklere1623442009-01-27 14:27:56 -08003524 IWL_DEBUG_INFO(priv, "*** LOAD DRIVER ***\n");
Tomas Winkler82b9a122008-03-04 18:09:30 -08003525 priv->cfg = cfg;
Mohamed Abbas40cefda2009-05-22 11:01:52 -07003526 priv->inta_mask = CSR_INI_SET_MASK;
Assaf Krauss316c30d2008-03-14 10:38:46 -07003527
Wey-Yi Guybee008b2010-08-23 07:57:04 -07003528 /* is antenna coupling more than 35dB ? */
3529 priv->bt_ant_couple_ok =
3530 (iwlagn_ant_coupling > IWL_BT_ANTENNA_COUPLING_THRESHOLD) ?
3531 true : false;
3532
Wey-Yi Guy9f28ebc2010-11-26 13:24:19 -08003533 /* enable/disable bt channel inhibition */
Wey-Yi Guyf37837c2010-08-23 07:57:12 -07003534 priv->bt_ch_announce = iwlagn_bt_ch_announce;
Wey-Yi Guy9f28ebc2010-11-26 13:24:19 -08003535 IWL_DEBUG_INFO(priv, "BT channel inhibition is %s\n",
3536 (priv->bt_ch_announce) ? "On" : "Off");
Wey-Yi Guyf37837c2010-08-23 07:57:12 -07003537
Wey-Yi Guy20594eb2009-08-07 15:41:39 -07003538 if (iwl_alloc_traffic_mem(priv))
3539 IWL_ERR(priv, "Not enough memory to generate traffic log\n");
Zhu Yib481de92007-09-25 17:54:57 -07003540
Assaf Krauss316c30d2008-03-14 10:38:46 -07003541
Reinette Chatre731a29b2009-12-14 14:12:11 -08003542 /* these spin locks will be used in apm_ops.init and EEPROM access
Mohamed Abbasa8b50a02009-05-22 11:01:47 -07003543 * we should init now
3544 */
3545 spin_lock_init(&priv->reg_lock);
Reinette Chatre731a29b2009-12-14 14:12:11 -08003546 spin_lock_init(&priv->lock);
Reinette Chatre4843b5a2010-02-03 09:38:59 -08003547
3548 /*
3549 * stop and reset the on-board processor just in case it is in a
3550 * strange state ... like being left stranded by a primary kernel
3551 * and this is now the kdump kernel trying to start up
3552 */
3553 iwl_write32(priv, CSR_RESET, CSR_RESET_REG_FLAG_NEVO_RESET);
3554
Emmanuel Grumbach084dd7912011-05-31 09:07:00 +03003555 /***********************
3556 * 3. Read REV register
3557 ***********************/
Johannes Berge98a1302011-04-05 09:42:08 -07003558 hw_rev = iwl_hw_detect(priv);
Shanyu Zhaoc11362c2010-03-05 17:05:20 -08003559 IWL_INFO(priv, "Detected %s, REV=0x%X\n",
Johannes Berge98a1302011-04-05 09:42:08 -07003560 priv->cfg->name, hw_rev);
Assaf Krauss316c30d2008-03-14 10:38:46 -07003561
Johannes Berg4cd2bf72011-04-13 03:14:52 -07003562 if (iwl_prepare_card_hw(priv)) {
Emmanuel Grumbachbcd4fe22011-06-09 02:55:54 -07003563 err = -EIO;
Mohamed Abbas086ed112009-05-22 11:01:54 -07003564 IWL_WARN(priv, "Failed, HW not ready\n");
Emmanuel Grumbach084dd7912011-05-31 09:07:00 +03003565 goto out_free_traffic_mem;
Mohamed Abbas086ed112009-05-22 11:01:54 -07003566 }
3567
Assaf Krauss316c30d2008-03-14 10:38:46 -07003568 /*****************
3569 * 4. Read EEPROM
3570 *****************/
Assaf Krauss316c30d2008-03-14 10:38:46 -07003571 /* Read the EEPROM */
Johannes Berge98a1302011-04-05 09:42:08 -07003572 err = iwl_eeprom_init(priv, hw_rev);
Assaf Krauss316c30d2008-03-14 10:38:46 -07003573 if (err) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08003574 IWL_ERR(priv, "Unable to init EEPROM\n");
Emmanuel Grumbach084dd7912011-05-31 09:07:00 +03003575 goto out_free_traffic_mem;
Assaf Krauss316c30d2008-03-14 10:38:46 -07003576 }
Tomas Winkler8614f362008-04-23 17:14:55 -07003577 err = iwl_eeprom_check_version(priv);
3578 if (err)
Reinette Chatrec8f16132009-02-27 16:21:22 -08003579 goto out_free_eeprom;
Tomas Winkler8614f362008-04-23 17:14:55 -07003580
Wey-Yi Guy21a5b3c2010-11-10 13:32:59 -08003581 err = iwl_eeprom_check_sku(priv);
3582 if (err)
3583 goto out_free_eeprom;
3584
Ron Rindjunsky02883012008-05-15 13:53:53 +08003585 /* extract MAC Address */
Wey-Yi Guyc6fa17e2010-07-15 05:58:30 -07003586 iwl_eeprom_get_mac(priv, priv->addresses[0].addr);
3587 IWL_DEBUG_INFO(priv, "MAC address: %pM\n", priv->addresses[0].addr);
3588 priv->hw->wiphy->addresses = priv->addresses;
3589 priv->hw->wiphy->n_addresses = 1;
3590 num_mac = iwl_eeprom_query16(priv, EEPROM_NUM_MAC_ADDRESS);
3591 if (num_mac > 1) {
3592 memcpy(priv->addresses[1].addr, priv->addresses[0].addr,
3593 ETH_ALEN);
3594 priv->addresses[1].addr[5]++;
3595 priv->hw->wiphy->n_addresses++;
3596 }
Assaf Krauss316c30d2008-03-14 10:38:46 -07003597
Wey-Yi Guyb2ea3452011-06-07 08:53:14 -07003598 /* initialize all valid contexts */
3599 iwl_init_context(priv);
3600
Assaf Krauss316c30d2008-03-14 10:38:46 -07003601 /************************
3602 * 5. Setup HW constants
3603 ************************/
Ron Rindjunskyda154e302008-06-30 17:23:20 +08003604 if (iwl_set_hw_params(priv)) {
Emmanuel Grumbach084dd7912011-05-31 09:07:00 +03003605 err = -ENOENT;
Winkler, Tomas15b16872008-12-19 10:37:33 +08003606 IWL_ERR(priv, "failed to set hw parameters\n");
Tomas Winkler073d3f52008-04-21 15:41:52 -07003607 goto out_free_eeprom;
Assaf Krauss316c30d2008-03-14 10:38:46 -07003608 }
3609
3610 /*******************
Tomas Winkler6ba87952008-05-15 13:54:17 +08003611 * 6. Setup priv
Assaf Krauss316c30d2008-03-14 10:38:46 -07003612 *******************/
Zhu Yib481de92007-09-25 17:54:57 -07003613
Tomas Winkler6ba87952008-05-15 13:54:17 +08003614 err = iwl_init_drv(priv);
Assaf Kraussbf85ea42008-03-14 10:38:49 -07003615 if (err)
Ron Rindjunsky399f4902008-04-23 17:14:56 -07003616 goto out_free_eeprom;
Assaf Kraussbf85ea42008-03-14 10:38:49 -07003617 /* At this point both hw and priv are initialized. */
Assaf Krauss316c30d2008-03-14 10:38:46 -07003618
Assaf Krauss316c30d2008-03-14 10:38:46 -07003619 /********************
Abhijeet Kolekar09f9bf72009-04-20 14:37:03 -07003620 * 7. Setup services
Assaf Krauss316c30d2008-03-14 10:38:46 -07003621 ********************/
Johannes Berg519d8ab2011-04-05 09:42:11 -07003622 iwl_alloc_isr_ict(priv);
Wey-Yi Guye39fdee2010-11-10 09:56:40 -08003623
Emmanuel Grumbach705cd452011-06-18 08:21:12 -07003624 err = request_irq(priv->bus.irq, iwl_isr_ict, IRQF_SHARED,
3625 DRV_NAME, priv);
Helmut Schaa6cd0b1c2009-01-19 13:10:07 +01003626 if (err) {
Emmanuel Grumbach705cd452011-06-18 08:21:12 -07003627 IWL_ERR(priv, "Error allocating IRQ %d\n", priv->bus.irq);
Emmanuel Grumbach084dd7912011-05-31 09:07:00 +03003628 goto out_uninit_drv;
Helmut Schaa6cd0b1c2009-01-19 13:10:07 +01003629 }
Assaf Krauss316c30d2008-03-14 10:38:46 -07003630
Emmanuel Grumbach4e393172008-06-12 09:46:53 +08003631 iwl_setup_deferred_work(priv);
Emmanuel Grumbach653fa4a2008-06-30 17:23:11 +08003632 iwl_setup_rx_handlers(priv);
Cindy H. Kao4613e722011-05-06 10:40:15 -07003633 iwl_testmode_init(priv);
Assaf Krauss316c30d2008-03-14 10:38:46 -07003634
Johannes Berg158bea02010-01-22 14:22:53 -08003635 /*********************************************
Emmanuel Grumbach084dd7912011-05-31 09:07:00 +03003636 * 8. Enable interrupts
Johannes Berg158bea02010-01-22 14:22:53 -08003637 *********************************************/
Tomas Winkler6ba87952008-05-15 13:54:17 +08003638
Stanislaw Gruszka554d1d02010-12-23 12:38:21 +01003639 iwl_enable_rfkill_int(priv);
Helmut Schaa6cd0b1c2009-01-19 13:10:07 +01003640
Helmut Schaa6cd0b1c2009-01-19 13:10:07 +01003641 /* If platform's RF_KILL switch is NOT set to KILL */
3642 if (iwl_read32(priv, CSR_GP_CNTRL) & CSR_GP_CNTRL_REG_FLAG_HW_RF_KILL_SW)
3643 clear_bit(STATUS_RF_KILL_HW, &priv->status);
3644 else
3645 set_bit(STATUS_RF_KILL_HW, &priv->status);
Tomas Winkler6ba87952008-05-15 13:54:17 +08003646
Johannes Berga60e77e2009-06-04 18:26:06 +02003647 wiphy_rfkill_set_hw_state(priv->hw->wiphy,
3648 test_bit(STATUS_RF_KILL_HW, &priv->status));
Helmut Schaa6cd0b1c2009-01-19 13:10:07 +01003649
Emmanuel Grumbach58d0f362008-06-12 09:47:19 +08003650 iwl_power_initialize(priv);
Wey-Yi Guy39b73fb12009-07-24 11:13:02 -07003651 iwl_tt_initialize(priv);
Johannes Berg158bea02010-01-22 14:22:53 -08003652
Reinette Chatrea15707d2010-05-10 15:08:11 -07003653 init_completion(&priv->_agn.firmware_loading_complete);
Johannes Berg562db532010-04-29 07:41:53 -07003654
Johannes Bergb08dfd02010-01-29 11:54:56 -08003655 err = iwl_request_firmware(priv, true);
Johannes Berg158bea02010-01-22 14:22:53 -08003656 if (err)
Emmanuel Grumbach7d476182010-05-23 00:14:08 -07003657 goto out_destroy_workqueue;
Johannes Berg158bea02010-01-22 14:22:53 -08003658
Zhu Yib481de92007-09-25 17:54:57 -07003659 return 0;
3660
Emmanuel Grumbach7d476182010-05-23 00:14:08 -07003661 out_destroy_workqueue:
Reinette Chatrec8f16132009-02-27 16:21:22 -08003662 destroy_workqueue(priv->workqueue);
3663 priv->workqueue = NULL;
Emmanuel Grumbach705cd452011-06-18 08:21:12 -07003664 free_irq(priv->bus.irq, priv);
Emmanuel Grumbach93cce6f2011-05-27 08:40:29 -07003665 iwl_free_isr_ict(priv);
Emmanuel Grumbach084dd7912011-05-31 09:07:00 +03003666 out_uninit_drv:
Tomas Winkler6ba87952008-05-15 13:54:17 +08003667 iwl_uninit_drv(priv);
Tomas Winkler073d3f52008-04-21 15:41:52 -07003668 out_free_eeprom:
3669 iwl_eeprom_free(priv);
Emmanuel Grumbach084dd7912011-05-31 09:07:00 +03003670 out_free_traffic_mem:
Wey-Yi Guy20594eb2009-08-07 15:41:39 -07003671 iwl_free_traffic_mem(priv);
Wey-Yi Guyd7c76f42009-10-09 13:20:17 -07003672 ieee80211_free_hw(priv->hw);
Zhu Yib481de92007-09-25 17:54:57 -07003673 out:
3674 return err;
3675}
3676
Emmanuel Grumbacha48709c2011-05-31 08:22:30 +03003677void __devexit iwl_remove(struct iwl_priv * priv)
Zhu Yib481de92007-09-25 17:54:57 -07003678{
Mohamed Abbas0359fac2008-03-28 16:21:08 -07003679 unsigned long flags;
Zhu Yib481de92007-09-25 17:54:57 -07003680
Reinette Chatrea15707d2010-05-10 15:08:11 -07003681 wait_for_completion(&priv->_agn.firmware_loading_complete);
Johannes Berg562db532010-04-29 07:41:53 -07003682
Tomas Winklere1623442009-01-27 14:27:56 -08003683 IWL_DEBUG_INFO(priv, "*** UNLOAD DRIVER ***\n");
Zhu Yib481de92007-09-25 17:54:57 -07003684
Emmanuel Grumbach67249622008-05-29 16:35:26 +08003685 iwl_dbgfs_unregister(priv);
Emmanuel Grumbach3599d392011-05-31 08:52:10 +03003686 sysfs_remove_group(&priv->bus.dev->kobj,
3687 &iwl_attribute_group);
Emmanuel Grumbach67249622008-05-29 16:35:26 +08003688
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07003689 /* ieee80211_unregister_hw call wil cause iwl_mac_stop to
3690 * to be called and iwl_down since we are removing the device
Gregory Greenman0b124c32008-09-03 11:18:50 +08003691 * we need to set STATUS_EXIT_PENDING bit.
3692 */
3693 set_bit(STATUS_EXIT_PENDING, &priv->status);
Wey-Yi Guy5ed540a2011-01-21 15:26:39 -08003694
Wey-Yi Guy7a4e5282011-05-06 10:21:28 -07003695 iwl_testmode_cleanup(priv);
Wey-Yi Guy5ed540a2011-01-21 15:26:39 -08003696 iwl_leds_exit(priv);
3697
Ron Rindjunskyc4f55232008-03-28 16:21:10 -07003698 if (priv->mac80211_registered) {
3699 ieee80211_unregister_hw(priv->hw);
3700 priv->mac80211_registered = 0;
3701 }
3702
Johannes Berg1a10f432011-04-13 03:14:44 -07003703 /* Reset to low power before unloading driver. */
Johannes Berg14e8e4a2010-09-22 18:02:10 +02003704 iwl_apm_stop(priv);
Ben Cahillc166b252009-10-23 13:42:35 -07003705
Wey-Yi Guy39b73fb12009-07-24 11:13:02 -07003706 iwl_tt_exit(priv);
3707
Mohamed Abbas0359fac2008-03-28 16:21:08 -07003708 /* make sure we flush any pending irq or
3709 * tasklet for the driver
3710 */
3711 spin_lock_irqsave(&priv->lock, flags);
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07003712 iwl_disable_interrupts(priv);
Mohamed Abbas0359fac2008-03-28 16:21:08 -07003713 spin_unlock_irqrestore(&priv->lock, flags);
3714
3715 iwl_synchronize_irq(priv);
3716
Emmanuel Grumbach3599d392011-05-31 08:52:10 +03003717 iwl_dealloc_ucode(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003718
Emmanuel Grumbacha0f6b0a2011-06-21 14:25:45 +03003719 priv->trans.ops->rx_free(priv);
Wey-Yi Guy74bcdb32010-03-17 13:34:34 -07003720 iwlagn_hw_txq_ctx_free(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003721
Tomas Winkler073d3f52008-04-21 15:41:52 -07003722 iwl_eeprom_free(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003723
Zhu Yib481de92007-09-25 17:54:57 -07003724
Mohamed Abbas948c1712007-10-25 17:15:45 +08003725 /*netif_stop_queue(dev); */
3726 flush_workqueue(priv->workqueue);
3727
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07003728 /* ieee80211_unregister_hw calls iwl_mac_stop, which flushes
Zhu Yib481de92007-09-25 17:54:57 -07003729 * priv->workqueue... so we can't take down the workqueue
3730 * until now... */
3731 destroy_workqueue(priv->workqueue);
3732 priv->workqueue = NULL;
Wey-Yi Guy20594eb2009-08-07 15:41:39 -07003733 iwl_free_traffic_mem(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003734
Emmanuel Grumbach705cd452011-06-18 08:21:12 -07003735 free_irq(priv->bus.irq, priv);
Emmanuel Grumbacha48709c2011-05-31 08:22:30 +03003736 priv->bus.ops->set_drv_data(&priv->bus, NULL);
Zhu Yib481de92007-09-25 17:54:57 -07003737
Tomas Winkler6ba87952008-05-15 13:54:17 +08003738 iwl_uninit_drv(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003739
Johannes Berg519d8ab2011-04-05 09:42:11 -07003740 iwl_free_isr_ict(priv);
Mohamed Abbasef850d72009-05-22 11:01:50 -07003741
Johannes Berg77834542010-10-04 05:50:36 -07003742 dev_kfree_skb(priv->beacon_skb);
Zhu Yib481de92007-09-25 17:54:57 -07003743
3744 ieee80211_free_hw(priv->hw);
3745}
3746
Zhu Yib481de92007-09-25 17:54:57 -07003747
3748/*****************************************************************************
3749 *
3750 * driver and module entry point
3751 *
3752 *****************************************************************************/
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07003753static int __init iwl_init(void)
Zhu Yib481de92007-09-25 17:54:57 -07003754{
3755
3756 int ret;
Joe Perchesc96c31e2010-07-26 14:39:58 -07003757 pr_info(DRV_DESCRIPTION ", " DRV_VERSION "\n");
3758 pr_info(DRV_COPYRIGHT "\n");
Reinette Chatre897e1cf2008-03-28 16:21:09 -07003759
Tomas Winklere227cea2008-07-18 13:53:05 +08003760 ret = iwlagn_rate_control_register();
Reinette Chatre897e1cf2008-03-28 16:21:09 -07003761 if (ret) {
Joe Perchesc96c31e2010-07-26 14:39:58 -07003762 pr_err("Unable to register rate control algorithm: %d\n", ret);
Reinette Chatre897e1cf2008-03-28 16:21:09 -07003763 return ret;
3764 }
3765
Emmanuel Grumbach48d1a212011-05-24 11:39:02 +03003766 ret = iwl_pci_register_driver();
Zhu Yib481de92007-09-25 17:54:57 -07003767
Emmanuel Grumbach48d1a212011-05-24 11:39:02 +03003768 if (ret)
3769 goto error_register;
Zhu Yib481de92007-09-25 17:54:57 -07003770 return ret;
Reinette Chatre897e1cf2008-03-28 16:21:09 -07003771
Reinette Chatre897e1cf2008-03-28 16:21:09 -07003772error_register:
Tomas Winklere227cea2008-07-18 13:53:05 +08003773 iwlagn_rate_control_unregister();
Reinette Chatre897e1cf2008-03-28 16:21:09 -07003774 return ret;
Zhu Yib481de92007-09-25 17:54:57 -07003775}
3776
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07003777static void __exit iwl_exit(void)
Zhu Yib481de92007-09-25 17:54:57 -07003778{
Emmanuel Grumbach48d1a212011-05-24 11:39:02 +03003779 iwl_pci_unregister_driver();
Tomas Winklere227cea2008-07-18 13:53:05 +08003780 iwlagn_rate_control_unregister();
Zhu Yib481de92007-09-25 17:54:57 -07003781}
3782
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07003783module_exit(iwl_exit);
3784module_init(iwl_init);
Reinette Chatrea562a9d2009-07-17 09:30:24 -07003785
3786#ifdef CONFIG_IWLWIFI_DEBUG
Wey-Yi Guy4e30cb62009-09-17 10:43:47 -07003787module_param_named(debug, iwl_debug_level, uint, S_IRUGO | S_IWUSR);
Reinette Chatrea562a9d2009-07-17 09:30:24 -07003788MODULE_PARM_DESC(debug, "debug output mask");
3789#endif
3790
Wey-Yi Guy2b068612010-03-22 09:17:39 -07003791module_param_named(swcrypto, iwlagn_mod_params.sw_crypto, int, S_IRUGO);
3792MODULE_PARM_DESC(swcrypto, "using crypto in software (default 0 [hardware])");
Wey-Yi Guy2b068612010-03-22 09:17:39 -07003793module_param_named(queues_num, iwlagn_mod_params.num_of_queues, int, S_IRUGO);
3794MODULE_PARM_DESC(queues_num, "number of hw queues.");
Wey-Yi Guy2b068612010-03-22 09:17:39 -07003795module_param_named(11n_disable, iwlagn_mod_params.disable_11n, int, S_IRUGO);
3796MODULE_PARM_DESC(11n_disable, "disable 11n functionality");
Wey-Yi Guy2b068612010-03-22 09:17:39 -07003797module_param_named(amsdu_size_8K, iwlagn_mod_params.amsdu_size_8K,
3798 int, S_IRUGO);
3799MODULE_PARM_DESC(amsdu_size_8K, "enable 8K amsdu size");
Wey-Yi Guy2b068612010-03-22 09:17:39 -07003800module_param_named(fw_restart, iwlagn_mod_params.restart_fw, int, S_IRUGO);
3801MODULE_PARM_DESC(fw_restart, "restart firmware in case of error");
Johannes Bergdd7a2502010-04-28 23:33:10 -07003802
3803module_param_named(ucode_alternative, iwlagn_wanted_ucode_alternative, int,
3804 S_IRUGO);
3805MODULE_PARM_DESC(ucode_alternative,
3806 "specify ucode alternative to use from ucode file");
Wey-Yi Guybee008b2010-08-23 07:57:04 -07003807
3808module_param_named(antenna_coupling, iwlagn_ant_coupling, int, S_IRUGO);
3809MODULE_PARM_DESC(antenna_coupling,
3810 "specify antenna coupling in dB (defualt: 0 dB)");
Wey-Yi Guyf37837c2010-08-23 07:57:12 -07003811
Wey-Yi Guy9f28ebc2010-11-26 13:24:19 -08003812module_param_named(bt_ch_inhibition, iwlagn_bt_ch_announce, bool, S_IRUGO);
3813MODULE_PARM_DESC(bt_ch_inhibition,
3814 "Disable BT channel inhibition (default: enable)");
Stanislaw Gruszkab7977ff2011-02-28 14:33:15 +01003815
3816module_param_named(plcp_check, iwlagn_mod_params.plcp_check, bool, S_IRUGO);
3817MODULE_PARM_DESC(plcp_check, "Check plcp health (default: 1 [enabled])");
3818
3819module_param_named(ack_check, iwlagn_mod_params.ack_check, bool, S_IRUGO);
3820MODULE_PARM_DESC(ack_check, "Check ack health (default: 0 [disabled])");
Wey-Yi Guyb60eec92011-06-03 13:52:38 -07003821
Wey-Yi Guy300d0832011-06-25 09:17:41 -07003822module_param_named(wd_disable, iwlagn_mod_params.wd_disable, bool, S_IRUGO);
3823MODULE_PARM_DESC(wd_disable,
3824 "Disable stuck queue watchdog timer (default: 0 [enabled])");
3825
Wey-Yi Guyb60eec92011-06-03 13:52:38 -07003826/*
3827 * set bt_coex_active to true, uCode will do kill/defer
3828 * every time the priority line is asserted (BT is sending signals on the
3829 * priority line in the PCIx).
3830 * set bt_coex_active to false, uCode will ignore the BT activity and
3831 * perform the normal operation
3832 *
3833 * User might experience transmit issue on some platform due to WiFi/BT
3834 * co-exist problem. The possible behaviors are:
3835 * Able to scan and finding all the available AP
3836 * Not able to associate with any AP
3837 * On those platforms, WiFi communication can be restored by set
3838 * "bt_coex_active" module parameter to "false"
3839 *
3840 * default: bt_coex_active = true (BT_COEX_ENABLE)
3841 */
3842module_param_named(bt_coex_active, iwlagn_mod_params.bt_coex_active,
3843 bool, S_IRUGO);
3844MODULE_PARM_DESC(bt_coex_active, "enable wifi/bt co-exist (default: enable)");
Wey-Yi Guy6b0184c2011-06-03 13:52:39 -07003845
3846module_param_named(led_mode, iwlagn_mod_params.led_mode, int, S_IRUGO);
3847MODULE_PARM_DESC(led_mode, "0=system default, "
3848 "1=On(RF On)/Off(RF Off), 2=blinking (default: 0)");
Wey-Yi Guy3f1e5f42011-06-03 13:52:40 -07003849
Wey-Yi Guy0172b022011-06-11 10:00:05 -07003850module_param_named(power_save, iwlagn_mod_params.power_save,
3851 bool, S_IRUGO);
3852MODULE_PARM_DESC(power_save,
3853 "enable WiFi power management (default: disable)");
3854
Wey-Yi Guyf7538162011-06-11 10:00:06 -07003855module_param_named(power_level, iwlagn_mod_params.power_level,
3856 int, S_IRUGO);
3857MODULE_PARM_DESC(power_level,
3858 "default power save level (range from 1 - 5, default: 1)");
3859
Wey-Yi Guy3f1e5f42011-06-03 13:52:40 -07003860/*
3861 * For now, keep using power level 1 instead of automatically
3862 * adjusting ...
3863 */
3864module_param_named(no_sleep_autoadjust, iwlagn_mod_params.no_sleep_autoadjust,
3865 bool, S_IRUGO);
3866MODULE_PARM_DESC(no_sleep_autoadjust,
3867 "don't automatically adjust sleep level "
3868 "according to maximum network latency (default: true)");