blob: 0bab19563394d2697521381fc87796c9b02127d3 [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 *****************************************************************************/
Zhu Yib481de92007-09-25 17:54:57 -070029#include <linux/kernel.h>
30#include <linux/module.h>
Zhu Yib481de92007-09-25 17:54:57 -070031#include <linux/init.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090032#include <linux/slab.h>
Zhu Yib481de92007-09-25 17:54:57 -070033#include <linux/dma-mapping.h>
34#include <linux/delay.h>
Alexey Dobriyand43c36d2009-10-07 17:09:06 +040035#include <linux/sched.h>
Zhu Yib481de92007-09-25 17:54:57 -070036#include <linux/skbuff.h>
37#include <linux/netdevice.h>
38#include <linux/wireless.h>
39#include <linux/firmware.h>
Zhu Yib481de92007-09-25 17:54:57 -070040#include <linux/etherdevice.h>
41#include <linux/if_arp.h>
42
Zhu Yib481de92007-09-25 17:54:57 -070043#include <net/mac80211.h>
44
45#include <asm/div64.h>
46
Assaf Krauss6bc913b2008-03-11 16:17:18 -070047#include "iwl-eeprom.h"
Tomas Winkler3e0d4cb2008-04-24 11:55:38 -070048#include "iwl-dev.h"
Tomas Winklerfee12472008-04-03 16:05:21 -070049#include "iwl-core.h"
Tomas Winkler3395f6e2008-03-25 16:33:37 -070050#include "iwl-io.h"
Zhu Yib481de92007-09-25 17:54:57 -070051#include "iwl-helpers.h"
Emmanuel Grumbach6974e362008-04-14 21:16:06 -070052#include "iwl-sta.h"
Johannes Berg0de76732010-09-22 18:02:11 +020053#include "iwl-agn-calib.h"
Johannes Berga1175122010-01-21 06:21:10 -080054#include "iwl-agn.h"
Emmanuel Grumbachd5934112011-07-11 10:48:51 +030055#include "iwl-bus.h"
Emmanuel Grumbachc85eb612011-06-14 10:13:24 +030056#include "iwl-trans.h"
Christoph Hellwig416e1432007-10-25 17:15:49 +080057
Zhu Yib481de92007-09-25 17:54:57 -070058/******************************************************************************
59 *
60 * module boiler plate
61 *
62 ******************************************************************************/
63
Zhu Yib481de92007-09-25 17:54:57 -070064/*
65 * module name, copyright, version, etc.
Zhu Yib481de92007-09-25 17:54:57 -070066 */
Tomas Winklerd783b062008-07-18 13:53:02 +080067#define DRV_DESCRIPTION "Intel(R) Wireless WiFi Link AGN driver for Linux"
Zhu Yib481de92007-09-25 17:54:57 -070068
Tomas Winkler0a6857e2008-03-12 16:58:49 -070069#ifdef CONFIG_IWLWIFI_DEBUG
Zhu Yib481de92007-09-25 17:54:57 -070070#define VD "d"
71#else
72#define VD
73#endif
74
Reinette Chatre81963d62010-01-22 14:22:57 -080075#define DRV_VERSION IWLWIFI_VERSION VD
Zhu Yib481de92007-09-25 17:54:57 -070076
Zhu Yib481de92007-09-25 17:54:57 -070077
78MODULE_DESCRIPTION(DRV_DESCRIPTION);
79MODULE_VERSION(DRV_VERSION);
Tomas Winklera7b75202008-12-11 10:33:41 -080080MODULE_AUTHOR(DRV_COPYRIGHT " " DRV_AUTHOR);
Zhu Yib481de92007-09-25 17:54:57 -070081MODULE_LICENSE("GPL");
82
Wey-Yi Guybee008b2010-08-23 07:57:04 -070083static int iwlagn_ant_coupling;
Wey-Yi Guyf37837c2010-08-23 07:57:12 -070084static bool iwlagn_bt_ch_announce = 1;
Wey-Yi Guybee008b2010-08-23 07:57:04 -070085
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -070086void iwl_update_chain_flags(struct iwl_priv *priv)
Mohamed Abbas5da4b552008-04-21 15:41:51 -070087{
Johannes Berg246ed352010-08-23 10:46:32 +020088 struct iwl_rxon_context *ctx;
Mohamed Abbas5da4b552008-04-21 15:41:51 -070089
Wey-Yi Guye3f10ce2011-07-01 07:59:26 -070090 for_each_context(priv, ctx) {
91 iwlagn_set_rxon_chain(priv, ctx);
92 if (ctx->active.rx_chain != ctx->staging.rx_chain)
93 iwlagn_commit_rxon(priv, ctx);
Johannes Berg246ed352010-08-23 10:46:32 +020094 }
Mohamed Abbas5da4b552008-04-21 15:41:51 -070095}
96
Daniel C Halperin47ff65c2009-11-13 11:56:33 -080097/* Parse the beacon frame to find the TIM element and set tim_idx & tim_size */
98static void iwl_set_beacon_tim(struct iwl_priv *priv,
Johannes Berg77834542010-10-04 05:50:36 -070099 struct iwl_tx_beacon_cmd *tx_beacon_cmd,
100 u8 *beacon, u32 frame_size)
Daniel C Halperin47ff65c2009-11-13 11:56:33 -0800101{
102 u16 tim_idx;
103 struct ieee80211_mgmt *mgmt = (struct ieee80211_mgmt *)beacon;
104
105 /*
106 * The index is relative to frame start but we start looking at the
107 * variable-length part of the beacon.
108 */
109 tim_idx = mgmt->u.beacon.variable - beacon;
110
111 /* Parse variable-length elements of beacon to find WLAN_EID_TIM */
112 while ((tim_idx < (frame_size - 2)) &&
113 (beacon[tim_idx] != WLAN_EID_TIM))
114 tim_idx += beacon[tim_idx+1] + 2;
115
116 /* If TIM field was found, set variables */
117 if ((tim_idx < (frame_size - 1)) && (beacon[tim_idx] == WLAN_EID_TIM)) {
118 tx_beacon_cmd->tim_idx = cpu_to_le16(tim_idx);
119 tx_beacon_cmd->tim_size = beacon[tim_idx+1];
120 } else
121 IWL_WARN(priv, "Unable to find TIM Element in beacon\n");
122}
123
Johannes Berg8a98d492011-04-29 09:48:14 -0700124int iwlagn_send_beacon_cmd(struct iwl_priv *priv)
Tomas Winkler4bf64ef2008-07-18 13:53:03 +0800125{
126 struct iwl_tx_beacon_cmd *tx_beacon_cmd;
Johannes Berg8a98d492011-04-29 09:48:14 -0700127 struct iwl_host_cmd cmd = {
128 .id = REPLY_TX_BEACON,
Emmanuel Grumbache419d622011-07-08 08:46:14 -0700129 .flags = CMD_SYNC,
Johannes Berg8a98d492011-04-29 09:48:14 -0700130 };
Johannes Berg0b5b3ff2011-06-22 06:33:43 -0700131 struct ieee80211_tx_info *info;
Daniel C Halperin47ff65c2009-11-13 11:56:33 -0800132 u32 frame_size;
133 u32 rate_flags;
134 u32 rate;
Johannes Berg8a98d492011-04-29 09:48:14 -0700135
Daniel C Halperin47ff65c2009-11-13 11:56:33 -0800136 /*
137 * We have to set up the TX command, the TX Beacon command, and the
138 * beacon contents.
139 */
Tomas Winkler4bf64ef2008-07-18 13:53:03 +0800140
Johannes Berg76d04812010-08-23 10:46:47 +0200141 lockdep_assert_held(&priv->mutex);
142
143 if (!priv->beacon_ctx) {
144 IWL_ERR(priv, "trying to build beacon w/o beacon context!\n");
Julia Lawall950094c2010-09-05 21:00:26 +0200145 return 0;
Johannes Berg76d04812010-08-23 10:46:47 +0200146 }
147
Johannes Berg8a98d492011-04-29 09:48:14 -0700148 if (WARN_ON(!priv->beacon_skb))
149 return -EINVAL;
150
Johannes Berg4ce7cc22011-05-13 11:57:40 -0700151 /* Allocate beacon command */
152 if (!priv->beacon_cmd)
153 priv->beacon_cmd = kzalloc(sizeof(*tx_beacon_cmd), GFP_KERNEL);
154 tx_beacon_cmd = priv->beacon_cmd;
Johannes Berg8a98d492011-04-29 09:48:14 -0700155 if (!tx_beacon_cmd)
156 return -ENOMEM;
157
158 frame_size = priv->beacon_skb->len;
Tomas Winkler4bf64ef2008-07-18 13:53:03 +0800159
Daniel C Halperin47ff65c2009-11-13 11:56:33 -0800160 /* Set up TX command fields */
Tomas Winkler4bf64ef2008-07-18 13:53:03 +0800161 tx_beacon_cmd->tx.len = cpu_to_le16((u16)frame_size);
Johannes Berg76d04812010-08-23 10:46:47 +0200162 tx_beacon_cmd->tx.sta_id = priv->beacon_ctx->bcast_sta_id;
Daniel C Halperin47ff65c2009-11-13 11:56:33 -0800163 tx_beacon_cmd->tx.stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE;
Tomas Winkler4bf64ef2008-07-18 13:53:03 +0800164 tx_beacon_cmd->tx.tx_flags = TX_CMD_FLG_SEQ_CTL_MSK |
Daniel C Halperin47ff65c2009-11-13 11:56:33 -0800165 TX_CMD_FLG_TSF_MSK | TX_CMD_FLG_STA_RATE_MSK;
166
167 /* Set up TX beacon command fields */
Johannes Berg4ce7cc22011-05-13 11:57:40 -0700168 iwl_set_beacon_tim(priv, tx_beacon_cmd, priv->beacon_skb->data,
Johannes Berg77834542010-10-04 05:50:36 -0700169 frame_size);
Daniel C Halperin47ff65c2009-11-13 11:56:33 -0800170
171 /* Set up packet rate and flags */
Johannes Berg0b5b3ff2011-06-22 06:33:43 -0700172 info = IEEE80211_SKB_CB(priv->beacon_skb);
173
174 /*
175 * Let's set up the rate at least somewhat correctly;
176 * it will currently not actually be used by the uCode,
177 * it uses the broadcast station's rate instead.
178 */
179 if (info->control.rates[0].idx < 0 ||
180 info->control.rates[0].flags & IEEE80211_TX_RC_MCS)
181 rate = 0;
182 else
183 rate = info->control.rates[0].idx;
184
Johannes Berg0e1654f2010-05-18 02:48:36 -0700185 priv->mgmt_tx_ant = iwl_toggle_tx_ant(priv, priv->mgmt_tx_ant,
186 priv->hw_params.valid_tx_ant);
Daniel C Halperin47ff65c2009-11-13 11:56:33 -0800187 rate_flags = iwl_ant_idx_to_flags(priv->mgmt_tx_ant);
Johannes Berg0b5b3ff2011-06-22 06:33:43 -0700188
189 /* In mac80211, rates for 5 GHz start at 0 */
190 if (info->band == IEEE80211_BAND_5GHZ)
191 rate += IWL_FIRST_OFDM_RATE;
192 else if (rate >= IWL_FIRST_CCK_RATE && rate <= IWL_LAST_CCK_RATE)
Daniel C Halperin47ff65c2009-11-13 11:56:33 -0800193 rate_flags |= RATE_MCS_CCK_MSK;
Johannes Berg0b5b3ff2011-06-22 06:33:43 -0700194
195 tx_beacon_cmd->tx.rate_n_flags =
196 iwl_hw_set_rate_n_flags(rate, rate_flags);
Tomas Winkler4bf64ef2008-07-18 13:53:03 +0800197
Johannes Berg8a98d492011-04-29 09:48:14 -0700198 /* Submit command */
Johannes Berg4ce7cc22011-05-13 11:57:40 -0700199 cmd.len[0] = sizeof(*tx_beacon_cmd);
Johannes Berg3fa50732011-05-04 07:50:38 -0700200 cmd.data[0] = tx_beacon_cmd;
Johannes Berg4ce7cc22011-05-13 11:57:40 -0700201 cmd.dataflags[0] = IWL_HCMD_DFL_NOCOPY;
202 cmd.len[1] = frame_size;
203 cmd.data[1] = priv->beacon_skb->data;
204 cmd.dataflags[1] = IWL_HCMD_DFL_NOCOPY;
Johannes Berg2295c662010-10-23 09:15:41 -0700205
Emmanuel Grumbach41c50542011-07-11 08:51:04 +0300206 return trans_send_cmd(&priv->trans, &cmd);
Samuel Ortiza8e74e272009-01-23 13:45:14 -0800207}
208
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -0700209static void iwl_bg_beacon_update(struct work_struct *work)
Zhu Yib481de92007-09-25 17:54:57 -0700210{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -0700211 struct iwl_priv *priv =
212 container_of(work, struct iwl_priv, beacon_update);
Zhu Yib481de92007-09-25 17:54:57 -0700213 struct sk_buff *beacon;
214
Johannes Berg76d04812010-08-23 10:46:47 +0200215 mutex_lock(&priv->mutex);
216 if (!priv->beacon_ctx) {
217 IWL_ERR(priv, "updating beacon w/o beacon context!\n");
218 goto out;
Zhu Yib481de92007-09-25 17:54:57 -0700219 }
220
Johannes Berg60744f62010-08-23 10:46:50 +0200221 if (priv->beacon_ctx->vif->type != NL80211_IFTYPE_AP) {
222 /*
223 * The ucode will send beacon notifications even in
224 * IBSS mode, but we don't want to process them. But
225 * we need to defer the type check to here due to
226 * requiring locking around the beacon_ctx access.
227 */
228 goto out;
229 }
230
Johannes Berg76d04812010-08-23 10:46:47 +0200231 /* Pull updated AP beacon from mac80211. will fail if not in AP mode */
232 beacon = ieee80211_beacon_get(priv->hw, priv->beacon_ctx->vif);
233 if (!beacon) {
Johannes Berg77834542010-10-04 05:50:36 -0700234 IWL_ERR(priv, "update beacon failed -- keeping old\n");
Johannes Berg76d04812010-08-23 10:46:47 +0200235 goto out;
236 }
237
Zhu Yib481de92007-09-25 17:54:57 -0700238 /* new beacon skb is allocated every time; dispose previous.*/
Johannes Berg77834542010-10-04 05:50:36 -0700239 dev_kfree_skb(priv->beacon_skb);
Zhu Yib481de92007-09-25 17:54:57 -0700240
Johannes Berg12e934d2010-10-04 05:50:06 -0700241 priv->beacon_skb = beacon;
Zhu Yib481de92007-09-25 17:54:57 -0700242
Johannes Berg2295c662010-10-23 09:15:41 -0700243 iwlagn_send_beacon_cmd(priv);
Johannes Berg76d04812010-08-23 10:46:47 +0200244 out:
245 mutex_unlock(&priv->mutex);
Zhu Yib481de92007-09-25 17:54:57 -0700246}
247
Wey-Yi Guyfbba9412010-08-23 07:57:10 -0700248static void iwl_bg_bt_runtime_config(struct work_struct *work)
249{
250 struct iwl_priv *priv =
251 container_of(work, struct iwl_priv, bt_runtime_config);
252
253 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
254 return;
255
256 /* dont send host command if rf-kill is on */
257 if (!iwl_is_ready_rf(priv))
258 return;
Wey-Yi Guye55b5172011-06-28 11:46:28 -0700259 iwlagn_send_advance_bt_config(priv);
Wey-Yi Guyfbba9412010-08-23 07:57:10 -0700260}
261
Wey-Yi Guybee008b2010-08-23 07:57:04 -0700262static void iwl_bg_bt_full_concurrency(struct work_struct *work)
263{
264 struct iwl_priv *priv =
265 container_of(work, struct iwl_priv, bt_full_concurrency);
Johannes Berg246ed352010-08-23 10:46:32 +0200266 struct iwl_rxon_context *ctx;
Wey-Yi Guybee008b2010-08-23 07:57:04 -0700267
Stanislaw Gruszkadc1a4062011-03-31 17:36:27 +0200268 mutex_lock(&priv->mutex);
269
Wey-Yi Guybee008b2010-08-23 07:57:04 -0700270 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
Stanislaw Gruszkadc1a4062011-03-31 17:36:27 +0200271 goto out;
Wey-Yi Guybee008b2010-08-23 07:57:04 -0700272
273 /* dont send host command if rf-kill is on */
274 if (!iwl_is_ready_rf(priv))
Stanislaw Gruszkadc1a4062011-03-31 17:36:27 +0200275 goto out;
Wey-Yi Guybee008b2010-08-23 07:57:04 -0700276
277 IWL_DEBUG_INFO(priv, "BT coex in %s mode\n",
278 priv->bt_full_concurrent ?
279 "full concurrency" : "3-wire");
280
281 /*
282 * LQ & RXON updated cmds must be sent before BT Config cmd
283 * to avoid 3-wire collisions
284 */
Johannes Berg246ed352010-08-23 10:46:32 +0200285 for_each_context(priv, ctx) {
Wey-Yi Guye3f10ce2011-07-01 07:59:26 -0700286 iwlagn_set_rxon_chain(priv, ctx);
Wey-Yi Guy805a3b82011-06-03 07:54:16 -0700287 iwlagn_commit_rxon(priv, ctx);
Johannes Berg246ed352010-08-23 10:46:32 +0200288 }
Wey-Yi Guybee008b2010-08-23 07:57:04 -0700289
Wey-Yi Guye55b5172011-06-28 11:46:28 -0700290 iwlagn_send_advance_bt_config(priv);
Stanislaw Gruszkadc1a4062011-03-31 17:36:27 +0200291out:
292 mutex_unlock(&priv->mutex);
Wey-Yi Guybee008b2010-08-23 07:57:04 -0700293}
294
Emmanuel Grumbach4e393172008-06-12 09:46:53 +0800295/**
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -0700296 * iwl_bg_statistics_periodic - Timer callback to queue statistics
Emmanuel Grumbach4e393172008-06-12 09:46:53 +0800297 *
298 * This callback is provided in order to send a statistics request.
299 *
300 * This timer function is continually reset to execute within
301 * REG_RECALIB_PERIOD seconds since the last STATISTICS_NOTIFICATION
302 * was received. We need to ensure we receive the statistics in order
303 * to update the temperature used for calibrating the TXPOWER.
304 */
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -0700305static void iwl_bg_statistics_periodic(unsigned long data)
Emmanuel Grumbach4e393172008-06-12 09:46:53 +0800306{
307 struct iwl_priv *priv = (struct iwl_priv *)data;
308
309 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
310 return;
311
Mohamed Abbas61780ee2008-10-29 14:05:49 -0700312 /* dont send host command if rf-kill is on */
313 if (!iwl_is_ready_rf(priv))
314 return;
315
Wey-Yi Guyef8d5522009-11-13 11:56:28 -0800316 iwl_send_statistics_request(priv, CMD_ASYNC, false);
Emmanuel Grumbach4e393172008-06-12 09:46:53 +0800317}
318
Wey-Yi Guya9e1cb62009-12-10 14:37:26 -0800319
320static void iwl_print_cont_event_trace(struct iwl_priv *priv, u32 base,
321 u32 start_idx, u32 num_events,
322 u32 mode)
323{
324 u32 i;
325 u32 ptr; /* SRAM byte address of log data */
326 u32 ev, time, data; /* event log data */
327 unsigned long reg_flags;
328
329 if (mode == 0)
330 ptr = base + (4 * sizeof(u32)) + (start_idx * 2 * sizeof(u32));
331 else
332 ptr = base + (4 * sizeof(u32)) + (start_idx * 3 * sizeof(u32));
333
334 /* Make sure device is powered up for SRAM reads */
335 spin_lock_irqsave(&priv->reg_lock, reg_flags);
336 if (iwl_grab_nic_access(priv)) {
337 spin_unlock_irqrestore(&priv->reg_lock, reg_flags);
338 return;
339 }
340
341 /* Set starting address; reads will auto-increment */
Johannes Berg02a7fa02011-04-05 09:42:12 -0700342 iwl_write32(priv, HBUS_TARG_MEM_RADDR, ptr);
Wey-Yi Guya9e1cb62009-12-10 14:37:26 -0800343 rmb();
344
345 /*
346 * "time" is actually "data" for mode 0 (no timestamp).
347 * place event id # at far right for easier visual parsing.
348 */
349 for (i = 0; i < num_events; i++) {
Johannes Berg02a7fa02011-04-05 09:42:12 -0700350 ev = iwl_read32(priv, HBUS_TARG_MEM_RDAT);
351 time = iwl_read32(priv, HBUS_TARG_MEM_RDAT);
Wey-Yi Guya9e1cb62009-12-10 14:37:26 -0800352 if (mode == 0) {
353 trace_iwlwifi_dev_ucode_cont_event(priv,
354 0, time, ev);
355 } else {
Johannes Berg02a7fa02011-04-05 09:42:12 -0700356 data = iwl_read32(priv, HBUS_TARG_MEM_RDAT);
Wey-Yi Guya9e1cb62009-12-10 14:37:26 -0800357 trace_iwlwifi_dev_ucode_cont_event(priv,
358 time, data, ev);
359 }
360 }
361 /* Allow device to power down */
362 iwl_release_nic_access(priv);
363 spin_unlock_irqrestore(&priv->reg_lock, reg_flags);
364}
365
Johannes Berg875295f2010-01-22 14:22:55 -0800366static void iwl_continuous_event_trace(struct iwl_priv *priv)
Wey-Yi Guya9e1cb62009-12-10 14:37:26 -0800367{
368 u32 capacity; /* event log capacity in # entries */
369 u32 base; /* SRAM byte address of event log header */
370 u32 mode; /* 0 - no timestamp, 1 - timestamp recorded */
371 u32 num_wraps; /* # times uCode wrapped to top of log */
372 u32 next_entry; /* index of next entry to be written by uCode */
373
Johannes Bergd7d57832011-04-05 09:42:04 -0700374 base = priv->device_pointers.error_event_table;
Fry, Donald H4caab322011-07-07 15:24:07 -0700375 if (iwlagn_hw_valid_rtc_data_addr(base)) {
Wey-Yi Guya9e1cb62009-12-10 14:37:26 -0800376 capacity = iwl_read_targ_mem(priv, base);
377 num_wraps = iwl_read_targ_mem(priv, base + (2 * sizeof(u32)));
378 mode = iwl_read_targ_mem(priv, base + (1 * sizeof(u32)));
379 next_entry = iwl_read_targ_mem(priv, base + (3 * sizeof(u32)));
380 } else
381 return;
382
383 if (num_wraps == priv->event_log.num_wraps) {
384 iwl_print_cont_event_trace(priv,
385 base, priv->event_log.next_entry,
386 next_entry - priv->event_log.next_entry,
387 mode);
388 priv->event_log.non_wraps_count++;
389 } else {
390 if ((num_wraps - priv->event_log.num_wraps) > 1)
391 priv->event_log.wraps_more_count++;
392 else
393 priv->event_log.wraps_once_count++;
394 trace_iwlwifi_dev_ucode_wrap_event(priv,
395 num_wraps - priv->event_log.num_wraps,
396 next_entry, priv->event_log.next_entry);
397 if (next_entry < priv->event_log.next_entry) {
398 iwl_print_cont_event_trace(priv, base,
399 priv->event_log.next_entry,
400 capacity - priv->event_log.next_entry,
401 mode);
402
403 iwl_print_cont_event_trace(priv, base, 0,
404 next_entry, mode);
405 } else {
406 iwl_print_cont_event_trace(priv, base,
407 next_entry, capacity - next_entry,
408 mode);
409
410 iwl_print_cont_event_trace(priv, base, 0,
411 next_entry, mode);
412 }
413 }
414 priv->event_log.num_wraps = num_wraps;
415 priv->event_log.next_entry = next_entry;
416}
417
418/**
419 * iwl_bg_ucode_trace - Timer callback to log ucode event
420 *
421 * The timer is continually set to execute every
422 * UCODE_TRACE_PERIOD milliseconds after the last timer expired
423 * this function is to perform continuous uCode event logging operation
424 * if enabled
425 */
426static void iwl_bg_ucode_trace(unsigned long data)
427{
428 struct iwl_priv *priv = (struct iwl_priv *)data;
429
430 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
431 return;
432
433 if (priv->event_log.ucode_trace) {
434 iwl_continuous_event_trace(priv);
435 /* Reschedule the timer to occur in UCODE_TRACE_PERIOD */
436 mod_timer(&priv->ucode_trace,
437 jiffies + msecs_to_jiffies(UCODE_TRACE_PERIOD));
438 }
439}
440
Wey-Yi Guy65550632010-06-24 13:18:35 -0700441static void iwl_bg_tx_flush(struct work_struct *work)
442{
443 struct iwl_priv *priv =
444 container_of(work, struct iwl_priv, tx_flush);
445
446 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
447 return;
448
449 /* do nothing if rf-kill is on */
450 if (!iwl_is_ready_rf(priv))
451 return;
452
Wey-Yi Guyc68744f2011-06-18 08:03:18 -0700453 IWL_DEBUG_INFO(priv, "device request: flush all tx frames\n");
454 iwlagn_dev_txfifo_flush(priv, IWL_DROP_ALL);
Wey-Yi Guy65550632010-06-24 13:18:35 -0700455}
456
Emmanuel Grumbach7d476182010-05-23 00:14:08 -0700457/*****************************************************************************
458 *
459 * sysfs attributes
460 *
461 *****************************************************************************/
462
463#ifdef CONFIG_IWLWIFI_DEBUG
464
465/*
466 * The following adds a new attribute to the sysfs representation
467 * of this device driver (i.e. a new file in /sys/class/net/wlan0/device/)
468 * used for controlling the debug level.
469 *
470 * See the level definitions in iwl for details.
471 *
472 * The debug_level being managed using sysfs below is a per device debug
473 * level that is used instead of the global debug level if it (the per
474 * device debug level) is set.
475 */
476static ssize_t show_debug_level(struct device *d,
477 struct device_attribute *attr, char *buf)
478{
479 struct iwl_priv *priv = dev_get_drvdata(d);
480 return sprintf(buf, "0x%08X\n", iwl_get_debug_level(priv));
481}
482static ssize_t store_debug_level(struct device *d,
483 struct device_attribute *attr,
484 const char *buf, size_t count)
485{
486 struct iwl_priv *priv = dev_get_drvdata(d);
487 unsigned long val;
488 int ret;
489
490 ret = strict_strtoul(buf, 0, &val);
491 if (ret)
492 IWL_ERR(priv, "%s is not in hex or decimal form.\n", buf);
493 else {
494 priv->debug_level = val;
495 if (iwl_alloc_traffic_mem(priv))
496 IWL_ERR(priv,
497 "Not enough memory to generate traffic log\n");
498 }
499 return strnlen(buf, count);
500}
501
502static DEVICE_ATTR(debug_level, S_IWUSR | S_IRUGO,
503 show_debug_level, store_debug_level);
504
505
506#endif /* CONFIG_IWLWIFI_DEBUG */
507
508
509static ssize_t show_temperature(struct device *d,
510 struct device_attribute *attr, char *buf)
511{
512 struct iwl_priv *priv = dev_get_drvdata(d);
513
514 if (!iwl_is_alive(priv))
515 return -EAGAIN;
516
517 return sprintf(buf, "%d\n", priv->temperature);
518}
519
520static DEVICE_ATTR(temperature, S_IRUGO, show_temperature, NULL);
521
522static ssize_t show_tx_power(struct device *d,
523 struct device_attribute *attr, char *buf)
524{
525 struct iwl_priv *priv = dev_get_drvdata(d);
526
527 if (!iwl_is_ready_rf(priv))
528 return sprintf(buf, "off\n");
529 else
530 return sprintf(buf, "%d\n", priv->tx_power_user_lmt);
531}
532
533static ssize_t store_tx_power(struct device *d,
534 struct device_attribute *attr,
535 const char *buf, size_t count)
536{
537 struct iwl_priv *priv = dev_get_drvdata(d);
538 unsigned long val;
539 int ret;
540
541 ret = strict_strtoul(buf, 10, &val);
542 if (ret)
543 IWL_INFO(priv, "%s is not in decimal form.\n", buf);
544 else {
545 ret = iwl_set_tx_power(priv, val, false);
546 if (ret)
547 IWL_ERR(priv, "failed setting tx power (0x%d).\n",
548 ret);
549 else
550 ret = count;
551 }
552 return ret;
553}
554
555static DEVICE_ATTR(tx_power, S_IWUSR | S_IRUGO, show_tx_power, store_tx_power);
556
Emmanuel Grumbach7d476182010-05-23 00:14:08 -0700557static struct attribute *iwl_sysfs_entries[] = {
558 &dev_attr_temperature.attr,
559 &dev_attr_tx_power.attr,
Emmanuel Grumbach7d476182010-05-23 00:14:08 -0700560#ifdef CONFIG_IWLWIFI_DEBUG
561 &dev_attr_debug_level.attr,
562#endif
563 NULL
564};
565
566static struct attribute_group iwl_attribute_group = {
567 .name = NULL, /* put in device directory */
568 .attrs = iwl_sysfs_entries,
569};
570
Zhu Yib481de92007-09-25 17:54:57 -0700571/******************************************************************************
572 *
573 * uCode download functions
574 *
575 ******************************************************************************/
576
Emmanuel Grumbach3599d392011-05-31 08:52:10 +0300577static void iwl_free_fw_desc(struct iwl_priv *priv, struct fw_desc *desc)
Johannes Bergdbf28e212011-04-16 08:29:24 -0700578{
579 if (desc->v_addr)
Emmanuel Grumbachd5934112011-07-11 10:48:51 +0300580 dma_free_coherent(priv->bus->dev, desc->len,
Johannes Bergdbf28e212011-04-16 08:29:24 -0700581 desc->v_addr, desc->p_addr);
582 desc->v_addr = NULL;
583 desc->len = 0;
584}
585
Emmanuel Grumbach3599d392011-05-31 08:52:10 +0300586static void iwl_free_fw_img(struct iwl_priv *priv, struct fw_img *img)
Johannes Bergdbf28e212011-04-16 08:29:24 -0700587{
Emmanuel Grumbach3599d392011-05-31 08:52:10 +0300588 iwl_free_fw_desc(priv, &img->code);
589 iwl_free_fw_desc(priv, &img->data);
Johannes Bergdbf28e212011-04-16 08:29:24 -0700590}
591
Emmanuel Grumbach3599d392011-05-31 08:52:10 +0300592static void iwl_dealloc_ucode(struct iwl_priv *priv)
593{
594 iwl_free_fw_img(priv, &priv->ucode_rt);
595 iwl_free_fw_img(priv, &priv->ucode_init);
596}
597
598static int iwl_alloc_fw_desc(struct iwl_priv *priv, struct fw_desc *desc,
Johannes Bergdbf28e212011-04-16 08:29:24 -0700599 const void *data, size_t len)
600{
601 if (!len) {
602 desc->v_addr = NULL;
603 return -EINVAL;
604 }
605
Emmanuel Grumbachd5934112011-07-11 10:48:51 +0300606 desc->v_addr = dma_alloc_coherent(priv->bus->dev, len,
Johannes Bergdbf28e212011-04-16 08:29:24 -0700607 &desc->p_addr, GFP_KERNEL);
608 if (!desc->v_addr)
609 return -ENOMEM;
Emmanuel Grumbach3599d392011-05-31 08:52:10 +0300610
Johannes Bergdbf28e212011-04-16 08:29:24 -0700611 desc->len = len;
612 memcpy(desc->v_addr, data, len);
613 return 0;
614}
615
Johannes Bergdd7a2502010-04-28 23:33:10 -0700616struct iwlagn_ucode_capabilities {
617 u32 max_probe_length;
Wey-Yi Guy6a822d02010-07-13 17:13:15 -0700618 u32 standard_phy_calibration_size;
Johannes Berg3997ff32011-04-05 09:42:02 -0700619 u32 flags;
Johannes Bergdd7a2502010-04-28 23:33:10 -0700620};
Ron Rindjunskyedcdf8b2008-05-15 13:53:55 +0800621
Johannes Bergb08dfd02010-01-29 11:54:56 -0800622static void iwl_ucode_callback(const struct firmware *ucode_raw, void *context);
Johannes Bergdd7a2502010-04-28 23:33:10 -0700623static int iwl_mac_setup_register(struct iwl_priv *priv,
624 struct iwlagn_ucode_capabilities *capa);
Johannes Bergb08dfd02010-01-29 11:54:56 -0800625
Jay Sternberg39396082010-08-12 10:24:07 -0700626#define UCODE_EXPERIMENTAL_INDEX 100
627#define UCODE_EXPERIMENTAL_TAG "exp"
628
Johannes Bergb08dfd02010-01-29 11:54:56 -0800629static int __must_check iwl_request_firmware(struct iwl_priv *priv, bool first)
Zhu Yib481de92007-09-25 17:54:57 -0700630{
Reinette Chatrea0987a82008-12-02 12:14:06 -0800631 const char *name_pre = priv->cfg->fw_name_pre;
Jay Sternberg39396082010-08-12 10:24:07 -0700632 char tag[8];
Johannes Bergb08dfd02010-01-29 11:54:56 -0800633
Jay Sternberg39396082010-08-12 10:24:07 -0700634 if (first) {
635#ifdef CONFIG_IWLWIFI_DEBUG_EXPERIMENTAL_UCODE
636 priv->fw_index = UCODE_EXPERIMENTAL_INDEX;
637 strcpy(tag, UCODE_EXPERIMENTAL_TAG);
638 } else if (priv->fw_index == UCODE_EXPERIMENTAL_INDEX) {
639#endif
Johannes Bergb08dfd02010-01-29 11:54:56 -0800640 priv->fw_index = priv->cfg->ucode_api_max;
Jay Sternberg39396082010-08-12 10:24:07 -0700641 sprintf(tag, "%d", priv->fw_index);
642 } else {
Johannes Bergb08dfd02010-01-29 11:54:56 -0800643 priv->fw_index--;
Jay Sternberg39396082010-08-12 10:24:07 -0700644 sprintf(tag, "%d", priv->fw_index);
645 }
Johannes Bergb08dfd02010-01-29 11:54:56 -0800646
647 if (priv->fw_index < priv->cfg->ucode_api_min) {
648 IWL_ERR(priv, "no suitable firmware found!\n");
649 return -ENOENT;
650 }
651
Jay Sternberg39396082010-08-12 10:24:07 -0700652 sprintf(priv->firmware_name, "%s%s%s", name_pre, tag, ".ucode");
Johannes Bergb08dfd02010-01-29 11:54:56 -0800653
Jay Sternberg39396082010-08-12 10:24:07 -0700654 IWL_DEBUG_INFO(priv, "attempting to load firmware %s'%s'\n",
655 (priv->fw_index == UCODE_EXPERIMENTAL_INDEX)
656 ? "EXPERIMENTAL " : "",
Johannes Bergb08dfd02010-01-29 11:54:56 -0800657 priv->firmware_name);
658
659 return request_firmware_nowait(THIS_MODULE, 1, priv->firmware_name,
Emmanuel Grumbachd5934112011-07-11 10:48:51 +0300660 priv->bus->dev,
Emmanuel Grumbach3599d392011-05-31 08:52:10 +0300661 GFP_KERNEL, priv, iwl_ucode_callback);
Johannes Bergb08dfd02010-01-29 11:54:56 -0800662}
663
Johannes Berg0e9a44d2010-04-28 12:09:16 -0700664struct iwlagn_firmware_pieces {
Johannes Berg1fc35272011-04-05 09:41:57 -0700665 const void *inst, *data, *init, *init_data;
666 size_t inst_size, data_size, init_size, init_data_size;
Johannes Berg0e9a44d2010-04-28 12:09:16 -0700667
668 u32 build;
Johannes Bergb2e640d2010-05-05 23:24:54 -0700669
670 u32 init_evtlog_ptr, init_evtlog_size, init_errlog_ptr;
671 u32 inst_evtlog_ptr, inst_evtlog_size, inst_errlog_ptr;
Johannes Berg0e9a44d2010-04-28 12:09:16 -0700672};
673
674static int iwlagn_load_legacy_firmware(struct iwl_priv *priv,
675 const struct firmware *ucode_raw,
676 struct iwlagn_firmware_pieces *pieces)
677{
678 struct iwl_ucode_header *ucode = (void *)ucode_raw->data;
679 u32 api_ver, hdr_size;
680 const u8 *src;
681
682 priv->ucode_ver = le32_to_cpu(ucode->ver);
683 api_ver = IWL_UCODE_API(priv->ucode_ver);
684
685 switch (api_ver) {
686 default:
Wey-Yi Guyf7d046f2011-03-22 08:05:37 -0700687 hdr_size = 28;
688 if (ucode_raw->size < hdr_size) {
689 IWL_ERR(priv, "File size too small!\n");
690 return -EINVAL;
Johannes Berg0e9a44d2010-04-28 12:09:16 -0700691 }
Wey-Yi Guyf7d046f2011-03-22 08:05:37 -0700692 pieces->build = le32_to_cpu(ucode->u.v2.build);
693 pieces->inst_size = le32_to_cpu(ucode->u.v2.inst_size);
694 pieces->data_size = le32_to_cpu(ucode->u.v2.data_size);
695 pieces->init_size = le32_to_cpu(ucode->u.v2.init_size);
696 pieces->init_data_size = le32_to_cpu(ucode->u.v2.init_data_size);
Wey-Yi Guyf7d046f2011-03-22 08:05:37 -0700697 src = ucode->u.v2.data;
698 break;
Johannes Berg0e9a44d2010-04-28 12:09:16 -0700699 case 0:
700 case 1:
701 case 2:
702 hdr_size = 24;
703 if (ucode_raw->size < hdr_size) {
704 IWL_ERR(priv, "File size too small!\n");
705 return -EINVAL;
706 }
707 pieces->build = 0;
708 pieces->inst_size = le32_to_cpu(ucode->u.v1.inst_size);
709 pieces->data_size = le32_to_cpu(ucode->u.v1.data_size);
710 pieces->init_size = le32_to_cpu(ucode->u.v1.init_size);
711 pieces->init_data_size = le32_to_cpu(ucode->u.v1.init_data_size);
Johannes Berg0e9a44d2010-04-28 12:09:16 -0700712 src = ucode->u.v1.data;
713 break;
714 }
715
716 /* Verify size of file vs. image size info in file's header */
717 if (ucode_raw->size != hdr_size + pieces->inst_size +
718 pieces->data_size + pieces->init_size +
Johannes Berg1fc35272011-04-05 09:41:57 -0700719 pieces->init_data_size) {
Johannes Berg0e9a44d2010-04-28 12:09:16 -0700720
721 IWL_ERR(priv,
722 "uCode file size %d does not match expected size\n",
723 (int)ucode_raw->size);
724 return -EINVAL;
725 }
726
727 pieces->inst = src;
728 src += pieces->inst_size;
729 pieces->data = src;
730 src += pieces->data_size;
731 pieces->init = src;
732 src += pieces->init_size;
733 pieces->init_data = src;
734 src += pieces->init_data_size;
Johannes Berg0e9a44d2010-04-28 12:09:16 -0700735
736 return 0;
737}
738
Johannes Bergdd7a2502010-04-28 23:33:10 -0700739static int iwlagn_wanted_ucode_alternative = 1;
740
741static int iwlagn_load_firmware(struct iwl_priv *priv,
742 const struct firmware *ucode_raw,
743 struct iwlagn_firmware_pieces *pieces,
744 struct iwlagn_ucode_capabilities *capa)
745{
746 struct iwl_tlv_ucode_header *ucode = (void *)ucode_raw->data;
747 struct iwl_ucode_tlv *tlv;
748 size_t len = ucode_raw->size;
749 const u8 *data;
750 int wanted_alternative = iwlagn_wanted_ucode_alternative, tmp;
751 u64 alternatives;
Wey-Yi Guyad8d8332010-06-22 14:31:45 -0700752 u32 tlv_len;
753 enum iwl_ucode_tlv_type tlv_type;
754 const u8 *tlv_data;
Johannes Bergdd7a2502010-04-28 23:33:10 -0700755
Wey-Yi Guyad8d8332010-06-22 14:31:45 -0700756 if (len < sizeof(*ucode)) {
757 IWL_ERR(priv, "uCode has invalid length: %zd\n", len);
Johannes Bergdd7a2502010-04-28 23:33:10 -0700758 return -EINVAL;
Wey-Yi Guyad8d8332010-06-22 14:31:45 -0700759 }
Johannes Bergdd7a2502010-04-28 23:33:10 -0700760
Wey-Yi Guyad8d8332010-06-22 14:31:45 -0700761 if (ucode->magic != cpu_to_le32(IWL_TLV_UCODE_MAGIC)) {
762 IWL_ERR(priv, "invalid uCode magic: 0X%x\n",
763 le32_to_cpu(ucode->magic));
Johannes Bergdd7a2502010-04-28 23:33:10 -0700764 return -EINVAL;
Wey-Yi Guyad8d8332010-06-22 14:31:45 -0700765 }
Johannes Bergdd7a2502010-04-28 23:33:10 -0700766
767 /*
768 * Check which alternatives are present, and "downgrade"
769 * when the chosen alternative is not present, warning
770 * the user when that happens. Some files may not have
771 * any alternatives, so don't warn in that case.
772 */
773 alternatives = le64_to_cpu(ucode->alternatives);
774 tmp = wanted_alternative;
775 if (wanted_alternative > 63)
776 wanted_alternative = 63;
777 while (wanted_alternative && !(alternatives & BIT(wanted_alternative)))
778 wanted_alternative--;
779 if (wanted_alternative && wanted_alternative != tmp)
780 IWL_WARN(priv,
781 "uCode alternative %d not available, choosing %d\n",
782 tmp, wanted_alternative);
783
784 priv->ucode_ver = le32_to_cpu(ucode->ver);
785 pieces->build = le32_to_cpu(ucode->build);
786 data = ucode->data;
787
788 len -= sizeof(*ucode);
789
Johannes Berg704da532010-07-14 09:34:50 -0700790 while (len >= sizeof(*tlv)) {
Johannes Bergdd7a2502010-04-28 23:33:10 -0700791 u16 tlv_alt;
Johannes Bergdd7a2502010-04-28 23:33:10 -0700792
793 len -= sizeof(*tlv);
794 tlv = (void *)data;
795
796 tlv_len = le32_to_cpu(tlv->length);
797 tlv_type = le16_to_cpu(tlv->type);
798 tlv_alt = le16_to_cpu(tlv->alternative);
799 tlv_data = tlv->data;
800
Wey-Yi Guyad8d8332010-06-22 14:31:45 -0700801 if (len < tlv_len) {
802 IWL_ERR(priv, "invalid TLV len: %zd/%u\n",
803 len, tlv_len);
Johannes Bergdd7a2502010-04-28 23:33:10 -0700804 return -EINVAL;
Wey-Yi Guyad8d8332010-06-22 14:31:45 -0700805 }
Johannes Bergdd7a2502010-04-28 23:33:10 -0700806 len -= ALIGN(tlv_len, 4);
807 data += sizeof(*tlv) + ALIGN(tlv_len, 4);
808
809 /*
810 * Alternative 0 is always valid.
811 *
812 * Skip alternative TLVs that are not selected.
813 */
814 if (tlv_alt != 0 && tlv_alt != wanted_alternative)
815 continue;
816
817 switch (tlv_type) {
818 case IWL_UCODE_TLV_INST:
819 pieces->inst = tlv_data;
820 pieces->inst_size = tlv_len;
821 break;
822 case IWL_UCODE_TLV_DATA:
823 pieces->data = tlv_data;
824 pieces->data_size = tlv_len;
825 break;
826 case IWL_UCODE_TLV_INIT:
827 pieces->init = tlv_data;
828 pieces->init_size = tlv_len;
829 break;
830 case IWL_UCODE_TLV_INIT_DATA:
831 pieces->init_data = tlv_data;
832 pieces->init_data_size = tlv_len;
833 break;
834 case IWL_UCODE_TLV_BOOT:
Johannes Berg1fc35272011-04-05 09:41:57 -0700835 IWL_ERR(priv, "Found unexpected BOOT ucode\n");
Johannes Bergdd7a2502010-04-28 23:33:10 -0700836 break;
837 case IWL_UCODE_TLV_PROBE_MAX_LEN:
Johannes Berg704da532010-07-14 09:34:50 -0700838 if (tlv_len != sizeof(u32))
839 goto invalid_tlv_len;
840 capa->max_probe_length =
Wey-Yi Guyad8d8332010-06-22 14:31:45 -0700841 le32_to_cpup((__le32 *)tlv_data);
Johannes Bergdd7a2502010-04-28 23:33:10 -0700842 break;
Johannes Bergece9c4e2010-08-23 10:46:49 +0200843 case IWL_UCODE_TLV_PAN:
844 if (tlv_len)
845 goto invalid_tlv_len;
Johannes Berg3997ff32011-04-05 09:42:02 -0700846 capa->flags |= IWL_UCODE_TLV_FLAGS_PAN;
847 break;
848 case IWL_UCODE_TLV_FLAGS:
849 /* must be at least one u32 */
850 if (tlv_len < sizeof(u32))
851 goto invalid_tlv_len;
852 /* and a proper number of u32s */
853 if (tlv_len % sizeof(u32))
854 goto invalid_tlv_len;
855 /*
856 * This driver only reads the first u32 as
857 * right now no more features are defined,
858 * if that changes then either the driver
859 * will not work with the new firmware, or
860 * it'll not take advantage of new features.
861 */
862 capa->flags = le32_to_cpup((__le32 *)tlv_data);
Johannes Bergece9c4e2010-08-23 10:46:49 +0200863 break;
Johannes Bergb2e640d2010-05-05 23:24:54 -0700864 case IWL_UCODE_TLV_INIT_EVTLOG_PTR:
Johannes Berg704da532010-07-14 09:34:50 -0700865 if (tlv_len != sizeof(u32))
866 goto invalid_tlv_len;
867 pieces->init_evtlog_ptr =
Wey-Yi Guyad8d8332010-06-22 14:31:45 -0700868 le32_to_cpup((__le32 *)tlv_data);
Johannes Bergb2e640d2010-05-05 23:24:54 -0700869 break;
870 case IWL_UCODE_TLV_INIT_EVTLOG_SIZE:
Johannes Berg704da532010-07-14 09:34:50 -0700871 if (tlv_len != sizeof(u32))
872 goto invalid_tlv_len;
873 pieces->init_evtlog_size =
Wey-Yi Guyad8d8332010-06-22 14:31:45 -0700874 le32_to_cpup((__le32 *)tlv_data);
Johannes Bergb2e640d2010-05-05 23:24:54 -0700875 break;
876 case IWL_UCODE_TLV_INIT_ERRLOG_PTR:
Johannes Berg704da532010-07-14 09:34:50 -0700877 if (tlv_len != sizeof(u32))
878 goto invalid_tlv_len;
879 pieces->init_errlog_ptr =
Wey-Yi Guyad8d8332010-06-22 14:31:45 -0700880 le32_to_cpup((__le32 *)tlv_data);
Johannes Bergb2e640d2010-05-05 23:24:54 -0700881 break;
882 case IWL_UCODE_TLV_RUNT_EVTLOG_PTR:
Johannes Berg704da532010-07-14 09:34:50 -0700883 if (tlv_len != sizeof(u32))
884 goto invalid_tlv_len;
885 pieces->inst_evtlog_ptr =
Wey-Yi Guyad8d8332010-06-22 14:31:45 -0700886 le32_to_cpup((__le32 *)tlv_data);
Johannes Bergb2e640d2010-05-05 23:24:54 -0700887 break;
888 case IWL_UCODE_TLV_RUNT_EVTLOG_SIZE:
Johannes Berg704da532010-07-14 09:34:50 -0700889 if (tlv_len != sizeof(u32))
890 goto invalid_tlv_len;
891 pieces->inst_evtlog_size =
Wey-Yi Guyad8d8332010-06-22 14:31:45 -0700892 le32_to_cpup((__le32 *)tlv_data);
Johannes Bergb2e640d2010-05-05 23:24:54 -0700893 break;
894 case IWL_UCODE_TLV_RUNT_ERRLOG_PTR:
Johannes Berg704da532010-07-14 09:34:50 -0700895 if (tlv_len != sizeof(u32))
896 goto invalid_tlv_len;
897 pieces->inst_errlog_ptr =
Wey-Yi Guyad8d8332010-06-22 14:31:45 -0700898 le32_to_cpup((__le32 *)tlv_data);
Johannes Bergb2e640d2010-05-05 23:24:54 -0700899 break;
Wey-Yi Guyc8312fa2010-06-28 13:05:17 -0700900 case IWL_UCODE_TLV_ENHANCE_SENS_TBL:
901 if (tlv_len)
Johannes Berg704da532010-07-14 09:34:50 -0700902 goto invalid_tlv_len;
903 priv->enhance_sensitivity_table = true;
Wey-Yi Guyc8312fa2010-06-28 13:05:17 -0700904 break;
Wey-Yi Guy6a822d02010-07-13 17:13:15 -0700905 case IWL_UCODE_TLV_PHY_CALIBRATION_SIZE:
Johannes Berg704da532010-07-14 09:34:50 -0700906 if (tlv_len != sizeof(u32))
907 goto invalid_tlv_len;
908 capa->standard_phy_calibration_size =
Wey-Yi Guy6a822d02010-07-13 17:13:15 -0700909 le32_to_cpup((__le32 *)tlv_data);
910 break;
Johannes Bergdd7a2502010-04-28 23:33:10 -0700911 default:
Johannes Berg6fc3ba92011-04-04 06:16:29 -0700912 IWL_DEBUG_INFO(priv, "unknown TLV: %d\n", tlv_type);
Johannes Bergdd7a2502010-04-28 23:33:10 -0700913 break;
914 }
915 }
916
Wey-Yi Guyad8d8332010-06-22 14:31:45 -0700917 if (len) {
918 IWL_ERR(priv, "invalid TLV after parsing: %zd\n", len);
919 iwl_print_hex_dump(priv, IWL_DL_FW, (u8 *)data, len);
Johannes Berg704da532010-07-14 09:34:50 -0700920 return -EINVAL;
Wey-Yi Guyad8d8332010-06-22 14:31:45 -0700921 }
Johannes Bergdd7a2502010-04-28 23:33:10 -0700922
Johannes Berg704da532010-07-14 09:34:50 -0700923 return 0;
924
925 invalid_tlv_len:
926 IWL_ERR(priv, "TLV %d has invalid size: %u\n", tlv_type, tlv_len);
927 iwl_print_hex_dump(priv, IWL_DL_FW, tlv_data, tlv_len);
928
929 return -EINVAL;
Johannes Bergdd7a2502010-04-28 23:33:10 -0700930}
931
Johannes Bergb08dfd02010-01-29 11:54:56 -0800932/**
933 * iwl_ucode_callback - callback when firmware was loaded
934 *
935 * If loaded successfully, copies the firmware into buffers
936 * for the card to fetch (via DMA).
937 */
938static void iwl_ucode_callback(const struct firmware *ucode_raw, void *context)
939{
940 struct iwl_priv *priv = context;
941 struct iwl_ucode_header *ucode;
Johannes Berg0e9a44d2010-04-28 12:09:16 -0700942 int err;
943 struct iwlagn_firmware_pieces pieces;
Reinette Chatrea0987a82008-12-02 12:14:06 -0800944 const unsigned int api_max = priv->cfg->ucode_api_max;
945 const unsigned int api_min = priv->cfg->ucode_api_min;
Johannes Berg0e9a44d2010-04-28 12:09:16 -0700946 u32 api_ver;
Johannes Berg3e4de762010-04-28 12:09:12 -0700947 char buildstr[25];
Johannes Berg0e9a44d2010-04-28 12:09:16 -0700948 u32 build;
Johannes Bergdd7a2502010-04-28 23:33:10 -0700949 struct iwlagn_ucode_capabilities ucode_capa = {
950 .max_probe_length = 200,
Wey-Yi Guy6a822d02010-07-13 17:13:15 -0700951 .standard_phy_calibration_size =
Shanyu Zhao642454c2010-09-21 12:06:18 -0700952 IWL_DEFAULT_STANDARD_PHY_CALIBRATE_TBL_SIZE,
Johannes Bergdd7a2502010-04-28 23:33:10 -0700953 };
Johannes Berg0e9a44d2010-04-28 12:09:16 -0700954
955 memset(&pieces, 0, sizeof(pieces));
Zhu Yib481de92007-09-25 17:54:57 -0700956
Johannes Bergb08dfd02010-01-29 11:54:56 -0800957 if (!ucode_raw) {
Jay Sternberg39396082010-08-12 10:24:07 -0700958 if (priv->fw_index <= priv->cfg->ucode_api_max)
959 IWL_ERR(priv,
960 "request for firmware file '%s' failed.\n",
961 priv->firmware_name);
Johannes Bergb08dfd02010-01-29 11:54:56 -0800962 goto try_again;
Zhu Yib481de92007-09-25 17:54:57 -0700963 }
964
Johannes Bergb08dfd02010-01-29 11:54:56 -0800965 IWL_DEBUG_INFO(priv, "Loaded firmware file '%s' (%zd bytes).\n",
966 priv->firmware_name, ucode_raw->size);
Zhu Yib481de92007-09-25 17:54:57 -0700967
Johannes Berg22adba22010-04-28 12:09:14 -0700968 /* Make sure that we got at least the API version number */
969 if (ucode_raw->size < 4) {
Winkler, Tomas15b16872008-12-19 10:37:33 +0800970 IWL_ERR(priv, "File size way too small!\n");
Johannes Bergb08dfd02010-01-29 11:54:56 -0800971 goto try_again;
Zhu Yib481de92007-09-25 17:54:57 -0700972 }
973
974 /* Data from ucode file: header followed by uCode images */
Jay Sternbergcc0f5552009-07-17 09:30:16 -0700975 ucode = (struct iwl_ucode_header *)ucode_raw->data;
Zhu Yib481de92007-09-25 17:54:57 -0700976
Johannes Berg0e9a44d2010-04-28 12:09:16 -0700977 if (ucode->ver)
978 err = iwlagn_load_legacy_firmware(priv, ucode_raw, &pieces);
979 else
Johannes Bergdd7a2502010-04-28 23:33:10 -0700980 err = iwlagn_load_firmware(priv, ucode_raw, &pieces,
981 &ucode_capa);
Johannes Berg0e9a44d2010-04-28 12:09:16 -0700982
983 if (err)
984 goto try_again;
985
Reinette Chatrea0987a82008-12-02 12:14:06 -0800986 api_ver = IWL_UCODE_API(priv->ucode_ver);
Johannes Berg0e9a44d2010-04-28 12:09:16 -0700987 build = pieces.build;
Zhu Yib481de92007-09-25 17:54:57 -0700988
Johannes Berg0e9a44d2010-04-28 12:09:16 -0700989 /*
990 * api_ver should match the api version forming part of the
Reinette Chatrea0987a82008-12-02 12:14:06 -0800991 * firmware filename ... but we don't check for that and only rely
Johannes Berg0e9a44d2010-04-28 12:09:16 -0700992 * on the API version read from firmware header from here on forward
993 */
Wey-Yi Guy65cccfb2010-09-21 16:15:58 -0700994 /* no api version check required for experimental uCode */
995 if (priv->fw_index != UCODE_EXPERIMENTAL_INDEX) {
996 if (api_ver < api_min || api_ver > api_max) {
997 IWL_ERR(priv,
998 "Driver unable to support your firmware API. "
999 "Driver supports v%u, firmware is v%u.\n",
1000 api_max, api_ver);
1001 goto try_again;
1002 }
Johannes Bergb08dfd02010-01-29 11:54:56 -08001003
Wey-Yi Guy65cccfb2010-09-21 16:15:58 -07001004 if (api_ver != api_max)
1005 IWL_ERR(priv,
1006 "Firmware has old API version. Expected v%u, "
1007 "got v%u. New firmware can be obtained "
1008 "from http://www.intellinuxwireless.org.\n",
1009 api_max, api_ver);
1010 }
Reinette Chatrea0987a82008-12-02 12:14:06 -08001011
Johannes Berg3e4de762010-04-28 12:09:12 -07001012 if (build)
Jay Sternberg39396082010-08-12 10:24:07 -07001013 sprintf(buildstr, " build %u%s", build,
1014 (priv->fw_index == UCODE_EXPERIMENTAL_INDEX)
1015 ? " (EXP)" : "");
Johannes Berg3e4de762010-04-28 12:09:12 -07001016 else
1017 buildstr[0] = '\0';
Reinette Chatrea0987a82008-12-02 12:14:06 -08001018
Johannes Berg3e4de762010-04-28 12:09:12 -07001019 IWL_INFO(priv, "loaded firmware version %u.%u.%u.%u%s\n",
Reinette Chatre5ebeb5a2009-10-30 14:36:04 -07001020 IWL_UCODE_MAJOR(priv->ucode_ver),
1021 IWL_UCODE_MINOR(priv->ucode_ver),
1022 IWL_UCODE_API(priv->ucode_ver),
Johannes Berg3e4de762010-04-28 12:09:12 -07001023 IWL_UCODE_SERIAL(priv->ucode_ver),
1024 buildstr);
Reinette Chatre5ebeb5a2009-10-30 14:36:04 -07001025
Johannes Berg3e4de762010-04-28 12:09:12 -07001026 snprintf(priv->hw->wiphy->fw_version,
1027 sizeof(priv->hw->wiphy->fw_version),
1028 "%u.%u.%u.%u%s",
1029 IWL_UCODE_MAJOR(priv->ucode_ver),
1030 IWL_UCODE_MINOR(priv->ucode_ver),
1031 IWL_UCODE_API(priv->ucode_ver),
1032 IWL_UCODE_SERIAL(priv->ucode_ver),
1033 buildstr);
Zhu Yib481de92007-09-25 17:54:57 -07001034
Johannes Bergb08dfd02010-01-29 11:54:56 -08001035 /*
1036 * For any of the failures below (before allocating pci memory)
1037 * we will try to load a version with a smaller API -- maybe the
1038 * user just got a corrupted version of the latest API.
1039 */
1040
Johannes Berg0e9a44d2010-04-28 12:09:16 -07001041 IWL_DEBUG_INFO(priv, "f/w package hdr ucode version raw = 0x%x\n",
1042 priv->ucode_ver);
1043 IWL_DEBUG_INFO(priv, "f/w package hdr runtime inst size = %Zd\n",
1044 pieces.inst_size);
1045 IWL_DEBUG_INFO(priv, "f/w package hdr runtime data size = %Zd\n",
1046 pieces.data_size);
1047 IWL_DEBUG_INFO(priv, "f/w package hdr init inst size = %Zd\n",
1048 pieces.init_size);
1049 IWL_DEBUG_INFO(priv, "f/w package hdr init data size = %Zd\n",
1050 pieces.init_data_size);
Zhu Yib481de92007-09-25 17:54:57 -07001051
1052 /* Verify that uCode images will fit in card's SRAM */
Johannes Berg0e9a44d2010-04-28 12:09:16 -07001053 if (pieces.inst_size > priv->hw_params.max_inst_size) {
1054 IWL_ERR(priv, "uCode instr len %Zd too large to fit in\n",
1055 pieces.inst_size);
Johannes Bergb08dfd02010-01-29 11:54:56 -08001056 goto try_again;
Zhu Yib481de92007-09-25 17:54:57 -07001057 }
1058
Johannes Berg0e9a44d2010-04-28 12:09:16 -07001059 if (pieces.data_size > priv->hw_params.max_data_size) {
1060 IWL_ERR(priv, "uCode data len %Zd too large to fit in\n",
1061 pieces.data_size);
Johannes Bergb08dfd02010-01-29 11:54:56 -08001062 goto try_again;
Zhu Yib481de92007-09-25 17:54:57 -07001063 }
Johannes Berg0e9a44d2010-04-28 12:09:16 -07001064
1065 if (pieces.init_size > priv->hw_params.max_inst_size) {
1066 IWL_ERR(priv, "uCode init instr len %Zd too large to fit in\n",
1067 pieces.init_size);
Johannes Bergb08dfd02010-01-29 11:54:56 -08001068 goto try_again;
Zhu Yib481de92007-09-25 17:54:57 -07001069 }
Johannes Berg0e9a44d2010-04-28 12:09:16 -07001070
1071 if (pieces.init_data_size > priv->hw_params.max_data_size) {
1072 IWL_ERR(priv, "uCode init data len %Zd too large to fit in\n",
1073 pieces.init_data_size);
Johannes Bergb08dfd02010-01-29 11:54:56 -08001074 goto try_again;
Zhu Yib481de92007-09-25 17:54:57 -07001075 }
Johannes Berg0e9a44d2010-04-28 12:09:16 -07001076
Zhu Yib481de92007-09-25 17:54:57 -07001077 /* Allocate ucode buffers for card's bus-master loading ... */
1078
1079 /* Runtime instructions and 2 copies of data:
1080 * 1) unmodified from disk
1081 * 2) backup cache for save/restore during power-downs */
Emmanuel Grumbach3599d392011-05-31 08:52:10 +03001082 if (iwl_alloc_fw_desc(priv, &priv->ucode_rt.code,
Johannes Bergdbf28e212011-04-16 08:29:24 -07001083 pieces.inst, pieces.inst_size))
1084 goto err_pci_alloc;
Emmanuel Grumbach3599d392011-05-31 08:52:10 +03001085 if (iwl_alloc_fw_desc(priv, &priv->ucode_rt.data,
Johannes Bergdbf28e212011-04-16 08:29:24 -07001086 pieces.data, pieces.data_size))
Zhu, Yi1f304e42009-01-23 13:45:22 -08001087 goto err_pci_alloc;
1088
Zhu Yib481de92007-09-25 17:54:57 -07001089 /* Initialization instructions and data */
Johannes Berg0e9a44d2010-04-28 12:09:16 -07001090 if (pieces.init_size && pieces.init_data_size) {
Emmanuel Grumbach3599d392011-05-31 08:52:10 +03001091 if (iwl_alloc_fw_desc(priv, &priv->ucode_init.code,
Johannes Bergdbf28e212011-04-16 08:29:24 -07001092 pieces.init, pieces.init_size))
1093 goto err_pci_alloc;
Emmanuel Grumbach3599d392011-05-31 08:52:10 +03001094 if (iwl_alloc_fw_desc(priv, &priv->ucode_init.data,
Johannes Bergdbf28e212011-04-16 08:29:24 -07001095 pieces.init_data, pieces.init_data_size))
Tomas Winkler90e759d2007-11-29 11:09:41 +08001096 goto err_pci_alloc;
1097 }
Zhu Yib481de92007-09-25 17:54:57 -07001098
Johannes Bergb2e640d2010-05-05 23:24:54 -07001099 /* Now that we can no longer fail, copy information */
1100
1101 /*
1102 * The (size - 16) / 12 formula is based on the information recorded
1103 * for each event, which is of mode 1 (including timestamp) for all
1104 * new microcodes that include this information.
1105 */
Wey-Yi Guy898ed672011-07-13 08:38:57 -07001106 priv->init_evtlog_ptr = pieces.init_evtlog_ptr;
Johannes Bergb2e640d2010-05-05 23:24:54 -07001107 if (pieces.init_evtlog_size)
Wey-Yi Guy898ed672011-07-13 08:38:57 -07001108 priv->init_evtlog_size = (pieces.init_evtlog_size - 16)/12;
Johannes Bergb2e640d2010-05-05 23:24:54 -07001109 else
Wey-Yi Guy898ed672011-07-13 08:38:57 -07001110 priv->init_evtlog_size =
Wey-Yi Guy7cb1b082010-10-06 08:10:00 -07001111 priv->cfg->base_params->max_event_log_size;
Wey-Yi Guy898ed672011-07-13 08:38:57 -07001112 priv->init_errlog_ptr = pieces.init_errlog_ptr;
1113 priv->inst_evtlog_ptr = pieces.inst_evtlog_ptr;
Johannes Bergb2e640d2010-05-05 23:24:54 -07001114 if (pieces.inst_evtlog_size)
Wey-Yi Guy898ed672011-07-13 08:38:57 -07001115 priv->inst_evtlog_size = (pieces.inst_evtlog_size - 16)/12;
Johannes Bergb2e640d2010-05-05 23:24:54 -07001116 else
Wey-Yi Guy898ed672011-07-13 08:38:57 -07001117 priv->inst_evtlog_size =
Wey-Yi Guy7cb1b082010-10-06 08:10:00 -07001118 priv->cfg->base_params->max_event_log_size;
Wey-Yi Guy898ed672011-07-13 08:38:57 -07001119 priv->inst_errlog_ptr = pieces.inst_errlog_ptr;
Johannes Bergb2e640d2010-05-05 23:24:54 -07001120
Johannes Bergd2690c02011-04-20 09:10:39 -07001121 priv->new_scan_threshold_behaviour =
1122 !!(ucode_capa.flags & IWL_UCODE_TLV_FLAGS_NEWSCAN);
1123
Wey-Yi Guyb2ea3452011-06-07 08:53:14 -07001124 if ((priv->cfg->sku & EEPROM_SKU_CAP_IPAN_ENABLE) &&
1125 (ucode_capa.flags & IWL_UCODE_TLV_FLAGS_PAN)) {
Johannes Bergece9c4e2010-08-23 10:46:49 +02001126 priv->valid_contexts |= BIT(IWL_RXON_CTX_PAN);
Johannes Bergc10afb62010-08-23 10:46:43 +02001127 priv->sta_key_max_num = STA_KEY_MAX_NUM_PAN;
Johannes Bergece9c4e2010-08-23 10:46:49 +02001128 } else
1129 priv->sta_key_max_num = STA_KEY_MAX_NUM;
Johannes Bergc10afb62010-08-23 10:46:43 +02001130
Johannes Berg17445b82011-04-05 09:42:05 -07001131 if (priv->valid_contexts != BIT(IWL_RXON_CTX_BSS))
1132 priv->cmd_queue = IWL_IPAN_CMD_QUEUE_NUM;
1133 else
1134 priv->cmd_queue = IWL_DEFAULT_CMD_QUEUE_NUM;
1135
Wey-Yi Guy6a822d02010-07-13 17:13:15 -07001136 /*
1137 * figure out the offset of chain noise reset and gain commands
1138 * base on the size of standard phy calibration commands table size
1139 */
1140 if (ucode_capa.standard_phy_calibration_size >
1141 IWL_MAX_PHY_CALIBRATE_TBL_SIZE)
1142 ucode_capa.standard_phy_calibration_size =
1143 IWL_MAX_STANDARD_PHY_CALIBRATE_TBL_SIZE;
1144
Wey-Yi Guy898ed672011-07-13 08:38:57 -07001145 priv->phy_calib_chain_noise_reset_cmd =
Wey-Yi Guy6a822d02010-07-13 17:13:15 -07001146 ucode_capa.standard_phy_calibration_size;
Wey-Yi Guy898ed672011-07-13 08:38:57 -07001147 priv->phy_calib_chain_noise_gain_cmd =
Wey-Yi Guy6a822d02010-07-13 17:13:15 -07001148 ucode_capa.standard_phy_calibration_size + 1;
1149
Johannes Bergb08dfd02010-01-29 11:54:56 -08001150 /**************************************************
1151 * This is still part of probe() in a sense...
1152 *
1153 * 9. Setup and register with mac80211 and debugfs
1154 **************************************************/
Johannes Bergdd7a2502010-04-28 23:33:10 -07001155 err = iwl_mac_setup_register(priv, &ucode_capa);
Johannes Bergb08dfd02010-01-29 11:54:56 -08001156 if (err)
1157 goto out_unbind;
1158
1159 err = iwl_dbgfs_register(priv, DRV_NAME);
1160 if (err)
1161 IWL_ERR(priv, "failed to create debugfs files. Ignoring error: %d\n", err);
1162
Emmanuel Grumbachd5934112011-07-11 10:48:51 +03001163 err = sysfs_create_group(&(priv->bus->dev->kobj),
Emmanuel Grumbach7d476182010-05-23 00:14:08 -07001164 &iwl_attribute_group);
1165 if (err) {
1166 IWL_ERR(priv, "failed to create sysfs device attributes\n");
1167 goto out_unbind;
1168 }
1169
Zhu Yib481de92007-09-25 17:54:57 -07001170 /* We have our copies now, allow OS release its copies */
1171 release_firmware(ucode_raw);
Wey-Yi Guy898ed672011-07-13 08:38:57 -07001172 complete(&priv->firmware_loading_complete);
Johannes Bergb08dfd02010-01-29 11:54:56 -08001173 return;
1174
1175 try_again:
1176 /* try next, if any */
1177 if (iwl_request_firmware(priv, false))
1178 goto out_unbind;
1179 release_firmware(ucode_raw);
1180 return;
Zhu Yib481de92007-09-25 17:54:57 -07001181
1182 err_pci_alloc:
Winkler, Tomas15b16872008-12-19 10:37:33 +08001183 IWL_ERR(priv, "failed to allocate pci memory\n");
Emmanuel Grumbach3599d392011-05-31 08:52:10 +03001184 iwl_dealloc_ucode(priv);
Johannes Bergb08dfd02010-01-29 11:54:56 -08001185 out_unbind:
Wey-Yi Guy898ed672011-07-13 08:38:57 -07001186 complete(&priv->firmware_loading_complete);
Emmanuel Grumbachd5934112011-07-11 10:48:51 +03001187 device_release_driver(priv->bus->dev);
Zhu Yib481de92007-09-25 17:54:57 -07001188 release_firmware(ucode_raw);
Zhu Yib481de92007-09-25 17:54:57 -07001189}
1190
Joe Perches2a897d42011-07-08 23:20:25 -07001191static const char * const desc_lookup_text[] = {
Reinette Chatreb7a79402009-09-25 14:24:23 -07001192 "OK",
1193 "FAIL",
1194 "BAD_PARAM",
1195 "BAD_CHECKSUM",
1196 "NMI_INTERRUPT_WDG",
1197 "SYSASSERT",
1198 "FATAL_ERROR",
1199 "BAD_COMMAND",
1200 "HW_ERROR_TUNE_LOCK",
1201 "HW_ERROR_TEMPERATURE",
1202 "ILLEGAL_CHAN_FREQ",
1203 "VCC_NOT_STABLE",
1204 "FH_ERROR",
1205 "NMI_INTERRUPT_HOST",
1206 "NMI_INTERRUPT_ACTION_PT",
1207 "NMI_INTERRUPT_UNKNOWN",
1208 "UCODE_VERSION_MISMATCH",
1209 "HW_ERROR_ABS_LOCK",
1210 "HW_ERROR_CAL_LOCK_FAIL",
1211 "NMI_INTERRUPT_INST_ACTION_PT",
1212 "NMI_INTERRUPT_DATA_ACTION_PT",
1213 "NMI_TRM_HW_ER",
1214 "NMI_INTERRUPT_TRM",
Joe Perches2a897d42011-07-08 23:20:25 -07001215 "NMI_INTERRUPT_BREAK_POINT",
Reinette Chatreb7a79402009-09-25 14:24:23 -07001216 "DEBUG_0",
1217 "DEBUG_1",
1218 "DEBUG_2",
1219 "DEBUG_3",
Reinette Chatreb7a79402009-09-25 14:24:23 -07001220};
1221
Jay Sternberg4b586452010-07-02 15:49:10 -07001222static struct { char *name; u8 num; } advanced_lookup[] = {
1223 { "NMI_INTERRUPT_WDG", 0x34 },
1224 { "SYSASSERT", 0x35 },
1225 { "UCODE_VERSION_MISMATCH", 0x37 },
1226 { "BAD_COMMAND", 0x38 },
1227 { "NMI_INTERRUPT_DATA_ACTION_PT", 0x3C },
1228 { "FATAL_ERROR", 0x3D },
1229 { "NMI_TRM_HW_ERR", 0x46 },
1230 { "NMI_INTERRUPT_TRM", 0x4C },
1231 { "NMI_INTERRUPT_BREAK_POINT", 0x54 },
1232 { "NMI_INTERRUPT_WDG_RXF_FULL", 0x5C },
1233 { "NMI_INTERRUPT_WDG_NO_RBD_RXF_FULL", 0x64 },
1234 { "NMI_INTERRUPT_HOST", 0x66 },
1235 { "NMI_INTERRUPT_ACTION_PT", 0x7C },
1236 { "NMI_INTERRUPT_UNKNOWN", 0x84 },
1237 { "NMI_INTERRUPT_INST_ACTION_PT", 0x86 },
1238 { "ADVANCED_SYSASSERT", 0 },
1239};
1240
1241static const char *desc_lookup(u32 num)
Reinette Chatreb7a79402009-09-25 14:24:23 -07001242{
Jay Sternberg4b586452010-07-02 15:49:10 -07001243 int i;
1244 int max = ARRAY_SIZE(desc_lookup_text);
Reinette Chatreb7a79402009-09-25 14:24:23 -07001245
Jay Sternberg4b586452010-07-02 15:49:10 -07001246 if (num < max)
1247 return desc_lookup_text[num];
Reinette Chatreb7a79402009-09-25 14:24:23 -07001248
Jay Sternberg4b586452010-07-02 15:49:10 -07001249 max = ARRAY_SIZE(advanced_lookup) - 1;
1250 for (i = 0; i < max; i++) {
1251 if (advanced_lookup[i].num == num)
Justin P. Mattock6eab04a2011-04-08 19:49:08 -07001252 break;
Jay Sternberg4b586452010-07-02 15:49:10 -07001253 }
1254 return advanced_lookup[i].name;
Reinette Chatreb7a79402009-09-25 14:24:23 -07001255}
1256
1257#define ERROR_START_OFFSET (1 * sizeof(u32))
1258#define ERROR_ELEM_SIZE (7 * sizeof(u32))
1259
1260void iwl_dump_nic_error_log(struct iwl_priv *priv)
1261{
Wey-Yi Guy50650542011-05-04 16:56:52 -07001262 u32 base;
Johannes Berge46f6532011-04-13 03:14:43 -07001263 struct iwl_error_event_table table;
Reinette Chatreb7a79402009-09-25 14:24:23 -07001264
Johannes Bergd7d57832011-04-05 09:42:04 -07001265 base = priv->device_pointers.error_event_table;
Johannes Berg872907b2011-06-06 09:41:15 -07001266 if (priv->ucode_type == IWL_UCODE_INIT) {
Johannes Bergb2e640d2010-05-05 23:24:54 -07001267 if (!base)
Wey-Yi Guy898ed672011-07-13 08:38:57 -07001268 base = priv->init_errlog_ptr;
Johannes Bergb2e640d2010-05-05 23:24:54 -07001269 } else {
Johannes Bergb2e640d2010-05-05 23:24:54 -07001270 if (!base)
Wey-Yi Guy898ed672011-07-13 08:38:57 -07001271 base = priv->inst_errlog_ptr;
Johannes Bergb2e640d2010-05-05 23:24:54 -07001272 }
Reinette Chatreb7a79402009-09-25 14:24:23 -07001273
Fry, Donald H4caab322011-07-07 15:24:07 -07001274 if (!iwlagn_hw_valid_rtc_data_addr(base)) {
Wey-Yi Guy212fb572009-12-02 12:53:00 -08001275 IWL_ERR(priv,
1276 "Not valid error log pointer 0x%08X for %s uCode\n",
Johannes Bergca7966c2011-04-22 10:15:23 -07001277 base,
Johannes Berg872907b2011-06-06 09:41:15 -07001278 (priv->ucode_type == IWL_UCODE_INIT)
Johannes Bergca7966c2011-04-22 10:15:23 -07001279 ? "Init" : "RT");
Reinette Chatreb7a79402009-09-25 14:24:23 -07001280 return;
1281 }
1282
Johannes Berge46f6532011-04-13 03:14:43 -07001283 iwl_read_targ_mem_words(priv, base, &table, sizeof(table));
1284
Wey-Yi Guy50650542011-05-04 16:56:52 -07001285 if (ERROR_START_OFFSET <= table.valid * ERROR_ELEM_SIZE) {
Reinette Chatreb7a79402009-09-25 14:24:23 -07001286 IWL_ERR(priv, "Start IWL Error Log Dump:\n");
1287 IWL_ERR(priv, "Status: 0x%08lX, count: %d\n",
Wey-Yi Guy50650542011-05-04 16:56:52 -07001288 priv->status, table.valid);
Reinette Chatreb7a79402009-09-25 14:24:23 -07001289 }
1290
Wey-Yi Guy50650542011-05-04 16:56:52 -07001291 priv->isr_stats.err_code = table.error_id;
Reinette Chatreb7a79402009-09-25 14:24:23 -07001292
Wey-Yi Guy50650542011-05-04 16:56:52 -07001293 trace_iwlwifi_dev_ucode_error(priv, table.error_id, table.tsf_low,
1294 table.data1, table.data2, table.line,
1295 table.blink1, table.blink2, table.ilink1,
1296 table.ilink2, table.bcon_time, table.gp1,
1297 table.gp2, table.gp3, table.ucode_ver,
1298 table.hw_ver, table.brd_ver);
1299 IWL_ERR(priv, "0x%08X | %-28s\n", table.error_id,
1300 desc_lookup(table.error_id));
1301 IWL_ERR(priv, "0x%08X | uPc\n", table.pc);
1302 IWL_ERR(priv, "0x%08X | branchlink1\n", table.blink1);
1303 IWL_ERR(priv, "0x%08X | branchlink2\n", table.blink2);
1304 IWL_ERR(priv, "0x%08X | interruptlink1\n", table.ilink1);
1305 IWL_ERR(priv, "0x%08X | interruptlink2\n", table.ilink2);
1306 IWL_ERR(priv, "0x%08X | data1\n", table.data1);
1307 IWL_ERR(priv, "0x%08X | data2\n", table.data2);
1308 IWL_ERR(priv, "0x%08X | line\n", table.line);
1309 IWL_ERR(priv, "0x%08X | beacon time\n", table.bcon_time);
1310 IWL_ERR(priv, "0x%08X | tsf low\n", table.tsf_low);
1311 IWL_ERR(priv, "0x%08X | tsf hi\n", table.tsf_hi);
1312 IWL_ERR(priv, "0x%08X | time gp1\n", table.gp1);
1313 IWL_ERR(priv, "0x%08X | time gp2\n", table.gp2);
1314 IWL_ERR(priv, "0x%08X | time gp3\n", table.gp3);
1315 IWL_ERR(priv, "0x%08X | uCode version\n", table.ucode_ver);
1316 IWL_ERR(priv, "0x%08X | hw version\n", table.hw_ver);
1317 IWL_ERR(priv, "0x%08X | board version\n", table.brd_ver);
1318 IWL_ERR(priv, "0x%08X | hcmd\n", table.hcmd);
Reinette Chatreb7a79402009-09-25 14:24:23 -07001319}
1320
1321#define EVENT_START_OFFSET (4 * sizeof(u32))
1322
1323/**
1324 * iwl_print_event_log - Dump error event log to syslog
1325 *
1326 */
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001327static int iwl_print_event_log(struct iwl_priv *priv, u32 start_idx,
1328 u32 num_events, u32 mode,
1329 int pos, char **buf, size_t bufsz)
Reinette Chatreb7a79402009-09-25 14:24:23 -07001330{
1331 u32 i;
1332 u32 base; /* SRAM byte address of event log header */
1333 u32 event_size; /* 2 u32s, or 3 u32s if timestamp recorded */
1334 u32 ptr; /* SRAM byte address of log data */
1335 u32 ev, time, data; /* event log data */
Ben Cahille5854472009-11-06 14:52:58 -08001336 unsigned long reg_flags;
Reinette Chatreb7a79402009-09-25 14:24:23 -07001337
1338 if (num_events == 0)
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001339 return pos;
Johannes Bergb2e640d2010-05-05 23:24:54 -07001340
Johannes Bergd7d57832011-04-05 09:42:04 -07001341 base = priv->device_pointers.log_event_table;
Johannes Berg872907b2011-06-06 09:41:15 -07001342 if (priv->ucode_type == IWL_UCODE_INIT) {
Johannes Bergb2e640d2010-05-05 23:24:54 -07001343 if (!base)
Wey-Yi Guy898ed672011-07-13 08:38:57 -07001344 base = priv->init_evtlog_ptr;
Johannes Bergb2e640d2010-05-05 23:24:54 -07001345 } else {
Johannes Bergb2e640d2010-05-05 23:24:54 -07001346 if (!base)
Wey-Yi Guy898ed672011-07-13 08:38:57 -07001347 base = priv->inst_evtlog_ptr;
Johannes Bergb2e640d2010-05-05 23:24:54 -07001348 }
Reinette Chatreb7a79402009-09-25 14:24:23 -07001349
1350 if (mode == 0)
1351 event_size = 2 * sizeof(u32);
1352 else
1353 event_size = 3 * sizeof(u32);
1354
1355 ptr = base + EVENT_START_OFFSET + (start_idx * event_size);
1356
Ben Cahille5854472009-11-06 14:52:58 -08001357 /* Make sure device is powered up for SRAM reads */
1358 spin_lock_irqsave(&priv->reg_lock, reg_flags);
1359 iwl_grab_nic_access(priv);
1360
1361 /* Set starting address; reads will auto-increment */
Johannes Berg02a7fa02011-04-05 09:42:12 -07001362 iwl_write32(priv, HBUS_TARG_MEM_RADDR, ptr);
Ben Cahille5854472009-11-06 14:52:58 -08001363 rmb();
1364
Reinette Chatreb7a79402009-09-25 14:24:23 -07001365 /* "time" is actually "data" for mode 0 (no timestamp).
1366 * place event id # at far right for easier visual parsing. */
1367 for (i = 0; i < num_events; i++) {
Johannes Berg02a7fa02011-04-05 09:42:12 -07001368 ev = iwl_read32(priv, HBUS_TARG_MEM_RDAT);
1369 time = iwl_read32(priv, HBUS_TARG_MEM_RDAT);
Reinette Chatreb7a79402009-09-25 14:24:23 -07001370 if (mode == 0) {
1371 /* data, ev */
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001372 if (bufsz) {
1373 pos += scnprintf(*buf + pos, bufsz - pos,
1374 "EVT_LOG:0x%08x:%04u\n",
1375 time, ev);
1376 } else {
1377 trace_iwlwifi_dev_ucode_event(priv, 0,
1378 time, ev);
1379 IWL_ERR(priv, "EVT_LOG:0x%08x:%04u\n",
1380 time, ev);
1381 }
Reinette Chatreb7a79402009-09-25 14:24:23 -07001382 } else {
Johannes Berg02a7fa02011-04-05 09:42:12 -07001383 data = iwl_read32(priv, HBUS_TARG_MEM_RDAT);
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001384 if (bufsz) {
1385 pos += scnprintf(*buf + pos, bufsz - pos,
1386 "EVT_LOGT:%010u:0x%08x:%04u\n",
1387 time, data, ev);
1388 } else {
1389 IWL_ERR(priv, "EVT_LOGT:%010u:0x%08x:%04u\n",
Reinette Chatreb7a79402009-09-25 14:24:23 -07001390 time, data, ev);
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001391 trace_iwlwifi_dev_ucode_event(priv, time,
1392 data, ev);
1393 }
Reinette Chatreb7a79402009-09-25 14:24:23 -07001394 }
1395 }
Ben Cahille5854472009-11-06 14:52:58 -08001396
1397 /* Allow device to power down */
1398 iwl_release_nic_access(priv);
1399 spin_unlock_irqrestore(&priv->reg_lock, reg_flags);
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001400 return pos;
Reinette Chatreb7a79402009-09-25 14:24:23 -07001401}
1402
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001403/**
1404 * iwl_print_last_event_logs - Dump the newest # of event log to syslog
1405 */
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001406static int iwl_print_last_event_logs(struct iwl_priv *priv, u32 capacity,
1407 u32 num_wraps, u32 next_entry,
1408 u32 size, u32 mode,
1409 int pos, char **buf, size_t bufsz)
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001410{
1411 /*
1412 * display the newest DEFAULT_LOG_ENTRIES entries
1413 * i.e the entries just before the next ont that uCode would fill.
1414 */
1415 if (num_wraps) {
1416 if (next_entry < size) {
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001417 pos = iwl_print_event_log(priv,
1418 capacity - (size - next_entry),
1419 size - next_entry, mode,
1420 pos, buf, bufsz);
1421 pos = iwl_print_event_log(priv, 0,
1422 next_entry, mode,
1423 pos, buf, bufsz);
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001424 } else
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001425 pos = iwl_print_event_log(priv, next_entry - size,
1426 size, mode, pos, buf, bufsz);
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001427 } else {
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001428 if (next_entry < size) {
1429 pos = iwl_print_event_log(priv, 0, next_entry,
1430 mode, pos, buf, bufsz);
1431 } else {
1432 pos = iwl_print_event_log(priv, next_entry - size,
1433 size, mode, pos, buf, bufsz);
1434 }
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001435 }
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001436 return pos;
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001437}
1438
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001439#define DEFAULT_DUMP_EVENT_LOG_ENTRIES (20)
1440
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001441int iwl_dump_nic_event_log(struct iwl_priv *priv, bool full_log,
1442 char **buf, bool display)
Reinette Chatreb7a79402009-09-25 14:24:23 -07001443{
1444 u32 base; /* SRAM byte address of event log header */
1445 u32 capacity; /* event log capacity in # entries */
1446 u32 mode; /* 0 - no timestamp, 1 - timestamp recorded */
1447 u32 num_wraps; /* # times uCode wrapped to top of log */
1448 u32 next_entry; /* index of next entry to be written by uCode */
1449 u32 size; /* # entries that we'll print */
Johannes Bergb2e640d2010-05-05 23:24:54 -07001450 u32 logsize;
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001451 int pos = 0;
1452 size_t bufsz = 0;
Reinette Chatreb7a79402009-09-25 14:24:23 -07001453
Johannes Bergd7d57832011-04-05 09:42:04 -07001454 base = priv->device_pointers.log_event_table;
Johannes Berg872907b2011-06-06 09:41:15 -07001455 if (priv->ucode_type == IWL_UCODE_INIT) {
Wey-Yi Guy898ed672011-07-13 08:38:57 -07001456 logsize = priv->init_evtlog_size;
Johannes Bergb2e640d2010-05-05 23:24:54 -07001457 if (!base)
Wey-Yi Guy898ed672011-07-13 08:38:57 -07001458 base = priv->init_evtlog_ptr;
Johannes Bergb2e640d2010-05-05 23:24:54 -07001459 } else {
Wey-Yi Guy898ed672011-07-13 08:38:57 -07001460 logsize = priv->inst_evtlog_size;
Johannes Bergb2e640d2010-05-05 23:24:54 -07001461 if (!base)
Wey-Yi Guy898ed672011-07-13 08:38:57 -07001462 base = priv->inst_evtlog_ptr;
Johannes Bergb2e640d2010-05-05 23:24:54 -07001463 }
Reinette Chatreb7a79402009-09-25 14:24:23 -07001464
Fry, Donald H4caab322011-07-07 15:24:07 -07001465 if (!iwlagn_hw_valid_rtc_data_addr(base)) {
Wey-Yi Guy212fb572009-12-02 12:53:00 -08001466 IWL_ERR(priv,
1467 "Invalid event log pointer 0x%08X for %s uCode\n",
Johannes Bergca7966c2011-04-22 10:15:23 -07001468 base,
Johannes Berg872907b2011-06-06 09:41:15 -07001469 (priv->ucode_type == IWL_UCODE_INIT)
Johannes Bergca7966c2011-04-22 10:15:23 -07001470 ? "Init" : "RT");
Wey-Yi Guy937c3972010-01-15 13:43:36 -08001471 return -EINVAL;
Reinette Chatreb7a79402009-09-25 14:24:23 -07001472 }
1473
1474 /* event log header */
1475 capacity = iwl_read_targ_mem(priv, base);
1476 mode = iwl_read_targ_mem(priv, base + (1 * sizeof(u32)));
1477 num_wraps = iwl_read_targ_mem(priv, base + (2 * sizeof(u32)));
1478 next_entry = iwl_read_targ_mem(priv, base + (3 * sizeof(u32)));
1479
Johannes Bergb2e640d2010-05-05 23:24:54 -07001480 if (capacity > logsize) {
Ben Cahill84c40692009-11-06 14:52:57 -08001481 IWL_ERR(priv, "Log capacity %d is bogus, limit to %d entries\n",
Johannes Bergb2e640d2010-05-05 23:24:54 -07001482 capacity, logsize);
1483 capacity = logsize;
Ben Cahill84c40692009-11-06 14:52:57 -08001484 }
1485
Johannes Bergb2e640d2010-05-05 23:24:54 -07001486 if (next_entry > logsize) {
Ben Cahill84c40692009-11-06 14:52:57 -08001487 IWL_ERR(priv, "Log write index %d is bogus, limit to %d\n",
Johannes Bergb2e640d2010-05-05 23:24:54 -07001488 next_entry, logsize);
1489 next_entry = logsize;
Ben Cahill84c40692009-11-06 14:52:57 -08001490 }
1491
Reinette Chatreb7a79402009-09-25 14:24:23 -07001492 size = num_wraps ? capacity : next_entry;
1493
1494 /* bail out if nothing in log */
1495 if (size == 0) {
1496 IWL_ERR(priv, "Start IWL Event Log Dump: nothing in log\n");
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001497 return pos;
Reinette Chatreb7a79402009-09-25 14:24:23 -07001498 }
1499
Wey-Yi Guy9f28ebc2010-11-26 13:24:19 -08001500 /* enable/disable bt channel inhibition */
Wey-Yi Guyf37837c2010-08-23 07:57:12 -07001501 priv->bt_ch_announce = iwlagn_bt_ch_announce;
1502
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001503#ifdef CONFIG_IWLWIFI_DEBUG
Wey-Yi Guy521d9bc2009-12-10 14:37:23 -08001504 if (!(iwl_get_debug_level(priv) & IWL_DL_FW_ERRORS) && !full_log)
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001505 size = (size > DEFAULT_DUMP_EVENT_LOG_ENTRIES)
1506 ? DEFAULT_DUMP_EVENT_LOG_ENTRIES : size;
1507#else
1508 size = (size > DEFAULT_DUMP_EVENT_LOG_ENTRIES)
1509 ? DEFAULT_DUMP_EVENT_LOG_ENTRIES : size;
Reinette Chatreb7a79402009-09-25 14:24:23 -07001510#endif
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001511 IWL_ERR(priv, "Start IWL Event Log Dump: display last %u entries\n",
1512 size);
1513
1514#ifdef CONFIG_IWLWIFI_DEBUG
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001515 if (display) {
1516 if (full_log)
1517 bufsz = capacity * 48;
1518 else
1519 bufsz = size * 48;
1520 *buf = kmalloc(bufsz, GFP_KERNEL);
1521 if (!*buf)
Wey-Yi Guy937c3972010-01-15 13:43:36 -08001522 return -ENOMEM;
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001523 }
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001524 if ((iwl_get_debug_level(priv) & IWL_DL_FW_ERRORS) || full_log) {
1525 /*
1526 * if uCode has wrapped back to top of log,
1527 * start at the oldest entry,
1528 * i.e the next one that uCode would fill.
1529 */
1530 if (num_wraps)
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001531 pos = iwl_print_event_log(priv, next_entry,
1532 capacity - next_entry, mode,
1533 pos, buf, bufsz);
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001534 /* (then/else) start at top of log */
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001535 pos = iwl_print_event_log(priv, 0,
1536 next_entry, mode, pos, buf, bufsz);
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001537 } else
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001538 pos = iwl_print_last_event_logs(priv, capacity, num_wraps,
1539 next_entry, size, mode,
1540 pos, buf, bufsz);
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001541#else
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001542 pos = iwl_print_last_event_logs(priv, capacity, num_wraps,
1543 next_entry, size, mode,
1544 pos, buf, bufsz);
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001545#endif
Wey-Yi Guyb03d7d02009-12-14 14:12:20 -08001546 return pos;
Wey-Yi Guyc341ddb2009-11-20 12:05:07 -08001547}
Reinette Chatreb7a79402009-09-25 14:24:23 -07001548
Wey-Yi Guy0975cc82010-07-31 08:34:07 -07001549static void iwl_rf_kill_ct_config(struct iwl_priv *priv)
1550{
1551 struct iwl_ct_kill_config cmd;
1552 struct iwl_ct_kill_throttling_config adv_cmd;
1553 unsigned long flags;
1554 int ret = 0;
1555
1556 spin_lock_irqsave(&priv->lock, flags);
1557 iwl_write32(priv, CSR_UCODE_DRV_GP1_CLR,
1558 CSR_UCODE_DRV_GP1_REG_BIT_CT_KILL_EXIT);
1559 spin_unlock_irqrestore(&priv->lock, flags);
1560 priv->thermal_throttle.ct_kill_toggle = false;
1561
Wey-Yi Guy7cb1b082010-10-06 08:10:00 -07001562 if (priv->cfg->base_params->support_ct_kill_exit) {
Wey-Yi Guy0975cc82010-07-31 08:34:07 -07001563 adv_cmd.critical_temperature_enter =
1564 cpu_to_le32(priv->hw_params.ct_kill_threshold);
1565 adv_cmd.critical_temperature_exit =
1566 cpu_to_le32(priv->hw_params.ct_kill_exit_threshold);
1567
Emmanuel Grumbach41c50542011-07-11 08:51:04 +03001568 ret = trans_send_cmd_pdu(&priv->trans,
Emmanuel Grumbache419d622011-07-08 08:46:14 -07001569 REPLY_CT_KILL_CONFIG_CMD,
1570 CMD_SYNC, sizeof(adv_cmd), &adv_cmd);
Wey-Yi Guy0975cc82010-07-31 08:34:07 -07001571 if (ret)
1572 IWL_ERR(priv, "REPLY_CT_KILL_CONFIG_CMD failed\n");
1573 else
1574 IWL_DEBUG_INFO(priv, "REPLY_CT_KILL_CONFIG_CMD "
1575 "succeeded, "
1576 "critical temperature enter is %d,"
1577 "exit is %d\n",
1578 priv->hw_params.ct_kill_threshold,
1579 priv->hw_params.ct_kill_exit_threshold);
1580 } else {
1581 cmd.critical_temperature_R =
1582 cpu_to_le32(priv->hw_params.ct_kill_threshold);
1583
Emmanuel Grumbach41c50542011-07-11 08:51:04 +03001584 ret = trans_send_cmd_pdu(&priv->trans,
Emmanuel Grumbache419d622011-07-08 08:46:14 -07001585 REPLY_CT_KILL_CONFIG_CMD,
1586 CMD_SYNC, sizeof(cmd), &cmd);
Wey-Yi Guy0975cc82010-07-31 08:34:07 -07001587 if (ret)
1588 IWL_ERR(priv, "REPLY_CT_KILL_CONFIG_CMD failed\n");
1589 else
1590 IWL_DEBUG_INFO(priv, "REPLY_CT_KILL_CONFIG_CMD "
1591 "succeeded, "
1592 "critical temperature is %d\n",
1593 priv->hw_params.ct_kill_threshold);
1594 }
1595}
1596
Shanyu Zhao6d6a1af2010-09-14 18:13:31 -07001597static int iwlagn_send_calib_cfg_rt(struct iwl_priv *priv, u32 cfg)
1598{
1599 struct iwl_calib_cfg_cmd calib_cfg_cmd;
1600 struct iwl_host_cmd cmd = {
1601 .id = CALIBRATION_CFG_CMD,
Johannes Berg3fa50732011-05-04 07:50:38 -07001602 .len = { sizeof(struct iwl_calib_cfg_cmd), },
1603 .data = { &calib_cfg_cmd, },
Shanyu Zhao6d6a1af2010-09-14 18:13:31 -07001604 };
1605
1606 memset(&calib_cfg_cmd, 0, sizeof(calib_cfg_cmd));
1607 calib_cfg_cmd.ucd_calib_cfg.once.is_enable = IWL_CALIB_INIT_CFG_ALL;
Wey-Yi Guy7cb1b082010-10-06 08:10:00 -07001608 calib_cfg_cmd.ucd_calib_cfg.once.start = cpu_to_le32(cfg);
Shanyu Zhao6d6a1af2010-09-14 18:13:31 -07001609
Emmanuel Grumbach41c50542011-07-11 08:51:04 +03001610 return trans_send_cmd(&priv->trans, &cmd);
Shanyu Zhao6d6a1af2010-09-14 18:13:31 -07001611}
1612
1613
Wey-Yi Guye505c432011-07-07 08:27:41 -07001614static int iwlagn_send_tx_ant_config(struct iwl_priv *priv, u8 valid_tx_ant)
1615{
1616 struct iwl_tx_ant_config_cmd tx_ant_cmd = {
1617 .valid = cpu_to_le32(valid_tx_ant),
1618 };
1619
1620 if (IWL_UCODE_API(priv->ucode_ver) > 1) {
1621 IWL_DEBUG_HC(priv, "select valid tx ant: %u\n", valid_tx_ant);
Emmanuel Grumbach41c50542011-07-11 08:51:04 +03001622 return trans_send_cmd_pdu(&priv->trans,
Wey-Yi Guye505c432011-07-07 08:27:41 -07001623 TX_ANT_CONFIGURATION_CMD,
1624 CMD_SYNC,
1625 sizeof(struct iwl_tx_ant_config_cmd),
1626 &tx_ant_cmd);
1627 } else {
1628 IWL_DEBUG_HC(priv, "TX_ANT_CONFIGURATION_CMD not supported\n");
1629 return -EOPNOTSUPP;
1630 }
1631}
1632
Zhu Yib481de92007-09-25 17:54:57 -07001633/**
Tomas Winkler4a4a9e82008-05-29 16:34:54 +08001634 * iwl_alive_start - called after REPLY_ALIVE notification received
Zhu Yib481de92007-09-25 17:54:57 -07001635 * from protocol/runtime uCode (initialization uCode's
Tomas Winkler4a4a9e82008-05-29 16:34:54 +08001636 * Alive gets handled by iwl_init_alive_start()).
Zhu Yib481de92007-09-25 17:54:57 -07001637 */
Cindy H. Kao4613e722011-05-06 10:40:15 -07001638int iwl_alive_start(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07001639{
Tomas Winkler57aab752008-04-14 21:16:03 -07001640 int ret = 0;
Johannes Berg246ed352010-08-23 10:46:32 +02001641 struct iwl_rxon_context *ctx = &priv->contexts[IWL_RXON_CTX_BSS];
Zhu Yib481de92007-09-25 17:54:57 -07001642
Emmanuel Grumbach1a361cd2011-07-11 07:44:57 -07001643 /*TODO: this should go to the transport layer */
Johannes Bergca7966c2011-04-22 10:15:23 -07001644 iwl_reset_ict(priv);
1645
Tomas Winklere1623442009-01-27 14:27:56 -08001646 IWL_DEBUG_INFO(priv, "Runtime Alive received.\n");
Zhu Yib481de92007-09-25 17:54:57 -07001647
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07001648 /* After the ALIVE response, we can send host commands to the uCode */
Zhu Yib481de92007-09-25 17:54:57 -07001649 set_bit(STATUS_ALIVE, &priv->status);
1650
Stanislaw Gruszka22de94d2010-12-03 15:41:48 +01001651 /* Enable watchdog to monitor the driver tx queues */
1652 iwl_setup_watchdog(priv);
Wey-Yi Guyb74e31a2010-03-01 17:23:50 -08001653
Tomas Winklerfee12472008-04-03 16:05:21 -07001654 if (iwl_is_rfkill(priv))
Johannes Bergca7966c2011-04-22 10:15:23 -07001655 return -ERFKILL;
Zhu Yib481de92007-09-25 17:54:57 -07001656
Wey-Yi Guybc795df2010-10-11 14:24:05 -07001657 /* download priority table before any calibration request */
Wey-Yi Guy7cb1b082010-10-06 08:10:00 -07001658 if (priv->cfg->bt_params &&
1659 priv->cfg->bt_params->advanced_bt_coexist) {
Wey-Yi Guyf7322f82010-08-23 15:24:49 -07001660 /* Configure Bluetooth device coexistence support */
Meenakshi Venkataraman207ecc52011-07-08 08:46:23 -07001661 if (priv->cfg->bt_params->bt_sco_disable)
1662 priv->bt_enable_pspoll = false;
1663 else
1664 priv->bt_enable_pspoll = true;
1665
Wey-Yi Guyf7322f82010-08-23 15:24:49 -07001666 priv->bt_valid = IWLAGN_BT_ALL_VALID_MSK;
1667 priv->kill_ack_mask = IWLAGN_BT_KILL_ACK_MASK_DEFAULT;
1668 priv->kill_cts_mask = IWLAGN_BT_KILL_CTS_MASK_DEFAULT;
Wey-Yi Guye55b5172011-06-28 11:46:28 -07001669 iwlagn_send_advance_bt_config(priv);
Wey-Yi Guyf7322f82010-08-23 15:24:49 -07001670 priv->bt_valid = IWLAGN_BT_VALID_ENABLE_FLAGS;
Meenakshi Venkataraman207ecc52011-07-08 08:46:23 -07001671 priv->cur_rssi_ctx = NULL;
1672
Wey-Yi Guya5901cb2010-09-23 09:56:51 -07001673 iwlagn_send_prio_tbl(priv);
Wey-Yi Guyf7322f82010-08-23 15:24:49 -07001674
1675 /* FIXME: w/a to force change uCode BT state machine */
Johannes Bergca7966c2011-04-22 10:15:23 -07001676 ret = iwlagn_send_bt_env(priv, IWL_BT_COEX_ENV_OPEN,
1677 BT_COEX_PRIO_TBL_EVT_INIT_CALIB2);
1678 if (ret)
1679 return ret;
1680 ret = iwlagn_send_bt_env(priv, IWL_BT_COEX_ENV_CLOSE,
1681 BT_COEX_PRIO_TBL_EVT_INIT_CALIB2);
1682 if (ret)
1683 return ret;
Wey-Yi Guye55b5172011-06-28 11:46:28 -07001684 } else {
1685 /*
1686 * default is 2-wire BT coexexistence support
1687 */
1688 iwl_send_bt_config(priv);
Wey-Yi Guyf7322f82010-08-23 15:24:49 -07001689 }
Wey-Yi Guye55b5172011-06-28 11:46:28 -07001690
Wey-Yi Guybc795df2010-10-11 14:24:05 -07001691 if (priv->hw_params.calib_rt_cfg)
1692 iwlagn_send_calib_cfg_rt(priv, priv->hw_params.calib_rt_cfg);
1693
Johannes Berg36d68252008-05-15 12:55:26 +02001694 ieee80211_wake_queues(priv->hw);
Zhu Yib481de92007-09-25 17:54:57 -07001695
Johannes Berg470ab2d2010-01-21 11:23:30 -08001696 priv->active_rate = IWL_RATES_MASK;
Zhu Yib481de92007-09-25 17:54:57 -07001697
Wey-Yi Guy2f748de2009-09-17 10:43:51 -07001698 /* Configure Tx antenna selection based on H/W config */
Wey-Yi Guye3f10ce2011-07-01 07:59:26 -07001699 iwlagn_send_tx_ant_config(priv, priv->cfg->valid_tx_ant);
Wey-Yi Guy2f748de2009-09-17 10:43:51 -07001700
Johannes Berg246ed352010-08-23 10:46:32 +02001701 if (iwl_is_associated_ctx(ctx)) {
Gregory Greenmanc1adf9f2008-05-15 13:53:59 +08001702 struct iwl_rxon_cmd *active_rxon =
Johannes Berg246ed352010-08-23 10:46:32 +02001703 (struct iwl_rxon_cmd *)&ctx->active;
Mohamed Abbas019fb972009-03-17 21:59:18 -07001704 /* apply any changes in staging */
Johannes Berg246ed352010-08-23 10:46:32 +02001705 ctx->staging.filter_flags |= RXON_FILTER_ASSOC_MSK;
Zhu Yib481de92007-09-25 17:54:57 -07001706 active_rxon->filter_flags &= ~RXON_FILTER_ASSOC_MSK;
1707 } else {
Johannes Bergd0fe4782010-08-23 10:46:58 +02001708 struct iwl_rxon_context *tmp;
Zhu Yib481de92007-09-25 17:54:57 -07001709 /* Initialize our rx_config data */
Johannes Bergd0fe4782010-08-23 10:46:58 +02001710 for_each_context(priv, tmp)
1711 iwl_connection_init_rx_config(priv, tmp);
Abhijeet Kolekar45823532009-04-08 11:26:44 -07001712
Wey-Yi Guye3f10ce2011-07-01 07:59:26 -07001713 iwlagn_set_rxon_chain(priv, ctx);
Zhu Yib481de92007-09-25 17:54:57 -07001714 }
1715
Tomas Winkler4a4a9e82008-05-29 16:34:54 +08001716 iwl_reset_run_time_calib(priv);
1717
Wey-Yi Guy9e2e7422010-11-12 13:52:37 -08001718 set_bit(STATUS_READY, &priv->status);
1719
Zhu Yib481de92007-09-25 17:54:57 -07001720 /* Configure the adapter for unassociated operation */
Wey-Yi Guy805a3b82011-06-03 07:54:16 -07001721 ret = iwlagn_commit_rxon(priv, ctx);
Johannes Bergca7966c2011-04-22 10:15:23 -07001722 if (ret)
1723 return ret;
Zhu Yib481de92007-09-25 17:54:57 -07001724
1725 /* At this point, the NIC is initialized and operational */
Emmanuel Grumbach47f4a582008-06-12 09:47:13 +08001726 iwl_rf_kill_ct_config(priv);
Zhu Yi5a66926a2008-01-14 17:46:18 -08001727
Tomas Winklere1623442009-01-27 14:27:56 -08001728 IWL_DEBUG_INFO(priv, "ALIVE processing complete.\n");
Zhu Yib481de92007-09-25 17:54:57 -07001729
Johannes Bergca7966c2011-04-22 10:15:23 -07001730 return iwl_power_update_mode(priv, true);
Zhu Yib481de92007-09-25 17:54:57 -07001731}
1732
Emmanuel Grumbach4e393172008-06-12 09:46:53 +08001733static void iwl_cancel_deferred_work(struct iwl_priv *priv);
Zhu Yib481de92007-09-25 17:54:57 -07001734
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07001735static void __iwl_down(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07001736{
Dan Carpenter22dd2fd2011-03-15 10:03:24 +03001737 int exit_pending;
Zhu Yib481de92007-09-25 17:54:57 -07001738
Tomas Winklere1623442009-01-27 14:27:56 -08001739 IWL_DEBUG_INFO(priv, DRV_NAME " is going down\n");
Zhu Yib481de92007-09-25 17:54:57 -07001740
Stanislaw Gruszkad745d472010-09-13 14:46:35 +02001741 iwl_scan_cancel_timeout(priv, 200);
1742
1743 exit_pending = test_and_set_bit(STATUS_EXIT_PENDING, &priv->status);
Zhu Yib481de92007-09-25 17:54:57 -07001744
Stanislaw Gruszkab62177a2010-08-20 15:23:47 +02001745 /* Stop TX queues watchdog. We need to have STATUS_EXIT_PENDING bit set
1746 * to prevent rearm timer */
Stanislaw Gruszka22de94d2010-12-03 15:41:48 +01001747 del_timer_sync(&priv->watchdog);
Stanislaw Gruszkab62177a2010-08-20 15:23:47 +02001748
Johannes Bergdcef7322010-08-27 08:55:52 -07001749 iwl_clear_ucode_stations(priv, NULL);
Johannes Berga194e322010-08-27 08:53:46 -07001750 iwl_dealloc_bcast_stations(priv);
Johannes Bergdb125c72010-05-07 01:49:15 -07001751 iwl_clear_driver_stations(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001752
Johannes Berga1174132010-08-23 07:56:59 -07001753 /* reset BT coex data */
Wey-Yi Guyda5dbb92010-08-23 07:57:13 -07001754 priv->bt_status = 0;
Meenakshi Venkataraman207ecc52011-07-08 08:46:23 -07001755 priv->cur_rssi_ctx = NULL;
1756 priv->bt_is_sco = 0;
Wey-Yi Guy7cb1b082010-10-06 08:10:00 -07001757 if (priv->cfg->bt_params)
1758 priv->bt_traffic_load =
1759 priv->cfg->bt_params->bt_init_traffic_load;
1760 else
1761 priv->bt_traffic_load = 0;
Wey-Yi Guybee008b2010-08-23 07:57:04 -07001762 priv->bt_full_concurrent = false;
1763 priv->bt_ci_compliance = 0;
Johannes Berga1174132010-08-23 07:56:59 -07001764
Zhu Yib481de92007-09-25 17:54:57 -07001765 /* Wipe out the EXIT_PENDING status bit if we are not actually
1766 * exiting the module */
1767 if (!exit_pending)
1768 clear_bit(STATUS_EXIT_PENDING, &priv->status);
1769
Zhu Yib481de92007-09-25 17:54:57 -07001770 if (priv->mac80211_registered)
1771 ieee80211_stop_queues(priv->hw);
1772
Johannes Berg1a10f432011-04-13 03:14:44 -07001773 /* Clear out all status bits but a few that are stable across reset */
Zhu Yib481de92007-09-25 17:54:57 -07001774 priv->status &= test_bit(STATUS_RF_KILL_HW, &priv->status) <<
1775 STATUS_RF_KILL_HW |
Reinette Chatre97888642008-02-06 11:20:38 -08001776 test_bit(STATUS_GEO_CONFIGURED, &priv->status) <<
1777 STATUS_GEO_CONFIGURED |
Zhu Yib481de92007-09-25 17:54:57 -07001778 test_bit(STATUS_FW_ERROR, &priv->status) <<
Mohamed Abbas052ec3f2008-06-30 17:23:15 +08001779 STATUS_FW_ERROR |
1780 test_bit(STATUS_EXIT_PENDING, &priv->status) <<
1781 STATUS_EXIT_PENDING;
Zhu Yib481de92007-09-25 17:54:57 -07001782
Emmanuel Grumbach41c50542011-07-11 08:51:04 +03001783 trans_stop_device(&priv->trans);
Ben Cahill4d2ccdb2009-10-09 13:20:20 -07001784
Johannes Berg77834542010-10-04 05:50:36 -07001785 dev_kfree_skb(priv->beacon_skb);
Johannes Berg12e934d2010-10-04 05:50:06 -07001786 priv->beacon_skb = NULL;
Zhu Yib481de92007-09-25 17:54:57 -07001787}
1788
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07001789static void iwl_down(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07001790{
1791 mutex_lock(&priv->mutex);
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07001792 __iwl_down(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001793 mutex_unlock(&priv->mutex);
Zhu Yib24d22b2007-12-19 13:59:52 +08001794
Emmanuel Grumbach4e393172008-06-12 09:46:53 +08001795 iwl_cancel_deferred_work(priv);
Zhu Yib481de92007-09-25 17:54:57 -07001796}
1797
1798#define MAX_HW_RESTARTS 5
1799
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07001800static int __iwl_up(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07001801{
Johannes Berga194e322010-08-27 08:53:46 -07001802 struct iwl_rxon_context *ctx;
Tomas Winkler57aab752008-04-14 21:16:03 -07001803 int ret;
Zhu Yib481de92007-09-25 17:54:57 -07001804
Johannes Bergca7966c2011-04-22 10:15:23 -07001805 lockdep_assert_held(&priv->mutex);
1806
Zhu Yib481de92007-09-25 17:54:57 -07001807 if (test_bit(STATUS_EXIT_PENDING, &priv->status)) {
Winkler, Tomas39aadf82008-12-19 10:37:32 +08001808 IWL_WARN(priv, "Exit pending; will not bring the NIC up\n");
Zhu Yib481de92007-09-25 17:54:57 -07001809 return -EIO;
1810 }
1811
Johannes Berga194e322010-08-27 08:53:46 -07001812 for_each_context(priv, ctx) {
Johannes Berga30e3112010-09-22 18:02:01 +02001813 ret = iwlagn_alloc_bcast_station(priv, ctx);
Johannes Berga194e322010-08-27 08:53:46 -07001814 if (ret) {
1815 iwl_dealloc_bcast_stations(priv);
1816 return ret;
1817 }
1818 }
Johannes Berg2c810cc2010-04-29 00:53:29 -07001819
Johannes Bergca7966c2011-04-22 10:15:23 -07001820 ret = iwlagn_run_init_ucode(priv);
1821 if (ret) {
1822 IWL_ERR(priv, "Failed to run INIT ucode: %d\n", ret);
1823 goto error;
Zhu Yib481de92007-09-25 17:54:57 -07001824 }
1825
Johannes Bergca7966c2011-04-22 10:15:23 -07001826 ret = iwlagn_load_ucode_wait_alive(priv,
Johannes Bergdbf28e212011-04-16 08:29:24 -07001827 &priv->ucode_rt,
Johannes Berg872907b2011-06-06 09:41:15 -07001828 IWL_UCODE_REGULAR);
Johannes Bergca7966c2011-04-22 10:15:23 -07001829 if (ret) {
1830 IWL_ERR(priv, "Failed to start RT ucode: %d\n", ret);
1831 goto error;
1832 }
1833
1834 ret = iwl_alive_start(priv);
1835 if (ret)
1836 goto error;
1837 return 0;
1838
1839 error:
Zhu Yib481de92007-09-25 17:54:57 -07001840 set_bit(STATUS_EXIT_PENDING, &priv->status);
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07001841 __iwl_down(priv);
Mohamed Abbas64e72c3e2008-06-12 09:47:03 +08001842 clear_bit(STATUS_EXIT_PENDING, &priv->status);
Zhu Yib481de92007-09-25 17:54:57 -07001843
Johannes Bergca7966c2011-04-22 10:15:23 -07001844 IWL_ERR(priv, "Unable to initialize device.\n");
1845 return ret;
Zhu Yib481de92007-09-25 17:54:57 -07001846}
1847
1848
1849/*****************************************************************************
1850 *
1851 * Workqueue callbacks
1852 *
1853 *****************************************************************************/
1854
Emmanuel Grumbach16e727e2008-06-12 09:46:52 +08001855static void iwl_bg_run_time_calib_work(struct work_struct *work)
1856{
1857 struct iwl_priv *priv = container_of(work, struct iwl_priv,
1858 run_time_calib_work);
1859
1860 mutex_lock(&priv->mutex);
1861
1862 if (test_bit(STATUS_EXIT_PENDING, &priv->status) ||
1863 test_bit(STATUS_SCANNING, &priv->status)) {
1864 mutex_unlock(&priv->mutex);
1865 return;
1866 }
1867
1868 if (priv->start_calib) {
Johannes Berg0da0e5b2011-04-08 08:14:56 -07001869 iwl_chain_noise_calibration(priv);
1870 iwl_sensitivity_calibration(priv);
Emmanuel Grumbach16e727e2008-06-12 09:46:52 +08001871 }
1872
1873 mutex_unlock(&priv->mutex);
Emmanuel Grumbach16e727e2008-06-12 09:46:52 +08001874}
1875
Johannes Berge43e85c2011-04-19 07:45:16 -07001876static void iwlagn_prepare_restart(struct iwl_priv *priv)
1877{
1878 struct iwl_rxon_context *ctx;
1879 bool bt_full_concurrent;
1880 u8 bt_ci_compliance;
1881 u8 bt_load;
1882 u8 bt_status;
Meenakshi Venkataraman207ecc52011-07-08 08:46:23 -07001883 bool bt_is_sco;
Johannes Berge43e85c2011-04-19 07:45:16 -07001884
1885 lockdep_assert_held(&priv->mutex);
1886
1887 for_each_context(priv, ctx)
1888 ctx->vif = NULL;
1889 priv->is_open = 0;
1890
1891 /*
1892 * __iwl_down() will clear the BT status variables,
1893 * which is correct, but when we restart we really
1894 * want to keep them so restore them afterwards.
1895 *
1896 * The restart process will later pick them up and
1897 * re-configure the hw when we reconfigure the BT
1898 * command.
1899 */
1900 bt_full_concurrent = priv->bt_full_concurrent;
1901 bt_ci_compliance = priv->bt_ci_compliance;
1902 bt_load = priv->bt_traffic_load;
1903 bt_status = priv->bt_status;
Meenakshi Venkataraman207ecc52011-07-08 08:46:23 -07001904 bt_is_sco = priv->bt_is_sco;
Johannes Berge43e85c2011-04-19 07:45:16 -07001905
1906 __iwl_down(priv);
1907
1908 priv->bt_full_concurrent = bt_full_concurrent;
1909 priv->bt_ci_compliance = bt_ci_compliance;
1910 priv->bt_traffic_load = bt_load;
1911 priv->bt_status = bt_status;
Meenakshi Venkataraman207ecc52011-07-08 08:46:23 -07001912 priv->bt_is_sco = bt_is_sco;
Johannes Berge43e85c2011-04-19 07:45:16 -07001913}
1914
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07001915static void iwl_bg_restart(struct work_struct *data)
Zhu Yib481de92007-09-25 17:54:57 -07001916{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07001917 struct iwl_priv *priv = container_of(data, struct iwl_priv, restart);
Zhu Yib481de92007-09-25 17:54:57 -07001918
1919 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
1920 return;
1921
Johannes Berg19cc1082009-05-08 13:44:36 -07001922 if (test_and_clear_bit(STATUS_FW_ERROR, &priv->status)) {
1923 mutex_lock(&priv->mutex);
Johannes Berge43e85c2011-04-19 07:45:16 -07001924 iwlagn_prepare_restart(priv);
Johannes Berg19cc1082009-05-08 13:44:36 -07001925 mutex_unlock(&priv->mutex);
Johannes Berga1174132010-08-23 07:56:59 -07001926 iwl_cancel_deferred_work(priv);
Johannes Berg19cc1082009-05-08 13:44:36 -07001927 ieee80211_restart_hw(priv->hw);
1928 } else {
Johannes Bergca7966c2011-04-22 10:15:23 -07001929 WARN_ON(1);
Johannes Berg19cc1082009-05-08 13:44:36 -07001930 }
Zhu Yib481de92007-09-25 17:54:57 -07001931}
1932
Johannes Berg266af4c72011-03-10 20:13:26 -08001933static int iwl_mac_offchannel_tx(struct ieee80211_hw *hw, struct sk_buff *skb,
1934 struct ieee80211_channel *chan,
1935 enum nl80211_channel_type channel_type,
1936 unsigned int wait)
1937{
1938 struct iwl_priv *priv = hw->priv;
1939 int ret;
1940
1941 /* Not supported if we don't have PAN */
1942 if (!(priv->valid_contexts & BIT(IWL_RXON_CTX_PAN))) {
1943 ret = -EOPNOTSUPP;
1944 goto free;
1945 }
1946
1947 /* Not supported on pre-P2P firmware */
1948 if (!(priv->contexts[IWL_RXON_CTX_PAN].interface_modes &
1949 BIT(NL80211_IFTYPE_P2P_CLIENT))) {
1950 ret = -EOPNOTSUPP;
1951 goto free;
1952 }
1953
1954 mutex_lock(&priv->mutex);
1955
1956 if (!priv->contexts[IWL_RXON_CTX_PAN].is_active) {
1957 /*
1958 * If the PAN context is free, use the normal
1959 * way of doing remain-on-channel offload + TX.
1960 */
1961 ret = 1;
1962 goto out;
1963 }
1964
1965 /* TODO: queue up if scanning? */
1966 if (test_bit(STATUS_SCANNING, &priv->status) ||
Wey-Yi Guy898ed672011-07-13 08:38:57 -07001967 priv->offchan_tx_skb) {
Johannes Berg266af4c72011-03-10 20:13:26 -08001968 ret = -EBUSY;
1969 goto out;
1970 }
1971
1972 /*
1973 * max_scan_ie_len doesn't include the blank SSID or the header,
1974 * so need to add that again here.
1975 */
1976 if (skb->len > hw->wiphy->max_scan_ie_len + 24 + 2) {
1977 ret = -ENOBUFS;
1978 goto out;
1979 }
1980
Wey-Yi Guy898ed672011-07-13 08:38:57 -07001981 priv->offchan_tx_skb = skb;
1982 priv->offchan_tx_timeout = wait;
1983 priv->offchan_tx_chan = chan;
Johannes Berg266af4c72011-03-10 20:13:26 -08001984
1985 ret = iwl_scan_initiate(priv, priv->contexts[IWL_RXON_CTX_PAN].vif,
1986 IWL_SCAN_OFFCH_TX, chan->band);
1987 if (ret)
Wey-Yi Guy898ed672011-07-13 08:38:57 -07001988 priv->offchan_tx_skb = NULL;
Johannes Berg266af4c72011-03-10 20:13:26 -08001989 out:
1990 mutex_unlock(&priv->mutex);
1991 free:
1992 if (ret < 0)
1993 kfree_skb(skb);
1994
1995 return ret;
1996}
1997
1998static int iwl_mac_offchannel_tx_cancel_wait(struct ieee80211_hw *hw)
1999{
2000 struct iwl_priv *priv = hw->priv;
2001 int ret;
2002
2003 mutex_lock(&priv->mutex);
2004
Wey-Yi Guy898ed672011-07-13 08:38:57 -07002005 if (!priv->offchan_tx_skb) {
Dan Carpenterf8a22a22011-03-15 10:01:58 +03002006 ret = -EINVAL;
2007 goto unlock;
2008 }
Johannes Berg266af4c72011-03-10 20:13:26 -08002009
Wey-Yi Guy898ed672011-07-13 08:38:57 -07002010 priv->offchan_tx_skb = NULL;
Johannes Berg266af4c72011-03-10 20:13:26 -08002011
2012 ret = iwl_scan_cancel_timeout(priv, 200);
2013 if (ret)
2014 ret = -EIO;
Dan Carpenterf8a22a22011-03-15 10:01:58 +03002015unlock:
Johannes Berg266af4c72011-03-10 20:13:26 -08002016 mutex_unlock(&priv->mutex);
2017
2018 return ret;
2019}
2020
Zhu Yib481de92007-09-25 17:54:57 -07002021/*****************************************************************************
2022 *
2023 * mac80211 entry point functions
2024 *
2025 *****************************************************************************/
2026
Johannes Berg0fd09502011-05-27 08:40:30 -07002027static const struct ieee80211_iface_limit iwlagn_sta_ap_limits[] = {
2028 {
2029 .max = 1,
2030 .types = BIT(NL80211_IFTYPE_STATION),
2031 },
2032 {
2033 .max = 1,
2034 .types = BIT(NL80211_IFTYPE_AP),
2035 },
2036};
2037
2038static const struct ieee80211_iface_limit iwlagn_2sta_limits[] = {
2039 {
2040 .max = 2,
2041 .types = BIT(NL80211_IFTYPE_STATION),
2042 },
2043};
2044
2045static const struct ieee80211_iface_limit iwlagn_p2p_sta_go_limits[] = {
2046 {
2047 .max = 1,
2048 .types = BIT(NL80211_IFTYPE_STATION),
2049 },
2050 {
2051 .max = 1,
2052 .types = BIT(NL80211_IFTYPE_P2P_GO) |
2053 BIT(NL80211_IFTYPE_AP),
2054 },
2055};
2056
2057static const struct ieee80211_iface_limit iwlagn_p2p_2sta_limits[] = {
2058 {
2059 .max = 2,
2060 .types = BIT(NL80211_IFTYPE_STATION),
2061 },
2062 {
2063 .max = 1,
2064 .types = BIT(NL80211_IFTYPE_P2P_CLIENT),
2065 },
2066};
2067
2068static const struct ieee80211_iface_combination
2069iwlagn_iface_combinations_dualmode[] = {
2070 { .num_different_channels = 1,
2071 .max_interfaces = 2,
2072 .beacon_int_infra_match = true,
2073 .limits = iwlagn_sta_ap_limits,
2074 .n_limits = ARRAY_SIZE(iwlagn_sta_ap_limits),
2075 },
2076 { .num_different_channels = 1,
2077 .max_interfaces = 2,
2078 .limits = iwlagn_2sta_limits,
2079 .n_limits = ARRAY_SIZE(iwlagn_2sta_limits),
2080 },
2081};
2082
2083static const struct ieee80211_iface_combination
2084iwlagn_iface_combinations_p2p[] = {
2085 { .num_different_channels = 1,
2086 .max_interfaces = 2,
2087 .beacon_int_infra_match = true,
2088 .limits = iwlagn_p2p_sta_go_limits,
2089 .n_limits = ARRAY_SIZE(iwlagn_p2p_sta_go_limits),
2090 },
2091 { .num_different_channels = 1,
2092 .max_interfaces = 2,
2093 .limits = iwlagn_p2p_2sta_limits,
2094 .n_limits = ARRAY_SIZE(iwlagn_p2p_2sta_limits),
2095 },
2096};
2097
Reinette Chatref0b6e2e2009-10-16 14:25:53 -07002098/*
2099 * Not a mac80211 entry point function, but it fits in with all the
2100 * other mac80211 functions grouped here.
2101 */
Johannes Bergdd7a2502010-04-28 23:33:10 -07002102static int iwl_mac_setup_register(struct iwl_priv *priv,
2103 struct iwlagn_ucode_capabilities *capa)
Reinette Chatref0b6e2e2009-10-16 14:25:53 -07002104{
2105 int ret;
2106 struct ieee80211_hw *hw = priv->hw;
Johannes Bergd0fe4782010-08-23 10:46:58 +02002107 struct iwl_rxon_context *ctx;
2108
Reinette Chatref0b6e2e2009-10-16 14:25:53 -07002109 hw->rate_control_algorithm = "iwl-agn-rs";
2110
2111 /* Tell mac80211 our characteristics */
2112 hw->flags = IEEE80211_HW_SIGNAL_DBM |
Reinette Chatref0b6e2e2009-10-16 14:25:53 -07002113 IEEE80211_HW_AMPDU_AGGREGATION |
Johannes Berg2491fa42010-08-23 10:46:52 +02002114 IEEE80211_HW_NEED_DTIM_PERIOD |
Johannes Berg6fb55112010-11-16 11:55:02 -08002115 IEEE80211_HW_SPECTRUM_MGMT |
2116 IEEE80211_HW_REPORTS_TX_ACK_STATUS;
Reinette Chatref0b6e2e2009-10-16 14:25:53 -07002117
Johannes Berg9b768832011-01-19 02:54:18 -08002118 hw->max_tx_aggregation_subframes = LINK_QUAL_AGG_FRAME_LIMIT_DEF;
2119
Wey-Yi Guy23c0fcc2011-04-01 16:29:53 -07002120 hw->flags |= IEEE80211_HW_SUPPORTS_PS |
2121 IEEE80211_HW_SUPPORTS_DYNAMIC_PS;
Reinette Chatref0b6e2e2009-10-16 14:25:53 -07002122
Wey-Yi Guy88950752011-06-06 12:05:46 -07002123 if (priv->cfg->sku & EEPROM_SKU_CAP_11N_ENABLE)
Johannes Bergba37a3d2009-12-10 14:37:27 -08002124 hw->flags |= IEEE80211_HW_SUPPORTS_DYNAMIC_SMPS |
2125 IEEE80211_HW_SUPPORTS_STATIC_SMPS;
2126
Johannes Berg3997ff32011-04-05 09:42:02 -07002127 if (capa->flags & IWL_UCODE_TLV_FLAGS_MFP)
2128 hw->flags |= IEEE80211_HW_MFP_CAPABLE;
2129
Reinette Chatre8d9698b2009-10-16 14:25:55 -07002130 hw->sta_data_size = sizeof(struct iwl_station_priv);
Johannes Bergfd1af152010-04-30 11:30:43 -07002131 hw->vif_data_size = sizeof(struct iwl_vif_priv);
2132
Johannes Bergd0fe4782010-08-23 10:46:58 +02002133 for_each_context(priv, ctx) {
2134 hw->wiphy->interface_modes |= ctx->interface_modes;
2135 hw->wiphy->interface_modes |= ctx->exclusive_interface_modes;
2136 }
Reinette Chatref0b6e2e2009-10-16 14:25:53 -07002137
Johannes Berg0fd09502011-05-27 08:40:30 -07002138 BUILD_BUG_ON(NUM_IWL_RXON_CTX != 2);
2139
Johannes Bergf35490f2011-06-02 19:38:43 +02002140 if (hw->wiphy->interface_modes & BIT(NL80211_IFTYPE_P2P_CLIENT)) {
Johannes Berg0fd09502011-05-27 08:40:30 -07002141 hw->wiphy->iface_combinations = iwlagn_iface_combinations_p2p;
2142 hw->wiphy->n_iface_combinations =
2143 ARRAY_SIZE(iwlagn_iface_combinations_p2p);
Johannes Bergf35490f2011-06-02 19:38:43 +02002144 } else if (hw->wiphy->interface_modes & BIT(NL80211_IFTYPE_AP)) {
Johannes Berg0fd09502011-05-27 08:40:30 -07002145 hw->wiphy->iface_combinations = iwlagn_iface_combinations_dualmode;
2146 hw->wiphy->n_iface_combinations =
2147 ARRAY_SIZE(iwlagn_iface_combinations_dualmode);
2148 }
2149
Johannes Berg9b9190d2011-01-06 08:07:10 -08002150 hw->wiphy->max_remain_on_channel_duration = 1000;
2151
Reinette Chatref6c8f152010-03-12 11:13:26 -08002152 hw->wiphy->flags |= WIPHY_FLAG_CUSTOM_REGULATORY |
Johannes Berg274102a2011-01-18 04:44:03 -08002153 WIPHY_FLAG_DISABLE_BEACON_HINTS |
2154 WIPHY_FLAG_IBSS_RSN;
Reinette Chatref0b6e2e2009-10-16 14:25:53 -07002155
Wey-Yi Guy0172b022011-06-11 10:00:05 -07002156 if (iwlagn_mod_params.power_save)
2157 hw->wiphy->flags |= WIPHY_FLAG_PS_ON_BY_DEFAULT;
2158 else
2159 hw->wiphy->flags &= ~WIPHY_FLAG_PS_ON_BY_DEFAULT;
Reinette Chatref0b6e2e2009-10-16 14:25:53 -07002160
Reinette Chatre1382c712010-02-25 10:02:19 -08002161 hw->wiphy->max_scan_ssids = PROBE_OPTION_MAX;
Reinette Chatref0b6e2e2009-10-16 14:25:53 -07002162 /* we create the 802.11 header and a zero-length SSID element */
Johannes Bergdd7a2502010-04-28 23:33:10 -07002163 hw->wiphy->max_scan_ie_len = capa->max_probe_length - 24 - 2;
Reinette Chatref0b6e2e2009-10-16 14:25:53 -07002164
2165 /* Default value; 4 EDCA QOS priorities */
2166 hw->queues = 4;
2167
2168 hw->max_listen_interval = IWL_CONN_MAX_LISTEN_INTERVAL;
2169
2170 if (priv->bands[IEEE80211_BAND_2GHZ].n_channels)
2171 priv->hw->wiphy->bands[IEEE80211_BAND_2GHZ] =
2172 &priv->bands[IEEE80211_BAND_2GHZ];
2173 if (priv->bands[IEEE80211_BAND_5GHZ].n_channels)
2174 priv->hw->wiphy->bands[IEEE80211_BAND_5GHZ] =
2175 &priv->bands[IEEE80211_BAND_5GHZ];
2176
Wey-Yi Guy5ed540a2011-01-21 15:26:39 -08002177 iwl_leds_init(priv);
2178
Reinette Chatref0b6e2e2009-10-16 14:25:53 -07002179 ret = ieee80211_register_hw(priv->hw);
2180 if (ret) {
2181 IWL_ERR(priv, "Failed to register hw (error %d)\n", ret);
2182 return ret;
2183 }
2184 priv->mac80211_registered = 1;
2185
2186 return 0;
2187}
2188
2189
Johannes Berg2dedbf52011-04-05 09:41:50 -07002190static int iwlagn_mac_start(struct ieee80211_hw *hw)
Zhu Yib481de92007-09-25 17:54:57 -07002191{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07002192 struct iwl_priv *priv = hw->priv;
Zhu Yi5a66926a2008-01-14 17:46:18 -08002193 int ret;
Zhu Yib481de92007-09-25 17:54:57 -07002194
Tomas Winklere1623442009-01-27 14:27:56 -08002195 IWL_DEBUG_MAC80211(priv, "enter\n");
Zhu Yib481de92007-09-25 17:54:57 -07002196
2197 /* we should be verifying the device is ready to be opened */
2198 mutex_lock(&priv->mutex);
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07002199 ret = __iwl_up(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002200 mutex_unlock(&priv->mutex);
Zhu Yie655b9f2008-01-24 02:19:38 -08002201 if (ret)
Helmut Schaa6cd0b1c2009-01-19 13:10:07 +01002202 return ret;
Zhu Yie655b9f2008-01-24 02:19:38 -08002203
Tomas Winklere1623442009-01-27 14:27:56 -08002204 IWL_DEBUG_INFO(priv, "Start UP work done.\n");
Zhu Yie655b9f2008-01-24 02:19:38 -08002205
Johannes Bergca7966c2011-04-22 10:15:23 -07002206 /* Now we should be done, and the READY bit should be set. */
2207 if (WARN_ON(!test_bit(STATUS_READY, &priv->status)))
2208 ret = -EIO;
Tomas Winkler0a078ff2008-06-30 17:23:26 +08002209
Wey-Yi Guy5ed540a2011-01-21 15:26:39 -08002210 iwlagn_led_enable(priv);
Johannes Berge932a602009-10-02 13:44:03 -07002211
Tomas Winkler0a078ff2008-06-30 17:23:26 +08002212 priv->is_open = 1;
Tomas Winklere1623442009-01-27 14:27:56 -08002213 IWL_DEBUG_MAC80211(priv, "leave\n");
Zhu Yib481de92007-09-25 17:54:57 -07002214 return 0;
2215}
2216
Johannes Berg2dedbf52011-04-05 09:41:50 -07002217static void iwlagn_mac_stop(struct ieee80211_hw *hw)
Zhu Yib481de92007-09-25 17:54:57 -07002218{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07002219 struct iwl_priv *priv = hw->priv;
Zhu Yib481de92007-09-25 17:54:57 -07002220
Tomas Winklere1623442009-01-27 14:27:56 -08002221 IWL_DEBUG_MAC80211(priv, "enter\n");
Mohamed Abbas948c1712007-10-25 17:15:45 +08002222
Johannes Berg19cc1082009-05-08 13:44:36 -07002223 if (!priv->is_open)
Zhu Yie655b9f2008-01-24 02:19:38 -08002224 return;
Zhu Yie655b9f2008-01-24 02:19:38 -08002225
Zhu Yib481de92007-09-25 17:54:57 -07002226 priv->is_open = 0;
Zhu Yi5a66926a2008-01-14 17:46:18 -08002227
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07002228 iwl_down(priv);
Zhu Yi5a66926a2008-01-14 17:46:18 -08002229
2230 flush_workqueue(priv->workqueue);
Helmut Schaa6cd0b1c2009-01-19 13:10:07 +01002231
Stanislaw Gruszka554d1d02010-12-23 12:38:21 +01002232 /* User space software may expect getting rfkill changes
2233 * even if interface is down */
Helmut Schaa6cd0b1c2009-01-19 13:10:07 +01002234 iwl_write32(priv, CSR_INT, 0xFFFFFFFF);
Stanislaw Gruszka554d1d02010-12-23 12:38:21 +01002235 iwl_enable_rfkill_int(priv);
Mohamed Abbas948c1712007-10-25 17:15:45 +08002236
Tomas Winklere1623442009-01-27 14:27:56 -08002237 IWL_DEBUG_MAC80211(priv, "leave\n");
Zhu Yib481de92007-09-25 17:54:57 -07002238}
2239
Johannes Berg2dedbf52011-04-05 09:41:50 -07002240static void iwlagn_mac_tx(struct ieee80211_hw *hw, struct sk_buff *skb)
Zhu Yib481de92007-09-25 17:54:57 -07002241{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07002242 struct iwl_priv *priv = hw->priv;
Zhu Yib481de92007-09-25 17:54:57 -07002243
Tomas Winklere1623442009-01-27 14:27:56 -08002244 IWL_DEBUG_MACDUMP(priv, "enter\n");
Zhu Yib481de92007-09-25 17:54:57 -07002245
Tomas Winklere1623442009-01-27 14:27:56 -08002246 IWL_DEBUG_TX(priv, "dev->xmit(%d bytes) at rate 0x%02x\n", skb->len,
Johannes Berge039fa42008-05-15 12:55:29 +02002247 ieee80211_get_tx_rate(hw, IEEE80211_SKB_CB(skb))->bitrate);
Zhu Yib481de92007-09-25 17:54:57 -07002248
Wey-Yi Guy74bcdb32010-03-17 13:34:34 -07002249 if (iwlagn_tx_skb(priv, skb))
Zhu Yib481de92007-09-25 17:54:57 -07002250 dev_kfree_skb_any(skb);
2251
Tomas Winklere1623442009-01-27 14:27:56 -08002252 IWL_DEBUG_MACDUMP(priv, "leave\n");
Zhu Yib481de92007-09-25 17:54:57 -07002253}
2254
Johannes Berg2dedbf52011-04-05 09:41:50 -07002255static void iwlagn_mac_update_tkip_key(struct ieee80211_hw *hw,
2256 struct ieee80211_vif *vif,
2257 struct ieee80211_key_conf *keyconf,
2258 struct ieee80211_sta *sta,
2259 u32 iv32, u16 *phase1key)
Zhu Yib481de92007-09-25 17:54:57 -07002260{
Tomas Winkler9f586712008-11-12 13:14:05 -08002261 struct iwl_priv *priv = hw->priv;
Johannes Berga194e322010-08-27 08:53:46 -07002262
Johannes Berg5a3d9882011-07-15 13:03:12 -07002263 iwl_update_tkip_key(priv, vif, keyconf, sta, iv32, phase1key);
Emmanuel Grumbachab885f82008-03-20 15:06:43 +02002264}
2265
Johannes Berg2dedbf52011-04-05 09:41:50 -07002266static int iwlagn_mac_set_key(struct ieee80211_hw *hw, enum set_key_cmd cmd,
2267 struct ieee80211_vif *vif,
2268 struct ieee80211_sta *sta,
2269 struct ieee80211_key_conf *key)
Zhu Yib481de92007-09-25 17:54:57 -07002270{
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07002271 struct iwl_priv *priv = hw->priv;
Johannes Berga194e322010-08-27 08:53:46 -07002272 struct iwl_vif_priv *vif_priv = (void *)vif->drv_priv;
Johannes Bergc10afb62010-08-23 10:46:43 +02002273 struct iwl_rxon_context *ctx = vif_priv->ctx;
Winkler, Tomas42986792009-01-19 15:30:22 -08002274 int ret;
Winkler, Tomas42986792009-01-19 15:30:22 -08002275 bool is_default_wep_key = false;
Zhu Yib481de92007-09-25 17:54:57 -07002276
Tomas Winklere1623442009-01-27 14:27:56 -08002277 IWL_DEBUG_MAC80211(priv, "enter\n");
Zhu Yib481de92007-09-25 17:54:57 -07002278
Don Fry9d143e92011-04-20 15:23:57 -07002279 if (iwlagn_mod_params.sw_crypto) {
Tomas Winklere1623442009-01-27 14:27:56 -08002280 IWL_DEBUG_MAC80211(priv, "leave - hwcrypto disabled\n");
Zhu Yib481de92007-09-25 17:54:57 -07002281 return -EOPNOTSUPP;
2282 }
Zhu Yib481de92007-09-25 17:54:57 -07002283
Johannes Berg274102a2011-01-18 04:44:03 -08002284 /*
Johannes Berg5a3d9882011-07-15 13:03:12 -07002285 * We could program these keys into the hardware as well, but we
2286 * don't expect much multicast traffic in IBSS and having keys
2287 * for more stations is probably more useful.
2288 *
2289 * Mark key TX-only and return 0.
Johannes Berg274102a2011-01-18 04:44:03 -08002290 */
2291 if (vif->type == NL80211_IFTYPE_ADHOC &&
Johannes Berg5a3d9882011-07-15 13:03:12 -07002292 !(key->flags & IEEE80211_KEY_FLAG_PAIRWISE)) {
2293 key->hw_key_idx = WEP_INVALID_OFFSET;
2294 return 0;
2295 }
Johannes Berg274102a2011-01-18 04:44:03 -08002296
Johannes Berg5a3d9882011-07-15 13:03:12 -07002297 /* If they key was TX-only, accept deletion */
2298 if (cmd == DISABLE_KEY && key->hw_key_idx == WEP_INVALID_OFFSET)
2299 return 0;
Zhu Yib481de92007-09-25 17:54:57 -07002300
Emmanuel Grumbach6974e362008-04-14 21:16:06 -07002301 mutex_lock(&priv->mutex);
Tomas Winkler2a421b92008-06-12 09:47:10 +08002302 iwl_scan_cancel_timeout(priv, 100);
Emmanuel Grumbach6974e362008-04-14 21:16:06 -07002303
Johannes Berg5a3d9882011-07-15 13:03:12 -07002304 BUILD_BUG_ON(WEP_INVALID_OFFSET == IWLAGN_HW_KEY_DEFAULT);
2305
Johannes Berga90178fa2010-03-30 02:44:16 -07002306 /*
2307 * If we are getting WEP group key and we didn't receive any key mapping
Emmanuel Grumbach6974e362008-04-14 21:16:06 -07002308 * so far, we are in legacy wep mode (group key only), otherwise we are
2309 * in 1X mode.
Johannes Berga90178fa2010-03-30 02:44:16 -07002310 * In legacy wep mode, we use another host command to the uCode.
2311 */
Johannes Berg97359d12010-08-10 09:46:38 +02002312 if ((key->cipher == WLAN_CIPHER_SUITE_WEP40 ||
Johannes Berg5a3d9882011-07-15 13:03:12 -07002313 key->cipher == WLAN_CIPHER_SUITE_WEP104) && !sta) {
Emmanuel Grumbach6974e362008-04-14 21:16:06 -07002314 if (cmd == SET_KEY)
Johannes Bergc10afb62010-08-23 10:46:43 +02002315 is_default_wep_key = !ctx->key_mapping_keys;
Emmanuel Grumbach6974e362008-04-14 21:16:06 -07002316 else
Emmanuel Grumbachccc038a2008-05-15 13:54:09 +08002317 is_default_wep_key =
Johannes Berg5a3d9882011-07-15 13:03:12 -07002318 key->hw_key_idx == IWLAGN_HW_KEY_DEFAULT;
Emmanuel Grumbach6974e362008-04-14 21:16:06 -07002319 }
mabbas052c4b92007-10-25 17:15:43 +08002320
Johannes Berg5a3d9882011-07-15 13:03:12 -07002321
Zhu Yib481de92007-09-25 17:54:57 -07002322 switch (cmd) {
Emmanuel Grumbachdeb09c42008-03-19 16:41:41 -07002323 case SET_KEY:
Johannes Berg5a3d9882011-07-15 13:03:12 -07002324 if (is_default_wep_key) {
Johannes Berg2995baf2010-08-23 10:46:42 +02002325 ret = iwl_set_default_wep_key(priv, vif_priv->ctx, key);
Johannes Berg5a3d9882011-07-15 13:03:12 -07002326 break;
2327 }
2328 ret = iwl_set_dynamic_key(priv, vif_priv->ctx, key, sta);
2329 if (ret) {
2330 /*
2331 * can't add key for RX, but we don't need it
2332 * in the device for TX so still return 0
2333 */
2334 ret = 0;
2335 key->hw_key_idx = WEP_INVALID_OFFSET;
2336 }
Emmanuel Grumbachdeb09c42008-03-19 16:41:41 -07002337
Tomas Winklere1623442009-01-27 14:27:56 -08002338 IWL_DEBUG_MAC80211(priv, "enable hwcrypto key\n");
Zhu Yib481de92007-09-25 17:54:57 -07002339 break;
2340 case DISABLE_KEY:
Emmanuel Grumbach6974e362008-04-14 21:16:06 -07002341 if (is_default_wep_key)
Johannes Bergc10afb62010-08-23 10:46:43 +02002342 ret = iwl_remove_default_wep_key(priv, ctx, key);
Emmanuel Grumbachdeb09c42008-03-19 16:41:41 -07002343 else
Johannes Berg5a3d9882011-07-15 13:03:12 -07002344 ret = iwl_remove_dynamic_key(priv, ctx, key, sta);
Emmanuel Grumbachdeb09c42008-03-19 16:41:41 -07002345
Tomas Winklere1623442009-01-27 14:27:56 -08002346 IWL_DEBUG_MAC80211(priv, "disable hwcrypto key\n");
Zhu Yib481de92007-09-25 17:54:57 -07002347 break;
2348 default:
Emmanuel Grumbachdeb09c42008-03-19 16:41:41 -07002349 ret = -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -07002350 }
2351
Johannes Berg72e15d72010-02-19 11:42:32 -08002352 mutex_unlock(&priv->mutex);
Tomas Winklere1623442009-01-27 14:27:56 -08002353 IWL_DEBUG_MAC80211(priv, "leave\n");
Zhu Yib481de92007-09-25 17:54:57 -07002354
Emmanuel Grumbachdeb09c42008-03-19 16:41:41 -07002355 return ret;
Zhu Yib481de92007-09-25 17:54:57 -07002356}
2357
Johannes Berg2dedbf52011-04-05 09:41:50 -07002358static int iwlagn_mac_ampdu_action(struct ieee80211_hw *hw,
2359 struct ieee80211_vif *vif,
2360 enum ieee80211_ampdu_mlme_action action,
2361 struct ieee80211_sta *sta, u16 tid, u16 *ssn,
2362 u8 buf_size)
Tomas Winklerd783b062008-07-18 13:53:02 +08002363{
2364 struct iwl_priv *priv = hw->priv;
Johannes Berg4620fef2010-06-16 03:30:27 -07002365 int ret = -EINVAL;
Johannes Berg7b090682011-01-19 02:53:54 -08002366 struct iwl_station_priv *sta_priv = (void *) sta->drv_priv;
Tomas Winklerd783b062008-07-18 13:53:02 +08002367
Tomas Winklere1623442009-01-27 14:27:56 -08002368 IWL_DEBUG_HT(priv, "A-MPDU action on addr %pM tid %d\n",
Johannes Berge1749612008-10-27 15:59:26 -07002369 sta->addr, tid);
Tomas Winklerd783b062008-07-18 13:53:02 +08002370
Wey-Yi Guy88950752011-06-06 12:05:46 -07002371 if (!(priv->cfg->sku & EEPROM_SKU_CAP_11N_ENABLE))
Tomas Winklerd783b062008-07-18 13:53:02 +08002372 return -EACCES;
2373
Johannes Berg4620fef2010-06-16 03:30:27 -07002374 mutex_lock(&priv->mutex);
2375
Tomas Winklerd783b062008-07-18 13:53:02 +08002376 switch (action) {
2377 case IEEE80211_AMPDU_RX_START:
Tomas Winklere1623442009-01-27 14:27:56 -08002378 IWL_DEBUG_HT(priv, "start Rx\n");
Johannes Berg4620fef2010-06-16 03:30:27 -07002379 ret = iwl_sta_rx_agg_start(priv, sta, tid, *ssn);
2380 break;
Tomas Winklerd783b062008-07-18 13:53:02 +08002381 case IEEE80211_AMPDU_RX_STOP:
Tomas Winklere1623442009-01-27 14:27:56 -08002382 IWL_DEBUG_HT(priv, "stop Rx\n");
Johannes Berg619753f2010-04-30 11:30:46 -07002383 ret = iwl_sta_rx_agg_stop(priv, sta, tid);
Wey-Yi Guy5c2207c2009-03-17 21:51:43 -07002384 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
Johannes Berg4620fef2010-06-16 03:30:27 -07002385 ret = 0;
2386 break;
Tomas Winklerd783b062008-07-18 13:53:02 +08002387 case IEEE80211_AMPDU_TX_START:
Tomas Winklere1623442009-01-27 14:27:56 -08002388 IWL_DEBUG_HT(priv, "start Tx\n");
Johannes Berg619753f2010-04-30 11:30:46 -07002389 ret = iwlagn_tx_agg_start(priv, vif, sta, tid, ssn);
Wey-Yi Guyd5a0ffa2010-03-04 13:38:59 -08002390 if (ret == 0) {
Wey-Yi Guy898ed672011-07-13 08:38:57 -07002391 priv->agg_tids_count++;
2392 IWL_DEBUG_HT(priv, "priv->agg_tids_count = %u\n",
2393 priv->agg_tids_count);
Wey-Yi Guyd5a0ffa2010-03-04 13:38:59 -08002394 }
Johannes Berg4620fef2010-06-16 03:30:27 -07002395 break;
Tomas Winklerd783b062008-07-18 13:53:02 +08002396 case IEEE80211_AMPDU_TX_STOP:
Tomas Winklere1623442009-01-27 14:27:56 -08002397 IWL_DEBUG_HT(priv, "stop Tx\n");
Johannes Berg619753f2010-04-30 11:30:46 -07002398 ret = iwlagn_tx_agg_stop(priv, vif, sta, tid);
Wey-Yi Guy898ed672011-07-13 08:38:57 -07002399 if ((ret == 0) && (priv->agg_tids_count > 0)) {
2400 priv->agg_tids_count--;
2401 IWL_DEBUG_HT(priv, "priv->agg_tids_count = %u\n",
2402 priv->agg_tids_count);
Wey-Yi Guyd5a0ffa2010-03-04 13:38:59 -08002403 }
Wey-Yi Guy5c2207c2009-03-17 21:51:43 -07002404 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
Johannes Berg4620fef2010-06-16 03:30:27 -07002405 ret = 0;
Wey-Yi Guy7cb1b082010-10-06 08:10:00 -07002406 if (priv->cfg->ht_params &&
2407 priv->cfg->ht_params->use_rts_for_aggregation) {
Johannes Berg94597ab2010-08-09 10:57:02 -07002408 /*
2409 * switch off RTS/CTS if it was previously enabled
2410 */
Johannes Berg94597ab2010-08-09 10:57:02 -07002411 sta_priv->lq_sta.lq.general_params.flags &=
2412 ~LINK_QUAL_FLAGS_SET_STA_TLC_RTS_MSK;
Johannes Berg7e6a5882010-08-23 10:46:46 +02002413 iwl_send_lq_cmd(priv, iwl_rxon_ctx_from_vif(vif),
2414 &sta_priv->lq_sta.lq, CMD_ASYNC, false);
Johannes Berg94597ab2010-08-09 10:57:02 -07002415 }
Johannes Berg4620fef2010-06-16 03:30:27 -07002416 break;
Wey-Yi Guyf0527972010-01-08 10:04:41 -08002417 case IEEE80211_AMPDU_TX_OPERATIONAL:
Johannes Bergc8823ec2011-03-15 11:33:03 -07002418 buf_size = min_t(int, buf_size, LINK_QUAL_AGG_FRAME_LIMIT_DEF);
2419
Emmanuel Grumbach41c50542011-07-11 08:51:04 +03002420 trans_txq_agg_setup(&priv->trans, iwl_sta_id(sta), tid,
2421 buf_size);
Johannes Bergc8823ec2011-03-15 11:33:03 -07002422
Johannes Berg7b090682011-01-19 02:53:54 -08002423 /*
2424 * If the limit is 0, then it wasn't initialised yet,
2425 * use the default. We can do that since we take the
2426 * minimum below, and we don't want to go above our
2427 * default due to hardware restrictions.
2428 */
2429 if (sta_priv->max_agg_bufsize == 0)
2430 sta_priv->max_agg_bufsize =
2431 LINK_QUAL_AGG_FRAME_LIMIT_DEF;
2432
2433 /*
2434 * Even though in theory the peer could have different
2435 * aggregation reorder buffer sizes for different sessions,
2436 * our ucode doesn't allow for that and has a global limit
2437 * for each station. Therefore, use the minimum of all the
2438 * aggregation sessions and our default value.
2439 */
2440 sta_priv->max_agg_bufsize =
2441 min(sta_priv->max_agg_bufsize, buf_size);
2442
Wey-Yi Guy7cb1b082010-10-06 08:10:00 -07002443 if (priv->cfg->ht_params &&
2444 priv->cfg->ht_params->use_rts_for_aggregation) {
Wey-Yi Guycfecc6b2010-06-18 11:33:15 -07002445 /*
2446 * switch to RTS/CTS if it is the prefer protection
2447 * method for HT traffic
2448 */
Johannes Berg94597ab2010-08-09 10:57:02 -07002449
2450 sta_priv->lq_sta.lq.general_params.flags |=
2451 LINK_QUAL_FLAGS_SET_STA_TLC_RTS_MSK;
Wey-Yi Guycfecc6b2010-06-18 11:33:15 -07002452 }
Johannes Berg7b090682011-01-19 02:53:54 -08002453
2454 sta_priv->lq_sta.lq.agg_params.agg_frame_cnt_limit =
2455 sta_priv->max_agg_bufsize;
2456
2457 iwl_send_lq_cmd(priv, iwl_rxon_ctx_from_vif(vif),
2458 &sta_priv->lq_sta.lq, CMD_ASYNC, false);
Wey-Yi Guy5bc98902011-05-27 08:40:32 -07002459
2460 IWL_INFO(priv, "Tx aggregation enabled on ra = %pM tid = %d\n",
2461 sta->addr, tid);
Wey-Yi Guycfecc6b2010-06-18 11:33:15 -07002462 ret = 0;
Tomas Winklerd783b062008-07-18 13:53:02 +08002463 break;
2464 }
Johannes Berg4620fef2010-06-16 03:30:27 -07002465 mutex_unlock(&priv->mutex);
2466
2467 return ret;
Tomas Winklerd783b062008-07-18 13:53:02 +08002468}
Tomas Winkler9f586712008-11-12 13:14:05 -08002469
Johannes Berg2dedbf52011-04-05 09:41:50 -07002470static int iwlagn_mac_sta_add(struct ieee80211_hw *hw,
2471 struct ieee80211_vif *vif,
2472 struct ieee80211_sta *sta)
Reinette Chatrefe6b23d2010-02-22 16:24:47 -08002473{
2474 struct iwl_priv *priv = hw->priv;
2475 struct iwl_station_priv *sta_priv = (void *)sta->drv_priv;
Johannes Berga194e322010-08-27 08:53:46 -07002476 struct iwl_vif_priv *vif_priv = (void *)vif->drv_priv;
Johannes Bergeafdfbd32010-04-29 04:43:04 -07002477 bool is_ap = vif->type == NL80211_IFTYPE_STATION;
Reinette Chatrefe6b23d2010-02-22 16:24:47 -08002478 int ret;
2479 u8 sta_id;
2480
2481 IWL_DEBUG_INFO(priv, "received request to add station %pM\n",
2482 sta->addr);
Reinette Chatreda5ae1c2010-05-28 09:28:39 -07002483 mutex_lock(&priv->mutex);
2484 IWL_DEBUG_INFO(priv, "proceeding to add station %pM\n",
2485 sta->addr);
2486 sta_priv->common.sta_id = IWL_INVALID_STATION;
Reinette Chatrefe6b23d2010-02-22 16:24:47 -08002487
2488 atomic_set(&sta_priv->pending_frames, 0);
2489 if (vif->type == NL80211_IFTYPE_AP)
2490 sta_priv->client = true;
2491
Johannes Berga194e322010-08-27 08:53:46 -07002492 ret = iwl_add_station_common(priv, vif_priv->ctx, sta->addr,
Johannes Berg238d7812010-08-23 10:46:45 +02002493 is_ap, sta, &sta_id);
Reinette Chatrefe6b23d2010-02-22 16:24:47 -08002494 if (ret) {
2495 IWL_ERR(priv, "Unable to add station %pM (%d)\n",
2496 sta->addr, ret);
2497 /* Should we return success if return code is EEXIST ? */
Reinette Chatreda5ae1c2010-05-28 09:28:39 -07002498 mutex_unlock(&priv->mutex);
Reinette Chatrefe6b23d2010-02-22 16:24:47 -08002499 return ret;
2500 }
2501
Johannes Bergfd1af152010-04-30 11:30:43 -07002502 sta_priv->common.sta_id = sta_id;
2503
Reinette Chatrefe6b23d2010-02-22 16:24:47 -08002504 /* Initialize rate scaling */
Frans Pop91dd6c22010-03-24 14:19:58 -07002505 IWL_DEBUG_INFO(priv, "Initializing rate scaling for station %pM\n",
Reinette Chatrefe6b23d2010-02-22 16:24:47 -08002506 sta->addr);
2507 iwl_rs_rate_init(priv, sta, sta_id);
Reinette Chatreda5ae1c2010-05-28 09:28:39 -07002508 mutex_unlock(&priv->mutex);
Reinette Chatrefe6b23d2010-02-22 16:24:47 -08002509
Johannes Bergfd1af152010-04-30 11:30:43 -07002510 return 0;
Reinette Chatrefe6b23d2010-02-22 16:24:47 -08002511}
2512
Johannes Berg2dedbf52011-04-05 09:41:50 -07002513static void iwlagn_mac_channel_switch(struct ieee80211_hw *hw,
2514 struct ieee80211_channel_switch *ch_switch)
Wey-Yi Guy79d07322010-05-06 08:54:11 -07002515{
2516 struct iwl_priv *priv = hw->priv;
2517 const struct iwl_channel_info *ch_info;
2518 struct ieee80211_conf *conf = &hw->conf;
Shanyu Zhaoaa2dc6b2010-07-28 13:40:39 -07002519 struct ieee80211_channel *channel = ch_switch->channel;
Wey-Yi Guy79d07322010-05-06 08:54:11 -07002520 struct iwl_ht_config *ht_conf = &priv->current_ht_config;
Johannes Berg246ed352010-08-23 10:46:32 +02002521 /*
2522 * MULTI-FIXME
2523 * When we add support for multiple interfaces, we need to
2524 * revisit this. The channel switch command in the device
2525 * only affects the BSS context, but what does that really
2526 * mean? And what if we get a CSA on the second interface?
2527 * This needs a lot of work.
2528 */
2529 struct iwl_rxon_context *ctx = &priv->contexts[IWL_RXON_CTX_BSS];
Wey-Yi Guy79d07322010-05-06 08:54:11 -07002530 u16 ch;
Wey-Yi Guy79d07322010-05-06 08:54:11 -07002531
2532 IWL_DEBUG_MAC80211(priv, "enter\n");
2533
Stanislaw Gruszkadc1a4062011-03-31 17:36:27 +02002534 mutex_lock(&priv->mutex);
2535
Wey-Yi Guy79d07322010-05-06 08:54:11 -07002536 if (iwl_is_rfkill(priv))
Stanislaw Gruszkadc1a4062011-03-31 17:36:27 +02002537 goto out;
Wey-Yi Guy79d07322010-05-06 08:54:11 -07002538
2539 if (test_bit(STATUS_EXIT_PENDING, &priv->status) ||
Stanislaw Gruszka6f213ff2011-06-02 18:17:15 +02002540 test_bit(STATUS_SCANNING, &priv->status) ||
2541 test_bit(STATUS_CHANNEL_SWITCH_PENDING, &priv->status))
Stanislaw Gruszkadc1a4062011-03-31 17:36:27 +02002542 goto out;
Wey-Yi Guy79d07322010-05-06 08:54:11 -07002543
Johannes Berg246ed352010-08-23 10:46:32 +02002544 if (!iwl_is_associated_ctx(ctx))
Stanislaw Gruszkadc1a4062011-03-31 17:36:27 +02002545 goto out;
Wey-Yi Guy79d07322010-05-06 08:54:11 -07002546
Wey-Yi Guy90c300c2011-07-07 08:33:01 -07002547 if (!priv->cfg->lib->set_channel_switch)
Stanislaw Gruszkaf973f872011-06-02 16:46:20 +02002548 goto out;
Wey-Yi Guy79d07322010-05-06 08:54:11 -07002549
Stanislaw Gruszkaf973f872011-06-02 16:46:20 +02002550 ch = channel->hw_value;
2551 if (le16_to_cpu(ctx->active.channel) == ch)
2552 goto out;
Wey-Yi Guy79d07322010-05-06 08:54:11 -07002553
Stanislaw Gruszkaf973f872011-06-02 16:46:20 +02002554 ch_info = iwl_get_channel_info(priv, channel->band, ch);
2555 if (!is_channel_valid(ch_info)) {
2556 IWL_DEBUG_MAC80211(priv, "invalid channel\n");
2557 goto out;
Wey-Yi Guy79d07322010-05-06 08:54:11 -07002558 }
Stanislaw Gruszkaf973f872011-06-02 16:46:20 +02002559
2560 spin_lock_irq(&priv->lock);
2561
2562 priv->current_ht_config.smps = conf->smps_mode;
2563
2564 /* Configure HT40 channels */
2565 ctx->ht.enabled = conf_is_ht(conf);
2566 if (ctx->ht.enabled) {
2567 if (conf_is_ht40_minus(conf)) {
2568 ctx->ht.extension_chan_offset =
2569 IEEE80211_HT_PARAM_CHA_SEC_BELOW;
2570 ctx->ht.is_40mhz = true;
2571 } else if (conf_is_ht40_plus(conf)) {
2572 ctx->ht.extension_chan_offset =
2573 IEEE80211_HT_PARAM_CHA_SEC_ABOVE;
2574 ctx->ht.is_40mhz = true;
2575 } else {
2576 ctx->ht.extension_chan_offset =
2577 IEEE80211_HT_PARAM_CHA_SEC_NONE;
2578 ctx->ht.is_40mhz = false;
2579 }
2580 } else
2581 ctx->ht.is_40mhz = false;
2582
2583 if ((le16_to_cpu(ctx->staging.channel) != ch))
2584 ctx->staging.flags = 0;
2585
2586 iwl_set_rxon_channel(priv, channel, ctx);
2587 iwl_set_rxon_ht(priv, ht_conf);
2588 iwl_set_flags_for_band(priv, ctx, channel->band, ctx->vif);
2589
2590 spin_unlock_irq(&priv->lock);
2591
2592 iwl_set_rate(priv);
2593 /*
2594 * at this point, staging_rxon has the
2595 * configuration for channel switch
2596 */
2597 set_bit(STATUS_CHANNEL_SWITCH_PENDING, &priv->status);
2598 priv->switch_channel = cpu_to_le16(ch);
Wey-Yi Guy90c300c2011-07-07 08:33:01 -07002599 if (priv->cfg->lib->set_channel_switch(priv, ch_switch)) {
Stanislaw Gruszkaf973f872011-06-02 16:46:20 +02002600 clear_bit(STATUS_CHANNEL_SWITCH_PENDING, &priv->status);
2601 priv->switch_channel = 0;
2602 ieee80211_chswitch_done(ctx->vif, false);
2603 }
2604
Wey-Yi Guy79d07322010-05-06 08:54:11 -07002605out:
2606 mutex_unlock(&priv->mutex);
Wey-Yi Guy79d07322010-05-06 08:54:11 -07002607 IWL_DEBUG_MAC80211(priv, "leave\n");
2608}
2609
Johannes Berg2dedbf52011-04-05 09:41:50 -07002610static void iwlagn_configure_filter(struct ieee80211_hw *hw,
2611 unsigned int changed_flags,
2612 unsigned int *total_flags,
2613 u64 multicast)
Johannes Berg8b8ab9d2010-08-17 11:24:01 +02002614{
2615 struct iwl_priv *priv = hw->priv;
2616 __le32 filter_or = 0, filter_nand = 0;
Johannes Berg246ed352010-08-23 10:46:32 +02002617 struct iwl_rxon_context *ctx;
Johannes Berg8b8ab9d2010-08-17 11:24:01 +02002618
2619#define CHK(test, flag) do { \
2620 if (*total_flags & (test)) \
2621 filter_or |= (flag); \
2622 else \
2623 filter_nand |= (flag); \
2624 } while (0)
2625
2626 IWL_DEBUG_MAC80211(priv, "Enter: changed: 0x%x, total: 0x%x\n",
2627 changed_flags, *total_flags);
2628
2629 CHK(FIF_OTHER_BSS | FIF_PROMISC_IN_BSS, RXON_FILTER_PROMISC_MSK);
Johannes Bergbdb84fe2010-12-15 06:07:56 -08002630 /* Setting _just_ RXON_FILTER_CTL2HOST_MSK causes FH errors */
2631 CHK(FIF_CONTROL, RXON_FILTER_CTL2HOST_MSK | RXON_FILTER_PROMISC_MSK);
Johannes Berg8b8ab9d2010-08-17 11:24:01 +02002632 CHK(FIF_BCN_PRBRESP_PROMISC, RXON_FILTER_BCON_AWARE_MSK);
2633
2634#undef CHK
2635
2636 mutex_lock(&priv->mutex);
2637
Johannes Berg246ed352010-08-23 10:46:32 +02002638 for_each_context(priv, ctx) {
2639 ctx->staging.filter_flags &= ~filter_nand;
2640 ctx->staging.filter_flags |= filter_or;
Stanislaw Gruszka749ff4ef2010-10-22 17:04:27 +02002641
2642 /*
2643 * Not committing directly because hardware can perform a scan,
2644 * but we'll eventually commit the filter flags change anyway.
2645 */
Johannes Berg246ed352010-08-23 10:46:32 +02002646 }
Johannes Berg8b8ab9d2010-08-17 11:24:01 +02002647
2648 mutex_unlock(&priv->mutex);
2649
2650 /*
2651 * Receiving all multicast frames is always enabled by the
2652 * default flags setup in iwl_connection_init_rx_config()
2653 * since we currently do not support programming multicast
2654 * filters into the device.
2655 */
2656 *total_flags &= FIF_OTHER_BSS | FIF_ALLMULTI | FIF_PROMISC_IN_BSS |
2657 FIF_BCN_PRBRESP_PROMISC | FIF_CONTROL;
2658}
2659
Johannes Berg2dedbf52011-04-05 09:41:50 -07002660static void iwlagn_mac_flush(struct ieee80211_hw *hw, bool drop)
Wey-Yi Guy716c74b2010-06-24 13:22:36 -07002661{
2662 struct iwl_priv *priv = hw->priv;
2663
2664 mutex_lock(&priv->mutex);
2665 IWL_DEBUG_MAC80211(priv, "enter\n");
2666
Wey-Yi Guy716c74b2010-06-24 13:22:36 -07002667 if (test_bit(STATUS_EXIT_PENDING, &priv->status)) {
2668 IWL_DEBUG_TX(priv, "Aborting flush due to device shutdown\n");
2669 goto done;
2670 }
2671 if (iwl_is_rfkill(priv)) {
2672 IWL_DEBUG_TX(priv, "Aborting flush due to RF Kill\n");
2673 goto done;
2674 }
2675
2676 /*
2677 * mac80211 will not push any more frames for transmit
2678 * until the flush is completed
2679 */
2680 if (drop) {
2681 IWL_DEBUG_MAC80211(priv, "send flush command\n");
Wey-Yi Guyc68744f2011-06-18 08:03:18 -07002682 if (iwlagn_txfifo_flush(priv, IWL_DROP_ALL)) {
Wey-Yi Guy716c74b2010-06-24 13:22:36 -07002683 IWL_ERR(priv, "flush request fail\n");
2684 goto done;
2685 }
2686 }
2687 IWL_DEBUG_MAC80211(priv, "wait transmit/flush all frames\n");
2688 iwlagn_wait_tx_queue_empty(priv);
2689done:
2690 mutex_unlock(&priv->mutex);
2691 IWL_DEBUG_MAC80211(priv, "leave\n");
2692}
2693
Johannes Berg9b9190d2011-01-06 08:07:10 -08002694static void iwlagn_disable_roc(struct iwl_priv *priv)
2695{
2696 struct iwl_rxon_context *ctx = &priv->contexts[IWL_RXON_CTX_PAN];
2697 struct ieee80211_channel *chan = ACCESS_ONCE(priv->hw->conf.channel);
2698
2699 lockdep_assert_held(&priv->mutex);
2700
2701 if (!ctx->is_active)
2702 return;
2703
2704 ctx->staging.dev_type = RXON_DEV_TYPE_2STA;
2705 ctx->staging.filter_flags &= ~RXON_FILTER_ASSOC_MSK;
2706 iwl_set_rxon_channel(priv, chan, ctx);
2707 iwl_set_flags_for_band(priv, ctx, chan->band, NULL);
2708
Wey-Yi Guy898ed672011-07-13 08:38:57 -07002709 priv->hw_roc_channel = NULL;
Johannes Berg9b9190d2011-01-06 08:07:10 -08002710
Wey-Yi Guy805a3b82011-06-03 07:54:16 -07002711 iwlagn_commit_rxon(priv, ctx);
Johannes Berg9b9190d2011-01-06 08:07:10 -08002712
2713 ctx->is_active = false;
2714}
2715
2716static void iwlagn_bg_roc_done(struct work_struct *work)
2717{
2718 struct iwl_priv *priv = container_of(work, struct iwl_priv,
Wey-Yi Guy898ed672011-07-13 08:38:57 -07002719 hw_roc_work.work);
Johannes Berg9b9190d2011-01-06 08:07:10 -08002720
2721 mutex_lock(&priv->mutex);
2722 ieee80211_remain_on_channel_expired(priv->hw);
2723 iwlagn_disable_roc(priv);
2724 mutex_unlock(&priv->mutex);
2725}
2726
2727static int iwl_mac_remain_on_channel(struct ieee80211_hw *hw,
2728 struct ieee80211_channel *channel,
2729 enum nl80211_channel_type channel_type,
2730 int duration)
2731{
2732 struct iwl_priv *priv = hw->priv;
2733 int err = 0;
2734
2735 if (!(priv->valid_contexts & BIT(IWL_RXON_CTX_PAN)))
2736 return -EOPNOTSUPP;
2737
2738 if (!(priv->contexts[IWL_RXON_CTX_PAN].interface_modes &
2739 BIT(NL80211_IFTYPE_P2P_CLIENT)))
2740 return -EOPNOTSUPP;
2741
2742 mutex_lock(&priv->mutex);
2743
2744 if (priv->contexts[IWL_RXON_CTX_PAN].is_active ||
2745 test_bit(STATUS_SCAN_HW, &priv->status)) {
2746 err = -EBUSY;
2747 goto out;
2748 }
2749
2750 priv->contexts[IWL_RXON_CTX_PAN].is_active = true;
Wey-Yi Guy898ed672011-07-13 08:38:57 -07002751 priv->hw_roc_channel = channel;
2752 priv->hw_roc_chantype = channel_type;
2753 priv->hw_roc_duration = DIV_ROUND_UP(duration * 1000, 1024);
Wey-Yi Guy805a3b82011-06-03 07:54:16 -07002754 iwlagn_commit_rxon(priv, &priv->contexts[IWL_RXON_CTX_PAN]);
Wey-Yi Guy898ed672011-07-13 08:38:57 -07002755 queue_delayed_work(priv->workqueue, &priv->hw_roc_work,
Johannes Berg9b9190d2011-01-06 08:07:10 -08002756 msecs_to_jiffies(duration + 20));
2757
Johannes Berg94073912011-01-06 08:07:11 -08002758 msleep(IWL_MIN_SLOT_TIME); /* TU is almost ms */
Johannes Berg9b9190d2011-01-06 08:07:10 -08002759 ieee80211_ready_on_channel(priv->hw);
2760
2761 out:
2762 mutex_unlock(&priv->mutex);
2763
2764 return err;
2765}
2766
2767static int iwl_mac_cancel_remain_on_channel(struct ieee80211_hw *hw)
2768{
2769 struct iwl_priv *priv = hw->priv;
2770
2771 if (!(priv->valid_contexts & BIT(IWL_RXON_CTX_PAN)))
2772 return -EOPNOTSUPP;
2773
Wey-Yi Guy898ed672011-07-13 08:38:57 -07002774 cancel_delayed_work_sync(&priv->hw_roc_work);
Johannes Berg9b9190d2011-01-06 08:07:10 -08002775
2776 mutex_lock(&priv->mutex);
2777 iwlagn_disable_roc(priv);
2778 mutex_unlock(&priv->mutex);
2779
2780 return 0;
2781}
2782
Zhu Yib481de92007-09-25 17:54:57 -07002783/*****************************************************************************
2784 *
Zhu Yib481de92007-09-25 17:54:57 -07002785 * driver setup and teardown
2786 *
2787 *****************************************************************************/
2788
Emmanuel Grumbach4e393172008-06-12 09:46:53 +08002789static void iwl_setup_deferred_work(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002790{
Reinette Chatred21050c2009-02-13 11:51:18 -08002791 priv->workqueue = create_singlethread_workqueue(DRV_NAME);
Zhu Yib481de92007-09-25 17:54:57 -07002792
2793 init_waitqueue_head(&priv->wait_command_queue);
2794
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07002795 INIT_WORK(&priv->restart, iwl_bg_restart);
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07002796 INIT_WORK(&priv->beacon_update, iwl_bg_beacon_update);
Emmanuel Grumbach16e727e2008-06-12 09:46:52 +08002797 INIT_WORK(&priv->run_time_calib_work, iwl_bg_run_time_calib_work);
Wey-Yi Guy65550632010-06-24 13:18:35 -07002798 INIT_WORK(&priv->tx_flush, iwl_bg_tx_flush);
Wey-Yi Guybee008b2010-08-23 07:57:04 -07002799 INIT_WORK(&priv->bt_full_concurrency, iwl_bg_bt_full_concurrency);
Wey-Yi Guyfbba9412010-08-23 07:57:10 -07002800 INIT_WORK(&priv->bt_runtime_config, iwl_bg_bt_runtime_config);
Wey-Yi Guy898ed672011-07-13 08:38:57 -07002801 INIT_DELAYED_WORK(&priv->hw_roc_work, iwlagn_bg_roc_done);
Tomas Winkler2a421b92008-06-12 09:47:10 +08002802
Tomas Winkler2a421b92008-06-12 09:47:10 +08002803 iwl_setup_scan_deferred_work(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002804
Emmanuel Grumbach6bd4dba2011-07-03 15:45:34 +03002805 if (priv->cfg->lib->bt_setup_deferred_work)
2806 priv->cfg->lib->bt_setup_deferred_work(priv);
Emmanuel Grumbach4e393172008-06-12 09:46:53 +08002807
2808 init_timer(&priv->statistics_periodic);
2809 priv->statistics_periodic.data = (unsigned long)priv;
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07002810 priv->statistics_periodic.function = iwl_bg_statistics_periodic;
Zhu Yib481de92007-09-25 17:54:57 -07002811
Wey-Yi Guya9e1cb62009-12-10 14:37:26 -08002812 init_timer(&priv->ucode_trace);
2813 priv->ucode_trace.data = (unsigned long)priv;
2814 priv->ucode_trace.function = iwl_bg_ucode_trace;
2815
Stanislaw Gruszka22de94d2010-12-03 15:41:48 +01002816 init_timer(&priv->watchdog);
2817 priv->watchdog.data = (unsigned long)priv;
2818 priv->watchdog.function = iwl_bg_watchdog;
Zhu Yib481de92007-09-25 17:54:57 -07002819}
2820
Emmanuel Grumbach4e393172008-06-12 09:46:53 +08002821static void iwl_cancel_deferred_work(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07002822{
Wey-Yi Guy90c300c2011-07-07 08:33:01 -07002823 if (priv->cfg->lib->cancel_deferred_work)
2824 priv->cfg->lib->cancel_deferred_work(priv);
Zhu Yib481de92007-09-25 17:54:57 -07002825
Wey-Yi Guy815e6292010-06-03 10:14:01 -07002826 cancel_work_sync(&priv->run_time_calib_work);
Zhu Yib481de92007-09-25 17:54:57 -07002827 cancel_work_sync(&priv->beacon_update);
Stanislaw Gruszkae7e16b92010-09-13 14:46:41 +02002828
2829 iwl_cancel_scan_deferred_work(priv);
2830
Wey-Yi Guybee008b2010-08-23 07:57:04 -07002831 cancel_work_sync(&priv->bt_full_concurrency);
Wey-Yi Guyfbba9412010-08-23 07:57:10 -07002832 cancel_work_sync(&priv->bt_runtime_config);
Stanislaw Gruszkae7e16b92010-09-13 14:46:41 +02002833
Emmanuel Grumbach4e393172008-06-12 09:46:53 +08002834 del_timer_sync(&priv->statistics_periodic);
Wey-Yi Guya9e1cb62009-12-10 14:37:26 -08002835 del_timer_sync(&priv->ucode_trace);
Zhu Yib481de92007-09-25 17:54:57 -07002836}
2837
Reinette Chatre89f186a2009-10-30 14:36:11 -07002838static void iwl_init_hw_rates(struct iwl_priv *priv,
2839 struct ieee80211_rate *rates)
2840{
2841 int i;
2842
2843 for (i = 0; i < IWL_RATE_COUNT_LEGACY; i++) {
2844 rates[i].bitrate = iwl_rates[i].ieee * 5;
2845 rates[i].hw_value = i; /* Rate scaling will work on indexes */
2846 rates[i].hw_value_short = i;
2847 rates[i].flags = 0;
2848 if ((i >= IWL_FIRST_CCK_RATE) && (i <= IWL_LAST_CCK_RATE)) {
2849 /*
2850 * If CCK != 1M then set short preamble rate flag.
2851 */
2852 rates[i].flags |=
2853 (iwl_rates[i].plcp == IWL_RATE_1M_PLCP) ?
2854 0 : IEEE80211_RATE_SHORT_PREAMBLE;
2855 }
2856 }
2857}
2858
2859static int iwl_init_drv(struct iwl_priv *priv)
2860{
2861 int ret;
2862
Reinette Chatre89f186a2009-10-30 14:36:11 -07002863 spin_lock_init(&priv->sta_lock);
2864 spin_lock_init(&priv->hcmd_lock);
2865
Reinette Chatre89f186a2009-10-30 14:36:11 -07002866 mutex_init(&priv->mutex);
2867
Reinette Chatre89f186a2009-10-30 14:36:11 -07002868 priv->ieee_channels = NULL;
2869 priv->ieee_rates = NULL;
2870 priv->band = IEEE80211_BAND_2GHZ;
2871
2872 priv->iw_mode = NL80211_IFTYPE_STATION;
Johannes Bergba37a3d2009-12-10 14:37:27 -08002873 priv->current_ht_config.smps = IEEE80211_SMPS_STATIC;
Wey-Yi Guya13d2762010-01-22 14:22:42 -08002874 priv->missed_beacon_threshold = IWL_MISSED_BEACON_THRESHOLD_DEF;
Wey-Yi Guy898ed672011-07-13 08:38:57 -07002875 priv->agg_tids_count = 0;
Reinette Chatre89f186a2009-10-30 14:36:11 -07002876
Wey-Yi Guy8a472da2010-02-18 22:03:06 -08002877 /* initialize force reset */
2878 priv->force_reset[IWL_RF_RESET].reset_duration =
2879 IWL_DELAY_NEXT_FORCE_RF_RESET;
2880 priv->force_reset[IWL_FW_RESET].reset_duration =
2881 IWL_DELAY_NEXT_FORCE_FW_RELOAD;
Reinette Chatre89f186a2009-10-30 14:36:11 -07002882
Stanislaw Gruszka410f2bb2011-03-04 17:51:51 +01002883 priv->rx_statistics_jiffies = jiffies;
2884
Reinette Chatre89f186a2009-10-30 14:36:11 -07002885 /* Choose which receivers/antennas to use */
Wey-Yi Guye3f10ce2011-07-01 07:59:26 -07002886 iwlagn_set_rxon_chain(priv, &priv->contexts[IWL_RXON_CTX_BSS]);
Reinette Chatre89f186a2009-10-30 14:36:11 -07002887
2888 iwl_init_scan_params(priv);
2889
Wey-Yi Guy22bf59a2010-08-23 07:57:11 -07002890 /* init bt coex */
Wey-Yi Guy7cb1b082010-10-06 08:10:00 -07002891 if (priv->cfg->bt_params &&
2892 priv->cfg->bt_params->advanced_bt_coexist) {
Wey-Yi Guyb6e116e2010-08-23 07:57:14 -07002893 priv->kill_ack_mask = IWLAGN_BT_KILL_ACK_MASK_DEFAULT;
2894 priv->kill_cts_mask = IWLAGN_BT_KILL_CTS_MASK_DEFAULT;
2895 priv->bt_valid = IWLAGN_BT_ALL_VALID_MSK;
Wey-Yi Guy22bf59a2010-08-23 07:57:11 -07002896 priv->bt_on_thresh = BT_ON_THRESHOLD_DEF;
2897 priv->bt_duration = BT_DURATION_LIMIT_DEF;
2898 priv->dynamic_frag_thresh = BT_FRAG_THRESHOLD_DEF;
Wey-Yi Guy22bf59a2010-08-23 07:57:11 -07002899 }
2900
Reinette Chatre89f186a2009-10-30 14:36:11 -07002901 ret = iwl_init_channel_map(priv);
2902 if (ret) {
2903 IWL_ERR(priv, "initializing regulatory failed: %d\n", ret);
2904 goto err;
2905 }
2906
2907 ret = iwlcore_init_geos(priv);
2908 if (ret) {
2909 IWL_ERR(priv, "initializing geos failed: %d\n", ret);
2910 goto err_free_channel_map;
2911 }
2912 iwl_init_hw_rates(priv, priv->ieee_rates);
2913
2914 return 0;
2915
2916err_free_channel_map:
2917 iwl_free_channel_map(priv);
2918err:
2919 return ret;
2920}
2921
2922static void iwl_uninit_drv(struct iwl_priv *priv)
2923{
2924 iwl_calib_free_results(priv);
2925 iwlcore_free_geos(priv);
2926 iwl_free_channel_map(priv);
Johannes Berg811ecc92010-04-06 04:12:41 -07002927 kfree(priv->scan_cmd);
Johannes Berg4ce7cc22011-05-13 11:57:40 -07002928 kfree(priv->beacon_cmd);
Reinette Chatre89f186a2009-10-30 14:36:11 -07002929}
2930
Wey-Yi Guy3a3b14c2011-07-08 08:46:24 -07002931static void iwl_mac_rssi_callback(struct ieee80211_hw *hw,
Meenakshi Venkataraman207ecc52011-07-08 08:46:23 -07002932 enum ieee80211_rssi_event rssi_event)
2933{
2934 struct iwl_priv *priv = hw->priv;
2935
2936 mutex_lock(&priv->mutex);
2937
2938 if (priv->cfg->bt_params &&
2939 priv->cfg->bt_params->advanced_bt_coexist) {
2940 if (rssi_event == RSSI_EVENT_LOW)
2941 priv->bt_enable_pspoll = true;
2942 else if (rssi_event == RSSI_EVENT_HIGH)
2943 priv->bt_enable_pspoll = false;
2944
2945 iwlagn_send_advance_bt_config(priv);
2946 } else {
2947 IWL_DEBUG_MAC80211(priv, "Advanced BT coex disabled,"
2948 "ignoring RSSI callback\n");
2949 }
2950
2951 mutex_unlock(&priv->mutex);
2952}
2953
Johannes Bergdc21b542010-10-23 09:15:39 -07002954struct ieee80211_ops iwlagn_hw_ops = {
Johannes Berg2295c662010-10-23 09:15:41 -07002955 .tx = iwlagn_mac_tx,
2956 .start = iwlagn_mac_start,
2957 .stop = iwlagn_mac_stop,
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07002958 .add_interface = iwl_mac_add_interface,
2959 .remove_interface = iwl_mac_remove_interface,
Johannes Bergd4daaea2010-10-23 09:15:43 -07002960 .change_interface = iwl_mac_change_interface,
Johannes Berg2295c662010-10-23 09:15:41 -07002961 .config = iwlagn_mac_config,
Johannes Berg8b8ab9d2010-08-17 11:24:01 +02002962 .configure_filter = iwlagn_configure_filter,
Johannes Berg2295c662010-10-23 09:15:41 -07002963 .set_key = iwlagn_mac_set_key,
2964 .update_tkip_key = iwlagn_mac_update_tkip_key,
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07002965 .conf_tx = iwl_mac_conf_tx,
Johannes Berg2295c662010-10-23 09:15:41 -07002966 .bss_info_changed = iwlagn_bss_info_changed,
2967 .ampdu_action = iwlagn_mac_ampdu_action,
Johannes Berg6ab10ff2009-11-13 11:56:37 -08002968 .hw_scan = iwl_mac_hw_scan,
Johannes Berg2295c662010-10-23 09:15:41 -07002969 .sta_notify = iwlagn_mac_sta_notify,
Reinette Chatrefe6b23d2010-02-22 16:24:47 -08002970 .sta_add = iwlagn_mac_sta_add,
2971 .sta_remove = iwl_mac_sta_remove,
Johannes Berg2295c662010-10-23 09:15:41 -07002972 .channel_switch = iwlagn_mac_channel_switch,
2973 .flush = iwlagn_mac_flush,
Johannes Berga85d7cc2010-07-31 08:34:10 -07002974 .tx_last_beacon = iwl_mac_tx_last_beacon,
Johannes Berg9b9190d2011-01-06 08:07:10 -08002975 .remain_on_channel = iwl_mac_remain_on_channel,
2976 .cancel_remain_on_channel = iwl_mac_cancel_remain_on_channel,
Johannes Berg266af4c72011-03-10 20:13:26 -08002977 .offchannel_tx = iwl_mac_offchannel_tx,
2978 .offchannel_tx_cancel_wait = iwl_mac_offchannel_tx_cancel_wait,
Meenakshi Venkataraman207ecc52011-07-08 08:46:23 -07002979 .rssi_callback = iwl_mac_rssi_callback,
Cindy H. Kao4613e722011-05-06 10:40:15 -07002980 CFG80211_TESTMODE_CMD(iwl_testmode_cmd)
Wey-Yi Guyeb64dca2011-05-31 08:03:02 -07002981 CFG80211_TESTMODE_DUMP(iwl_testmode_dump)
Zhu Yib481de92007-09-25 17:54:57 -07002982};
2983
Johannes Berge98a1302011-04-05 09:42:08 -07002984static u32 iwl_hw_detect(struct iwl_priv *priv)
Wey-Yi Guy3867fe02010-07-31 08:34:05 -07002985{
Johannes Berg02a7fa02011-04-05 09:42:12 -07002986 return iwl_read32(priv, CSR_HW_REV);
Wey-Yi Guy3867fe02010-07-31 08:34:05 -07002987}
2988
Wey-Yi Guy07d4f1a2010-07-31 08:34:08 -07002989static int iwl_set_hw_params(struct iwl_priv *priv)
2990{
2991 priv->hw_params.max_rxq_size = RX_QUEUE_SIZE;
2992 priv->hw_params.max_rxq_log = RX_QUEUE_SIZE_LOG;
Don Fry9d143e92011-04-20 15:23:57 -07002993 if (iwlagn_mod_params.amsdu_size_8K)
Wey-Yi Guy07d4f1a2010-07-31 08:34:08 -07002994 priv->hw_params.rx_page_order = get_order(IWL_RX_BUF_SIZE_8K);
2995 else
2996 priv->hw_params.rx_page_order = get_order(IWL_RX_BUF_SIZE_4K);
2997
2998 priv->hw_params.max_beacon_itrvl = IWL_MAX_UCODE_BEACON_INTERVAL;
2999
Don Fry9d143e92011-04-20 15:23:57 -07003000 if (iwlagn_mod_params.disable_11n)
Wey-Yi Guy88950752011-06-06 12:05:46 -07003001 priv->cfg->sku &= ~EEPROM_SKU_CAP_11N_ENABLE;
Wey-Yi Guy07d4f1a2010-07-31 08:34:08 -07003002
3003 /* Device-specific setup */
Wey-Yi Guy90c300c2011-07-07 08:33:01 -07003004 return priv->cfg->lib->set_hw_params(priv);
Wey-Yi Guy07d4f1a2010-07-31 08:34:08 -07003005}
3006
Johannes Berge72f3682010-08-23 10:46:51 +02003007static const u8 iwlagn_bss_ac_to_fifo[] = {
3008 IWL_TX_FIFO_VO,
3009 IWL_TX_FIFO_VI,
3010 IWL_TX_FIFO_BE,
3011 IWL_TX_FIFO_BK,
3012};
3013
3014static const u8 iwlagn_bss_ac_to_queue[] = {
3015 0, 1, 2, 3,
3016};
3017
3018static const u8 iwlagn_pan_ac_to_fifo[] = {
3019 IWL_TX_FIFO_VO_IPAN,
3020 IWL_TX_FIFO_VI_IPAN,
3021 IWL_TX_FIFO_BE_IPAN,
3022 IWL_TX_FIFO_BK_IPAN,
3023};
3024
3025static const u8 iwlagn_pan_ac_to_queue[] = {
3026 7, 6, 5, 4,
3027};
3028
Wey-Yi Guy119ea182011-04-18 09:34:06 -07003029/* This function both allocates and initializes hw and priv. */
3030static struct ieee80211_hw *iwl_alloc_all(struct iwl_cfg *cfg)
3031{
3032 struct iwl_priv *priv;
3033 /* mac80211 allocates memory for this device instance, including
3034 * space for this driver's private structure */
3035 struct ieee80211_hw *hw;
3036
3037 hw = ieee80211_alloc_hw(sizeof(struct iwl_priv), &iwlagn_hw_ops);
3038 if (hw == NULL) {
3039 pr_err("%s: Can not allocate network device\n",
3040 cfg->name);
3041 goto out;
3042 }
3043
3044 priv = hw->priv;
3045 priv->hw = hw;
3046
3047out:
3048 return hw;
3049}
3050
Wey-Yi Guyb2ea3452011-06-07 08:53:14 -07003051static void iwl_init_context(struct iwl_priv *priv)
Zhu Yib481de92007-09-25 17:54:57 -07003052{
Wey-Yi Guyb2ea3452011-06-07 08:53:14 -07003053 int i;
Assaf Krauss1d0a0822008-03-14 10:38:48 -07003054
Johannes Berg246ed352010-08-23 10:46:32 +02003055 /*
3056 * The default context is always valid,
3057 * more may be discovered when firmware
3058 * is loaded.
3059 */
3060 priv->valid_contexts = BIT(IWL_RXON_CTX_BSS);
3061
3062 for (i = 0; i < NUM_IWL_RXON_CTX; i++)
3063 priv->contexts[i].ctxid = i;
3064
Johannes Berg763cc3b2010-09-03 06:32:21 -07003065 priv->contexts[IWL_RXON_CTX_BSS].always_active = true;
3066 priv->contexts[IWL_RXON_CTX_BSS].is_active = true;
Johannes Berg8f2d3d22010-08-23 10:46:37 +02003067 priv->contexts[IWL_RXON_CTX_BSS].rxon_cmd = REPLY_RXON;
3068 priv->contexts[IWL_RXON_CTX_BSS].rxon_timing_cmd = REPLY_RXON_TIMING;
3069 priv->contexts[IWL_RXON_CTX_BSS].rxon_assoc_cmd = REPLY_RXON_ASSOC;
Johannes Berg8dfdb9d2010-08-23 10:46:38 +02003070 priv->contexts[IWL_RXON_CTX_BSS].qos_cmd = REPLY_QOS_PARAM;
Johannes Berg2995baf2010-08-23 10:46:42 +02003071 priv->contexts[IWL_RXON_CTX_BSS].ap_sta_id = IWL_AP_ID;
Johannes Bergc10afb62010-08-23 10:46:43 +02003072 priv->contexts[IWL_RXON_CTX_BSS].wep_key_cmd = REPLY_WEPKEY;
Johannes Berge72f3682010-08-23 10:46:51 +02003073 priv->contexts[IWL_RXON_CTX_BSS].ac_to_fifo = iwlagn_bss_ac_to_fifo;
3074 priv->contexts[IWL_RXON_CTX_BSS].ac_to_queue = iwlagn_bss_ac_to_queue;
Johannes Bergd0fe4782010-08-23 10:46:58 +02003075 priv->contexts[IWL_RXON_CTX_BSS].exclusive_interface_modes =
3076 BIT(NL80211_IFTYPE_ADHOC);
3077 priv->contexts[IWL_RXON_CTX_BSS].interface_modes =
3078 BIT(NL80211_IFTYPE_STATION);
Johannes Berg2295c662010-10-23 09:15:41 -07003079 priv->contexts[IWL_RXON_CTX_BSS].ap_devtype = RXON_DEV_TYPE_AP;
Johannes Bergd0fe4782010-08-23 10:46:58 +02003080 priv->contexts[IWL_RXON_CTX_BSS].ibss_devtype = RXON_DEV_TYPE_IBSS;
3081 priv->contexts[IWL_RXON_CTX_BSS].station_devtype = RXON_DEV_TYPE_ESS;
3082 priv->contexts[IWL_RXON_CTX_BSS].unused_devtype = RXON_DEV_TYPE_ESS;
Johannes Bergece9c4e2010-08-23 10:46:49 +02003083
3084 priv->contexts[IWL_RXON_CTX_PAN].rxon_cmd = REPLY_WIPAN_RXON;
Wey-Yi Guyb2ea3452011-06-07 08:53:14 -07003085 priv->contexts[IWL_RXON_CTX_PAN].rxon_timing_cmd =
3086 REPLY_WIPAN_RXON_TIMING;
3087 priv->contexts[IWL_RXON_CTX_PAN].rxon_assoc_cmd =
3088 REPLY_WIPAN_RXON_ASSOC;
Johannes Bergece9c4e2010-08-23 10:46:49 +02003089 priv->contexts[IWL_RXON_CTX_PAN].qos_cmd = REPLY_WIPAN_QOS_PARAM;
3090 priv->contexts[IWL_RXON_CTX_PAN].ap_sta_id = IWL_AP_ID_PAN;
3091 priv->contexts[IWL_RXON_CTX_PAN].wep_key_cmd = REPLY_WIPAN_WEPKEY;
3092 priv->contexts[IWL_RXON_CTX_PAN].bcast_sta_id = IWLAGN_PAN_BCAST_ID;
3093 priv->contexts[IWL_RXON_CTX_PAN].station_flags = STA_FLG_PAN_STATION;
Johannes Berge72f3682010-08-23 10:46:51 +02003094 priv->contexts[IWL_RXON_CTX_PAN].ac_to_fifo = iwlagn_pan_ac_to_fifo;
3095 priv->contexts[IWL_RXON_CTX_PAN].ac_to_queue = iwlagn_pan_ac_to_queue;
3096 priv->contexts[IWL_RXON_CTX_PAN].mcast_queue = IWL_IPAN_MCAST_QUEUE;
Johannes Bergd0fe4782010-08-23 10:46:58 +02003097 priv->contexts[IWL_RXON_CTX_PAN].interface_modes =
3098 BIT(NL80211_IFTYPE_STATION) | BIT(NL80211_IFTYPE_AP);
Wey-Yi Guyf35c0c52011-01-13 17:09:29 -08003099#ifdef CONFIG_IWL_P2P
3100 priv->contexts[IWL_RXON_CTX_PAN].interface_modes |=
3101 BIT(NL80211_IFTYPE_P2P_CLIENT) | BIT(NL80211_IFTYPE_P2P_GO);
3102#endif
Johannes Bergd0fe4782010-08-23 10:46:58 +02003103 priv->contexts[IWL_RXON_CTX_PAN].ap_devtype = RXON_DEV_TYPE_CP;
3104 priv->contexts[IWL_RXON_CTX_PAN].station_devtype = RXON_DEV_TYPE_2STA;
3105 priv->contexts[IWL_RXON_CTX_PAN].unused_devtype = RXON_DEV_TYPE_P2P;
Johannes Bergece9c4e2010-08-23 10:46:49 +02003106
3107 BUILD_BUG_ON(NUM_IWL_RXON_CTX != 2);
Wey-Yi Guyb2ea3452011-06-07 08:53:14 -07003108}
3109
Emmanuel Grumbachd5934112011-07-11 10:48:51 +03003110int iwl_probe(struct iwl_bus *bus, struct iwl_cfg *cfg)
Wey-Yi Guyb2ea3452011-06-07 08:53:14 -07003111{
3112 int err = 0;
3113 struct iwl_priv *priv;
3114 struct ieee80211_hw *hw;
Emmanuel Grumbach084dd7912011-05-31 09:07:00 +03003115 u16 num_mac;
Wey-Yi Guyb2ea3452011-06-07 08:53:14 -07003116 u32 hw_rev;
3117
3118 /************************
3119 * 1. Allocating HW data
3120 ************************/
Wey-Yi Guyb2ea3452011-06-07 08:53:14 -07003121 hw = iwl_alloc_all(cfg);
3122 if (!hw) {
3123 err = -ENOMEM;
Emmanuel Grumbach807caf22011-06-09 02:55:55 -07003124 goto out;
3125 }
3126
Wey-Yi Guyb2ea3452011-06-07 08:53:14 -07003127 priv = hw->priv;
Emmanuel Grumbachd5934112011-07-11 10:48:51 +03003128 priv->bus = bus;
3129 bus_set_drv_data(priv->bus, priv);
Emmanuel Grumbacha48709c2011-05-31 08:22:30 +03003130
Wey-Yi Guyb2ea3452011-06-07 08:53:14 -07003131 /* At this point both hw and priv are allocated. */
Johannes Berg8f2d3d22010-08-23 10:46:37 +02003132
Emmanuel Grumbachd5934112011-07-11 10:48:51 +03003133 SET_IEEE80211_DEV(hw, priv->bus->dev);
Zhu Yib481de92007-09-25 17:54:57 -07003134
Tomas Winklere1623442009-01-27 14:27:56 -08003135 IWL_DEBUG_INFO(priv, "*** LOAD DRIVER ***\n");
Tomas Winkler82b9a122008-03-04 18:09:30 -08003136 priv->cfg = cfg;
Mohamed Abbas40cefda2009-05-22 11:01:52 -07003137 priv->inta_mask = CSR_INI_SET_MASK;
Assaf Krauss316c30d2008-03-14 10:38:46 -07003138
Emmanuel Grumbach41c50542011-07-11 08:51:04 +03003139 err = iwl_trans_register(&priv->trans, priv);
Emmanuel Grumbach34c1b7b2011-07-04 08:58:19 +03003140 if (err)
3141 goto out_free_priv;
3142
Wey-Yi Guybee008b2010-08-23 07:57:04 -07003143 /* is antenna coupling more than 35dB ? */
3144 priv->bt_ant_couple_ok =
3145 (iwlagn_ant_coupling > IWL_BT_ANTENNA_COUPLING_THRESHOLD) ?
3146 true : false;
3147
Wey-Yi Guy9f28ebc2010-11-26 13:24:19 -08003148 /* enable/disable bt channel inhibition */
Wey-Yi Guyf37837c2010-08-23 07:57:12 -07003149 priv->bt_ch_announce = iwlagn_bt_ch_announce;
Wey-Yi Guy9f28ebc2010-11-26 13:24:19 -08003150 IWL_DEBUG_INFO(priv, "BT channel inhibition is %s\n",
3151 (priv->bt_ch_announce) ? "On" : "Off");
Wey-Yi Guyf37837c2010-08-23 07:57:12 -07003152
Wey-Yi Guy20594eb2009-08-07 15:41:39 -07003153 if (iwl_alloc_traffic_mem(priv))
3154 IWL_ERR(priv, "Not enough memory to generate traffic log\n");
Zhu Yib481de92007-09-25 17:54:57 -07003155
Reinette Chatre731a29b2009-12-14 14:12:11 -08003156 /* these spin locks will be used in apm_ops.init and EEPROM access
Mohamed Abbasa8b50a02009-05-22 11:01:47 -07003157 * we should init now
3158 */
3159 spin_lock_init(&priv->reg_lock);
Reinette Chatre731a29b2009-12-14 14:12:11 -08003160 spin_lock_init(&priv->lock);
Reinette Chatre4843b5a2010-02-03 09:38:59 -08003161
3162 /*
3163 * stop and reset the on-board processor just in case it is in a
3164 * strange state ... like being left stranded by a primary kernel
3165 * and this is now the kdump kernel trying to start up
3166 */
3167 iwl_write32(priv, CSR_RESET, CSR_RESET_REG_FLAG_NEVO_RESET);
3168
Emmanuel Grumbach084dd7912011-05-31 09:07:00 +03003169 /***********************
3170 * 3. Read REV register
3171 ***********************/
Johannes Berge98a1302011-04-05 09:42:08 -07003172 hw_rev = iwl_hw_detect(priv);
Shanyu Zhaoc11362c2010-03-05 17:05:20 -08003173 IWL_INFO(priv, "Detected %s, REV=0x%X\n",
Johannes Berge98a1302011-04-05 09:42:08 -07003174 priv->cfg->name, hw_rev);
Assaf Krauss316c30d2008-03-14 10:38:46 -07003175
Emmanuel Grumbach41c50542011-07-11 08:51:04 +03003176 if (trans_prepare_card_hw(&priv->trans)) {
Emmanuel Grumbachbcd4fe22011-06-09 02:55:54 -07003177 err = -EIO;
Mohamed Abbas086ed112009-05-22 11:01:54 -07003178 IWL_WARN(priv, "Failed, HW not ready\n");
Emmanuel Grumbach084dd7912011-05-31 09:07:00 +03003179 goto out_free_traffic_mem;
Mohamed Abbas086ed112009-05-22 11:01:54 -07003180 }
3181
Assaf Krauss316c30d2008-03-14 10:38:46 -07003182 /*****************
3183 * 4. Read EEPROM
3184 *****************/
Assaf Krauss316c30d2008-03-14 10:38:46 -07003185 /* Read the EEPROM */
Johannes Berge98a1302011-04-05 09:42:08 -07003186 err = iwl_eeprom_init(priv, hw_rev);
Assaf Krauss316c30d2008-03-14 10:38:46 -07003187 if (err) {
Winkler, Tomas15b16872008-12-19 10:37:33 +08003188 IWL_ERR(priv, "Unable to init EEPROM\n");
Emmanuel Grumbach084dd7912011-05-31 09:07:00 +03003189 goto out_free_traffic_mem;
Assaf Krauss316c30d2008-03-14 10:38:46 -07003190 }
Tomas Winkler8614f362008-04-23 17:14:55 -07003191 err = iwl_eeprom_check_version(priv);
3192 if (err)
Reinette Chatrec8f16132009-02-27 16:21:22 -08003193 goto out_free_eeprom;
Tomas Winkler8614f362008-04-23 17:14:55 -07003194
Wey-Yi Guy21a5b3c2010-11-10 13:32:59 -08003195 err = iwl_eeprom_check_sku(priv);
3196 if (err)
3197 goto out_free_eeprom;
3198
Ron Rindjunsky02883012008-05-15 13:53:53 +08003199 /* extract MAC Address */
Wey-Yi Guyc6fa17e2010-07-15 05:58:30 -07003200 iwl_eeprom_get_mac(priv, priv->addresses[0].addr);
3201 IWL_DEBUG_INFO(priv, "MAC address: %pM\n", priv->addresses[0].addr);
3202 priv->hw->wiphy->addresses = priv->addresses;
3203 priv->hw->wiphy->n_addresses = 1;
3204 num_mac = iwl_eeprom_query16(priv, EEPROM_NUM_MAC_ADDRESS);
3205 if (num_mac > 1) {
3206 memcpy(priv->addresses[1].addr, priv->addresses[0].addr,
3207 ETH_ALEN);
3208 priv->addresses[1].addr[5]++;
3209 priv->hw->wiphy->n_addresses++;
3210 }
Assaf Krauss316c30d2008-03-14 10:38:46 -07003211
Wey-Yi Guyb2ea3452011-06-07 08:53:14 -07003212 /* initialize all valid contexts */
3213 iwl_init_context(priv);
3214
Assaf Krauss316c30d2008-03-14 10:38:46 -07003215 /************************
3216 * 5. Setup HW constants
3217 ************************/
Ron Rindjunskyda154e302008-06-30 17:23:20 +08003218 if (iwl_set_hw_params(priv)) {
Emmanuel Grumbach084dd7912011-05-31 09:07:00 +03003219 err = -ENOENT;
Winkler, Tomas15b16872008-12-19 10:37:33 +08003220 IWL_ERR(priv, "failed to set hw parameters\n");
Tomas Winkler073d3f52008-04-21 15:41:52 -07003221 goto out_free_eeprom;
Assaf Krauss316c30d2008-03-14 10:38:46 -07003222 }
3223
3224 /*******************
Tomas Winkler6ba87952008-05-15 13:54:17 +08003225 * 6. Setup priv
Assaf Krauss316c30d2008-03-14 10:38:46 -07003226 *******************/
Zhu Yib481de92007-09-25 17:54:57 -07003227
Tomas Winkler6ba87952008-05-15 13:54:17 +08003228 err = iwl_init_drv(priv);
Assaf Kraussbf85ea42008-03-14 10:38:49 -07003229 if (err)
Ron Rindjunsky399f4902008-04-23 17:14:56 -07003230 goto out_free_eeprom;
Assaf Kraussbf85ea42008-03-14 10:38:49 -07003231 /* At this point both hw and priv are initialized. */
Assaf Krauss316c30d2008-03-14 10:38:46 -07003232
Assaf Krauss316c30d2008-03-14 10:38:46 -07003233 /********************
Abhijeet Kolekar09f9bf72009-04-20 14:37:03 -07003234 * 7. Setup services
Assaf Krauss316c30d2008-03-14 10:38:46 -07003235 ********************/
Emmanuel Grumbach4e393172008-06-12 09:46:53 +08003236 iwl_setup_deferred_work(priv);
Emmanuel Grumbach653fa4a2008-06-30 17:23:11 +08003237 iwl_setup_rx_handlers(priv);
Cindy H. Kao4613e722011-05-06 10:40:15 -07003238 iwl_testmode_init(priv);
Assaf Krauss316c30d2008-03-14 10:38:46 -07003239
Johannes Berg158bea02010-01-22 14:22:53 -08003240 /*********************************************
Emmanuel Grumbach084dd7912011-05-31 09:07:00 +03003241 * 8. Enable interrupts
Johannes Berg158bea02010-01-22 14:22:53 -08003242 *********************************************/
Tomas Winkler6ba87952008-05-15 13:54:17 +08003243
Stanislaw Gruszka554d1d02010-12-23 12:38:21 +01003244 iwl_enable_rfkill_int(priv);
Helmut Schaa6cd0b1c2009-01-19 13:10:07 +01003245
Helmut Schaa6cd0b1c2009-01-19 13:10:07 +01003246 /* If platform's RF_KILL switch is NOT set to KILL */
3247 if (iwl_read32(priv, CSR_GP_CNTRL) & CSR_GP_CNTRL_REG_FLAG_HW_RF_KILL_SW)
3248 clear_bit(STATUS_RF_KILL_HW, &priv->status);
3249 else
3250 set_bit(STATUS_RF_KILL_HW, &priv->status);
Tomas Winkler6ba87952008-05-15 13:54:17 +08003251
Johannes Berga60e77e2009-06-04 18:26:06 +02003252 wiphy_rfkill_set_hw_state(priv->hw->wiphy,
3253 test_bit(STATUS_RF_KILL_HW, &priv->status));
Helmut Schaa6cd0b1c2009-01-19 13:10:07 +01003254
Emmanuel Grumbach58d0f362008-06-12 09:47:19 +08003255 iwl_power_initialize(priv);
Wey-Yi Guy39b73fb12009-07-24 11:13:02 -07003256 iwl_tt_initialize(priv);
Johannes Berg158bea02010-01-22 14:22:53 -08003257
Wey-Yi Guy898ed672011-07-13 08:38:57 -07003258 init_completion(&priv->firmware_loading_complete);
Johannes Berg562db532010-04-29 07:41:53 -07003259
Johannes Bergb08dfd02010-01-29 11:54:56 -08003260 err = iwl_request_firmware(priv, true);
Johannes Berg158bea02010-01-22 14:22:53 -08003261 if (err)
Emmanuel Grumbach7d476182010-05-23 00:14:08 -07003262 goto out_destroy_workqueue;
Johannes Berg158bea02010-01-22 14:22:53 -08003263
Zhu Yib481de92007-09-25 17:54:57 -07003264 return 0;
3265
Emmanuel Grumbach34c1b7b2011-07-04 08:58:19 +03003266out_destroy_workqueue:
Reinette Chatrec8f16132009-02-27 16:21:22 -08003267 destroy_workqueue(priv->workqueue);
3268 priv->workqueue = NULL;
Tomas Winkler6ba87952008-05-15 13:54:17 +08003269 iwl_uninit_drv(priv);
Emmanuel Grumbach34c1b7b2011-07-04 08:58:19 +03003270out_free_eeprom:
Tomas Winkler073d3f52008-04-21 15:41:52 -07003271 iwl_eeprom_free(priv);
Emmanuel Grumbach34c1b7b2011-07-04 08:58:19 +03003272out_free_traffic_mem:
Wey-Yi Guy20594eb2009-08-07 15:41:39 -07003273 iwl_free_traffic_mem(priv);
Emmanuel Grumbach41c50542011-07-11 08:51:04 +03003274 trans_free(&priv->trans);
Emmanuel Grumbach34c1b7b2011-07-04 08:58:19 +03003275out_free_priv:
Wey-Yi Guyd7c76f42009-10-09 13:20:17 -07003276 ieee80211_free_hw(priv->hw);
Emmanuel Grumbach34c1b7b2011-07-04 08:58:19 +03003277out:
Zhu Yib481de92007-09-25 17:54:57 -07003278 return err;
3279}
3280
Emmanuel Grumbacha48709c2011-05-31 08:22:30 +03003281void __devexit iwl_remove(struct iwl_priv * priv)
Zhu Yib481de92007-09-25 17:54:57 -07003282{
Mohamed Abbas0359fac2008-03-28 16:21:08 -07003283 unsigned long flags;
Zhu Yib481de92007-09-25 17:54:57 -07003284
Wey-Yi Guy898ed672011-07-13 08:38:57 -07003285 wait_for_completion(&priv->firmware_loading_complete);
Johannes Berg562db532010-04-29 07:41:53 -07003286
Tomas Winklere1623442009-01-27 14:27:56 -08003287 IWL_DEBUG_INFO(priv, "*** UNLOAD DRIVER ***\n");
Zhu Yib481de92007-09-25 17:54:57 -07003288
Emmanuel Grumbach67249622008-05-29 16:35:26 +08003289 iwl_dbgfs_unregister(priv);
Emmanuel Grumbachd5934112011-07-11 10:48:51 +03003290 sysfs_remove_group(&priv->bus->dev->kobj,
Emmanuel Grumbach3599d392011-05-31 08:52:10 +03003291 &iwl_attribute_group);
Emmanuel Grumbach67249622008-05-29 16:35:26 +08003292
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07003293 /* ieee80211_unregister_hw call wil cause iwl_mac_stop to
3294 * to be called and iwl_down since we are removing the device
Gregory Greenman0b124c32008-09-03 11:18:50 +08003295 * we need to set STATUS_EXIT_PENDING bit.
3296 */
3297 set_bit(STATUS_EXIT_PENDING, &priv->status);
Wey-Yi Guy5ed540a2011-01-21 15:26:39 -08003298
Wey-Yi Guy7a4e5282011-05-06 10:21:28 -07003299 iwl_testmode_cleanup(priv);
Wey-Yi Guy5ed540a2011-01-21 15:26:39 -08003300 iwl_leds_exit(priv);
3301
Ron Rindjunskyc4f55232008-03-28 16:21:10 -07003302 if (priv->mac80211_registered) {
3303 ieee80211_unregister_hw(priv->hw);
3304 priv->mac80211_registered = 0;
3305 }
3306
Johannes Berg1a10f432011-04-13 03:14:44 -07003307 /* Reset to low power before unloading driver. */
Johannes Berg14e8e4a2010-09-22 18:02:10 +02003308 iwl_apm_stop(priv);
Ben Cahillc166b252009-10-23 13:42:35 -07003309
Wey-Yi Guy39b73fb12009-07-24 11:13:02 -07003310 iwl_tt_exit(priv);
3311
Mohamed Abbas0359fac2008-03-28 16:21:08 -07003312 /* make sure we flush any pending irq or
3313 * tasklet for the driver
3314 */
3315 spin_lock_irqsave(&priv->lock, flags);
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07003316 iwl_disable_interrupts(priv);
Mohamed Abbas0359fac2008-03-28 16:21:08 -07003317 spin_unlock_irqrestore(&priv->lock, flags);
3318
Emmanuel Grumbach41c50542011-07-11 08:51:04 +03003319 trans_sync_irq(&priv->trans);
Mohamed Abbas0359fac2008-03-28 16:21:08 -07003320
Emmanuel Grumbach3599d392011-05-31 08:52:10 +03003321 iwl_dealloc_ucode(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003322
Emmanuel Grumbach41c50542011-07-11 08:51:04 +03003323 trans_rx_free(&priv->trans);
3324 trans_tx_free(&priv->trans);
Zhu Yib481de92007-09-25 17:54:57 -07003325
Tomas Winkler073d3f52008-04-21 15:41:52 -07003326 iwl_eeprom_free(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003327
Mohamed Abbas948c1712007-10-25 17:15:45 +08003328 /*netif_stop_queue(dev); */
3329 flush_workqueue(priv->workqueue);
3330
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07003331 /* ieee80211_unregister_hw calls iwl_mac_stop, which flushes
Zhu Yib481de92007-09-25 17:54:57 -07003332 * priv->workqueue... so we can't take down the workqueue
3333 * until now... */
3334 destroy_workqueue(priv->workqueue);
3335 priv->workqueue = NULL;
Wey-Yi Guy20594eb2009-08-07 15:41:39 -07003336 iwl_free_traffic_mem(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003337
Emmanuel Grumbach41c50542011-07-11 08:51:04 +03003338 trans_free(&priv->trans);
Emmanuel Grumbach34c1b7b2011-07-04 08:58:19 +03003339
Emmanuel Grumbachd5934112011-07-11 10:48:51 +03003340 bus_set_drv_data(priv->bus, NULL);
Zhu Yib481de92007-09-25 17:54:57 -07003341
Tomas Winkler6ba87952008-05-15 13:54:17 +08003342 iwl_uninit_drv(priv);
Zhu Yib481de92007-09-25 17:54:57 -07003343
Johannes Berg77834542010-10-04 05:50:36 -07003344 dev_kfree_skb(priv->beacon_skb);
Zhu Yib481de92007-09-25 17:54:57 -07003345
3346 ieee80211_free_hw(priv->hw);
3347}
3348
Zhu Yib481de92007-09-25 17:54:57 -07003349
3350/*****************************************************************************
3351 *
3352 * driver and module entry point
3353 *
3354 *****************************************************************************/
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07003355static int __init iwl_init(void)
Zhu Yib481de92007-09-25 17:54:57 -07003356{
3357
3358 int ret;
Joe Perchesc96c31e2010-07-26 14:39:58 -07003359 pr_info(DRV_DESCRIPTION ", " DRV_VERSION "\n");
3360 pr_info(DRV_COPYRIGHT "\n");
Reinette Chatre897e1cf2008-03-28 16:21:09 -07003361
Tomas Winklere227cea2008-07-18 13:53:05 +08003362 ret = iwlagn_rate_control_register();
Reinette Chatre897e1cf2008-03-28 16:21:09 -07003363 if (ret) {
Joe Perchesc96c31e2010-07-26 14:39:58 -07003364 pr_err("Unable to register rate control algorithm: %d\n", ret);
Reinette Chatre897e1cf2008-03-28 16:21:09 -07003365 return ret;
3366 }
3367
Emmanuel Grumbach48d1a212011-05-24 11:39:02 +03003368 ret = iwl_pci_register_driver();
Zhu Yib481de92007-09-25 17:54:57 -07003369
Emmanuel Grumbach48d1a212011-05-24 11:39:02 +03003370 if (ret)
3371 goto error_register;
Zhu Yib481de92007-09-25 17:54:57 -07003372 return ret;
Reinette Chatre897e1cf2008-03-28 16:21:09 -07003373
Reinette Chatre897e1cf2008-03-28 16:21:09 -07003374error_register:
Tomas Winklere227cea2008-07-18 13:53:05 +08003375 iwlagn_rate_control_unregister();
Reinette Chatre897e1cf2008-03-28 16:21:09 -07003376 return ret;
Zhu Yib481de92007-09-25 17:54:57 -07003377}
3378
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07003379static void __exit iwl_exit(void)
Zhu Yib481de92007-09-25 17:54:57 -07003380{
Emmanuel Grumbach48d1a212011-05-24 11:39:02 +03003381 iwl_pci_unregister_driver();
Tomas Winklere227cea2008-07-18 13:53:05 +08003382 iwlagn_rate_control_unregister();
Zhu Yib481de92007-09-25 17:54:57 -07003383}
3384
Emmanuel Grumbach5b9f8cd2008-10-29 14:05:46 -07003385module_exit(iwl_exit);
3386module_init(iwl_init);
Reinette Chatrea562a9d2009-07-17 09:30:24 -07003387
3388#ifdef CONFIG_IWLWIFI_DEBUG
Wey-Yi Guy4e30cb62009-09-17 10:43:47 -07003389module_param_named(debug, iwl_debug_level, uint, S_IRUGO | S_IWUSR);
Reinette Chatrea562a9d2009-07-17 09:30:24 -07003390MODULE_PARM_DESC(debug, "debug output mask");
3391#endif
3392
Wey-Yi Guy2b068612010-03-22 09:17:39 -07003393module_param_named(swcrypto, iwlagn_mod_params.sw_crypto, int, S_IRUGO);
3394MODULE_PARM_DESC(swcrypto, "using crypto in software (default 0 [hardware])");
Wey-Yi Guy2b068612010-03-22 09:17:39 -07003395module_param_named(queues_num, iwlagn_mod_params.num_of_queues, int, S_IRUGO);
3396MODULE_PARM_DESC(queues_num, "number of hw queues.");
Wey-Yi Guy2b068612010-03-22 09:17:39 -07003397module_param_named(11n_disable, iwlagn_mod_params.disable_11n, int, S_IRUGO);
3398MODULE_PARM_DESC(11n_disable, "disable 11n functionality");
Wey-Yi Guy2b068612010-03-22 09:17:39 -07003399module_param_named(amsdu_size_8K, iwlagn_mod_params.amsdu_size_8K,
3400 int, S_IRUGO);
3401MODULE_PARM_DESC(amsdu_size_8K, "enable 8K amsdu size");
Wey-Yi Guy2b068612010-03-22 09:17:39 -07003402module_param_named(fw_restart, iwlagn_mod_params.restart_fw, int, S_IRUGO);
3403MODULE_PARM_DESC(fw_restart, "restart firmware in case of error");
Johannes Bergdd7a2502010-04-28 23:33:10 -07003404
3405module_param_named(ucode_alternative, iwlagn_wanted_ucode_alternative, int,
3406 S_IRUGO);
3407MODULE_PARM_DESC(ucode_alternative,
3408 "specify ucode alternative to use from ucode file");
Wey-Yi Guybee008b2010-08-23 07:57:04 -07003409
3410module_param_named(antenna_coupling, iwlagn_ant_coupling, int, S_IRUGO);
3411MODULE_PARM_DESC(antenna_coupling,
3412 "specify antenna coupling in dB (defualt: 0 dB)");
Wey-Yi Guyf37837c2010-08-23 07:57:12 -07003413
Wey-Yi Guy9f28ebc2010-11-26 13:24:19 -08003414module_param_named(bt_ch_inhibition, iwlagn_bt_ch_announce, bool, S_IRUGO);
3415MODULE_PARM_DESC(bt_ch_inhibition,
3416 "Disable BT channel inhibition (default: enable)");
Stanislaw Gruszkab7977ff2011-02-28 14:33:15 +01003417
3418module_param_named(plcp_check, iwlagn_mod_params.plcp_check, bool, S_IRUGO);
3419MODULE_PARM_DESC(plcp_check, "Check plcp health (default: 1 [enabled])");
3420
3421module_param_named(ack_check, iwlagn_mod_params.ack_check, bool, S_IRUGO);
3422MODULE_PARM_DESC(ack_check, "Check ack health (default: 0 [disabled])");
Wey-Yi Guyb60eec92011-06-03 13:52:38 -07003423
Wey-Yi Guy300d0832011-06-25 09:17:41 -07003424module_param_named(wd_disable, iwlagn_mod_params.wd_disable, bool, S_IRUGO);
3425MODULE_PARM_DESC(wd_disable,
3426 "Disable stuck queue watchdog timer (default: 0 [enabled])");
3427
Wey-Yi Guyb60eec92011-06-03 13:52:38 -07003428/*
3429 * set bt_coex_active to true, uCode will do kill/defer
3430 * every time the priority line is asserted (BT is sending signals on the
3431 * priority line in the PCIx).
3432 * set bt_coex_active to false, uCode will ignore the BT activity and
3433 * perform the normal operation
3434 *
3435 * User might experience transmit issue on some platform due to WiFi/BT
3436 * co-exist problem. The possible behaviors are:
3437 * Able to scan and finding all the available AP
3438 * Not able to associate with any AP
3439 * On those platforms, WiFi communication can be restored by set
3440 * "bt_coex_active" module parameter to "false"
3441 *
3442 * default: bt_coex_active = true (BT_COEX_ENABLE)
3443 */
3444module_param_named(bt_coex_active, iwlagn_mod_params.bt_coex_active,
3445 bool, S_IRUGO);
3446MODULE_PARM_DESC(bt_coex_active, "enable wifi/bt co-exist (default: enable)");
Wey-Yi Guy6b0184c2011-06-03 13:52:39 -07003447
3448module_param_named(led_mode, iwlagn_mod_params.led_mode, int, S_IRUGO);
3449MODULE_PARM_DESC(led_mode, "0=system default, "
3450 "1=On(RF On)/Off(RF Off), 2=blinking (default: 0)");
Wey-Yi Guy3f1e5f42011-06-03 13:52:40 -07003451
Wey-Yi Guy0172b022011-06-11 10:00:05 -07003452module_param_named(power_save, iwlagn_mod_params.power_save,
3453 bool, S_IRUGO);
3454MODULE_PARM_DESC(power_save,
3455 "enable WiFi power management (default: disable)");
3456
Wey-Yi Guyf7538162011-06-11 10:00:06 -07003457module_param_named(power_level, iwlagn_mod_params.power_level,
3458 int, S_IRUGO);
3459MODULE_PARM_DESC(power_level,
3460 "default power save level (range from 1 - 5, default: 1)");
3461
Wey-Yi Guy3f1e5f42011-06-03 13:52:40 -07003462/*
3463 * For now, keep using power level 1 instead of automatically
3464 * adjusting ...
3465 */
3466module_param_named(no_sleep_autoadjust, iwlagn_mod_params.no_sleep_autoadjust,
3467 bool, S_IRUGO);
3468MODULE_PARM_DESC(no_sleep_autoadjust,
3469 "don't automatically adjust sleep level "
3470 "according to maximum network latency (default: true)");