blob: 558abe7718e4768a23af9633636818da89c18b9c [file] [log] [blame]
Michael Buesche4d6b792007-09-18 15:39:42 -04001/*
2
3 Broadcom B43 wireless driver
4
5 Copyright (c) 2005 Martin Langer <martin-langer@gmx.de>
Stefano Brivio1f21ad22007-11-06 22:49:20 +01006 Copyright (c) 2005 Stefano Brivio <stefano.brivio@polimi.it>
Michael Büscheb032b92011-07-04 20:50:05 +02007 Copyright (c) 2005-2009 Michael Buesch <m@bues.ch>
Michael Buesche4d6b792007-09-18 15:39:42 -04008 Copyright (c) 2005 Danny van Dyk <kugelfang@gentoo.org>
9 Copyright (c) 2005 Andreas Jaggi <andreas.jaggi@waterwave.ch>
Rafał Miłecki108f4f32011-09-03 21:01:02 +020010 Copyright (c) 2010-2011 Rafał Miłecki <zajec5@gmail.com>
Michael Buesche4d6b792007-09-18 15:39:42 -040011
Albert Herranz3dbba8e2009-09-10 19:34:49 +020012 SDIO support
13 Copyright (c) 2009 Albert Herranz <albert_herranz@yahoo.es>
14
Michael Buesche4d6b792007-09-18 15:39:42 -040015 Some parts of the code in this file are derived from the ipw2200
16 driver Copyright(c) 2003 - 2004 Intel Corporation.
17
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.
22
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.
27
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.
32
33*/
34
35#include <linux/delay.h>
36#include <linux/init.h>
Paul Gortmakerac5c24e92011-08-30 14:18:44 -040037#include <linux/module.h>
Michael Buesche4d6b792007-09-18 15:39:42 -040038#include <linux/if_arp.h>
39#include <linux/etherdevice.h>
Michael Buesche4d6b792007-09-18 15:39:42 -040040#include <linux/firmware.h>
Michael Buesche4d6b792007-09-18 15:39:42 -040041#include <linux/workqueue.h>
42#include <linux/skbuff.h>
Andrew Morton96cf49a2008-02-04 22:27:19 -080043#include <linux/io.h>
Michael Buesche4d6b792007-09-18 15:39:42 -040044#include <linux/dma-mapping.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090045#include <linux/slab.h>
Michael Buesche4d6b792007-09-18 15:39:42 -040046#include <asm/unaligned.h>
47
48#include "b43.h"
49#include "main.h"
50#include "debugfs.h"
Michael Bueschef1a6282008-08-27 18:53:02 +020051#include "phy_common.h"
52#include "phy_g.h"
Michael Buesch3d0da752008-08-30 02:27:19 +020053#include "phy_n.h"
Michael Buesche4d6b792007-09-18 15:39:42 -040054#include "dma.h"
Michael Buesch5100d5a2008-03-29 21:01:16 +010055#include "pio.h"
Michael Buesche4d6b792007-09-18 15:39:42 -040056#include "sysfs.h"
57#include "xmit.h"
Michael Buesche4d6b792007-09-18 15:39:42 -040058#include "lo.h"
59#include "pcmcia.h"
Albert Herranz3dbba8e2009-09-10 19:34:49 +020060#include "sdio.h"
61#include <linux/mmc/sdio_func.h>
Michael Buesche4d6b792007-09-18 15:39:42 -040062
63MODULE_DESCRIPTION("Broadcom B43 wireless driver");
64MODULE_AUTHOR("Martin Langer");
65MODULE_AUTHOR("Stefano Brivio");
66MODULE_AUTHOR("Michael Buesch");
Gábor Stefanik0136e512009-08-28 22:32:17 +020067MODULE_AUTHOR("Gábor Stefanik");
Rafał Miłecki108f4f32011-09-03 21:01:02 +020068MODULE_AUTHOR("Rafał Miłecki");
Michael Buesche4d6b792007-09-18 15:39:42 -040069MODULE_LICENSE("GPL");
70
Tim Gardner6021e082010-01-07 11:10:38 -070071MODULE_FIRMWARE("b43/ucode11.fw");
72MODULE_FIRMWARE("b43/ucode13.fw");
73MODULE_FIRMWARE("b43/ucode14.fw");
74MODULE_FIRMWARE("b43/ucode15.fw");
Rafał Miłeckif6158392011-04-19 22:49:29 +020075MODULE_FIRMWARE("b43/ucode16_mimo.fw");
Tim Gardner6021e082010-01-07 11:10:38 -070076MODULE_FIRMWARE("b43/ucode5.fw");
77MODULE_FIRMWARE("b43/ucode9.fw");
Michael Buesche4d6b792007-09-18 15:39:42 -040078
79static int modparam_bad_frames_preempt;
80module_param_named(bad_frames_preempt, modparam_bad_frames_preempt, int, 0444);
81MODULE_PARM_DESC(bad_frames_preempt,
82 "enable(1) / disable(0) Bad Frames Preemption");
83
Michael Buesche4d6b792007-09-18 15:39:42 -040084static char modparam_fwpostfix[16];
85module_param_string(fwpostfix, modparam_fwpostfix, 16, 0444);
86MODULE_PARM_DESC(fwpostfix, "Postfix for the .fw files to load.");
87
Michael Buesche4d6b792007-09-18 15:39:42 -040088static int modparam_hwpctl;
89module_param_named(hwpctl, modparam_hwpctl, int, 0444);
90MODULE_PARM_DESC(hwpctl, "Enable hardware-side power control (default off)");
91
92static int modparam_nohwcrypt;
93module_param_named(nohwcrypt, modparam_nohwcrypt, int, 0444);
94MODULE_PARM_DESC(nohwcrypt, "Disable hardware encryption.");
95
gregor kowski035d0242009-08-19 22:35:45 +020096static int modparam_hwtkip;
97module_param_named(hwtkip, modparam_hwtkip, int, 0444);
98MODULE_PARM_DESC(hwtkip, "Enable hardware tkip.");
99
Michael Buesch403a3a12009-06-08 21:04:57 +0200100static int modparam_qos = 1;
101module_param_named(qos, modparam_qos, int, 0444);
Michael Buesche6f5b932008-03-05 21:18:49 +0100102MODULE_PARM_DESC(qos, "Enable QOS support (default on)");
103
Michael Buesch1855ba72008-04-18 20:51:41 +0200104static int modparam_btcoex = 1;
105module_param_named(btcoex, modparam_btcoex, int, 0444);
Gábor Stefanikc71dbd32009-08-28 22:34:21 +0200106MODULE_PARM_DESC(btcoex, "Enable Bluetooth coexistence (default on)");
Michael Buesch1855ba72008-04-18 20:51:41 +0200107
Michael Buesch060210f2009-01-25 15:49:59 +0100108int b43_modparam_verbose = B43_VERBOSITY_DEFAULT;
109module_param_named(verbose, b43_modparam_verbose, int, 0644);
110MODULE_PARM_DESC(verbose, "Log message verbosity: 0=error, 1=warn, 2=info(default), 3=debug");
111
Rafał Miłeckidf766262011-08-16 12:14:07 +0200112static int b43_modparam_pio = 0;
Linus Torvalds9e3bd912010-02-26 10:34:27 -0800113module_param_named(pio, b43_modparam_pio, int, 0644);
114MODULE_PARM_DESC(pio, "Use PIO accesses by default: 0=DMA, 1=PIO");
Michael Buesche6f5b932008-03-05 21:18:49 +0100115
Rafał Miłecki89604002013-06-26 09:55:54 +0200116static int modparam_allhwsupport = !IS_ENABLED(CONFIG_BRCMSMAC);
117module_param_named(allhwsupport, modparam_allhwsupport, int, 0444);
118MODULE_PARM_DESC(allhwsupport, "Enable support for all hardware (even it if overlaps with the brcmsmac driver)");
119
Rafał Miłecki3c65ab62011-06-02 09:56:04 +0200120#ifdef CONFIG_B43_BCMA
121static const struct bcma_device_id b43_bcma_tbl[] = {
Hauke Mehrtensc027ed42011-07-23 13:57:34 +0200122 BCMA_CORE(BCMA_MANUF_BCM, BCMA_CORE_80211, 0x11, BCMA_ANY_CLASS),
Rafał Miłecki3c65ab62011-06-02 09:56:04 +0200123 BCMA_CORE(BCMA_MANUF_BCM, BCMA_CORE_80211, 0x17, BCMA_ANY_CLASS),
124 BCMA_CORE(BCMA_MANUF_BCM, BCMA_CORE_80211, 0x18, BCMA_ANY_CLASS),
125 BCMA_CORE(BCMA_MANUF_BCM, BCMA_CORE_80211, 0x1D, BCMA_ANY_CLASS),
126 BCMA_CORETABLE_END
127};
128MODULE_DEVICE_TABLE(bcma, b43_bcma_tbl);
129#endif
130
Rafał Miłeckiaec7ffd2011-06-14 08:18:59 +0200131#ifdef CONFIG_B43_SSB
Michael Buesche4d6b792007-09-18 15:39:42 -0400132static const struct ssb_device_id b43_ssb_tbl[] = {
133 SSB_DEVICE(SSB_VENDOR_BROADCOM, SSB_DEV_80211, 5),
134 SSB_DEVICE(SSB_VENDOR_BROADCOM, SSB_DEV_80211, 6),
135 SSB_DEVICE(SSB_VENDOR_BROADCOM, SSB_DEV_80211, 7),
136 SSB_DEVICE(SSB_VENDOR_BROADCOM, SSB_DEV_80211, 9),
137 SSB_DEVICE(SSB_VENDOR_BROADCOM, SSB_DEV_80211, 10),
Michael Bueschd5c71e42008-01-04 17:06:29 +0100138 SSB_DEVICE(SSB_VENDOR_BROADCOM, SSB_DEV_80211, 11),
Rafał Miłecki003d6d22010-01-15 12:10:53 +0100139 SSB_DEVICE(SSB_VENDOR_BROADCOM, SSB_DEV_80211, 12),
Larry Finger013978b2007-11-26 10:29:47 -0600140 SSB_DEVICE(SSB_VENDOR_BROADCOM, SSB_DEV_80211, 13),
Michael Buesch6b1c7c62008-12-25 00:39:28 +0100141 SSB_DEVICE(SSB_VENDOR_BROADCOM, SSB_DEV_80211, 15),
Johannes Berg92d61282008-12-24 12:44:09 +0100142 SSB_DEVICE(SSB_VENDOR_BROADCOM, SSB_DEV_80211, 16),
Michael Buesche4d6b792007-09-18 15:39:42 -0400143 SSB_DEVTABLE_END
144};
Michael Buesche4d6b792007-09-18 15:39:42 -0400145MODULE_DEVICE_TABLE(ssb, b43_ssb_tbl);
Rafał Miłeckiaec7ffd2011-06-14 08:18:59 +0200146#endif
Michael Buesche4d6b792007-09-18 15:39:42 -0400147
148/* Channel and ratetables are shared for all devices.
149 * They can't be const, because ieee80211 puts some precalculated
150 * data in there. This data is the same for all devices, so we don't
151 * get concurrency issues */
152#define RATETAB_ENT(_rateid, _flags) \
Johannes Berg8318d782008-01-24 19:38:38 +0100153 { \
154 .bitrate = B43_RATE_TO_BASE100KBPS(_rateid), \
155 .hw_value = (_rateid), \
156 .flags = (_flags), \
Michael Buesche4d6b792007-09-18 15:39:42 -0400157 }
Johannes Berg8318d782008-01-24 19:38:38 +0100158
159/*
160 * NOTE: When changing this, sync with xmit.c's
161 * b43_plcp_get_bitrate_idx_* functions!
162 */
Michael Buesche4d6b792007-09-18 15:39:42 -0400163static struct ieee80211_rate __b43_ratetable[] = {
Johannes Berg8318d782008-01-24 19:38:38 +0100164 RATETAB_ENT(B43_CCK_RATE_1MB, 0),
165 RATETAB_ENT(B43_CCK_RATE_2MB, IEEE80211_RATE_SHORT_PREAMBLE),
166 RATETAB_ENT(B43_CCK_RATE_5MB, IEEE80211_RATE_SHORT_PREAMBLE),
167 RATETAB_ENT(B43_CCK_RATE_11MB, IEEE80211_RATE_SHORT_PREAMBLE),
168 RATETAB_ENT(B43_OFDM_RATE_6MB, 0),
169 RATETAB_ENT(B43_OFDM_RATE_9MB, 0),
170 RATETAB_ENT(B43_OFDM_RATE_12MB, 0),
171 RATETAB_ENT(B43_OFDM_RATE_18MB, 0),
172 RATETAB_ENT(B43_OFDM_RATE_24MB, 0),
173 RATETAB_ENT(B43_OFDM_RATE_36MB, 0),
174 RATETAB_ENT(B43_OFDM_RATE_48MB, 0),
175 RATETAB_ENT(B43_OFDM_RATE_54MB, 0),
Michael Buesche4d6b792007-09-18 15:39:42 -0400176};
177
178#define b43_a_ratetable (__b43_ratetable + 4)
179#define b43_a_ratetable_size 8
180#define b43_b_ratetable (__b43_ratetable + 0)
181#define b43_b_ratetable_size 4
182#define b43_g_ratetable (__b43_ratetable + 0)
183#define b43_g_ratetable_size 12
184
Michael Bueschbb1eeff2008-02-09 12:08:58 +0100185#define CHAN4G(_channel, _freq, _flags) { \
186 .band = IEEE80211_BAND_2GHZ, \
187 .center_freq = (_freq), \
188 .hw_value = (_channel), \
189 .flags = (_flags), \
190 .max_antenna_gain = 0, \
191 .max_power = 30, \
192}
Michael Buesch96c755a2008-01-06 00:09:46 +0100193static struct ieee80211_channel b43_2ghz_chantable[] = {
Michael Bueschbb1eeff2008-02-09 12:08:58 +0100194 CHAN4G(1, 2412, 0),
195 CHAN4G(2, 2417, 0),
196 CHAN4G(3, 2422, 0),
197 CHAN4G(4, 2427, 0),
198 CHAN4G(5, 2432, 0),
199 CHAN4G(6, 2437, 0),
200 CHAN4G(7, 2442, 0),
201 CHAN4G(8, 2447, 0),
202 CHAN4G(9, 2452, 0),
203 CHAN4G(10, 2457, 0),
204 CHAN4G(11, 2462, 0),
205 CHAN4G(12, 2467, 0),
206 CHAN4G(13, 2472, 0),
207 CHAN4G(14, 2484, 0),
208};
209#undef CHAN4G
210
211#define CHAN5G(_channel, _flags) { \
212 .band = IEEE80211_BAND_5GHZ, \
213 .center_freq = 5000 + (5 * (_channel)), \
214 .hw_value = (_channel), \
215 .flags = (_flags), \
216 .max_antenna_gain = 0, \
217 .max_power = 30, \
218}
219static struct ieee80211_channel b43_5ghz_nphy_chantable[] = {
220 CHAN5G(32, 0), CHAN5G(34, 0),
221 CHAN5G(36, 0), CHAN5G(38, 0),
222 CHAN5G(40, 0), CHAN5G(42, 0),
223 CHAN5G(44, 0), CHAN5G(46, 0),
224 CHAN5G(48, 0), CHAN5G(50, 0),
225 CHAN5G(52, 0), CHAN5G(54, 0),
226 CHAN5G(56, 0), CHAN5G(58, 0),
227 CHAN5G(60, 0), CHAN5G(62, 0),
228 CHAN5G(64, 0), CHAN5G(66, 0),
229 CHAN5G(68, 0), CHAN5G(70, 0),
230 CHAN5G(72, 0), CHAN5G(74, 0),
231 CHAN5G(76, 0), CHAN5G(78, 0),
232 CHAN5G(80, 0), CHAN5G(82, 0),
233 CHAN5G(84, 0), CHAN5G(86, 0),
234 CHAN5G(88, 0), CHAN5G(90, 0),
235 CHAN5G(92, 0), CHAN5G(94, 0),
236 CHAN5G(96, 0), CHAN5G(98, 0),
237 CHAN5G(100, 0), CHAN5G(102, 0),
238 CHAN5G(104, 0), CHAN5G(106, 0),
239 CHAN5G(108, 0), CHAN5G(110, 0),
240 CHAN5G(112, 0), CHAN5G(114, 0),
241 CHAN5G(116, 0), CHAN5G(118, 0),
242 CHAN5G(120, 0), CHAN5G(122, 0),
243 CHAN5G(124, 0), CHAN5G(126, 0),
244 CHAN5G(128, 0), CHAN5G(130, 0),
245 CHAN5G(132, 0), CHAN5G(134, 0),
246 CHAN5G(136, 0), CHAN5G(138, 0),
247 CHAN5G(140, 0), CHAN5G(142, 0),
248 CHAN5G(144, 0), CHAN5G(145, 0),
249 CHAN5G(146, 0), CHAN5G(147, 0),
250 CHAN5G(148, 0), CHAN5G(149, 0),
251 CHAN5G(150, 0), CHAN5G(151, 0),
252 CHAN5G(152, 0), CHAN5G(153, 0),
253 CHAN5G(154, 0), CHAN5G(155, 0),
254 CHAN5G(156, 0), CHAN5G(157, 0),
255 CHAN5G(158, 0), CHAN5G(159, 0),
256 CHAN5G(160, 0), CHAN5G(161, 0),
257 CHAN5G(162, 0), CHAN5G(163, 0),
258 CHAN5G(164, 0), CHAN5G(165, 0),
259 CHAN5G(166, 0), CHAN5G(168, 0),
260 CHAN5G(170, 0), CHAN5G(172, 0),
261 CHAN5G(174, 0), CHAN5G(176, 0),
262 CHAN5G(178, 0), CHAN5G(180, 0),
263 CHAN5G(182, 0), CHAN5G(184, 0),
264 CHAN5G(186, 0), CHAN5G(188, 0),
265 CHAN5G(190, 0), CHAN5G(192, 0),
266 CHAN5G(194, 0), CHAN5G(196, 0),
267 CHAN5G(198, 0), CHAN5G(200, 0),
268 CHAN5G(202, 0), CHAN5G(204, 0),
269 CHAN5G(206, 0), CHAN5G(208, 0),
270 CHAN5G(210, 0), CHAN5G(212, 0),
271 CHAN5G(214, 0), CHAN5G(216, 0),
272 CHAN5G(218, 0), CHAN5G(220, 0),
273 CHAN5G(222, 0), CHAN5G(224, 0),
274 CHAN5G(226, 0), CHAN5G(228, 0),
Michael Buesche4d6b792007-09-18 15:39:42 -0400275};
276
Michael Bueschbb1eeff2008-02-09 12:08:58 +0100277static struct ieee80211_channel b43_5ghz_aphy_chantable[] = {
278 CHAN5G(34, 0), CHAN5G(36, 0),
279 CHAN5G(38, 0), CHAN5G(40, 0),
280 CHAN5G(42, 0), CHAN5G(44, 0),
281 CHAN5G(46, 0), CHAN5G(48, 0),
282 CHAN5G(52, 0), CHAN5G(56, 0),
283 CHAN5G(60, 0), CHAN5G(64, 0),
284 CHAN5G(100, 0), CHAN5G(104, 0),
285 CHAN5G(108, 0), CHAN5G(112, 0),
286 CHAN5G(116, 0), CHAN5G(120, 0),
287 CHAN5G(124, 0), CHAN5G(128, 0),
288 CHAN5G(132, 0), CHAN5G(136, 0),
289 CHAN5G(140, 0), CHAN5G(149, 0),
290 CHAN5G(153, 0), CHAN5G(157, 0),
291 CHAN5G(161, 0), CHAN5G(165, 0),
292 CHAN5G(184, 0), CHAN5G(188, 0),
293 CHAN5G(192, 0), CHAN5G(196, 0),
294 CHAN5G(200, 0), CHAN5G(204, 0),
295 CHAN5G(208, 0), CHAN5G(212, 0),
296 CHAN5G(216, 0),
297};
298#undef CHAN5G
299
300static struct ieee80211_supported_band b43_band_5GHz_nphy = {
301 .band = IEEE80211_BAND_5GHZ,
302 .channels = b43_5ghz_nphy_chantable,
303 .n_channels = ARRAY_SIZE(b43_5ghz_nphy_chantable),
304 .bitrates = b43_a_ratetable,
305 .n_bitrates = b43_a_ratetable_size,
Michael Buesche4d6b792007-09-18 15:39:42 -0400306};
Johannes Berg8318d782008-01-24 19:38:38 +0100307
Michael Bueschbb1eeff2008-02-09 12:08:58 +0100308static struct ieee80211_supported_band b43_band_5GHz_aphy = {
309 .band = IEEE80211_BAND_5GHZ,
310 .channels = b43_5ghz_aphy_chantable,
311 .n_channels = ARRAY_SIZE(b43_5ghz_aphy_chantable),
312 .bitrates = b43_a_ratetable,
313 .n_bitrates = b43_a_ratetable_size,
Johannes Berg8318d782008-01-24 19:38:38 +0100314};
Michael Buesche4d6b792007-09-18 15:39:42 -0400315
Johannes Berg8318d782008-01-24 19:38:38 +0100316static struct ieee80211_supported_band b43_band_2GHz = {
Michael Bueschbb1eeff2008-02-09 12:08:58 +0100317 .band = IEEE80211_BAND_2GHZ,
318 .channels = b43_2ghz_chantable,
319 .n_channels = ARRAY_SIZE(b43_2ghz_chantable),
320 .bitrates = b43_g_ratetable,
321 .n_bitrates = b43_g_ratetable_size,
Johannes Berg8318d782008-01-24 19:38:38 +0100322};
323
Michael Buesche4d6b792007-09-18 15:39:42 -0400324static void b43_wireless_core_exit(struct b43_wldev *dev);
325static int b43_wireless_core_init(struct b43_wldev *dev);
Michael Buesch36dbd952009-09-04 22:51:29 +0200326static struct b43_wldev * b43_wireless_core_stop(struct b43_wldev *dev);
Michael Buesche4d6b792007-09-18 15:39:42 -0400327static int b43_wireless_core_start(struct b43_wldev *dev);
Felix Fietkau2a190322011-08-10 13:50:30 -0600328static void b43_op_bss_info_changed(struct ieee80211_hw *hw,
329 struct ieee80211_vif *vif,
330 struct ieee80211_bss_conf *conf,
331 u32 changed);
Michael Buesche4d6b792007-09-18 15:39:42 -0400332
333static int b43_ratelimit(struct b43_wl *wl)
334{
335 if (!wl || !wl->current_dev)
336 return 1;
337 if (b43_status(wl->current_dev) < B43_STAT_STARTED)
338 return 1;
339 /* We are up and running.
340 * Ratelimit the messages to avoid DoS over the net. */
341 return net_ratelimit();
342}
343
344void b43info(struct b43_wl *wl, const char *fmt, ...)
345{
Joe Perches5b736d42010-11-09 16:35:18 -0800346 struct va_format vaf;
Michael Buesche4d6b792007-09-18 15:39:42 -0400347 va_list args;
348
Michael Buesch060210f2009-01-25 15:49:59 +0100349 if (b43_modparam_verbose < B43_VERBOSITY_INFO)
350 return;
Michael Buesche4d6b792007-09-18 15:39:42 -0400351 if (!b43_ratelimit(wl))
352 return;
Joe Perches5b736d42010-11-09 16:35:18 -0800353
Michael Buesche4d6b792007-09-18 15:39:42 -0400354 va_start(args, fmt);
Joe Perches5b736d42010-11-09 16:35:18 -0800355
356 vaf.fmt = fmt;
357 vaf.va = &args;
358
359 printk(KERN_INFO "b43-%s: %pV",
360 (wl && wl->hw) ? wiphy_name(wl->hw->wiphy) : "wlan", &vaf);
361
Michael Buesche4d6b792007-09-18 15:39:42 -0400362 va_end(args);
363}
364
365void b43err(struct b43_wl *wl, const char *fmt, ...)
366{
Joe Perches5b736d42010-11-09 16:35:18 -0800367 struct va_format vaf;
Michael Buesche4d6b792007-09-18 15:39:42 -0400368 va_list args;
369
Michael Buesch060210f2009-01-25 15:49:59 +0100370 if (b43_modparam_verbose < B43_VERBOSITY_ERROR)
371 return;
Michael Buesche4d6b792007-09-18 15:39:42 -0400372 if (!b43_ratelimit(wl))
373 return;
Joe Perches5b736d42010-11-09 16:35:18 -0800374
Michael Buesche4d6b792007-09-18 15:39:42 -0400375 va_start(args, fmt);
Joe Perches5b736d42010-11-09 16:35:18 -0800376
377 vaf.fmt = fmt;
378 vaf.va = &args;
379
380 printk(KERN_ERR "b43-%s ERROR: %pV",
381 (wl && wl->hw) ? wiphy_name(wl->hw->wiphy) : "wlan", &vaf);
382
Michael Buesche4d6b792007-09-18 15:39:42 -0400383 va_end(args);
384}
385
386void b43warn(struct b43_wl *wl, const char *fmt, ...)
387{
Joe Perches5b736d42010-11-09 16:35:18 -0800388 struct va_format vaf;
Michael Buesche4d6b792007-09-18 15:39:42 -0400389 va_list args;
390
Michael Buesch060210f2009-01-25 15:49:59 +0100391 if (b43_modparam_verbose < B43_VERBOSITY_WARN)
392 return;
Michael Buesche4d6b792007-09-18 15:39:42 -0400393 if (!b43_ratelimit(wl))
394 return;
Joe Perches5b736d42010-11-09 16:35:18 -0800395
Michael Buesche4d6b792007-09-18 15:39:42 -0400396 va_start(args, fmt);
Joe Perches5b736d42010-11-09 16:35:18 -0800397
398 vaf.fmt = fmt;
399 vaf.va = &args;
400
401 printk(KERN_WARNING "b43-%s warning: %pV",
402 (wl && wl->hw) ? wiphy_name(wl->hw->wiphy) : "wlan", &vaf);
403
Michael Buesche4d6b792007-09-18 15:39:42 -0400404 va_end(args);
405}
406
Michael Buesche4d6b792007-09-18 15:39:42 -0400407void b43dbg(struct b43_wl *wl, const char *fmt, ...)
408{
Joe Perches5b736d42010-11-09 16:35:18 -0800409 struct va_format vaf;
Michael Buesche4d6b792007-09-18 15:39:42 -0400410 va_list args;
411
Michael Buesch060210f2009-01-25 15:49:59 +0100412 if (b43_modparam_verbose < B43_VERBOSITY_DEBUG)
413 return;
Joe Perches5b736d42010-11-09 16:35:18 -0800414
Michael Buesche4d6b792007-09-18 15:39:42 -0400415 va_start(args, fmt);
Joe Perches5b736d42010-11-09 16:35:18 -0800416
417 vaf.fmt = fmt;
418 vaf.va = &args;
419
420 printk(KERN_DEBUG "b43-%s debug: %pV",
421 (wl && wl->hw) ? wiphy_name(wl->hw->wiphy) : "wlan", &vaf);
422
Michael Buesche4d6b792007-09-18 15:39:42 -0400423 va_end(args);
424}
Michael Buesche4d6b792007-09-18 15:39:42 -0400425
426static void b43_ram_write(struct b43_wldev *dev, u16 offset, u32 val)
427{
428 u32 macctl;
429
430 B43_WARN_ON(offset % 4 != 0);
431
432 macctl = b43_read32(dev, B43_MMIO_MACCTL);
433 if (macctl & B43_MACCTL_BE)
434 val = swab32(val);
435
436 b43_write32(dev, B43_MMIO_RAM_CONTROL, offset);
437 mmiowb();
438 b43_write32(dev, B43_MMIO_RAM_DATA, val);
439}
440
Michael Buesch280d0e12007-12-26 18:26:17 +0100441static inline void b43_shm_control_word(struct b43_wldev *dev,
442 u16 routing, u16 offset)
Michael Buesche4d6b792007-09-18 15:39:42 -0400443{
444 u32 control;
445
446 /* "offset" is the WORD offset. */
Michael Buesche4d6b792007-09-18 15:39:42 -0400447 control = routing;
448 control <<= 16;
449 control |= offset;
450 b43_write32(dev, B43_MMIO_SHM_CONTROL, control);
451}
452
Michael Buesch69eddc82009-09-04 22:57:26 +0200453u32 b43_shm_read32(struct b43_wldev *dev, u16 routing, u16 offset)
Michael Buesche4d6b792007-09-18 15:39:42 -0400454{
455 u32 ret;
456
457 if (routing == B43_SHM_SHARED) {
458 B43_WARN_ON(offset & 0x0001);
459 if (offset & 0x0003) {
460 /* Unaligned access */
461 b43_shm_control_word(dev, routing, offset >> 2);
462 ret = b43_read16(dev, B43_MMIO_SHM_DATA_UNALIGNED);
Michael Buesche4d6b792007-09-18 15:39:42 -0400463 b43_shm_control_word(dev, routing, (offset >> 2) + 1);
Michael Bueschf62ae6c2009-07-31 20:51:41 +0200464 ret |= ((u32)b43_read16(dev, B43_MMIO_SHM_DATA)) << 16;
Michael Buesche4d6b792007-09-18 15:39:42 -0400465
Michael Buesch280d0e12007-12-26 18:26:17 +0100466 goto out;
Michael Buesche4d6b792007-09-18 15:39:42 -0400467 }
468 offset >>= 2;
469 }
470 b43_shm_control_word(dev, routing, offset);
471 ret = b43_read32(dev, B43_MMIO_SHM_DATA);
Michael Buesch280d0e12007-12-26 18:26:17 +0100472out:
Michael Buesch6bbc3212008-06-19 19:33:51 +0200473 return ret;
474}
475
Michael Buesch69eddc82009-09-04 22:57:26 +0200476u16 b43_shm_read16(struct b43_wldev *dev, u16 routing, u16 offset)
Michael Buesche4d6b792007-09-18 15:39:42 -0400477{
478 u16 ret;
479
480 if (routing == B43_SHM_SHARED) {
481 B43_WARN_ON(offset & 0x0001);
482 if (offset & 0x0003) {
483 /* Unaligned access */
484 b43_shm_control_word(dev, routing, offset >> 2);
485 ret = b43_read16(dev, B43_MMIO_SHM_DATA_UNALIGNED);
486
Michael Buesch280d0e12007-12-26 18:26:17 +0100487 goto out;
Michael Buesche4d6b792007-09-18 15:39:42 -0400488 }
489 offset >>= 2;
490 }
491 b43_shm_control_word(dev, routing, offset);
492 ret = b43_read16(dev, B43_MMIO_SHM_DATA);
Michael Buesch280d0e12007-12-26 18:26:17 +0100493out:
Michael Buesch6bbc3212008-06-19 19:33:51 +0200494 return ret;
495}
496
Michael Buesch69eddc82009-09-04 22:57:26 +0200497void b43_shm_write32(struct b43_wldev *dev, u16 routing, u16 offset, u32 value)
Michael Buesche4d6b792007-09-18 15:39:42 -0400498{
499 if (routing == B43_SHM_SHARED) {
500 B43_WARN_ON(offset & 0x0001);
501 if (offset & 0x0003) {
502 /* Unaligned access */
503 b43_shm_control_word(dev, routing, offset >> 2);
Michael Buesche4d6b792007-09-18 15:39:42 -0400504 b43_write16(dev, B43_MMIO_SHM_DATA_UNALIGNED,
Michael Bueschf62ae6c2009-07-31 20:51:41 +0200505 value & 0xFFFF);
Michael Buesche4d6b792007-09-18 15:39:42 -0400506 b43_shm_control_word(dev, routing, (offset >> 2) + 1);
Michael Bueschf62ae6c2009-07-31 20:51:41 +0200507 b43_write16(dev, B43_MMIO_SHM_DATA,
508 (value >> 16) & 0xFFFF);
Michael Buesch6bbc3212008-06-19 19:33:51 +0200509 return;
Michael Buesche4d6b792007-09-18 15:39:42 -0400510 }
511 offset >>= 2;
512 }
513 b43_shm_control_word(dev, routing, offset);
Michael Buesche4d6b792007-09-18 15:39:42 -0400514 b43_write32(dev, B43_MMIO_SHM_DATA, value);
Michael Buesch6bbc3212008-06-19 19:33:51 +0200515}
516
Michael Buesch69eddc82009-09-04 22:57:26 +0200517void b43_shm_write16(struct b43_wldev *dev, u16 routing, u16 offset, u16 value)
Michael Buesch6bbc3212008-06-19 19:33:51 +0200518{
519 if (routing == B43_SHM_SHARED) {
520 B43_WARN_ON(offset & 0x0001);
521 if (offset & 0x0003) {
522 /* Unaligned access */
523 b43_shm_control_word(dev, routing, offset >> 2);
524 b43_write16(dev, B43_MMIO_SHM_DATA_UNALIGNED, value);
525 return;
526 }
527 offset >>= 2;
528 }
529 b43_shm_control_word(dev, routing, offset);
530 b43_write16(dev, B43_MMIO_SHM_DATA, value);
531}
532
Michael Buesche4d6b792007-09-18 15:39:42 -0400533/* Read HostFlags */
John Daiker99da1852009-02-24 02:16:42 -0800534u64 b43_hf_read(struct b43_wldev *dev)
Michael Buesche4d6b792007-09-18 15:39:42 -0400535{
Michael Buesch35f0d352008-02-13 14:31:08 +0100536 u64 ret;
Michael Buesche4d6b792007-09-18 15:39:42 -0400537
Rafał Miłecki6e6a2cd2012-07-25 16:58:38 +0200538 ret = b43_shm_read16(dev, B43_SHM_SHARED, B43_SHM_SH_HOSTF3);
Michael Buesche4d6b792007-09-18 15:39:42 -0400539 ret <<= 16;
Rafał Miłecki6e6a2cd2012-07-25 16:58:38 +0200540 ret |= b43_shm_read16(dev, B43_SHM_SHARED, B43_SHM_SH_HOSTF2);
Michael Buesch35f0d352008-02-13 14:31:08 +0100541 ret <<= 16;
Rafał Miłecki6e6a2cd2012-07-25 16:58:38 +0200542 ret |= b43_shm_read16(dev, B43_SHM_SHARED, B43_SHM_SH_HOSTF1);
Michael Buesche4d6b792007-09-18 15:39:42 -0400543
544 return ret;
545}
546
547/* Write HostFlags */
Michael Buesch35f0d352008-02-13 14:31:08 +0100548void b43_hf_write(struct b43_wldev *dev, u64 value)
Michael Buesche4d6b792007-09-18 15:39:42 -0400549{
Michael Buesch35f0d352008-02-13 14:31:08 +0100550 u16 lo, mi, hi;
551
552 lo = (value & 0x00000000FFFFULL);
553 mi = (value & 0x0000FFFF0000ULL) >> 16;
554 hi = (value & 0xFFFF00000000ULL) >> 32;
Rafał Miłecki6e6a2cd2012-07-25 16:58:38 +0200555 b43_shm_write16(dev, B43_SHM_SHARED, B43_SHM_SH_HOSTF1, lo);
556 b43_shm_write16(dev, B43_SHM_SHARED, B43_SHM_SH_HOSTF2, mi);
557 b43_shm_write16(dev, B43_SHM_SHARED, B43_SHM_SH_HOSTF3, hi);
Michael Buesche4d6b792007-09-18 15:39:42 -0400558}
559
Michael Buesch403a3a12009-06-08 21:04:57 +0200560/* Read the firmware capabilities bitmask (Opensource firmware only) */
561static u16 b43_fwcapa_read(struct b43_wldev *dev)
562{
563 B43_WARN_ON(!dev->fw.opensource);
564 return b43_shm_read16(dev, B43_SHM_SHARED, B43_SHM_SH_FWCAPA);
565}
566
Michael Buesch3ebbbb52008-12-19 22:51:57 +0100567void b43_tsf_read(struct b43_wldev *dev, u64 *tsf)
Michael Buesche4d6b792007-09-18 15:39:42 -0400568{
Michael Buesch3ebbbb52008-12-19 22:51:57 +0100569 u32 low, high;
Michael Buesche4d6b792007-09-18 15:39:42 -0400570
Rafał Miłecki21d889d2011-05-18 02:06:38 +0200571 B43_WARN_ON(dev->dev->core_rev < 3);
Michael Buesche4d6b792007-09-18 15:39:42 -0400572
Michael Buesch3ebbbb52008-12-19 22:51:57 +0100573 /* The hardware guarantees us an atomic read, if we
574 * read the low register first. */
575 low = b43_read32(dev, B43_MMIO_REV3PLUS_TSF_LOW);
576 high = b43_read32(dev, B43_MMIO_REV3PLUS_TSF_HIGH);
Michael Buesche4d6b792007-09-18 15:39:42 -0400577
Michael Buesch3ebbbb52008-12-19 22:51:57 +0100578 *tsf = high;
579 *tsf <<= 32;
580 *tsf |= low;
Michael Buesche4d6b792007-09-18 15:39:42 -0400581}
582
583static void b43_time_lock(struct b43_wldev *dev)
584{
Rafał Miłecki50566352012-01-02 19:31:21 +0100585 b43_maskset32(dev, B43_MMIO_MACCTL, ~0, B43_MACCTL_TBTTHOLD);
Michael Buesche4d6b792007-09-18 15:39:42 -0400586 /* Commit the write */
587 b43_read32(dev, B43_MMIO_MACCTL);
588}
589
590static void b43_time_unlock(struct b43_wldev *dev)
591{
Rafał Miłecki50566352012-01-02 19:31:21 +0100592 b43_maskset32(dev, B43_MMIO_MACCTL, ~B43_MACCTL_TBTTHOLD, 0);
Michael Buesche4d6b792007-09-18 15:39:42 -0400593 /* Commit the write */
594 b43_read32(dev, B43_MMIO_MACCTL);
595}
596
597static void b43_tsf_write_locked(struct b43_wldev *dev, u64 tsf)
598{
Michael Buesch3ebbbb52008-12-19 22:51:57 +0100599 u32 low, high;
Michael Buesche4d6b792007-09-18 15:39:42 -0400600
Rafał Miłecki21d889d2011-05-18 02:06:38 +0200601 B43_WARN_ON(dev->dev->core_rev < 3);
Michael Buesche4d6b792007-09-18 15:39:42 -0400602
Michael Buesch3ebbbb52008-12-19 22:51:57 +0100603 low = tsf;
604 high = (tsf >> 32);
605 /* The hardware guarantees us an atomic write, if we
606 * write the low register first. */
607 b43_write32(dev, B43_MMIO_REV3PLUS_TSF_LOW, low);
608 mmiowb();
609 b43_write32(dev, B43_MMIO_REV3PLUS_TSF_HIGH, high);
610 mmiowb();
Michael Buesche4d6b792007-09-18 15:39:42 -0400611}
612
613void b43_tsf_write(struct b43_wldev *dev, u64 tsf)
614{
615 b43_time_lock(dev);
616 b43_tsf_write_locked(dev, tsf);
617 b43_time_unlock(dev);
618}
619
620static
John Daiker99da1852009-02-24 02:16:42 -0800621void b43_macfilter_set(struct b43_wldev *dev, u16 offset, const u8 *mac)
Michael Buesche4d6b792007-09-18 15:39:42 -0400622{
623 static const u8 zero_addr[ETH_ALEN] = { 0 };
624 u16 data;
625
626 if (!mac)
627 mac = zero_addr;
628
629 offset |= 0x0020;
630 b43_write16(dev, B43_MMIO_MACFILTER_CONTROL, offset);
631
632 data = mac[0];
633 data |= mac[1] << 8;
634 b43_write16(dev, B43_MMIO_MACFILTER_DATA, data);
635 data = mac[2];
636 data |= mac[3] << 8;
637 b43_write16(dev, B43_MMIO_MACFILTER_DATA, data);
638 data = mac[4];
639 data |= mac[5] << 8;
640 b43_write16(dev, B43_MMIO_MACFILTER_DATA, data);
641}
642
643static void b43_write_mac_bssid_templates(struct b43_wldev *dev)
644{
645 const u8 *mac;
646 const u8 *bssid;
647 u8 mac_bssid[ETH_ALEN * 2];
648 int i;
649 u32 tmp;
650
651 bssid = dev->wl->bssid;
652 mac = dev->wl->mac_addr;
653
654 b43_macfilter_set(dev, B43_MACFILTER_BSSID, bssid);
655
656 memcpy(mac_bssid, mac, ETH_ALEN);
657 memcpy(mac_bssid + ETH_ALEN, bssid, ETH_ALEN);
658
659 /* Write our MAC address and BSSID to template ram */
660 for (i = 0; i < ARRAY_SIZE(mac_bssid); i += sizeof(u32)) {
661 tmp = (u32) (mac_bssid[i + 0]);
662 tmp |= (u32) (mac_bssid[i + 1]) << 8;
663 tmp |= (u32) (mac_bssid[i + 2]) << 16;
664 tmp |= (u32) (mac_bssid[i + 3]) << 24;
665 b43_ram_write(dev, 0x20 + i, tmp);
666 }
667}
668
Johannes Berg4150c572007-09-17 01:29:23 -0400669static void b43_upload_card_macaddress(struct b43_wldev *dev)
Michael Buesche4d6b792007-09-18 15:39:42 -0400670{
Michael Buesche4d6b792007-09-18 15:39:42 -0400671 b43_write_mac_bssid_templates(dev);
Johannes Berg4150c572007-09-17 01:29:23 -0400672 b43_macfilter_set(dev, B43_MACFILTER_SELF, dev->wl->mac_addr);
Michael Buesche4d6b792007-09-18 15:39:42 -0400673}
674
675static void b43_set_slot_time(struct b43_wldev *dev, u16 slot_time)
676{
677 /* slot_time is in usec. */
Larry Fingerb6c3f5b2010-02-02 10:08:19 -0600678 /* This test used to exit for all but a G PHY. */
679 if (b43_current_band(dev->wl) == IEEE80211_BAND_5GHZ)
Michael Buesche4d6b792007-09-18 15:39:42 -0400680 return;
Larry Fingerb6c3f5b2010-02-02 10:08:19 -0600681 b43_write16(dev, B43_MMIO_IFSSLOT, 510 + slot_time);
682 /* Shared memory location 0x0010 is the slot time and should be
683 * set to slot_time; however, this register is initially 0 and changing
684 * the value adversely affects the transmit rate for BCM4311
685 * devices. Until this behavior is unterstood, delete this step
686 *
687 * b43_shm_write16(dev, B43_SHM_SHARED, 0x0010, slot_time);
688 */
Michael Buesche4d6b792007-09-18 15:39:42 -0400689}
690
691static void b43_short_slot_timing_enable(struct b43_wldev *dev)
692{
693 b43_set_slot_time(dev, 9);
Michael Buesche4d6b792007-09-18 15:39:42 -0400694}
695
696static void b43_short_slot_timing_disable(struct b43_wldev *dev)
697{
698 b43_set_slot_time(dev, 20);
Michael Buesche4d6b792007-09-18 15:39:42 -0400699}
700
Michael Buesche4d6b792007-09-18 15:39:42 -0400701/* DummyTransmission function, as documented on
Gábor Stefanik2f19c282009-08-13 16:51:51 +0200702 * http://bcm-v4.sipsolutions.net/802.11/DummyTransmission
Michael Buesche4d6b792007-09-18 15:39:42 -0400703 */
Gábor Stefanik2f19c282009-08-13 16:51:51 +0200704void b43_dummy_transmission(struct b43_wldev *dev, bool ofdm, bool pa_on)
Michael Buesche4d6b792007-09-18 15:39:42 -0400705{
706 struct b43_phy *phy = &dev->phy;
707 unsigned int i, max_loop;
708 u16 value;
709 u32 buffer[5] = {
710 0x00000000,
711 0x00D40000,
712 0x00000000,
713 0x01000000,
714 0x00000000,
715 };
716
Gábor Stefanik2f19c282009-08-13 16:51:51 +0200717 if (ofdm) {
Michael Buesche4d6b792007-09-18 15:39:42 -0400718 max_loop = 0x1E;
719 buffer[0] = 0x000201CC;
Gábor Stefanik2f19c282009-08-13 16:51:51 +0200720 } else {
Michael Buesche4d6b792007-09-18 15:39:42 -0400721 max_loop = 0xFA;
722 buffer[0] = 0x000B846E;
Michael Buesche4d6b792007-09-18 15:39:42 -0400723 }
724
725 for (i = 0; i < 5; i++)
726 b43_ram_write(dev, i * 4, buffer[i]);
727
Rafał Miłecki7955d872011-09-21 21:44:13 +0200728 b43_write16(dev, B43_MMIO_XMTSEL, 0x0000);
729
Rafał Miłecki21d889d2011-05-18 02:06:38 +0200730 if (dev->dev->core_rev < 11)
Rafał Miłecki7955d872011-09-21 21:44:13 +0200731 b43_write16(dev, B43_MMIO_WEPCTL, 0x0000);
Gábor Stefanik2f19c282009-08-13 16:51:51 +0200732 else
Rafał Miłecki7955d872011-09-21 21:44:13 +0200733 b43_write16(dev, B43_MMIO_WEPCTL, 0x0100);
734
Gábor Stefanik2f19c282009-08-13 16:51:51 +0200735 value = (ofdm ? 0x41 : 0x40);
Rafał Miłecki7955d872011-09-21 21:44:13 +0200736 b43_write16(dev, B43_MMIO_TXE0_PHYCTL, value);
Rafał Miłecki93dbd822011-09-21 21:44:14 +0200737 if (phy->type == B43_PHYTYPE_N || phy->type == B43_PHYTYPE_LP ||
738 phy->type == B43_PHYTYPE_LCN)
Rafał Miłecki7955d872011-09-21 21:44:13 +0200739 b43_write16(dev, B43_MMIO_TXE0_PHYCTL1, 0x1A02);
740
741 b43_write16(dev, B43_MMIO_TXE0_WM_0, 0x0000);
742 b43_write16(dev, B43_MMIO_TXE0_WM_1, 0x0000);
743
744 b43_write16(dev, B43_MMIO_XMTTPLATETXPTR, 0x0000);
745 b43_write16(dev, B43_MMIO_XMTTXCNT, 0x0014);
746 b43_write16(dev, B43_MMIO_XMTSEL, 0x0826);
747 b43_write16(dev, B43_MMIO_TXE0_CTL, 0x0000);
Rafał Miłecki93dbd822011-09-21 21:44:14 +0200748
749 if (!pa_on && phy->type == B43_PHYTYPE_N)
750 ; /*b43_nphy_pa_override(dev, false) */
Gábor Stefanik2f19c282009-08-13 16:51:51 +0200751
752 switch (phy->type) {
753 case B43_PHYTYPE_N:
Rafał Miłecki93dbd822011-09-21 21:44:14 +0200754 case B43_PHYTYPE_LCN:
Rafał Miłecki7955d872011-09-21 21:44:13 +0200755 b43_write16(dev, B43_MMIO_TXE0_AUX, 0x00D0);
Gábor Stefanik2f19c282009-08-13 16:51:51 +0200756 break;
757 case B43_PHYTYPE_LP:
Rafał Miłecki7955d872011-09-21 21:44:13 +0200758 b43_write16(dev, B43_MMIO_TXE0_AUX, 0x0050);
Gábor Stefanik2f19c282009-08-13 16:51:51 +0200759 break;
760 default:
Rafał Miłecki7955d872011-09-21 21:44:13 +0200761 b43_write16(dev, B43_MMIO_TXE0_AUX, 0x0030);
Gábor Stefanik2f19c282009-08-13 16:51:51 +0200762 }
Rafał Miłecki93dbd822011-09-21 21:44:14 +0200763 b43_read16(dev, B43_MMIO_TXE0_AUX);
Michael Buesche4d6b792007-09-18 15:39:42 -0400764
765 if (phy->radio_ver == 0x2050 && phy->radio_rev <= 0x5)
766 b43_radio_write16(dev, 0x0051, 0x0017);
767 for (i = 0x00; i < max_loop; i++) {
Rafał Miłecki7955d872011-09-21 21:44:13 +0200768 value = b43_read16(dev, B43_MMIO_TXE0_STATUS);
Michael Buesche4d6b792007-09-18 15:39:42 -0400769 if (value & 0x0080)
770 break;
771 udelay(10);
772 }
773 for (i = 0x00; i < 0x0A; i++) {
Rafał Miłecki7955d872011-09-21 21:44:13 +0200774 value = b43_read16(dev, B43_MMIO_TXE0_STATUS);
Michael Buesche4d6b792007-09-18 15:39:42 -0400775 if (value & 0x0400)
776 break;
777 udelay(10);
778 }
Larry Finger1d280dd2008-09-29 14:19:29 -0500779 for (i = 0x00; i < 0x19; i++) {
Rafał Miłecki7955d872011-09-21 21:44:13 +0200780 value = b43_read16(dev, B43_MMIO_IFSSTAT);
Michael Buesche4d6b792007-09-18 15:39:42 -0400781 if (!(value & 0x0100))
782 break;
783 udelay(10);
784 }
785 if (phy->radio_ver == 0x2050 && phy->radio_rev <= 0x5)
786 b43_radio_write16(dev, 0x0051, 0x0037);
787}
788
789static void key_write(struct b43_wldev *dev,
John Daiker99da1852009-02-24 02:16:42 -0800790 u8 index, u8 algorithm, const u8 *key)
Michael Buesche4d6b792007-09-18 15:39:42 -0400791{
792 unsigned int i;
793 u32 offset;
794 u16 value;
795 u16 kidx;
796
797 /* Key index/algo block */
798 kidx = b43_kidx_to_fw(dev, index);
799 value = ((kidx << 4) | algorithm);
800 b43_shm_write16(dev, B43_SHM_SHARED,
801 B43_SHM_SH_KEYIDXBLOCK + (kidx * 2), value);
802
803 /* Write the key to the Key Table Pointer offset */
804 offset = dev->ktp + (index * B43_SEC_KEYSIZE);
805 for (i = 0; i < B43_SEC_KEYSIZE; i += 2) {
806 value = key[i];
807 value |= (u16) (key[i + 1]) << 8;
808 b43_shm_write16(dev, B43_SHM_SHARED, offset + i, value);
809 }
810}
811
John Daiker99da1852009-02-24 02:16:42 -0800812static void keymac_write(struct b43_wldev *dev, u8 index, const u8 *addr)
Michael Buesche4d6b792007-09-18 15:39:42 -0400813{
814 u32 addrtmp[2] = { 0, 0, };
Michael Buesch66d2d082009-08-06 10:36:50 +0200815 u8 pairwise_keys_start = B43_NR_GROUP_KEYS * 2;
Michael Buesche4d6b792007-09-18 15:39:42 -0400816
817 if (b43_new_kidx_api(dev))
Michael Buesch66d2d082009-08-06 10:36:50 +0200818 pairwise_keys_start = B43_NR_GROUP_KEYS;
Michael Buesche4d6b792007-09-18 15:39:42 -0400819
Michael Buesch66d2d082009-08-06 10:36:50 +0200820 B43_WARN_ON(index < pairwise_keys_start);
821 /* We have four default TX keys and possibly four default RX keys.
Michael Buesche4d6b792007-09-18 15:39:42 -0400822 * Physical mac 0 is mapped to physical key 4 or 8, depending
823 * on the firmware version.
824 * So we must adjust the index here.
825 */
Michael Buesch66d2d082009-08-06 10:36:50 +0200826 index -= pairwise_keys_start;
827 B43_WARN_ON(index >= B43_NR_PAIRWISE_KEYS);
Michael Buesche4d6b792007-09-18 15:39:42 -0400828
829 if (addr) {
830 addrtmp[0] = addr[0];
831 addrtmp[0] |= ((u32) (addr[1]) << 8);
832 addrtmp[0] |= ((u32) (addr[2]) << 16);
833 addrtmp[0] |= ((u32) (addr[3]) << 24);
834 addrtmp[1] = addr[4];
835 addrtmp[1] |= ((u32) (addr[5]) << 8);
836 }
837
Michael Buesch66d2d082009-08-06 10:36:50 +0200838 /* Receive match transmitter address (RCMTA) mechanism */
839 b43_shm_write32(dev, B43_SHM_RCMTA,
840 (index * 2) + 0, addrtmp[0]);
841 b43_shm_write16(dev, B43_SHM_RCMTA,
842 (index * 2) + 1, addrtmp[1]);
Michael Buesche4d6b792007-09-18 15:39:42 -0400843}
844
gregor kowski035d0242009-08-19 22:35:45 +0200845/* The ucode will use phase1 key with TEK key to decrypt rx packets.
846 * When a packet is received, the iv32 is checked.
847 * - if it doesn't the packet is returned without modification (and software
848 * decryption can be done). That's what happen when iv16 wrap.
849 * - if it does, the rc4 key is computed, and decryption is tried.
850 * Either it will success and B43_RX_MAC_DEC is returned,
851 * either it fails and B43_RX_MAC_DEC|B43_RX_MAC_DECERR is returned
852 * and the packet is not usable (it got modified by the ucode).
853 * So in order to never have B43_RX_MAC_DECERR, we should provide
854 * a iv32 and phase1key that match. Because we drop packets in case of
855 * B43_RX_MAC_DECERR, if we have a correct iv32 but a wrong phase1key, all
856 * packets will be lost without higher layer knowing (ie no resync possible
857 * until next wrap).
858 *
859 * NOTE : this should support 50 key like RCMTA because
860 * (B43_SHM_SH_KEYIDXBLOCK - B43_SHM_SH_TKIPTSCTTAK)/14 = 50
861 */
862static void rx_tkip_phase1_write(struct b43_wldev *dev, u8 index, u32 iv32,
863 u16 *phase1key)
864{
865 unsigned int i;
866 u32 offset;
867 u8 pairwise_keys_start = B43_NR_GROUP_KEYS * 2;
868
869 if (!modparam_hwtkip)
870 return;
871
872 if (b43_new_kidx_api(dev))
873 pairwise_keys_start = B43_NR_GROUP_KEYS;
874
875 B43_WARN_ON(index < pairwise_keys_start);
876 /* We have four default TX keys and possibly four default RX keys.
877 * Physical mac 0 is mapped to physical key 4 or 8, depending
878 * on the firmware version.
879 * So we must adjust the index here.
880 */
881 index -= pairwise_keys_start;
882 B43_WARN_ON(index >= B43_NR_PAIRWISE_KEYS);
883
884 if (b43_debug(dev, B43_DBG_KEYS)) {
885 b43dbg(dev->wl, "rx_tkip_phase1_write : idx 0x%x, iv32 0x%x\n",
886 index, iv32);
887 }
888 /* Write the key to the RX tkip shared mem */
889 offset = B43_SHM_SH_TKIPTSCTTAK + index * (10 + 4);
890 for (i = 0; i < 10; i += 2) {
891 b43_shm_write16(dev, B43_SHM_SHARED, offset + i,
892 phase1key ? phase1key[i / 2] : 0);
893 }
894 b43_shm_write16(dev, B43_SHM_SHARED, offset + i, iv32);
895 b43_shm_write16(dev, B43_SHM_SHARED, offset + i + 2, iv32 >> 16);
896}
897
898static void b43_op_update_tkip_key(struct ieee80211_hw *hw,
Johannes Bergb3fbdcf2010-01-21 11:40:47 +0100899 struct ieee80211_vif *vif,
900 struct ieee80211_key_conf *keyconf,
901 struct ieee80211_sta *sta,
902 u32 iv32, u16 *phase1key)
gregor kowski035d0242009-08-19 22:35:45 +0200903{
904 struct b43_wl *wl = hw_to_b43_wl(hw);
905 struct b43_wldev *dev;
906 int index = keyconf->hw_key_idx;
907
908 if (B43_WARN_ON(!modparam_hwtkip))
909 return;
910
Michael Buesch96869a32010-01-24 13:13:32 +0100911 /* This is only called from the RX path through mac80211, where
912 * our mutex is already locked. */
913 B43_WARN_ON(!mutex_is_locked(&wl->mutex));
gregor kowski035d0242009-08-19 22:35:45 +0200914 dev = wl->current_dev;
Michael Buesch96869a32010-01-24 13:13:32 +0100915 B43_WARN_ON(!dev || b43_status(dev) < B43_STAT_INITIALIZED);
gregor kowski035d0242009-08-19 22:35:45 +0200916
917 keymac_write(dev, index, NULL); /* First zero out mac to avoid race */
918
919 rx_tkip_phase1_write(dev, index, iv32, phase1key);
Johannes Bergb3fbdcf2010-01-21 11:40:47 +0100920 /* only pairwise TKIP keys are supported right now */
921 if (WARN_ON(!sta))
Michael Buesch96869a32010-01-24 13:13:32 +0100922 return;
Johannes Bergb3fbdcf2010-01-21 11:40:47 +0100923 keymac_write(dev, index, sta->addr);
gregor kowski035d0242009-08-19 22:35:45 +0200924}
925
Michael Buesche4d6b792007-09-18 15:39:42 -0400926static void do_key_write(struct b43_wldev *dev,
927 u8 index, u8 algorithm,
John Daiker99da1852009-02-24 02:16:42 -0800928 const u8 *key, size_t key_len, const u8 *mac_addr)
Michael Buesche4d6b792007-09-18 15:39:42 -0400929{
930 u8 buf[B43_SEC_KEYSIZE] = { 0, };
Michael Buesch66d2d082009-08-06 10:36:50 +0200931 u8 pairwise_keys_start = B43_NR_GROUP_KEYS * 2;
Michael Buesche4d6b792007-09-18 15:39:42 -0400932
933 if (b43_new_kidx_api(dev))
Michael Buesch66d2d082009-08-06 10:36:50 +0200934 pairwise_keys_start = B43_NR_GROUP_KEYS;
Michael Buesche4d6b792007-09-18 15:39:42 -0400935
Michael Buesch66d2d082009-08-06 10:36:50 +0200936 B43_WARN_ON(index >= ARRAY_SIZE(dev->key));
Michael Buesche4d6b792007-09-18 15:39:42 -0400937 B43_WARN_ON(key_len > B43_SEC_KEYSIZE);
938
Michael Buesch66d2d082009-08-06 10:36:50 +0200939 if (index >= pairwise_keys_start)
Michael Buesche4d6b792007-09-18 15:39:42 -0400940 keymac_write(dev, index, NULL); /* First zero out mac. */
gregor kowski035d0242009-08-19 22:35:45 +0200941 if (algorithm == B43_SEC_ALGO_TKIP) {
942 /*
943 * We should provide an initial iv32, phase1key pair.
944 * We could start with iv32=0 and compute the corresponding
945 * phase1key, but this means calling ieee80211_get_tkip_key
946 * with a fake skb (or export other tkip function).
947 * Because we are lazy we hope iv32 won't start with
948 * 0xffffffff and let's b43_op_update_tkip_key provide a
949 * correct pair.
950 */
951 rx_tkip_phase1_write(dev, index, 0xffffffff, (u16*)buf);
952 } else if (index >= pairwise_keys_start) /* clear it */
953 rx_tkip_phase1_write(dev, index, 0, NULL);
Michael Buesche4d6b792007-09-18 15:39:42 -0400954 if (key)
955 memcpy(buf, key, key_len);
956 key_write(dev, index, algorithm, buf);
Michael Buesch66d2d082009-08-06 10:36:50 +0200957 if (index >= pairwise_keys_start)
Michael Buesche4d6b792007-09-18 15:39:42 -0400958 keymac_write(dev, index, mac_addr);
959
960 dev->key[index].algorithm = algorithm;
961}
962
963static int b43_key_write(struct b43_wldev *dev,
964 int index, u8 algorithm,
John Daiker99da1852009-02-24 02:16:42 -0800965 const u8 *key, size_t key_len,
966 const u8 *mac_addr,
Michael Buesche4d6b792007-09-18 15:39:42 -0400967 struct ieee80211_key_conf *keyconf)
968{
969 int i;
Michael Buesch66d2d082009-08-06 10:36:50 +0200970 int pairwise_keys_start;
Michael Buesche4d6b792007-09-18 15:39:42 -0400971
gregor kowski035d0242009-08-19 22:35:45 +0200972 /* For ALG_TKIP the key is encoded as a 256-bit (32 byte) data block:
973 * - Temporal Encryption Key (128 bits)
974 * - Temporal Authenticator Tx MIC Key (64 bits)
975 * - Temporal Authenticator Rx MIC Key (64 bits)
976 *
977 * Hardware only store TEK
978 */
979 if (algorithm == B43_SEC_ALGO_TKIP && key_len == 32)
980 key_len = 16;
Michael Buesche4d6b792007-09-18 15:39:42 -0400981 if (key_len > B43_SEC_KEYSIZE)
982 return -EINVAL;
Michael Buesch66d2d082009-08-06 10:36:50 +0200983 for (i = 0; i < ARRAY_SIZE(dev->key); i++) {
Michael Buesche4d6b792007-09-18 15:39:42 -0400984 /* Check that we don't already have this key. */
985 B43_WARN_ON(dev->key[i].keyconf == keyconf);
986 }
987 if (index < 0) {
Michael Buesche808e582008-12-19 21:30:52 +0100988 /* Pairwise key. Get an empty slot for the key. */
Michael Buesche4d6b792007-09-18 15:39:42 -0400989 if (b43_new_kidx_api(dev))
Michael Buesch66d2d082009-08-06 10:36:50 +0200990 pairwise_keys_start = B43_NR_GROUP_KEYS;
Michael Buesche4d6b792007-09-18 15:39:42 -0400991 else
Michael Buesch66d2d082009-08-06 10:36:50 +0200992 pairwise_keys_start = B43_NR_GROUP_KEYS * 2;
993 for (i = pairwise_keys_start;
994 i < pairwise_keys_start + B43_NR_PAIRWISE_KEYS;
995 i++) {
996 B43_WARN_ON(i >= ARRAY_SIZE(dev->key));
Michael Buesche4d6b792007-09-18 15:39:42 -0400997 if (!dev->key[i].keyconf) {
998 /* found empty */
999 index = i;
1000 break;
1001 }
1002 }
1003 if (index < 0) {
Michael Buesche808e582008-12-19 21:30:52 +01001004 b43warn(dev->wl, "Out of hardware key memory\n");
Michael Buesche4d6b792007-09-18 15:39:42 -04001005 return -ENOSPC;
1006 }
1007 } else
1008 B43_WARN_ON(index > 3);
1009
1010 do_key_write(dev, index, algorithm, key, key_len, mac_addr);
1011 if ((index <= 3) && !b43_new_kidx_api(dev)) {
1012 /* Default RX key */
1013 B43_WARN_ON(mac_addr);
1014 do_key_write(dev, index + 4, algorithm, key, key_len, NULL);
1015 }
1016 keyconf->hw_key_idx = index;
1017 dev->key[index].keyconf = keyconf;
1018
1019 return 0;
1020}
1021
1022static int b43_key_clear(struct b43_wldev *dev, int index)
1023{
Michael Buesch66d2d082009-08-06 10:36:50 +02001024 if (B43_WARN_ON((index < 0) || (index >= ARRAY_SIZE(dev->key))))
Michael Buesche4d6b792007-09-18 15:39:42 -04001025 return -EINVAL;
1026 do_key_write(dev, index, B43_SEC_ALGO_NONE,
1027 NULL, B43_SEC_KEYSIZE, NULL);
1028 if ((index <= 3) && !b43_new_kidx_api(dev)) {
1029 do_key_write(dev, index + 4, B43_SEC_ALGO_NONE,
1030 NULL, B43_SEC_KEYSIZE, NULL);
1031 }
1032 dev->key[index].keyconf = NULL;
1033
1034 return 0;
1035}
1036
1037static void b43_clear_keys(struct b43_wldev *dev)
1038{
Michael Buesch66d2d082009-08-06 10:36:50 +02001039 int i, count;
Michael Buesche4d6b792007-09-18 15:39:42 -04001040
Michael Buesch66d2d082009-08-06 10:36:50 +02001041 if (b43_new_kidx_api(dev))
1042 count = B43_NR_GROUP_KEYS + B43_NR_PAIRWISE_KEYS;
1043 else
1044 count = B43_NR_GROUP_KEYS * 2 + B43_NR_PAIRWISE_KEYS;
1045 for (i = 0; i < count; i++)
Michael Buesche4d6b792007-09-18 15:39:42 -04001046 b43_key_clear(dev, i);
1047}
1048
Michael Buesch9cf7f242008-12-19 20:24:30 +01001049static void b43_dump_keymemory(struct b43_wldev *dev)
1050{
Michael Buesch66d2d082009-08-06 10:36:50 +02001051 unsigned int i, index, count, offset, pairwise_keys_start;
Michael Buesch9cf7f242008-12-19 20:24:30 +01001052 u8 mac[ETH_ALEN];
1053 u16 algo;
1054 u32 rcmta0;
1055 u16 rcmta1;
1056 u64 hf;
1057 struct b43_key *key;
1058
1059 if (!b43_debug(dev, B43_DBG_KEYS))
1060 return;
1061
1062 hf = b43_hf_read(dev);
1063 b43dbg(dev->wl, "Hardware key memory dump: USEDEFKEYS=%u\n",
1064 !!(hf & B43_HF_USEDEFKEYS));
Michael Buesch66d2d082009-08-06 10:36:50 +02001065 if (b43_new_kidx_api(dev)) {
1066 pairwise_keys_start = B43_NR_GROUP_KEYS;
1067 count = B43_NR_GROUP_KEYS + B43_NR_PAIRWISE_KEYS;
1068 } else {
1069 pairwise_keys_start = B43_NR_GROUP_KEYS * 2;
1070 count = B43_NR_GROUP_KEYS * 2 + B43_NR_PAIRWISE_KEYS;
1071 }
1072 for (index = 0; index < count; index++) {
Michael Buesch9cf7f242008-12-19 20:24:30 +01001073 key = &(dev->key[index]);
1074 printk(KERN_DEBUG "Key slot %02u: %s",
1075 index, (key->keyconf == NULL) ? " " : "*");
1076 offset = dev->ktp + (index * B43_SEC_KEYSIZE);
1077 for (i = 0; i < B43_SEC_KEYSIZE; i += 2) {
1078 u16 tmp = b43_shm_read16(dev, B43_SHM_SHARED, offset + i);
1079 printk("%02X%02X", (tmp & 0xFF), ((tmp >> 8) & 0xFF));
1080 }
1081
1082 algo = b43_shm_read16(dev, B43_SHM_SHARED,
1083 B43_SHM_SH_KEYIDXBLOCK + (index * 2));
1084 printk(" Algo: %04X/%02X", algo, key->algorithm);
1085
Michael Buesch66d2d082009-08-06 10:36:50 +02001086 if (index >= pairwise_keys_start) {
gregor kowski035d0242009-08-19 22:35:45 +02001087 if (key->algorithm == B43_SEC_ALGO_TKIP) {
1088 printk(" TKIP: ");
1089 offset = B43_SHM_SH_TKIPTSCTTAK + (index - 4) * (10 + 4);
1090 for (i = 0; i < 14; i += 2) {
1091 u16 tmp = b43_shm_read16(dev, B43_SHM_SHARED, offset + i);
1092 printk("%02X%02X", (tmp & 0xFF), ((tmp >> 8) & 0xFF));
1093 }
1094 }
Michael Buesch9cf7f242008-12-19 20:24:30 +01001095 rcmta0 = b43_shm_read32(dev, B43_SHM_RCMTA,
Michael Buesch66d2d082009-08-06 10:36:50 +02001096 ((index - pairwise_keys_start) * 2) + 0);
Michael Buesch9cf7f242008-12-19 20:24:30 +01001097 rcmta1 = b43_shm_read16(dev, B43_SHM_RCMTA,
Michael Buesch66d2d082009-08-06 10:36:50 +02001098 ((index - pairwise_keys_start) * 2) + 1);
Michael Buesch9cf7f242008-12-19 20:24:30 +01001099 *((__le32 *)(&mac[0])) = cpu_to_le32(rcmta0);
1100 *((__le16 *)(&mac[4])) = cpu_to_le16(rcmta1);
Johannes Berge91d8332009-07-15 17:21:41 +02001101 printk(" MAC: %pM", mac);
Michael Buesch9cf7f242008-12-19 20:24:30 +01001102 } else
1103 printk(" DEFAULT KEY");
1104 printk("\n");
1105 }
1106}
1107
Michael Buesche4d6b792007-09-18 15:39:42 -04001108void b43_power_saving_ctl_bits(struct b43_wldev *dev, unsigned int ps_flags)
1109{
1110 u32 macctl;
1111 u16 ucstat;
1112 bool hwps;
1113 bool awake;
1114 int i;
1115
1116 B43_WARN_ON((ps_flags & B43_PS_ENABLED) &&
1117 (ps_flags & B43_PS_DISABLED));
1118 B43_WARN_ON((ps_flags & B43_PS_AWAKE) && (ps_flags & B43_PS_ASLEEP));
1119
1120 if (ps_flags & B43_PS_ENABLED) {
Rusty Russell3db1cd52011-12-19 13:56:45 +00001121 hwps = true;
Michael Buesche4d6b792007-09-18 15:39:42 -04001122 } else if (ps_flags & B43_PS_DISABLED) {
Rusty Russell3db1cd52011-12-19 13:56:45 +00001123 hwps = false;
Michael Buesche4d6b792007-09-18 15:39:42 -04001124 } else {
1125 //TODO: If powersave is not off and FIXME is not set and we are not in adhoc
1126 // and thus is not an AP and we are associated, set bit 25
1127 }
1128 if (ps_flags & B43_PS_AWAKE) {
Rusty Russell3db1cd52011-12-19 13:56:45 +00001129 awake = true;
Michael Buesche4d6b792007-09-18 15:39:42 -04001130 } else if (ps_flags & B43_PS_ASLEEP) {
Rusty Russell3db1cd52011-12-19 13:56:45 +00001131 awake = false;
Michael Buesche4d6b792007-09-18 15:39:42 -04001132 } else {
1133 //TODO: If the device is awake or this is an AP, or we are scanning, or FIXME,
1134 // or we are associated, or FIXME, or the latest PS-Poll packet sent was
1135 // successful, set bit26
1136 }
1137
1138/* FIXME: For now we force awake-on and hwps-off */
Rusty Russell3db1cd52011-12-19 13:56:45 +00001139 hwps = false;
1140 awake = true;
Michael Buesche4d6b792007-09-18 15:39:42 -04001141
1142 macctl = b43_read32(dev, B43_MMIO_MACCTL);
1143 if (hwps)
1144 macctl |= B43_MACCTL_HWPS;
1145 else
1146 macctl &= ~B43_MACCTL_HWPS;
1147 if (awake)
1148 macctl |= B43_MACCTL_AWAKE;
1149 else
1150 macctl &= ~B43_MACCTL_AWAKE;
1151 b43_write32(dev, B43_MMIO_MACCTL, macctl);
1152 /* Commit write */
1153 b43_read32(dev, B43_MMIO_MACCTL);
Rafał Miłecki21d889d2011-05-18 02:06:38 +02001154 if (awake && dev->dev->core_rev >= 5) {
Michael Buesche4d6b792007-09-18 15:39:42 -04001155 /* Wait for the microcode to wake up. */
1156 for (i = 0; i < 100; i++) {
1157 ucstat = b43_shm_read16(dev, B43_SHM_SHARED,
1158 B43_SHM_SH_UCODESTAT);
1159 if (ucstat != B43_SHM_SH_UCODESTAT_SLEEP)
1160 break;
1161 udelay(10);
1162 }
1163 }
1164}
1165
Rafał Miłecki42c9a452011-07-06 15:45:27 +02001166#ifdef CONFIG_B43_BCMA
Rafał Miłecki49173592011-07-17 01:06:06 +02001167static void b43_bcma_phy_reset(struct b43_wldev *dev)
1168{
1169 u32 flags;
1170
1171 /* Put PHY into reset */
1172 flags = bcma_aread32(dev->dev->bdev, BCMA_IOCTL);
1173 flags |= B43_BCMA_IOCTL_PHY_RESET;
1174 flags |= B43_BCMA_IOCTL_PHY_BW_20MHZ; /* Make 20 MHz def */
1175 bcma_awrite32(dev->dev->bdev, BCMA_IOCTL, flags);
1176 udelay(2);
1177
1178 /* Take PHY out of reset */
1179 flags = bcma_aread32(dev->dev->bdev, BCMA_IOCTL);
1180 flags &= ~B43_BCMA_IOCTL_PHY_RESET;
1181 flags |= BCMA_IOCTL_FGC;
1182 bcma_awrite32(dev->dev->bdev, BCMA_IOCTL, flags);
1183 udelay(1);
1184
1185 /* Do not force clock anymore */
1186 flags = bcma_aread32(dev->dev->bdev, BCMA_IOCTL);
1187 flags &= ~BCMA_IOCTL_FGC;
1188 bcma_awrite32(dev->dev->bdev, BCMA_IOCTL, flags);
1189 udelay(1);
1190}
1191
Rafał Miłecki42c9a452011-07-06 15:45:27 +02001192static void b43_bcma_wireless_core_reset(struct b43_wldev *dev, bool gmode)
1193{
Rafał Miłecki88cceab2013-02-26 10:07:57 +01001194 u32 req = B43_BCMA_CLKCTLST_80211_PLL_REQ |
1195 B43_BCMA_CLKCTLST_PHY_PLL_REQ;
1196 u32 status = B43_BCMA_CLKCTLST_80211_PLL_ST |
1197 B43_BCMA_CLKCTLST_PHY_PLL_ST;
Rafał Miłecki6b9e03e2014-04-22 13:54:35 +02001198 u32 flags;
Rafał Miłecki88cceab2013-02-26 10:07:57 +01001199
Rafał Miłecki6b9e03e2014-04-22 13:54:35 +02001200 flags = B43_BCMA_IOCTL_PHY_CLKEN;
1201 if (gmode)
1202 flags |= B43_BCMA_IOCTL_GMODE;
1203 b43_device_enable(dev, flags);
1204
Rafał Miłecki49173592011-07-17 01:06:06 +02001205 bcma_core_set_clockmode(dev->dev->bdev, BCMA_CLKMODE_FAST);
1206 b43_bcma_phy_reset(dev);
Rafał Miłecki88cceab2013-02-26 10:07:57 +01001207 bcma_core_pll_ctl(dev->dev->bdev, req, status, true);
Rafał Miłecki42c9a452011-07-06 15:45:27 +02001208}
1209#endif
1210
Rafał Miłeckibd7c8a52014-05-10 19:52:18 +02001211#ifdef CONFIG_B43_SSB
Rafał Miłecki4da909e2011-06-02 01:07:12 +02001212static void b43_ssb_wireless_core_reset(struct b43_wldev *dev, bool gmode)
Michael Buesche4d6b792007-09-18 15:39:42 -04001213{
Rafał Miłeckid48ae5c2011-05-19 15:11:26 +02001214 struct ssb_device *sdev = dev->dev->sdev;
Michael Buesche4d6b792007-09-18 15:39:42 -04001215 u32 tmslow;
Rafał Miłecki4da909e2011-06-02 01:07:12 +02001216 u32 flags = 0;
Michael Buesche4d6b792007-09-18 15:39:42 -04001217
Rafał Miłecki4da909e2011-06-02 01:07:12 +02001218 if (gmode)
1219 flags |= B43_TMSLOW_GMODE;
Michael Buesche4d6b792007-09-18 15:39:42 -04001220 flags |= B43_TMSLOW_PHYCLKEN;
1221 flags |= B43_TMSLOW_PHYRESET;
Rafał Miłecki42ab1352010-12-09 20:56:01 +01001222 if (dev->phy.type == B43_PHYTYPE_N)
1223 flags |= B43_TMSLOW_PHY_BANDWIDTH_20MHZ; /* Make 20 MHz def */
Rafał Miłecki24ca39d2011-05-18 02:06:43 +02001224 b43_device_enable(dev, flags);
Michael Buesche4d6b792007-09-18 15:39:42 -04001225 msleep(2); /* Wait for the PLL to turn on. */
1226
1227 /* Now take the PHY out of Reset again */
Rafał Miłeckid48ae5c2011-05-19 15:11:26 +02001228 tmslow = ssb_read32(sdev, SSB_TMSLOW);
Michael Buesche4d6b792007-09-18 15:39:42 -04001229 tmslow |= SSB_TMSLOW_FGC;
1230 tmslow &= ~B43_TMSLOW_PHYRESET;
Rafał Miłeckid48ae5c2011-05-19 15:11:26 +02001231 ssb_write32(sdev, SSB_TMSLOW, tmslow);
1232 ssb_read32(sdev, SSB_TMSLOW); /* flush */
Michael Buesche4d6b792007-09-18 15:39:42 -04001233 msleep(1);
1234 tmslow &= ~SSB_TMSLOW_FGC;
Rafał Miłeckid48ae5c2011-05-19 15:11:26 +02001235 ssb_write32(sdev, SSB_TMSLOW, tmslow);
1236 ssb_read32(sdev, SSB_TMSLOW); /* flush */
Michael Buesche4d6b792007-09-18 15:39:42 -04001237 msleep(1);
Rafał Miłecki14952982011-05-17 18:57:28 +02001238}
Rafał Miłeckibd7c8a52014-05-10 19:52:18 +02001239#endif
Rafał Miłecki14952982011-05-17 18:57:28 +02001240
Rafał Miłecki4da909e2011-06-02 01:07:12 +02001241void b43_wireless_core_reset(struct b43_wldev *dev, bool gmode)
Rafał Miłecki14952982011-05-17 18:57:28 +02001242{
1243 u32 macctl;
1244
Rafał Miłecki6cbab0d2011-07-06 15:45:26 +02001245 switch (dev->dev->bus_type) {
Rafał Miłecki42c9a452011-07-06 15:45:27 +02001246#ifdef CONFIG_B43_BCMA
1247 case B43_BUS_BCMA:
1248 b43_bcma_wireless_core_reset(dev, gmode);
1249 break;
1250#endif
Rafał Miłecki6cbab0d2011-07-06 15:45:26 +02001251#ifdef CONFIG_B43_SSB
1252 case B43_BUS_SSB:
1253 b43_ssb_wireless_core_reset(dev, gmode);
1254 break;
1255#endif
1256 }
Michael Buesche4d6b792007-09-18 15:39:42 -04001257
Michael Bueschfb111372008-09-02 13:00:34 +02001258 /* Turn Analog ON, but only if we already know the PHY-type.
1259 * This protects against very early setup where we don't know the
1260 * PHY-type, yet. wireless_core_reset will be called once again later,
1261 * when we know the PHY-type. */
1262 if (dev->phy.ops)
Michael Bueschcb24f572008-09-03 12:12:20 +02001263 dev->phy.ops->switch_analog(dev, 1);
Michael Buesche4d6b792007-09-18 15:39:42 -04001264
1265 macctl = b43_read32(dev, B43_MMIO_MACCTL);
1266 macctl &= ~B43_MACCTL_GMODE;
Rafał Miłecki4da909e2011-06-02 01:07:12 +02001267 if (gmode)
Michael Buesche4d6b792007-09-18 15:39:42 -04001268 macctl |= B43_MACCTL_GMODE;
1269 macctl |= B43_MACCTL_IHR_ENABLED;
1270 b43_write32(dev, B43_MMIO_MACCTL, macctl);
1271}
1272
1273static void handle_irq_transmit_status(struct b43_wldev *dev)
1274{
1275 u32 v0, v1;
1276 u16 tmp;
1277 struct b43_txstatus stat;
1278
1279 while (1) {
1280 v0 = b43_read32(dev, B43_MMIO_XMITSTAT_0);
1281 if (!(v0 & 0x00000001))
1282 break;
1283 v1 = b43_read32(dev, B43_MMIO_XMITSTAT_1);
1284
1285 stat.cookie = (v0 >> 16);
1286 stat.seq = (v1 & 0x0000FFFF);
1287 stat.phy_stat = ((v1 & 0x00FF0000) >> 16);
1288 tmp = (v0 & 0x0000FFFF);
1289 stat.frame_count = ((tmp & 0xF000) >> 12);
1290 stat.rts_count = ((tmp & 0x0F00) >> 8);
1291 stat.supp_reason = ((tmp & 0x001C) >> 2);
1292 stat.pm_indicated = !!(tmp & 0x0080);
1293 stat.intermediate = !!(tmp & 0x0040);
1294 stat.for_ampdu = !!(tmp & 0x0020);
1295 stat.acked = !!(tmp & 0x0002);
1296
1297 b43_handle_txstatus(dev, &stat);
1298 }
1299}
1300
1301static void drain_txstatus_queue(struct b43_wldev *dev)
1302{
1303 u32 dummy;
1304
Rafał Miłecki21d889d2011-05-18 02:06:38 +02001305 if (dev->dev->core_rev < 5)
Michael Buesche4d6b792007-09-18 15:39:42 -04001306 return;
1307 /* Read all entries from the microcode TXstatus FIFO
1308 * and throw them away.
1309 */
1310 while (1) {
1311 dummy = b43_read32(dev, B43_MMIO_XMITSTAT_0);
1312 if (!(dummy & 0x00000001))
1313 break;
1314 dummy = b43_read32(dev, B43_MMIO_XMITSTAT_1);
1315 }
1316}
1317
1318static u32 b43_jssi_read(struct b43_wldev *dev)
1319{
1320 u32 val = 0;
1321
Hauke Mehrtens5c1da232013-03-23 18:07:02 +01001322 val = b43_shm_read16(dev, B43_SHM_SHARED, B43_SHM_SH_JSSI1);
Michael Buesche4d6b792007-09-18 15:39:42 -04001323 val <<= 16;
Hauke Mehrtens5c1da232013-03-23 18:07:02 +01001324 val |= b43_shm_read16(dev, B43_SHM_SHARED, B43_SHM_SH_JSSI0);
Michael Buesche4d6b792007-09-18 15:39:42 -04001325
1326 return val;
1327}
1328
1329static void b43_jssi_write(struct b43_wldev *dev, u32 jssi)
1330{
Hauke Mehrtens5c1da232013-03-23 18:07:02 +01001331 b43_shm_write16(dev, B43_SHM_SHARED, B43_SHM_SH_JSSI0,
1332 (jssi & 0x0000FFFF));
1333 b43_shm_write16(dev, B43_SHM_SHARED, B43_SHM_SH_JSSI1,
1334 (jssi & 0xFFFF0000) >> 16);
Michael Buesche4d6b792007-09-18 15:39:42 -04001335}
1336
1337static void b43_generate_noise_sample(struct b43_wldev *dev)
1338{
1339 b43_jssi_write(dev, 0x7F7F7F7F);
Michael Bueschaa6c7ae2007-12-26 16:26:36 +01001340 b43_write32(dev, B43_MMIO_MACCMD,
1341 b43_read32(dev, B43_MMIO_MACCMD) | B43_MACCMD_BGNOISE);
Michael Buesche4d6b792007-09-18 15:39:42 -04001342}
1343
1344static void b43_calculate_link_quality(struct b43_wldev *dev)
1345{
1346 /* Top half of Link Quality calculation. */
1347
Michael Bueschef1a6282008-08-27 18:53:02 +02001348 if (dev->phy.type != B43_PHYTYPE_G)
1349 return;
Michael Buesche4d6b792007-09-18 15:39:42 -04001350 if (dev->noisecalc.calculation_running)
1351 return;
Rusty Russell3db1cd52011-12-19 13:56:45 +00001352 dev->noisecalc.calculation_running = true;
Michael Buesche4d6b792007-09-18 15:39:42 -04001353 dev->noisecalc.nr_samples = 0;
1354
1355 b43_generate_noise_sample(dev);
1356}
1357
1358static void handle_irq_noise(struct b43_wldev *dev)
1359{
Michael Bueschef1a6282008-08-27 18:53:02 +02001360 struct b43_phy_g *phy = dev->phy.g;
Michael Buesche4d6b792007-09-18 15:39:42 -04001361 u16 tmp;
1362 u8 noise[4];
1363 u8 i, j;
1364 s32 average;
1365
1366 /* Bottom half of Link Quality calculation. */
1367
Michael Bueschef1a6282008-08-27 18:53:02 +02001368 if (dev->phy.type != B43_PHYTYPE_G)
1369 return;
1370
Michael Buesch98a3b2f2008-06-12 12:36:29 +02001371 /* Possible race condition: It might be possible that the user
1372 * changed to a different channel in the meantime since we
1373 * started the calculation. We ignore that fact, since it's
1374 * not really that much of a problem. The background noise is
1375 * an estimation only anyway. Slightly wrong results will get damped
1376 * by the averaging of the 8 sample rounds. Additionally the
1377 * value is shortlived. So it will be replaced by the next noise
1378 * calculation round soon. */
1379
Michael Buesche4d6b792007-09-18 15:39:42 -04001380 B43_WARN_ON(!dev->noisecalc.calculation_running);
Michael Buesch1a094042007-09-20 11:13:40 -07001381 *((__le32 *)noise) = cpu_to_le32(b43_jssi_read(dev));
Michael Buesche4d6b792007-09-18 15:39:42 -04001382 if (noise[0] == 0x7F || noise[1] == 0x7F ||
1383 noise[2] == 0x7F || noise[3] == 0x7F)
1384 goto generate_new;
1385
1386 /* Get the noise samples. */
1387 B43_WARN_ON(dev->noisecalc.nr_samples >= 8);
1388 i = dev->noisecalc.nr_samples;
Harvey Harrisoncdbf0842008-05-02 13:47:48 -07001389 noise[0] = clamp_val(noise[0], 0, ARRAY_SIZE(phy->nrssi_lt) - 1);
1390 noise[1] = clamp_val(noise[1], 0, ARRAY_SIZE(phy->nrssi_lt) - 1);
1391 noise[2] = clamp_val(noise[2], 0, ARRAY_SIZE(phy->nrssi_lt) - 1);
1392 noise[3] = clamp_val(noise[3], 0, ARRAY_SIZE(phy->nrssi_lt) - 1);
Michael Buesche4d6b792007-09-18 15:39:42 -04001393 dev->noisecalc.samples[i][0] = phy->nrssi_lt[noise[0]];
1394 dev->noisecalc.samples[i][1] = phy->nrssi_lt[noise[1]];
1395 dev->noisecalc.samples[i][2] = phy->nrssi_lt[noise[2]];
1396 dev->noisecalc.samples[i][3] = phy->nrssi_lt[noise[3]];
1397 dev->noisecalc.nr_samples++;
1398 if (dev->noisecalc.nr_samples == 8) {
1399 /* Calculate the Link Quality by the noise samples. */
1400 average = 0;
1401 for (i = 0; i < 8; i++) {
1402 for (j = 0; j < 4; j++)
1403 average += dev->noisecalc.samples[i][j];
1404 }
1405 average /= (8 * 4);
1406 average *= 125;
1407 average += 64;
1408 average /= 128;
1409 tmp = b43_shm_read16(dev, B43_SHM_SHARED, 0x40C);
1410 tmp = (tmp / 128) & 0x1F;
1411 if (tmp >= 8)
1412 average += 2;
1413 else
1414 average -= 25;
1415 if (tmp == 8)
1416 average -= 72;
1417 else
1418 average -= 48;
1419
1420 dev->stats.link_noise = average;
Rusty Russell3db1cd52011-12-19 13:56:45 +00001421 dev->noisecalc.calculation_running = false;
Michael Buesche4d6b792007-09-18 15:39:42 -04001422 return;
1423 }
Michael Buesch98a3b2f2008-06-12 12:36:29 +02001424generate_new:
Michael Buesche4d6b792007-09-18 15:39:42 -04001425 b43_generate_noise_sample(dev);
1426}
1427
1428static void handle_irq_tbtt_indication(struct b43_wldev *dev)
1429{
Johannes Berg05c914f2008-09-11 00:01:58 +02001430 if (b43_is_mode(dev->wl, NL80211_IFTYPE_AP)) {
Michael Buesche4d6b792007-09-18 15:39:42 -04001431 ///TODO: PS TBTT
1432 } else {
1433 if (1 /*FIXME: the last PSpoll frame was sent successfully */ )
1434 b43_power_saving_ctl_bits(dev, 0);
1435 }
Johannes Berg05c914f2008-09-11 00:01:58 +02001436 if (b43_is_mode(dev->wl, NL80211_IFTYPE_ADHOC))
Rusty Russell3db1cd52011-12-19 13:56:45 +00001437 dev->dfq_valid = true;
Michael Buesche4d6b792007-09-18 15:39:42 -04001438}
1439
1440static void handle_irq_atim_end(struct b43_wldev *dev)
1441{
Michael Bueschaa6c7ae2007-12-26 16:26:36 +01001442 if (dev->dfq_valid) {
1443 b43_write32(dev, B43_MMIO_MACCMD,
1444 b43_read32(dev, B43_MMIO_MACCMD)
1445 | B43_MACCMD_DFQ_VALID);
Rusty Russell3db1cd52011-12-19 13:56:45 +00001446 dev->dfq_valid = false;
Michael Bueschaa6c7ae2007-12-26 16:26:36 +01001447 }
Michael Buesche4d6b792007-09-18 15:39:42 -04001448}
1449
1450static void handle_irq_pmq(struct b43_wldev *dev)
1451{
1452 u32 tmp;
1453
1454 //TODO: AP mode.
1455
1456 while (1) {
1457 tmp = b43_read32(dev, B43_MMIO_PS_STATUS);
1458 if (!(tmp & 0x00000008))
1459 break;
1460 }
1461 /* 16bit write is odd, but correct. */
1462 b43_write16(dev, B43_MMIO_PS_STATUS, 0x0002);
1463}
1464
1465static void b43_write_template_common(struct b43_wldev *dev,
John Daiker99da1852009-02-24 02:16:42 -08001466 const u8 *data, u16 size,
Michael Buesche4d6b792007-09-18 15:39:42 -04001467 u16 ram_offset,
1468 u16 shm_size_offset, u8 rate)
1469{
1470 u32 i, tmp;
1471 struct b43_plcp_hdr4 plcp;
1472
1473 plcp.data = 0;
1474 b43_generate_plcp_hdr(&plcp, size + FCS_LEN, rate);
1475 b43_ram_write(dev, ram_offset, le32_to_cpu(plcp.data));
1476 ram_offset += sizeof(u32);
1477 /* The PLCP is 6 bytes long, but we only wrote 4 bytes, yet.
1478 * So leave the first two bytes of the next write blank.
1479 */
1480 tmp = (u32) (data[0]) << 16;
1481 tmp |= (u32) (data[1]) << 24;
1482 b43_ram_write(dev, ram_offset, tmp);
1483 ram_offset += sizeof(u32);
1484 for (i = 2; i < size; i += sizeof(u32)) {
1485 tmp = (u32) (data[i + 0]);
1486 if (i + 1 < size)
1487 tmp |= (u32) (data[i + 1]) << 8;
1488 if (i + 2 < size)
1489 tmp |= (u32) (data[i + 2]) << 16;
1490 if (i + 3 < size)
1491 tmp |= (u32) (data[i + 3]) << 24;
1492 b43_ram_write(dev, ram_offset + i - 2, tmp);
1493 }
1494 b43_shm_write16(dev, B43_SHM_SHARED, shm_size_offset,
1495 size + sizeof(struct b43_plcp_hdr6));
1496}
1497
Michael Buesch5042c502008-04-05 15:05:00 +02001498/* Check if the use of the antenna that ieee80211 told us to
1499 * use is possible. This will fall back to DEFAULT.
1500 * "antenna_nr" is the antenna identifier we got from ieee80211. */
1501u8 b43_ieee80211_antenna_sanitize(struct b43_wldev *dev,
1502 u8 antenna_nr)
1503{
1504 u8 antenna_mask;
1505
1506 if (antenna_nr == 0) {
1507 /* Zero means "use default antenna". That's always OK. */
1508 return 0;
1509 }
1510
1511 /* Get the mask of available antennas. */
1512 if (dev->phy.gmode)
Rafał Miłecki05814832011-05-18 02:06:39 +02001513 antenna_mask = dev->dev->bus_sprom->ant_available_bg;
Michael Buesch5042c502008-04-05 15:05:00 +02001514 else
Rafał Miłecki05814832011-05-18 02:06:39 +02001515 antenna_mask = dev->dev->bus_sprom->ant_available_a;
Michael Buesch5042c502008-04-05 15:05:00 +02001516
1517 if (!(antenna_mask & (1 << (antenna_nr - 1)))) {
1518 /* This antenna is not available. Fall back to default. */
1519 return 0;
1520 }
1521
1522 return antenna_nr;
1523}
1524
Michael Buesch5042c502008-04-05 15:05:00 +02001525/* Convert a b43 antenna number value to the PHY TX control value. */
1526static u16 b43_antenna_to_phyctl(int antenna)
1527{
1528 switch (antenna) {
1529 case B43_ANTENNA0:
1530 return B43_TXH_PHY_ANT0;
1531 case B43_ANTENNA1:
1532 return B43_TXH_PHY_ANT1;
1533 case B43_ANTENNA2:
1534 return B43_TXH_PHY_ANT2;
1535 case B43_ANTENNA3:
1536 return B43_TXH_PHY_ANT3;
Gábor Stefanik64e368b2009-08-27 22:49:49 +02001537 case B43_ANTENNA_AUTO0:
1538 case B43_ANTENNA_AUTO1:
Michael Buesch5042c502008-04-05 15:05:00 +02001539 return B43_TXH_PHY_ANT01AUTO;
1540 }
1541 B43_WARN_ON(1);
1542 return 0;
1543}
1544
Michael Buesche4d6b792007-09-18 15:39:42 -04001545static void b43_write_beacon_template(struct b43_wldev *dev,
1546 u16 ram_offset,
Michael Buesch5042c502008-04-05 15:05:00 +02001547 u16 shm_size_offset)
Michael Buesche4d6b792007-09-18 15:39:42 -04001548{
Michael Buesch47f76ca2007-12-27 22:15:11 +01001549 unsigned int i, len, variable_len;
Michael Buesche66fee62007-12-26 17:47:10 +01001550 const struct ieee80211_mgmt *bcn;
1551 const u8 *ie;
Rusty Russell3db1cd52011-12-19 13:56:45 +00001552 bool tim_found = false;
Michael Buesch5042c502008-04-05 15:05:00 +02001553 unsigned int rate;
1554 u16 ctl;
1555 int antenna;
Johannes Berge039fa42008-05-15 12:55:29 +02001556 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(dev->wl->current_beacon);
Michael Buesche4d6b792007-09-18 15:39:42 -04001557
Michael Buesche66fee62007-12-26 17:47:10 +01001558 bcn = (const struct ieee80211_mgmt *)(dev->wl->current_beacon->data);
Silvan Jegenc8e49552014-02-25 18:12:52 +01001559 len = min_t(size_t, dev->wl->current_beacon->len,
Michael Buesche4d6b792007-09-18 15:39:42 -04001560 0x200 - sizeof(struct b43_plcp_hdr6));
Johannes Berge039fa42008-05-15 12:55:29 +02001561 rate = ieee80211_get_tx_rate(dev->wl->hw, info)->hw_value;
Michael Buesche66fee62007-12-26 17:47:10 +01001562
1563 b43_write_template_common(dev, (const u8 *)bcn,
Michael Buesche4d6b792007-09-18 15:39:42 -04001564 len, ram_offset, shm_size_offset, rate);
Michael Buesche66fee62007-12-26 17:47:10 +01001565
Michael Buesch5042c502008-04-05 15:05:00 +02001566 /* Write the PHY TX control parameters. */
Johannes Berg0f4ac382008-10-09 12:18:04 +02001567 antenna = B43_ANTENNA_DEFAULT;
Michael Buesch5042c502008-04-05 15:05:00 +02001568 antenna = b43_antenna_to_phyctl(antenna);
1569 ctl = b43_shm_read16(dev, B43_SHM_SHARED, B43_SHM_SH_BEACPHYCTL);
1570 /* We can't send beacons with short preamble. Would get PHY errors. */
1571 ctl &= ~B43_TXH_PHY_SHORTPRMBL;
1572 ctl &= ~B43_TXH_PHY_ANT;
1573 ctl &= ~B43_TXH_PHY_ENC;
1574 ctl |= antenna;
1575 if (b43_is_cck_rate(rate))
1576 ctl |= B43_TXH_PHY_ENC_CCK;
1577 else
1578 ctl |= B43_TXH_PHY_ENC_OFDM;
1579 b43_shm_write16(dev, B43_SHM_SHARED, B43_SHM_SH_BEACPHYCTL, ctl);
1580
Michael Buesche66fee62007-12-26 17:47:10 +01001581 /* Find the position of the TIM and the DTIM_period value
1582 * and write them to SHM. */
1583 ie = bcn->u.beacon.variable;
Michael Buesch47f76ca2007-12-27 22:15:11 +01001584 variable_len = len - offsetof(struct ieee80211_mgmt, u.beacon.variable);
1585 for (i = 0; i < variable_len - 2; ) {
Michael Buesche66fee62007-12-26 17:47:10 +01001586 uint8_t ie_id, ie_len;
1587
1588 ie_id = ie[i];
1589 ie_len = ie[i + 1];
1590 if (ie_id == 5) {
1591 u16 tim_position;
1592 u16 dtim_period;
1593 /* This is the TIM Information Element */
1594
1595 /* Check whether the ie_len is in the beacon data range. */
Michael Buesch47f76ca2007-12-27 22:15:11 +01001596 if (variable_len < ie_len + 2 + i)
Michael Buesche66fee62007-12-26 17:47:10 +01001597 break;
1598 /* A valid TIM is at least 4 bytes long. */
1599 if (ie_len < 4)
1600 break;
Rusty Russell3db1cd52011-12-19 13:56:45 +00001601 tim_found = true;
Michael Buesche66fee62007-12-26 17:47:10 +01001602
1603 tim_position = sizeof(struct b43_plcp_hdr6);
1604 tim_position += offsetof(struct ieee80211_mgmt, u.beacon.variable);
1605 tim_position += i;
1606
1607 dtim_period = ie[i + 3];
1608
1609 b43_shm_write16(dev, B43_SHM_SHARED,
1610 B43_SHM_SH_TIMBPOS, tim_position);
1611 b43_shm_write16(dev, B43_SHM_SHARED,
1612 B43_SHM_SH_DTIMPER, dtim_period);
1613 break;
1614 }
1615 i += ie_len + 2;
1616 }
1617 if (!tim_found) {
Johannes Berg04dea132008-05-20 12:10:49 +02001618 /*
1619 * If ucode wants to modify TIM do it behind the beacon, this
1620 * will happen, for example, when doing mesh networking.
1621 */
1622 b43_shm_write16(dev, B43_SHM_SHARED,
1623 B43_SHM_SH_TIMBPOS,
1624 len + sizeof(struct b43_plcp_hdr6));
1625 b43_shm_write16(dev, B43_SHM_SHARED,
1626 B43_SHM_SH_DTIMPER, 0);
1627 }
1628 b43dbg(dev->wl, "Updated beacon template at 0x%x\n", ram_offset);
Michael Buesche4d6b792007-09-18 15:39:42 -04001629}
1630
Michael Buesch6b4bec012008-05-20 12:16:28 +02001631static void b43_upload_beacon0(struct b43_wldev *dev)
1632{
1633 struct b43_wl *wl = dev->wl;
1634
1635 if (wl->beacon0_uploaded)
1636 return;
Hauke Mehrtens5c1da232013-03-23 18:07:02 +01001637 b43_write_beacon_template(dev, B43_SHM_SH_BT_BASE0, B43_SHM_SH_BTL0);
Rusty Russell3db1cd52011-12-19 13:56:45 +00001638 wl->beacon0_uploaded = true;
Michael Buesch6b4bec012008-05-20 12:16:28 +02001639}
1640
1641static void b43_upload_beacon1(struct b43_wldev *dev)
1642{
1643 struct b43_wl *wl = dev->wl;
1644
1645 if (wl->beacon1_uploaded)
1646 return;
Hauke Mehrtens5c1da232013-03-23 18:07:02 +01001647 b43_write_beacon_template(dev, B43_SHM_SH_BT_BASE1, B43_SHM_SH_BTL1);
Rusty Russell3db1cd52011-12-19 13:56:45 +00001648 wl->beacon1_uploaded = true;
Michael Buesch6b4bec012008-05-20 12:16:28 +02001649}
1650
Michael Bueschc97a4cc2008-04-05 15:02:09 +02001651static void handle_irq_beacon(struct b43_wldev *dev)
1652{
1653 struct b43_wl *wl = dev->wl;
1654 u32 cmd, beacon0_valid, beacon1_valid;
1655
Johannes Berg05c914f2008-09-11 00:01:58 +02001656 if (!b43_is_mode(wl, NL80211_IFTYPE_AP) &&
Manual Munz8c235162011-09-18 18:24:03 -05001657 !b43_is_mode(wl, NL80211_IFTYPE_MESH_POINT) &&
1658 !b43_is_mode(wl, NL80211_IFTYPE_ADHOC))
Michael Bueschc97a4cc2008-04-05 15:02:09 +02001659 return;
1660
1661 /* This is the bottom half of the asynchronous beacon update. */
1662
1663 /* Ignore interrupt in the future. */
Michael Buesch13790722009-04-08 21:26:27 +02001664 dev->irq_mask &= ~B43_IRQ_BEACON;
Michael Bueschc97a4cc2008-04-05 15:02:09 +02001665
1666 cmd = b43_read32(dev, B43_MMIO_MACCMD);
1667 beacon0_valid = (cmd & B43_MACCMD_BEACON0_VALID);
1668 beacon1_valid = (cmd & B43_MACCMD_BEACON1_VALID);
1669
1670 /* Schedule interrupt manually, if busy. */
1671 if (beacon0_valid && beacon1_valid) {
1672 b43_write32(dev, B43_MMIO_GEN_IRQ_REASON, B43_IRQ_BEACON);
Michael Buesch13790722009-04-08 21:26:27 +02001673 dev->irq_mask |= B43_IRQ_BEACON;
Michael Bueschc97a4cc2008-04-05 15:02:09 +02001674 return;
1675 }
1676
Michael Buesch6b4bec012008-05-20 12:16:28 +02001677 if (unlikely(wl->beacon_templates_virgin)) {
1678 /* We never uploaded a beacon before.
1679 * Upload both templates now, but only mark one valid. */
Rusty Russell3db1cd52011-12-19 13:56:45 +00001680 wl->beacon_templates_virgin = false;
Michael Buesch6b4bec012008-05-20 12:16:28 +02001681 b43_upload_beacon0(dev);
1682 b43_upload_beacon1(dev);
Michael Bueschc97a4cc2008-04-05 15:02:09 +02001683 cmd = b43_read32(dev, B43_MMIO_MACCMD);
1684 cmd |= B43_MACCMD_BEACON0_VALID;
1685 b43_write32(dev, B43_MMIO_MACCMD, cmd);
Michael Buesch6b4bec012008-05-20 12:16:28 +02001686 } else {
1687 if (!beacon0_valid) {
1688 b43_upload_beacon0(dev);
1689 cmd = b43_read32(dev, B43_MMIO_MACCMD);
1690 cmd |= B43_MACCMD_BEACON0_VALID;
1691 b43_write32(dev, B43_MMIO_MACCMD, cmd);
1692 } else if (!beacon1_valid) {
1693 b43_upload_beacon1(dev);
1694 cmd = b43_read32(dev, B43_MMIO_MACCMD);
1695 cmd |= B43_MACCMD_BEACON1_VALID;
1696 b43_write32(dev, B43_MMIO_MACCMD, cmd);
Michael Bueschc97a4cc2008-04-05 15:02:09 +02001697 }
Michael Bueschc97a4cc2008-04-05 15:02:09 +02001698 }
1699}
1700
Michael Buesch36dbd952009-09-04 22:51:29 +02001701static void b43_do_beacon_update_trigger_work(struct b43_wldev *dev)
1702{
1703 u32 old_irq_mask = dev->irq_mask;
1704
1705 /* update beacon right away or defer to irq */
1706 handle_irq_beacon(dev);
1707 if (old_irq_mask != dev->irq_mask) {
1708 /* The handler updated the IRQ mask. */
1709 B43_WARN_ON(!dev->irq_mask);
1710 if (b43_read32(dev, B43_MMIO_GEN_IRQ_MASK)) {
1711 b43_write32(dev, B43_MMIO_GEN_IRQ_MASK, dev->irq_mask);
1712 } else {
1713 /* Device interrupts are currently disabled. That means
1714 * we just ran the hardirq handler and scheduled the
1715 * IRQ thread. The thread will write the IRQ mask when
1716 * it finished, so there's nothing to do here. Writing
1717 * the mask _here_ would incorrectly re-enable IRQs. */
1718 }
1719 }
1720}
1721
Michael Buescha82d9922008-04-04 21:40:06 +02001722static void b43_beacon_update_trigger_work(struct work_struct *work)
1723{
1724 struct b43_wl *wl = container_of(work, struct b43_wl,
1725 beacon_update_trigger);
1726 struct b43_wldev *dev;
1727
1728 mutex_lock(&wl->mutex);
1729 dev = wl->current_dev;
1730 if (likely(dev && (b43_status(dev) >= B43_STAT_INITIALIZED))) {
Rafał Miłecki505fb012011-05-19 15:11:27 +02001731 if (b43_bus_host_is_sdio(dev->dev)) {
Michael Buesch36dbd952009-09-04 22:51:29 +02001732 /* wl->mutex is enough. */
1733 b43_do_beacon_update_trigger_work(dev);
1734 mmiowb();
1735 } else {
1736 spin_lock_irq(&wl->hardirq_lock);
1737 b43_do_beacon_update_trigger_work(dev);
1738 mmiowb();
1739 spin_unlock_irq(&wl->hardirq_lock);
1740 }
Michael Buescha82d9922008-04-04 21:40:06 +02001741 }
1742 mutex_unlock(&wl->mutex);
1743}
1744
Michael Bueschd4df6f12007-12-26 18:04:14 +01001745/* Asynchronously update the packet templates in template RAM.
Michael Buesch36dbd952009-09-04 22:51:29 +02001746 * Locking: Requires wl->mutex to be locked. */
Johannes Berg9d139c82008-07-09 14:40:37 +02001747static void b43_update_templates(struct b43_wl *wl)
Michael Buesche4d6b792007-09-18 15:39:42 -04001748{
Johannes Berg9d139c82008-07-09 14:40:37 +02001749 struct sk_buff *beacon;
1750
Michael Buesche66fee62007-12-26 17:47:10 +01001751 /* This is the top half of the ansynchronous beacon update.
1752 * The bottom half is the beacon IRQ.
1753 * Beacon update must be asynchronous to avoid sending an
1754 * invalid beacon. This can happen for example, if the firmware
1755 * transmits a beacon while we are updating it. */
Michael Buesche4d6b792007-09-18 15:39:42 -04001756
Johannes Berg9d139c82008-07-09 14:40:37 +02001757 /* We could modify the existing beacon and set the aid bit in
1758 * the TIM field, but that would probably require resizing and
1759 * moving of data within the beacon template.
1760 * Simply request a new beacon and let mac80211 do the hard work. */
1761 beacon = ieee80211_beacon_get(wl->hw, wl->vif);
1762 if (unlikely(!beacon))
1763 return;
1764
Michael Buesche66fee62007-12-26 17:47:10 +01001765 if (wl->current_beacon)
1766 dev_kfree_skb_any(wl->current_beacon);
1767 wl->current_beacon = beacon;
Rusty Russell3db1cd52011-12-19 13:56:45 +00001768 wl->beacon0_uploaded = false;
1769 wl->beacon1_uploaded = false;
Luis R. Rodriguez42935ec2009-07-29 20:08:07 -04001770 ieee80211_queue_work(wl->hw, &wl->beacon_update_trigger);
Michael Buesche4d6b792007-09-18 15:39:42 -04001771}
1772
Michael Buesche4d6b792007-09-18 15:39:42 -04001773static void b43_set_beacon_int(struct b43_wldev *dev, u16 beacon_int)
1774{
1775 b43_time_lock(dev);
Rafał Miłecki21d889d2011-05-18 02:06:38 +02001776 if (dev->dev->core_rev >= 3) {
Michael Buescha82d9922008-04-04 21:40:06 +02001777 b43_write32(dev, B43_MMIO_TSF_CFP_REP, (beacon_int << 16));
1778 b43_write32(dev, B43_MMIO_TSF_CFP_START, (beacon_int << 10));
Michael Buesche4d6b792007-09-18 15:39:42 -04001779 } else {
1780 b43_write16(dev, 0x606, (beacon_int >> 6));
1781 b43_write16(dev, 0x610, beacon_int);
1782 }
1783 b43_time_unlock(dev);
Michael Buescha82d9922008-04-04 21:40:06 +02001784 b43dbg(dev->wl, "Set beacon interval to %u\n", beacon_int);
Michael Buesche4d6b792007-09-18 15:39:42 -04001785}
1786
Michael Bueschafa83e22008-05-19 23:51:37 +02001787static void b43_handle_firmware_panic(struct b43_wldev *dev)
1788{
1789 u16 reason;
1790
1791 /* Read the register that contains the reason code for the panic. */
1792 reason = b43_shm_read16(dev, B43_SHM_SCRATCH, B43_FWPANIC_REASON_REG);
1793 b43err(dev->wl, "Whoopsy, firmware panic! Reason: %u\n", reason);
1794
1795 switch (reason) {
1796 default:
1797 b43dbg(dev->wl, "The panic reason is unknown.\n");
1798 /* fallthrough */
1799 case B43_FWPANIC_DIE:
1800 /* Do not restart the controller or firmware.
1801 * The device is nonfunctional from now on.
1802 * Restarting would result in this panic to trigger again,
1803 * so we avoid that recursion. */
1804 break;
1805 case B43_FWPANIC_RESTART:
1806 b43_controller_restart(dev, "Microcode panic");
1807 break;
1808 }
1809}
1810
Michael Buesche4d6b792007-09-18 15:39:42 -04001811static void handle_irq_ucode_debug(struct b43_wldev *dev)
1812{
Michael Buesche48b0ee2008-05-17 22:44:35 +02001813 unsigned int i, cnt;
Michael Buesch53c06852008-05-20 00:24:36 +02001814 u16 reason, marker_id, marker_line;
Michael Buesche48b0ee2008-05-17 22:44:35 +02001815 __le16 *buf;
1816
1817 /* The proprietary firmware doesn't have this IRQ. */
1818 if (!dev->fw.opensource)
1819 return;
1820
Michael Bueschafa83e22008-05-19 23:51:37 +02001821 /* Read the register that contains the reason code for this IRQ. */
1822 reason = b43_shm_read16(dev, B43_SHM_SCRATCH, B43_DEBUGIRQ_REASON_REG);
1823
Michael Buesche48b0ee2008-05-17 22:44:35 +02001824 switch (reason) {
1825 case B43_DEBUGIRQ_PANIC:
Michael Bueschafa83e22008-05-19 23:51:37 +02001826 b43_handle_firmware_panic(dev);
Michael Buesche48b0ee2008-05-17 22:44:35 +02001827 break;
1828 case B43_DEBUGIRQ_DUMP_SHM:
1829 if (!B43_DEBUG)
1830 break; /* Only with driver debugging enabled. */
1831 buf = kmalloc(4096, GFP_ATOMIC);
1832 if (!buf) {
1833 b43dbg(dev->wl, "SHM-dump: Failed to allocate memory\n");
1834 goto out;
1835 }
1836 for (i = 0; i < 4096; i += 2) {
1837 u16 tmp = b43_shm_read16(dev, B43_SHM_SHARED, i);
1838 buf[i / 2] = cpu_to_le16(tmp);
1839 }
1840 b43info(dev->wl, "Shared memory dump:\n");
1841 print_hex_dump(KERN_INFO, "", DUMP_PREFIX_OFFSET,
1842 16, 2, buf, 4096, 1);
1843 kfree(buf);
1844 break;
1845 case B43_DEBUGIRQ_DUMP_REGS:
1846 if (!B43_DEBUG)
1847 break; /* Only with driver debugging enabled. */
1848 b43info(dev->wl, "Microcode register dump:\n");
1849 for (i = 0, cnt = 0; i < 64; i++) {
1850 u16 tmp = b43_shm_read16(dev, B43_SHM_SCRATCH, i);
1851 if (cnt == 0)
1852 printk(KERN_INFO);
1853 printk("r%02u: 0x%04X ", i, tmp);
1854 cnt++;
1855 if (cnt == 6) {
1856 printk("\n");
1857 cnt = 0;
1858 }
1859 }
1860 printk("\n");
1861 break;
Michael Buesch53c06852008-05-20 00:24:36 +02001862 case B43_DEBUGIRQ_MARKER:
1863 if (!B43_DEBUG)
1864 break; /* Only with driver debugging enabled. */
1865 marker_id = b43_shm_read16(dev, B43_SHM_SCRATCH,
1866 B43_MARKER_ID_REG);
1867 marker_line = b43_shm_read16(dev, B43_SHM_SCRATCH,
1868 B43_MARKER_LINE_REG);
1869 b43info(dev->wl, "The firmware just executed the MARKER(%u) "
1870 "at line number %u\n",
1871 marker_id, marker_line);
1872 break;
Michael Buesche48b0ee2008-05-17 22:44:35 +02001873 default:
1874 b43dbg(dev->wl, "Debug-IRQ triggered for unknown reason: %u\n",
1875 reason);
1876 }
1877out:
Michael Bueschafa83e22008-05-19 23:51:37 +02001878 /* Acknowledge the debug-IRQ, so the firmware can continue. */
1879 b43_shm_write16(dev, B43_SHM_SCRATCH,
1880 B43_DEBUGIRQ_REASON_REG, B43_DEBUGIRQ_ACK);
Michael Buesche4d6b792007-09-18 15:39:42 -04001881}
1882
Michael Buesch36dbd952009-09-04 22:51:29 +02001883static void b43_do_interrupt_thread(struct b43_wldev *dev)
Michael Buesche4d6b792007-09-18 15:39:42 -04001884{
1885 u32 reason;
1886 u32 dma_reason[ARRAY_SIZE(dev->dma_reason)];
1887 u32 merged_dma_reason = 0;
Michael Buesch21954c32007-09-27 15:31:40 +02001888 int i;
Michael Buesche4d6b792007-09-18 15:39:42 -04001889
Michael Buesch36dbd952009-09-04 22:51:29 +02001890 if (unlikely(b43_status(dev) != B43_STAT_STARTED))
1891 return;
Michael Buesche4d6b792007-09-18 15:39:42 -04001892
1893 reason = dev->irq_reason;
1894 for (i = 0; i < ARRAY_SIZE(dma_reason); i++) {
1895 dma_reason[i] = dev->dma_reason[i];
1896 merged_dma_reason |= dma_reason[i];
1897 }
1898
1899 if (unlikely(reason & B43_IRQ_MAC_TXERR))
1900 b43err(dev->wl, "MAC transmission error\n");
1901
Stefano Brivio00e0b8c2007-11-25 11:10:33 +01001902 if (unlikely(reason & B43_IRQ_PHY_TXERR)) {
Michael Buesche4d6b792007-09-18 15:39:42 -04001903 b43err(dev->wl, "PHY transmission error\n");
Stefano Brivio00e0b8c2007-11-25 11:10:33 +01001904 rmb();
1905 if (unlikely(atomic_dec_and_test(&dev->phy.txerr_cnt))) {
1906 atomic_set(&dev->phy.txerr_cnt,
1907 B43_PHY_TX_BADNESS_LIMIT);
1908 b43err(dev->wl, "Too many PHY TX errors, "
1909 "restarting the controller\n");
1910 b43_controller_restart(dev, "PHY TX errors");
1911 }
1912 }
Michael Buesche4d6b792007-09-18 15:39:42 -04001913
Thommy Jakobsson73b82bf2013-04-23 21:45:11 +02001914 if (unlikely(merged_dma_reason & (B43_DMAIRQ_FATALMASK))) {
1915 b43err(dev->wl,
1916 "Fatal DMA error: 0x%08X, 0x%08X, 0x%08X, 0x%08X, 0x%08X, 0x%08X\n",
1917 dma_reason[0], dma_reason[1],
1918 dma_reason[2], dma_reason[3],
1919 dma_reason[4], dma_reason[5]);
1920 b43err(dev->wl, "This device does not support DMA "
Larry Fingerbb64d952010-06-19 08:29:08 -05001921 "on your system. It will now be switched to PIO.\n");
Thommy Jakobsson73b82bf2013-04-23 21:45:11 +02001922 /* Fall back to PIO transfers if we get fatal DMA errors! */
1923 dev->use_pio = true;
1924 b43_controller_restart(dev, "DMA error");
1925 return;
Michael Buesche4d6b792007-09-18 15:39:42 -04001926 }
1927
1928 if (unlikely(reason & B43_IRQ_UCODE_DEBUG))
1929 handle_irq_ucode_debug(dev);
1930 if (reason & B43_IRQ_TBTT_INDI)
1931 handle_irq_tbtt_indication(dev);
1932 if (reason & B43_IRQ_ATIM_END)
1933 handle_irq_atim_end(dev);
1934 if (reason & B43_IRQ_BEACON)
1935 handle_irq_beacon(dev);
1936 if (reason & B43_IRQ_PMQ)
1937 handle_irq_pmq(dev);
Michael Buesch21954c32007-09-27 15:31:40 +02001938 if (reason & B43_IRQ_TXFIFO_FLUSH_OK)
1939 ;/* TODO */
1940 if (reason & B43_IRQ_NOISESAMPLE_OK)
Michael Buesche4d6b792007-09-18 15:39:42 -04001941 handle_irq_noise(dev);
1942
1943 /* Check the DMA reason registers for received data. */
Thommy Jakobsson73b82bf2013-04-23 21:45:11 +02001944 if (dma_reason[0] & B43_DMAIRQ_RDESC_UFLOW) {
1945 if (B43_DEBUG)
1946 b43warn(dev->wl, "RX descriptor underrun\n");
1947 b43_dma_handle_rx_overflow(dev->dma.rx_ring);
1948 }
Michael Buesch5100d5a2008-03-29 21:01:16 +01001949 if (dma_reason[0] & B43_DMAIRQ_RX_DONE) {
1950 if (b43_using_pio_transfers(dev))
1951 b43_pio_rx(dev->pio.rx_queue);
1952 else
1953 b43_dma_rx(dev->dma.rx_ring);
1954 }
Michael Buesche4d6b792007-09-18 15:39:42 -04001955 B43_WARN_ON(dma_reason[1] & B43_DMAIRQ_RX_DONE);
1956 B43_WARN_ON(dma_reason[2] & B43_DMAIRQ_RX_DONE);
Michael Bueschb27faf82008-03-06 16:32:46 +01001957 B43_WARN_ON(dma_reason[3] & B43_DMAIRQ_RX_DONE);
Michael Buesche4d6b792007-09-18 15:39:42 -04001958 B43_WARN_ON(dma_reason[4] & B43_DMAIRQ_RX_DONE);
1959 B43_WARN_ON(dma_reason[5] & B43_DMAIRQ_RX_DONE);
1960
Michael Buesch21954c32007-09-27 15:31:40 +02001961 if (reason & B43_IRQ_TX_OK)
Michael Buesche4d6b792007-09-18 15:39:42 -04001962 handle_irq_transmit_status(dev);
Michael Buesche4d6b792007-09-18 15:39:42 -04001963
Michael Buesch36dbd952009-09-04 22:51:29 +02001964 /* Re-enable interrupts on the device by restoring the current interrupt mask. */
Michael Buesch13790722009-04-08 21:26:27 +02001965 b43_write32(dev, B43_MMIO_GEN_IRQ_MASK, dev->irq_mask);
Michael Buesch990b86f2009-09-12 00:48:03 +02001966
1967#if B43_DEBUG
1968 if (b43_debug(dev, B43_DBG_VERBOSESTATS)) {
1969 dev->irq_count++;
1970 for (i = 0; i < ARRAY_SIZE(dev->irq_bit_count); i++) {
1971 if (reason & (1 << i))
1972 dev->irq_bit_count[i]++;
1973 }
1974 }
1975#endif
Michael Buesche4d6b792007-09-18 15:39:42 -04001976}
1977
Michael Buesch36dbd952009-09-04 22:51:29 +02001978/* Interrupt thread handler. Handles device interrupts in thread context. */
1979static irqreturn_t b43_interrupt_thread_handler(int irq, void *dev_id)
Michael Buesche4d6b792007-09-18 15:39:42 -04001980{
Michael Buesche4d6b792007-09-18 15:39:42 -04001981 struct b43_wldev *dev = dev_id;
Michael Buesch36dbd952009-09-04 22:51:29 +02001982
1983 mutex_lock(&dev->wl->mutex);
1984 b43_do_interrupt_thread(dev);
1985 mmiowb();
1986 mutex_unlock(&dev->wl->mutex);
1987
1988 return IRQ_HANDLED;
1989}
1990
1991static irqreturn_t b43_do_interrupt(struct b43_wldev *dev)
1992{
Michael Buesche4d6b792007-09-18 15:39:42 -04001993 u32 reason;
1994
Michael Buesch36dbd952009-09-04 22:51:29 +02001995 /* This code runs under wl->hardirq_lock, but _only_ on non-SDIO busses.
1996 * On SDIO, this runs under wl->mutex. */
Michael Buesche4d6b792007-09-18 15:39:42 -04001997
Michael Buesche4d6b792007-09-18 15:39:42 -04001998 reason = b43_read32(dev, B43_MMIO_GEN_IRQ_REASON);
1999 if (reason == 0xffffffff) /* shared IRQ */
Michael Buesch36dbd952009-09-04 22:51:29 +02002000 return IRQ_NONE;
Michael Buesch13790722009-04-08 21:26:27 +02002001 reason &= dev->irq_mask;
Michael Buesche4d6b792007-09-18 15:39:42 -04002002 if (!reason)
Sebastian Andrzej Siewiorcae56142011-07-07 21:58:10 +02002003 return IRQ_NONE;
Michael Buesche4d6b792007-09-18 15:39:42 -04002004
2005 dev->dma_reason[0] = b43_read32(dev, B43_MMIO_DMA0_REASON)
Thommy Jakobsson73b82bf2013-04-23 21:45:11 +02002006 & 0x0001FC00;
Michael Buesche4d6b792007-09-18 15:39:42 -04002007 dev->dma_reason[1] = b43_read32(dev, B43_MMIO_DMA1_REASON)
2008 & 0x0000DC00;
2009 dev->dma_reason[2] = b43_read32(dev, B43_MMIO_DMA2_REASON)
2010 & 0x0000DC00;
2011 dev->dma_reason[3] = b43_read32(dev, B43_MMIO_DMA3_REASON)
2012 & 0x0001DC00;
2013 dev->dma_reason[4] = b43_read32(dev, B43_MMIO_DMA4_REASON)
2014 & 0x0000DC00;
Michael Buesch13790722009-04-08 21:26:27 +02002015/* Unused ring
Michael Buesche4d6b792007-09-18 15:39:42 -04002016 dev->dma_reason[5] = b43_read32(dev, B43_MMIO_DMA5_REASON)
2017 & 0x0000DC00;
Michael Buesch13790722009-04-08 21:26:27 +02002018*/
Michael Buesche4d6b792007-09-18 15:39:42 -04002019
Michael Buesch36dbd952009-09-04 22:51:29 +02002020 /* ACK the interrupt. */
2021 b43_write32(dev, B43_MMIO_GEN_IRQ_REASON, reason);
2022 b43_write32(dev, B43_MMIO_DMA0_REASON, dev->dma_reason[0]);
2023 b43_write32(dev, B43_MMIO_DMA1_REASON, dev->dma_reason[1]);
2024 b43_write32(dev, B43_MMIO_DMA2_REASON, dev->dma_reason[2]);
2025 b43_write32(dev, B43_MMIO_DMA3_REASON, dev->dma_reason[3]);
2026 b43_write32(dev, B43_MMIO_DMA4_REASON, dev->dma_reason[4]);
2027/* Unused ring
2028 b43_write32(dev, B43_MMIO_DMA5_REASON, dev->dma_reason[5]);
2029*/
2030
2031 /* Disable IRQs on the device. The IRQ thread handler will re-enable them. */
Michael Buesch13790722009-04-08 21:26:27 +02002032 b43_write32(dev, B43_MMIO_GEN_IRQ_MASK, 0);
Michael Buesch36dbd952009-09-04 22:51:29 +02002033 /* Save the reason bitmasks for the IRQ thread handler. */
Michael Buesche4d6b792007-09-18 15:39:42 -04002034 dev->irq_reason = reason;
Michael Buesch36dbd952009-09-04 22:51:29 +02002035
2036 return IRQ_WAKE_THREAD;
2037}
2038
2039/* Interrupt handler top-half. This runs with interrupts disabled. */
2040static irqreturn_t b43_interrupt_handler(int irq, void *dev_id)
2041{
2042 struct b43_wldev *dev = dev_id;
2043 irqreturn_t ret;
2044
2045 if (unlikely(b43_status(dev) < B43_STAT_STARTED))
2046 return IRQ_NONE;
2047
2048 spin_lock(&dev->wl->hardirq_lock);
2049 ret = b43_do_interrupt(dev);
Michael Buesche4d6b792007-09-18 15:39:42 -04002050 mmiowb();
Michael Buesch36dbd952009-09-04 22:51:29 +02002051 spin_unlock(&dev->wl->hardirq_lock);
Michael Buesche4d6b792007-09-18 15:39:42 -04002052
2053 return ret;
2054}
2055
Albert Herranz3dbba8e2009-09-10 19:34:49 +02002056/* SDIO interrupt handler. This runs in process context. */
2057static void b43_sdio_interrupt_handler(struct b43_wldev *dev)
2058{
2059 struct b43_wl *wl = dev->wl;
Albert Herranz3dbba8e2009-09-10 19:34:49 +02002060 irqreturn_t ret;
2061
Albert Herranz3dbba8e2009-09-10 19:34:49 +02002062 mutex_lock(&wl->mutex);
Albert Herranz3dbba8e2009-09-10 19:34:49 +02002063
2064 ret = b43_do_interrupt(dev);
2065 if (ret == IRQ_WAKE_THREAD)
2066 b43_do_interrupt_thread(dev);
2067
Albert Herranz3dbba8e2009-09-10 19:34:49 +02002068 mutex_unlock(&wl->mutex);
2069}
2070
Michael Buesch1a9f5092009-01-23 21:21:51 +01002071void b43_do_release_fw(struct b43_firmware_file *fw)
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002072{
2073 release_firmware(fw->data);
2074 fw->data = NULL;
2075 fw->filename = NULL;
2076}
2077
Michael Buesche4d6b792007-09-18 15:39:42 -04002078static void b43_release_firmware(struct b43_wldev *dev)
2079{
Larry Finger0673eff2014-01-12 15:11:38 -06002080 complete(&dev->fw_load_complete);
Michael Buesch1a9f5092009-01-23 21:21:51 +01002081 b43_do_release_fw(&dev->fw.ucode);
2082 b43_do_release_fw(&dev->fw.pcm);
2083 b43_do_release_fw(&dev->fw.initvals);
2084 b43_do_release_fw(&dev->fw.initvals_band);
Michael Buesche4d6b792007-09-18 15:39:42 -04002085}
2086
Michael Buescheb189d8b2008-01-28 14:47:41 -08002087static void b43_print_fw_helptext(struct b43_wl *wl, bool error)
Michael Buesche4d6b792007-09-18 15:39:42 -04002088{
Hannes Ederfc68ed42009-02-14 11:50:06 +00002089 const char text[] =
2090 "You must go to " \
2091 "http://wireless.kernel.org/en/users/Drivers/b43#devicefirmware " \
2092 "and download the correct firmware for this driver version. " \
2093 "Please carefully read all instructions on this website.\n";
Michael Buescheb189d8b2008-01-28 14:47:41 -08002094
Michael Buescheb189d8b2008-01-28 14:47:41 -08002095 if (error)
2096 b43err(wl, text);
2097 else
2098 b43warn(wl, text);
Michael Buesche4d6b792007-09-18 15:39:42 -04002099}
2100
Larry Finger5e20a4b2012-12-20 15:55:01 -06002101static void b43_fw_cb(const struct firmware *firmware, void *context)
2102{
2103 struct b43_request_fw_context *ctx = context;
2104
2105 ctx->blob = firmware;
Larry Finger0673eff2014-01-12 15:11:38 -06002106 complete(&ctx->dev->fw_load_complete);
Larry Finger5e20a4b2012-12-20 15:55:01 -06002107}
2108
Michael Buesch1a9f5092009-01-23 21:21:51 +01002109int b43_do_request_fw(struct b43_request_fw_context *ctx,
2110 const char *name,
Larry Finger5e20a4b2012-12-20 15:55:01 -06002111 struct b43_firmware_file *fw, bool async)
Michael Buesche4d6b792007-09-18 15:39:42 -04002112{
Michael Buesche4d6b792007-09-18 15:39:42 -04002113 struct b43_fw_header *hdr;
2114 u32 size;
2115 int err;
2116
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002117 if (!name) {
2118 /* Don't fetch anything. Free possibly cached firmware. */
Michael Buesch1a9f5092009-01-23 21:21:51 +01002119 /* FIXME: We should probably keep it anyway, to save some headache
2120 * on suspend/resume with multiband devices. */
2121 b43_do_release_fw(fw);
Michael Buesche4d6b792007-09-18 15:39:42 -04002122 return 0;
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002123 }
2124 if (fw->filename) {
Michael Buesch1a9f5092009-01-23 21:21:51 +01002125 if ((fw->type == ctx->req_type) &&
2126 (strcmp(fw->filename, name) == 0))
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002127 return 0; /* Already have this fw. */
2128 /* Free the cached firmware first. */
Michael Buesch1a9f5092009-01-23 21:21:51 +01002129 /* FIXME: We should probably do this later after we successfully
2130 * got the new fw. This could reduce headache with multiband devices.
2131 * We could also redesign this to cache the firmware for all possible
2132 * bands all the time. */
2133 b43_do_release_fw(fw);
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002134 }
Michael Buesche4d6b792007-09-18 15:39:42 -04002135
Michael Buesch1a9f5092009-01-23 21:21:51 +01002136 switch (ctx->req_type) {
2137 case B43_FWTYPE_PROPRIETARY:
2138 snprintf(ctx->fwname, sizeof(ctx->fwname),
2139 "b43%s/%s.fw",
2140 modparam_fwpostfix, name);
2141 break;
2142 case B43_FWTYPE_OPENSOURCE:
2143 snprintf(ctx->fwname, sizeof(ctx->fwname),
2144 "b43-open%s/%s.fw",
2145 modparam_fwpostfix, name);
2146 break;
2147 default:
2148 B43_WARN_ON(1);
2149 return -ENOSYS;
2150 }
Larry Finger5e20a4b2012-12-20 15:55:01 -06002151 if (async) {
2152 /* do this part asynchronously */
Larry Finger0673eff2014-01-12 15:11:38 -06002153 init_completion(&ctx->dev->fw_load_complete);
Larry Finger5e20a4b2012-12-20 15:55:01 -06002154 err = request_firmware_nowait(THIS_MODULE, 1, ctx->fwname,
2155 ctx->dev->dev->dev, GFP_KERNEL,
2156 ctx, b43_fw_cb);
2157 if (err < 0) {
2158 pr_err("Unable to load firmware\n");
2159 return err;
2160 }
Larry Finger0673eff2014-01-12 15:11:38 -06002161 wait_for_completion(&ctx->dev->fw_load_complete);
Larry Finger5e20a4b2012-12-20 15:55:01 -06002162 if (ctx->blob)
2163 goto fw_ready;
2164 /* On some ARM systems, the async request will fail, but the next sync
Larry Finger0673eff2014-01-12 15:11:38 -06002165 * request works. For this reason, we fall through here
Larry Finger5e20a4b2012-12-20 15:55:01 -06002166 */
2167 }
2168 err = request_firmware(&ctx->blob, ctx->fwname,
2169 ctx->dev->dev->dev);
Michael Buesch68217832008-05-17 23:43:57 +02002170 if (err == -ENOENT) {
Michael Buesch1a9f5092009-01-23 21:21:51 +01002171 snprintf(ctx->errors[ctx->req_type],
2172 sizeof(ctx->errors[ctx->req_type]),
Larry Finger5e20a4b2012-12-20 15:55:01 -06002173 "Firmware file \"%s\" not found\n",
2174 ctx->fwname);
Michael Buesch68217832008-05-17 23:43:57 +02002175 return err;
2176 } else if (err) {
Michael Buesch1a9f5092009-01-23 21:21:51 +01002177 snprintf(ctx->errors[ctx->req_type],
2178 sizeof(ctx->errors[ctx->req_type]),
2179 "Firmware file \"%s\" request failed (err=%d)\n",
2180 ctx->fwname, err);
Michael Buesche4d6b792007-09-18 15:39:42 -04002181 return err;
2182 }
Larry Finger5e20a4b2012-12-20 15:55:01 -06002183fw_ready:
2184 if (ctx->blob->size < sizeof(struct b43_fw_header))
Michael Buesche4d6b792007-09-18 15:39:42 -04002185 goto err_format;
Larry Finger5e20a4b2012-12-20 15:55:01 -06002186 hdr = (struct b43_fw_header *)(ctx->blob->data);
Michael Buesche4d6b792007-09-18 15:39:42 -04002187 switch (hdr->type) {
2188 case B43_FW_TYPE_UCODE:
2189 case B43_FW_TYPE_PCM:
2190 size = be32_to_cpu(hdr->size);
Larry Finger5e20a4b2012-12-20 15:55:01 -06002191 if (size != ctx->blob->size - sizeof(struct b43_fw_header))
Michael Buesche4d6b792007-09-18 15:39:42 -04002192 goto err_format;
2193 /* fallthrough */
2194 case B43_FW_TYPE_IV:
2195 if (hdr->ver != 1)
2196 goto err_format;
2197 break;
2198 default:
2199 goto err_format;
2200 }
2201
Larry Finger5e20a4b2012-12-20 15:55:01 -06002202 fw->data = ctx->blob;
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002203 fw->filename = name;
Michael Buesch1a9f5092009-01-23 21:21:51 +01002204 fw->type = ctx->req_type;
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002205
2206 return 0;
Michael Buesche4d6b792007-09-18 15:39:42 -04002207
2208err_format:
Michael Buesch1a9f5092009-01-23 21:21:51 +01002209 snprintf(ctx->errors[ctx->req_type],
2210 sizeof(ctx->errors[ctx->req_type]),
2211 "Firmware file \"%s\" format error.\n", ctx->fwname);
Larry Finger5e20a4b2012-12-20 15:55:01 -06002212 release_firmware(ctx->blob);
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002213
Michael Buesche4d6b792007-09-18 15:39:42 -04002214 return -EPROTO;
2215}
2216
Michael Buesch1a9f5092009-01-23 21:21:51 +01002217static int b43_try_request_fw(struct b43_request_fw_context *ctx)
Michael Buesche4d6b792007-09-18 15:39:42 -04002218{
Michael Buesch1a9f5092009-01-23 21:21:51 +01002219 struct b43_wldev *dev = ctx->dev;
2220 struct b43_firmware *fw = &ctx->dev->fw;
Rafał Miłecki21d889d2011-05-18 02:06:38 +02002221 const u8 rev = ctx->dev->dev->core_rev;
Michael Buesche4d6b792007-09-18 15:39:42 -04002222 const char *filename;
2223 u32 tmshigh;
2224 int err;
2225
Rafał Miłecki8b9bda72011-07-07 18:58:24 +02002226 /* Files for HT and LCN were found by trying one by one */
2227
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002228 /* Get microcode */
Rafał Miłecki6ff1e5c2011-07-06 17:41:55 +02002229 if ((rev >= 5) && (rev <= 10)) {
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002230 filename = "ucode5";
Rafał Miłecki6ff1e5c2011-07-06 17:41:55 +02002231 } else if ((rev >= 11) && (rev <= 12)) {
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002232 filename = "ucode11";
Rafał Miłecki6ff1e5c2011-07-06 17:41:55 +02002233 } else if (rev == 13) {
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002234 filename = "ucode13";
Rafał Miłecki6ff1e5c2011-07-06 17:41:55 +02002235 } else if (rev == 14) {
Gábor Stefanik759b9732009-08-14 14:39:53 +02002236 filename = "ucode14";
Rafał Miłecki6ff1e5c2011-07-06 17:41:55 +02002237 } else if (rev == 15) {
Gábor Stefanik759b9732009-08-14 14:39:53 +02002238 filename = "ucode15";
Rafał Miłecki6ff1e5c2011-07-06 17:41:55 +02002239 } else {
2240 switch (dev->phy.type) {
2241 case B43_PHYTYPE_N:
2242 if (rev >= 16)
2243 filename = "ucode16_mimo";
2244 else
2245 goto err_no_ucode;
2246 break;
Rafał Miłecki8b9bda72011-07-07 18:58:24 +02002247 case B43_PHYTYPE_HT:
2248 if (rev == 29)
2249 filename = "ucode29_mimo";
2250 else
2251 goto err_no_ucode;
2252 break;
2253 case B43_PHYTYPE_LCN:
2254 if (rev == 24)
2255 filename = "ucode24_mimo";
2256 else
2257 goto err_no_ucode;
2258 break;
Rafał Miłecki6ff1e5c2011-07-06 17:41:55 +02002259 default:
2260 goto err_no_ucode;
2261 }
2262 }
Larry Finger5e20a4b2012-12-20 15:55:01 -06002263 err = b43_do_request_fw(ctx, filename, &fw->ucode, true);
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002264 if (err)
2265 goto err_load;
2266
2267 /* Get PCM code */
2268 if ((rev >= 5) && (rev <= 10))
2269 filename = "pcm5";
2270 else if (rev >= 11)
2271 filename = NULL;
2272 else
2273 goto err_no_pcm;
Rusty Russell3db1cd52011-12-19 13:56:45 +00002274 fw->pcm_request_failed = false;
Larry Finger5e20a4b2012-12-20 15:55:01 -06002275 err = b43_do_request_fw(ctx, filename, &fw->pcm, false);
Michael Buesch68217832008-05-17 23:43:57 +02002276 if (err == -ENOENT) {
2277 /* We did not find a PCM file? Not fatal, but
2278 * core rev <= 10 must do without hwcrypto then. */
Rusty Russell3db1cd52011-12-19 13:56:45 +00002279 fw->pcm_request_failed = true;
Michael Buesch68217832008-05-17 23:43:57 +02002280 } else if (err)
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002281 goto err_load;
2282
2283 /* Get initvals */
2284 switch (dev->phy.type) {
2285 case B43_PHYTYPE_A:
2286 if ((rev >= 5) && (rev <= 10)) {
Rafał Miłeckid48ae5c2011-05-19 15:11:26 +02002287 tmshigh = ssb_read32(dev->dev->sdev, SSB_TMSHIGH);
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002288 if (tmshigh & B43_TMSHIGH_HAVE_2GHZ_PHY)
2289 filename = "a0g1initvals5";
2290 else
2291 filename = "a0g0initvals5";
2292 } else
2293 goto err_no_initvals;
2294 break;
2295 case B43_PHYTYPE_G:
Michael Buesche4d6b792007-09-18 15:39:42 -04002296 if ((rev >= 5) && (rev <= 10))
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002297 filename = "b0g0initvals5";
Michael Buesche4d6b792007-09-18 15:39:42 -04002298 else if (rev >= 13)
Larry.Finger@lwfinger.nete9304882008-05-15 14:07:36 -05002299 filename = "b0g0initvals13";
Michael Buesche4d6b792007-09-18 15:39:42 -04002300 else
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002301 goto err_no_initvals;
2302 break;
2303 case B43_PHYTYPE_N:
Rafał Miłeckie41596a2010-12-21 11:50:19 +01002304 if (rev >= 16)
2305 filename = "n0initvals16";
2306 else if ((rev >= 11) && (rev <= 12))
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002307 filename = "n0initvals11";
2308 else
2309 goto err_no_initvals;
2310 break;
Gábor Stefanik759b9732009-08-14 14:39:53 +02002311 case B43_PHYTYPE_LP:
2312 if (rev == 13)
2313 filename = "lp0initvals13";
2314 else if (rev == 14)
2315 filename = "lp0initvals14";
2316 else if (rev >= 15)
2317 filename = "lp0initvals15";
2318 else
2319 goto err_no_initvals;
2320 break;
Rafał Miłecki8b9bda72011-07-07 18:58:24 +02002321 case B43_PHYTYPE_HT:
2322 if (rev == 29)
2323 filename = "ht0initvals29";
2324 else
2325 goto err_no_initvals;
2326 break;
2327 case B43_PHYTYPE_LCN:
2328 if (rev == 24)
2329 filename = "lcn0initvals24";
2330 else
2331 goto err_no_initvals;
2332 break;
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002333 default:
2334 goto err_no_initvals;
Michael Buesche4d6b792007-09-18 15:39:42 -04002335 }
Larry Finger5e20a4b2012-12-20 15:55:01 -06002336 err = b43_do_request_fw(ctx, filename, &fw->initvals, false);
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002337 if (err)
2338 goto err_load;
2339
2340 /* Get bandswitch initvals */
2341 switch (dev->phy.type) {
2342 case B43_PHYTYPE_A:
2343 if ((rev >= 5) && (rev <= 10)) {
Rafał Miłeckid48ae5c2011-05-19 15:11:26 +02002344 tmshigh = ssb_read32(dev->dev->sdev, SSB_TMSHIGH);
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002345 if (tmshigh & B43_TMSHIGH_HAVE_2GHZ_PHY)
2346 filename = "a0g1bsinitvals5";
2347 else
2348 filename = "a0g0bsinitvals5";
2349 } else if (rev >= 11)
2350 filename = NULL;
2351 else
2352 goto err_no_initvals;
2353 break;
2354 case B43_PHYTYPE_G:
Michael Buesche4d6b792007-09-18 15:39:42 -04002355 if ((rev >= 5) && (rev <= 10))
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002356 filename = "b0g0bsinitvals5";
Michael Buesche4d6b792007-09-18 15:39:42 -04002357 else if (rev >= 11)
2358 filename = NULL;
2359 else
Michael Buesche4d6b792007-09-18 15:39:42 -04002360 goto err_no_initvals;
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002361 break;
2362 case B43_PHYTYPE_N:
Rafał Miłeckie41596a2010-12-21 11:50:19 +01002363 if (rev >= 16)
2364 filename = "n0bsinitvals16";
2365 else if ((rev >= 11) && (rev <= 12))
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002366 filename = "n0bsinitvals11";
2367 else
Michael Buesche4d6b792007-09-18 15:39:42 -04002368 goto err_no_initvals;
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002369 break;
Gábor Stefanik759b9732009-08-14 14:39:53 +02002370 case B43_PHYTYPE_LP:
2371 if (rev == 13)
2372 filename = "lp0bsinitvals13";
2373 else if (rev == 14)
2374 filename = "lp0bsinitvals14";
2375 else if (rev >= 15)
2376 filename = "lp0bsinitvals15";
2377 else
2378 goto err_no_initvals;
2379 break;
Rafał Miłecki8b9bda72011-07-07 18:58:24 +02002380 case B43_PHYTYPE_HT:
2381 if (rev == 29)
2382 filename = "ht0bsinitvals29";
2383 else
2384 goto err_no_initvals;
2385 break;
2386 case B43_PHYTYPE_LCN:
2387 if (rev == 24)
2388 filename = "lcn0bsinitvals24";
2389 else
2390 goto err_no_initvals;
2391 break;
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002392 default:
2393 goto err_no_initvals;
Michael Buesche4d6b792007-09-18 15:39:42 -04002394 }
Larry Finger5e20a4b2012-12-20 15:55:01 -06002395 err = b43_do_request_fw(ctx, filename, &fw->initvals_band, false);
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002396 if (err)
2397 goto err_load;
Michael Buesche4d6b792007-09-18 15:39:42 -04002398
Johannes Berg097b0e12012-07-17 17:12:29 +02002399 fw->opensource = (ctx->req_type == B43_FWTYPE_OPENSOURCE);
2400
Michael Buesche4d6b792007-09-18 15:39:42 -04002401 return 0;
2402
Michael Buesche4d6b792007-09-18 15:39:42 -04002403err_no_ucode:
Michael Buesch1a9f5092009-01-23 21:21:51 +01002404 err = ctx->fatal_failure = -EOPNOTSUPP;
2405 b43err(dev->wl, "The driver does not know which firmware (ucode) "
2406 "is required for your device (wl-core rev %u)\n", rev);
Michael Buesche4d6b792007-09-18 15:39:42 -04002407 goto error;
2408
2409err_no_pcm:
Michael Buesch1a9f5092009-01-23 21:21:51 +01002410 err = ctx->fatal_failure = -EOPNOTSUPP;
2411 b43err(dev->wl, "The driver does not know which firmware (PCM) "
2412 "is required for your device (wl-core rev %u)\n", rev);
Michael Buesche4d6b792007-09-18 15:39:42 -04002413 goto error;
2414
2415err_no_initvals:
Michael Buesch1a9f5092009-01-23 21:21:51 +01002416 err = ctx->fatal_failure = -EOPNOTSUPP;
2417 b43err(dev->wl, "The driver does not know which firmware (initvals) "
2418 "is required for your device (wl-core rev %u)\n", rev);
2419 goto error;
2420
2421err_load:
2422 /* We failed to load this firmware image. The error message
2423 * already is in ctx->errors. Return and let our caller decide
2424 * what to do. */
Michael Buesche4d6b792007-09-18 15:39:42 -04002425 goto error;
2426
2427error:
2428 b43_release_firmware(dev);
2429 return err;
2430}
2431
Larry Finger6b6fa582012-03-08 22:27:46 -06002432static int b43_one_core_attach(struct b43_bus_dev *dev, struct b43_wl *wl);
2433static void b43_one_core_detach(struct b43_bus_dev *dev);
Larry Finger09164042014-01-12 15:11:37 -06002434static int b43_rng_init(struct b43_wl *wl);
Larry Finger6b6fa582012-03-08 22:27:46 -06002435
2436static void b43_request_firmware(struct work_struct *work)
Michael Buesch1a9f5092009-01-23 21:21:51 +01002437{
Larry Finger6b6fa582012-03-08 22:27:46 -06002438 struct b43_wl *wl = container_of(work,
2439 struct b43_wl, firmware_load);
2440 struct b43_wldev *dev = wl->current_dev;
Michael Buesch1a9f5092009-01-23 21:21:51 +01002441 struct b43_request_fw_context *ctx;
2442 unsigned int i;
2443 int err;
2444 const char *errmsg;
2445
2446 ctx = kzalloc(sizeof(*ctx), GFP_KERNEL);
2447 if (!ctx)
Larry Finger6b6fa582012-03-08 22:27:46 -06002448 return;
Michael Buesch1a9f5092009-01-23 21:21:51 +01002449 ctx->dev = dev;
2450
2451 ctx->req_type = B43_FWTYPE_PROPRIETARY;
2452 err = b43_try_request_fw(ctx);
2453 if (!err)
Larry Finger6b6fa582012-03-08 22:27:46 -06002454 goto start_ieee80211; /* Successfully loaded it. */
2455 /* Was fw version known? */
2456 if (ctx->fatal_failure)
Michael Buesch1a9f5092009-01-23 21:21:51 +01002457 goto out;
2458
Larry Finger6b6fa582012-03-08 22:27:46 -06002459 /* proprietary fw not found, try open source */
Michael Buesch1a9f5092009-01-23 21:21:51 +01002460 ctx->req_type = B43_FWTYPE_OPENSOURCE;
2461 err = b43_try_request_fw(ctx);
2462 if (!err)
Larry Finger6b6fa582012-03-08 22:27:46 -06002463 goto start_ieee80211; /* Successfully loaded it. */
2464 if(ctx->fatal_failure)
Michael Buesch1a9f5092009-01-23 21:21:51 +01002465 goto out;
2466
2467 /* Could not find a usable firmware. Print the errors. */
2468 for (i = 0; i < B43_NR_FWTYPES; i++) {
2469 errmsg = ctx->errors[i];
2470 if (strlen(errmsg))
Kees Cooke0e29b62013-05-10 14:48:21 -07002471 b43err(dev->wl, "%s", errmsg);
Michael Buesch1a9f5092009-01-23 21:21:51 +01002472 }
2473 b43_print_fw_helptext(dev->wl, 1);
Larry Finger6b6fa582012-03-08 22:27:46 -06002474 goto out;
2475
2476start_ieee80211:
Johannes Berg097b0e12012-07-17 17:12:29 +02002477 wl->hw->queues = B43_QOS_QUEUE_NUM;
2478 if (!modparam_qos || dev->fw.opensource)
2479 wl->hw->queues = 1;
2480
Larry Finger6b6fa582012-03-08 22:27:46 -06002481 err = ieee80211_register_hw(wl->hw);
2482 if (err)
2483 goto err_one_core_detach;
Oleksij Rempele64add22012-06-05 20:39:32 +02002484 wl->hw_registred = true;
Larry Finger6b6fa582012-03-08 22:27:46 -06002485 b43_leds_register(wl->current_dev);
Larry Finger09164042014-01-12 15:11:37 -06002486
2487 /* Register HW RNG driver */
2488 b43_rng_init(wl);
2489
Larry Finger6b6fa582012-03-08 22:27:46 -06002490 goto out;
2491
2492err_one_core_detach:
2493 b43_one_core_detach(dev->dev);
Michael Buesch1a9f5092009-01-23 21:21:51 +01002494
2495out:
2496 kfree(ctx);
Michael Buesch1a9f5092009-01-23 21:21:51 +01002497}
2498
Michael Buesche4d6b792007-09-18 15:39:42 -04002499static int b43_upload_microcode(struct b43_wldev *dev)
2500{
John W. Linville652caa52010-07-29 13:27:28 -04002501 struct wiphy *wiphy = dev->wl->hw->wiphy;
Michael Buesche4d6b792007-09-18 15:39:42 -04002502 const size_t hdr_len = sizeof(struct b43_fw_header);
2503 const __be32 *data;
2504 unsigned int i, len;
2505 u16 fwrev, fwpatch, fwdate, fwtime;
Michael Buesch1f7d87b2008-01-22 20:23:34 +01002506 u32 tmp, macctl;
Michael Buesche4d6b792007-09-18 15:39:42 -04002507 int err = 0;
2508
Michael Buesch1f7d87b2008-01-22 20:23:34 +01002509 /* Jump the microcode PSM to offset 0 */
2510 macctl = b43_read32(dev, B43_MMIO_MACCTL);
2511 B43_WARN_ON(macctl & B43_MACCTL_PSM_RUN);
2512 macctl |= B43_MACCTL_PSM_JMP0;
2513 b43_write32(dev, B43_MMIO_MACCTL, macctl);
2514 /* Zero out all microcode PSM registers and shared memory. */
2515 for (i = 0; i < 64; i++)
2516 b43_shm_write16(dev, B43_SHM_SCRATCH, i, 0);
2517 for (i = 0; i < 4096; i += 2)
2518 b43_shm_write16(dev, B43_SHM_SHARED, i, 0);
2519
Michael Buesche4d6b792007-09-18 15:39:42 -04002520 /* Upload Microcode. */
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002521 data = (__be32 *) (dev->fw.ucode.data->data + hdr_len);
2522 len = (dev->fw.ucode.data->size - hdr_len) / sizeof(__be32);
Michael Buesche4d6b792007-09-18 15:39:42 -04002523 b43_shm_control_word(dev, B43_SHM_UCODE | B43_SHM_AUTOINC_W, 0x0000);
2524 for (i = 0; i < len; i++) {
2525 b43_write32(dev, B43_MMIO_SHM_DATA, be32_to_cpu(data[i]));
2526 udelay(10);
2527 }
2528
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002529 if (dev->fw.pcm.data) {
Michael Buesche4d6b792007-09-18 15:39:42 -04002530 /* Upload PCM data. */
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002531 data = (__be32 *) (dev->fw.pcm.data->data + hdr_len);
2532 len = (dev->fw.pcm.data->size - hdr_len) / sizeof(__be32);
Michael Buesche4d6b792007-09-18 15:39:42 -04002533 b43_shm_control_word(dev, B43_SHM_HW, 0x01EA);
2534 b43_write32(dev, B43_MMIO_SHM_DATA, 0x00004000);
2535 /* No need for autoinc bit in SHM_HW */
2536 b43_shm_control_word(dev, B43_SHM_HW, 0x01EB);
2537 for (i = 0; i < len; i++) {
2538 b43_write32(dev, B43_MMIO_SHM_DATA, be32_to_cpu(data[i]));
2539 udelay(10);
2540 }
2541 }
2542
2543 b43_write32(dev, B43_MMIO_GEN_IRQ_REASON, B43_IRQ_ALL);
Michael Buesch1f7d87b2008-01-22 20:23:34 +01002544
2545 /* Start the microcode PSM */
Rafał Miłecki50566352012-01-02 19:31:21 +01002546 b43_maskset32(dev, B43_MMIO_MACCTL, ~B43_MACCTL_PSM_JMP0,
2547 B43_MACCTL_PSM_RUN);
Michael Buesche4d6b792007-09-18 15:39:42 -04002548
2549 /* Wait for the microcode to load and respond */
2550 i = 0;
2551 while (1) {
2552 tmp = b43_read32(dev, B43_MMIO_GEN_IRQ_REASON);
2553 if (tmp == B43_IRQ_MAC_SUSPENDED)
2554 break;
2555 i++;
Michael Buesch1f7d87b2008-01-22 20:23:34 +01002556 if (i >= 20) {
Michael Buesche4d6b792007-09-18 15:39:42 -04002557 b43err(dev->wl, "Microcode not responding\n");
Michael Buescheb189d8b2008-01-28 14:47:41 -08002558 b43_print_fw_helptext(dev->wl, 1);
Michael Buesche4d6b792007-09-18 15:39:42 -04002559 err = -ENODEV;
Michael Buesch1f7d87b2008-01-22 20:23:34 +01002560 goto error;
Michael Buesche4d6b792007-09-18 15:39:42 -04002561 }
Michael Buesche175e992009-09-11 18:31:32 +02002562 msleep(50);
Michael Buesche4d6b792007-09-18 15:39:42 -04002563 }
2564 b43_read32(dev, B43_MMIO_GEN_IRQ_REASON); /* dummy read */
2565
2566 /* Get and check the revisions. */
2567 fwrev = b43_shm_read16(dev, B43_SHM_SHARED, B43_SHM_SH_UCODEREV);
2568 fwpatch = b43_shm_read16(dev, B43_SHM_SHARED, B43_SHM_SH_UCODEPATCH);
2569 fwdate = b43_shm_read16(dev, B43_SHM_SHARED, B43_SHM_SH_UCODEDATE);
2570 fwtime = b43_shm_read16(dev, B43_SHM_SHARED, B43_SHM_SH_UCODETIME);
2571
2572 if (fwrev <= 0x128) {
2573 b43err(dev->wl, "YOUR FIRMWARE IS TOO OLD. Firmware from "
2574 "binary drivers older than version 4.x is unsupported. "
2575 "You must upgrade your firmware files.\n");
Michael Buescheb189d8b2008-01-28 14:47:41 -08002576 b43_print_fw_helptext(dev->wl, 1);
Michael Buesche4d6b792007-09-18 15:39:42 -04002577 err = -EOPNOTSUPP;
Michael Buesch1f7d87b2008-01-22 20:23:34 +01002578 goto error;
Michael Buesche4d6b792007-09-18 15:39:42 -04002579 }
Michael Buesche4d6b792007-09-18 15:39:42 -04002580 dev->fw.rev = fwrev;
2581 dev->fw.patch = fwpatch;
Rafał Miłecki5d852902011-08-11 15:07:16 +02002582 if (dev->fw.rev >= 598)
2583 dev->fw.hdr_format = B43_FW_HDR_598;
2584 else if (dev->fw.rev >= 410)
Rafał Miłeckiefe02492011-08-11 15:07:15 +02002585 dev->fw.hdr_format = B43_FW_HDR_410;
2586 else
2587 dev->fw.hdr_format = B43_FW_HDR_351;
Johannes Berg097b0e12012-07-17 17:12:29 +02002588 WARN_ON(dev->fw.opensource != (fwdate == 0xFFFF));
Michael Buesche48b0ee2008-05-17 22:44:35 +02002589
Johannes Berg097b0e12012-07-17 17:12:29 +02002590 dev->qos_enabled = dev->wl->hw->queues > 1;
Michael Buesch403a3a12009-06-08 21:04:57 +02002591 /* Default to firmware/hardware crypto acceleration. */
Rusty Russell3db1cd52011-12-19 13:56:45 +00002592 dev->hwcrypto_enabled = true;
Michael Buesch403a3a12009-06-08 21:04:57 +02002593
Michael Buesche48b0ee2008-05-17 22:44:35 +02002594 if (dev->fw.opensource) {
Michael Buesch403a3a12009-06-08 21:04:57 +02002595 u16 fwcapa;
2596
Michael Buesche48b0ee2008-05-17 22:44:35 +02002597 /* Patchlevel info is encoded in the "time" field. */
2598 dev->fw.patch = fwtime;
Michael Buesch403a3a12009-06-08 21:04:57 +02002599 b43info(dev->wl, "Loading OpenSource firmware version %u.%u\n",
2600 dev->fw.rev, dev->fw.patch);
2601
2602 fwcapa = b43_fwcapa_read(dev);
2603 if (!(fwcapa & B43_FWCAPA_HWCRYPTO) || dev->fw.pcm_request_failed) {
2604 b43info(dev->wl, "Hardware crypto acceleration not supported by firmware\n");
2605 /* Disable hardware crypto and fall back to software crypto. */
Rusty Russell3db1cd52011-12-19 13:56:45 +00002606 dev->hwcrypto_enabled = false;
Michael Buesch403a3a12009-06-08 21:04:57 +02002607 }
Johannes Berg097b0e12012-07-17 17:12:29 +02002608 /* adding QoS support should use an offline discovery mechanism */
2609 WARN(fwcapa & B43_FWCAPA_QOS, "QoS in OpenFW not supported\n");
Michael Buesche48b0ee2008-05-17 22:44:35 +02002610 } else {
2611 b43info(dev->wl, "Loading firmware version %u.%u "
2612 "(20%.2i-%.2i-%.2i %.2i:%.2i:%.2i)\n",
2613 fwrev, fwpatch,
2614 (fwdate >> 12) & 0xF, (fwdate >> 8) & 0xF, fwdate & 0xFF,
2615 (fwtime >> 11) & 0x1F, (fwtime >> 5) & 0x3F, fwtime & 0x1F);
Michael Buesch68217832008-05-17 23:43:57 +02002616 if (dev->fw.pcm_request_failed) {
2617 b43warn(dev->wl, "No \"pcm5.fw\" firmware file found. "
2618 "Hardware accelerated cryptography is disabled.\n");
2619 b43_print_fw_helptext(dev->wl, 0);
2620 }
Michael Buesche48b0ee2008-05-17 22:44:35 +02002621 }
Michael Buesche4d6b792007-09-18 15:39:42 -04002622
John W. Linville652caa52010-07-29 13:27:28 -04002623 snprintf(wiphy->fw_version, sizeof(wiphy->fw_version), "%u.%u",
2624 dev->fw.rev, dev->fw.patch);
Rafał Miłecki21d889d2011-05-18 02:06:38 +02002625 wiphy->hw_version = dev->dev->core_id;
John W. Linville652caa52010-07-29 13:27:28 -04002626
Rafał Miłeckiefe02492011-08-11 15:07:15 +02002627 if (dev->fw.hdr_format == B43_FW_HDR_351) {
Michael Bueschc5572892008-12-27 18:26:39 +01002628 /* We're over the deadline, but we keep support for old fw
2629 * until it turns out to be in major conflict with something new. */
Michael Buescheb189d8b2008-01-28 14:47:41 -08002630 b43warn(dev->wl, "You are using an old firmware image. "
Michael Bueschc5572892008-12-27 18:26:39 +01002631 "Support for old firmware will be removed soon "
2632 "(official deadline was July 2008).\n");
Michael Buescheb189d8b2008-01-28 14:47:41 -08002633 b43_print_fw_helptext(dev->wl, 0);
2634 }
2635
Michael Buesch1f7d87b2008-01-22 20:23:34 +01002636 return 0;
2637
2638error:
Rafał Miłecki50566352012-01-02 19:31:21 +01002639 /* Stop the microcode PSM. */
2640 b43_maskset32(dev, B43_MMIO_MACCTL, ~B43_MACCTL_PSM_RUN,
2641 B43_MACCTL_PSM_JMP0);
Michael Buesch1f7d87b2008-01-22 20:23:34 +01002642
Michael Buesche4d6b792007-09-18 15:39:42 -04002643 return err;
2644}
2645
2646static int b43_write_initvals(struct b43_wldev *dev,
2647 const struct b43_iv *ivals,
2648 size_t count,
2649 size_t array_size)
2650{
2651 const struct b43_iv *iv;
2652 u16 offset;
2653 size_t i;
2654 bool bit32;
2655
2656 BUILD_BUG_ON(sizeof(struct b43_iv) != 6);
2657 iv = ivals;
2658 for (i = 0; i < count; i++) {
2659 if (array_size < sizeof(iv->offset_size))
2660 goto err_format;
2661 array_size -= sizeof(iv->offset_size);
2662 offset = be16_to_cpu(iv->offset_size);
2663 bit32 = !!(offset & B43_IV_32BIT);
2664 offset &= B43_IV_OFFSET_MASK;
2665 if (offset >= 0x1000)
2666 goto err_format;
2667 if (bit32) {
2668 u32 value;
2669
2670 if (array_size < sizeof(iv->data.d32))
2671 goto err_format;
2672 array_size -= sizeof(iv->data.d32);
2673
Harvey Harrison533dd1b2008-04-29 01:03:36 -07002674 value = get_unaligned_be32(&iv->data.d32);
Michael Buesche4d6b792007-09-18 15:39:42 -04002675 b43_write32(dev, offset, value);
2676
2677 iv = (const struct b43_iv *)((const uint8_t *)iv +
2678 sizeof(__be16) +
2679 sizeof(__be32));
2680 } else {
2681 u16 value;
2682
2683 if (array_size < sizeof(iv->data.d16))
2684 goto err_format;
2685 array_size -= sizeof(iv->data.d16);
2686
2687 value = be16_to_cpu(iv->data.d16);
2688 b43_write16(dev, offset, value);
2689
2690 iv = (const struct b43_iv *)((const uint8_t *)iv +
2691 sizeof(__be16) +
2692 sizeof(__be16));
2693 }
2694 }
2695 if (array_size)
2696 goto err_format;
2697
2698 return 0;
2699
2700err_format:
2701 b43err(dev->wl, "Initial Values Firmware file-format error.\n");
Michael Buescheb189d8b2008-01-28 14:47:41 -08002702 b43_print_fw_helptext(dev->wl, 1);
Michael Buesche4d6b792007-09-18 15:39:42 -04002703
2704 return -EPROTO;
2705}
2706
2707static int b43_upload_initvals(struct b43_wldev *dev)
2708{
2709 const size_t hdr_len = sizeof(struct b43_fw_header);
2710 const struct b43_fw_header *hdr;
2711 struct b43_firmware *fw = &dev->fw;
2712 const struct b43_iv *ivals;
2713 size_t count;
2714 int err;
2715
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002716 hdr = (const struct b43_fw_header *)(fw->initvals.data->data);
2717 ivals = (const struct b43_iv *)(fw->initvals.data->data + hdr_len);
Michael Buesche4d6b792007-09-18 15:39:42 -04002718 count = be32_to_cpu(hdr->size);
2719 err = b43_write_initvals(dev, ivals, count,
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002720 fw->initvals.data->size - hdr_len);
Michael Buesche4d6b792007-09-18 15:39:42 -04002721 if (err)
2722 goto out;
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002723 if (fw->initvals_band.data) {
2724 hdr = (const struct b43_fw_header *)(fw->initvals_band.data->data);
2725 ivals = (const struct b43_iv *)(fw->initvals_band.data->data + hdr_len);
Michael Buesche4d6b792007-09-18 15:39:42 -04002726 count = be32_to_cpu(hdr->size);
2727 err = b43_write_initvals(dev, ivals, count,
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002728 fw->initvals_band.data->size - hdr_len);
Michael Buesche4d6b792007-09-18 15:39:42 -04002729 if (err)
2730 goto out;
2731 }
2732out:
2733
2734 return err;
2735}
2736
2737/* Initialize the GPIOs
2738 * http://bcm-specs.sipsolutions.net/GPIO
2739 */
Rafał Miłeckibd7c8a52014-05-10 19:52:18 +02002740
2741#ifdef CONFIG_B43_SSB
Rafał Miłeckic4a2a082011-05-17 18:57:27 +02002742static struct ssb_device *b43_ssb_gpio_dev(struct b43_wldev *dev)
Michael Buesche4d6b792007-09-18 15:39:42 -04002743{
Rafał Miłeckid48ae5c2011-05-19 15:11:26 +02002744 struct ssb_bus *bus = dev->dev->sdev->bus;
Rafał Miłeckic4a2a082011-05-17 18:57:27 +02002745
2746#ifdef CONFIG_SSB_DRIVER_PCICORE
2747 return (bus->chipco.dev ? bus->chipco.dev : bus->pcicore.dev);
2748#else
2749 return bus->chipco.dev;
2750#endif
2751}
Rafał Miłeckibd7c8a52014-05-10 19:52:18 +02002752#endif
Rafał Miłeckic4a2a082011-05-17 18:57:27 +02002753
Michael Buesche4d6b792007-09-18 15:39:42 -04002754static int b43_gpio_init(struct b43_wldev *dev)
2755{
Rafał Miłeckibd7c8a52014-05-10 19:52:18 +02002756#ifdef CONFIG_B43_SSB
Rafał Miłeckic4a2a082011-05-17 18:57:27 +02002757 struct ssb_device *gpiodev;
Rafał Miłeckibd7c8a52014-05-10 19:52:18 +02002758#endif
Michael Buesche4d6b792007-09-18 15:39:42 -04002759 u32 mask, set;
2760
Rafał Miłecki50566352012-01-02 19:31:21 +01002761 b43_maskset32(dev, B43_MMIO_MACCTL, ~B43_MACCTL_GPOUTSMSK, 0);
2762 b43_maskset16(dev, B43_MMIO_GPIO_MASK, ~0, 0xF);
Michael Buesche4d6b792007-09-18 15:39:42 -04002763
2764 mask = 0x0000001F;
2765 set = 0x0000000F;
Rafał Miłeckic244e082011-05-18 02:06:41 +02002766 if (dev->dev->chip_id == 0x4301) {
Michael Buesche4d6b792007-09-18 15:39:42 -04002767 mask |= 0x0060;
2768 set |= 0x0060;
Rafał Miłecki828afd22012-07-23 22:57:01 +02002769 } else if (dev->dev->chip_id == 0x5354) {
2770 /* Don't allow overtaking buttons GPIOs */
2771 set &= 0x2; /* 0x2 is LED GPIO on BCM5354 */
Michael Buesche4d6b792007-09-18 15:39:42 -04002772 }
Rafał Miłecki828afd22012-07-23 22:57:01 +02002773
Michael Buesche4d6b792007-09-18 15:39:42 -04002774 if (0 /* FIXME: conditional unknown */ ) {
2775 b43_write16(dev, B43_MMIO_GPIO_MASK,
2776 b43_read16(dev, B43_MMIO_GPIO_MASK)
2777 | 0x0100);
Rafał Miłecki828afd22012-07-23 22:57:01 +02002778 /* BT Coexistance Input */
2779 mask |= 0x0080;
2780 set |= 0x0080;
2781 /* BT Coexistance Out */
2782 mask |= 0x0100;
2783 set |= 0x0100;
Michael Buesche4d6b792007-09-18 15:39:42 -04002784 }
Rafał Miłecki05814832011-05-18 02:06:39 +02002785 if (dev->dev->bus_sprom->boardflags_lo & B43_BFL_PACTRL) {
Rafał Miłecki828afd22012-07-23 22:57:01 +02002786 /* PA is controlled by gpio 9, let ucode handle it */
Michael Buesche4d6b792007-09-18 15:39:42 -04002787 b43_write16(dev, B43_MMIO_GPIO_MASK,
2788 b43_read16(dev, B43_MMIO_GPIO_MASK)
2789 | 0x0200);
2790 mask |= 0x0200;
2791 set |= 0x0200;
2792 }
Michael Buesche4d6b792007-09-18 15:39:42 -04002793
Rafał Miłecki6cbab0d2011-07-06 15:45:26 +02002794 switch (dev->dev->bus_type) {
Rafał Miłecki42c9a452011-07-06 15:45:27 +02002795#ifdef CONFIG_B43_BCMA
2796 case B43_BUS_BCMA:
Hauke Mehrtens0a64bae2013-03-21 16:19:45 +01002797 bcma_chipco_gpio_control(&dev->dev->bdev->bus->drv_cc, mask, set);
Rafał Miłecki42c9a452011-07-06 15:45:27 +02002798 break;
2799#endif
Rafał Miłecki6cbab0d2011-07-06 15:45:26 +02002800#ifdef CONFIG_B43_SSB
2801 case B43_BUS_SSB:
2802 gpiodev = b43_ssb_gpio_dev(dev);
2803 if (gpiodev)
2804 ssb_write32(gpiodev, B43_GPIO_CONTROL,
2805 (ssb_read32(gpiodev, B43_GPIO_CONTROL)
Rafał Miłecki828afd22012-07-23 22:57:01 +02002806 & ~mask) | set);
Rafał Miłecki6cbab0d2011-07-06 15:45:26 +02002807 break;
2808#endif
2809 }
Michael Buesche4d6b792007-09-18 15:39:42 -04002810
2811 return 0;
2812}
2813
2814/* Turn off all GPIO stuff. Call this on module unload, for example. */
2815static void b43_gpio_cleanup(struct b43_wldev *dev)
2816{
Rafał Miłeckibd7c8a52014-05-10 19:52:18 +02002817#ifdef CONFIG_B43_SSB
Rafał Miłeckic4a2a082011-05-17 18:57:27 +02002818 struct ssb_device *gpiodev;
Rafał Miłeckibd7c8a52014-05-10 19:52:18 +02002819#endif
Michael Buesche4d6b792007-09-18 15:39:42 -04002820
Rafał Miłecki6cbab0d2011-07-06 15:45:26 +02002821 switch (dev->dev->bus_type) {
Rafał Miłecki42c9a452011-07-06 15:45:27 +02002822#ifdef CONFIG_B43_BCMA
2823 case B43_BUS_BCMA:
Hauke Mehrtens0a64bae2013-03-21 16:19:45 +01002824 bcma_chipco_gpio_control(&dev->dev->bdev->bus->drv_cc, ~0, 0);
Rafał Miłecki42c9a452011-07-06 15:45:27 +02002825 break;
2826#endif
Rafał Miłecki6cbab0d2011-07-06 15:45:26 +02002827#ifdef CONFIG_B43_SSB
2828 case B43_BUS_SSB:
2829 gpiodev = b43_ssb_gpio_dev(dev);
2830 if (gpiodev)
2831 ssb_write32(gpiodev, B43_GPIO_CONTROL, 0);
2832 break;
2833#endif
2834 }
Michael Buesche4d6b792007-09-18 15:39:42 -04002835}
2836
2837/* http://bcm-specs.sipsolutions.net/EnableMac */
Michael Bueschf5eda472008-04-20 16:03:32 +02002838void b43_mac_enable(struct b43_wldev *dev)
Michael Buesche4d6b792007-09-18 15:39:42 -04002839{
Michael Buesch923fd702008-06-20 18:02:08 +02002840 if (b43_debug(dev, B43_DBG_FIRMWARE)) {
2841 u16 fwstate;
2842
2843 fwstate = b43_shm_read16(dev, B43_SHM_SHARED,
2844 B43_SHM_SH_UCODESTAT);
2845 if ((fwstate != B43_SHM_SH_UCODESTAT_SUSP) &&
2846 (fwstate != B43_SHM_SH_UCODESTAT_SLEEP)) {
2847 b43err(dev->wl, "b43_mac_enable(): The firmware "
2848 "should be suspended, but current state is %u\n",
2849 fwstate);
2850 }
2851 }
2852
Michael Buesche4d6b792007-09-18 15:39:42 -04002853 dev->mac_suspended--;
2854 B43_WARN_ON(dev->mac_suspended < 0);
2855 if (dev->mac_suspended == 0) {
Rafał Miłecki50566352012-01-02 19:31:21 +01002856 b43_maskset32(dev, B43_MMIO_MACCTL, ~0, B43_MACCTL_ENABLED);
Michael Buesche4d6b792007-09-18 15:39:42 -04002857 b43_write32(dev, B43_MMIO_GEN_IRQ_REASON,
2858 B43_IRQ_MAC_SUSPENDED);
2859 /* Commit writes */
2860 b43_read32(dev, B43_MMIO_MACCTL);
2861 b43_read32(dev, B43_MMIO_GEN_IRQ_REASON);
2862 b43_power_saving_ctl_bits(dev, 0);
2863 }
2864}
2865
2866/* http://bcm-specs.sipsolutions.net/SuspendMAC */
Michael Bueschf5eda472008-04-20 16:03:32 +02002867void b43_mac_suspend(struct b43_wldev *dev)
Michael Buesche4d6b792007-09-18 15:39:42 -04002868{
2869 int i;
2870 u32 tmp;
2871
Michael Buesch05b64b32007-09-28 16:19:03 +02002872 might_sleep();
Michael Buesche4d6b792007-09-18 15:39:42 -04002873 B43_WARN_ON(dev->mac_suspended < 0);
Michael Buesch05b64b32007-09-28 16:19:03 +02002874
Michael Buesche4d6b792007-09-18 15:39:42 -04002875 if (dev->mac_suspended == 0) {
2876 b43_power_saving_ctl_bits(dev, B43_PS_AWAKE);
Rafał Miłecki50566352012-01-02 19:31:21 +01002877 b43_maskset32(dev, B43_MMIO_MACCTL, ~B43_MACCTL_ENABLED, 0);
Michael Buesche4d6b792007-09-18 15:39:42 -04002878 /* force pci to flush the write */
2879 b43_read32(dev, B43_MMIO_MACCTL);
Michael Bueschba380012008-04-15 21:13:36 +02002880 for (i = 35; i; i--) {
2881 tmp = b43_read32(dev, B43_MMIO_GEN_IRQ_REASON);
2882 if (tmp & B43_IRQ_MAC_SUSPENDED)
2883 goto out;
2884 udelay(10);
2885 }
2886 /* Hm, it seems this will take some time. Use msleep(). */
Michael Buesch05b64b32007-09-28 16:19:03 +02002887 for (i = 40; i; i--) {
Michael Buesche4d6b792007-09-18 15:39:42 -04002888 tmp = b43_read32(dev, B43_MMIO_GEN_IRQ_REASON);
2889 if (tmp & B43_IRQ_MAC_SUSPENDED)
2890 goto out;
Michael Buesch05b64b32007-09-28 16:19:03 +02002891 msleep(1);
Michael Buesche4d6b792007-09-18 15:39:42 -04002892 }
2893 b43err(dev->wl, "MAC suspend failed\n");
2894 }
Michael Buesch05b64b32007-09-28 16:19:03 +02002895out:
Michael Buesche4d6b792007-09-18 15:39:42 -04002896 dev->mac_suspended++;
2897}
2898
Rafał Miłecki858a1652011-05-10 16:05:33 +02002899/* http://bcm-v4.sipsolutions.net/802.11/PHY/N/MacPhyClkSet */
2900void b43_mac_phy_clock_set(struct b43_wldev *dev, bool on)
2901{
Rafał Miłecki6cbab0d2011-07-06 15:45:26 +02002902 u32 tmp;
2903
2904 switch (dev->dev->bus_type) {
Rafał Miłecki42c9a452011-07-06 15:45:27 +02002905#ifdef CONFIG_B43_BCMA
2906 case B43_BUS_BCMA:
Rafał Miłecki36677872011-07-16 18:27:55 +02002907 tmp = bcma_aread32(dev->dev->bdev, BCMA_IOCTL);
Rafał Miłecki42c9a452011-07-06 15:45:27 +02002908 if (on)
2909 tmp |= B43_BCMA_IOCTL_MACPHYCLKEN;
2910 else
2911 tmp &= ~B43_BCMA_IOCTL_MACPHYCLKEN;
Rafał Miłecki36677872011-07-16 18:27:55 +02002912 bcma_awrite32(dev->dev->bdev, BCMA_IOCTL, tmp);
Rafał Miłecki42c9a452011-07-06 15:45:27 +02002913 break;
2914#endif
Rafał Miłecki6cbab0d2011-07-06 15:45:26 +02002915#ifdef CONFIG_B43_SSB
2916 case B43_BUS_SSB:
2917 tmp = ssb_read32(dev->dev->sdev, SSB_TMSLOW);
2918 if (on)
2919 tmp |= B43_TMSLOW_MACPHYCLKEN;
2920 else
2921 tmp &= ~B43_TMSLOW_MACPHYCLKEN;
2922 ssb_write32(dev->dev->sdev, SSB_TMSLOW, tmp);
2923 break;
2924#endif
2925 }
Rafał Miłecki858a1652011-05-10 16:05:33 +02002926}
2927
Michael Buesche4d6b792007-09-18 15:39:42 -04002928static void b43_adjust_opmode(struct b43_wldev *dev)
2929{
2930 struct b43_wl *wl = dev->wl;
2931 u32 ctl;
2932 u16 cfp_pretbtt;
2933
2934 ctl = b43_read32(dev, B43_MMIO_MACCTL);
2935 /* Reset status to STA infrastructure mode. */
2936 ctl &= ~B43_MACCTL_AP;
2937 ctl &= ~B43_MACCTL_KEEP_CTL;
2938 ctl &= ~B43_MACCTL_KEEP_BADPLCP;
2939 ctl &= ~B43_MACCTL_KEEP_BAD;
2940 ctl &= ~B43_MACCTL_PROMISC;
Johannes Berg4150c572007-09-17 01:29:23 -04002941 ctl &= ~B43_MACCTL_BEACPROMISC;
Michael Buesche4d6b792007-09-18 15:39:42 -04002942 ctl |= B43_MACCTL_INFRA;
2943
Johannes Berg05c914f2008-09-11 00:01:58 +02002944 if (b43_is_mode(wl, NL80211_IFTYPE_AP) ||
2945 b43_is_mode(wl, NL80211_IFTYPE_MESH_POINT))
Johannes Berg4150c572007-09-17 01:29:23 -04002946 ctl |= B43_MACCTL_AP;
Johannes Berg05c914f2008-09-11 00:01:58 +02002947 else if (b43_is_mode(wl, NL80211_IFTYPE_ADHOC))
Johannes Berg4150c572007-09-17 01:29:23 -04002948 ctl &= ~B43_MACCTL_INFRA;
2949
2950 if (wl->filter_flags & FIF_CONTROL)
Michael Buesche4d6b792007-09-18 15:39:42 -04002951 ctl |= B43_MACCTL_KEEP_CTL;
Johannes Berg4150c572007-09-17 01:29:23 -04002952 if (wl->filter_flags & FIF_FCSFAIL)
2953 ctl |= B43_MACCTL_KEEP_BAD;
2954 if (wl->filter_flags & FIF_PLCPFAIL)
2955 ctl |= B43_MACCTL_KEEP_BADPLCP;
2956 if (wl->filter_flags & FIF_PROMISC_IN_BSS)
Michael Buesche4d6b792007-09-18 15:39:42 -04002957 ctl |= B43_MACCTL_PROMISC;
Johannes Berg4150c572007-09-17 01:29:23 -04002958 if (wl->filter_flags & FIF_BCN_PRBRESP_PROMISC)
2959 ctl |= B43_MACCTL_BEACPROMISC;
2960
Michael Buesche4d6b792007-09-18 15:39:42 -04002961 /* Workaround: On old hardware the HW-MAC-address-filter
2962 * doesn't work properly, so always run promisc in filter
2963 * it in software. */
Rafał Miłecki21d889d2011-05-18 02:06:38 +02002964 if (dev->dev->core_rev <= 4)
Michael Buesche4d6b792007-09-18 15:39:42 -04002965 ctl |= B43_MACCTL_PROMISC;
2966
2967 b43_write32(dev, B43_MMIO_MACCTL, ctl);
2968
2969 cfp_pretbtt = 2;
2970 if ((ctl & B43_MACCTL_INFRA) && !(ctl & B43_MACCTL_AP)) {
Rafał Miłeckic244e082011-05-18 02:06:41 +02002971 if (dev->dev->chip_id == 0x4306 &&
2972 dev->dev->chip_rev == 3)
Michael Buesche4d6b792007-09-18 15:39:42 -04002973 cfp_pretbtt = 100;
2974 else
2975 cfp_pretbtt = 50;
2976 }
2977 b43_write16(dev, 0x612, cfp_pretbtt);
Michael Buesch09ebe2f2009-09-12 00:52:48 +02002978
2979 /* FIXME: We don't currently implement the PMQ mechanism,
2980 * so always disable it. If we want to implement PMQ,
2981 * we need to enable it here (clear DISCPMQ) in AP mode.
2982 */
Rafał Miłecki50566352012-01-02 19:31:21 +01002983 if (0 /* ctl & B43_MACCTL_AP */)
2984 b43_maskset32(dev, B43_MMIO_MACCTL, ~B43_MACCTL_DISCPMQ, 0);
2985 else
2986 b43_maskset32(dev, B43_MMIO_MACCTL, ~0, B43_MACCTL_DISCPMQ);
Michael Buesche4d6b792007-09-18 15:39:42 -04002987}
2988
2989static void b43_rate_memory_write(struct b43_wldev *dev, u16 rate, int is_ofdm)
2990{
2991 u16 offset;
2992
2993 if (is_ofdm) {
2994 offset = 0x480;
2995 offset += (b43_plcp_get_ratecode_ofdm(rate) & 0x000F) * 2;
2996 } else {
2997 offset = 0x4C0;
2998 offset += (b43_plcp_get_ratecode_cck(rate) & 0x000F) * 2;
2999 }
3000 b43_shm_write16(dev, B43_SHM_SHARED, offset + 0x20,
3001 b43_shm_read16(dev, B43_SHM_SHARED, offset));
3002}
3003
3004static void b43_rate_memory_init(struct b43_wldev *dev)
3005{
3006 switch (dev->phy.type) {
3007 case B43_PHYTYPE_A:
3008 case B43_PHYTYPE_G:
Michael Buesch53a6e232008-01-13 21:23:44 +01003009 case B43_PHYTYPE_N:
Gábor Stefanik9d86a2d2009-08-14 14:54:46 +02003010 case B43_PHYTYPE_LP:
Rafał Miłecki6a461c22011-08-12 00:03:25 +02003011 case B43_PHYTYPE_HT:
Rafał Miłecki0b4ff452011-08-31 23:36:16 +02003012 case B43_PHYTYPE_LCN:
Michael Buesche4d6b792007-09-18 15:39:42 -04003013 b43_rate_memory_write(dev, B43_OFDM_RATE_6MB, 1);
3014 b43_rate_memory_write(dev, B43_OFDM_RATE_12MB, 1);
3015 b43_rate_memory_write(dev, B43_OFDM_RATE_18MB, 1);
3016 b43_rate_memory_write(dev, B43_OFDM_RATE_24MB, 1);
3017 b43_rate_memory_write(dev, B43_OFDM_RATE_36MB, 1);
3018 b43_rate_memory_write(dev, B43_OFDM_RATE_48MB, 1);
3019 b43_rate_memory_write(dev, B43_OFDM_RATE_54MB, 1);
3020 if (dev->phy.type == B43_PHYTYPE_A)
3021 break;
3022 /* fallthrough */
3023 case B43_PHYTYPE_B:
3024 b43_rate_memory_write(dev, B43_CCK_RATE_1MB, 0);
3025 b43_rate_memory_write(dev, B43_CCK_RATE_2MB, 0);
3026 b43_rate_memory_write(dev, B43_CCK_RATE_5MB, 0);
3027 b43_rate_memory_write(dev, B43_CCK_RATE_11MB, 0);
3028 break;
3029 default:
3030 B43_WARN_ON(1);
3031 }
3032}
3033
Michael Buesch5042c502008-04-05 15:05:00 +02003034/* Set the default values for the PHY TX Control Words. */
3035static void b43_set_phytxctl_defaults(struct b43_wldev *dev)
3036{
3037 u16 ctl = 0;
3038
3039 ctl |= B43_TXH_PHY_ENC_CCK;
3040 ctl |= B43_TXH_PHY_ANT01AUTO;
3041 ctl |= B43_TXH_PHY_TXPWR;
3042
3043 b43_shm_write16(dev, B43_SHM_SHARED, B43_SHM_SH_BEACPHYCTL, ctl);
3044 b43_shm_write16(dev, B43_SHM_SHARED, B43_SHM_SH_ACKCTSPHYCTL, ctl);
3045 b43_shm_write16(dev, B43_SHM_SHARED, B43_SHM_SH_PRPHYCTL, ctl);
3046}
3047
Michael Buesche4d6b792007-09-18 15:39:42 -04003048/* Set the TX-Antenna for management frames sent by firmware. */
3049static void b43_mgmtframe_txantenna(struct b43_wldev *dev, int antenna)
3050{
Michael Buesch5042c502008-04-05 15:05:00 +02003051 u16 ant;
Michael Buesche4d6b792007-09-18 15:39:42 -04003052 u16 tmp;
3053
Michael Buesch5042c502008-04-05 15:05:00 +02003054 ant = b43_antenna_to_phyctl(antenna);
Michael Buesche4d6b792007-09-18 15:39:42 -04003055
Michael Buesche4d6b792007-09-18 15:39:42 -04003056 /* For ACK/CTS */
3057 tmp = b43_shm_read16(dev, B43_SHM_SHARED, B43_SHM_SH_ACKCTSPHYCTL);
Michael Buescheb189d8b2008-01-28 14:47:41 -08003058 tmp = (tmp & ~B43_TXH_PHY_ANT) | ant;
Michael Buesche4d6b792007-09-18 15:39:42 -04003059 b43_shm_write16(dev, B43_SHM_SHARED, B43_SHM_SH_ACKCTSPHYCTL, tmp);
3060 /* For Probe Resposes */
3061 tmp = b43_shm_read16(dev, B43_SHM_SHARED, B43_SHM_SH_PRPHYCTL);
Michael Buescheb189d8b2008-01-28 14:47:41 -08003062 tmp = (tmp & ~B43_TXH_PHY_ANT) | ant;
Michael Buesche4d6b792007-09-18 15:39:42 -04003063 b43_shm_write16(dev, B43_SHM_SHARED, B43_SHM_SH_PRPHYCTL, tmp);
3064}
3065
3066/* This is the opposite of b43_chip_init() */
3067static void b43_chip_exit(struct b43_wldev *dev)
3068{
Michael Bueschfb111372008-09-02 13:00:34 +02003069 b43_phy_exit(dev);
Michael Buesche4d6b792007-09-18 15:39:42 -04003070 b43_gpio_cleanup(dev);
3071 /* firmware is released later */
3072}
3073
3074/* Initialize the chip
3075 * http://bcm-specs.sipsolutions.net/ChipInit
3076 */
3077static int b43_chip_init(struct b43_wldev *dev)
3078{
3079 struct b43_phy *phy = &dev->phy;
Michael Bueschef1a6282008-08-27 18:53:02 +02003080 int err;
Rafał Miłecki858a1652011-05-10 16:05:33 +02003081 u32 macctl;
Michael Buesche4d6b792007-09-18 15:39:42 -04003082 u16 value16;
3083
Michael Buesch1f7d87b2008-01-22 20:23:34 +01003084 /* Initialize the MAC control */
3085 macctl = B43_MACCTL_IHR_ENABLED | B43_MACCTL_SHM_ENABLED;
3086 if (dev->phy.gmode)
3087 macctl |= B43_MACCTL_GMODE;
3088 macctl |= B43_MACCTL_INFRA;
3089 b43_write32(dev, B43_MMIO_MACCTL, macctl);
Michael Buesche4d6b792007-09-18 15:39:42 -04003090
Michael Buesche4d6b792007-09-18 15:39:42 -04003091 err = b43_upload_microcode(dev);
3092 if (err)
3093 goto out; /* firmware is released later */
3094
3095 err = b43_gpio_init(dev);
3096 if (err)
3097 goto out; /* firmware is released later */
Michael Buesch21954c32007-09-27 15:31:40 +02003098
Michael Buesche4d6b792007-09-18 15:39:42 -04003099 err = b43_upload_initvals(dev);
3100 if (err)
Larry Finger1a8d1222007-12-14 13:59:11 +01003101 goto err_gpio_clean;
Michael Buesche4d6b792007-09-18 15:39:42 -04003102
Michael Buesch0b7dcd92008-09-03 12:31:54 +02003103 /* Turn the Analog on and initialize the PHY. */
3104 phy->ops->switch_analog(dev, 1);
Michael Buesche4d6b792007-09-18 15:39:42 -04003105 err = b43_phy_init(dev);
3106 if (err)
Michael Bueschef1a6282008-08-27 18:53:02 +02003107 goto err_gpio_clean;
Michael Buesche4d6b792007-09-18 15:39:42 -04003108
Michael Bueschef1a6282008-08-27 18:53:02 +02003109 /* Disable Interference Mitigation. */
3110 if (phy->ops->interf_mitigation)
3111 phy->ops->interf_mitigation(dev, B43_INTERFMODE_NONE);
Michael Buesche4d6b792007-09-18 15:39:42 -04003112
Michael Bueschef1a6282008-08-27 18:53:02 +02003113 /* Select the antennae */
3114 if (phy->ops->set_rx_antenna)
3115 phy->ops->set_rx_antenna(dev, B43_ANTENNA_DEFAULT);
Michael Buesche4d6b792007-09-18 15:39:42 -04003116 b43_mgmtframe_txantenna(dev, B43_ANTENNA_DEFAULT);
3117
3118 if (phy->type == B43_PHYTYPE_B) {
3119 value16 = b43_read16(dev, 0x005E);
3120 value16 |= 0x0004;
3121 b43_write16(dev, 0x005E, value16);
3122 }
3123 b43_write32(dev, 0x0100, 0x01000000);
Rafał Miłecki21d889d2011-05-18 02:06:38 +02003124 if (dev->dev->core_rev < 5)
Michael Buesche4d6b792007-09-18 15:39:42 -04003125 b43_write32(dev, 0x010C, 0x01000000);
3126
Rafał Miłecki50566352012-01-02 19:31:21 +01003127 b43_maskset32(dev, B43_MMIO_MACCTL, ~B43_MACCTL_INFRA, 0);
3128 b43_maskset32(dev, B43_MMIO_MACCTL, ~0, B43_MACCTL_INFRA);
Michael Buesche4d6b792007-09-18 15:39:42 -04003129
Michael Buesche4d6b792007-09-18 15:39:42 -04003130 /* Probe Response Timeout value */
3131 /* FIXME: Default to 0, has to be set by ioctl probably... :-/ */
Hauke Mehrtens5c1da232013-03-23 18:07:02 +01003132 b43_shm_write16(dev, B43_SHM_SHARED, B43_SHM_SH_PRMAXTIME, 0);
Michael Buesche4d6b792007-09-18 15:39:42 -04003133
3134 /* Initially set the wireless operation mode. */
3135 b43_adjust_opmode(dev);
3136
Rafał Miłecki21d889d2011-05-18 02:06:38 +02003137 if (dev->dev->core_rev < 3) {
Michael Buesche4d6b792007-09-18 15:39:42 -04003138 b43_write16(dev, 0x060E, 0x0000);
3139 b43_write16(dev, 0x0610, 0x8000);
3140 b43_write16(dev, 0x0604, 0x0000);
3141 b43_write16(dev, 0x0606, 0x0200);
3142 } else {
3143 b43_write32(dev, 0x0188, 0x80000000);
3144 b43_write32(dev, 0x018C, 0x02000000);
3145 }
3146 b43_write32(dev, B43_MMIO_GEN_IRQ_REASON, 0x00004000);
Thommy Jakobsson73b82bf2013-04-23 21:45:11 +02003147 b43_write32(dev, B43_MMIO_DMA0_IRQ_MASK, 0x0001FC00);
Michael Buesche4d6b792007-09-18 15:39:42 -04003148 b43_write32(dev, B43_MMIO_DMA1_IRQ_MASK, 0x0000DC00);
3149 b43_write32(dev, B43_MMIO_DMA2_IRQ_MASK, 0x0000DC00);
3150 b43_write32(dev, B43_MMIO_DMA3_IRQ_MASK, 0x0001DC00);
3151 b43_write32(dev, B43_MMIO_DMA4_IRQ_MASK, 0x0000DC00);
3152 b43_write32(dev, B43_MMIO_DMA5_IRQ_MASK, 0x0000DC00);
3153
Rafał Miłecki858a1652011-05-10 16:05:33 +02003154 b43_mac_phy_clock_set(dev, true);
Michael Buesche4d6b792007-09-18 15:39:42 -04003155
Rafał Miłecki6cbab0d2011-07-06 15:45:26 +02003156 switch (dev->dev->bus_type) {
Rafał Miłecki42c9a452011-07-06 15:45:27 +02003157#ifdef CONFIG_B43_BCMA
3158 case B43_BUS_BCMA:
3159 /* FIXME: 0xE74 is quite common, but should be read from CC */
3160 b43_write16(dev, B43_MMIO_POWERUP_DELAY, 0xE74);
3161 break;
3162#endif
Rafał Miłecki6cbab0d2011-07-06 15:45:26 +02003163#ifdef CONFIG_B43_SSB
3164 case B43_BUS_SSB:
3165 b43_write16(dev, B43_MMIO_POWERUP_DELAY,
3166 dev->dev->sdev->bus->chipco.fast_pwrup_delay);
3167 break;
3168#endif
3169 }
Michael Buesche4d6b792007-09-18 15:39:42 -04003170
3171 err = 0;
3172 b43dbg(dev->wl, "Chip initialized\n");
Michael Buesch21954c32007-09-27 15:31:40 +02003173out:
Michael Buesche4d6b792007-09-18 15:39:42 -04003174 return err;
3175
Larry Finger1a8d1222007-12-14 13:59:11 +01003176err_gpio_clean:
Michael Buesche4d6b792007-09-18 15:39:42 -04003177 b43_gpio_cleanup(dev);
Michael Buesch21954c32007-09-27 15:31:40 +02003178 return err;
Michael Buesche4d6b792007-09-18 15:39:42 -04003179}
3180
Michael Buesche4d6b792007-09-18 15:39:42 -04003181static void b43_periodic_every60sec(struct b43_wldev *dev)
3182{
Michael Bueschef1a6282008-08-27 18:53:02 +02003183 const struct b43_phy_operations *ops = dev->phy.ops;
Michael Buesche4d6b792007-09-18 15:39:42 -04003184
Michael Bueschef1a6282008-08-27 18:53:02 +02003185 if (ops->pwork_60sec)
3186 ops->pwork_60sec(dev);
Michael Buesch18c8ade2008-08-28 19:33:40 +02003187
3188 /* Force check the TX power emission now. */
3189 b43_phy_txpower_check(dev, B43_TXPWR_IGNORE_TIME);
Michael Buesche4d6b792007-09-18 15:39:42 -04003190}
3191
3192static void b43_periodic_every30sec(struct b43_wldev *dev)
3193{
3194 /* Update device statistics. */
3195 b43_calculate_link_quality(dev);
3196}
3197
3198static void b43_periodic_every15sec(struct b43_wldev *dev)
3199{
3200 struct b43_phy *phy = &dev->phy;
Michael Buesch9b839a72008-06-20 17:44:02 +02003201 u16 wdr;
3202
3203 if (dev->fw.opensource) {
3204 /* Check if the firmware is still alive.
3205 * It will reset the watchdog counter to 0 in its idle loop. */
3206 wdr = b43_shm_read16(dev, B43_SHM_SCRATCH, B43_WATCHDOG_REG);
3207 if (unlikely(wdr)) {
3208 b43err(dev->wl, "Firmware watchdog: The firmware died!\n");
3209 b43_controller_restart(dev, "Firmware watchdog");
3210 return;
3211 } else {
3212 b43_shm_write16(dev, B43_SHM_SCRATCH,
3213 B43_WATCHDOG_REG, 1);
3214 }
3215 }
Michael Buesche4d6b792007-09-18 15:39:42 -04003216
Michael Bueschef1a6282008-08-27 18:53:02 +02003217 if (phy->ops->pwork_15sec)
3218 phy->ops->pwork_15sec(dev);
3219
Stefano Brivio00e0b8c2007-11-25 11:10:33 +01003220 atomic_set(&phy->txerr_cnt, B43_PHY_TX_BADNESS_LIMIT);
3221 wmb();
Michael Buesch990b86f2009-09-12 00:48:03 +02003222
3223#if B43_DEBUG
3224 if (b43_debug(dev, B43_DBG_VERBOSESTATS)) {
3225 unsigned int i;
3226
3227 b43dbg(dev->wl, "Stats: %7u IRQs/sec, %7u TX/sec, %7u RX/sec\n",
3228 dev->irq_count / 15,
3229 dev->tx_count / 15,
3230 dev->rx_count / 15);
3231 dev->irq_count = 0;
3232 dev->tx_count = 0;
3233 dev->rx_count = 0;
3234 for (i = 0; i < ARRAY_SIZE(dev->irq_bit_count); i++) {
3235 if (dev->irq_bit_count[i]) {
3236 b43dbg(dev->wl, "Stats: %7u IRQ-%02u/sec (0x%08X)\n",
3237 dev->irq_bit_count[i] / 15, i, (1 << i));
3238 dev->irq_bit_count[i] = 0;
3239 }
3240 }
3241 }
3242#endif
Michael Buesche4d6b792007-09-18 15:39:42 -04003243}
3244
Michael Buesche4d6b792007-09-18 15:39:42 -04003245static void do_periodic_work(struct b43_wldev *dev)
3246{
3247 unsigned int state;
3248
3249 state = dev->periodic_state;
Michael Buesch42bb4cd2007-09-28 14:22:33 +02003250 if (state % 4 == 0)
Michael Buesche4d6b792007-09-18 15:39:42 -04003251 b43_periodic_every60sec(dev);
Michael Buesch42bb4cd2007-09-28 14:22:33 +02003252 if (state % 2 == 0)
Michael Buesche4d6b792007-09-18 15:39:42 -04003253 b43_periodic_every30sec(dev);
Michael Buesch42bb4cd2007-09-28 14:22:33 +02003254 b43_periodic_every15sec(dev);
Michael Buesche4d6b792007-09-18 15:39:42 -04003255}
3256
Michael Buesch05b64b32007-09-28 16:19:03 +02003257/* Periodic work locking policy:
3258 * The whole periodic work handler is protected by
3259 * wl->mutex. If another lock is needed somewhere in the
Uwe Kleine-König21ae2952009-10-07 15:21:09 +02003260 * pwork callchain, it's acquired in-place, where it's needed.
Michael Buesche4d6b792007-09-18 15:39:42 -04003261 */
Michael Buesche4d6b792007-09-18 15:39:42 -04003262static void b43_periodic_work_handler(struct work_struct *work)
3263{
Michael Buesch05b64b32007-09-28 16:19:03 +02003264 struct b43_wldev *dev = container_of(work, struct b43_wldev,
3265 periodic_work.work);
3266 struct b43_wl *wl = dev->wl;
3267 unsigned long delay;
Michael Buesche4d6b792007-09-18 15:39:42 -04003268
Michael Buesch05b64b32007-09-28 16:19:03 +02003269 mutex_lock(&wl->mutex);
Michael Buesche4d6b792007-09-18 15:39:42 -04003270
3271 if (unlikely(b43_status(dev) != B43_STAT_STARTED))
3272 goto out;
3273 if (b43_debug(dev, B43_DBG_PWORK_STOP))
3274 goto out_requeue;
3275
Michael Buesch05b64b32007-09-28 16:19:03 +02003276 do_periodic_work(dev);
Michael Buesche4d6b792007-09-18 15:39:42 -04003277
Michael Buesche4d6b792007-09-18 15:39:42 -04003278 dev->periodic_state++;
Michael Buesch42bb4cd2007-09-28 14:22:33 +02003279out_requeue:
Michael Buesche4d6b792007-09-18 15:39:42 -04003280 if (b43_debug(dev, B43_DBG_PWORK_FAST))
3281 delay = msecs_to_jiffies(50);
3282 else
Anton Blanchard82cd6822007-10-15 00:42:23 -05003283 delay = round_jiffies_relative(HZ * 15);
Luis R. Rodriguez42935ec2009-07-29 20:08:07 -04003284 ieee80211_queue_delayed_work(wl->hw, &dev->periodic_work, delay);
Michael Buesch42bb4cd2007-09-28 14:22:33 +02003285out:
Michael Buesch05b64b32007-09-28 16:19:03 +02003286 mutex_unlock(&wl->mutex);
Michael Buesche4d6b792007-09-18 15:39:42 -04003287}
3288
3289static void b43_periodic_tasks_setup(struct b43_wldev *dev)
3290{
3291 struct delayed_work *work = &dev->periodic_work;
3292
3293 dev->periodic_state = 0;
3294 INIT_DELAYED_WORK(work, b43_periodic_work_handler);
Luis R. Rodriguez42935ec2009-07-29 20:08:07 -04003295 ieee80211_queue_delayed_work(dev->wl->hw, work, 0);
Michael Buesche4d6b792007-09-18 15:39:42 -04003296}
3297
Michael Bueschf3dd3fc2007-12-22 21:56:30 +01003298/* Check if communication with the device works correctly. */
Michael Buesche4d6b792007-09-18 15:39:42 -04003299static int b43_validate_chipaccess(struct b43_wldev *dev)
3300{
Michael Bueschf62ae6c2009-07-31 20:51:41 +02003301 u32 v, backup0, backup4;
Michael Buesche4d6b792007-09-18 15:39:42 -04003302
Michael Bueschf62ae6c2009-07-31 20:51:41 +02003303 backup0 = b43_shm_read32(dev, B43_SHM_SHARED, 0);
3304 backup4 = b43_shm_read32(dev, B43_SHM_SHARED, 4);
Michael Bueschf3dd3fc2007-12-22 21:56:30 +01003305
3306 /* Check for read/write and endianness problems. */
Michael Buesche4d6b792007-09-18 15:39:42 -04003307 b43_shm_write32(dev, B43_SHM_SHARED, 0, 0x55AAAA55);
3308 if (b43_shm_read32(dev, B43_SHM_SHARED, 0) != 0x55AAAA55)
3309 goto error;
Michael Bueschf3dd3fc2007-12-22 21:56:30 +01003310 b43_shm_write32(dev, B43_SHM_SHARED, 0, 0xAA5555AA);
3311 if (b43_shm_read32(dev, B43_SHM_SHARED, 0) != 0xAA5555AA)
Michael Buesche4d6b792007-09-18 15:39:42 -04003312 goto error;
3313
Michael Bueschf62ae6c2009-07-31 20:51:41 +02003314 /* Check if unaligned 32bit SHM_SHARED access works properly.
3315 * However, don't bail out on failure, because it's noncritical. */
3316 b43_shm_write16(dev, B43_SHM_SHARED, 0, 0x1122);
3317 b43_shm_write16(dev, B43_SHM_SHARED, 2, 0x3344);
3318 b43_shm_write16(dev, B43_SHM_SHARED, 4, 0x5566);
3319 b43_shm_write16(dev, B43_SHM_SHARED, 6, 0x7788);
3320 if (b43_shm_read32(dev, B43_SHM_SHARED, 2) != 0x55663344)
3321 b43warn(dev->wl, "Unaligned 32bit SHM read access is broken\n");
3322 b43_shm_write32(dev, B43_SHM_SHARED, 2, 0xAABBCCDD);
3323 if (b43_shm_read16(dev, B43_SHM_SHARED, 0) != 0x1122 ||
3324 b43_shm_read16(dev, B43_SHM_SHARED, 2) != 0xCCDD ||
3325 b43_shm_read16(dev, B43_SHM_SHARED, 4) != 0xAABB ||
3326 b43_shm_read16(dev, B43_SHM_SHARED, 6) != 0x7788)
3327 b43warn(dev->wl, "Unaligned 32bit SHM write access is broken\n");
3328
3329 b43_shm_write32(dev, B43_SHM_SHARED, 0, backup0);
3330 b43_shm_write32(dev, B43_SHM_SHARED, 4, backup4);
Michael Bueschf3dd3fc2007-12-22 21:56:30 +01003331
Rafał Miłecki21d889d2011-05-18 02:06:38 +02003332 if ((dev->dev->core_rev >= 3) && (dev->dev->core_rev <= 10)) {
Michael Bueschf3dd3fc2007-12-22 21:56:30 +01003333 /* The 32bit register shadows the two 16bit registers
3334 * with update sideeffects. Validate this. */
3335 b43_write16(dev, B43_MMIO_TSF_CFP_START, 0xAAAA);
3336 b43_write32(dev, B43_MMIO_TSF_CFP_START, 0xCCCCBBBB);
3337 if (b43_read16(dev, B43_MMIO_TSF_CFP_START_LOW) != 0xBBBB)
3338 goto error;
3339 if (b43_read16(dev, B43_MMIO_TSF_CFP_START_HIGH) != 0xCCCC)
3340 goto error;
3341 }
3342 b43_write32(dev, B43_MMIO_TSF_CFP_START, 0);
3343
3344 v = b43_read32(dev, B43_MMIO_MACCTL);
3345 v |= B43_MACCTL_GMODE;
3346 if (v != (B43_MACCTL_GMODE | B43_MACCTL_IHR_ENABLED))
Michael Buesche4d6b792007-09-18 15:39:42 -04003347 goto error;
3348
3349 return 0;
Michael Bueschf3dd3fc2007-12-22 21:56:30 +01003350error:
Michael Buesche4d6b792007-09-18 15:39:42 -04003351 b43err(dev->wl, "Failed to validate the chipaccess\n");
3352 return -ENODEV;
3353}
3354
3355static void b43_security_init(struct b43_wldev *dev)
3356{
Michael Buesche4d6b792007-09-18 15:39:42 -04003357 dev->ktp = b43_shm_read16(dev, B43_SHM_SHARED, B43_SHM_SH_KTP);
3358 /* KTP is a word address, but we address SHM bytewise.
3359 * So multiply by two.
3360 */
3361 dev->ktp *= 2;
Michael Buesch66d2d082009-08-06 10:36:50 +02003362 /* Number of RCMTA address slots */
3363 b43_write16(dev, B43_MMIO_RCMTA_COUNT, B43_NR_PAIRWISE_KEYS);
3364 /* Clear the key memory. */
Michael Buesche4d6b792007-09-18 15:39:42 -04003365 b43_clear_keys(dev);
3366}
3367
Michael Buesch616de352009-03-29 13:19:31 +02003368#ifdef CONFIG_B43_HWRNG
John Daiker99da1852009-02-24 02:16:42 -08003369static int b43_rng_read(struct hwrng *rng, u32 *data)
Michael Buesche4d6b792007-09-18 15:39:42 -04003370{
3371 struct b43_wl *wl = (struct b43_wl *)rng->priv;
Michael Buescha78b3bb2009-09-11 21:44:05 +02003372 struct b43_wldev *dev;
3373 int count = -ENODEV;
Michael Buesche4d6b792007-09-18 15:39:42 -04003374
Michael Buescha78b3bb2009-09-11 21:44:05 +02003375 mutex_lock(&wl->mutex);
3376 dev = wl->current_dev;
3377 if (likely(dev && b43_status(dev) >= B43_STAT_INITIALIZED)) {
3378 *data = b43_read16(dev, B43_MMIO_RNG);
3379 count = sizeof(u16);
3380 }
3381 mutex_unlock(&wl->mutex);
Michael Buesche4d6b792007-09-18 15:39:42 -04003382
Michael Buescha78b3bb2009-09-11 21:44:05 +02003383 return count;
Michael Buesche4d6b792007-09-18 15:39:42 -04003384}
Michael Buesch616de352009-03-29 13:19:31 +02003385#endif /* CONFIG_B43_HWRNG */
Michael Buesche4d6b792007-09-18 15:39:42 -04003386
Rafael J. Wysockib844eba2008-03-23 20:28:24 +01003387static void b43_rng_exit(struct b43_wl *wl)
Michael Buesche4d6b792007-09-18 15:39:42 -04003388{
Michael Buesch616de352009-03-29 13:19:31 +02003389#ifdef CONFIG_B43_HWRNG
Michael Buesche4d6b792007-09-18 15:39:42 -04003390 if (wl->rng_initialized)
Rafael J. Wysockib844eba2008-03-23 20:28:24 +01003391 hwrng_unregister(&wl->rng);
Michael Buesch616de352009-03-29 13:19:31 +02003392#endif /* CONFIG_B43_HWRNG */
Michael Buesche4d6b792007-09-18 15:39:42 -04003393}
3394
3395static int b43_rng_init(struct b43_wl *wl)
3396{
Michael Buesch616de352009-03-29 13:19:31 +02003397 int err = 0;
Michael Buesche4d6b792007-09-18 15:39:42 -04003398
Michael Buesch616de352009-03-29 13:19:31 +02003399#ifdef CONFIG_B43_HWRNG
Michael Buesche4d6b792007-09-18 15:39:42 -04003400 snprintf(wl->rng_name, ARRAY_SIZE(wl->rng_name),
3401 "%s_%s", KBUILD_MODNAME, wiphy_name(wl->hw->wiphy));
3402 wl->rng.name = wl->rng_name;
3403 wl->rng.data_read = b43_rng_read;
3404 wl->rng.priv = (unsigned long)wl;
Rusty Russell3db1cd52011-12-19 13:56:45 +00003405 wl->rng_initialized = true;
Michael Buesche4d6b792007-09-18 15:39:42 -04003406 err = hwrng_register(&wl->rng);
3407 if (err) {
Rusty Russell3db1cd52011-12-19 13:56:45 +00003408 wl->rng_initialized = false;
Michael Buesche4d6b792007-09-18 15:39:42 -04003409 b43err(wl, "Failed to register the random "
3410 "number generator (%d)\n", err);
3411 }
Michael Buesch616de352009-03-29 13:19:31 +02003412#endif /* CONFIG_B43_HWRNG */
Michael Buesche4d6b792007-09-18 15:39:42 -04003413
3414 return err;
3415}
3416
Michael Bueschf5d40ee2009-09-04 22:53:18 +02003417static void b43_tx_work(struct work_struct *work)
Michael Buesche4d6b792007-09-18 15:39:42 -04003418{
Michael Bueschf5d40ee2009-09-04 22:53:18 +02003419 struct b43_wl *wl = container_of(work, struct b43_wl, tx_work);
3420 struct b43_wldev *dev;
3421 struct sk_buff *skb;
francesco.gringoli@ing.unibs.itbad69192011-12-16 18:34:56 +01003422 int queue_num;
Michael Bueschf5d40ee2009-09-04 22:53:18 +02003423 int err = 0;
Michael Buesche4d6b792007-09-18 15:39:42 -04003424
Michael Bueschf5d40ee2009-09-04 22:53:18 +02003425 mutex_lock(&wl->mutex);
3426 dev = wl->current_dev;
3427 if (unlikely(!dev || b43_status(dev) < B43_STAT_STARTED)) {
3428 mutex_unlock(&wl->mutex);
3429 return;
Michael Buesch5100d5a2008-03-29 21:01:16 +01003430 }
Michael Buesch21a75d72008-04-25 19:29:08 +02003431
francesco.gringoli@ing.unibs.itbad69192011-12-16 18:34:56 +01003432 for (queue_num = 0; queue_num < B43_QOS_QUEUE_NUM; queue_num++) {
3433 while (skb_queue_len(&wl->tx_queue[queue_num])) {
3434 skb = skb_dequeue(&wl->tx_queue[queue_num]);
3435 if (b43_using_pio_transfers(dev))
3436 err = b43_pio_tx(dev, skb);
3437 else
3438 err = b43_dma_tx(dev, skb);
3439 if (err == -ENOSPC) {
3440 wl->tx_queue_stopped[queue_num] = 1;
3441 ieee80211_stop_queue(wl->hw, queue_num);
3442 skb_queue_head(&wl->tx_queue[queue_num], skb);
3443 break;
3444 }
3445 if (unlikely(err))
Felix Fietkau78f18df2012-12-10 17:40:21 +01003446 ieee80211_free_txskb(wl->hw, skb);
francesco.gringoli@ing.unibs.itbad69192011-12-16 18:34:56 +01003447 err = 0;
3448 }
Michael Buesch21a75d72008-04-25 19:29:08 +02003449
francesco.gringoli@ing.unibs.itbad69192011-12-16 18:34:56 +01003450 if (!err)
3451 wl->tx_queue_stopped[queue_num] = 0;
Michael Buesch21a75d72008-04-25 19:29:08 +02003452 }
3453
Michael Buesch990b86f2009-09-12 00:48:03 +02003454#if B43_DEBUG
3455 dev->tx_count++;
3456#endif
Michael Bueschf5d40ee2009-09-04 22:53:18 +02003457 mutex_unlock(&wl->mutex);
3458}
Michael Buesch21a75d72008-04-25 19:29:08 +02003459
Johannes Berg7bb45682011-02-24 14:42:06 +01003460static void b43_op_tx(struct ieee80211_hw *hw,
Thomas Huehn36323f82012-07-23 21:33:42 +02003461 struct ieee80211_tx_control *control,
3462 struct sk_buff *skb)
Michael Bueschf5d40ee2009-09-04 22:53:18 +02003463{
3464 struct b43_wl *wl = hw_to_b43_wl(hw);
Michael Bueschc9e8eae2008-06-15 15:17:29 +02003465
Michael Bueschf5d40ee2009-09-04 22:53:18 +02003466 if (unlikely(skb->len < 2 + 2 + 6)) {
3467 /* Too short, this can't be a valid frame. */
Felix Fietkau78f18df2012-12-10 17:40:21 +01003468 ieee80211_free_txskb(hw, skb);
Johannes Berg7bb45682011-02-24 14:42:06 +01003469 return;
Michael Bueschf5d40ee2009-09-04 22:53:18 +02003470 }
3471 B43_WARN_ON(skb_shinfo(skb)->nr_frags);
3472
francesco.gringoli@ing.unibs.itbad69192011-12-16 18:34:56 +01003473 skb_queue_tail(&wl->tx_queue[skb->queue_mapping], skb);
3474 if (!wl->tx_queue_stopped[skb->queue_mapping]) {
3475 ieee80211_queue_work(wl->hw, &wl->tx_work);
3476 } else {
3477 ieee80211_stop_queue(wl->hw, skb->queue_mapping);
3478 }
Michael Buesche4d6b792007-09-18 15:39:42 -04003479}
3480
Michael Buesche6f5b932008-03-05 21:18:49 +01003481static void b43_qos_params_upload(struct b43_wldev *dev,
3482 const struct ieee80211_tx_queue_params *p,
3483 u16 shm_offset)
3484{
3485 u16 params[B43_NR_QOSPARAMS];
Johannes Berg0b576642008-07-15 02:08:24 -07003486 int bslots, tmp;
Michael Buesche6f5b932008-03-05 21:18:49 +01003487 unsigned int i;
3488
Michael Bueschb0544eb2009-09-06 15:42:45 +02003489 if (!dev->qos_enabled)
3490 return;
3491
Johannes Berg0b576642008-07-15 02:08:24 -07003492 bslots = b43_read16(dev, B43_MMIO_RNG) & p->cw_min;
Michael Buesche6f5b932008-03-05 21:18:49 +01003493
3494 memset(&params, 0, sizeof(params));
3495
3496 params[B43_QOSPARAM_TXOP] = p->txop * 32;
Johannes Berg0b576642008-07-15 02:08:24 -07003497 params[B43_QOSPARAM_CWMIN] = p->cw_min;
3498 params[B43_QOSPARAM_CWMAX] = p->cw_max;
3499 params[B43_QOSPARAM_CWCUR] = p->cw_min;
3500 params[B43_QOSPARAM_AIFS] = p->aifs;
Michael Buesche6f5b932008-03-05 21:18:49 +01003501 params[B43_QOSPARAM_BSLOTS] = bslots;
Johannes Berg0b576642008-07-15 02:08:24 -07003502 params[B43_QOSPARAM_REGGAP] = bslots + p->aifs;
Michael Buesche6f5b932008-03-05 21:18:49 +01003503
3504 for (i = 0; i < ARRAY_SIZE(params); i++) {
3505 if (i == B43_QOSPARAM_STATUS) {
3506 tmp = b43_shm_read16(dev, B43_SHM_SHARED,
3507 shm_offset + (i * 2));
3508 /* Mark the parameters as updated. */
3509 tmp |= 0x100;
3510 b43_shm_write16(dev, B43_SHM_SHARED,
3511 shm_offset + (i * 2),
3512 tmp);
3513 } else {
3514 b43_shm_write16(dev, B43_SHM_SHARED,
3515 shm_offset + (i * 2),
3516 params[i]);
3517 }
3518 }
3519}
3520
Michael Bueschc40c1122008-09-06 16:21:47 +02003521/* Mapping of mac80211 queue numbers to b43 QoS SHM offsets. */
3522static const u16 b43_qos_shm_offsets[] = {
3523 /* [mac80211-queue-nr] = SHM_OFFSET, */
3524 [0] = B43_QOS_VOICE,
3525 [1] = B43_QOS_VIDEO,
3526 [2] = B43_QOS_BESTEFFORT,
3527 [3] = B43_QOS_BACKGROUND,
3528};
3529
Michael Buesch5a5f3b42008-09-06 20:07:31 +02003530/* Update all QOS parameters in hardware. */
3531static void b43_qos_upload_all(struct b43_wldev *dev)
Michael Buesche6f5b932008-03-05 21:18:49 +01003532{
3533 struct b43_wl *wl = dev->wl;
3534 struct b43_qos_params *params;
Michael Buesche6f5b932008-03-05 21:18:49 +01003535 unsigned int i;
3536
Michael Bueschb0544eb2009-09-06 15:42:45 +02003537 if (!dev->qos_enabled)
3538 return;
3539
Michael Bueschc40c1122008-09-06 16:21:47 +02003540 BUILD_BUG_ON(ARRAY_SIZE(b43_qos_shm_offsets) !=
3541 ARRAY_SIZE(wl->qos_params));
Michael Buesche6f5b932008-03-05 21:18:49 +01003542
3543 b43_mac_suspend(dev);
Michael Buesche6f5b932008-03-05 21:18:49 +01003544 for (i = 0; i < ARRAY_SIZE(wl->qos_params); i++) {
3545 params = &(wl->qos_params[i]);
Michael Buesch5a5f3b42008-09-06 20:07:31 +02003546 b43_qos_params_upload(dev, &(params->p),
3547 b43_qos_shm_offsets[i]);
Michael Buesche6f5b932008-03-05 21:18:49 +01003548 }
Michael Buesche6f5b932008-03-05 21:18:49 +01003549 b43_mac_enable(dev);
3550}
3551
3552static void b43_qos_clear(struct b43_wl *wl)
3553{
3554 struct b43_qos_params *params;
3555 unsigned int i;
3556
Michael Bueschc40c1122008-09-06 16:21:47 +02003557 /* Initialize QoS parameters to sane defaults. */
3558
3559 BUILD_BUG_ON(ARRAY_SIZE(b43_qos_shm_offsets) !=
3560 ARRAY_SIZE(wl->qos_params));
3561
Michael Buesche6f5b932008-03-05 21:18:49 +01003562 for (i = 0; i < ARRAY_SIZE(wl->qos_params); i++) {
3563 params = &(wl->qos_params[i]);
3564
Michael Bueschc40c1122008-09-06 16:21:47 +02003565 switch (b43_qos_shm_offsets[i]) {
3566 case B43_QOS_VOICE:
3567 params->p.txop = 0;
3568 params->p.aifs = 2;
3569 params->p.cw_min = 0x0001;
3570 params->p.cw_max = 0x0001;
3571 break;
3572 case B43_QOS_VIDEO:
3573 params->p.txop = 0;
3574 params->p.aifs = 2;
3575 params->p.cw_min = 0x0001;
3576 params->p.cw_max = 0x0001;
3577 break;
3578 case B43_QOS_BESTEFFORT:
3579 params->p.txop = 0;
3580 params->p.aifs = 3;
3581 params->p.cw_min = 0x0001;
3582 params->p.cw_max = 0x03FF;
3583 break;
3584 case B43_QOS_BACKGROUND:
3585 params->p.txop = 0;
3586 params->p.aifs = 7;
3587 params->p.cw_min = 0x0001;
3588 params->p.cw_max = 0x03FF;
3589 break;
3590 default:
3591 B43_WARN_ON(1);
3592 }
Michael Buesche6f5b932008-03-05 21:18:49 +01003593 }
3594}
3595
3596/* Initialize the core's QOS capabilities */
3597static void b43_qos_init(struct b43_wldev *dev)
3598{
Michael Bueschb0544eb2009-09-06 15:42:45 +02003599 if (!dev->qos_enabled) {
3600 /* Disable QOS support. */
3601 b43_hf_write(dev, b43_hf_read(dev) & ~B43_HF_EDCF);
3602 b43_write16(dev, B43_MMIO_IFSCTL,
3603 b43_read16(dev, B43_MMIO_IFSCTL)
3604 & ~B43_MMIO_IFSCTL_USE_EDCF);
3605 b43dbg(dev->wl, "QoS disabled\n");
3606 return;
3607 }
3608
Michael Buesche6f5b932008-03-05 21:18:49 +01003609 /* Upload the current QOS parameters. */
Michael Buesch5a5f3b42008-09-06 20:07:31 +02003610 b43_qos_upload_all(dev);
Michael Buesche6f5b932008-03-05 21:18:49 +01003611
3612 /* Enable QOS support. */
3613 b43_hf_write(dev, b43_hf_read(dev) | B43_HF_EDCF);
3614 b43_write16(dev, B43_MMIO_IFSCTL,
3615 b43_read16(dev, B43_MMIO_IFSCTL)
3616 | B43_MMIO_IFSCTL_USE_EDCF);
Michael Bueschb0544eb2009-09-06 15:42:45 +02003617 b43dbg(dev->wl, "QoS enabled\n");
Michael Buesche6f5b932008-03-05 21:18:49 +01003618}
3619
Eliad Peller8a3a3c82011-10-02 10:15:52 +02003620static int b43_op_conf_tx(struct ieee80211_hw *hw,
3621 struct ieee80211_vif *vif, u16 _queue,
Michael Buesch40faacc2007-10-28 16:29:32 +01003622 const struct ieee80211_tx_queue_params *params)
Michael Buesche4d6b792007-09-18 15:39:42 -04003623{
Michael Buesche6f5b932008-03-05 21:18:49 +01003624 struct b43_wl *wl = hw_to_b43_wl(hw);
Michael Buesch5a5f3b42008-09-06 20:07:31 +02003625 struct b43_wldev *dev;
Michael Buesche6f5b932008-03-05 21:18:49 +01003626 unsigned int queue = (unsigned int)_queue;
Michael Buesch5a5f3b42008-09-06 20:07:31 +02003627 int err = -ENODEV;
Michael Buesche6f5b932008-03-05 21:18:49 +01003628
3629 if (queue >= ARRAY_SIZE(wl->qos_params)) {
3630 /* Queue not available or don't support setting
3631 * params on this queue. Return success to not
3632 * confuse mac80211. */
3633 return 0;
3634 }
Michael Buesch5a5f3b42008-09-06 20:07:31 +02003635 BUILD_BUG_ON(ARRAY_SIZE(b43_qos_shm_offsets) !=
3636 ARRAY_SIZE(wl->qos_params));
Michael Buesche6f5b932008-03-05 21:18:49 +01003637
Michael Buesch5a5f3b42008-09-06 20:07:31 +02003638 mutex_lock(&wl->mutex);
3639 dev = wl->current_dev;
3640 if (unlikely(!dev || (b43_status(dev) < B43_STAT_INITIALIZED)))
3641 goto out_unlock;
Michael Buesche6f5b932008-03-05 21:18:49 +01003642
Michael Buesch5a5f3b42008-09-06 20:07:31 +02003643 memcpy(&(wl->qos_params[queue].p), params, sizeof(*params));
3644 b43_mac_suspend(dev);
3645 b43_qos_params_upload(dev, &(wl->qos_params[queue].p),
3646 b43_qos_shm_offsets[queue]);
3647 b43_mac_enable(dev);
3648 err = 0;
Michael Buesche6f5b932008-03-05 21:18:49 +01003649
Michael Buesch5a5f3b42008-09-06 20:07:31 +02003650out_unlock:
3651 mutex_unlock(&wl->mutex);
3652
3653 return err;
Michael Buesche4d6b792007-09-18 15:39:42 -04003654}
3655
Michael Buesch40faacc2007-10-28 16:29:32 +01003656static int b43_op_get_stats(struct ieee80211_hw *hw,
3657 struct ieee80211_low_level_stats *stats)
Michael Buesche4d6b792007-09-18 15:39:42 -04003658{
3659 struct b43_wl *wl = hw_to_b43_wl(hw);
Michael Buesche4d6b792007-09-18 15:39:42 -04003660
Michael Buesch36dbd952009-09-04 22:51:29 +02003661 mutex_lock(&wl->mutex);
Michael Buesche4d6b792007-09-18 15:39:42 -04003662 memcpy(stats, &wl->ieee_stats, sizeof(*stats));
Michael Buesch36dbd952009-09-04 22:51:29 +02003663 mutex_unlock(&wl->mutex);
Michael Buesche4d6b792007-09-18 15:39:42 -04003664
3665 return 0;
3666}
3667
Eliad Peller37a41b42011-09-21 14:06:11 +03003668static u64 b43_op_get_tsf(struct ieee80211_hw *hw, struct ieee80211_vif *vif)
Alina Friedrichsen08e87a82009-01-25 15:28:28 +01003669{
3670 struct b43_wl *wl = hw_to_b43_wl(hw);
3671 struct b43_wldev *dev;
3672 u64 tsf;
3673
3674 mutex_lock(&wl->mutex);
Alina Friedrichsen08e87a82009-01-25 15:28:28 +01003675 dev = wl->current_dev;
3676
3677 if (dev && (b43_status(dev) >= B43_STAT_INITIALIZED))
3678 b43_tsf_read(dev, &tsf);
3679 else
3680 tsf = 0;
3681
Alina Friedrichsen08e87a82009-01-25 15:28:28 +01003682 mutex_unlock(&wl->mutex);
3683
3684 return tsf;
3685}
3686
Eliad Peller37a41b42011-09-21 14:06:11 +03003687static void b43_op_set_tsf(struct ieee80211_hw *hw,
3688 struct ieee80211_vif *vif, u64 tsf)
Alina Friedrichsen08e87a82009-01-25 15:28:28 +01003689{
3690 struct b43_wl *wl = hw_to_b43_wl(hw);
3691 struct b43_wldev *dev;
3692
3693 mutex_lock(&wl->mutex);
Alina Friedrichsen08e87a82009-01-25 15:28:28 +01003694 dev = wl->current_dev;
3695
3696 if (dev && (b43_status(dev) >= B43_STAT_INITIALIZED))
3697 b43_tsf_write(dev, tsf);
3698
Alina Friedrichsen08e87a82009-01-25 15:28:28 +01003699 mutex_unlock(&wl->mutex);
3700}
3701
Michael Buesche4d6b792007-09-18 15:39:42 -04003702static void b43_put_phy_into_reset(struct b43_wldev *dev)
3703{
Rafał Miłeckibd7c8a52014-05-10 19:52:18 +02003704#ifdef CONFIG_B43_SSB
Rafał Miłecki6cbab0d2011-07-06 15:45:26 +02003705 u32 tmp;
Rafał Miłeckibd7c8a52014-05-10 19:52:18 +02003706#endif
Michael Buesche4d6b792007-09-18 15:39:42 -04003707
Rafał Miłecki6cbab0d2011-07-06 15:45:26 +02003708 switch (dev->dev->bus_type) {
Rafał Miłecki42c9a452011-07-06 15:45:27 +02003709#ifdef CONFIG_B43_BCMA
3710 case B43_BUS_BCMA:
3711 b43err(dev->wl,
3712 "Putting PHY into reset not supported on BCMA\n");
3713 break;
3714#endif
Rafał Miłecki6cbab0d2011-07-06 15:45:26 +02003715#ifdef CONFIG_B43_SSB
3716 case B43_BUS_SSB:
3717 tmp = ssb_read32(dev->dev->sdev, SSB_TMSLOW);
3718 tmp &= ~B43_TMSLOW_GMODE;
3719 tmp |= B43_TMSLOW_PHYRESET;
3720 tmp |= SSB_TMSLOW_FGC;
3721 ssb_write32(dev->dev->sdev, SSB_TMSLOW, tmp);
3722 msleep(1);
Michael Buesche4d6b792007-09-18 15:39:42 -04003723
Rafał Miłecki6cbab0d2011-07-06 15:45:26 +02003724 tmp = ssb_read32(dev->dev->sdev, SSB_TMSLOW);
3725 tmp &= ~SSB_TMSLOW_FGC;
3726 tmp |= B43_TMSLOW_PHYRESET;
3727 ssb_write32(dev->dev->sdev, SSB_TMSLOW, tmp);
3728 msleep(1);
3729
3730 break;
3731#endif
3732 }
Michael Buesche4d6b792007-09-18 15:39:42 -04003733}
3734
John Daiker99da1852009-02-24 02:16:42 -08003735static const char *band_to_string(enum ieee80211_band band)
Michael Buesche4d6b792007-09-18 15:39:42 -04003736{
Michael Bueschbb1eeff2008-02-09 12:08:58 +01003737 switch (band) {
3738 case IEEE80211_BAND_5GHZ:
3739 return "5";
3740 case IEEE80211_BAND_2GHZ:
3741 return "2.4";
3742 default:
3743 break;
3744 }
3745 B43_WARN_ON(1);
3746 return "";
3747}
3748
3749/* Expects wl->mutex locked */
3750static int b43_switch_band(struct b43_wl *wl, struct ieee80211_channel *chan)
3751{
3752 struct b43_wldev *up_dev = NULL;
Michael Buesche4d6b792007-09-18 15:39:42 -04003753 struct b43_wldev *down_dev;
3754 int err;
John W. Linville922d8a02009-01-12 14:40:20 -05003755 bool uninitialized_var(gmode);
Michael Buesche4d6b792007-09-18 15:39:42 -04003756 int prev_status;
3757
Michael Bueschbb1eeff2008-02-09 12:08:58 +01003758 /* Find a device and PHY which supports the band. */
Rafał Miłecki644aa4d2014-04-21 10:54:29 +02003759 switch (chan->band) {
3760 case IEEE80211_BAND_5GHZ:
3761 if (wl->current_dev->phy.supports_5ghz) {
3762 up_dev = wl->current_dev;
3763 gmode = false;
Michael Bueschbb1eeff2008-02-09 12:08:58 +01003764 }
Rafał Miłecki644aa4d2014-04-21 10:54:29 +02003765 break;
3766 case IEEE80211_BAND_2GHZ:
3767 if (wl->current_dev->phy.supports_2ghz) {
3768 up_dev = wl->current_dev;
3769 gmode = true;
3770 }
3771 break;
3772 default:
3773 B43_WARN_ON(1);
3774 return -EINVAL;
Michael Bueschbb1eeff2008-02-09 12:08:58 +01003775 }
Rafał Miłecki644aa4d2014-04-21 10:54:29 +02003776
Michael Bueschbb1eeff2008-02-09 12:08:58 +01003777 if (!up_dev) {
3778 b43err(wl, "Could not find a device for %s-GHz band operation\n",
3779 band_to_string(chan->band));
3780 return -ENODEV;
Michael Buesche4d6b792007-09-18 15:39:42 -04003781 }
Rafał Miłecki644aa4d2014-04-21 10:54:29 +02003782 if (!!wl->current_dev->phy.gmode == !!gmode) {
Michael Buesche4d6b792007-09-18 15:39:42 -04003783 /* This device is already running. */
3784 return 0;
3785 }
Michael Bueschbb1eeff2008-02-09 12:08:58 +01003786 b43dbg(wl, "Switching to %s-GHz band\n",
3787 band_to_string(chan->band));
Michael Buesche4d6b792007-09-18 15:39:42 -04003788 down_dev = wl->current_dev;
3789
3790 prev_status = b43_status(down_dev);
3791 /* Shutdown the currently running core. */
3792 if (prev_status >= B43_STAT_STARTED)
Michael Buesch36dbd952009-09-04 22:51:29 +02003793 down_dev = b43_wireless_core_stop(down_dev);
Michael Buesche4d6b792007-09-18 15:39:42 -04003794 if (prev_status >= B43_STAT_INITIALIZED)
3795 b43_wireless_core_exit(down_dev);
3796
3797 if (down_dev != up_dev) {
3798 /* We switch to a different core, so we put PHY into
3799 * RESET on the old core. */
3800 b43_put_phy_into_reset(down_dev);
3801 }
3802
3803 /* Now start the new core. */
3804 up_dev->phy.gmode = gmode;
3805 if (prev_status >= B43_STAT_INITIALIZED) {
3806 err = b43_wireless_core_init(up_dev);
3807 if (err) {
3808 b43err(wl, "Fatal: Could not initialize device for "
Michael Bueschbb1eeff2008-02-09 12:08:58 +01003809 "selected %s-GHz band\n",
3810 band_to_string(chan->band));
Michael Buesche4d6b792007-09-18 15:39:42 -04003811 goto init_failure;
3812 }
3813 }
3814 if (prev_status >= B43_STAT_STARTED) {
3815 err = b43_wireless_core_start(up_dev);
3816 if (err) {
Anatol Pomozov02b7d832012-06-23 15:54:34 -07003817 b43err(wl, "Fatal: Could not start device for "
Michael Bueschbb1eeff2008-02-09 12:08:58 +01003818 "selected %s-GHz band\n",
3819 band_to_string(chan->band));
Michael Buesche4d6b792007-09-18 15:39:42 -04003820 b43_wireless_core_exit(up_dev);
3821 goto init_failure;
3822 }
3823 }
3824 B43_WARN_ON(b43_status(up_dev) != prev_status);
3825
3826 wl->current_dev = up_dev;
3827
3828 return 0;
Michael Bueschbb1eeff2008-02-09 12:08:58 +01003829init_failure:
Michael Buesche4d6b792007-09-18 15:39:42 -04003830 /* Whoops, failed to init the new core. No core is operating now. */
3831 wl->current_dev = NULL;
3832 return err;
3833}
3834
Johannes Berg9124b072008-10-14 19:17:54 +02003835/* Write the short and long frame retry limit values. */
3836static void b43_set_retry_limits(struct b43_wldev *dev,
3837 unsigned int short_retry,
3838 unsigned int long_retry)
3839{
3840 /* The retry limit is a 4-bit counter. Enforce this to avoid overflowing
3841 * the chip-internal counter. */
3842 short_retry = min(short_retry, (unsigned int)0xF);
3843 long_retry = min(long_retry, (unsigned int)0xF);
3844
3845 b43_shm_write16(dev, B43_SHM_SCRATCH, B43_SHM_SC_SRLIMIT,
3846 short_retry);
3847 b43_shm_write16(dev, B43_SHM_SCRATCH, B43_SHM_SC_LRLIMIT,
3848 long_retry);
3849}
3850
Johannes Berge8975582008-10-09 12:18:51 +02003851static int b43_op_config(struct ieee80211_hw *hw, u32 changed)
Michael Buesche4d6b792007-09-18 15:39:42 -04003852{
3853 struct b43_wl *wl = hw_to_b43_wl(hw);
3854 struct b43_wldev *dev;
3855 struct b43_phy *phy;
Johannes Berge8975582008-10-09 12:18:51 +02003856 struct ieee80211_conf *conf = &hw->conf;
Michael Buesch9db1f6d2007-12-22 21:54:20 +01003857 int antenna;
Michael Buesche4d6b792007-09-18 15:39:42 -04003858 int err = 0;
Felix Fietkau2a190322011-08-10 13:50:30 -06003859 bool reload_bss = false;
Michael Buesche4d6b792007-09-18 15:39:42 -04003860
Michael Buesche4d6b792007-09-18 15:39:42 -04003861 mutex_lock(&wl->mutex);
3862
Felix Fietkau2a190322011-08-10 13:50:30 -06003863 dev = wl->current_dev;
3864
Michael Bueschbb1eeff2008-02-09 12:08:58 +01003865 /* Switch the band (if necessary). This might change the active core. */
Karl Beldan675a0b02013-03-25 16:26:57 +01003866 err = b43_switch_band(wl, conf->chandef.chan);
Michael Buesche4d6b792007-09-18 15:39:42 -04003867 if (err)
3868 goto out_unlock_mutex;
Felix Fietkau2a190322011-08-10 13:50:30 -06003869
3870 /* Need to reload all settings if the core changed */
3871 if (dev != wl->current_dev) {
3872 dev = wl->current_dev;
3873 changed = ~0;
3874 reload_bss = true;
3875 }
3876
Michael Buesche4d6b792007-09-18 15:39:42 -04003877 phy = &dev->phy;
3878
Rafał Miłeckiaa4c7b22010-01-22 01:53:12 +01003879 if (conf_is_ht(conf))
3880 phy->is_40mhz =
3881 (conf_is_ht40_minus(conf) || conf_is_ht40_plus(conf));
3882 else
3883 phy->is_40mhz = false;
3884
Michael Bueschd10d0e52008-12-18 22:13:39 +01003885 b43_mac_suspend(dev);
3886
Johannes Berg9124b072008-10-14 19:17:54 +02003887 if (changed & IEEE80211_CONF_CHANGE_RETRY_LIMITS)
3888 b43_set_retry_limits(dev, conf->short_frame_max_tx_count,
3889 conf->long_frame_max_tx_count);
3890 changed &= ~IEEE80211_CONF_CHANGE_RETRY_LIMITS;
3891 if (!changed)
Michael Bueschd10d0e52008-12-18 22:13:39 +01003892 goto out_mac_enable;
Michael Buesche4d6b792007-09-18 15:39:42 -04003893
3894 /* Switch to the requested channel.
3895 * The firmware takes care of races with the TX handler. */
Karl Beldan675a0b02013-03-25 16:26:57 +01003896 if (conf->chandef.chan->hw_value != phy->channel)
3897 b43_switch_channel(dev, conf->chandef.chan->hw_value);
Michael Buesche4d6b792007-09-18 15:39:42 -04003898
Johannes Berg0869aea2009-10-28 10:03:35 +01003899 dev->wl->radiotap_enabled = !!(conf->flags & IEEE80211_CONF_MONITOR);
Johannes Bergd42ce842007-11-23 14:50:51 +01003900
Michael Buesche4d6b792007-09-18 15:39:42 -04003901 /* Adjust the desired TX power level. */
3902 if (conf->power_level != 0) {
Michael Buesch18c8ade2008-08-28 19:33:40 +02003903 if (conf->power_level != phy->desired_txpower) {
3904 phy->desired_txpower = conf->power_level;
3905 b43_phy_txpower_check(dev, B43_TXPWR_IGNORE_TIME |
3906 B43_TXPWR_IGNORE_TSSI);
Michael Buesche4d6b792007-09-18 15:39:42 -04003907 }
3908 }
3909
3910 /* Antennas for RX and management frame TX. */
Johannes Berg0f4ac382008-10-09 12:18:04 +02003911 antenna = B43_ANTENNA_DEFAULT;
Michael Buesch9db1f6d2007-12-22 21:54:20 +01003912 b43_mgmtframe_txantenna(dev, antenna);
Johannes Berg0f4ac382008-10-09 12:18:04 +02003913 antenna = B43_ANTENNA_DEFAULT;
Michael Bueschef1a6282008-08-27 18:53:02 +02003914 if (phy->ops->set_rx_antenna)
3915 phy->ops->set_rx_antenna(dev, antenna);
Michael Buesche4d6b792007-09-18 15:39:42 -04003916
Larry Fingerfd4973c2009-06-20 12:58:11 -05003917 if (wl->radio_enabled != phy->radio_on) {
3918 if (wl->radio_enabled) {
Johannes Berg19d337d2009-06-02 13:01:37 +02003919 b43_software_rfkill(dev, false);
Michael Bueschfda9abc2007-09-20 22:14:18 +02003920 b43info(dev->wl, "Radio turned on by software\n");
3921 if (!dev->radio_hw_enable) {
3922 b43info(dev->wl, "The hardware RF-kill button "
3923 "still turns the radio physically off. "
3924 "Press the button to turn it on.\n");
3925 }
3926 } else {
Johannes Berg19d337d2009-06-02 13:01:37 +02003927 b43_software_rfkill(dev, true);
Michael Bueschfda9abc2007-09-20 22:14:18 +02003928 b43info(dev->wl, "Radio turned off by software\n");
3929 }
3930 }
3931
Michael Bueschd10d0e52008-12-18 22:13:39 +01003932out_mac_enable:
3933 b43_mac_enable(dev);
3934out_unlock_mutex:
Michael Buesche4d6b792007-09-18 15:39:42 -04003935 mutex_unlock(&wl->mutex);
3936
Felix Fietkau2a190322011-08-10 13:50:30 -06003937 if (wl->vif && reload_bss)
3938 b43_op_bss_info_changed(hw, wl->vif, &wl->vif->bss_conf, ~0);
3939
Michael Buesche4d6b792007-09-18 15:39:42 -04003940 return err;
3941}
3942
Johannes Berg881d9482009-01-21 15:13:48 +01003943static void b43_update_basic_rates(struct b43_wldev *dev, u32 brates)
Johannes Bergc7ab5ef2008-10-29 20:02:12 +01003944{
3945 struct ieee80211_supported_band *sband =
3946 dev->wl->hw->wiphy->bands[b43_current_band(dev->wl)];
3947 struct ieee80211_rate *rate;
3948 int i;
3949 u16 basic, direct, offset, basic_offset, rateptr;
3950
3951 for (i = 0; i < sband->n_bitrates; i++) {
3952 rate = &sband->bitrates[i];
3953
3954 if (b43_is_cck_rate(rate->hw_value)) {
3955 direct = B43_SHM_SH_CCKDIRECT;
3956 basic = B43_SHM_SH_CCKBASIC;
3957 offset = b43_plcp_get_ratecode_cck(rate->hw_value);
3958 offset &= 0xF;
3959 } else {
3960 direct = B43_SHM_SH_OFDMDIRECT;
3961 basic = B43_SHM_SH_OFDMBASIC;
3962 offset = b43_plcp_get_ratecode_ofdm(rate->hw_value);
3963 offset &= 0xF;
3964 }
3965
3966 rate = ieee80211_get_response_rate(sband, brates, rate->bitrate);
3967
3968 if (b43_is_cck_rate(rate->hw_value)) {
3969 basic_offset = b43_plcp_get_ratecode_cck(rate->hw_value);
3970 basic_offset &= 0xF;
3971 } else {
3972 basic_offset = b43_plcp_get_ratecode_ofdm(rate->hw_value);
3973 basic_offset &= 0xF;
3974 }
3975
3976 /*
3977 * Get the pointer that we need to point to
3978 * from the direct map
3979 */
3980 rateptr = b43_shm_read16(dev, B43_SHM_SHARED,
3981 direct + 2 * basic_offset);
3982 /* and write it to the basic map */
3983 b43_shm_write16(dev, B43_SHM_SHARED, basic + 2 * offset,
3984 rateptr);
3985 }
3986}
3987
3988static void b43_op_bss_info_changed(struct ieee80211_hw *hw,
3989 struct ieee80211_vif *vif,
3990 struct ieee80211_bss_conf *conf,
3991 u32 changed)
3992{
3993 struct b43_wl *wl = hw_to_b43_wl(hw);
3994 struct b43_wldev *dev;
Johannes Bergc7ab5ef2008-10-29 20:02:12 +01003995
3996 mutex_lock(&wl->mutex);
3997
3998 dev = wl->current_dev;
Michael Bueschd10d0e52008-12-18 22:13:39 +01003999 if (!dev || b43_status(dev) < B43_STAT_STARTED)
Johannes Bergc7ab5ef2008-10-29 20:02:12 +01004000 goto out_unlock_mutex;
Johannes Berg2d0ddec2009-04-23 16:13:26 +02004001
4002 B43_WARN_ON(wl->vif != vif);
4003
4004 if (changed & BSS_CHANGED_BSSID) {
Johannes Berg2d0ddec2009-04-23 16:13:26 +02004005 if (conf->bssid)
4006 memcpy(wl->bssid, conf->bssid, ETH_ALEN);
4007 else
4008 memset(wl->bssid, 0, ETH_ALEN);
Johannes Berg2d0ddec2009-04-23 16:13:26 +02004009 }
4010
Johannes Berg3f0d8432009-05-18 10:53:18 +02004011 if (b43_status(dev) >= B43_STAT_INITIALIZED) {
4012 if (changed & BSS_CHANGED_BEACON &&
4013 (b43_is_mode(wl, NL80211_IFTYPE_AP) ||
4014 b43_is_mode(wl, NL80211_IFTYPE_MESH_POINT) ||
4015 b43_is_mode(wl, NL80211_IFTYPE_ADHOC)))
4016 b43_update_templates(wl);
4017
4018 if (changed & BSS_CHANGED_BSSID)
4019 b43_write_mac_bssid_templates(dev);
4020 }
Johannes Berg3f0d8432009-05-18 10:53:18 +02004021
Johannes Bergc7ab5ef2008-10-29 20:02:12 +01004022 b43_mac_suspend(dev);
4023
Johannes Berg57c4d7b2009-04-23 16:10:04 +02004024 /* Update templates for AP/mesh mode. */
4025 if (changed & BSS_CHANGED_BEACON_INT &&
4026 (b43_is_mode(wl, NL80211_IFTYPE_AP) ||
4027 b43_is_mode(wl, NL80211_IFTYPE_MESH_POINT) ||
Felix Fietkau2a190322011-08-10 13:50:30 -06004028 b43_is_mode(wl, NL80211_IFTYPE_ADHOC)) &&
4029 conf->beacon_int)
Johannes Berg57c4d7b2009-04-23 16:10:04 +02004030 b43_set_beacon_int(dev, conf->beacon_int);
4031
Johannes Bergc7ab5ef2008-10-29 20:02:12 +01004032 if (changed & BSS_CHANGED_BASIC_RATES)
4033 b43_update_basic_rates(dev, conf->basic_rates);
4034
4035 if (changed & BSS_CHANGED_ERP_SLOT) {
4036 if (conf->use_short_slot)
4037 b43_short_slot_timing_enable(dev);
4038 else
4039 b43_short_slot_timing_disable(dev);
4040 }
4041
4042 b43_mac_enable(dev);
Michael Bueschd10d0e52008-12-18 22:13:39 +01004043out_unlock_mutex:
Johannes Bergc7ab5ef2008-10-29 20:02:12 +01004044 mutex_unlock(&wl->mutex);
Johannes Bergc7ab5ef2008-10-29 20:02:12 +01004045}
4046
Michael Buesch40faacc2007-10-28 16:29:32 +01004047static int b43_op_set_key(struct ieee80211_hw *hw, enum set_key_cmd cmd,
Johannes Bergdc822b52008-12-29 12:55:09 +01004048 struct ieee80211_vif *vif, struct ieee80211_sta *sta,
4049 struct ieee80211_key_conf *key)
Michael Buesche4d6b792007-09-18 15:39:42 -04004050{
4051 struct b43_wl *wl = hw_to_b43_wl(hw);
Michael Bueschc6dfc9a2007-10-28 15:59:58 +01004052 struct b43_wldev *dev;
Michael Buesche4d6b792007-09-18 15:39:42 -04004053 u8 algorithm;
4054 u8 index;
Michael Bueschc6dfc9a2007-10-28 15:59:58 +01004055 int err;
Michael Buesch060210f2009-01-25 15:49:59 +01004056 static const u8 bcast_addr[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff };
Michael Buesche4d6b792007-09-18 15:39:42 -04004057
4058 if (modparam_nohwcrypt)
4059 return -ENOSPC; /* User disabled HW-crypto */
4060
Antonio Quartulli78f9c852012-04-01 00:35:40 +03004061 if ((vif->type == NL80211_IFTYPE_ADHOC ||
4062 vif->type == NL80211_IFTYPE_MESH_POINT) &&
4063 (key->cipher == WLAN_CIPHER_SUITE_TKIP ||
4064 key->cipher == WLAN_CIPHER_SUITE_CCMP) &&
4065 !(key->flags & IEEE80211_KEY_FLAG_PAIRWISE)) {
4066 /*
4067 * For now, disable hw crypto for the RSN IBSS group keys. This
4068 * could be optimized in the future, but until that gets
4069 * implemented, use of software crypto for group addressed
4070 * frames is a acceptable to allow RSN IBSS to be used.
4071 */
4072 return -EOPNOTSUPP;
4073 }
4074
Michael Bueschc6dfc9a2007-10-28 15:59:58 +01004075 mutex_lock(&wl->mutex);
Michael Bueschc6dfc9a2007-10-28 15:59:58 +01004076
4077 dev = wl->current_dev;
4078 err = -ENODEV;
4079 if (!dev || b43_status(dev) < B43_STAT_INITIALIZED)
4080 goto out_unlock;
4081
Michael Buesch403a3a12009-06-08 21:04:57 +02004082 if (dev->fw.pcm_request_failed || !dev->hwcrypto_enabled) {
Michael Buesch68217832008-05-17 23:43:57 +02004083 /* We don't have firmware for the crypto engine.
4084 * Must use software-crypto. */
4085 err = -EOPNOTSUPP;
4086 goto out_unlock;
4087 }
4088
Michael Bueschc6dfc9a2007-10-28 15:59:58 +01004089 err = -EINVAL;
Johannes Berg97359d12010-08-10 09:46:38 +02004090 switch (key->cipher) {
4091 case WLAN_CIPHER_SUITE_WEP40:
4092 algorithm = B43_SEC_ALGO_WEP40;
Michael Buesche4d6b792007-09-18 15:39:42 -04004093 break;
Johannes Berg97359d12010-08-10 09:46:38 +02004094 case WLAN_CIPHER_SUITE_WEP104:
4095 algorithm = B43_SEC_ALGO_WEP104;
4096 break;
4097 case WLAN_CIPHER_SUITE_TKIP:
Michael Buesche4d6b792007-09-18 15:39:42 -04004098 algorithm = B43_SEC_ALGO_TKIP;
4099 break;
Johannes Berg97359d12010-08-10 09:46:38 +02004100 case WLAN_CIPHER_SUITE_CCMP:
Michael Buesche4d6b792007-09-18 15:39:42 -04004101 algorithm = B43_SEC_ALGO_AES;
4102 break;
4103 default:
4104 B43_WARN_ON(1);
Michael Buesche4d6b792007-09-18 15:39:42 -04004105 goto out_unlock;
4106 }
Michael Bueschc6dfc9a2007-10-28 15:59:58 +01004107 index = (u8) (key->keyidx);
4108 if (index > 3)
4109 goto out_unlock;
Michael Buesche4d6b792007-09-18 15:39:42 -04004110
4111 switch (cmd) {
4112 case SET_KEY:
gregor kowski035d0242009-08-19 22:35:45 +02004113 if (algorithm == B43_SEC_ALGO_TKIP &&
4114 (!(key->flags & IEEE80211_KEY_FLAG_PAIRWISE) ||
4115 !modparam_hwtkip)) {
4116 /* We support only pairwise key */
Michael Buesche4d6b792007-09-18 15:39:42 -04004117 err = -EOPNOTSUPP;
4118 goto out_unlock;
4119 }
4120
Michael Buesche808e582008-12-19 21:30:52 +01004121 if (key->flags & IEEE80211_KEY_FLAG_PAIRWISE) {
Johannes Bergdc822b52008-12-29 12:55:09 +01004122 if (WARN_ON(!sta)) {
4123 err = -EOPNOTSUPP;
4124 goto out_unlock;
4125 }
Michael Buesche808e582008-12-19 21:30:52 +01004126 /* Pairwise key with an assigned MAC address. */
Michael Buesche4d6b792007-09-18 15:39:42 -04004127 err = b43_key_write(dev, -1, algorithm,
Johannes Bergdc822b52008-12-29 12:55:09 +01004128 key->key, key->keylen,
4129 sta->addr, key);
Michael Buesche808e582008-12-19 21:30:52 +01004130 } else {
4131 /* Group key */
4132 err = b43_key_write(dev, index, algorithm,
4133 key->key, key->keylen, NULL, key);
Michael Buesche4d6b792007-09-18 15:39:42 -04004134 }
4135 if (err)
4136 goto out_unlock;
4137
4138 if (algorithm == B43_SEC_ALGO_WEP40 ||
4139 algorithm == B43_SEC_ALGO_WEP104) {
4140 b43_hf_write(dev, b43_hf_read(dev) | B43_HF_USEDEFKEYS);
4141 } else {
4142 b43_hf_write(dev,
4143 b43_hf_read(dev) & ~B43_HF_USEDEFKEYS);
4144 }
4145 key->flags |= IEEE80211_KEY_FLAG_GENERATE_IV;
gregor kowski035d0242009-08-19 22:35:45 +02004146 if (algorithm == B43_SEC_ALGO_TKIP)
4147 key->flags |= IEEE80211_KEY_FLAG_GENERATE_MMIC;
Michael Buesche4d6b792007-09-18 15:39:42 -04004148 break;
4149 case DISABLE_KEY: {
4150 err = b43_key_clear(dev, key->hw_key_idx);
4151 if (err)
4152 goto out_unlock;
4153 break;
4154 }
4155 default:
4156 B43_WARN_ON(1);
4157 }
Michael Buesch9cf7f242008-12-19 20:24:30 +01004158
Michael Buesche4d6b792007-09-18 15:39:42 -04004159out_unlock:
Michael Buesche4d6b792007-09-18 15:39:42 -04004160 if (!err) {
4161 b43dbg(wl, "%s hardware based encryption for keyidx: %d, "
Johannes Berge1749612008-10-27 15:59:26 -07004162 "mac: %pM\n",
Michael Buesche4d6b792007-09-18 15:39:42 -04004163 cmd == SET_KEY ? "Using" : "Disabling", key->keyidx,
Larry Fingera1d882102009-01-14 11:15:25 -06004164 sta ? sta->addr : bcast_addr);
Michael Buesch9cf7f242008-12-19 20:24:30 +01004165 b43_dump_keymemory(dev);
Michael Buesche4d6b792007-09-18 15:39:42 -04004166 }
Michael Buesch9cf7f242008-12-19 20:24:30 +01004167 mutex_unlock(&wl->mutex);
4168
Michael Buesche4d6b792007-09-18 15:39:42 -04004169 return err;
4170}
4171
Michael Buesch40faacc2007-10-28 16:29:32 +01004172static void b43_op_configure_filter(struct ieee80211_hw *hw,
4173 unsigned int changed, unsigned int *fflags,
Johannes Berg3ac64be2009-08-17 16:16:53 +02004174 u64 multicast)
Michael Buesche4d6b792007-09-18 15:39:42 -04004175{
4176 struct b43_wl *wl = hw_to_b43_wl(hw);
Michael Buesch36dbd952009-09-04 22:51:29 +02004177 struct b43_wldev *dev;
Michael Buesche4d6b792007-09-18 15:39:42 -04004178
Michael Buesch36dbd952009-09-04 22:51:29 +02004179 mutex_lock(&wl->mutex);
4180 dev = wl->current_dev;
Johannes Berg4150c572007-09-17 01:29:23 -04004181 if (!dev) {
4182 *fflags = 0;
Michael Buesch36dbd952009-09-04 22:51:29 +02004183 goto out_unlock;
Michael Buesche4d6b792007-09-18 15:39:42 -04004184 }
Johannes Berg4150c572007-09-17 01:29:23 -04004185
Johannes Berg4150c572007-09-17 01:29:23 -04004186 *fflags &= FIF_PROMISC_IN_BSS |
4187 FIF_ALLMULTI |
4188 FIF_FCSFAIL |
4189 FIF_PLCPFAIL |
4190 FIF_CONTROL |
4191 FIF_OTHER_BSS |
4192 FIF_BCN_PRBRESP_PROMISC;
4193
4194 changed &= FIF_PROMISC_IN_BSS |
4195 FIF_ALLMULTI |
4196 FIF_FCSFAIL |
4197 FIF_PLCPFAIL |
4198 FIF_CONTROL |
4199 FIF_OTHER_BSS |
4200 FIF_BCN_PRBRESP_PROMISC;
4201
4202 wl->filter_flags = *fflags;
4203
4204 if (changed && b43_status(dev) >= B43_STAT_INITIALIZED)
4205 b43_adjust_opmode(dev);
Michael Buesch36dbd952009-09-04 22:51:29 +02004206
4207out_unlock:
4208 mutex_unlock(&wl->mutex);
Michael Buesche4d6b792007-09-18 15:39:42 -04004209}
4210
Michael Buesch36dbd952009-09-04 22:51:29 +02004211/* Locking: wl->mutex
4212 * Returns the current dev. This might be different from the passed in dev,
4213 * because the core might be gone away while we unlocked the mutex. */
4214static struct b43_wldev * b43_wireless_core_stop(struct b43_wldev *dev)
Michael Buesche4d6b792007-09-18 15:39:42 -04004215{
Larry Finger9a53bf52011-08-27 15:53:42 -05004216 struct b43_wl *wl;
Michael Buesch36dbd952009-09-04 22:51:29 +02004217 struct b43_wldev *orig_dev;
Michael Buesch49d965c2009-10-03 00:57:58 +02004218 u32 mask;
francesco.gringoli@ing.unibs.itbad69192011-12-16 18:34:56 +01004219 int queue_num;
Michael Buesche4d6b792007-09-18 15:39:42 -04004220
Larry Finger9a53bf52011-08-27 15:53:42 -05004221 if (!dev)
4222 return NULL;
4223 wl = dev->wl;
Michael Buesch36dbd952009-09-04 22:51:29 +02004224redo:
4225 if (!dev || b43_status(dev) < B43_STAT_STARTED)
4226 return dev;
Stefano Brivioa19d12d2007-11-07 18:16:11 +01004227
Michael Bueschf5d40ee2009-09-04 22:53:18 +02004228 /* Cancel work. Unlock to avoid deadlocks. */
Michael Buesche4d6b792007-09-18 15:39:42 -04004229 mutex_unlock(&wl->mutex);
Michael Buesche4d6b792007-09-18 15:39:42 -04004230 cancel_delayed_work_sync(&dev->periodic_work);
Michael Bueschf5d40ee2009-09-04 22:53:18 +02004231 cancel_work_sync(&wl->tx_work);
Michael Buesche4d6b792007-09-18 15:39:42 -04004232 mutex_lock(&wl->mutex);
Michael Buesch36dbd952009-09-04 22:51:29 +02004233 dev = wl->current_dev;
4234 if (!dev || b43_status(dev) < B43_STAT_STARTED) {
4235 /* Whoops, aliens ate up the device while we were unlocked. */
4236 return dev;
4237 }
Michael Buesche4d6b792007-09-18 15:39:42 -04004238
Michael Buesch36dbd952009-09-04 22:51:29 +02004239 /* Disable interrupts on the device. */
4240 b43_set_status(dev, B43_STAT_INITIALIZED);
Rafał Miłecki505fb012011-05-19 15:11:27 +02004241 if (b43_bus_host_is_sdio(dev->dev)) {
Michael Buesch36dbd952009-09-04 22:51:29 +02004242 /* wl->mutex is locked. That is enough. */
4243 b43_write32(dev, B43_MMIO_GEN_IRQ_MASK, 0);
4244 b43_read32(dev, B43_MMIO_GEN_IRQ_MASK); /* Flush */
4245 } else {
4246 spin_lock_irq(&wl->hardirq_lock);
4247 b43_write32(dev, B43_MMIO_GEN_IRQ_MASK, 0);
4248 b43_read32(dev, B43_MMIO_GEN_IRQ_MASK); /* Flush */
4249 spin_unlock_irq(&wl->hardirq_lock);
4250 }
Michael Buesch176e9f62009-09-11 23:04:04 +02004251 /* Synchronize and free the interrupt handlers. Unlock to avoid deadlocks. */
Michael Buesch36dbd952009-09-04 22:51:29 +02004252 orig_dev = dev;
4253 mutex_unlock(&wl->mutex);
Rafał Miłecki505fb012011-05-19 15:11:27 +02004254 if (b43_bus_host_is_sdio(dev->dev)) {
Michael Buesch176e9f62009-09-11 23:04:04 +02004255 b43_sdio_free_irq(dev);
4256 } else {
Rafał Miłeckia18c7152011-05-18 02:06:40 +02004257 synchronize_irq(dev->dev->irq);
4258 free_irq(dev->dev->irq, dev);
Michael Buesch176e9f62009-09-11 23:04:04 +02004259 }
Michael Buesch36dbd952009-09-04 22:51:29 +02004260 mutex_lock(&wl->mutex);
4261 dev = wl->current_dev;
4262 if (!dev)
4263 return dev;
4264 if (dev != orig_dev) {
4265 if (b43_status(dev) >= B43_STAT_STARTED)
4266 goto redo;
4267 return dev;
4268 }
Michael Buesch49d965c2009-10-03 00:57:58 +02004269 mask = b43_read32(dev, B43_MMIO_GEN_IRQ_MASK);
4270 B43_WARN_ON(mask != 0xFFFFFFFF && mask);
Michael Buesch36dbd952009-09-04 22:51:29 +02004271
francesco.gringoli@ing.unibs.itbad69192011-12-16 18:34:56 +01004272 /* Drain all TX queues. */
4273 for (queue_num = 0; queue_num < B43_QOS_QUEUE_NUM; queue_num++) {
Felix Fietkau78f18df2012-12-10 17:40:21 +01004274 while (skb_queue_len(&wl->tx_queue[queue_num])) {
4275 struct sk_buff *skb;
4276
4277 skb = skb_dequeue(&wl->tx_queue[queue_num]);
4278 ieee80211_free_txskb(wl->hw, skb);
4279 }
francesco.gringoli@ing.unibs.itbad69192011-12-16 18:34:56 +01004280 }
Michael Bueschf5d40ee2009-09-04 22:53:18 +02004281
Michael Buesche4d6b792007-09-18 15:39:42 -04004282 b43_mac_suspend(dev);
Michael Buescha78b3bb2009-09-11 21:44:05 +02004283 b43_leds_exit(dev);
Michael Buesche4d6b792007-09-18 15:39:42 -04004284 b43dbg(wl, "Wireless interface stopped\n");
Michael Buesch36dbd952009-09-04 22:51:29 +02004285
4286 return dev;
Michael Buesche4d6b792007-09-18 15:39:42 -04004287}
4288
4289/* Locking: wl->mutex */
4290static int b43_wireless_core_start(struct b43_wldev *dev)
4291{
4292 int err;
4293
4294 B43_WARN_ON(b43_status(dev) != B43_STAT_INITIALIZED);
4295
4296 drain_txstatus_queue(dev);
Rafał Miłecki505fb012011-05-19 15:11:27 +02004297 if (b43_bus_host_is_sdio(dev->dev)) {
Albert Herranz3dbba8e2009-09-10 19:34:49 +02004298 err = b43_sdio_request_irq(dev, b43_sdio_interrupt_handler);
4299 if (err) {
4300 b43err(dev->wl, "Cannot request SDIO IRQ\n");
4301 goto out;
4302 }
4303 } else {
Rafał Miłeckia18c7152011-05-18 02:06:40 +02004304 err = request_threaded_irq(dev->dev->irq, b43_interrupt_handler,
Albert Herranz3dbba8e2009-09-10 19:34:49 +02004305 b43_interrupt_thread_handler,
4306 IRQF_SHARED, KBUILD_MODNAME, dev);
4307 if (err) {
Rafał Miłeckidedb1eb2011-05-14 00:04:38 +02004308 b43err(dev->wl, "Cannot request IRQ-%d\n",
Rafał Miłeckia18c7152011-05-18 02:06:40 +02004309 dev->dev->irq);
Albert Herranz3dbba8e2009-09-10 19:34:49 +02004310 goto out;
4311 }
Michael Buesche4d6b792007-09-18 15:39:42 -04004312 }
4313
4314 /* We are ready to run. */
Larry Finger0866b032010-02-03 13:33:44 -06004315 ieee80211_wake_queues(dev->wl->hw);
Michael Buesche4d6b792007-09-18 15:39:42 -04004316 b43_set_status(dev, B43_STAT_STARTED);
4317
4318 /* Start data flow (TX/RX). */
4319 b43_mac_enable(dev);
Michael Buesch13790722009-04-08 21:26:27 +02004320 b43_write32(dev, B43_MMIO_GEN_IRQ_MASK, dev->irq_mask);
Michael Buesche4d6b792007-09-18 15:39:42 -04004321
Lucas De Marchi25985ed2011-03-30 22:57:33 -03004322 /* Start maintenance work */
Michael Buesche4d6b792007-09-18 15:39:42 -04004323 b43_periodic_tasks_setup(dev);
4324
Michael Buescha78b3bb2009-09-11 21:44:05 +02004325 b43_leds_init(dev);
4326
Michael Buesche4d6b792007-09-18 15:39:42 -04004327 b43dbg(dev->wl, "Wireless interface started\n");
Michael Buescha78b3bb2009-09-11 21:44:05 +02004328out:
Michael Buesche4d6b792007-09-18 15:39:42 -04004329 return err;
4330}
4331
Rafał Miłecki2fdf8c52012-07-26 08:16:01 +02004332static char *b43_phy_name(struct b43_wldev *dev, u8 phy_type)
4333{
4334 switch (phy_type) {
4335 case B43_PHYTYPE_A:
4336 return "A";
4337 case B43_PHYTYPE_B:
4338 return "B";
4339 case B43_PHYTYPE_G:
4340 return "G";
4341 case B43_PHYTYPE_N:
4342 return "N";
4343 case B43_PHYTYPE_LP:
4344 return "LP";
4345 case B43_PHYTYPE_SSLPN:
4346 return "SSLPN";
4347 case B43_PHYTYPE_HT:
4348 return "HT";
4349 case B43_PHYTYPE_LCN:
4350 return "LCN";
4351 case B43_PHYTYPE_LCNXN:
4352 return "LCNXN";
4353 case B43_PHYTYPE_LCN40:
4354 return "LCN40";
4355 case B43_PHYTYPE_AC:
4356 return "AC";
4357 }
4358 return "UNKNOWN";
4359}
4360
Michael Buesche4d6b792007-09-18 15:39:42 -04004361/* Get PHY and RADIO versioning numbers */
4362static int b43_phy_versioning(struct b43_wldev *dev)
4363{
4364 struct b43_phy *phy = &dev->phy;
4365 u32 tmp;
4366 u8 analog_type;
4367 u8 phy_type;
4368 u8 phy_rev;
4369 u16 radio_manuf;
4370 u16 radio_ver;
4371 u16 radio_rev;
4372 int unsupported = 0;
4373
4374 /* Get PHY versioning */
4375 tmp = b43_read16(dev, B43_MMIO_PHY_VER);
4376 analog_type = (tmp & B43_PHYVER_ANALOG) >> B43_PHYVER_ANALOG_SHIFT;
4377 phy_type = (tmp & B43_PHYVER_TYPE) >> B43_PHYVER_TYPE_SHIFT;
4378 phy_rev = (tmp & B43_PHYVER_VERSION);
4379 switch (phy_type) {
4380 case B43_PHYTYPE_A:
4381 if (phy_rev >= 4)
4382 unsupported = 1;
4383 break;
4384 case B43_PHYTYPE_B:
4385 if (phy_rev != 2 && phy_rev != 4 && phy_rev != 6
4386 && phy_rev != 7)
4387 unsupported = 1;
4388 break;
4389 case B43_PHYTYPE_G:
Larry Finger013978b2007-11-26 10:29:47 -06004390 if (phy_rev > 9)
Michael Buesche4d6b792007-09-18 15:39:42 -04004391 unsupported = 1;
4392 break;
Rafał Miłecki692d2c02010-12-07 21:56:00 +01004393#ifdef CONFIG_B43_PHY_N
Michael Bueschd5c71e42008-01-04 17:06:29 +01004394 case B43_PHYTYPE_N:
Rafał Miłeckiab72efd2010-12-21 21:29:44 +01004395 if (phy_rev > 9)
Michael Bueschd5c71e42008-01-04 17:06:29 +01004396 unsupported = 1;
4397 break;
4398#endif
Michael Buesch6b1c7c62008-12-25 00:39:28 +01004399#ifdef CONFIG_B43_PHY_LP
4400 case B43_PHYTYPE_LP:
Gábor Stefanik9d86a2d2009-08-14 14:54:46 +02004401 if (phy_rev > 2)
Michael Buesch6b1c7c62008-12-25 00:39:28 +01004402 unsupported = 1;
4403 break;
4404#endif
Rafał Miłeckid7520b12011-06-13 16:20:06 +02004405#ifdef CONFIG_B43_PHY_HT
4406 case B43_PHYTYPE_HT:
4407 if (phy_rev > 1)
4408 unsupported = 1;
4409 break;
4410#endif
Rafał Miłecki1d738e62011-07-07 15:25:27 +02004411#ifdef CONFIG_B43_PHY_LCN
4412 case B43_PHYTYPE_LCN:
4413 if (phy_rev > 1)
4414 unsupported = 1;
4415 break;
4416#endif
Michael Buesche4d6b792007-09-18 15:39:42 -04004417 default:
4418 unsupported = 1;
Joe Perches6403eab2011-06-03 11:51:20 +00004419 }
Michael Buesche4d6b792007-09-18 15:39:42 -04004420 if (unsupported) {
Rafał Miłecki2fdf8c52012-07-26 08:16:01 +02004421 b43err(dev->wl, "FOUND UNSUPPORTED PHY (Analog %u, Type %d (%s), Revision %u)\n",
4422 analog_type, phy_type, b43_phy_name(dev, phy_type),
4423 phy_rev);
Michael Buesche4d6b792007-09-18 15:39:42 -04004424 return -EOPNOTSUPP;
4425 }
Rafał Miłecki2fdf8c52012-07-26 08:16:01 +02004426 b43info(dev->wl, "Found PHY: Analog %u, Type %d (%s), Revision %u\n",
4427 analog_type, phy_type, b43_phy_name(dev, phy_type), phy_rev);
Michael Buesche4d6b792007-09-18 15:39:42 -04004428
4429 /* Get RADIO versioning */
Rafał Miłecki3fd48502011-07-06 20:27:24 +02004430 if (dev->dev->core_rev >= 24) {
Rafał Miłecki544e5d82011-07-06 20:27:25 +02004431 u16 radio24[3];
4432
4433 for (tmp = 0; tmp < 3; tmp++) {
4434 b43_write16(dev, B43_MMIO_RADIO24_CONTROL, tmp);
4435 radio24[tmp] = b43_read16(dev, B43_MMIO_RADIO24_DATA);
4436 }
4437
4438 /* Broadcom uses "id" for our "ver" and has separated "ver" */
4439 /* radio_ver = (radio24[0] & 0xF0) >> 4; */
4440
4441 radio_manuf = 0x17F;
4442 radio_ver = (radio24[2] << 8) | radio24[1];
4443 radio_rev = (radio24[0] & 0xF);
Michael Buesche4d6b792007-09-18 15:39:42 -04004444 } else {
Rafał Miłecki3fd48502011-07-06 20:27:24 +02004445 if (dev->dev->chip_id == 0x4317) {
4446 if (dev->dev->chip_rev == 0)
4447 tmp = 0x3205017F;
4448 else if (dev->dev->chip_rev == 1)
4449 tmp = 0x4205017F;
4450 else
4451 tmp = 0x5205017F;
4452 } else {
4453 b43_write16(dev, B43_MMIO_RADIO_CONTROL,
4454 B43_RADIOCTL_ID);
4455 tmp = b43_read16(dev, B43_MMIO_RADIO_DATA_LOW);
4456 b43_write16(dev, B43_MMIO_RADIO_CONTROL,
4457 B43_RADIOCTL_ID);
4458 tmp |= (u32)b43_read16(dev, B43_MMIO_RADIO_DATA_HIGH)
4459 << 16;
4460 }
4461 radio_manuf = (tmp & 0x00000FFF);
4462 radio_ver = (tmp & 0x0FFFF000) >> 12;
4463 radio_rev = (tmp & 0xF0000000) >> 28;
Michael Buesche4d6b792007-09-18 15:39:42 -04004464 }
Rafał Miłecki3fd48502011-07-06 20:27:24 +02004465
Michael Buesch96c755a2008-01-06 00:09:46 +01004466 if (radio_manuf != 0x17F /* Broadcom */)
4467 unsupported = 1;
Michael Buesche4d6b792007-09-18 15:39:42 -04004468 switch (phy_type) {
4469 case B43_PHYTYPE_A:
4470 if (radio_ver != 0x2060)
4471 unsupported = 1;
4472 if (radio_rev != 1)
4473 unsupported = 1;
4474 if (radio_manuf != 0x17F)
4475 unsupported = 1;
4476 break;
4477 case B43_PHYTYPE_B:
4478 if ((radio_ver & 0xFFF0) != 0x2050)
4479 unsupported = 1;
4480 break;
4481 case B43_PHYTYPE_G:
4482 if (radio_ver != 0x2050)
4483 unsupported = 1;
4484 break;
Michael Buesch96c755a2008-01-06 00:09:46 +01004485 case B43_PHYTYPE_N:
Johannes Bergbb519be2008-12-24 15:26:40 +01004486 if (radio_ver != 0x2055 && radio_ver != 0x2056)
Michael Buesch96c755a2008-01-06 00:09:46 +01004487 unsupported = 1;
4488 break;
Michael Buesch6b1c7c62008-12-25 00:39:28 +01004489 case B43_PHYTYPE_LP:
Gábor Stefanik9d86a2d2009-08-14 14:54:46 +02004490 if (radio_ver != 0x2062 && radio_ver != 0x2063)
Michael Buesch6b1c7c62008-12-25 00:39:28 +01004491 unsupported = 1;
4492 break;
Rafał Miłeckid7520b12011-06-13 16:20:06 +02004493 case B43_PHYTYPE_HT:
4494 if (radio_ver != 0x2059)
4495 unsupported = 1;
4496 break;
Rafał Miłecki1d738e62011-07-07 15:25:27 +02004497 case B43_PHYTYPE_LCN:
4498 if (radio_ver != 0x2064)
4499 unsupported = 1;
4500 break;
Michael Buesche4d6b792007-09-18 15:39:42 -04004501 default:
4502 B43_WARN_ON(1);
4503 }
4504 if (unsupported) {
4505 b43err(dev->wl, "FOUND UNSUPPORTED RADIO "
4506 "(Manuf 0x%X, Version 0x%X, Revision %u)\n",
4507 radio_manuf, radio_ver, radio_rev);
4508 return -EOPNOTSUPP;
4509 }
4510 b43dbg(dev->wl, "Found Radio: Manuf 0x%X, Version 0x%X, Revision %u\n",
4511 radio_manuf, radio_ver, radio_rev);
4512
4513 phy->radio_manuf = radio_manuf;
4514 phy->radio_ver = radio_ver;
4515 phy->radio_rev = radio_rev;
4516
4517 phy->analog = analog_type;
4518 phy->type = phy_type;
4519 phy->rev = phy_rev;
4520
4521 return 0;
4522}
4523
4524static void setup_struct_phy_for_init(struct b43_wldev *dev,
4525 struct b43_phy *phy)
4526{
Michael Buesche4d6b792007-09-18 15:39:42 -04004527 phy->hardware_power_control = !!modparam_hwpctl;
Michael Buesch18c8ade2008-08-28 19:33:40 +02004528 phy->next_txpwr_check_time = jiffies;
Michael Buesch8ed7fc42007-12-09 22:34:59 +01004529 /* PHY TX errors counter. */
4530 atomic_set(&phy->txerr_cnt, B43_PHY_TX_BADNESS_LIMIT);
Michael Buesch591f3dc2009-03-31 12:27:32 +02004531
4532#if B43_DEBUG
Rusty Russell3db1cd52011-12-19 13:56:45 +00004533 phy->phy_locked = false;
4534 phy->radio_locked = false;
Michael Buesch591f3dc2009-03-31 12:27:32 +02004535#endif
Michael Buesche4d6b792007-09-18 15:39:42 -04004536}
4537
4538static void setup_struct_wldev_for_init(struct b43_wldev *dev)
4539{
Rusty Russell3db1cd52011-12-19 13:56:45 +00004540 dev->dfq_valid = false;
Michael Bueschaa6c7ae2007-12-26 16:26:36 +01004541
Michael Buesch6a724d62007-09-20 22:12:58 +02004542 /* Assume the radio is enabled. If it's not enabled, the state will
4543 * immediately get fixed on the first periodic work run. */
Rusty Russell3db1cd52011-12-19 13:56:45 +00004544 dev->radio_hw_enable = true;
Michael Buesche4d6b792007-09-18 15:39:42 -04004545
4546 /* Stats */
4547 memset(&dev->stats, 0, sizeof(dev->stats));
4548
4549 setup_struct_phy_for_init(dev, &dev->phy);
4550
4551 /* IRQ related flags */
4552 dev->irq_reason = 0;
4553 memset(dev->dma_reason, 0, sizeof(dev->dma_reason));
Michael Buesch13790722009-04-08 21:26:27 +02004554 dev->irq_mask = B43_IRQ_MASKTEMPLATE;
Michael Buesch3e3ccb32009-03-19 19:27:21 +01004555 if (b43_modparam_verbose < B43_VERBOSITY_DEBUG)
Michael Buesch13790722009-04-08 21:26:27 +02004556 dev->irq_mask &= ~B43_IRQ_PHY_TXERR;
Michael Buesche4d6b792007-09-18 15:39:42 -04004557
4558 dev->mac_suspended = 1;
4559
4560 /* Noise calculation context */
4561 memset(&dev->noisecalc, 0, sizeof(dev->noisecalc));
4562}
4563
4564static void b43_bluetooth_coext_enable(struct b43_wldev *dev)
4565{
Rafał Miłecki05814832011-05-18 02:06:39 +02004566 struct ssb_sprom *sprom = dev->dev->bus_sprom;
Michael Buescha259d6a2008-04-18 21:06:37 +02004567 u64 hf;
Michael Buesche4d6b792007-09-18 15:39:42 -04004568
Michael Buesch1855ba72008-04-18 20:51:41 +02004569 if (!modparam_btcoex)
4570 return;
Larry Finger95de2842007-11-09 16:57:18 -06004571 if (!(sprom->boardflags_lo & B43_BFL_BTCOEXIST))
Michael Buesche4d6b792007-09-18 15:39:42 -04004572 return;
4573 if (dev->phy.type != B43_PHYTYPE_B && !dev->phy.gmode)
4574 return;
4575
4576 hf = b43_hf_read(dev);
Larry Finger95de2842007-11-09 16:57:18 -06004577 if (sprom->boardflags_lo & B43_BFL_BTCMOD)
Michael Buesche4d6b792007-09-18 15:39:42 -04004578 hf |= B43_HF_BTCOEXALT;
4579 else
4580 hf |= B43_HF_BTCOEX;
4581 b43_hf_write(dev, hf);
Michael Buesche4d6b792007-09-18 15:39:42 -04004582}
4583
4584static void b43_bluetooth_coext_disable(struct b43_wldev *dev)
Michael Buesch1855ba72008-04-18 20:51:41 +02004585{
4586 if (!modparam_btcoex)
4587 return;
4588 //TODO
Michael Buesche4d6b792007-09-18 15:39:42 -04004589}
4590
4591static void b43_imcfglo_timeouts_workaround(struct b43_wldev *dev)
4592{
Rafał Miłeckid48ae5c2011-05-19 15:11:26 +02004593 struct ssb_bus *bus;
Michael Buesche4d6b792007-09-18 15:39:42 -04004594 u32 tmp;
4595
Rafał Miłeckibd7c8a52014-05-10 19:52:18 +02004596#ifdef CONFIG_B43_SSB
Rafał Miłeckid48ae5c2011-05-19 15:11:26 +02004597 if (dev->dev->bus_type != B43_BUS_SSB)
4598 return;
Rafał Miłeckibd7c8a52014-05-10 19:52:18 +02004599#else
4600 return;
4601#endif
Rafał Miłeckid48ae5c2011-05-19 15:11:26 +02004602
4603 bus = dev->dev->sdev->bus;
4604
Rafał Miłecki0fd82ea2011-05-11 02:10:59 +02004605 if ((bus->chip_id == 0x4311 && bus->chip_rev == 2) ||
4606 (bus->chip_id == 0x4312)) {
Rafał Miłeckid48ae5c2011-05-19 15:11:26 +02004607 tmp = ssb_read32(dev->dev->sdev, SSB_IMCFGLO);
Rafał Miłecki0fd82ea2011-05-11 02:10:59 +02004608 tmp &= ~SSB_IMCFGLO_REQTO;
4609 tmp &= ~SSB_IMCFGLO_SERTO;
4610 tmp |= 0x3;
Rafał Miłeckid48ae5c2011-05-19 15:11:26 +02004611 ssb_write32(dev->dev->sdev, SSB_IMCFGLO, tmp);
Rafał Miłecki0fd82ea2011-05-11 02:10:59 +02004612 ssb_commit_settings(bus);
Michael Buesche4d6b792007-09-18 15:39:42 -04004613 }
Michael Buesche4d6b792007-09-18 15:39:42 -04004614}
4615
Michael Bueschd59f7202008-04-03 18:56:19 +02004616static void b43_set_synth_pu_delay(struct b43_wldev *dev, bool idle)
4617{
4618 u16 pu_delay;
4619
4620 /* The time value is in microseconds. */
4621 if (dev->phy.type == B43_PHYTYPE_A)
4622 pu_delay = 3700;
4623 else
4624 pu_delay = 1050;
Johannes Berg05c914f2008-09-11 00:01:58 +02004625 if (b43_is_mode(dev->wl, NL80211_IFTYPE_ADHOC) || idle)
Michael Bueschd59f7202008-04-03 18:56:19 +02004626 pu_delay = 500;
4627 if ((dev->phy.radio_ver == 0x2050) && (dev->phy.radio_rev == 8))
4628 pu_delay = max(pu_delay, (u16)2400);
4629
4630 b43_shm_write16(dev, B43_SHM_SHARED, B43_SHM_SH_SPUWKUP, pu_delay);
4631}
4632
4633/* Set the TSF CFP pre-TargetBeaconTransmissionTime. */
4634static void b43_set_pretbtt(struct b43_wldev *dev)
4635{
4636 u16 pretbtt;
4637
4638 /* The time value is in microseconds. */
Johannes Berg05c914f2008-09-11 00:01:58 +02004639 if (b43_is_mode(dev->wl, NL80211_IFTYPE_ADHOC)) {
Michael Bueschd59f7202008-04-03 18:56:19 +02004640 pretbtt = 2;
4641 } else {
4642 if (dev->phy.type == B43_PHYTYPE_A)
4643 pretbtt = 120;
4644 else
4645 pretbtt = 250;
4646 }
4647 b43_shm_write16(dev, B43_SHM_SHARED, B43_SHM_SH_PRETBTT, pretbtt);
4648 b43_write16(dev, B43_MMIO_TSF_CFP_PRETBTT, pretbtt);
4649}
4650
Michael Buesche4d6b792007-09-18 15:39:42 -04004651/* Shutdown a wireless core */
4652/* Locking: wl->mutex */
4653static void b43_wireless_core_exit(struct b43_wldev *dev)
4654{
Michael Buesch36dbd952009-09-04 22:51:29 +02004655 B43_WARN_ON(dev && b43_status(dev) > B43_STAT_INITIALIZED);
4656 if (!dev || b43_status(dev) != B43_STAT_INITIALIZED)
Michael Buesche4d6b792007-09-18 15:39:42 -04004657 return;
John W. Linville84c164a2010-08-06 15:31:45 -04004658
Michael Buesche4d6b792007-09-18 15:39:42 -04004659 b43_set_status(dev, B43_STAT_UNINIT);
4660
Michael Buesch1f7d87b2008-01-22 20:23:34 +01004661 /* Stop the microcode PSM. */
Rafał Miłecki50566352012-01-02 19:31:21 +01004662 b43_maskset32(dev, B43_MMIO_MACCTL, ~B43_MACCTL_PSM_RUN,
4663 B43_MACCTL_PSM_JMP0);
Michael Buesch1f7d87b2008-01-22 20:23:34 +01004664
Hauke Mehrtens50023002013-08-24 00:32:34 +02004665 switch (dev->dev->bus_type) {
4666#ifdef CONFIG_B43_BCMA
4667 case B43_BUS_BCMA:
4668 bcma_core_pci_down(dev->dev->bdev->bus);
4669 break;
4670#endif
4671#ifdef CONFIG_B43_SSB
4672 case B43_BUS_SSB:
4673 /* TODO */
4674 break;
4675#endif
4676 }
4677
Michael Buesche4d6b792007-09-18 15:39:42 -04004678 b43_dma_free(dev);
Michael Buesch5100d5a2008-03-29 21:01:16 +01004679 b43_pio_free(dev);
Michael Buesche4d6b792007-09-18 15:39:42 -04004680 b43_chip_exit(dev);
Michael Bueschcb24f572008-09-03 12:12:20 +02004681 dev->phy.ops->switch_analog(dev, 0);
Michael Buesche66fee62007-12-26 17:47:10 +01004682 if (dev->wl->current_beacon) {
4683 dev_kfree_skb_any(dev->wl->current_beacon);
4684 dev->wl->current_beacon = NULL;
4685 }
4686
Rafał Miłecki24ca39d2011-05-18 02:06:43 +02004687 b43_device_disable(dev, 0);
4688 b43_bus_may_powerdown(dev);
Michael Buesche4d6b792007-09-18 15:39:42 -04004689}
4690
4691/* Initialize a wireless core */
4692static int b43_wireless_core_init(struct b43_wldev *dev)
4693{
Rafał Miłecki05814832011-05-18 02:06:39 +02004694 struct ssb_sprom *sprom = dev->dev->bus_sprom;
Michael Buesche4d6b792007-09-18 15:39:42 -04004695 struct b43_phy *phy = &dev->phy;
4696 int err;
Michael Buescha259d6a2008-04-18 21:06:37 +02004697 u64 hf;
Michael Buesche4d6b792007-09-18 15:39:42 -04004698
4699 B43_WARN_ON(b43_status(dev) != B43_STAT_UNINIT);
4700
Rafał Miłecki24ca39d2011-05-18 02:06:43 +02004701 err = b43_bus_powerup(dev, 0);
Michael Buesche4d6b792007-09-18 15:39:42 -04004702 if (err)
4703 goto out;
Rafał Miłecki4da909e2011-06-02 01:07:12 +02004704 if (!b43_device_is_enabled(dev))
4705 b43_wireless_core_reset(dev, phy->gmode);
Michael Buesche4d6b792007-09-18 15:39:42 -04004706
Michael Bueschfb111372008-09-02 13:00:34 +02004707 /* Reset all data structures. */
Michael Buesche4d6b792007-09-18 15:39:42 -04004708 setup_struct_wldev_for_init(dev);
Michael Bueschfb111372008-09-02 13:00:34 +02004709 phy->ops->prepare_structs(dev);
Michael Buesche4d6b792007-09-18 15:39:42 -04004710
4711 /* Enable IRQ routing to this device. */
Rafał Miłecki6cbab0d2011-07-06 15:45:26 +02004712 switch (dev->dev->bus_type) {
Rafał Miłecki42c9a452011-07-06 15:45:27 +02004713#ifdef CONFIG_B43_BCMA
4714 case B43_BUS_BCMA:
Hauke Mehrtensdfae7142012-09-29 20:40:18 +02004715 bcma_core_pci_irq_ctl(&dev->dev->bdev->bus->drv_pci[0],
Rafał Miłecki42c9a452011-07-06 15:45:27 +02004716 dev->dev->bdev, true);
Hauke Mehrtens50023002013-08-24 00:32:34 +02004717 bcma_core_pci_up(dev->dev->bdev->bus);
Rafał Miłecki42c9a452011-07-06 15:45:27 +02004718 break;
4719#endif
Rafał Miłecki6cbab0d2011-07-06 15:45:26 +02004720#ifdef CONFIG_B43_SSB
4721 case B43_BUS_SSB:
4722 ssb_pcicore_dev_irqvecs_enable(&dev->dev->sdev->bus->pcicore,
4723 dev->dev->sdev);
4724 break;
4725#endif
4726 }
Michael Buesche4d6b792007-09-18 15:39:42 -04004727
4728 b43_imcfglo_timeouts_workaround(dev);
4729 b43_bluetooth_coext_disable(dev);
Michael Bueschfb111372008-09-02 13:00:34 +02004730 if (phy->ops->prepare_hardware) {
4731 err = phy->ops->prepare_hardware(dev);
Michael Bueschef1a6282008-08-27 18:53:02 +02004732 if (err)
Michael Bueschfb111372008-09-02 13:00:34 +02004733 goto err_busdown;
Michael Bueschef1a6282008-08-27 18:53:02 +02004734 }
Michael Buesche4d6b792007-09-18 15:39:42 -04004735 err = b43_chip_init(dev);
4736 if (err)
Michael Bueschfb111372008-09-02 13:00:34 +02004737 goto err_busdown;
Michael Buesche4d6b792007-09-18 15:39:42 -04004738 b43_shm_write16(dev, B43_SHM_SHARED,
Rafał Miłecki21d889d2011-05-18 02:06:38 +02004739 B43_SHM_SH_WLCOREREV, dev->dev->core_rev);
Michael Buesche4d6b792007-09-18 15:39:42 -04004740 hf = b43_hf_read(dev);
4741 if (phy->type == B43_PHYTYPE_G) {
4742 hf |= B43_HF_SYMW;
4743 if (phy->rev == 1)
4744 hf |= B43_HF_GDCW;
Larry Finger95de2842007-11-09 16:57:18 -06004745 if (sprom->boardflags_lo & B43_BFL_PACTRL)
Michael Buesche4d6b792007-09-18 15:39:42 -04004746 hf |= B43_HF_OFDMPABOOST;
Michael Buesch969d15c2009-02-20 14:27:15 +01004747 }
4748 if (phy->radio_ver == 0x2050) {
4749 if (phy->radio_rev == 6)
4750 hf |= B43_HF_4318TSSI;
4751 if (phy->radio_rev < 6)
4752 hf |= B43_HF_VCORECALC;
Michael Buesche4d6b792007-09-18 15:39:42 -04004753 }
Michael Buesch1cc8f472009-02-20 14:47:56 +01004754 if (sprom->boardflags_lo & B43_BFL_XTAL_NOSLOW)
4755 hf |= B43_HF_DSCRQ; /* Disable slowclock requests from ucode. */
Rafał Miłeckibd7c8a52014-05-10 19:52:18 +02004756#if defined(CONFIG_B43_SSB) && defined(CONFIG_SSB_DRIVER_PCICORE)
Rafał Miłecki6cbab0d2011-07-06 15:45:26 +02004757 if (dev->dev->bus_type == B43_BUS_SSB &&
4758 dev->dev->sdev->bus->bustype == SSB_BUSTYPE_PCI &&
4759 dev->dev->sdev->bus->pcicore.dev->id.revision <= 10)
Michael Buesch88219052009-02-20 14:58:59 +01004760 hf |= B43_HF_PCISCW; /* PCI slow clock workaround. */
Michael Buesch1a777332009-03-04 16:41:10 +01004761#endif
Michael Buesch25d3ef52009-02-20 15:39:21 +01004762 hf &= ~B43_HF_SKCFPUP;
Michael Buesche4d6b792007-09-18 15:39:42 -04004763 b43_hf_write(dev, hf);
4764
Michael Buesch74cfdba2007-10-28 16:19:44 +01004765 b43_set_retry_limits(dev, B43_DEFAULT_SHORT_RETRY_LIMIT,
4766 B43_DEFAULT_LONG_RETRY_LIMIT);
Michael Buesche4d6b792007-09-18 15:39:42 -04004767 b43_shm_write16(dev, B43_SHM_SHARED, B43_SHM_SH_SFFBLIM, 3);
4768 b43_shm_write16(dev, B43_SHM_SHARED, B43_SHM_SH_LFFBLIM, 2);
4769
4770 /* Disable sending probe responses from firmware.
4771 * Setting the MaxTime to one usec will always trigger
4772 * a timeout, so we never send any probe resp.
4773 * A timeout of zero is infinite. */
4774 b43_shm_write16(dev, B43_SHM_SHARED, B43_SHM_SH_PRMAXTIME, 1);
4775
4776 b43_rate_memory_init(dev);
Michael Buesch5042c502008-04-05 15:05:00 +02004777 b43_set_phytxctl_defaults(dev);
Michael Buesche4d6b792007-09-18 15:39:42 -04004778
4779 /* Minimum Contention Window */
Daniel Nguc5a079f2010-03-23 00:52:44 +13004780 if (phy->type == B43_PHYTYPE_B)
Michael Buesche4d6b792007-09-18 15:39:42 -04004781 b43_shm_write16(dev, B43_SHM_SCRATCH, B43_SHM_SC_MINCONT, 0x1F);
Daniel Nguc5a079f2010-03-23 00:52:44 +13004782 else
Michael Buesche4d6b792007-09-18 15:39:42 -04004783 b43_shm_write16(dev, B43_SHM_SCRATCH, B43_SHM_SC_MINCONT, 0xF);
Michael Buesche4d6b792007-09-18 15:39:42 -04004784 /* Maximum Contention Window */
4785 b43_shm_write16(dev, B43_SHM_SCRATCH, B43_SHM_SC_MAXCONT, 0x3FF);
4786
Rafał Miłecki505fb012011-05-19 15:11:27 +02004787 if (b43_bus_host_is_pcmcia(dev->dev) ||
Rafał Miłeckicbe1e822011-08-16 21:44:21 +02004788 b43_bus_host_is_sdio(dev->dev)) {
Rusty Russell3db1cd52011-12-19 13:56:45 +00004789 dev->__using_pio_transfers = true;
Rafał Miłeckicbe1e822011-08-16 21:44:21 +02004790 err = b43_pio_init(dev);
4791 } else if (dev->use_pio) {
4792 b43warn(dev->wl, "Forced PIO by use_pio module parameter. "
4793 "This should not be needed and will result in lower "
4794 "performance.\n");
Rusty Russell3db1cd52011-12-19 13:56:45 +00004795 dev->__using_pio_transfers = true;
Michael Buesch5100d5a2008-03-29 21:01:16 +01004796 err = b43_pio_init(dev);
4797 } else {
Rusty Russell3db1cd52011-12-19 13:56:45 +00004798 dev->__using_pio_transfers = false;
Michael Buesch5100d5a2008-03-29 21:01:16 +01004799 err = b43_dma_init(dev);
4800 }
Michael Buesche4d6b792007-09-18 15:39:42 -04004801 if (err)
4802 goto err_chip_exit;
Michael Buesch03b29772007-12-26 14:41:30 +01004803 b43_qos_init(dev);
Michael Bueschd59f7202008-04-03 18:56:19 +02004804 b43_set_synth_pu_delay(dev, 1);
Michael Buesche4d6b792007-09-18 15:39:42 -04004805 b43_bluetooth_coext_enable(dev);
4806
Rafał Miłecki24ca39d2011-05-18 02:06:43 +02004807 b43_bus_powerup(dev, !(sprom->boardflags_lo & B43_BFL_XTAL_NOSLOW));
Johannes Berg4150c572007-09-17 01:29:23 -04004808 b43_upload_card_macaddress(dev);
Michael Buesche4d6b792007-09-18 15:39:42 -04004809 b43_security_init(dev);
Michael Buesche4d6b792007-09-18 15:39:42 -04004810
Michael Buesch5ab95492009-09-10 20:31:46 +02004811 ieee80211_wake_queues(dev->wl->hw);
Michael Buesche4d6b792007-09-18 15:39:42 -04004812
4813 b43_set_status(dev, B43_STAT_INITIALIZED);
4814
Larry Finger1a8d1222007-12-14 13:59:11 +01004815out:
Michael Buesche4d6b792007-09-18 15:39:42 -04004816 return err;
4817
Michael Bueschef1a6282008-08-27 18:53:02 +02004818err_chip_exit:
Michael Buesche4d6b792007-09-18 15:39:42 -04004819 b43_chip_exit(dev);
Michael Bueschef1a6282008-08-27 18:53:02 +02004820err_busdown:
Rafał Miłecki24ca39d2011-05-18 02:06:43 +02004821 b43_bus_may_powerdown(dev);
Michael Buesche4d6b792007-09-18 15:39:42 -04004822 B43_WARN_ON(b43_status(dev) != B43_STAT_UNINIT);
4823 return err;
4824}
4825
Michael Buesch40faacc2007-10-28 16:29:32 +01004826static int b43_op_add_interface(struct ieee80211_hw *hw,
Johannes Berg1ed32e42009-12-23 13:15:45 +01004827 struct ieee80211_vif *vif)
Michael Buesche4d6b792007-09-18 15:39:42 -04004828{
4829 struct b43_wl *wl = hw_to_b43_wl(hw);
4830 struct b43_wldev *dev;
Michael Buesche4d6b792007-09-18 15:39:42 -04004831 int err = -EOPNOTSUPP;
Johannes Berg4150c572007-09-17 01:29:23 -04004832
4833 /* TODO: allow WDS/AP devices to coexist */
4834
Johannes Berg1ed32e42009-12-23 13:15:45 +01004835 if (vif->type != NL80211_IFTYPE_AP &&
4836 vif->type != NL80211_IFTYPE_MESH_POINT &&
4837 vif->type != NL80211_IFTYPE_STATION &&
4838 vif->type != NL80211_IFTYPE_WDS &&
4839 vif->type != NL80211_IFTYPE_ADHOC)
Johannes Berg4150c572007-09-17 01:29:23 -04004840 return -EOPNOTSUPP;
Michael Buesche4d6b792007-09-18 15:39:42 -04004841
4842 mutex_lock(&wl->mutex);
Johannes Berg4150c572007-09-17 01:29:23 -04004843 if (wl->operating)
Michael Buesche4d6b792007-09-18 15:39:42 -04004844 goto out_mutex_unlock;
4845
Johannes Berg1ed32e42009-12-23 13:15:45 +01004846 b43dbg(wl, "Adding Interface type %d\n", vif->type);
Michael Buesche4d6b792007-09-18 15:39:42 -04004847
4848 dev = wl->current_dev;
Rusty Russell3db1cd52011-12-19 13:56:45 +00004849 wl->operating = true;
Johannes Berg1ed32e42009-12-23 13:15:45 +01004850 wl->vif = vif;
4851 wl->if_type = vif->type;
4852 memcpy(wl->mac_addr, vif->addr, ETH_ALEN);
Michael Buesche4d6b792007-09-18 15:39:42 -04004853
Michael Buesche4d6b792007-09-18 15:39:42 -04004854 b43_adjust_opmode(dev);
Michael Bueschd59f7202008-04-03 18:56:19 +02004855 b43_set_pretbtt(dev);
4856 b43_set_synth_pu_delay(dev, 0);
Johannes Berg4150c572007-09-17 01:29:23 -04004857 b43_upload_card_macaddress(dev);
Michael Buesche4d6b792007-09-18 15:39:42 -04004858
4859 err = 0;
Johannes Berg4150c572007-09-17 01:29:23 -04004860 out_mutex_unlock:
Michael Buesche4d6b792007-09-18 15:39:42 -04004861 mutex_unlock(&wl->mutex);
4862
Felix Fietkau2a190322011-08-10 13:50:30 -06004863 if (err == 0)
4864 b43_op_bss_info_changed(hw, vif, &vif->bss_conf, ~0);
4865
Michael Buesche4d6b792007-09-18 15:39:42 -04004866 return err;
4867}
4868
Michael Buesch40faacc2007-10-28 16:29:32 +01004869static void b43_op_remove_interface(struct ieee80211_hw *hw,
Johannes Berg1ed32e42009-12-23 13:15:45 +01004870 struct ieee80211_vif *vif)
Michael Buesche4d6b792007-09-18 15:39:42 -04004871{
4872 struct b43_wl *wl = hw_to_b43_wl(hw);
Johannes Berg4150c572007-09-17 01:29:23 -04004873 struct b43_wldev *dev = wl->current_dev;
Michael Buesche4d6b792007-09-18 15:39:42 -04004874
Johannes Berg1ed32e42009-12-23 13:15:45 +01004875 b43dbg(wl, "Removing Interface type %d\n", vif->type);
Michael Buesche4d6b792007-09-18 15:39:42 -04004876
4877 mutex_lock(&wl->mutex);
Johannes Berg4150c572007-09-17 01:29:23 -04004878
4879 B43_WARN_ON(!wl->operating);
Johannes Berg1ed32e42009-12-23 13:15:45 +01004880 B43_WARN_ON(wl->vif != vif);
Johannes Berg32bfd352007-12-19 01:31:26 +01004881 wl->vif = NULL;
Johannes Berg4150c572007-09-17 01:29:23 -04004882
Rusty Russell3db1cd52011-12-19 13:56:45 +00004883 wl->operating = false;
Johannes Berg4150c572007-09-17 01:29:23 -04004884
Johannes Berg4150c572007-09-17 01:29:23 -04004885 b43_adjust_opmode(dev);
4886 memset(wl->mac_addr, 0, ETH_ALEN);
4887 b43_upload_card_macaddress(dev);
Johannes Berg4150c572007-09-17 01:29:23 -04004888
4889 mutex_unlock(&wl->mutex);
4890}
4891
Michael Buesch40faacc2007-10-28 16:29:32 +01004892static int b43_op_start(struct ieee80211_hw *hw)
Johannes Berg4150c572007-09-17 01:29:23 -04004893{
4894 struct b43_wl *wl = hw_to_b43_wl(hw);
4895 struct b43_wldev *dev = wl->current_dev;
4896 int did_init = 0;
WANG Cong923403b2007-10-16 14:29:38 -07004897 int err = 0;
Johannes Berg4150c572007-09-17 01:29:23 -04004898
Michael Buesch7be1bb62008-01-23 21:10:56 +01004899 /* Kill all old instance specific information to make sure
4900 * the card won't use it in the short timeframe between start
4901 * and mac80211 reconfiguring it. */
4902 memset(wl->bssid, 0, ETH_ALEN);
4903 memset(wl->mac_addr, 0, ETH_ALEN);
4904 wl->filter_flags = 0;
Rusty Russell3db1cd52011-12-19 13:56:45 +00004905 wl->radiotap_enabled = false;
Michael Buesche6f5b932008-03-05 21:18:49 +01004906 b43_qos_clear(wl);
Rusty Russell3db1cd52011-12-19 13:56:45 +00004907 wl->beacon0_uploaded = false;
4908 wl->beacon1_uploaded = false;
4909 wl->beacon_templates_virgin = true;
4910 wl->radio_enabled = true;
Michael Buesch7be1bb62008-01-23 21:10:56 +01004911
Johannes Berg4150c572007-09-17 01:29:23 -04004912 mutex_lock(&wl->mutex);
4913
4914 if (b43_status(dev) < B43_STAT_INITIALIZED) {
4915 err = b43_wireless_core_init(dev);
Johannes Bergf41f3f32009-06-07 12:30:34 -05004916 if (err)
Johannes Berg4150c572007-09-17 01:29:23 -04004917 goto out_mutex_unlock;
4918 did_init = 1;
Michael Buesche4d6b792007-09-18 15:39:42 -04004919 }
4920
Johannes Berg4150c572007-09-17 01:29:23 -04004921 if (b43_status(dev) < B43_STAT_STARTED) {
4922 err = b43_wireless_core_start(dev);
4923 if (err) {
4924 if (did_init)
4925 b43_wireless_core_exit(dev);
4926 goto out_mutex_unlock;
4927 }
Michael Buesche4d6b792007-09-18 15:39:42 -04004928 }
Johannes Berg4150c572007-09-17 01:29:23 -04004929
Johannes Bergf41f3f32009-06-07 12:30:34 -05004930 /* XXX: only do if device doesn't support rfkill irq */
4931 wiphy_rfkill_start_polling(hw->wiphy);
4932
Johannes Berg4150c572007-09-17 01:29:23 -04004933 out_mutex_unlock:
4934 mutex_unlock(&wl->mutex);
4935
Seth Forsheedbdedbd2012-04-25 17:28:00 -05004936 /*
4937 * Configuration may have been overwritten during initialization.
4938 * Reload the configuration, but only if initialization was
4939 * successful. Reloading the configuration after a failed init
4940 * may hang the system.
4941 */
4942 if (!err)
4943 b43_op_config(hw, ~0);
Felix Fietkau2a190322011-08-10 13:50:30 -06004944
Johannes Berg4150c572007-09-17 01:29:23 -04004945 return err;
4946}
4947
Michael Buesch40faacc2007-10-28 16:29:32 +01004948static void b43_op_stop(struct ieee80211_hw *hw)
Johannes Berg4150c572007-09-17 01:29:23 -04004949{
4950 struct b43_wl *wl = hw_to_b43_wl(hw);
4951 struct b43_wldev *dev = wl->current_dev;
4952
Michael Buescha82d9922008-04-04 21:40:06 +02004953 cancel_work_sync(&(wl->beacon_update_trigger));
Larry Finger1a8d1222007-12-14 13:59:11 +01004954
Guennadi Liakhovetskiccde8a42012-01-06 12:58:16 +01004955 if (!dev)
4956 goto out;
4957
Johannes Berg4150c572007-09-17 01:29:23 -04004958 mutex_lock(&wl->mutex);
Michael Buesch36dbd952009-09-04 22:51:29 +02004959 if (b43_status(dev) >= B43_STAT_STARTED) {
4960 dev = b43_wireless_core_stop(dev);
4961 if (!dev)
4962 goto out_unlock;
4963 }
Johannes Berg4150c572007-09-17 01:29:23 -04004964 b43_wireless_core_exit(dev);
Rusty Russell3db1cd52011-12-19 13:56:45 +00004965 wl->radio_enabled = false;
Michael Buesch36dbd952009-09-04 22:51:29 +02004966
4967out_unlock:
Michael Buesche4d6b792007-09-18 15:39:42 -04004968 mutex_unlock(&wl->mutex);
Guennadi Liakhovetskiccde8a42012-01-06 12:58:16 +01004969out:
Michael Buesch18c8ade2008-08-28 19:33:40 +02004970 cancel_work_sync(&(wl->txpower_adjust_work));
Michael Buesche4d6b792007-09-18 15:39:42 -04004971}
4972
Johannes Berg17741cd2008-09-11 00:02:02 +02004973static int b43_op_beacon_set_tim(struct ieee80211_hw *hw,
4974 struct ieee80211_sta *sta, bool set)
Michael Buesche66fee62007-12-26 17:47:10 +01004975{
4976 struct b43_wl *wl = hw_to_b43_wl(hw);
Michael Buesche66fee62007-12-26 17:47:10 +01004977
Felix Fietkau8f611282009-11-07 18:37:37 +01004978 /* FIXME: add locking */
Johannes Berg9d139c82008-07-09 14:40:37 +02004979 b43_update_templates(wl);
Michael Buesche66fee62007-12-26 17:47:10 +01004980
4981 return 0;
4982}
4983
Johannes Berg38968d02008-02-25 16:27:50 +01004984static void b43_op_sta_notify(struct ieee80211_hw *hw,
4985 struct ieee80211_vif *vif,
4986 enum sta_notify_cmd notify_cmd,
Johannes Berg17741cd2008-09-11 00:02:02 +02004987 struct ieee80211_sta *sta)
Johannes Berg38968d02008-02-25 16:27:50 +01004988{
4989 struct b43_wl *wl = hw_to_b43_wl(hw);
4990
4991 B43_WARN_ON(!vif || wl->vif != vif);
4992}
4993
Michael Buesch25d3ef52009-02-20 15:39:21 +01004994static void b43_op_sw_scan_start_notifier(struct ieee80211_hw *hw)
4995{
4996 struct b43_wl *wl = hw_to_b43_wl(hw);
4997 struct b43_wldev *dev;
4998
4999 mutex_lock(&wl->mutex);
5000 dev = wl->current_dev;
5001 if (dev && (b43_status(dev) >= B43_STAT_INITIALIZED)) {
5002 /* Disable CFP update during scan on other channels. */
5003 b43_hf_write(dev, b43_hf_read(dev) | B43_HF_SKCFPUP);
5004 }
5005 mutex_unlock(&wl->mutex);
5006}
5007
5008static void b43_op_sw_scan_complete_notifier(struct ieee80211_hw *hw)
5009{
5010 struct b43_wl *wl = hw_to_b43_wl(hw);
5011 struct b43_wldev *dev;
5012
5013 mutex_lock(&wl->mutex);
5014 dev = wl->current_dev;
5015 if (dev && (b43_status(dev) >= B43_STAT_INITIALIZED)) {
5016 /* Re-enable CFP update. */
5017 b43_hf_write(dev, b43_hf_read(dev) & ~B43_HF_SKCFPUP);
5018 }
5019 mutex_unlock(&wl->mutex);
5020}
5021
John W. Linville354b4f02010-04-29 15:56:06 -04005022static int b43_op_get_survey(struct ieee80211_hw *hw, int idx,
5023 struct survey_info *survey)
5024{
5025 struct b43_wl *wl = hw_to_b43_wl(hw);
5026 struct b43_wldev *dev = wl->current_dev;
5027 struct ieee80211_conf *conf = &hw->conf;
5028
5029 if (idx != 0)
5030 return -ENOENT;
5031
Karl Beldan675a0b02013-03-25 16:26:57 +01005032 survey->channel = conf->chandef.chan;
John W. Linville354b4f02010-04-29 15:56:06 -04005033 survey->filled = SURVEY_INFO_NOISE_DBM;
5034 survey->noise = dev->stats.link_noise;
5035
5036 return 0;
5037}
5038
Michael Buesche4d6b792007-09-18 15:39:42 -04005039static const struct ieee80211_ops b43_hw_ops = {
Michael Buesch40faacc2007-10-28 16:29:32 +01005040 .tx = b43_op_tx,
5041 .conf_tx = b43_op_conf_tx,
5042 .add_interface = b43_op_add_interface,
5043 .remove_interface = b43_op_remove_interface,
5044 .config = b43_op_config,
Johannes Bergc7ab5ef2008-10-29 20:02:12 +01005045 .bss_info_changed = b43_op_bss_info_changed,
Michael Buesch40faacc2007-10-28 16:29:32 +01005046 .configure_filter = b43_op_configure_filter,
5047 .set_key = b43_op_set_key,
gregor kowski035d0242009-08-19 22:35:45 +02005048 .update_tkip_key = b43_op_update_tkip_key,
Michael Buesch40faacc2007-10-28 16:29:32 +01005049 .get_stats = b43_op_get_stats,
Alina Friedrichsen08e87a82009-01-25 15:28:28 +01005050 .get_tsf = b43_op_get_tsf,
5051 .set_tsf = b43_op_set_tsf,
Michael Buesch40faacc2007-10-28 16:29:32 +01005052 .start = b43_op_start,
5053 .stop = b43_op_stop,
Michael Buesche66fee62007-12-26 17:47:10 +01005054 .set_tim = b43_op_beacon_set_tim,
Johannes Berg38968d02008-02-25 16:27:50 +01005055 .sta_notify = b43_op_sta_notify,
Michael Buesch25d3ef52009-02-20 15:39:21 +01005056 .sw_scan_start = b43_op_sw_scan_start_notifier,
5057 .sw_scan_complete = b43_op_sw_scan_complete_notifier,
John W. Linville354b4f02010-04-29 15:56:06 -04005058 .get_survey = b43_op_get_survey,
Johannes Bergf41f3f32009-06-07 12:30:34 -05005059 .rfkill_poll = b43_rfkill_poll,
Michael Buesche4d6b792007-09-18 15:39:42 -04005060};
5061
5062/* Hard-reset the chip. Do not call this directly.
5063 * Use b43_controller_restart()
5064 */
5065static void b43_chip_reset(struct work_struct *work)
5066{
5067 struct b43_wldev *dev =
5068 container_of(work, struct b43_wldev, restart_work);
5069 struct b43_wl *wl = dev->wl;
5070 int err = 0;
5071 int prev_status;
5072
5073 mutex_lock(&wl->mutex);
5074
5075 prev_status = b43_status(dev);
5076 /* Bring the device down... */
Michael Buesch36dbd952009-09-04 22:51:29 +02005077 if (prev_status >= B43_STAT_STARTED) {
5078 dev = b43_wireless_core_stop(dev);
5079 if (!dev) {
5080 err = -ENODEV;
5081 goto out;
5082 }
5083 }
Michael Buesche4d6b792007-09-18 15:39:42 -04005084 if (prev_status >= B43_STAT_INITIALIZED)
5085 b43_wireless_core_exit(dev);
5086
5087 /* ...and up again. */
5088 if (prev_status >= B43_STAT_INITIALIZED) {
5089 err = b43_wireless_core_init(dev);
5090 if (err)
5091 goto out;
5092 }
5093 if (prev_status >= B43_STAT_STARTED) {
5094 err = b43_wireless_core_start(dev);
5095 if (err) {
5096 b43_wireless_core_exit(dev);
5097 goto out;
5098 }
5099 }
Michael Buesch3bf0a322008-05-22 16:32:16 +02005100out:
5101 if (err)
5102 wl->current_dev = NULL; /* Failed to init the dev. */
Michael Buesche4d6b792007-09-18 15:39:42 -04005103 mutex_unlock(&wl->mutex);
Felix Fietkau2a190322011-08-10 13:50:30 -06005104
5105 if (err) {
Michael Buesche4d6b792007-09-18 15:39:42 -04005106 b43err(wl, "Controller restart FAILED\n");
Felix Fietkau2a190322011-08-10 13:50:30 -06005107 return;
5108 }
5109
5110 /* reload configuration */
5111 b43_op_config(wl->hw, ~0);
5112 if (wl->vif)
5113 b43_op_bss_info_changed(wl->hw, wl->vif, &wl->vif->bss_conf, ~0);
5114
5115 b43info(wl, "Controller restarted\n");
Michael Buesche4d6b792007-09-18 15:39:42 -04005116}
5117
Michael Bueschbb1eeff2008-02-09 12:08:58 +01005118static int b43_setup_bands(struct b43_wldev *dev,
Michael Buesch96c755a2008-01-06 00:09:46 +01005119 bool have_2ghz_phy, bool have_5ghz_phy)
Michael Buesche4d6b792007-09-18 15:39:42 -04005120{
5121 struct ieee80211_hw *hw = dev->wl->hw;
Michael Buesche4d6b792007-09-18 15:39:42 -04005122
Michael Bueschbb1eeff2008-02-09 12:08:58 +01005123 if (have_2ghz_phy)
5124 hw->wiphy->bands[IEEE80211_BAND_2GHZ] = &b43_band_2GHz;
5125 if (dev->phy.type == B43_PHYTYPE_N) {
5126 if (have_5ghz_phy)
5127 hw->wiphy->bands[IEEE80211_BAND_5GHZ] = &b43_band_5GHz_nphy;
5128 } else {
5129 if (have_5ghz_phy)
5130 hw->wiphy->bands[IEEE80211_BAND_5GHZ] = &b43_band_5GHz_aphy;
5131 }
Michael Buesche4d6b792007-09-18 15:39:42 -04005132
Michael Bueschbb1eeff2008-02-09 12:08:58 +01005133 dev->phy.supports_2ghz = have_2ghz_phy;
5134 dev->phy.supports_5ghz = have_5ghz_phy;
Michael Buesche4d6b792007-09-18 15:39:42 -04005135
5136 return 0;
5137}
5138
5139static void b43_wireless_core_detach(struct b43_wldev *dev)
5140{
5141 /* We release firmware that late to not be required to re-request
5142 * is all the time when we reinit the core. */
5143 b43_release_firmware(dev);
Michael Bueschfb111372008-09-02 13:00:34 +02005144 b43_phy_free(dev);
Michael Buesche4d6b792007-09-18 15:39:42 -04005145}
5146
5147static int b43_wireless_core_attach(struct b43_wldev *dev)
5148{
5149 struct b43_wl *wl = dev->wl;
Rafał Miłecki6cbab0d2011-07-06 15:45:26 +02005150 struct pci_dev *pdev = NULL;
Michael Buesche4d6b792007-09-18 15:39:42 -04005151 int err;
Rafał Miłecki40c62262011-07-18 02:01:30 +02005152 u32 tmp;
Rusty Russell3db1cd52011-12-19 13:56:45 +00005153 bool have_2ghz_phy = false, have_5ghz_phy = false;
Michael Buesche4d6b792007-09-18 15:39:42 -04005154
5155 /* Do NOT do any device initialization here.
5156 * Do it in wireless_core_init() instead.
5157 * This function is for gathering basic information about the HW, only.
5158 * Also some structs may be set up here. But most likely you want to have
5159 * that in core_init(), too.
5160 */
5161
Rafał Miłecki6cbab0d2011-07-06 15:45:26 +02005162#ifdef CONFIG_B43_SSB
5163 if (dev->dev->bus_type == B43_BUS_SSB &&
5164 dev->dev->sdev->bus->bustype == SSB_BUSTYPE_PCI)
5165 pdev = dev->dev->sdev->bus->host_pci;
5166#endif
5167
Rafał Miłecki24ca39d2011-05-18 02:06:43 +02005168 err = b43_bus_powerup(dev, 0);
Michael Buesche4d6b792007-09-18 15:39:42 -04005169 if (err) {
5170 b43err(wl, "Bus powerup failed\n");
5171 goto out;
5172 }
Michael Buesche4d6b792007-09-18 15:39:42 -04005173
Rafał Miłecki6cbab0d2011-07-06 15:45:26 +02005174 /* Get the PHY type. */
5175 switch (dev->dev->bus_type) {
Rafał Miłecki42c9a452011-07-06 15:45:27 +02005176#ifdef CONFIG_B43_BCMA
5177 case B43_BUS_BCMA:
Rafał Miłecki40c62262011-07-18 02:01:30 +02005178 tmp = bcma_aread32(dev->dev->bdev, BCMA_IOST);
5179 have_2ghz_phy = !!(tmp & B43_BCMA_IOST_2G_PHY);
5180 have_5ghz_phy = !!(tmp & B43_BCMA_IOST_5G_PHY);
Rafał Miłecki42c9a452011-07-06 15:45:27 +02005181 break;
5182#endif
Rafał Miłecki6cbab0d2011-07-06 15:45:26 +02005183#ifdef CONFIG_B43_SSB
5184 case B43_BUS_SSB:
5185 if (dev->dev->core_rev >= 5) {
Rafał Miłecki40c62262011-07-18 02:01:30 +02005186 tmp = ssb_read32(dev->dev->sdev, SSB_TMSHIGH);
5187 have_2ghz_phy = !!(tmp & B43_TMSHIGH_HAVE_2GHZ_PHY);
5188 have_5ghz_phy = !!(tmp & B43_TMSHIGH_HAVE_5GHZ_PHY);
Rafał Miłecki6cbab0d2011-07-06 15:45:26 +02005189 } else
5190 B43_WARN_ON(1);
5191 break;
5192#endif
5193 }
Michael Buesche4d6b792007-09-18 15:39:42 -04005194
Michael Buesch96c755a2008-01-06 00:09:46 +01005195 dev->phy.gmode = have_2ghz_phy;
Rafał Miłecki4da909e2011-06-02 01:07:12 +02005196 b43_wireless_core_reset(dev, dev->phy.gmode);
Michael Buesche4d6b792007-09-18 15:39:42 -04005197
5198 err = b43_phy_versioning(dev);
5199 if (err)
Michael Buesch21954c32007-09-27 15:31:40 +02005200 goto err_powerdown;
Michael Buesche4d6b792007-09-18 15:39:42 -04005201 /* Check if this device supports multiband. */
5202 if (!pdev ||
5203 (pdev->device != 0x4312 &&
5204 pdev->device != 0x4319 && pdev->device != 0x4324)) {
5205 /* No multiband support. */
Rusty Russell3db1cd52011-12-19 13:56:45 +00005206 have_2ghz_phy = false;
5207 have_5ghz_phy = false;
Michael Buesche4d6b792007-09-18 15:39:42 -04005208 switch (dev->phy.type) {
5209 case B43_PHYTYPE_A:
Rusty Russell3db1cd52011-12-19 13:56:45 +00005210 have_5ghz_phy = true;
Michael Buesche4d6b792007-09-18 15:39:42 -04005211 break;
Gábor Stefanik9d86a2d2009-08-14 14:54:46 +02005212 case B43_PHYTYPE_LP: //FIXME not always!
Gábor Stefanik86b28922009-08-16 20:22:41 +02005213#if 0 //FIXME enabling 5GHz causes a NULL pointer dereference
Gábor Stefanik9d86a2d2009-08-14 14:54:46 +02005214 have_5ghz_phy = 1;
Gábor Stefanik86b28922009-08-16 20:22:41 +02005215#endif
Michael Buesche4d6b792007-09-18 15:39:42 -04005216 case B43_PHYTYPE_G:
Michael Buesch96c755a2008-01-06 00:09:46 +01005217 case B43_PHYTYPE_N:
Rafał Miłecki8b9bda72011-07-07 18:58:24 +02005218 case B43_PHYTYPE_HT:
5219 case B43_PHYTYPE_LCN:
Rusty Russell3db1cd52011-12-19 13:56:45 +00005220 have_2ghz_phy = true;
Michael Buesche4d6b792007-09-18 15:39:42 -04005221 break;
5222 default:
5223 B43_WARN_ON(1);
5224 }
5225 }
Michael Buesch96c755a2008-01-06 00:09:46 +01005226 if (dev->phy.type == B43_PHYTYPE_A) {
5227 /* FIXME */
5228 b43err(wl, "IEEE 802.11a devices are unsupported\n");
5229 err = -EOPNOTSUPP;
5230 goto err_powerdown;
5231 }
Michael Buesch2e35af12008-04-27 19:06:18 +02005232 if (1 /* disable A-PHY */) {
5233 /* FIXME: For now we disable the A-PHY on multi-PHY devices. */
Gábor Stefanik9d86a2d2009-08-14 14:54:46 +02005234 if (dev->phy.type != B43_PHYTYPE_N &&
5235 dev->phy.type != B43_PHYTYPE_LP) {
Rusty Russell3db1cd52011-12-19 13:56:45 +00005236 have_2ghz_phy = true;
5237 have_5ghz_phy = false;
Michael Buesch2e35af12008-04-27 19:06:18 +02005238 }
5239 }
5240
Michael Bueschfb111372008-09-02 13:00:34 +02005241 err = b43_phy_allocate(dev);
5242 if (err)
5243 goto err_powerdown;
5244
Michael Buesch96c755a2008-01-06 00:09:46 +01005245 dev->phy.gmode = have_2ghz_phy;
Rafał Miłecki4da909e2011-06-02 01:07:12 +02005246 b43_wireless_core_reset(dev, dev->phy.gmode);
Michael Buesche4d6b792007-09-18 15:39:42 -04005247
5248 err = b43_validate_chipaccess(dev);
5249 if (err)
Michael Bueschfb111372008-09-02 13:00:34 +02005250 goto err_phy_free;
Michael Bueschbb1eeff2008-02-09 12:08:58 +01005251 err = b43_setup_bands(dev, have_2ghz_phy, have_5ghz_phy);
Michael Buesche4d6b792007-09-18 15:39:42 -04005252 if (err)
Michael Bueschfb111372008-09-02 13:00:34 +02005253 goto err_phy_free;
Michael Buesche4d6b792007-09-18 15:39:42 -04005254
5255 /* Now set some default "current_dev" */
5256 if (!wl->current_dev)
5257 wl->current_dev = dev;
5258 INIT_WORK(&dev->restart_work, b43_chip_reset);
5259
Michael Bueschcb24f572008-09-03 12:12:20 +02005260 dev->phy.ops->switch_analog(dev, 0);
Rafał Miłecki24ca39d2011-05-18 02:06:43 +02005261 b43_device_disable(dev, 0);
5262 b43_bus_may_powerdown(dev);
Michael Buesche4d6b792007-09-18 15:39:42 -04005263
5264out:
5265 return err;
5266
Michael Bueschfb111372008-09-02 13:00:34 +02005267err_phy_free:
5268 b43_phy_free(dev);
Michael Buesche4d6b792007-09-18 15:39:42 -04005269err_powerdown:
Rafał Miłecki24ca39d2011-05-18 02:06:43 +02005270 b43_bus_may_powerdown(dev);
Michael Buesche4d6b792007-09-18 15:39:42 -04005271 return err;
5272}
5273
Rafał Miłecki482f0532011-05-18 02:06:36 +02005274static void b43_one_core_detach(struct b43_bus_dev *dev)
Michael Buesche4d6b792007-09-18 15:39:42 -04005275{
5276 struct b43_wldev *wldev;
5277 struct b43_wl *wl;
5278
Michael Buesch3bf0a322008-05-22 16:32:16 +02005279 /* Do not cancel ieee80211-workqueue based work here.
5280 * See comment in b43_remove(). */
5281
Rafał Miłecki74abacb2011-07-06 15:45:28 +02005282 wldev = b43_bus_get_wldev(dev);
Michael Buesche4d6b792007-09-18 15:39:42 -04005283 wl = wldev->wl;
Michael Buesche4d6b792007-09-18 15:39:42 -04005284 b43_debugfs_remove_device(wldev);
5285 b43_wireless_core_detach(wldev);
5286 list_del(&wldev->list);
Rafał Miłecki74abacb2011-07-06 15:45:28 +02005287 b43_bus_set_wldev(dev, NULL);
Michael Buesche4d6b792007-09-18 15:39:42 -04005288 kfree(wldev);
5289}
5290
Rafał Miłecki482f0532011-05-18 02:06:36 +02005291static int b43_one_core_attach(struct b43_bus_dev *dev, struct b43_wl *wl)
Michael Buesche4d6b792007-09-18 15:39:42 -04005292{
5293 struct b43_wldev *wldev;
Michael Buesche4d6b792007-09-18 15:39:42 -04005294 int err = -ENOMEM;
5295
Michael Buesche4d6b792007-09-18 15:39:42 -04005296 wldev = kzalloc(sizeof(*wldev), GFP_KERNEL);
5297 if (!wldev)
5298 goto out;
5299
Linus Torvalds9e3bd912010-02-26 10:34:27 -08005300 wldev->use_pio = b43_modparam_pio;
Rafał Miłecki482f0532011-05-18 02:06:36 +02005301 wldev->dev = dev;
Michael Buesche4d6b792007-09-18 15:39:42 -04005302 wldev->wl = wl;
5303 b43_set_status(wldev, B43_STAT_UNINIT);
5304 wldev->bad_frames_preempt = modparam_bad_frames_preempt;
Michael Buesche4d6b792007-09-18 15:39:42 -04005305 INIT_LIST_HEAD(&wldev->list);
5306
5307 err = b43_wireless_core_attach(wldev);
5308 if (err)
5309 goto err_kfree_wldev;
5310
Rafał Miłecki74abacb2011-07-06 15:45:28 +02005311 b43_bus_set_wldev(dev, wldev);
Michael Buesche4d6b792007-09-18 15:39:42 -04005312 b43_debugfs_add_device(wldev);
5313
5314 out:
5315 return err;
5316
5317 err_kfree_wldev:
5318 kfree(wldev);
5319 return err;
5320}
5321
Michael Buesch9fc38452008-04-19 16:53:00 +02005322#define IS_PDEV(pdev, _vendor, _device, _subvendor, _subdevice) ( \
5323 (pdev->vendor == PCI_VENDOR_ID_##_vendor) && \
5324 (pdev->device == _device) && \
5325 (pdev->subsystem_vendor == PCI_VENDOR_ID_##_subvendor) && \
5326 (pdev->subsystem_device == _subdevice) )
5327
Rafał Miłeckibd7c8a52014-05-10 19:52:18 +02005328#ifdef CONFIG_B43_SSB
Michael Buesche4d6b792007-09-18 15:39:42 -04005329static void b43_sprom_fixup(struct ssb_bus *bus)
5330{
Michael Buesch1855ba72008-04-18 20:51:41 +02005331 struct pci_dev *pdev;
5332
Michael Buesche4d6b792007-09-18 15:39:42 -04005333 /* boardflags workarounds */
5334 if (bus->boardinfo.vendor == SSB_BOARDVENDOR_DELL &&
Hauke Mehrtens5a20ef32012-04-29 02:04:06 +02005335 bus->chip_id == 0x4301 && bus->sprom.board_rev == 0x74)
Larry Finger95de2842007-11-09 16:57:18 -06005336 bus->sprom.boardflags_lo |= B43_BFL_BTCOEXIST;
Michael Buesche4d6b792007-09-18 15:39:42 -04005337 if (bus->boardinfo.vendor == PCI_VENDOR_ID_APPLE &&
Hauke Mehrtens5a20ef32012-04-29 02:04:06 +02005338 bus->boardinfo.type == 0x4E && bus->sprom.board_rev > 0x40)
Larry Finger95de2842007-11-09 16:57:18 -06005339 bus->sprom.boardflags_lo |= B43_BFL_PACTRL;
Michael Buesch1855ba72008-04-18 20:51:41 +02005340 if (bus->bustype == SSB_BUSTYPE_PCI) {
5341 pdev = bus->host_pci;
Michael Buesch9fc38452008-04-19 16:53:00 +02005342 if (IS_PDEV(pdev, BROADCOM, 0x4318, ASUSTEK, 0x100F) ||
Larry Finger430cd472008-08-14 18:57:11 -05005343 IS_PDEV(pdev, BROADCOM, 0x4320, DELL, 0x0003) ||
Larry Finger570bdfb2008-09-26 08:23:00 -05005344 IS_PDEV(pdev, BROADCOM, 0x4320, HP, 0x12f8) ||
Michael Buesch9fc38452008-04-19 16:53:00 +02005345 IS_PDEV(pdev, BROADCOM, 0x4320, LINKSYS, 0x0015) ||
Larry Fingera58d4522008-08-10 10:19:33 -05005346 IS_PDEV(pdev, BROADCOM, 0x4320, LINKSYS, 0x0014) ||
Larry Finger3bb91bf2008-09-19 14:47:38 -05005347 IS_PDEV(pdev, BROADCOM, 0x4320, LINKSYS, 0x0013) ||
5348 IS_PDEV(pdev, BROADCOM, 0x4320, MOTOROLA, 0x7010))
Michael Buesch1855ba72008-04-18 20:51:41 +02005349 bus->sprom.boardflags_lo &= ~B43_BFL_BTCOEXIST;
5350 }
Michael Buesche4d6b792007-09-18 15:39:42 -04005351}
5352
Rafał Miłecki482f0532011-05-18 02:06:36 +02005353static void b43_wireless_exit(struct b43_bus_dev *dev, struct b43_wl *wl)
Michael Buesche4d6b792007-09-18 15:39:42 -04005354{
5355 struct ieee80211_hw *hw = wl->hw;
5356
Rafał Miłecki482f0532011-05-18 02:06:36 +02005357 ssb_set_devtypedata(dev->sdev, NULL);
Michael Buesche4d6b792007-09-18 15:39:42 -04005358 ieee80211_free_hw(hw);
5359}
Rafał Miłeckibd7c8a52014-05-10 19:52:18 +02005360#endif
Michael Buesche4d6b792007-09-18 15:39:42 -04005361
Rafał Miłeckid1507052011-07-05 23:54:07 +02005362static struct b43_wl *b43_wireless_init(struct b43_bus_dev *dev)
Michael Buesche4d6b792007-09-18 15:39:42 -04005363{
Rafał Miłeckid1507052011-07-05 23:54:07 +02005364 struct ssb_sprom *sprom = dev->bus_sprom;
Michael Buesche4d6b792007-09-18 15:39:42 -04005365 struct ieee80211_hw *hw;
5366 struct b43_wl *wl;
Rafał Miłecki2729df22011-07-18 22:45:58 +02005367 char chip_name[6];
francesco.gringoli@ing.unibs.itbad69192011-12-16 18:34:56 +01005368 int queue_num;
Michael Buesche4d6b792007-09-18 15:39:42 -04005369
5370 hw = ieee80211_alloc_hw(sizeof(*wl), &b43_hw_ops);
5371 if (!hw) {
5372 b43err(NULL, "Could not allocate ieee80211 device\n");
Rafał Miłecki0355a342011-05-17 14:00:01 +02005373 return ERR_PTR(-ENOMEM);
Michael Buesche4d6b792007-09-18 15:39:42 -04005374 }
Michael Buesch403a3a12009-06-08 21:04:57 +02005375 wl = hw_to_b43_wl(hw);
Michael Buesche4d6b792007-09-18 15:39:42 -04005376
5377 /* fill hw info */
Johannes Berg605a0bd2008-07-15 10:10:01 +02005378 hw->flags = IEEE80211_HW_RX_INCLUDES_FCS |
John W. Linvillef5c044e2010-04-30 15:37:00 -04005379 IEEE80211_HW_SIGNAL_DBM;
Bruno Randolf566bfe52008-05-08 19:15:40 +02005380
Luis R. Rodriguezf59ac042008-08-29 16:26:43 -07005381 hw->wiphy->interface_modes =
5382 BIT(NL80211_IFTYPE_AP) |
5383 BIT(NL80211_IFTYPE_MESH_POINT) |
5384 BIT(NL80211_IFTYPE_STATION) |
5385 BIT(NL80211_IFTYPE_WDS) |
5386 BIT(NL80211_IFTYPE_ADHOC);
5387
Antonio Quartulli78f9c852012-04-01 00:35:40 +03005388 hw->wiphy->flags |= WIPHY_FLAG_IBSS_RSN;
5389
Oleksij Rempele64add22012-06-05 20:39:32 +02005390 wl->hw_registred = false;
Johannes Berge6a98542008-10-21 12:40:02 +02005391 hw->max_rates = 2;
Michael Buesche4d6b792007-09-18 15:39:42 -04005392 SET_IEEE80211_DEV(hw, dev->dev);
Larry Finger95de2842007-11-09 16:57:18 -06005393 if (is_valid_ether_addr(sprom->et1mac))
5394 SET_IEEE80211_PERM_ADDR(hw, sprom->et1mac);
Michael Buesche4d6b792007-09-18 15:39:42 -04005395 else
Larry Finger95de2842007-11-09 16:57:18 -06005396 SET_IEEE80211_PERM_ADDR(hw, sprom->il0mac);
Michael Buesche4d6b792007-09-18 15:39:42 -04005397
Michael Buesch403a3a12009-06-08 21:04:57 +02005398 /* Initialize struct b43_wl */
Michael Buesche4d6b792007-09-18 15:39:42 -04005399 wl->hw = hw;
Michael Buesche4d6b792007-09-18 15:39:42 -04005400 mutex_init(&wl->mutex);
Michael Buesch36dbd952009-09-04 22:51:29 +02005401 spin_lock_init(&wl->hardirq_lock);
Michael Buescha82d9922008-04-04 21:40:06 +02005402 INIT_WORK(&wl->beacon_update_trigger, b43_beacon_update_trigger_work);
Michael Buesch18c8ade2008-08-28 19:33:40 +02005403 INIT_WORK(&wl->txpower_adjust_work, b43_phy_txpower_adjust_work);
Michael Bueschf5d40ee2009-09-04 22:53:18 +02005404 INIT_WORK(&wl->tx_work, b43_tx_work);
francesco.gringoli@ing.unibs.itbad69192011-12-16 18:34:56 +01005405
5406 /* Initialize queues and flags. */
5407 for (queue_num = 0; queue_num < B43_QOS_QUEUE_NUM; queue_num++) {
5408 skb_queue_head_init(&wl->tx_queue[queue_num]);
5409 wl->tx_queue_stopped[queue_num] = 0;
5410 }
Michael Buesche4d6b792007-09-18 15:39:42 -04005411
Rafał Miłecki2729df22011-07-18 22:45:58 +02005412 snprintf(chip_name, ARRAY_SIZE(chip_name),
5413 (dev->chip_id > 0x9999) ? "%d" : "%04X", dev->chip_id);
5414 b43info(wl, "Broadcom %s WLAN found (core revision %u)\n", chip_name,
5415 dev->core_rev);
Rafał Miłecki0355a342011-05-17 14:00:01 +02005416 return wl;
Michael Buesche4d6b792007-09-18 15:39:42 -04005417}
5418
Rafał Miłecki3c65ab62011-06-02 09:56:04 +02005419#ifdef CONFIG_B43_BCMA
5420static int b43_bcma_probe(struct bcma_device *core)
Michael Buesche4d6b792007-09-18 15:39:42 -04005421{
Rafał Miłecki397915c2011-07-06 19:03:46 +02005422 struct b43_bus_dev *dev;
Rafał Miłecki24aad3f2011-07-20 20:02:39 +02005423 struct b43_wl *wl;
5424 int err;
Rafał Miłecki397915c2011-07-06 19:03:46 +02005425
Rafał Miłecki89604002013-06-26 09:55:54 +02005426 if (!modparam_allhwsupport &&
5427 (core->id.rev == 0x17 || core->id.rev == 0x18)) {
5428 pr_err("Support for cores revisions 0x17 and 0x18 disabled by module param allhwsupport=0. Try b43.allhwsupport=1\n");
5429 return -ENOTSUPP;
5430 }
5431
Rafał Miłecki397915c2011-07-06 19:03:46 +02005432 dev = b43_bus_dev_bcma_init(core);
5433 if (!dev)
5434 return -ENODEV;
5435
Rafał Miłecki24aad3f2011-07-20 20:02:39 +02005436 wl = b43_wireless_init(dev);
5437 if (IS_ERR(wl)) {
5438 err = PTR_ERR(wl);
5439 goto bcma_out;
5440 }
5441
5442 err = b43_one_core_attach(dev, wl);
5443 if (err)
5444 goto bcma_err_wireless_exit;
5445
Larry Finger6b6fa582012-03-08 22:27:46 -06005446 /* setup and start work to load firmware */
5447 INIT_WORK(&wl->firmware_load, b43_request_firmware);
5448 schedule_work(&wl->firmware_load);
Rafał Miłecki24aad3f2011-07-20 20:02:39 +02005449
5450bcma_out:
5451 return err;
5452
Rafał Miłecki24aad3f2011-07-20 20:02:39 +02005453bcma_err_wireless_exit:
5454 ieee80211_free_hw(wl->hw);
5455 return err;
Rafał Miłecki3c65ab62011-06-02 09:56:04 +02005456}
5457
5458static void b43_bcma_remove(struct bcma_device *core)
5459{
Rafał Miłecki24aad3f2011-07-20 20:02:39 +02005460 struct b43_wldev *wldev = bcma_get_drvdata(core);
5461 struct b43_wl *wl = wldev->wl;
5462
5463 /* We must cancel any work here before unregistering from ieee80211,
5464 * as the ieee80211 unreg will destroy the workqueue. */
5465 cancel_work_sync(&wldev->restart_work);
Larry Finger63a02ce2013-02-25 06:09:24 +00005466 cancel_work_sync(&wl->firmware_load);
Rafał Miłecki24aad3f2011-07-20 20:02:39 +02005467
Oleksij Rempele64add22012-06-05 20:39:32 +02005468 B43_WARN_ON(!wl);
Larry Fingerf89ff642012-10-24 08:57:16 -05005469 if (!wldev->fw.ucode.data)
5470 return; /* NULL if firmware never loaded */
Oleksij Rempele64add22012-06-05 20:39:32 +02005471 if (wl->current_dev == wldev && wl->hw_registred) {
Oleksij Rempele64add22012-06-05 20:39:32 +02005472 b43_leds_stop(wldev);
5473 ieee80211_unregister_hw(wl->hw);
5474 }
Rafał Miłecki24aad3f2011-07-20 20:02:39 +02005475
5476 b43_one_core_detach(wldev->dev);
5477
Larry Finger09164042014-01-12 15:11:37 -06005478 /* Unregister HW RNG driver */
5479 b43_rng_exit(wl);
5480
Rafał Miłecki24aad3f2011-07-20 20:02:39 +02005481 b43_leds_unregister(wl);
5482
5483 ieee80211_free_hw(wl->hw);
Rafał Miłecki3c65ab62011-06-02 09:56:04 +02005484}
5485
5486static struct bcma_driver b43_bcma_driver = {
5487 .name = KBUILD_MODNAME,
5488 .id_table = b43_bcma_tbl,
5489 .probe = b43_bcma_probe,
5490 .remove = b43_bcma_remove,
5491};
5492#endif
5493
Rafał Miłeckiaec7ffd2011-06-14 08:18:59 +02005494#ifdef CONFIG_B43_SSB
Rafał Miłeckiaa634182011-05-18 02:06:35 +02005495static
5496int b43_ssb_probe(struct ssb_device *sdev, const struct ssb_device_id *id)
Michael Buesche4d6b792007-09-18 15:39:42 -04005497{
Rafał Miłecki482f0532011-05-18 02:06:36 +02005498 struct b43_bus_dev *dev;
Michael Buesche4d6b792007-09-18 15:39:42 -04005499 struct b43_wl *wl;
5500 int err;
Michael Buesche4d6b792007-09-18 15:39:42 -04005501
Rafał Miłecki482f0532011-05-18 02:06:36 +02005502 dev = b43_bus_dev_ssb_init(sdev);
Dan Carpenter5b49b352011-06-09 10:09:34 +03005503 if (!dev)
5504 return -ENOMEM;
Rafał Miłecki482f0532011-05-18 02:06:36 +02005505
Rafał Miłeckiaa634182011-05-18 02:06:35 +02005506 wl = ssb_get_devtypedata(sdev);
Rafał Miłecki8f15e282014-04-20 20:30:58 +02005507 if (wl) {
5508 b43err(NULL, "Dual-core devices are not supported\n");
5509 err = -ENOTSUPP;
5510 goto err_ssb_kfree_dev;
Michael Buesche4d6b792007-09-18 15:39:42 -04005511 }
Rafał Miłecki8f15e282014-04-20 20:30:58 +02005512
5513 b43_sprom_fixup(sdev->bus);
5514
5515 wl = b43_wireless_init(dev);
5516 if (IS_ERR(wl)) {
5517 err = PTR_ERR(wl);
5518 goto err_ssb_kfree_dev;
5519 }
5520 ssb_set_devtypedata(sdev, wl);
5521 B43_WARN_ON(ssb_get_devtypedata(sdev) != wl);
5522
Michael Buesche4d6b792007-09-18 15:39:42 -04005523 err = b43_one_core_attach(dev, wl);
5524 if (err)
Rafał Miłecki8f15e282014-04-20 20:30:58 +02005525 goto err_ssb_wireless_exit;
Michael Buesche4d6b792007-09-18 15:39:42 -04005526
Larry Finger6b6fa582012-03-08 22:27:46 -06005527 /* setup and start work to load firmware */
5528 INIT_WORK(&wl->firmware_load, b43_request_firmware);
5529 schedule_work(&wl->firmware_load);
Michael Buesche4d6b792007-09-18 15:39:42 -04005530
Michael Buesche4d6b792007-09-18 15:39:42 -04005531 return err;
5532
Rafał Miłecki8f15e282014-04-20 20:30:58 +02005533err_ssb_wireless_exit:
5534 b43_wireless_exit(dev, wl);
5535err_ssb_kfree_dev:
5536 kfree(dev);
Michael Buesche4d6b792007-09-18 15:39:42 -04005537 return err;
5538}
5539
Rafał Miłeckiaa634182011-05-18 02:06:35 +02005540static void b43_ssb_remove(struct ssb_device *sdev)
Michael Buesche4d6b792007-09-18 15:39:42 -04005541{
Rafał Miłeckiaa634182011-05-18 02:06:35 +02005542 struct b43_wl *wl = ssb_get_devtypedata(sdev);
5543 struct b43_wldev *wldev = ssb_get_drvdata(sdev);
Pavel Roskine61b52d2011-07-22 18:07:13 -04005544 struct b43_bus_dev *dev = wldev->dev;
Michael Buesche4d6b792007-09-18 15:39:42 -04005545
Michael Buesch3bf0a322008-05-22 16:32:16 +02005546 /* We must cancel any work here before unregistering from ieee80211,
5547 * as the ieee80211 unreg will destroy the workqueue. */
5548 cancel_work_sync(&wldev->restart_work);
Larry Finger63a02ce2013-02-25 06:09:24 +00005549 cancel_work_sync(&wl->firmware_load);
Michael Buesch3bf0a322008-05-22 16:32:16 +02005550
Michael Buesche4d6b792007-09-18 15:39:42 -04005551 B43_WARN_ON(!wl);
Larry Fingerf89ff642012-10-24 08:57:16 -05005552 if (!wldev->fw.ucode.data)
5553 return; /* NULL if firmware never loaded */
Oleksij Rempele64add22012-06-05 20:39:32 +02005554 if (wl->current_dev == wldev && wl->hw_registred) {
Albert Herranz82905ac2009-09-16 00:26:19 +02005555 b43_leds_stop(wldev);
Michael Buesche4d6b792007-09-18 15:39:42 -04005556 ieee80211_unregister_hw(wl->hw);
Michael Buesch403a3a12009-06-08 21:04:57 +02005557 }
Michael Buesche4d6b792007-09-18 15:39:42 -04005558
Pavel Roskine61b52d2011-07-22 18:07:13 -04005559 b43_one_core_detach(dev);
Michael Buesche4d6b792007-09-18 15:39:42 -04005560
Larry Finger09164042014-01-12 15:11:37 -06005561 /* Unregister HW RNG driver */
5562 b43_rng_exit(wl);
5563
Rafał Miłecki644aa4d2014-04-21 10:54:29 +02005564 b43_leds_unregister(wl);
5565 b43_wireless_exit(dev, wl);
Michael Buesche4d6b792007-09-18 15:39:42 -04005566}
5567
Rafał Miłeckiaec7ffd2011-06-14 08:18:59 +02005568static struct ssb_driver b43_ssb_driver = {
5569 .name = KBUILD_MODNAME,
5570 .id_table = b43_ssb_tbl,
5571 .probe = b43_ssb_probe,
5572 .remove = b43_ssb_remove,
5573};
5574#endif /* CONFIG_B43_SSB */
5575
Michael Buesche4d6b792007-09-18 15:39:42 -04005576/* Perform a hardware reset. This can be called from any context. */
5577void b43_controller_restart(struct b43_wldev *dev, const char *reason)
5578{
5579 /* Must avoid requeueing, if we are in shutdown. */
5580 if (b43_status(dev) < B43_STAT_INITIALIZED)
5581 return;
5582 b43info(dev->wl, "Controller RESET (%s) ...\n", reason);
Luis R. Rodriguez42935ec2009-07-29 20:08:07 -04005583 ieee80211_queue_work(dev->wl->hw, &dev->restart_work);
Michael Buesche4d6b792007-09-18 15:39:42 -04005584}
5585
Michael Buesch26bc7832008-02-09 00:18:35 +01005586static void b43_print_driverinfo(void)
5587{
5588 const char *feat_pci = "", *feat_pcmcia = "", *feat_nphy = "",
Albert Herranz3dbba8e2009-09-10 19:34:49 +02005589 *feat_leds = "", *feat_sdio = "";
Michael Buesch26bc7832008-02-09 00:18:35 +01005590
5591#ifdef CONFIG_B43_PCI_AUTOSELECT
5592 feat_pci = "P";
5593#endif
5594#ifdef CONFIG_B43_PCMCIA
5595 feat_pcmcia = "M";
5596#endif
Rafał Miłecki692d2c02010-12-07 21:56:00 +01005597#ifdef CONFIG_B43_PHY_N
Michael Buesch26bc7832008-02-09 00:18:35 +01005598 feat_nphy = "N";
5599#endif
5600#ifdef CONFIG_B43_LEDS
5601 feat_leds = "L";
5602#endif
Albert Herranz3dbba8e2009-09-10 19:34:49 +02005603#ifdef CONFIG_B43_SDIO
5604 feat_sdio = "S";
5605#endif
Michael Buesch26bc7832008-02-09 00:18:35 +01005606 printk(KERN_INFO "Broadcom 43xx driver loaded "
Michael Büsch8b0be902011-08-21 17:24:47 +02005607 "[ Features: %s%s%s%s%s ]\n",
Michael Buesch26bc7832008-02-09 00:18:35 +01005608 feat_pci, feat_pcmcia, feat_nphy,
Albert Herranz3dbba8e2009-09-10 19:34:49 +02005609 feat_leds, feat_sdio);
Michael Buesch26bc7832008-02-09 00:18:35 +01005610}
5611
Michael Buesche4d6b792007-09-18 15:39:42 -04005612static int __init b43_init(void)
5613{
5614 int err;
5615
5616 b43_debugfs_init();
5617 err = b43_pcmcia_init();
5618 if (err)
5619 goto err_dfs_exit;
Albert Herranz3dbba8e2009-09-10 19:34:49 +02005620 err = b43_sdio_init();
Michael Buesche4d6b792007-09-18 15:39:42 -04005621 if (err)
5622 goto err_pcmcia_exit;
Rafał Miłecki3c65ab62011-06-02 09:56:04 +02005623#ifdef CONFIG_B43_BCMA
5624 err = bcma_driver_register(&b43_bcma_driver);
Albert Herranz3dbba8e2009-09-10 19:34:49 +02005625 if (err)
5626 goto err_sdio_exit;
Rafał Miłecki3c65ab62011-06-02 09:56:04 +02005627#endif
Rafał Miłeckiaec7ffd2011-06-14 08:18:59 +02005628#ifdef CONFIG_B43_SSB
Rafał Miłecki3c65ab62011-06-02 09:56:04 +02005629 err = ssb_driver_register(&b43_ssb_driver);
5630 if (err)
5631 goto err_bcma_driver_exit;
Rafał Miłeckiaec7ffd2011-06-14 08:18:59 +02005632#endif
Michael Buesch26bc7832008-02-09 00:18:35 +01005633 b43_print_driverinfo();
Michael Buesche4d6b792007-09-18 15:39:42 -04005634
5635 return err;
5636
Rafał Miłeckiaec7ffd2011-06-14 08:18:59 +02005637#ifdef CONFIG_B43_SSB
Rafał Miłecki3c65ab62011-06-02 09:56:04 +02005638err_bcma_driver_exit:
Rafał Miłeckiaec7ffd2011-06-14 08:18:59 +02005639#endif
Rafał Miłecki3c65ab62011-06-02 09:56:04 +02005640#ifdef CONFIG_B43_BCMA
5641 bcma_driver_unregister(&b43_bcma_driver);
Albert Herranz3dbba8e2009-09-10 19:34:49 +02005642err_sdio_exit:
Rafał Miłecki3c65ab62011-06-02 09:56:04 +02005643#endif
Albert Herranz3dbba8e2009-09-10 19:34:49 +02005644 b43_sdio_exit();
Michael Buesche4d6b792007-09-18 15:39:42 -04005645err_pcmcia_exit:
5646 b43_pcmcia_exit();
5647err_dfs_exit:
5648 b43_debugfs_exit();
5649 return err;
5650}
5651
5652static void __exit b43_exit(void)
5653{
Rafał Miłeckiaec7ffd2011-06-14 08:18:59 +02005654#ifdef CONFIG_B43_SSB
Michael Buesche4d6b792007-09-18 15:39:42 -04005655 ssb_driver_unregister(&b43_ssb_driver);
Rafał Miłeckiaec7ffd2011-06-14 08:18:59 +02005656#endif
Rafał Miłecki3c65ab62011-06-02 09:56:04 +02005657#ifdef CONFIG_B43_BCMA
5658 bcma_driver_unregister(&b43_bcma_driver);
5659#endif
Albert Herranz3dbba8e2009-09-10 19:34:49 +02005660 b43_sdio_exit();
Michael Buesche4d6b792007-09-18 15:39:42 -04005661 b43_pcmcia_exit();
5662 b43_debugfs_exit();
5663}
5664
5665module_init(b43_init)
5666module_exit(b43_exit)