3 Broadcom B43 wireless driver
5 Copyright (c) 2005 Martin Langer <martin-langer@gmx.de>
6 Copyright (c) 2005 Stefano Brivio <stefano.brivio@polimi.it>
7 Copyright (c) 2005-2009 Michael Buesch <m@bues.ch>
8 Copyright (c) 2005 Danny van Dyk <kugelfang@gentoo.org>
9 Copyright (c) 2005 Andreas Jaggi <andreas.jaggi@waterwave.ch>
10 Copyright (c) 2010-2011 Rafał Miłecki <zajec5@gmail.com>
13 Copyright (c) 2009 Albert Herranz <albert_herranz@yahoo.es>
15 Some parts of the code in this file are derived from the ipw2200
16 driver Copyright(c) 2003 - 2004 Intel Corporation.
18 This program is free software; you can redistribute it and/or modify
19 it under the terms of the GNU General Public License as published by
20 the Free Software Foundation; either version 2 of the License, or
21 (at your option) any later version.
23 This program is distributed in the hope that it will be useful,
24 but WITHOUT ANY WARRANTY; without even the implied warranty of
25 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
26 GNU General Public License for more details.
28 You should have received a copy of the GNU General Public License
29 along with this program; see the file COPYING. If not, write to
30 the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
31 Boston, MA 02110-1301, USA.
35 #include <linux/delay.h>
36 #include <linux/init.h>
37 #include <linux/module.h>
38 #include <linux/if_arp.h>
39 #include <linux/etherdevice.h>
40 #include <linux/firmware.h>
41 #include <linux/workqueue.h>
42 #include <linux/skbuff.h>
44 #include <linux/dma-mapping.h>
45 #include <linux/slab.h>
46 #include <asm/unaligned.h>
51 #include "phy_common.h"
61 #include <linux/mmc/sdio_func.h>
63 MODULE_DESCRIPTION("Broadcom B43 wireless driver");
64 MODULE_AUTHOR("Martin Langer");
65 MODULE_AUTHOR("Stefano Brivio");
66 MODULE_AUTHOR("Michael Buesch");
67 MODULE_AUTHOR("Gábor Stefanik");
68 MODULE_AUTHOR("Rafał Miłecki");
69 MODULE_LICENSE("GPL");
71 MODULE_FIRMWARE("b43/ucode11.fw");
72 MODULE_FIRMWARE("b43/ucode13.fw");
73 MODULE_FIRMWARE("b43/ucode14.fw");
74 MODULE_FIRMWARE("b43/ucode15.fw");
75 MODULE_FIRMWARE("b43/ucode16_mimo.fw");
76 MODULE_FIRMWARE("b43/ucode5.fw");
77 MODULE_FIRMWARE("b43/ucode9.fw");
79 static int modparam_bad_frames_preempt;
80 module_param_named(bad_frames_preempt, modparam_bad_frames_preempt, int, 0444);
81 MODULE_PARM_DESC(bad_frames_preempt,
82 "enable(1) / disable(0) Bad Frames Preemption");
84 static char modparam_fwpostfix[16];
85 module_param_string(fwpostfix, modparam_fwpostfix, 16, 0444);
86 MODULE_PARM_DESC(fwpostfix, "Postfix for the .fw files to load.");
88 static int modparam_hwpctl;
89 module_param_named(hwpctl, modparam_hwpctl, int, 0444);
90 MODULE_PARM_DESC(hwpctl, "Enable hardware-side power control (default off)");
92 static int modparam_nohwcrypt;
93 module_param_named(nohwcrypt, modparam_nohwcrypt, int, 0444);
94 MODULE_PARM_DESC(nohwcrypt, "Disable hardware encryption.");
96 static int modparam_hwtkip;
97 module_param_named(hwtkip, modparam_hwtkip, int, 0444);
98 MODULE_PARM_DESC(hwtkip, "Enable hardware tkip.");
100 static int modparam_qos = 1;
101 module_param_named(qos, modparam_qos, int, 0444);
102 MODULE_PARM_DESC(qos, "Enable QOS support (default on)");
104 static int modparam_btcoex = 1;
105 module_param_named(btcoex, modparam_btcoex, int, 0444);
106 MODULE_PARM_DESC(btcoex, "Enable Bluetooth coexistence (default on)");
108 int b43_modparam_verbose = B43_VERBOSITY_DEFAULT;
109 module_param_named(verbose, b43_modparam_verbose, int, 0644);
110 MODULE_PARM_DESC(verbose, "Log message verbosity: 0=error, 1=warn, 2=info(default), 3=debug");
112 static int b43_modparam_pio = 0;
113 module_param_named(pio, b43_modparam_pio, int, 0644);
114 MODULE_PARM_DESC(pio, "Use PIO accesses by default: 0=DMA, 1=PIO");
116 #ifdef CONFIG_B43_BCMA
117 static const struct bcma_device_id b43_bcma_tbl[] = {
118 BCMA_CORE(BCMA_MANUF_BCM, BCMA_CORE_80211, 0x11, BCMA_ANY_CLASS),
119 #ifdef CONFIG_B43_BCMA_EXTRA
120 BCMA_CORE(BCMA_MANUF_BCM, BCMA_CORE_80211, 0x17, BCMA_ANY_CLASS),
121 BCMA_CORE(BCMA_MANUF_BCM, BCMA_CORE_80211, 0x18, BCMA_ANY_CLASS),
123 BCMA_CORE(BCMA_MANUF_BCM, BCMA_CORE_80211, 0x1D, BCMA_ANY_CLASS),
126 MODULE_DEVICE_TABLE(bcma, b43_bcma_tbl);
129 #ifdef CONFIG_B43_SSB
130 static const struct ssb_device_id b43_ssb_tbl[] = {
131 SSB_DEVICE(SSB_VENDOR_BROADCOM, SSB_DEV_80211, 5),
132 SSB_DEVICE(SSB_VENDOR_BROADCOM, SSB_DEV_80211, 6),
133 SSB_DEVICE(SSB_VENDOR_BROADCOM, SSB_DEV_80211, 7),
134 SSB_DEVICE(SSB_VENDOR_BROADCOM, SSB_DEV_80211, 9),
135 SSB_DEVICE(SSB_VENDOR_BROADCOM, SSB_DEV_80211, 10),
136 SSB_DEVICE(SSB_VENDOR_BROADCOM, SSB_DEV_80211, 11),
137 SSB_DEVICE(SSB_VENDOR_BROADCOM, SSB_DEV_80211, 12),
138 SSB_DEVICE(SSB_VENDOR_BROADCOM, SSB_DEV_80211, 13),
139 SSB_DEVICE(SSB_VENDOR_BROADCOM, SSB_DEV_80211, 15),
140 SSB_DEVICE(SSB_VENDOR_BROADCOM, SSB_DEV_80211, 16),
143 MODULE_DEVICE_TABLE(ssb, b43_ssb_tbl);
146 /* Channel and ratetables are shared for all devices.
147 * They can't be const, because ieee80211 puts some precalculated
148 * data in there. This data is the same for all devices, so we don't
149 * get concurrency issues */
150 #define RATETAB_ENT(_rateid, _flags) \
152 .bitrate = B43_RATE_TO_BASE100KBPS(_rateid), \
153 .hw_value = (_rateid), \
158 * NOTE: When changing this, sync with xmit.c's
159 * b43_plcp_get_bitrate_idx_* functions!
161 static struct ieee80211_rate __b43_ratetable[] = {
162 RATETAB_ENT(B43_CCK_RATE_1MB, 0),
163 RATETAB_ENT(B43_CCK_RATE_2MB, IEEE80211_RATE_SHORT_PREAMBLE),
164 RATETAB_ENT(B43_CCK_RATE_5MB, IEEE80211_RATE_SHORT_PREAMBLE),
165 RATETAB_ENT(B43_CCK_RATE_11MB, IEEE80211_RATE_SHORT_PREAMBLE),
166 RATETAB_ENT(B43_OFDM_RATE_6MB, 0),
167 RATETAB_ENT(B43_OFDM_RATE_9MB, 0),
168 RATETAB_ENT(B43_OFDM_RATE_12MB, 0),
169 RATETAB_ENT(B43_OFDM_RATE_18MB, 0),
170 RATETAB_ENT(B43_OFDM_RATE_24MB, 0),
171 RATETAB_ENT(B43_OFDM_RATE_36MB, 0),
172 RATETAB_ENT(B43_OFDM_RATE_48MB, 0),
173 RATETAB_ENT(B43_OFDM_RATE_54MB, 0),
176 #define b43_a_ratetable (__b43_ratetable + 4)
177 #define b43_a_ratetable_size 8
178 #define b43_b_ratetable (__b43_ratetable + 0)
179 #define b43_b_ratetable_size 4
180 #define b43_g_ratetable (__b43_ratetable + 0)
181 #define b43_g_ratetable_size 12
183 #define CHAN4G(_channel, _freq, _flags) { \
184 .band = IEEE80211_BAND_2GHZ, \
185 .center_freq = (_freq), \
186 .hw_value = (_channel), \
188 .max_antenna_gain = 0, \
191 static struct ieee80211_channel b43_2ghz_chantable[] = {
209 #define CHAN5G(_channel, _flags) { \
210 .band = IEEE80211_BAND_5GHZ, \
211 .center_freq = 5000 + (5 * (_channel)), \
212 .hw_value = (_channel), \
214 .max_antenna_gain = 0, \
217 static struct ieee80211_channel b43_5ghz_nphy_chantable[] = {
218 CHAN5G(32, 0), CHAN5G(34, 0),
219 CHAN5G(36, 0), CHAN5G(38, 0),
220 CHAN5G(40, 0), CHAN5G(42, 0),
221 CHAN5G(44, 0), CHAN5G(46, 0),
222 CHAN5G(48, 0), CHAN5G(50, 0),
223 CHAN5G(52, 0), CHAN5G(54, 0),
224 CHAN5G(56, 0), CHAN5G(58, 0),
225 CHAN5G(60, 0), CHAN5G(62, 0),
226 CHAN5G(64, 0), CHAN5G(66, 0),
227 CHAN5G(68, 0), CHAN5G(70, 0),
228 CHAN5G(72, 0), CHAN5G(74, 0),
229 CHAN5G(76, 0), CHAN5G(78, 0),
230 CHAN5G(80, 0), CHAN5G(82, 0),
231 CHAN5G(84, 0), CHAN5G(86, 0),
232 CHAN5G(88, 0), CHAN5G(90, 0),
233 CHAN5G(92, 0), CHAN5G(94, 0),
234 CHAN5G(96, 0), CHAN5G(98, 0),
235 CHAN5G(100, 0), CHAN5G(102, 0),
236 CHAN5G(104, 0), CHAN5G(106, 0),
237 CHAN5G(108, 0), CHAN5G(110, 0),
238 CHAN5G(112, 0), CHAN5G(114, 0),
239 CHAN5G(116, 0), CHAN5G(118, 0),
240 CHAN5G(120, 0), CHAN5G(122, 0),
241 CHAN5G(124, 0), CHAN5G(126, 0),
242 CHAN5G(128, 0), CHAN5G(130, 0),
243 CHAN5G(132, 0), CHAN5G(134, 0),
244 CHAN5G(136, 0), CHAN5G(138, 0),
245 CHAN5G(140, 0), CHAN5G(142, 0),
246 CHAN5G(144, 0), CHAN5G(145, 0),
247 CHAN5G(146, 0), CHAN5G(147, 0),
248 CHAN5G(148, 0), CHAN5G(149, 0),
249 CHAN5G(150, 0), CHAN5G(151, 0),
250 CHAN5G(152, 0), CHAN5G(153, 0),
251 CHAN5G(154, 0), CHAN5G(155, 0),
252 CHAN5G(156, 0), CHAN5G(157, 0),
253 CHAN5G(158, 0), CHAN5G(159, 0),
254 CHAN5G(160, 0), CHAN5G(161, 0),
255 CHAN5G(162, 0), CHAN5G(163, 0),
256 CHAN5G(164, 0), CHAN5G(165, 0),
257 CHAN5G(166, 0), CHAN5G(168, 0),
258 CHAN5G(170, 0), CHAN5G(172, 0),
259 CHAN5G(174, 0), CHAN5G(176, 0),
260 CHAN5G(178, 0), CHAN5G(180, 0),
261 CHAN5G(182, 0), CHAN5G(184, 0),
262 CHAN5G(186, 0), CHAN5G(188, 0),
263 CHAN5G(190, 0), CHAN5G(192, 0),
264 CHAN5G(194, 0), CHAN5G(196, 0),
265 CHAN5G(198, 0), CHAN5G(200, 0),
266 CHAN5G(202, 0), CHAN5G(204, 0),
267 CHAN5G(206, 0), CHAN5G(208, 0),
268 CHAN5G(210, 0), CHAN5G(212, 0),
269 CHAN5G(214, 0), CHAN5G(216, 0),
270 CHAN5G(218, 0), CHAN5G(220, 0),
271 CHAN5G(222, 0), CHAN5G(224, 0),
272 CHAN5G(226, 0), CHAN5G(228, 0),
275 static struct ieee80211_channel b43_5ghz_aphy_chantable[] = {
276 CHAN5G(34, 0), CHAN5G(36, 0),
277 CHAN5G(38, 0), CHAN5G(40, 0),
278 CHAN5G(42, 0), CHAN5G(44, 0),
279 CHAN5G(46, 0), CHAN5G(48, 0),
280 CHAN5G(52, 0), CHAN5G(56, 0),
281 CHAN5G(60, 0), CHAN5G(64, 0),
282 CHAN5G(100, 0), CHAN5G(104, 0),
283 CHAN5G(108, 0), CHAN5G(112, 0),
284 CHAN5G(116, 0), CHAN5G(120, 0),
285 CHAN5G(124, 0), CHAN5G(128, 0),
286 CHAN5G(132, 0), CHAN5G(136, 0),
287 CHAN5G(140, 0), CHAN5G(149, 0),
288 CHAN5G(153, 0), CHAN5G(157, 0),
289 CHAN5G(161, 0), CHAN5G(165, 0),
290 CHAN5G(184, 0), CHAN5G(188, 0),
291 CHAN5G(192, 0), CHAN5G(196, 0),
292 CHAN5G(200, 0), CHAN5G(204, 0),
293 CHAN5G(208, 0), CHAN5G(212, 0),
298 static struct ieee80211_supported_band b43_band_5GHz_nphy = {
299 .band = IEEE80211_BAND_5GHZ,
300 .channels = b43_5ghz_nphy_chantable,
301 .n_channels = ARRAY_SIZE(b43_5ghz_nphy_chantable),
302 .bitrates = b43_a_ratetable,
303 .n_bitrates = b43_a_ratetable_size,
306 static struct ieee80211_supported_band b43_band_5GHz_aphy = {
307 .band = IEEE80211_BAND_5GHZ,
308 .channels = b43_5ghz_aphy_chantable,
309 .n_channels = ARRAY_SIZE(b43_5ghz_aphy_chantable),
310 .bitrates = b43_a_ratetable,
311 .n_bitrates = b43_a_ratetable_size,
314 static struct ieee80211_supported_band b43_band_2GHz = {
315 .band = IEEE80211_BAND_2GHZ,
316 .channels = b43_2ghz_chantable,
317 .n_channels = ARRAY_SIZE(b43_2ghz_chantable),
318 .bitrates = b43_g_ratetable,
319 .n_bitrates = b43_g_ratetable_size,
322 static void b43_wireless_core_exit(struct b43_wldev *dev);
323 static int b43_wireless_core_init(struct b43_wldev *dev);
324 static struct b43_wldev * b43_wireless_core_stop(struct b43_wldev *dev);
325 static int b43_wireless_core_start(struct b43_wldev *dev);
326 static void b43_op_bss_info_changed(struct ieee80211_hw *hw,
327 struct ieee80211_vif *vif,
328 struct ieee80211_bss_conf *conf,
331 static int b43_ratelimit(struct b43_wl *wl)
333 if (!wl || !wl->current_dev)
335 if (b43_status(wl->current_dev) < B43_STAT_STARTED)
337 /* We are up and running.
338 * Ratelimit the messages to avoid DoS over the net. */
339 return net_ratelimit();
342 void b43info(struct b43_wl *wl, const char *fmt, ...)
344 struct va_format vaf;
347 if (b43_modparam_verbose < B43_VERBOSITY_INFO)
349 if (!b43_ratelimit(wl))
357 printk(KERN_INFO "b43-%s: %pV",
358 (wl && wl->hw) ? wiphy_name(wl->hw->wiphy) : "wlan", &vaf);
363 void b43err(struct b43_wl *wl, const char *fmt, ...)
365 struct va_format vaf;
368 if (b43_modparam_verbose < B43_VERBOSITY_ERROR)
370 if (!b43_ratelimit(wl))
378 printk(KERN_ERR "b43-%s ERROR: %pV",
379 (wl && wl->hw) ? wiphy_name(wl->hw->wiphy) : "wlan", &vaf);
384 void b43warn(struct b43_wl *wl, const char *fmt, ...)
386 struct va_format vaf;
389 if (b43_modparam_verbose < B43_VERBOSITY_WARN)
391 if (!b43_ratelimit(wl))
399 printk(KERN_WARNING "b43-%s warning: %pV",
400 (wl && wl->hw) ? wiphy_name(wl->hw->wiphy) : "wlan", &vaf);
405 void b43dbg(struct b43_wl *wl, const char *fmt, ...)
407 struct va_format vaf;
410 if (b43_modparam_verbose < B43_VERBOSITY_DEBUG)
418 printk(KERN_DEBUG "b43-%s debug: %pV",
419 (wl && wl->hw) ? wiphy_name(wl->hw->wiphy) : "wlan", &vaf);
424 static void b43_ram_write(struct b43_wldev *dev, u16 offset, u32 val)
428 B43_WARN_ON(offset % 4 != 0);
430 macctl = b43_read32(dev, B43_MMIO_MACCTL);
431 if (macctl & B43_MACCTL_BE)
434 b43_write32(dev, B43_MMIO_RAM_CONTROL, offset);
436 b43_write32(dev, B43_MMIO_RAM_DATA, val);
439 static inline void b43_shm_control_word(struct b43_wldev *dev,
440 u16 routing, u16 offset)
444 /* "offset" is the WORD offset. */
448 b43_write32(dev, B43_MMIO_SHM_CONTROL, control);
451 u32 b43_shm_read32(struct b43_wldev *dev, u16 routing, u16 offset)
455 if (routing == B43_SHM_SHARED) {
456 B43_WARN_ON(offset & 0x0001);
457 if (offset & 0x0003) {
458 /* Unaligned access */
459 b43_shm_control_word(dev, routing, offset >> 2);
460 ret = b43_read16(dev, B43_MMIO_SHM_DATA_UNALIGNED);
461 b43_shm_control_word(dev, routing, (offset >> 2) + 1);
462 ret |= ((u32)b43_read16(dev, B43_MMIO_SHM_DATA)) << 16;
468 b43_shm_control_word(dev, routing, offset);
469 ret = b43_read32(dev, B43_MMIO_SHM_DATA);
474 u16 b43_shm_read16(struct b43_wldev *dev, u16 routing, u16 offset)
478 if (routing == B43_SHM_SHARED) {
479 B43_WARN_ON(offset & 0x0001);
480 if (offset & 0x0003) {
481 /* Unaligned access */
482 b43_shm_control_word(dev, routing, offset >> 2);
483 ret = b43_read16(dev, B43_MMIO_SHM_DATA_UNALIGNED);
489 b43_shm_control_word(dev, routing, offset);
490 ret = b43_read16(dev, B43_MMIO_SHM_DATA);
495 void b43_shm_write32(struct b43_wldev *dev, u16 routing, u16 offset, u32 value)
497 if (routing == B43_SHM_SHARED) {
498 B43_WARN_ON(offset & 0x0001);
499 if (offset & 0x0003) {
500 /* Unaligned access */
501 b43_shm_control_word(dev, routing, offset >> 2);
502 b43_write16(dev, B43_MMIO_SHM_DATA_UNALIGNED,
504 b43_shm_control_word(dev, routing, (offset >> 2) + 1);
505 b43_write16(dev, B43_MMIO_SHM_DATA,
506 (value >> 16) & 0xFFFF);
511 b43_shm_control_word(dev, routing, offset);
512 b43_write32(dev, B43_MMIO_SHM_DATA, value);
515 void b43_shm_write16(struct b43_wldev *dev, u16 routing, u16 offset, u16 value)
517 if (routing == B43_SHM_SHARED) {
518 B43_WARN_ON(offset & 0x0001);
519 if (offset & 0x0003) {
520 /* Unaligned access */
521 b43_shm_control_word(dev, routing, offset >> 2);
522 b43_write16(dev, B43_MMIO_SHM_DATA_UNALIGNED, value);
527 b43_shm_control_word(dev, routing, offset);
528 b43_write16(dev, B43_MMIO_SHM_DATA, value);
532 u64 b43_hf_read(struct b43_wldev *dev)
536 ret = b43_shm_read16(dev, B43_SHM_SHARED, B43_SHM_SH_HOSTF3);
538 ret |= b43_shm_read16(dev, B43_SHM_SHARED, B43_SHM_SH_HOSTF2);
540 ret |= b43_shm_read16(dev, B43_SHM_SHARED, B43_SHM_SH_HOSTF1);
545 /* Write HostFlags */
546 void b43_hf_write(struct b43_wldev *dev, u64 value)
550 lo = (value & 0x00000000FFFFULL);
551 mi = (value & 0x0000FFFF0000ULL) >> 16;
552 hi = (value & 0xFFFF00000000ULL) >> 32;
553 b43_shm_write16(dev, B43_SHM_SHARED, B43_SHM_SH_HOSTF1, lo);
554 b43_shm_write16(dev, B43_SHM_SHARED, B43_SHM_SH_HOSTF2, mi);
555 b43_shm_write16(dev, B43_SHM_SHARED, B43_SHM_SH_HOSTF3, hi);
558 /* Read the firmware capabilities bitmask (Opensource firmware only) */
559 static u16 b43_fwcapa_read(struct b43_wldev *dev)
561 B43_WARN_ON(!dev->fw.opensource);
562 return b43_shm_read16(dev, B43_SHM_SHARED, B43_SHM_SH_FWCAPA);
565 void b43_tsf_read(struct b43_wldev *dev, u64 *tsf)
569 B43_WARN_ON(dev->dev->core_rev < 3);
571 /* The hardware guarantees us an atomic read, if we
572 * read the low register first. */
573 low = b43_read32(dev, B43_MMIO_REV3PLUS_TSF_LOW);
574 high = b43_read32(dev, B43_MMIO_REV3PLUS_TSF_HIGH);
581 static void b43_time_lock(struct b43_wldev *dev)
583 b43_maskset32(dev, B43_MMIO_MACCTL, ~0, B43_MACCTL_TBTTHOLD);
584 /* Commit the write */
585 b43_read32(dev, B43_MMIO_MACCTL);
588 static void b43_time_unlock(struct b43_wldev *dev)
590 b43_maskset32(dev, B43_MMIO_MACCTL, ~B43_MACCTL_TBTTHOLD, 0);
591 /* Commit the write */
592 b43_read32(dev, B43_MMIO_MACCTL);
595 static void b43_tsf_write_locked(struct b43_wldev *dev, u64 tsf)
599 B43_WARN_ON(dev->dev->core_rev < 3);
603 /* The hardware guarantees us an atomic write, if we
604 * write the low register first. */
605 b43_write32(dev, B43_MMIO_REV3PLUS_TSF_LOW, low);
607 b43_write32(dev, B43_MMIO_REV3PLUS_TSF_HIGH, high);
611 void b43_tsf_write(struct b43_wldev *dev, u64 tsf)
614 b43_tsf_write_locked(dev, tsf);
615 b43_time_unlock(dev);
619 void b43_macfilter_set(struct b43_wldev *dev, u16 offset, const u8 *mac)
621 static const u8 zero_addr[ETH_ALEN] = { 0 };
628 b43_write16(dev, B43_MMIO_MACFILTER_CONTROL, offset);
632 b43_write16(dev, B43_MMIO_MACFILTER_DATA, data);
635 b43_write16(dev, B43_MMIO_MACFILTER_DATA, data);
638 b43_write16(dev, B43_MMIO_MACFILTER_DATA, data);
641 static void b43_write_mac_bssid_templates(struct b43_wldev *dev)
645 u8 mac_bssid[ETH_ALEN * 2];
649 bssid = dev->wl->bssid;
650 mac = dev->wl->mac_addr;
652 b43_macfilter_set(dev, B43_MACFILTER_BSSID, bssid);
654 memcpy(mac_bssid, mac, ETH_ALEN);
655 memcpy(mac_bssid + ETH_ALEN, bssid, ETH_ALEN);
657 /* Write our MAC address and BSSID to template ram */
658 for (i = 0; i < ARRAY_SIZE(mac_bssid); i += sizeof(u32)) {
659 tmp = (u32) (mac_bssid[i + 0]);
660 tmp |= (u32) (mac_bssid[i + 1]) << 8;
661 tmp |= (u32) (mac_bssid[i + 2]) << 16;
662 tmp |= (u32) (mac_bssid[i + 3]) << 24;
663 b43_ram_write(dev, 0x20 + i, tmp);
667 static void b43_upload_card_macaddress(struct b43_wldev *dev)
669 b43_write_mac_bssid_templates(dev);
670 b43_macfilter_set(dev, B43_MACFILTER_SELF, dev->wl->mac_addr);
673 static void b43_set_slot_time(struct b43_wldev *dev, u16 slot_time)
675 /* slot_time is in usec. */
676 /* This test used to exit for all but a G PHY. */
677 if (b43_current_band(dev->wl) == IEEE80211_BAND_5GHZ)
679 b43_write16(dev, B43_MMIO_IFSSLOT, 510 + slot_time);
680 /* Shared memory location 0x0010 is the slot time and should be
681 * set to slot_time; however, this register is initially 0 and changing
682 * the value adversely affects the transmit rate for BCM4311
683 * devices. Until this behavior is unterstood, delete this step
685 * b43_shm_write16(dev, B43_SHM_SHARED, 0x0010, slot_time);
689 static void b43_short_slot_timing_enable(struct b43_wldev *dev)
691 b43_set_slot_time(dev, 9);
694 static void b43_short_slot_timing_disable(struct b43_wldev *dev)
696 b43_set_slot_time(dev, 20);
699 /* DummyTransmission function, as documented on
700 * http://bcm-v4.sipsolutions.net/802.11/DummyTransmission
702 void b43_dummy_transmission(struct b43_wldev *dev, bool ofdm, bool pa_on)
704 struct b43_phy *phy = &dev->phy;
705 unsigned int i, max_loop;
717 buffer[0] = 0x000201CC;
720 buffer[0] = 0x000B846E;
723 for (i = 0; i < 5; i++)
724 b43_ram_write(dev, i * 4, buffer[i]);
726 b43_write16(dev, B43_MMIO_XMTSEL, 0x0000);
728 if (dev->dev->core_rev < 11)
729 b43_write16(dev, B43_MMIO_WEPCTL, 0x0000);
731 b43_write16(dev, B43_MMIO_WEPCTL, 0x0100);
733 value = (ofdm ? 0x41 : 0x40);
734 b43_write16(dev, B43_MMIO_TXE0_PHYCTL, value);
735 if (phy->type == B43_PHYTYPE_N || phy->type == B43_PHYTYPE_LP ||
736 phy->type == B43_PHYTYPE_LCN)
737 b43_write16(dev, B43_MMIO_TXE0_PHYCTL1, 0x1A02);
739 b43_write16(dev, B43_MMIO_TXE0_WM_0, 0x0000);
740 b43_write16(dev, B43_MMIO_TXE0_WM_1, 0x0000);
742 b43_write16(dev, B43_MMIO_XMTTPLATETXPTR, 0x0000);
743 b43_write16(dev, B43_MMIO_XMTTXCNT, 0x0014);
744 b43_write16(dev, B43_MMIO_XMTSEL, 0x0826);
745 b43_write16(dev, B43_MMIO_TXE0_CTL, 0x0000);
747 if (!pa_on && phy->type == B43_PHYTYPE_N)
748 ; /*b43_nphy_pa_override(dev, false) */
752 case B43_PHYTYPE_LCN:
753 b43_write16(dev, B43_MMIO_TXE0_AUX, 0x00D0);
756 b43_write16(dev, B43_MMIO_TXE0_AUX, 0x0050);
759 b43_write16(dev, B43_MMIO_TXE0_AUX, 0x0030);
761 b43_read16(dev, B43_MMIO_TXE0_AUX);
763 if (phy->radio_ver == 0x2050 && phy->radio_rev <= 0x5)
764 b43_radio_write16(dev, 0x0051, 0x0017);
765 for (i = 0x00; i < max_loop; i++) {
766 value = b43_read16(dev, B43_MMIO_TXE0_STATUS);
771 for (i = 0x00; i < 0x0A; i++) {
772 value = b43_read16(dev, B43_MMIO_TXE0_STATUS);
777 for (i = 0x00; i < 0x19; i++) {
778 value = b43_read16(dev, B43_MMIO_IFSSTAT);
779 if (!(value & 0x0100))
783 if (phy->radio_ver == 0x2050 && phy->radio_rev <= 0x5)
784 b43_radio_write16(dev, 0x0051, 0x0037);
787 static void key_write(struct b43_wldev *dev,
788 u8 index, u8 algorithm, const u8 *key)
795 /* Key index/algo block */
796 kidx = b43_kidx_to_fw(dev, index);
797 value = ((kidx << 4) | algorithm);
798 b43_shm_write16(dev, B43_SHM_SHARED,
799 B43_SHM_SH_KEYIDXBLOCK + (kidx * 2), value);
801 /* Write the key to the Key Table Pointer offset */
802 offset = dev->ktp + (index * B43_SEC_KEYSIZE);
803 for (i = 0; i < B43_SEC_KEYSIZE; i += 2) {
805 value |= (u16) (key[i + 1]) << 8;
806 b43_shm_write16(dev, B43_SHM_SHARED, offset + i, value);
810 static void keymac_write(struct b43_wldev *dev, u8 index, const u8 *addr)
812 u32 addrtmp[2] = { 0, 0, };
813 u8 pairwise_keys_start = B43_NR_GROUP_KEYS * 2;
815 if (b43_new_kidx_api(dev))
816 pairwise_keys_start = B43_NR_GROUP_KEYS;
818 B43_WARN_ON(index < pairwise_keys_start);
819 /* We have four default TX keys and possibly four default RX keys.
820 * Physical mac 0 is mapped to physical key 4 or 8, depending
821 * on the firmware version.
822 * So we must adjust the index here.
824 index -= pairwise_keys_start;
825 B43_WARN_ON(index >= B43_NR_PAIRWISE_KEYS);
828 addrtmp[0] = addr[0];
829 addrtmp[0] |= ((u32) (addr[1]) << 8);
830 addrtmp[0] |= ((u32) (addr[2]) << 16);
831 addrtmp[0] |= ((u32) (addr[3]) << 24);
832 addrtmp[1] = addr[4];
833 addrtmp[1] |= ((u32) (addr[5]) << 8);
836 /* Receive match transmitter address (RCMTA) mechanism */
837 b43_shm_write32(dev, B43_SHM_RCMTA,
838 (index * 2) + 0, addrtmp[0]);
839 b43_shm_write16(dev, B43_SHM_RCMTA,
840 (index * 2) + 1, addrtmp[1]);
843 /* The ucode will use phase1 key with TEK key to decrypt rx packets.
844 * When a packet is received, the iv32 is checked.
845 * - if it doesn't the packet is returned without modification (and software
846 * decryption can be done). That's what happen when iv16 wrap.
847 * - if it does, the rc4 key is computed, and decryption is tried.
848 * Either it will success and B43_RX_MAC_DEC is returned,
849 * either it fails and B43_RX_MAC_DEC|B43_RX_MAC_DECERR is returned
850 * and the packet is not usable (it got modified by the ucode).
851 * So in order to never have B43_RX_MAC_DECERR, we should provide
852 * a iv32 and phase1key that match. Because we drop packets in case of
853 * B43_RX_MAC_DECERR, if we have a correct iv32 but a wrong phase1key, all
854 * packets will be lost without higher layer knowing (ie no resync possible
857 * NOTE : this should support 50 key like RCMTA because
858 * (B43_SHM_SH_KEYIDXBLOCK - B43_SHM_SH_TKIPTSCTTAK)/14 = 50
860 static void rx_tkip_phase1_write(struct b43_wldev *dev, u8 index, u32 iv32,
865 u8 pairwise_keys_start = B43_NR_GROUP_KEYS * 2;
867 if (!modparam_hwtkip)
870 if (b43_new_kidx_api(dev))
871 pairwise_keys_start = B43_NR_GROUP_KEYS;
873 B43_WARN_ON(index < pairwise_keys_start);
874 /* We have four default TX keys and possibly four default RX keys.
875 * Physical mac 0 is mapped to physical key 4 or 8, depending
876 * on the firmware version.
877 * So we must adjust the index here.
879 index -= pairwise_keys_start;
880 B43_WARN_ON(index >= B43_NR_PAIRWISE_KEYS);
882 if (b43_debug(dev, B43_DBG_KEYS)) {
883 b43dbg(dev->wl, "rx_tkip_phase1_write : idx 0x%x, iv32 0x%x\n",
886 /* Write the key to the RX tkip shared mem */
887 offset = B43_SHM_SH_TKIPTSCTTAK + index * (10 + 4);
888 for (i = 0; i < 10; i += 2) {
889 b43_shm_write16(dev, B43_SHM_SHARED, offset + i,
890 phase1key ? phase1key[i / 2] : 0);
892 b43_shm_write16(dev, B43_SHM_SHARED, offset + i, iv32);
893 b43_shm_write16(dev, B43_SHM_SHARED, offset + i + 2, iv32 >> 16);
896 static void b43_op_update_tkip_key(struct ieee80211_hw *hw,
897 struct ieee80211_vif *vif,
898 struct ieee80211_key_conf *keyconf,
899 struct ieee80211_sta *sta,
900 u32 iv32, u16 *phase1key)
902 struct b43_wl *wl = hw_to_b43_wl(hw);
903 struct b43_wldev *dev;
904 int index = keyconf->hw_key_idx;
906 if (B43_WARN_ON(!modparam_hwtkip))
909 /* This is only called from the RX path through mac80211, where
910 * our mutex is already locked. */
911 B43_WARN_ON(!mutex_is_locked(&wl->mutex));
912 dev = wl->current_dev;
913 B43_WARN_ON(!dev || b43_status(dev) < B43_STAT_INITIALIZED);
915 keymac_write(dev, index, NULL); /* First zero out mac to avoid race */
917 rx_tkip_phase1_write(dev, index, iv32, phase1key);
918 /* only pairwise TKIP keys are supported right now */
921 keymac_write(dev, index, sta->addr);
924 static void do_key_write(struct b43_wldev *dev,
925 u8 index, u8 algorithm,
926 const u8 *key, size_t key_len, const u8 *mac_addr)
928 u8 buf[B43_SEC_KEYSIZE] = { 0, };
929 u8 pairwise_keys_start = B43_NR_GROUP_KEYS * 2;
931 if (b43_new_kidx_api(dev))
932 pairwise_keys_start = B43_NR_GROUP_KEYS;
934 B43_WARN_ON(index >= ARRAY_SIZE(dev->key));
935 B43_WARN_ON(key_len > B43_SEC_KEYSIZE);
937 if (index >= pairwise_keys_start)
938 keymac_write(dev, index, NULL); /* First zero out mac. */
939 if (algorithm == B43_SEC_ALGO_TKIP) {
941 * We should provide an initial iv32, phase1key pair.
942 * We could start with iv32=0 and compute the corresponding
943 * phase1key, but this means calling ieee80211_get_tkip_key
944 * with a fake skb (or export other tkip function).
945 * Because we are lazy we hope iv32 won't start with
946 * 0xffffffff and let's b43_op_update_tkip_key provide a
949 rx_tkip_phase1_write(dev, index, 0xffffffff, (u16*)buf);
950 } else if (index >= pairwise_keys_start) /* clear it */
951 rx_tkip_phase1_write(dev, index, 0, NULL);
953 memcpy(buf, key, key_len);
954 key_write(dev, index, algorithm, buf);
955 if (index >= pairwise_keys_start)
956 keymac_write(dev, index, mac_addr);
958 dev->key[index].algorithm = algorithm;
961 static int b43_key_write(struct b43_wldev *dev,
962 int index, u8 algorithm,
963 const u8 *key, size_t key_len,
965 struct ieee80211_key_conf *keyconf)
968 int pairwise_keys_start;
970 /* For ALG_TKIP the key is encoded as a 256-bit (32 byte) data block:
971 * - Temporal Encryption Key (128 bits)
972 * - Temporal Authenticator Tx MIC Key (64 bits)
973 * - Temporal Authenticator Rx MIC Key (64 bits)
975 * Hardware only store TEK
977 if (algorithm == B43_SEC_ALGO_TKIP && key_len == 32)
979 if (key_len > B43_SEC_KEYSIZE)
981 for (i = 0; i < ARRAY_SIZE(dev->key); i++) {
982 /* Check that we don't already have this key. */
983 B43_WARN_ON(dev->key[i].keyconf == keyconf);
986 /* Pairwise key. Get an empty slot for the key. */
987 if (b43_new_kidx_api(dev))
988 pairwise_keys_start = B43_NR_GROUP_KEYS;
990 pairwise_keys_start = B43_NR_GROUP_KEYS * 2;
991 for (i = pairwise_keys_start;
992 i < pairwise_keys_start + B43_NR_PAIRWISE_KEYS;
994 B43_WARN_ON(i >= ARRAY_SIZE(dev->key));
995 if (!dev->key[i].keyconf) {
1002 b43warn(dev->wl, "Out of hardware key memory\n");
1006 B43_WARN_ON(index > 3);
1008 do_key_write(dev, index, algorithm, key, key_len, mac_addr);
1009 if ((index <= 3) && !b43_new_kidx_api(dev)) {
1010 /* Default RX key */
1011 B43_WARN_ON(mac_addr);
1012 do_key_write(dev, index + 4, algorithm, key, key_len, NULL);
1014 keyconf->hw_key_idx = index;
1015 dev->key[index].keyconf = keyconf;
1020 static int b43_key_clear(struct b43_wldev *dev, int index)
1022 if (B43_WARN_ON((index < 0) || (index >= ARRAY_SIZE(dev->key))))
1024 do_key_write(dev, index, B43_SEC_ALGO_NONE,
1025 NULL, B43_SEC_KEYSIZE, NULL);
1026 if ((index <= 3) && !b43_new_kidx_api(dev)) {
1027 do_key_write(dev, index + 4, B43_SEC_ALGO_NONE,
1028 NULL, B43_SEC_KEYSIZE, NULL);
1030 dev->key[index].keyconf = NULL;
1035 static void b43_clear_keys(struct b43_wldev *dev)
1039 if (b43_new_kidx_api(dev))
1040 count = B43_NR_GROUP_KEYS + B43_NR_PAIRWISE_KEYS;
1042 count = B43_NR_GROUP_KEYS * 2 + B43_NR_PAIRWISE_KEYS;
1043 for (i = 0; i < count; i++)
1044 b43_key_clear(dev, i);
1047 static void b43_dump_keymemory(struct b43_wldev *dev)
1049 unsigned int i, index, count, offset, pairwise_keys_start;
1055 struct b43_key *key;
1057 if (!b43_debug(dev, B43_DBG_KEYS))
1060 hf = b43_hf_read(dev);
1061 b43dbg(dev->wl, "Hardware key memory dump: USEDEFKEYS=%u\n",
1062 !!(hf & B43_HF_USEDEFKEYS));
1063 if (b43_new_kidx_api(dev)) {
1064 pairwise_keys_start = B43_NR_GROUP_KEYS;
1065 count = B43_NR_GROUP_KEYS + B43_NR_PAIRWISE_KEYS;
1067 pairwise_keys_start = B43_NR_GROUP_KEYS * 2;
1068 count = B43_NR_GROUP_KEYS * 2 + B43_NR_PAIRWISE_KEYS;
1070 for (index = 0; index < count; index++) {
1071 key = &(dev->key[index]);
1072 printk(KERN_DEBUG "Key slot %02u: %s",
1073 index, (key->keyconf == NULL) ? " " : "*");
1074 offset = dev->ktp + (index * B43_SEC_KEYSIZE);
1075 for (i = 0; i < B43_SEC_KEYSIZE; i += 2) {
1076 u16 tmp = b43_shm_read16(dev, B43_SHM_SHARED, offset + i);
1077 printk("%02X%02X", (tmp & 0xFF), ((tmp >> 8) & 0xFF));
1080 algo = b43_shm_read16(dev, B43_SHM_SHARED,
1081 B43_SHM_SH_KEYIDXBLOCK + (index * 2));
1082 printk(" Algo: %04X/%02X", algo, key->algorithm);
1084 if (index >= pairwise_keys_start) {
1085 if (key->algorithm == B43_SEC_ALGO_TKIP) {
1087 offset = B43_SHM_SH_TKIPTSCTTAK + (index - 4) * (10 + 4);
1088 for (i = 0; i < 14; i += 2) {
1089 u16 tmp = b43_shm_read16(dev, B43_SHM_SHARED, offset + i);
1090 printk("%02X%02X", (tmp & 0xFF), ((tmp >> 8) & 0xFF));
1093 rcmta0 = b43_shm_read32(dev, B43_SHM_RCMTA,
1094 ((index - pairwise_keys_start) * 2) + 0);
1095 rcmta1 = b43_shm_read16(dev, B43_SHM_RCMTA,
1096 ((index - pairwise_keys_start) * 2) + 1);
1097 *((__le32 *)(&mac[0])) = cpu_to_le32(rcmta0);
1098 *((__le16 *)(&mac[4])) = cpu_to_le16(rcmta1);
1099 printk(" MAC: %pM", mac);
1101 printk(" DEFAULT KEY");
1106 void b43_power_saving_ctl_bits(struct b43_wldev *dev, unsigned int ps_flags)
1114 B43_WARN_ON((ps_flags & B43_PS_ENABLED) &&
1115 (ps_flags & B43_PS_DISABLED));
1116 B43_WARN_ON((ps_flags & B43_PS_AWAKE) && (ps_flags & B43_PS_ASLEEP));
1118 if (ps_flags & B43_PS_ENABLED) {
1120 } else if (ps_flags & B43_PS_DISABLED) {
1123 //TODO: If powersave is not off and FIXME is not set and we are not in adhoc
1124 // and thus is not an AP and we are associated, set bit 25
1126 if (ps_flags & B43_PS_AWAKE) {
1128 } else if (ps_flags & B43_PS_ASLEEP) {
1131 //TODO: If the device is awake or this is an AP, or we are scanning, or FIXME,
1132 // or we are associated, or FIXME, or the latest PS-Poll packet sent was
1133 // successful, set bit26
1136 /* FIXME: For now we force awake-on and hwps-off */
1140 macctl = b43_read32(dev, B43_MMIO_MACCTL);
1142 macctl |= B43_MACCTL_HWPS;
1144 macctl &= ~B43_MACCTL_HWPS;
1146 macctl |= B43_MACCTL_AWAKE;
1148 macctl &= ~B43_MACCTL_AWAKE;
1149 b43_write32(dev, B43_MMIO_MACCTL, macctl);
1151 b43_read32(dev, B43_MMIO_MACCTL);
1152 if (awake && dev->dev->core_rev >= 5) {
1153 /* Wait for the microcode to wake up. */
1154 for (i = 0; i < 100; i++) {
1155 ucstat = b43_shm_read16(dev, B43_SHM_SHARED,
1156 B43_SHM_SH_UCODESTAT);
1157 if (ucstat != B43_SHM_SH_UCODESTAT_SLEEP)
1164 #ifdef CONFIG_B43_BCMA
1165 static void b43_bcma_phy_reset(struct b43_wldev *dev)
1169 /* Put PHY into reset */
1170 flags = bcma_aread32(dev->dev->bdev, BCMA_IOCTL);
1171 flags |= B43_BCMA_IOCTL_PHY_RESET;
1172 flags |= B43_BCMA_IOCTL_PHY_BW_20MHZ; /* Make 20 MHz def */
1173 bcma_awrite32(dev->dev->bdev, BCMA_IOCTL, flags);
1176 /* Take PHY out of reset */
1177 flags = bcma_aread32(dev->dev->bdev, BCMA_IOCTL);
1178 flags &= ~B43_BCMA_IOCTL_PHY_RESET;
1179 flags |= BCMA_IOCTL_FGC;
1180 bcma_awrite32(dev->dev->bdev, BCMA_IOCTL, flags);
1183 /* Do not force clock anymore */
1184 flags = bcma_aread32(dev->dev->bdev, BCMA_IOCTL);
1185 flags &= ~BCMA_IOCTL_FGC;
1186 bcma_awrite32(dev->dev->bdev, BCMA_IOCTL, flags);
1190 static void b43_bcma_wireless_core_reset(struct b43_wldev *dev, bool gmode)
1192 b43_device_enable(dev, B43_BCMA_IOCTL_PHY_CLKEN);
1193 bcma_core_set_clockmode(dev->dev->bdev, BCMA_CLKMODE_FAST);
1194 b43_bcma_phy_reset(dev);
1195 bcma_core_pll_ctl(dev->dev->bdev, 0x300, 0x3000000, true);
1199 static void b43_ssb_wireless_core_reset(struct b43_wldev *dev, bool gmode)
1201 struct ssb_device *sdev = dev->dev->sdev;
1206 flags |= B43_TMSLOW_GMODE;
1207 flags |= B43_TMSLOW_PHYCLKEN;
1208 flags |= B43_TMSLOW_PHYRESET;
1209 if (dev->phy.type == B43_PHYTYPE_N)
1210 flags |= B43_TMSLOW_PHY_BANDWIDTH_20MHZ; /* Make 20 MHz def */
1211 b43_device_enable(dev, flags);
1212 msleep(2); /* Wait for the PLL to turn on. */
1214 /* Now take the PHY out of Reset again */
1215 tmslow = ssb_read32(sdev, SSB_TMSLOW);
1216 tmslow |= SSB_TMSLOW_FGC;
1217 tmslow &= ~B43_TMSLOW_PHYRESET;
1218 ssb_write32(sdev, SSB_TMSLOW, tmslow);
1219 ssb_read32(sdev, SSB_TMSLOW); /* flush */
1221 tmslow &= ~SSB_TMSLOW_FGC;
1222 ssb_write32(sdev, SSB_TMSLOW, tmslow);
1223 ssb_read32(sdev, SSB_TMSLOW); /* flush */
1227 void b43_wireless_core_reset(struct b43_wldev *dev, bool gmode)
1231 switch (dev->dev->bus_type) {
1232 #ifdef CONFIG_B43_BCMA
1234 b43_bcma_wireless_core_reset(dev, gmode);
1237 #ifdef CONFIG_B43_SSB
1239 b43_ssb_wireless_core_reset(dev, gmode);
1244 /* Turn Analog ON, but only if we already know the PHY-type.
1245 * This protects against very early setup where we don't know the
1246 * PHY-type, yet. wireless_core_reset will be called once again later,
1247 * when we know the PHY-type. */
1249 dev->phy.ops->switch_analog(dev, 1);
1251 macctl = b43_read32(dev, B43_MMIO_MACCTL);
1252 macctl &= ~B43_MACCTL_GMODE;
1254 macctl |= B43_MACCTL_GMODE;
1255 macctl |= B43_MACCTL_IHR_ENABLED;
1256 b43_write32(dev, B43_MMIO_MACCTL, macctl);
1259 static void handle_irq_transmit_status(struct b43_wldev *dev)
1263 struct b43_txstatus stat;
1266 v0 = b43_read32(dev, B43_MMIO_XMITSTAT_0);
1267 if (!(v0 & 0x00000001))
1269 v1 = b43_read32(dev, B43_MMIO_XMITSTAT_1);
1271 stat.cookie = (v0 >> 16);
1272 stat.seq = (v1 & 0x0000FFFF);
1273 stat.phy_stat = ((v1 & 0x00FF0000) >> 16);
1274 tmp = (v0 & 0x0000FFFF);
1275 stat.frame_count = ((tmp & 0xF000) >> 12);
1276 stat.rts_count = ((tmp & 0x0F00) >> 8);
1277 stat.supp_reason = ((tmp & 0x001C) >> 2);
1278 stat.pm_indicated = !!(tmp & 0x0080);
1279 stat.intermediate = !!(tmp & 0x0040);
1280 stat.for_ampdu = !!(tmp & 0x0020);
1281 stat.acked = !!(tmp & 0x0002);
1283 b43_handle_txstatus(dev, &stat);
1287 static void drain_txstatus_queue(struct b43_wldev *dev)
1291 if (dev->dev->core_rev < 5)
1293 /* Read all entries from the microcode TXstatus FIFO
1294 * and throw them away.
1297 dummy = b43_read32(dev, B43_MMIO_XMITSTAT_0);
1298 if (!(dummy & 0x00000001))
1300 dummy = b43_read32(dev, B43_MMIO_XMITSTAT_1);
1304 static u32 b43_jssi_read(struct b43_wldev *dev)
1308 val = b43_shm_read16(dev, B43_SHM_SHARED, 0x08A);
1310 val |= b43_shm_read16(dev, B43_SHM_SHARED, 0x088);
1315 static void b43_jssi_write(struct b43_wldev *dev, u32 jssi)
1317 b43_shm_write16(dev, B43_SHM_SHARED, 0x088, (jssi & 0x0000FFFF));
1318 b43_shm_write16(dev, B43_SHM_SHARED, 0x08A, (jssi & 0xFFFF0000) >> 16);
1321 static void b43_generate_noise_sample(struct b43_wldev *dev)
1323 b43_jssi_write(dev, 0x7F7F7F7F);
1324 b43_write32(dev, B43_MMIO_MACCMD,
1325 b43_read32(dev, B43_MMIO_MACCMD) | B43_MACCMD_BGNOISE);
1328 static void b43_calculate_link_quality(struct b43_wldev *dev)
1330 /* Top half of Link Quality calculation. */
1332 if (dev->phy.type != B43_PHYTYPE_G)
1334 if (dev->noisecalc.calculation_running)
1336 dev->noisecalc.calculation_running = true;
1337 dev->noisecalc.nr_samples = 0;
1339 b43_generate_noise_sample(dev);
1342 static void handle_irq_noise(struct b43_wldev *dev)
1344 struct b43_phy_g *phy = dev->phy.g;
1350 /* Bottom half of Link Quality calculation. */
1352 if (dev->phy.type != B43_PHYTYPE_G)
1355 /* Possible race condition: It might be possible that the user
1356 * changed to a different channel in the meantime since we
1357 * started the calculation. We ignore that fact, since it's
1358 * not really that much of a problem. The background noise is
1359 * an estimation only anyway. Slightly wrong results will get damped
1360 * by the averaging of the 8 sample rounds. Additionally the
1361 * value is shortlived. So it will be replaced by the next noise
1362 * calculation round soon. */
1364 B43_WARN_ON(!dev->noisecalc.calculation_running);
1365 *((__le32 *)noise) = cpu_to_le32(b43_jssi_read(dev));
1366 if (noise[0] == 0x7F || noise[1] == 0x7F ||
1367 noise[2] == 0x7F || noise[3] == 0x7F)
1370 /* Get the noise samples. */
1371 B43_WARN_ON(dev->noisecalc.nr_samples >= 8);
1372 i = dev->noisecalc.nr_samples;
1373 noise[0] = clamp_val(noise[0], 0, ARRAY_SIZE(phy->nrssi_lt) - 1);
1374 noise[1] = clamp_val(noise[1], 0, ARRAY_SIZE(phy->nrssi_lt) - 1);
1375 noise[2] = clamp_val(noise[2], 0, ARRAY_SIZE(phy->nrssi_lt) - 1);
1376 noise[3] = clamp_val(noise[3], 0, ARRAY_SIZE(phy->nrssi_lt) - 1);
1377 dev->noisecalc.samples[i][0] = phy->nrssi_lt[noise[0]];
1378 dev->noisecalc.samples[i][1] = phy->nrssi_lt[noise[1]];
1379 dev->noisecalc.samples[i][2] = phy->nrssi_lt[noise[2]];
1380 dev->noisecalc.samples[i][3] = phy->nrssi_lt[noise[3]];
1381 dev->noisecalc.nr_samples++;
1382 if (dev->noisecalc.nr_samples == 8) {
1383 /* Calculate the Link Quality by the noise samples. */
1385 for (i = 0; i < 8; i++) {
1386 for (j = 0; j < 4; j++)
1387 average += dev->noisecalc.samples[i][j];
1393 tmp = b43_shm_read16(dev, B43_SHM_SHARED, 0x40C);
1394 tmp = (tmp / 128) & 0x1F;
1404 dev->stats.link_noise = average;
1405 dev->noisecalc.calculation_running = false;
1409 b43_generate_noise_sample(dev);
1412 static void handle_irq_tbtt_indication(struct b43_wldev *dev)
1414 if (b43_is_mode(dev->wl, NL80211_IFTYPE_AP)) {
1417 if (1 /*FIXME: the last PSpoll frame was sent successfully */ )
1418 b43_power_saving_ctl_bits(dev, 0);
1420 if (b43_is_mode(dev->wl, NL80211_IFTYPE_ADHOC))
1421 dev->dfq_valid = true;
1424 static void handle_irq_atim_end(struct b43_wldev *dev)
1426 if (dev->dfq_valid) {
1427 b43_write32(dev, B43_MMIO_MACCMD,
1428 b43_read32(dev, B43_MMIO_MACCMD)
1429 | B43_MACCMD_DFQ_VALID);
1430 dev->dfq_valid = false;
1434 static void handle_irq_pmq(struct b43_wldev *dev)
1441 tmp = b43_read32(dev, B43_MMIO_PS_STATUS);
1442 if (!(tmp & 0x00000008))
1445 /* 16bit write is odd, but correct. */
1446 b43_write16(dev, B43_MMIO_PS_STATUS, 0x0002);
1449 static void b43_write_template_common(struct b43_wldev *dev,
1450 const u8 *data, u16 size,
1452 u16 shm_size_offset, u8 rate)
1455 struct b43_plcp_hdr4 plcp;
1458 b43_generate_plcp_hdr(&plcp, size + FCS_LEN, rate);
1459 b43_ram_write(dev, ram_offset, le32_to_cpu(plcp.data));
1460 ram_offset += sizeof(u32);
1461 /* The PLCP is 6 bytes long, but we only wrote 4 bytes, yet.
1462 * So leave the first two bytes of the next write blank.
1464 tmp = (u32) (data[0]) << 16;
1465 tmp |= (u32) (data[1]) << 24;
1466 b43_ram_write(dev, ram_offset, tmp);
1467 ram_offset += sizeof(u32);
1468 for (i = 2; i < size; i += sizeof(u32)) {
1469 tmp = (u32) (data[i + 0]);
1471 tmp |= (u32) (data[i + 1]) << 8;
1473 tmp |= (u32) (data[i + 2]) << 16;
1475 tmp |= (u32) (data[i + 3]) << 24;
1476 b43_ram_write(dev, ram_offset + i - 2, tmp);
1478 b43_shm_write16(dev, B43_SHM_SHARED, shm_size_offset,
1479 size + sizeof(struct b43_plcp_hdr6));
1482 /* Check if the use of the antenna that ieee80211 told us to
1483 * use is possible. This will fall back to DEFAULT.
1484 * "antenna_nr" is the antenna identifier we got from ieee80211. */
1485 u8 b43_ieee80211_antenna_sanitize(struct b43_wldev *dev,
1490 if (antenna_nr == 0) {
1491 /* Zero means "use default antenna". That's always OK. */
1495 /* Get the mask of available antennas. */
1497 antenna_mask = dev->dev->bus_sprom->ant_available_bg;
1499 antenna_mask = dev->dev->bus_sprom->ant_available_a;
1501 if (!(antenna_mask & (1 << (antenna_nr - 1)))) {
1502 /* This antenna is not available. Fall back to default. */
1509 /* Convert a b43 antenna number value to the PHY TX control value. */
1510 static u16 b43_antenna_to_phyctl(int antenna)
1514 return B43_TXH_PHY_ANT0;
1516 return B43_TXH_PHY_ANT1;
1518 return B43_TXH_PHY_ANT2;
1520 return B43_TXH_PHY_ANT3;
1521 case B43_ANTENNA_AUTO0:
1522 case B43_ANTENNA_AUTO1:
1523 return B43_TXH_PHY_ANT01AUTO;
1529 static void b43_write_beacon_template(struct b43_wldev *dev,
1531 u16 shm_size_offset)
1533 unsigned int i, len, variable_len;
1534 const struct ieee80211_mgmt *bcn;
1536 bool tim_found = false;
1540 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(dev->wl->current_beacon);
1542 bcn = (const struct ieee80211_mgmt *)(dev->wl->current_beacon->data);
1543 len = min((size_t) dev->wl->current_beacon->len,
1544 0x200 - sizeof(struct b43_plcp_hdr6));
1545 rate = ieee80211_get_tx_rate(dev->wl->hw, info)->hw_value;
1547 b43_write_template_common(dev, (const u8 *)bcn,
1548 len, ram_offset, shm_size_offset, rate);
1550 /* Write the PHY TX control parameters. */
1551 antenna = B43_ANTENNA_DEFAULT;
1552 antenna = b43_antenna_to_phyctl(antenna);
1553 ctl = b43_shm_read16(dev, B43_SHM_SHARED, B43_SHM_SH_BEACPHYCTL);
1554 /* We can't send beacons with short preamble. Would get PHY errors. */
1555 ctl &= ~B43_TXH_PHY_SHORTPRMBL;
1556 ctl &= ~B43_TXH_PHY_ANT;
1557 ctl &= ~B43_TXH_PHY_ENC;
1559 if (b43_is_cck_rate(rate))
1560 ctl |= B43_TXH_PHY_ENC_CCK;
1562 ctl |= B43_TXH_PHY_ENC_OFDM;
1563 b43_shm_write16(dev, B43_SHM_SHARED, B43_SHM_SH_BEACPHYCTL, ctl);
1565 /* Find the position of the TIM and the DTIM_period value
1566 * and write them to SHM. */
1567 ie = bcn->u.beacon.variable;
1568 variable_len = len - offsetof(struct ieee80211_mgmt, u.beacon.variable);
1569 for (i = 0; i < variable_len - 2; ) {
1570 uint8_t ie_id, ie_len;
1577 /* This is the TIM Information Element */
1579 /* Check whether the ie_len is in the beacon data range. */
1580 if (variable_len < ie_len + 2 + i)
1582 /* A valid TIM is at least 4 bytes long. */
1587 tim_position = sizeof(struct b43_plcp_hdr6);
1588 tim_position += offsetof(struct ieee80211_mgmt, u.beacon.variable);
1591 dtim_period = ie[i + 3];
1593 b43_shm_write16(dev, B43_SHM_SHARED,
1594 B43_SHM_SH_TIMBPOS, tim_position);
1595 b43_shm_write16(dev, B43_SHM_SHARED,
1596 B43_SHM_SH_DTIMPER, dtim_period);
1603 * If ucode wants to modify TIM do it behind the beacon, this
1604 * will happen, for example, when doing mesh networking.
1606 b43_shm_write16(dev, B43_SHM_SHARED,
1608 len + sizeof(struct b43_plcp_hdr6));
1609 b43_shm_write16(dev, B43_SHM_SHARED,
1610 B43_SHM_SH_DTIMPER, 0);
1612 b43dbg(dev->wl, "Updated beacon template at 0x%x\n", ram_offset);
1615 static void b43_upload_beacon0(struct b43_wldev *dev)
1617 struct b43_wl *wl = dev->wl;
1619 if (wl->beacon0_uploaded)
1621 b43_write_beacon_template(dev, 0x68, 0x18);
1622 wl->beacon0_uploaded = true;
1625 static void b43_upload_beacon1(struct b43_wldev *dev)
1627 struct b43_wl *wl = dev->wl;
1629 if (wl->beacon1_uploaded)
1631 b43_write_beacon_template(dev, 0x468, 0x1A);
1632 wl->beacon1_uploaded = true;
1635 static void handle_irq_beacon(struct b43_wldev *dev)
1637 struct b43_wl *wl = dev->wl;
1638 u32 cmd, beacon0_valid, beacon1_valid;
1640 if (!b43_is_mode(wl, NL80211_IFTYPE_AP) &&
1641 !b43_is_mode(wl, NL80211_IFTYPE_MESH_POINT) &&
1642 !b43_is_mode(wl, NL80211_IFTYPE_ADHOC))
1645 /* This is the bottom half of the asynchronous beacon update. */
1647 /* Ignore interrupt in the future. */
1648 dev->irq_mask &= ~B43_IRQ_BEACON;
1650 cmd = b43_read32(dev, B43_MMIO_MACCMD);
1651 beacon0_valid = (cmd & B43_MACCMD_BEACON0_VALID);
1652 beacon1_valid = (cmd & B43_MACCMD_BEACON1_VALID);
1654 /* Schedule interrupt manually, if busy. */
1655 if (beacon0_valid && beacon1_valid) {
1656 b43_write32(dev, B43_MMIO_GEN_IRQ_REASON, B43_IRQ_BEACON);
1657 dev->irq_mask |= B43_IRQ_BEACON;
1661 if (unlikely(wl->beacon_templates_virgin)) {
1662 /* We never uploaded a beacon before.
1663 * Upload both templates now, but only mark one valid. */
1664 wl->beacon_templates_virgin = false;
1665 b43_upload_beacon0(dev);
1666 b43_upload_beacon1(dev);
1667 cmd = b43_read32(dev, B43_MMIO_MACCMD);
1668 cmd |= B43_MACCMD_BEACON0_VALID;
1669 b43_write32(dev, B43_MMIO_MACCMD, cmd);
1671 if (!beacon0_valid) {
1672 b43_upload_beacon0(dev);
1673 cmd = b43_read32(dev, B43_MMIO_MACCMD);
1674 cmd |= B43_MACCMD_BEACON0_VALID;
1675 b43_write32(dev, B43_MMIO_MACCMD, cmd);
1676 } else if (!beacon1_valid) {
1677 b43_upload_beacon1(dev);
1678 cmd = b43_read32(dev, B43_MMIO_MACCMD);
1679 cmd |= B43_MACCMD_BEACON1_VALID;
1680 b43_write32(dev, B43_MMIO_MACCMD, cmd);
1685 static void b43_do_beacon_update_trigger_work(struct b43_wldev *dev)
1687 u32 old_irq_mask = dev->irq_mask;
1689 /* update beacon right away or defer to irq */
1690 handle_irq_beacon(dev);
1691 if (old_irq_mask != dev->irq_mask) {
1692 /* The handler updated the IRQ mask. */
1693 B43_WARN_ON(!dev->irq_mask);
1694 if (b43_read32(dev, B43_MMIO_GEN_IRQ_MASK)) {
1695 b43_write32(dev, B43_MMIO_GEN_IRQ_MASK, dev->irq_mask);
1697 /* Device interrupts are currently disabled. That means
1698 * we just ran the hardirq handler and scheduled the
1699 * IRQ thread. The thread will write the IRQ mask when
1700 * it finished, so there's nothing to do here. Writing
1701 * the mask _here_ would incorrectly re-enable IRQs. */
1706 static void b43_beacon_update_trigger_work(struct work_struct *work)
1708 struct b43_wl *wl = container_of(work, struct b43_wl,
1709 beacon_update_trigger);
1710 struct b43_wldev *dev;
1712 mutex_lock(&wl->mutex);
1713 dev = wl->current_dev;
1714 if (likely(dev && (b43_status(dev) >= B43_STAT_INITIALIZED))) {
1715 if (b43_bus_host_is_sdio(dev->dev)) {
1716 /* wl->mutex is enough. */
1717 b43_do_beacon_update_trigger_work(dev);
1720 spin_lock_irq(&wl->hardirq_lock);
1721 b43_do_beacon_update_trigger_work(dev);
1723 spin_unlock_irq(&wl->hardirq_lock);
1726 mutex_unlock(&wl->mutex);
1729 /* Asynchronously update the packet templates in template RAM.
1730 * Locking: Requires wl->mutex to be locked. */
1731 static void b43_update_templates(struct b43_wl *wl)
1733 struct sk_buff *beacon;
1735 /* This is the top half of the ansynchronous beacon update.
1736 * The bottom half is the beacon IRQ.
1737 * Beacon update must be asynchronous to avoid sending an
1738 * invalid beacon. This can happen for example, if the firmware
1739 * transmits a beacon while we are updating it. */
1741 /* We could modify the existing beacon and set the aid bit in
1742 * the TIM field, but that would probably require resizing and
1743 * moving of data within the beacon template.
1744 * Simply request a new beacon and let mac80211 do the hard work. */
1745 beacon = ieee80211_beacon_get(wl->hw, wl->vif);
1746 if (unlikely(!beacon))
1749 if (wl->current_beacon)
1750 dev_kfree_skb_any(wl->current_beacon);
1751 wl->current_beacon = beacon;
1752 wl->beacon0_uploaded = false;
1753 wl->beacon1_uploaded = false;
1754 ieee80211_queue_work(wl->hw, &wl->beacon_update_trigger);
1757 static void b43_set_beacon_int(struct b43_wldev *dev, u16 beacon_int)
1760 if (dev->dev->core_rev >= 3) {
1761 b43_write32(dev, B43_MMIO_TSF_CFP_REP, (beacon_int << 16));
1762 b43_write32(dev, B43_MMIO_TSF_CFP_START, (beacon_int << 10));
1764 b43_write16(dev, 0x606, (beacon_int >> 6));
1765 b43_write16(dev, 0x610, beacon_int);
1767 b43_time_unlock(dev);
1768 b43dbg(dev->wl, "Set beacon interval to %u\n", beacon_int);
1771 static void b43_handle_firmware_panic(struct b43_wldev *dev)
1775 /* Read the register that contains the reason code for the panic. */
1776 reason = b43_shm_read16(dev, B43_SHM_SCRATCH, B43_FWPANIC_REASON_REG);
1777 b43err(dev->wl, "Whoopsy, firmware panic! Reason: %u\n", reason);
1781 b43dbg(dev->wl, "The panic reason is unknown.\n");
1783 case B43_FWPANIC_DIE:
1784 /* Do not restart the controller or firmware.
1785 * The device is nonfunctional from now on.
1786 * Restarting would result in this panic to trigger again,
1787 * so we avoid that recursion. */
1789 case B43_FWPANIC_RESTART:
1790 b43_controller_restart(dev, "Microcode panic");
1795 static void handle_irq_ucode_debug(struct b43_wldev *dev)
1797 unsigned int i, cnt;
1798 u16 reason, marker_id, marker_line;
1801 /* The proprietary firmware doesn't have this IRQ. */
1802 if (!dev->fw.opensource)
1805 /* Read the register that contains the reason code for this IRQ. */
1806 reason = b43_shm_read16(dev, B43_SHM_SCRATCH, B43_DEBUGIRQ_REASON_REG);
1809 case B43_DEBUGIRQ_PANIC:
1810 b43_handle_firmware_panic(dev);
1812 case B43_DEBUGIRQ_DUMP_SHM:
1814 break; /* Only with driver debugging enabled. */
1815 buf = kmalloc(4096, GFP_ATOMIC);
1817 b43dbg(dev->wl, "SHM-dump: Failed to allocate memory\n");
1820 for (i = 0; i < 4096; i += 2) {
1821 u16 tmp = b43_shm_read16(dev, B43_SHM_SHARED, i);
1822 buf[i / 2] = cpu_to_le16(tmp);
1824 b43info(dev->wl, "Shared memory dump:\n");
1825 print_hex_dump(KERN_INFO, "", DUMP_PREFIX_OFFSET,
1826 16, 2, buf, 4096, 1);
1829 case B43_DEBUGIRQ_DUMP_REGS:
1831 break; /* Only with driver debugging enabled. */
1832 b43info(dev->wl, "Microcode register dump:\n");
1833 for (i = 0, cnt = 0; i < 64; i++) {
1834 u16 tmp = b43_shm_read16(dev, B43_SHM_SCRATCH, i);
1837 printk("r%02u: 0x%04X ", i, tmp);
1846 case B43_DEBUGIRQ_MARKER:
1848 break; /* Only with driver debugging enabled. */
1849 marker_id = b43_shm_read16(dev, B43_SHM_SCRATCH,
1851 marker_line = b43_shm_read16(dev, B43_SHM_SCRATCH,
1852 B43_MARKER_LINE_REG);
1853 b43info(dev->wl, "The firmware just executed the MARKER(%u) "
1854 "at line number %u\n",
1855 marker_id, marker_line);
1858 b43dbg(dev->wl, "Debug-IRQ triggered for unknown reason: %u\n",
1862 /* Acknowledge the debug-IRQ, so the firmware can continue. */
1863 b43_shm_write16(dev, B43_SHM_SCRATCH,
1864 B43_DEBUGIRQ_REASON_REG, B43_DEBUGIRQ_ACK);
1867 static void b43_do_interrupt_thread(struct b43_wldev *dev)
1870 u32 dma_reason[ARRAY_SIZE(dev->dma_reason)];
1871 u32 merged_dma_reason = 0;
1874 if (unlikely(b43_status(dev) != B43_STAT_STARTED))
1877 reason = dev->irq_reason;
1878 for (i = 0; i < ARRAY_SIZE(dma_reason); i++) {
1879 dma_reason[i] = dev->dma_reason[i];
1880 merged_dma_reason |= dma_reason[i];
1883 if (unlikely(reason & B43_IRQ_MAC_TXERR))
1884 b43err(dev->wl, "MAC transmission error\n");
1886 if (unlikely(reason & B43_IRQ_PHY_TXERR)) {
1887 b43err(dev->wl, "PHY transmission error\n");
1889 if (unlikely(atomic_dec_and_test(&dev->phy.txerr_cnt))) {
1890 atomic_set(&dev->phy.txerr_cnt,
1891 B43_PHY_TX_BADNESS_LIMIT);
1892 b43err(dev->wl, "Too many PHY TX errors, "
1893 "restarting the controller\n");
1894 b43_controller_restart(dev, "PHY TX errors");
1898 if (unlikely(merged_dma_reason & (B43_DMAIRQ_FATALMASK |
1899 B43_DMAIRQ_NONFATALMASK))) {
1900 if (merged_dma_reason & B43_DMAIRQ_FATALMASK) {
1901 b43err(dev->wl, "Fatal DMA error: "
1902 "0x%08X, 0x%08X, 0x%08X, "
1903 "0x%08X, 0x%08X, 0x%08X\n",
1904 dma_reason[0], dma_reason[1],
1905 dma_reason[2], dma_reason[3],
1906 dma_reason[4], dma_reason[5]);
1907 b43err(dev->wl, "This device does not support DMA "
1908 "on your system. It will now be switched to PIO.\n");
1909 /* Fall back to PIO transfers if we get fatal DMA errors! */
1910 dev->use_pio = true;
1911 b43_controller_restart(dev, "DMA error");
1914 if (merged_dma_reason & B43_DMAIRQ_NONFATALMASK) {
1915 b43err(dev->wl, "DMA error: "
1916 "0x%08X, 0x%08X, 0x%08X, "
1917 "0x%08X, 0x%08X, 0x%08X\n",
1918 dma_reason[0], dma_reason[1],
1919 dma_reason[2], dma_reason[3],
1920 dma_reason[4], dma_reason[5]);
1924 if (unlikely(reason & B43_IRQ_UCODE_DEBUG))
1925 handle_irq_ucode_debug(dev);
1926 if (reason & B43_IRQ_TBTT_INDI)
1927 handle_irq_tbtt_indication(dev);
1928 if (reason & B43_IRQ_ATIM_END)
1929 handle_irq_atim_end(dev);
1930 if (reason & B43_IRQ_BEACON)
1931 handle_irq_beacon(dev);
1932 if (reason & B43_IRQ_PMQ)
1933 handle_irq_pmq(dev);
1934 if (reason & B43_IRQ_TXFIFO_FLUSH_OK)
1936 if (reason & B43_IRQ_NOISESAMPLE_OK)
1937 handle_irq_noise(dev);
1939 /* Check the DMA reason registers for received data. */
1940 if (dma_reason[0] & B43_DMAIRQ_RX_DONE) {
1941 if (b43_using_pio_transfers(dev))
1942 b43_pio_rx(dev->pio.rx_queue);
1944 b43_dma_rx(dev->dma.rx_ring);
1946 B43_WARN_ON(dma_reason[1] & B43_DMAIRQ_RX_DONE);
1947 B43_WARN_ON(dma_reason[2] & B43_DMAIRQ_RX_DONE);
1948 B43_WARN_ON(dma_reason[3] & B43_DMAIRQ_RX_DONE);
1949 B43_WARN_ON(dma_reason[4] & B43_DMAIRQ_RX_DONE);
1950 B43_WARN_ON(dma_reason[5] & B43_DMAIRQ_RX_DONE);
1952 if (reason & B43_IRQ_TX_OK)
1953 handle_irq_transmit_status(dev);
1955 /* Re-enable interrupts on the device by restoring the current interrupt mask. */
1956 b43_write32(dev, B43_MMIO_GEN_IRQ_MASK, dev->irq_mask);
1959 if (b43_debug(dev, B43_DBG_VERBOSESTATS)) {
1961 for (i = 0; i < ARRAY_SIZE(dev->irq_bit_count); i++) {
1962 if (reason & (1 << i))
1963 dev->irq_bit_count[i]++;
1969 /* Interrupt thread handler. Handles device interrupts in thread context. */
1970 static irqreturn_t b43_interrupt_thread_handler(int irq, void *dev_id)
1972 struct b43_wldev *dev = dev_id;
1974 mutex_lock(&dev->wl->mutex);
1975 b43_do_interrupt_thread(dev);
1977 mutex_unlock(&dev->wl->mutex);
1982 static irqreturn_t b43_do_interrupt(struct b43_wldev *dev)
1986 /* This code runs under wl->hardirq_lock, but _only_ on non-SDIO busses.
1987 * On SDIO, this runs under wl->mutex. */
1989 reason = b43_read32(dev, B43_MMIO_GEN_IRQ_REASON);
1990 if (reason == 0xffffffff) /* shared IRQ */
1992 reason &= dev->irq_mask;
1996 dev->dma_reason[0] = b43_read32(dev, B43_MMIO_DMA0_REASON)
1998 dev->dma_reason[1] = b43_read32(dev, B43_MMIO_DMA1_REASON)
2000 dev->dma_reason[2] = b43_read32(dev, B43_MMIO_DMA2_REASON)
2002 dev->dma_reason[3] = b43_read32(dev, B43_MMIO_DMA3_REASON)
2004 dev->dma_reason[4] = b43_read32(dev, B43_MMIO_DMA4_REASON)
2007 dev->dma_reason[5] = b43_read32(dev, B43_MMIO_DMA5_REASON)
2011 /* ACK the interrupt. */
2012 b43_write32(dev, B43_MMIO_GEN_IRQ_REASON, reason);
2013 b43_write32(dev, B43_MMIO_DMA0_REASON, dev->dma_reason[0]);
2014 b43_write32(dev, B43_MMIO_DMA1_REASON, dev->dma_reason[1]);
2015 b43_write32(dev, B43_MMIO_DMA2_REASON, dev->dma_reason[2]);
2016 b43_write32(dev, B43_MMIO_DMA3_REASON, dev->dma_reason[3]);
2017 b43_write32(dev, B43_MMIO_DMA4_REASON, dev->dma_reason[4]);
2019 b43_write32(dev, B43_MMIO_DMA5_REASON, dev->dma_reason[5]);
2022 /* Disable IRQs on the device. The IRQ thread handler will re-enable them. */
2023 b43_write32(dev, B43_MMIO_GEN_IRQ_MASK, 0);
2024 /* Save the reason bitmasks for the IRQ thread handler. */
2025 dev->irq_reason = reason;
2027 return IRQ_WAKE_THREAD;
2030 /* Interrupt handler top-half. This runs with interrupts disabled. */
2031 static irqreturn_t b43_interrupt_handler(int irq, void *dev_id)
2033 struct b43_wldev *dev = dev_id;
2036 if (unlikely(b43_status(dev) < B43_STAT_STARTED))
2039 spin_lock(&dev->wl->hardirq_lock);
2040 ret = b43_do_interrupt(dev);
2042 spin_unlock(&dev->wl->hardirq_lock);
2047 /* SDIO interrupt handler. This runs in process context. */
2048 static void b43_sdio_interrupt_handler(struct b43_wldev *dev)
2050 struct b43_wl *wl = dev->wl;
2053 mutex_lock(&wl->mutex);
2055 ret = b43_do_interrupt(dev);
2056 if (ret == IRQ_WAKE_THREAD)
2057 b43_do_interrupt_thread(dev);
2059 mutex_unlock(&wl->mutex);
2062 void b43_do_release_fw(struct b43_firmware_file *fw)
2064 release_firmware(fw->data);
2066 fw->filename = NULL;
2069 static void b43_release_firmware(struct b43_wldev *dev)
2071 b43_do_release_fw(&dev->fw.ucode);
2072 b43_do_release_fw(&dev->fw.pcm);
2073 b43_do_release_fw(&dev->fw.initvals);
2074 b43_do_release_fw(&dev->fw.initvals_band);
2077 static void b43_print_fw_helptext(struct b43_wl *wl, bool error)
2081 "http://wireless.kernel.org/en/users/Drivers/b43#devicefirmware " \
2082 "and download the correct firmware for this driver version. " \
2083 "Please carefully read all instructions on this website.\n";
2091 static void b43_fw_cb(const struct firmware *firmware, void *context)
2093 struct b43_request_fw_context *ctx = context;
2095 ctx->blob = firmware;
2096 complete(&ctx->fw_load_complete);
2099 int b43_do_request_fw(struct b43_request_fw_context *ctx,
2101 struct b43_firmware_file *fw, bool async)
2103 struct b43_fw_header *hdr;
2108 /* Don't fetch anything. Free possibly cached firmware. */
2109 /* FIXME: We should probably keep it anyway, to save some headache
2110 * on suspend/resume with multiband devices. */
2111 b43_do_release_fw(fw);
2115 if ((fw->type == ctx->req_type) &&
2116 (strcmp(fw->filename, name) == 0))
2117 return 0; /* Already have this fw. */
2118 /* Free the cached firmware first. */
2119 /* FIXME: We should probably do this later after we successfully
2120 * got the new fw. This could reduce headache with multiband devices.
2121 * We could also redesign this to cache the firmware for all possible
2122 * bands all the time. */
2123 b43_do_release_fw(fw);
2126 switch (ctx->req_type) {
2127 case B43_FWTYPE_PROPRIETARY:
2128 snprintf(ctx->fwname, sizeof(ctx->fwname),
2130 modparam_fwpostfix, name);
2132 case B43_FWTYPE_OPENSOURCE:
2133 snprintf(ctx->fwname, sizeof(ctx->fwname),
2135 modparam_fwpostfix, name);
2142 /* do this part asynchronously */
2143 init_completion(&ctx->fw_load_complete);
2144 err = request_firmware_nowait(THIS_MODULE, 1, ctx->fwname,
2145 ctx->dev->dev->dev, GFP_KERNEL,
2148 pr_err("Unable to load firmware\n");
2151 /* stall here until fw ready */
2152 wait_for_completion(&ctx->fw_load_complete);
2155 /* On some ARM systems, the async request will fail, but the next sync
2156 * request works. For this reason, we dall through here
2159 err = request_firmware(&ctx->blob, ctx->fwname,
2160 ctx->dev->dev->dev);
2161 if (err == -ENOENT) {
2162 snprintf(ctx->errors[ctx->req_type],
2163 sizeof(ctx->errors[ctx->req_type]),
2164 "Firmware file \"%s\" not found\n",
2168 snprintf(ctx->errors[ctx->req_type],
2169 sizeof(ctx->errors[ctx->req_type]),
2170 "Firmware file \"%s\" request failed (err=%d)\n",
2175 if (ctx->blob->size < sizeof(struct b43_fw_header))
2177 hdr = (struct b43_fw_header *)(ctx->blob->data);
2178 switch (hdr->type) {
2179 case B43_FW_TYPE_UCODE:
2180 case B43_FW_TYPE_PCM:
2181 size = be32_to_cpu(hdr->size);
2182 if (size != ctx->blob->size - sizeof(struct b43_fw_header))
2185 case B43_FW_TYPE_IV:
2193 fw->data = ctx->blob;
2194 fw->filename = name;
2195 fw->type = ctx->req_type;
2200 snprintf(ctx->errors[ctx->req_type],
2201 sizeof(ctx->errors[ctx->req_type]),
2202 "Firmware file \"%s\" format error.\n", ctx->fwname);
2203 release_firmware(ctx->blob);
2208 static int b43_try_request_fw(struct b43_request_fw_context *ctx)
2210 struct b43_wldev *dev = ctx->dev;
2211 struct b43_firmware *fw = &ctx->dev->fw;
2212 const u8 rev = ctx->dev->dev->core_rev;
2213 const char *filename;
2217 /* Files for HT and LCN were found by trying one by one */
2220 if ((rev >= 5) && (rev <= 10)) {
2221 filename = "ucode5";
2222 } else if ((rev >= 11) && (rev <= 12)) {
2223 filename = "ucode11";
2224 } else if (rev == 13) {
2225 filename = "ucode13";
2226 } else if (rev == 14) {
2227 filename = "ucode14";
2228 } else if (rev == 15) {
2229 filename = "ucode15";
2231 switch (dev->phy.type) {
2234 filename = "ucode16_mimo";
2238 case B43_PHYTYPE_HT:
2240 filename = "ucode29_mimo";
2244 case B43_PHYTYPE_LCN:
2246 filename = "ucode24_mimo";
2254 err = b43_do_request_fw(ctx, filename, &fw->ucode, true);
2259 if ((rev >= 5) && (rev <= 10))
2265 fw->pcm_request_failed = false;
2266 err = b43_do_request_fw(ctx, filename, &fw->pcm, false);
2267 if (err == -ENOENT) {
2268 /* We did not find a PCM file? Not fatal, but
2269 * core rev <= 10 must do without hwcrypto then. */
2270 fw->pcm_request_failed = true;
2275 switch (dev->phy.type) {
2277 if ((rev >= 5) && (rev <= 10)) {
2278 tmshigh = ssb_read32(dev->dev->sdev, SSB_TMSHIGH);
2279 if (tmshigh & B43_TMSHIGH_HAVE_2GHZ_PHY)
2280 filename = "a0g1initvals5";
2282 filename = "a0g0initvals5";
2284 goto err_no_initvals;
2287 if ((rev >= 5) && (rev <= 10))
2288 filename = "b0g0initvals5";
2290 filename = "b0g0initvals13";
2292 goto err_no_initvals;
2296 filename = "n0initvals16";
2297 else if ((rev >= 11) && (rev <= 12))
2298 filename = "n0initvals11";
2300 goto err_no_initvals;
2302 case B43_PHYTYPE_LP:
2304 filename = "lp0initvals13";
2306 filename = "lp0initvals14";
2308 filename = "lp0initvals15";
2310 goto err_no_initvals;
2312 case B43_PHYTYPE_HT:
2314 filename = "ht0initvals29";
2316 goto err_no_initvals;
2318 case B43_PHYTYPE_LCN:
2320 filename = "lcn0initvals24";
2322 goto err_no_initvals;
2325 goto err_no_initvals;
2327 err = b43_do_request_fw(ctx, filename, &fw->initvals, false);
2331 /* Get bandswitch initvals */
2332 switch (dev->phy.type) {
2334 if ((rev >= 5) && (rev <= 10)) {
2335 tmshigh = ssb_read32(dev->dev->sdev, SSB_TMSHIGH);
2336 if (tmshigh & B43_TMSHIGH_HAVE_2GHZ_PHY)
2337 filename = "a0g1bsinitvals5";
2339 filename = "a0g0bsinitvals5";
2340 } else if (rev >= 11)
2343 goto err_no_initvals;
2346 if ((rev >= 5) && (rev <= 10))
2347 filename = "b0g0bsinitvals5";
2351 goto err_no_initvals;
2355 filename = "n0bsinitvals16";
2356 else if ((rev >= 11) && (rev <= 12))
2357 filename = "n0bsinitvals11";
2359 goto err_no_initvals;
2361 case B43_PHYTYPE_LP:
2363 filename = "lp0bsinitvals13";
2365 filename = "lp0bsinitvals14";
2367 filename = "lp0bsinitvals15";
2369 goto err_no_initvals;
2371 case B43_PHYTYPE_HT:
2373 filename = "ht0bsinitvals29";
2375 goto err_no_initvals;
2377 case B43_PHYTYPE_LCN:
2379 filename = "lcn0bsinitvals24";
2381 goto err_no_initvals;
2384 goto err_no_initvals;
2386 err = b43_do_request_fw(ctx, filename, &fw->initvals_band, false);
2390 fw->opensource = (ctx->req_type == B43_FWTYPE_OPENSOURCE);
2395 err = ctx->fatal_failure = -EOPNOTSUPP;
2396 b43err(dev->wl, "The driver does not know which firmware (ucode) "
2397 "is required for your device (wl-core rev %u)\n", rev);
2401 err = ctx->fatal_failure = -EOPNOTSUPP;
2402 b43err(dev->wl, "The driver does not know which firmware (PCM) "
2403 "is required for your device (wl-core rev %u)\n", rev);
2407 err = ctx->fatal_failure = -EOPNOTSUPP;
2408 b43err(dev->wl, "The driver does not know which firmware (initvals) "
2409 "is required for your device (wl-core rev %u)\n", rev);
2413 /* We failed to load this firmware image. The error message
2414 * already is in ctx->errors. Return and let our caller decide
2419 b43_release_firmware(dev);
2423 static int b43_one_core_attach(struct b43_bus_dev *dev, struct b43_wl *wl);
2424 static void b43_one_core_detach(struct b43_bus_dev *dev);
2426 static void b43_request_firmware(struct work_struct *work)
2428 struct b43_wl *wl = container_of(work,
2429 struct b43_wl, firmware_load);
2430 struct b43_wldev *dev = wl->current_dev;
2431 struct b43_request_fw_context *ctx;
2436 ctx = kzalloc(sizeof(*ctx), GFP_KERNEL);
2441 ctx->req_type = B43_FWTYPE_PROPRIETARY;
2442 err = b43_try_request_fw(ctx);
2444 goto start_ieee80211; /* Successfully loaded it. */
2445 /* Was fw version known? */
2446 if (ctx->fatal_failure)
2449 /* proprietary fw not found, try open source */
2450 ctx->req_type = B43_FWTYPE_OPENSOURCE;
2451 err = b43_try_request_fw(ctx);
2453 goto start_ieee80211; /* Successfully loaded it. */
2454 if(ctx->fatal_failure)
2457 /* Could not find a usable firmware. Print the errors. */
2458 for (i = 0; i < B43_NR_FWTYPES; i++) {
2459 errmsg = ctx->errors[i];
2461 b43err(dev->wl, errmsg);
2463 b43_print_fw_helptext(dev->wl, 1);
2467 wl->hw->queues = B43_QOS_QUEUE_NUM;
2468 if (!modparam_qos || dev->fw.opensource)
2471 err = ieee80211_register_hw(wl->hw);
2473 goto err_one_core_detach;
2474 wl->hw_registred = true;
2475 b43_leds_register(wl->current_dev);
2478 err_one_core_detach:
2479 b43_one_core_detach(dev->dev);
2485 static int b43_upload_microcode(struct b43_wldev *dev)
2487 struct wiphy *wiphy = dev->wl->hw->wiphy;
2488 const size_t hdr_len = sizeof(struct b43_fw_header);
2490 unsigned int i, len;
2491 u16 fwrev, fwpatch, fwdate, fwtime;
2495 /* Jump the microcode PSM to offset 0 */
2496 macctl = b43_read32(dev, B43_MMIO_MACCTL);
2497 B43_WARN_ON(macctl & B43_MACCTL_PSM_RUN);
2498 macctl |= B43_MACCTL_PSM_JMP0;
2499 b43_write32(dev, B43_MMIO_MACCTL, macctl);
2500 /* Zero out all microcode PSM registers and shared memory. */
2501 for (i = 0; i < 64; i++)
2502 b43_shm_write16(dev, B43_SHM_SCRATCH, i, 0);
2503 for (i = 0; i < 4096; i += 2)
2504 b43_shm_write16(dev, B43_SHM_SHARED, i, 0);
2506 /* Upload Microcode. */
2507 data = (__be32 *) (dev->fw.ucode.data->data + hdr_len);
2508 len = (dev->fw.ucode.data->size - hdr_len) / sizeof(__be32);
2509 b43_shm_control_word(dev, B43_SHM_UCODE | B43_SHM_AUTOINC_W, 0x0000);
2510 for (i = 0; i < len; i++) {
2511 b43_write32(dev, B43_MMIO_SHM_DATA, be32_to_cpu(data[i]));
2515 if (dev->fw.pcm.data) {
2516 /* Upload PCM data. */
2517 data = (__be32 *) (dev->fw.pcm.data->data + hdr_len);
2518 len = (dev->fw.pcm.data->size - hdr_len) / sizeof(__be32);
2519 b43_shm_control_word(dev, B43_SHM_HW, 0x01EA);
2520 b43_write32(dev, B43_MMIO_SHM_DATA, 0x00004000);
2521 /* No need for autoinc bit in SHM_HW */
2522 b43_shm_control_word(dev, B43_SHM_HW, 0x01EB);
2523 for (i = 0; i < len; i++) {
2524 b43_write32(dev, B43_MMIO_SHM_DATA, be32_to_cpu(data[i]));
2529 b43_write32(dev, B43_MMIO_GEN_IRQ_REASON, B43_IRQ_ALL);
2531 /* Start the microcode PSM */
2532 b43_maskset32(dev, B43_MMIO_MACCTL, ~B43_MACCTL_PSM_JMP0,
2533 B43_MACCTL_PSM_RUN);
2535 /* Wait for the microcode to load and respond */
2538 tmp = b43_read32(dev, B43_MMIO_GEN_IRQ_REASON);
2539 if (tmp == B43_IRQ_MAC_SUSPENDED)
2543 b43err(dev->wl, "Microcode not responding\n");
2544 b43_print_fw_helptext(dev->wl, 1);
2550 b43_read32(dev, B43_MMIO_GEN_IRQ_REASON); /* dummy read */
2552 /* Get and check the revisions. */
2553 fwrev = b43_shm_read16(dev, B43_SHM_SHARED, B43_SHM_SH_UCODEREV);
2554 fwpatch = b43_shm_read16(dev, B43_SHM_SHARED, B43_SHM_SH_UCODEPATCH);
2555 fwdate = b43_shm_read16(dev, B43_SHM_SHARED, B43_SHM_SH_UCODEDATE);
2556 fwtime = b43_shm_read16(dev, B43_SHM_SHARED, B43_SHM_SH_UCODETIME);
2558 if (fwrev <= 0x128) {
2559 b43err(dev->wl, "YOUR FIRMWARE IS TOO OLD. Firmware from "
2560 "binary drivers older than version 4.x is unsupported. "
2561 "You must upgrade your firmware files.\n");
2562 b43_print_fw_helptext(dev->wl, 1);
2566 dev->fw.rev = fwrev;
2567 dev->fw.patch = fwpatch;
2568 if (dev->fw.rev >= 598)
2569 dev->fw.hdr_format = B43_FW_HDR_598;
2570 else if (dev->fw.rev >= 410)
2571 dev->fw.hdr_format = B43_FW_HDR_410;
2573 dev->fw.hdr_format = B43_FW_HDR_351;
2574 WARN_ON(dev->fw.opensource != (fwdate == 0xFFFF));
2576 dev->qos_enabled = dev->wl->hw->queues > 1;
2577 /* Default to firmware/hardware crypto acceleration. */
2578 dev->hwcrypto_enabled = true;
2580 if (dev->fw.opensource) {
2583 /* Patchlevel info is encoded in the "time" field. */
2584 dev->fw.patch = fwtime;
2585 b43info(dev->wl, "Loading OpenSource firmware version %u.%u\n",
2586 dev->fw.rev, dev->fw.patch);
2588 fwcapa = b43_fwcapa_read(dev);
2589 if (!(fwcapa & B43_FWCAPA_HWCRYPTO) || dev->fw.pcm_request_failed) {
2590 b43info(dev->wl, "Hardware crypto acceleration not supported by firmware\n");
2591 /* Disable hardware crypto and fall back to software crypto. */
2592 dev->hwcrypto_enabled = false;
2594 /* adding QoS support should use an offline discovery mechanism */
2595 WARN(fwcapa & B43_FWCAPA_QOS, "QoS in OpenFW not supported\n");
2597 b43info(dev->wl, "Loading firmware version %u.%u "
2598 "(20%.2i-%.2i-%.2i %.2i:%.2i:%.2i)\n",
2600 (fwdate >> 12) & 0xF, (fwdate >> 8) & 0xF, fwdate & 0xFF,
2601 (fwtime >> 11) & 0x1F, (fwtime >> 5) & 0x3F, fwtime & 0x1F);
2602 if (dev->fw.pcm_request_failed) {
2603 b43warn(dev->wl, "No \"pcm5.fw\" firmware file found. "
2604 "Hardware accelerated cryptography is disabled.\n");
2605 b43_print_fw_helptext(dev->wl, 0);
2609 snprintf(wiphy->fw_version, sizeof(wiphy->fw_version), "%u.%u",
2610 dev->fw.rev, dev->fw.patch);
2611 wiphy->hw_version = dev->dev->core_id;
2613 if (dev->fw.hdr_format == B43_FW_HDR_351) {
2614 /* We're over the deadline, but we keep support for old fw
2615 * until it turns out to be in major conflict with something new. */
2616 b43warn(dev->wl, "You are using an old firmware image. "
2617 "Support for old firmware will be removed soon "
2618 "(official deadline was July 2008).\n");
2619 b43_print_fw_helptext(dev->wl, 0);
2625 /* Stop the microcode PSM. */
2626 b43_maskset32(dev, B43_MMIO_MACCTL, ~B43_MACCTL_PSM_RUN,
2627 B43_MACCTL_PSM_JMP0);
2632 static int b43_write_initvals(struct b43_wldev *dev,
2633 const struct b43_iv *ivals,
2637 const struct b43_iv *iv;
2642 BUILD_BUG_ON(sizeof(struct b43_iv) != 6);
2644 for (i = 0; i < count; i++) {
2645 if (array_size < sizeof(iv->offset_size))
2647 array_size -= sizeof(iv->offset_size);
2648 offset = be16_to_cpu(iv->offset_size);
2649 bit32 = !!(offset & B43_IV_32BIT);
2650 offset &= B43_IV_OFFSET_MASK;
2651 if (offset >= 0x1000)
2656 if (array_size < sizeof(iv->data.d32))
2658 array_size -= sizeof(iv->data.d32);
2660 value = get_unaligned_be32(&iv->data.d32);
2661 b43_write32(dev, offset, value);
2663 iv = (const struct b43_iv *)((const uint8_t *)iv +
2669 if (array_size < sizeof(iv->data.d16))
2671 array_size -= sizeof(iv->data.d16);
2673 value = be16_to_cpu(iv->data.d16);
2674 b43_write16(dev, offset, value);
2676 iv = (const struct b43_iv *)((const uint8_t *)iv +
2687 b43err(dev->wl, "Initial Values Firmware file-format error.\n");
2688 b43_print_fw_helptext(dev->wl, 1);
2693 static int b43_upload_initvals(struct b43_wldev *dev)
2695 const size_t hdr_len = sizeof(struct b43_fw_header);
2696 const struct b43_fw_header *hdr;
2697 struct b43_firmware *fw = &dev->fw;
2698 const struct b43_iv *ivals;
2702 hdr = (const struct b43_fw_header *)(fw->initvals.data->data);
2703 ivals = (const struct b43_iv *)(fw->initvals.data->data + hdr_len);
2704 count = be32_to_cpu(hdr->size);
2705 err = b43_write_initvals(dev, ivals, count,
2706 fw->initvals.data->size - hdr_len);
2709 if (fw->initvals_band.data) {
2710 hdr = (const struct b43_fw_header *)(fw->initvals_band.data->data);
2711 ivals = (const struct b43_iv *)(fw->initvals_band.data->data + hdr_len);
2712 count = be32_to_cpu(hdr->size);
2713 err = b43_write_initvals(dev, ivals, count,
2714 fw->initvals_band.data->size - hdr_len);
2723 /* Initialize the GPIOs
2724 * http://bcm-specs.sipsolutions.net/GPIO
2726 static struct ssb_device *b43_ssb_gpio_dev(struct b43_wldev *dev)
2728 struct ssb_bus *bus = dev->dev->sdev->bus;
2730 #ifdef CONFIG_SSB_DRIVER_PCICORE
2731 return (bus->chipco.dev ? bus->chipco.dev : bus->pcicore.dev);
2733 return bus->chipco.dev;
2737 static int b43_gpio_init(struct b43_wldev *dev)
2739 struct ssb_device *gpiodev;
2742 b43_maskset32(dev, B43_MMIO_MACCTL, ~B43_MACCTL_GPOUTSMSK, 0);
2743 b43_maskset16(dev, B43_MMIO_GPIO_MASK, ~0, 0xF);
2747 if (dev->dev->chip_id == 0x4301) {
2750 } else if (dev->dev->chip_id == 0x5354) {
2751 /* Don't allow overtaking buttons GPIOs */
2752 set &= 0x2; /* 0x2 is LED GPIO on BCM5354 */
2755 if (0 /* FIXME: conditional unknown */ ) {
2756 b43_write16(dev, B43_MMIO_GPIO_MASK,
2757 b43_read16(dev, B43_MMIO_GPIO_MASK)
2759 /* BT Coexistance Input */
2762 /* BT Coexistance Out */
2766 if (dev->dev->bus_sprom->boardflags_lo & B43_BFL_PACTRL) {
2767 /* PA is controlled by gpio 9, let ucode handle it */
2768 b43_write16(dev, B43_MMIO_GPIO_MASK,
2769 b43_read16(dev, B43_MMIO_GPIO_MASK)
2775 switch (dev->dev->bus_type) {
2776 #ifdef CONFIG_B43_BCMA
2778 bcma_cc_write32(&dev->dev->bdev->bus->drv_cc, BCMA_CC_GPIOCTL,
2779 (bcma_cc_read32(&dev->dev->bdev->bus->drv_cc,
2780 BCMA_CC_GPIOCTL) & ~mask) | set);
2783 #ifdef CONFIG_B43_SSB
2785 gpiodev = b43_ssb_gpio_dev(dev);
2787 ssb_write32(gpiodev, B43_GPIO_CONTROL,
2788 (ssb_read32(gpiodev, B43_GPIO_CONTROL)
2797 /* Turn off all GPIO stuff. Call this on module unload, for example. */
2798 static void b43_gpio_cleanup(struct b43_wldev *dev)
2800 struct ssb_device *gpiodev;
2802 switch (dev->dev->bus_type) {
2803 #ifdef CONFIG_B43_BCMA
2805 bcma_cc_write32(&dev->dev->bdev->bus->drv_cc, BCMA_CC_GPIOCTL,
2809 #ifdef CONFIG_B43_SSB
2811 gpiodev = b43_ssb_gpio_dev(dev);
2813 ssb_write32(gpiodev, B43_GPIO_CONTROL, 0);
2819 /* http://bcm-specs.sipsolutions.net/EnableMac */
2820 void b43_mac_enable(struct b43_wldev *dev)
2822 if (b43_debug(dev, B43_DBG_FIRMWARE)) {
2825 fwstate = b43_shm_read16(dev, B43_SHM_SHARED,
2826 B43_SHM_SH_UCODESTAT);
2827 if ((fwstate != B43_SHM_SH_UCODESTAT_SUSP) &&
2828 (fwstate != B43_SHM_SH_UCODESTAT_SLEEP)) {
2829 b43err(dev->wl, "b43_mac_enable(): The firmware "
2830 "should be suspended, but current state is %u\n",
2835 dev->mac_suspended--;
2836 B43_WARN_ON(dev->mac_suspended < 0);
2837 if (dev->mac_suspended == 0) {
2838 b43_maskset32(dev, B43_MMIO_MACCTL, ~0, B43_MACCTL_ENABLED);
2839 b43_write32(dev, B43_MMIO_GEN_IRQ_REASON,
2840 B43_IRQ_MAC_SUSPENDED);
2842 b43_read32(dev, B43_MMIO_MACCTL);
2843 b43_read32(dev, B43_MMIO_GEN_IRQ_REASON);
2844 b43_power_saving_ctl_bits(dev, 0);
2848 /* http://bcm-specs.sipsolutions.net/SuspendMAC */
2849 void b43_mac_suspend(struct b43_wldev *dev)
2855 B43_WARN_ON(dev->mac_suspended < 0);
2857 if (dev->mac_suspended == 0) {
2858 b43_power_saving_ctl_bits(dev, B43_PS_AWAKE);
2859 b43_maskset32(dev, B43_MMIO_MACCTL, ~B43_MACCTL_ENABLED, 0);
2860 /* force pci to flush the write */
2861 b43_read32(dev, B43_MMIO_MACCTL);
2862 for (i = 35; i; i--) {
2863 tmp = b43_read32(dev, B43_MMIO_GEN_IRQ_REASON);
2864 if (tmp & B43_IRQ_MAC_SUSPENDED)
2868 /* Hm, it seems this will take some time. Use msleep(). */
2869 for (i = 40; i; i--) {
2870 tmp = b43_read32(dev, B43_MMIO_GEN_IRQ_REASON);
2871 if (tmp & B43_IRQ_MAC_SUSPENDED)
2875 b43err(dev->wl, "MAC suspend failed\n");
2878 dev->mac_suspended++;
2881 /* http://bcm-v4.sipsolutions.net/802.11/PHY/N/MacPhyClkSet */
2882 void b43_mac_phy_clock_set(struct b43_wldev *dev, bool on)
2886 switch (dev->dev->bus_type) {
2887 #ifdef CONFIG_B43_BCMA
2889 tmp = bcma_aread32(dev->dev->bdev, BCMA_IOCTL);
2891 tmp |= B43_BCMA_IOCTL_MACPHYCLKEN;
2893 tmp &= ~B43_BCMA_IOCTL_MACPHYCLKEN;
2894 bcma_awrite32(dev->dev->bdev, BCMA_IOCTL, tmp);
2897 #ifdef CONFIG_B43_SSB
2899 tmp = ssb_read32(dev->dev->sdev, SSB_TMSLOW);
2901 tmp |= B43_TMSLOW_MACPHYCLKEN;
2903 tmp &= ~B43_TMSLOW_MACPHYCLKEN;
2904 ssb_write32(dev->dev->sdev, SSB_TMSLOW, tmp);
2910 static void b43_adjust_opmode(struct b43_wldev *dev)
2912 struct b43_wl *wl = dev->wl;
2916 ctl = b43_read32(dev, B43_MMIO_MACCTL);
2917 /* Reset status to STA infrastructure mode. */
2918 ctl &= ~B43_MACCTL_AP;
2919 ctl &= ~B43_MACCTL_KEEP_CTL;
2920 ctl &= ~B43_MACCTL_KEEP_BADPLCP;
2921 ctl &= ~B43_MACCTL_KEEP_BAD;
2922 ctl &= ~B43_MACCTL_PROMISC;
2923 ctl &= ~B43_MACCTL_BEACPROMISC;
2924 ctl |= B43_MACCTL_INFRA;
2926 if (b43_is_mode(wl, NL80211_IFTYPE_AP) ||
2927 b43_is_mode(wl, NL80211_IFTYPE_MESH_POINT))
2928 ctl |= B43_MACCTL_AP;
2929 else if (b43_is_mode(wl, NL80211_IFTYPE_ADHOC))
2930 ctl &= ~B43_MACCTL_INFRA;
2932 if (wl->filter_flags & FIF_CONTROL)
2933 ctl |= B43_MACCTL_KEEP_CTL;
2934 if (wl->filter_flags & FIF_FCSFAIL)
2935 ctl |= B43_MACCTL_KEEP_BAD;
2936 if (wl->filter_flags & FIF_PLCPFAIL)
2937 ctl |= B43_MACCTL_KEEP_BADPLCP;
2938 if (wl->filter_flags & FIF_PROMISC_IN_BSS)
2939 ctl |= B43_MACCTL_PROMISC;
2940 if (wl->filter_flags & FIF_BCN_PRBRESP_PROMISC)
2941 ctl |= B43_MACCTL_BEACPROMISC;
2943 /* Workaround: On old hardware the HW-MAC-address-filter
2944 * doesn't work properly, so always run promisc in filter
2945 * it in software. */
2946 if (dev->dev->core_rev <= 4)
2947 ctl |= B43_MACCTL_PROMISC;
2949 b43_write32(dev, B43_MMIO_MACCTL, ctl);
2952 if ((ctl & B43_MACCTL_INFRA) && !(ctl & B43_MACCTL_AP)) {
2953 if (dev->dev->chip_id == 0x4306 &&
2954 dev->dev->chip_rev == 3)
2959 b43_write16(dev, 0x612, cfp_pretbtt);
2961 /* FIXME: We don't currently implement the PMQ mechanism,
2962 * so always disable it. If we want to implement PMQ,
2963 * we need to enable it here (clear DISCPMQ) in AP mode.
2965 if (0 /* ctl & B43_MACCTL_AP */)
2966 b43_maskset32(dev, B43_MMIO_MACCTL, ~B43_MACCTL_DISCPMQ, 0);
2968 b43_maskset32(dev, B43_MMIO_MACCTL, ~0, B43_MACCTL_DISCPMQ);
2971 static void b43_rate_memory_write(struct b43_wldev *dev, u16 rate, int is_ofdm)
2977 offset += (b43_plcp_get_ratecode_ofdm(rate) & 0x000F) * 2;
2980 offset += (b43_plcp_get_ratecode_cck(rate) & 0x000F) * 2;
2982 b43_shm_write16(dev, B43_SHM_SHARED, offset + 0x20,
2983 b43_shm_read16(dev, B43_SHM_SHARED, offset));
2986 static void b43_rate_memory_init(struct b43_wldev *dev)
2988 switch (dev->phy.type) {
2992 case B43_PHYTYPE_LP:
2993 case B43_PHYTYPE_HT:
2994 case B43_PHYTYPE_LCN:
2995 b43_rate_memory_write(dev, B43_OFDM_RATE_6MB, 1);
2996 b43_rate_memory_write(dev, B43_OFDM_RATE_12MB, 1);
2997 b43_rate_memory_write(dev, B43_OFDM_RATE_18MB, 1);
2998 b43_rate_memory_write(dev, B43_OFDM_RATE_24MB, 1);
2999 b43_rate_memory_write(dev, B43_OFDM_RATE_36MB, 1);
3000 b43_rate_memory_write(dev, B43_OFDM_RATE_48MB, 1);
3001 b43_rate_memory_write(dev, B43_OFDM_RATE_54MB, 1);
3002 if (dev->phy.type == B43_PHYTYPE_A)
3006 b43_rate_memory_write(dev, B43_CCK_RATE_1MB, 0);
3007 b43_rate_memory_write(dev, B43_CCK_RATE_2MB, 0);
3008 b43_rate_memory_write(dev, B43_CCK_RATE_5MB, 0);
3009 b43_rate_memory_write(dev, B43_CCK_RATE_11MB, 0);
3016 /* Set the default values for the PHY TX Control Words. */
3017 static void b43_set_phytxctl_defaults(struct b43_wldev *dev)
3021 ctl |= B43_TXH_PHY_ENC_CCK;
3022 ctl |= B43_TXH_PHY_ANT01AUTO;
3023 ctl |= B43_TXH_PHY_TXPWR;
3025 b43_shm_write16(dev, B43_SHM_SHARED, B43_SHM_SH_BEACPHYCTL, ctl);
3026 b43_shm_write16(dev, B43_SHM_SHARED, B43_SHM_SH_ACKCTSPHYCTL, ctl);
3027 b43_shm_write16(dev, B43_SHM_SHARED, B43_SHM_SH_PRPHYCTL, ctl);
3030 /* Set the TX-Antenna for management frames sent by firmware. */
3031 static void b43_mgmtframe_txantenna(struct b43_wldev *dev, int antenna)
3036 ant = b43_antenna_to_phyctl(antenna);
3039 tmp = b43_shm_read16(dev, B43_SHM_SHARED, B43_SHM_SH_ACKCTSPHYCTL);
3040 tmp = (tmp & ~B43_TXH_PHY_ANT) | ant;
3041 b43_shm_write16(dev, B43_SHM_SHARED, B43_SHM_SH_ACKCTSPHYCTL, tmp);
3042 /* For Probe Resposes */
3043 tmp = b43_shm_read16(dev, B43_SHM_SHARED, B43_SHM_SH_PRPHYCTL);
3044 tmp = (tmp & ~B43_TXH_PHY_ANT) | ant;
3045 b43_shm_write16(dev, B43_SHM_SHARED, B43_SHM_SH_PRPHYCTL, tmp);
3048 /* This is the opposite of b43_chip_init() */
3049 static void b43_chip_exit(struct b43_wldev *dev)
3052 b43_gpio_cleanup(dev);
3053 /* firmware is released later */
3056 /* Initialize the chip
3057 * http://bcm-specs.sipsolutions.net/ChipInit
3059 static int b43_chip_init(struct b43_wldev *dev)
3061 struct b43_phy *phy = &dev->phy;
3066 /* Initialize the MAC control */
3067 macctl = B43_MACCTL_IHR_ENABLED | B43_MACCTL_SHM_ENABLED;
3069 macctl |= B43_MACCTL_GMODE;
3070 macctl |= B43_MACCTL_INFRA;
3071 b43_write32(dev, B43_MMIO_MACCTL, macctl);
3073 err = b43_upload_microcode(dev);
3075 goto out; /* firmware is released later */
3077 err = b43_gpio_init(dev);
3079 goto out; /* firmware is released later */
3081 err = b43_upload_initvals(dev);
3083 goto err_gpio_clean;
3085 /* Turn the Analog on and initialize the PHY. */
3086 phy->ops->switch_analog(dev, 1);
3087 err = b43_phy_init(dev);
3089 goto err_gpio_clean;
3091 /* Disable Interference Mitigation. */
3092 if (phy->ops->interf_mitigation)
3093 phy->ops->interf_mitigation(dev, B43_INTERFMODE_NONE);
3095 /* Select the antennae */
3096 if (phy->ops->set_rx_antenna)
3097 phy->ops->set_rx_antenna(dev, B43_ANTENNA_DEFAULT);
3098 b43_mgmtframe_txantenna(dev, B43_ANTENNA_DEFAULT);
3100 if (phy->type == B43_PHYTYPE_B) {
3101 value16 = b43_read16(dev, 0x005E);
3103 b43_write16(dev, 0x005E, value16);
3105 b43_write32(dev, 0x0100, 0x01000000);
3106 if (dev->dev->core_rev < 5)
3107 b43_write32(dev, 0x010C, 0x01000000);
3109 b43_maskset32(dev, B43_MMIO_MACCTL, ~B43_MACCTL_INFRA, 0);
3110 b43_maskset32(dev, B43_MMIO_MACCTL, ~0, B43_MACCTL_INFRA);
3112 /* Probe Response Timeout value */
3113 /* FIXME: Default to 0, has to be set by ioctl probably... :-/ */
3114 b43_shm_write16(dev, B43_SHM_SHARED, 0x0074, 0x0000);
3116 /* Initially set the wireless operation mode. */
3117 b43_adjust_opmode(dev);
3119 if (dev->dev->core_rev < 3) {
3120 b43_write16(dev, 0x060E, 0x0000);
3121 b43_write16(dev, 0x0610, 0x8000);
3122 b43_write16(dev, 0x0604, 0x0000);
3123 b43_write16(dev, 0x0606, 0x0200);
3125 b43_write32(dev, 0x0188, 0x80000000);
3126 b43_write32(dev, 0x018C, 0x02000000);
3128 b43_write32(dev, B43_MMIO_GEN_IRQ_REASON, 0x00004000);
3129 b43_write32(dev, B43_MMIO_DMA0_IRQ_MASK, 0x0001DC00);
3130 b43_write32(dev, B43_MMIO_DMA1_IRQ_MASK, 0x0000DC00);
3131 b43_write32(dev, B43_MMIO_DMA2_IRQ_MASK, 0x0000DC00);
3132 b43_write32(dev, B43_MMIO_DMA3_IRQ_MASK, 0x0001DC00);
3133 b43_write32(dev, B43_MMIO_DMA4_IRQ_MASK, 0x0000DC00);
3134 b43_write32(dev, B43_MMIO_DMA5_IRQ_MASK, 0x0000DC00);
3136 b43_mac_phy_clock_set(dev, true);
3138 switch (dev->dev->bus_type) {
3139 #ifdef CONFIG_B43_BCMA
3141 /* FIXME: 0xE74 is quite common, but should be read from CC */
3142 b43_write16(dev, B43_MMIO_POWERUP_DELAY, 0xE74);
3145 #ifdef CONFIG_B43_SSB
3147 b43_write16(dev, B43_MMIO_POWERUP_DELAY,
3148 dev->dev->sdev->bus->chipco.fast_pwrup_delay);
3154 b43dbg(dev->wl, "Chip initialized\n");
3159 b43_gpio_cleanup(dev);
3163 static void b43_periodic_every60sec(struct b43_wldev *dev)
3165 const struct b43_phy_operations *ops = dev->phy.ops;
3167 if (ops->pwork_60sec)
3168 ops->pwork_60sec(dev);
3170 /* Force check the TX power emission now. */
3171 b43_phy_txpower_check(dev, B43_TXPWR_IGNORE_TIME);
3174 static void b43_periodic_every30sec(struct b43_wldev *dev)
3176 /* Update device statistics. */
3177 b43_calculate_link_quality(dev);
3180 static void b43_periodic_every15sec(struct b43_wldev *dev)
3182 struct b43_phy *phy = &dev->phy;
3185 if (dev->fw.opensource) {
3186 /* Check if the firmware is still alive.
3187 * It will reset the watchdog counter to 0 in its idle loop. */
3188 wdr = b43_shm_read16(dev, B43_SHM_SCRATCH, B43_WATCHDOG_REG);
3189 if (unlikely(wdr)) {
3190 b43err(dev->wl, "Firmware watchdog: The firmware died!\n");
3191 b43_controller_restart(dev, "Firmware watchdog");
3194 b43_shm_write16(dev, B43_SHM_SCRATCH,
3195 B43_WATCHDOG_REG, 1);
3199 if (phy->ops->pwork_15sec)
3200 phy->ops->pwork_15sec(dev);
3202 atomic_set(&phy->txerr_cnt, B43_PHY_TX_BADNESS_LIMIT);
3206 if (b43_debug(dev, B43_DBG_VERBOSESTATS)) {
3209 b43dbg(dev->wl, "Stats: %7u IRQs/sec, %7u TX/sec, %7u RX/sec\n",
3210 dev->irq_count / 15,
3212 dev->rx_count / 15);
3216 for (i = 0; i < ARRAY_SIZE(dev->irq_bit_count); i++) {
3217 if (dev->irq_bit_count[i]) {
3218 b43dbg(dev->wl, "Stats: %7u IRQ-%02u/sec (0x%08X)\n",
3219 dev->irq_bit_count[i] / 15, i, (1 << i));
3220 dev->irq_bit_count[i] = 0;
3227 static void do_periodic_work(struct b43_wldev *dev)
3231 state = dev->periodic_state;
3233 b43_periodic_every60sec(dev);
3235 b43_periodic_every30sec(dev);
3236 b43_periodic_every15sec(dev);
3239 /* Periodic work locking policy:
3240 * The whole periodic work handler is protected by
3241 * wl->mutex. If another lock is needed somewhere in the
3242 * pwork callchain, it's acquired in-place, where it's needed.
3244 static void b43_periodic_work_handler(struct work_struct *work)
3246 struct b43_wldev *dev = container_of(work, struct b43_wldev,
3247 periodic_work.work);
3248 struct b43_wl *wl = dev->wl;
3249 unsigned long delay;
3251 mutex_lock(&wl->mutex);
3253 if (unlikely(b43_status(dev) != B43_STAT_STARTED))
3255 if (b43_debug(dev, B43_DBG_PWORK_STOP))
3258 do_periodic_work(dev);
3260 dev->periodic_state++;
3262 if (b43_debug(dev, B43_DBG_PWORK_FAST))
3263 delay = msecs_to_jiffies(50);
3265 delay = round_jiffies_relative(HZ * 15);
3266 ieee80211_queue_delayed_work(wl->hw, &dev->periodic_work, delay);
3268 mutex_unlock(&wl->mutex);
3271 static void b43_periodic_tasks_setup(struct b43_wldev *dev)
3273 struct delayed_work *work = &dev->periodic_work;
3275 dev->periodic_state = 0;
3276 INIT_DELAYED_WORK(work, b43_periodic_work_handler);
3277 ieee80211_queue_delayed_work(dev->wl->hw, work, 0);
3280 /* Check if communication with the device works correctly. */
3281 static int b43_validate_chipaccess(struct b43_wldev *dev)
3283 u32 v, backup0, backup4;
3285 backup0 = b43_shm_read32(dev, B43_SHM_SHARED, 0);
3286 backup4 = b43_shm_read32(dev, B43_SHM_SHARED, 4);
3288 /* Check for read/write and endianness problems. */
3289 b43_shm_write32(dev, B43_SHM_SHARED, 0, 0x55AAAA55);
3290 if (b43_shm_read32(dev, B43_SHM_SHARED, 0) != 0x55AAAA55)
3292 b43_shm_write32(dev, B43_SHM_SHARED, 0, 0xAA5555AA);
3293 if (b43_shm_read32(dev, B43_SHM_SHARED, 0) != 0xAA5555AA)
3296 /* Check if unaligned 32bit SHM_SHARED access works properly.
3297 * However, don't bail out on failure, because it's noncritical. */
3298 b43_shm_write16(dev, B43_SHM_SHARED, 0, 0x1122);
3299 b43_shm_write16(dev, B43_SHM_SHARED, 2, 0x3344);
3300 b43_shm_write16(dev, B43_SHM_SHARED, 4, 0x5566);
3301 b43_shm_write16(dev, B43_SHM_SHARED, 6, 0x7788);
3302 if (b43_shm_read32(dev, B43_SHM_SHARED, 2) != 0x55663344)
3303 b43warn(dev->wl, "Unaligned 32bit SHM read access is broken\n");
3304 b43_shm_write32(dev, B43_SHM_SHARED, 2, 0xAABBCCDD);
3305 if (b43_shm_read16(dev, B43_SHM_SHARED, 0) != 0x1122 ||
3306 b43_shm_read16(dev, B43_SHM_SHARED, 2) != 0xCCDD ||
3307 b43_shm_read16(dev, B43_SHM_SHARED, 4) != 0xAABB ||
3308 b43_shm_read16(dev, B43_SHM_SHARED, 6) != 0x7788)
3309 b43warn(dev->wl, "Unaligned 32bit SHM write access is broken\n");
3311 b43_shm_write32(dev, B43_SHM_SHARED, 0, backup0);
3312 b43_shm_write32(dev, B43_SHM_SHARED, 4, backup4);
3314 if ((dev->dev->core_rev >= 3) && (dev->dev->core_rev <= 10)) {
3315 /* The 32bit register shadows the two 16bit registers
3316 * with update sideeffects. Validate this. */
3317 b43_write16(dev, B43_MMIO_TSF_CFP_START, 0xAAAA);
3318 b43_write32(dev, B43_MMIO_TSF_CFP_START, 0xCCCCBBBB);
3319 if (b43_read16(dev, B43_MMIO_TSF_CFP_START_LOW) != 0xBBBB)
3321 if (b43_read16(dev, B43_MMIO_TSF_CFP_START_HIGH) != 0xCCCC)
3324 b43_write32(dev, B43_MMIO_TSF_CFP_START, 0);
3326 v = b43_read32(dev, B43_MMIO_MACCTL);
3327 v |= B43_MACCTL_GMODE;
3328 if (v != (B43_MACCTL_GMODE | B43_MACCTL_IHR_ENABLED))
3333 b43err(dev->wl, "Failed to validate the chipaccess\n");
3337 static void b43_security_init(struct b43_wldev *dev)
3339 dev->ktp = b43_shm_read16(dev, B43_SHM_SHARED, B43_SHM_SH_KTP);
3340 /* KTP is a word address, but we address SHM bytewise.
3341 * So multiply by two.
3344 /* Number of RCMTA address slots */
3345 b43_write16(dev, B43_MMIO_RCMTA_COUNT, B43_NR_PAIRWISE_KEYS);
3346 /* Clear the key memory. */
3347 b43_clear_keys(dev);
3350 #ifdef CONFIG_B43_HWRNG
3351 static int b43_rng_read(struct hwrng *rng, u32 *data)
3353 struct b43_wl *wl = (struct b43_wl *)rng->priv;
3354 struct b43_wldev *dev;
3355 int count = -ENODEV;
3357 mutex_lock(&wl->mutex);
3358 dev = wl->current_dev;
3359 if (likely(dev && b43_status(dev) >= B43_STAT_INITIALIZED)) {
3360 *data = b43_read16(dev, B43_MMIO_RNG);
3361 count = sizeof(u16);
3363 mutex_unlock(&wl->mutex);
3367 #endif /* CONFIG_B43_HWRNG */
3369 static void b43_rng_exit(struct b43_wl *wl)
3371 #ifdef CONFIG_B43_HWRNG
3372 if (wl->rng_initialized)
3373 hwrng_unregister(&wl->rng);
3374 #endif /* CONFIG_B43_HWRNG */
3377 static int b43_rng_init(struct b43_wl *wl)
3381 #ifdef CONFIG_B43_HWRNG
3382 snprintf(wl->rng_name, ARRAY_SIZE(wl->rng_name),
3383 "%s_%s", KBUILD_MODNAME, wiphy_name(wl->hw->wiphy));
3384 wl->rng.name = wl->rng_name;
3385 wl->rng.data_read = b43_rng_read;
3386 wl->rng.priv = (unsigned long)wl;
3387 wl->rng_initialized = true;
3388 err = hwrng_register(&wl->rng);
3390 wl->rng_initialized = false;
3391 b43err(wl, "Failed to register the random "
3392 "number generator (%d)\n", err);
3394 #endif /* CONFIG_B43_HWRNG */
3399 static void b43_tx_work(struct work_struct *work)
3401 struct b43_wl *wl = container_of(work, struct b43_wl, tx_work);
3402 struct b43_wldev *dev;
3403 struct sk_buff *skb;
3407 mutex_lock(&wl->mutex);
3408 dev = wl->current_dev;
3409 if (unlikely(!dev || b43_status(dev) < B43_STAT_STARTED)) {
3410 mutex_unlock(&wl->mutex);
3414 for (queue_num = 0; queue_num < B43_QOS_QUEUE_NUM; queue_num++) {
3415 while (skb_queue_len(&wl->tx_queue[queue_num])) {
3416 skb = skb_dequeue(&wl->tx_queue[queue_num]);
3417 if (b43_using_pio_transfers(dev))
3418 err = b43_pio_tx(dev, skb);
3420 err = b43_dma_tx(dev, skb);
3421 if (err == -ENOSPC) {
3422 wl->tx_queue_stopped[queue_num] = 1;
3423 ieee80211_stop_queue(wl->hw, queue_num);
3424 skb_queue_head(&wl->tx_queue[queue_num], skb);
3428 ieee80211_free_txskb(wl->hw, skb);
3433 wl->tx_queue_stopped[queue_num] = 0;
3439 mutex_unlock(&wl->mutex);
3442 static void b43_op_tx(struct ieee80211_hw *hw,
3443 struct ieee80211_tx_control *control,
3444 struct sk_buff *skb)
3446 struct b43_wl *wl = hw_to_b43_wl(hw);
3448 if (unlikely(skb->len < 2 + 2 + 6)) {
3449 /* Too short, this can't be a valid frame. */
3450 ieee80211_free_txskb(hw, skb);
3453 B43_WARN_ON(skb_shinfo(skb)->nr_frags);
3455 skb_queue_tail(&wl->tx_queue[skb->queue_mapping], skb);
3456 if (!wl->tx_queue_stopped[skb->queue_mapping]) {
3457 ieee80211_queue_work(wl->hw, &wl->tx_work);
3459 ieee80211_stop_queue(wl->hw, skb->queue_mapping);
3463 static void b43_qos_params_upload(struct b43_wldev *dev,
3464 const struct ieee80211_tx_queue_params *p,
3467 u16 params[B43_NR_QOSPARAMS];
3471 if (!dev->qos_enabled)
3474 bslots = b43_read16(dev, B43_MMIO_RNG) & p->cw_min;
3476 memset(¶ms, 0, sizeof(params));
3478 params[B43_QOSPARAM_TXOP] = p->txop * 32;
3479 params[B43_QOSPARAM_CWMIN] = p->cw_min;
3480 params[B43_QOSPARAM_CWMAX] = p->cw_max;
3481 params[B43_QOSPARAM_CWCUR] = p->cw_min;
3482 params[B43_QOSPARAM_AIFS] = p->aifs;
3483 params[B43_QOSPARAM_BSLOTS] = bslots;
3484 params[B43_QOSPARAM_REGGAP] = bslots + p->aifs;
3486 for (i = 0; i < ARRAY_SIZE(params); i++) {
3487 if (i == B43_QOSPARAM_STATUS) {
3488 tmp = b43_shm_read16(dev, B43_SHM_SHARED,
3489 shm_offset + (i * 2));
3490 /* Mark the parameters as updated. */
3492 b43_shm_write16(dev, B43_SHM_SHARED,
3493 shm_offset + (i * 2),
3496 b43_shm_write16(dev, B43_SHM_SHARED,
3497 shm_offset + (i * 2),
3503 /* Mapping of mac80211 queue numbers to b43 QoS SHM offsets. */
3504 static const u16 b43_qos_shm_offsets[] = {
3505 /* [mac80211-queue-nr] = SHM_OFFSET, */
3506 [0] = B43_QOS_VOICE,
3507 [1] = B43_QOS_VIDEO,
3508 [2] = B43_QOS_BESTEFFORT,
3509 [3] = B43_QOS_BACKGROUND,
3512 /* Update all QOS parameters in hardware. */
3513 static void b43_qos_upload_all(struct b43_wldev *dev)
3515 struct b43_wl *wl = dev->wl;
3516 struct b43_qos_params *params;
3519 if (!dev->qos_enabled)
3522 BUILD_BUG_ON(ARRAY_SIZE(b43_qos_shm_offsets) !=
3523 ARRAY_SIZE(wl->qos_params));
3525 b43_mac_suspend(dev);
3526 for (i = 0; i < ARRAY_SIZE(wl->qos_params); i++) {
3527 params = &(wl->qos_params[i]);
3528 b43_qos_params_upload(dev, &(params->p),
3529 b43_qos_shm_offsets[i]);
3531 b43_mac_enable(dev);
3534 static void b43_qos_clear(struct b43_wl *wl)
3536 struct b43_qos_params *params;
3539 /* Initialize QoS parameters to sane defaults. */
3541 BUILD_BUG_ON(ARRAY_SIZE(b43_qos_shm_offsets) !=
3542 ARRAY_SIZE(wl->qos_params));
3544 for (i = 0; i < ARRAY_SIZE(wl->qos_params); i++) {
3545 params = &(wl->qos_params[i]);
3547 switch (b43_qos_shm_offsets[i]) {
3551 params->p.cw_min = 0x0001;
3552 params->p.cw_max = 0x0001;
3557 params->p.cw_min = 0x0001;
3558 params->p.cw_max = 0x0001;
3560 case B43_QOS_BESTEFFORT:
3563 params->p.cw_min = 0x0001;
3564 params->p.cw_max = 0x03FF;
3566 case B43_QOS_BACKGROUND:
3569 params->p.cw_min = 0x0001;
3570 params->p.cw_max = 0x03FF;
3578 /* Initialize the core's QOS capabilities */
3579 static void b43_qos_init(struct b43_wldev *dev)
3581 if (!dev->qos_enabled) {
3582 /* Disable QOS support. */
3583 b43_hf_write(dev, b43_hf_read(dev) & ~B43_HF_EDCF);
3584 b43_write16(dev, B43_MMIO_IFSCTL,
3585 b43_read16(dev, B43_MMIO_IFSCTL)
3586 & ~B43_MMIO_IFSCTL_USE_EDCF);
3587 b43dbg(dev->wl, "QoS disabled\n");
3591 /* Upload the current QOS parameters. */
3592 b43_qos_upload_all(dev);
3594 /* Enable QOS support. */
3595 b43_hf_write(dev, b43_hf_read(dev) | B43_HF_EDCF);
3596 b43_write16(dev, B43_MMIO_IFSCTL,
3597 b43_read16(dev, B43_MMIO_IFSCTL)
3598 | B43_MMIO_IFSCTL_USE_EDCF);
3599 b43dbg(dev->wl, "QoS enabled\n");
3602 static int b43_op_conf_tx(struct ieee80211_hw *hw,
3603 struct ieee80211_vif *vif, u16 _queue,
3604 const struct ieee80211_tx_queue_params *params)
3606 struct b43_wl *wl = hw_to_b43_wl(hw);
3607 struct b43_wldev *dev;
3608 unsigned int queue = (unsigned int)_queue;
3611 if (queue >= ARRAY_SIZE(wl->qos_params)) {
3612 /* Queue not available or don't support setting
3613 * params on this queue. Return success to not
3614 * confuse mac80211. */
3617 BUILD_BUG_ON(ARRAY_SIZE(b43_qos_shm_offsets) !=
3618 ARRAY_SIZE(wl->qos_params));
3620 mutex_lock(&wl->mutex);
3621 dev = wl->current_dev;
3622 if (unlikely(!dev || (b43_status(dev) < B43_STAT_INITIALIZED)))
3625 memcpy(&(wl->qos_params[queue].p), params, sizeof(*params));
3626 b43_mac_suspend(dev);
3627 b43_qos_params_upload(dev, &(wl->qos_params[queue].p),
3628 b43_qos_shm_offsets[queue]);
3629 b43_mac_enable(dev);
3633 mutex_unlock(&wl->mutex);
3638 static int b43_op_get_stats(struct ieee80211_hw *hw,
3639 struct ieee80211_low_level_stats *stats)
3641 struct b43_wl *wl = hw_to_b43_wl(hw);
3643 mutex_lock(&wl->mutex);
3644 memcpy(stats, &wl->ieee_stats, sizeof(*stats));
3645 mutex_unlock(&wl->mutex);
3650 static u64 b43_op_get_tsf(struct ieee80211_hw *hw, struct ieee80211_vif *vif)
3652 struct b43_wl *wl = hw_to_b43_wl(hw);
3653 struct b43_wldev *dev;
3656 mutex_lock(&wl->mutex);
3657 dev = wl->current_dev;
3659 if (dev && (b43_status(dev) >= B43_STAT_INITIALIZED))
3660 b43_tsf_read(dev, &tsf);
3664 mutex_unlock(&wl->mutex);
3669 static void b43_op_set_tsf(struct ieee80211_hw *hw,
3670 struct ieee80211_vif *vif, u64 tsf)
3672 struct b43_wl *wl = hw_to_b43_wl(hw);
3673 struct b43_wldev *dev;
3675 mutex_lock(&wl->mutex);
3676 dev = wl->current_dev;
3678 if (dev && (b43_status(dev) >= B43_STAT_INITIALIZED))
3679 b43_tsf_write(dev, tsf);
3681 mutex_unlock(&wl->mutex);
3684 static void b43_put_phy_into_reset(struct b43_wldev *dev)
3688 switch (dev->dev->bus_type) {
3689 #ifdef CONFIG_B43_BCMA
3692 "Putting PHY into reset not supported on BCMA\n");
3695 #ifdef CONFIG_B43_SSB
3697 tmp = ssb_read32(dev->dev->sdev, SSB_TMSLOW);
3698 tmp &= ~B43_TMSLOW_GMODE;
3699 tmp |= B43_TMSLOW_PHYRESET;
3700 tmp |= SSB_TMSLOW_FGC;
3701 ssb_write32(dev->dev->sdev, SSB_TMSLOW, tmp);
3704 tmp = ssb_read32(dev->dev->sdev, SSB_TMSLOW);
3705 tmp &= ~SSB_TMSLOW_FGC;
3706 tmp |= B43_TMSLOW_PHYRESET;
3707 ssb_write32(dev->dev->sdev, SSB_TMSLOW, tmp);
3715 static const char *band_to_string(enum ieee80211_band band)
3718 case IEEE80211_BAND_5GHZ:
3720 case IEEE80211_BAND_2GHZ:
3729 /* Expects wl->mutex locked */
3730 static int b43_switch_band(struct b43_wl *wl, struct ieee80211_channel *chan)
3732 struct b43_wldev *up_dev = NULL;
3733 struct b43_wldev *down_dev;
3734 struct b43_wldev *d;
3736 bool uninitialized_var(gmode);
3739 /* Find a device and PHY which supports the band. */
3740 list_for_each_entry(d, &wl->devlist, list) {
3741 switch (chan->band) {
3742 case IEEE80211_BAND_5GHZ:
3743 if (d->phy.supports_5ghz) {
3748 case IEEE80211_BAND_2GHZ:
3749 if (d->phy.supports_2ghz) {
3762 b43err(wl, "Could not find a device for %s-GHz band operation\n",
3763 band_to_string(chan->band));
3766 if ((up_dev == wl->current_dev) &&
3767 (!!wl->current_dev->phy.gmode == !!gmode)) {
3768 /* This device is already running. */
3771 b43dbg(wl, "Switching to %s-GHz band\n",
3772 band_to_string(chan->band));
3773 down_dev = wl->current_dev;
3775 prev_status = b43_status(down_dev);
3776 /* Shutdown the currently running core. */
3777 if (prev_status >= B43_STAT_STARTED)
3778 down_dev = b43_wireless_core_stop(down_dev);
3779 if (prev_status >= B43_STAT_INITIALIZED)
3780 b43_wireless_core_exit(down_dev);
3782 if (down_dev != up_dev) {
3783 /* We switch to a different core, so we put PHY into
3784 * RESET on the old core. */
3785 b43_put_phy_into_reset(down_dev);
3788 /* Now start the new core. */
3789 up_dev->phy.gmode = gmode;
3790 if (prev_status >= B43_STAT_INITIALIZED) {
3791 err = b43_wireless_core_init(up_dev);
3793 b43err(wl, "Fatal: Could not initialize device for "
3794 "selected %s-GHz band\n",
3795 band_to_string(chan->band));
3799 if (prev_status >= B43_STAT_STARTED) {
3800 err = b43_wireless_core_start(up_dev);
3802 b43err(wl, "Fatal: Could not start device for "
3803 "selected %s-GHz band\n",
3804 band_to_string(chan->band));
3805 b43_wireless_core_exit(up_dev);
3809 B43_WARN_ON(b43_status(up_dev) != prev_status);
3811 wl->current_dev = up_dev;
3815 /* Whoops, failed to init the new core. No core is operating now. */
3816 wl->current_dev = NULL;
3820 /* Write the short and long frame retry limit values. */
3821 static void b43_set_retry_limits(struct b43_wldev *dev,
3822 unsigned int short_retry,
3823 unsigned int long_retry)
3825 /* The retry limit is a 4-bit counter. Enforce this to avoid overflowing
3826 * the chip-internal counter. */
3827 short_retry = min(short_retry, (unsigned int)0xF);
3828 long_retry = min(long_retry, (unsigned int)0xF);
3830 b43_shm_write16(dev, B43_SHM_SCRATCH, B43_SHM_SC_SRLIMIT,
3832 b43_shm_write16(dev, B43_SHM_SCRATCH, B43_SHM_SC_LRLIMIT,
3836 static int b43_op_config(struct ieee80211_hw *hw, u32 changed)
3838 struct b43_wl *wl = hw_to_b43_wl(hw);
3839 struct b43_wldev *dev;
3840 struct b43_phy *phy;
3841 struct ieee80211_conf *conf = &hw->conf;
3844 bool reload_bss = false;
3846 mutex_lock(&wl->mutex);
3848 dev = wl->current_dev;
3850 /* Switch the band (if necessary). This might change the active core. */
3851 err = b43_switch_band(wl, conf->channel);
3853 goto out_unlock_mutex;
3855 /* Need to reload all settings if the core changed */
3856 if (dev != wl->current_dev) {
3857 dev = wl->current_dev;
3864 if (conf_is_ht(conf))
3866 (conf_is_ht40_minus(conf) || conf_is_ht40_plus(conf));
3868 phy->is_40mhz = false;
3870 b43_mac_suspend(dev);
3872 if (changed & IEEE80211_CONF_CHANGE_RETRY_LIMITS)
3873 b43_set_retry_limits(dev, conf->short_frame_max_tx_count,
3874 conf->long_frame_max_tx_count);
3875 changed &= ~IEEE80211_CONF_CHANGE_RETRY_LIMITS;
3877 goto out_mac_enable;
3879 /* Switch to the requested channel.
3880 * The firmware takes care of races with the TX handler. */
3881 if (conf->channel->hw_value != phy->channel)
3882 b43_switch_channel(dev, conf->channel->hw_value);
3884 dev->wl->radiotap_enabled = !!(conf->flags & IEEE80211_CONF_MONITOR);
3886 /* Adjust the desired TX power level. */
3887 if (conf->power_level != 0) {
3888 if (conf->power_level != phy->desired_txpower) {
3889 phy->desired_txpower = conf->power_level;
3890 b43_phy_txpower_check(dev, B43_TXPWR_IGNORE_TIME |
3891 B43_TXPWR_IGNORE_TSSI);
3895 /* Antennas for RX and management frame TX. */
3896 antenna = B43_ANTENNA_DEFAULT;
3897 b43_mgmtframe_txantenna(dev, antenna);
3898 antenna = B43_ANTENNA_DEFAULT;
3899 if (phy->ops->set_rx_antenna)
3900 phy->ops->set_rx_antenna(dev, antenna);
3902 if (wl->radio_enabled != phy->radio_on) {
3903 if (wl->radio_enabled) {
3904 b43_software_rfkill(dev, false);
3905 b43info(dev->wl, "Radio turned on by software\n");
3906 if (!dev->radio_hw_enable) {
3907 b43info(dev->wl, "The hardware RF-kill button "
3908 "still turns the radio physically off. "
3909 "Press the button to turn it on.\n");
3912 b43_software_rfkill(dev, true);
3913 b43info(dev->wl, "Radio turned off by software\n");
3918 b43_mac_enable(dev);
3920 mutex_unlock(&wl->mutex);
3922 if (wl->vif && reload_bss)
3923 b43_op_bss_info_changed(hw, wl->vif, &wl->vif->bss_conf, ~0);
3928 static void b43_update_basic_rates(struct b43_wldev *dev, u32 brates)
3930 struct ieee80211_supported_band *sband =
3931 dev->wl->hw->wiphy->bands[b43_current_band(dev->wl)];
3932 struct ieee80211_rate *rate;
3934 u16 basic, direct, offset, basic_offset, rateptr;
3936 for (i = 0; i < sband->n_bitrates; i++) {
3937 rate = &sband->bitrates[i];
3939 if (b43_is_cck_rate(rate->hw_value)) {
3940 direct = B43_SHM_SH_CCKDIRECT;
3941 basic = B43_SHM_SH_CCKBASIC;
3942 offset = b43_plcp_get_ratecode_cck(rate->hw_value);
3945 direct = B43_SHM_SH_OFDMDIRECT;
3946 basic = B43_SHM_SH_OFDMBASIC;
3947 offset = b43_plcp_get_ratecode_ofdm(rate->hw_value);
3951 rate = ieee80211_get_response_rate(sband, brates, rate->bitrate);
3953 if (b43_is_cck_rate(rate->hw_value)) {
3954 basic_offset = b43_plcp_get_ratecode_cck(rate->hw_value);
3955 basic_offset &= 0xF;
3957 basic_offset = b43_plcp_get_ratecode_ofdm(rate->hw_value);
3958 basic_offset &= 0xF;
3962 * Get the pointer that we need to point to
3963 * from the direct map
3965 rateptr = b43_shm_read16(dev, B43_SHM_SHARED,
3966 direct + 2 * basic_offset);
3967 /* and write it to the basic map */
3968 b43_shm_write16(dev, B43_SHM_SHARED, basic + 2 * offset,
3973 static void b43_op_bss_info_changed(struct ieee80211_hw *hw,
3974 struct ieee80211_vif *vif,
3975 struct ieee80211_bss_conf *conf,
3978 struct b43_wl *wl = hw_to_b43_wl(hw);
3979 struct b43_wldev *dev;
3981 mutex_lock(&wl->mutex);
3983 dev = wl->current_dev;
3984 if (!dev || b43_status(dev) < B43_STAT_STARTED)
3985 goto out_unlock_mutex;
3987 B43_WARN_ON(wl->vif != vif);
3989 if (changed & BSS_CHANGED_BSSID) {
3991 memcpy(wl->bssid, conf->bssid, ETH_ALEN);
3993 memset(wl->bssid, 0, ETH_ALEN);
3996 if (b43_status(dev) >= B43_STAT_INITIALIZED) {
3997 if (changed & BSS_CHANGED_BEACON &&
3998 (b43_is_mode(wl, NL80211_IFTYPE_AP) ||
3999 b43_is_mode(wl, NL80211_IFTYPE_MESH_POINT) ||
4000 b43_is_mode(wl, NL80211_IFTYPE_ADHOC)))
4001 b43_update_templates(wl);
4003 if (changed & BSS_CHANGED_BSSID)
4004 b43_write_mac_bssid_templates(dev);
4007 b43_mac_suspend(dev);
4009 /* Update templates for AP/mesh mode. */
4010 if (changed & BSS_CHANGED_BEACON_INT &&
4011 (b43_is_mode(wl, NL80211_IFTYPE_AP) ||
4012 b43_is_mode(wl, NL80211_IFTYPE_MESH_POINT) ||
4013 b43_is_mode(wl, NL80211_IFTYPE_ADHOC)) &&
4015 b43_set_beacon_int(dev, conf->beacon_int);
4017 if (changed & BSS_CHANGED_BASIC_RATES)
4018 b43_update_basic_rates(dev, conf->basic_rates);
4020 if (changed & BSS_CHANGED_ERP_SLOT) {
4021 if (conf->use_short_slot)
4022 b43_short_slot_timing_enable(dev);
4024 b43_short_slot_timing_disable(dev);
4027 b43_mac_enable(dev);
4029 mutex_unlock(&wl->mutex);
4032 static int b43_op_set_key(struct ieee80211_hw *hw, enum set_key_cmd cmd,
4033 struct ieee80211_vif *vif, struct ieee80211_sta *sta,
4034 struct ieee80211_key_conf *key)
4036 struct b43_wl *wl = hw_to_b43_wl(hw);
4037 struct b43_wldev *dev;
4041 static const u8 bcast_addr[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff };
4043 if (modparam_nohwcrypt)
4044 return -ENOSPC; /* User disabled HW-crypto */
4046 if ((vif->type == NL80211_IFTYPE_ADHOC ||
4047 vif->type == NL80211_IFTYPE_MESH_POINT) &&
4048 (key->cipher == WLAN_CIPHER_SUITE_TKIP ||
4049 key->cipher == WLAN_CIPHER_SUITE_CCMP) &&
4050 !(key->flags & IEEE80211_KEY_FLAG_PAIRWISE)) {
4052 * For now, disable hw crypto for the RSN IBSS group keys. This
4053 * could be optimized in the future, but until that gets
4054 * implemented, use of software crypto for group addressed
4055 * frames is a acceptable to allow RSN IBSS to be used.
4060 mutex_lock(&wl->mutex);
4062 dev = wl->current_dev;
4064 if (!dev || b43_status(dev) < B43_STAT_INITIALIZED)
4067 if (dev->fw.pcm_request_failed || !dev->hwcrypto_enabled) {
4068 /* We don't have firmware for the crypto engine.
4069 * Must use software-crypto. */
4075 switch (key->cipher) {
4076 case WLAN_CIPHER_SUITE_WEP40:
4077 algorithm = B43_SEC_ALGO_WEP40;
4079 case WLAN_CIPHER_SUITE_WEP104:
4080 algorithm = B43_SEC_ALGO_WEP104;
4082 case WLAN_CIPHER_SUITE_TKIP:
4083 algorithm = B43_SEC_ALGO_TKIP;
4085 case WLAN_CIPHER_SUITE_CCMP:
4086 algorithm = B43_SEC_ALGO_AES;
4092 index = (u8) (key->keyidx);
4098 if (algorithm == B43_SEC_ALGO_TKIP &&
4099 (!(key->flags & IEEE80211_KEY_FLAG_PAIRWISE) ||
4100 !modparam_hwtkip)) {
4101 /* We support only pairwise key */
4106 if (key->flags & IEEE80211_KEY_FLAG_PAIRWISE) {
4107 if (WARN_ON(!sta)) {
4111 /* Pairwise key with an assigned MAC address. */
4112 err = b43_key_write(dev, -1, algorithm,
4113 key->key, key->keylen,
4117 err = b43_key_write(dev, index, algorithm,
4118 key->key, key->keylen, NULL, key);
4123 if (algorithm == B43_SEC_ALGO_WEP40 ||
4124 algorithm == B43_SEC_ALGO_WEP104) {
4125 b43_hf_write(dev, b43_hf_read(dev) | B43_HF_USEDEFKEYS);
4128 b43_hf_read(dev) & ~B43_HF_USEDEFKEYS);
4130 key->flags |= IEEE80211_KEY_FLAG_GENERATE_IV;
4131 if (algorithm == B43_SEC_ALGO_TKIP)
4132 key->flags |= IEEE80211_KEY_FLAG_GENERATE_MMIC;
4135 err = b43_key_clear(dev, key->hw_key_idx);
4146 b43dbg(wl, "%s hardware based encryption for keyidx: %d, "
4148 cmd == SET_KEY ? "Using" : "Disabling", key->keyidx,
4149 sta ? sta->addr : bcast_addr);
4150 b43_dump_keymemory(dev);
4152 mutex_unlock(&wl->mutex);
4157 static void b43_op_configure_filter(struct ieee80211_hw *hw,
4158 unsigned int changed, unsigned int *fflags,
4161 struct b43_wl *wl = hw_to_b43_wl(hw);
4162 struct b43_wldev *dev;
4164 mutex_lock(&wl->mutex);
4165 dev = wl->current_dev;
4171 *fflags &= FIF_PROMISC_IN_BSS |
4177 FIF_BCN_PRBRESP_PROMISC;
4179 changed &= FIF_PROMISC_IN_BSS |
4185 FIF_BCN_PRBRESP_PROMISC;
4187 wl->filter_flags = *fflags;
4189 if (changed && b43_status(dev) >= B43_STAT_INITIALIZED)
4190 b43_adjust_opmode(dev);
4193 mutex_unlock(&wl->mutex);
4196 /* Locking: wl->mutex
4197 * Returns the current dev. This might be different from the passed in dev,
4198 * because the core might be gone away while we unlocked the mutex. */
4199 static struct b43_wldev * b43_wireless_core_stop(struct b43_wldev *dev)
4202 struct b43_wldev *orig_dev;
4210 if (!dev || b43_status(dev) < B43_STAT_STARTED)
4213 /* Cancel work. Unlock to avoid deadlocks. */
4214 mutex_unlock(&wl->mutex);
4215 cancel_delayed_work_sync(&dev->periodic_work);
4216 cancel_work_sync(&wl->tx_work);
4217 mutex_lock(&wl->mutex);
4218 dev = wl->current_dev;
4219 if (!dev || b43_status(dev) < B43_STAT_STARTED) {
4220 /* Whoops, aliens ate up the device while we were unlocked. */
4224 /* Disable interrupts on the device. */
4225 b43_set_status(dev, B43_STAT_INITIALIZED);
4226 if (b43_bus_host_is_sdio(dev->dev)) {
4227 /* wl->mutex is locked. That is enough. */
4228 b43_write32(dev, B43_MMIO_GEN_IRQ_MASK, 0);
4229 b43_read32(dev, B43_MMIO_GEN_IRQ_MASK); /* Flush */
4231 spin_lock_irq(&wl->hardirq_lock);
4232 b43_write32(dev, B43_MMIO_GEN_IRQ_MASK, 0);
4233 b43_read32(dev, B43_MMIO_GEN_IRQ_MASK); /* Flush */
4234 spin_unlock_irq(&wl->hardirq_lock);
4236 /* Synchronize and free the interrupt handlers. Unlock to avoid deadlocks. */
4238 mutex_unlock(&wl->mutex);
4239 if (b43_bus_host_is_sdio(dev->dev)) {
4240 b43_sdio_free_irq(dev);
4242 synchronize_irq(dev->dev->irq);
4243 free_irq(dev->dev->irq, dev);
4245 mutex_lock(&wl->mutex);
4246 dev = wl->current_dev;
4249 if (dev != orig_dev) {
4250 if (b43_status(dev) >= B43_STAT_STARTED)
4254 mask = b43_read32(dev, B43_MMIO_GEN_IRQ_MASK);
4255 B43_WARN_ON(mask != 0xFFFFFFFF && mask);
4257 /* Drain all TX queues. */
4258 for (queue_num = 0; queue_num < B43_QOS_QUEUE_NUM; queue_num++) {
4259 while (skb_queue_len(&wl->tx_queue[queue_num])) {
4260 struct sk_buff *skb;
4262 skb = skb_dequeue(&wl->tx_queue[queue_num]);
4263 ieee80211_free_txskb(wl->hw, skb);
4267 b43_mac_suspend(dev);
4269 b43dbg(wl, "Wireless interface stopped\n");
4274 /* Locking: wl->mutex */
4275 static int b43_wireless_core_start(struct b43_wldev *dev)
4279 B43_WARN_ON(b43_status(dev) != B43_STAT_INITIALIZED);
4281 drain_txstatus_queue(dev);
4282 if (b43_bus_host_is_sdio(dev->dev)) {
4283 err = b43_sdio_request_irq(dev, b43_sdio_interrupt_handler);
4285 b43err(dev->wl, "Cannot request SDIO IRQ\n");
4289 err = request_threaded_irq(dev->dev->irq, b43_interrupt_handler,
4290 b43_interrupt_thread_handler,
4291 IRQF_SHARED, KBUILD_MODNAME, dev);
4293 b43err(dev->wl, "Cannot request IRQ-%d\n",
4299 /* We are ready to run. */
4300 ieee80211_wake_queues(dev->wl->hw);
4301 b43_set_status(dev, B43_STAT_STARTED);
4303 /* Start data flow (TX/RX). */
4304 b43_mac_enable(dev);
4305 b43_write32(dev, B43_MMIO_GEN_IRQ_MASK, dev->irq_mask);
4307 /* Start maintenance work */
4308 b43_periodic_tasks_setup(dev);
4312 b43dbg(dev->wl, "Wireless interface started\n");
4317 static char *b43_phy_name(struct b43_wldev *dev, u8 phy_type)
4328 case B43_PHYTYPE_LP:
4330 case B43_PHYTYPE_SSLPN:
4332 case B43_PHYTYPE_HT:
4334 case B43_PHYTYPE_LCN:
4336 case B43_PHYTYPE_LCNXN:
4338 case B43_PHYTYPE_LCN40:
4340 case B43_PHYTYPE_AC:
4346 /* Get PHY and RADIO versioning numbers */
4347 static int b43_phy_versioning(struct b43_wldev *dev)
4349 struct b43_phy *phy = &dev->phy;
4357 int unsupported = 0;
4359 /* Get PHY versioning */
4360 tmp = b43_read16(dev, B43_MMIO_PHY_VER);
4361 analog_type = (tmp & B43_PHYVER_ANALOG) >> B43_PHYVER_ANALOG_SHIFT;
4362 phy_type = (tmp & B43_PHYVER_TYPE) >> B43_PHYVER_TYPE_SHIFT;
4363 phy_rev = (tmp & B43_PHYVER_VERSION);
4370 if (phy_rev != 2 && phy_rev != 4 && phy_rev != 6
4378 #ifdef CONFIG_B43_PHY_N
4384 #ifdef CONFIG_B43_PHY_LP
4385 case B43_PHYTYPE_LP:
4390 #ifdef CONFIG_B43_PHY_HT
4391 case B43_PHYTYPE_HT:
4396 #ifdef CONFIG_B43_PHY_LCN
4397 case B43_PHYTYPE_LCN:
4406 b43err(dev->wl, "FOUND UNSUPPORTED PHY (Analog %u, Type %d (%s), Revision %u)\n",
4407 analog_type, phy_type, b43_phy_name(dev, phy_type),
4411 b43info(dev->wl, "Found PHY: Analog %u, Type %d (%s), Revision %u\n",
4412 analog_type, phy_type, b43_phy_name(dev, phy_type), phy_rev);
4414 /* Get RADIO versioning */
4415 if (dev->dev->core_rev >= 24) {
4418 for (tmp = 0; tmp < 3; tmp++) {
4419 b43_write16(dev, B43_MMIO_RADIO24_CONTROL, tmp);
4420 radio24[tmp] = b43_read16(dev, B43_MMIO_RADIO24_DATA);
4423 /* Broadcom uses "id" for our "ver" and has separated "ver" */
4424 /* radio_ver = (radio24[0] & 0xF0) >> 4; */
4426 radio_manuf = 0x17F;
4427 radio_ver = (radio24[2] << 8) | radio24[1];
4428 radio_rev = (radio24[0] & 0xF);
4430 if (dev->dev->chip_id == 0x4317) {
4431 if (dev->dev->chip_rev == 0)
4433 else if (dev->dev->chip_rev == 1)
4438 b43_write16(dev, B43_MMIO_RADIO_CONTROL,
4440 tmp = b43_read16(dev, B43_MMIO_RADIO_DATA_LOW);
4441 b43_write16(dev, B43_MMIO_RADIO_CONTROL,
4443 tmp |= (u32)b43_read16(dev, B43_MMIO_RADIO_DATA_HIGH)
4446 radio_manuf = (tmp & 0x00000FFF);
4447 radio_ver = (tmp & 0x0FFFF000) >> 12;
4448 radio_rev = (tmp & 0xF0000000) >> 28;
4451 if (radio_manuf != 0x17F /* Broadcom */)
4455 if (radio_ver != 0x2060)
4459 if (radio_manuf != 0x17F)
4463 if ((radio_ver & 0xFFF0) != 0x2050)
4467 if (radio_ver != 0x2050)
4471 if (radio_ver != 0x2055 && radio_ver != 0x2056)
4474 case B43_PHYTYPE_LP:
4475 if (radio_ver != 0x2062 && radio_ver != 0x2063)
4478 case B43_PHYTYPE_HT:
4479 if (radio_ver != 0x2059)
4482 case B43_PHYTYPE_LCN:
4483 if (radio_ver != 0x2064)
4490 b43err(dev->wl, "FOUND UNSUPPORTED RADIO "
4491 "(Manuf 0x%X, Version 0x%X, Revision %u)\n",
4492 radio_manuf, radio_ver, radio_rev);
4495 b43dbg(dev->wl, "Found Radio: Manuf 0x%X, Version 0x%X, Revision %u\n",
4496 radio_manuf, radio_ver, radio_rev);
4498 phy->radio_manuf = radio_manuf;
4499 phy->radio_ver = radio_ver;
4500 phy->radio_rev = radio_rev;
4502 phy->analog = analog_type;
4503 phy->type = phy_type;
4509 static void setup_struct_phy_for_init(struct b43_wldev *dev,
4510 struct b43_phy *phy)
4512 phy->hardware_power_control = !!modparam_hwpctl;
4513 phy->next_txpwr_check_time = jiffies;
4514 /* PHY TX errors counter. */
4515 atomic_set(&phy->txerr_cnt, B43_PHY_TX_BADNESS_LIMIT);
4518 phy->phy_locked = false;
4519 phy->radio_locked = false;
4523 static void setup_struct_wldev_for_init(struct b43_wldev *dev)
4525 dev->dfq_valid = false;
4527 /* Assume the radio is enabled. If it's not enabled, the state will
4528 * immediately get fixed on the first periodic work run. */
4529 dev->radio_hw_enable = true;
4532 memset(&dev->stats, 0, sizeof(dev->stats));
4534 setup_struct_phy_for_init(dev, &dev->phy);
4536 /* IRQ related flags */
4537 dev->irq_reason = 0;
4538 memset(dev->dma_reason, 0, sizeof(dev->dma_reason));
4539 dev->irq_mask = B43_IRQ_MASKTEMPLATE;
4540 if (b43_modparam_verbose < B43_VERBOSITY_DEBUG)
4541 dev->irq_mask &= ~B43_IRQ_PHY_TXERR;
4543 dev->mac_suspended = 1;
4545 /* Noise calculation context */
4546 memset(&dev->noisecalc, 0, sizeof(dev->noisecalc));
4549 static void b43_bluetooth_coext_enable(struct b43_wldev *dev)
4551 struct ssb_sprom *sprom = dev->dev->bus_sprom;
4554 if (!modparam_btcoex)
4556 if (!(sprom->boardflags_lo & B43_BFL_BTCOEXIST))
4558 if (dev->phy.type != B43_PHYTYPE_B && !dev->phy.gmode)
4561 hf = b43_hf_read(dev);
4562 if (sprom->boardflags_lo & B43_BFL_BTCMOD)
4563 hf |= B43_HF_BTCOEXALT;
4565 hf |= B43_HF_BTCOEX;
4566 b43_hf_write(dev, hf);
4569 static void b43_bluetooth_coext_disable(struct b43_wldev *dev)
4571 if (!modparam_btcoex)
4576 static void b43_imcfglo_timeouts_workaround(struct b43_wldev *dev)
4578 struct ssb_bus *bus;
4581 if (dev->dev->bus_type != B43_BUS_SSB)
4584 bus = dev->dev->sdev->bus;
4586 if ((bus->chip_id == 0x4311 && bus->chip_rev == 2) ||
4587 (bus->chip_id == 0x4312)) {
4588 tmp = ssb_read32(dev->dev->sdev, SSB_IMCFGLO);
4589 tmp &= ~SSB_IMCFGLO_REQTO;
4590 tmp &= ~SSB_IMCFGLO_SERTO;
4592 ssb_write32(dev->dev->sdev, SSB_IMCFGLO, tmp);
4593 ssb_commit_settings(bus);
4597 static void b43_set_synth_pu_delay(struct b43_wldev *dev, bool idle)
4601 /* The time value is in microseconds. */
4602 if (dev->phy.type == B43_PHYTYPE_A)
4606 if (b43_is_mode(dev->wl, NL80211_IFTYPE_ADHOC) || idle)
4608 if ((dev->phy.radio_ver == 0x2050) && (dev->phy.radio_rev == 8))
4609 pu_delay = max(pu_delay, (u16)2400);
4611 b43_shm_write16(dev, B43_SHM_SHARED, B43_SHM_SH_SPUWKUP, pu_delay);
4614 /* Set the TSF CFP pre-TargetBeaconTransmissionTime. */
4615 static void b43_set_pretbtt(struct b43_wldev *dev)
4619 /* The time value is in microseconds. */
4620 if (b43_is_mode(dev->wl, NL80211_IFTYPE_ADHOC)) {
4623 if (dev->phy.type == B43_PHYTYPE_A)
4628 b43_shm_write16(dev, B43_SHM_SHARED, B43_SHM_SH_PRETBTT, pretbtt);
4629 b43_write16(dev, B43_MMIO_TSF_CFP_PRETBTT, pretbtt);
4632 /* Shutdown a wireless core */
4633 /* Locking: wl->mutex */
4634 static void b43_wireless_core_exit(struct b43_wldev *dev)
4636 B43_WARN_ON(dev && b43_status(dev) > B43_STAT_INITIALIZED);
4637 if (!dev || b43_status(dev) != B43_STAT_INITIALIZED)
4640 /* Unregister HW RNG driver */
4641 b43_rng_exit(dev->wl);
4643 b43_set_status(dev, B43_STAT_UNINIT);
4645 /* Stop the microcode PSM. */
4646 b43_maskset32(dev, B43_MMIO_MACCTL, ~B43_MACCTL_PSM_RUN,
4647 B43_MACCTL_PSM_JMP0);
4652 dev->phy.ops->switch_analog(dev, 0);
4653 if (dev->wl->current_beacon) {
4654 dev_kfree_skb_any(dev->wl->current_beacon);
4655 dev->wl->current_beacon = NULL;
4658 b43_device_disable(dev, 0);
4659 b43_bus_may_powerdown(dev);
4662 /* Initialize a wireless core */
4663 static int b43_wireless_core_init(struct b43_wldev *dev)
4665 struct ssb_sprom *sprom = dev->dev->bus_sprom;
4666 struct b43_phy *phy = &dev->phy;
4670 B43_WARN_ON(b43_status(dev) != B43_STAT_UNINIT);
4672 err = b43_bus_powerup(dev, 0);
4675 if (!b43_device_is_enabled(dev))
4676 b43_wireless_core_reset(dev, phy->gmode);
4678 /* Reset all data structures. */
4679 setup_struct_wldev_for_init(dev);
4680 phy->ops->prepare_structs(dev);
4682 /* Enable IRQ routing to this device. */
4683 switch (dev->dev->bus_type) {
4684 #ifdef CONFIG_B43_BCMA
4686 bcma_core_pci_irq_ctl(&dev->dev->bdev->bus->drv_pci[0],
4687 dev->dev->bdev, true);
4690 #ifdef CONFIG_B43_SSB
4692 ssb_pcicore_dev_irqvecs_enable(&dev->dev->sdev->bus->pcicore,
4698 b43_imcfglo_timeouts_workaround(dev);
4699 b43_bluetooth_coext_disable(dev);
4700 if (phy->ops->prepare_hardware) {
4701 err = phy->ops->prepare_hardware(dev);
4705 err = b43_chip_init(dev);
4708 b43_shm_write16(dev, B43_SHM_SHARED,
4709 B43_SHM_SH_WLCOREREV, dev->dev->core_rev);
4710 hf = b43_hf_read(dev);
4711 if (phy->type == B43_PHYTYPE_G) {
4715 if (sprom->boardflags_lo & B43_BFL_PACTRL)
4716 hf |= B43_HF_OFDMPABOOST;
4718 if (phy->radio_ver == 0x2050) {
4719 if (phy->radio_rev == 6)
4720 hf |= B43_HF_4318TSSI;
4721 if (phy->radio_rev < 6)
4722 hf |= B43_HF_VCORECALC;
4724 if (sprom->boardflags_lo & B43_BFL_XTAL_NOSLOW)
4725 hf |= B43_HF_DSCRQ; /* Disable slowclock requests from ucode. */
4726 #ifdef CONFIG_SSB_DRIVER_PCICORE
4727 if (dev->dev->bus_type == B43_BUS_SSB &&
4728 dev->dev->sdev->bus->bustype == SSB_BUSTYPE_PCI &&
4729 dev->dev->sdev->bus->pcicore.dev->id.revision <= 10)
4730 hf |= B43_HF_PCISCW; /* PCI slow clock workaround. */
4732 hf &= ~B43_HF_SKCFPUP;
4733 b43_hf_write(dev, hf);
4735 b43_set_retry_limits(dev, B43_DEFAULT_SHORT_RETRY_LIMIT,
4736 B43_DEFAULT_LONG_RETRY_LIMIT);
4737 b43_shm_write16(dev, B43_SHM_SHARED, B43_SHM_SH_SFFBLIM, 3);
4738 b43_shm_write16(dev, B43_SHM_SHARED, B43_SHM_SH_LFFBLIM, 2);
4740 /* Disable sending probe responses from firmware.
4741 * Setting the MaxTime to one usec will always trigger
4742 * a timeout, so we never send any probe resp.
4743 * A timeout of zero is infinite. */
4744 b43_shm_write16(dev, B43_SHM_SHARED, B43_SHM_SH_PRMAXTIME, 1);
4746 b43_rate_memory_init(dev);
4747 b43_set_phytxctl_defaults(dev);
4749 /* Minimum Contention Window */
4750 if (phy->type == B43_PHYTYPE_B)
4751 b43_shm_write16(dev, B43_SHM_SCRATCH, B43_SHM_SC_MINCONT, 0x1F);
4753 b43_shm_write16(dev, B43_SHM_SCRATCH, B43_SHM_SC_MINCONT, 0xF);
4754 /* Maximum Contention Window */
4755 b43_shm_write16(dev, B43_SHM_SCRATCH, B43_SHM_SC_MAXCONT, 0x3FF);
4757 if (b43_bus_host_is_pcmcia(dev->dev) ||
4758 b43_bus_host_is_sdio(dev->dev)) {
4759 dev->__using_pio_transfers = true;
4760 err = b43_pio_init(dev);
4761 } else if (dev->use_pio) {
4762 b43warn(dev->wl, "Forced PIO by use_pio module parameter. "
4763 "This should not be needed and will result in lower "
4765 dev->__using_pio_transfers = true;
4766 err = b43_pio_init(dev);
4768 dev->__using_pio_transfers = false;
4769 err = b43_dma_init(dev);
4774 b43_set_synth_pu_delay(dev, 1);
4775 b43_bluetooth_coext_enable(dev);
4777 b43_bus_powerup(dev, !(sprom->boardflags_lo & B43_BFL_XTAL_NOSLOW));
4778 b43_upload_card_macaddress(dev);
4779 b43_security_init(dev);
4781 ieee80211_wake_queues(dev->wl->hw);
4783 b43_set_status(dev, B43_STAT_INITIALIZED);
4785 /* Register HW RNG driver */
4786 b43_rng_init(dev->wl);
4794 b43_bus_may_powerdown(dev);
4795 B43_WARN_ON(b43_status(dev) != B43_STAT_UNINIT);
4799 static int b43_op_add_interface(struct ieee80211_hw *hw,
4800 struct ieee80211_vif *vif)
4802 struct b43_wl *wl = hw_to_b43_wl(hw);
4803 struct b43_wldev *dev;
4804 int err = -EOPNOTSUPP;
4806 /* TODO: allow WDS/AP devices to coexist */
4808 if (vif->type != NL80211_IFTYPE_AP &&
4809 vif->type != NL80211_IFTYPE_MESH_POINT &&
4810 vif->type != NL80211_IFTYPE_STATION &&
4811 vif->type != NL80211_IFTYPE_WDS &&
4812 vif->type != NL80211_IFTYPE_ADHOC)
4815 mutex_lock(&wl->mutex);
4817 goto out_mutex_unlock;
4819 b43dbg(wl, "Adding Interface type %d\n", vif->type);
4821 dev = wl->current_dev;
4822 wl->operating = true;
4824 wl->if_type = vif->type;
4825 memcpy(wl->mac_addr, vif->addr, ETH_ALEN);
4827 b43_adjust_opmode(dev);
4828 b43_set_pretbtt(dev);
4829 b43_set_synth_pu_delay(dev, 0);
4830 b43_upload_card_macaddress(dev);
4834 mutex_unlock(&wl->mutex);
4837 b43_op_bss_info_changed(hw, vif, &vif->bss_conf, ~0);
4842 static void b43_op_remove_interface(struct ieee80211_hw *hw,
4843 struct ieee80211_vif *vif)
4845 struct b43_wl *wl = hw_to_b43_wl(hw);
4846 struct b43_wldev *dev = wl->current_dev;
4848 b43dbg(wl, "Removing Interface type %d\n", vif->type);
4850 mutex_lock(&wl->mutex);
4852 B43_WARN_ON(!wl->operating);
4853 B43_WARN_ON(wl->vif != vif);
4856 wl->operating = false;
4858 b43_adjust_opmode(dev);
4859 memset(wl->mac_addr, 0, ETH_ALEN);
4860 b43_upload_card_macaddress(dev);
4862 mutex_unlock(&wl->mutex);
4865 static int b43_op_start(struct ieee80211_hw *hw)
4867 struct b43_wl *wl = hw_to_b43_wl(hw);
4868 struct b43_wldev *dev = wl->current_dev;
4872 /* Kill all old instance specific information to make sure
4873 * the card won't use it in the short timeframe between start
4874 * and mac80211 reconfiguring it. */
4875 memset(wl->bssid, 0, ETH_ALEN);
4876 memset(wl->mac_addr, 0, ETH_ALEN);
4877 wl->filter_flags = 0;
4878 wl->radiotap_enabled = false;
4880 wl->beacon0_uploaded = false;
4881 wl->beacon1_uploaded = false;
4882 wl->beacon_templates_virgin = true;
4883 wl->radio_enabled = true;
4885 mutex_lock(&wl->mutex);
4887 if (b43_status(dev) < B43_STAT_INITIALIZED) {
4888 err = b43_wireless_core_init(dev);
4890 goto out_mutex_unlock;
4894 if (b43_status(dev) < B43_STAT_STARTED) {
4895 err = b43_wireless_core_start(dev);
4898 b43_wireless_core_exit(dev);
4899 goto out_mutex_unlock;
4903 /* XXX: only do if device doesn't support rfkill irq */
4904 wiphy_rfkill_start_polling(hw->wiphy);
4907 mutex_unlock(&wl->mutex);
4910 * Configuration may have been overwritten during initialization.
4911 * Reload the configuration, but only if initialization was
4912 * successful. Reloading the configuration after a failed init
4913 * may hang the system.
4916 b43_op_config(hw, ~0);
4921 static void b43_op_stop(struct ieee80211_hw *hw)
4923 struct b43_wl *wl = hw_to_b43_wl(hw);
4924 struct b43_wldev *dev = wl->current_dev;
4926 cancel_work_sync(&(wl->beacon_update_trigger));
4931 mutex_lock(&wl->mutex);
4932 if (b43_status(dev) >= B43_STAT_STARTED) {
4933 dev = b43_wireless_core_stop(dev);
4937 b43_wireless_core_exit(dev);
4938 wl->radio_enabled = false;
4941 mutex_unlock(&wl->mutex);
4943 cancel_work_sync(&(wl->txpower_adjust_work));
4946 static int b43_op_beacon_set_tim(struct ieee80211_hw *hw,
4947 struct ieee80211_sta *sta, bool set)
4949 struct b43_wl *wl = hw_to_b43_wl(hw);
4951 /* FIXME: add locking */
4952 b43_update_templates(wl);
4957 static void b43_op_sta_notify(struct ieee80211_hw *hw,
4958 struct ieee80211_vif *vif,
4959 enum sta_notify_cmd notify_cmd,
4960 struct ieee80211_sta *sta)
4962 struct b43_wl *wl = hw_to_b43_wl(hw);
4964 B43_WARN_ON(!vif || wl->vif != vif);
4967 static void b43_op_sw_scan_start_notifier(struct ieee80211_hw *hw)
4969 struct b43_wl *wl = hw_to_b43_wl(hw);
4970 struct b43_wldev *dev;
4972 mutex_lock(&wl->mutex);
4973 dev = wl->current_dev;
4974 if (dev && (b43_status(dev) >= B43_STAT_INITIALIZED)) {
4975 /* Disable CFP update during scan on other channels. */
4976 b43_hf_write(dev, b43_hf_read(dev) | B43_HF_SKCFPUP);
4978 mutex_unlock(&wl->mutex);
4981 static void b43_op_sw_scan_complete_notifier(struct ieee80211_hw *hw)
4983 struct b43_wl *wl = hw_to_b43_wl(hw);
4984 struct b43_wldev *dev;
4986 mutex_lock(&wl->mutex);
4987 dev = wl->current_dev;
4988 if (dev && (b43_status(dev) >= B43_STAT_INITIALIZED)) {
4989 /* Re-enable CFP update. */
4990 b43_hf_write(dev, b43_hf_read(dev) & ~B43_HF_SKCFPUP);
4992 mutex_unlock(&wl->mutex);
4995 static int b43_op_get_survey(struct ieee80211_hw *hw, int idx,
4996 struct survey_info *survey)
4998 struct b43_wl *wl = hw_to_b43_wl(hw);
4999 struct b43_wldev *dev = wl->current_dev;
5000 struct ieee80211_conf *conf = &hw->conf;
5005 survey->channel = conf->channel;
5006 survey->filled = SURVEY_INFO_NOISE_DBM;
5007 survey->noise = dev->stats.link_noise;
5012 static const struct ieee80211_ops b43_hw_ops = {
5014 .conf_tx = b43_op_conf_tx,
5015 .add_interface = b43_op_add_interface,
5016 .remove_interface = b43_op_remove_interface,
5017 .config = b43_op_config,
5018 .bss_info_changed = b43_op_bss_info_changed,
5019 .configure_filter = b43_op_configure_filter,
5020 .set_key = b43_op_set_key,
5021 .update_tkip_key = b43_op_update_tkip_key,
5022 .get_stats = b43_op_get_stats,
5023 .get_tsf = b43_op_get_tsf,
5024 .set_tsf = b43_op_set_tsf,
5025 .start = b43_op_start,
5026 .stop = b43_op_stop,
5027 .set_tim = b43_op_beacon_set_tim,
5028 .sta_notify = b43_op_sta_notify,
5029 .sw_scan_start = b43_op_sw_scan_start_notifier,
5030 .sw_scan_complete = b43_op_sw_scan_complete_notifier,
5031 .get_survey = b43_op_get_survey,
5032 .rfkill_poll = b43_rfkill_poll,
5035 /* Hard-reset the chip. Do not call this directly.
5036 * Use b43_controller_restart()
5038 static void b43_chip_reset(struct work_struct *work)
5040 struct b43_wldev *dev =
5041 container_of(work, struct b43_wldev, restart_work);
5042 struct b43_wl *wl = dev->wl;
5046 mutex_lock(&wl->mutex);
5048 prev_status = b43_status(dev);
5049 /* Bring the device down... */
5050 if (prev_status >= B43_STAT_STARTED) {
5051 dev = b43_wireless_core_stop(dev);
5057 if (prev_status >= B43_STAT_INITIALIZED)
5058 b43_wireless_core_exit(dev);
5060 /* ...and up again. */
5061 if (prev_status >= B43_STAT_INITIALIZED) {
5062 err = b43_wireless_core_init(dev);
5066 if (prev_status >= B43_STAT_STARTED) {
5067 err = b43_wireless_core_start(dev);
5069 b43_wireless_core_exit(dev);
5075 wl->current_dev = NULL; /* Failed to init the dev. */
5076 mutex_unlock(&wl->mutex);
5079 b43err(wl, "Controller restart FAILED\n");
5083 /* reload configuration */
5084 b43_op_config(wl->hw, ~0);
5086 b43_op_bss_info_changed(wl->hw, wl->vif, &wl->vif->bss_conf, ~0);
5088 b43info(wl, "Controller restarted\n");
5091 static int b43_setup_bands(struct b43_wldev *dev,
5092 bool have_2ghz_phy, bool have_5ghz_phy)
5094 struct ieee80211_hw *hw = dev->wl->hw;
5097 hw->wiphy->bands[IEEE80211_BAND_2GHZ] = &b43_band_2GHz;
5098 if (dev->phy.type == B43_PHYTYPE_N) {
5100 hw->wiphy->bands[IEEE80211_BAND_5GHZ] = &b43_band_5GHz_nphy;
5103 hw->wiphy->bands[IEEE80211_BAND_5GHZ] = &b43_band_5GHz_aphy;
5106 dev->phy.supports_2ghz = have_2ghz_phy;
5107 dev->phy.supports_5ghz = have_5ghz_phy;
5112 static void b43_wireless_core_detach(struct b43_wldev *dev)
5114 /* We release firmware that late to not be required to re-request
5115 * is all the time when we reinit the core. */
5116 b43_release_firmware(dev);
5120 static int b43_wireless_core_attach(struct b43_wldev *dev)
5122 struct b43_wl *wl = dev->wl;
5123 struct pci_dev *pdev = NULL;
5126 bool have_2ghz_phy = false, have_5ghz_phy = false;
5128 /* Do NOT do any device initialization here.
5129 * Do it in wireless_core_init() instead.
5130 * This function is for gathering basic information about the HW, only.
5131 * Also some structs may be set up here. But most likely you want to have
5132 * that in core_init(), too.
5135 #ifdef CONFIG_B43_SSB
5136 if (dev->dev->bus_type == B43_BUS_SSB &&
5137 dev->dev->sdev->bus->bustype == SSB_BUSTYPE_PCI)
5138 pdev = dev->dev->sdev->bus->host_pci;
5141 err = b43_bus_powerup(dev, 0);
5143 b43err(wl, "Bus powerup failed\n");
5147 /* Get the PHY type. */
5148 switch (dev->dev->bus_type) {
5149 #ifdef CONFIG_B43_BCMA
5151 tmp = bcma_aread32(dev->dev->bdev, BCMA_IOST);
5152 have_2ghz_phy = !!(tmp & B43_BCMA_IOST_2G_PHY);
5153 have_5ghz_phy = !!(tmp & B43_BCMA_IOST_5G_PHY);
5156 #ifdef CONFIG_B43_SSB
5158 if (dev->dev->core_rev >= 5) {
5159 tmp = ssb_read32(dev->dev->sdev, SSB_TMSHIGH);
5160 have_2ghz_phy = !!(tmp & B43_TMSHIGH_HAVE_2GHZ_PHY);
5161 have_5ghz_phy = !!(tmp & B43_TMSHIGH_HAVE_5GHZ_PHY);
5168 dev->phy.gmode = have_2ghz_phy;
5169 dev->phy.radio_on = true;
5170 b43_wireless_core_reset(dev, dev->phy.gmode);
5172 err = b43_phy_versioning(dev);
5175 /* Check if this device supports multiband. */
5177 (pdev->device != 0x4312 &&
5178 pdev->device != 0x4319 && pdev->device != 0x4324)) {
5179 /* No multiband support. */
5180 have_2ghz_phy = false;
5181 have_5ghz_phy = false;
5182 switch (dev->phy.type) {
5184 have_5ghz_phy = true;
5186 case B43_PHYTYPE_LP: //FIXME not always!
5187 #if 0 //FIXME enabling 5GHz causes a NULL pointer dereference
5192 case B43_PHYTYPE_HT:
5193 case B43_PHYTYPE_LCN:
5194 have_2ghz_phy = true;
5200 if (dev->phy.type == B43_PHYTYPE_A) {
5202 b43err(wl, "IEEE 802.11a devices are unsupported\n");
5206 if (1 /* disable A-PHY */) {
5207 /* FIXME: For now we disable the A-PHY on multi-PHY devices. */
5208 if (dev->phy.type != B43_PHYTYPE_N &&
5209 dev->phy.type != B43_PHYTYPE_LP) {
5210 have_2ghz_phy = true;
5211 have_5ghz_phy = false;
5215 err = b43_phy_allocate(dev);
5219 dev->phy.gmode = have_2ghz_phy;
5220 b43_wireless_core_reset(dev, dev->phy.gmode);
5222 err = b43_validate_chipaccess(dev);
5225 err = b43_setup_bands(dev, have_2ghz_phy, have_5ghz_phy);
5229 /* Now set some default "current_dev" */
5230 if (!wl->current_dev)
5231 wl->current_dev = dev;
5232 INIT_WORK(&dev->restart_work, b43_chip_reset);
5234 dev->phy.ops->switch_analog(dev, 0);
5235 b43_device_disable(dev, 0);
5236 b43_bus_may_powerdown(dev);
5244 b43_bus_may_powerdown(dev);
5248 static void b43_one_core_detach(struct b43_bus_dev *dev)
5250 struct b43_wldev *wldev;
5253 /* Do not cancel ieee80211-workqueue based work here.
5254 * See comment in b43_remove(). */
5256 wldev = b43_bus_get_wldev(dev);
5258 b43_debugfs_remove_device(wldev);
5259 b43_wireless_core_detach(wldev);
5260 list_del(&wldev->list);
5262 b43_bus_set_wldev(dev, NULL);
5266 static int b43_one_core_attach(struct b43_bus_dev *dev, struct b43_wl *wl)
5268 struct b43_wldev *wldev;
5271 wldev = kzalloc(sizeof(*wldev), GFP_KERNEL);
5275 wldev->use_pio = b43_modparam_pio;
5278 b43_set_status(wldev, B43_STAT_UNINIT);
5279 wldev->bad_frames_preempt = modparam_bad_frames_preempt;
5280 INIT_LIST_HEAD(&wldev->list);
5282 err = b43_wireless_core_attach(wldev);
5284 goto err_kfree_wldev;
5286 list_add(&wldev->list, &wl->devlist);
5288 b43_bus_set_wldev(dev, wldev);
5289 b43_debugfs_add_device(wldev);
5299 #define IS_PDEV(pdev, _vendor, _device, _subvendor, _subdevice) ( \
5300 (pdev->vendor == PCI_VENDOR_ID_##_vendor) && \
5301 (pdev->device == _device) && \
5302 (pdev->subsystem_vendor == PCI_VENDOR_ID_##_subvendor) && \
5303 (pdev->subsystem_device == _subdevice) )
5305 static void b43_sprom_fixup(struct ssb_bus *bus)
5307 struct pci_dev *pdev;
5309 /* boardflags workarounds */
5310 if (bus->boardinfo.vendor == SSB_BOARDVENDOR_DELL &&
5311 bus->chip_id == 0x4301 && bus->sprom.board_rev == 0x74)
5312 bus->sprom.boardflags_lo |= B43_BFL_BTCOEXIST;
5313 if (bus->boardinfo.vendor == PCI_VENDOR_ID_APPLE &&
5314 bus->boardinfo.type == 0x4E && bus->sprom.board_rev > 0x40)
5315 bus->sprom.boardflags_lo |= B43_BFL_PACTRL;
5316 if (bus->bustype == SSB_BUSTYPE_PCI) {
5317 pdev = bus->host_pci;
5318 if (IS_PDEV(pdev, BROADCOM, 0x4318, ASUSTEK, 0x100F) ||
5319 IS_PDEV(pdev, BROADCOM, 0x4320, DELL, 0x0003) ||
5320 IS_PDEV(pdev, BROADCOM, 0x4320, HP, 0x12f8) ||
5321 IS_PDEV(pdev, BROADCOM, 0x4320, LINKSYS, 0x0015) ||
5322 IS_PDEV(pdev, BROADCOM, 0x4320, LINKSYS, 0x0014) ||
5323 IS_PDEV(pdev, BROADCOM, 0x4320, LINKSYS, 0x0013) ||
5324 IS_PDEV(pdev, BROADCOM, 0x4320, MOTOROLA, 0x7010))
5325 bus->sprom.boardflags_lo &= ~B43_BFL_BTCOEXIST;
5329 static void b43_wireless_exit(struct b43_bus_dev *dev, struct b43_wl *wl)
5331 struct ieee80211_hw *hw = wl->hw;
5333 ssb_set_devtypedata(dev->sdev, NULL);
5334 ieee80211_free_hw(hw);
5337 static struct b43_wl *b43_wireless_init(struct b43_bus_dev *dev)
5339 struct ssb_sprom *sprom = dev->bus_sprom;
5340 struct ieee80211_hw *hw;
5345 hw = ieee80211_alloc_hw(sizeof(*wl), &b43_hw_ops);
5347 b43err(NULL, "Could not allocate ieee80211 device\n");
5348 return ERR_PTR(-ENOMEM);
5350 wl = hw_to_b43_wl(hw);
5353 hw->flags = IEEE80211_HW_RX_INCLUDES_FCS |
5354 IEEE80211_HW_SIGNAL_DBM;
5356 hw->wiphy->interface_modes =
5357 BIT(NL80211_IFTYPE_AP) |
5358 BIT(NL80211_IFTYPE_MESH_POINT) |
5359 BIT(NL80211_IFTYPE_STATION) |
5360 BIT(NL80211_IFTYPE_WDS) |
5361 BIT(NL80211_IFTYPE_ADHOC);
5363 hw->wiphy->flags |= WIPHY_FLAG_IBSS_RSN;
5365 wl->hw_registred = false;
5367 SET_IEEE80211_DEV(hw, dev->dev);
5368 if (is_valid_ether_addr(sprom->et1mac))
5369 SET_IEEE80211_PERM_ADDR(hw, sprom->et1mac);
5371 SET_IEEE80211_PERM_ADDR(hw, sprom->il0mac);
5373 /* Initialize struct b43_wl */
5375 mutex_init(&wl->mutex);
5376 spin_lock_init(&wl->hardirq_lock);
5377 INIT_LIST_HEAD(&wl->devlist);
5378 INIT_WORK(&wl->beacon_update_trigger, b43_beacon_update_trigger_work);
5379 INIT_WORK(&wl->txpower_adjust_work, b43_phy_txpower_adjust_work);
5380 INIT_WORK(&wl->tx_work, b43_tx_work);
5382 /* Initialize queues and flags. */
5383 for (queue_num = 0; queue_num < B43_QOS_QUEUE_NUM; queue_num++) {
5384 skb_queue_head_init(&wl->tx_queue[queue_num]);
5385 wl->tx_queue_stopped[queue_num] = 0;
5388 snprintf(chip_name, ARRAY_SIZE(chip_name),
5389 (dev->chip_id > 0x9999) ? "%d" : "%04X", dev->chip_id);
5390 b43info(wl, "Broadcom %s WLAN found (core revision %u)\n", chip_name,
5395 #ifdef CONFIG_B43_BCMA
5396 static int b43_bcma_probe(struct bcma_device *core)
5398 struct b43_bus_dev *dev;
5402 dev = b43_bus_dev_bcma_init(core);
5406 wl = b43_wireless_init(dev);
5412 err = b43_one_core_attach(dev, wl);
5414 goto bcma_err_wireless_exit;
5416 /* setup and start work to load firmware */
5417 INIT_WORK(&wl->firmware_load, b43_request_firmware);
5418 schedule_work(&wl->firmware_load);
5423 bcma_err_wireless_exit:
5424 ieee80211_free_hw(wl->hw);
5428 static void b43_bcma_remove(struct bcma_device *core)
5430 struct b43_wldev *wldev = bcma_get_drvdata(core);
5431 struct b43_wl *wl = wldev->wl;
5433 /* We must cancel any work here before unregistering from ieee80211,
5434 * as the ieee80211 unreg will destroy the workqueue. */
5435 cancel_work_sync(&wldev->restart_work);
5436 cancel_work_sync(&wl->firmware_load);
5439 if (!wldev->fw.ucode.data)
5440 return; /* NULL if firmware never loaded */
5441 if (wl->current_dev == wldev && wl->hw_registred) {
5442 b43_leds_stop(wldev);
5443 ieee80211_unregister_hw(wl->hw);
5446 b43_one_core_detach(wldev->dev);
5448 b43_leds_unregister(wl);
5450 ieee80211_free_hw(wl->hw);
5453 static struct bcma_driver b43_bcma_driver = {
5454 .name = KBUILD_MODNAME,
5455 .id_table = b43_bcma_tbl,
5456 .probe = b43_bcma_probe,
5457 .remove = b43_bcma_remove,
5461 #ifdef CONFIG_B43_SSB
5463 int b43_ssb_probe(struct ssb_device *sdev, const struct ssb_device_id *id)
5465 struct b43_bus_dev *dev;
5470 dev = b43_bus_dev_ssb_init(sdev);
5474 wl = ssb_get_devtypedata(sdev);
5476 /* Probing the first core. Must setup common struct b43_wl */
5478 b43_sprom_fixup(sdev->bus);
5479 wl = b43_wireless_init(dev);
5484 ssb_set_devtypedata(sdev, wl);
5485 B43_WARN_ON(ssb_get_devtypedata(sdev) != wl);
5487 err = b43_one_core_attach(dev, wl);
5489 goto err_wireless_exit;
5491 /* setup and start work to load firmware */
5492 INIT_WORK(&wl->firmware_load, b43_request_firmware);
5493 schedule_work(&wl->firmware_load);
5500 b43_wireless_exit(dev, wl);
5504 static void b43_ssb_remove(struct ssb_device *sdev)
5506 struct b43_wl *wl = ssb_get_devtypedata(sdev);
5507 struct b43_wldev *wldev = ssb_get_drvdata(sdev);
5508 struct b43_bus_dev *dev = wldev->dev;
5510 /* We must cancel any work here before unregistering from ieee80211,
5511 * as the ieee80211 unreg will destroy the workqueue. */
5512 cancel_work_sync(&wldev->restart_work);
5513 cancel_work_sync(&wl->firmware_load);
5516 if (!wldev->fw.ucode.data)
5517 return; /* NULL if firmware never loaded */
5518 if (wl->current_dev == wldev && wl->hw_registred) {
5519 b43_leds_stop(wldev);
5520 ieee80211_unregister_hw(wl->hw);
5523 b43_one_core_detach(dev);
5525 if (list_empty(&wl->devlist)) {
5526 b43_leds_unregister(wl);
5527 /* Last core on the chip unregistered.
5528 * We can destroy common struct b43_wl.
5530 b43_wireless_exit(dev, wl);
5534 static struct ssb_driver b43_ssb_driver = {
5535 .name = KBUILD_MODNAME,
5536 .id_table = b43_ssb_tbl,
5537 .probe = b43_ssb_probe,
5538 .remove = b43_ssb_remove,
5540 #endif /* CONFIG_B43_SSB */
5542 /* Perform a hardware reset. This can be called from any context. */
5543 void b43_controller_restart(struct b43_wldev *dev, const char *reason)
5545 /* Must avoid requeueing, if we are in shutdown. */
5546 if (b43_status(dev) < B43_STAT_INITIALIZED)
5548 b43info(dev->wl, "Controller RESET (%s) ...\n", reason);
5549 ieee80211_queue_work(dev->wl->hw, &dev->restart_work);
5552 static void b43_print_driverinfo(void)
5554 const char *feat_pci = "", *feat_pcmcia = "", *feat_nphy = "",
5555 *feat_leds = "", *feat_sdio = "";
5557 #ifdef CONFIG_B43_PCI_AUTOSELECT
5560 #ifdef CONFIG_B43_PCMCIA
5563 #ifdef CONFIG_B43_PHY_N
5566 #ifdef CONFIG_B43_LEDS
5569 #ifdef CONFIG_B43_SDIO
5572 printk(KERN_INFO "Broadcom 43xx driver loaded "
5573 "[ Features: %s%s%s%s%s ]\n",
5574 feat_pci, feat_pcmcia, feat_nphy,
5575 feat_leds, feat_sdio);
5578 static int __init b43_init(void)
5583 err = b43_pcmcia_init();
5586 err = b43_sdio_init();
5588 goto err_pcmcia_exit;
5589 #ifdef CONFIG_B43_BCMA
5590 err = bcma_driver_register(&b43_bcma_driver);
5594 #ifdef CONFIG_B43_SSB
5595 err = ssb_driver_register(&b43_ssb_driver);
5597 goto err_bcma_driver_exit;
5599 b43_print_driverinfo();
5603 #ifdef CONFIG_B43_SSB
5604 err_bcma_driver_exit:
5606 #ifdef CONFIG_B43_BCMA
5607 bcma_driver_unregister(&b43_bcma_driver);
5618 static void __exit b43_exit(void)
5620 #ifdef CONFIG_B43_SSB
5621 ssb_driver_unregister(&b43_ssb_driver);
5623 #ifdef CONFIG_B43_BCMA
5624 bcma_driver_unregister(&b43_bcma_driver);
5631 module_init(b43_init)
5632 module_exit(b43_exit)