iwlwifi: remember the last uCode sysassert error code
[deliverable/linux.git] / drivers / net / wireless / iwlwifi / iwl-agn.c
CommitLineData
b481de9c
ZY
1/******************************************************************************
2 *
1f447808 3 * Copyright(c) 2003 - 2010 Intel Corporation. All rights reserved.
b481de9c
ZY
4 *
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:
759ef89f 25 * Intel Linux Wireless <ilw@linux.intel.com>
b481de9c
ZY
26 * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
27 *
28 *****************************************************************************/
29
c96c31e4
JP
30#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
31
b481de9c
ZY
32#include <linux/kernel.h>
33#include <linux/module.h>
b481de9c
ZY
34#include <linux/init.h>
35#include <linux/pci.h>
1a7123cd 36#include <linux/pci-aspm.h>
5a0e3ad6 37#include <linux/slab.h>
b481de9c
ZY
38#include <linux/dma-mapping.h>
39#include <linux/delay.h>
d43c36dc 40#include <linux/sched.h>
b481de9c
ZY
41#include <linux/skbuff.h>
42#include <linux/netdevice.h>
43#include <linux/wireless.h>
44#include <linux/firmware.h>
b481de9c
ZY
45#include <linux/etherdevice.h>
46#include <linux/if_arp.h>
47
b481de9c
ZY
48#include <net/mac80211.h>
49
50#include <asm/div64.h>
51
a3139c59
SO
52#define DRV_NAME "iwlagn"
53
6bc913bd 54#include "iwl-eeprom.h"
3e0d4cb1 55#include "iwl-dev.h"
fee1247a 56#include "iwl-core.h"
3395f6e9 57#include "iwl-io.h"
b481de9c 58#include "iwl-helpers.h"
6974e363 59#include "iwl-sta.h"
f0832f13 60#include "iwl-calib.h"
a1175124 61#include "iwl-agn.h"
b481de9c 62
416e1438 63
b481de9c
ZY
64/******************************************************************************
65 *
66 * module boiler plate
67 *
68 ******************************************************************************/
69
b481de9c
ZY
70/*
71 * module name, copyright, version, etc.
b481de9c 72 */
d783b061 73#define DRV_DESCRIPTION "Intel(R) Wireless WiFi Link AGN driver for Linux"
b481de9c 74
0a6857e7 75#ifdef CONFIG_IWLWIFI_DEBUG
b481de9c
ZY
76#define VD "d"
77#else
78#define VD
79#endif
80
81963d68 81#define DRV_VERSION IWLWIFI_VERSION VD
b481de9c 82
b481de9c
ZY
83
84MODULE_DESCRIPTION(DRV_DESCRIPTION);
85MODULE_VERSION(DRV_VERSION);
a7b75207 86MODULE_AUTHOR(DRV_COPYRIGHT " " DRV_AUTHOR);
b481de9c 87MODULE_LICENSE("GPL");
4fc22b21 88MODULE_ALIAS("iwl4965");
b481de9c 89
bee008b7 90static int iwlagn_ant_coupling;
f37837c9 91static bool iwlagn_bt_ch_announce = 1;
bee008b7 92
b481de9c 93/**
5b9f8cd3 94 * iwl_commit_rxon - commit staging_rxon to hardware
b481de9c 95 *
01ebd063 96 * The RXON command in staging_rxon is committed to the hardware and
b481de9c
ZY
97 * the active_rxon structure is updated with the new data. This
98 * function correctly transitions out of the RXON_ASSOC_MSK state if
99 * a HW tune is required based on the RXON structure changes.
100 */
246ed355 101int iwl_commit_rxon(struct iwl_priv *priv, struct iwl_rxon_context *ctx)
b481de9c
ZY
102{
103 /* cast away the const for active_rxon in this function */
246ed355 104 struct iwl_rxon_cmd *active_rxon = (void *)&ctx->active;
43d59b32
EG
105 int ret;
106 bool new_assoc =
246ed355 107 !!(ctx->staging.filter_flags & RXON_FILTER_ASSOC_MSK);
b01efe43 108 bool old_assoc = !!(ctx->active.filter_flags & RXON_FILTER_ASSOC_MSK);
b481de9c 109
fee1247a 110 if (!iwl_is_alive(priv))
43d59b32 111 return -EBUSY;
b481de9c
ZY
112
113 /* always get timestamp with Rx frame */
246ed355 114 ctx->staging.flags |= RXON_FLG_TSF2HOST_MSK;
b481de9c 115
246ed355 116 ret = iwl_check_rxon_cmd(priv, ctx);
43d59b32 117 if (ret) {
15b1687c 118 IWL_ERR(priv, "Invalid RXON configuration. Not committing.\n");
b481de9c
ZY
119 return -EINVAL;
120 }
121
0924e519
WYG
122 /*
123 * receive commit_rxon request
124 * abort any previous channel switch if still in process
125 */
126 if (priv->switch_rxon.switch_in_progress &&
246ed355 127 (priv->switch_rxon.channel != ctx->staging.channel)) {
0924e519
WYG
128 IWL_DEBUG_11H(priv, "abort channel switch on %d\n",
129 le16_to_cpu(priv->switch_rxon.channel));
79d07325 130 iwl_chswitch_done(priv, false);
0924e519
WYG
131 }
132
b481de9c 133 /* If we don't need to send a full RXON, we can use
5b9f8cd3 134 * iwl_rxon_assoc_cmd which is used to reconfigure filter
b481de9c 135 * and other flags for the current radio configuration. */
246ed355
JB
136 if (!iwl_full_rxon_required(priv, ctx)) {
137 ret = iwl_send_rxon_assoc(priv, ctx);
43d59b32 138 if (ret) {
15b1687c 139 IWL_ERR(priv, "Error setting RXON_ASSOC (%d)\n", ret);
43d59b32 140 return ret;
b481de9c
ZY
141 }
142
246ed355
JB
143 memcpy(active_rxon, &ctx->staging, sizeof(*active_rxon));
144 iwl_print_rx_config_cmd(priv, ctx);
b481de9c
ZY
145 return 0;
146 }
147
b481de9c
ZY
148 /* If we are currently associated and the new config requires
149 * an RXON_ASSOC and the new config wants the associated mask enabled,
150 * we must clear the associated from the active configuration
151 * before we apply the new config */
246ed355 152 if (iwl_is_associated_ctx(ctx) && new_assoc) {
e1623446 153 IWL_DEBUG_INFO(priv, "Toggling associated bit on current RXON\n");
b481de9c
ZY
154 active_rxon->filter_flags &= ~RXON_FILTER_ASSOC_MSK;
155
8f2d3d2a 156 ret = iwl_send_cmd_pdu(priv, ctx->rxon_cmd,
246ed355
JB
157 sizeof(struct iwl_rxon_cmd),
158 active_rxon);
b481de9c
ZY
159
160 /* If the mask clearing failed then we set
161 * active_rxon back to what it was previously */
43d59b32 162 if (ret) {
b481de9c 163 active_rxon->filter_flags |= RXON_FILTER_ASSOC_MSK;
15b1687c 164 IWL_ERR(priv, "Error clearing ASSOC_MSK (%d)\n", ret);
43d59b32 165 return ret;
b481de9c 166 }
dcef732c
JB
167 iwl_clear_ucode_stations(priv, ctx);
168 iwl_restore_stations(priv, ctx);
c10afb6e 169 ret = iwl_restore_default_wep_keys(priv, ctx);
335348b1
JB
170 if (ret) {
171 IWL_ERR(priv, "Failed to restore WEP keys (%d)\n", ret);
172 return ret;
173 }
b481de9c
ZY
174 }
175
e1623446 176 IWL_DEBUG_INFO(priv, "Sending RXON\n"
b481de9c
ZY
177 "* with%s RXON_FILTER_ASSOC_MSK\n"
178 "* channel = %d\n"
e174961c 179 "* bssid = %pM\n",
43d59b32 180 (new_assoc ? "" : "out"),
246ed355
JB
181 le16_to_cpu(ctx->staging.channel),
182 ctx->staging.bssid_addr);
b481de9c 183
246ed355 184 iwl_set_rxon_hwcrypto(priv, ctx, !priv->cfg->mod_params->sw_crypto);
43d59b32 185
b01efe43 186 if (!old_assoc) {
2491fa42
JB
187 /*
188 * First of all, before setting associated, we need to
189 * send RXON timing so the device knows about the DTIM
190 * period and other timing values
191 */
47313e34 192 ret = iwl_send_rxon_timing(priv, ctx);
2491fa42
JB
193 if (ret) {
194 IWL_ERR(priv, "Error setting RXON timing!\n");
195 return ret;
196 }
197 }
198
52a02d15
JB
199 if (priv->cfg->ops->hcmd->set_pan_params) {
200 ret = priv->cfg->ops->hcmd->set_pan_params(priv);
201 if (ret)
202 return ret;
203 }
204
43d59b32 205 /* Apply the new configuration
7e246191
RC
206 * RXON unassoc clears the station table in uCode so restoration of
207 * stations is needed after it (the RXON command) completes
43d59b32
EG
208 */
209 if (!new_assoc) {
8f2d3d2a 210 ret = iwl_send_cmd_pdu(priv, ctx->rxon_cmd,
246ed355 211 sizeof(struct iwl_rxon_cmd), &ctx->staging);
43d59b32 212 if (ret) {
15b1687c 213 IWL_ERR(priv, "Error setting new RXON (%d)\n", ret);
43d59b32
EG
214 return ret;
215 }
91dd6c27 216 IWL_DEBUG_INFO(priv, "Return from !new_assoc RXON.\n");
246ed355 217 memcpy(active_rxon, &ctx->staging, sizeof(*active_rxon));
dcef732c
JB
218 iwl_clear_ucode_stations(priv, ctx);
219 iwl_restore_stations(priv, ctx);
c10afb6e 220 ret = iwl_restore_default_wep_keys(priv, ctx);
335348b1
JB
221 if (ret) {
222 IWL_ERR(priv, "Failed to restore WEP keys (%d)\n", ret);
223 return ret;
224 }
b481de9c
ZY
225 }
226
19cc1087 227 priv->start_calib = 0;
9185159d 228 if (new_assoc) {
43d59b32
EG
229 /* Apply the new configuration
230 * RXON assoc doesn't clear the station table in uCode,
231 */
8f2d3d2a 232 ret = iwl_send_cmd_pdu(priv, ctx->rxon_cmd,
246ed355 233 sizeof(struct iwl_rxon_cmd), &ctx->staging);
43d59b32 234 if (ret) {
15b1687c 235 IWL_ERR(priv, "Error setting new RXON (%d)\n", ret);
43d59b32
EG
236 return ret;
237 }
246ed355 238 memcpy(active_rxon, &ctx->staging, sizeof(*active_rxon));
b481de9c 239 }
246ed355 240 iwl_print_rx_config_cmd(priv, ctx);
b481de9c 241
36da7d70
ZY
242 iwl_init_sensitivity(priv);
243
244 /* If we issue a new RXON command which required a tune then we must
245 * send a new TXPOWER command or we won't be able to Tx any frames */
246 ret = iwl_set_tx_power(priv, priv->tx_power_user_lmt, true);
247 if (ret) {
15b1687c 248 IWL_ERR(priv, "Error sending TX power (%d)\n", ret);
36da7d70
ZY
249 return ret;
250 }
251
b481de9c
ZY
252 return 0;
253}
254
5b9f8cd3 255void iwl_update_chain_flags(struct iwl_priv *priv)
5da4b55f 256{
246ed355 257 struct iwl_rxon_context *ctx;
5da4b55f 258
246ed355
JB
259 if (priv->cfg->ops->hcmd->set_rxon_chain) {
260 for_each_context(priv, ctx) {
261 priv->cfg->ops->hcmd->set_rxon_chain(priv, ctx);
262 iwlcore_commit_rxon(priv, ctx);
263 }
264 }
5da4b55f
MA
265}
266
fcab423d 267static void iwl_clear_free_frames(struct iwl_priv *priv)
b481de9c
ZY
268{
269 struct list_head *element;
270
e1623446 271 IWL_DEBUG_INFO(priv, "%d frames on pre-allocated heap on clear.\n",
b481de9c
ZY
272 priv->frames_count);
273
274 while (!list_empty(&priv->free_frames)) {
275 element = priv->free_frames.next;
276 list_del(element);
fcab423d 277 kfree(list_entry(element, struct iwl_frame, list));
b481de9c
ZY
278 priv->frames_count--;
279 }
280
281 if (priv->frames_count) {
39aadf8c 282 IWL_WARN(priv, "%d frames still in use. Did we lose one?\n",
b481de9c
ZY
283 priv->frames_count);
284 priv->frames_count = 0;
285 }
286}
287
fcab423d 288static struct iwl_frame *iwl_get_free_frame(struct iwl_priv *priv)
b481de9c 289{
fcab423d 290 struct iwl_frame *frame;
b481de9c
ZY
291 struct list_head *element;
292 if (list_empty(&priv->free_frames)) {
293 frame = kzalloc(sizeof(*frame), GFP_KERNEL);
294 if (!frame) {
15b1687c 295 IWL_ERR(priv, "Could not allocate frame!\n");
b481de9c
ZY
296 return NULL;
297 }
298
299 priv->frames_count++;
300 return frame;
301 }
302
303 element = priv->free_frames.next;
304 list_del(element);
fcab423d 305 return list_entry(element, struct iwl_frame, list);
b481de9c
ZY
306}
307
fcab423d 308static void iwl_free_frame(struct iwl_priv *priv, struct iwl_frame *frame)
b481de9c
ZY
309{
310 memset(frame, 0, sizeof(*frame));
311 list_add(&frame->list, &priv->free_frames);
312}
313
47ff65c4 314static u32 iwl_fill_beacon_frame(struct iwl_priv *priv,
4bf64efd 315 struct ieee80211_hdr *hdr,
73ec1cc2 316 int left)
b481de9c 317{
6abbe554 318 if (!priv->ibss_beacon)
b481de9c
ZY
319 return 0;
320
321 if (priv->ibss_beacon->len > left)
322 return 0;
323
324 memcpy(hdr, priv->ibss_beacon->data, priv->ibss_beacon->len);
325
326 return priv->ibss_beacon->len;
327}
328
47ff65c4
DH
329/* Parse the beacon frame to find the TIM element and set tim_idx & tim_size */
330static void iwl_set_beacon_tim(struct iwl_priv *priv,
331 struct iwl_tx_beacon_cmd *tx_beacon_cmd,
332 u8 *beacon, u32 frame_size)
333{
334 u16 tim_idx;
335 struct ieee80211_mgmt *mgmt = (struct ieee80211_mgmt *)beacon;
336
337 /*
338 * The index is relative to frame start but we start looking at the
339 * variable-length part of the beacon.
340 */
341 tim_idx = mgmt->u.beacon.variable - beacon;
342
343 /* Parse variable-length elements of beacon to find WLAN_EID_TIM */
344 while ((tim_idx < (frame_size - 2)) &&
345 (beacon[tim_idx] != WLAN_EID_TIM))
346 tim_idx += beacon[tim_idx+1] + 2;
347
348 /* If TIM field was found, set variables */
349 if ((tim_idx < (frame_size - 1)) && (beacon[tim_idx] == WLAN_EID_TIM)) {
350 tx_beacon_cmd->tim_idx = cpu_to_le16(tim_idx);
351 tx_beacon_cmd->tim_size = beacon[tim_idx+1];
352 } else
353 IWL_WARN(priv, "Unable to find TIM Element in beacon\n");
354}
355
5b9f8cd3 356static unsigned int iwl_hw_get_beacon_cmd(struct iwl_priv *priv,
47ff65c4 357 struct iwl_frame *frame)
4bf64efd
TW
358{
359 struct iwl_tx_beacon_cmd *tx_beacon_cmd;
47ff65c4
DH
360 u32 frame_size;
361 u32 rate_flags;
362 u32 rate;
363 /*
364 * We have to set up the TX command, the TX Beacon command, and the
365 * beacon contents.
366 */
4bf64efd 367
76d04815
JB
368 lockdep_assert_held(&priv->mutex);
369
370 if (!priv->beacon_ctx) {
371 IWL_ERR(priv, "trying to build beacon w/o beacon context!\n");
950094cb 372 return 0;
76d04815
JB
373 }
374
47ff65c4 375 /* Initialize memory */
4bf64efd
TW
376 tx_beacon_cmd = &frame->u.beacon;
377 memset(tx_beacon_cmd, 0, sizeof(*tx_beacon_cmd));
378
47ff65c4 379 /* Set up TX beacon contents */
4bf64efd 380 frame_size = iwl_fill_beacon_frame(priv, tx_beacon_cmd->frame,
4bf64efd 381 sizeof(frame->u) - sizeof(*tx_beacon_cmd));
47ff65c4
DH
382 if (WARN_ON_ONCE(frame_size > MAX_MPDU_SIZE))
383 return 0;
4bf64efd 384
47ff65c4 385 /* Set up TX command fields */
4bf64efd 386 tx_beacon_cmd->tx.len = cpu_to_le16((u16)frame_size);
76d04815 387 tx_beacon_cmd->tx.sta_id = priv->beacon_ctx->bcast_sta_id;
47ff65c4
DH
388 tx_beacon_cmd->tx.stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE;
389 tx_beacon_cmd->tx.tx_flags = TX_CMD_FLG_SEQ_CTL_MSK |
390 TX_CMD_FLG_TSF_MSK | TX_CMD_FLG_STA_RATE_MSK;
4bf64efd 391
47ff65c4
DH
392 /* Set up TX beacon command fields */
393 iwl_set_beacon_tim(priv, tx_beacon_cmd, (u8 *)tx_beacon_cmd->frame,
394 frame_size);
4bf64efd 395
47ff65c4 396 /* Set up packet rate and flags */
76d04815 397 rate = iwl_rate_get_lowest_plcp(priv, priv->beacon_ctx);
0e1654fa
JB
398 priv->mgmt_tx_ant = iwl_toggle_tx_ant(priv, priv->mgmt_tx_ant,
399 priv->hw_params.valid_tx_ant);
47ff65c4
DH
400 rate_flags = iwl_ant_idx_to_flags(priv->mgmt_tx_ant);
401 if ((rate >= IWL_FIRST_CCK_RATE) && (rate <= IWL_LAST_CCK_RATE))
402 rate_flags |= RATE_MCS_CCK_MSK;
403 tx_beacon_cmd->tx.rate_n_flags = iwl_hw_set_rate_n_flags(rate,
404 rate_flags);
4bf64efd
TW
405
406 return sizeof(*tx_beacon_cmd) + frame_size;
407}
5b9f8cd3 408static int iwl_send_beacon_cmd(struct iwl_priv *priv)
b481de9c 409{
fcab423d 410 struct iwl_frame *frame;
b481de9c
ZY
411 unsigned int frame_size;
412 int rc;
b481de9c 413
fcab423d 414 frame = iwl_get_free_frame(priv);
b481de9c 415 if (!frame) {
15b1687c 416 IWL_ERR(priv, "Could not obtain free frame buffer for beacon "
b481de9c
ZY
417 "command.\n");
418 return -ENOMEM;
419 }
420
47ff65c4
DH
421 frame_size = iwl_hw_get_beacon_cmd(priv, frame);
422 if (!frame_size) {
423 IWL_ERR(priv, "Error configuring the beacon command\n");
424 iwl_free_frame(priv, frame);
425 return -EINVAL;
426 }
b481de9c 427
857485c0 428 rc = iwl_send_cmd_pdu(priv, REPLY_TX_BEACON, frame_size,
b481de9c
ZY
429 &frame->u.cmd[0]);
430
fcab423d 431 iwl_free_frame(priv, frame);
b481de9c
ZY
432
433 return rc;
434}
435
7aaa1d79
SO
436static inline dma_addr_t iwl_tfd_tb_get_addr(struct iwl_tfd *tfd, u8 idx)
437{
438 struct iwl_tfd_tb *tb = &tfd->tbs[idx];
439
440 dma_addr_t addr = get_unaligned_le32(&tb->lo);
441 if (sizeof(dma_addr_t) > sizeof(u32))
442 addr |=
443 ((dma_addr_t)(le16_to_cpu(tb->hi_n_len) & 0xF) << 16) << 16;
444
445 return addr;
446}
447
448static inline u16 iwl_tfd_tb_get_len(struct iwl_tfd *tfd, u8 idx)
449{
450 struct iwl_tfd_tb *tb = &tfd->tbs[idx];
451
452 return le16_to_cpu(tb->hi_n_len) >> 4;
453}
454
455static inline void iwl_tfd_set_tb(struct iwl_tfd *tfd, u8 idx,
456 dma_addr_t addr, u16 len)
457{
458 struct iwl_tfd_tb *tb = &tfd->tbs[idx];
459 u16 hi_n_len = len << 4;
460
461 put_unaligned_le32(addr, &tb->lo);
462 if (sizeof(dma_addr_t) > sizeof(u32))
463 hi_n_len |= ((addr >> 16) >> 16) & 0xF;
464
465 tb->hi_n_len = cpu_to_le16(hi_n_len);
466
467 tfd->num_tbs = idx + 1;
468}
469
470static inline u8 iwl_tfd_get_num_tbs(struct iwl_tfd *tfd)
471{
472 return tfd->num_tbs & 0x1f;
473}
474
475/**
476 * iwl_hw_txq_free_tfd - Free all chunks referenced by TFD [txq->q.read_ptr]
477 * @priv - driver private data
478 * @txq - tx queue
479 *
480 * Does NOT advance any TFD circular buffer read/write indexes
481 * Does NOT free the TFD itself (which is within circular buffer)
482 */
483void iwl_hw_txq_free_tfd(struct iwl_priv *priv, struct iwl_tx_queue *txq)
484{
59606ffa 485 struct iwl_tfd *tfd_tmp = (struct iwl_tfd *)txq->tfds;
7aaa1d79
SO
486 struct iwl_tfd *tfd;
487 struct pci_dev *dev = priv->pci_dev;
488 int index = txq->q.read_ptr;
489 int i;
490 int num_tbs;
491
492 tfd = &tfd_tmp[index];
493
494 /* Sanity check on number of chunks */
495 num_tbs = iwl_tfd_get_num_tbs(tfd);
496
497 if (num_tbs >= IWL_NUM_OF_TBS) {
498 IWL_ERR(priv, "Too many chunks: %i\n", num_tbs);
499 /* @todo issue fatal error, it is quite serious situation */
500 return;
501 }
502
503 /* Unmap tx_cmd */
504 if (num_tbs)
505 pci_unmap_single(dev,
2e724443
FT
506 dma_unmap_addr(&txq->meta[index], mapping),
507 dma_unmap_len(&txq->meta[index], len),
96891cee 508 PCI_DMA_BIDIRECTIONAL);
7aaa1d79
SO
509
510 /* Unmap chunks, if any. */
ff0d91c3 511 for (i = 1; i < num_tbs; i++)
7aaa1d79
SO
512 pci_unmap_single(dev, iwl_tfd_tb_get_addr(tfd, i),
513 iwl_tfd_tb_get_len(tfd, i), PCI_DMA_TODEVICE);
514
ff0d91c3
JB
515 /* free SKB */
516 if (txq->txb) {
517 struct sk_buff *skb;
6f80240e 518
ff0d91c3 519 skb = txq->txb[txq->q.read_ptr].skb;
6f80240e 520
ff0d91c3
JB
521 /* can be called from irqs-disabled context */
522 if (skb) {
523 dev_kfree_skb_any(skb);
524 txq->txb[txq->q.read_ptr].skb = NULL;
7aaa1d79
SO
525 }
526 }
527}
528
529int iwl_hw_txq_attach_buf_to_tfd(struct iwl_priv *priv,
530 struct iwl_tx_queue *txq,
531 dma_addr_t addr, u16 len,
532 u8 reset, u8 pad)
533{
534 struct iwl_queue *q;
59606ffa 535 struct iwl_tfd *tfd, *tfd_tmp;
7aaa1d79
SO
536 u32 num_tbs;
537
538 q = &txq->q;
59606ffa
SO
539 tfd_tmp = (struct iwl_tfd *)txq->tfds;
540 tfd = &tfd_tmp[q->write_ptr];
7aaa1d79
SO
541
542 if (reset)
543 memset(tfd, 0, sizeof(*tfd));
544
545 num_tbs = iwl_tfd_get_num_tbs(tfd);
546
547 /* Each TFD can point to a maximum 20 Tx buffers */
548 if (num_tbs >= IWL_NUM_OF_TBS) {
549 IWL_ERR(priv, "Error can not send more than %d chunks\n",
550 IWL_NUM_OF_TBS);
551 return -EINVAL;
552 }
553
554 BUG_ON(addr & ~DMA_BIT_MASK(36));
555 if (unlikely(addr & ~IWL_TX_DMA_MASK))
556 IWL_ERR(priv, "Unaligned address = %llx\n",
557 (unsigned long long)addr);
558
559 iwl_tfd_set_tb(tfd, num_tbs, addr, len);
560
561 return 0;
562}
563
a8e74e27
SO
564/*
565 * Tell nic where to find circular buffer of Tx Frame Descriptors for
566 * given Tx queue, and enable the DMA channel used for that queue.
567 *
568 * 4965 supports up to 16 Tx queues in DRAM, mapped to up to 8 Tx DMA
569 * channels supported in hardware.
570 */
571int iwl_hw_tx_queue_init(struct iwl_priv *priv,
572 struct iwl_tx_queue *txq)
573{
a8e74e27
SO
574 int txq_id = txq->q.id;
575
a8e74e27
SO
576 /* Circular buffer (TFD queue in DRAM) physical base address */
577 iwl_write_direct32(priv, FH_MEM_CBBC_QUEUE(txq_id),
578 txq->q.dma_addr >> 8);
579
a8e74e27
SO
580 return 0;
581}
582
b481de9c
ZY
583/******************************************************************************
584 *
585 * Generic RX handler implementations
586 *
587 ******************************************************************************/
885ba202
TW
588static void iwl_rx_reply_alive(struct iwl_priv *priv,
589 struct iwl_rx_mem_buffer *rxb)
b481de9c 590{
2f301227 591 struct iwl_rx_packet *pkt = rxb_addr(rxb);
885ba202 592 struct iwl_alive_resp *palive;
b481de9c
ZY
593 struct delayed_work *pwork;
594
595 palive = &pkt->u.alive_frame;
596
e1623446 597 IWL_DEBUG_INFO(priv, "Alive ucode status 0x%08X revision "
b481de9c
ZY
598 "0x%01X 0x%01X\n",
599 palive->is_valid, palive->ver_type,
600 palive->ver_subtype);
601
602 if (palive->ver_subtype == INITIALIZE_SUBTYPE) {
e1623446 603 IWL_DEBUG_INFO(priv, "Initialization Alive received.\n");
b481de9c
ZY
604 memcpy(&priv->card_alive_init,
605 &pkt->u.alive_frame,
885ba202 606 sizeof(struct iwl_init_alive_resp));
b481de9c
ZY
607 pwork = &priv->init_alive_start;
608 } else {
e1623446 609 IWL_DEBUG_INFO(priv, "Runtime Alive received.\n");
b481de9c 610 memcpy(&priv->card_alive, &pkt->u.alive_frame,
885ba202 611 sizeof(struct iwl_alive_resp));
b481de9c
ZY
612 pwork = &priv->alive_start;
613 }
614
615 /* We delay the ALIVE response by 5ms to
616 * give the HW RF Kill time to activate... */
617 if (palive->is_valid == UCODE_VALID_OK)
618 queue_delayed_work(priv->workqueue, pwork,
619 msecs_to_jiffies(5));
620 else
39aadf8c 621 IWL_WARN(priv, "uCode did not respond OK.\n");
b481de9c
ZY
622}
623
5b9f8cd3 624static void iwl_bg_beacon_update(struct work_struct *work)
b481de9c 625{
c79dd5b5
TW
626 struct iwl_priv *priv =
627 container_of(work, struct iwl_priv, beacon_update);
b481de9c
ZY
628 struct sk_buff *beacon;
629
76d04815
JB
630 mutex_lock(&priv->mutex);
631 if (!priv->beacon_ctx) {
632 IWL_ERR(priv, "updating beacon w/o beacon context!\n");
633 goto out;
634 }
b481de9c 635
60744f62
JB
636 if (priv->beacon_ctx->vif->type != NL80211_IFTYPE_AP) {
637 /*
638 * The ucode will send beacon notifications even in
639 * IBSS mode, but we don't want to process them. But
640 * we need to defer the type check to here due to
641 * requiring locking around the beacon_ctx access.
642 */
643 goto out;
644 }
645
76d04815
JB
646 /* Pull updated AP beacon from mac80211. will fail if not in AP mode */
647 beacon = ieee80211_beacon_get(priv->hw, priv->beacon_ctx->vif);
b481de9c 648 if (!beacon) {
15b1687c 649 IWL_ERR(priv, "update beacon failed\n");
76d04815 650 goto out;
b481de9c
ZY
651 }
652
b481de9c
ZY
653 /* new beacon skb is allocated every time; dispose previous.*/
654 if (priv->ibss_beacon)
655 dev_kfree_skb(priv->ibss_beacon);
656
657 priv->ibss_beacon = beacon;
b481de9c 658
5b9f8cd3 659 iwl_send_beacon_cmd(priv);
76d04815
JB
660 out:
661 mutex_unlock(&priv->mutex);
b481de9c
ZY
662}
663
fbba9410
WYG
664static void iwl_bg_bt_runtime_config(struct work_struct *work)
665{
666 struct iwl_priv *priv =
667 container_of(work, struct iwl_priv, bt_runtime_config);
668
669 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
670 return;
671
672 /* dont send host command if rf-kill is on */
673 if (!iwl_is_ready_rf(priv))
674 return;
675 priv->cfg->ops->hcmd->send_bt_config(priv);
676}
677
bee008b7
WYG
678static void iwl_bg_bt_full_concurrency(struct work_struct *work)
679{
680 struct iwl_priv *priv =
681 container_of(work, struct iwl_priv, bt_full_concurrency);
246ed355 682 struct iwl_rxon_context *ctx;
bee008b7
WYG
683
684 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
685 return;
686
687 /* dont send host command if rf-kill is on */
688 if (!iwl_is_ready_rf(priv))
689 return;
690
691 IWL_DEBUG_INFO(priv, "BT coex in %s mode\n",
692 priv->bt_full_concurrent ?
693 "full concurrency" : "3-wire");
694
695 /*
696 * LQ & RXON updated cmds must be sent before BT Config cmd
697 * to avoid 3-wire collisions
698 */
246ed355
JB
699 mutex_lock(&priv->mutex);
700 for_each_context(priv, ctx) {
701 if (priv->cfg->ops->hcmd->set_rxon_chain)
702 priv->cfg->ops->hcmd->set_rxon_chain(priv, ctx);
703 iwlcore_commit_rxon(priv, ctx);
704 }
705 mutex_unlock(&priv->mutex);
bee008b7
WYG
706
707 priv->cfg->ops->hcmd->send_bt_config(priv);
708}
709
4e39317d 710/**
5b9f8cd3 711 * iwl_bg_statistics_periodic - Timer callback to queue statistics
4e39317d
EG
712 *
713 * This callback is provided in order to send a statistics request.
714 *
715 * This timer function is continually reset to execute within
716 * REG_RECALIB_PERIOD seconds since the last STATISTICS_NOTIFICATION
717 * was received. We need to ensure we receive the statistics in order
718 * to update the temperature used for calibrating the TXPOWER.
719 */
5b9f8cd3 720static void iwl_bg_statistics_periodic(unsigned long data)
4e39317d
EG
721{
722 struct iwl_priv *priv = (struct iwl_priv *)data;
723
724 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
725 return;
726
61780ee3
MA
727 /* dont send host command if rf-kill is on */
728 if (!iwl_is_ready_rf(priv))
729 return;
730
ef8d5529 731 iwl_send_statistics_request(priv, CMD_ASYNC, false);
4e39317d
EG
732}
733
a9e1cb6a
WYG
734
735static void iwl_print_cont_event_trace(struct iwl_priv *priv, u32 base,
736 u32 start_idx, u32 num_events,
737 u32 mode)
738{
739 u32 i;
740 u32 ptr; /* SRAM byte address of log data */
741 u32 ev, time, data; /* event log data */
742 unsigned long reg_flags;
743
744 if (mode == 0)
745 ptr = base + (4 * sizeof(u32)) + (start_idx * 2 * sizeof(u32));
746 else
747 ptr = base + (4 * sizeof(u32)) + (start_idx * 3 * sizeof(u32));
748
749 /* Make sure device is powered up for SRAM reads */
750 spin_lock_irqsave(&priv->reg_lock, reg_flags);
751 if (iwl_grab_nic_access(priv)) {
752 spin_unlock_irqrestore(&priv->reg_lock, reg_flags);
753 return;
754 }
755
756 /* Set starting address; reads will auto-increment */
757 _iwl_write_direct32(priv, HBUS_TARG_MEM_RADDR, ptr);
758 rmb();
759
760 /*
761 * "time" is actually "data" for mode 0 (no timestamp).
762 * place event id # at far right for easier visual parsing.
763 */
764 for (i = 0; i < num_events; i++) {
765 ev = _iwl_read_direct32(priv, HBUS_TARG_MEM_RDAT);
766 time = _iwl_read_direct32(priv, HBUS_TARG_MEM_RDAT);
767 if (mode == 0) {
768 trace_iwlwifi_dev_ucode_cont_event(priv,
769 0, time, ev);
770 } else {
771 data = _iwl_read_direct32(priv, HBUS_TARG_MEM_RDAT);
772 trace_iwlwifi_dev_ucode_cont_event(priv,
773 time, data, ev);
774 }
775 }
776 /* Allow device to power down */
777 iwl_release_nic_access(priv);
778 spin_unlock_irqrestore(&priv->reg_lock, reg_flags);
779}
780
875295f1 781static void iwl_continuous_event_trace(struct iwl_priv *priv)
a9e1cb6a
WYG
782{
783 u32 capacity; /* event log capacity in # entries */
784 u32 base; /* SRAM byte address of event log header */
785 u32 mode; /* 0 - no timestamp, 1 - timestamp recorded */
786 u32 num_wraps; /* # times uCode wrapped to top of log */
787 u32 next_entry; /* index of next entry to be written by uCode */
788
789 if (priv->ucode_type == UCODE_INIT)
790 base = le32_to_cpu(priv->card_alive_init.error_event_table_ptr);
791 else
792 base = le32_to_cpu(priv->card_alive.log_event_table_ptr);
793 if (priv->cfg->ops->lib->is_valid_rtc_data_addr(base)) {
794 capacity = iwl_read_targ_mem(priv, base);
795 num_wraps = iwl_read_targ_mem(priv, base + (2 * sizeof(u32)));
796 mode = iwl_read_targ_mem(priv, base + (1 * sizeof(u32)));
797 next_entry = iwl_read_targ_mem(priv, base + (3 * sizeof(u32)));
798 } else
799 return;
800
801 if (num_wraps == priv->event_log.num_wraps) {
802 iwl_print_cont_event_trace(priv,
803 base, priv->event_log.next_entry,
804 next_entry - priv->event_log.next_entry,
805 mode);
806 priv->event_log.non_wraps_count++;
807 } else {
808 if ((num_wraps - priv->event_log.num_wraps) > 1)
809 priv->event_log.wraps_more_count++;
810 else
811 priv->event_log.wraps_once_count++;
812 trace_iwlwifi_dev_ucode_wrap_event(priv,
813 num_wraps - priv->event_log.num_wraps,
814 next_entry, priv->event_log.next_entry);
815 if (next_entry < priv->event_log.next_entry) {
816 iwl_print_cont_event_trace(priv, base,
817 priv->event_log.next_entry,
818 capacity - priv->event_log.next_entry,
819 mode);
820
821 iwl_print_cont_event_trace(priv, base, 0,
822 next_entry, mode);
823 } else {
824 iwl_print_cont_event_trace(priv, base,
825 next_entry, capacity - next_entry,
826 mode);
827
828 iwl_print_cont_event_trace(priv, base, 0,
829 next_entry, mode);
830 }
831 }
832 priv->event_log.num_wraps = num_wraps;
833 priv->event_log.next_entry = next_entry;
834}
835
836/**
837 * iwl_bg_ucode_trace - Timer callback to log ucode event
838 *
839 * The timer is continually set to execute every
840 * UCODE_TRACE_PERIOD milliseconds after the last timer expired
841 * this function is to perform continuous uCode event logging operation
842 * if enabled
843 */
844static void iwl_bg_ucode_trace(unsigned long data)
845{
846 struct iwl_priv *priv = (struct iwl_priv *)data;
847
848 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
849 return;
850
851 if (priv->event_log.ucode_trace) {
852 iwl_continuous_event_trace(priv);
853 /* Reschedule the timer to occur in UCODE_TRACE_PERIOD */
854 mod_timer(&priv->ucode_trace,
855 jiffies + msecs_to_jiffies(UCODE_TRACE_PERIOD));
856 }
857}
858
5b9f8cd3 859static void iwl_rx_beacon_notif(struct iwl_priv *priv,
a55360e4 860 struct iwl_rx_mem_buffer *rxb)
b481de9c 861{
2f301227 862 struct iwl_rx_packet *pkt = rxb_addr(rxb);
2aa6ab86
TW
863 struct iwl4965_beacon_notif *beacon =
864 (struct iwl4965_beacon_notif *)pkt->u.raw;
a85d7cca 865#ifdef CONFIG_IWLWIFI_DEBUG
e7d326ac 866 u8 rate = iwl_hw_get_rate(beacon->beacon_notify_hdr.rate_n_flags);
b481de9c 867
e1623446 868 IWL_DEBUG_RX(priv, "beacon status %x retries %d iss %d "
b481de9c 869 "tsf %d %d rate %d\n",
25a6572c 870 le32_to_cpu(beacon->beacon_notify_hdr.u.status) & TX_STATUS_MSK,
b481de9c
ZY
871 beacon->beacon_notify_hdr.failure_frame,
872 le32_to_cpu(beacon->ibss_mgr_status),
873 le32_to_cpu(beacon->high_tsf),
874 le32_to_cpu(beacon->low_tsf), rate);
875#endif
876
a85d7cca
JB
877 priv->ibss_manager = le32_to_cpu(beacon->ibss_mgr_status);
878
60744f62 879 if (!test_bit(STATUS_EXIT_PENDING, &priv->status))
b481de9c
ZY
880 queue_work(priv->workqueue, &priv->beacon_update);
881}
882
b481de9c
ZY
883/* Handle notification from uCode that card's power state is changing
884 * due to software, hardware, or critical temperature RFKILL */
5b9f8cd3 885static void iwl_rx_card_state_notif(struct iwl_priv *priv,
a55360e4 886 struct iwl_rx_mem_buffer *rxb)
b481de9c 887{
2f301227 888 struct iwl_rx_packet *pkt = rxb_addr(rxb);
b481de9c
ZY
889 u32 flags = le32_to_cpu(pkt->u.card_state_notif.flags);
890 unsigned long status = priv->status;
891
3a41bbd5 892 IWL_DEBUG_RF_KILL(priv, "Card state received: HW:%s SW:%s CT:%s\n",
b481de9c 893 (flags & HW_CARD_DISABLED) ? "Kill" : "On",
3a41bbd5
WYG
894 (flags & SW_CARD_DISABLED) ? "Kill" : "On",
895 (flags & CT_CARD_DISABLED) ?
896 "Reached" : "Not reached");
b481de9c
ZY
897
898 if (flags & (SW_CARD_DISABLED | HW_CARD_DISABLED |
3a41bbd5 899 CT_CARD_DISABLED)) {
b481de9c 900
3395f6e9 901 iwl_write32(priv, CSR_UCODE_DRV_GP1_SET,
b481de9c
ZY
902 CSR_UCODE_DRV_GP1_BIT_CMD_BLOCKED);
903
a8b50a0a
MA
904 iwl_write_direct32(priv, HBUS_TARG_MBX_C,
905 HBUS_TARG_MBX_C_REG_BIT_CMD_BLOCKED);
b481de9c
ZY
906
907 if (!(flags & RXON_CARD_DISABLED)) {
3395f6e9 908 iwl_write32(priv, CSR_UCODE_DRV_GP1_CLR,
b481de9c 909 CSR_UCODE_DRV_GP1_BIT_CMD_BLOCKED);
a8b50a0a 910 iwl_write_direct32(priv, HBUS_TARG_MBX_C,
b481de9c 911 HBUS_TARG_MBX_C_REG_BIT_CMD_BLOCKED);
b481de9c 912 }
3a41bbd5 913 if (flags & CT_CARD_DISABLED)
39b73fb1 914 iwl_tt_enter_ct_kill(priv);
b481de9c 915 }
3a41bbd5 916 if (!(flags & CT_CARD_DISABLED))
39b73fb1 917 iwl_tt_exit_ct_kill(priv);
b481de9c
ZY
918
919 if (flags & HW_CARD_DISABLED)
920 set_bit(STATUS_RF_KILL_HW, &priv->status);
921 else
922 clear_bit(STATUS_RF_KILL_HW, &priv->status);
923
924
b481de9c 925 if (!(flags & RXON_CARD_DISABLED))
2a421b91 926 iwl_scan_cancel(priv);
b481de9c
ZY
927
928 if ((test_bit(STATUS_RF_KILL_HW, &status) !=
a60e77e5
JB
929 test_bit(STATUS_RF_KILL_HW, &priv->status)))
930 wiphy_rfkill_set_hw_state(priv->hw->wiphy,
931 test_bit(STATUS_RF_KILL_HW, &priv->status));
b481de9c
ZY
932 else
933 wake_up_interruptible(&priv->wait_command_queue);
934}
935
5b9f8cd3 936int iwl_set_pwr_src(struct iwl_priv *priv, enum iwl_pwr_src src)
e2e3c57b 937{
e2e3c57b 938 if (src == IWL_PWR_SRC_VAUX) {
3fdb68de 939 if (pci_pme_capable(priv->pci_dev, PCI_D3cold))
e2e3c57b
TW
940 iwl_set_bits_mask_prph(priv, APMG_PS_CTRL_REG,
941 APMG_PS_CTRL_VAL_PWR_SRC_VAUX,
942 ~APMG_PS_CTRL_MSK_PWR_SRC);
943 } else {
944 iwl_set_bits_mask_prph(priv, APMG_PS_CTRL_REG,
945 APMG_PS_CTRL_VAL_PWR_SRC_VMAIN,
946 ~APMG_PS_CTRL_MSK_PWR_SRC);
947 }
948
a8b50a0a 949 return 0;
e2e3c57b
TW
950}
951
65550636
WYG
952static void iwl_bg_tx_flush(struct work_struct *work)
953{
954 struct iwl_priv *priv =
955 container_of(work, struct iwl_priv, tx_flush);
956
957 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
958 return;
959
960 /* do nothing if rf-kill is on */
961 if (!iwl_is_ready_rf(priv))
962 return;
963
964 if (priv->cfg->ops->lib->txfifo_flush) {
965 IWL_DEBUG_INFO(priv, "device request: flush all tx frames\n");
966 iwlagn_dev_txfifo_flush(priv, IWL_DROP_ALL);
967 }
968}
969
b481de9c 970/**
5b9f8cd3 971 * iwl_setup_rx_handlers - Initialize Rx handler callbacks
b481de9c
ZY
972 *
973 * Setup the RX handlers for each of the reply types sent from the uCode
974 * to the host.
975 *
976 * This function chains into the hardware specific files for them to setup
977 * any hardware specific handlers as well.
978 */
653fa4a0 979static void iwl_setup_rx_handlers(struct iwl_priv *priv)
b481de9c 980{
885ba202 981 priv->rx_handlers[REPLY_ALIVE] = iwl_rx_reply_alive;
5b9f8cd3
EG
982 priv->rx_handlers[REPLY_ERROR] = iwl_rx_reply_error;
983 priv->rx_handlers[CHANNEL_SWITCH_NOTIFICATION] = iwl_rx_csa;
81963d68
RC
984 priv->rx_handlers[SPECTRUM_MEASURE_NOTIFICATION] =
985 iwl_rx_spectrum_measure_notif;
5b9f8cd3 986 priv->rx_handlers[PM_SLEEP_NOTIFICATION] = iwl_rx_pm_sleep_notif;
b481de9c 987 priv->rx_handlers[PM_DEBUG_STATISTIC_NOTIFIC] =
5b9f8cd3
EG
988 iwl_rx_pm_debug_statistics_notif;
989 priv->rx_handlers[BEACON_NOTIFICATION] = iwl_rx_beacon_notif;
b481de9c 990
9fbab516
BC
991 /*
992 * The same handler is used for both the REPLY to a discrete
993 * statistics request from the host as well as for the periodic
994 * statistics notifications (after received beacons) from the uCode.
b481de9c 995 */
ef8d5529 996 priv->rx_handlers[REPLY_STATISTICS_CMD] = iwl_reply_statistics;
8f91aecb 997 priv->rx_handlers[STATISTICS_NOTIFICATION] = iwl_rx_statistics;
2a421b91
TW
998
999 iwl_setup_rx_scan_handlers(priv);
1000
37a44211 1001 /* status change handler */
5b9f8cd3 1002 priv->rx_handlers[CARD_STATE_NOTIFICATION] = iwl_rx_card_state_notif;
b481de9c 1003
c1354754
TW
1004 priv->rx_handlers[MISSED_BEACONS_NOTIFICATION] =
1005 iwl_rx_missed_beacon_notif;
37a44211 1006 /* Rx handlers */
8d801080
WYG
1007 priv->rx_handlers[REPLY_RX_PHY_CMD] = iwlagn_rx_reply_rx_phy;
1008 priv->rx_handlers[REPLY_RX_MPDU_CMD] = iwlagn_rx_reply_rx;
653fa4a0 1009 /* block ack */
74bcdb33 1010 priv->rx_handlers[REPLY_COMPRESSED_BA] = iwlagn_rx_reply_compressed_ba;
9fbab516 1011 /* Set up hardware specific Rx handlers */
d4789efe 1012 priv->cfg->ops->lib->rx_handler_setup(priv);
b481de9c
ZY
1013}
1014
b481de9c 1015/**
a55360e4 1016 * iwl_rx_handle - Main entry function for receiving responses from uCode
b481de9c
ZY
1017 *
1018 * Uses the priv->rx_handlers callback function array to invoke
1019 * the appropriate handlers, including command responses,
1020 * frame-received notifications, and other notifications.
1021 */
a55360e4 1022void iwl_rx_handle(struct iwl_priv *priv)
b481de9c 1023{
a55360e4 1024 struct iwl_rx_mem_buffer *rxb;
db11d634 1025 struct iwl_rx_packet *pkt;
a55360e4 1026 struct iwl_rx_queue *rxq = &priv->rxq;
b481de9c
ZY
1027 u32 r, i;
1028 int reclaim;
1029 unsigned long flags;
5c0eef96 1030 u8 fill_rx = 0;
d68ab680 1031 u32 count = 8;
4752c93c 1032 int total_empty;
b481de9c 1033
6440adb5
CB
1034 /* uCode's read index (stored in shared DRAM) indicates the last Rx
1035 * buffer that the driver may process (last buffer filled by ucode). */
8d86422a 1036 r = le16_to_cpu(rxq->rb_stts->closed_rb_num) & 0x0FFF;
b481de9c
ZY
1037 i = rxq->read;
1038
1039 /* Rx interrupt, but nothing sent from uCode */
1040 if (i == r)
e1623446 1041 IWL_DEBUG_RX(priv, "r = %d, i = %d\n", r, i);
b481de9c 1042
4752c93c 1043 /* calculate total frames need to be restock after handling RX */
7300515d 1044 total_empty = r - rxq->write_actual;
4752c93c
MA
1045 if (total_empty < 0)
1046 total_empty += RX_QUEUE_SIZE;
1047
1048 if (total_empty > (RX_QUEUE_SIZE / 2))
5c0eef96
MA
1049 fill_rx = 1;
1050
b481de9c 1051 while (i != r) {
f4989d9b
JB
1052 int len;
1053
b481de9c
ZY
1054 rxb = rxq->queue[i];
1055
9fbab516 1056 /* If an RXB doesn't have a Rx queue slot associated with it,
b481de9c
ZY
1057 * then a bug has been introduced in the queue refilling
1058 * routines -- catch it here */
1059 BUG_ON(rxb == NULL);
1060
1061 rxq->queue[i] = NULL;
1062
2f301227
ZY
1063 pci_unmap_page(priv->pci_dev, rxb->page_dma,
1064 PAGE_SIZE << priv->hw_params.rx_page_order,
1065 PCI_DMA_FROMDEVICE);
1066 pkt = rxb_addr(rxb);
b481de9c 1067
f4989d9b
JB
1068 len = le32_to_cpu(pkt->len_n_flags) & FH_RSCSR_FRAME_SIZE_MSK;
1069 len += sizeof(u32); /* account for status word */
1070 trace_iwlwifi_dev_rx(priv, pkt, len);
be1a71a1 1071
b481de9c
ZY
1072 /* Reclaim a command buffer only if this packet is a response
1073 * to a (driver-originated) command.
1074 * If the packet (e.g. Rx frame) originated from uCode,
1075 * there is no command buffer to reclaim.
1076 * Ucode should set SEQ_RX_FRAME bit if ucode-originated,
1077 * but apparently a few don't get set; catch them here. */
1078 reclaim = !(pkt->hdr.sequence & SEQ_RX_FRAME) &&
1079 (pkt->hdr.cmd != REPLY_RX_PHY_CMD) &&
857485c0 1080 (pkt->hdr.cmd != REPLY_RX) &&
7dddaf1a 1081 (pkt->hdr.cmd != REPLY_RX_MPDU_CMD) &&
cfe01709 1082 (pkt->hdr.cmd != REPLY_COMPRESSED_BA) &&
b481de9c
ZY
1083 (pkt->hdr.cmd != STATISTICS_NOTIFICATION) &&
1084 (pkt->hdr.cmd != REPLY_TX);
1085
1086 /* Based on type of command response or notification,
1087 * handle those that need handling via function in
5b9f8cd3 1088 * rx_handlers table. See iwl_setup_rx_handlers() */
b481de9c 1089 if (priv->rx_handlers[pkt->hdr.cmd]) {
e1623446 1090 IWL_DEBUG_RX(priv, "r = %d, i = %d, %s, 0x%02x\n", r,
f3d67999 1091 i, get_cmd_string(pkt->hdr.cmd), pkt->hdr.cmd);
a83b9141 1092 priv->isr_stats.rx_handlers[pkt->hdr.cmd]++;
29b1b268 1093 priv->rx_handlers[pkt->hdr.cmd] (priv, rxb);
b481de9c
ZY
1094 } else {
1095 /* No handling needed */
e1623446 1096 IWL_DEBUG_RX(priv,
b481de9c
ZY
1097 "r %d i %d No handler needed for %s, 0x%02x\n",
1098 r, i, get_cmd_string(pkt->hdr.cmd),
1099 pkt->hdr.cmd);
1100 }
1101
29b1b268
ZY
1102 /*
1103 * XXX: After here, we should always check rxb->page
1104 * against NULL before touching it or its virtual
1105 * memory (pkt). Because some rx_handler might have
1106 * already taken or freed the pages.
1107 */
1108
b481de9c 1109 if (reclaim) {
2f301227
ZY
1110 /* Invoke any callbacks, transfer the buffer to caller,
1111 * and fire off the (possibly) blocking iwl_send_cmd()
b481de9c 1112 * as we reclaim the driver command queue */
29b1b268 1113 if (rxb->page)
17b88929 1114 iwl_tx_cmd_complete(priv, rxb);
b481de9c 1115 else
39aadf8c 1116 IWL_WARN(priv, "Claim null rxb?\n");
b481de9c
ZY
1117 }
1118
7300515d
ZY
1119 /* Reuse the page if possible. For notification packets and
1120 * SKBs that fail to Rx correctly, add them back into the
1121 * rx_free list for reuse later. */
1122 spin_lock_irqsave(&rxq->lock, flags);
2f301227 1123 if (rxb->page != NULL) {
7300515d
ZY
1124 rxb->page_dma = pci_map_page(priv->pci_dev, rxb->page,
1125 0, PAGE_SIZE << priv->hw_params.rx_page_order,
1126 PCI_DMA_FROMDEVICE);
1127 list_add_tail(&rxb->list, &rxq->rx_free);
1128 rxq->free_count++;
1129 } else
1130 list_add_tail(&rxb->list, &rxq->rx_used);
b481de9c 1131
b481de9c 1132 spin_unlock_irqrestore(&rxq->lock, flags);
7300515d 1133
b481de9c 1134 i = (i + 1) & RX_QUEUE_MASK;
5c0eef96
MA
1135 /* If there are a lot of unused frames,
1136 * restock the Rx queue so ucode wont assert. */
1137 if (fill_rx) {
1138 count++;
1139 if (count >= 8) {
7300515d 1140 rxq->read = i;
54b81550 1141 iwlagn_rx_replenish_now(priv);
5c0eef96
MA
1142 count = 0;
1143 }
1144 }
b481de9c
ZY
1145 }
1146
1147 /* Backtrack one entry */
7300515d 1148 rxq->read = i;
4752c93c 1149 if (fill_rx)
54b81550 1150 iwlagn_rx_replenish_now(priv);
4752c93c 1151 else
54b81550 1152 iwlagn_rx_queue_restock(priv);
a55360e4 1153}
a55360e4 1154
0359facc
MA
1155/* call this function to flush any scheduled tasklet */
1156static inline void iwl_synchronize_irq(struct iwl_priv *priv)
1157{
a96a27f9 1158 /* wait to make sure we flush pending tasklet*/
0359facc
MA
1159 synchronize_irq(priv->pci_dev->irq);
1160 tasklet_kill(&priv->irq_tasklet);
1161}
1162
ef850d7c 1163static void iwl_irq_tasklet_legacy(struct iwl_priv *priv)
b481de9c
ZY
1164{
1165 u32 inta, handled = 0;
1166 u32 inta_fh;
1167 unsigned long flags;
c2e61da2 1168 u32 i;
0a6857e7 1169#ifdef CONFIG_IWLWIFI_DEBUG
b481de9c
ZY
1170 u32 inta_mask;
1171#endif
1172
1173 spin_lock_irqsave(&priv->lock, flags);
1174
1175 /* Ack/clear/reset pending uCode interrupts.
1176 * Note: Some bits in CSR_INT are "OR" of bits in CSR_FH_INT_STATUS,
1177 * and will clear only when CSR_FH_INT_STATUS gets cleared. */
3395f6e9
TW
1178 inta = iwl_read32(priv, CSR_INT);
1179 iwl_write32(priv, CSR_INT, inta);
b481de9c
ZY
1180
1181 /* Ack/clear/reset pending flow-handler (DMA) interrupts.
1182 * Any new interrupts that happen after this, either while we're
1183 * in this tasklet, or later, will show up in next ISR/tasklet. */
3395f6e9
TW
1184 inta_fh = iwl_read32(priv, CSR_FH_INT_STATUS);
1185 iwl_write32(priv, CSR_FH_INT_STATUS, inta_fh);
b481de9c 1186
0a6857e7 1187#ifdef CONFIG_IWLWIFI_DEBUG
3d816c77 1188 if (iwl_get_debug_level(priv) & IWL_DL_ISR) {
9fbab516 1189 /* just for debug */
3395f6e9 1190 inta_mask = iwl_read32(priv, CSR_INT_MASK);
e1623446 1191 IWL_DEBUG_ISR(priv, "inta 0x%08x, enabled 0x%08x, fh 0x%08x\n",
b481de9c
ZY
1192 inta, inta_mask, inta_fh);
1193 }
1194#endif
1195
2f301227
ZY
1196 spin_unlock_irqrestore(&priv->lock, flags);
1197
b481de9c
ZY
1198 /* Since CSR_INT and CSR_FH_INT_STATUS reads and clears are not
1199 * atomic, make sure that inta covers all the interrupts that
1200 * we've discovered, even if FH interrupt came in just after
1201 * reading CSR_INT. */
6f83eaa1 1202 if (inta_fh & CSR49_FH_INT_RX_MASK)
b481de9c 1203 inta |= CSR_INT_BIT_FH_RX;
6f83eaa1 1204 if (inta_fh & CSR49_FH_INT_TX_MASK)
b481de9c
ZY
1205 inta |= CSR_INT_BIT_FH_TX;
1206
1207 /* Now service all interrupt bits discovered above. */
1208 if (inta & CSR_INT_BIT_HW_ERR) {
58dba728 1209 IWL_ERR(priv, "Hardware error detected. Restarting.\n");
b481de9c
ZY
1210
1211 /* Tell the device to stop sending interrupts */
5b9f8cd3 1212 iwl_disable_interrupts(priv);
b481de9c 1213
a83b9141 1214 priv->isr_stats.hw++;
5b9f8cd3 1215 iwl_irq_handle_error(priv);
b481de9c
ZY
1216
1217 handled |= CSR_INT_BIT_HW_ERR;
1218
b481de9c
ZY
1219 return;
1220 }
1221
0a6857e7 1222#ifdef CONFIG_IWLWIFI_DEBUG
3d816c77 1223 if (iwl_get_debug_level(priv) & (IWL_DL_ISR)) {
b481de9c 1224 /* NIC fires this, but we don't use it, redundant with WAKEUP */
a83b9141 1225 if (inta & CSR_INT_BIT_SCD) {
e1623446 1226 IWL_DEBUG_ISR(priv, "Scheduler finished to transmit "
25c03d8e 1227 "the frame/frames.\n");
a83b9141
WYG
1228 priv->isr_stats.sch++;
1229 }
b481de9c
ZY
1230
1231 /* Alive notification via Rx interrupt will do the real work */
a83b9141 1232 if (inta & CSR_INT_BIT_ALIVE) {
e1623446 1233 IWL_DEBUG_ISR(priv, "Alive interrupt\n");
a83b9141
WYG
1234 priv->isr_stats.alive++;
1235 }
b481de9c
ZY
1236 }
1237#endif
1238 /* Safely ignore these bits for debug checks below */
25c03d8e 1239 inta &= ~(CSR_INT_BIT_SCD | CSR_INT_BIT_ALIVE);
b481de9c 1240
9fbab516 1241 /* HW RF KILL switch toggled */
b481de9c
ZY
1242 if (inta & CSR_INT_BIT_RF_KILL) {
1243 int hw_rf_kill = 0;
3395f6e9 1244 if (!(iwl_read32(priv, CSR_GP_CNTRL) &
b481de9c
ZY
1245 CSR_GP_CNTRL_REG_FLAG_HW_RF_KILL_SW))
1246 hw_rf_kill = 1;
1247
4c423a2b 1248 IWL_WARN(priv, "RF_KILL bit toggled to %s.\n",
c3056065 1249 hw_rf_kill ? "disable radio" : "enable radio");
b481de9c 1250
a83b9141
WYG
1251 priv->isr_stats.rfkill++;
1252
a9efa652 1253 /* driver only loads ucode once setting the interface up.
6cd0b1cb
HS
1254 * the driver allows loading the ucode even if the radio
1255 * is killed. Hence update the killswitch state here. The
1256 * rfkill handler will care about restarting if needed.
a9efa652 1257 */
6cd0b1cb
HS
1258 if (!test_bit(STATUS_ALIVE, &priv->status)) {
1259 if (hw_rf_kill)
1260 set_bit(STATUS_RF_KILL_HW, &priv->status);
1261 else
1262 clear_bit(STATUS_RF_KILL_HW, &priv->status);
a60e77e5 1263 wiphy_rfkill_set_hw_state(priv->hw->wiphy, hw_rf_kill);
edb34228 1264 }
b481de9c
ZY
1265
1266 handled |= CSR_INT_BIT_RF_KILL;
1267 }
1268
9fbab516 1269 /* Chip got too hot and stopped itself */
b481de9c 1270 if (inta & CSR_INT_BIT_CT_KILL) {
15b1687c 1271 IWL_ERR(priv, "Microcode CT kill error detected.\n");
a83b9141 1272 priv->isr_stats.ctkill++;
b481de9c
ZY
1273 handled |= CSR_INT_BIT_CT_KILL;
1274 }
1275
1276 /* Error detected by uCode */
1277 if (inta & CSR_INT_BIT_SW_ERR) {
15b1687c
WT
1278 IWL_ERR(priv, "Microcode SW error detected. "
1279 " Restarting 0x%X.\n", inta);
a83b9141 1280 priv->isr_stats.sw++;
5b9f8cd3 1281 iwl_irq_handle_error(priv);
b481de9c
ZY
1282 handled |= CSR_INT_BIT_SW_ERR;
1283 }
1284
c2e61da2
BC
1285 /*
1286 * uCode wakes up after power-down sleep.
1287 * Tell device about any new tx or host commands enqueued,
1288 * and about any Rx buffers made available while asleep.
1289 */
b481de9c 1290 if (inta & CSR_INT_BIT_WAKEUP) {
e1623446 1291 IWL_DEBUG_ISR(priv, "Wakeup interrupt\n");
a55360e4 1292 iwl_rx_queue_update_write_ptr(priv, &priv->rxq);
c2e61da2
BC
1293 for (i = 0; i < priv->hw_params.max_txq_num; i++)
1294 iwl_txq_update_write_ptr(priv, &priv->txq[i]);
a83b9141 1295 priv->isr_stats.wakeup++;
b481de9c
ZY
1296 handled |= CSR_INT_BIT_WAKEUP;
1297 }
1298
1299 /* All uCode command responses, including Tx command responses,
1300 * Rx "responses" (frame-received notification), and other
1301 * notifications from uCode come through here*/
1302 if (inta & (CSR_INT_BIT_FH_RX | CSR_INT_BIT_SW_RX)) {
a55360e4 1303 iwl_rx_handle(priv);
a83b9141 1304 priv->isr_stats.rx++;
b481de9c
ZY
1305 handled |= (CSR_INT_BIT_FH_RX | CSR_INT_BIT_SW_RX);
1306 }
1307
c72cd19f 1308 /* This "Tx" DMA channel is used only for loading uCode */
b481de9c 1309 if (inta & CSR_INT_BIT_FH_TX) {
c72cd19f 1310 IWL_DEBUG_ISR(priv, "uCode load interrupt\n");
a83b9141 1311 priv->isr_stats.tx++;
b481de9c 1312 handled |= CSR_INT_BIT_FH_TX;
c72cd19f 1313 /* Wake up uCode load routine, now that load is complete */
dbb983b7
RR
1314 priv->ucode_write_complete = 1;
1315 wake_up_interruptible(&priv->wait_command_queue);
b481de9c
ZY
1316 }
1317
a83b9141 1318 if (inta & ~handled) {
15b1687c 1319 IWL_ERR(priv, "Unhandled INTA bits 0x%08x\n", inta & ~handled);
a83b9141
WYG
1320 priv->isr_stats.unhandled++;
1321 }
b481de9c 1322
40cefda9 1323 if (inta & ~(priv->inta_mask)) {
39aadf8c 1324 IWL_WARN(priv, "Disabled INTA bits 0x%08x were pending\n",
40cefda9 1325 inta & ~priv->inta_mask);
39aadf8c 1326 IWL_WARN(priv, " with FH_INT = 0x%08x\n", inta_fh);
b481de9c
ZY
1327 }
1328
1329 /* Re-enable all interrupts */
0359facc
MA
1330 /* only Re-enable if diabled by irq */
1331 if (test_bit(STATUS_INT_ENABLED, &priv->status))
5b9f8cd3 1332 iwl_enable_interrupts(priv);
b481de9c 1333
0a6857e7 1334#ifdef CONFIG_IWLWIFI_DEBUG
3d816c77 1335 if (iwl_get_debug_level(priv) & (IWL_DL_ISR)) {
3395f6e9
TW
1336 inta = iwl_read32(priv, CSR_INT);
1337 inta_mask = iwl_read32(priv, CSR_INT_MASK);
1338 inta_fh = iwl_read32(priv, CSR_FH_INT_STATUS);
e1623446 1339 IWL_DEBUG_ISR(priv, "End inta 0x%08x, enabled 0x%08x, fh 0x%08x, "
b481de9c
ZY
1340 "flags 0x%08lx\n", inta, inta_mask, inta_fh, flags);
1341 }
1342#endif
b481de9c
ZY
1343}
1344
ef850d7c
MA
1345/* tasklet for iwlagn interrupt */
1346static void iwl_irq_tasklet(struct iwl_priv *priv)
1347{
1348 u32 inta = 0;
1349 u32 handled = 0;
1350 unsigned long flags;
8756990f 1351 u32 i;
ef850d7c
MA
1352#ifdef CONFIG_IWLWIFI_DEBUG
1353 u32 inta_mask;
1354#endif
1355
1356 spin_lock_irqsave(&priv->lock, flags);
1357
1358 /* Ack/clear/reset pending uCode interrupts.
1359 * Note: Some bits in CSR_INT are "OR" of bits in CSR_FH_INT_STATUS,
1360 */
48a6be6a
SZ
1361 /* There is a hardware bug in the interrupt mask function that some
1362 * interrupts (i.e. CSR_INT_BIT_SCD) can still be generated even if
1363 * they are disabled in the CSR_INT_MASK register. Furthermore the
1364 * ICT interrupt handling mechanism has another bug that might cause
1365 * these unmasked interrupts fail to be detected. We workaround the
1366 * hardware bugs here by ACKing all the possible interrupts so that
1367 * interrupt coalescing can still be achieved.
1368 */
4a35ecf8 1369 iwl_write32(priv, CSR_INT, priv->_agn.inta | ~priv->inta_mask);
ef850d7c 1370
a4c8b2a6 1371 inta = priv->_agn.inta;
ef850d7c
MA
1372
1373#ifdef CONFIG_IWLWIFI_DEBUG
3d816c77 1374 if (iwl_get_debug_level(priv) & IWL_DL_ISR) {
ef850d7c
MA
1375 /* just for debug */
1376 inta_mask = iwl_read32(priv, CSR_INT_MASK);
1377 IWL_DEBUG_ISR(priv, "inta 0x%08x, enabled 0x%08x\n ",
1378 inta, inta_mask);
1379 }
1380#endif
2f301227
ZY
1381
1382 spin_unlock_irqrestore(&priv->lock, flags);
1383
a4c8b2a6
JB
1384 /* saved interrupt in inta variable now we can reset priv->_agn.inta */
1385 priv->_agn.inta = 0;
ef850d7c
MA
1386
1387 /* Now service all interrupt bits discovered above. */
1388 if (inta & CSR_INT_BIT_HW_ERR) {
58dba728 1389 IWL_ERR(priv, "Hardware error detected. Restarting.\n");
ef850d7c
MA
1390
1391 /* Tell the device to stop sending interrupts */
1392 iwl_disable_interrupts(priv);
1393
1394 priv->isr_stats.hw++;
1395 iwl_irq_handle_error(priv);
1396
1397 handled |= CSR_INT_BIT_HW_ERR;
1398
ef850d7c
MA
1399 return;
1400 }
1401
1402#ifdef CONFIG_IWLWIFI_DEBUG
3d816c77 1403 if (iwl_get_debug_level(priv) & (IWL_DL_ISR)) {
ef850d7c
MA
1404 /* NIC fires this, but we don't use it, redundant with WAKEUP */
1405 if (inta & CSR_INT_BIT_SCD) {
1406 IWL_DEBUG_ISR(priv, "Scheduler finished to transmit "
1407 "the frame/frames.\n");
1408 priv->isr_stats.sch++;
1409 }
1410
1411 /* Alive notification via Rx interrupt will do the real work */
1412 if (inta & CSR_INT_BIT_ALIVE) {
1413 IWL_DEBUG_ISR(priv, "Alive interrupt\n");
1414 priv->isr_stats.alive++;
1415 }
1416 }
1417#endif
1418 /* Safely ignore these bits for debug checks below */
1419 inta &= ~(CSR_INT_BIT_SCD | CSR_INT_BIT_ALIVE);
1420
1421 /* HW RF KILL switch toggled */
1422 if (inta & CSR_INT_BIT_RF_KILL) {
1423 int hw_rf_kill = 0;
1424 if (!(iwl_read32(priv, CSR_GP_CNTRL) &
1425 CSR_GP_CNTRL_REG_FLAG_HW_RF_KILL_SW))
1426 hw_rf_kill = 1;
1427
4c423a2b 1428 IWL_WARN(priv, "RF_KILL bit toggled to %s.\n",
ef850d7c
MA
1429 hw_rf_kill ? "disable radio" : "enable radio");
1430
1431 priv->isr_stats.rfkill++;
1432
1433 /* driver only loads ucode once setting the interface up.
1434 * the driver allows loading the ucode even if the radio
1435 * is killed. Hence update the killswitch state here. The
1436 * rfkill handler will care about restarting if needed.
1437 */
1438 if (!test_bit(STATUS_ALIVE, &priv->status)) {
1439 if (hw_rf_kill)
1440 set_bit(STATUS_RF_KILL_HW, &priv->status);
1441 else
1442 clear_bit(STATUS_RF_KILL_HW, &priv->status);
a60e77e5 1443 wiphy_rfkill_set_hw_state(priv->hw->wiphy, hw_rf_kill);
ef850d7c
MA
1444 }
1445
1446 handled |= CSR_INT_BIT_RF_KILL;
1447 }
1448
1449 /* Chip got too hot and stopped itself */
1450 if (inta & CSR_INT_BIT_CT_KILL) {
1451 IWL_ERR(priv, "Microcode CT kill error detected.\n");
1452 priv->isr_stats.ctkill++;
1453 handled |= CSR_INT_BIT_CT_KILL;
1454 }
1455
1456 /* Error detected by uCode */
1457 if (inta & CSR_INT_BIT_SW_ERR) {
1458 IWL_ERR(priv, "Microcode SW error detected. "
1459 " Restarting 0x%X.\n", inta);
1460 priv->isr_stats.sw++;
ef850d7c
MA
1461 iwl_irq_handle_error(priv);
1462 handled |= CSR_INT_BIT_SW_ERR;
1463 }
1464
1465 /* uCode wakes up after power-down sleep */
1466 if (inta & CSR_INT_BIT_WAKEUP) {
1467 IWL_DEBUG_ISR(priv, "Wakeup interrupt\n");
1468 iwl_rx_queue_update_write_ptr(priv, &priv->rxq);
8756990f
BC
1469 for (i = 0; i < priv->hw_params.max_txq_num; i++)
1470 iwl_txq_update_write_ptr(priv, &priv->txq[i]);
ef850d7c
MA
1471
1472 priv->isr_stats.wakeup++;
1473
1474 handled |= CSR_INT_BIT_WAKEUP;
1475 }
1476
1477 /* All uCode command responses, including Tx command responses,
1478 * Rx "responses" (frame-received notification), and other
1479 * notifications from uCode come through here*/
40cefda9
MA
1480 if (inta & (CSR_INT_BIT_FH_RX | CSR_INT_BIT_SW_RX |
1481 CSR_INT_BIT_RX_PERIODIC)) {
ef850d7c 1482 IWL_DEBUG_ISR(priv, "Rx interrupt\n");
40cefda9
MA
1483 if (inta & (CSR_INT_BIT_FH_RX | CSR_INT_BIT_SW_RX)) {
1484 handled |= (CSR_INT_BIT_FH_RX | CSR_INT_BIT_SW_RX);
1485 iwl_write32(priv, CSR_FH_INT_STATUS,
1486 CSR49_FH_INT_RX_MASK);
1487 }
1488 if (inta & CSR_INT_BIT_RX_PERIODIC) {
1489 handled |= CSR_INT_BIT_RX_PERIODIC;
1490 iwl_write32(priv, CSR_INT, CSR_INT_BIT_RX_PERIODIC);
1491 }
1492 /* Sending RX interrupt require many steps to be done in the
1493 * the device:
1494 * 1- write interrupt to current index in ICT table.
1495 * 2- dma RX frame.
1496 * 3- update RX shared data to indicate last write index.
1497 * 4- send interrupt.
1498 * This could lead to RX race, driver could receive RX interrupt
74ba67ed
BC
1499 * but the shared data changes does not reflect this;
1500 * periodic interrupt will detect any dangling Rx activity.
40cefda9 1501 */
74ba67ed
BC
1502
1503 /* Disable periodic interrupt; we use it as just a one-shot. */
1504 iwl_write8(priv, CSR_INT_PERIODIC_REG,
40cefda9 1505 CSR_INT_PERIODIC_DIS);
ef850d7c 1506 iwl_rx_handle(priv);
74ba67ed
BC
1507
1508 /*
1509 * Enable periodic interrupt in 8 msec only if we received
1510 * real RX interrupt (instead of just periodic int), to catch
1511 * any dangling Rx interrupt. If it was just the periodic
1512 * interrupt, there was no dangling Rx activity, and no need
1513 * to extend the periodic interrupt; one-shot is enough.
1514 */
40cefda9 1515 if (inta & (CSR_INT_BIT_FH_RX | CSR_INT_BIT_SW_RX))
74ba67ed 1516 iwl_write8(priv, CSR_INT_PERIODIC_REG,
40cefda9
MA
1517 CSR_INT_PERIODIC_ENA);
1518
ef850d7c 1519 priv->isr_stats.rx++;
ef850d7c
MA
1520 }
1521
c72cd19f 1522 /* This "Tx" DMA channel is used only for loading uCode */
ef850d7c
MA
1523 if (inta & CSR_INT_BIT_FH_TX) {
1524 iwl_write32(priv, CSR_FH_INT_STATUS, CSR49_FH_INT_TX_MASK);
c72cd19f 1525 IWL_DEBUG_ISR(priv, "uCode load interrupt\n");
ef850d7c
MA
1526 priv->isr_stats.tx++;
1527 handled |= CSR_INT_BIT_FH_TX;
c72cd19f 1528 /* Wake up uCode load routine, now that load is complete */
ef850d7c
MA
1529 priv->ucode_write_complete = 1;
1530 wake_up_interruptible(&priv->wait_command_queue);
1531 }
1532
1533 if (inta & ~handled) {
1534 IWL_ERR(priv, "Unhandled INTA bits 0x%08x\n", inta & ~handled);
1535 priv->isr_stats.unhandled++;
1536 }
1537
40cefda9 1538 if (inta & ~(priv->inta_mask)) {
ef850d7c 1539 IWL_WARN(priv, "Disabled INTA bits 0x%08x were pending\n",
40cefda9 1540 inta & ~priv->inta_mask);
ef850d7c
MA
1541 }
1542
ef850d7c
MA
1543 /* Re-enable all interrupts */
1544 /* only Re-enable if diabled by irq */
1545 if (test_bit(STATUS_INT_ENABLED, &priv->status))
1546 iwl_enable_interrupts(priv);
ef850d7c
MA
1547}
1548
872c8ddc
WYG
1549/* the threshold ratio of actual_ack_cnt to expected_ack_cnt in percent */
1550#define ACK_CNT_RATIO (50)
1551#define BA_TIMEOUT_CNT (5)
1552#define BA_TIMEOUT_MAX (16)
1553
1554/**
1555 * iwl_good_ack_health - checks for ACK count ratios, BA timeout retries.
1556 *
1557 * When the ACK count ratio is 0 and aggregated BA timeout retries exceeding
1558 * the BA_TIMEOUT_MAX, reload firmware and bring system back to normal
1559 * operation state.
1560 */
1561bool iwl_good_ack_health(struct iwl_priv *priv,
1562 struct iwl_rx_packet *pkt)
1563{
1564 bool rc = true;
1565 int actual_ack_cnt_delta, expected_ack_cnt_delta;
1566 int ba_timeout_delta;
1567
1568 actual_ack_cnt_delta =
1569 le32_to_cpu(pkt->u.stats.tx.actual_ack_cnt) -
f3aebeee 1570 le32_to_cpu(priv->_agn.statistics.tx.actual_ack_cnt);
872c8ddc
WYG
1571 expected_ack_cnt_delta =
1572 le32_to_cpu(pkt->u.stats.tx.expected_ack_cnt) -
f3aebeee 1573 le32_to_cpu(priv->_agn.statistics.tx.expected_ack_cnt);
872c8ddc
WYG
1574 ba_timeout_delta =
1575 le32_to_cpu(pkt->u.stats.tx.agg.ba_timeout) -
f3aebeee 1576 le32_to_cpu(priv->_agn.statistics.tx.agg.ba_timeout);
872c8ddc
WYG
1577 if ((priv->_agn.agg_tids_count > 0) &&
1578 (expected_ack_cnt_delta > 0) &&
1579 (((actual_ack_cnt_delta * 100) / expected_ack_cnt_delta)
1580 < ACK_CNT_RATIO) &&
1581 (ba_timeout_delta > BA_TIMEOUT_CNT)) {
1582 IWL_DEBUG_RADIO(priv, "actual_ack_cnt delta = %d,"
1583 " expected_ack_cnt = %d\n",
1584 actual_ack_cnt_delta, expected_ack_cnt_delta);
1585
d73e4923
JB
1586#ifdef CONFIG_IWLWIFI_DEBUGFS
1587 /*
1588 * This is ifdef'ed on DEBUGFS because otherwise the
1589 * statistics aren't available. If DEBUGFS is set but
1590 * DEBUG is not, these will just compile out.
1591 */
872c8ddc 1592 IWL_DEBUG_RADIO(priv, "rx_detected_cnt delta = %d\n",
f3aebeee 1593 priv->_agn.delta_statistics.tx.rx_detected_cnt);
872c8ddc
WYG
1594 IWL_DEBUG_RADIO(priv,
1595 "ack_or_ba_timeout_collision delta = %d\n",
f3aebeee 1596 priv->_agn.delta_statistics.tx.
872c8ddc
WYG
1597 ack_or_ba_timeout_collision);
1598#endif
1599 IWL_DEBUG_RADIO(priv, "agg ba_timeout delta = %d\n",
1600 ba_timeout_delta);
1601 if (!actual_ack_cnt_delta &&
1602 (ba_timeout_delta >= BA_TIMEOUT_MAX))
1603 rc = false;
1604 }
1605 return rc;
1606}
1607
a83b9141 1608
7d47618a
EG
1609/*****************************************************************************
1610 *
1611 * sysfs attributes
1612 *
1613 *****************************************************************************/
1614
1615#ifdef CONFIG_IWLWIFI_DEBUG
1616
1617/*
1618 * The following adds a new attribute to the sysfs representation
1619 * of this device driver (i.e. a new file in /sys/class/net/wlan0/device/)
1620 * used for controlling the debug level.
1621 *
1622 * See the level definitions in iwl for details.
1623 *
1624 * The debug_level being managed using sysfs below is a per device debug
1625 * level that is used instead of the global debug level if it (the per
1626 * device debug level) is set.
1627 */
1628static ssize_t show_debug_level(struct device *d,
1629 struct device_attribute *attr, char *buf)
1630{
1631 struct iwl_priv *priv = dev_get_drvdata(d);
1632 return sprintf(buf, "0x%08X\n", iwl_get_debug_level(priv));
1633}
1634static ssize_t store_debug_level(struct device *d,
1635 struct device_attribute *attr,
1636 const char *buf, size_t count)
1637{
1638 struct iwl_priv *priv = dev_get_drvdata(d);
1639 unsigned long val;
1640 int ret;
1641
1642 ret = strict_strtoul(buf, 0, &val);
1643 if (ret)
1644 IWL_ERR(priv, "%s is not in hex or decimal form.\n", buf);
1645 else {
1646 priv->debug_level = val;
1647 if (iwl_alloc_traffic_mem(priv))
1648 IWL_ERR(priv,
1649 "Not enough memory to generate traffic log\n");
1650 }
1651 return strnlen(buf, count);
1652}
1653
1654static DEVICE_ATTR(debug_level, S_IWUSR | S_IRUGO,
1655 show_debug_level, store_debug_level);
1656
1657
1658#endif /* CONFIG_IWLWIFI_DEBUG */
1659
1660
1661static ssize_t show_temperature(struct device *d,
1662 struct device_attribute *attr, char *buf)
1663{
1664 struct iwl_priv *priv = dev_get_drvdata(d);
1665
1666 if (!iwl_is_alive(priv))
1667 return -EAGAIN;
1668
1669 return sprintf(buf, "%d\n", priv->temperature);
1670}
1671
1672static DEVICE_ATTR(temperature, S_IRUGO, show_temperature, NULL);
1673
1674static ssize_t show_tx_power(struct device *d,
1675 struct device_attribute *attr, char *buf)
1676{
1677 struct iwl_priv *priv = dev_get_drvdata(d);
1678
1679 if (!iwl_is_ready_rf(priv))
1680 return sprintf(buf, "off\n");
1681 else
1682 return sprintf(buf, "%d\n", priv->tx_power_user_lmt);
1683}
1684
1685static ssize_t store_tx_power(struct device *d,
1686 struct device_attribute *attr,
1687 const char *buf, size_t count)
1688{
1689 struct iwl_priv *priv = dev_get_drvdata(d);
1690 unsigned long val;
1691 int ret;
1692
1693 ret = strict_strtoul(buf, 10, &val);
1694 if (ret)
1695 IWL_INFO(priv, "%s is not in decimal form.\n", buf);
1696 else {
1697 ret = iwl_set_tx_power(priv, val, false);
1698 if (ret)
1699 IWL_ERR(priv, "failed setting tx power (0x%d).\n",
1700 ret);
1701 else
1702 ret = count;
1703 }
1704 return ret;
1705}
1706
1707static DEVICE_ATTR(tx_power, S_IWUSR | S_IRUGO, show_tx_power, store_tx_power);
1708
7d47618a
EG
1709static struct attribute *iwl_sysfs_entries[] = {
1710 &dev_attr_temperature.attr,
1711 &dev_attr_tx_power.attr,
7d47618a
EG
1712#ifdef CONFIG_IWLWIFI_DEBUG
1713 &dev_attr_debug_level.attr,
1714#endif
1715 NULL
1716};
1717
1718static struct attribute_group iwl_attribute_group = {
1719 .name = NULL, /* put in device directory */
1720 .attrs = iwl_sysfs_entries,
1721};
1722
b481de9c
ZY
1723/******************************************************************************
1724 *
1725 * uCode download functions
1726 *
1727 ******************************************************************************/
1728
5b9f8cd3 1729static void iwl_dealloc_ucode_pci(struct iwl_priv *priv)
b481de9c 1730{
98c92211
TW
1731 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_code);
1732 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_data);
1733 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_data_backup);
1734 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_init);
1735 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_init_data);
1736 iwl_free_fw_desc(priv->pci_dev, &priv->ucode_boot);
b481de9c
ZY
1737}
1738
5b9f8cd3 1739static void iwl_nic_start(struct iwl_priv *priv)
edcdf8b2
RR
1740{
1741 /* Remove all resets to allow NIC to operate */
1742 iwl_write32(priv, CSR_RESET, 0);
1743}
1744
dd7a2509
JB
1745struct iwlagn_ucode_capabilities {
1746 u32 max_probe_length;
6a822d06 1747 u32 standard_phy_calibration_size;
ece9c4ee 1748 bool pan;
dd7a2509 1749};
edcdf8b2 1750
b08dfd04 1751static void iwl_ucode_callback(const struct firmware *ucode_raw, void *context);
dd7a2509
JB
1752static int iwl_mac_setup_register(struct iwl_priv *priv,
1753 struct iwlagn_ucode_capabilities *capa);
b08dfd04 1754
39396085
JS
1755#define UCODE_EXPERIMENTAL_INDEX 100
1756#define UCODE_EXPERIMENTAL_TAG "exp"
1757
b08dfd04
JB
1758static int __must_check iwl_request_firmware(struct iwl_priv *priv, bool first)
1759{
1760 const char *name_pre = priv->cfg->fw_name_pre;
39396085 1761 char tag[8];
b08dfd04 1762
39396085
JS
1763 if (first) {
1764#ifdef CONFIG_IWLWIFI_DEBUG_EXPERIMENTAL_UCODE
1765 priv->fw_index = UCODE_EXPERIMENTAL_INDEX;
1766 strcpy(tag, UCODE_EXPERIMENTAL_TAG);
1767 } else if (priv->fw_index == UCODE_EXPERIMENTAL_INDEX) {
1768#endif
b08dfd04 1769 priv->fw_index = priv->cfg->ucode_api_max;
39396085
JS
1770 sprintf(tag, "%d", priv->fw_index);
1771 } else {
b08dfd04 1772 priv->fw_index--;
39396085
JS
1773 sprintf(tag, "%d", priv->fw_index);
1774 }
b08dfd04
JB
1775
1776 if (priv->fw_index < priv->cfg->ucode_api_min) {
1777 IWL_ERR(priv, "no suitable firmware found!\n");
1778 return -ENOENT;
1779 }
1780
39396085 1781 sprintf(priv->firmware_name, "%s%s%s", name_pre, tag, ".ucode");
b08dfd04 1782
39396085
JS
1783 IWL_DEBUG_INFO(priv, "attempting to load firmware %s'%s'\n",
1784 (priv->fw_index == UCODE_EXPERIMENTAL_INDEX)
1785 ? "EXPERIMENTAL " : "",
b08dfd04
JB
1786 priv->firmware_name);
1787
1788 return request_firmware_nowait(THIS_MODULE, 1, priv->firmware_name,
1789 &priv->pci_dev->dev, GFP_KERNEL, priv,
1790 iwl_ucode_callback);
1791}
1792
0e9a44dc
JB
1793struct iwlagn_firmware_pieces {
1794 const void *inst, *data, *init, *init_data, *boot;
1795 size_t inst_size, data_size, init_size, init_data_size, boot_size;
1796
1797 u32 build;
b2e640d4
JB
1798
1799 u32 init_evtlog_ptr, init_evtlog_size, init_errlog_ptr;
1800 u32 inst_evtlog_ptr, inst_evtlog_size, inst_errlog_ptr;
0e9a44dc
JB
1801};
1802
1803static int iwlagn_load_legacy_firmware(struct iwl_priv *priv,
1804 const struct firmware *ucode_raw,
1805 struct iwlagn_firmware_pieces *pieces)
1806{
1807 struct iwl_ucode_header *ucode = (void *)ucode_raw->data;
1808 u32 api_ver, hdr_size;
1809 const u8 *src;
1810
1811 priv->ucode_ver = le32_to_cpu(ucode->ver);
1812 api_ver = IWL_UCODE_API(priv->ucode_ver);
1813
1814 switch (api_ver) {
1815 default:
1816 /*
1817 * 4965 doesn't revision the firmware file format
1818 * along with the API version, it always uses v1
1819 * file format.
1820 */
1821 if ((priv->hw_rev & CSR_HW_REV_TYPE_MSK) !=
1822 CSR_HW_REV_TYPE_4965) {
1823 hdr_size = 28;
1824 if (ucode_raw->size < hdr_size) {
1825 IWL_ERR(priv, "File size too small!\n");
1826 return -EINVAL;
1827 }
1828 pieces->build = le32_to_cpu(ucode->u.v2.build);
1829 pieces->inst_size = le32_to_cpu(ucode->u.v2.inst_size);
1830 pieces->data_size = le32_to_cpu(ucode->u.v2.data_size);
1831 pieces->init_size = le32_to_cpu(ucode->u.v2.init_size);
1832 pieces->init_data_size = le32_to_cpu(ucode->u.v2.init_data_size);
1833 pieces->boot_size = le32_to_cpu(ucode->u.v2.boot_size);
1834 src = ucode->u.v2.data;
1835 break;
1836 }
1837 /* fall through for 4965 */
1838 case 0:
1839 case 1:
1840 case 2:
1841 hdr_size = 24;
1842 if (ucode_raw->size < hdr_size) {
1843 IWL_ERR(priv, "File size too small!\n");
1844 return -EINVAL;
1845 }
1846 pieces->build = 0;
1847 pieces->inst_size = le32_to_cpu(ucode->u.v1.inst_size);
1848 pieces->data_size = le32_to_cpu(ucode->u.v1.data_size);
1849 pieces->init_size = le32_to_cpu(ucode->u.v1.init_size);
1850 pieces->init_data_size = le32_to_cpu(ucode->u.v1.init_data_size);
1851 pieces->boot_size = le32_to_cpu(ucode->u.v1.boot_size);
1852 src = ucode->u.v1.data;
1853 break;
1854 }
1855
1856 /* Verify size of file vs. image size info in file's header */
1857 if (ucode_raw->size != hdr_size + pieces->inst_size +
1858 pieces->data_size + pieces->init_size +
1859 pieces->init_data_size + pieces->boot_size) {
1860
1861 IWL_ERR(priv,
1862 "uCode file size %d does not match expected size\n",
1863 (int)ucode_raw->size);
1864 return -EINVAL;
1865 }
1866
1867 pieces->inst = src;
1868 src += pieces->inst_size;
1869 pieces->data = src;
1870 src += pieces->data_size;
1871 pieces->init = src;
1872 src += pieces->init_size;
1873 pieces->init_data = src;
1874 src += pieces->init_data_size;
1875 pieces->boot = src;
1876 src += pieces->boot_size;
1877
1878 return 0;
1879}
1880
dd7a2509
JB
1881static int iwlagn_wanted_ucode_alternative = 1;
1882
1883static int iwlagn_load_firmware(struct iwl_priv *priv,
1884 const struct firmware *ucode_raw,
1885 struct iwlagn_firmware_pieces *pieces,
1886 struct iwlagn_ucode_capabilities *capa)
1887{
1888 struct iwl_tlv_ucode_header *ucode = (void *)ucode_raw->data;
1889 struct iwl_ucode_tlv *tlv;
1890 size_t len = ucode_raw->size;
1891 const u8 *data;
1892 int wanted_alternative = iwlagn_wanted_ucode_alternative, tmp;
1893 u64 alternatives;
ad8d8333
WYG
1894 u32 tlv_len;
1895 enum iwl_ucode_tlv_type tlv_type;
1896 const u8 *tlv_data;
dd7a2509 1897
ad8d8333
WYG
1898 if (len < sizeof(*ucode)) {
1899 IWL_ERR(priv, "uCode has invalid length: %zd\n", len);
dd7a2509 1900 return -EINVAL;
ad8d8333 1901 }
dd7a2509 1902
ad8d8333
WYG
1903 if (ucode->magic != cpu_to_le32(IWL_TLV_UCODE_MAGIC)) {
1904 IWL_ERR(priv, "invalid uCode magic: 0X%x\n",
1905 le32_to_cpu(ucode->magic));
dd7a2509 1906 return -EINVAL;
ad8d8333 1907 }
dd7a2509
JB
1908
1909 /*
1910 * Check which alternatives are present, and "downgrade"
1911 * when the chosen alternative is not present, warning
1912 * the user when that happens. Some files may not have
1913 * any alternatives, so don't warn in that case.
1914 */
1915 alternatives = le64_to_cpu(ucode->alternatives);
1916 tmp = wanted_alternative;
1917 if (wanted_alternative > 63)
1918 wanted_alternative = 63;
1919 while (wanted_alternative && !(alternatives & BIT(wanted_alternative)))
1920 wanted_alternative--;
1921 if (wanted_alternative && wanted_alternative != tmp)
1922 IWL_WARN(priv,
1923 "uCode alternative %d not available, choosing %d\n",
1924 tmp, wanted_alternative);
1925
1926 priv->ucode_ver = le32_to_cpu(ucode->ver);
1927 pieces->build = le32_to_cpu(ucode->build);
1928 data = ucode->data;
1929
1930 len -= sizeof(*ucode);
1931
704da534 1932 while (len >= sizeof(*tlv)) {
dd7a2509 1933 u16 tlv_alt;
dd7a2509
JB
1934
1935 len -= sizeof(*tlv);
1936 tlv = (void *)data;
1937
1938 tlv_len = le32_to_cpu(tlv->length);
1939 tlv_type = le16_to_cpu(tlv->type);
1940 tlv_alt = le16_to_cpu(tlv->alternative);
1941 tlv_data = tlv->data;
1942
ad8d8333
WYG
1943 if (len < tlv_len) {
1944 IWL_ERR(priv, "invalid TLV len: %zd/%u\n",
1945 len, tlv_len);
dd7a2509 1946 return -EINVAL;
ad8d8333 1947 }
dd7a2509
JB
1948 len -= ALIGN(tlv_len, 4);
1949 data += sizeof(*tlv) + ALIGN(tlv_len, 4);
1950
1951 /*
1952 * Alternative 0 is always valid.
1953 *
1954 * Skip alternative TLVs that are not selected.
1955 */
1956 if (tlv_alt != 0 && tlv_alt != wanted_alternative)
1957 continue;
1958
1959 switch (tlv_type) {
1960 case IWL_UCODE_TLV_INST:
1961 pieces->inst = tlv_data;
1962 pieces->inst_size = tlv_len;
1963 break;
1964 case IWL_UCODE_TLV_DATA:
1965 pieces->data = tlv_data;
1966 pieces->data_size = tlv_len;
1967 break;
1968 case IWL_UCODE_TLV_INIT:
1969 pieces->init = tlv_data;
1970 pieces->init_size = tlv_len;
1971 break;
1972 case IWL_UCODE_TLV_INIT_DATA:
1973 pieces->init_data = tlv_data;
1974 pieces->init_data_size = tlv_len;
1975 break;
1976 case IWL_UCODE_TLV_BOOT:
1977 pieces->boot = tlv_data;
1978 pieces->boot_size = tlv_len;
1979 break;
1980 case IWL_UCODE_TLV_PROBE_MAX_LEN:
704da534
JB
1981 if (tlv_len != sizeof(u32))
1982 goto invalid_tlv_len;
1983 capa->max_probe_length =
ad8d8333 1984 le32_to_cpup((__le32 *)tlv_data);
dd7a2509 1985 break;
ece9c4ee
JB
1986 case IWL_UCODE_TLV_PAN:
1987 if (tlv_len)
1988 goto invalid_tlv_len;
1989 capa->pan = true;
1990 break;
b2e640d4 1991 case IWL_UCODE_TLV_INIT_EVTLOG_PTR:
704da534
JB
1992 if (tlv_len != sizeof(u32))
1993 goto invalid_tlv_len;
1994 pieces->init_evtlog_ptr =
ad8d8333 1995 le32_to_cpup((__le32 *)tlv_data);
b2e640d4
JB
1996 break;
1997 case IWL_UCODE_TLV_INIT_EVTLOG_SIZE:
704da534
JB
1998 if (tlv_len != sizeof(u32))
1999 goto invalid_tlv_len;
2000 pieces->init_evtlog_size =
ad8d8333 2001 le32_to_cpup((__le32 *)tlv_data);
b2e640d4
JB
2002 break;
2003 case IWL_UCODE_TLV_INIT_ERRLOG_PTR:
704da534
JB
2004 if (tlv_len != sizeof(u32))
2005 goto invalid_tlv_len;
2006 pieces->init_errlog_ptr =
ad8d8333 2007 le32_to_cpup((__le32 *)tlv_data);
b2e640d4
JB
2008 break;
2009 case IWL_UCODE_TLV_RUNT_EVTLOG_PTR:
704da534
JB
2010 if (tlv_len != sizeof(u32))
2011 goto invalid_tlv_len;
2012 pieces->inst_evtlog_ptr =
ad8d8333 2013 le32_to_cpup((__le32 *)tlv_data);
b2e640d4
JB
2014 break;
2015 case IWL_UCODE_TLV_RUNT_EVTLOG_SIZE:
704da534
JB
2016 if (tlv_len != sizeof(u32))
2017 goto invalid_tlv_len;
2018 pieces->inst_evtlog_size =
ad8d8333 2019 le32_to_cpup((__le32 *)tlv_data);
b2e640d4
JB
2020 break;
2021 case IWL_UCODE_TLV_RUNT_ERRLOG_PTR:
704da534
JB
2022 if (tlv_len != sizeof(u32))
2023 goto invalid_tlv_len;
2024 pieces->inst_errlog_ptr =
ad8d8333 2025 le32_to_cpup((__le32 *)tlv_data);
b2e640d4 2026 break;
c8312fac
WYG
2027 case IWL_UCODE_TLV_ENHANCE_SENS_TBL:
2028 if (tlv_len)
704da534
JB
2029 goto invalid_tlv_len;
2030 priv->enhance_sensitivity_table = true;
c8312fac 2031 break;
6a822d06 2032 case IWL_UCODE_TLV_PHY_CALIBRATION_SIZE:
704da534
JB
2033 if (tlv_len != sizeof(u32))
2034 goto invalid_tlv_len;
2035 capa->standard_phy_calibration_size =
6a822d06
WYG
2036 le32_to_cpup((__le32 *)tlv_data);
2037 break;
dd7a2509 2038 default:
ad8d8333 2039 IWL_WARN(priv, "unknown TLV: %d\n", tlv_type);
dd7a2509
JB
2040 break;
2041 }
2042 }
2043
ad8d8333
WYG
2044 if (len) {
2045 IWL_ERR(priv, "invalid TLV after parsing: %zd\n", len);
2046 iwl_print_hex_dump(priv, IWL_DL_FW, (u8 *)data, len);
704da534 2047 return -EINVAL;
ad8d8333 2048 }
dd7a2509 2049
704da534
JB
2050 return 0;
2051
2052 invalid_tlv_len:
2053 IWL_ERR(priv, "TLV %d has invalid size: %u\n", tlv_type, tlv_len);
2054 iwl_print_hex_dump(priv, IWL_DL_FW, tlv_data, tlv_len);
2055
2056 return -EINVAL;
dd7a2509
JB
2057}
2058
b481de9c 2059/**
b08dfd04 2060 * iwl_ucode_callback - callback when firmware was loaded
b481de9c 2061 *
b08dfd04
JB
2062 * If loaded successfully, copies the firmware into buffers
2063 * for the card to fetch (via DMA).
b481de9c 2064 */
b08dfd04 2065static void iwl_ucode_callback(const struct firmware *ucode_raw, void *context)
b481de9c 2066{
b08dfd04 2067 struct iwl_priv *priv = context;
cc0f555d 2068 struct iwl_ucode_header *ucode;
0e9a44dc
JB
2069 int err;
2070 struct iwlagn_firmware_pieces pieces;
a0987a8d
RC
2071 const unsigned int api_max = priv->cfg->ucode_api_max;
2072 const unsigned int api_min = priv->cfg->ucode_api_min;
0e9a44dc 2073 u32 api_ver;
3e4de761 2074 char buildstr[25];
0e9a44dc 2075 u32 build;
dd7a2509
JB
2076 struct iwlagn_ucode_capabilities ucode_capa = {
2077 .max_probe_length = 200,
6a822d06
WYG
2078 .standard_phy_calibration_size =
2079 IWL_MAX_STANDARD_PHY_CALIBRATE_TBL_SIZE,
dd7a2509 2080 };
0e9a44dc
JB
2081
2082 memset(&pieces, 0, sizeof(pieces));
b481de9c 2083
b08dfd04 2084 if (!ucode_raw) {
39396085
JS
2085 if (priv->fw_index <= priv->cfg->ucode_api_max)
2086 IWL_ERR(priv,
2087 "request for firmware file '%s' failed.\n",
2088 priv->firmware_name);
b08dfd04 2089 goto try_again;
b481de9c
ZY
2090 }
2091
b08dfd04
JB
2092 IWL_DEBUG_INFO(priv, "Loaded firmware file '%s' (%zd bytes).\n",
2093 priv->firmware_name, ucode_raw->size);
b481de9c 2094
22adba2a
JB
2095 /* Make sure that we got at least the API version number */
2096 if (ucode_raw->size < 4) {
15b1687c 2097 IWL_ERR(priv, "File size way too small!\n");
b08dfd04 2098 goto try_again;
b481de9c
ZY
2099 }
2100
2101 /* Data from ucode file: header followed by uCode images */
cc0f555d 2102 ucode = (struct iwl_ucode_header *)ucode_raw->data;
b481de9c 2103
0e9a44dc
JB
2104 if (ucode->ver)
2105 err = iwlagn_load_legacy_firmware(priv, ucode_raw, &pieces);
2106 else
dd7a2509
JB
2107 err = iwlagn_load_firmware(priv, ucode_raw, &pieces,
2108 &ucode_capa);
22adba2a 2109
0e9a44dc
JB
2110 if (err)
2111 goto try_again;
b481de9c 2112
a0987a8d 2113 api_ver = IWL_UCODE_API(priv->ucode_ver);
0e9a44dc 2114 build = pieces.build;
a0987a8d 2115
0e9a44dc
JB
2116 /*
2117 * api_ver should match the api version forming part of the
2118 * firmware filename ... but we don't check for that and only rely
2119 * on the API version read from firmware header from here on forward
2120 */
a0987a8d 2121 if (api_ver < api_min || api_ver > api_max) {
15b1687c 2122 IWL_ERR(priv, "Driver unable to support your firmware API. "
a0987a8d
RC
2123 "Driver supports v%u, firmware is v%u.\n",
2124 api_max, api_ver);
b08dfd04 2125 goto try_again;
a0987a8d 2126 }
b08dfd04 2127
a0987a8d 2128 if (api_ver != api_max)
978785a3 2129 IWL_ERR(priv, "Firmware has old API version. Expected v%u, "
a0987a8d
RC
2130 "got v%u. New firmware can be obtained "
2131 "from http://www.intellinuxwireless.org.\n",
2132 api_max, api_ver);
2133
3e4de761 2134 if (build)
39396085
JS
2135 sprintf(buildstr, " build %u%s", build,
2136 (priv->fw_index == UCODE_EXPERIMENTAL_INDEX)
2137 ? " (EXP)" : "");
3e4de761
JB
2138 else
2139 buildstr[0] = '\0';
2140
2141 IWL_INFO(priv, "loaded firmware version %u.%u.%u.%u%s\n",
2142 IWL_UCODE_MAJOR(priv->ucode_ver),
2143 IWL_UCODE_MINOR(priv->ucode_ver),
2144 IWL_UCODE_API(priv->ucode_ver),
2145 IWL_UCODE_SERIAL(priv->ucode_ver),
2146 buildstr);
a0987a8d 2147
5ebeb5a6
RC
2148 snprintf(priv->hw->wiphy->fw_version,
2149 sizeof(priv->hw->wiphy->fw_version),
3e4de761 2150 "%u.%u.%u.%u%s",
5ebeb5a6
RC
2151 IWL_UCODE_MAJOR(priv->ucode_ver),
2152 IWL_UCODE_MINOR(priv->ucode_ver),
2153 IWL_UCODE_API(priv->ucode_ver),
3e4de761
JB
2154 IWL_UCODE_SERIAL(priv->ucode_ver),
2155 buildstr);
b481de9c 2156
b08dfd04
JB
2157 /*
2158 * For any of the failures below (before allocating pci memory)
2159 * we will try to load a version with a smaller API -- maybe the
2160 * user just got a corrupted version of the latest API.
2161 */
2162
0e9a44dc
JB
2163 IWL_DEBUG_INFO(priv, "f/w package hdr ucode version raw = 0x%x\n",
2164 priv->ucode_ver);
2165 IWL_DEBUG_INFO(priv, "f/w package hdr runtime inst size = %Zd\n",
2166 pieces.inst_size);
2167 IWL_DEBUG_INFO(priv, "f/w package hdr runtime data size = %Zd\n",
2168 pieces.data_size);
2169 IWL_DEBUG_INFO(priv, "f/w package hdr init inst size = %Zd\n",
2170 pieces.init_size);
2171 IWL_DEBUG_INFO(priv, "f/w package hdr init data size = %Zd\n",
2172 pieces.init_data_size);
2173 IWL_DEBUG_INFO(priv, "f/w package hdr boot inst size = %Zd\n",
2174 pieces.boot_size);
b481de9c
ZY
2175
2176 /* Verify that uCode images will fit in card's SRAM */
0e9a44dc
JB
2177 if (pieces.inst_size > priv->hw_params.max_inst_size) {
2178 IWL_ERR(priv, "uCode instr len %Zd too large to fit in\n",
2179 pieces.inst_size);
b08dfd04 2180 goto try_again;
b481de9c
ZY
2181 }
2182
0e9a44dc
JB
2183 if (pieces.data_size > priv->hw_params.max_data_size) {
2184 IWL_ERR(priv, "uCode data len %Zd too large to fit in\n",
2185 pieces.data_size);
b08dfd04 2186 goto try_again;
b481de9c 2187 }
0e9a44dc
JB
2188
2189 if (pieces.init_size > priv->hw_params.max_inst_size) {
2190 IWL_ERR(priv, "uCode init instr len %Zd too large to fit in\n",
2191 pieces.init_size);
b08dfd04 2192 goto try_again;
b481de9c 2193 }
0e9a44dc
JB
2194
2195 if (pieces.init_data_size > priv->hw_params.max_data_size) {
2196 IWL_ERR(priv, "uCode init data len %Zd too large to fit in\n",
2197 pieces.init_data_size);
b08dfd04 2198 goto try_again;
b481de9c 2199 }
0e9a44dc
JB
2200
2201 if (pieces.boot_size > priv->hw_params.max_bsm_size) {
2202 IWL_ERR(priv, "uCode boot instr len %Zd too large to fit in\n",
2203 pieces.boot_size);
b08dfd04 2204 goto try_again;
b481de9c
ZY
2205 }
2206
2207 /* Allocate ucode buffers for card's bus-master loading ... */
2208
2209 /* Runtime instructions and 2 copies of data:
2210 * 1) unmodified from disk
2211 * 2) backup cache for save/restore during power-downs */
0e9a44dc 2212 priv->ucode_code.len = pieces.inst_size;
98c92211 2213 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_code);
b481de9c 2214
0e9a44dc 2215 priv->ucode_data.len = pieces.data_size;
98c92211 2216 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_data);
b481de9c 2217
0e9a44dc 2218 priv->ucode_data_backup.len = pieces.data_size;
98c92211 2219 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_data_backup);
b481de9c 2220
1f304e4e
ZY
2221 if (!priv->ucode_code.v_addr || !priv->ucode_data.v_addr ||
2222 !priv->ucode_data_backup.v_addr)
2223 goto err_pci_alloc;
2224
b481de9c 2225 /* Initialization instructions and data */
0e9a44dc
JB
2226 if (pieces.init_size && pieces.init_data_size) {
2227 priv->ucode_init.len = pieces.init_size;
98c92211 2228 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_init);
90e759d1 2229
0e9a44dc 2230 priv->ucode_init_data.len = pieces.init_data_size;
98c92211 2231 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_init_data);
90e759d1
TW
2232
2233 if (!priv->ucode_init.v_addr || !priv->ucode_init_data.v_addr)
2234 goto err_pci_alloc;
2235 }
b481de9c
ZY
2236
2237 /* Bootstrap (instructions only, no data) */
0e9a44dc
JB
2238 if (pieces.boot_size) {
2239 priv->ucode_boot.len = pieces.boot_size;
98c92211 2240 iwl_alloc_fw_desc(priv->pci_dev, &priv->ucode_boot);
b481de9c 2241
90e759d1
TW
2242 if (!priv->ucode_boot.v_addr)
2243 goto err_pci_alloc;
2244 }
b481de9c 2245
b2e640d4
JB
2246 /* Now that we can no longer fail, copy information */
2247
2248 /*
2249 * The (size - 16) / 12 formula is based on the information recorded
2250 * for each event, which is of mode 1 (including timestamp) for all
2251 * new microcodes that include this information.
2252 */
2253 priv->_agn.init_evtlog_ptr = pieces.init_evtlog_ptr;
2254 if (pieces.init_evtlog_size)
2255 priv->_agn.init_evtlog_size = (pieces.init_evtlog_size - 16)/12;
2256 else
2257 priv->_agn.init_evtlog_size = priv->cfg->max_event_log_size;
2258 priv->_agn.init_errlog_ptr = pieces.init_errlog_ptr;
2259 priv->_agn.inst_evtlog_ptr = pieces.inst_evtlog_ptr;
2260 if (pieces.inst_evtlog_size)
2261 priv->_agn.inst_evtlog_size = (pieces.inst_evtlog_size - 16)/12;
2262 else
2263 priv->_agn.inst_evtlog_size = priv->cfg->max_event_log_size;
2264 priv->_agn.inst_errlog_ptr = pieces.inst_errlog_ptr;
2265
ece9c4ee
JB
2266 if (ucode_capa.pan) {
2267 priv->valid_contexts |= BIT(IWL_RXON_CTX_PAN);
c10afb6e 2268 priv->sta_key_max_num = STA_KEY_MAX_NUM_PAN;
ece9c4ee
JB
2269 } else
2270 priv->sta_key_max_num = STA_KEY_MAX_NUM;
c10afb6e 2271
b481de9c
ZY
2272 /* Copy images into buffers for card's bus-master reads ... */
2273
2274 /* Runtime instructions (first block of data in file) */
0e9a44dc
JB
2275 IWL_DEBUG_INFO(priv, "Copying (but not loading) uCode instr len %Zd\n",
2276 pieces.inst_size);
2277 memcpy(priv->ucode_code.v_addr, pieces.inst, pieces.inst_size);
cc0f555d 2278
e1623446 2279 IWL_DEBUG_INFO(priv, "uCode instr buf vaddr = 0x%p, paddr = 0x%08x\n",
b481de9c
ZY
2280 priv->ucode_code.v_addr, (u32)priv->ucode_code.p_addr);
2281
0e9a44dc
JB
2282 /*
2283 * Runtime data
2284 * NOTE: Copy into backup buffer will be done in iwl_up()
2285 */
2286 IWL_DEBUG_INFO(priv, "Copying (but not loading) uCode data len %Zd\n",
2287 pieces.data_size);
2288 memcpy(priv->ucode_data.v_addr, pieces.data, pieces.data_size);
2289 memcpy(priv->ucode_data_backup.v_addr, pieces.data, pieces.data_size);
2290
2291 /* Initialization instructions */
2292 if (pieces.init_size) {
e1623446 2293 IWL_DEBUG_INFO(priv, "Copying (but not loading) init instr len %Zd\n",
0e9a44dc
JB
2294 pieces.init_size);
2295 memcpy(priv->ucode_init.v_addr, pieces.init, pieces.init_size);
b481de9c
ZY
2296 }
2297
0e9a44dc
JB
2298 /* Initialization data */
2299 if (pieces.init_data_size) {
e1623446 2300 IWL_DEBUG_INFO(priv, "Copying (but not loading) init data len %Zd\n",
0e9a44dc
JB
2301 pieces.init_data_size);
2302 memcpy(priv->ucode_init_data.v_addr, pieces.init_data,
2303 pieces.init_data_size);
b481de9c
ZY
2304 }
2305
0e9a44dc
JB
2306 /* Bootstrap instructions */
2307 IWL_DEBUG_INFO(priv, "Copying (but not loading) boot instr len %Zd\n",
2308 pieces.boot_size);
2309 memcpy(priv->ucode_boot.v_addr, pieces.boot, pieces.boot_size);
b481de9c 2310
6a822d06
WYG
2311 /*
2312 * figure out the offset of chain noise reset and gain commands
2313 * base on the size of standard phy calibration commands table size
2314 */
2315 if (ucode_capa.standard_phy_calibration_size >
2316 IWL_MAX_PHY_CALIBRATE_TBL_SIZE)
2317 ucode_capa.standard_phy_calibration_size =
2318 IWL_MAX_STANDARD_PHY_CALIBRATE_TBL_SIZE;
2319
2320 priv->_agn.phy_calib_chain_noise_reset_cmd =
2321 ucode_capa.standard_phy_calibration_size;
2322 priv->_agn.phy_calib_chain_noise_gain_cmd =
2323 ucode_capa.standard_phy_calibration_size + 1;
2324
b08dfd04
JB
2325 /**************************************************
2326 * This is still part of probe() in a sense...
2327 *
2328 * 9. Setup and register with mac80211 and debugfs
2329 **************************************************/
dd7a2509 2330 err = iwl_mac_setup_register(priv, &ucode_capa);
b08dfd04
JB
2331 if (err)
2332 goto out_unbind;
2333
2334 err = iwl_dbgfs_register(priv, DRV_NAME);
2335 if (err)
2336 IWL_ERR(priv, "failed to create debugfs files. Ignoring error: %d\n", err);
2337
7d47618a
EG
2338 err = sysfs_create_group(&priv->pci_dev->dev.kobj,
2339 &iwl_attribute_group);
2340 if (err) {
2341 IWL_ERR(priv, "failed to create sysfs device attributes\n");
2342 goto out_unbind;
2343 }
2344
b481de9c
ZY
2345 /* We have our copies now, allow OS release its copies */
2346 release_firmware(ucode_raw);
a15707d8 2347 complete(&priv->_agn.firmware_loading_complete);
b08dfd04
JB
2348 return;
2349
2350 try_again:
2351 /* try next, if any */
2352 if (iwl_request_firmware(priv, false))
2353 goto out_unbind;
2354 release_firmware(ucode_raw);
2355 return;
b481de9c
ZY
2356
2357 err_pci_alloc:
15b1687c 2358 IWL_ERR(priv, "failed to allocate pci memory\n");
5b9f8cd3 2359 iwl_dealloc_ucode_pci(priv);
b08dfd04 2360 out_unbind:
a15707d8 2361 complete(&priv->_agn.firmware_loading_complete);
b08dfd04 2362 device_release_driver(&priv->pci_dev->dev);
b481de9c 2363 release_firmware(ucode_raw);
b481de9c
ZY
2364}
2365
b7a79404
RC
2366static const char *desc_lookup_text[] = {
2367 "OK",
2368 "FAIL",
2369 "BAD_PARAM",
2370 "BAD_CHECKSUM",
2371 "NMI_INTERRUPT_WDG",
2372 "SYSASSERT",
2373 "FATAL_ERROR",
2374 "BAD_COMMAND",
2375 "HW_ERROR_TUNE_LOCK",
2376 "HW_ERROR_TEMPERATURE",
2377 "ILLEGAL_CHAN_FREQ",
2378 "VCC_NOT_STABLE",
2379 "FH_ERROR",
2380 "NMI_INTERRUPT_HOST",
2381 "NMI_INTERRUPT_ACTION_PT",
2382 "NMI_INTERRUPT_UNKNOWN",
2383 "UCODE_VERSION_MISMATCH",
2384 "HW_ERROR_ABS_LOCK",
2385 "HW_ERROR_CAL_LOCK_FAIL",
2386 "NMI_INTERRUPT_INST_ACTION_PT",
2387 "NMI_INTERRUPT_DATA_ACTION_PT",
2388 "NMI_TRM_HW_ER",
2389 "NMI_INTERRUPT_TRM",
2390 "NMI_INTERRUPT_BREAK_POINT"
2391 "DEBUG_0",
2392 "DEBUG_1",
2393 "DEBUG_2",
2394 "DEBUG_3",
b7a79404
RC
2395};
2396
4b58645c
JS
2397static struct { char *name; u8 num; } advanced_lookup[] = {
2398 { "NMI_INTERRUPT_WDG", 0x34 },
2399 { "SYSASSERT", 0x35 },
2400 { "UCODE_VERSION_MISMATCH", 0x37 },
2401 { "BAD_COMMAND", 0x38 },
2402 { "NMI_INTERRUPT_DATA_ACTION_PT", 0x3C },
2403 { "FATAL_ERROR", 0x3D },
2404 { "NMI_TRM_HW_ERR", 0x46 },
2405 { "NMI_INTERRUPT_TRM", 0x4C },
2406 { "NMI_INTERRUPT_BREAK_POINT", 0x54 },
2407 { "NMI_INTERRUPT_WDG_RXF_FULL", 0x5C },
2408 { "NMI_INTERRUPT_WDG_NO_RBD_RXF_FULL", 0x64 },
2409 { "NMI_INTERRUPT_HOST", 0x66 },
2410 { "NMI_INTERRUPT_ACTION_PT", 0x7C },
2411 { "NMI_INTERRUPT_UNKNOWN", 0x84 },
2412 { "NMI_INTERRUPT_INST_ACTION_PT", 0x86 },
2413 { "ADVANCED_SYSASSERT", 0 },
2414};
2415
2416static const char *desc_lookup(u32 num)
b7a79404 2417{
4b58645c
JS
2418 int i;
2419 int max = ARRAY_SIZE(desc_lookup_text);
b7a79404 2420
4b58645c
JS
2421 if (num < max)
2422 return desc_lookup_text[num];
b7a79404 2423
4b58645c
JS
2424 max = ARRAY_SIZE(advanced_lookup) - 1;
2425 for (i = 0; i < max; i++) {
2426 if (advanced_lookup[i].num == num)
2427 break;;
2428 }
2429 return advanced_lookup[i].name;
b7a79404
RC
2430}
2431
2432#define ERROR_START_OFFSET (1 * sizeof(u32))
2433#define ERROR_ELEM_SIZE (7 * sizeof(u32))
2434
2435void iwl_dump_nic_error_log(struct iwl_priv *priv)
2436{
2437 u32 data2, line;
2438 u32 desc, time, count, base, data1;
2439 u32 blink1, blink2, ilink1, ilink2;
461ef382 2440 u32 pc, hcmd;
b7a79404 2441
b2e640d4 2442 if (priv->ucode_type == UCODE_INIT) {
b7a79404 2443 base = le32_to_cpu(priv->card_alive_init.error_event_table_ptr);
b2e640d4
JB
2444 if (!base)
2445 base = priv->_agn.init_errlog_ptr;
2446 } else {
b7a79404 2447 base = le32_to_cpu(priv->card_alive.error_event_table_ptr);
b2e640d4
JB
2448 if (!base)
2449 base = priv->_agn.inst_errlog_ptr;
2450 }
b7a79404
RC
2451
2452 if (!priv->cfg->ops->lib->is_valid_rtc_data_addr(base)) {
212fb575
WYG
2453 IWL_ERR(priv,
2454 "Not valid error log pointer 0x%08X for %s uCode\n",
2455 base, (priv->ucode_type == UCODE_INIT) ? "Init" : "RT");
b7a79404
RC
2456 return;
2457 }
2458
2459 count = iwl_read_targ_mem(priv, base);
2460
2461 if (ERROR_START_OFFSET <= count * ERROR_ELEM_SIZE) {
2462 IWL_ERR(priv, "Start IWL Error Log Dump:\n");
2463 IWL_ERR(priv, "Status: 0x%08lX, count: %d\n",
2464 priv->status, count);
2465 }
2466
2467 desc = iwl_read_targ_mem(priv, base + 1 * sizeof(u32));
6e6ebf4b 2468 priv->isr_stats.err_code = desc;
461ef382 2469 pc = iwl_read_targ_mem(priv, base + 2 * sizeof(u32));
b7a79404
RC
2470 blink1 = iwl_read_targ_mem(priv, base + 3 * sizeof(u32));
2471 blink2 = iwl_read_targ_mem(priv, base + 4 * sizeof(u32));
2472 ilink1 = iwl_read_targ_mem(priv, base + 5 * sizeof(u32));
2473 ilink2 = iwl_read_targ_mem(priv, base + 6 * sizeof(u32));
2474 data1 = iwl_read_targ_mem(priv, base + 7 * sizeof(u32));
2475 data2 = iwl_read_targ_mem(priv, base + 8 * sizeof(u32));
2476 line = iwl_read_targ_mem(priv, base + 9 * sizeof(u32));
2477 time = iwl_read_targ_mem(priv, base + 11 * sizeof(u32));
461ef382 2478 hcmd = iwl_read_targ_mem(priv, base + 22 * sizeof(u32));
b7a79404 2479
be1a71a1
JB
2480 trace_iwlwifi_dev_ucode_error(priv, desc, time, data1, data2, line,
2481 blink1, blink2, ilink1, ilink2);
2482
87563715 2483 IWL_ERR(priv, "Desc Time "
b7a79404 2484 "data1 data2 line\n");
87563715 2485 IWL_ERR(priv, "%-28s (0x%04X) %010u 0x%08X 0x%08X %u\n",
b7a79404 2486 desc_lookup(desc), desc, time, data1, data2, line);
461ef382
WYG
2487 IWL_ERR(priv, "pc blink1 blink2 ilink1 ilink2 hcmd\n");
2488 IWL_ERR(priv, "0x%05X 0x%05X 0x%05X 0x%05X 0x%05X 0x%05X\n",
2489 pc, blink1, blink2, ilink1, ilink2, hcmd);
b7a79404
RC
2490}
2491
2492#define EVENT_START_OFFSET (4 * sizeof(u32))
2493
2494/**
2495 * iwl_print_event_log - Dump error event log to syslog
2496 *
2497 */
b03d7d0f
WYG
2498static int iwl_print_event_log(struct iwl_priv *priv, u32 start_idx,
2499 u32 num_events, u32 mode,
2500 int pos, char **buf, size_t bufsz)
b7a79404
RC
2501{
2502 u32 i;
2503 u32 base; /* SRAM byte address of event log header */
2504 u32 event_size; /* 2 u32s, or 3 u32s if timestamp recorded */
2505 u32 ptr; /* SRAM byte address of log data */
2506 u32 ev, time, data; /* event log data */
e5854471 2507 unsigned long reg_flags;
b7a79404
RC
2508
2509 if (num_events == 0)
b03d7d0f 2510 return pos;
b2e640d4
JB
2511
2512 if (priv->ucode_type == UCODE_INIT) {
b7a79404 2513 base = le32_to_cpu(priv->card_alive_init.log_event_table_ptr);
b2e640d4
JB
2514 if (!base)
2515 base = priv->_agn.init_evtlog_ptr;
2516 } else {
b7a79404 2517 base = le32_to_cpu(priv->card_alive.log_event_table_ptr);
b2e640d4
JB
2518 if (!base)
2519 base = priv->_agn.inst_evtlog_ptr;
2520 }
b7a79404
RC
2521
2522 if (mode == 0)
2523 event_size = 2 * sizeof(u32);
2524 else
2525 event_size = 3 * sizeof(u32);
2526
2527 ptr = base + EVENT_START_OFFSET + (start_idx * event_size);
2528
e5854471
BC
2529 /* Make sure device is powered up for SRAM reads */
2530 spin_lock_irqsave(&priv->reg_lock, reg_flags);
2531 iwl_grab_nic_access(priv);
2532
2533 /* Set starting address; reads will auto-increment */
2534 _iwl_write_direct32(priv, HBUS_TARG_MEM_RADDR, ptr);
2535 rmb();
2536
b7a79404
RC
2537 /* "time" is actually "data" for mode 0 (no timestamp).
2538 * place event id # at far right for easier visual parsing. */
2539 for (i = 0; i < num_events; i++) {
e5854471
BC
2540 ev = _iwl_read_direct32(priv, HBUS_TARG_MEM_RDAT);
2541 time = _iwl_read_direct32(priv, HBUS_TARG_MEM_RDAT);
b7a79404
RC
2542 if (mode == 0) {
2543 /* data, ev */
b03d7d0f
WYG
2544 if (bufsz) {
2545 pos += scnprintf(*buf + pos, bufsz - pos,
2546 "EVT_LOG:0x%08x:%04u\n",
2547 time, ev);
2548 } else {
2549 trace_iwlwifi_dev_ucode_event(priv, 0,
2550 time, ev);
2551 IWL_ERR(priv, "EVT_LOG:0x%08x:%04u\n",
2552 time, ev);
2553 }
b7a79404 2554 } else {
e5854471 2555 data = _iwl_read_direct32(priv, HBUS_TARG_MEM_RDAT);
b03d7d0f
WYG
2556 if (bufsz) {
2557 pos += scnprintf(*buf + pos, bufsz - pos,
2558 "EVT_LOGT:%010u:0x%08x:%04u\n",
2559 time, data, ev);
2560 } else {
2561 IWL_ERR(priv, "EVT_LOGT:%010u:0x%08x:%04u\n",
b7a79404 2562 time, data, ev);
b03d7d0f
WYG
2563 trace_iwlwifi_dev_ucode_event(priv, time,
2564 data, ev);
2565 }
b7a79404
RC
2566 }
2567 }
e5854471
BC
2568
2569 /* Allow device to power down */
2570 iwl_release_nic_access(priv);
2571 spin_unlock_irqrestore(&priv->reg_lock, reg_flags);
b03d7d0f 2572 return pos;
b7a79404
RC
2573}
2574
c341ddb2
WYG
2575/**
2576 * iwl_print_last_event_logs - Dump the newest # of event log to syslog
2577 */
b03d7d0f
WYG
2578static int iwl_print_last_event_logs(struct iwl_priv *priv, u32 capacity,
2579 u32 num_wraps, u32 next_entry,
2580 u32 size, u32 mode,
2581 int pos, char **buf, size_t bufsz)
c341ddb2
WYG
2582{
2583 /*
2584 * display the newest DEFAULT_LOG_ENTRIES entries
2585 * i.e the entries just before the next ont that uCode would fill.
2586 */
2587 if (num_wraps) {
2588 if (next_entry < size) {
b03d7d0f
WYG
2589 pos = iwl_print_event_log(priv,
2590 capacity - (size - next_entry),
2591 size - next_entry, mode,
2592 pos, buf, bufsz);
2593 pos = iwl_print_event_log(priv, 0,
2594 next_entry, mode,
2595 pos, buf, bufsz);
c341ddb2 2596 } else
b03d7d0f
WYG
2597 pos = iwl_print_event_log(priv, next_entry - size,
2598 size, mode, pos, buf, bufsz);
c341ddb2 2599 } else {
b03d7d0f
WYG
2600 if (next_entry < size) {
2601 pos = iwl_print_event_log(priv, 0, next_entry,
2602 mode, pos, buf, bufsz);
2603 } else {
2604 pos = iwl_print_event_log(priv, next_entry - size,
2605 size, mode, pos, buf, bufsz);
2606 }
c341ddb2 2607 }
b03d7d0f 2608 return pos;
c341ddb2
WYG
2609}
2610
c341ddb2
WYG
2611#define DEFAULT_DUMP_EVENT_LOG_ENTRIES (20)
2612
b03d7d0f
WYG
2613int iwl_dump_nic_event_log(struct iwl_priv *priv, bool full_log,
2614 char **buf, bool display)
b7a79404
RC
2615{
2616 u32 base; /* SRAM byte address of event log header */
2617 u32 capacity; /* event log capacity in # entries */
2618 u32 mode; /* 0 - no timestamp, 1 - timestamp recorded */
2619 u32 num_wraps; /* # times uCode wrapped to top of log */
2620 u32 next_entry; /* index of next entry to be written by uCode */
2621 u32 size; /* # entries that we'll print */
b2e640d4 2622 u32 logsize;
b03d7d0f
WYG
2623 int pos = 0;
2624 size_t bufsz = 0;
b7a79404 2625
b2e640d4 2626 if (priv->ucode_type == UCODE_INIT) {
b7a79404 2627 base = le32_to_cpu(priv->card_alive_init.log_event_table_ptr);
b2e640d4
JB
2628 logsize = priv->_agn.init_evtlog_size;
2629 if (!base)
2630 base = priv->_agn.init_evtlog_ptr;
2631 } else {
b7a79404 2632 base = le32_to_cpu(priv->card_alive.log_event_table_ptr);
b2e640d4
JB
2633 logsize = priv->_agn.inst_evtlog_size;
2634 if (!base)
2635 base = priv->_agn.inst_evtlog_ptr;
2636 }
b7a79404
RC
2637
2638 if (!priv->cfg->ops->lib->is_valid_rtc_data_addr(base)) {
212fb575
WYG
2639 IWL_ERR(priv,
2640 "Invalid event log pointer 0x%08X for %s uCode\n",
2641 base, (priv->ucode_type == UCODE_INIT) ? "Init" : "RT");
937c397e 2642 return -EINVAL;
b7a79404
RC
2643 }
2644
2645 /* event log header */
2646 capacity = iwl_read_targ_mem(priv, base);
2647 mode = iwl_read_targ_mem(priv, base + (1 * sizeof(u32)));
2648 num_wraps = iwl_read_targ_mem(priv, base + (2 * sizeof(u32)));
2649 next_entry = iwl_read_targ_mem(priv, base + (3 * sizeof(u32)));
2650
b2e640d4 2651 if (capacity > logsize) {
84c40692 2652 IWL_ERR(priv, "Log capacity %d is bogus, limit to %d entries\n",
b2e640d4
JB
2653 capacity, logsize);
2654 capacity = logsize;
84c40692
BC
2655 }
2656
b2e640d4 2657 if (next_entry > logsize) {
84c40692 2658 IWL_ERR(priv, "Log write index %d is bogus, limit to %d\n",
b2e640d4
JB
2659 next_entry, logsize);
2660 next_entry = logsize;
84c40692
BC
2661 }
2662
b7a79404
RC
2663 size = num_wraps ? capacity : next_entry;
2664
2665 /* bail out if nothing in log */
2666 if (size == 0) {
2667 IWL_ERR(priv, "Start IWL Event Log Dump: nothing in log\n");
b03d7d0f 2668 return pos;
b7a79404
RC
2669 }
2670
f37837c9
WYG
2671 /* enable/disable bt channel announcement */
2672 priv->bt_ch_announce = iwlagn_bt_ch_announce;
2673
c341ddb2 2674#ifdef CONFIG_IWLWIFI_DEBUG
521d9bce 2675 if (!(iwl_get_debug_level(priv) & IWL_DL_FW_ERRORS) && !full_log)
c341ddb2
WYG
2676 size = (size > DEFAULT_DUMP_EVENT_LOG_ENTRIES)
2677 ? DEFAULT_DUMP_EVENT_LOG_ENTRIES : size;
2678#else
2679 size = (size > DEFAULT_DUMP_EVENT_LOG_ENTRIES)
2680 ? DEFAULT_DUMP_EVENT_LOG_ENTRIES : size;
2681#endif
2682 IWL_ERR(priv, "Start IWL Event Log Dump: display last %u entries\n",
2683 size);
b7a79404 2684
c341ddb2 2685#ifdef CONFIG_IWLWIFI_DEBUG
b03d7d0f
WYG
2686 if (display) {
2687 if (full_log)
2688 bufsz = capacity * 48;
2689 else
2690 bufsz = size * 48;
2691 *buf = kmalloc(bufsz, GFP_KERNEL);
2692 if (!*buf)
937c397e 2693 return -ENOMEM;
b03d7d0f 2694 }
c341ddb2
WYG
2695 if ((iwl_get_debug_level(priv) & IWL_DL_FW_ERRORS) || full_log) {
2696 /*
2697 * if uCode has wrapped back to top of log,
2698 * start at the oldest entry,
2699 * i.e the next one that uCode would fill.
2700 */
2701 if (num_wraps)
b03d7d0f
WYG
2702 pos = iwl_print_event_log(priv, next_entry,
2703 capacity - next_entry, mode,
2704 pos, buf, bufsz);
c341ddb2 2705 /* (then/else) start at top of log */
b03d7d0f
WYG
2706 pos = iwl_print_event_log(priv, 0,
2707 next_entry, mode, pos, buf, bufsz);
c341ddb2 2708 } else
b03d7d0f
WYG
2709 pos = iwl_print_last_event_logs(priv, capacity, num_wraps,
2710 next_entry, size, mode,
2711 pos, buf, bufsz);
c341ddb2 2712#else
b03d7d0f
WYG
2713 pos = iwl_print_last_event_logs(priv, capacity, num_wraps,
2714 next_entry, size, mode,
2715 pos, buf, bufsz);
b7a79404 2716#endif
b03d7d0f 2717 return pos;
c341ddb2 2718}
b7a79404 2719
0975cc8f
WYG
2720static void iwl_rf_kill_ct_config(struct iwl_priv *priv)
2721{
2722 struct iwl_ct_kill_config cmd;
2723 struct iwl_ct_kill_throttling_config adv_cmd;
2724 unsigned long flags;
2725 int ret = 0;
2726
2727 spin_lock_irqsave(&priv->lock, flags);
2728 iwl_write32(priv, CSR_UCODE_DRV_GP1_CLR,
2729 CSR_UCODE_DRV_GP1_REG_BIT_CT_KILL_EXIT);
2730 spin_unlock_irqrestore(&priv->lock, flags);
2731 priv->thermal_throttle.ct_kill_toggle = false;
2732
2733 if (priv->cfg->support_ct_kill_exit) {
2734 adv_cmd.critical_temperature_enter =
2735 cpu_to_le32(priv->hw_params.ct_kill_threshold);
2736 adv_cmd.critical_temperature_exit =
2737 cpu_to_le32(priv->hw_params.ct_kill_exit_threshold);
2738
2739 ret = iwl_send_cmd_pdu(priv, REPLY_CT_KILL_CONFIG_CMD,
2740 sizeof(adv_cmd), &adv_cmd);
2741 if (ret)
2742 IWL_ERR(priv, "REPLY_CT_KILL_CONFIG_CMD failed\n");
2743 else
2744 IWL_DEBUG_INFO(priv, "REPLY_CT_KILL_CONFIG_CMD "
2745 "succeeded, "
2746 "critical temperature enter is %d,"
2747 "exit is %d\n",
2748 priv->hw_params.ct_kill_threshold,
2749 priv->hw_params.ct_kill_exit_threshold);
2750 } else {
2751 cmd.critical_temperature_R =
2752 cpu_to_le32(priv->hw_params.ct_kill_threshold);
2753
2754 ret = iwl_send_cmd_pdu(priv, REPLY_CT_KILL_CONFIG_CMD,
2755 sizeof(cmd), &cmd);
2756 if (ret)
2757 IWL_ERR(priv, "REPLY_CT_KILL_CONFIG_CMD failed\n");
2758 else
2759 IWL_DEBUG_INFO(priv, "REPLY_CT_KILL_CONFIG_CMD "
2760 "succeeded, "
2761 "critical temperature is %d\n",
2762 priv->hw_params.ct_kill_threshold);
2763 }
2764}
2765
b481de9c 2766/**
4a4a9e81 2767 * iwl_alive_start - called after REPLY_ALIVE notification received
b481de9c 2768 * from protocol/runtime uCode (initialization uCode's
4a4a9e81 2769 * Alive gets handled by iwl_init_alive_start()).
b481de9c 2770 */
4a4a9e81 2771static void iwl_alive_start(struct iwl_priv *priv)
b481de9c 2772{
57aab75a 2773 int ret = 0;
246ed355 2774 struct iwl_rxon_context *ctx = &priv->contexts[IWL_RXON_CTX_BSS];
b481de9c 2775
e1623446 2776 IWL_DEBUG_INFO(priv, "Runtime Alive received.\n");
b481de9c
ZY
2777
2778 if (priv->card_alive.is_valid != UCODE_VALID_OK) {
2779 /* We had an error bringing up the hardware, so take it
2780 * all the way back down so we can try again */
e1623446 2781 IWL_DEBUG_INFO(priv, "Alive failed.\n");
b481de9c
ZY
2782 goto restart;
2783 }
2784
2785 /* Initialize uCode has loaded Runtime uCode ... verify inst image.
2786 * This is a paranoid check, because we would not have gotten the
2787 * "runtime" alive if code weren't properly loaded. */
b0692f2f 2788 if (iwl_verify_ucode(priv)) {
b481de9c
ZY
2789 /* Runtime instruction load was bad;
2790 * take it all the way back down so we can try again */
e1623446 2791 IWL_DEBUG_INFO(priv, "Bad runtime uCode load.\n");
b481de9c
ZY
2792 goto restart;
2793 }
2794
57aab75a
TW
2795 ret = priv->cfg->ops->lib->alive_notify(priv);
2796 if (ret) {
39aadf8c
WT
2797 IWL_WARN(priv,
2798 "Could not complete ALIVE transition [ntf]: %d\n", ret);
b481de9c
ZY
2799 goto restart;
2800 }
2801
5b9f8cd3 2802 /* After the ALIVE response, we can send host commands to the uCode */
b481de9c
ZY
2803 set_bit(STATUS_ALIVE, &priv->status);
2804
b74e31a9
WYG
2805 if (priv->cfg->ops->lib->recover_from_tx_stall) {
2806 /* Enable timer to monitor the driver queues */
2807 mod_timer(&priv->monitor_recover,
2808 jiffies +
2809 msecs_to_jiffies(priv->cfg->monitor_recover_period));
2810 }
2811
fee1247a 2812 if (iwl_is_rfkill(priv))
b481de9c
ZY
2813 return;
2814
f7322f8f
WYG
2815 if (priv->cfg->advanced_bt_coexist) {
2816 /* Configure Bluetooth device coexistence support */
2817 priv->bt_valid = IWLAGN_BT_ALL_VALID_MSK;
2818 priv->kill_ack_mask = IWLAGN_BT_KILL_ACK_MASK_DEFAULT;
2819 priv->kill_cts_mask = IWLAGN_BT_KILL_CTS_MASK_DEFAULT;
2820 priv->cfg->ops->hcmd->send_bt_config(priv);
2821 priv->bt_valid = IWLAGN_BT_VALID_ENABLE_FLAGS;
2822 if (bt_coex_active && priv->iw_mode != NL80211_IFTYPE_ADHOC)
2823 iwlagn_send_prio_tbl(priv);
2824
2825 /* FIXME: w/a to force change uCode BT state machine */
2826 iwlagn_send_bt_env(priv, IWL_BT_COEX_ENV_OPEN,
2827 BT_COEX_PRIO_TBL_EVT_INIT_CALIB2);
2828 iwlagn_send_bt_env(priv, IWL_BT_COEX_ENV_CLOSE,
2829 BT_COEX_PRIO_TBL_EVT_INIT_CALIB2);
2830 }
36d6825b 2831 ieee80211_wake_queues(priv->hw);
b481de9c 2832
470ab2dd 2833 priv->active_rate = IWL_RATES_MASK;
b481de9c 2834
2f748dec
WYG
2835 /* Configure Tx antenna selection based on H/W config */
2836 if (priv->cfg->ops->hcmd->set_tx_ant)
2837 priv->cfg->ops->hcmd->set_tx_ant(priv, priv->cfg->valid_tx_ant);
2838
246ed355 2839 if (iwl_is_associated_ctx(ctx)) {
c1adf9fb 2840 struct iwl_rxon_cmd *active_rxon =
246ed355 2841 (struct iwl_rxon_cmd *)&ctx->active;
019fb97d 2842 /* apply any changes in staging */
246ed355 2843 ctx->staging.filter_flags |= RXON_FILTER_ASSOC_MSK;
b481de9c
ZY
2844 active_rxon->filter_flags &= ~RXON_FILTER_ASSOC_MSK;
2845 } else {
d0fe478c 2846 struct iwl_rxon_context *tmp;
b481de9c 2847 /* Initialize our rx_config data */
d0fe478c
JB
2848 for_each_context(priv, tmp)
2849 iwl_connection_init_rx_config(priv, tmp);
45823531
AK
2850
2851 if (priv->cfg->ops->hcmd->set_rxon_chain)
246ed355 2852 priv->cfg->ops->hcmd->set_rxon_chain(priv, ctx);
b481de9c
ZY
2853 }
2854
aeb4a2ee
WYG
2855 if (!priv->cfg->advanced_bt_coexist) {
2856 /* Configure Bluetooth device coexistence support */
2857 priv->cfg->ops->hcmd->send_bt_config(priv);
2858 }
b481de9c 2859
4a4a9e81
TW
2860 iwl_reset_run_time_calib(priv);
2861
b481de9c 2862 /* Configure the adapter for unassociated operation */
246ed355 2863 iwlcore_commit_rxon(priv, ctx);
b481de9c
ZY
2864
2865 /* At this point, the NIC is initialized and operational */
47f4a587 2866 iwl_rf_kill_ct_config(priv);
5a66926a 2867
e932a609 2868 iwl_leds_init(priv);
fe00b5a5 2869
e1623446 2870 IWL_DEBUG_INFO(priv, "ALIVE processing complete.\n");
a9f46786 2871 set_bit(STATUS_READY, &priv->status);
5a66926a 2872 wake_up_interruptible(&priv->wait_command_queue);
b481de9c 2873
e312c24c 2874 iwl_power_update_mode(priv, true);
7e246191
RC
2875 IWL_DEBUG_INFO(priv, "Updated power mode\n");
2876
c46fbefa 2877
b481de9c
ZY
2878 return;
2879
2880 restart:
2881 queue_work(priv->workqueue, &priv->restart);
2882}
2883
4e39317d 2884static void iwl_cancel_deferred_work(struct iwl_priv *priv);
b481de9c 2885
5b9f8cd3 2886static void __iwl_down(struct iwl_priv *priv)
b481de9c
ZY
2887{
2888 unsigned long flags;
2889 int exit_pending = test_bit(STATUS_EXIT_PENDING, &priv->status);
b481de9c 2890
e1623446 2891 IWL_DEBUG_INFO(priv, DRV_NAME " is going down\n");
b481de9c 2892
b481de9c
ZY
2893 if (!exit_pending)
2894 set_bit(STATUS_EXIT_PENDING, &priv->status);
2895
b62177a0
SG
2896 /* Stop TX queues watchdog. We need to have STATUS_EXIT_PENDING bit set
2897 * to prevent rearm timer */
2898 if (priv->cfg->ops->lib->recover_from_tx_stall)
2899 del_timer_sync(&priv->monitor_recover);
2900
dcef732c 2901 iwl_clear_ucode_stations(priv, NULL);
a194e324 2902 iwl_dealloc_bcast_stations(priv);
db125c78 2903 iwl_clear_driver_stations(priv);
b481de9c 2904
a1174138 2905 /* reset BT coex data */
da5dbb97 2906 priv->bt_status = 0;
a4b96cc4 2907 priv->bt_traffic_load = priv->cfg->bt_init_traffic_load;
a1174138 2908 priv->bt_sco_active = false;
bee008b7
WYG
2909 priv->bt_full_concurrent = false;
2910 priv->bt_ci_compliance = 0;
a1174138 2911
b481de9c
ZY
2912 /* Unblock any waiting calls */
2913 wake_up_interruptible_all(&priv->wait_command_queue);
2914
b481de9c
ZY
2915 /* Wipe out the EXIT_PENDING status bit if we are not actually
2916 * exiting the module */
2917 if (!exit_pending)
2918 clear_bit(STATUS_EXIT_PENDING, &priv->status);
2919
2920 /* stop and reset the on-board processor */
3395f6e9 2921 iwl_write32(priv, CSR_RESET, CSR_RESET_REG_FLAG_NEVO_RESET);
b481de9c
ZY
2922
2923 /* tell the device to stop sending interrupts */
0359facc 2924 spin_lock_irqsave(&priv->lock, flags);
5b9f8cd3 2925 iwl_disable_interrupts(priv);
0359facc
MA
2926 spin_unlock_irqrestore(&priv->lock, flags);
2927 iwl_synchronize_irq(priv);
b481de9c
ZY
2928
2929 if (priv->mac80211_registered)
2930 ieee80211_stop_queues(priv->hw);
2931
5b9f8cd3 2932 /* If we have not previously called iwl_init() then
a60e77e5 2933 * clear all bits but the RF Kill bit and return */
fee1247a 2934 if (!iwl_is_init(priv)) {
b481de9c
ZY
2935 priv->status = test_bit(STATUS_RF_KILL_HW, &priv->status) <<
2936 STATUS_RF_KILL_HW |
9788864e
RC
2937 test_bit(STATUS_GEO_CONFIGURED, &priv->status) <<
2938 STATUS_GEO_CONFIGURED |
052ec3f1
MA
2939 test_bit(STATUS_EXIT_PENDING, &priv->status) <<
2940 STATUS_EXIT_PENDING;
b481de9c
ZY
2941 goto exit;
2942 }
2943
6da3a13e 2944 /* ...otherwise clear out all the status bits but the RF Kill
a60e77e5 2945 * bit and continue taking the NIC down. */
b481de9c
ZY
2946 priv->status &= test_bit(STATUS_RF_KILL_HW, &priv->status) <<
2947 STATUS_RF_KILL_HW |
9788864e
RC
2948 test_bit(STATUS_GEO_CONFIGURED, &priv->status) <<
2949 STATUS_GEO_CONFIGURED |
b481de9c 2950 test_bit(STATUS_FW_ERROR, &priv->status) <<
052ec3f1
MA
2951 STATUS_FW_ERROR |
2952 test_bit(STATUS_EXIT_PENDING, &priv->status) <<
2953 STATUS_EXIT_PENDING;
b481de9c 2954
ef850d7c
MA
2955 /* device going down, Stop using ICT table */
2956 iwl_disable_ict(priv);
b481de9c 2957
74bcdb33 2958 iwlagn_txq_ctx_stop(priv);
54b81550 2959 iwlagn_rxq_stop(priv);
b481de9c 2960
309e731a
BC
2961 /* Power-down device's busmaster DMA clocks */
2962 iwl_write_prph(priv, APMG_CLK_DIS_REG, APMG_CLK_VAL_DMA_CLK_RQT);
b481de9c
ZY
2963 udelay(5);
2964
309e731a
BC
2965 /* Make sure (redundant) we've released our request to stay awake */
2966 iwl_clear_bit(priv, CSR_GP_CNTRL, CSR_GP_CNTRL_REG_FLAG_MAC_ACCESS_REQ);
2967
4d2ccdb9
BC
2968 /* Stop the device, and put it in low power state */
2969 priv->cfg->ops->lib->apm_ops.stop(priv);
2970
b481de9c 2971 exit:
885ba202 2972 memset(&priv->card_alive, 0, sizeof(struct iwl_alive_resp));
b481de9c
ZY
2973
2974 if (priv->ibss_beacon)
2975 dev_kfree_skb(priv->ibss_beacon);
2976 priv->ibss_beacon = NULL;
2977
2978 /* clear out any free frames */
fcab423d 2979 iwl_clear_free_frames(priv);
b481de9c
ZY
2980}
2981
5b9f8cd3 2982static void iwl_down(struct iwl_priv *priv)
b481de9c
ZY
2983{
2984 mutex_lock(&priv->mutex);
5b9f8cd3 2985 __iwl_down(priv);
b481de9c 2986 mutex_unlock(&priv->mutex);
b24d22b1 2987
4e39317d 2988 iwl_cancel_deferred_work(priv);
b481de9c
ZY
2989}
2990
086ed117
MA
2991#define HW_READY_TIMEOUT (50)
2992
2993static int iwl_set_hw_ready(struct iwl_priv *priv)
2994{
2995 int ret = 0;
2996
2997 iwl_set_bit(priv, CSR_HW_IF_CONFIG_REG,
2998 CSR_HW_IF_CONFIG_REG_BIT_NIC_READY);
2999
3000 /* See if we got it */
3001 ret = iwl_poll_bit(priv, CSR_HW_IF_CONFIG_REG,
3002 CSR_HW_IF_CONFIG_REG_BIT_NIC_READY,
3003 CSR_HW_IF_CONFIG_REG_BIT_NIC_READY,
3004 HW_READY_TIMEOUT);
3005 if (ret != -ETIMEDOUT)
3006 priv->hw_ready = true;
3007 else
3008 priv->hw_ready = false;
3009
3010 IWL_DEBUG_INFO(priv, "hardware %s\n",
3011 (priv->hw_ready == 1) ? "ready" : "not ready");
3012 return ret;
3013}
3014
3015static int iwl_prepare_card_hw(struct iwl_priv *priv)
3016{
3017 int ret = 0;
3018
91dd6c27 3019 IWL_DEBUG_INFO(priv, "iwl_prepare_card_hw enter\n");
086ed117 3020
3354a0f6
MA
3021 ret = iwl_set_hw_ready(priv);
3022 if (priv->hw_ready)
3023 return ret;
3024
3025 /* If HW is not ready, prepare the conditions to check again */
086ed117
MA
3026 iwl_set_bit(priv, CSR_HW_IF_CONFIG_REG,
3027 CSR_HW_IF_CONFIG_REG_PREPARE);
3028
3029 ret = iwl_poll_bit(priv, CSR_HW_IF_CONFIG_REG,
3030 ~CSR_HW_IF_CONFIG_REG_BIT_NIC_PREPARE_DONE,
3031 CSR_HW_IF_CONFIG_REG_BIT_NIC_PREPARE_DONE, 150000);
3032
3354a0f6 3033 /* HW should be ready by now, check again. */
086ed117
MA
3034 if (ret != -ETIMEDOUT)
3035 iwl_set_hw_ready(priv);
3036
3037 return ret;
3038}
3039
b481de9c
ZY
3040#define MAX_HW_RESTARTS 5
3041
5b9f8cd3 3042static int __iwl_up(struct iwl_priv *priv)
b481de9c 3043{
a194e324 3044 struct iwl_rxon_context *ctx;
57aab75a
TW
3045 int i;
3046 int ret;
b481de9c
ZY
3047
3048 if (test_bit(STATUS_EXIT_PENDING, &priv->status)) {
39aadf8c 3049 IWL_WARN(priv, "Exit pending; will not bring the NIC up\n");
b481de9c
ZY
3050 return -EIO;
3051 }
3052
e903fbd4 3053 if (!priv->ucode_data_backup.v_addr || !priv->ucode_data.v_addr) {
15b1687c 3054 IWL_ERR(priv, "ucode not available for device bringup\n");
e903fbd4
RC
3055 return -EIO;
3056 }
3057
a194e324
JB
3058 for_each_context(priv, ctx) {
3059 ret = iwl_alloc_bcast_station(priv, ctx, true);
3060 if (ret) {
3061 iwl_dealloc_bcast_stations(priv);
3062 return ret;
3063 }
3064 }
2c810ccd 3065
086ed117
MA
3066 iwl_prepare_card_hw(priv);
3067
3068 if (!priv->hw_ready) {
3069 IWL_WARN(priv, "Exit HW not ready\n");
3070 return -EIO;
3071 }
3072
e655b9f0 3073 /* If platform's RF_KILL switch is NOT set to KILL */
c1842d61 3074 if (iwl_read32(priv, CSR_GP_CNTRL) & CSR_GP_CNTRL_REG_FLAG_HW_RF_KILL_SW)
e655b9f0 3075 clear_bit(STATUS_RF_KILL_HW, &priv->status);
3bff19c2 3076 else
e655b9f0 3077 set_bit(STATUS_RF_KILL_HW, &priv->status);
3bff19c2 3078
c1842d61 3079 if (iwl_is_rfkill(priv)) {
a60e77e5
JB
3080 wiphy_rfkill_set_hw_state(priv->hw->wiphy, true);
3081
5b9f8cd3 3082 iwl_enable_interrupts(priv);
a60e77e5 3083 IWL_WARN(priv, "Radio disabled by HW RF Kill switch\n");
c1842d61 3084 return 0;
b481de9c
ZY
3085 }
3086
3395f6e9 3087 iwl_write32(priv, CSR_INT, 0xFFFFFFFF);
b481de9c 3088
13bb9483 3089 /* must be initialised before iwl_hw_nic_init */
751ca305
JB
3090 if (priv->valid_contexts != BIT(IWL_RXON_CTX_BSS))
3091 priv->cmd_queue = IWL_IPAN_CMD_QUEUE_NUM;
3092 else
3093 priv->cmd_queue = IWL_DEFAULT_CMD_QUEUE_NUM;
13bb9483 3094
74bcdb33 3095 ret = iwlagn_hw_nic_init(priv);
57aab75a 3096 if (ret) {
15b1687c 3097 IWL_ERR(priv, "Unable to init nic\n");
57aab75a 3098 return ret;
b481de9c
ZY
3099 }
3100
3101 /* make sure rfkill handshake bits are cleared */
3395f6e9
TW
3102 iwl_write32(priv, CSR_UCODE_DRV_GP1_CLR, CSR_UCODE_SW_BIT_RFKILL);
3103 iwl_write32(priv, CSR_UCODE_DRV_GP1_CLR,
b481de9c
ZY
3104 CSR_UCODE_DRV_GP1_BIT_CMD_BLOCKED);
3105
3106 /* clear (again), then enable host interrupts */
3395f6e9 3107 iwl_write32(priv, CSR_INT, 0xFFFFFFFF);
5b9f8cd3 3108 iwl_enable_interrupts(priv);
b481de9c
ZY
3109
3110 /* really make sure rfkill handshake bits are cleared */
3395f6e9
TW
3111 iwl_write32(priv, CSR_UCODE_DRV_GP1_CLR, CSR_UCODE_SW_BIT_RFKILL);
3112 iwl_write32(priv, CSR_UCODE_DRV_GP1_CLR, CSR_UCODE_SW_BIT_RFKILL);
b481de9c
ZY
3113
3114 /* Copy original ucode data image from disk into backup cache.
3115 * This will be used to initialize the on-board processor's
3116 * data SRAM for a clean start when the runtime program first loads. */
3117 memcpy(priv->ucode_data_backup.v_addr, priv->ucode_data.v_addr,
5a66926a 3118 priv->ucode_data.len);
b481de9c 3119
b481de9c
ZY
3120 for (i = 0; i < MAX_HW_RESTARTS; i++) {
3121
b481de9c
ZY
3122 /* load bootstrap state machine,
3123 * load bootstrap program into processor's memory,
3124 * prepare to load the "initialize" uCode */
57aab75a 3125 ret = priv->cfg->ops->lib->load_ucode(priv);
b481de9c 3126
57aab75a 3127 if (ret) {
15b1687c
WT
3128 IWL_ERR(priv, "Unable to set up bootstrap uCode: %d\n",
3129 ret);
b481de9c
ZY
3130 continue;
3131 }
3132
3133 /* start card; "initialize" will load runtime ucode */
5b9f8cd3 3134 iwl_nic_start(priv);
b481de9c 3135
e1623446 3136 IWL_DEBUG_INFO(priv, DRV_NAME " is coming up\n");
b481de9c
ZY
3137
3138 return 0;
3139 }
3140
3141 set_bit(STATUS_EXIT_PENDING, &priv->status);
5b9f8cd3 3142 __iwl_down(priv);
64e72c3e 3143 clear_bit(STATUS_EXIT_PENDING, &priv->status);
b481de9c
ZY
3144
3145 /* tried to restart and config the device for as long as our
3146 * patience could withstand */
15b1687c 3147 IWL_ERR(priv, "Unable to initialize device after %d attempts.\n", i);
b481de9c
ZY
3148 return -EIO;
3149}
3150
3151
3152/*****************************************************************************
3153 *
3154 * Workqueue callbacks
3155 *
3156 *****************************************************************************/
3157
4a4a9e81 3158static void iwl_bg_init_alive_start(struct work_struct *data)
b481de9c 3159{
c79dd5b5
TW
3160 struct iwl_priv *priv =
3161 container_of(data, struct iwl_priv, init_alive_start.work);
b481de9c
ZY
3162
3163 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
3164 return;
3165
3166 mutex_lock(&priv->mutex);
f3ccc08c 3167 priv->cfg->ops->lib->init_alive_start(priv);
b481de9c
ZY
3168 mutex_unlock(&priv->mutex);
3169}
3170
4a4a9e81 3171static void iwl_bg_alive_start(struct work_struct *data)
b481de9c 3172{
c79dd5b5
TW
3173 struct iwl_priv *priv =
3174 container_of(data, struct iwl_priv, alive_start.work);
b481de9c
ZY
3175
3176 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
3177 return;
3178
258c44a0
MA
3179 /* enable dram interrupt */
3180 iwl_reset_ict(priv);
3181
b481de9c 3182 mutex_lock(&priv->mutex);
4a4a9e81 3183 iwl_alive_start(priv);
b481de9c
ZY
3184 mutex_unlock(&priv->mutex);
3185}
3186
16e727e8
EG
3187static void iwl_bg_run_time_calib_work(struct work_struct *work)
3188{
3189 struct iwl_priv *priv = container_of(work, struct iwl_priv,
3190 run_time_calib_work);
3191
3192 mutex_lock(&priv->mutex);
3193
3194 if (test_bit(STATUS_EXIT_PENDING, &priv->status) ||
3195 test_bit(STATUS_SCANNING, &priv->status)) {
3196 mutex_unlock(&priv->mutex);
3197 return;
3198 }
3199
3200 if (priv->start_calib) {
7980fba5
WYG
3201 if (priv->cfg->bt_statistics) {
3202 iwl_chain_noise_calibration(priv,
3203 (void *)&priv->_agn.statistics_bt);
3204 iwl_sensitivity_calibration(priv,
3205 (void *)&priv->_agn.statistics_bt);
3206 } else {
3207 iwl_chain_noise_calibration(priv,
3208 (void *)&priv->_agn.statistics);
3209 iwl_sensitivity_calibration(priv,
3210 (void *)&priv->_agn.statistics);
3211 }
16e727e8
EG
3212 }
3213
3214 mutex_unlock(&priv->mutex);
16e727e8
EG
3215}
3216
5b9f8cd3 3217static void iwl_bg_restart(struct work_struct *data)
b481de9c 3218{
c79dd5b5 3219 struct iwl_priv *priv = container_of(data, struct iwl_priv, restart);
b481de9c
ZY
3220
3221 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
3222 return;
3223
19cc1087 3224 if (test_and_clear_bit(STATUS_FW_ERROR, &priv->status)) {
8bd413e6 3225 struct iwl_rxon_context *ctx;
bee008b7
WYG
3226 bool bt_sco, bt_full_concurrent;
3227 u8 bt_ci_compliance;
511b082d 3228 u8 bt_load;
da5dbb97 3229 u8 bt_status;
511b082d 3230
19cc1087 3231 mutex_lock(&priv->mutex);
8bd413e6
JB
3232 for_each_context(priv, ctx)
3233 ctx->vif = NULL;
19cc1087 3234 priv->is_open = 0;
511b082d
JB
3235
3236 /*
3237 * __iwl_down() will clear the BT status variables,
3238 * which is correct, but when we restart we really
3239 * want to keep them so restore them afterwards.
3240 *
3241 * The restart process will later pick them up and
3242 * re-configure the hw when we reconfigure the BT
3243 * command.
3244 */
3245 bt_sco = priv->bt_sco_active;
bee008b7
WYG
3246 bt_full_concurrent = priv->bt_full_concurrent;
3247 bt_ci_compliance = priv->bt_ci_compliance;
511b082d 3248 bt_load = priv->bt_traffic_load;
da5dbb97 3249 bt_status = priv->bt_status;
511b082d 3250
a1174138 3251 __iwl_down(priv);
511b082d
JB
3252
3253 priv->bt_sco_active = bt_sco;
bee008b7
WYG
3254 priv->bt_full_concurrent = bt_full_concurrent;
3255 priv->bt_ci_compliance = bt_ci_compliance;
511b082d 3256 priv->bt_traffic_load = bt_load;
da5dbb97 3257 priv->bt_status = bt_status;
511b082d 3258
19cc1087 3259 mutex_unlock(&priv->mutex);
a1174138 3260 iwl_cancel_deferred_work(priv);
19cc1087
JB
3261 ieee80211_restart_hw(priv->hw);
3262 } else {
3263 iwl_down(priv);
80676518
JB
3264
3265 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
3266 return;
3267
3268 mutex_lock(&priv->mutex);
3269 __iwl_up(priv);
3270 mutex_unlock(&priv->mutex);
19cc1087 3271 }
b481de9c
ZY
3272}
3273
5b9f8cd3 3274static void iwl_bg_rx_replenish(struct work_struct *data)
b481de9c 3275{
c79dd5b5
TW
3276 struct iwl_priv *priv =
3277 container_of(data, struct iwl_priv, rx_replenish);
b481de9c
ZY
3278
3279 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
3280 return;
3281
3282 mutex_lock(&priv->mutex);
54b81550 3283 iwlagn_rx_replenish(priv);
b481de9c
ZY
3284 mutex_unlock(&priv->mutex);
3285}
3286
7878a5a4
MA
3287#define IWL_DELAY_NEXT_SCAN (HZ*2)
3288
1dda6d28 3289void iwl_post_associate(struct iwl_priv *priv, struct ieee80211_vif *vif)
b481de9c 3290{
246ed355 3291 struct iwl_rxon_context *ctx;
b481de9c 3292 struct ieee80211_conf *conf = NULL;
857485c0 3293 int ret = 0;
b481de9c 3294
1dda6d28
JB
3295 if (!vif || !priv->is_open)
3296 return;
3297
246ed355
JB
3298 ctx = iwl_rxon_ctx_from_vif(vif);
3299
1dda6d28 3300 if (vif->type == NL80211_IFTYPE_AP) {
15b1687c 3301 IWL_ERR(priv, "%s Should not be called in AP mode\n", __func__);
b481de9c
ZY
3302 return;
3303 }
3304
b481de9c
ZY
3305 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
3306 return;
3307
2a421b91 3308 iwl_scan_cancel_timeout(priv, 200);
052c4b9f 3309
b481de9c
ZY
3310 conf = ieee80211_get_hw_conf(priv->hw);
3311
246ed355
JB
3312 ctx->staging.filter_flags &= ~RXON_FILTER_ASSOC_MSK;
3313 iwlcore_commit_rxon(priv, ctx);
b481de9c 3314
47313e34 3315 ret = iwl_send_rxon_timing(priv, ctx);
857485c0 3316 if (ret)
8f2d3d2a 3317 IWL_WARN(priv, "RXON timing - "
b481de9c
ZY
3318 "Attempting to continue.\n");
3319
246ed355 3320 ctx->staging.filter_flags |= RXON_FILTER_ASSOC_MSK;
b481de9c 3321
42eb7c64 3322 iwl_set_rxon_ht(priv, &priv->current_ht_config);
4f85f5b3 3323
45823531 3324 if (priv->cfg->ops->hcmd->set_rxon_chain)
246ed355 3325 priv->cfg->ops->hcmd->set_rxon_chain(priv, ctx);
45823531 3326
246ed355 3327 ctx->staging.assoc_id = cpu_to_le16(vif->bss_conf.aid);
b481de9c 3328
e1623446 3329 IWL_DEBUG_ASSOC(priv, "assoc id %d beacon interval %d\n",
1dda6d28 3330 vif->bss_conf.aid, vif->bss_conf.beacon_int);
b481de9c 3331
c213d745 3332 if (vif->bss_conf.use_short_preamble)
246ed355 3333 ctx->staging.flags |= RXON_FLG_SHORT_PREAMBLE_MSK;
b481de9c 3334 else
246ed355 3335 ctx->staging.flags &= ~RXON_FLG_SHORT_PREAMBLE_MSK;
b481de9c 3336
246ed355 3337 if (ctx->staging.flags & RXON_FLG_BAND_24G_MSK) {
c213d745 3338 if (vif->bss_conf.use_short_slot)
246ed355 3339 ctx->staging.flags |= RXON_FLG_SHORT_SLOT_MSK;
b481de9c 3340 else
246ed355 3341 ctx->staging.flags &= ~RXON_FLG_SHORT_SLOT_MSK;
b481de9c
ZY
3342 }
3343
246ed355 3344 iwlcore_commit_rxon(priv, ctx);
b481de9c 3345
fe6b23dd 3346 IWL_DEBUG_ASSOC(priv, "Associated as %d to: %pM\n",
246ed355 3347 vif->bss_conf.aid, ctx->active.bssid_addr);
fe6b23dd 3348
1dda6d28 3349 switch (vif->type) {
05c914fe 3350 case NL80211_IFTYPE_STATION:
b481de9c 3351 break;
05c914fe 3352 case NL80211_IFTYPE_ADHOC:
5b9f8cd3 3353 iwl_send_beacon_cmd(priv);
b481de9c 3354 break;
b481de9c 3355 default:
15b1687c 3356 IWL_ERR(priv, "%s Should not be called in %d mode\n",
1dda6d28 3357 __func__, vif->type);
b481de9c
ZY
3358 break;
3359 }
3360
04816448
GE
3361 /* the chain noise calibration will enabled PM upon completion
3362 * If chain noise has already been run, then we need to enable
3363 * power management here */
3364 if (priv->chain_noise_data.state == IWL_CHAIN_NOISE_DONE)
e312c24c 3365 iwl_power_update_mode(priv, false);
c90a74ba
EG
3366
3367 /* Enable Rx differential gain and sensitivity calibrations */
3368 iwl_chain_noise_reset(priv);
3369 priv->start_calib = 1;
3370
508e32e1
RC
3371}
3372
b481de9c
ZY
3373/*****************************************************************************
3374 *
3375 * mac80211 entry point functions
3376 *
3377 *****************************************************************************/
3378
154b25ce 3379#define UCODE_READY_TIMEOUT (4 * HZ)
5a66926a 3380
f0b6e2e8
RC
3381/*
3382 * Not a mac80211 entry point function, but it fits in with all the
3383 * other mac80211 functions grouped here.
3384 */
dd7a2509
JB
3385static int iwl_mac_setup_register(struct iwl_priv *priv,
3386 struct iwlagn_ucode_capabilities *capa)
f0b6e2e8
RC
3387{
3388 int ret;
3389 struct ieee80211_hw *hw = priv->hw;
d0fe478c
JB
3390 struct iwl_rxon_context *ctx;
3391
f0b6e2e8
RC
3392 hw->rate_control_algorithm = "iwl-agn-rs";
3393
3394 /* Tell mac80211 our characteristics */
3395 hw->flags = IEEE80211_HW_SIGNAL_DBM |
f0b6e2e8 3396 IEEE80211_HW_AMPDU_AGGREGATION |
2491fa42 3397 IEEE80211_HW_NEED_DTIM_PERIOD |
f0b6e2e8
RC
3398 IEEE80211_HW_SPECTRUM_MGMT;
3399
3400 if (!priv->cfg->broken_powersave)
3401 hw->flags |= IEEE80211_HW_SUPPORTS_PS |
3402 IEEE80211_HW_SUPPORTS_DYNAMIC_PS;
3403
ba37a3d0
JB
3404 if (priv->cfg->sku & IWL_SKU_N)
3405 hw->flags |= IEEE80211_HW_SUPPORTS_DYNAMIC_SMPS |
3406 IEEE80211_HW_SUPPORTS_STATIC_SMPS;
3407
8d9698b3 3408 hw->sta_data_size = sizeof(struct iwl_station_priv);
fd1af15d
JB
3409 hw->vif_data_size = sizeof(struct iwl_vif_priv);
3410
d0fe478c
JB
3411 for_each_context(priv, ctx) {
3412 hw->wiphy->interface_modes |= ctx->interface_modes;
3413 hw->wiphy->interface_modes |= ctx->exclusive_interface_modes;
3414 }
f0b6e2e8 3415
f6c8f152 3416 hw->wiphy->flags |= WIPHY_FLAG_CUSTOM_REGULATORY |
5be83de5 3417 WIPHY_FLAG_DISABLE_BEACON_HINTS;
f0b6e2e8
RC
3418
3419 /*
3420 * For now, disable PS by default because it affects
3421 * RX performance significantly.
3422 */
5be83de5 3423 hw->wiphy->flags &= ~WIPHY_FLAG_PS_ON_BY_DEFAULT;
f0b6e2e8 3424
1382c71c 3425 hw->wiphy->max_scan_ssids = PROBE_OPTION_MAX;
f0b6e2e8 3426 /* we create the 802.11 header and a zero-length SSID element */
dd7a2509 3427 hw->wiphy->max_scan_ie_len = capa->max_probe_length - 24 - 2;
f0b6e2e8
RC
3428
3429 /* Default value; 4 EDCA QOS priorities */
3430 hw->queues = 4;
3431
3432 hw->max_listen_interval = IWL_CONN_MAX_LISTEN_INTERVAL;
3433
3434 if (priv->bands[IEEE80211_BAND_2GHZ].n_channels)
3435 priv->hw->wiphy->bands[IEEE80211_BAND_2GHZ] =
3436 &priv->bands[IEEE80211_BAND_2GHZ];
3437 if (priv->bands[IEEE80211_BAND_5GHZ].n_channels)
3438 priv->hw->wiphy->bands[IEEE80211_BAND_5GHZ] =
3439 &priv->bands[IEEE80211_BAND_5GHZ];
3440
3441 ret = ieee80211_register_hw(priv->hw);
3442 if (ret) {
3443 IWL_ERR(priv, "Failed to register hw (error %d)\n", ret);
3444 return ret;
3445 }
3446 priv->mac80211_registered = 1;
3447
3448 return 0;
3449}
3450
3451
5b9f8cd3 3452static int iwl_mac_start(struct ieee80211_hw *hw)
b481de9c 3453{
c79dd5b5 3454 struct iwl_priv *priv = hw->priv;
5a66926a 3455 int ret;
b481de9c 3456
e1623446 3457 IWL_DEBUG_MAC80211(priv, "enter\n");
b481de9c
ZY
3458
3459 /* we should be verifying the device is ready to be opened */
3460 mutex_lock(&priv->mutex);
5b9f8cd3 3461 ret = __iwl_up(priv);
b481de9c 3462 mutex_unlock(&priv->mutex);
5a66926a 3463
e655b9f0 3464 if (ret)
6cd0b1cb 3465 return ret;
e655b9f0 3466
c1842d61
TW
3467 if (iwl_is_rfkill(priv))
3468 goto out;
3469
e1623446 3470 IWL_DEBUG_INFO(priv, "Start UP work done.\n");
e655b9f0 3471
fe9b6b72 3472 /* Wait for START_ALIVE from Run Time ucode. Otherwise callbacks from
5a66926a 3473 * mac80211 will not be run successfully. */
154b25ce
EG
3474 ret = wait_event_interruptible_timeout(priv->wait_command_queue,
3475 test_bit(STATUS_READY, &priv->status),
3476 UCODE_READY_TIMEOUT);
3477 if (!ret) {
3478 if (!test_bit(STATUS_READY, &priv->status)) {
15b1687c 3479 IWL_ERR(priv, "START_ALIVE timeout after %dms.\n",
154b25ce 3480 jiffies_to_msecs(UCODE_READY_TIMEOUT));
6cd0b1cb 3481 return -ETIMEDOUT;
5a66926a 3482 }
fe9b6b72 3483 }
0a078ffa 3484
e932a609
JB
3485 iwl_led_start(priv);
3486
c1842d61 3487out:
0a078ffa 3488 priv->is_open = 1;
e1623446 3489 IWL_DEBUG_MAC80211(priv, "leave\n");
b481de9c
ZY
3490 return 0;
3491}
3492
5b9f8cd3 3493static void iwl_mac_stop(struct ieee80211_hw *hw)
b481de9c 3494{
c79dd5b5 3495 struct iwl_priv *priv = hw->priv;
b481de9c 3496
e1623446 3497 IWL_DEBUG_MAC80211(priv, "enter\n");
948c171c 3498
19cc1087 3499 if (!priv->is_open)
e655b9f0 3500 return;
e655b9f0 3501
b481de9c 3502 priv->is_open = 0;
5a66926a 3503
5bddf549 3504 if (iwl_is_ready_rf(priv) || test_bit(STATUS_SCAN_HW, &priv->status)) {
e655b9f0
ZY
3505 /* stop mac, cancel any scan request and clear
3506 * RXON_FILTER_ASSOC_MSK BIT
3507 */
5a66926a 3508 mutex_lock(&priv->mutex);
2a421b91 3509 iwl_scan_cancel_timeout(priv, 100);
fde3571f 3510 mutex_unlock(&priv->mutex);
fde3571f
MA
3511 }
3512
5b9f8cd3 3513 iwl_down(priv);
5a66926a
ZY
3514
3515 flush_workqueue(priv->workqueue);
6cd0b1cb
HS
3516
3517 /* enable interrupts again in order to receive rfkill changes */
3518 iwl_write32(priv, CSR_INT, 0xFFFFFFFF);
3519 iwl_enable_interrupts(priv);
948c171c 3520
e1623446 3521 IWL_DEBUG_MAC80211(priv, "leave\n");
b481de9c
ZY
3522}
3523
5b9f8cd3 3524static int iwl_mac_tx(struct ieee80211_hw *hw, struct sk_buff *skb)
b481de9c 3525{
c79dd5b5 3526 struct iwl_priv *priv = hw->priv;
b481de9c 3527
e1623446 3528 IWL_DEBUG_MACDUMP(priv, "enter\n");
b481de9c 3529
e1623446 3530 IWL_DEBUG_TX(priv, "dev->xmit(%d bytes) at rate 0x%02x\n", skb->len,
e039fa4a 3531 ieee80211_get_tx_rate(hw, IEEE80211_SKB_CB(skb))->bitrate);
b481de9c 3532
74bcdb33 3533 if (iwlagn_tx_skb(priv, skb))
b481de9c
ZY
3534 dev_kfree_skb_any(skb);
3535
e1623446 3536 IWL_DEBUG_MACDUMP(priv, "leave\n");
637f8837 3537 return NETDEV_TX_OK;
b481de9c
ZY
3538}
3539
1dda6d28 3540void iwl_config_ap(struct iwl_priv *priv, struct ieee80211_vif *vif)
b481de9c 3541{
246ed355 3542 struct iwl_rxon_context *ctx = iwl_rxon_ctx_from_vif(vif);
857485c0 3543 int ret = 0;
b481de9c 3544
76d04815
JB
3545 lockdep_assert_held(&priv->mutex);
3546
d986bcd1 3547 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
b481de9c
ZY
3548 return;
3549
3550 /* The following should be done only at AP bring up */
246ed355 3551 if (!iwl_is_associated_ctx(ctx)) {
b481de9c
ZY
3552
3553 /* RXON - unassoc (to set timing command) */
246ed355
JB
3554 ctx->staging.filter_flags &= ~RXON_FILTER_ASSOC_MSK;
3555 iwlcore_commit_rxon(priv, ctx);
b481de9c
ZY
3556
3557 /* RXON Timing */
47313e34 3558 ret = iwl_send_rxon_timing(priv, ctx);
857485c0 3559 if (ret)
8f2d3d2a 3560 IWL_WARN(priv, "RXON timing failed - "
b481de9c
ZY
3561 "Attempting to continue.\n");
3562
f513dfff
DH
3563 /* AP has all antennas */
3564 priv->chain_noise_data.active_chains =
3565 priv->hw_params.valid_rx_ant;
3566 iwl_set_rxon_ht(priv, &priv->current_ht_config);
45823531 3567 if (priv->cfg->ops->hcmd->set_rxon_chain)
246ed355 3568 priv->cfg->ops->hcmd->set_rxon_chain(priv, ctx);
b481de9c 3569
246ed355 3570 ctx->staging.assoc_id = 0;
1dda6d28 3571
c213d745 3572 if (vif->bss_conf.use_short_preamble)
246ed355 3573 ctx->staging.flags |=
b481de9c
ZY
3574 RXON_FLG_SHORT_PREAMBLE_MSK;
3575 else
246ed355 3576 ctx->staging.flags &=
b481de9c
ZY
3577 ~RXON_FLG_SHORT_PREAMBLE_MSK;
3578
246ed355 3579 if (ctx->staging.flags & RXON_FLG_BAND_24G_MSK) {
c213d745 3580 if (vif->bss_conf.use_short_slot)
246ed355 3581 ctx->staging.flags |=
b481de9c
ZY
3582 RXON_FLG_SHORT_SLOT_MSK;
3583 else
246ed355 3584 ctx->staging.flags &=
b481de9c 3585 ~RXON_FLG_SHORT_SLOT_MSK;
b481de9c 3586 }
08abc53c
JB
3587 /* need to send beacon cmd before committing assoc RXON! */
3588 iwl_send_beacon_cmd(priv);
b481de9c 3589 /* restore RXON assoc */
246ed355
JB
3590 ctx->staging.filter_flags |= RXON_FILTER_ASSOC_MSK;
3591 iwlcore_commit_rxon(priv, ctx);
e1493deb 3592 }
5b9f8cd3 3593 iwl_send_beacon_cmd(priv);
b481de9c
ZY
3594
3595 /* FIXME - we need to add code here to detect a totally new
3596 * configuration, reset the AP, unassoc, rxon timing, assoc,
3597 * clear sta table, add BCAST sta... */
3598}
3599
5b9f8cd3 3600static void iwl_mac_update_tkip_key(struct ieee80211_hw *hw,
b3fbdcf4
JB
3601 struct ieee80211_vif *vif,
3602 struct ieee80211_key_conf *keyconf,
3603 struct ieee80211_sta *sta,
3604 u32 iv32, u16 *phase1key)
ab885f8c 3605{
ab885f8c 3606
9f58671e 3607 struct iwl_priv *priv = hw->priv;
a194e324
JB
3608 struct iwl_vif_priv *vif_priv = (void *)vif->drv_priv;
3609
e1623446 3610 IWL_DEBUG_MAC80211(priv, "enter\n");
ab885f8c 3611
a194e324 3612 iwl_update_tkip_key(priv, vif_priv->ctx, keyconf, sta,
b3fbdcf4 3613 iv32, phase1key);
ab885f8c 3614
e1623446 3615 IWL_DEBUG_MAC80211(priv, "leave\n");
ab885f8c
EG
3616}
3617
5b9f8cd3 3618static int iwl_mac_set_key(struct ieee80211_hw *hw, enum set_key_cmd cmd,
dc822b5d
JB
3619 struct ieee80211_vif *vif,
3620 struct ieee80211_sta *sta,
b481de9c
ZY
3621 struct ieee80211_key_conf *key)
3622{
c79dd5b5 3623 struct iwl_priv *priv = hw->priv;
a194e324 3624 struct iwl_vif_priv *vif_priv = (void *)vif->drv_priv;
c10afb6e 3625 struct iwl_rxon_context *ctx = vif_priv->ctx;
42986796
WT
3626 int ret;
3627 u8 sta_id;
3628 bool is_default_wep_key = false;
b481de9c 3629
e1623446 3630 IWL_DEBUG_MAC80211(priv, "enter\n");
b481de9c 3631
90e8e424 3632 if (priv->cfg->mod_params->sw_crypto) {
e1623446 3633 IWL_DEBUG_MAC80211(priv, "leave - hwcrypto disabled\n");
b481de9c
ZY
3634 return -EOPNOTSUPP;
3635 }
b481de9c 3636
a194e324 3637 sta_id = iwl_sta_id_or_broadcast(priv, vif_priv->ctx, sta);
0af8bcae
JB
3638 if (sta_id == IWL_INVALID_STATION)
3639 return -EINVAL;
b481de9c 3640
6974e363 3641 mutex_lock(&priv->mutex);
2a421b91 3642 iwl_scan_cancel_timeout(priv, 100);
6974e363 3643
a90178fa
JB
3644 /*
3645 * If we are getting WEP group key and we didn't receive any key mapping
6974e363
EG
3646 * so far, we are in legacy wep mode (group key only), otherwise we are
3647 * in 1X mode.
a90178fa
JB
3648 * In legacy wep mode, we use another host command to the uCode.
3649 */
97359d12
JB
3650 if ((key->cipher == WLAN_CIPHER_SUITE_WEP40 ||
3651 key->cipher == WLAN_CIPHER_SUITE_WEP104) &&
54c8067a 3652 !sta) {
6974e363 3653 if (cmd == SET_KEY)
c10afb6e 3654 is_default_wep_key = !ctx->key_mapping_keys;
6974e363 3655 else
ccc038ab
EG
3656 is_default_wep_key =
3657 (key->hw_key_idx == HW_KEY_DEFAULT);
6974e363 3658 }
052c4b9f 3659
b481de9c 3660 switch (cmd) {
deb09c43 3661 case SET_KEY:
6974e363 3662 if (is_default_wep_key)
2995bafa 3663 ret = iwl_set_default_wep_key(priv, vif_priv->ctx, key);
deb09c43 3664 else
a194e324
JB
3665 ret = iwl_set_dynamic_key(priv, vif_priv->ctx,
3666 key, sta_id);
deb09c43 3667
e1623446 3668 IWL_DEBUG_MAC80211(priv, "enable hwcrypto key\n");
b481de9c
ZY
3669 break;
3670 case DISABLE_KEY:
6974e363 3671 if (is_default_wep_key)
c10afb6e 3672 ret = iwl_remove_default_wep_key(priv, ctx, key);
deb09c43 3673 else
c10afb6e 3674 ret = iwl_remove_dynamic_key(priv, ctx, key, sta_id);
deb09c43 3675
e1623446 3676 IWL_DEBUG_MAC80211(priv, "disable hwcrypto key\n");
b481de9c
ZY
3677 break;
3678 default:
deb09c43 3679 ret = -EINVAL;
b481de9c
ZY
3680 }
3681
72e15d71 3682 mutex_unlock(&priv->mutex);
e1623446 3683 IWL_DEBUG_MAC80211(priv, "leave\n");
b481de9c 3684
deb09c43 3685 return ret;
b481de9c
ZY
3686}
3687
5b9f8cd3 3688static int iwl_mac_ampdu_action(struct ieee80211_hw *hw,
c951ad35 3689 struct ieee80211_vif *vif,
832f47e3
JB
3690 enum ieee80211_ampdu_mlme_action action,
3691 struct ieee80211_sta *sta, u16 tid, u16 *ssn)
d783b061
TW
3692{
3693 struct iwl_priv *priv = hw->priv;
4620fefa 3694 int ret = -EINVAL;
d783b061 3695
e1623446 3696 IWL_DEBUG_HT(priv, "A-MPDU action on addr %pM tid %d\n",
e174961c 3697 sta->addr, tid);
d783b061
TW
3698
3699 if (!(priv->cfg->sku & IWL_SKU_N))
3700 return -EACCES;
3701
4620fefa
JB
3702 mutex_lock(&priv->mutex);
3703
d783b061
TW
3704 switch (action) {
3705 case IEEE80211_AMPDU_RX_START:
e1623446 3706 IWL_DEBUG_HT(priv, "start Rx\n");
4620fefa
JB
3707 ret = iwl_sta_rx_agg_start(priv, sta, tid, *ssn);
3708 break;
d783b061 3709 case IEEE80211_AMPDU_RX_STOP:
e1623446 3710 IWL_DEBUG_HT(priv, "stop Rx\n");
619753ff 3711 ret = iwl_sta_rx_agg_stop(priv, sta, tid);
5c2207c6 3712 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
4620fefa
JB
3713 ret = 0;
3714 break;
d783b061 3715 case IEEE80211_AMPDU_TX_START:
e1623446 3716 IWL_DEBUG_HT(priv, "start Tx\n");
619753ff 3717 ret = iwlagn_tx_agg_start(priv, vif, sta, tid, ssn);
d5a0ffa3
WYG
3718 if (ret == 0) {
3719 priv->_agn.agg_tids_count++;
3720 IWL_DEBUG_HT(priv, "priv->_agn.agg_tids_count = %u\n",
3721 priv->_agn.agg_tids_count);
3722 }
4620fefa 3723 break;
d783b061 3724 case IEEE80211_AMPDU_TX_STOP:
e1623446 3725 IWL_DEBUG_HT(priv, "stop Tx\n");
619753ff 3726 ret = iwlagn_tx_agg_stop(priv, vif, sta, tid);
d5a0ffa3
WYG
3727 if ((ret == 0) && (priv->_agn.agg_tids_count > 0)) {
3728 priv->_agn.agg_tids_count--;
3729 IWL_DEBUG_HT(priv, "priv->_agn.agg_tids_count = %u\n",
3730 priv->_agn.agg_tids_count);
3731 }
5c2207c6 3732 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
4620fefa 3733 ret = 0;
94597ab2
JB
3734 if (priv->cfg->use_rts_for_aggregation) {
3735 struct iwl_station_priv *sta_priv =
3736 (void *) sta->drv_priv;
3737 /*
3738 * switch off RTS/CTS if it was previously enabled
3739 */
3740
3741 sta_priv->lq_sta.lq.general_params.flags &=
3742 ~LINK_QUAL_FLAGS_SET_STA_TLC_RTS_MSK;
7e6a5886
JB
3743 iwl_send_lq_cmd(priv, iwl_rxon_ctx_from_vif(vif),
3744 &sta_priv->lq_sta.lq, CMD_ASYNC, false);
94597ab2 3745 }
4620fefa 3746 break;
f0527971 3747 case IEEE80211_AMPDU_TX_OPERATIONAL:
94597ab2
JB
3748 if (priv->cfg->use_rts_for_aggregation) {
3749 struct iwl_station_priv *sta_priv =
3750 (void *) sta->drv_priv;
3751
cfecc6b4
WYG
3752 /*
3753 * switch to RTS/CTS if it is the prefer protection
3754 * method for HT traffic
3755 */
94597ab2
JB
3756
3757 sta_priv->lq_sta.lq.general_params.flags |=
3758 LINK_QUAL_FLAGS_SET_STA_TLC_RTS_MSK;
7e6a5886
JB
3759 iwl_send_lq_cmd(priv, iwl_rxon_ctx_from_vif(vif),
3760 &sta_priv->lq_sta.lq, CMD_ASYNC, false);
cfecc6b4
WYG
3761 }
3762 ret = 0;
d783b061
TW
3763 break;
3764 }
4620fefa
JB
3765 mutex_unlock(&priv->mutex);
3766
3767 return ret;
d783b061 3768}
9f58671e 3769
6ab10ff8
JB
3770static void iwl_mac_sta_notify(struct ieee80211_hw *hw,
3771 struct ieee80211_vif *vif,
3772 enum sta_notify_cmd cmd,
3773 struct ieee80211_sta *sta)
3774{
3775 struct iwl_priv *priv = hw->priv;
3776 struct iwl_station_priv *sta_priv = (void *)sta->drv_priv;
3777 int sta_id;
3778
6ab10ff8 3779 switch (cmd) {
6ab10ff8
JB
3780 case STA_NOTIFY_SLEEP:
3781 WARN_ON(!sta_priv->client);
3782 sta_priv->asleep = true;
3783 if (atomic_read(&sta_priv->pending_frames) > 0)
3784 ieee80211_sta_block_awake(hw, sta, true);
3785 break;
3786 case STA_NOTIFY_AWAKE:
3787 WARN_ON(!sta_priv->client);
49dcc819
DH
3788 if (!sta_priv->asleep)
3789 break;
6ab10ff8 3790 sta_priv->asleep = false;
2a87c26b 3791 sta_id = iwl_sta_id(sta);
6ab10ff8
JB
3792 if (sta_id != IWL_INVALID_STATION)
3793 iwl_sta_modify_ps_wake(priv, sta_id);
3794 break;
3795 default:
3796 break;
3797 }
3798}
3799
fe6b23dd
RC
3800static int iwlagn_mac_sta_add(struct ieee80211_hw *hw,
3801 struct ieee80211_vif *vif,
3802 struct ieee80211_sta *sta)
3803{
3804 struct iwl_priv *priv = hw->priv;
3805 struct iwl_station_priv *sta_priv = (void *)sta->drv_priv;
a194e324 3806 struct iwl_vif_priv *vif_priv = (void *)vif->drv_priv;
eafdfbd3 3807 bool is_ap = vif->type == NL80211_IFTYPE_STATION;
fe6b23dd
RC
3808 int ret;
3809 u8 sta_id;
3810
3811 IWL_DEBUG_INFO(priv, "received request to add station %pM\n",
3812 sta->addr);
da5ae1cf
RC
3813 mutex_lock(&priv->mutex);
3814 IWL_DEBUG_INFO(priv, "proceeding to add station %pM\n",
3815 sta->addr);
3816 sta_priv->common.sta_id = IWL_INVALID_STATION;
fe6b23dd
RC
3817
3818 atomic_set(&sta_priv->pending_frames, 0);
3819 if (vif->type == NL80211_IFTYPE_AP)
3820 sta_priv->client = true;
3821
a194e324 3822 ret = iwl_add_station_common(priv, vif_priv->ctx, sta->addr,
238d781d 3823 is_ap, sta, &sta_id);
fe6b23dd
RC
3824 if (ret) {
3825 IWL_ERR(priv, "Unable to add station %pM (%d)\n",
3826 sta->addr, ret);
3827 /* Should we return success if return code is EEXIST ? */
da5ae1cf 3828 mutex_unlock(&priv->mutex);
fe6b23dd
RC
3829 return ret;
3830 }
3831
fd1af15d
JB
3832 sta_priv->common.sta_id = sta_id;
3833
fe6b23dd 3834 /* Initialize rate scaling */
91dd6c27 3835 IWL_DEBUG_INFO(priv, "Initializing rate scaling for station %pM\n",
fe6b23dd
RC
3836 sta->addr);
3837 iwl_rs_rate_init(priv, sta, sta_id);
da5ae1cf 3838 mutex_unlock(&priv->mutex);
fe6b23dd 3839
fd1af15d 3840 return 0;
fe6b23dd
RC
3841}
3842
79d07325
WYG
3843static void iwl_mac_channel_switch(struct ieee80211_hw *hw,
3844 struct ieee80211_channel_switch *ch_switch)
3845{
3846 struct iwl_priv *priv = hw->priv;
3847 const struct iwl_channel_info *ch_info;
3848 struct ieee80211_conf *conf = &hw->conf;
aa2dc6b5 3849 struct ieee80211_channel *channel = ch_switch->channel;
79d07325 3850 struct iwl_ht_config *ht_conf = &priv->current_ht_config;
246ed355
JB
3851 /*
3852 * MULTI-FIXME
3853 * When we add support for multiple interfaces, we need to
3854 * revisit this. The channel switch command in the device
3855 * only affects the BSS context, but what does that really
3856 * mean? And what if we get a CSA on the second interface?
3857 * This needs a lot of work.
3858 */
3859 struct iwl_rxon_context *ctx = &priv->contexts[IWL_RXON_CTX_BSS];
79d07325
WYG
3860 u16 ch;
3861 unsigned long flags = 0;
3862
3863 IWL_DEBUG_MAC80211(priv, "enter\n");
3864
3865 if (iwl_is_rfkill(priv))
3866 goto out_exit;
3867
3868 if (test_bit(STATUS_EXIT_PENDING, &priv->status) ||
3869 test_bit(STATUS_SCANNING, &priv->status))
3870 goto out_exit;
3871
246ed355 3872 if (!iwl_is_associated_ctx(ctx))
79d07325
WYG
3873 goto out_exit;
3874
3875 /* channel switch in progress */
3876 if (priv->switch_rxon.switch_in_progress == true)
3877 goto out_exit;
3878
3879 mutex_lock(&priv->mutex);
3880 if (priv->cfg->ops->lib->set_channel_switch) {
3881
aa2dc6b5 3882 ch = channel->hw_value;
246ed355 3883 if (le16_to_cpu(ctx->active.channel) != ch) {
79d07325 3884 ch_info = iwl_get_channel_info(priv,
aa2dc6b5 3885 channel->band,
79d07325
WYG
3886 ch);
3887 if (!is_channel_valid(ch_info)) {
3888 IWL_DEBUG_MAC80211(priv, "invalid channel\n");
3889 goto out;
3890 }
3891 spin_lock_irqsave(&priv->lock, flags);
3892
3893 priv->current_ht_config.smps = conf->smps_mode;
3894
3895 /* Configure HT40 channels */
7e6a5886
JB
3896 ctx->ht.enabled = conf_is_ht(conf);
3897 if (ctx->ht.enabled) {
79d07325 3898 if (conf_is_ht40_minus(conf)) {
7e6a5886 3899 ctx->ht.extension_chan_offset =
79d07325 3900 IEEE80211_HT_PARAM_CHA_SEC_BELOW;
7e6a5886 3901 ctx->ht.is_40mhz = true;
79d07325 3902 } else if (conf_is_ht40_plus(conf)) {
7e6a5886 3903 ctx->ht.extension_chan_offset =
79d07325 3904 IEEE80211_HT_PARAM_CHA_SEC_ABOVE;
7e6a5886 3905 ctx->ht.is_40mhz = true;
79d07325 3906 } else {
7e6a5886 3907 ctx->ht.extension_chan_offset =
79d07325 3908 IEEE80211_HT_PARAM_CHA_SEC_NONE;
7e6a5886 3909 ctx->ht.is_40mhz = false;
79d07325
WYG
3910 }
3911 } else
7e6a5886 3912 ctx->ht.is_40mhz = false;
79d07325 3913
246ed355
JB
3914 if ((le16_to_cpu(ctx->staging.channel) != ch))
3915 ctx->staging.flags = 0;
79d07325 3916
246ed355 3917 iwl_set_rxon_channel(priv, channel, ctx);
79d07325 3918 iwl_set_rxon_ht(priv, ht_conf);
246ed355 3919 iwl_set_flags_for_band(priv, ctx, channel->band,
8bd413e6 3920 ctx->vif);
79d07325
WYG
3921 spin_unlock_irqrestore(&priv->lock, flags);
3922
3923 iwl_set_rate(priv);
3924 /*
3925 * at this point, staging_rxon has the
3926 * configuration for channel switch
3927 */
3928 if (priv->cfg->ops->lib->set_channel_switch(priv,
3929 ch_switch))
3930 priv->switch_rxon.switch_in_progress = false;
3931 }
3932 }
3933out:
3934 mutex_unlock(&priv->mutex);
3935out_exit:
3936 if (!priv->switch_rxon.switch_in_progress)
8bd413e6 3937 ieee80211_chswitch_done(ctx->vif, false);
79d07325
WYG
3938 IWL_DEBUG_MAC80211(priv, "leave\n");
3939}
3940
8b8ab9d5
JB
3941static void iwlagn_configure_filter(struct ieee80211_hw *hw,
3942 unsigned int changed_flags,
3943 unsigned int *total_flags,
3944 u64 multicast)
3945{
3946 struct iwl_priv *priv = hw->priv;
3947 __le32 filter_or = 0, filter_nand = 0;
246ed355 3948 struct iwl_rxon_context *ctx;
8b8ab9d5
JB
3949
3950#define CHK(test, flag) do { \
3951 if (*total_flags & (test)) \
3952 filter_or |= (flag); \
3953 else \
3954 filter_nand |= (flag); \
3955 } while (0)
3956
3957 IWL_DEBUG_MAC80211(priv, "Enter: changed: 0x%x, total: 0x%x\n",
3958 changed_flags, *total_flags);
3959
3960 CHK(FIF_OTHER_BSS | FIF_PROMISC_IN_BSS, RXON_FILTER_PROMISC_MSK);
3961 CHK(FIF_CONTROL, RXON_FILTER_CTL2HOST_MSK);
3962 CHK(FIF_BCN_PRBRESP_PROMISC, RXON_FILTER_BCON_AWARE_MSK);
3963
3964#undef CHK
3965
3966 mutex_lock(&priv->mutex);
3967
246ed355
JB
3968 for_each_context(priv, ctx) {
3969 ctx->staging.filter_flags &= ~filter_nand;
3970 ctx->staging.filter_flags |= filter_or;
3971 iwlcore_commit_rxon(priv, ctx);
3972 }
8b8ab9d5
JB
3973
3974 mutex_unlock(&priv->mutex);
3975
3976 /*
3977 * Receiving all multicast frames is always enabled by the
3978 * default flags setup in iwl_connection_init_rx_config()
3979 * since we currently do not support programming multicast
3980 * filters into the device.
3981 */
3982 *total_flags &= FIF_OTHER_BSS | FIF_ALLMULTI | FIF_PROMISC_IN_BSS |
3983 FIF_BCN_PRBRESP_PROMISC | FIF_CONTROL;
3984}
3985
716c74b0
WYG
3986static void iwl_mac_flush(struct ieee80211_hw *hw, bool drop)
3987{
3988 struct iwl_priv *priv = hw->priv;
3989
3990 mutex_lock(&priv->mutex);
3991 IWL_DEBUG_MAC80211(priv, "enter\n");
3992
3993 /* do not support "flush" */
3994 if (!priv->cfg->ops->lib->txfifo_flush)
3995 goto done;
3996
3997 if (test_bit(STATUS_EXIT_PENDING, &priv->status)) {
3998 IWL_DEBUG_TX(priv, "Aborting flush due to device shutdown\n");
3999 goto done;
4000 }
4001 if (iwl_is_rfkill(priv)) {
4002 IWL_DEBUG_TX(priv, "Aborting flush due to RF Kill\n");
4003 goto done;
4004 }
4005
4006 /*
4007 * mac80211 will not push any more frames for transmit
4008 * until the flush is completed
4009 */
4010 if (drop) {
4011 IWL_DEBUG_MAC80211(priv, "send flush command\n");
4012 if (priv->cfg->ops->lib->txfifo_flush(priv, IWL_DROP_ALL)) {
4013 IWL_ERR(priv, "flush request fail\n");
4014 goto done;
4015 }
4016 }
4017 IWL_DEBUG_MAC80211(priv, "wait transmit/flush all frames\n");
4018 iwlagn_wait_tx_queue_empty(priv);
4019done:
4020 mutex_unlock(&priv->mutex);
4021 IWL_DEBUG_MAC80211(priv, "leave\n");
4022}
4023
b481de9c
ZY
4024/*****************************************************************************
4025 *
4026 * driver setup and teardown
4027 *
4028 *****************************************************************************/
4029
4e39317d 4030static void iwl_setup_deferred_work(struct iwl_priv *priv)
b481de9c 4031{
d21050c7 4032 priv->workqueue = create_singlethread_workqueue(DRV_NAME);
b481de9c
ZY
4033
4034 init_waitqueue_head(&priv->wait_command_queue);
4035
5b9f8cd3
EG
4036 INIT_WORK(&priv->restart, iwl_bg_restart);
4037 INIT_WORK(&priv->rx_replenish, iwl_bg_rx_replenish);
5b9f8cd3 4038 INIT_WORK(&priv->beacon_update, iwl_bg_beacon_update);
16e727e8 4039 INIT_WORK(&priv->run_time_calib_work, iwl_bg_run_time_calib_work);
65550636 4040 INIT_WORK(&priv->tx_flush, iwl_bg_tx_flush);
bee008b7 4041 INIT_WORK(&priv->bt_full_concurrency, iwl_bg_bt_full_concurrency);
fbba9410 4042 INIT_WORK(&priv->bt_runtime_config, iwl_bg_bt_runtime_config);
4a4a9e81
TW
4043 INIT_DELAYED_WORK(&priv->init_alive_start, iwl_bg_init_alive_start);
4044 INIT_DELAYED_WORK(&priv->alive_start, iwl_bg_alive_start);
2a421b91 4045
2a421b91 4046 iwl_setup_scan_deferred_work(priv);
bb8c093b 4047
4e39317d
EG
4048 if (priv->cfg->ops->lib->setup_deferred_work)
4049 priv->cfg->ops->lib->setup_deferred_work(priv);
4050
4051 init_timer(&priv->statistics_periodic);
4052 priv->statistics_periodic.data = (unsigned long)priv;
5b9f8cd3 4053 priv->statistics_periodic.function = iwl_bg_statistics_periodic;
b481de9c 4054
a9e1cb6a
WYG
4055 init_timer(&priv->ucode_trace);
4056 priv->ucode_trace.data = (unsigned long)priv;
4057 priv->ucode_trace.function = iwl_bg_ucode_trace;
4058
b74e31a9
WYG
4059 if (priv->cfg->ops->lib->recover_from_tx_stall) {
4060 init_timer(&priv->monitor_recover);
4061 priv->monitor_recover.data = (unsigned long)priv;
4062 priv->monitor_recover.function =
4063 priv->cfg->ops->lib->recover_from_tx_stall;
4064 }
4065
ef850d7c
MA
4066 if (!priv->cfg->use_isr_legacy)
4067 tasklet_init(&priv->irq_tasklet, (void (*)(unsigned long))
4068 iwl_irq_tasklet, (unsigned long)priv);
4069 else
4070 tasklet_init(&priv->irq_tasklet, (void (*)(unsigned long))
4071 iwl_irq_tasklet_legacy, (unsigned long)priv);
b481de9c
ZY
4072}
4073
4e39317d 4074static void iwl_cancel_deferred_work(struct iwl_priv *priv)
b481de9c 4075{
4e39317d
EG
4076 if (priv->cfg->ops->lib->cancel_deferred_work)
4077 priv->cfg->ops->lib->cancel_deferred_work(priv);
b481de9c 4078
3ae6a054 4079 cancel_delayed_work_sync(&priv->init_alive_start);
b481de9c 4080 cancel_delayed_work(&priv->scan_check);
88be0264 4081 cancel_work_sync(&priv->start_internal_scan);
b481de9c 4082 cancel_delayed_work(&priv->alive_start);
815e629b 4083 cancel_work_sync(&priv->run_time_calib_work);
b481de9c 4084 cancel_work_sync(&priv->beacon_update);
bee008b7 4085 cancel_work_sync(&priv->bt_full_concurrency);
fbba9410 4086 cancel_work_sync(&priv->bt_runtime_config);
4e39317d 4087 del_timer_sync(&priv->statistics_periodic);
a9e1cb6a 4088 del_timer_sync(&priv->ucode_trace);
b481de9c
ZY
4089}
4090
89f186a8
RC
4091static void iwl_init_hw_rates(struct iwl_priv *priv,
4092 struct ieee80211_rate *rates)
4093{
4094 int i;
4095
4096 for (i = 0; i < IWL_RATE_COUNT_LEGACY; i++) {
4097 rates[i].bitrate = iwl_rates[i].ieee * 5;
4098 rates[i].hw_value = i; /* Rate scaling will work on indexes */
4099 rates[i].hw_value_short = i;
4100 rates[i].flags = 0;
4101 if ((i >= IWL_FIRST_CCK_RATE) && (i <= IWL_LAST_CCK_RATE)) {
4102 /*
4103 * If CCK != 1M then set short preamble rate flag.
4104 */
4105 rates[i].flags |=
4106 (iwl_rates[i].plcp == IWL_RATE_1M_PLCP) ?
4107 0 : IEEE80211_RATE_SHORT_PREAMBLE;
4108 }
4109 }
4110}
4111
4112static int iwl_init_drv(struct iwl_priv *priv)
4113{
4114 int ret;
4115
4116 priv->ibss_beacon = NULL;
4117
89f186a8
RC
4118 spin_lock_init(&priv->sta_lock);
4119 spin_lock_init(&priv->hcmd_lock);
4120
4121 INIT_LIST_HEAD(&priv->free_frames);
4122
4123 mutex_init(&priv->mutex);
d2dfe6df 4124 mutex_init(&priv->sync_cmd_mutex);
89f186a8 4125
89f186a8
RC
4126 priv->ieee_channels = NULL;
4127 priv->ieee_rates = NULL;
4128 priv->band = IEEE80211_BAND_2GHZ;
4129
4130 priv->iw_mode = NL80211_IFTYPE_STATION;
ba37a3d0 4131 priv->current_ht_config.smps = IEEE80211_SMPS_STATIC;
a13d276f 4132 priv->missed_beacon_threshold = IWL_MISSED_BEACON_THRESHOLD_DEF;
d5a0ffa3 4133 priv->_agn.agg_tids_count = 0;
89f186a8 4134
8a472da4
WYG
4135 /* initialize force reset */
4136 priv->force_reset[IWL_RF_RESET].reset_duration =
4137 IWL_DELAY_NEXT_FORCE_RF_RESET;
4138 priv->force_reset[IWL_FW_RESET].reset_duration =
4139 IWL_DELAY_NEXT_FORCE_FW_RELOAD;
89f186a8
RC
4140
4141 /* Choose which receivers/antennas to use */
4142 if (priv->cfg->ops->hcmd->set_rxon_chain)
246ed355
JB
4143 priv->cfg->ops->hcmd->set_rxon_chain(priv,
4144 &priv->contexts[IWL_RXON_CTX_BSS]);
89f186a8
RC
4145
4146 iwl_init_scan_params(priv);
4147
22bf59a0
WYG
4148 /* init bt coex */
4149 if (priv->cfg->advanced_bt_coexist) {
b6e116e8
WYG
4150 priv->kill_ack_mask = IWLAGN_BT_KILL_ACK_MASK_DEFAULT;
4151 priv->kill_cts_mask = IWLAGN_BT_KILL_CTS_MASK_DEFAULT;
4152 priv->bt_valid = IWLAGN_BT_ALL_VALID_MSK;
22bf59a0
WYG
4153 priv->bt_on_thresh = BT_ON_THRESHOLD_DEF;
4154 priv->bt_duration = BT_DURATION_LIMIT_DEF;
4155 priv->dynamic_frag_thresh = BT_FRAG_THRESHOLD_DEF;
4156 priv->dynamic_agg_thresh = BT_AGG_THRESHOLD_DEF;
4157 }
4158
89f186a8
RC
4159 /* Set the tx_power_user_lmt to the lowest power level
4160 * this value will get overwritten by channel max power avg
4161 * from eeprom */
b744cb79 4162 priv->tx_power_user_lmt = IWLAGN_TX_POWER_TARGET_POWER_MIN;
89f186a8
RC
4163
4164 ret = iwl_init_channel_map(priv);
4165 if (ret) {
4166 IWL_ERR(priv, "initializing regulatory failed: %d\n", ret);
4167 goto err;
4168 }
4169
4170 ret = iwlcore_init_geos(priv);
4171 if (ret) {
4172 IWL_ERR(priv, "initializing geos failed: %d\n", ret);
4173 goto err_free_channel_map;
4174 }
4175 iwl_init_hw_rates(priv, priv->ieee_rates);
4176
4177 return 0;
4178
4179err_free_channel_map:
4180 iwl_free_channel_map(priv);
4181err:
4182 return ret;
4183}
4184
4185static void iwl_uninit_drv(struct iwl_priv *priv)
4186{
4187 iwl_calib_free_results(priv);
4188 iwlcore_free_geos(priv);
4189 iwl_free_channel_map(priv);
811ecc99 4190 kfree(priv->scan_cmd);
89f186a8
RC
4191}
4192
5b9f8cd3
EG
4193static struct ieee80211_ops iwl_hw_ops = {
4194 .tx = iwl_mac_tx,
4195 .start = iwl_mac_start,
4196 .stop = iwl_mac_stop,
4197 .add_interface = iwl_mac_add_interface,
4198 .remove_interface = iwl_mac_remove_interface,
4199 .config = iwl_mac_config,
8b8ab9d5 4200 .configure_filter = iwlagn_configure_filter,
5b9f8cd3
EG
4201 .set_key = iwl_mac_set_key,
4202 .update_tkip_key = iwl_mac_update_tkip_key,
5b9f8cd3
EG
4203 .conf_tx = iwl_mac_conf_tx,
4204 .reset_tsf = iwl_mac_reset_tsf,
4205 .bss_info_changed = iwl_bss_info_changed,
4206 .ampdu_action = iwl_mac_ampdu_action,
6ab10ff8
JB
4207 .hw_scan = iwl_mac_hw_scan,
4208 .sta_notify = iwl_mac_sta_notify,
fe6b23dd
RC
4209 .sta_add = iwlagn_mac_sta_add,
4210 .sta_remove = iwl_mac_sta_remove,
79d07325 4211 .channel_switch = iwl_mac_channel_switch,
716c74b0 4212 .flush = iwl_mac_flush,
a85d7cca 4213 .tx_last_beacon = iwl_mac_tx_last_beacon,
b481de9c
ZY
4214};
4215
3867fe04
WYG
4216static void iwl_hw_detect(struct iwl_priv *priv)
4217{
4218 priv->hw_rev = _iwl_read32(priv, CSR_HW_REV);
4219 priv->hw_wa_rev = _iwl_read32(priv, CSR_HW_REV_WA_REG);
4220 pci_read_config_byte(priv->pci_dev, PCI_REVISION_ID, &priv->rev_id);
49ded76b 4221 IWL_DEBUG_INFO(priv, "HW Revision ID = 0x%X\n", priv->rev_id);
3867fe04
WYG
4222}
4223
07d4f1ad
WYG
4224static int iwl_set_hw_params(struct iwl_priv *priv)
4225{
4226 priv->hw_params.max_rxq_size = RX_QUEUE_SIZE;
4227 priv->hw_params.max_rxq_log = RX_QUEUE_SIZE_LOG;
4228 if (priv->cfg->mod_params->amsdu_size_8K)
4229 priv->hw_params.rx_page_order = get_order(IWL_RX_BUF_SIZE_8K);
4230 else
4231 priv->hw_params.rx_page_order = get_order(IWL_RX_BUF_SIZE_4K);
4232
4233 priv->hw_params.max_beacon_itrvl = IWL_MAX_UCODE_BEACON_INTERVAL;
4234
4235 if (priv->cfg->mod_params->disable_11n)
4236 priv->cfg->sku &= ~IWL_SKU_N;
4237
4238 /* Device-specific setup */
4239 return priv->cfg->ops->lib->set_hw_params(priv);
4240}
4241
e72f368b
JB
4242static const u8 iwlagn_bss_ac_to_fifo[] = {
4243 IWL_TX_FIFO_VO,
4244 IWL_TX_FIFO_VI,
4245 IWL_TX_FIFO_BE,
4246 IWL_TX_FIFO_BK,
4247};
4248
4249static const u8 iwlagn_bss_ac_to_queue[] = {
4250 0, 1, 2, 3,
4251};
4252
4253static const u8 iwlagn_pan_ac_to_fifo[] = {
4254 IWL_TX_FIFO_VO_IPAN,
4255 IWL_TX_FIFO_VI_IPAN,
4256 IWL_TX_FIFO_BE_IPAN,
4257 IWL_TX_FIFO_BK_IPAN,
4258};
4259
4260static const u8 iwlagn_pan_ac_to_queue[] = {
4261 7, 6, 5, 4,
4262};
4263
5b9f8cd3 4264static int iwl_pci_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
b481de9c 4265{
246ed355 4266 int err = 0, i;
c79dd5b5 4267 struct iwl_priv *priv;
b481de9c 4268 struct ieee80211_hw *hw;
82b9a121 4269 struct iwl_cfg *cfg = (struct iwl_cfg *)(ent->driver_data);
0359facc 4270 unsigned long flags;
c6fa17ed 4271 u16 pci_cmd, num_mac;
b481de9c 4272
316c30d9
AK
4273 /************************
4274 * 1. Allocating HW data
4275 ************************/
4276
6440adb5
CB
4277 /* Disabling hardware scan means that mac80211 will perform scans
4278 * "the hard way", rather than using device's scan. */
1ea87396 4279 if (cfg->mod_params->disable_hw_scan) {
a562a9dd 4280 if (iwl_debug_level & IWL_DL_INFO)
bf403db8
EK
4281 dev_printk(KERN_DEBUG, &(pdev->dev),
4282 "Disabling hw_scan\n");
5b9f8cd3 4283 iwl_hw_ops.hw_scan = NULL;
b481de9c
ZY
4284 }
4285
5b9f8cd3 4286 hw = iwl_alloc_all(cfg, &iwl_hw_ops);
1d0a082d 4287 if (!hw) {
b481de9c
ZY
4288 err = -ENOMEM;
4289 goto out;
4290 }
1d0a082d
AK
4291 priv = hw->priv;
4292 /* At this point both hw and priv are allocated. */
4293
246ed355
JB
4294 /*
4295 * The default context is always valid,
4296 * more may be discovered when firmware
4297 * is loaded.
4298 */
4299 priv->valid_contexts = BIT(IWL_RXON_CTX_BSS);
4300
4301 for (i = 0; i < NUM_IWL_RXON_CTX; i++)
4302 priv->contexts[i].ctxid = i;
4303
8f2d3d2a
JB
4304 priv->contexts[IWL_RXON_CTX_BSS].rxon_cmd = REPLY_RXON;
4305 priv->contexts[IWL_RXON_CTX_BSS].rxon_timing_cmd = REPLY_RXON_TIMING;
4306 priv->contexts[IWL_RXON_CTX_BSS].rxon_assoc_cmd = REPLY_RXON_ASSOC;
8dfdb9d5 4307 priv->contexts[IWL_RXON_CTX_BSS].qos_cmd = REPLY_QOS_PARAM;
2995bafa 4308 priv->contexts[IWL_RXON_CTX_BSS].ap_sta_id = IWL_AP_ID;
c10afb6e 4309 priv->contexts[IWL_RXON_CTX_BSS].wep_key_cmd = REPLY_WEPKEY;
e72f368b
JB
4310 priv->contexts[IWL_RXON_CTX_BSS].ac_to_fifo = iwlagn_bss_ac_to_fifo;
4311 priv->contexts[IWL_RXON_CTX_BSS].ac_to_queue = iwlagn_bss_ac_to_queue;
d0fe478c
JB
4312 priv->contexts[IWL_RXON_CTX_BSS].exclusive_interface_modes =
4313 BIT(NL80211_IFTYPE_ADHOC);
4314 priv->contexts[IWL_RXON_CTX_BSS].interface_modes =
4315 BIT(NL80211_IFTYPE_STATION);
4316 priv->contexts[IWL_RXON_CTX_BSS].ibss_devtype = RXON_DEV_TYPE_IBSS;
4317 priv->contexts[IWL_RXON_CTX_BSS].station_devtype = RXON_DEV_TYPE_ESS;
4318 priv->contexts[IWL_RXON_CTX_BSS].unused_devtype = RXON_DEV_TYPE_ESS;
ece9c4ee
JB
4319
4320 priv->contexts[IWL_RXON_CTX_PAN].rxon_cmd = REPLY_WIPAN_RXON;
4321 priv->contexts[IWL_RXON_CTX_PAN].rxon_timing_cmd = REPLY_WIPAN_RXON_TIMING;
4322 priv->contexts[IWL_RXON_CTX_PAN].rxon_assoc_cmd = REPLY_WIPAN_RXON_ASSOC;
4323 priv->contexts[IWL_RXON_CTX_PAN].qos_cmd = REPLY_WIPAN_QOS_PARAM;
4324 priv->contexts[IWL_RXON_CTX_PAN].ap_sta_id = IWL_AP_ID_PAN;
4325 priv->contexts[IWL_RXON_CTX_PAN].wep_key_cmd = REPLY_WIPAN_WEPKEY;
4326 priv->contexts[IWL_RXON_CTX_PAN].bcast_sta_id = IWLAGN_PAN_BCAST_ID;
4327 priv->contexts[IWL_RXON_CTX_PAN].station_flags = STA_FLG_PAN_STATION;
e72f368b
JB
4328 priv->contexts[IWL_RXON_CTX_PAN].ac_to_fifo = iwlagn_pan_ac_to_fifo;
4329 priv->contexts[IWL_RXON_CTX_PAN].ac_to_queue = iwlagn_pan_ac_to_queue;
4330 priv->contexts[IWL_RXON_CTX_PAN].mcast_queue = IWL_IPAN_MCAST_QUEUE;
d0fe478c
JB
4331 priv->contexts[IWL_RXON_CTX_PAN].interface_modes =
4332 BIT(NL80211_IFTYPE_STATION) | BIT(NL80211_IFTYPE_AP);
4333 priv->contexts[IWL_RXON_CTX_PAN].ap_devtype = RXON_DEV_TYPE_CP;
4334 priv->contexts[IWL_RXON_CTX_PAN].station_devtype = RXON_DEV_TYPE_2STA;
4335 priv->contexts[IWL_RXON_CTX_PAN].unused_devtype = RXON_DEV_TYPE_P2P;
ece9c4ee
JB
4336
4337 BUILD_BUG_ON(NUM_IWL_RXON_CTX != 2);
8f2d3d2a 4338
b481de9c
ZY
4339 SET_IEEE80211_DEV(hw, &pdev->dev);
4340
e1623446 4341 IWL_DEBUG_INFO(priv, "*** LOAD DRIVER ***\n");
82b9a121 4342 priv->cfg = cfg;
b481de9c 4343 priv->pci_dev = pdev;
40cefda9 4344 priv->inta_mask = CSR_INI_SET_MASK;
316c30d9 4345
bee008b7
WYG
4346 /* is antenna coupling more than 35dB ? */
4347 priv->bt_ant_couple_ok =
4348 (iwlagn_ant_coupling > IWL_BT_ANTENNA_COUPLING_THRESHOLD) ?
4349 true : false;
4350
f37837c9
WYG
4351 /* enable/disable bt channel announcement */
4352 priv->bt_ch_announce = iwlagn_bt_ch_announce;
4353
20594eb0
WYG
4354 if (iwl_alloc_traffic_mem(priv))
4355 IWL_ERR(priv, "Not enough memory to generate traffic log\n");
b481de9c 4356
316c30d9
AK
4357 /**************************
4358 * 2. Initializing PCI bus
4359 **************************/
1a7123cd
JL
4360 pci_disable_link_state(pdev, PCIE_LINK_STATE_L0S | PCIE_LINK_STATE_L1 |
4361 PCIE_LINK_STATE_CLKPM);
4362
316c30d9
AK
4363 if (pci_enable_device(pdev)) {
4364 err = -ENODEV;
4365 goto out_ieee80211_free_hw;
4366 }
4367
4368 pci_set_master(pdev);
4369
093d874c 4370 err = pci_set_dma_mask(pdev, DMA_BIT_MASK(36));
316c30d9 4371 if (!err)
093d874c 4372 err = pci_set_consistent_dma_mask(pdev, DMA_BIT_MASK(36));
cc2a8ea8 4373 if (err) {
093d874c 4374 err = pci_set_dma_mask(pdev, DMA_BIT_MASK(32));
cc2a8ea8 4375 if (!err)
093d874c 4376 err = pci_set_consistent_dma_mask(pdev, DMA_BIT_MASK(32));
cc2a8ea8 4377 /* both attempts failed: */
316c30d9 4378 if (err) {
978785a3 4379 IWL_WARN(priv, "No suitable DMA available.\n");
316c30d9 4380 goto out_pci_disable_device;
cc2a8ea8 4381 }
316c30d9
AK
4382 }
4383
4384 err = pci_request_regions(pdev, DRV_NAME);
4385 if (err)
4386 goto out_pci_disable_device;
4387
4388 pci_set_drvdata(pdev, priv);
4389
316c30d9
AK
4390
4391 /***********************
4392 * 3. Read REV register
4393 ***********************/
4394 priv->hw_base = pci_iomap(pdev, 0, 0);
4395 if (!priv->hw_base) {
4396 err = -ENODEV;
4397 goto out_pci_release_regions;
4398 }
4399
e1623446 4400 IWL_DEBUG_INFO(priv, "pci_resource_len = 0x%08llx\n",
316c30d9 4401 (unsigned long long) pci_resource_len(pdev, 0));
e1623446 4402 IWL_DEBUG_INFO(priv, "pci_resource_base = %p\n", priv->hw_base);
316c30d9 4403
731a29b7 4404 /* these spin locks will be used in apm_ops.init and EEPROM access
a8b50a0a
MA
4405 * we should init now
4406 */
4407 spin_lock_init(&priv->reg_lock);
731a29b7 4408 spin_lock_init(&priv->lock);
4843b5a7
RC
4409
4410 /*
4411 * stop and reset the on-board processor just in case it is in a
4412 * strange state ... like being left stranded by a primary kernel
4413 * and this is now the kdump kernel trying to start up
4414 */
4415 iwl_write32(priv, CSR_RESET, CSR_RESET_REG_FLAG_NEVO_RESET);
4416
b661c819 4417 iwl_hw_detect(priv);
c11362c0 4418 IWL_INFO(priv, "Detected %s, REV=0x%X\n",
b661c819 4419 priv->cfg->name, priv->hw_rev);
316c30d9 4420
e7b63581
TW
4421 /* We disable the RETRY_TIMEOUT register (0x41) to keep
4422 * PCI Tx retries from interfering with C3 CPU state */
4423 pci_write_config_byte(pdev, PCI_CFG_RETRY_TIMEOUT, 0x00);
4424
086ed117
MA
4425 iwl_prepare_card_hw(priv);
4426 if (!priv->hw_ready) {
4427 IWL_WARN(priv, "Failed, HW not ready\n");
4428 goto out_iounmap;
4429 }
4430
91238714
TW
4431 /*****************
4432 * 4. Read EEPROM
4433 *****************/
316c30d9
AK
4434 /* Read the EEPROM */
4435 err = iwl_eeprom_init(priv);
4436 if (err) {
15b1687c 4437 IWL_ERR(priv, "Unable to init EEPROM\n");
316c30d9
AK
4438 goto out_iounmap;
4439 }
8614f360
TW
4440 err = iwl_eeprom_check_version(priv);
4441 if (err)
c8f16138 4442 goto out_free_eeprom;
8614f360 4443
02883017 4444 /* extract MAC Address */
c6fa17ed
WYG
4445 iwl_eeprom_get_mac(priv, priv->addresses[0].addr);
4446 IWL_DEBUG_INFO(priv, "MAC address: %pM\n", priv->addresses[0].addr);
4447 priv->hw->wiphy->addresses = priv->addresses;
4448 priv->hw->wiphy->n_addresses = 1;
4449 num_mac = iwl_eeprom_query16(priv, EEPROM_NUM_MAC_ADDRESS);
4450 if (num_mac > 1) {
4451 memcpy(priv->addresses[1].addr, priv->addresses[0].addr,
4452 ETH_ALEN);
4453 priv->addresses[1].addr[5]++;
4454 priv->hw->wiphy->n_addresses++;
4455 }
316c30d9
AK
4456
4457 /************************
4458 * 5. Setup HW constants
4459 ************************/
da154e30 4460 if (iwl_set_hw_params(priv)) {
15b1687c 4461 IWL_ERR(priv, "failed to set hw parameters\n");
073d3f5f 4462 goto out_free_eeprom;
316c30d9
AK
4463 }
4464
4465 /*******************
6ba87956 4466 * 6. Setup priv
316c30d9 4467 *******************/
b481de9c 4468
6ba87956 4469 err = iwl_init_drv(priv);
bf85ea4f 4470 if (err)
399f4900 4471 goto out_free_eeprom;
bf85ea4f 4472 /* At this point both hw and priv are initialized. */
316c30d9 4473
316c30d9 4474 /********************
09f9bf79 4475 * 7. Setup services
316c30d9 4476 ********************/
0359facc 4477 spin_lock_irqsave(&priv->lock, flags);
5b9f8cd3 4478 iwl_disable_interrupts(priv);
0359facc 4479 spin_unlock_irqrestore(&priv->lock, flags);
316c30d9 4480
6cd0b1cb
HS
4481 pci_enable_msi(priv->pci_dev);
4482
ef850d7c
MA
4483 iwl_alloc_isr_ict(priv);
4484 err = request_irq(priv->pci_dev->irq, priv->cfg->ops->lib->isr,
4485 IRQF_SHARED, DRV_NAME, priv);
6cd0b1cb
HS
4486 if (err) {
4487 IWL_ERR(priv, "Error allocating IRQ %d\n", priv->pci_dev->irq);
4488 goto out_disable_msi;
4489 }
316c30d9 4490
4e39317d 4491 iwl_setup_deferred_work(priv);
653fa4a0 4492 iwl_setup_rx_handlers(priv);
316c30d9 4493
158bea07
JB
4494 /*********************************************
4495 * 8. Enable interrupts and read RFKILL state
4496 *********************************************/
6ba87956 4497
6cd0b1cb
HS
4498 /* enable interrupts if needed: hw bug w/a */
4499 pci_read_config_word(priv->pci_dev, PCI_COMMAND, &pci_cmd);
4500 if (pci_cmd & PCI_COMMAND_INTX_DISABLE) {
4501 pci_cmd &= ~PCI_COMMAND_INTX_DISABLE;
4502 pci_write_config_word(priv->pci_dev, PCI_COMMAND, pci_cmd);
4503 }
4504
4505 iwl_enable_interrupts(priv);
4506
6cd0b1cb
HS
4507 /* If platform's RF_KILL switch is NOT set to KILL */
4508 if (iwl_read32(priv, CSR_GP_CNTRL) & CSR_GP_CNTRL_REG_FLAG_HW_RF_KILL_SW)
4509 clear_bit(STATUS_RF_KILL_HW, &priv->status);
4510 else
4511 set_bit(STATUS_RF_KILL_HW, &priv->status);
6ba87956 4512
a60e77e5
JB
4513 wiphy_rfkill_set_hw_state(priv->hw->wiphy,
4514 test_bit(STATUS_RF_KILL_HW, &priv->status));
6cd0b1cb 4515
58d0f361 4516 iwl_power_initialize(priv);
39b73fb1 4517 iwl_tt_initialize(priv);
158bea07 4518
a15707d8 4519 init_completion(&priv->_agn.firmware_loading_complete);
562db532 4520
b08dfd04 4521 err = iwl_request_firmware(priv, true);
158bea07 4522 if (err)
7d47618a 4523 goto out_destroy_workqueue;
158bea07 4524
b481de9c
ZY
4525 return 0;
4526
7d47618a 4527 out_destroy_workqueue:
c8f16138
RC
4528 destroy_workqueue(priv->workqueue);
4529 priv->workqueue = NULL;
795cc0ad 4530 free_irq(priv->pci_dev->irq, priv);
ef850d7c 4531 iwl_free_isr_ict(priv);
6cd0b1cb
HS
4532 out_disable_msi:
4533 pci_disable_msi(priv->pci_dev);
6ba87956 4534 iwl_uninit_drv(priv);
073d3f5f
TW
4535 out_free_eeprom:
4536 iwl_eeprom_free(priv);
b481de9c
ZY
4537 out_iounmap:
4538 pci_iounmap(pdev, priv->hw_base);
4539 out_pci_release_regions:
316c30d9 4540 pci_set_drvdata(pdev, NULL);
623d563e 4541 pci_release_regions(pdev);
b481de9c
ZY
4542 out_pci_disable_device:
4543 pci_disable_device(pdev);
b481de9c 4544 out_ieee80211_free_hw:
20594eb0 4545 iwl_free_traffic_mem(priv);
d7c76f4c 4546 ieee80211_free_hw(priv->hw);
b481de9c
ZY
4547 out:
4548 return err;
4549}
4550
5b9f8cd3 4551static void __devexit iwl_pci_remove(struct pci_dev *pdev)
b481de9c 4552{
c79dd5b5 4553 struct iwl_priv *priv = pci_get_drvdata(pdev);
0359facc 4554 unsigned long flags;
b481de9c
ZY
4555
4556 if (!priv)
4557 return;
4558
a15707d8 4559 wait_for_completion(&priv->_agn.firmware_loading_complete);
562db532 4560
e1623446 4561 IWL_DEBUG_INFO(priv, "*** UNLOAD DRIVER ***\n");
b481de9c 4562
67249625 4563 iwl_dbgfs_unregister(priv);
5b9f8cd3 4564 sysfs_remove_group(&pdev->dev.kobj, &iwl_attribute_group);
67249625 4565
5b9f8cd3
EG
4566 /* ieee80211_unregister_hw call wil cause iwl_mac_stop to
4567 * to be called and iwl_down since we are removing the device
0b124c31
GG
4568 * we need to set STATUS_EXIT_PENDING bit.
4569 */
4570 set_bit(STATUS_EXIT_PENDING, &priv->status);
c4f55232
RR
4571 if (priv->mac80211_registered) {
4572 ieee80211_unregister_hw(priv->hw);
4573 priv->mac80211_registered = 0;
0b124c31 4574 } else {
5b9f8cd3 4575 iwl_down(priv);
c4f55232
RR
4576 }
4577
c166b25a
BC
4578 /*
4579 * Make sure device is reset to low power before unloading driver.
4580 * This may be redundant with iwl_down(), but there are paths to
4581 * run iwl_down() without calling apm_ops.stop(), and there are
4582 * paths to avoid running iwl_down() at all before leaving driver.
4583 * This (inexpensive) call *makes sure* device is reset.
4584 */
4585 priv->cfg->ops->lib->apm_ops.stop(priv);
4586
39b73fb1
WYG
4587 iwl_tt_exit(priv);
4588
0359facc
MA
4589 /* make sure we flush any pending irq or
4590 * tasklet for the driver
4591 */
4592 spin_lock_irqsave(&priv->lock, flags);
5b9f8cd3 4593 iwl_disable_interrupts(priv);
0359facc
MA
4594 spin_unlock_irqrestore(&priv->lock, flags);
4595
4596 iwl_synchronize_irq(priv);
4597
5b9f8cd3 4598 iwl_dealloc_ucode_pci(priv);
b481de9c
ZY
4599
4600 if (priv->rxq.bd)
54b81550 4601 iwlagn_rx_queue_free(priv, &priv->rxq);
74bcdb33 4602 iwlagn_hw_txq_ctx_free(priv);
b481de9c 4603
073d3f5f 4604 iwl_eeprom_free(priv);
b481de9c 4605
b481de9c 4606
948c171c
MA
4607 /*netif_stop_queue(dev); */
4608 flush_workqueue(priv->workqueue);
4609
5b9f8cd3 4610 /* ieee80211_unregister_hw calls iwl_mac_stop, which flushes
b481de9c
ZY
4611 * priv->workqueue... so we can't take down the workqueue
4612 * until now... */
4613 destroy_workqueue(priv->workqueue);
4614 priv->workqueue = NULL;
20594eb0 4615 iwl_free_traffic_mem(priv);
b481de9c 4616
6cd0b1cb
HS
4617 free_irq(priv->pci_dev->irq, priv);
4618 pci_disable_msi(priv->pci_dev);
b481de9c
ZY
4619 pci_iounmap(pdev, priv->hw_base);
4620 pci_release_regions(pdev);
4621 pci_disable_device(pdev);
4622 pci_set_drvdata(pdev, NULL);
4623
6ba87956 4624 iwl_uninit_drv(priv);
b481de9c 4625
ef850d7c
MA
4626 iwl_free_isr_ict(priv);
4627
b481de9c
ZY
4628 if (priv->ibss_beacon)
4629 dev_kfree_skb(priv->ibss_beacon);
4630
4631 ieee80211_free_hw(priv->hw);
4632}
4633
b481de9c
ZY
4634
4635/*****************************************************************************
4636 *
4637 * driver and module entry point
4638 *
4639 *****************************************************************************/
4640
fed9017e 4641/* Hardware specific file defines the PCI IDs table for that hardware module */
a3aa1884 4642static DEFINE_PCI_DEVICE_TABLE(iwl_hw_card_ids) = {
4fc22b21 4643#ifdef CONFIG_IWL4965
fed9017e
RR
4644 {IWL_PCI_DEVICE(0x4229, PCI_ANY_ID, iwl4965_agn_cfg)},
4645 {IWL_PCI_DEVICE(0x4230, PCI_ANY_ID, iwl4965_agn_cfg)},
4fc22b21 4646#endif /* CONFIG_IWL4965 */
5a6a256e 4647#ifdef CONFIG_IWL5000
ac592574
WYG
4648/* 5100 Series WiFi */
4649 {IWL_PCI_DEVICE(0x4232, 0x1201, iwl5100_agn_cfg)}, /* Mini Card */
4650 {IWL_PCI_DEVICE(0x4232, 0x1301, iwl5100_agn_cfg)}, /* Half Mini Card */
4651 {IWL_PCI_DEVICE(0x4232, 0x1204, iwl5100_agn_cfg)}, /* Mini Card */
4652 {IWL_PCI_DEVICE(0x4232, 0x1304, iwl5100_agn_cfg)}, /* Half Mini Card */
4653 {IWL_PCI_DEVICE(0x4232, 0x1205, iwl5100_bgn_cfg)}, /* Mini Card */
4654 {IWL_PCI_DEVICE(0x4232, 0x1305, iwl5100_bgn_cfg)}, /* Half Mini Card */
4655 {IWL_PCI_DEVICE(0x4232, 0x1206, iwl5100_abg_cfg)}, /* Mini Card */
4656 {IWL_PCI_DEVICE(0x4232, 0x1306, iwl5100_abg_cfg)}, /* Half Mini Card */
4657 {IWL_PCI_DEVICE(0x4232, 0x1221, iwl5100_agn_cfg)}, /* Mini Card */
4658 {IWL_PCI_DEVICE(0x4232, 0x1321, iwl5100_agn_cfg)}, /* Half Mini Card */
4659 {IWL_PCI_DEVICE(0x4232, 0x1224, iwl5100_agn_cfg)}, /* Mini Card */
4660 {IWL_PCI_DEVICE(0x4232, 0x1324, iwl5100_agn_cfg)}, /* Half Mini Card */
4661 {IWL_PCI_DEVICE(0x4232, 0x1225, iwl5100_bgn_cfg)}, /* Mini Card */
4662 {IWL_PCI_DEVICE(0x4232, 0x1325, iwl5100_bgn_cfg)}, /* Half Mini Card */
4663 {IWL_PCI_DEVICE(0x4232, 0x1226, iwl5100_abg_cfg)}, /* Mini Card */
4664 {IWL_PCI_DEVICE(0x4232, 0x1326, iwl5100_abg_cfg)}, /* Half Mini Card */
4665 {IWL_PCI_DEVICE(0x4237, 0x1211, iwl5100_agn_cfg)}, /* Mini Card */
4666 {IWL_PCI_DEVICE(0x4237, 0x1311, iwl5100_agn_cfg)}, /* Half Mini Card */
4667 {IWL_PCI_DEVICE(0x4237, 0x1214, iwl5100_agn_cfg)}, /* Mini Card */
4668 {IWL_PCI_DEVICE(0x4237, 0x1314, iwl5100_agn_cfg)}, /* Half Mini Card */
4669 {IWL_PCI_DEVICE(0x4237, 0x1215, iwl5100_bgn_cfg)}, /* Mini Card */
4670 {IWL_PCI_DEVICE(0x4237, 0x1315, iwl5100_bgn_cfg)}, /* Half Mini Card */
4671 {IWL_PCI_DEVICE(0x4237, 0x1216, iwl5100_abg_cfg)}, /* Mini Card */
4672 {IWL_PCI_DEVICE(0x4237, 0x1316, iwl5100_abg_cfg)}, /* Half Mini Card */
4673
4674/* 5300 Series WiFi */
4675 {IWL_PCI_DEVICE(0x4235, 0x1021, iwl5300_agn_cfg)}, /* Mini Card */
4676 {IWL_PCI_DEVICE(0x4235, 0x1121, iwl5300_agn_cfg)}, /* Half Mini Card */
4677 {IWL_PCI_DEVICE(0x4235, 0x1024, iwl5300_agn_cfg)}, /* Mini Card */
4678 {IWL_PCI_DEVICE(0x4235, 0x1124, iwl5300_agn_cfg)}, /* Half Mini Card */
4679 {IWL_PCI_DEVICE(0x4235, 0x1001, iwl5300_agn_cfg)}, /* Mini Card */
4680 {IWL_PCI_DEVICE(0x4235, 0x1101, iwl5300_agn_cfg)}, /* Half Mini Card */
4681 {IWL_PCI_DEVICE(0x4235, 0x1004, iwl5300_agn_cfg)}, /* Mini Card */
4682 {IWL_PCI_DEVICE(0x4235, 0x1104, iwl5300_agn_cfg)}, /* Half Mini Card */
4683 {IWL_PCI_DEVICE(0x4236, 0x1011, iwl5300_agn_cfg)}, /* Mini Card */
4684 {IWL_PCI_DEVICE(0x4236, 0x1111, iwl5300_agn_cfg)}, /* Half Mini Card */
4685 {IWL_PCI_DEVICE(0x4236, 0x1014, iwl5300_agn_cfg)}, /* Mini Card */
4686 {IWL_PCI_DEVICE(0x4236, 0x1114, iwl5300_agn_cfg)}, /* Half Mini Card */
4687
4688/* 5350 Series WiFi/WiMax */
4689 {IWL_PCI_DEVICE(0x423A, 0x1001, iwl5350_agn_cfg)}, /* Mini Card */
4690 {IWL_PCI_DEVICE(0x423A, 0x1021, iwl5350_agn_cfg)}, /* Mini Card */
4691 {IWL_PCI_DEVICE(0x423B, 0x1011, iwl5350_agn_cfg)}, /* Mini Card */
4692
4693/* 5150 Series Wifi/WiMax */
4694 {IWL_PCI_DEVICE(0x423C, 0x1201, iwl5150_agn_cfg)}, /* Mini Card */
4695 {IWL_PCI_DEVICE(0x423C, 0x1301, iwl5150_agn_cfg)}, /* Half Mini Card */
4696 {IWL_PCI_DEVICE(0x423C, 0x1206, iwl5150_abg_cfg)}, /* Mini Card */
4697 {IWL_PCI_DEVICE(0x423C, 0x1306, iwl5150_abg_cfg)}, /* Half Mini Card */
4698 {IWL_PCI_DEVICE(0x423C, 0x1221, iwl5150_agn_cfg)}, /* Mini Card */
4699 {IWL_PCI_DEVICE(0x423C, 0x1321, iwl5150_agn_cfg)}, /* Half Mini Card */
4700
4701 {IWL_PCI_DEVICE(0x423D, 0x1211, iwl5150_agn_cfg)}, /* Mini Card */
4702 {IWL_PCI_DEVICE(0x423D, 0x1311, iwl5150_agn_cfg)}, /* Half Mini Card */
4703 {IWL_PCI_DEVICE(0x423D, 0x1216, iwl5150_abg_cfg)}, /* Mini Card */
4704 {IWL_PCI_DEVICE(0x423D, 0x1316, iwl5150_abg_cfg)}, /* Half Mini Card */
5953a62e
WYG
4705
4706/* 6x00 Series */
5953a62e
WYG
4707 {IWL_PCI_DEVICE(0x422B, 0x1101, iwl6000_3agn_cfg)},
4708 {IWL_PCI_DEVICE(0x422B, 0x1121, iwl6000_3agn_cfg)},
4709 {IWL_PCI_DEVICE(0x422C, 0x1301, iwl6000i_2agn_cfg)},
4710 {IWL_PCI_DEVICE(0x422C, 0x1306, iwl6000i_2abg_cfg)},
4711 {IWL_PCI_DEVICE(0x422C, 0x1307, iwl6000i_2bg_cfg)},
4712 {IWL_PCI_DEVICE(0x422C, 0x1321, iwl6000i_2agn_cfg)},
4713 {IWL_PCI_DEVICE(0x422C, 0x1326, iwl6000i_2abg_cfg)},
4714 {IWL_PCI_DEVICE(0x4238, 0x1111, iwl6000_3agn_cfg)},
4715 {IWL_PCI_DEVICE(0x4239, 0x1311, iwl6000i_2agn_cfg)},
4716 {IWL_PCI_DEVICE(0x4239, 0x1316, iwl6000i_2abg_cfg)},
4b3e8062 4717
95b13014
SZ
4718/* 6x00 Series Gen2a */
4719 {IWL_PCI_DEVICE(0x0082, 0x1201, iwl6000g2a_2agn_cfg)},
4720 {IWL_PCI_DEVICE(0x0085, 0x1211, iwl6000g2a_2agn_cfg)},
4721 {IWL_PCI_DEVICE(0x0082, 0x1221, iwl6000g2a_2agn_cfg)},
1808972f
SZ
4722 {IWL_PCI_DEVICE(0x0082, 0x1206, iwl6000g2a_2abg_cfg)},
4723 {IWL_PCI_DEVICE(0x0085, 0x1216, iwl6000g2a_2abg_cfg)},
4724 {IWL_PCI_DEVICE(0x0082, 0x1226, iwl6000g2a_2abg_cfg)},
4725 {IWL_PCI_DEVICE(0x0082, 0x1207, iwl6000g2a_2bg_cfg)},
9f6e1baf
SZ
4726 {IWL_PCI_DEVICE(0x0082, 0x1301, iwl6000g2a_2agn_cfg)},
4727 {IWL_PCI_DEVICE(0x0082, 0x1306, iwl6000g2a_2abg_cfg)},
4728 {IWL_PCI_DEVICE(0x0082, 0x1307, iwl6000g2a_2bg_cfg)},
4729 {IWL_PCI_DEVICE(0x0082, 0x1321, iwl6000g2a_2agn_cfg)},
4730 {IWL_PCI_DEVICE(0x0082, 0x1326, iwl6000g2a_2abg_cfg)},
4731 {IWL_PCI_DEVICE(0x0085, 0x1311, iwl6000g2a_2agn_cfg)},
4732 {IWL_PCI_DEVICE(0x0085, 0x1316, iwl6000g2a_2abg_cfg)},
1808972f
SZ
4733
4734/* 6x00 Series Gen2b */
4735 {IWL_PCI_DEVICE(0x008F, 0x5105, iwl6000g2b_bgn_cfg)},
4736 {IWL_PCI_DEVICE(0x0090, 0x5115, iwl6000g2b_bgn_cfg)},
4737 {IWL_PCI_DEVICE(0x008F, 0x5125, iwl6000g2b_bgn_cfg)},
4738 {IWL_PCI_DEVICE(0x008F, 0x5107, iwl6000g2b_bg_cfg)},
4739 {IWL_PCI_DEVICE(0x008F, 0x5201, iwl6000g2b_2agn_cfg)},
4740 {IWL_PCI_DEVICE(0x0090, 0x5211, iwl6000g2b_2agn_cfg)},
4741 {IWL_PCI_DEVICE(0x008F, 0x5221, iwl6000g2b_2agn_cfg)},
4742 {IWL_PCI_DEVICE(0x008F, 0x5206, iwl6000g2b_2abg_cfg)},
4743 {IWL_PCI_DEVICE(0x0090, 0x5216, iwl6000g2b_2abg_cfg)},
4744 {IWL_PCI_DEVICE(0x008F, 0x5226, iwl6000g2b_2abg_cfg)},
4745 {IWL_PCI_DEVICE(0x008F, 0x5207, iwl6000g2b_2bg_cfg)},
9f6e1baf
SZ
4746 {IWL_PCI_DEVICE(0x008A, 0x5301, iwl6000g2b_bgn_cfg)},
4747 {IWL_PCI_DEVICE(0x008A, 0x5305, iwl6000g2b_bgn_cfg)},
4748 {IWL_PCI_DEVICE(0x008A, 0x5307, iwl6000g2b_bg_cfg)},
4749 {IWL_PCI_DEVICE(0x008A, 0x5321, iwl6000g2b_bgn_cfg)},
4750 {IWL_PCI_DEVICE(0x008A, 0x5325, iwl6000g2b_bgn_cfg)},
4751 {IWL_PCI_DEVICE(0x008B, 0x5311, iwl6000g2b_bgn_cfg)},
4752 {IWL_PCI_DEVICE(0x008B, 0x5315, iwl6000g2b_bgn_cfg)},
4753 {IWL_PCI_DEVICE(0x0090, 0x5211, iwl6000g2b_2agn_cfg)},
4754 {IWL_PCI_DEVICE(0x0090, 0x5215, iwl6000g2b_2bgn_cfg)},
4755 {IWL_PCI_DEVICE(0x0090, 0x5216, iwl6000g2b_2abg_cfg)},
4756 {IWL_PCI_DEVICE(0x0091, 0x5201, iwl6000g2b_2agn_cfg)},
4757 {IWL_PCI_DEVICE(0x0091, 0x5205, iwl6000g2b_2bgn_cfg)},
4758 {IWL_PCI_DEVICE(0x0091, 0x5206, iwl6000g2b_2abg_cfg)},
4759 {IWL_PCI_DEVICE(0x0091, 0x5207, iwl6000g2b_2bg_cfg)},
4760 {IWL_PCI_DEVICE(0x0091, 0x5221, iwl6000g2b_2agn_cfg)},
4761 {IWL_PCI_DEVICE(0x0091, 0x5225, iwl6000g2b_2bgn_cfg)},
4762 {IWL_PCI_DEVICE(0x0091, 0x5226, iwl6000g2b_2abg_cfg)},
5953a62e
WYG
4763
4764/* 6x50 WiFi/WiMax Series */
5953a62e
WYG
4765 {IWL_PCI_DEVICE(0x0087, 0x1301, iwl6050_2agn_cfg)},
4766 {IWL_PCI_DEVICE(0x0087, 0x1306, iwl6050_2abg_cfg)},
4767 {IWL_PCI_DEVICE(0x0087, 0x1321, iwl6050_2agn_cfg)},
4768 {IWL_PCI_DEVICE(0x0087, 0x1326, iwl6050_2abg_cfg)},
5953a62e
WYG
4769 {IWL_PCI_DEVICE(0x0089, 0x1311, iwl6050_2agn_cfg)},
4770 {IWL_PCI_DEVICE(0x0089, 0x1316, iwl6050_2abg_cfg)},
4771
03264339
SZ
4772/* 6x50 WiFi/WiMax Series Gen2 */
4773 {IWL_PCI_DEVICE(0x0885, 0x1305, iwl6050g2_bgn_cfg)},
4774 {IWL_PCI_DEVICE(0x0885, 0x1306, iwl6050g2_bgn_cfg)},
4775 {IWL_PCI_DEVICE(0x0885, 0x1325, iwl6050g2_bgn_cfg)},
4776 {IWL_PCI_DEVICE(0x0885, 0x1326, iwl6050g2_bgn_cfg)},
4777 {IWL_PCI_DEVICE(0x0886, 0x1315, iwl6050g2_bgn_cfg)},
4778 {IWL_PCI_DEVICE(0x0886, 0x1316, iwl6050g2_bgn_cfg)},
4779
77dcb6a9 4780/* 1000 Series WiFi */
4bd0914f
WYG
4781 {IWL_PCI_DEVICE(0x0083, 0x1205, iwl1000_bgn_cfg)},
4782 {IWL_PCI_DEVICE(0x0083, 0x1305, iwl1000_bgn_cfg)},
4783 {IWL_PCI_DEVICE(0x0083, 0x1225, iwl1000_bgn_cfg)},
4784 {IWL_PCI_DEVICE(0x0083, 0x1325, iwl1000_bgn_cfg)},
4785 {IWL_PCI_DEVICE(0x0084, 0x1215, iwl1000_bgn_cfg)},
4786 {IWL_PCI_DEVICE(0x0084, 0x1315, iwl1000_bgn_cfg)},
4787 {IWL_PCI_DEVICE(0x0083, 0x1206, iwl1000_bg_cfg)},
4788 {IWL_PCI_DEVICE(0x0083, 0x1306, iwl1000_bg_cfg)},
4789 {IWL_PCI_DEVICE(0x0083, 0x1226, iwl1000_bg_cfg)},
4790 {IWL_PCI_DEVICE(0x0083, 0x1326, iwl1000_bg_cfg)},
4791 {IWL_PCI_DEVICE(0x0084, 0x1216, iwl1000_bg_cfg)},
4792 {IWL_PCI_DEVICE(0x0084, 0x1316, iwl1000_bg_cfg)},
5a6a256e 4793#endif /* CONFIG_IWL5000 */
7100e924 4794
fed9017e
RR
4795 {0}
4796};
4797MODULE_DEVICE_TABLE(pci, iwl_hw_card_ids);
4798
4799static struct pci_driver iwl_driver = {
b481de9c 4800 .name = DRV_NAME,
fed9017e 4801 .id_table = iwl_hw_card_ids,
5b9f8cd3
EG
4802 .probe = iwl_pci_probe,
4803 .remove = __devexit_p(iwl_pci_remove),
b481de9c 4804#ifdef CONFIG_PM
5b9f8cd3
EG
4805 .suspend = iwl_pci_suspend,
4806 .resume = iwl_pci_resume,
b481de9c
ZY
4807#endif
4808};
4809
5b9f8cd3 4810static int __init iwl_init(void)
b481de9c
ZY
4811{
4812
4813 int ret;
c96c31e4
JP
4814 pr_info(DRV_DESCRIPTION ", " DRV_VERSION "\n");
4815 pr_info(DRV_COPYRIGHT "\n");
897e1cf2 4816
e227ceac 4817 ret = iwlagn_rate_control_register();
897e1cf2 4818 if (ret) {
c96c31e4 4819 pr_err("Unable to register rate control algorithm: %d\n", ret);
897e1cf2
RC
4820 return ret;
4821 }
4822
fed9017e 4823 ret = pci_register_driver(&iwl_driver);
b481de9c 4824 if (ret) {
c96c31e4 4825 pr_err("Unable to initialize PCI module\n");
897e1cf2 4826 goto error_register;
b481de9c 4827 }
b481de9c
ZY
4828
4829 return ret;
897e1cf2 4830
897e1cf2 4831error_register:
e227ceac 4832 iwlagn_rate_control_unregister();
897e1cf2 4833 return ret;
b481de9c
ZY
4834}
4835
5b9f8cd3 4836static void __exit iwl_exit(void)
b481de9c 4837{
fed9017e 4838 pci_unregister_driver(&iwl_driver);
e227ceac 4839 iwlagn_rate_control_unregister();
b481de9c
ZY
4840}
4841
5b9f8cd3
EG
4842module_exit(iwl_exit);
4843module_init(iwl_init);
a562a9dd
RC
4844
4845#ifdef CONFIG_IWLWIFI_DEBUG
4e30cb69 4846module_param_named(debug50, iwl_debug_level, uint, S_IRUGO);
a562a9dd 4847MODULE_PARM_DESC(debug50, "50XX debug output mask (deprecated)");
4e30cb69 4848module_param_named(debug, iwl_debug_level, uint, S_IRUGO | S_IWUSR);
a562a9dd
RC
4849MODULE_PARM_DESC(debug, "debug output mask");
4850#endif
4851
2b068618
WYG
4852module_param_named(swcrypto50, iwlagn_mod_params.sw_crypto, bool, S_IRUGO);
4853MODULE_PARM_DESC(swcrypto50,
4854 "using crypto in software (default 0 [hardware]) (deprecated)");
4855module_param_named(swcrypto, iwlagn_mod_params.sw_crypto, int, S_IRUGO);
4856MODULE_PARM_DESC(swcrypto, "using crypto in software (default 0 [hardware])");
4857module_param_named(queues_num50,
4858 iwlagn_mod_params.num_of_queues, int, S_IRUGO);
4859MODULE_PARM_DESC(queues_num50,
4860 "number of hw queues in 50xx series (deprecated)");
4861module_param_named(queues_num, iwlagn_mod_params.num_of_queues, int, S_IRUGO);
4862MODULE_PARM_DESC(queues_num, "number of hw queues.");
4863module_param_named(11n_disable50, iwlagn_mod_params.disable_11n, int, S_IRUGO);
4864MODULE_PARM_DESC(11n_disable50, "disable 50XX 11n functionality (deprecated)");
4865module_param_named(11n_disable, iwlagn_mod_params.disable_11n, int, S_IRUGO);
4866MODULE_PARM_DESC(11n_disable, "disable 11n functionality");
4867module_param_named(amsdu_size_8K50, iwlagn_mod_params.amsdu_size_8K,
4868 int, S_IRUGO);
4869MODULE_PARM_DESC(amsdu_size_8K50,
4870 "enable 8K amsdu size in 50XX series (deprecated)");
4871module_param_named(amsdu_size_8K, iwlagn_mod_params.amsdu_size_8K,
4872 int, S_IRUGO);
4873MODULE_PARM_DESC(amsdu_size_8K, "enable 8K amsdu size");
4874module_param_named(fw_restart50, iwlagn_mod_params.restart_fw, int, S_IRUGO);
4875MODULE_PARM_DESC(fw_restart50,
4876 "restart firmware in case of error (deprecated)");
4877module_param_named(fw_restart, iwlagn_mod_params.restart_fw, int, S_IRUGO);
4878MODULE_PARM_DESC(fw_restart, "restart firmware in case of error");
4879module_param_named(
4880 disable_hw_scan, iwlagn_mod_params.disable_hw_scan, int, S_IRUGO);
4881MODULE_PARM_DESC(disable_hw_scan, "disable hardware scanning (default 0)");
dd7a2509
JB
4882
4883module_param_named(ucode_alternative, iwlagn_wanted_ucode_alternative, int,
4884 S_IRUGO);
4885MODULE_PARM_DESC(ucode_alternative,
4886 "specify ucode alternative to use from ucode file");
bee008b7
WYG
4887
4888module_param_named(antenna_coupling, iwlagn_ant_coupling, int, S_IRUGO);
4889MODULE_PARM_DESC(antenna_coupling,
4890 "specify antenna coupling in dB (defualt: 0 dB)");
f37837c9
WYG
4891
4892module_param_named(bt_ch_announce, iwlagn_bt_ch_announce, bool, S_IRUGO);
4893MODULE_PARM_DESC(bt_ch_announce,
4894 "Enable BT channel announcement mode (default: enable)");
This page took 1.157096 seconds and 5 git commands to generate.