blob: b06571871580dccec9e6782af38c9b2fbd9051d6 [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;
263 priv->cfg->ops->hcmd->send_bt_config(priv);
264}
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
295 priv->cfg->ops->hcmd->send_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;
2020 priv->cfg->ops->hcmd->send_bt_config(priv);
2021 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 Guyf7322f82010-08-23 15:24:49 -07002033 }
Wey-Yi Guybc795df2010-10-11 14:24:05 -07002034 if (priv->hw_params.calib_rt_cfg)
2035 iwlagn_send_calib_cfg_rt(priv, priv->hw_params.calib_rt_cfg);
2036
Johannes Berg36d68252008-05-15 12:55:26 +02002037 ieee80211_wake_queues(priv->hw);
Zhu Yib481de92007-09-25 17:54:57 -07002038
Johannes Berg470ab2d2010-01-21 11:23:30 -08002039 priv->active_rate = IWL_RATES_MASK;
Zhu Yib481de92007-09-25 17:54:57 -07002040
Wey-Yi Guy2f748de2009-09-17 10:43:51 -07002041 /* Configure Tx antenna selection based on H/W config */
2042 if (priv->cfg->ops->hcmd->set_tx_ant)
2043 priv->cfg->ops->hcmd->set_tx_ant(priv, priv->cfg->valid_tx_ant);
2044
Johannes Berg246ed352010-08-23 10:46:32 +02002045 if (iwl_is_associated_ctx(ctx)) {
Gregory Greenmanc1adf9f2008-05-15 13:53:59 +08002046 struct iwl_rxon_cmd *active_rxon =
Johannes Berg246ed352010-08-23 10:46:32 +02002047 (struct iwl_rxon_cmd *)&ctx->active;
Mohamed Abbas019fb972009-03-17 21:59:18 -07002048 /* apply any changes in staging */
Johannes Berg246ed352010-08-23 10:46:32 +02002049 ctx->staging.filter_flags |= RXON_FILTER_ASSOC_MSK;
Zhu Yib481de92007-09-25 17:54:57 -07002050 active_rxon->filter_flags &= ~RXON_FILTER_ASSOC_MSK;
2051 } else {
Johannes Bergd0fe4782010-08-23 10:46:58 +02002052 struct iwl_rxon_context *tmp;
Zhu Yib481de92007-09-25 17:54:57 -07002053 /* Initialize our rx_config data */
Johannes Bergd0fe4782010-08-23 10:46:58 +02002054 for_each_context(priv, tmp)
2055 iwl_connection_init_rx_config(priv, tmp);
Abhijeet Kolekar45823532009-04-08 11:26:44 -07002056
2057 if (priv->cfg->ops->hcmd->set_rxon_chain)
Johannes Berg246ed352010-08-23 10:46:32 +02002058 priv->cfg->ops->hcmd->set_rxon_chain(priv, ctx);
Zhu Yib481de92007-09-25 17:54:57 -07002059 }
2060
Wey-Yi Guy73b78a22011-02-11 08:13:14 -08002061 if (!priv->cfg->bt_params || (priv->cfg->bt_params &&
2062 !priv->cfg->bt_params->advanced_bt_coexist)) {
2063 /*
2064 * default is 2-wire BT coexexistence support
2065 */
Wey-Yi Guyaeb4a2e2010-08-23 07:57:05 -07002066 priv->cfg->ops->hcmd->send_bt_config(priv);
2067 }
Zhu Yib481de92007-09-25 17:54:57 -07002068
Tomas Winkler4a4a9e82008-05-29 16:34:54 +08002069 iwl_reset_run_time_calib(priv);
2070
Wey-Yi Guy9e2e7422010-11-12 13:52:37 -08002071 set_bit(STATUS_READY, &priv->status);
2072
Zhu Yib481de92007-09-25 17:54:57 -07002073 /* Configure the adapter for unassociated operation */
Wey-Yi Guy805a3b82011-06-03 07:54:16 -07002074 ret = iwlagn_commit_rxon(priv, ctx);
Johannes Bergca7966c2011-04-22 10:15:23 -07002075 if (ret)
2076 return ret;
Zhu Yib481de92007-09-25 17:54:57 -07002077
2078 /* At this point, the NIC is initialized and operational */
Emmanuel Grumbach47f4a582008-06-12 09:47:13 +08002079 iwl_rf_kill_ct_config(priv);
Zhu Yi5a66926a2008-01-14 17:46:18 -08002080
Tomas Winklere1623442009-01-27 14:27:56 -08002081 IWL_DEBUG_INFO(priv, "ALIVE processing complete.\n");
Zhu Yib481de92007-09-25 17:54:57 -07002082
Johannes Bergca7966c2011-04-22 10:15:23 -07002083 return iwl_power_update_mode(priv, true);
Zhu Yib481de92007-09-25 17:54:57 -07002084}
2085
Emmanuel Grumbach4e393172008-06-12 09:46:53 +08002086static void iwl_cancel_deferred_work(struct iwl_priv *priv);
Zhu Yib481de92007-09-25 17:54:57 -07002087
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07002088static void __iwl_down(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002089{
Dan Carpenter22dd2fd2011-03-15 10:03:24 +03002090 int exit_pending;
Zhu Yib481de92007-09-25 17:54:57 -07002091
Tomas Winklere1623442009-01-27 14:27:56 -08002092 IWL_DEBUG_INFO(priv, DRV_NAME " is going down\n");
Zhu Yib481de92007-09-25 17:54:57 -07002093
Stanislaw Gruszkad745d472010-09-13 14:46:35 +02002094 iwl_scan_cancel_timeout(priv, 200);
2095
2096 exit_pending = test_and_set_bit(STATUS_EXIT_PENDING, &priv->status);
Zhu Yib481de92007-09-25 17:54:57 -07002097
Stanislaw Gruszkab62177a2010-08-20 15:23:47 +02002098 /* Stop TX queues watchdog. We need to have STATUS_EXIT_PENDING bit set
2099 * to prevent rearm timer */
Stanislaw Gruszka22de94d2010-12-03 15:41:48 +01002100 del_timer_sync(&priv->watchdog);
Stanislaw Gruszkab62177a2010-08-20 15:23:47 +02002101
Johannes Bergdcef7322010-08-27 08:55:52 -07002102 iwl_clear_ucode_stations(priv, NULL);
Johannes Berga194e322010-08-27 08:53:46 -07002103 iwl_dealloc_bcast_stations(priv);
Johannes Bergdb125c72010-05-07 01:49:15 -07002104 iwl_clear_driver_stations(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002105
Johannes Berga1174132010-08-23 07:56:59 -07002106 /* reset BT coex data */
Wey-Yi Guyda5dbb92010-08-23 07:57:13 -07002107 priv->bt_status = 0;
Wey-Yi Guy7cb1b082010-10-06 08:10:00 -07002108 if (priv->cfg->bt_params)
2109 priv->bt_traffic_load =
2110 priv->cfg->bt_params->bt_init_traffic_load;
2111 else
2112 priv->bt_traffic_load = 0;
Wey-Yi Guybee008b2010-08-23 07:57:04 -07002113 priv->bt_full_concurrent = false;
2114 priv->bt_ci_compliance = 0;
Johannes Berga1174132010-08-23 07:56:59 -07002115
Zhu Yib481de92007-09-25 17:54:57 -07002116 /* Wipe out the EXIT_PENDING status bit if we are not actually
2117 * exiting the module */
2118 if (!exit_pending)
2119 clear_bit(STATUS_EXIT_PENDING, &priv->status);
2120
Zhu Yib481de92007-09-25 17:54:57 -07002121 if (priv->mac80211_registered)
2122 ieee80211_stop_queues(priv->hw);
2123
Johannes Berg1a10f432011-04-13 03:14:44 -07002124 /* Clear out all status bits but a few that are stable across reset */
Zhu Yib481de92007-09-25 17:54:57 -07002125 priv->status &= test_bit(STATUS_RF_KILL_HW, &priv->status) <<
2126 STATUS_RF_KILL_HW |
Reinette Chatre97888642008-02-06 11:20:38 -08002127 test_bit(STATUS_GEO_CONFIGURED, &priv->status) <<
2128 STATUS_GEO_CONFIGURED |
Zhu Yib481de92007-09-25 17:54:57 -07002129 test_bit(STATUS_FW_ERROR, &priv->status) <<
Mohamed Abbas052ec3f2008-06-30 17:23:15 +08002130 STATUS_FW_ERROR |
2131 test_bit(STATUS_EXIT_PENDING, &priv->status) <<
2132 STATUS_EXIT_PENDING;
Zhu Yib481de92007-09-25 17:54:57 -07002133
Johannes Bergbc4f8ad2011-04-13 03:14:45 -07002134 iwlagn_stop_device(priv);
Ben Cahill4d2ccdb2009-10-09 13:20:20 -07002135
Johannes Berg77834542010-10-04 05:50:36 -07002136 dev_kfree_skb(priv->beacon_skb);
Johannes Berg12e934d2010-10-04 05:50:06 -07002137 priv->beacon_skb = NULL;
Zhu Yib481de92007-09-25 17:54:57 -07002138}
2139
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07002140static void iwl_down(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002141{
2142 mutex_lock(&priv->mutex);
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07002143 __iwl_down(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002144 mutex_unlock(&priv->mutex);
Zhu Yib24d22b2007-12-19 13:59:52 +08002145
Emmanuel Grumbach4e393172008-06-12 09:46:53 +08002146 iwl_cancel_deferred_work(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002147}
2148
Mohamed Abbas086ed112009-05-22 11:01:54 -07002149#define HW_READY_TIMEOUT (50)
2150
Johannes Berg4cd2bf72011-04-13 03:14:52 -07002151/* Note: returns poll_bit return value, which is >= 0 if success */
Mohamed Abbas086ed112009-05-22 11:01:54 -07002152static int iwl_set_hw_ready(struct iwl_priv *priv)
2153{
Johannes Berg4cd2bf72011-04-13 03:14:52 -07002154 int ret;
Mohamed Abbas086ed112009-05-22 11:01:54 -07002155
2156 iwl_set_bit(priv, CSR_HW_IF_CONFIG_REG,
2157 CSR_HW_IF_CONFIG_REG_BIT_NIC_READY);
2158
2159 /* See if we got it */
2160 ret = iwl_poll_bit(priv, CSR_HW_IF_CONFIG_REG,
2161 CSR_HW_IF_CONFIG_REG_BIT_NIC_READY,
2162 CSR_HW_IF_CONFIG_REG_BIT_NIC_READY,
2163 HW_READY_TIMEOUT);
Mohamed Abbas086ed112009-05-22 11:01:54 -07002164
Johannes Berg4cd2bf72011-04-13 03:14:52 -07002165 IWL_DEBUG_INFO(priv, "hardware%s ready\n", ret < 0 ? " not" : "");
Mohamed Abbas086ed112009-05-22 11:01:54 -07002166 return ret;
2167}
2168
Johannes Berg4cd2bf72011-04-13 03:14:52 -07002169/* Note: returns standard 0/-ERROR code */
Johannes Berg3e14c1f2011-04-13 03:14:46 -07002170int iwl_prepare_card_hw(struct iwl_priv *priv)
Mohamed Abbas086ed112009-05-22 11:01:54 -07002171{
Johannes Berg4cd2bf72011-04-13 03:14:52 -07002172 int ret;
Mohamed Abbas086ed112009-05-22 11:01:54 -07002173
Frans Pop91dd6c22010-03-24 14:19:58 -07002174 IWL_DEBUG_INFO(priv, "iwl_prepare_card_hw enter\n");
Mohamed Abbas086ed112009-05-22 11:01:54 -07002175
Mohamed Abbas3354a0f2009-06-19 13:52:41 -07002176 ret = iwl_set_hw_ready(priv);
Johannes Berg4cd2bf72011-04-13 03:14:52 -07002177 if (ret >= 0)
2178 return 0;
Mohamed Abbas3354a0f2009-06-19 13:52:41 -07002179
2180 /* If HW is not ready, prepare the conditions to check again */
Mohamed Abbas086ed112009-05-22 11:01:54 -07002181 iwl_set_bit(priv, CSR_HW_IF_CONFIG_REG,
2182 CSR_HW_IF_CONFIG_REG_PREPARE);
2183
2184 ret = iwl_poll_bit(priv, CSR_HW_IF_CONFIG_REG,
2185 ~CSR_HW_IF_CONFIG_REG_BIT_NIC_PREPARE_DONE,
2186 CSR_HW_IF_CONFIG_REG_BIT_NIC_PREPARE_DONE, 150000);
2187
Johannes Berg4cd2bf72011-04-13 03:14:52 -07002188 if (ret < 0)
2189 return ret;
Mohamed Abbas086ed112009-05-22 11:01:54 -07002190
Johannes Berg4cd2bf72011-04-13 03:14:52 -07002191 /* HW should be ready by now, check again. */
2192 ret = iwl_set_hw_ready(priv);
2193 if (ret >= 0)
2194 return 0;
Mohamed Abbas086ed112009-05-22 11:01:54 -07002195 return ret;
2196}
2197
Zhu Yib481de92007-09-25 17:54:57 -07002198#define MAX_HW_RESTARTS 5
2199
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07002200static int __iwl_up(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002201{
Johannes Berga194e322010-08-27 08:53:46 -07002202 struct iwl_rxon_context *ctx;
Tomas Winkler57aab752008-04-14 21:16:03 -07002203 int ret;
Zhu Yib481de92007-09-25 17:54:57 -07002204
Johannes Bergca7966c2011-04-22 10:15:23 -07002205 lockdep_assert_held(&priv->mutex);
2206
Zhu Yib481de92007-09-25 17:54:57 -07002207 if (test_bit(STATUS_EXIT_PENDING, &priv->status)) {
Winkler, Tomas39aadf82008-12-19 10:37:32 +08002208 IWL_WARN(priv, "Exit pending; will not bring the NIC up\n");
Zhu Yib481de92007-09-25 17:54:57 -07002209 return -EIO;
2210 }
2211
Johannes Berga194e322010-08-27 08:53:46 -07002212 for_each_context(priv, ctx) {
Johannes Berga30e3112010-09-22 18:02:01 +02002213 ret = iwlagn_alloc_bcast_station(priv, ctx);
Johannes Berga194e322010-08-27 08:53:46 -07002214 if (ret) {
2215 iwl_dealloc_bcast_stations(priv);
2216 return ret;
2217 }
2218 }
Johannes Berg2c810cc2010-04-29 00:53:29 -07002219
Johannes Bergca7966c2011-04-22 10:15:23 -07002220 ret = iwlagn_run_init_ucode(priv);
2221 if (ret) {
2222 IWL_ERR(priv, "Failed to run INIT ucode: %d\n", ret);
2223 goto error;
Zhu Yib481de92007-09-25 17:54:57 -07002224 }
2225
Johannes Bergca7966c2011-04-22 10:15:23 -07002226 ret = iwlagn_load_ucode_wait_alive(priv,
Johannes Bergdbf28e212011-04-16 08:29:24 -07002227 &priv->ucode_rt,
Johannes Berg872907b2011-06-06 09:41:15 -07002228 IWL_UCODE_REGULAR);
Johannes Bergca7966c2011-04-22 10:15:23 -07002229 if (ret) {
2230 IWL_ERR(priv, "Failed to start RT ucode: %d\n", ret);
2231 goto error;
2232 }
2233
2234 ret = iwl_alive_start(priv);
2235 if (ret)
2236 goto error;
2237 return 0;
2238
2239 error:
Zhu Yib481de92007-09-25 17:54:57 -07002240 set_bit(STATUS_EXIT_PENDING, &priv->status);
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07002241 __iwl_down(priv);
Mohamed Abbas64e72c3e2008-06-12 09:47:03 +08002242 clear_bit(STATUS_EXIT_PENDING, &priv->status);
Zhu Yib481de92007-09-25 17:54:57 -07002243
Johannes Bergca7966c2011-04-22 10:15:23 -07002244 IWL_ERR(priv, "Unable to initialize device.\n");
2245 return ret;
Zhu Yib481de92007-09-25 17:54:57 -07002246}
2247
2248
2249/*****************************************************************************
2250 *
2251 * Workqueue callbacks
2252 *
2253 *****************************************************************************/
2254
Emmanuel Grumbach16e727e2008-06-12 09:46:52 +08002255static void iwl_bg_run_time_calib_work(struct work_struct *work)
2256{
2257 struct iwl_priv *priv = container_of(work, struct iwl_priv,
2258 run_time_calib_work);
2259
2260 mutex_lock(&priv->mutex);
2261
2262 if (test_bit(STATUS_EXIT_PENDING, &priv->status) ||
2263 test_bit(STATUS_SCANNING, &priv->status)) {
2264 mutex_unlock(&priv->mutex);
2265 return;
2266 }
2267
2268 if (priv->start_calib) {
Johannes Berg0da0e5b2011-04-08 08:14:56 -07002269 iwl_chain_noise_calibration(priv);
2270 iwl_sensitivity_calibration(priv);
Emmanuel Grumbach16e727e2008-06-12 09:46:52 +08002271 }
2272
2273 mutex_unlock(&priv->mutex);
Emmanuel Grumbach16e727e2008-06-12 09:46:52 +08002274}
2275
Johannes Berge43e85c2011-04-19 07:45:16 -07002276static void iwlagn_prepare_restart(struct iwl_priv *priv)
2277{
2278 struct iwl_rxon_context *ctx;
2279 bool bt_full_concurrent;
2280 u8 bt_ci_compliance;
2281 u8 bt_load;
2282 u8 bt_status;
2283
2284 lockdep_assert_held(&priv->mutex);
2285
2286 for_each_context(priv, ctx)
2287 ctx->vif = NULL;
2288 priv->is_open = 0;
2289
2290 /*
2291 * __iwl_down() will clear the BT status variables,
2292 * which is correct, but when we restart we really
2293 * want to keep them so restore them afterwards.
2294 *
2295 * The restart process will later pick them up and
2296 * re-configure the hw when we reconfigure the BT
2297 * command.
2298 */
2299 bt_full_concurrent = priv->bt_full_concurrent;
2300 bt_ci_compliance = priv->bt_ci_compliance;
2301 bt_load = priv->bt_traffic_load;
2302 bt_status = priv->bt_status;
2303
2304 __iwl_down(priv);
2305
2306 priv->bt_full_concurrent = bt_full_concurrent;
2307 priv->bt_ci_compliance = bt_ci_compliance;
2308 priv->bt_traffic_load = bt_load;
2309 priv->bt_status = bt_status;
2310}
2311
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07002312static void iwl_bg_restart(struct work_struct *data)
Zhu Yib481de92007-09-25 17:54:57 -07002313{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07002314 struct iwl_priv *priv = container_of(data, struct iwl_priv, restart);
Zhu Yib481de92007-09-25 17:54:57 -07002315
2316 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
2317 return;
2318
Johannes Berg19cc1082009-05-08 13:44:36 -07002319 if (test_and_clear_bit(STATUS_FW_ERROR, &priv->status)) {
2320 mutex_lock(&priv->mutex);
Johannes Berge43e85c2011-04-19 07:45:16 -07002321 iwlagn_prepare_restart(priv);
Johannes Berg19cc1082009-05-08 13:44:36 -07002322 mutex_unlock(&priv->mutex);
Johannes Berga1174132010-08-23 07:56:59 -07002323 iwl_cancel_deferred_work(priv);
Johannes Berg19cc1082009-05-08 13:44:36 -07002324 ieee80211_restart_hw(priv->hw);
2325 } else {
Johannes Bergca7966c2011-04-22 10:15:23 -07002326 WARN_ON(1);
Johannes Berg19cc1082009-05-08 13:44:36 -07002327 }
Zhu Yib481de92007-09-25 17:54:57 -07002328}
2329
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07002330static void iwl_bg_rx_replenish(struct work_struct *data)
Zhu Yib481de92007-09-25 17:54:57 -07002331{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07002332 struct iwl_priv *priv =
2333 container_of(data, struct iwl_priv, rx_replenish);
Zhu Yib481de92007-09-25 17:54:57 -07002334
2335 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
2336 return;
2337
2338 mutex_lock(&priv->mutex);
Wey-Yi Guy54b81552010-03-17 13:34:35 -07002339 iwlagn_rx_replenish(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002340 mutex_unlock(&priv->mutex);
2341}
2342
Johannes Berg266af4c72011-03-10 20:13:26 -08002343static int iwl_mac_offchannel_tx(struct ieee80211_hw *hw, struct sk_buff *skb,
2344 struct ieee80211_channel *chan,
2345 enum nl80211_channel_type channel_type,
2346 unsigned int wait)
2347{
2348 struct iwl_priv *priv = hw->priv;
2349 int ret;
2350
2351 /* Not supported if we don't have PAN */
2352 if (!(priv->valid_contexts & BIT(IWL_RXON_CTX_PAN))) {
2353 ret = -EOPNOTSUPP;
2354 goto free;
2355 }
2356
2357 /* Not supported on pre-P2P firmware */
2358 if (!(priv->contexts[IWL_RXON_CTX_PAN].interface_modes &
2359 BIT(NL80211_IFTYPE_P2P_CLIENT))) {
2360 ret = -EOPNOTSUPP;
2361 goto free;
2362 }
2363
2364 mutex_lock(&priv->mutex);
2365
2366 if (!priv->contexts[IWL_RXON_CTX_PAN].is_active) {
2367 /*
2368 * If the PAN context is free, use the normal
2369 * way of doing remain-on-channel offload + TX.
2370 */
2371 ret = 1;
2372 goto out;
2373 }
2374
2375 /* TODO: queue up if scanning? */
2376 if (test_bit(STATUS_SCANNING, &priv->status) ||
2377 priv->_agn.offchan_tx_skb) {
2378 ret = -EBUSY;
2379 goto out;
2380 }
2381
2382 /*
2383 * max_scan_ie_len doesn't include the blank SSID or the header,
2384 * so need to add that again here.
2385 */
2386 if (skb->len > hw->wiphy->max_scan_ie_len + 24 + 2) {
2387 ret = -ENOBUFS;
2388 goto out;
2389 }
2390
2391 priv->_agn.offchan_tx_skb = skb;
2392 priv->_agn.offchan_tx_timeout = wait;
2393 priv->_agn.offchan_tx_chan = chan;
2394
2395 ret = iwl_scan_initiate(priv, priv->contexts[IWL_RXON_CTX_PAN].vif,
2396 IWL_SCAN_OFFCH_TX, chan->band);
2397 if (ret)
2398 priv->_agn.offchan_tx_skb = NULL;
2399 out:
2400 mutex_unlock(&priv->mutex);
2401 free:
2402 if (ret < 0)
2403 kfree_skb(skb);
2404
2405 return ret;
2406}
2407
2408static int iwl_mac_offchannel_tx_cancel_wait(struct ieee80211_hw *hw)
2409{
2410 struct iwl_priv *priv = hw->priv;
2411 int ret;
2412
2413 mutex_lock(&priv->mutex);
2414
Dan Carpenterf8a22a22011-03-15 10:01:58 +03002415 if (!priv->_agn.offchan_tx_skb) {
2416 ret = -EINVAL;
2417 goto unlock;
2418 }
Johannes Berg266af4c72011-03-10 20:13:26 -08002419
2420 priv->_agn.offchan_tx_skb = NULL;
2421
2422 ret = iwl_scan_cancel_timeout(priv, 200);
2423 if (ret)
2424 ret = -EIO;
Dan Carpenterf8a22a22011-03-15 10:01:58 +03002425unlock:
Johannes Berg266af4c72011-03-10 20:13:26 -08002426 mutex_unlock(&priv->mutex);
2427
2428 return ret;
2429}
2430
Zhu Yib481de92007-09-25 17:54:57 -07002431/*****************************************************************************
2432 *
2433 * mac80211 entry point functions
2434 *
2435 *****************************************************************************/
2436
Johannes Berg0fd09502011-05-27 08:40:30 -07002437static const struct ieee80211_iface_limit iwlagn_sta_ap_limits[] = {
2438 {
2439 .max = 1,
2440 .types = BIT(NL80211_IFTYPE_STATION),
2441 },
2442 {
2443 .max = 1,
2444 .types = BIT(NL80211_IFTYPE_AP),
2445 },
2446};
2447
2448static const struct ieee80211_iface_limit iwlagn_2sta_limits[] = {
2449 {
2450 .max = 2,
2451 .types = BIT(NL80211_IFTYPE_STATION),
2452 },
2453};
2454
2455static const struct ieee80211_iface_limit iwlagn_p2p_sta_go_limits[] = {
2456 {
2457 .max = 1,
2458 .types = BIT(NL80211_IFTYPE_STATION),
2459 },
2460 {
2461 .max = 1,
2462 .types = BIT(NL80211_IFTYPE_P2P_GO) |
2463 BIT(NL80211_IFTYPE_AP),
2464 },
2465};
2466
2467static const struct ieee80211_iface_limit iwlagn_p2p_2sta_limits[] = {
2468 {
2469 .max = 2,
2470 .types = BIT(NL80211_IFTYPE_STATION),
2471 },
2472 {
2473 .max = 1,
2474 .types = BIT(NL80211_IFTYPE_P2P_CLIENT),
2475 },
2476};
2477
2478static const struct ieee80211_iface_combination
2479iwlagn_iface_combinations_dualmode[] = {
2480 { .num_different_channels = 1,
2481 .max_interfaces = 2,
2482 .beacon_int_infra_match = true,
2483 .limits = iwlagn_sta_ap_limits,
2484 .n_limits = ARRAY_SIZE(iwlagn_sta_ap_limits),
2485 },
2486 { .num_different_channels = 1,
2487 .max_interfaces = 2,
2488 .limits = iwlagn_2sta_limits,
2489 .n_limits = ARRAY_SIZE(iwlagn_2sta_limits),
2490 },
2491};
2492
2493static const struct ieee80211_iface_combination
2494iwlagn_iface_combinations_p2p[] = {
2495 { .num_different_channels = 1,
2496 .max_interfaces = 2,
2497 .beacon_int_infra_match = true,
2498 .limits = iwlagn_p2p_sta_go_limits,
2499 .n_limits = ARRAY_SIZE(iwlagn_p2p_sta_go_limits),
2500 },
2501 { .num_different_channels = 1,
2502 .max_interfaces = 2,
2503 .limits = iwlagn_p2p_2sta_limits,
2504 .n_limits = ARRAY_SIZE(iwlagn_p2p_2sta_limits),
2505 },
2506};
2507
Reinette Chatref0b6e2e2009-10-16 14:25:53 -07002508/*
2509 * Not a mac80211 entry point function, but it fits in with all the
2510 * other mac80211 functions grouped here.
2511 */
Johannes Bergdd7a2502010-04-28 23:33:10 -07002512static int iwl_mac_setup_register(struct iwl_priv *priv,
2513 struct iwlagn_ucode_capabilities *capa)
Reinette Chatref0b6e2e2009-10-16 14:25:53 -07002514{
2515 int ret;
2516 struct ieee80211_hw *hw = priv->hw;
Johannes Bergd0fe4782010-08-23 10:46:58 +02002517 struct iwl_rxon_context *ctx;
2518
Reinette Chatref0b6e2e2009-10-16 14:25:53 -07002519 hw->rate_control_algorithm = "iwl-agn-rs";
2520
2521 /* Tell mac80211 our characteristics */
2522 hw->flags = IEEE80211_HW_SIGNAL_DBM |
Reinette Chatref0b6e2e2009-10-16 14:25:53 -07002523 IEEE80211_HW_AMPDU_AGGREGATION |
Johannes Berg2491fa42010-08-23 10:46:52 +02002524 IEEE80211_HW_NEED_DTIM_PERIOD |
Johannes Berg6fb55112010-11-16 11:55:02 -08002525 IEEE80211_HW_SPECTRUM_MGMT |
2526 IEEE80211_HW_REPORTS_TX_ACK_STATUS;
Reinette Chatref0b6e2e2009-10-16 14:25:53 -07002527
Johannes Berg9b768832011-01-19 02:54:18 -08002528 hw->max_tx_aggregation_subframes = LINK_QUAL_AGG_FRAME_LIMIT_DEF;
2529
Wey-Yi Guy23c0fcc2011-04-01 16:29:53 -07002530 hw->flags |= IEEE80211_HW_SUPPORTS_PS |
2531 IEEE80211_HW_SUPPORTS_DYNAMIC_PS;
Reinette Chatref0b6e2e2009-10-16 14:25:53 -07002532
Wey-Yi Guy88950752011-06-06 12:05:46 -07002533 if (priv->cfg->sku & EEPROM_SKU_CAP_11N_ENABLE)
Johannes Bergba37a3d2009-12-10 14:37:27 -08002534 hw->flags |= IEEE80211_HW_SUPPORTS_DYNAMIC_SMPS |
2535 IEEE80211_HW_SUPPORTS_STATIC_SMPS;
2536
Johannes Berg3997ff32011-04-05 09:42:02 -07002537 if (capa->flags & IWL_UCODE_TLV_FLAGS_MFP)
2538 hw->flags |= IEEE80211_HW_MFP_CAPABLE;
2539
Reinette Chatre8d9698b2009-10-16 14:25:55 -07002540 hw->sta_data_size = sizeof(struct iwl_station_priv);
Johannes Bergfd1af152010-04-30 11:30:43 -07002541 hw->vif_data_size = sizeof(struct iwl_vif_priv);
2542
Johannes Bergd0fe4782010-08-23 10:46:58 +02002543 for_each_context(priv, ctx) {
2544 hw->wiphy->interface_modes |= ctx->interface_modes;
2545 hw->wiphy->interface_modes |= ctx->exclusive_interface_modes;
2546 }
Reinette Chatref0b6e2e2009-10-16 14:25:53 -07002547
Johannes Berg0fd09502011-05-27 08:40:30 -07002548 BUILD_BUG_ON(NUM_IWL_RXON_CTX != 2);
2549
Johannes Bergf35490f2011-06-02 19:38:43 +02002550 if (hw->wiphy->interface_modes & BIT(NL80211_IFTYPE_P2P_CLIENT)) {
Johannes Berg0fd09502011-05-27 08:40:30 -07002551 hw->wiphy->iface_combinations = iwlagn_iface_combinations_p2p;
2552 hw->wiphy->n_iface_combinations =
2553 ARRAY_SIZE(iwlagn_iface_combinations_p2p);
Johannes Bergf35490f2011-06-02 19:38:43 +02002554 } else if (hw->wiphy->interface_modes & BIT(NL80211_IFTYPE_AP)) {
Johannes Berg0fd09502011-05-27 08:40:30 -07002555 hw->wiphy->iface_combinations = iwlagn_iface_combinations_dualmode;
2556 hw->wiphy->n_iface_combinations =
2557 ARRAY_SIZE(iwlagn_iface_combinations_dualmode);
2558 }
2559
Johannes Berg9b9190d2011-01-06 08:07:10 -08002560 hw->wiphy->max_remain_on_channel_duration = 1000;
2561
Reinette Chatref6c8f152010-03-12 11:13:26 -08002562 hw->wiphy->flags |= WIPHY_FLAG_CUSTOM_REGULATORY |
Johannes Berg274102a2011-01-18 04:44:03 -08002563 WIPHY_FLAG_DISABLE_BEACON_HINTS |
2564 WIPHY_FLAG_IBSS_RSN;
Reinette Chatref0b6e2e2009-10-16 14:25:53 -07002565
Wey-Yi Guy0172b022011-06-11 10:00:05 -07002566 if (iwlagn_mod_params.power_save)
2567 hw->wiphy->flags |= WIPHY_FLAG_PS_ON_BY_DEFAULT;
2568 else
2569 hw->wiphy->flags &= ~WIPHY_FLAG_PS_ON_BY_DEFAULT;
Reinette Chatref0b6e2e2009-10-16 14:25:53 -07002570
Reinette Chatre1382c712010-02-25 10:02:19 -08002571 hw->wiphy->max_scan_ssids = PROBE_OPTION_MAX;
Reinette Chatref0b6e2e2009-10-16 14:25:53 -07002572 /* we create the 802.11 header and a zero-length SSID element */
Johannes Bergdd7a2502010-04-28 23:33:10 -07002573 hw->wiphy->max_scan_ie_len = capa->max_probe_length - 24 - 2;
Reinette Chatref0b6e2e2009-10-16 14:25:53 -07002574
2575 /* Default value; 4 EDCA QOS priorities */
2576 hw->queues = 4;
2577
2578 hw->max_listen_interval = IWL_CONN_MAX_LISTEN_INTERVAL;
2579
2580 if (priv->bands[IEEE80211_BAND_2GHZ].n_channels)
2581 priv->hw->wiphy->bands[IEEE80211_BAND_2GHZ] =
2582 &priv->bands[IEEE80211_BAND_2GHZ];
2583 if (priv->bands[IEEE80211_BAND_5GHZ].n_channels)
2584 priv->hw->wiphy->bands[IEEE80211_BAND_5GHZ] =
2585 &priv->bands[IEEE80211_BAND_5GHZ];
2586
Wey-Yi Guy5ed540a2011-01-21 15:26:39 -08002587 iwl_leds_init(priv);
2588
Reinette Chatref0b6e2e2009-10-16 14:25:53 -07002589 ret = ieee80211_register_hw(priv->hw);
2590 if (ret) {
2591 IWL_ERR(priv, "Failed to register hw (error %d)\n", ret);
2592 return ret;
2593 }
2594 priv->mac80211_registered = 1;
2595
2596 return 0;
2597}
2598
2599
Johannes Berg2dedbf52011-04-05 09:41:50 -07002600static int iwlagn_mac_start(struct ieee80211_hw *hw)
Zhu Yib481de92007-09-25 17:54:57 -07002601{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07002602 struct iwl_priv *priv = hw->priv;
Zhu Yi5a66926a2008-01-14 17:46:18 -08002603 int ret;
Zhu Yib481de92007-09-25 17:54:57 -07002604
Tomas Winklere1623442009-01-27 14:27:56 -08002605 IWL_DEBUG_MAC80211(priv, "enter\n");
Zhu Yib481de92007-09-25 17:54:57 -07002606
2607 /* we should be verifying the device is ready to be opened */
2608 mutex_lock(&priv->mutex);
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07002609 ret = __iwl_up(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002610 mutex_unlock(&priv->mutex);
Zhu Yie655b9f2008-01-24 02:19:38 -08002611 if (ret)
Helmut Schaa6cd0b1c2009-01-19 13:10:07 +01002612 return ret;
Zhu Yie655b9f2008-01-24 02:19:38 -08002613
Tomas Winklere1623442009-01-27 14:27:56 -08002614 IWL_DEBUG_INFO(priv, "Start UP work done.\n");
Zhu Yie655b9f2008-01-24 02:19:38 -08002615
Johannes Bergca7966c2011-04-22 10:15:23 -07002616 /* Now we should be done, and the READY bit should be set. */
2617 if (WARN_ON(!test_bit(STATUS_READY, &priv->status)))
2618 ret = -EIO;
Tomas Winkler0a078ff2008-06-30 17:23:26 +08002619
Wey-Yi Guy5ed540a2011-01-21 15:26:39 -08002620 iwlagn_led_enable(priv);
Johannes Berge932a602009-10-02 13:44:03 -07002621
Tomas Winkler0a078ff2008-06-30 17:23:26 +08002622 priv->is_open = 1;
Tomas Winklere1623442009-01-27 14:27:56 -08002623 IWL_DEBUG_MAC80211(priv, "leave\n");
Zhu Yib481de92007-09-25 17:54:57 -07002624 return 0;
2625}
2626
Johannes Berg2dedbf52011-04-05 09:41:50 -07002627static void iwlagn_mac_stop(struct ieee80211_hw *hw)
Zhu Yib481de92007-09-25 17:54:57 -07002628{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07002629 struct iwl_priv *priv = hw->priv;
Zhu Yib481de92007-09-25 17:54:57 -07002630
Tomas Winklere1623442009-01-27 14:27:56 -08002631 IWL_DEBUG_MAC80211(priv, "enter\n");
Mohamed Abbas948c1712007-10-25 17:15:45 +08002632
Johannes Berg19cc1082009-05-08 13:44:36 -07002633 if (!priv->is_open)
Zhu Yie655b9f2008-01-24 02:19:38 -08002634 return;
Zhu Yie655b9f2008-01-24 02:19:38 -08002635
Zhu Yib481de92007-09-25 17:54:57 -07002636 priv->is_open = 0;
Zhu Yi5a66926a2008-01-14 17:46:18 -08002637
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07002638 iwl_down(priv);
Zhu Yi5a66926a2008-01-14 17:46:18 -08002639
2640 flush_workqueue(priv->workqueue);
Helmut Schaa6cd0b1c2009-01-19 13:10:07 +01002641
Stanislaw Gruszka554d1d02010-12-23 12:38:21 +01002642 /* User space software may expect getting rfkill changes
2643 * even if interface is down */
Helmut Schaa6cd0b1c2009-01-19 13:10:07 +01002644 iwl_write32(priv, CSR_INT, 0xFFFFFFFF);
Stanislaw Gruszka554d1d02010-12-23 12:38:21 +01002645 iwl_enable_rfkill_int(priv);
Mohamed Abbas948c1712007-10-25 17:15:45 +08002646
Tomas Winklere1623442009-01-27 14:27:56 -08002647 IWL_DEBUG_MAC80211(priv, "leave\n");
Zhu Yib481de92007-09-25 17:54:57 -07002648}
2649
Johannes Berg2dedbf52011-04-05 09:41:50 -07002650static void iwlagn_mac_tx(struct ieee80211_hw *hw, struct sk_buff *skb)
Zhu Yib481de92007-09-25 17:54:57 -07002651{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07002652 struct iwl_priv *priv = hw->priv;
Zhu Yib481de92007-09-25 17:54:57 -07002653
Tomas Winklere1623442009-01-27 14:27:56 -08002654 IWL_DEBUG_MACDUMP(priv, "enter\n");
Zhu Yib481de92007-09-25 17:54:57 -07002655
Tomas Winklere1623442009-01-27 14:27:56 -08002656 IWL_DEBUG_TX(priv, "dev->xmit(%d bytes) at rate 0x%02x\n", skb->len,
Johannes Berge039fa42008-05-15 12:55:29 +02002657 ieee80211_get_tx_rate(hw, IEEE80211_SKB_CB(skb))->bitrate);
Zhu Yib481de92007-09-25 17:54:57 -07002658
Wey-Yi Guy74bcdb32010-03-17 13:34:34 -07002659 if (iwlagn_tx_skb(priv, skb))
Zhu Yib481de92007-09-25 17:54:57 -07002660 dev_kfree_skb_any(skb);
2661
Tomas Winklere1623442009-01-27 14:27:56 -08002662 IWL_DEBUG_MACDUMP(priv, "leave\n");
Zhu Yib481de92007-09-25 17:54:57 -07002663}
2664
Johannes Berg2dedbf52011-04-05 09:41:50 -07002665static void iwlagn_mac_update_tkip_key(struct ieee80211_hw *hw,
2666 struct ieee80211_vif *vif,
2667 struct ieee80211_key_conf *keyconf,
2668 struct ieee80211_sta *sta,
2669 u32 iv32, u16 *phase1key)
Zhu Yib481de92007-09-25 17:54:57 -07002670{
Tomas Winkler9f586712008-11-12 13:14:05 -08002671 struct iwl_priv *priv = hw->priv;
Johannes Berga194e322010-08-27 08:53:46 -07002672 struct iwl_vif_priv *vif_priv = (void *)vif->drv_priv;
2673
Tomas Winklere1623442009-01-27 14:27:56 -08002674 IWL_DEBUG_MAC80211(priv, "enter\n");
Emmanuel Grumbachab885f82008-03-20 15:06:43 +02002675
Johannes Berga194e322010-08-27 08:53:46 -07002676 iwl_update_tkip_key(priv, vif_priv->ctx, keyconf, sta,
Johannes Bergb3fbdcf2010-01-21 11:40:47 +01002677 iv32, phase1key);
Emmanuel Grumbachab885f82008-03-20 15:06:43 +02002678
Tomas Winklere1623442009-01-27 14:27:56 -08002679 IWL_DEBUG_MAC80211(priv, "leave\n");
Emmanuel Grumbachab885f82008-03-20 15:06:43 +02002680}
2681
Johannes Berg2dedbf52011-04-05 09:41:50 -07002682static int iwlagn_mac_set_key(struct ieee80211_hw *hw, enum set_key_cmd cmd,
2683 struct ieee80211_vif *vif,
2684 struct ieee80211_sta *sta,
2685 struct ieee80211_key_conf *key)
Zhu Yib481de92007-09-25 17:54:57 -07002686{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07002687 struct iwl_priv *priv = hw->priv;
Johannes Berga194e322010-08-27 08:53:46 -07002688 struct iwl_vif_priv *vif_priv = (void *)vif->drv_priv;
Johannes Bergc10afb62010-08-23 10:46:43 +02002689 struct iwl_rxon_context *ctx = vif_priv->ctx;
Winkler, Tomas42986792009-01-19 15:30:22 -08002690 int ret;
2691 u8 sta_id;
2692 bool is_default_wep_key = false;
Zhu Yib481de92007-09-25 17:54:57 -07002693
Tomas Winklere1623442009-01-27 14:27:56 -08002694 IWL_DEBUG_MAC80211(priv, "enter\n");
Zhu Yib481de92007-09-25 17:54:57 -07002695
Don Fry9d143e92011-04-20 15:23:57 -07002696 if (iwlagn_mod_params.sw_crypto) {
Tomas Winklere1623442009-01-27 14:27:56 -08002697 IWL_DEBUG_MAC80211(priv, "leave - hwcrypto disabled\n");
Zhu Yib481de92007-09-25 17:54:57 -07002698 return -EOPNOTSUPP;
2699 }
Zhu Yib481de92007-09-25 17:54:57 -07002700
Johannes Berg274102a2011-01-18 04:44:03 -08002701 /*
2702 * To support IBSS RSN, don't program group keys in IBSS, the
2703 * hardware will then not attempt to decrypt the frames.
2704 */
2705 if (vif->type == NL80211_IFTYPE_ADHOC &&
2706 !(key->flags & IEEE80211_KEY_FLAG_PAIRWISE))
2707 return -EOPNOTSUPP;
2708
Johannes Berga194e322010-08-27 08:53:46 -07002709 sta_id = iwl_sta_id_or_broadcast(priv, vif_priv->ctx, sta);
Johannes Berg0af8bca2010-04-30 14:08:00 -07002710 if (sta_id == IWL_INVALID_STATION)
2711 return -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07002712
Emmanuel Grumbach6974e362008-04-14 21:16:06 -07002713 mutex_lock(&priv->mutex);
Tomas Winkler2a421b92008-06-12 09:47:10 +08002714 iwl_scan_cancel_timeout(priv, 100);
Emmanuel Grumbach6974e362008-04-14 21:16:06 -07002715
Johannes Berga90178fa2010-03-30 02:44:16 -07002716 /*
2717 * If we are getting WEP group key and we didn't receive any key mapping
Emmanuel Grumbach6974e362008-04-14 21:16:06 -07002718 * so far, we are in legacy wep mode (group key only), otherwise we are
2719 * in 1X mode.
Johannes Berga90178fa2010-03-30 02:44:16 -07002720 * In legacy wep mode, we use another host command to the uCode.
2721 */
Johannes Berg97359d12010-08-10 09:46:38 +02002722 if ((key->cipher == WLAN_CIPHER_SUITE_WEP40 ||
2723 key->cipher == WLAN_CIPHER_SUITE_WEP104) &&
Johannes Berg54c80672010-08-18 09:35:21 -07002724 !sta) {
Emmanuel Grumbach6974e362008-04-14 21:16:06 -07002725 if (cmd == SET_KEY)
Johannes Bergc10afb62010-08-23 10:46:43 +02002726 is_default_wep_key = !ctx->key_mapping_keys;
Emmanuel Grumbach6974e362008-04-14 21:16:06 -07002727 else
Emmanuel Grumbachccc038a2008-05-15 13:54:09 +08002728 is_default_wep_key =
2729 (key->hw_key_idx == HW_KEY_DEFAULT);
Emmanuel Grumbach6974e362008-04-14 21:16:06 -07002730 }
mabbas052c4b92007-10-25 17:15:43 +08002731
Zhu Yib481de92007-09-25 17:54:57 -07002732 switch (cmd) {
Emmanuel Grumbachdeb09c42008-03-19 16:41:41 -07002733 case SET_KEY:
Emmanuel Grumbach6974e362008-04-14 21:16:06 -07002734 if (is_default_wep_key)
Johannes Berg2995baf2010-08-23 10:46:42 +02002735 ret = iwl_set_default_wep_key(priv, vif_priv->ctx, key);
Emmanuel Grumbachdeb09c42008-03-19 16:41:41 -07002736 else
Johannes Berga194e322010-08-27 08:53:46 -07002737 ret = iwl_set_dynamic_key(priv, vif_priv->ctx,
2738 key, sta_id);
Emmanuel Grumbachdeb09c42008-03-19 16:41:41 -07002739
Tomas Winklere1623442009-01-27 14:27:56 -08002740 IWL_DEBUG_MAC80211(priv, "enable hwcrypto key\n");
Zhu Yib481de92007-09-25 17:54:57 -07002741 break;
2742 case DISABLE_KEY:
Emmanuel Grumbach6974e362008-04-14 21:16:06 -07002743 if (is_default_wep_key)
Johannes Bergc10afb62010-08-23 10:46:43 +02002744 ret = iwl_remove_default_wep_key(priv, ctx, key);
Emmanuel Grumbachdeb09c42008-03-19 16:41:41 -07002745 else
Johannes Bergc10afb62010-08-23 10:46:43 +02002746 ret = iwl_remove_dynamic_key(priv, ctx, key, sta_id);
Emmanuel Grumbachdeb09c42008-03-19 16:41:41 -07002747
Tomas Winklere1623442009-01-27 14:27:56 -08002748 IWL_DEBUG_MAC80211(priv, "disable hwcrypto key\n");
Zhu Yib481de92007-09-25 17:54:57 -07002749 break;
2750 default:
Emmanuel Grumbachdeb09c42008-03-19 16:41:41 -07002751 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07002752 }
2753
Johannes Berg72e15d72010-02-19 11:42:32 -08002754 mutex_unlock(&priv->mutex);
Tomas Winklere1623442009-01-27 14:27:56 -08002755 IWL_DEBUG_MAC80211(priv, "leave\n");
Zhu Yib481de92007-09-25 17:54:57 -07002756
Emmanuel Grumbachdeb09c42008-03-19 16:41:41 -07002757 return ret;
Zhu Yib481de92007-09-25 17:54:57 -07002758}
2759
Johannes Berg2dedbf52011-04-05 09:41:50 -07002760static int iwlagn_mac_ampdu_action(struct ieee80211_hw *hw,
2761 struct ieee80211_vif *vif,
2762 enum ieee80211_ampdu_mlme_action action,
2763 struct ieee80211_sta *sta, u16 tid, u16 *ssn,
2764 u8 buf_size)
Tomas Winklerd783b062008-07-18 13:53:02 +08002765{
2766 struct iwl_priv *priv = hw->priv;
Johannes Berg4620fef2010-06-16 03:30:27 -07002767 int ret = -EINVAL;
Johannes Berg7b090682011-01-19 02:53:54 -08002768 struct iwl_station_priv *sta_priv = (void *) sta->drv_priv;
Tomas Winklerd783b062008-07-18 13:53:02 +08002769
Tomas Winklere1623442009-01-27 14:27:56 -08002770 IWL_DEBUG_HT(priv, "A-MPDU action on addr %pM tid %d\n",
Johannes Berge1749612008-10-27 15:59:26 -07002771 sta->addr, tid);
Tomas Winklerd783b062008-07-18 13:53:02 +08002772
Wey-Yi Guy88950752011-06-06 12:05:46 -07002773 if (!(priv->cfg->sku & EEPROM_SKU_CAP_11N_ENABLE))
Tomas Winklerd783b062008-07-18 13:53:02 +08002774 return -EACCES;
2775
Johannes Berg4620fef2010-06-16 03:30:27 -07002776 mutex_lock(&priv->mutex);
2777
Tomas Winklerd783b062008-07-18 13:53:02 +08002778 switch (action) {
2779 case IEEE80211_AMPDU_RX_START:
Tomas Winklere1623442009-01-27 14:27:56 -08002780 IWL_DEBUG_HT(priv, "start Rx\n");
Johannes Berg4620fef2010-06-16 03:30:27 -07002781 ret = iwl_sta_rx_agg_start(priv, sta, tid, *ssn);
2782 break;
Tomas Winklerd783b062008-07-18 13:53:02 +08002783 case IEEE80211_AMPDU_RX_STOP:
Tomas Winklere1623442009-01-27 14:27:56 -08002784 IWL_DEBUG_HT(priv, "stop Rx\n");
Johannes Berg619753f2010-04-30 11:30:46 -07002785 ret = iwl_sta_rx_agg_stop(priv, sta, tid);
Wey-Yi Guy5c2207c2009-03-17 21:51:43 -07002786 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
Johannes Berg4620fef2010-06-16 03:30:27 -07002787 ret = 0;
2788 break;
Tomas Winklerd783b062008-07-18 13:53:02 +08002789 case IEEE80211_AMPDU_TX_START:
Tomas Winklere1623442009-01-27 14:27:56 -08002790 IWL_DEBUG_HT(priv, "start Tx\n");
Johannes Berg619753f2010-04-30 11:30:46 -07002791 ret = iwlagn_tx_agg_start(priv, vif, sta, tid, ssn);
Wey-Yi Guyd5a0ffa2010-03-04 13:38:59 -08002792 if (ret == 0) {
2793 priv->_agn.agg_tids_count++;
2794 IWL_DEBUG_HT(priv, "priv->_agn.agg_tids_count = %u\n",
2795 priv->_agn.agg_tids_count);
2796 }
Johannes Berg4620fef2010-06-16 03:30:27 -07002797 break;
Tomas Winklerd783b062008-07-18 13:53:02 +08002798 case IEEE80211_AMPDU_TX_STOP:
Tomas Winklere1623442009-01-27 14:27:56 -08002799 IWL_DEBUG_HT(priv, "stop Tx\n");
Johannes Berg619753f2010-04-30 11:30:46 -07002800 ret = iwlagn_tx_agg_stop(priv, vif, sta, tid);
Wey-Yi Guyd5a0ffa2010-03-04 13:38:59 -08002801 if ((ret == 0) && (priv->_agn.agg_tids_count > 0)) {
2802 priv->_agn.agg_tids_count--;
2803 IWL_DEBUG_HT(priv, "priv->_agn.agg_tids_count = %u\n",
2804 priv->_agn.agg_tids_count);
2805 }
Wey-Yi Guy5c2207c2009-03-17 21:51:43 -07002806 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
Johannes Berg4620fef2010-06-16 03:30:27 -07002807 ret = 0;
Wey-Yi Guy7cb1b082010-10-06 08:10:00 -07002808 if (priv->cfg->ht_params &&
2809 priv->cfg->ht_params->use_rts_for_aggregation) {
Johannes Berg94597ab2010-08-09 10:57:02 -07002810 /*
2811 * switch off RTS/CTS if it was previously enabled
2812 */
Johannes Berg94597ab2010-08-09 10:57:02 -07002813 sta_priv->lq_sta.lq.general_params.flags &=
2814 ~LINK_QUAL_FLAGS_SET_STA_TLC_RTS_MSK;
Johannes Berg7e6a5882010-08-23 10:46:46 +02002815 iwl_send_lq_cmd(priv, iwl_rxon_ctx_from_vif(vif),
2816 &sta_priv->lq_sta.lq, CMD_ASYNC, false);
Johannes Berg94597ab2010-08-09 10:57:02 -07002817 }
Johannes Berg4620fef2010-06-16 03:30:27 -07002818 break;
Wey-Yi Guyf0527972010-01-08 10:04:41 -08002819 case IEEE80211_AMPDU_TX_OPERATIONAL:
Johannes Bergc8823ec2011-03-15 11:33:03 -07002820 buf_size = min_t(int, buf_size, LINK_QUAL_AGG_FRAME_LIMIT_DEF);
2821
2822 iwlagn_txq_agg_queue_setup(priv, sta, tid, buf_size);
2823
Johannes Berg7b090682011-01-19 02:53:54 -08002824 /*
2825 * If the limit is 0, then it wasn't initialised yet,
2826 * use the default. We can do that since we take the
2827 * minimum below, and we don't want to go above our
2828 * default due to hardware restrictions.
2829 */
2830 if (sta_priv->max_agg_bufsize == 0)
2831 sta_priv->max_agg_bufsize =
2832 LINK_QUAL_AGG_FRAME_LIMIT_DEF;
2833
2834 /*
2835 * Even though in theory the peer could have different
2836 * aggregation reorder buffer sizes for different sessions,
2837 * our ucode doesn't allow for that and has a global limit
2838 * for each station. Therefore, use the minimum of all the
2839 * aggregation sessions and our default value.
2840 */
2841 sta_priv->max_agg_bufsize =
2842 min(sta_priv->max_agg_bufsize, buf_size);
2843
Wey-Yi Guy7cb1b082010-10-06 08:10:00 -07002844 if (priv->cfg->ht_params &&
2845 priv->cfg->ht_params->use_rts_for_aggregation) {
Wey-Yi Guycfecc6b2010-06-18 11:33:15 -07002846 /*
2847 * switch to RTS/CTS if it is the prefer protection
2848 * method for HT traffic
2849 */
Johannes Berg94597ab2010-08-09 10:57:02 -07002850
2851 sta_priv->lq_sta.lq.general_params.flags |=
2852 LINK_QUAL_FLAGS_SET_STA_TLC_RTS_MSK;
Wey-Yi Guycfecc6b2010-06-18 11:33:15 -07002853 }
Johannes Berg7b090682011-01-19 02:53:54 -08002854
2855 sta_priv->lq_sta.lq.agg_params.agg_frame_cnt_limit =
2856 sta_priv->max_agg_bufsize;
2857
2858 iwl_send_lq_cmd(priv, iwl_rxon_ctx_from_vif(vif),
2859 &sta_priv->lq_sta.lq, CMD_ASYNC, false);
Wey-Yi Guy5bc98902011-05-27 08:40:32 -07002860
2861 IWL_INFO(priv, "Tx aggregation enabled on ra = %pM tid = %d\n",
2862 sta->addr, tid);
Wey-Yi Guycfecc6b2010-06-18 11:33:15 -07002863 ret = 0;
Tomas Winklerd783b062008-07-18 13:53:02 +08002864 break;
2865 }
Johannes Berg4620fef2010-06-16 03:30:27 -07002866 mutex_unlock(&priv->mutex);
2867
2868 return ret;
Tomas Winklerd783b062008-07-18 13:53:02 +08002869}
Tomas Winkler9f586712008-11-12 13:14:05 -08002870
Johannes Berg2dedbf52011-04-05 09:41:50 -07002871static int iwlagn_mac_sta_add(struct ieee80211_hw *hw,
2872 struct ieee80211_vif *vif,
2873 struct ieee80211_sta *sta)
Reinette Chatrefe6b23d2010-02-22 16:24:47 -08002874{
2875 struct iwl_priv *priv = hw->priv;
2876 struct iwl_station_priv *sta_priv = (void *)sta->drv_priv;
Johannes Berga194e322010-08-27 08:53:46 -07002877 struct iwl_vif_priv *vif_priv = (void *)vif->drv_priv;
Johannes Bergeafdfbd32010-04-29 04:43:04 -07002878 bool is_ap = vif->type == NL80211_IFTYPE_STATION;
Reinette Chatrefe6b23d2010-02-22 16:24:47 -08002879 int ret;
2880 u8 sta_id;
2881
2882 IWL_DEBUG_INFO(priv, "received request to add station %pM\n",
2883 sta->addr);
Reinette Chatreda5ae1c2010-05-28 09:28:39 -07002884 mutex_lock(&priv->mutex);
2885 IWL_DEBUG_INFO(priv, "proceeding to add station %pM\n",
2886 sta->addr);
2887 sta_priv->common.sta_id = IWL_INVALID_STATION;
Reinette Chatrefe6b23d2010-02-22 16:24:47 -08002888
2889 atomic_set(&sta_priv->pending_frames, 0);
2890 if (vif->type == NL80211_IFTYPE_AP)
2891 sta_priv->client = true;
2892
Johannes Berga194e322010-08-27 08:53:46 -07002893 ret = iwl_add_station_common(priv, vif_priv->ctx, sta->addr,
Johannes Berg238d7812010-08-23 10:46:45 +02002894 is_ap, sta, &sta_id);
Reinette Chatrefe6b23d2010-02-22 16:24:47 -08002895 if (ret) {
2896 IWL_ERR(priv, "Unable to add station %pM (%d)\n",
2897 sta->addr, ret);
2898 /* Should we return success if return code is EEXIST ? */
Reinette Chatreda5ae1c2010-05-28 09:28:39 -07002899 mutex_unlock(&priv->mutex);
Reinette Chatrefe6b23d2010-02-22 16:24:47 -08002900 return ret;
2901 }
2902
Johannes Bergfd1af152010-04-30 11:30:43 -07002903 sta_priv->common.sta_id = sta_id;
2904
Reinette Chatrefe6b23d2010-02-22 16:24:47 -08002905 /* Initialize rate scaling */
Frans Pop91dd6c22010-03-24 14:19:58 -07002906 IWL_DEBUG_INFO(priv, "Initializing rate scaling for station %pM\n",
Reinette Chatrefe6b23d2010-02-22 16:24:47 -08002907 sta->addr);
2908 iwl_rs_rate_init(priv, sta, sta_id);
Reinette Chatreda5ae1c2010-05-28 09:28:39 -07002909 mutex_unlock(&priv->mutex);
Reinette Chatrefe6b23d2010-02-22 16:24:47 -08002910
Johannes Bergfd1af152010-04-30 11:30:43 -07002911 return 0;
Reinette Chatrefe6b23d2010-02-22 16:24:47 -08002912}
2913
Johannes Berg2dedbf52011-04-05 09:41:50 -07002914static void iwlagn_mac_channel_switch(struct ieee80211_hw *hw,
2915 struct ieee80211_channel_switch *ch_switch)
Wey-Yi Guy79d07322010-05-06 08:54:11 -07002916{
2917 struct iwl_priv *priv = hw->priv;
2918 const struct iwl_channel_info *ch_info;
2919 struct ieee80211_conf *conf = &hw->conf;
Shanyu Zhaoaa2dc6b2010-07-28 13:40:39 -07002920 struct ieee80211_channel *channel = ch_switch->channel;
Wey-Yi Guy79d07322010-05-06 08:54:11 -07002921 struct iwl_ht_config *ht_conf = &priv->current_ht_config;
Johannes Berg246ed352010-08-23 10:46:32 +02002922 /*
2923 * MULTI-FIXME
2924 * When we add support for multiple interfaces, we need to
2925 * revisit this. The channel switch command in the device
2926 * only affects the BSS context, but what does that really
2927 * mean? And what if we get a CSA on the second interface?
2928 * This needs a lot of work.
2929 */
2930 struct iwl_rxon_context *ctx = &priv->contexts[IWL_RXON_CTX_BSS];
Wey-Yi Guy79d07322010-05-06 08:54:11 -07002931 u16 ch;
Wey-Yi Guy79d07322010-05-06 08:54:11 -07002932
2933 IWL_DEBUG_MAC80211(priv, "enter\n");
2934
Stanislaw Gruszkadc1a4062011-03-31 17:36:27 +02002935 mutex_lock(&priv->mutex);
2936
Wey-Yi Guy79d07322010-05-06 08:54:11 -07002937 if (iwl_is_rfkill(priv))
Stanislaw Gruszkadc1a4062011-03-31 17:36:27 +02002938 goto out;
Wey-Yi Guy79d07322010-05-06 08:54:11 -07002939
2940 if (test_bit(STATUS_EXIT_PENDING, &priv->status) ||
Stanislaw Gruszka6f213ff2011-06-02 18:17:15 +02002941 test_bit(STATUS_SCANNING, &priv->status) ||
2942 test_bit(STATUS_CHANNEL_SWITCH_PENDING, &priv->status))
Stanislaw Gruszkadc1a4062011-03-31 17:36:27 +02002943 goto out;
Wey-Yi Guy79d07322010-05-06 08:54:11 -07002944
Johannes Berg246ed352010-08-23 10:46:32 +02002945 if (!iwl_is_associated_ctx(ctx))
Stanislaw Gruszkadc1a4062011-03-31 17:36:27 +02002946 goto out;
Wey-Yi Guy79d07322010-05-06 08:54:11 -07002947
Stanislaw Gruszkaf973f872011-06-02 16:46:20 +02002948 if (!priv->cfg->ops->lib->set_channel_switch)
2949 goto out;
Wey-Yi Guy79d07322010-05-06 08:54:11 -07002950
Stanislaw Gruszkaf973f872011-06-02 16:46:20 +02002951 ch = channel->hw_value;
2952 if (le16_to_cpu(ctx->active.channel) == ch)
2953 goto out;
Wey-Yi Guy79d07322010-05-06 08:54:11 -07002954
Stanislaw Gruszkaf973f872011-06-02 16:46:20 +02002955 ch_info = iwl_get_channel_info(priv, channel->band, ch);
2956 if (!is_channel_valid(ch_info)) {
2957 IWL_DEBUG_MAC80211(priv, "invalid channel\n");
2958 goto out;
Wey-Yi Guy79d07322010-05-06 08:54:11 -07002959 }
Stanislaw Gruszkaf973f872011-06-02 16:46:20 +02002960
2961 spin_lock_irq(&priv->lock);
2962
2963 priv->current_ht_config.smps = conf->smps_mode;
2964
2965 /* Configure HT40 channels */
2966 ctx->ht.enabled = conf_is_ht(conf);
2967 if (ctx->ht.enabled) {
2968 if (conf_is_ht40_minus(conf)) {
2969 ctx->ht.extension_chan_offset =
2970 IEEE80211_HT_PARAM_CHA_SEC_BELOW;
2971 ctx->ht.is_40mhz = true;
2972 } else if (conf_is_ht40_plus(conf)) {
2973 ctx->ht.extension_chan_offset =
2974 IEEE80211_HT_PARAM_CHA_SEC_ABOVE;
2975 ctx->ht.is_40mhz = true;
2976 } else {
2977 ctx->ht.extension_chan_offset =
2978 IEEE80211_HT_PARAM_CHA_SEC_NONE;
2979 ctx->ht.is_40mhz = false;
2980 }
2981 } else
2982 ctx->ht.is_40mhz = false;
2983
2984 if ((le16_to_cpu(ctx->staging.channel) != ch))
2985 ctx->staging.flags = 0;
2986
2987 iwl_set_rxon_channel(priv, channel, ctx);
2988 iwl_set_rxon_ht(priv, ht_conf);
2989 iwl_set_flags_for_band(priv, ctx, channel->band, ctx->vif);
2990
2991 spin_unlock_irq(&priv->lock);
2992
2993 iwl_set_rate(priv);
2994 /*
2995 * at this point, staging_rxon has the
2996 * configuration for channel switch
2997 */
2998 set_bit(STATUS_CHANNEL_SWITCH_PENDING, &priv->status);
2999 priv->switch_channel = cpu_to_le16(ch);
3000 if (priv->cfg->ops->lib->set_channel_switch(priv, ch_switch)) {
3001 clear_bit(STATUS_CHANNEL_SWITCH_PENDING, &priv->status);
3002 priv->switch_channel = 0;
3003 ieee80211_chswitch_done(ctx->vif, false);
3004 }
3005
Wey-Yi Guy79d07322010-05-06 08:54:11 -07003006out:
3007 mutex_unlock(&priv->mutex);
Wey-Yi Guy79d07322010-05-06 08:54:11 -07003008 IWL_DEBUG_MAC80211(priv, "leave\n");
3009}
3010
Johannes Berg2dedbf52011-04-05 09:41:50 -07003011static void iwlagn_configure_filter(struct ieee80211_hw *hw,
3012 unsigned int changed_flags,
3013 unsigned int *total_flags,
3014 u64 multicast)
Johannes Berg8b8ab9d2010-08-17 11:24:01 +02003015{
3016 struct iwl_priv *priv = hw->priv;
3017 __le32 filter_or = 0, filter_nand = 0;
Johannes Berg246ed352010-08-23 10:46:32 +02003018 struct iwl_rxon_context *ctx;
Johannes Berg8b8ab9d2010-08-17 11:24:01 +02003019
3020#define CHK(test, flag) do { \
3021 if (*total_flags & (test)) \
3022 filter_or |= (flag); \
3023 else \
3024 filter_nand |= (flag); \
3025 } while (0)
3026
3027 IWL_DEBUG_MAC80211(priv, "Enter: changed: 0x%x, total: 0x%x\n",
3028 changed_flags, *total_flags);
3029
3030 CHK(FIF_OTHER_BSS | FIF_PROMISC_IN_BSS, RXON_FILTER_PROMISC_MSK);
Johannes Bergbdb84fe2010-12-15 06:07:56 -08003031 /* Setting _just_ RXON_FILTER_CTL2HOST_MSK causes FH errors */
3032 CHK(FIF_CONTROL, RXON_FILTER_CTL2HOST_MSK | RXON_FILTER_PROMISC_MSK);
Johannes Berg8b8ab9d2010-08-17 11:24:01 +02003033 CHK(FIF_BCN_PRBRESP_PROMISC, RXON_FILTER_BCON_AWARE_MSK);
3034
3035#undef CHK
3036
3037 mutex_lock(&priv->mutex);
3038
Johannes Berg246ed352010-08-23 10:46:32 +02003039 for_each_context(priv, ctx) {
3040 ctx->staging.filter_flags &= ~filter_nand;
3041 ctx->staging.filter_flags |= filter_or;
Stanislaw Gruszka749ff4ef2010-10-22 17:04:27 +02003042
3043 /*
3044 * Not committing directly because hardware can perform a scan,
3045 * but we'll eventually commit the filter flags change anyway.
3046 */
Johannes Berg246ed352010-08-23 10:46:32 +02003047 }
Johannes Berg8b8ab9d2010-08-17 11:24:01 +02003048
3049 mutex_unlock(&priv->mutex);
3050
3051 /*
3052 * Receiving all multicast frames is always enabled by the
3053 * default flags setup in iwl_connection_init_rx_config()
3054 * since we currently do not support programming multicast
3055 * filters into the device.
3056 */
3057 *total_flags &= FIF_OTHER_BSS | FIF_ALLMULTI | FIF_PROMISC_IN_BSS |
3058 FIF_BCN_PRBRESP_PROMISC | FIF_CONTROL;
3059}
3060
Johannes Berg2dedbf52011-04-05 09:41:50 -07003061static void iwlagn_mac_flush(struct ieee80211_hw *hw, bool drop)
Wey-Yi Guy716c74b2010-06-24 13:22:36 -07003062{
3063 struct iwl_priv *priv = hw->priv;
3064
3065 mutex_lock(&priv->mutex);
3066 IWL_DEBUG_MAC80211(priv, "enter\n");
3067
Wey-Yi Guy716c74b2010-06-24 13:22:36 -07003068 if (test_bit(STATUS_EXIT_PENDING, &priv->status)) {
3069 IWL_DEBUG_TX(priv, "Aborting flush due to device shutdown\n");
3070 goto done;
3071 }
3072 if (iwl_is_rfkill(priv)) {
3073 IWL_DEBUG_TX(priv, "Aborting flush due to RF Kill\n");
3074 goto done;
3075 }
3076
3077 /*
3078 * mac80211 will not push any more frames for transmit
3079 * until the flush is completed
3080 */
3081 if (drop) {
3082 IWL_DEBUG_MAC80211(priv, "send flush command\n");
Wey-Yi Guyc68744f2011-06-18 08:03:18 -07003083 if (iwlagn_txfifo_flush(priv, IWL_DROP_ALL)) {
Wey-Yi Guy716c74b2010-06-24 13:22:36 -07003084 IWL_ERR(priv, "flush request fail\n");
3085 goto done;
3086 }
3087 }
3088 IWL_DEBUG_MAC80211(priv, "wait transmit/flush all frames\n");
3089 iwlagn_wait_tx_queue_empty(priv);
3090done:
3091 mutex_unlock(&priv->mutex);
3092 IWL_DEBUG_MAC80211(priv, "leave\n");
3093}
3094
Johannes Berg9b9190d2011-01-06 08:07:10 -08003095static void iwlagn_disable_roc(struct iwl_priv *priv)
3096{
3097 struct iwl_rxon_context *ctx = &priv->contexts[IWL_RXON_CTX_PAN];
3098 struct ieee80211_channel *chan = ACCESS_ONCE(priv->hw->conf.channel);
3099
3100 lockdep_assert_held(&priv->mutex);
3101
3102 if (!ctx->is_active)
3103 return;
3104
3105 ctx->staging.dev_type = RXON_DEV_TYPE_2STA;
3106 ctx->staging.filter_flags &= ~RXON_FILTER_ASSOC_MSK;
3107 iwl_set_rxon_channel(priv, chan, ctx);
3108 iwl_set_flags_for_band(priv, ctx, chan->band, NULL);
3109
3110 priv->_agn.hw_roc_channel = NULL;
3111
Wey-Yi Guy805a3b82011-06-03 07:54:16 -07003112 iwlagn_commit_rxon(priv, ctx);
Johannes Berg9b9190d2011-01-06 08:07:10 -08003113
3114 ctx->is_active = false;
3115}
3116
3117static void iwlagn_bg_roc_done(struct work_struct *work)
3118{
3119 struct iwl_priv *priv = container_of(work, struct iwl_priv,
3120 _agn.hw_roc_work.work);
3121
3122 mutex_lock(&priv->mutex);
3123 ieee80211_remain_on_channel_expired(priv->hw);
3124 iwlagn_disable_roc(priv);
3125 mutex_unlock(&priv->mutex);
3126}
3127
3128static int iwl_mac_remain_on_channel(struct ieee80211_hw *hw,
3129 struct ieee80211_channel *channel,
3130 enum nl80211_channel_type channel_type,
3131 int duration)
3132{
3133 struct iwl_priv *priv = hw->priv;
3134 int err = 0;
3135
3136 if (!(priv->valid_contexts & BIT(IWL_RXON_CTX_PAN)))
3137 return -EOPNOTSUPP;
3138
3139 if (!(priv->contexts[IWL_RXON_CTX_PAN].interface_modes &
3140 BIT(NL80211_IFTYPE_P2P_CLIENT)))
3141 return -EOPNOTSUPP;
3142
3143 mutex_lock(&priv->mutex);
3144
3145 if (priv->contexts[IWL_RXON_CTX_PAN].is_active ||
3146 test_bit(STATUS_SCAN_HW, &priv->status)) {
3147 err = -EBUSY;
3148 goto out;
3149 }
3150
3151 priv->contexts[IWL_RXON_CTX_PAN].is_active = true;
3152 priv->_agn.hw_roc_channel = channel;
3153 priv->_agn.hw_roc_chantype = channel_type;
3154 priv->_agn.hw_roc_duration = DIV_ROUND_UP(duration * 1000, 1024);
Wey-Yi Guy805a3b82011-06-03 07:54:16 -07003155 iwlagn_commit_rxon(priv, &priv->contexts[IWL_RXON_CTX_PAN]);
Johannes Berg9b9190d2011-01-06 08:07:10 -08003156 queue_delayed_work(priv->workqueue, &priv->_agn.hw_roc_work,
3157 msecs_to_jiffies(duration + 20));
3158
Johannes Berg94073912011-01-06 08:07:11 -08003159 msleep(IWL_MIN_SLOT_TIME); /* TU is almost ms */
Johannes Berg9b9190d2011-01-06 08:07:10 -08003160 ieee80211_ready_on_channel(priv->hw);
3161
3162 out:
3163 mutex_unlock(&priv->mutex);
3164
3165 return err;
3166}
3167
3168static int iwl_mac_cancel_remain_on_channel(struct ieee80211_hw *hw)
3169{
3170 struct iwl_priv *priv = hw->priv;
3171
3172 if (!(priv->valid_contexts & BIT(IWL_RXON_CTX_PAN)))
3173 return -EOPNOTSUPP;
3174
3175 cancel_delayed_work_sync(&priv->_agn.hw_roc_work);
3176
3177 mutex_lock(&priv->mutex);
3178 iwlagn_disable_roc(priv);
3179 mutex_unlock(&priv->mutex);
3180
3181 return 0;
3182}
3183
Zhu Yib481de92007-09-25 17:54:57 -07003184/*****************************************************************************
3185 *
Zhu Yib481de92007-09-25 17:54:57 -07003186 * driver setup and teardown
3187 *
3188 *****************************************************************************/
3189
Emmanuel Grumbach4e393172008-06-12 09:46:53 +08003190static void iwl_setup_deferred_work(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07003191{
Reinette Chatred21050c2009-02-13 11:51:18 -08003192 priv->workqueue = create_singlethread_workqueue(DRV_NAME);
Zhu Yib481de92007-09-25 17:54:57 -07003193
3194 init_waitqueue_head(&priv->wait_command_queue);
3195
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07003196 INIT_WORK(&priv->restart, iwl_bg_restart);
3197 INIT_WORK(&priv->rx_replenish, iwl_bg_rx_replenish);
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07003198 INIT_WORK(&priv->beacon_update, iwl_bg_beacon_update);
Emmanuel Grumbach16e727e2008-06-12 09:46:52 +08003199 INIT_WORK(&priv->run_time_calib_work, iwl_bg_run_time_calib_work);
Wey-Yi Guy65550632010-06-24 13:18:35 -07003200 INIT_WORK(&priv->tx_flush, iwl_bg_tx_flush);
Wey-Yi Guybee008b2010-08-23 07:57:04 -07003201 INIT_WORK(&priv->bt_full_concurrency, iwl_bg_bt_full_concurrency);
Wey-Yi Guyfbba9412010-08-23 07:57:10 -07003202 INIT_WORK(&priv->bt_runtime_config, iwl_bg_bt_runtime_config);
Johannes Berg9b9190d2011-01-06 08:07:10 -08003203 INIT_DELAYED_WORK(&priv->_agn.hw_roc_work, iwlagn_bg_roc_done);
Tomas Winkler2a421b92008-06-12 09:47:10 +08003204
Tomas Winkler2a421b92008-06-12 09:47:10 +08003205 iwl_setup_scan_deferred_work(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003206
Emmanuel Grumbach4e393172008-06-12 09:46:53 +08003207 if (priv->cfg->ops->lib->setup_deferred_work)
3208 priv->cfg->ops->lib->setup_deferred_work(priv);
3209
3210 init_timer(&priv->statistics_periodic);
3211 priv->statistics_periodic.data = (unsigned long)priv;
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07003212 priv->statistics_periodic.function = iwl_bg_statistics_periodic;
Zhu Yib481de92007-09-25 17:54:57 -07003213
Wey-Yi Guya9e1cb62009-12-10 14:37:26 -08003214 init_timer(&priv->ucode_trace);
3215 priv->ucode_trace.data = (unsigned long)priv;
3216 priv->ucode_trace.function = iwl_bg_ucode_trace;
3217
Stanislaw Gruszka22de94d2010-12-03 15:41:48 +01003218 init_timer(&priv->watchdog);
3219 priv->watchdog.data = (unsigned long)priv;
3220 priv->watchdog.function = iwl_bg_watchdog;
Wey-Yi Guyb74e31a2010-03-01 17:23:50 -08003221
Wey-Yi Guyd6b80612011-03-21 16:53:38 -07003222 tasklet_init(&priv->irq_tasklet, (void (*)(unsigned long))
3223 iwl_irq_tasklet, (unsigned long)priv);
Zhu Yib481de92007-09-25 17:54:57 -07003224}
3225
Emmanuel Grumbach4e393172008-06-12 09:46:53 +08003226static void iwl_cancel_deferred_work(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07003227{
Emmanuel Grumbach4e393172008-06-12 09:46:53 +08003228 if (priv->cfg->ops->lib->cancel_deferred_work)
3229 priv->cfg->ops->lib->cancel_deferred_work(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003230
Wey-Yi Guy815e6292010-06-03 10:14:01 -07003231 cancel_work_sync(&priv->run_time_calib_work);
Zhu Yib481de92007-09-25 17:54:57 -07003232 cancel_work_sync(&priv->beacon_update);
Stanislaw Gruszkae7e16b92010-09-13 14:46:41 +02003233
3234 iwl_cancel_scan_deferred_work(priv);
3235
Wey-Yi Guybee008b2010-08-23 07:57:04 -07003236 cancel_work_sync(&priv->bt_full_concurrency);
Wey-Yi Guyfbba9412010-08-23 07:57:10 -07003237 cancel_work_sync(&priv->bt_runtime_config);
Stanislaw Gruszkae7e16b92010-09-13 14:46:41 +02003238
Emmanuel Grumbach4e393172008-06-12 09:46:53 +08003239 del_timer_sync(&priv->statistics_periodic);
Wey-Yi Guya9e1cb62009-12-10 14:37:26 -08003240 del_timer_sync(&priv->ucode_trace);
Zhu Yib481de92007-09-25 17:54:57 -07003241}
3242
Reinette Chatre89f186a2009-10-30 14:36:11 -07003243static void iwl_init_hw_rates(struct iwl_priv *priv,
3244 struct ieee80211_rate *rates)
3245{
3246 int i;
3247
3248 for (i = 0; i < IWL_RATE_COUNT_LEGACY; i++) {
3249 rates[i].bitrate = iwl_rates[i].ieee * 5;
3250 rates[i].hw_value = i; /* Rate scaling will work on indexes */
3251 rates[i].hw_value_short = i;
3252 rates[i].flags = 0;
3253 if ((i >= IWL_FIRST_CCK_RATE) && (i <= IWL_LAST_CCK_RATE)) {
3254 /*
3255 * If CCK != 1M then set short preamble rate flag.
3256 */
3257 rates[i].flags |=
3258 (iwl_rates[i].plcp == IWL_RATE_1M_PLCP) ?
3259 0 : IEEE80211_RATE_SHORT_PREAMBLE;
3260 }
3261 }
3262}
3263
3264static int iwl_init_drv(struct iwl_priv *priv)
3265{
3266 int ret;
3267
Reinette Chatre89f186a2009-10-30 14:36:11 -07003268 spin_lock_init(&priv->sta_lock);
3269 spin_lock_init(&priv->hcmd_lock);
3270
Reinette Chatre89f186a2009-10-30 14:36:11 -07003271 mutex_init(&priv->mutex);
3272
Reinette Chatre89f186a2009-10-30 14:36:11 -07003273 priv->ieee_channels = NULL;
3274 priv->ieee_rates = NULL;
3275 priv->band = IEEE80211_BAND_2GHZ;
3276
3277 priv->iw_mode = NL80211_IFTYPE_STATION;
Johannes Bergba37a3d2009-12-10 14:37:27 -08003278 priv->current_ht_config.smps = IEEE80211_SMPS_STATIC;
Wey-Yi Guya13d2762010-01-22 14:22:42 -08003279 priv->missed_beacon_threshold = IWL_MISSED_BEACON_THRESHOLD_DEF;
Wey-Yi Guyd5a0ffa2010-03-04 13:38:59 -08003280 priv->_agn.agg_tids_count = 0;
Reinette Chatre89f186a2009-10-30 14:36:11 -07003281
Wey-Yi Guy8a472da2010-02-18 22:03:06 -08003282 /* initialize force reset */
3283 priv->force_reset[IWL_RF_RESET].reset_duration =
3284 IWL_DELAY_NEXT_FORCE_RF_RESET;
3285 priv->force_reset[IWL_FW_RESET].reset_duration =
3286 IWL_DELAY_NEXT_FORCE_FW_RELOAD;
Reinette Chatre89f186a2009-10-30 14:36:11 -07003287
Stanislaw Gruszka410f2bb2011-03-04 17:51:51 +01003288 priv->rx_statistics_jiffies = jiffies;
3289
Reinette Chatre89f186a2009-10-30 14:36:11 -07003290 /* Choose which receivers/antennas to use */
3291 if (priv->cfg->ops->hcmd->set_rxon_chain)
Johannes Berg246ed352010-08-23 10:46:32 +02003292 priv->cfg->ops->hcmd->set_rxon_chain(priv,
3293 &priv->contexts[IWL_RXON_CTX_BSS]);
Reinette Chatre89f186a2009-10-30 14:36:11 -07003294
3295 iwl_init_scan_params(priv);
3296
Wey-Yi Guy22bf59a2010-08-23 07:57:11 -07003297 /* init bt coex */
Wey-Yi Guy7cb1b082010-10-06 08:10:00 -07003298 if (priv->cfg->bt_params &&
3299 priv->cfg->bt_params->advanced_bt_coexist) {
Wey-Yi Guyb6e116e2010-08-23 07:57:14 -07003300 priv->kill_ack_mask = IWLAGN_BT_KILL_ACK_MASK_DEFAULT;
3301 priv->kill_cts_mask = IWLAGN_BT_KILL_CTS_MASK_DEFAULT;
3302 priv->bt_valid = IWLAGN_BT_ALL_VALID_MSK;
Wey-Yi Guy22bf59a2010-08-23 07:57:11 -07003303 priv->bt_on_thresh = BT_ON_THRESHOLD_DEF;
3304 priv->bt_duration = BT_DURATION_LIMIT_DEF;
3305 priv->dynamic_frag_thresh = BT_FRAG_THRESHOLD_DEF;
Wey-Yi Guy22bf59a2010-08-23 07:57:11 -07003306 }
3307
Reinette Chatre89f186a2009-10-30 14:36:11 -07003308 ret = iwl_init_channel_map(priv);
3309 if (ret) {
3310 IWL_ERR(priv, "initializing regulatory failed: %d\n", ret);
3311 goto err;
3312 }
3313
3314 ret = iwlcore_init_geos(priv);
3315 if (ret) {
3316 IWL_ERR(priv, "initializing geos failed: %d\n", ret);
3317 goto err_free_channel_map;
3318 }
3319 iwl_init_hw_rates(priv, priv->ieee_rates);
3320
3321 return 0;
3322
3323err_free_channel_map:
3324 iwl_free_channel_map(priv);
3325err:
3326 return ret;
3327}
3328
3329static void iwl_uninit_drv(struct iwl_priv *priv)
3330{
3331 iwl_calib_free_results(priv);
3332 iwlcore_free_geos(priv);
3333 iwl_free_channel_map(priv);
Johannes Berg811ecc92010-04-06 04:12:41 -07003334 kfree(priv->scan_cmd);
Johannes Berg4ce7cc22011-05-13 11:57:40 -07003335 kfree(priv->beacon_cmd);
Reinette Chatre89f186a2009-10-30 14:36:11 -07003336}
3337
Johannes Bergdc21b542010-10-23 09:15:39 -07003338struct ieee80211_ops iwlagn_hw_ops = {
Johannes Berg2295c662010-10-23 09:15:41 -07003339 .tx = iwlagn_mac_tx,
3340 .start = iwlagn_mac_start,
3341 .stop = iwlagn_mac_stop,
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07003342 .add_interface = iwl_mac_add_interface,
3343 .remove_interface = iwl_mac_remove_interface,
Johannes Bergd4daaea2010-10-23 09:15:43 -07003344 .change_interface = iwl_mac_change_interface,
Johannes Berg2295c662010-10-23 09:15:41 -07003345 .config = iwlagn_mac_config,
Johannes Berg8b8ab9d2010-08-17 11:24:01 +02003346 .configure_filter = iwlagn_configure_filter,
Johannes Berg2295c662010-10-23 09:15:41 -07003347 .set_key = iwlagn_mac_set_key,
3348 .update_tkip_key = iwlagn_mac_update_tkip_key,
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07003349 .conf_tx = iwl_mac_conf_tx,
Johannes Berg2295c662010-10-23 09:15:41 -07003350 .bss_info_changed = iwlagn_bss_info_changed,
3351 .ampdu_action = iwlagn_mac_ampdu_action,
Johannes Berg6ab10ff2009-11-13 11:56:37 -08003352 .hw_scan = iwl_mac_hw_scan,
Johannes Berg2295c662010-10-23 09:15:41 -07003353 .sta_notify = iwlagn_mac_sta_notify,
Reinette Chatrefe6b23d2010-02-22 16:24:47 -08003354 .sta_add = iwlagn_mac_sta_add,
3355 .sta_remove = iwl_mac_sta_remove,
Johannes Berg2295c662010-10-23 09:15:41 -07003356 .channel_switch = iwlagn_mac_channel_switch,
3357 .flush = iwlagn_mac_flush,
Johannes Berga85d7cc2010-07-31 08:34:10 -07003358 .tx_last_beacon = iwl_mac_tx_last_beacon,
Johannes Berg9b9190d2011-01-06 08:07:10 -08003359 .remain_on_channel = iwl_mac_remain_on_channel,
3360 .cancel_remain_on_channel = iwl_mac_cancel_remain_on_channel,
Johannes Berg266af4c72011-03-10 20:13:26 -08003361 .offchannel_tx = iwl_mac_offchannel_tx,
3362 .offchannel_tx_cancel_wait = iwl_mac_offchannel_tx_cancel_wait,
Cindy H. Kao4613e722011-05-06 10:40:15 -07003363 CFG80211_TESTMODE_CMD(iwl_testmode_cmd)
Wey-Yi Guyeb64dca2011-05-31 08:03:02 -07003364 CFG80211_TESTMODE_DUMP(iwl_testmode_dump)
Zhu Yib481de92007-09-25 17:54:57 -07003365};
3366
Johannes Berge98a1302011-04-05 09:42:08 -07003367static u32 iwl_hw_detect(struct iwl_priv *priv)
Wey-Yi Guy3867fe02010-07-31 08:34:05 -07003368{
Johannes Berg02a7fa02011-04-05 09:42:12 -07003369 return iwl_read32(priv, CSR_HW_REV);
Wey-Yi Guy3867fe02010-07-31 08:34:05 -07003370}
3371
Wey-Yi Guy07d4f1a2010-07-31 08:34:08 -07003372static int iwl_set_hw_params(struct iwl_priv *priv)
3373{
3374 priv->hw_params.max_rxq_size = RX_QUEUE_SIZE;
3375 priv->hw_params.max_rxq_log = RX_QUEUE_SIZE_LOG;
Don Fry9d143e92011-04-20 15:23:57 -07003376 if (iwlagn_mod_params.amsdu_size_8K)
Wey-Yi Guy07d4f1a2010-07-31 08:34:08 -07003377 priv->hw_params.rx_page_order = get_order(IWL_RX_BUF_SIZE_8K);
3378 else
3379 priv->hw_params.rx_page_order = get_order(IWL_RX_BUF_SIZE_4K);
3380
3381 priv->hw_params.max_beacon_itrvl = IWL_MAX_UCODE_BEACON_INTERVAL;
3382
Don Fry9d143e92011-04-20 15:23:57 -07003383 if (iwlagn_mod_params.disable_11n)
Wey-Yi Guy88950752011-06-06 12:05:46 -07003384 priv->cfg->sku &= ~EEPROM_SKU_CAP_11N_ENABLE;
Wey-Yi Guy07d4f1a2010-07-31 08:34:08 -07003385
3386 /* Device-specific setup */
3387 return priv->cfg->ops->lib->set_hw_params(priv);
3388}
3389
Johannes Berge72f3682010-08-23 10:46:51 +02003390static const u8 iwlagn_bss_ac_to_fifo[] = {
3391 IWL_TX_FIFO_VO,
3392 IWL_TX_FIFO_VI,
3393 IWL_TX_FIFO_BE,
3394 IWL_TX_FIFO_BK,
3395};
3396
3397static const u8 iwlagn_bss_ac_to_queue[] = {
3398 0, 1, 2, 3,
3399};
3400
3401static const u8 iwlagn_pan_ac_to_fifo[] = {
3402 IWL_TX_FIFO_VO_IPAN,
3403 IWL_TX_FIFO_VI_IPAN,
3404 IWL_TX_FIFO_BE_IPAN,
3405 IWL_TX_FIFO_BK_IPAN,
3406};
3407
3408static const u8 iwlagn_pan_ac_to_queue[] = {
3409 7, 6, 5, 4,
3410};
3411
Wey-Yi Guy119ea182011-04-18 09:34:06 -07003412/* This function both allocates and initializes hw and priv. */
3413static struct ieee80211_hw *iwl_alloc_all(struct iwl_cfg *cfg)
3414{
3415 struct iwl_priv *priv;
3416 /* mac80211 allocates memory for this device instance, including
3417 * space for this driver's private structure */
3418 struct ieee80211_hw *hw;
3419
3420 hw = ieee80211_alloc_hw(sizeof(struct iwl_priv), &iwlagn_hw_ops);
3421 if (hw == NULL) {
3422 pr_err("%s: Can not allocate network device\n",
3423 cfg->name);
3424 goto out;
3425 }
3426
3427 priv = hw->priv;
3428 priv->hw = hw;
3429
3430out:
3431 return hw;
3432}
3433
Wey-Yi Guyb2ea3452011-06-07 08:53:14 -07003434static void iwl_init_context(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07003435{
Wey-Yi Guyb2ea3452011-06-07 08:53:14 -07003436 int i;
Assaf Krauss1d0a0822008-03-14 10:38:48 -07003437
Johannes Berg246ed352010-08-23 10:46:32 +02003438 /*
3439 * The default context is always valid,
3440 * more may be discovered when firmware
3441 * is loaded.
3442 */
3443 priv->valid_contexts = BIT(IWL_RXON_CTX_BSS);
3444
3445 for (i = 0; i < NUM_IWL_RXON_CTX; i++)
3446 priv->contexts[i].ctxid = i;
3447
Johannes Berg763cc3b2010-09-03 06:32:21 -07003448 priv->contexts[IWL_RXON_CTX_BSS].always_active = true;
3449 priv->contexts[IWL_RXON_CTX_BSS].is_active = true;
Johannes Berg8f2d3d22010-08-23 10:46:37 +02003450 priv->contexts[IWL_RXON_CTX_BSS].rxon_cmd = REPLY_RXON;
3451 priv->contexts[IWL_RXON_CTX_BSS].rxon_timing_cmd = REPLY_RXON_TIMING;
3452 priv->contexts[IWL_RXON_CTX_BSS].rxon_assoc_cmd = REPLY_RXON_ASSOC;
Johannes Berg8dfdb9d2010-08-23 10:46:38 +02003453 priv->contexts[IWL_RXON_CTX_BSS].qos_cmd = REPLY_QOS_PARAM;
Johannes Berg2995baf2010-08-23 10:46:42 +02003454 priv->contexts[IWL_RXON_CTX_BSS].ap_sta_id = IWL_AP_ID;
Johannes Bergc10afb62010-08-23 10:46:43 +02003455 priv->contexts[IWL_RXON_CTX_BSS].wep_key_cmd = REPLY_WEPKEY;
Johannes Berge72f3682010-08-23 10:46:51 +02003456 priv->contexts[IWL_RXON_CTX_BSS].ac_to_fifo = iwlagn_bss_ac_to_fifo;
3457 priv->contexts[IWL_RXON_CTX_BSS].ac_to_queue = iwlagn_bss_ac_to_queue;
Johannes Bergd0fe4782010-08-23 10:46:58 +02003458 priv->contexts[IWL_RXON_CTX_BSS].exclusive_interface_modes =
3459 BIT(NL80211_IFTYPE_ADHOC);
3460 priv->contexts[IWL_RXON_CTX_BSS].interface_modes =
3461 BIT(NL80211_IFTYPE_STATION);
Johannes Berg2295c662010-10-23 09:15:41 -07003462 priv->contexts[IWL_RXON_CTX_BSS].ap_devtype = RXON_DEV_TYPE_AP;
Johannes Bergd0fe4782010-08-23 10:46:58 +02003463 priv->contexts[IWL_RXON_CTX_BSS].ibss_devtype = RXON_DEV_TYPE_IBSS;
3464 priv->contexts[IWL_RXON_CTX_BSS].station_devtype = RXON_DEV_TYPE_ESS;
3465 priv->contexts[IWL_RXON_CTX_BSS].unused_devtype = RXON_DEV_TYPE_ESS;
Johannes Bergece9c4e2010-08-23 10:46:49 +02003466
3467 priv->contexts[IWL_RXON_CTX_PAN].rxon_cmd = REPLY_WIPAN_RXON;
Wey-Yi Guyb2ea3452011-06-07 08:53:14 -07003468 priv->contexts[IWL_RXON_CTX_PAN].rxon_timing_cmd =
3469 REPLY_WIPAN_RXON_TIMING;
3470 priv->contexts[IWL_RXON_CTX_PAN].rxon_assoc_cmd =
3471 REPLY_WIPAN_RXON_ASSOC;
Johannes Bergece9c4e2010-08-23 10:46:49 +02003472 priv->contexts[IWL_RXON_CTX_PAN].qos_cmd = REPLY_WIPAN_QOS_PARAM;
3473 priv->contexts[IWL_RXON_CTX_PAN].ap_sta_id = IWL_AP_ID_PAN;
3474 priv->contexts[IWL_RXON_CTX_PAN].wep_key_cmd = REPLY_WIPAN_WEPKEY;
3475 priv->contexts[IWL_RXON_CTX_PAN].bcast_sta_id = IWLAGN_PAN_BCAST_ID;
3476 priv->contexts[IWL_RXON_CTX_PAN].station_flags = STA_FLG_PAN_STATION;
Johannes Berge72f3682010-08-23 10:46:51 +02003477 priv->contexts[IWL_RXON_CTX_PAN].ac_to_fifo = iwlagn_pan_ac_to_fifo;
3478 priv->contexts[IWL_RXON_CTX_PAN].ac_to_queue = iwlagn_pan_ac_to_queue;
3479 priv->contexts[IWL_RXON_CTX_PAN].mcast_queue = IWL_IPAN_MCAST_QUEUE;
Johannes Bergd0fe4782010-08-23 10:46:58 +02003480 priv->contexts[IWL_RXON_CTX_PAN].interface_modes =
3481 BIT(NL80211_IFTYPE_STATION) | BIT(NL80211_IFTYPE_AP);
Wey-Yi Guyf35c0c52011-01-13 17:09:29 -08003482#ifdef CONFIG_IWL_P2P
3483 priv->contexts[IWL_RXON_CTX_PAN].interface_modes |=
3484 BIT(NL80211_IFTYPE_P2P_CLIENT) | BIT(NL80211_IFTYPE_P2P_GO);
3485#endif
Johannes Bergd0fe4782010-08-23 10:46:58 +02003486 priv->contexts[IWL_RXON_CTX_PAN].ap_devtype = RXON_DEV_TYPE_CP;
3487 priv->contexts[IWL_RXON_CTX_PAN].station_devtype = RXON_DEV_TYPE_2STA;
3488 priv->contexts[IWL_RXON_CTX_PAN].unused_devtype = RXON_DEV_TYPE_P2P;
Johannes Bergece9c4e2010-08-23 10:46:49 +02003489
3490 BUILD_BUG_ON(NUM_IWL_RXON_CTX != 2);
Wey-Yi Guyb2ea3452011-06-07 08:53:14 -07003491}
3492
Emmanuel Grumbacha48709c2011-05-31 08:22:30 +03003493int iwl_probe(void *bus_specific, struct iwl_bus_ops *bus_ops,
3494 struct iwl_cfg *cfg)
Wey-Yi Guyb2ea3452011-06-07 08:53:14 -07003495{
3496 int err = 0;
3497 struct iwl_priv *priv;
3498 struct ieee80211_hw *hw;
Emmanuel Grumbach084dd7912011-05-31 09:07:00 +03003499 u16 num_mac;
Wey-Yi Guyb2ea3452011-06-07 08:53:14 -07003500 u32 hw_rev;
3501
3502 /************************
3503 * 1. Allocating HW data
3504 ************************/
Wey-Yi Guyb2ea3452011-06-07 08:53:14 -07003505 hw = iwl_alloc_all(cfg);
3506 if (!hw) {
3507 err = -ENOMEM;
Emmanuel Grumbach807caf22011-06-09 02:55:55 -07003508 goto out;
3509 }
3510
Wey-Yi Guyb2ea3452011-06-07 08:53:14 -07003511 priv = hw->priv;
Emmanuel Grumbacha48709c2011-05-31 08:22:30 +03003512
3513 priv->bus.priv = priv;
3514 priv->bus.bus_specific = bus_specific;
3515 priv->bus.ops = bus_ops;
Emmanuel Grumbach705cd452011-06-18 08:21:12 -07003516 priv->bus.irq = priv->bus.ops->get_irq(&priv->bus);
Emmanuel Grumbacha48709c2011-05-31 08:22:30 +03003517 priv->bus.ops->set_drv_data(&priv->bus, priv);
Emmanuel Grumbach3599d392011-05-31 08:52:10 +03003518 priv->bus.dev = priv->bus.ops->get_dev(&priv->bus);
Emmanuel Grumbacha48709c2011-05-31 08:22:30 +03003519
Emmanuel Grumbachc85eb612011-06-14 10:13:24 +03003520 iwl_trans_register(&priv->trans);
3521
Wey-Yi Guyb2ea3452011-06-07 08:53:14 -07003522 /* At this point both hw and priv are allocated. */
Johannes Berg8f2d3d22010-08-23 10:46:37 +02003523
Emmanuel Grumbach3599d392011-05-31 08:52:10 +03003524 SET_IEEE80211_DEV(hw, priv->bus.dev);
Zhu Yib481de92007-09-25 17:54:57 -07003525
Tomas Winklere1623442009-01-27 14:27:56 -08003526 IWL_DEBUG_INFO(priv, "*** LOAD DRIVER ***\n");
Tomas Winkler82b9a122008-03-04 18:09:30 -08003527 priv->cfg = cfg;
Mohamed Abbas40cefda2009-05-22 11:01:52 -07003528 priv->inta_mask = CSR_INI_SET_MASK;
Assaf Krauss316c30d2008-03-14 10:38:46 -07003529
Wey-Yi Guybee008b2010-08-23 07:57:04 -07003530 /* is antenna coupling more than 35dB ? */
3531 priv->bt_ant_couple_ok =
3532 (iwlagn_ant_coupling > IWL_BT_ANTENNA_COUPLING_THRESHOLD) ?
3533 true : false;
3534
Wey-Yi Guy9f28ebc2010-11-26 13:24:19 -08003535 /* enable/disable bt channel inhibition */
Wey-Yi Guyf37837c2010-08-23 07:57:12 -07003536 priv->bt_ch_announce = iwlagn_bt_ch_announce;
Wey-Yi Guy9f28ebc2010-11-26 13:24:19 -08003537 IWL_DEBUG_INFO(priv, "BT channel inhibition is %s\n",
3538 (priv->bt_ch_announce) ? "On" : "Off");
Wey-Yi Guyf37837c2010-08-23 07:57:12 -07003539
Wey-Yi Guy20594eb2009-08-07 15:41:39 -07003540 if (iwl_alloc_traffic_mem(priv))
3541 IWL_ERR(priv, "Not enough memory to generate traffic log\n");
Zhu Yib481de92007-09-25 17:54:57 -07003542
Assaf Krauss316c30d2008-03-14 10:38:46 -07003543
Reinette Chatre731a29b2009-12-14 14:12:11 -08003544 /* these spin locks will be used in apm_ops.init and EEPROM access
Mohamed Abbasa8b50a02009-05-22 11:01:47 -07003545 * we should init now
3546 */
3547 spin_lock_init(&priv->reg_lock);
Reinette Chatre731a29b2009-12-14 14:12:11 -08003548 spin_lock_init(&priv->lock);
Reinette Chatre4843b5a2010-02-03 09:38:59 -08003549
3550 /*
3551 * stop and reset the on-board processor just in case it is in a
3552 * strange state ... like being left stranded by a primary kernel
3553 * and this is now the kdump kernel trying to start up
3554 */
3555 iwl_write32(priv, CSR_RESET, CSR_RESET_REG_FLAG_NEVO_RESET);
3556
Emmanuel Grumbach084dd7912011-05-31 09:07:00 +03003557 /***********************
3558 * 3. Read REV register
3559 ***********************/
Johannes Berge98a1302011-04-05 09:42:08 -07003560 hw_rev = iwl_hw_detect(priv);
Shanyu Zhaoc11362c2010-03-05 17:05:20 -08003561 IWL_INFO(priv, "Detected %s, REV=0x%X\n",
Johannes Berge98a1302011-04-05 09:42:08 -07003562 priv->cfg->name, hw_rev);
Assaf Krauss316c30d2008-03-14 10:38:46 -07003563
Johannes Berg4cd2bf72011-04-13 03:14:52 -07003564 if (iwl_prepare_card_hw(priv)) {
Emmanuel Grumbachbcd4fe22011-06-09 02:55:54 -07003565 err = -EIO;
Mohamed Abbas086ed112009-05-22 11:01:54 -07003566 IWL_WARN(priv, "Failed, HW not ready\n");
Emmanuel Grumbach084dd7912011-05-31 09:07:00 +03003567 goto out_free_traffic_mem;
Mohamed Abbas086ed112009-05-22 11:01:54 -07003568 }
3569
Assaf Krauss316c30d2008-03-14 10:38:46 -07003570 /*****************
3571 * 4. Read EEPROM
3572 *****************/
Assaf Krauss316c30d2008-03-14 10:38:46 -07003573 /* Read the EEPROM */
Johannes Berge98a1302011-04-05 09:42:08 -07003574 err = iwl_eeprom_init(priv, hw_rev);
Assaf Krauss316c30d2008-03-14 10:38:46 -07003575 if (err) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08003576 IWL_ERR(priv, "Unable to init EEPROM\n");
Emmanuel Grumbach084dd7912011-05-31 09:07:00 +03003577 goto out_free_traffic_mem;
Assaf Krauss316c30d2008-03-14 10:38:46 -07003578 }
Tomas Winkler8614f362008-04-23 17:14:55 -07003579 err = iwl_eeprom_check_version(priv);
3580 if (err)
Reinette Chatrec8f16132009-02-27 16:21:22 -08003581 goto out_free_eeprom;
Tomas Winkler8614f362008-04-23 17:14:55 -07003582
Wey-Yi Guy21a5b3c2010-11-10 13:32:59 -08003583 err = iwl_eeprom_check_sku(priv);
3584 if (err)
3585 goto out_free_eeprom;
3586
Ron Rindjunsky02883012008-05-15 13:53:53 +08003587 /* extract MAC Address */
Wey-Yi Guyc6fa17e2010-07-15 05:58:30 -07003588 iwl_eeprom_get_mac(priv, priv->addresses[0].addr);
3589 IWL_DEBUG_INFO(priv, "MAC address: %pM\n", priv->addresses[0].addr);
3590 priv->hw->wiphy->addresses = priv->addresses;
3591 priv->hw->wiphy->n_addresses = 1;
3592 num_mac = iwl_eeprom_query16(priv, EEPROM_NUM_MAC_ADDRESS);
3593 if (num_mac > 1) {
3594 memcpy(priv->addresses[1].addr, priv->addresses[0].addr,
3595 ETH_ALEN);
3596 priv->addresses[1].addr[5]++;
3597 priv->hw->wiphy->n_addresses++;
3598 }
Assaf Krauss316c30d2008-03-14 10:38:46 -07003599
Wey-Yi Guyb2ea3452011-06-07 08:53:14 -07003600 /* initialize all valid contexts */
3601 iwl_init_context(priv);
3602
Assaf Krauss316c30d2008-03-14 10:38:46 -07003603 /************************
3604 * 5. Setup HW constants
3605 ************************/
Ron Rindjunskyda154e302008-06-30 17:23:20 +08003606 if (iwl_set_hw_params(priv)) {
Emmanuel Grumbach084dd7912011-05-31 09:07:00 +03003607 err = -ENOENT;
Winkler, Tomas15b16872008-12-19 10:37:33 +08003608 IWL_ERR(priv, "failed to set hw parameters\n");
Tomas Winkler073d3f52008-04-21 15:41:52 -07003609 goto out_free_eeprom;
Assaf Krauss316c30d2008-03-14 10:38:46 -07003610 }
3611
3612 /*******************
Tomas Winkler6ba87952008-05-15 13:54:17 +08003613 * 6. Setup priv
Assaf Krauss316c30d2008-03-14 10:38:46 -07003614 *******************/
Zhu Yib481de92007-09-25 17:54:57 -07003615
Tomas Winkler6ba87952008-05-15 13:54:17 +08003616 err = iwl_init_drv(priv);
Assaf Kraussbf85ea42008-03-14 10:38:49 -07003617 if (err)
Ron Rindjunsky399f4902008-04-23 17:14:56 -07003618 goto out_free_eeprom;
Assaf Kraussbf85ea42008-03-14 10:38:49 -07003619 /* At this point both hw and priv are initialized. */
Assaf Krauss316c30d2008-03-14 10:38:46 -07003620
Assaf Krauss316c30d2008-03-14 10:38:46 -07003621 /********************
Abhijeet Kolekar09f9bf72009-04-20 14:37:03 -07003622 * 7. Setup services
Assaf Krauss316c30d2008-03-14 10:38:46 -07003623 ********************/
Johannes Berg519d8ab2011-04-05 09:42:11 -07003624 iwl_alloc_isr_ict(priv);
Wey-Yi Guye39fdee2010-11-10 09:56:40 -08003625
Emmanuel Grumbach705cd452011-06-18 08:21:12 -07003626 err = request_irq(priv->bus.irq, iwl_isr_ict, IRQF_SHARED,
3627 DRV_NAME, priv);
Helmut Schaa6cd0b1c2009-01-19 13:10:07 +01003628 if (err) {
Emmanuel Grumbach705cd452011-06-18 08:21:12 -07003629 IWL_ERR(priv, "Error allocating IRQ %d\n", priv->bus.irq);
Emmanuel Grumbach084dd7912011-05-31 09:07:00 +03003630 goto out_uninit_drv;
Helmut Schaa6cd0b1c2009-01-19 13:10:07 +01003631 }
Assaf Krauss316c30d2008-03-14 10:38:46 -07003632
Emmanuel Grumbach4e393172008-06-12 09:46:53 +08003633 iwl_setup_deferred_work(priv);
Emmanuel Grumbach653fa4a2008-06-30 17:23:11 +08003634 iwl_setup_rx_handlers(priv);
Cindy H. Kao4613e722011-05-06 10:40:15 -07003635 iwl_testmode_init(priv);
Assaf Krauss316c30d2008-03-14 10:38:46 -07003636
Johannes Berg158bea02010-01-22 14:22:53 -08003637 /*********************************************
Emmanuel Grumbach084dd7912011-05-31 09:07:00 +03003638 * 8. Enable interrupts
Johannes Berg158bea02010-01-22 14:22:53 -08003639 *********************************************/
Tomas Winkler6ba87952008-05-15 13:54:17 +08003640
Stanislaw Gruszka554d1d02010-12-23 12:38:21 +01003641 iwl_enable_rfkill_int(priv);
Helmut Schaa6cd0b1c2009-01-19 13:10:07 +01003642
Helmut Schaa6cd0b1c2009-01-19 13:10:07 +01003643 /* If platform's RF_KILL switch is NOT set to KILL */
3644 if (iwl_read32(priv, CSR_GP_CNTRL) & CSR_GP_CNTRL_REG_FLAG_HW_RF_KILL_SW)
3645 clear_bit(STATUS_RF_KILL_HW, &priv->status);
3646 else
3647 set_bit(STATUS_RF_KILL_HW, &priv->status);
Tomas Winkler6ba87952008-05-15 13:54:17 +08003648
Johannes Berga60e77e2009-06-04 18:26:06 +02003649 wiphy_rfkill_set_hw_state(priv->hw->wiphy,
3650 test_bit(STATUS_RF_KILL_HW, &priv->status));
Helmut Schaa6cd0b1c2009-01-19 13:10:07 +01003651
Emmanuel Grumbach58d0f362008-06-12 09:47:19 +08003652 iwl_power_initialize(priv);
Wey-Yi Guy39b73fb12009-07-24 11:13:02 -07003653 iwl_tt_initialize(priv);
Johannes Berg158bea02010-01-22 14:22:53 -08003654
Reinette Chatrea15707d2010-05-10 15:08:11 -07003655 init_completion(&priv->_agn.firmware_loading_complete);
Johannes Berg562db532010-04-29 07:41:53 -07003656
Johannes Bergb08dfd02010-01-29 11:54:56 -08003657 err = iwl_request_firmware(priv, true);
Johannes Berg158bea02010-01-22 14:22:53 -08003658 if (err)
Emmanuel Grumbach7d476182010-05-23 00:14:08 -07003659 goto out_destroy_workqueue;
Johannes Berg158bea02010-01-22 14:22:53 -08003660
Zhu Yib481de92007-09-25 17:54:57 -07003661 return 0;
3662
Emmanuel Grumbach7d476182010-05-23 00:14:08 -07003663 out_destroy_workqueue:
Reinette Chatrec8f16132009-02-27 16:21:22 -08003664 destroy_workqueue(priv->workqueue);
3665 priv->workqueue = NULL;
Emmanuel Grumbach705cd452011-06-18 08:21:12 -07003666 free_irq(priv->bus.irq, priv);
Emmanuel Grumbach93cce6f2011-05-27 08:40:29 -07003667 iwl_free_isr_ict(priv);
Emmanuel Grumbach084dd7912011-05-31 09:07:00 +03003668 out_uninit_drv:
Tomas Winkler6ba87952008-05-15 13:54:17 +08003669 iwl_uninit_drv(priv);
Tomas Winkler073d3f52008-04-21 15:41:52 -07003670 out_free_eeprom:
3671 iwl_eeprom_free(priv);
Emmanuel Grumbach084dd7912011-05-31 09:07:00 +03003672 out_free_traffic_mem:
Wey-Yi Guy20594eb2009-08-07 15:41:39 -07003673 iwl_free_traffic_mem(priv);
Wey-Yi Guyd7c76f42009-10-09 13:20:17 -07003674 ieee80211_free_hw(priv->hw);
Zhu Yib481de92007-09-25 17:54:57 -07003675 out:
3676 return err;
3677}
3678
Emmanuel Grumbacha48709c2011-05-31 08:22:30 +03003679void __devexit iwl_remove(struct iwl_priv * priv)
Zhu Yib481de92007-09-25 17:54:57 -07003680{
Mohamed Abbas0359fac2008-03-28 16:21:08 -07003681 unsigned long flags;
Zhu Yib481de92007-09-25 17:54:57 -07003682
Reinette Chatrea15707d2010-05-10 15:08:11 -07003683 wait_for_completion(&priv->_agn.firmware_loading_complete);
Johannes Berg562db532010-04-29 07:41:53 -07003684
Tomas Winklere1623442009-01-27 14:27:56 -08003685 IWL_DEBUG_INFO(priv, "*** UNLOAD DRIVER ***\n");
Zhu Yib481de92007-09-25 17:54:57 -07003686
Emmanuel Grumbach67249622008-05-29 16:35:26 +08003687 iwl_dbgfs_unregister(priv);
Emmanuel Grumbach3599d392011-05-31 08:52:10 +03003688 sysfs_remove_group(&priv->bus.dev->kobj,
3689 &iwl_attribute_group);
Emmanuel Grumbach67249622008-05-29 16:35:26 +08003690
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07003691 /* ieee80211_unregister_hw call wil cause iwl_mac_stop to
3692 * to be called and iwl_down since we are removing the device
Gregory Greenman0b124c32008-09-03 11:18:50 +08003693 * we need to set STATUS_EXIT_PENDING bit.
3694 */
3695 set_bit(STATUS_EXIT_PENDING, &priv->status);
Wey-Yi Guy5ed540a2011-01-21 15:26:39 -08003696
Wey-Yi Guy7a4e5282011-05-06 10:21:28 -07003697 iwl_testmode_cleanup(priv);
Wey-Yi Guy5ed540a2011-01-21 15:26:39 -08003698 iwl_leds_exit(priv);
3699
Ron Rindjunskyc4f55232008-03-28 16:21:10 -07003700 if (priv->mac80211_registered) {
3701 ieee80211_unregister_hw(priv->hw);
3702 priv->mac80211_registered = 0;
3703 }
3704
Johannes Berg1a10f432011-04-13 03:14:44 -07003705 /* Reset to low power before unloading driver. */
Johannes Berg14e8e4a2010-09-22 18:02:10 +02003706 iwl_apm_stop(priv);
Ben Cahillc166b252009-10-23 13:42:35 -07003707
Wey-Yi Guy39b73fb12009-07-24 11:13:02 -07003708 iwl_tt_exit(priv);
3709
Mohamed Abbas0359fac2008-03-28 16:21:08 -07003710 /* make sure we flush any pending irq or
3711 * tasklet for the driver
3712 */
3713 spin_lock_irqsave(&priv->lock, flags);
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07003714 iwl_disable_interrupts(priv);
Mohamed Abbas0359fac2008-03-28 16:21:08 -07003715 spin_unlock_irqrestore(&priv->lock, flags);
3716
3717 iwl_synchronize_irq(priv);
3718
Emmanuel Grumbach3599d392011-05-31 08:52:10 +03003719 iwl_dealloc_ucode(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003720
3721 if (priv->rxq.bd)
Wey-Yi Guy54b81552010-03-17 13:34:35 -07003722 iwlagn_rx_queue_free(priv, &priv->rxq);
Wey-Yi Guy74bcdb32010-03-17 13:34:34 -07003723 iwlagn_hw_txq_ctx_free(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003724
Tomas Winkler073d3f52008-04-21 15:41:52 -07003725 iwl_eeprom_free(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003726
Zhu Yib481de92007-09-25 17:54:57 -07003727
Mohamed Abbas948c1712007-10-25 17:15:45 +08003728 /*netif_stop_queue(dev); */
3729 flush_workqueue(priv->workqueue);
3730
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07003731 /* ieee80211_unregister_hw calls iwl_mac_stop, which flushes
Zhu Yib481de92007-09-25 17:54:57 -07003732 * priv->workqueue... so we can't take down the workqueue
3733 * until now... */
3734 destroy_workqueue(priv->workqueue);
3735 priv->workqueue = NULL;
Wey-Yi Guy20594eb2009-08-07 15:41:39 -07003736 iwl_free_traffic_mem(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003737
Emmanuel Grumbach705cd452011-06-18 08:21:12 -07003738 free_irq(priv->bus.irq, priv);
Emmanuel Grumbacha48709c2011-05-31 08:22:30 +03003739 priv->bus.ops->set_drv_data(&priv->bus, NULL);
Zhu Yib481de92007-09-25 17:54:57 -07003740
Tomas Winkler6ba87952008-05-15 13:54:17 +08003741 iwl_uninit_drv(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003742
Johannes Berg519d8ab2011-04-05 09:42:11 -07003743 iwl_free_isr_ict(priv);
Mohamed Abbasef850d72009-05-22 11:01:50 -07003744
Johannes Berg77834542010-10-04 05:50:36 -07003745 dev_kfree_skb(priv->beacon_skb);
Zhu Yib481de92007-09-25 17:54:57 -07003746
3747 ieee80211_free_hw(priv->hw);
3748}
3749
Zhu Yib481de92007-09-25 17:54:57 -07003750
3751/*****************************************************************************
3752 *
3753 * driver and module entry point
3754 *
3755 *****************************************************************************/
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07003756static int __init iwl_init(void)
Zhu Yib481de92007-09-25 17:54:57 -07003757{
3758
3759 int ret;
Joe Perchesc96c31e2010-07-26 14:39:58 -07003760 pr_info(DRV_DESCRIPTION ", " DRV_VERSION "\n");
3761 pr_info(DRV_COPYRIGHT "\n");
Reinette Chatre897e1cf2008-03-28 16:21:09 -07003762
Tomas Winklere227cea2008-07-18 13:53:05 +08003763 ret = iwlagn_rate_control_register();
Reinette Chatre897e1cf2008-03-28 16:21:09 -07003764 if (ret) {
Joe Perchesc96c31e2010-07-26 14:39:58 -07003765 pr_err("Unable to register rate control algorithm: %d\n", ret);
Reinette Chatre897e1cf2008-03-28 16:21:09 -07003766 return ret;
3767 }
3768
Emmanuel Grumbach48d1a212011-05-24 11:39:02 +03003769 ret = iwl_pci_register_driver();
Zhu Yib481de92007-09-25 17:54:57 -07003770
Emmanuel Grumbach48d1a212011-05-24 11:39:02 +03003771 if (ret)
3772 goto error_register;
Zhu Yib481de92007-09-25 17:54:57 -07003773 return ret;
Reinette Chatre897e1cf2008-03-28 16:21:09 -07003774
Reinette Chatre897e1cf2008-03-28 16:21:09 -07003775error_register:
Tomas Winklere227cea2008-07-18 13:53:05 +08003776 iwlagn_rate_control_unregister();
Reinette Chatre897e1cf2008-03-28 16:21:09 -07003777 return ret;
Zhu Yib481de92007-09-25 17:54:57 -07003778}
3779
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07003780static void __exit iwl_exit(void)
Zhu Yib481de92007-09-25 17:54:57 -07003781{
Emmanuel Grumbach48d1a212011-05-24 11:39:02 +03003782 iwl_pci_unregister_driver();
Tomas Winklere227cea2008-07-18 13:53:05 +08003783 iwlagn_rate_control_unregister();
Zhu Yib481de92007-09-25 17:54:57 -07003784}
3785
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07003786module_exit(iwl_exit);
3787module_init(iwl_init);
Reinette Chatrea562a9d2009-07-17 09:30:24 -07003788
3789#ifdef CONFIG_IWLWIFI_DEBUG
Wey-Yi Guy4e30cb62009-09-17 10:43:47 -07003790module_param_named(debug, iwl_debug_level, uint, S_IRUGO | S_IWUSR);
Reinette Chatrea562a9d2009-07-17 09:30:24 -07003791MODULE_PARM_DESC(debug, "debug output mask");
3792#endif
3793
Wey-Yi Guy2b068612010-03-22 09:17:39 -07003794module_param_named(swcrypto, iwlagn_mod_params.sw_crypto, int, S_IRUGO);
3795MODULE_PARM_DESC(swcrypto, "using crypto in software (default 0 [hardware])");
Wey-Yi Guy2b068612010-03-22 09:17:39 -07003796module_param_named(queues_num, iwlagn_mod_params.num_of_queues, int, S_IRUGO);
3797MODULE_PARM_DESC(queues_num, "number of hw queues.");
Wey-Yi Guy2b068612010-03-22 09:17:39 -07003798module_param_named(11n_disable, iwlagn_mod_params.disable_11n, int, S_IRUGO);
3799MODULE_PARM_DESC(11n_disable, "disable 11n functionality");
Wey-Yi Guy2b068612010-03-22 09:17:39 -07003800module_param_named(amsdu_size_8K, iwlagn_mod_params.amsdu_size_8K,
3801 int, S_IRUGO);
3802MODULE_PARM_DESC(amsdu_size_8K, "enable 8K amsdu size");
Wey-Yi Guy2b068612010-03-22 09:17:39 -07003803module_param_named(fw_restart, iwlagn_mod_params.restart_fw, int, S_IRUGO);
3804MODULE_PARM_DESC(fw_restart, "restart firmware in case of error");
Johannes Bergdd7a2502010-04-28 23:33:10 -07003805
3806module_param_named(ucode_alternative, iwlagn_wanted_ucode_alternative, int,
3807 S_IRUGO);
3808MODULE_PARM_DESC(ucode_alternative,
3809 "specify ucode alternative to use from ucode file");
Wey-Yi Guybee008b2010-08-23 07:57:04 -07003810
3811module_param_named(antenna_coupling, iwlagn_ant_coupling, int, S_IRUGO);
3812MODULE_PARM_DESC(antenna_coupling,
3813 "specify antenna coupling in dB (defualt: 0 dB)");
Wey-Yi Guyf37837c2010-08-23 07:57:12 -07003814
Wey-Yi Guy9f28ebc2010-11-26 13:24:19 -08003815module_param_named(bt_ch_inhibition, iwlagn_bt_ch_announce, bool, S_IRUGO);
3816MODULE_PARM_DESC(bt_ch_inhibition,
3817 "Disable BT channel inhibition (default: enable)");
Stanislaw Gruszkab7977ff2011-02-28 14:33:15 +01003818
3819module_param_named(plcp_check, iwlagn_mod_params.plcp_check, bool, S_IRUGO);
3820MODULE_PARM_DESC(plcp_check, "Check plcp health (default: 1 [enabled])");
3821
3822module_param_named(ack_check, iwlagn_mod_params.ack_check, bool, S_IRUGO);
3823MODULE_PARM_DESC(ack_check, "Check ack health (default: 0 [disabled])");
Wey-Yi Guyb60eec92011-06-03 13:52:38 -07003824
Wey-Yi Guy300d0832011-06-25 09:17:41 -07003825module_param_named(wd_disable, iwlagn_mod_params.wd_disable, bool, S_IRUGO);
3826MODULE_PARM_DESC(wd_disable,
3827 "Disable stuck queue watchdog timer (default: 0 [enabled])");
3828
Wey-Yi Guyb60eec92011-06-03 13:52:38 -07003829/*
3830 * set bt_coex_active to true, uCode will do kill/defer
3831 * every time the priority line is asserted (BT is sending signals on the
3832 * priority line in the PCIx).
3833 * set bt_coex_active to false, uCode will ignore the BT activity and
3834 * perform the normal operation
3835 *
3836 * User might experience transmit issue on some platform due to WiFi/BT
3837 * co-exist problem. The possible behaviors are:
3838 * Able to scan and finding all the available AP
3839 * Not able to associate with any AP
3840 * On those platforms, WiFi communication can be restored by set
3841 * "bt_coex_active" module parameter to "false"
3842 *
3843 * default: bt_coex_active = true (BT_COEX_ENABLE)
3844 */
3845module_param_named(bt_coex_active, iwlagn_mod_params.bt_coex_active,
3846 bool, S_IRUGO);
3847MODULE_PARM_DESC(bt_coex_active, "enable wifi/bt co-exist (default: enable)");
Wey-Yi Guy6b0184c2011-06-03 13:52:39 -07003848
3849module_param_named(led_mode, iwlagn_mod_params.led_mode, int, S_IRUGO);
3850MODULE_PARM_DESC(led_mode, "0=system default, "
3851 "1=On(RF On)/Off(RF Off), 2=blinking (default: 0)");
Wey-Yi Guy3f1e5f42011-06-03 13:52:40 -07003852
Wey-Yi Guy0172b022011-06-11 10:00:05 -07003853module_param_named(power_save, iwlagn_mod_params.power_save,
3854 bool, S_IRUGO);
3855MODULE_PARM_DESC(power_save,
3856 "enable WiFi power management (default: disable)");
3857
Wey-Yi Guyf7538162011-06-11 10:00:06 -07003858module_param_named(power_level, iwlagn_mod_params.power_level,
3859 int, S_IRUGO);
3860MODULE_PARM_DESC(power_level,
3861 "default power save level (range from 1 - 5, default: 1)");
3862
Wey-Yi Guy3f1e5f42011-06-03 13:52:40 -07003863/*
3864 * For now, keep using power level 1 instead of automatically
3865 * adjusting ...
3866 */
3867module_param_named(no_sleep_autoadjust, iwlagn_mod_params.no_sleep_autoadjust,
3868 bool, S_IRUGO);
3869MODULE_PARM_DESC(no_sleep_autoadjust,
3870 "don't automatically adjust sleep level "
3871 "according to maximum network latency (default: true)");