blob: 165dbc35eba231bb784d9059c60e55b8d0635250 [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),
Rafał Miłecki15be8e82014-07-01 16:33:57 +0200125 BCMA_CORE(BCMA_MANUF_BCM, BCMA_CORE_80211, 0x1C, BCMA_ANY_CLASS),
Rafał Miłecki3c65ab62011-06-02 09:56:04 +0200126 BCMA_CORE(BCMA_MANUF_BCM, BCMA_CORE_80211, 0x1D, BCMA_ANY_CLASS),
Rafał Miłecki15be8e82014-07-01 16:33:57 +0200127 BCMA_CORE(BCMA_MANUF_BCM, BCMA_CORE_80211, 0x1E, BCMA_ANY_CLASS),
128 BCMA_CORE(BCMA_MANUF_BCM, BCMA_CORE_80211, 0x28, BCMA_ANY_CLASS),
129 BCMA_CORE(BCMA_MANUF_BCM, BCMA_CORE_80211, 0x2A, BCMA_ANY_CLASS),
Rafał Miłecki3c65ab62011-06-02 09:56:04 +0200130 BCMA_CORETABLE_END
131};
132MODULE_DEVICE_TABLE(bcma, b43_bcma_tbl);
133#endif
134
Rafał Miłeckiaec7ffd2011-06-14 08:18:59 +0200135#ifdef CONFIG_B43_SSB
Michael Buesche4d6b792007-09-18 15:39:42 -0400136static const struct ssb_device_id b43_ssb_tbl[] = {
137 SSB_DEVICE(SSB_VENDOR_BROADCOM, SSB_DEV_80211, 5),
138 SSB_DEVICE(SSB_VENDOR_BROADCOM, SSB_DEV_80211, 6),
139 SSB_DEVICE(SSB_VENDOR_BROADCOM, SSB_DEV_80211, 7),
140 SSB_DEVICE(SSB_VENDOR_BROADCOM, SSB_DEV_80211, 9),
141 SSB_DEVICE(SSB_VENDOR_BROADCOM, SSB_DEV_80211, 10),
Michael Bueschd5c71e42008-01-04 17:06:29 +0100142 SSB_DEVICE(SSB_VENDOR_BROADCOM, SSB_DEV_80211, 11),
Rafał Miłecki003d6d22010-01-15 12:10:53 +0100143 SSB_DEVICE(SSB_VENDOR_BROADCOM, SSB_DEV_80211, 12),
Larry Finger013978b2007-11-26 10:29:47 -0600144 SSB_DEVICE(SSB_VENDOR_BROADCOM, SSB_DEV_80211, 13),
Michael Buesch6b1c7c62008-12-25 00:39:28 +0100145 SSB_DEVICE(SSB_VENDOR_BROADCOM, SSB_DEV_80211, 15),
Johannes Berg92d61282008-12-24 12:44:09 +0100146 SSB_DEVICE(SSB_VENDOR_BROADCOM, SSB_DEV_80211, 16),
Michael Buesche4d6b792007-09-18 15:39:42 -0400147 SSB_DEVTABLE_END
148};
Michael Buesche4d6b792007-09-18 15:39:42 -0400149MODULE_DEVICE_TABLE(ssb, b43_ssb_tbl);
Rafał Miłeckiaec7ffd2011-06-14 08:18:59 +0200150#endif
Michael Buesche4d6b792007-09-18 15:39:42 -0400151
152/* Channel and ratetables are shared for all devices.
153 * They can't be const, because ieee80211 puts some precalculated
154 * data in there. This data is the same for all devices, so we don't
155 * get concurrency issues */
156#define RATETAB_ENT(_rateid, _flags) \
Johannes Berg8318d782008-01-24 19:38:38 +0100157 { \
158 .bitrate = B43_RATE_TO_BASE100KBPS(_rateid), \
159 .hw_value = (_rateid), \
160 .flags = (_flags), \
Michael Buesche4d6b792007-09-18 15:39:42 -0400161 }
Johannes Berg8318d782008-01-24 19:38:38 +0100162
163/*
164 * NOTE: When changing this, sync with xmit.c's
165 * b43_plcp_get_bitrate_idx_* functions!
166 */
Michael Buesche4d6b792007-09-18 15:39:42 -0400167static struct ieee80211_rate __b43_ratetable[] = {
Johannes Berg8318d782008-01-24 19:38:38 +0100168 RATETAB_ENT(B43_CCK_RATE_1MB, 0),
169 RATETAB_ENT(B43_CCK_RATE_2MB, IEEE80211_RATE_SHORT_PREAMBLE),
170 RATETAB_ENT(B43_CCK_RATE_5MB, IEEE80211_RATE_SHORT_PREAMBLE),
171 RATETAB_ENT(B43_CCK_RATE_11MB, IEEE80211_RATE_SHORT_PREAMBLE),
172 RATETAB_ENT(B43_OFDM_RATE_6MB, 0),
173 RATETAB_ENT(B43_OFDM_RATE_9MB, 0),
174 RATETAB_ENT(B43_OFDM_RATE_12MB, 0),
175 RATETAB_ENT(B43_OFDM_RATE_18MB, 0),
176 RATETAB_ENT(B43_OFDM_RATE_24MB, 0),
177 RATETAB_ENT(B43_OFDM_RATE_36MB, 0),
178 RATETAB_ENT(B43_OFDM_RATE_48MB, 0),
179 RATETAB_ENT(B43_OFDM_RATE_54MB, 0),
Michael Buesche4d6b792007-09-18 15:39:42 -0400180};
181
182#define b43_a_ratetable (__b43_ratetable + 4)
183#define b43_a_ratetable_size 8
184#define b43_b_ratetable (__b43_ratetable + 0)
185#define b43_b_ratetable_size 4
186#define b43_g_ratetable (__b43_ratetable + 0)
187#define b43_g_ratetable_size 12
188
Rafał Miłeckie9cdcb72014-05-21 08:44:19 +0200189#define CHAN2G(_channel, _freq, _flags) { \
Michael Bueschbb1eeff2008-02-09 12:08:58 +0100190 .band = IEEE80211_BAND_2GHZ, \
191 .center_freq = (_freq), \
192 .hw_value = (_channel), \
193 .flags = (_flags), \
194 .max_antenna_gain = 0, \
195 .max_power = 30, \
196}
Michael Buesch96c755a2008-01-06 00:09:46 +0100197static struct ieee80211_channel b43_2ghz_chantable[] = {
Rafał Miłeckie9cdcb72014-05-21 08:44:19 +0200198 CHAN2G(1, 2412, 0),
199 CHAN2G(2, 2417, 0),
200 CHAN2G(3, 2422, 0),
201 CHAN2G(4, 2427, 0),
202 CHAN2G(5, 2432, 0),
203 CHAN2G(6, 2437, 0),
204 CHAN2G(7, 2442, 0),
205 CHAN2G(8, 2447, 0),
206 CHAN2G(9, 2452, 0),
207 CHAN2G(10, 2457, 0),
208 CHAN2G(11, 2462, 0),
209 CHAN2G(12, 2467, 0),
210 CHAN2G(13, 2472, 0),
211 CHAN2G(14, 2484, 0),
Michael Bueschbb1eeff2008-02-09 12:08:58 +0100212};
Rafał Miłecki3695b932014-07-08 15:11:10 +0200213
214/* No support for the last 3 channels (12, 13, 14) */
215#define b43_2ghz_chantable_limited_size 11
Rafał Miłeckie9cdcb72014-05-21 08:44:19 +0200216#undef CHAN2G
Michael Bueschbb1eeff2008-02-09 12:08:58 +0100217
Rafał Miłecki91211732014-05-21 08:44:20 +0200218#define CHAN4G(_channel, _flags) { \
219 .band = IEEE80211_BAND_5GHZ, \
220 .center_freq = 4000 + (5 * (_channel)), \
221 .hw_value = (_channel), \
222 .flags = (_flags), \
223 .max_antenna_gain = 0, \
224 .max_power = 30, \
225}
Michael Bueschbb1eeff2008-02-09 12:08:58 +0100226#define CHAN5G(_channel, _flags) { \
227 .band = IEEE80211_BAND_5GHZ, \
228 .center_freq = 5000 + (5 * (_channel)), \
229 .hw_value = (_channel), \
230 .flags = (_flags), \
231 .max_antenna_gain = 0, \
232 .max_power = 30, \
233}
234static struct ieee80211_channel b43_5ghz_nphy_chantable[] = {
Rafał Miłecki91211732014-05-21 08:44:20 +0200235 CHAN4G(184, 0), CHAN4G(186, 0),
236 CHAN4G(188, 0), CHAN4G(190, 0),
237 CHAN4G(192, 0), CHAN4G(194, 0),
238 CHAN4G(196, 0), CHAN4G(198, 0),
239 CHAN4G(200, 0), CHAN4G(202, 0),
240 CHAN4G(204, 0), CHAN4G(206, 0),
241 CHAN4G(208, 0), CHAN4G(210, 0),
242 CHAN4G(212, 0), CHAN4G(214, 0),
243 CHAN4G(216, 0), CHAN4G(218, 0),
244 CHAN4G(220, 0), CHAN4G(222, 0),
245 CHAN4G(224, 0), CHAN4G(226, 0),
246 CHAN4G(228, 0),
Michael Bueschbb1eeff2008-02-09 12:08:58 +0100247 CHAN5G(32, 0), CHAN5G(34, 0),
248 CHAN5G(36, 0), CHAN5G(38, 0),
249 CHAN5G(40, 0), CHAN5G(42, 0),
250 CHAN5G(44, 0), CHAN5G(46, 0),
251 CHAN5G(48, 0), CHAN5G(50, 0),
252 CHAN5G(52, 0), CHAN5G(54, 0),
253 CHAN5G(56, 0), CHAN5G(58, 0),
254 CHAN5G(60, 0), CHAN5G(62, 0),
255 CHAN5G(64, 0), CHAN5G(66, 0),
256 CHAN5G(68, 0), CHAN5G(70, 0),
257 CHAN5G(72, 0), CHAN5G(74, 0),
258 CHAN5G(76, 0), CHAN5G(78, 0),
259 CHAN5G(80, 0), CHAN5G(82, 0),
260 CHAN5G(84, 0), CHAN5G(86, 0),
261 CHAN5G(88, 0), CHAN5G(90, 0),
262 CHAN5G(92, 0), CHAN5G(94, 0),
263 CHAN5G(96, 0), CHAN5G(98, 0),
264 CHAN5G(100, 0), CHAN5G(102, 0),
265 CHAN5G(104, 0), CHAN5G(106, 0),
266 CHAN5G(108, 0), CHAN5G(110, 0),
267 CHAN5G(112, 0), CHAN5G(114, 0),
268 CHAN5G(116, 0), CHAN5G(118, 0),
269 CHAN5G(120, 0), CHAN5G(122, 0),
270 CHAN5G(124, 0), CHAN5G(126, 0),
271 CHAN5G(128, 0), CHAN5G(130, 0),
272 CHAN5G(132, 0), CHAN5G(134, 0),
273 CHAN5G(136, 0), CHAN5G(138, 0),
274 CHAN5G(140, 0), CHAN5G(142, 0),
275 CHAN5G(144, 0), CHAN5G(145, 0),
276 CHAN5G(146, 0), CHAN5G(147, 0),
277 CHAN5G(148, 0), CHAN5G(149, 0),
278 CHAN5G(150, 0), CHAN5G(151, 0),
279 CHAN5G(152, 0), CHAN5G(153, 0),
280 CHAN5G(154, 0), CHAN5G(155, 0),
281 CHAN5G(156, 0), CHAN5G(157, 0),
282 CHAN5G(158, 0), CHAN5G(159, 0),
283 CHAN5G(160, 0), CHAN5G(161, 0),
284 CHAN5G(162, 0), CHAN5G(163, 0),
285 CHAN5G(164, 0), CHAN5G(165, 0),
286 CHAN5G(166, 0), CHAN5G(168, 0),
287 CHAN5G(170, 0), CHAN5G(172, 0),
288 CHAN5G(174, 0), CHAN5G(176, 0),
289 CHAN5G(178, 0), CHAN5G(180, 0),
Rafał Miłecki91211732014-05-21 08:44:20 +0200290 CHAN5G(182, 0),
Michael Buesche4d6b792007-09-18 15:39:42 -0400291};
292
Rafał Miłeckib453fda62014-07-23 18:54:49 +0200293static struct ieee80211_channel b43_5ghz_nphy_chantable_limited[] = {
294 CHAN5G(36, 0), CHAN5G(40, 0),
295 CHAN5G(44, 0), CHAN5G(48, 0),
296 CHAN5G(149, 0), CHAN5G(153, 0),
297 CHAN5G(157, 0), CHAN5G(161, 0),
298 CHAN5G(165, 0),
299};
300
Michael Bueschbb1eeff2008-02-09 12:08:58 +0100301static struct ieee80211_channel b43_5ghz_aphy_chantable[] = {
302 CHAN5G(34, 0), CHAN5G(36, 0),
303 CHAN5G(38, 0), CHAN5G(40, 0),
304 CHAN5G(42, 0), CHAN5G(44, 0),
305 CHAN5G(46, 0), CHAN5G(48, 0),
306 CHAN5G(52, 0), CHAN5G(56, 0),
307 CHAN5G(60, 0), CHAN5G(64, 0),
308 CHAN5G(100, 0), CHAN5G(104, 0),
309 CHAN5G(108, 0), CHAN5G(112, 0),
310 CHAN5G(116, 0), CHAN5G(120, 0),
311 CHAN5G(124, 0), CHAN5G(128, 0),
312 CHAN5G(132, 0), CHAN5G(136, 0),
313 CHAN5G(140, 0), CHAN5G(149, 0),
314 CHAN5G(153, 0), CHAN5G(157, 0),
315 CHAN5G(161, 0), CHAN5G(165, 0),
316 CHAN5G(184, 0), CHAN5G(188, 0),
317 CHAN5G(192, 0), CHAN5G(196, 0),
318 CHAN5G(200, 0), CHAN5G(204, 0),
319 CHAN5G(208, 0), CHAN5G(212, 0),
320 CHAN5G(216, 0),
321};
Rafał Miłecki91211732014-05-21 08:44:20 +0200322#undef CHAN4G
Michael Bueschbb1eeff2008-02-09 12:08:58 +0100323#undef CHAN5G
324
325static struct ieee80211_supported_band b43_band_5GHz_nphy = {
326 .band = IEEE80211_BAND_5GHZ,
327 .channels = b43_5ghz_nphy_chantable,
328 .n_channels = ARRAY_SIZE(b43_5ghz_nphy_chantable),
329 .bitrates = b43_a_ratetable,
330 .n_bitrates = b43_a_ratetable_size,
Michael Buesche4d6b792007-09-18 15:39:42 -0400331};
Johannes Berg8318d782008-01-24 19:38:38 +0100332
Rafał Miłeckib453fda62014-07-23 18:54:49 +0200333static struct ieee80211_supported_band b43_band_5GHz_nphy_limited = {
334 .band = IEEE80211_BAND_5GHZ,
335 .channels = b43_5ghz_nphy_chantable_limited,
336 .n_channels = ARRAY_SIZE(b43_5ghz_nphy_chantable_limited),
337 .bitrates = b43_a_ratetable,
338 .n_bitrates = b43_a_ratetable_size,
339};
340
Michael Bueschbb1eeff2008-02-09 12:08:58 +0100341static struct ieee80211_supported_band b43_band_5GHz_aphy = {
342 .band = IEEE80211_BAND_5GHZ,
343 .channels = b43_5ghz_aphy_chantable,
344 .n_channels = ARRAY_SIZE(b43_5ghz_aphy_chantable),
345 .bitrates = b43_a_ratetable,
346 .n_bitrates = b43_a_ratetable_size,
Johannes Berg8318d782008-01-24 19:38:38 +0100347};
Michael Buesche4d6b792007-09-18 15:39:42 -0400348
Johannes Berg8318d782008-01-24 19:38:38 +0100349static struct ieee80211_supported_band b43_band_2GHz = {
Michael Bueschbb1eeff2008-02-09 12:08:58 +0100350 .band = IEEE80211_BAND_2GHZ,
351 .channels = b43_2ghz_chantable,
352 .n_channels = ARRAY_SIZE(b43_2ghz_chantable),
353 .bitrates = b43_g_ratetable,
354 .n_bitrates = b43_g_ratetable_size,
Johannes Berg8318d782008-01-24 19:38:38 +0100355};
356
Rafał Miłecki3695b932014-07-08 15:11:10 +0200357static struct ieee80211_supported_band b43_band_2ghz_limited = {
358 .band = IEEE80211_BAND_2GHZ,
359 .channels = b43_2ghz_chantable,
360 .n_channels = b43_2ghz_chantable_limited_size,
361 .bitrates = b43_g_ratetable,
362 .n_bitrates = b43_g_ratetable_size,
363};
364
Michael Buesche4d6b792007-09-18 15:39:42 -0400365static void b43_wireless_core_exit(struct b43_wldev *dev);
366static int b43_wireless_core_init(struct b43_wldev *dev);
Michael Buesch36dbd952009-09-04 22:51:29 +0200367static struct b43_wldev * b43_wireless_core_stop(struct b43_wldev *dev);
Michael Buesche4d6b792007-09-18 15:39:42 -0400368static int b43_wireless_core_start(struct b43_wldev *dev);
Felix Fietkau2a190322011-08-10 13:50:30 -0600369static void b43_op_bss_info_changed(struct ieee80211_hw *hw,
370 struct ieee80211_vif *vif,
371 struct ieee80211_bss_conf *conf,
372 u32 changed);
Michael Buesche4d6b792007-09-18 15:39:42 -0400373
374static int b43_ratelimit(struct b43_wl *wl)
375{
376 if (!wl || !wl->current_dev)
377 return 1;
378 if (b43_status(wl->current_dev) < B43_STAT_STARTED)
379 return 1;
380 /* We are up and running.
381 * Ratelimit the messages to avoid DoS over the net. */
382 return net_ratelimit();
383}
384
385void b43info(struct b43_wl *wl, const char *fmt, ...)
386{
Joe Perches5b736d42010-11-09 16:35:18 -0800387 struct va_format vaf;
Michael Buesche4d6b792007-09-18 15:39:42 -0400388 va_list args;
389
Michael Buesch060210f2009-01-25 15:49:59 +0100390 if (b43_modparam_verbose < B43_VERBOSITY_INFO)
391 return;
Michael Buesche4d6b792007-09-18 15:39:42 -0400392 if (!b43_ratelimit(wl))
393 return;
Joe Perches5b736d42010-11-09 16:35:18 -0800394
Michael Buesche4d6b792007-09-18 15:39:42 -0400395 va_start(args, fmt);
Joe Perches5b736d42010-11-09 16:35:18 -0800396
397 vaf.fmt = fmt;
398 vaf.va = &args;
399
400 printk(KERN_INFO "b43-%s: %pV",
401 (wl && wl->hw) ? wiphy_name(wl->hw->wiphy) : "wlan", &vaf);
402
Michael Buesche4d6b792007-09-18 15:39:42 -0400403 va_end(args);
404}
405
406void b43err(struct b43_wl *wl, const char *fmt, ...)
407{
Joe Perches5b736d42010-11-09 16:35:18 -0800408 struct va_format vaf;
Michael Buesche4d6b792007-09-18 15:39:42 -0400409 va_list args;
410
Michael Buesch060210f2009-01-25 15:49:59 +0100411 if (b43_modparam_verbose < B43_VERBOSITY_ERROR)
412 return;
Michael Buesche4d6b792007-09-18 15:39:42 -0400413 if (!b43_ratelimit(wl))
414 return;
Joe Perches5b736d42010-11-09 16:35:18 -0800415
Michael Buesche4d6b792007-09-18 15:39:42 -0400416 va_start(args, fmt);
Joe Perches5b736d42010-11-09 16:35:18 -0800417
418 vaf.fmt = fmt;
419 vaf.va = &args;
420
421 printk(KERN_ERR "b43-%s ERROR: %pV",
422 (wl && wl->hw) ? wiphy_name(wl->hw->wiphy) : "wlan", &vaf);
423
Michael Buesche4d6b792007-09-18 15:39:42 -0400424 va_end(args);
425}
426
427void b43warn(struct b43_wl *wl, const char *fmt, ...)
428{
Joe Perches5b736d42010-11-09 16:35:18 -0800429 struct va_format vaf;
Michael Buesche4d6b792007-09-18 15:39:42 -0400430 va_list args;
431
Michael Buesch060210f2009-01-25 15:49:59 +0100432 if (b43_modparam_verbose < B43_VERBOSITY_WARN)
433 return;
Michael Buesche4d6b792007-09-18 15:39:42 -0400434 if (!b43_ratelimit(wl))
435 return;
Joe Perches5b736d42010-11-09 16:35:18 -0800436
Michael Buesche4d6b792007-09-18 15:39:42 -0400437 va_start(args, fmt);
Joe Perches5b736d42010-11-09 16:35:18 -0800438
439 vaf.fmt = fmt;
440 vaf.va = &args;
441
442 printk(KERN_WARNING "b43-%s warning: %pV",
443 (wl && wl->hw) ? wiphy_name(wl->hw->wiphy) : "wlan", &vaf);
444
Michael Buesche4d6b792007-09-18 15:39:42 -0400445 va_end(args);
446}
447
Michael Buesche4d6b792007-09-18 15:39:42 -0400448void b43dbg(struct b43_wl *wl, const char *fmt, ...)
449{
Joe Perches5b736d42010-11-09 16:35:18 -0800450 struct va_format vaf;
Michael Buesche4d6b792007-09-18 15:39:42 -0400451 va_list args;
452
Michael Buesch060210f2009-01-25 15:49:59 +0100453 if (b43_modparam_verbose < B43_VERBOSITY_DEBUG)
454 return;
Joe Perches5b736d42010-11-09 16:35:18 -0800455
Michael Buesche4d6b792007-09-18 15:39:42 -0400456 va_start(args, fmt);
Joe Perches5b736d42010-11-09 16:35:18 -0800457
458 vaf.fmt = fmt;
459 vaf.va = &args;
460
461 printk(KERN_DEBUG "b43-%s debug: %pV",
462 (wl && wl->hw) ? wiphy_name(wl->hw->wiphy) : "wlan", &vaf);
463
Michael Buesche4d6b792007-09-18 15:39:42 -0400464 va_end(args);
465}
Michael Buesche4d6b792007-09-18 15:39:42 -0400466
467static void b43_ram_write(struct b43_wldev *dev, u16 offset, u32 val)
468{
469 u32 macctl;
470
471 B43_WARN_ON(offset % 4 != 0);
472
473 macctl = b43_read32(dev, B43_MMIO_MACCTL);
474 if (macctl & B43_MACCTL_BE)
475 val = swab32(val);
476
477 b43_write32(dev, B43_MMIO_RAM_CONTROL, offset);
478 mmiowb();
479 b43_write32(dev, B43_MMIO_RAM_DATA, val);
480}
481
Michael Buesch280d0e12007-12-26 18:26:17 +0100482static inline void b43_shm_control_word(struct b43_wldev *dev,
483 u16 routing, u16 offset)
Michael Buesche4d6b792007-09-18 15:39:42 -0400484{
485 u32 control;
486
487 /* "offset" is the WORD offset. */
Michael Buesche4d6b792007-09-18 15:39:42 -0400488 control = routing;
489 control <<= 16;
490 control |= offset;
491 b43_write32(dev, B43_MMIO_SHM_CONTROL, control);
492}
493
Michael Buesch69eddc82009-09-04 22:57:26 +0200494u32 b43_shm_read32(struct b43_wldev *dev, u16 routing, u16 offset)
Michael Buesche4d6b792007-09-18 15:39:42 -0400495{
496 u32 ret;
497
498 if (routing == B43_SHM_SHARED) {
499 B43_WARN_ON(offset & 0x0001);
500 if (offset & 0x0003) {
501 /* Unaligned access */
502 b43_shm_control_word(dev, routing, offset >> 2);
503 ret = b43_read16(dev, B43_MMIO_SHM_DATA_UNALIGNED);
Michael Buesche4d6b792007-09-18 15:39:42 -0400504 b43_shm_control_word(dev, routing, (offset >> 2) + 1);
Michael Bueschf62ae6c2009-07-31 20:51:41 +0200505 ret |= ((u32)b43_read16(dev, B43_MMIO_SHM_DATA)) << 16;
Michael Buesche4d6b792007-09-18 15:39:42 -0400506
Michael Buesch280d0e12007-12-26 18:26:17 +0100507 goto out;
Michael Buesche4d6b792007-09-18 15:39:42 -0400508 }
509 offset >>= 2;
510 }
511 b43_shm_control_word(dev, routing, offset);
512 ret = b43_read32(dev, B43_MMIO_SHM_DATA);
Michael Buesch280d0e12007-12-26 18:26:17 +0100513out:
Michael Buesch6bbc3212008-06-19 19:33:51 +0200514 return ret;
515}
516
Michael Buesch69eddc82009-09-04 22:57:26 +0200517u16 b43_shm_read16(struct b43_wldev *dev, u16 routing, u16 offset)
Michael Buesche4d6b792007-09-18 15:39:42 -0400518{
519 u16 ret;
520
521 if (routing == B43_SHM_SHARED) {
522 B43_WARN_ON(offset & 0x0001);
523 if (offset & 0x0003) {
524 /* Unaligned access */
525 b43_shm_control_word(dev, routing, offset >> 2);
526 ret = b43_read16(dev, B43_MMIO_SHM_DATA_UNALIGNED);
527
Michael Buesch280d0e12007-12-26 18:26:17 +0100528 goto out;
Michael Buesche4d6b792007-09-18 15:39:42 -0400529 }
530 offset >>= 2;
531 }
532 b43_shm_control_word(dev, routing, offset);
533 ret = b43_read16(dev, B43_MMIO_SHM_DATA);
Michael Buesch280d0e12007-12-26 18:26:17 +0100534out:
Michael Buesch6bbc3212008-06-19 19:33:51 +0200535 return ret;
536}
537
Michael Buesch69eddc82009-09-04 22:57:26 +0200538void b43_shm_write32(struct b43_wldev *dev, u16 routing, u16 offset, u32 value)
Michael Buesche4d6b792007-09-18 15:39:42 -0400539{
540 if (routing == B43_SHM_SHARED) {
541 B43_WARN_ON(offset & 0x0001);
542 if (offset & 0x0003) {
543 /* Unaligned access */
544 b43_shm_control_word(dev, routing, offset >> 2);
Michael Buesche4d6b792007-09-18 15:39:42 -0400545 b43_write16(dev, B43_MMIO_SHM_DATA_UNALIGNED,
Michael Bueschf62ae6c2009-07-31 20:51:41 +0200546 value & 0xFFFF);
Michael Buesche4d6b792007-09-18 15:39:42 -0400547 b43_shm_control_word(dev, routing, (offset >> 2) + 1);
Michael Bueschf62ae6c2009-07-31 20:51:41 +0200548 b43_write16(dev, B43_MMIO_SHM_DATA,
549 (value >> 16) & 0xFFFF);
Michael Buesch6bbc3212008-06-19 19:33:51 +0200550 return;
Michael Buesche4d6b792007-09-18 15:39:42 -0400551 }
552 offset >>= 2;
553 }
554 b43_shm_control_word(dev, routing, offset);
Michael Buesche4d6b792007-09-18 15:39:42 -0400555 b43_write32(dev, B43_MMIO_SHM_DATA, value);
Michael Buesch6bbc3212008-06-19 19:33:51 +0200556}
557
Michael Buesch69eddc82009-09-04 22:57:26 +0200558void b43_shm_write16(struct b43_wldev *dev, u16 routing, u16 offset, u16 value)
Michael Buesch6bbc3212008-06-19 19:33:51 +0200559{
560 if (routing == B43_SHM_SHARED) {
561 B43_WARN_ON(offset & 0x0001);
562 if (offset & 0x0003) {
563 /* Unaligned access */
564 b43_shm_control_word(dev, routing, offset >> 2);
565 b43_write16(dev, B43_MMIO_SHM_DATA_UNALIGNED, value);
566 return;
567 }
568 offset >>= 2;
569 }
570 b43_shm_control_word(dev, routing, offset);
571 b43_write16(dev, B43_MMIO_SHM_DATA, value);
572}
573
Michael Buesche4d6b792007-09-18 15:39:42 -0400574/* Read HostFlags */
John Daiker99da1852009-02-24 02:16:42 -0800575u64 b43_hf_read(struct b43_wldev *dev)
Michael Buesche4d6b792007-09-18 15:39:42 -0400576{
Michael Buesch35f0d352008-02-13 14:31:08 +0100577 u64 ret;
Michael Buesche4d6b792007-09-18 15:39:42 -0400578
Rafał Miłecki6e6a2cd2012-07-25 16:58:38 +0200579 ret = b43_shm_read16(dev, B43_SHM_SHARED, B43_SHM_SH_HOSTF3);
Michael Buesche4d6b792007-09-18 15:39:42 -0400580 ret <<= 16;
Rafał Miłecki6e6a2cd2012-07-25 16:58:38 +0200581 ret |= b43_shm_read16(dev, B43_SHM_SHARED, B43_SHM_SH_HOSTF2);
Michael Buesch35f0d352008-02-13 14:31:08 +0100582 ret <<= 16;
Rafał Miłecki6e6a2cd2012-07-25 16:58:38 +0200583 ret |= b43_shm_read16(dev, B43_SHM_SHARED, B43_SHM_SH_HOSTF1);
Michael Buesche4d6b792007-09-18 15:39:42 -0400584
585 return ret;
586}
587
588/* Write HostFlags */
Michael Buesch35f0d352008-02-13 14:31:08 +0100589void b43_hf_write(struct b43_wldev *dev, u64 value)
Michael Buesche4d6b792007-09-18 15:39:42 -0400590{
Michael Buesch35f0d352008-02-13 14:31:08 +0100591 u16 lo, mi, hi;
592
593 lo = (value & 0x00000000FFFFULL);
594 mi = (value & 0x0000FFFF0000ULL) >> 16;
595 hi = (value & 0xFFFF00000000ULL) >> 32;
Rafał Miłecki6e6a2cd2012-07-25 16:58:38 +0200596 b43_shm_write16(dev, B43_SHM_SHARED, B43_SHM_SH_HOSTF1, lo);
597 b43_shm_write16(dev, B43_SHM_SHARED, B43_SHM_SH_HOSTF2, mi);
598 b43_shm_write16(dev, B43_SHM_SHARED, B43_SHM_SH_HOSTF3, hi);
Michael Buesche4d6b792007-09-18 15:39:42 -0400599}
600
Michael Buesch403a3a12009-06-08 21:04:57 +0200601/* Read the firmware capabilities bitmask (Opensource firmware only) */
602static u16 b43_fwcapa_read(struct b43_wldev *dev)
603{
604 B43_WARN_ON(!dev->fw.opensource);
605 return b43_shm_read16(dev, B43_SHM_SHARED, B43_SHM_SH_FWCAPA);
606}
607
Michael Buesch3ebbbb52008-12-19 22:51:57 +0100608void b43_tsf_read(struct b43_wldev *dev, u64 *tsf)
Michael Buesche4d6b792007-09-18 15:39:42 -0400609{
Michael Buesch3ebbbb52008-12-19 22:51:57 +0100610 u32 low, high;
Michael Buesche4d6b792007-09-18 15:39:42 -0400611
Rafał Miłecki21d889d2011-05-18 02:06:38 +0200612 B43_WARN_ON(dev->dev->core_rev < 3);
Michael Buesche4d6b792007-09-18 15:39:42 -0400613
Michael Buesch3ebbbb52008-12-19 22:51:57 +0100614 /* The hardware guarantees us an atomic read, if we
615 * read the low register first. */
616 low = b43_read32(dev, B43_MMIO_REV3PLUS_TSF_LOW);
617 high = b43_read32(dev, B43_MMIO_REV3PLUS_TSF_HIGH);
Michael Buesche4d6b792007-09-18 15:39:42 -0400618
Michael Buesch3ebbbb52008-12-19 22:51:57 +0100619 *tsf = high;
620 *tsf <<= 32;
621 *tsf |= low;
Michael Buesche4d6b792007-09-18 15:39:42 -0400622}
623
624static void b43_time_lock(struct b43_wldev *dev)
625{
Rafał Miłecki50566352012-01-02 19:31:21 +0100626 b43_maskset32(dev, B43_MMIO_MACCTL, ~0, B43_MACCTL_TBTTHOLD);
Michael Buesche4d6b792007-09-18 15:39:42 -0400627 /* Commit the write */
628 b43_read32(dev, B43_MMIO_MACCTL);
629}
630
631static void b43_time_unlock(struct b43_wldev *dev)
632{
Rafał Miłecki50566352012-01-02 19:31:21 +0100633 b43_maskset32(dev, B43_MMIO_MACCTL, ~B43_MACCTL_TBTTHOLD, 0);
Michael Buesche4d6b792007-09-18 15:39:42 -0400634 /* Commit the write */
635 b43_read32(dev, B43_MMIO_MACCTL);
636}
637
638static void b43_tsf_write_locked(struct b43_wldev *dev, u64 tsf)
639{
Michael Buesch3ebbbb52008-12-19 22:51:57 +0100640 u32 low, high;
Michael Buesche4d6b792007-09-18 15:39:42 -0400641
Rafał Miłecki21d889d2011-05-18 02:06:38 +0200642 B43_WARN_ON(dev->dev->core_rev < 3);
Michael Buesche4d6b792007-09-18 15:39:42 -0400643
Michael Buesch3ebbbb52008-12-19 22:51:57 +0100644 low = tsf;
645 high = (tsf >> 32);
646 /* The hardware guarantees us an atomic write, if we
647 * write the low register first. */
648 b43_write32(dev, B43_MMIO_REV3PLUS_TSF_LOW, low);
649 mmiowb();
650 b43_write32(dev, B43_MMIO_REV3PLUS_TSF_HIGH, high);
651 mmiowb();
Michael Buesche4d6b792007-09-18 15:39:42 -0400652}
653
654void b43_tsf_write(struct b43_wldev *dev, u64 tsf)
655{
656 b43_time_lock(dev);
657 b43_tsf_write_locked(dev, tsf);
658 b43_time_unlock(dev);
659}
660
661static
John Daiker99da1852009-02-24 02:16:42 -0800662void b43_macfilter_set(struct b43_wldev *dev, u16 offset, const u8 *mac)
Michael Buesche4d6b792007-09-18 15:39:42 -0400663{
664 static const u8 zero_addr[ETH_ALEN] = { 0 };
665 u16 data;
666
667 if (!mac)
668 mac = zero_addr;
669
670 offset |= 0x0020;
671 b43_write16(dev, B43_MMIO_MACFILTER_CONTROL, offset);
672
673 data = mac[0];
674 data |= mac[1] << 8;
675 b43_write16(dev, B43_MMIO_MACFILTER_DATA, data);
676 data = mac[2];
677 data |= mac[3] << 8;
678 b43_write16(dev, B43_MMIO_MACFILTER_DATA, data);
679 data = mac[4];
680 data |= mac[5] << 8;
681 b43_write16(dev, B43_MMIO_MACFILTER_DATA, data);
682}
683
684static void b43_write_mac_bssid_templates(struct b43_wldev *dev)
685{
686 const u8 *mac;
687 const u8 *bssid;
688 u8 mac_bssid[ETH_ALEN * 2];
689 int i;
690 u32 tmp;
691
692 bssid = dev->wl->bssid;
693 mac = dev->wl->mac_addr;
694
695 b43_macfilter_set(dev, B43_MACFILTER_BSSID, bssid);
696
697 memcpy(mac_bssid, mac, ETH_ALEN);
698 memcpy(mac_bssid + ETH_ALEN, bssid, ETH_ALEN);
699
700 /* Write our MAC address and BSSID to template ram */
701 for (i = 0; i < ARRAY_SIZE(mac_bssid); i += sizeof(u32)) {
702 tmp = (u32) (mac_bssid[i + 0]);
703 tmp |= (u32) (mac_bssid[i + 1]) << 8;
704 tmp |= (u32) (mac_bssid[i + 2]) << 16;
705 tmp |= (u32) (mac_bssid[i + 3]) << 24;
706 b43_ram_write(dev, 0x20 + i, tmp);
707 }
708}
709
Johannes Berg4150c572007-09-17 01:29:23 -0400710static void b43_upload_card_macaddress(struct b43_wldev *dev)
Michael Buesche4d6b792007-09-18 15:39:42 -0400711{
Michael Buesche4d6b792007-09-18 15:39:42 -0400712 b43_write_mac_bssid_templates(dev);
Johannes Berg4150c572007-09-17 01:29:23 -0400713 b43_macfilter_set(dev, B43_MACFILTER_SELF, dev->wl->mac_addr);
Michael Buesche4d6b792007-09-18 15:39:42 -0400714}
715
716static void b43_set_slot_time(struct b43_wldev *dev, u16 slot_time)
717{
718 /* slot_time is in usec. */
Larry Fingerb6c3f5b2010-02-02 10:08:19 -0600719 /* This test used to exit for all but a G PHY. */
720 if (b43_current_band(dev->wl) == IEEE80211_BAND_5GHZ)
Michael Buesche4d6b792007-09-18 15:39:42 -0400721 return;
Larry Fingerb6c3f5b2010-02-02 10:08:19 -0600722 b43_write16(dev, B43_MMIO_IFSSLOT, 510 + slot_time);
723 /* Shared memory location 0x0010 is the slot time and should be
724 * set to slot_time; however, this register is initially 0 and changing
725 * the value adversely affects the transmit rate for BCM4311
726 * devices. Until this behavior is unterstood, delete this step
727 *
728 * b43_shm_write16(dev, B43_SHM_SHARED, 0x0010, slot_time);
729 */
Michael Buesche4d6b792007-09-18 15:39:42 -0400730}
731
732static void b43_short_slot_timing_enable(struct b43_wldev *dev)
733{
734 b43_set_slot_time(dev, 9);
Michael Buesche4d6b792007-09-18 15:39:42 -0400735}
736
737static void b43_short_slot_timing_disable(struct b43_wldev *dev)
738{
739 b43_set_slot_time(dev, 20);
Michael Buesche4d6b792007-09-18 15:39:42 -0400740}
741
Michael Buesche4d6b792007-09-18 15:39:42 -0400742/* DummyTransmission function, as documented on
Gábor Stefanik2f19c282009-08-13 16:51:51 +0200743 * http://bcm-v4.sipsolutions.net/802.11/DummyTransmission
Michael Buesche4d6b792007-09-18 15:39:42 -0400744 */
Gábor Stefanik2f19c282009-08-13 16:51:51 +0200745void b43_dummy_transmission(struct b43_wldev *dev, bool ofdm, bool pa_on)
Michael Buesche4d6b792007-09-18 15:39:42 -0400746{
747 struct b43_phy *phy = &dev->phy;
748 unsigned int i, max_loop;
749 u16 value;
750 u32 buffer[5] = {
751 0x00000000,
752 0x00D40000,
753 0x00000000,
754 0x01000000,
755 0x00000000,
756 };
757
Gábor Stefanik2f19c282009-08-13 16:51:51 +0200758 if (ofdm) {
Michael Buesche4d6b792007-09-18 15:39:42 -0400759 max_loop = 0x1E;
760 buffer[0] = 0x000201CC;
Gábor Stefanik2f19c282009-08-13 16:51:51 +0200761 } else {
Michael Buesche4d6b792007-09-18 15:39:42 -0400762 max_loop = 0xFA;
763 buffer[0] = 0x000B846E;
Michael Buesche4d6b792007-09-18 15:39:42 -0400764 }
765
766 for (i = 0; i < 5; i++)
767 b43_ram_write(dev, i * 4, buffer[i]);
768
Rafał Miłecki7955d872011-09-21 21:44:13 +0200769 b43_write16(dev, B43_MMIO_XMTSEL, 0x0000);
770
Rafał Miłecki21d889d2011-05-18 02:06:38 +0200771 if (dev->dev->core_rev < 11)
Rafał Miłecki7955d872011-09-21 21:44:13 +0200772 b43_write16(dev, B43_MMIO_WEPCTL, 0x0000);
Gábor Stefanik2f19c282009-08-13 16:51:51 +0200773 else
Rafał Miłecki7955d872011-09-21 21:44:13 +0200774 b43_write16(dev, B43_MMIO_WEPCTL, 0x0100);
775
Gábor Stefanik2f19c282009-08-13 16:51:51 +0200776 value = (ofdm ? 0x41 : 0x40);
Rafał Miłecki7955d872011-09-21 21:44:13 +0200777 b43_write16(dev, B43_MMIO_TXE0_PHYCTL, value);
Rafał Miłecki93dbd822011-09-21 21:44:14 +0200778 if (phy->type == B43_PHYTYPE_N || phy->type == B43_PHYTYPE_LP ||
779 phy->type == B43_PHYTYPE_LCN)
Rafał Miłecki7955d872011-09-21 21:44:13 +0200780 b43_write16(dev, B43_MMIO_TXE0_PHYCTL1, 0x1A02);
781
782 b43_write16(dev, B43_MMIO_TXE0_WM_0, 0x0000);
783 b43_write16(dev, B43_MMIO_TXE0_WM_1, 0x0000);
784
785 b43_write16(dev, B43_MMIO_XMTTPLATETXPTR, 0x0000);
786 b43_write16(dev, B43_MMIO_XMTTXCNT, 0x0014);
787 b43_write16(dev, B43_MMIO_XMTSEL, 0x0826);
788 b43_write16(dev, B43_MMIO_TXE0_CTL, 0x0000);
Rafał Miłecki93dbd822011-09-21 21:44:14 +0200789
790 if (!pa_on && phy->type == B43_PHYTYPE_N)
791 ; /*b43_nphy_pa_override(dev, false) */
Gábor Stefanik2f19c282009-08-13 16:51:51 +0200792
793 switch (phy->type) {
794 case B43_PHYTYPE_N:
Rafał Miłecki93dbd822011-09-21 21:44:14 +0200795 case B43_PHYTYPE_LCN:
Rafał Miłecki7955d872011-09-21 21:44:13 +0200796 b43_write16(dev, B43_MMIO_TXE0_AUX, 0x00D0);
Gábor Stefanik2f19c282009-08-13 16:51:51 +0200797 break;
798 case B43_PHYTYPE_LP:
Rafał Miłecki7955d872011-09-21 21:44:13 +0200799 b43_write16(dev, B43_MMIO_TXE0_AUX, 0x0050);
Gábor Stefanik2f19c282009-08-13 16:51:51 +0200800 break;
801 default:
Rafał Miłecki7955d872011-09-21 21:44:13 +0200802 b43_write16(dev, B43_MMIO_TXE0_AUX, 0x0030);
Gábor Stefanik2f19c282009-08-13 16:51:51 +0200803 }
Rafał Miłecki93dbd822011-09-21 21:44:14 +0200804 b43_read16(dev, B43_MMIO_TXE0_AUX);
Michael Buesche4d6b792007-09-18 15:39:42 -0400805
806 if (phy->radio_ver == 0x2050 && phy->radio_rev <= 0x5)
807 b43_radio_write16(dev, 0x0051, 0x0017);
808 for (i = 0x00; i < max_loop; i++) {
Rafał Miłecki7955d872011-09-21 21:44:13 +0200809 value = b43_read16(dev, B43_MMIO_TXE0_STATUS);
Michael Buesche4d6b792007-09-18 15:39:42 -0400810 if (value & 0x0080)
811 break;
812 udelay(10);
813 }
814 for (i = 0x00; i < 0x0A; i++) {
Rafał Miłecki7955d872011-09-21 21:44:13 +0200815 value = b43_read16(dev, B43_MMIO_TXE0_STATUS);
Michael Buesche4d6b792007-09-18 15:39:42 -0400816 if (value & 0x0400)
817 break;
818 udelay(10);
819 }
Larry Finger1d280dd2008-09-29 14:19:29 -0500820 for (i = 0x00; i < 0x19; i++) {
Rafał Miłecki7955d872011-09-21 21:44:13 +0200821 value = b43_read16(dev, B43_MMIO_IFSSTAT);
Michael Buesche4d6b792007-09-18 15:39:42 -0400822 if (!(value & 0x0100))
823 break;
824 udelay(10);
825 }
826 if (phy->radio_ver == 0x2050 && phy->radio_rev <= 0x5)
827 b43_radio_write16(dev, 0x0051, 0x0037);
828}
829
830static void key_write(struct b43_wldev *dev,
John Daiker99da1852009-02-24 02:16:42 -0800831 u8 index, u8 algorithm, const u8 *key)
Michael Buesche4d6b792007-09-18 15:39:42 -0400832{
833 unsigned int i;
834 u32 offset;
835 u16 value;
836 u16 kidx;
837
838 /* Key index/algo block */
839 kidx = b43_kidx_to_fw(dev, index);
840 value = ((kidx << 4) | algorithm);
841 b43_shm_write16(dev, B43_SHM_SHARED,
842 B43_SHM_SH_KEYIDXBLOCK + (kidx * 2), value);
843
844 /* Write the key to the Key Table Pointer offset */
845 offset = dev->ktp + (index * B43_SEC_KEYSIZE);
846 for (i = 0; i < B43_SEC_KEYSIZE; i += 2) {
847 value = key[i];
848 value |= (u16) (key[i + 1]) << 8;
849 b43_shm_write16(dev, B43_SHM_SHARED, offset + i, value);
850 }
851}
852
John Daiker99da1852009-02-24 02:16:42 -0800853static void keymac_write(struct b43_wldev *dev, u8 index, const u8 *addr)
Michael Buesche4d6b792007-09-18 15:39:42 -0400854{
855 u32 addrtmp[2] = { 0, 0, };
Michael Buesch66d2d082009-08-06 10:36:50 +0200856 u8 pairwise_keys_start = B43_NR_GROUP_KEYS * 2;
Michael Buesche4d6b792007-09-18 15:39:42 -0400857
858 if (b43_new_kidx_api(dev))
Michael Buesch66d2d082009-08-06 10:36:50 +0200859 pairwise_keys_start = B43_NR_GROUP_KEYS;
Michael Buesche4d6b792007-09-18 15:39:42 -0400860
Michael Buesch66d2d082009-08-06 10:36:50 +0200861 B43_WARN_ON(index < pairwise_keys_start);
862 /* We have four default TX keys and possibly four default RX keys.
Michael Buesche4d6b792007-09-18 15:39:42 -0400863 * Physical mac 0 is mapped to physical key 4 or 8, depending
864 * on the firmware version.
865 * So we must adjust the index here.
866 */
Michael Buesch66d2d082009-08-06 10:36:50 +0200867 index -= pairwise_keys_start;
868 B43_WARN_ON(index >= B43_NR_PAIRWISE_KEYS);
Michael Buesche4d6b792007-09-18 15:39:42 -0400869
870 if (addr) {
871 addrtmp[0] = addr[0];
872 addrtmp[0] |= ((u32) (addr[1]) << 8);
873 addrtmp[0] |= ((u32) (addr[2]) << 16);
874 addrtmp[0] |= ((u32) (addr[3]) << 24);
875 addrtmp[1] = addr[4];
876 addrtmp[1] |= ((u32) (addr[5]) << 8);
877 }
878
Michael Buesch66d2d082009-08-06 10:36:50 +0200879 /* Receive match transmitter address (RCMTA) mechanism */
880 b43_shm_write32(dev, B43_SHM_RCMTA,
881 (index * 2) + 0, addrtmp[0]);
882 b43_shm_write16(dev, B43_SHM_RCMTA,
883 (index * 2) + 1, addrtmp[1]);
Michael Buesche4d6b792007-09-18 15:39:42 -0400884}
885
gregor kowski035d0242009-08-19 22:35:45 +0200886/* The ucode will use phase1 key with TEK key to decrypt rx packets.
887 * When a packet is received, the iv32 is checked.
888 * - if it doesn't the packet is returned without modification (and software
889 * decryption can be done). That's what happen when iv16 wrap.
890 * - if it does, the rc4 key is computed, and decryption is tried.
891 * Either it will success and B43_RX_MAC_DEC is returned,
892 * either it fails and B43_RX_MAC_DEC|B43_RX_MAC_DECERR is returned
893 * and the packet is not usable (it got modified by the ucode).
894 * So in order to never have B43_RX_MAC_DECERR, we should provide
895 * a iv32 and phase1key that match. Because we drop packets in case of
896 * B43_RX_MAC_DECERR, if we have a correct iv32 but a wrong phase1key, all
897 * packets will be lost without higher layer knowing (ie no resync possible
898 * until next wrap).
899 *
900 * NOTE : this should support 50 key like RCMTA because
901 * (B43_SHM_SH_KEYIDXBLOCK - B43_SHM_SH_TKIPTSCTTAK)/14 = 50
902 */
903static void rx_tkip_phase1_write(struct b43_wldev *dev, u8 index, u32 iv32,
904 u16 *phase1key)
905{
906 unsigned int i;
907 u32 offset;
908 u8 pairwise_keys_start = B43_NR_GROUP_KEYS * 2;
909
910 if (!modparam_hwtkip)
911 return;
912
913 if (b43_new_kidx_api(dev))
914 pairwise_keys_start = B43_NR_GROUP_KEYS;
915
916 B43_WARN_ON(index < pairwise_keys_start);
917 /* We have four default TX keys and possibly four default RX keys.
918 * Physical mac 0 is mapped to physical key 4 or 8, depending
919 * on the firmware version.
920 * So we must adjust the index here.
921 */
922 index -= pairwise_keys_start;
923 B43_WARN_ON(index >= B43_NR_PAIRWISE_KEYS);
924
925 if (b43_debug(dev, B43_DBG_KEYS)) {
926 b43dbg(dev->wl, "rx_tkip_phase1_write : idx 0x%x, iv32 0x%x\n",
927 index, iv32);
928 }
929 /* Write the key to the RX tkip shared mem */
930 offset = B43_SHM_SH_TKIPTSCTTAK + index * (10 + 4);
931 for (i = 0; i < 10; i += 2) {
932 b43_shm_write16(dev, B43_SHM_SHARED, offset + i,
933 phase1key ? phase1key[i / 2] : 0);
934 }
935 b43_shm_write16(dev, B43_SHM_SHARED, offset + i, iv32);
936 b43_shm_write16(dev, B43_SHM_SHARED, offset + i + 2, iv32 >> 16);
937}
938
939static void b43_op_update_tkip_key(struct ieee80211_hw *hw,
Johannes Bergb3fbdcf2010-01-21 11:40:47 +0100940 struct ieee80211_vif *vif,
941 struct ieee80211_key_conf *keyconf,
942 struct ieee80211_sta *sta,
943 u32 iv32, u16 *phase1key)
gregor kowski035d0242009-08-19 22:35:45 +0200944{
945 struct b43_wl *wl = hw_to_b43_wl(hw);
946 struct b43_wldev *dev;
947 int index = keyconf->hw_key_idx;
948
949 if (B43_WARN_ON(!modparam_hwtkip))
950 return;
951
Michael Buesch96869a32010-01-24 13:13:32 +0100952 /* This is only called from the RX path through mac80211, where
953 * our mutex is already locked. */
954 B43_WARN_ON(!mutex_is_locked(&wl->mutex));
gregor kowski035d0242009-08-19 22:35:45 +0200955 dev = wl->current_dev;
Michael Buesch96869a32010-01-24 13:13:32 +0100956 B43_WARN_ON(!dev || b43_status(dev) < B43_STAT_INITIALIZED);
gregor kowski035d0242009-08-19 22:35:45 +0200957
958 keymac_write(dev, index, NULL); /* First zero out mac to avoid race */
959
960 rx_tkip_phase1_write(dev, index, iv32, phase1key);
Johannes Bergb3fbdcf2010-01-21 11:40:47 +0100961 /* only pairwise TKIP keys are supported right now */
962 if (WARN_ON(!sta))
Michael Buesch96869a32010-01-24 13:13:32 +0100963 return;
Johannes Bergb3fbdcf2010-01-21 11:40:47 +0100964 keymac_write(dev, index, sta->addr);
gregor kowski035d0242009-08-19 22:35:45 +0200965}
966
Michael Buesche4d6b792007-09-18 15:39:42 -0400967static void do_key_write(struct b43_wldev *dev,
968 u8 index, u8 algorithm,
John Daiker99da1852009-02-24 02:16:42 -0800969 const u8 *key, size_t key_len, const u8 *mac_addr)
Michael Buesche4d6b792007-09-18 15:39:42 -0400970{
971 u8 buf[B43_SEC_KEYSIZE] = { 0, };
Michael Buesch66d2d082009-08-06 10:36:50 +0200972 u8 pairwise_keys_start = B43_NR_GROUP_KEYS * 2;
Michael Buesche4d6b792007-09-18 15:39:42 -0400973
974 if (b43_new_kidx_api(dev))
Michael Buesch66d2d082009-08-06 10:36:50 +0200975 pairwise_keys_start = B43_NR_GROUP_KEYS;
Michael Buesche4d6b792007-09-18 15:39:42 -0400976
Michael Buesch66d2d082009-08-06 10:36:50 +0200977 B43_WARN_ON(index >= ARRAY_SIZE(dev->key));
Michael Buesche4d6b792007-09-18 15:39:42 -0400978 B43_WARN_ON(key_len > B43_SEC_KEYSIZE);
979
Michael Buesch66d2d082009-08-06 10:36:50 +0200980 if (index >= pairwise_keys_start)
Michael Buesche4d6b792007-09-18 15:39:42 -0400981 keymac_write(dev, index, NULL); /* First zero out mac. */
gregor kowski035d0242009-08-19 22:35:45 +0200982 if (algorithm == B43_SEC_ALGO_TKIP) {
983 /*
984 * We should provide an initial iv32, phase1key pair.
985 * We could start with iv32=0 and compute the corresponding
986 * phase1key, but this means calling ieee80211_get_tkip_key
987 * with a fake skb (or export other tkip function).
988 * Because we are lazy we hope iv32 won't start with
989 * 0xffffffff and let's b43_op_update_tkip_key provide a
990 * correct pair.
991 */
992 rx_tkip_phase1_write(dev, index, 0xffffffff, (u16*)buf);
993 } else if (index >= pairwise_keys_start) /* clear it */
994 rx_tkip_phase1_write(dev, index, 0, NULL);
Michael Buesche4d6b792007-09-18 15:39:42 -0400995 if (key)
996 memcpy(buf, key, key_len);
997 key_write(dev, index, algorithm, buf);
Michael Buesch66d2d082009-08-06 10:36:50 +0200998 if (index >= pairwise_keys_start)
Michael Buesche4d6b792007-09-18 15:39:42 -0400999 keymac_write(dev, index, mac_addr);
1000
1001 dev->key[index].algorithm = algorithm;
1002}
1003
1004static int b43_key_write(struct b43_wldev *dev,
1005 int index, u8 algorithm,
John Daiker99da1852009-02-24 02:16:42 -08001006 const u8 *key, size_t key_len,
1007 const u8 *mac_addr,
Michael Buesche4d6b792007-09-18 15:39:42 -04001008 struct ieee80211_key_conf *keyconf)
1009{
1010 int i;
Michael Buesch66d2d082009-08-06 10:36:50 +02001011 int pairwise_keys_start;
Michael Buesche4d6b792007-09-18 15:39:42 -04001012
gregor kowski035d0242009-08-19 22:35:45 +02001013 /* For ALG_TKIP the key is encoded as a 256-bit (32 byte) data block:
1014 * - Temporal Encryption Key (128 bits)
1015 * - Temporal Authenticator Tx MIC Key (64 bits)
1016 * - Temporal Authenticator Rx MIC Key (64 bits)
1017 *
1018 * Hardware only store TEK
1019 */
1020 if (algorithm == B43_SEC_ALGO_TKIP && key_len == 32)
1021 key_len = 16;
Michael Buesche4d6b792007-09-18 15:39:42 -04001022 if (key_len > B43_SEC_KEYSIZE)
1023 return -EINVAL;
Michael Buesch66d2d082009-08-06 10:36:50 +02001024 for (i = 0; i < ARRAY_SIZE(dev->key); i++) {
Michael Buesche4d6b792007-09-18 15:39:42 -04001025 /* Check that we don't already have this key. */
1026 B43_WARN_ON(dev->key[i].keyconf == keyconf);
1027 }
1028 if (index < 0) {
Michael Buesche808e582008-12-19 21:30:52 +01001029 /* Pairwise key. Get an empty slot for the key. */
Michael Buesche4d6b792007-09-18 15:39:42 -04001030 if (b43_new_kidx_api(dev))
Michael Buesch66d2d082009-08-06 10:36:50 +02001031 pairwise_keys_start = B43_NR_GROUP_KEYS;
Michael Buesche4d6b792007-09-18 15:39:42 -04001032 else
Michael Buesch66d2d082009-08-06 10:36:50 +02001033 pairwise_keys_start = B43_NR_GROUP_KEYS * 2;
1034 for (i = pairwise_keys_start;
1035 i < pairwise_keys_start + B43_NR_PAIRWISE_KEYS;
1036 i++) {
1037 B43_WARN_ON(i >= ARRAY_SIZE(dev->key));
Michael Buesche4d6b792007-09-18 15:39:42 -04001038 if (!dev->key[i].keyconf) {
1039 /* found empty */
1040 index = i;
1041 break;
1042 }
1043 }
1044 if (index < 0) {
Michael Buesche808e582008-12-19 21:30:52 +01001045 b43warn(dev->wl, "Out of hardware key memory\n");
Michael Buesche4d6b792007-09-18 15:39:42 -04001046 return -ENOSPC;
1047 }
1048 } else
1049 B43_WARN_ON(index > 3);
1050
1051 do_key_write(dev, index, algorithm, key, key_len, mac_addr);
1052 if ((index <= 3) && !b43_new_kidx_api(dev)) {
1053 /* Default RX key */
1054 B43_WARN_ON(mac_addr);
1055 do_key_write(dev, index + 4, algorithm, key, key_len, NULL);
1056 }
1057 keyconf->hw_key_idx = index;
1058 dev->key[index].keyconf = keyconf;
1059
1060 return 0;
1061}
1062
1063static int b43_key_clear(struct b43_wldev *dev, int index)
1064{
Michael Buesch66d2d082009-08-06 10:36:50 +02001065 if (B43_WARN_ON((index < 0) || (index >= ARRAY_SIZE(dev->key))))
Michael Buesche4d6b792007-09-18 15:39:42 -04001066 return -EINVAL;
1067 do_key_write(dev, index, B43_SEC_ALGO_NONE,
1068 NULL, B43_SEC_KEYSIZE, NULL);
1069 if ((index <= 3) && !b43_new_kidx_api(dev)) {
1070 do_key_write(dev, index + 4, B43_SEC_ALGO_NONE,
1071 NULL, B43_SEC_KEYSIZE, NULL);
1072 }
1073 dev->key[index].keyconf = NULL;
1074
1075 return 0;
1076}
1077
1078static void b43_clear_keys(struct b43_wldev *dev)
1079{
Michael Buesch66d2d082009-08-06 10:36:50 +02001080 int i, count;
Michael Buesche4d6b792007-09-18 15:39:42 -04001081
Michael Buesch66d2d082009-08-06 10:36:50 +02001082 if (b43_new_kidx_api(dev))
1083 count = B43_NR_GROUP_KEYS + B43_NR_PAIRWISE_KEYS;
1084 else
1085 count = B43_NR_GROUP_KEYS * 2 + B43_NR_PAIRWISE_KEYS;
1086 for (i = 0; i < count; i++)
Michael Buesche4d6b792007-09-18 15:39:42 -04001087 b43_key_clear(dev, i);
1088}
1089
Michael Buesch9cf7f242008-12-19 20:24:30 +01001090static void b43_dump_keymemory(struct b43_wldev *dev)
1091{
Michael Buesch66d2d082009-08-06 10:36:50 +02001092 unsigned int i, index, count, offset, pairwise_keys_start;
Michael Buesch9cf7f242008-12-19 20:24:30 +01001093 u8 mac[ETH_ALEN];
1094 u16 algo;
1095 u32 rcmta0;
1096 u16 rcmta1;
1097 u64 hf;
1098 struct b43_key *key;
1099
1100 if (!b43_debug(dev, B43_DBG_KEYS))
1101 return;
1102
1103 hf = b43_hf_read(dev);
1104 b43dbg(dev->wl, "Hardware key memory dump: USEDEFKEYS=%u\n",
1105 !!(hf & B43_HF_USEDEFKEYS));
Michael Buesch66d2d082009-08-06 10:36:50 +02001106 if (b43_new_kidx_api(dev)) {
1107 pairwise_keys_start = B43_NR_GROUP_KEYS;
1108 count = B43_NR_GROUP_KEYS + B43_NR_PAIRWISE_KEYS;
1109 } else {
1110 pairwise_keys_start = B43_NR_GROUP_KEYS * 2;
1111 count = B43_NR_GROUP_KEYS * 2 + B43_NR_PAIRWISE_KEYS;
1112 }
1113 for (index = 0; index < count; index++) {
Michael Buesch9cf7f242008-12-19 20:24:30 +01001114 key = &(dev->key[index]);
1115 printk(KERN_DEBUG "Key slot %02u: %s",
1116 index, (key->keyconf == NULL) ? " " : "*");
1117 offset = dev->ktp + (index * B43_SEC_KEYSIZE);
1118 for (i = 0; i < B43_SEC_KEYSIZE; i += 2) {
1119 u16 tmp = b43_shm_read16(dev, B43_SHM_SHARED, offset + i);
1120 printk("%02X%02X", (tmp & 0xFF), ((tmp >> 8) & 0xFF));
1121 }
1122
1123 algo = b43_shm_read16(dev, B43_SHM_SHARED,
1124 B43_SHM_SH_KEYIDXBLOCK + (index * 2));
1125 printk(" Algo: %04X/%02X", algo, key->algorithm);
1126
Michael Buesch66d2d082009-08-06 10:36:50 +02001127 if (index >= pairwise_keys_start) {
gregor kowski035d0242009-08-19 22:35:45 +02001128 if (key->algorithm == B43_SEC_ALGO_TKIP) {
1129 printk(" TKIP: ");
1130 offset = B43_SHM_SH_TKIPTSCTTAK + (index - 4) * (10 + 4);
1131 for (i = 0; i < 14; i += 2) {
1132 u16 tmp = b43_shm_read16(dev, B43_SHM_SHARED, offset + i);
1133 printk("%02X%02X", (tmp & 0xFF), ((tmp >> 8) & 0xFF));
1134 }
1135 }
Michael Buesch9cf7f242008-12-19 20:24:30 +01001136 rcmta0 = b43_shm_read32(dev, B43_SHM_RCMTA,
Michael Buesch66d2d082009-08-06 10:36:50 +02001137 ((index - pairwise_keys_start) * 2) + 0);
Michael Buesch9cf7f242008-12-19 20:24:30 +01001138 rcmta1 = b43_shm_read16(dev, B43_SHM_RCMTA,
Michael Buesch66d2d082009-08-06 10:36:50 +02001139 ((index - pairwise_keys_start) * 2) + 1);
Michael Buesch9cf7f242008-12-19 20:24:30 +01001140 *((__le32 *)(&mac[0])) = cpu_to_le32(rcmta0);
1141 *((__le16 *)(&mac[4])) = cpu_to_le16(rcmta1);
Johannes Berge91d8332009-07-15 17:21:41 +02001142 printk(" MAC: %pM", mac);
Michael Buesch9cf7f242008-12-19 20:24:30 +01001143 } else
1144 printk(" DEFAULT KEY");
1145 printk("\n");
1146 }
1147}
1148
Michael Buesche4d6b792007-09-18 15:39:42 -04001149void b43_power_saving_ctl_bits(struct b43_wldev *dev, unsigned int ps_flags)
1150{
1151 u32 macctl;
1152 u16 ucstat;
1153 bool hwps;
1154 bool awake;
1155 int i;
1156
1157 B43_WARN_ON((ps_flags & B43_PS_ENABLED) &&
1158 (ps_flags & B43_PS_DISABLED));
1159 B43_WARN_ON((ps_flags & B43_PS_AWAKE) && (ps_flags & B43_PS_ASLEEP));
1160
1161 if (ps_flags & B43_PS_ENABLED) {
Rusty Russell3db1cd52011-12-19 13:56:45 +00001162 hwps = true;
Michael Buesche4d6b792007-09-18 15:39:42 -04001163 } else if (ps_flags & B43_PS_DISABLED) {
Rusty Russell3db1cd52011-12-19 13:56:45 +00001164 hwps = false;
Michael Buesche4d6b792007-09-18 15:39:42 -04001165 } else {
1166 //TODO: If powersave is not off and FIXME is not set and we are not in adhoc
1167 // and thus is not an AP and we are associated, set bit 25
1168 }
1169 if (ps_flags & B43_PS_AWAKE) {
Rusty Russell3db1cd52011-12-19 13:56:45 +00001170 awake = true;
Michael Buesche4d6b792007-09-18 15:39:42 -04001171 } else if (ps_flags & B43_PS_ASLEEP) {
Rusty Russell3db1cd52011-12-19 13:56:45 +00001172 awake = false;
Michael Buesche4d6b792007-09-18 15:39:42 -04001173 } else {
1174 //TODO: If the device is awake or this is an AP, or we are scanning, or FIXME,
1175 // or we are associated, or FIXME, or the latest PS-Poll packet sent was
1176 // successful, set bit26
1177 }
1178
1179/* FIXME: For now we force awake-on and hwps-off */
Rusty Russell3db1cd52011-12-19 13:56:45 +00001180 hwps = false;
1181 awake = true;
Michael Buesche4d6b792007-09-18 15:39:42 -04001182
1183 macctl = b43_read32(dev, B43_MMIO_MACCTL);
1184 if (hwps)
1185 macctl |= B43_MACCTL_HWPS;
1186 else
1187 macctl &= ~B43_MACCTL_HWPS;
1188 if (awake)
1189 macctl |= B43_MACCTL_AWAKE;
1190 else
1191 macctl &= ~B43_MACCTL_AWAKE;
1192 b43_write32(dev, B43_MMIO_MACCTL, macctl);
1193 /* Commit write */
1194 b43_read32(dev, B43_MMIO_MACCTL);
Rafał Miłecki21d889d2011-05-18 02:06:38 +02001195 if (awake && dev->dev->core_rev >= 5) {
Michael Buesche4d6b792007-09-18 15:39:42 -04001196 /* Wait for the microcode to wake up. */
1197 for (i = 0; i < 100; i++) {
1198 ucstat = b43_shm_read16(dev, B43_SHM_SHARED,
1199 B43_SHM_SH_UCODESTAT);
1200 if (ucstat != B43_SHM_SH_UCODESTAT_SLEEP)
1201 break;
1202 udelay(10);
1203 }
1204 }
1205}
1206
Rafał Miłecki42c9a452011-07-06 15:45:27 +02001207#ifdef CONFIG_B43_BCMA
Rafał Miłecki49173592011-07-17 01:06:06 +02001208static void b43_bcma_phy_reset(struct b43_wldev *dev)
1209{
1210 u32 flags;
1211
1212 /* Put PHY into reset */
1213 flags = bcma_aread32(dev->dev->bdev, BCMA_IOCTL);
1214 flags |= B43_BCMA_IOCTL_PHY_RESET;
1215 flags |= B43_BCMA_IOCTL_PHY_BW_20MHZ; /* Make 20 MHz def */
1216 bcma_awrite32(dev->dev->bdev, BCMA_IOCTL, flags);
1217 udelay(2);
1218
Rafał Miłecki50c1b592014-05-17 23:24:55 +02001219 b43_phy_take_out_of_reset(dev);
Rafał Miłecki49173592011-07-17 01:06:06 +02001220}
1221
Rafał Miłecki42c9a452011-07-06 15:45:27 +02001222static void b43_bcma_wireless_core_reset(struct b43_wldev *dev, bool gmode)
1223{
Rafał Miłecki88cceab2013-02-26 10:07:57 +01001224 u32 req = B43_BCMA_CLKCTLST_80211_PLL_REQ |
1225 B43_BCMA_CLKCTLST_PHY_PLL_REQ;
1226 u32 status = B43_BCMA_CLKCTLST_80211_PLL_ST |
1227 B43_BCMA_CLKCTLST_PHY_PLL_ST;
Rafał Miłecki6b9e03e2014-04-22 13:54:35 +02001228 u32 flags;
Rafał Miłecki88cceab2013-02-26 10:07:57 +01001229
Rafał Miłecki6b9e03e2014-04-22 13:54:35 +02001230 flags = B43_BCMA_IOCTL_PHY_CLKEN;
1231 if (gmode)
1232 flags |= B43_BCMA_IOCTL_GMODE;
1233 b43_device_enable(dev, flags);
1234
Rafał Miłecki49173592011-07-17 01:06:06 +02001235 bcma_core_set_clockmode(dev->dev->bdev, BCMA_CLKMODE_FAST);
1236 b43_bcma_phy_reset(dev);
Rafał Miłecki88cceab2013-02-26 10:07:57 +01001237 bcma_core_pll_ctl(dev->dev->bdev, req, status, true);
Rafał Miłecki42c9a452011-07-06 15:45:27 +02001238}
1239#endif
1240
Rafał Miłeckibd7c8a52014-05-10 19:52:18 +02001241#ifdef CONFIG_B43_SSB
Rafał Miłecki4da909e2011-06-02 01:07:12 +02001242static void b43_ssb_wireless_core_reset(struct b43_wldev *dev, bool gmode)
Michael Buesche4d6b792007-09-18 15:39:42 -04001243{
Rafał Miłecki4da909e2011-06-02 01:07:12 +02001244 u32 flags = 0;
Michael Buesche4d6b792007-09-18 15:39:42 -04001245
Rafał Miłecki4da909e2011-06-02 01:07:12 +02001246 if (gmode)
1247 flags |= B43_TMSLOW_GMODE;
Michael Buesche4d6b792007-09-18 15:39:42 -04001248 flags |= B43_TMSLOW_PHYCLKEN;
1249 flags |= B43_TMSLOW_PHYRESET;
Rafał Miłecki42ab1352010-12-09 20:56:01 +01001250 if (dev->phy.type == B43_PHYTYPE_N)
1251 flags |= B43_TMSLOW_PHY_BANDWIDTH_20MHZ; /* Make 20 MHz def */
Rafał Miłecki24ca39d2011-05-18 02:06:43 +02001252 b43_device_enable(dev, flags);
Michael Buesche4d6b792007-09-18 15:39:42 -04001253 msleep(2); /* Wait for the PLL to turn on. */
1254
Rafał Miłecki50c1b592014-05-17 23:24:55 +02001255 b43_phy_take_out_of_reset(dev);
Rafał Miłecki14952982011-05-17 18:57:28 +02001256}
Rafał Miłeckibd7c8a52014-05-10 19:52:18 +02001257#endif
Rafał Miłecki14952982011-05-17 18:57:28 +02001258
Rafał Miłecki4da909e2011-06-02 01:07:12 +02001259void b43_wireless_core_reset(struct b43_wldev *dev, bool gmode)
Rafał Miłecki14952982011-05-17 18:57:28 +02001260{
1261 u32 macctl;
1262
Rafał Miłecki6cbab0d2011-07-06 15:45:26 +02001263 switch (dev->dev->bus_type) {
Rafał Miłecki42c9a452011-07-06 15:45:27 +02001264#ifdef CONFIG_B43_BCMA
1265 case B43_BUS_BCMA:
1266 b43_bcma_wireless_core_reset(dev, gmode);
1267 break;
1268#endif
Rafał Miłecki6cbab0d2011-07-06 15:45:26 +02001269#ifdef CONFIG_B43_SSB
1270 case B43_BUS_SSB:
1271 b43_ssb_wireless_core_reset(dev, gmode);
1272 break;
1273#endif
1274 }
Michael Buesche4d6b792007-09-18 15:39:42 -04001275
Michael Bueschfb111372008-09-02 13:00:34 +02001276 /* Turn Analog ON, but only if we already know the PHY-type.
1277 * This protects against very early setup where we don't know the
1278 * PHY-type, yet. wireless_core_reset will be called once again later,
1279 * when we know the PHY-type. */
1280 if (dev->phy.ops)
Michael Bueschcb24f572008-09-03 12:12:20 +02001281 dev->phy.ops->switch_analog(dev, 1);
Michael Buesche4d6b792007-09-18 15:39:42 -04001282
1283 macctl = b43_read32(dev, B43_MMIO_MACCTL);
1284 macctl &= ~B43_MACCTL_GMODE;
Rafał Miłecki4da909e2011-06-02 01:07:12 +02001285 if (gmode)
Michael Buesche4d6b792007-09-18 15:39:42 -04001286 macctl |= B43_MACCTL_GMODE;
1287 macctl |= B43_MACCTL_IHR_ENABLED;
1288 b43_write32(dev, B43_MMIO_MACCTL, macctl);
1289}
1290
1291static void handle_irq_transmit_status(struct b43_wldev *dev)
1292{
1293 u32 v0, v1;
1294 u16 tmp;
1295 struct b43_txstatus stat;
1296
1297 while (1) {
1298 v0 = b43_read32(dev, B43_MMIO_XMITSTAT_0);
1299 if (!(v0 & 0x00000001))
1300 break;
1301 v1 = b43_read32(dev, B43_MMIO_XMITSTAT_1);
1302
1303 stat.cookie = (v0 >> 16);
1304 stat.seq = (v1 & 0x0000FFFF);
1305 stat.phy_stat = ((v1 & 0x00FF0000) >> 16);
1306 tmp = (v0 & 0x0000FFFF);
1307 stat.frame_count = ((tmp & 0xF000) >> 12);
1308 stat.rts_count = ((tmp & 0x0F00) >> 8);
1309 stat.supp_reason = ((tmp & 0x001C) >> 2);
1310 stat.pm_indicated = !!(tmp & 0x0080);
1311 stat.intermediate = !!(tmp & 0x0040);
1312 stat.for_ampdu = !!(tmp & 0x0020);
1313 stat.acked = !!(tmp & 0x0002);
1314
1315 b43_handle_txstatus(dev, &stat);
1316 }
1317}
1318
1319static void drain_txstatus_queue(struct b43_wldev *dev)
1320{
1321 u32 dummy;
1322
Rafał Miłecki21d889d2011-05-18 02:06:38 +02001323 if (dev->dev->core_rev < 5)
Michael Buesche4d6b792007-09-18 15:39:42 -04001324 return;
1325 /* Read all entries from the microcode TXstatus FIFO
1326 * and throw them away.
1327 */
1328 while (1) {
1329 dummy = b43_read32(dev, B43_MMIO_XMITSTAT_0);
1330 if (!(dummy & 0x00000001))
1331 break;
1332 dummy = b43_read32(dev, B43_MMIO_XMITSTAT_1);
1333 }
1334}
1335
1336static u32 b43_jssi_read(struct b43_wldev *dev)
1337{
1338 u32 val = 0;
1339
Hauke Mehrtens5c1da232013-03-23 18:07:02 +01001340 val = b43_shm_read16(dev, B43_SHM_SHARED, B43_SHM_SH_JSSI1);
Michael Buesche4d6b792007-09-18 15:39:42 -04001341 val <<= 16;
Hauke Mehrtens5c1da232013-03-23 18:07:02 +01001342 val |= b43_shm_read16(dev, B43_SHM_SHARED, B43_SHM_SH_JSSI0);
Michael Buesche4d6b792007-09-18 15:39:42 -04001343
1344 return val;
1345}
1346
1347static void b43_jssi_write(struct b43_wldev *dev, u32 jssi)
1348{
Hauke Mehrtens5c1da232013-03-23 18:07:02 +01001349 b43_shm_write16(dev, B43_SHM_SHARED, B43_SHM_SH_JSSI0,
1350 (jssi & 0x0000FFFF));
1351 b43_shm_write16(dev, B43_SHM_SHARED, B43_SHM_SH_JSSI1,
1352 (jssi & 0xFFFF0000) >> 16);
Michael Buesche4d6b792007-09-18 15:39:42 -04001353}
1354
1355static void b43_generate_noise_sample(struct b43_wldev *dev)
1356{
1357 b43_jssi_write(dev, 0x7F7F7F7F);
Michael Bueschaa6c7ae2007-12-26 16:26:36 +01001358 b43_write32(dev, B43_MMIO_MACCMD,
1359 b43_read32(dev, B43_MMIO_MACCMD) | B43_MACCMD_BGNOISE);
Michael Buesche4d6b792007-09-18 15:39:42 -04001360}
1361
1362static void b43_calculate_link_quality(struct b43_wldev *dev)
1363{
1364 /* Top half of Link Quality calculation. */
1365
Michael Bueschef1a6282008-08-27 18:53:02 +02001366 if (dev->phy.type != B43_PHYTYPE_G)
1367 return;
Michael Buesche4d6b792007-09-18 15:39:42 -04001368 if (dev->noisecalc.calculation_running)
1369 return;
Rusty Russell3db1cd52011-12-19 13:56:45 +00001370 dev->noisecalc.calculation_running = true;
Michael Buesche4d6b792007-09-18 15:39:42 -04001371 dev->noisecalc.nr_samples = 0;
1372
1373 b43_generate_noise_sample(dev);
1374}
1375
1376static void handle_irq_noise(struct b43_wldev *dev)
1377{
Michael Bueschef1a6282008-08-27 18:53:02 +02001378 struct b43_phy_g *phy = dev->phy.g;
Michael Buesche4d6b792007-09-18 15:39:42 -04001379 u16 tmp;
1380 u8 noise[4];
1381 u8 i, j;
1382 s32 average;
1383
1384 /* Bottom half of Link Quality calculation. */
1385
Michael Bueschef1a6282008-08-27 18:53:02 +02001386 if (dev->phy.type != B43_PHYTYPE_G)
1387 return;
1388
Michael Buesch98a3b2f2008-06-12 12:36:29 +02001389 /* Possible race condition: It might be possible that the user
1390 * changed to a different channel in the meantime since we
1391 * started the calculation. We ignore that fact, since it's
1392 * not really that much of a problem. The background noise is
1393 * an estimation only anyway. Slightly wrong results will get damped
1394 * by the averaging of the 8 sample rounds. Additionally the
1395 * value is shortlived. So it will be replaced by the next noise
1396 * calculation round soon. */
1397
Michael Buesche4d6b792007-09-18 15:39:42 -04001398 B43_WARN_ON(!dev->noisecalc.calculation_running);
Michael Buesch1a094042007-09-20 11:13:40 -07001399 *((__le32 *)noise) = cpu_to_le32(b43_jssi_read(dev));
Michael Buesche4d6b792007-09-18 15:39:42 -04001400 if (noise[0] == 0x7F || noise[1] == 0x7F ||
1401 noise[2] == 0x7F || noise[3] == 0x7F)
1402 goto generate_new;
1403
1404 /* Get the noise samples. */
1405 B43_WARN_ON(dev->noisecalc.nr_samples >= 8);
1406 i = dev->noisecalc.nr_samples;
Harvey Harrisoncdbf0842008-05-02 13:47:48 -07001407 noise[0] = clamp_val(noise[0], 0, ARRAY_SIZE(phy->nrssi_lt) - 1);
1408 noise[1] = clamp_val(noise[1], 0, ARRAY_SIZE(phy->nrssi_lt) - 1);
1409 noise[2] = clamp_val(noise[2], 0, ARRAY_SIZE(phy->nrssi_lt) - 1);
1410 noise[3] = clamp_val(noise[3], 0, ARRAY_SIZE(phy->nrssi_lt) - 1);
Michael Buesche4d6b792007-09-18 15:39:42 -04001411 dev->noisecalc.samples[i][0] = phy->nrssi_lt[noise[0]];
1412 dev->noisecalc.samples[i][1] = phy->nrssi_lt[noise[1]];
1413 dev->noisecalc.samples[i][2] = phy->nrssi_lt[noise[2]];
1414 dev->noisecalc.samples[i][3] = phy->nrssi_lt[noise[3]];
1415 dev->noisecalc.nr_samples++;
1416 if (dev->noisecalc.nr_samples == 8) {
1417 /* Calculate the Link Quality by the noise samples. */
1418 average = 0;
1419 for (i = 0; i < 8; i++) {
1420 for (j = 0; j < 4; j++)
1421 average += dev->noisecalc.samples[i][j];
1422 }
1423 average /= (8 * 4);
1424 average *= 125;
1425 average += 64;
1426 average /= 128;
1427 tmp = b43_shm_read16(dev, B43_SHM_SHARED, 0x40C);
1428 tmp = (tmp / 128) & 0x1F;
1429 if (tmp >= 8)
1430 average += 2;
1431 else
1432 average -= 25;
1433 if (tmp == 8)
1434 average -= 72;
1435 else
1436 average -= 48;
1437
1438 dev->stats.link_noise = average;
Rusty Russell3db1cd52011-12-19 13:56:45 +00001439 dev->noisecalc.calculation_running = false;
Michael Buesche4d6b792007-09-18 15:39:42 -04001440 return;
1441 }
Michael Buesch98a3b2f2008-06-12 12:36:29 +02001442generate_new:
Michael Buesche4d6b792007-09-18 15:39:42 -04001443 b43_generate_noise_sample(dev);
1444}
1445
1446static void handle_irq_tbtt_indication(struct b43_wldev *dev)
1447{
Johannes Berg05c914f2008-09-11 00:01:58 +02001448 if (b43_is_mode(dev->wl, NL80211_IFTYPE_AP)) {
Michael Buesche4d6b792007-09-18 15:39:42 -04001449 ///TODO: PS TBTT
1450 } else {
1451 if (1 /*FIXME: the last PSpoll frame was sent successfully */ )
1452 b43_power_saving_ctl_bits(dev, 0);
1453 }
Johannes Berg05c914f2008-09-11 00:01:58 +02001454 if (b43_is_mode(dev->wl, NL80211_IFTYPE_ADHOC))
Rusty Russell3db1cd52011-12-19 13:56:45 +00001455 dev->dfq_valid = true;
Michael Buesche4d6b792007-09-18 15:39:42 -04001456}
1457
1458static void handle_irq_atim_end(struct b43_wldev *dev)
1459{
Michael Bueschaa6c7ae2007-12-26 16:26:36 +01001460 if (dev->dfq_valid) {
1461 b43_write32(dev, B43_MMIO_MACCMD,
1462 b43_read32(dev, B43_MMIO_MACCMD)
1463 | B43_MACCMD_DFQ_VALID);
Rusty Russell3db1cd52011-12-19 13:56:45 +00001464 dev->dfq_valid = false;
Michael Bueschaa6c7ae2007-12-26 16:26:36 +01001465 }
Michael Buesche4d6b792007-09-18 15:39:42 -04001466}
1467
1468static void handle_irq_pmq(struct b43_wldev *dev)
1469{
1470 u32 tmp;
1471
1472 //TODO: AP mode.
1473
1474 while (1) {
1475 tmp = b43_read32(dev, B43_MMIO_PS_STATUS);
1476 if (!(tmp & 0x00000008))
1477 break;
1478 }
1479 /* 16bit write is odd, but correct. */
1480 b43_write16(dev, B43_MMIO_PS_STATUS, 0x0002);
1481}
1482
1483static void b43_write_template_common(struct b43_wldev *dev,
John Daiker99da1852009-02-24 02:16:42 -08001484 const u8 *data, u16 size,
Michael Buesche4d6b792007-09-18 15:39:42 -04001485 u16 ram_offset,
1486 u16 shm_size_offset, u8 rate)
1487{
1488 u32 i, tmp;
1489 struct b43_plcp_hdr4 plcp;
1490
1491 plcp.data = 0;
1492 b43_generate_plcp_hdr(&plcp, size + FCS_LEN, rate);
1493 b43_ram_write(dev, ram_offset, le32_to_cpu(plcp.data));
1494 ram_offset += sizeof(u32);
1495 /* The PLCP is 6 bytes long, but we only wrote 4 bytes, yet.
1496 * So leave the first two bytes of the next write blank.
1497 */
1498 tmp = (u32) (data[0]) << 16;
1499 tmp |= (u32) (data[1]) << 24;
1500 b43_ram_write(dev, ram_offset, tmp);
1501 ram_offset += sizeof(u32);
1502 for (i = 2; i < size; i += sizeof(u32)) {
1503 tmp = (u32) (data[i + 0]);
1504 if (i + 1 < size)
1505 tmp |= (u32) (data[i + 1]) << 8;
1506 if (i + 2 < size)
1507 tmp |= (u32) (data[i + 2]) << 16;
1508 if (i + 3 < size)
1509 tmp |= (u32) (data[i + 3]) << 24;
1510 b43_ram_write(dev, ram_offset + i - 2, tmp);
1511 }
1512 b43_shm_write16(dev, B43_SHM_SHARED, shm_size_offset,
1513 size + sizeof(struct b43_plcp_hdr6));
1514}
1515
Michael Buesch5042c502008-04-05 15:05:00 +02001516/* Check if the use of the antenna that ieee80211 told us to
1517 * use is possible. This will fall back to DEFAULT.
1518 * "antenna_nr" is the antenna identifier we got from ieee80211. */
1519u8 b43_ieee80211_antenna_sanitize(struct b43_wldev *dev,
1520 u8 antenna_nr)
1521{
1522 u8 antenna_mask;
1523
1524 if (antenna_nr == 0) {
1525 /* Zero means "use default antenna". That's always OK. */
1526 return 0;
1527 }
1528
1529 /* Get the mask of available antennas. */
1530 if (dev->phy.gmode)
Rafał Miłecki05814832011-05-18 02:06:39 +02001531 antenna_mask = dev->dev->bus_sprom->ant_available_bg;
Michael Buesch5042c502008-04-05 15:05:00 +02001532 else
Rafał Miłecki05814832011-05-18 02:06:39 +02001533 antenna_mask = dev->dev->bus_sprom->ant_available_a;
Michael Buesch5042c502008-04-05 15:05:00 +02001534
1535 if (!(antenna_mask & (1 << (antenna_nr - 1)))) {
1536 /* This antenna is not available. Fall back to default. */
1537 return 0;
1538 }
1539
1540 return antenna_nr;
1541}
1542
Michael Buesch5042c502008-04-05 15:05:00 +02001543/* Convert a b43 antenna number value to the PHY TX control value. */
1544static u16 b43_antenna_to_phyctl(int antenna)
1545{
1546 switch (antenna) {
1547 case B43_ANTENNA0:
1548 return B43_TXH_PHY_ANT0;
1549 case B43_ANTENNA1:
1550 return B43_TXH_PHY_ANT1;
1551 case B43_ANTENNA2:
1552 return B43_TXH_PHY_ANT2;
1553 case B43_ANTENNA3:
1554 return B43_TXH_PHY_ANT3;
Gábor Stefanik64e368b2009-08-27 22:49:49 +02001555 case B43_ANTENNA_AUTO0:
1556 case B43_ANTENNA_AUTO1:
Michael Buesch5042c502008-04-05 15:05:00 +02001557 return B43_TXH_PHY_ANT01AUTO;
1558 }
1559 B43_WARN_ON(1);
1560 return 0;
1561}
1562
Michael Buesche4d6b792007-09-18 15:39:42 -04001563static void b43_write_beacon_template(struct b43_wldev *dev,
1564 u16 ram_offset,
Michael Buesch5042c502008-04-05 15:05:00 +02001565 u16 shm_size_offset)
Michael Buesche4d6b792007-09-18 15:39:42 -04001566{
Michael Buesch47f76ca2007-12-27 22:15:11 +01001567 unsigned int i, len, variable_len;
Michael Buesche66fee62007-12-26 17:47:10 +01001568 const struct ieee80211_mgmt *bcn;
1569 const u8 *ie;
Rusty Russell3db1cd52011-12-19 13:56:45 +00001570 bool tim_found = false;
Michael Buesch5042c502008-04-05 15:05:00 +02001571 unsigned int rate;
1572 u16 ctl;
1573 int antenna;
Johannes Berge039fa42008-05-15 12:55:29 +02001574 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(dev->wl->current_beacon);
Michael Buesche4d6b792007-09-18 15:39:42 -04001575
Michael Buesche66fee62007-12-26 17:47:10 +01001576 bcn = (const struct ieee80211_mgmt *)(dev->wl->current_beacon->data);
Silvan Jegenc8e49552014-02-25 18:12:52 +01001577 len = min_t(size_t, dev->wl->current_beacon->len,
Michael Buesche4d6b792007-09-18 15:39:42 -04001578 0x200 - sizeof(struct b43_plcp_hdr6));
Johannes Berge039fa42008-05-15 12:55:29 +02001579 rate = ieee80211_get_tx_rate(dev->wl->hw, info)->hw_value;
Michael Buesche66fee62007-12-26 17:47:10 +01001580
1581 b43_write_template_common(dev, (const u8 *)bcn,
Michael Buesche4d6b792007-09-18 15:39:42 -04001582 len, ram_offset, shm_size_offset, rate);
Michael Buesche66fee62007-12-26 17:47:10 +01001583
Michael Buesch5042c502008-04-05 15:05:00 +02001584 /* Write the PHY TX control parameters. */
Johannes Berg0f4ac382008-10-09 12:18:04 +02001585 antenna = B43_ANTENNA_DEFAULT;
Michael Buesch5042c502008-04-05 15:05:00 +02001586 antenna = b43_antenna_to_phyctl(antenna);
1587 ctl = b43_shm_read16(dev, B43_SHM_SHARED, B43_SHM_SH_BEACPHYCTL);
1588 /* We can't send beacons with short preamble. Would get PHY errors. */
1589 ctl &= ~B43_TXH_PHY_SHORTPRMBL;
1590 ctl &= ~B43_TXH_PHY_ANT;
1591 ctl &= ~B43_TXH_PHY_ENC;
1592 ctl |= antenna;
1593 if (b43_is_cck_rate(rate))
1594 ctl |= B43_TXH_PHY_ENC_CCK;
1595 else
1596 ctl |= B43_TXH_PHY_ENC_OFDM;
1597 b43_shm_write16(dev, B43_SHM_SHARED, B43_SHM_SH_BEACPHYCTL, ctl);
1598
Michael Buesche66fee62007-12-26 17:47:10 +01001599 /* Find the position of the TIM and the DTIM_period value
1600 * and write them to SHM. */
1601 ie = bcn->u.beacon.variable;
Michael Buesch47f76ca2007-12-27 22:15:11 +01001602 variable_len = len - offsetof(struct ieee80211_mgmt, u.beacon.variable);
1603 for (i = 0; i < variable_len - 2; ) {
Michael Buesche66fee62007-12-26 17:47:10 +01001604 uint8_t ie_id, ie_len;
1605
1606 ie_id = ie[i];
1607 ie_len = ie[i + 1];
1608 if (ie_id == 5) {
1609 u16 tim_position;
1610 u16 dtim_period;
1611 /* This is the TIM Information Element */
1612
1613 /* Check whether the ie_len is in the beacon data range. */
Michael Buesch47f76ca2007-12-27 22:15:11 +01001614 if (variable_len < ie_len + 2 + i)
Michael Buesche66fee62007-12-26 17:47:10 +01001615 break;
1616 /* A valid TIM is at least 4 bytes long. */
1617 if (ie_len < 4)
1618 break;
Rusty Russell3db1cd52011-12-19 13:56:45 +00001619 tim_found = true;
Michael Buesche66fee62007-12-26 17:47:10 +01001620
1621 tim_position = sizeof(struct b43_plcp_hdr6);
1622 tim_position += offsetof(struct ieee80211_mgmt, u.beacon.variable);
1623 tim_position += i;
1624
1625 dtim_period = ie[i + 3];
1626
1627 b43_shm_write16(dev, B43_SHM_SHARED,
1628 B43_SHM_SH_TIMBPOS, tim_position);
1629 b43_shm_write16(dev, B43_SHM_SHARED,
1630 B43_SHM_SH_DTIMPER, dtim_period);
1631 break;
1632 }
1633 i += ie_len + 2;
1634 }
1635 if (!tim_found) {
Johannes Berg04dea132008-05-20 12:10:49 +02001636 /*
1637 * If ucode wants to modify TIM do it behind the beacon, this
1638 * will happen, for example, when doing mesh networking.
1639 */
1640 b43_shm_write16(dev, B43_SHM_SHARED,
1641 B43_SHM_SH_TIMBPOS,
1642 len + sizeof(struct b43_plcp_hdr6));
1643 b43_shm_write16(dev, B43_SHM_SHARED,
1644 B43_SHM_SH_DTIMPER, 0);
1645 }
1646 b43dbg(dev->wl, "Updated beacon template at 0x%x\n", ram_offset);
Michael Buesche4d6b792007-09-18 15:39:42 -04001647}
1648
Michael Buesch6b4bec02008-05-20 12:16:28 +02001649static void b43_upload_beacon0(struct b43_wldev *dev)
1650{
1651 struct b43_wl *wl = dev->wl;
1652
1653 if (wl->beacon0_uploaded)
1654 return;
Hauke Mehrtens5c1da232013-03-23 18:07:02 +01001655 b43_write_beacon_template(dev, B43_SHM_SH_BT_BASE0, B43_SHM_SH_BTL0);
Rusty Russell3db1cd52011-12-19 13:56:45 +00001656 wl->beacon0_uploaded = true;
Michael Buesch6b4bec02008-05-20 12:16:28 +02001657}
1658
1659static void b43_upload_beacon1(struct b43_wldev *dev)
1660{
1661 struct b43_wl *wl = dev->wl;
1662
1663 if (wl->beacon1_uploaded)
1664 return;
Hauke Mehrtens5c1da232013-03-23 18:07:02 +01001665 b43_write_beacon_template(dev, B43_SHM_SH_BT_BASE1, B43_SHM_SH_BTL1);
Rusty Russell3db1cd52011-12-19 13:56:45 +00001666 wl->beacon1_uploaded = true;
Michael Buesch6b4bec02008-05-20 12:16:28 +02001667}
1668
Michael Bueschc97a4cc2008-04-05 15:02:09 +02001669static void handle_irq_beacon(struct b43_wldev *dev)
1670{
1671 struct b43_wl *wl = dev->wl;
1672 u32 cmd, beacon0_valid, beacon1_valid;
1673
Johannes Berg05c914f2008-09-11 00:01:58 +02001674 if (!b43_is_mode(wl, NL80211_IFTYPE_AP) &&
Manual Munz8c235162011-09-18 18:24:03 -05001675 !b43_is_mode(wl, NL80211_IFTYPE_MESH_POINT) &&
1676 !b43_is_mode(wl, NL80211_IFTYPE_ADHOC))
Michael Bueschc97a4cc2008-04-05 15:02:09 +02001677 return;
1678
1679 /* This is the bottom half of the asynchronous beacon update. */
1680
1681 /* Ignore interrupt in the future. */
Michael Buesch13790722009-04-08 21:26:27 +02001682 dev->irq_mask &= ~B43_IRQ_BEACON;
Michael Bueschc97a4cc2008-04-05 15:02:09 +02001683
1684 cmd = b43_read32(dev, B43_MMIO_MACCMD);
1685 beacon0_valid = (cmd & B43_MACCMD_BEACON0_VALID);
1686 beacon1_valid = (cmd & B43_MACCMD_BEACON1_VALID);
1687
1688 /* Schedule interrupt manually, if busy. */
1689 if (beacon0_valid && beacon1_valid) {
1690 b43_write32(dev, B43_MMIO_GEN_IRQ_REASON, B43_IRQ_BEACON);
Michael Buesch13790722009-04-08 21:26:27 +02001691 dev->irq_mask |= B43_IRQ_BEACON;
Michael Bueschc97a4cc2008-04-05 15:02:09 +02001692 return;
1693 }
1694
Michael Buesch6b4bec02008-05-20 12:16:28 +02001695 if (unlikely(wl->beacon_templates_virgin)) {
1696 /* We never uploaded a beacon before.
1697 * Upload both templates now, but only mark one valid. */
Rusty Russell3db1cd52011-12-19 13:56:45 +00001698 wl->beacon_templates_virgin = false;
Michael Buesch6b4bec02008-05-20 12:16:28 +02001699 b43_upload_beacon0(dev);
1700 b43_upload_beacon1(dev);
Michael Bueschc97a4cc2008-04-05 15:02:09 +02001701 cmd = b43_read32(dev, B43_MMIO_MACCMD);
1702 cmd |= B43_MACCMD_BEACON0_VALID;
1703 b43_write32(dev, B43_MMIO_MACCMD, cmd);
Michael Buesch6b4bec02008-05-20 12:16:28 +02001704 } else {
1705 if (!beacon0_valid) {
1706 b43_upload_beacon0(dev);
1707 cmd = b43_read32(dev, B43_MMIO_MACCMD);
1708 cmd |= B43_MACCMD_BEACON0_VALID;
1709 b43_write32(dev, B43_MMIO_MACCMD, cmd);
1710 } else if (!beacon1_valid) {
1711 b43_upload_beacon1(dev);
1712 cmd = b43_read32(dev, B43_MMIO_MACCMD);
1713 cmd |= B43_MACCMD_BEACON1_VALID;
1714 b43_write32(dev, B43_MMIO_MACCMD, cmd);
Michael Bueschc97a4cc2008-04-05 15:02:09 +02001715 }
Michael Bueschc97a4cc2008-04-05 15:02:09 +02001716 }
1717}
1718
Michael Buesch36dbd952009-09-04 22:51:29 +02001719static void b43_do_beacon_update_trigger_work(struct b43_wldev *dev)
1720{
1721 u32 old_irq_mask = dev->irq_mask;
1722
1723 /* update beacon right away or defer to irq */
1724 handle_irq_beacon(dev);
1725 if (old_irq_mask != dev->irq_mask) {
1726 /* The handler updated the IRQ mask. */
1727 B43_WARN_ON(!dev->irq_mask);
1728 if (b43_read32(dev, B43_MMIO_GEN_IRQ_MASK)) {
1729 b43_write32(dev, B43_MMIO_GEN_IRQ_MASK, dev->irq_mask);
1730 } else {
1731 /* Device interrupts are currently disabled. That means
1732 * we just ran the hardirq handler and scheduled the
1733 * IRQ thread. The thread will write the IRQ mask when
1734 * it finished, so there's nothing to do here. Writing
1735 * the mask _here_ would incorrectly re-enable IRQs. */
1736 }
1737 }
1738}
1739
Michael Buescha82d9922008-04-04 21:40:06 +02001740static void b43_beacon_update_trigger_work(struct work_struct *work)
1741{
1742 struct b43_wl *wl = container_of(work, struct b43_wl,
1743 beacon_update_trigger);
1744 struct b43_wldev *dev;
1745
1746 mutex_lock(&wl->mutex);
1747 dev = wl->current_dev;
1748 if (likely(dev && (b43_status(dev) >= B43_STAT_INITIALIZED))) {
Rafał Miłecki505fb012011-05-19 15:11:27 +02001749 if (b43_bus_host_is_sdio(dev->dev)) {
Michael Buesch36dbd952009-09-04 22:51:29 +02001750 /* wl->mutex is enough. */
1751 b43_do_beacon_update_trigger_work(dev);
1752 mmiowb();
1753 } else {
1754 spin_lock_irq(&wl->hardirq_lock);
1755 b43_do_beacon_update_trigger_work(dev);
1756 mmiowb();
1757 spin_unlock_irq(&wl->hardirq_lock);
1758 }
Michael Buescha82d9922008-04-04 21:40:06 +02001759 }
1760 mutex_unlock(&wl->mutex);
1761}
1762
Michael Bueschd4df6f1a2007-12-26 18:04:14 +01001763/* Asynchronously update the packet templates in template RAM.
Michael Buesch36dbd952009-09-04 22:51:29 +02001764 * Locking: Requires wl->mutex to be locked. */
Johannes Berg9d139c82008-07-09 14:40:37 +02001765static void b43_update_templates(struct b43_wl *wl)
Michael Buesche4d6b792007-09-18 15:39:42 -04001766{
Johannes Berg9d139c82008-07-09 14:40:37 +02001767 struct sk_buff *beacon;
1768
Michael Buesche66fee62007-12-26 17:47:10 +01001769 /* This is the top half of the ansynchronous beacon update.
1770 * The bottom half is the beacon IRQ.
1771 * Beacon update must be asynchronous to avoid sending an
1772 * invalid beacon. This can happen for example, if the firmware
1773 * transmits a beacon while we are updating it. */
Michael Buesche4d6b792007-09-18 15:39:42 -04001774
Johannes Berg9d139c82008-07-09 14:40:37 +02001775 /* We could modify the existing beacon and set the aid bit in
1776 * the TIM field, but that would probably require resizing and
1777 * moving of data within the beacon template.
1778 * Simply request a new beacon and let mac80211 do the hard work. */
1779 beacon = ieee80211_beacon_get(wl->hw, wl->vif);
1780 if (unlikely(!beacon))
1781 return;
1782
Michael Buesche66fee62007-12-26 17:47:10 +01001783 if (wl->current_beacon)
1784 dev_kfree_skb_any(wl->current_beacon);
1785 wl->current_beacon = beacon;
Rusty Russell3db1cd52011-12-19 13:56:45 +00001786 wl->beacon0_uploaded = false;
1787 wl->beacon1_uploaded = false;
Luis R. Rodriguez42935ec2009-07-29 20:08:07 -04001788 ieee80211_queue_work(wl->hw, &wl->beacon_update_trigger);
Michael Buesche4d6b792007-09-18 15:39:42 -04001789}
1790
Michael Buesche4d6b792007-09-18 15:39:42 -04001791static void b43_set_beacon_int(struct b43_wldev *dev, u16 beacon_int)
1792{
1793 b43_time_lock(dev);
Rafał Miłecki21d889d2011-05-18 02:06:38 +02001794 if (dev->dev->core_rev >= 3) {
Michael Buescha82d9922008-04-04 21:40:06 +02001795 b43_write32(dev, B43_MMIO_TSF_CFP_REP, (beacon_int << 16));
1796 b43_write32(dev, B43_MMIO_TSF_CFP_START, (beacon_int << 10));
Michael Buesche4d6b792007-09-18 15:39:42 -04001797 } else {
1798 b43_write16(dev, 0x606, (beacon_int >> 6));
1799 b43_write16(dev, 0x610, beacon_int);
1800 }
1801 b43_time_unlock(dev);
Michael Buescha82d9922008-04-04 21:40:06 +02001802 b43dbg(dev->wl, "Set beacon interval to %u\n", beacon_int);
Michael Buesche4d6b792007-09-18 15:39:42 -04001803}
1804
Michael Bueschafa83e22008-05-19 23:51:37 +02001805static void b43_handle_firmware_panic(struct b43_wldev *dev)
1806{
1807 u16 reason;
1808
1809 /* Read the register that contains the reason code for the panic. */
1810 reason = b43_shm_read16(dev, B43_SHM_SCRATCH, B43_FWPANIC_REASON_REG);
1811 b43err(dev->wl, "Whoopsy, firmware panic! Reason: %u\n", reason);
1812
1813 switch (reason) {
1814 default:
1815 b43dbg(dev->wl, "The panic reason is unknown.\n");
1816 /* fallthrough */
1817 case B43_FWPANIC_DIE:
1818 /* Do not restart the controller or firmware.
1819 * The device is nonfunctional from now on.
1820 * Restarting would result in this panic to trigger again,
1821 * so we avoid that recursion. */
1822 break;
1823 case B43_FWPANIC_RESTART:
1824 b43_controller_restart(dev, "Microcode panic");
1825 break;
1826 }
1827}
1828
Michael Buesche4d6b792007-09-18 15:39:42 -04001829static void handle_irq_ucode_debug(struct b43_wldev *dev)
1830{
Michael Buesche48b0ee2008-05-17 22:44:35 +02001831 unsigned int i, cnt;
Michael Buesch53c06852008-05-20 00:24:36 +02001832 u16 reason, marker_id, marker_line;
Michael Buesche48b0ee2008-05-17 22:44:35 +02001833 __le16 *buf;
1834
1835 /* The proprietary firmware doesn't have this IRQ. */
1836 if (!dev->fw.opensource)
1837 return;
1838
Michael Bueschafa83e22008-05-19 23:51:37 +02001839 /* Read the register that contains the reason code for this IRQ. */
1840 reason = b43_shm_read16(dev, B43_SHM_SCRATCH, B43_DEBUGIRQ_REASON_REG);
1841
Michael Buesche48b0ee2008-05-17 22:44:35 +02001842 switch (reason) {
1843 case B43_DEBUGIRQ_PANIC:
Michael Bueschafa83e22008-05-19 23:51:37 +02001844 b43_handle_firmware_panic(dev);
Michael Buesche48b0ee2008-05-17 22:44:35 +02001845 break;
1846 case B43_DEBUGIRQ_DUMP_SHM:
1847 if (!B43_DEBUG)
1848 break; /* Only with driver debugging enabled. */
1849 buf = kmalloc(4096, GFP_ATOMIC);
1850 if (!buf) {
1851 b43dbg(dev->wl, "SHM-dump: Failed to allocate memory\n");
1852 goto out;
1853 }
1854 for (i = 0; i < 4096; i += 2) {
1855 u16 tmp = b43_shm_read16(dev, B43_SHM_SHARED, i);
1856 buf[i / 2] = cpu_to_le16(tmp);
1857 }
1858 b43info(dev->wl, "Shared memory dump:\n");
1859 print_hex_dump(KERN_INFO, "", DUMP_PREFIX_OFFSET,
1860 16, 2, buf, 4096, 1);
1861 kfree(buf);
1862 break;
1863 case B43_DEBUGIRQ_DUMP_REGS:
1864 if (!B43_DEBUG)
1865 break; /* Only with driver debugging enabled. */
1866 b43info(dev->wl, "Microcode register dump:\n");
1867 for (i = 0, cnt = 0; i < 64; i++) {
1868 u16 tmp = b43_shm_read16(dev, B43_SHM_SCRATCH, i);
1869 if (cnt == 0)
1870 printk(KERN_INFO);
1871 printk("r%02u: 0x%04X ", i, tmp);
1872 cnt++;
1873 if (cnt == 6) {
1874 printk("\n");
1875 cnt = 0;
1876 }
1877 }
1878 printk("\n");
1879 break;
Michael Buesch53c06852008-05-20 00:24:36 +02001880 case B43_DEBUGIRQ_MARKER:
1881 if (!B43_DEBUG)
1882 break; /* Only with driver debugging enabled. */
1883 marker_id = b43_shm_read16(dev, B43_SHM_SCRATCH,
1884 B43_MARKER_ID_REG);
1885 marker_line = b43_shm_read16(dev, B43_SHM_SCRATCH,
1886 B43_MARKER_LINE_REG);
1887 b43info(dev->wl, "The firmware just executed the MARKER(%u) "
1888 "at line number %u\n",
1889 marker_id, marker_line);
1890 break;
Michael Buesche48b0ee2008-05-17 22:44:35 +02001891 default:
1892 b43dbg(dev->wl, "Debug-IRQ triggered for unknown reason: %u\n",
1893 reason);
1894 }
1895out:
Michael Bueschafa83e22008-05-19 23:51:37 +02001896 /* Acknowledge the debug-IRQ, so the firmware can continue. */
1897 b43_shm_write16(dev, B43_SHM_SCRATCH,
1898 B43_DEBUGIRQ_REASON_REG, B43_DEBUGIRQ_ACK);
Michael Buesche4d6b792007-09-18 15:39:42 -04001899}
1900
Michael Buesch36dbd952009-09-04 22:51:29 +02001901static void b43_do_interrupt_thread(struct b43_wldev *dev)
Michael Buesche4d6b792007-09-18 15:39:42 -04001902{
1903 u32 reason;
1904 u32 dma_reason[ARRAY_SIZE(dev->dma_reason)];
1905 u32 merged_dma_reason = 0;
Michael Buesch21954c32007-09-27 15:31:40 +02001906 int i;
Michael Buesche4d6b792007-09-18 15:39:42 -04001907
Michael Buesch36dbd952009-09-04 22:51:29 +02001908 if (unlikely(b43_status(dev) != B43_STAT_STARTED))
1909 return;
Michael Buesche4d6b792007-09-18 15:39:42 -04001910
1911 reason = dev->irq_reason;
1912 for (i = 0; i < ARRAY_SIZE(dma_reason); i++) {
1913 dma_reason[i] = dev->dma_reason[i];
1914 merged_dma_reason |= dma_reason[i];
1915 }
1916
1917 if (unlikely(reason & B43_IRQ_MAC_TXERR))
1918 b43err(dev->wl, "MAC transmission error\n");
1919
Stefano Brivio00e0b8c2007-11-25 11:10:33 +01001920 if (unlikely(reason & B43_IRQ_PHY_TXERR)) {
Michael Buesche4d6b792007-09-18 15:39:42 -04001921 b43err(dev->wl, "PHY transmission error\n");
Stefano Brivio00e0b8c2007-11-25 11:10:33 +01001922 rmb();
1923 if (unlikely(atomic_dec_and_test(&dev->phy.txerr_cnt))) {
1924 atomic_set(&dev->phy.txerr_cnt,
1925 B43_PHY_TX_BADNESS_LIMIT);
1926 b43err(dev->wl, "Too many PHY TX errors, "
1927 "restarting the controller\n");
1928 b43_controller_restart(dev, "PHY TX errors");
1929 }
1930 }
Michael Buesche4d6b792007-09-18 15:39:42 -04001931
Thommy Jakobsson73b82bf2013-04-23 21:45:11 +02001932 if (unlikely(merged_dma_reason & (B43_DMAIRQ_FATALMASK))) {
1933 b43err(dev->wl,
1934 "Fatal DMA error: 0x%08X, 0x%08X, 0x%08X, 0x%08X, 0x%08X, 0x%08X\n",
1935 dma_reason[0], dma_reason[1],
1936 dma_reason[2], dma_reason[3],
1937 dma_reason[4], dma_reason[5]);
1938 b43err(dev->wl, "This device does not support DMA "
Larry Fingerbb64d952010-06-19 08:29:08 -05001939 "on your system. It will now be switched to PIO.\n");
Thommy Jakobsson73b82bf2013-04-23 21:45:11 +02001940 /* Fall back to PIO transfers if we get fatal DMA errors! */
1941 dev->use_pio = true;
1942 b43_controller_restart(dev, "DMA error");
1943 return;
Michael Buesche4d6b792007-09-18 15:39:42 -04001944 }
1945
1946 if (unlikely(reason & B43_IRQ_UCODE_DEBUG))
1947 handle_irq_ucode_debug(dev);
1948 if (reason & B43_IRQ_TBTT_INDI)
1949 handle_irq_tbtt_indication(dev);
1950 if (reason & B43_IRQ_ATIM_END)
1951 handle_irq_atim_end(dev);
1952 if (reason & B43_IRQ_BEACON)
1953 handle_irq_beacon(dev);
1954 if (reason & B43_IRQ_PMQ)
1955 handle_irq_pmq(dev);
Michael Buesch21954c32007-09-27 15:31:40 +02001956 if (reason & B43_IRQ_TXFIFO_FLUSH_OK)
1957 ;/* TODO */
1958 if (reason & B43_IRQ_NOISESAMPLE_OK)
Michael Buesche4d6b792007-09-18 15:39:42 -04001959 handle_irq_noise(dev);
1960
1961 /* Check the DMA reason registers for received data. */
Thommy Jakobsson73b82bf2013-04-23 21:45:11 +02001962 if (dma_reason[0] & B43_DMAIRQ_RDESC_UFLOW) {
1963 if (B43_DEBUG)
1964 b43warn(dev->wl, "RX descriptor underrun\n");
1965 b43_dma_handle_rx_overflow(dev->dma.rx_ring);
1966 }
Michael Buesch5100d5a2008-03-29 21:01:16 +01001967 if (dma_reason[0] & B43_DMAIRQ_RX_DONE) {
1968 if (b43_using_pio_transfers(dev))
1969 b43_pio_rx(dev->pio.rx_queue);
1970 else
1971 b43_dma_rx(dev->dma.rx_ring);
1972 }
Michael Buesche4d6b792007-09-18 15:39:42 -04001973 B43_WARN_ON(dma_reason[1] & B43_DMAIRQ_RX_DONE);
1974 B43_WARN_ON(dma_reason[2] & B43_DMAIRQ_RX_DONE);
Michael Bueschb27faf82008-03-06 16:32:46 +01001975 B43_WARN_ON(dma_reason[3] & B43_DMAIRQ_RX_DONE);
Michael Buesche4d6b792007-09-18 15:39:42 -04001976 B43_WARN_ON(dma_reason[4] & B43_DMAIRQ_RX_DONE);
1977 B43_WARN_ON(dma_reason[5] & B43_DMAIRQ_RX_DONE);
1978
Michael Buesch21954c32007-09-27 15:31:40 +02001979 if (reason & B43_IRQ_TX_OK)
Michael Buesche4d6b792007-09-18 15:39:42 -04001980 handle_irq_transmit_status(dev);
Michael Buesche4d6b792007-09-18 15:39:42 -04001981
Michael Buesch36dbd952009-09-04 22:51:29 +02001982 /* Re-enable interrupts on the device by restoring the current interrupt mask. */
Michael Buesch13790722009-04-08 21:26:27 +02001983 b43_write32(dev, B43_MMIO_GEN_IRQ_MASK, dev->irq_mask);
Michael Buesch990b86f2009-09-12 00:48:03 +02001984
1985#if B43_DEBUG
1986 if (b43_debug(dev, B43_DBG_VERBOSESTATS)) {
1987 dev->irq_count++;
1988 for (i = 0; i < ARRAY_SIZE(dev->irq_bit_count); i++) {
1989 if (reason & (1 << i))
1990 dev->irq_bit_count[i]++;
1991 }
1992 }
1993#endif
Michael Buesche4d6b792007-09-18 15:39:42 -04001994}
1995
Michael Buesch36dbd952009-09-04 22:51:29 +02001996/* Interrupt thread handler. Handles device interrupts in thread context. */
1997static irqreturn_t b43_interrupt_thread_handler(int irq, void *dev_id)
Michael Buesche4d6b792007-09-18 15:39:42 -04001998{
Michael Buesche4d6b792007-09-18 15:39:42 -04001999 struct b43_wldev *dev = dev_id;
Michael Buesch36dbd952009-09-04 22:51:29 +02002000
2001 mutex_lock(&dev->wl->mutex);
2002 b43_do_interrupt_thread(dev);
2003 mmiowb();
2004 mutex_unlock(&dev->wl->mutex);
2005
2006 return IRQ_HANDLED;
2007}
2008
2009static irqreturn_t b43_do_interrupt(struct b43_wldev *dev)
2010{
Michael Buesche4d6b792007-09-18 15:39:42 -04002011 u32 reason;
2012
Michael Buesch36dbd952009-09-04 22:51:29 +02002013 /* This code runs under wl->hardirq_lock, but _only_ on non-SDIO busses.
2014 * On SDIO, this runs under wl->mutex. */
Michael Buesche4d6b792007-09-18 15:39:42 -04002015
Michael Buesche4d6b792007-09-18 15:39:42 -04002016 reason = b43_read32(dev, B43_MMIO_GEN_IRQ_REASON);
2017 if (reason == 0xffffffff) /* shared IRQ */
Michael Buesch36dbd952009-09-04 22:51:29 +02002018 return IRQ_NONE;
Michael Buesch13790722009-04-08 21:26:27 +02002019 reason &= dev->irq_mask;
Michael Buesche4d6b792007-09-18 15:39:42 -04002020 if (!reason)
Sebastian Andrzej Siewiorcae56142011-07-07 21:58:10 +02002021 return IRQ_NONE;
Michael Buesche4d6b792007-09-18 15:39:42 -04002022
2023 dev->dma_reason[0] = b43_read32(dev, B43_MMIO_DMA0_REASON)
Thommy Jakobsson73b82bf2013-04-23 21:45:11 +02002024 & 0x0001FC00;
Michael Buesche4d6b792007-09-18 15:39:42 -04002025 dev->dma_reason[1] = b43_read32(dev, B43_MMIO_DMA1_REASON)
2026 & 0x0000DC00;
2027 dev->dma_reason[2] = b43_read32(dev, B43_MMIO_DMA2_REASON)
2028 & 0x0000DC00;
2029 dev->dma_reason[3] = b43_read32(dev, B43_MMIO_DMA3_REASON)
2030 & 0x0001DC00;
2031 dev->dma_reason[4] = b43_read32(dev, B43_MMIO_DMA4_REASON)
2032 & 0x0000DC00;
Michael Buesch13790722009-04-08 21:26:27 +02002033/* Unused ring
Michael Buesche4d6b792007-09-18 15:39:42 -04002034 dev->dma_reason[5] = b43_read32(dev, B43_MMIO_DMA5_REASON)
2035 & 0x0000DC00;
Michael Buesch13790722009-04-08 21:26:27 +02002036*/
Michael Buesche4d6b792007-09-18 15:39:42 -04002037
Michael Buesch36dbd952009-09-04 22:51:29 +02002038 /* ACK the interrupt. */
2039 b43_write32(dev, B43_MMIO_GEN_IRQ_REASON, reason);
2040 b43_write32(dev, B43_MMIO_DMA0_REASON, dev->dma_reason[0]);
2041 b43_write32(dev, B43_MMIO_DMA1_REASON, dev->dma_reason[1]);
2042 b43_write32(dev, B43_MMIO_DMA2_REASON, dev->dma_reason[2]);
2043 b43_write32(dev, B43_MMIO_DMA3_REASON, dev->dma_reason[3]);
2044 b43_write32(dev, B43_MMIO_DMA4_REASON, dev->dma_reason[4]);
2045/* Unused ring
2046 b43_write32(dev, B43_MMIO_DMA5_REASON, dev->dma_reason[5]);
2047*/
2048
2049 /* Disable IRQs on the device. The IRQ thread handler will re-enable them. */
Michael Buesch13790722009-04-08 21:26:27 +02002050 b43_write32(dev, B43_MMIO_GEN_IRQ_MASK, 0);
Michael Buesch36dbd952009-09-04 22:51:29 +02002051 /* Save the reason bitmasks for the IRQ thread handler. */
Michael Buesche4d6b792007-09-18 15:39:42 -04002052 dev->irq_reason = reason;
Michael Buesch36dbd952009-09-04 22:51:29 +02002053
2054 return IRQ_WAKE_THREAD;
2055}
2056
2057/* Interrupt handler top-half. This runs with interrupts disabled. */
2058static irqreturn_t b43_interrupt_handler(int irq, void *dev_id)
2059{
2060 struct b43_wldev *dev = dev_id;
2061 irqreturn_t ret;
2062
2063 if (unlikely(b43_status(dev) < B43_STAT_STARTED))
2064 return IRQ_NONE;
2065
2066 spin_lock(&dev->wl->hardirq_lock);
2067 ret = b43_do_interrupt(dev);
Michael Buesche4d6b792007-09-18 15:39:42 -04002068 mmiowb();
Michael Buesch36dbd952009-09-04 22:51:29 +02002069 spin_unlock(&dev->wl->hardirq_lock);
Michael Buesche4d6b792007-09-18 15:39:42 -04002070
2071 return ret;
2072}
2073
Albert Herranz3dbba8e2009-09-10 19:34:49 +02002074/* SDIO interrupt handler. This runs in process context. */
2075static void b43_sdio_interrupt_handler(struct b43_wldev *dev)
2076{
2077 struct b43_wl *wl = dev->wl;
Albert Herranz3dbba8e2009-09-10 19:34:49 +02002078 irqreturn_t ret;
2079
Albert Herranz3dbba8e2009-09-10 19:34:49 +02002080 mutex_lock(&wl->mutex);
Albert Herranz3dbba8e2009-09-10 19:34:49 +02002081
2082 ret = b43_do_interrupt(dev);
2083 if (ret == IRQ_WAKE_THREAD)
2084 b43_do_interrupt_thread(dev);
2085
Albert Herranz3dbba8e2009-09-10 19:34:49 +02002086 mutex_unlock(&wl->mutex);
2087}
2088
Michael Buesch1a9f5092009-01-23 21:21:51 +01002089void b43_do_release_fw(struct b43_firmware_file *fw)
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002090{
2091 release_firmware(fw->data);
2092 fw->data = NULL;
2093 fw->filename = NULL;
2094}
2095
Michael Buesche4d6b792007-09-18 15:39:42 -04002096static void b43_release_firmware(struct b43_wldev *dev)
2097{
Larry Finger0673eff2014-01-12 15:11:38 -06002098 complete(&dev->fw_load_complete);
Michael Buesch1a9f5092009-01-23 21:21:51 +01002099 b43_do_release_fw(&dev->fw.ucode);
2100 b43_do_release_fw(&dev->fw.pcm);
2101 b43_do_release_fw(&dev->fw.initvals);
2102 b43_do_release_fw(&dev->fw.initvals_band);
Michael Buesche4d6b792007-09-18 15:39:42 -04002103}
2104
Michael Buescheb189d8b2008-01-28 14:47:41 -08002105static void b43_print_fw_helptext(struct b43_wl *wl, bool error)
Michael Buesche4d6b792007-09-18 15:39:42 -04002106{
Hannes Ederfc68ed42009-02-14 11:50:06 +00002107 const char text[] =
2108 "You must go to " \
2109 "http://wireless.kernel.org/en/users/Drivers/b43#devicefirmware " \
2110 "and download the correct firmware for this driver version. " \
2111 "Please carefully read all instructions on this website.\n";
Michael Buescheb189d8b2008-01-28 14:47:41 -08002112
Michael Buescheb189d8b2008-01-28 14:47:41 -08002113 if (error)
2114 b43err(wl, text);
2115 else
2116 b43warn(wl, text);
Michael Buesche4d6b792007-09-18 15:39:42 -04002117}
2118
Larry Finger5e20a4b2012-12-20 15:55:01 -06002119static void b43_fw_cb(const struct firmware *firmware, void *context)
2120{
2121 struct b43_request_fw_context *ctx = context;
2122
2123 ctx->blob = firmware;
Larry Finger0673eff2014-01-12 15:11:38 -06002124 complete(&ctx->dev->fw_load_complete);
Larry Finger5e20a4b2012-12-20 15:55:01 -06002125}
2126
Michael Buesch1a9f5092009-01-23 21:21:51 +01002127int b43_do_request_fw(struct b43_request_fw_context *ctx,
2128 const char *name,
Larry Finger5e20a4b2012-12-20 15:55:01 -06002129 struct b43_firmware_file *fw, bool async)
Michael Buesche4d6b792007-09-18 15:39:42 -04002130{
Michael Buesche4d6b792007-09-18 15:39:42 -04002131 struct b43_fw_header *hdr;
2132 u32 size;
2133 int err;
2134
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002135 if (!name) {
2136 /* Don't fetch anything. Free possibly cached firmware. */
Michael Buesch1a9f5092009-01-23 21:21:51 +01002137 /* FIXME: We should probably keep it anyway, to save some headache
2138 * on suspend/resume with multiband devices. */
2139 b43_do_release_fw(fw);
Michael Buesche4d6b792007-09-18 15:39:42 -04002140 return 0;
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002141 }
2142 if (fw->filename) {
Michael Buesch1a9f5092009-01-23 21:21:51 +01002143 if ((fw->type == ctx->req_type) &&
2144 (strcmp(fw->filename, name) == 0))
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002145 return 0; /* Already have this fw. */
2146 /* Free the cached firmware first. */
Michael Buesch1a9f5092009-01-23 21:21:51 +01002147 /* FIXME: We should probably do this later after we successfully
2148 * got the new fw. This could reduce headache with multiband devices.
2149 * We could also redesign this to cache the firmware for all possible
2150 * bands all the time. */
2151 b43_do_release_fw(fw);
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002152 }
Michael Buesche4d6b792007-09-18 15:39:42 -04002153
Michael Buesch1a9f5092009-01-23 21:21:51 +01002154 switch (ctx->req_type) {
2155 case B43_FWTYPE_PROPRIETARY:
2156 snprintf(ctx->fwname, sizeof(ctx->fwname),
2157 "b43%s/%s.fw",
2158 modparam_fwpostfix, name);
2159 break;
2160 case B43_FWTYPE_OPENSOURCE:
2161 snprintf(ctx->fwname, sizeof(ctx->fwname),
2162 "b43-open%s/%s.fw",
2163 modparam_fwpostfix, name);
2164 break;
2165 default:
2166 B43_WARN_ON(1);
2167 return -ENOSYS;
2168 }
Larry Finger5e20a4b2012-12-20 15:55:01 -06002169 if (async) {
2170 /* do this part asynchronously */
Larry Finger0673eff2014-01-12 15:11:38 -06002171 init_completion(&ctx->dev->fw_load_complete);
Larry Finger5e20a4b2012-12-20 15:55:01 -06002172 err = request_firmware_nowait(THIS_MODULE, 1, ctx->fwname,
2173 ctx->dev->dev->dev, GFP_KERNEL,
2174 ctx, b43_fw_cb);
2175 if (err < 0) {
2176 pr_err("Unable to load firmware\n");
2177 return err;
2178 }
Larry Finger0673eff2014-01-12 15:11:38 -06002179 wait_for_completion(&ctx->dev->fw_load_complete);
Larry Finger5e20a4b2012-12-20 15:55:01 -06002180 if (ctx->blob)
2181 goto fw_ready;
2182 /* On some ARM systems, the async request will fail, but the next sync
Larry Finger0673eff2014-01-12 15:11:38 -06002183 * request works. For this reason, we fall through here
Larry Finger5e20a4b2012-12-20 15:55:01 -06002184 */
2185 }
2186 err = request_firmware(&ctx->blob, ctx->fwname,
2187 ctx->dev->dev->dev);
Michael Buesch68217832008-05-17 23:43:57 +02002188 if (err == -ENOENT) {
Michael Buesch1a9f5092009-01-23 21:21:51 +01002189 snprintf(ctx->errors[ctx->req_type],
2190 sizeof(ctx->errors[ctx->req_type]),
Larry Finger5e20a4b2012-12-20 15:55:01 -06002191 "Firmware file \"%s\" not found\n",
2192 ctx->fwname);
Michael Buesch68217832008-05-17 23:43:57 +02002193 return err;
2194 } else if (err) {
Michael Buesch1a9f5092009-01-23 21:21:51 +01002195 snprintf(ctx->errors[ctx->req_type],
2196 sizeof(ctx->errors[ctx->req_type]),
2197 "Firmware file \"%s\" request failed (err=%d)\n",
2198 ctx->fwname, err);
Michael Buesche4d6b792007-09-18 15:39:42 -04002199 return err;
2200 }
Larry Finger5e20a4b2012-12-20 15:55:01 -06002201fw_ready:
2202 if (ctx->blob->size < sizeof(struct b43_fw_header))
Michael Buesche4d6b792007-09-18 15:39:42 -04002203 goto err_format;
Larry Finger5e20a4b2012-12-20 15:55:01 -06002204 hdr = (struct b43_fw_header *)(ctx->blob->data);
Michael Buesche4d6b792007-09-18 15:39:42 -04002205 switch (hdr->type) {
2206 case B43_FW_TYPE_UCODE:
2207 case B43_FW_TYPE_PCM:
2208 size = be32_to_cpu(hdr->size);
Larry Finger5e20a4b2012-12-20 15:55:01 -06002209 if (size != ctx->blob->size - sizeof(struct b43_fw_header))
Michael Buesche4d6b792007-09-18 15:39:42 -04002210 goto err_format;
2211 /* fallthrough */
2212 case B43_FW_TYPE_IV:
2213 if (hdr->ver != 1)
2214 goto err_format;
2215 break;
2216 default:
2217 goto err_format;
2218 }
2219
Larry Finger5e20a4b2012-12-20 15:55:01 -06002220 fw->data = ctx->blob;
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002221 fw->filename = name;
Michael Buesch1a9f5092009-01-23 21:21:51 +01002222 fw->type = ctx->req_type;
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002223
2224 return 0;
Michael Buesche4d6b792007-09-18 15:39:42 -04002225
2226err_format:
Michael Buesch1a9f5092009-01-23 21:21:51 +01002227 snprintf(ctx->errors[ctx->req_type],
2228 sizeof(ctx->errors[ctx->req_type]),
2229 "Firmware file \"%s\" format error.\n", ctx->fwname);
Larry Finger5e20a4b2012-12-20 15:55:01 -06002230 release_firmware(ctx->blob);
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002231
Michael Buesche4d6b792007-09-18 15:39:42 -04002232 return -EPROTO;
2233}
2234
Rafał Miłeckia60f99f2014-06-24 10:50:41 +02002235/* http://bcm-v4.sipsolutions.net/802.11/Init/Firmware */
Michael Buesch1a9f5092009-01-23 21:21:51 +01002236static int b43_try_request_fw(struct b43_request_fw_context *ctx)
Michael Buesche4d6b792007-09-18 15:39:42 -04002237{
Michael Buesch1a9f5092009-01-23 21:21:51 +01002238 struct b43_wldev *dev = ctx->dev;
2239 struct b43_firmware *fw = &ctx->dev->fw;
Rafał Miłeckia60f99f2014-06-24 10:50:41 +02002240 struct b43_phy *phy = &dev->phy;
Rafał Miłecki21d889d2011-05-18 02:06:38 +02002241 const u8 rev = ctx->dev->dev->core_rev;
Michael Buesche4d6b792007-09-18 15:39:42 -04002242 const char *filename;
Michael Buesche4d6b792007-09-18 15:39:42 -04002243 int err;
2244
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002245 /* Get microcode */
Rafał Miłeckia60f99f2014-06-24 10:50:41 +02002246 filename = NULL;
2247 switch (rev) {
2248 case 42:
2249 if (phy->type == B43_PHYTYPE_AC)
2250 filename = "ucode42";
2251 break;
Rafał Miłecki15be8e82014-07-01 16:33:57 +02002252 case 40:
2253 if (phy->type == B43_PHYTYPE_AC)
2254 filename = "ucode40";
2255 break;
Rafał Miłeckia60f99f2014-06-24 10:50:41 +02002256 case 33:
2257 if (phy->type == B43_PHYTYPE_LCN40)
2258 filename = "ucode33_lcn40";
2259 break;
2260 case 30:
2261 if (phy->type == B43_PHYTYPE_N)
2262 filename = "ucode30_mimo";
2263 break;
2264 case 29:
2265 if (phy->type == B43_PHYTYPE_HT)
2266 filename = "ucode29_mimo";
2267 break;
2268 case 26:
2269 if (phy->type == B43_PHYTYPE_HT)
2270 filename = "ucode26_mimo";
2271 break;
2272 case 28:
2273 case 25:
2274 if (phy->type == B43_PHYTYPE_N)
2275 filename = "ucode25_mimo";
2276 else if (phy->type == B43_PHYTYPE_LCN)
2277 filename = "ucode25_lcn";
2278 break;
2279 case 24:
2280 if (phy->type == B43_PHYTYPE_LCN)
2281 filename = "ucode24_lcn";
2282 break;
2283 case 23:
2284 if (phy->type == B43_PHYTYPE_N)
2285 filename = "ucode16_mimo";
2286 break;
2287 case 16 ... 19:
2288 if (phy->type == B43_PHYTYPE_N)
2289 filename = "ucode16_mimo";
2290 else if (phy->type == B43_PHYTYPE_LP)
2291 filename = "ucode16_lp";
2292 break;
2293 case 15:
Gábor Stefanik759b9732009-08-14 14:39:53 +02002294 filename = "ucode15";
Rafał Miłeckia60f99f2014-06-24 10:50:41 +02002295 break;
2296 case 14:
2297 filename = "ucode14";
2298 break;
2299 case 13:
2300 filename = "ucode13";
2301 break;
2302 case 11 ... 12:
2303 filename = "ucode11";
2304 break;
2305 case 5 ... 10:
2306 filename = "ucode5";
2307 break;
Rafał Miłecki6ff1e5c2011-07-06 17:41:55 +02002308 }
Rafał Miłeckia60f99f2014-06-24 10:50:41 +02002309 if (!filename)
2310 goto err_no_ucode;
Larry Finger5e20a4b2012-12-20 15:55:01 -06002311 err = b43_do_request_fw(ctx, filename, &fw->ucode, true);
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002312 if (err)
2313 goto err_load;
2314
2315 /* Get PCM code */
2316 if ((rev >= 5) && (rev <= 10))
2317 filename = "pcm5";
2318 else if (rev >= 11)
2319 filename = NULL;
2320 else
2321 goto err_no_pcm;
Rusty Russell3db1cd52011-12-19 13:56:45 +00002322 fw->pcm_request_failed = false;
Larry Finger5e20a4b2012-12-20 15:55:01 -06002323 err = b43_do_request_fw(ctx, filename, &fw->pcm, false);
Michael Buesch68217832008-05-17 23:43:57 +02002324 if (err == -ENOENT) {
2325 /* We did not find a PCM file? Not fatal, but
2326 * core rev <= 10 must do without hwcrypto then. */
Rusty Russell3db1cd52011-12-19 13:56:45 +00002327 fw->pcm_request_failed = true;
Michael Buesch68217832008-05-17 23:43:57 +02002328 } else if (err)
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002329 goto err_load;
2330
2331 /* Get initvals */
Rafał Miłeckia60f99f2014-06-24 10:50:41 +02002332 filename = NULL;
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002333 switch (dev->phy.type) {
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002334 case B43_PHYTYPE_G:
Rafał Miłeckia60f99f2014-06-24 10:50:41 +02002335 if (rev == 13)
Larry.Finger@lwfinger.nete9304882008-05-15 14:07:36 -05002336 filename = "b0g0initvals13";
Rafał Miłeckia60f99f2014-06-24 10:50:41 +02002337 else if (rev >= 5 && rev <= 10)
2338 filename = "b0g0initvals5";
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002339 break;
2340 case B43_PHYTYPE_N:
Rafał Miłeckia60f99f2014-06-24 10:50:41 +02002341 if (rev == 30)
2342 filename = "n16initvals30";
2343 else if (rev == 28 || rev == 25)
2344 filename = "n0initvals25";
2345 else if (rev == 24)
2346 filename = "n0initvals24";
2347 else if (rev == 23)
2348 filename = "n0initvals16"; /* What about n0initvals22? */
2349 else if (rev >= 16 && rev <= 18)
Rafał Miłeckie41596a2010-12-21 11:50:19 +01002350 filename = "n0initvals16";
Rafał Miłeckia60f99f2014-06-24 10:50:41 +02002351 else if (rev >= 11 && rev <= 12)
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002352 filename = "n0initvals11";
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002353 break;
Gábor Stefanik759b9732009-08-14 14:39:53 +02002354 case B43_PHYTYPE_LP:
Rafał Miłeckia60f99f2014-06-24 10:50:41 +02002355 if (rev >= 16 && rev <= 18)
2356 filename = "lp0initvals16";
2357 else if (rev == 15)
2358 filename = "lp0initvals15";
Gábor Stefanik759b9732009-08-14 14:39:53 +02002359 else if (rev == 14)
2360 filename = "lp0initvals14";
Rafał Miłeckia60f99f2014-06-24 10:50:41 +02002361 else if (rev == 13)
2362 filename = "lp0initvals13";
Gábor Stefanik759b9732009-08-14 14:39:53 +02002363 break;
Rafał Miłecki8b9bda72011-07-07 18:58:24 +02002364 case B43_PHYTYPE_HT:
2365 if (rev == 29)
2366 filename = "ht0initvals29";
Rafał Miłeckia60f99f2014-06-24 10:50:41 +02002367 else if (rev == 26)
2368 filename = "ht0initvals26";
Rafał Miłecki8b9bda72011-07-07 18:58:24 +02002369 break;
2370 case B43_PHYTYPE_LCN:
2371 if (rev == 24)
2372 filename = "lcn0initvals24";
Rafał Miłecki8b9bda72011-07-07 18:58:24 +02002373 break;
Rafał Miłeckia60f99f2014-06-24 10:50:41 +02002374 case B43_PHYTYPE_LCN40:
2375 if (rev == 33)
2376 filename = "lcn400initvals33";
2377 break;
2378 case B43_PHYTYPE_AC:
2379 if (rev == 42)
2380 filename = "ac1initvals42";
Rafał Miłecki15be8e82014-07-01 16:33:57 +02002381 else if (rev == 40)
2382 filename = "ac0initvals40";
Rafał Miłeckia60f99f2014-06-24 10:50:41 +02002383 break;
Michael Buesche4d6b792007-09-18 15:39:42 -04002384 }
Rafał Miłeckia60f99f2014-06-24 10:50:41 +02002385 if (!filename)
2386 goto err_no_initvals;
Larry Finger5e20a4b2012-12-20 15:55:01 -06002387 err = b43_do_request_fw(ctx, filename, &fw->initvals, false);
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002388 if (err)
2389 goto err_load;
2390
2391 /* Get bandswitch initvals */
Rafał Miłeckia60f99f2014-06-24 10:50:41 +02002392 filename = NULL;
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002393 switch (dev->phy.type) {
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002394 case B43_PHYTYPE_G:
Rafał Miłeckia60f99f2014-06-24 10:50:41 +02002395 if (rev == 13)
2396 filename = "b0g0bsinitvals13";
2397 else if (rev >= 5 && rev <= 10)
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002398 filename = "b0g0bsinitvals5";
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002399 break;
2400 case B43_PHYTYPE_N:
Rafał Miłeckia60f99f2014-06-24 10:50:41 +02002401 if (rev == 30)
2402 filename = "n16bsinitvals30";
2403 else if (rev == 28 || rev == 25)
2404 filename = "n0bsinitvals25";
2405 else if (rev == 24)
2406 filename = "n0bsinitvals24";
2407 else if (rev == 23)
2408 filename = "n0bsinitvals16"; /* What about n0bsinitvals22? */
2409 else if (rev >= 16 && rev <= 18)
Rafał Miłeckie41596a2010-12-21 11:50:19 +01002410 filename = "n0bsinitvals16";
Rafał Miłeckia60f99f2014-06-24 10:50:41 +02002411 else if (rev >= 11 && rev <= 12)
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002412 filename = "n0bsinitvals11";
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002413 break;
Gábor Stefanik759b9732009-08-14 14:39:53 +02002414 case B43_PHYTYPE_LP:
Rafał Miłeckia60f99f2014-06-24 10:50:41 +02002415 if (rev >= 16 && rev <= 18)
2416 filename = "lp0bsinitvals16";
2417 else if (rev == 15)
2418 filename = "lp0bsinitvals15";
Gábor Stefanik759b9732009-08-14 14:39:53 +02002419 else if (rev == 14)
2420 filename = "lp0bsinitvals14";
Rafał Miłeckia60f99f2014-06-24 10:50:41 +02002421 else if (rev == 13)
2422 filename = "lp0bsinitvals13";
Gábor Stefanik759b9732009-08-14 14:39:53 +02002423 break;
Rafał Miłecki8b9bda72011-07-07 18:58:24 +02002424 case B43_PHYTYPE_HT:
2425 if (rev == 29)
2426 filename = "ht0bsinitvals29";
Rafał Miłeckia60f99f2014-06-24 10:50:41 +02002427 else if (rev == 26)
2428 filename = "ht0bsinitvals26";
Rafał Miłecki8b9bda72011-07-07 18:58:24 +02002429 break;
2430 case B43_PHYTYPE_LCN:
2431 if (rev == 24)
2432 filename = "lcn0bsinitvals24";
Rafał Miłecki8b9bda72011-07-07 18:58:24 +02002433 break;
Rafał Miłeckia60f99f2014-06-24 10:50:41 +02002434 case B43_PHYTYPE_LCN40:
2435 if (rev == 33)
2436 filename = "lcn400bsinitvals33";
2437 break;
2438 case B43_PHYTYPE_AC:
2439 if (rev == 42)
2440 filename = "ac1bsinitvals42";
Rafał Miłecki15be8e82014-07-01 16:33:57 +02002441 else if (rev == 40)
2442 filename = "ac0bsinitvals40";
Rafał Miłeckia60f99f2014-06-24 10:50:41 +02002443 break;
Michael Buesche4d6b792007-09-18 15:39:42 -04002444 }
Rafał Miłeckia60f99f2014-06-24 10:50:41 +02002445 if (!filename)
2446 goto err_no_initvals;
Larry Finger5e20a4b2012-12-20 15:55:01 -06002447 err = b43_do_request_fw(ctx, filename, &fw->initvals_band, false);
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002448 if (err)
2449 goto err_load;
Michael Buesche4d6b792007-09-18 15:39:42 -04002450
Johannes Berg097b0e12012-07-17 17:12:29 +02002451 fw->opensource = (ctx->req_type == B43_FWTYPE_OPENSOURCE);
2452
Michael Buesche4d6b792007-09-18 15:39:42 -04002453 return 0;
2454
Michael Buesche4d6b792007-09-18 15:39:42 -04002455err_no_ucode:
Michael Buesch1a9f5092009-01-23 21:21:51 +01002456 err = ctx->fatal_failure = -EOPNOTSUPP;
2457 b43err(dev->wl, "The driver does not know which firmware (ucode) "
2458 "is required for your device (wl-core rev %u)\n", rev);
Michael Buesche4d6b792007-09-18 15:39:42 -04002459 goto error;
2460
2461err_no_pcm:
Michael Buesch1a9f5092009-01-23 21:21:51 +01002462 err = ctx->fatal_failure = -EOPNOTSUPP;
2463 b43err(dev->wl, "The driver does not know which firmware (PCM) "
2464 "is required for your device (wl-core rev %u)\n", rev);
Michael Buesche4d6b792007-09-18 15:39:42 -04002465 goto error;
2466
2467err_no_initvals:
Michael Buesch1a9f5092009-01-23 21:21:51 +01002468 err = ctx->fatal_failure = -EOPNOTSUPP;
2469 b43err(dev->wl, "The driver does not know which firmware (initvals) "
2470 "is required for your device (wl-core rev %u)\n", rev);
2471 goto error;
2472
2473err_load:
2474 /* We failed to load this firmware image. The error message
2475 * already is in ctx->errors. Return and let our caller decide
2476 * what to do. */
Michael Buesche4d6b792007-09-18 15:39:42 -04002477 goto error;
2478
2479error:
2480 b43_release_firmware(dev);
2481 return err;
2482}
2483
Larry Finger6b6fa582012-03-08 22:27:46 -06002484static int b43_one_core_attach(struct b43_bus_dev *dev, struct b43_wl *wl);
2485static void b43_one_core_detach(struct b43_bus_dev *dev);
Larry Finger09164042014-01-12 15:11:37 -06002486static int b43_rng_init(struct b43_wl *wl);
Larry Finger6b6fa582012-03-08 22:27:46 -06002487
2488static void b43_request_firmware(struct work_struct *work)
Michael Buesch1a9f5092009-01-23 21:21:51 +01002489{
Larry Finger6b6fa582012-03-08 22:27:46 -06002490 struct b43_wl *wl = container_of(work,
2491 struct b43_wl, firmware_load);
2492 struct b43_wldev *dev = wl->current_dev;
Michael Buesch1a9f5092009-01-23 21:21:51 +01002493 struct b43_request_fw_context *ctx;
2494 unsigned int i;
2495 int err;
2496 const char *errmsg;
2497
2498 ctx = kzalloc(sizeof(*ctx), GFP_KERNEL);
2499 if (!ctx)
Larry Finger6b6fa582012-03-08 22:27:46 -06002500 return;
Michael Buesch1a9f5092009-01-23 21:21:51 +01002501 ctx->dev = dev;
2502
2503 ctx->req_type = B43_FWTYPE_PROPRIETARY;
2504 err = b43_try_request_fw(ctx);
2505 if (!err)
Larry Finger6b6fa582012-03-08 22:27:46 -06002506 goto start_ieee80211; /* Successfully loaded it. */
2507 /* Was fw version known? */
2508 if (ctx->fatal_failure)
Michael Buesch1a9f5092009-01-23 21:21:51 +01002509 goto out;
2510
Larry Finger6b6fa582012-03-08 22:27:46 -06002511 /* proprietary fw not found, try open source */
Michael Buesch1a9f5092009-01-23 21:21:51 +01002512 ctx->req_type = B43_FWTYPE_OPENSOURCE;
2513 err = b43_try_request_fw(ctx);
2514 if (!err)
Larry Finger6b6fa582012-03-08 22:27:46 -06002515 goto start_ieee80211; /* Successfully loaded it. */
2516 if(ctx->fatal_failure)
Michael Buesch1a9f5092009-01-23 21:21:51 +01002517 goto out;
2518
2519 /* Could not find a usable firmware. Print the errors. */
2520 for (i = 0; i < B43_NR_FWTYPES; i++) {
2521 errmsg = ctx->errors[i];
2522 if (strlen(errmsg))
Kees Cooke0e29b62013-05-10 14:48:21 -07002523 b43err(dev->wl, "%s", errmsg);
Michael Buesch1a9f5092009-01-23 21:21:51 +01002524 }
2525 b43_print_fw_helptext(dev->wl, 1);
Larry Finger6b6fa582012-03-08 22:27:46 -06002526 goto out;
2527
2528start_ieee80211:
Johannes Berg097b0e12012-07-17 17:12:29 +02002529 wl->hw->queues = B43_QOS_QUEUE_NUM;
2530 if (!modparam_qos || dev->fw.opensource)
2531 wl->hw->queues = 1;
2532
Larry Finger6b6fa582012-03-08 22:27:46 -06002533 err = ieee80211_register_hw(wl->hw);
2534 if (err)
2535 goto err_one_core_detach;
Oleksij Rempele64add22012-06-05 20:39:32 +02002536 wl->hw_registred = true;
Larry Finger6b6fa582012-03-08 22:27:46 -06002537 b43_leds_register(wl->current_dev);
Larry Finger09164042014-01-12 15:11:37 -06002538
2539 /* Register HW RNG driver */
2540 b43_rng_init(wl);
2541
Larry Finger6b6fa582012-03-08 22:27:46 -06002542 goto out;
2543
2544err_one_core_detach:
2545 b43_one_core_detach(dev->dev);
Michael Buesch1a9f5092009-01-23 21:21:51 +01002546
2547out:
2548 kfree(ctx);
Michael Buesch1a9f5092009-01-23 21:21:51 +01002549}
2550
Michael Buesche4d6b792007-09-18 15:39:42 -04002551static int b43_upload_microcode(struct b43_wldev *dev)
2552{
John W. Linville652caa52010-07-29 13:27:28 -04002553 struct wiphy *wiphy = dev->wl->hw->wiphy;
Michael Buesche4d6b792007-09-18 15:39:42 -04002554 const size_t hdr_len = sizeof(struct b43_fw_header);
2555 const __be32 *data;
2556 unsigned int i, len;
2557 u16 fwrev, fwpatch, fwdate, fwtime;
Michael Buesch1f7d87b2008-01-22 20:23:34 +01002558 u32 tmp, macctl;
Michael Buesche4d6b792007-09-18 15:39:42 -04002559 int err = 0;
2560
Michael Buesch1f7d87b2008-01-22 20:23:34 +01002561 /* Jump the microcode PSM to offset 0 */
2562 macctl = b43_read32(dev, B43_MMIO_MACCTL);
2563 B43_WARN_ON(macctl & B43_MACCTL_PSM_RUN);
2564 macctl |= B43_MACCTL_PSM_JMP0;
2565 b43_write32(dev, B43_MMIO_MACCTL, macctl);
2566 /* Zero out all microcode PSM registers and shared memory. */
2567 for (i = 0; i < 64; i++)
2568 b43_shm_write16(dev, B43_SHM_SCRATCH, i, 0);
2569 for (i = 0; i < 4096; i += 2)
2570 b43_shm_write16(dev, B43_SHM_SHARED, i, 0);
2571
Michael Buesche4d6b792007-09-18 15:39:42 -04002572 /* Upload Microcode. */
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002573 data = (__be32 *) (dev->fw.ucode.data->data + hdr_len);
2574 len = (dev->fw.ucode.data->size - hdr_len) / sizeof(__be32);
Michael Buesche4d6b792007-09-18 15:39:42 -04002575 b43_shm_control_word(dev, B43_SHM_UCODE | B43_SHM_AUTOINC_W, 0x0000);
2576 for (i = 0; i < len; i++) {
2577 b43_write32(dev, B43_MMIO_SHM_DATA, be32_to_cpu(data[i]));
2578 udelay(10);
2579 }
2580
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002581 if (dev->fw.pcm.data) {
Michael Buesche4d6b792007-09-18 15:39:42 -04002582 /* Upload PCM data. */
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002583 data = (__be32 *) (dev->fw.pcm.data->data + hdr_len);
2584 len = (dev->fw.pcm.data->size - hdr_len) / sizeof(__be32);
Michael Buesche4d6b792007-09-18 15:39:42 -04002585 b43_shm_control_word(dev, B43_SHM_HW, 0x01EA);
2586 b43_write32(dev, B43_MMIO_SHM_DATA, 0x00004000);
2587 /* No need for autoinc bit in SHM_HW */
2588 b43_shm_control_word(dev, B43_SHM_HW, 0x01EB);
2589 for (i = 0; i < len; i++) {
2590 b43_write32(dev, B43_MMIO_SHM_DATA, be32_to_cpu(data[i]));
2591 udelay(10);
2592 }
2593 }
2594
2595 b43_write32(dev, B43_MMIO_GEN_IRQ_REASON, B43_IRQ_ALL);
Michael Buesch1f7d87b2008-01-22 20:23:34 +01002596
2597 /* Start the microcode PSM */
Rafał Miłecki50566352012-01-02 19:31:21 +01002598 b43_maskset32(dev, B43_MMIO_MACCTL, ~B43_MACCTL_PSM_JMP0,
2599 B43_MACCTL_PSM_RUN);
Michael Buesche4d6b792007-09-18 15:39:42 -04002600
2601 /* Wait for the microcode to load and respond */
2602 i = 0;
2603 while (1) {
2604 tmp = b43_read32(dev, B43_MMIO_GEN_IRQ_REASON);
2605 if (tmp == B43_IRQ_MAC_SUSPENDED)
2606 break;
2607 i++;
Michael Buesch1f7d87b2008-01-22 20:23:34 +01002608 if (i >= 20) {
Michael Buesche4d6b792007-09-18 15:39:42 -04002609 b43err(dev->wl, "Microcode not responding\n");
Michael Buescheb189d8b2008-01-28 14:47:41 -08002610 b43_print_fw_helptext(dev->wl, 1);
Michael Buesche4d6b792007-09-18 15:39:42 -04002611 err = -ENODEV;
Michael Buesch1f7d87b2008-01-22 20:23:34 +01002612 goto error;
Michael Buesche4d6b792007-09-18 15:39:42 -04002613 }
Michael Buesche175e992009-09-11 18:31:32 +02002614 msleep(50);
Michael Buesche4d6b792007-09-18 15:39:42 -04002615 }
2616 b43_read32(dev, B43_MMIO_GEN_IRQ_REASON); /* dummy read */
2617
2618 /* Get and check the revisions. */
2619 fwrev = b43_shm_read16(dev, B43_SHM_SHARED, B43_SHM_SH_UCODEREV);
2620 fwpatch = b43_shm_read16(dev, B43_SHM_SHARED, B43_SHM_SH_UCODEPATCH);
2621 fwdate = b43_shm_read16(dev, B43_SHM_SHARED, B43_SHM_SH_UCODEDATE);
2622 fwtime = b43_shm_read16(dev, B43_SHM_SHARED, B43_SHM_SH_UCODETIME);
2623
2624 if (fwrev <= 0x128) {
2625 b43err(dev->wl, "YOUR FIRMWARE IS TOO OLD. Firmware from "
2626 "binary drivers older than version 4.x is unsupported. "
2627 "You must upgrade your firmware files.\n");
Michael Buescheb189d8b2008-01-28 14:47:41 -08002628 b43_print_fw_helptext(dev->wl, 1);
Michael Buesche4d6b792007-09-18 15:39:42 -04002629 err = -EOPNOTSUPP;
Michael Buesch1f7d87b2008-01-22 20:23:34 +01002630 goto error;
Michael Buesche4d6b792007-09-18 15:39:42 -04002631 }
Michael Buesche4d6b792007-09-18 15:39:42 -04002632 dev->fw.rev = fwrev;
2633 dev->fw.patch = fwpatch;
Rafał Miłecki5d852902011-08-11 15:07:16 +02002634 if (dev->fw.rev >= 598)
2635 dev->fw.hdr_format = B43_FW_HDR_598;
2636 else if (dev->fw.rev >= 410)
Rafał Miłeckiefe02492011-08-11 15:07:15 +02002637 dev->fw.hdr_format = B43_FW_HDR_410;
2638 else
2639 dev->fw.hdr_format = B43_FW_HDR_351;
Johannes Berg097b0e12012-07-17 17:12:29 +02002640 WARN_ON(dev->fw.opensource != (fwdate == 0xFFFF));
Michael Buesche48b0ee2008-05-17 22:44:35 +02002641
Johannes Berg097b0e12012-07-17 17:12:29 +02002642 dev->qos_enabled = dev->wl->hw->queues > 1;
Michael Buesch403a3a12009-06-08 21:04:57 +02002643 /* Default to firmware/hardware crypto acceleration. */
Rusty Russell3db1cd52011-12-19 13:56:45 +00002644 dev->hwcrypto_enabled = true;
Michael Buesch403a3a12009-06-08 21:04:57 +02002645
Michael Buesche48b0ee2008-05-17 22:44:35 +02002646 if (dev->fw.opensource) {
Michael Buesch403a3a12009-06-08 21:04:57 +02002647 u16 fwcapa;
2648
Michael Buesche48b0ee2008-05-17 22:44:35 +02002649 /* Patchlevel info is encoded in the "time" field. */
2650 dev->fw.patch = fwtime;
Michael Buesch403a3a12009-06-08 21:04:57 +02002651 b43info(dev->wl, "Loading OpenSource firmware version %u.%u\n",
2652 dev->fw.rev, dev->fw.patch);
2653
2654 fwcapa = b43_fwcapa_read(dev);
2655 if (!(fwcapa & B43_FWCAPA_HWCRYPTO) || dev->fw.pcm_request_failed) {
2656 b43info(dev->wl, "Hardware crypto acceleration not supported by firmware\n");
2657 /* Disable hardware crypto and fall back to software crypto. */
Rusty Russell3db1cd52011-12-19 13:56:45 +00002658 dev->hwcrypto_enabled = false;
Michael Buesch403a3a12009-06-08 21:04:57 +02002659 }
Johannes Berg097b0e12012-07-17 17:12:29 +02002660 /* adding QoS support should use an offline discovery mechanism */
2661 WARN(fwcapa & B43_FWCAPA_QOS, "QoS in OpenFW not supported\n");
Michael Buesche48b0ee2008-05-17 22:44:35 +02002662 } else {
2663 b43info(dev->wl, "Loading firmware version %u.%u "
2664 "(20%.2i-%.2i-%.2i %.2i:%.2i:%.2i)\n",
2665 fwrev, fwpatch,
2666 (fwdate >> 12) & 0xF, (fwdate >> 8) & 0xF, fwdate & 0xFF,
2667 (fwtime >> 11) & 0x1F, (fwtime >> 5) & 0x3F, fwtime & 0x1F);
Michael Buesch68217832008-05-17 23:43:57 +02002668 if (dev->fw.pcm_request_failed) {
2669 b43warn(dev->wl, "No \"pcm5.fw\" firmware file found. "
2670 "Hardware accelerated cryptography is disabled.\n");
2671 b43_print_fw_helptext(dev->wl, 0);
2672 }
Michael Buesche48b0ee2008-05-17 22:44:35 +02002673 }
Michael Buesche4d6b792007-09-18 15:39:42 -04002674
John W. Linville652caa52010-07-29 13:27:28 -04002675 snprintf(wiphy->fw_version, sizeof(wiphy->fw_version), "%u.%u",
2676 dev->fw.rev, dev->fw.patch);
Rafał Miłecki21d889d2011-05-18 02:06:38 +02002677 wiphy->hw_version = dev->dev->core_id;
John W. Linville652caa52010-07-29 13:27:28 -04002678
Rafał Miłeckiefe02492011-08-11 15:07:15 +02002679 if (dev->fw.hdr_format == B43_FW_HDR_351) {
Michael Bueschc5572892008-12-27 18:26:39 +01002680 /* We're over the deadline, but we keep support for old fw
2681 * until it turns out to be in major conflict with something new. */
Michael Buescheb189d8b2008-01-28 14:47:41 -08002682 b43warn(dev->wl, "You are using an old firmware image. "
Michael Bueschc5572892008-12-27 18:26:39 +01002683 "Support for old firmware will be removed soon "
2684 "(official deadline was July 2008).\n");
Michael Buescheb189d8b2008-01-28 14:47:41 -08002685 b43_print_fw_helptext(dev->wl, 0);
2686 }
2687
Michael Buesch1f7d87b2008-01-22 20:23:34 +01002688 return 0;
2689
2690error:
Rafał Miłecki50566352012-01-02 19:31:21 +01002691 /* Stop the microcode PSM. */
2692 b43_maskset32(dev, B43_MMIO_MACCTL, ~B43_MACCTL_PSM_RUN,
2693 B43_MACCTL_PSM_JMP0);
Michael Buesch1f7d87b2008-01-22 20:23:34 +01002694
Michael Buesche4d6b792007-09-18 15:39:42 -04002695 return err;
2696}
2697
2698static int b43_write_initvals(struct b43_wldev *dev,
2699 const struct b43_iv *ivals,
2700 size_t count,
2701 size_t array_size)
2702{
2703 const struct b43_iv *iv;
2704 u16 offset;
2705 size_t i;
2706 bool bit32;
2707
2708 BUILD_BUG_ON(sizeof(struct b43_iv) != 6);
2709 iv = ivals;
2710 for (i = 0; i < count; i++) {
2711 if (array_size < sizeof(iv->offset_size))
2712 goto err_format;
2713 array_size -= sizeof(iv->offset_size);
2714 offset = be16_to_cpu(iv->offset_size);
2715 bit32 = !!(offset & B43_IV_32BIT);
2716 offset &= B43_IV_OFFSET_MASK;
2717 if (offset >= 0x1000)
2718 goto err_format;
2719 if (bit32) {
2720 u32 value;
2721
2722 if (array_size < sizeof(iv->data.d32))
2723 goto err_format;
2724 array_size -= sizeof(iv->data.d32);
2725
Harvey Harrison533dd1b2008-04-29 01:03:36 -07002726 value = get_unaligned_be32(&iv->data.d32);
Michael Buesche4d6b792007-09-18 15:39:42 -04002727 b43_write32(dev, offset, value);
2728
2729 iv = (const struct b43_iv *)((const uint8_t *)iv +
2730 sizeof(__be16) +
2731 sizeof(__be32));
2732 } else {
2733 u16 value;
2734
2735 if (array_size < sizeof(iv->data.d16))
2736 goto err_format;
2737 array_size -= sizeof(iv->data.d16);
2738
2739 value = be16_to_cpu(iv->data.d16);
2740 b43_write16(dev, offset, value);
2741
2742 iv = (const struct b43_iv *)((const uint8_t *)iv +
2743 sizeof(__be16) +
2744 sizeof(__be16));
2745 }
2746 }
2747 if (array_size)
2748 goto err_format;
2749
2750 return 0;
2751
2752err_format:
2753 b43err(dev->wl, "Initial Values Firmware file-format error.\n");
Michael Buescheb189d8b2008-01-28 14:47:41 -08002754 b43_print_fw_helptext(dev->wl, 1);
Michael Buesche4d6b792007-09-18 15:39:42 -04002755
2756 return -EPROTO;
2757}
2758
2759static int b43_upload_initvals(struct b43_wldev *dev)
2760{
2761 const size_t hdr_len = sizeof(struct b43_fw_header);
2762 const struct b43_fw_header *hdr;
2763 struct b43_firmware *fw = &dev->fw;
2764 const struct b43_iv *ivals;
2765 size_t count;
Michael Buesche4d6b792007-09-18 15:39:42 -04002766
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002767 hdr = (const struct b43_fw_header *)(fw->initvals.data->data);
2768 ivals = (const struct b43_iv *)(fw->initvals.data->data + hdr_len);
Michael Buesche4d6b792007-09-18 15:39:42 -04002769 count = be32_to_cpu(hdr->size);
Rafał Miłecki0f684232014-05-17 23:24:53 +02002770 return b43_write_initvals(dev, ivals, count,
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002771 fw->initvals.data->size - hdr_len);
Rafał Miłecki0f684232014-05-17 23:24:53 +02002772}
Michael Buesche4d6b792007-09-18 15:39:42 -04002773
Rafał Miłecki0f684232014-05-17 23:24:53 +02002774static int b43_upload_initvals_band(struct b43_wldev *dev)
2775{
2776 const size_t hdr_len = sizeof(struct b43_fw_header);
2777 const struct b43_fw_header *hdr;
2778 struct b43_firmware *fw = &dev->fw;
2779 const struct b43_iv *ivals;
2780 size_t count;
2781
2782 if (!fw->initvals_band.data)
2783 return 0;
2784
2785 hdr = (const struct b43_fw_header *)(fw->initvals_band.data->data);
2786 ivals = (const struct b43_iv *)(fw->initvals_band.data->data + hdr_len);
2787 count = be32_to_cpu(hdr->size);
2788 return b43_write_initvals(dev, ivals, count,
2789 fw->initvals_band.data->size - hdr_len);
Michael Buesche4d6b792007-09-18 15:39:42 -04002790}
2791
2792/* Initialize the GPIOs
2793 * http://bcm-specs.sipsolutions.net/GPIO
2794 */
Rafał Miłeckibd7c8a52014-05-10 19:52:18 +02002795
2796#ifdef CONFIG_B43_SSB
Rafał Miłeckic4a2a0812011-05-17 18:57:27 +02002797static struct ssb_device *b43_ssb_gpio_dev(struct b43_wldev *dev)
Michael Buesche4d6b792007-09-18 15:39:42 -04002798{
Rafał Miłeckid48ae5c2011-05-19 15:11:26 +02002799 struct ssb_bus *bus = dev->dev->sdev->bus;
Rafał Miłeckic4a2a0812011-05-17 18:57:27 +02002800
2801#ifdef CONFIG_SSB_DRIVER_PCICORE
2802 return (bus->chipco.dev ? bus->chipco.dev : bus->pcicore.dev);
2803#else
2804 return bus->chipco.dev;
2805#endif
2806}
Rafał Miłeckibd7c8a52014-05-10 19:52:18 +02002807#endif
Rafał Miłeckic4a2a0812011-05-17 18:57:27 +02002808
Michael Buesche4d6b792007-09-18 15:39:42 -04002809static int b43_gpio_init(struct b43_wldev *dev)
2810{
Rafał Miłeckibd7c8a52014-05-10 19:52:18 +02002811#ifdef CONFIG_B43_SSB
Rafał Miłeckic4a2a0812011-05-17 18:57:27 +02002812 struct ssb_device *gpiodev;
Rafał Miłeckibd7c8a52014-05-10 19:52:18 +02002813#endif
Michael Buesche4d6b792007-09-18 15:39:42 -04002814 u32 mask, set;
2815
Rafał Miłecki50566352012-01-02 19:31:21 +01002816 b43_maskset32(dev, B43_MMIO_MACCTL, ~B43_MACCTL_GPOUTSMSK, 0);
2817 b43_maskset16(dev, B43_MMIO_GPIO_MASK, ~0, 0xF);
Michael Buesche4d6b792007-09-18 15:39:42 -04002818
2819 mask = 0x0000001F;
2820 set = 0x0000000F;
Rafał Miłeckic244e082011-05-18 02:06:41 +02002821 if (dev->dev->chip_id == 0x4301) {
Michael Buesche4d6b792007-09-18 15:39:42 -04002822 mask |= 0x0060;
2823 set |= 0x0060;
Rafał Miłecki828afd22012-07-23 22:57:01 +02002824 } else if (dev->dev->chip_id == 0x5354) {
2825 /* Don't allow overtaking buttons GPIOs */
2826 set &= 0x2; /* 0x2 is LED GPIO on BCM5354 */
Michael Buesche4d6b792007-09-18 15:39:42 -04002827 }
Rafał Miłecki828afd22012-07-23 22:57:01 +02002828
Michael Buesche4d6b792007-09-18 15:39:42 -04002829 if (0 /* FIXME: conditional unknown */ ) {
2830 b43_write16(dev, B43_MMIO_GPIO_MASK,
2831 b43_read16(dev, B43_MMIO_GPIO_MASK)
2832 | 0x0100);
Rafał Miłecki828afd22012-07-23 22:57:01 +02002833 /* BT Coexistance Input */
2834 mask |= 0x0080;
2835 set |= 0x0080;
2836 /* BT Coexistance Out */
2837 mask |= 0x0100;
2838 set |= 0x0100;
Michael Buesche4d6b792007-09-18 15:39:42 -04002839 }
Rafał Miłecki05814832011-05-18 02:06:39 +02002840 if (dev->dev->bus_sprom->boardflags_lo & B43_BFL_PACTRL) {
Rafał Miłecki828afd22012-07-23 22:57:01 +02002841 /* PA is controlled by gpio 9, let ucode handle it */
Michael Buesche4d6b792007-09-18 15:39:42 -04002842 b43_write16(dev, B43_MMIO_GPIO_MASK,
2843 b43_read16(dev, B43_MMIO_GPIO_MASK)
2844 | 0x0200);
2845 mask |= 0x0200;
2846 set |= 0x0200;
2847 }
Michael Buesche4d6b792007-09-18 15:39:42 -04002848
Rafał Miłecki6cbab0d2011-07-06 15:45:26 +02002849 switch (dev->dev->bus_type) {
Rafał Miłecki42c9a452011-07-06 15:45:27 +02002850#ifdef CONFIG_B43_BCMA
2851 case B43_BUS_BCMA:
Hauke Mehrtens0a64bae2013-03-21 16:19:45 +01002852 bcma_chipco_gpio_control(&dev->dev->bdev->bus->drv_cc, mask, set);
Rafał Miłecki42c9a452011-07-06 15:45:27 +02002853 break;
2854#endif
Rafał Miłecki6cbab0d2011-07-06 15:45:26 +02002855#ifdef CONFIG_B43_SSB
2856 case B43_BUS_SSB:
2857 gpiodev = b43_ssb_gpio_dev(dev);
2858 if (gpiodev)
2859 ssb_write32(gpiodev, B43_GPIO_CONTROL,
2860 (ssb_read32(gpiodev, B43_GPIO_CONTROL)
Rafał Miłecki828afd22012-07-23 22:57:01 +02002861 & ~mask) | set);
Rafał Miłecki6cbab0d2011-07-06 15:45:26 +02002862 break;
2863#endif
2864 }
Michael Buesche4d6b792007-09-18 15:39:42 -04002865
2866 return 0;
2867}
2868
2869/* Turn off all GPIO stuff. Call this on module unload, for example. */
2870static void b43_gpio_cleanup(struct b43_wldev *dev)
2871{
Rafał Miłeckibd7c8a52014-05-10 19:52:18 +02002872#ifdef CONFIG_B43_SSB
Rafał Miłeckic4a2a0812011-05-17 18:57:27 +02002873 struct ssb_device *gpiodev;
Rafał Miłeckibd7c8a52014-05-10 19:52:18 +02002874#endif
Michael Buesche4d6b792007-09-18 15:39:42 -04002875
Rafał Miłecki6cbab0d2011-07-06 15:45:26 +02002876 switch (dev->dev->bus_type) {
Rafał Miłecki42c9a452011-07-06 15:45:27 +02002877#ifdef CONFIG_B43_BCMA
2878 case B43_BUS_BCMA:
Hauke Mehrtens0a64bae2013-03-21 16:19:45 +01002879 bcma_chipco_gpio_control(&dev->dev->bdev->bus->drv_cc, ~0, 0);
Rafał Miłecki42c9a452011-07-06 15:45:27 +02002880 break;
2881#endif
Rafał Miłecki6cbab0d2011-07-06 15:45:26 +02002882#ifdef CONFIG_B43_SSB
2883 case B43_BUS_SSB:
2884 gpiodev = b43_ssb_gpio_dev(dev);
2885 if (gpiodev)
2886 ssb_write32(gpiodev, B43_GPIO_CONTROL, 0);
2887 break;
2888#endif
2889 }
Michael Buesche4d6b792007-09-18 15:39:42 -04002890}
2891
2892/* http://bcm-specs.sipsolutions.net/EnableMac */
Michael Bueschf5eda472008-04-20 16:03:32 +02002893void b43_mac_enable(struct b43_wldev *dev)
Michael Buesche4d6b792007-09-18 15:39:42 -04002894{
Michael Buesch923fd702008-06-20 18:02:08 +02002895 if (b43_debug(dev, B43_DBG_FIRMWARE)) {
2896 u16 fwstate;
2897
2898 fwstate = b43_shm_read16(dev, B43_SHM_SHARED,
2899 B43_SHM_SH_UCODESTAT);
2900 if ((fwstate != B43_SHM_SH_UCODESTAT_SUSP) &&
2901 (fwstate != B43_SHM_SH_UCODESTAT_SLEEP)) {
2902 b43err(dev->wl, "b43_mac_enable(): The firmware "
2903 "should be suspended, but current state is %u\n",
2904 fwstate);
2905 }
2906 }
2907
Michael Buesche4d6b792007-09-18 15:39:42 -04002908 dev->mac_suspended--;
2909 B43_WARN_ON(dev->mac_suspended < 0);
2910 if (dev->mac_suspended == 0) {
Rafał Miłecki50566352012-01-02 19:31:21 +01002911 b43_maskset32(dev, B43_MMIO_MACCTL, ~0, B43_MACCTL_ENABLED);
Michael Buesche4d6b792007-09-18 15:39:42 -04002912 b43_write32(dev, B43_MMIO_GEN_IRQ_REASON,
2913 B43_IRQ_MAC_SUSPENDED);
2914 /* Commit writes */
2915 b43_read32(dev, B43_MMIO_MACCTL);
2916 b43_read32(dev, B43_MMIO_GEN_IRQ_REASON);
2917 b43_power_saving_ctl_bits(dev, 0);
2918 }
2919}
2920
2921/* http://bcm-specs.sipsolutions.net/SuspendMAC */
Michael Bueschf5eda472008-04-20 16:03:32 +02002922void b43_mac_suspend(struct b43_wldev *dev)
Michael Buesche4d6b792007-09-18 15:39:42 -04002923{
2924 int i;
2925 u32 tmp;
2926
Michael Buesch05b64b32007-09-28 16:19:03 +02002927 might_sleep();
Michael Buesche4d6b792007-09-18 15:39:42 -04002928 B43_WARN_ON(dev->mac_suspended < 0);
Michael Buesch05b64b32007-09-28 16:19:03 +02002929
Michael Buesche4d6b792007-09-18 15:39:42 -04002930 if (dev->mac_suspended == 0) {
2931 b43_power_saving_ctl_bits(dev, B43_PS_AWAKE);
Rafał Miłecki50566352012-01-02 19:31:21 +01002932 b43_maskset32(dev, B43_MMIO_MACCTL, ~B43_MACCTL_ENABLED, 0);
Michael Buesche4d6b792007-09-18 15:39:42 -04002933 /* force pci to flush the write */
2934 b43_read32(dev, B43_MMIO_MACCTL);
Michael Bueschba380012008-04-15 21:13:36 +02002935 for (i = 35; i; i--) {
2936 tmp = b43_read32(dev, B43_MMIO_GEN_IRQ_REASON);
2937 if (tmp & B43_IRQ_MAC_SUSPENDED)
2938 goto out;
2939 udelay(10);
2940 }
2941 /* Hm, it seems this will take some time. Use msleep(). */
Michael Buesch05b64b32007-09-28 16:19:03 +02002942 for (i = 40; i; i--) {
Michael Buesche4d6b792007-09-18 15:39:42 -04002943 tmp = b43_read32(dev, B43_MMIO_GEN_IRQ_REASON);
2944 if (tmp & B43_IRQ_MAC_SUSPENDED)
2945 goto out;
Michael Buesch05b64b32007-09-28 16:19:03 +02002946 msleep(1);
Michael Buesche4d6b792007-09-18 15:39:42 -04002947 }
2948 b43err(dev->wl, "MAC suspend failed\n");
2949 }
Michael Buesch05b64b32007-09-28 16:19:03 +02002950out:
Michael Buesche4d6b792007-09-18 15:39:42 -04002951 dev->mac_suspended++;
2952}
2953
Rafał Miłecki858a1652011-05-10 16:05:33 +02002954/* http://bcm-v4.sipsolutions.net/802.11/PHY/N/MacPhyClkSet */
2955void b43_mac_phy_clock_set(struct b43_wldev *dev, bool on)
2956{
Rafał Miłecki6cbab0d2011-07-06 15:45:26 +02002957 u32 tmp;
2958
2959 switch (dev->dev->bus_type) {
Rafał Miłecki42c9a452011-07-06 15:45:27 +02002960#ifdef CONFIG_B43_BCMA
2961 case B43_BUS_BCMA:
Rafał Miłecki36677872011-07-16 18:27:55 +02002962 tmp = bcma_aread32(dev->dev->bdev, BCMA_IOCTL);
Rafał Miłecki42c9a452011-07-06 15:45:27 +02002963 if (on)
2964 tmp |= B43_BCMA_IOCTL_MACPHYCLKEN;
2965 else
2966 tmp &= ~B43_BCMA_IOCTL_MACPHYCLKEN;
Rafał Miłecki36677872011-07-16 18:27:55 +02002967 bcma_awrite32(dev->dev->bdev, BCMA_IOCTL, tmp);
Rafał Miłecki42c9a452011-07-06 15:45:27 +02002968 break;
2969#endif
Rafał Miłecki6cbab0d2011-07-06 15:45:26 +02002970#ifdef CONFIG_B43_SSB
2971 case B43_BUS_SSB:
2972 tmp = ssb_read32(dev->dev->sdev, SSB_TMSLOW);
2973 if (on)
2974 tmp |= B43_TMSLOW_MACPHYCLKEN;
2975 else
2976 tmp &= ~B43_TMSLOW_MACPHYCLKEN;
2977 ssb_write32(dev->dev->sdev, SSB_TMSLOW, tmp);
2978 break;
2979#endif
2980 }
Rafał Miłecki858a1652011-05-10 16:05:33 +02002981}
2982
Rafał Miłeckic2cb2c42014-07-17 19:31:05 +02002983/* brcms_b_switch_macfreq */
2984void b43_mac_switch_freq(struct b43_wldev *dev, u8 spurmode)
2985{
2986 u16 chip_id = dev->dev->chip_id;
2987
Rafał Miłeckibc944502014-09-10 09:07:13 +02002988 if (chip_id == BCMA_CHIP_ID_BCM4331) {
2989 switch (spurmode) {
2990 case 2: /* 168 Mhz: 2^26/168 = 0x61862 */
2991 b43_write16(dev, B43_MMIO_TSF_CLK_FRAC_LOW, 0x1862);
2992 b43_write16(dev, B43_MMIO_TSF_CLK_FRAC_HIGH, 0x6);
2993 break;
2994 case 1: /* 164 Mhz: 2^26/164 = 0x63e70 */
2995 b43_write16(dev, B43_MMIO_TSF_CLK_FRAC_LOW, 0x3e70);
2996 b43_write16(dev, B43_MMIO_TSF_CLK_FRAC_HIGH, 0x6);
2997 break;
2998 default: /* 160 Mhz: 2^26/160 = 0x66666 */
2999 b43_write16(dev, B43_MMIO_TSF_CLK_FRAC_LOW, 0x6666);
3000 b43_write16(dev, B43_MMIO_TSF_CLK_FRAC_HIGH, 0x6);
3001 break;
3002 }
3003 } else if (chip_id == BCMA_CHIP_ID_BCM43131 ||
Rafał Miłeckia67d19d2014-07-24 15:29:18 +02003004 chip_id == BCMA_CHIP_ID_BCM43217 ||
Rafał Miłeckic2cb2c42014-07-17 19:31:05 +02003005 chip_id == BCMA_CHIP_ID_BCM43222 ||
3006 chip_id == BCMA_CHIP_ID_BCM43224 ||
3007 chip_id == BCMA_CHIP_ID_BCM43225 ||
3008 chip_id == BCMA_CHIP_ID_BCM43227 ||
3009 chip_id == BCMA_CHIP_ID_BCM43228) {
3010 switch (spurmode) {
3011 case 2: /* 126 Mhz */
3012 b43_write16(dev, B43_MMIO_TSF_CLK_FRAC_LOW, 0x2082);
3013 b43_write16(dev, B43_MMIO_TSF_CLK_FRAC_HIGH, 0x8);
3014 break;
3015 case 1: /* 123 Mhz */
3016 b43_write16(dev, B43_MMIO_TSF_CLK_FRAC_LOW, 0x5341);
3017 b43_write16(dev, B43_MMIO_TSF_CLK_FRAC_HIGH, 0x8);
3018 break;
3019 default: /* 120 Mhz */
3020 b43_write16(dev, B43_MMIO_TSF_CLK_FRAC_LOW, 0x8889);
3021 b43_write16(dev, B43_MMIO_TSF_CLK_FRAC_HIGH, 0x8);
3022 break;
3023 }
3024 } else if (dev->phy.type == B43_PHYTYPE_LCN) {
3025 switch (spurmode) {
3026 case 1: /* 82 Mhz */
3027 b43_write16(dev, B43_MMIO_TSF_CLK_FRAC_LOW, 0x7CE0);
3028 b43_write16(dev, B43_MMIO_TSF_CLK_FRAC_HIGH, 0xC);
3029 break;
3030 default: /* 80 Mhz */
3031 b43_write16(dev, B43_MMIO_TSF_CLK_FRAC_LOW, 0xCCCD);
3032 b43_write16(dev, B43_MMIO_TSF_CLK_FRAC_HIGH, 0xC);
3033 break;
3034 }
3035 }
3036}
3037
Michael Buesche4d6b792007-09-18 15:39:42 -04003038static void b43_adjust_opmode(struct b43_wldev *dev)
3039{
3040 struct b43_wl *wl = dev->wl;
3041 u32 ctl;
3042 u16 cfp_pretbtt;
3043
3044 ctl = b43_read32(dev, B43_MMIO_MACCTL);
3045 /* Reset status to STA infrastructure mode. */
3046 ctl &= ~B43_MACCTL_AP;
3047 ctl &= ~B43_MACCTL_KEEP_CTL;
3048 ctl &= ~B43_MACCTL_KEEP_BADPLCP;
3049 ctl &= ~B43_MACCTL_KEEP_BAD;
3050 ctl &= ~B43_MACCTL_PROMISC;
Johannes Berg4150c572007-09-17 01:29:23 -04003051 ctl &= ~B43_MACCTL_BEACPROMISC;
Michael Buesche4d6b792007-09-18 15:39:42 -04003052 ctl |= B43_MACCTL_INFRA;
3053
Johannes Berg05c914f2008-09-11 00:01:58 +02003054 if (b43_is_mode(wl, NL80211_IFTYPE_AP) ||
3055 b43_is_mode(wl, NL80211_IFTYPE_MESH_POINT))
Johannes Berg4150c572007-09-17 01:29:23 -04003056 ctl |= B43_MACCTL_AP;
Johannes Berg05c914f2008-09-11 00:01:58 +02003057 else if (b43_is_mode(wl, NL80211_IFTYPE_ADHOC))
Johannes Berg4150c572007-09-17 01:29:23 -04003058 ctl &= ~B43_MACCTL_INFRA;
3059
3060 if (wl->filter_flags & FIF_CONTROL)
Michael Buesche4d6b792007-09-18 15:39:42 -04003061 ctl |= B43_MACCTL_KEEP_CTL;
Johannes Berg4150c572007-09-17 01:29:23 -04003062 if (wl->filter_flags & FIF_FCSFAIL)
3063 ctl |= B43_MACCTL_KEEP_BAD;
3064 if (wl->filter_flags & FIF_PLCPFAIL)
3065 ctl |= B43_MACCTL_KEEP_BADPLCP;
3066 if (wl->filter_flags & FIF_PROMISC_IN_BSS)
Michael Buesche4d6b792007-09-18 15:39:42 -04003067 ctl |= B43_MACCTL_PROMISC;
Johannes Berg4150c572007-09-17 01:29:23 -04003068 if (wl->filter_flags & FIF_BCN_PRBRESP_PROMISC)
3069 ctl |= B43_MACCTL_BEACPROMISC;
3070
Michael Buesche4d6b792007-09-18 15:39:42 -04003071 /* Workaround: On old hardware the HW-MAC-address-filter
3072 * doesn't work properly, so always run promisc in filter
3073 * it in software. */
Rafał Miłecki21d889d2011-05-18 02:06:38 +02003074 if (dev->dev->core_rev <= 4)
Michael Buesche4d6b792007-09-18 15:39:42 -04003075 ctl |= B43_MACCTL_PROMISC;
3076
3077 b43_write32(dev, B43_MMIO_MACCTL, ctl);
3078
3079 cfp_pretbtt = 2;
3080 if ((ctl & B43_MACCTL_INFRA) && !(ctl & B43_MACCTL_AP)) {
Rafał Miłeckic244e082011-05-18 02:06:41 +02003081 if (dev->dev->chip_id == 0x4306 &&
3082 dev->dev->chip_rev == 3)
Michael Buesche4d6b792007-09-18 15:39:42 -04003083 cfp_pretbtt = 100;
3084 else
3085 cfp_pretbtt = 50;
3086 }
3087 b43_write16(dev, 0x612, cfp_pretbtt);
Michael Buesch09ebe2f2009-09-12 00:52:48 +02003088
3089 /* FIXME: We don't currently implement the PMQ mechanism,
3090 * so always disable it. If we want to implement PMQ,
3091 * we need to enable it here (clear DISCPMQ) in AP mode.
3092 */
Rafał Miłecki50566352012-01-02 19:31:21 +01003093 if (0 /* ctl & B43_MACCTL_AP */)
3094 b43_maskset32(dev, B43_MMIO_MACCTL, ~B43_MACCTL_DISCPMQ, 0);
3095 else
3096 b43_maskset32(dev, B43_MMIO_MACCTL, ~0, B43_MACCTL_DISCPMQ);
Michael Buesche4d6b792007-09-18 15:39:42 -04003097}
3098
3099static void b43_rate_memory_write(struct b43_wldev *dev, u16 rate, int is_ofdm)
3100{
3101 u16 offset;
3102
3103 if (is_ofdm) {
3104 offset = 0x480;
3105 offset += (b43_plcp_get_ratecode_ofdm(rate) & 0x000F) * 2;
3106 } else {
3107 offset = 0x4C0;
3108 offset += (b43_plcp_get_ratecode_cck(rate) & 0x000F) * 2;
3109 }
3110 b43_shm_write16(dev, B43_SHM_SHARED, offset + 0x20,
3111 b43_shm_read16(dev, B43_SHM_SHARED, offset));
3112}
3113
3114static void b43_rate_memory_init(struct b43_wldev *dev)
3115{
3116 switch (dev->phy.type) {
3117 case B43_PHYTYPE_A:
3118 case B43_PHYTYPE_G:
Michael Buesch53a6e232008-01-13 21:23:44 +01003119 case B43_PHYTYPE_N:
Gábor Stefanik9d86a2d2009-08-14 14:54:46 +02003120 case B43_PHYTYPE_LP:
Rafał Miłecki6a461c22011-08-12 00:03:25 +02003121 case B43_PHYTYPE_HT:
Rafał Miłecki0b4ff452011-08-31 23:36:16 +02003122 case B43_PHYTYPE_LCN:
Michael Buesche4d6b792007-09-18 15:39:42 -04003123 b43_rate_memory_write(dev, B43_OFDM_RATE_6MB, 1);
3124 b43_rate_memory_write(dev, B43_OFDM_RATE_12MB, 1);
3125 b43_rate_memory_write(dev, B43_OFDM_RATE_18MB, 1);
3126 b43_rate_memory_write(dev, B43_OFDM_RATE_24MB, 1);
3127 b43_rate_memory_write(dev, B43_OFDM_RATE_36MB, 1);
3128 b43_rate_memory_write(dev, B43_OFDM_RATE_48MB, 1);
3129 b43_rate_memory_write(dev, B43_OFDM_RATE_54MB, 1);
3130 if (dev->phy.type == B43_PHYTYPE_A)
3131 break;
3132 /* fallthrough */
3133 case B43_PHYTYPE_B:
3134 b43_rate_memory_write(dev, B43_CCK_RATE_1MB, 0);
3135 b43_rate_memory_write(dev, B43_CCK_RATE_2MB, 0);
3136 b43_rate_memory_write(dev, B43_CCK_RATE_5MB, 0);
3137 b43_rate_memory_write(dev, B43_CCK_RATE_11MB, 0);
3138 break;
3139 default:
3140 B43_WARN_ON(1);
3141 }
3142}
3143
Michael Buesch5042c502008-04-05 15:05:00 +02003144/* Set the default values for the PHY TX Control Words. */
3145static void b43_set_phytxctl_defaults(struct b43_wldev *dev)
3146{
3147 u16 ctl = 0;
3148
3149 ctl |= B43_TXH_PHY_ENC_CCK;
3150 ctl |= B43_TXH_PHY_ANT01AUTO;
3151 ctl |= B43_TXH_PHY_TXPWR;
3152
3153 b43_shm_write16(dev, B43_SHM_SHARED, B43_SHM_SH_BEACPHYCTL, ctl);
3154 b43_shm_write16(dev, B43_SHM_SHARED, B43_SHM_SH_ACKCTSPHYCTL, ctl);
3155 b43_shm_write16(dev, B43_SHM_SHARED, B43_SHM_SH_PRPHYCTL, ctl);
3156}
3157
Michael Buesche4d6b792007-09-18 15:39:42 -04003158/* Set the TX-Antenna for management frames sent by firmware. */
3159static void b43_mgmtframe_txantenna(struct b43_wldev *dev, int antenna)
3160{
Michael Buesch5042c502008-04-05 15:05:00 +02003161 u16 ant;
Michael Buesche4d6b792007-09-18 15:39:42 -04003162 u16 tmp;
3163
Michael Buesch5042c502008-04-05 15:05:00 +02003164 ant = b43_antenna_to_phyctl(antenna);
Michael Buesche4d6b792007-09-18 15:39:42 -04003165
Michael Buesche4d6b792007-09-18 15:39:42 -04003166 /* For ACK/CTS */
3167 tmp = b43_shm_read16(dev, B43_SHM_SHARED, B43_SHM_SH_ACKCTSPHYCTL);
Michael Buescheb189d8b2008-01-28 14:47:41 -08003168 tmp = (tmp & ~B43_TXH_PHY_ANT) | ant;
Michael Buesche4d6b792007-09-18 15:39:42 -04003169 b43_shm_write16(dev, B43_SHM_SHARED, B43_SHM_SH_ACKCTSPHYCTL, tmp);
3170 /* For Probe Resposes */
3171 tmp = b43_shm_read16(dev, B43_SHM_SHARED, B43_SHM_SH_PRPHYCTL);
Michael Buescheb189d8b2008-01-28 14:47:41 -08003172 tmp = (tmp & ~B43_TXH_PHY_ANT) | ant;
Michael Buesche4d6b792007-09-18 15:39:42 -04003173 b43_shm_write16(dev, B43_SHM_SHARED, B43_SHM_SH_PRPHYCTL, tmp);
3174}
3175
3176/* This is the opposite of b43_chip_init() */
3177static void b43_chip_exit(struct b43_wldev *dev)
3178{
Michael Bueschfb111372008-09-02 13:00:34 +02003179 b43_phy_exit(dev);
Michael Buesche4d6b792007-09-18 15:39:42 -04003180 b43_gpio_cleanup(dev);
3181 /* firmware is released later */
3182}
3183
3184/* Initialize the chip
3185 * http://bcm-specs.sipsolutions.net/ChipInit
3186 */
3187static int b43_chip_init(struct b43_wldev *dev)
3188{
3189 struct b43_phy *phy = &dev->phy;
Michael Bueschef1a6282008-08-27 18:53:02 +02003190 int err;
Rafał Miłecki858a1652011-05-10 16:05:33 +02003191 u32 macctl;
Michael Buesche4d6b792007-09-18 15:39:42 -04003192 u16 value16;
3193
Michael Buesch1f7d87b2008-01-22 20:23:34 +01003194 /* Initialize the MAC control */
3195 macctl = B43_MACCTL_IHR_ENABLED | B43_MACCTL_SHM_ENABLED;
3196 if (dev->phy.gmode)
3197 macctl |= B43_MACCTL_GMODE;
3198 macctl |= B43_MACCTL_INFRA;
3199 b43_write32(dev, B43_MMIO_MACCTL, macctl);
Michael Buesche4d6b792007-09-18 15:39:42 -04003200
Michael Buesche4d6b792007-09-18 15:39:42 -04003201 err = b43_upload_microcode(dev);
3202 if (err)
3203 goto out; /* firmware is released later */
3204
3205 err = b43_gpio_init(dev);
3206 if (err)
3207 goto out; /* firmware is released later */
Michael Buesch21954c32007-09-27 15:31:40 +02003208
Michael Buesche4d6b792007-09-18 15:39:42 -04003209 err = b43_upload_initvals(dev);
3210 if (err)
Larry Finger1a8d12272007-12-14 13:59:11 +01003211 goto err_gpio_clean;
Michael Buesche4d6b792007-09-18 15:39:42 -04003212
Rafał Miłecki0f684232014-05-17 23:24:53 +02003213 err = b43_upload_initvals_band(dev);
3214 if (err)
3215 goto err_gpio_clean;
3216
Michael Buesch0b7dcd92008-09-03 12:31:54 +02003217 /* Turn the Analog on and initialize the PHY. */
3218 phy->ops->switch_analog(dev, 1);
Michael Buesche4d6b792007-09-18 15:39:42 -04003219 err = b43_phy_init(dev);
3220 if (err)
Michael Bueschef1a6282008-08-27 18:53:02 +02003221 goto err_gpio_clean;
Michael Buesche4d6b792007-09-18 15:39:42 -04003222
Michael Bueschef1a6282008-08-27 18:53:02 +02003223 /* Disable Interference Mitigation. */
3224 if (phy->ops->interf_mitigation)
3225 phy->ops->interf_mitigation(dev, B43_INTERFMODE_NONE);
Michael Buesche4d6b792007-09-18 15:39:42 -04003226
Michael Bueschef1a6282008-08-27 18:53:02 +02003227 /* Select the antennae */
3228 if (phy->ops->set_rx_antenna)
3229 phy->ops->set_rx_antenna(dev, B43_ANTENNA_DEFAULT);
Michael Buesche4d6b792007-09-18 15:39:42 -04003230 b43_mgmtframe_txantenna(dev, B43_ANTENNA_DEFAULT);
3231
3232 if (phy->type == B43_PHYTYPE_B) {
3233 value16 = b43_read16(dev, 0x005E);
3234 value16 |= 0x0004;
3235 b43_write16(dev, 0x005E, value16);
3236 }
3237 b43_write32(dev, 0x0100, 0x01000000);
Rafał Miłecki21d889d2011-05-18 02:06:38 +02003238 if (dev->dev->core_rev < 5)
Michael Buesche4d6b792007-09-18 15:39:42 -04003239 b43_write32(dev, 0x010C, 0x01000000);
3240
Rafał Miłecki50566352012-01-02 19:31:21 +01003241 b43_maskset32(dev, B43_MMIO_MACCTL, ~B43_MACCTL_INFRA, 0);
3242 b43_maskset32(dev, B43_MMIO_MACCTL, ~0, B43_MACCTL_INFRA);
Michael Buesche4d6b792007-09-18 15:39:42 -04003243
Michael Buesche4d6b792007-09-18 15:39:42 -04003244 /* Probe Response Timeout value */
3245 /* FIXME: Default to 0, has to be set by ioctl probably... :-/ */
Hauke Mehrtens5c1da232013-03-23 18:07:02 +01003246 b43_shm_write16(dev, B43_SHM_SHARED, B43_SHM_SH_PRMAXTIME, 0);
Michael Buesche4d6b792007-09-18 15:39:42 -04003247
3248 /* Initially set the wireless operation mode. */
3249 b43_adjust_opmode(dev);
3250
Rafał Miłecki21d889d2011-05-18 02:06:38 +02003251 if (dev->dev->core_rev < 3) {
Michael Buesche4d6b792007-09-18 15:39:42 -04003252 b43_write16(dev, 0x060E, 0x0000);
3253 b43_write16(dev, 0x0610, 0x8000);
3254 b43_write16(dev, 0x0604, 0x0000);
3255 b43_write16(dev, 0x0606, 0x0200);
3256 } else {
3257 b43_write32(dev, 0x0188, 0x80000000);
3258 b43_write32(dev, 0x018C, 0x02000000);
3259 }
3260 b43_write32(dev, B43_MMIO_GEN_IRQ_REASON, 0x00004000);
Thommy Jakobsson73b82bf2013-04-23 21:45:11 +02003261 b43_write32(dev, B43_MMIO_DMA0_IRQ_MASK, 0x0001FC00);
Michael Buesche4d6b792007-09-18 15:39:42 -04003262 b43_write32(dev, B43_MMIO_DMA1_IRQ_MASK, 0x0000DC00);
3263 b43_write32(dev, B43_MMIO_DMA2_IRQ_MASK, 0x0000DC00);
3264 b43_write32(dev, B43_MMIO_DMA3_IRQ_MASK, 0x0001DC00);
3265 b43_write32(dev, B43_MMIO_DMA4_IRQ_MASK, 0x0000DC00);
3266 b43_write32(dev, B43_MMIO_DMA5_IRQ_MASK, 0x0000DC00);
3267
Rafał Miłecki858a1652011-05-10 16:05:33 +02003268 b43_mac_phy_clock_set(dev, true);
Michael Buesche4d6b792007-09-18 15:39:42 -04003269
Rafał Miłecki6cbab0d2011-07-06 15:45:26 +02003270 switch (dev->dev->bus_type) {
Rafał Miłecki42c9a452011-07-06 15:45:27 +02003271#ifdef CONFIG_B43_BCMA
3272 case B43_BUS_BCMA:
3273 /* FIXME: 0xE74 is quite common, but should be read from CC */
3274 b43_write16(dev, B43_MMIO_POWERUP_DELAY, 0xE74);
3275 break;
3276#endif
Rafał Miłecki6cbab0d2011-07-06 15:45:26 +02003277#ifdef CONFIG_B43_SSB
3278 case B43_BUS_SSB:
3279 b43_write16(dev, B43_MMIO_POWERUP_DELAY,
3280 dev->dev->sdev->bus->chipco.fast_pwrup_delay);
3281 break;
3282#endif
3283 }
Michael Buesche4d6b792007-09-18 15:39:42 -04003284
3285 err = 0;
3286 b43dbg(dev->wl, "Chip initialized\n");
Michael Buesch21954c32007-09-27 15:31:40 +02003287out:
Michael Buesche4d6b792007-09-18 15:39:42 -04003288 return err;
3289
Larry Finger1a8d12272007-12-14 13:59:11 +01003290err_gpio_clean:
Michael Buesche4d6b792007-09-18 15:39:42 -04003291 b43_gpio_cleanup(dev);
Michael Buesch21954c32007-09-27 15:31:40 +02003292 return err;
Michael Buesche4d6b792007-09-18 15:39:42 -04003293}
3294
Michael Buesche4d6b792007-09-18 15:39:42 -04003295static void b43_periodic_every60sec(struct b43_wldev *dev)
3296{
Michael Bueschef1a6282008-08-27 18:53:02 +02003297 const struct b43_phy_operations *ops = dev->phy.ops;
Michael Buesche4d6b792007-09-18 15:39:42 -04003298
Michael Bueschef1a6282008-08-27 18:53:02 +02003299 if (ops->pwork_60sec)
3300 ops->pwork_60sec(dev);
Michael Buesch18c8ade2008-08-28 19:33:40 +02003301
3302 /* Force check the TX power emission now. */
3303 b43_phy_txpower_check(dev, B43_TXPWR_IGNORE_TIME);
Michael Buesche4d6b792007-09-18 15:39:42 -04003304}
3305
3306static void b43_periodic_every30sec(struct b43_wldev *dev)
3307{
3308 /* Update device statistics. */
3309 b43_calculate_link_quality(dev);
3310}
3311
3312static void b43_periodic_every15sec(struct b43_wldev *dev)
3313{
3314 struct b43_phy *phy = &dev->phy;
Michael Buesch9b839a72008-06-20 17:44:02 +02003315 u16 wdr;
3316
3317 if (dev->fw.opensource) {
3318 /* Check if the firmware is still alive.
3319 * It will reset the watchdog counter to 0 in its idle loop. */
3320 wdr = b43_shm_read16(dev, B43_SHM_SCRATCH, B43_WATCHDOG_REG);
3321 if (unlikely(wdr)) {
3322 b43err(dev->wl, "Firmware watchdog: The firmware died!\n");
3323 b43_controller_restart(dev, "Firmware watchdog");
3324 return;
3325 } else {
3326 b43_shm_write16(dev, B43_SHM_SCRATCH,
3327 B43_WATCHDOG_REG, 1);
3328 }
3329 }
Michael Buesche4d6b792007-09-18 15:39:42 -04003330
Michael Bueschef1a6282008-08-27 18:53:02 +02003331 if (phy->ops->pwork_15sec)
3332 phy->ops->pwork_15sec(dev);
3333
Stefano Brivio00e0b8c2007-11-25 11:10:33 +01003334 atomic_set(&phy->txerr_cnt, B43_PHY_TX_BADNESS_LIMIT);
3335 wmb();
Michael Buesch990b86f2009-09-12 00:48:03 +02003336
3337#if B43_DEBUG
3338 if (b43_debug(dev, B43_DBG_VERBOSESTATS)) {
3339 unsigned int i;
3340
3341 b43dbg(dev->wl, "Stats: %7u IRQs/sec, %7u TX/sec, %7u RX/sec\n",
3342 dev->irq_count / 15,
3343 dev->tx_count / 15,
3344 dev->rx_count / 15);
3345 dev->irq_count = 0;
3346 dev->tx_count = 0;
3347 dev->rx_count = 0;
3348 for (i = 0; i < ARRAY_SIZE(dev->irq_bit_count); i++) {
3349 if (dev->irq_bit_count[i]) {
3350 b43dbg(dev->wl, "Stats: %7u IRQ-%02u/sec (0x%08X)\n",
3351 dev->irq_bit_count[i] / 15, i, (1 << i));
3352 dev->irq_bit_count[i] = 0;
3353 }
3354 }
3355 }
3356#endif
Michael Buesche4d6b792007-09-18 15:39:42 -04003357}
3358
Michael Buesche4d6b792007-09-18 15:39:42 -04003359static void do_periodic_work(struct b43_wldev *dev)
3360{
3361 unsigned int state;
3362
3363 state = dev->periodic_state;
Michael Buesch42bb4cd2007-09-28 14:22:33 +02003364 if (state % 4 == 0)
Michael Buesche4d6b792007-09-18 15:39:42 -04003365 b43_periodic_every60sec(dev);
Michael Buesch42bb4cd2007-09-28 14:22:33 +02003366 if (state % 2 == 0)
Michael Buesche4d6b792007-09-18 15:39:42 -04003367 b43_periodic_every30sec(dev);
Michael Buesch42bb4cd2007-09-28 14:22:33 +02003368 b43_periodic_every15sec(dev);
Michael Buesche4d6b792007-09-18 15:39:42 -04003369}
3370
Michael Buesch05b64b32007-09-28 16:19:03 +02003371/* Periodic work locking policy:
3372 * The whole periodic work handler is protected by
3373 * wl->mutex. If another lock is needed somewhere in the
Uwe Kleine-König21ae2952009-10-07 15:21:09 +02003374 * pwork callchain, it's acquired in-place, where it's needed.
Michael Buesche4d6b792007-09-18 15:39:42 -04003375 */
Michael Buesche4d6b792007-09-18 15:39:42 -04003376static void b43_periodic_work_handler(struct work_struct *work)
3377{
Michael Buesch05b64b32007-09-28 16:19:03 +02003378 struct b43_wldev *dev = container_of(work, struct b43_wldev,
3379 periodic_work.work);
3380 struct b43_wl *wl = dev->wl;
3381 unsigned long delay;
Michael Buesche4d6b792007-09-18 15:39:42 -04003382
Michael Buesch05b64b32007-09-28 16:19:03 +02003383 mutex_lock(&wl->mutex);
Michael Buesche4d6b792007-09-18 15:39:42 -04003384
3385 if (unlikely(b43_status(dev) != B43_STAT_STARTED))
3386 goto out;
3387 if (b43_debug(dev, B43_DBG_PWORK_STOP))
3388 goto out_requeue;
3389
Michael Buesch05b64b32007-09-28 16:19:03 +02003390 do_periodic_work(dev);
Michael Buesche4d6b792007-09-18 15:39:42 -04003391
Michael Buesche4d6b792007-09-18 15:39:42 -04003392 dev->periodic_state++;
Michael Buesch42bb4cd2007-09-28 14:22:33 +02003393out_requeue:
Michael Buesche4d6b792007-09-18 15:39:42 -04003394 if (b43_debug(dev, B43_DBG_PWORK_FAST))
3395 delay = msecs_to_jiffies(50);
3396 else
Anton Blanchard82cd6822007-10-15 00:42:23 -05003397 delay = round_jiffies_relative(HZ * 15);
Luis R. Rodriguez42935ec2009-07-29 20:08:07 -04003398 ieee80211_queue_delayed_work(wl->hw, &dev->periodic_work, delay);
Michael Buesch42bb4cd2007-09-28 14:22:33 +02003399out:
Michael Buesch05b64b32007-09-28 16:19:03 +02003400 mutex_unlock(&wl->mutex);
Michael Buesche4d6b792007-09-18 15:39:42 -04003401}
3402
3403static void b43_periodic_tasks_setup(struct b43_wldev *dev)
3404{
3405 struct delayed_work *work = &dev->periodic_work;
3406
3407 dev->periodic_state = 0;
3408 INIT_DELAYED_WORK(work, b43_periodic_work_handler);
Luis R. Rodriguez42935ec2009-07-29 20:08:07 -04003409 ieee80211_queue_delayed_work(dev->wl->hw, work, 0);
Michael Buesche4d6b792007-09-18 15:39:42 -04003410}
3411
Michael Bueschf3dd3fc2007-12-22 21:56:30 +01003412/* Check if communication with the device works correctly. */
Michael Buesche4d6b792007-09-18 15:39:42 -04003413static int b43_validate_chipaccess(struct b43_wldev *dev)
3414{
Michael Bueschf62ae6c2009-07-31 20:51:41 +02003415 u32 v, backup0, backup4;
Michael Buesche4d6b792007-09-18 15:39:42 -04003416
Michael Bueschf62ae6c2009-07-31 20:51:41 +02003417 backup0 = b43_shm_read32(dev, B43_SHM_SHARED, 0);
3418 backup4 = b43_shm_read32(dev, B43_SHM_SHARED, 4);
Michael Bueschf3dd3fc2007-12-22 21:56:30 +01003419
3420 /* Check for read/write and endianness problems. */
Michael Buesche4d6b792007-09-18 15:39:42 -04003421 b43_shm_write32(dev, B43_SHM_SHARED, 0, 0x55AAAA55);
3422 if (b43_shm_read32(dev, B43_SHM_SHARED, 0) != 0x55AAAA55)
3423 goto error;
Michael Bueschf3dd3fc2007-12-22 21:56:30 +01003424 b43_shm_write32(dev, B43_SHM_SHARED, 0, 0xAA5555AA);
3425 if (b43_shm_read32(dev, B43_SHM_SHARED, 0) != 0xAA5555AA)
Michael Buesche4d6b792007-09-18 15:39:42 -04003426 goto error;
3427
Michael Bueschf62ae6c2009-07-31 20:51:41 +02003428 /* Check if unaligned 32bit SHM_SHARED access works properly.
3429 * However, don't bail out on failure, because it's noncritical. */
3430 b43_shm_write16(dev, B43_SHM_SHARED, 0, 0x1122);
3431 b43_shm_write16(dev, B43_SHM_SHARED, 2, 0x3344);
3432 b43_shm_write16(dev, B43_SHM_SHARED, 4, 0x5566);
3433 b43_shm_write16(dev, B43_SHM_SHARED, 6, 0x7788);
3434 if (b43_shm_read32(dev, B43_SHM_SHARED, 2) != 0x55663344)
3435 b43warn(dev->wl, "Unaligned 32bit SHM read access is broken\n");
3436 b43_shm_write32(dev, B43_SHM_SHARED, 2, 0xAABBCCDD);
3437 if (b43_shm_read16(dev, B43_SHM_SHARED, 0) != 0x1122 ||
3438 b43_shm_read16(dev, B43_SHM_SHARED, 2) != 0xCCDD ||
3439 b43_shm_read16(dev, B43_SHM_SHARED, 4) != 0xAABB ||
3440 b43_shm_read16(dev, B43_SHM_SHARED, 6) != 0x7788)
3441 b43warn(dev->wl, "Unaligned 32bit SHM write access is broken\n");
3442
3443 b43_shm_write32(dev, B43_SHM_SHARED, 0, backup0);
3444 b43_shm_write32(dev, B43_SHM_SHARED, 4, backup4);
Michael Bueschf3dd3fc2007-12-22 21:56:30 +01003445
Rafał Miłecki21d889d2011-05-18 02:06:38 +02003446 if ((dev->dev->core_rev >= 3) && (dev->dev->core_rev <= 10)) {
Michael Bueschf3dd3fc2007-12-22 21:56:30 +01003447 /* The 32bit register shadows the two 16bit registers
3448 * with update sideeffects. Validate this. */
3449 b43_write16(dev, B43_MMIO_TSF_CFP_START, 0xAAAA);
3450 b43_write32(dev, B43_MMIO_TSF_CFP_START, 0xCCCCBBBB);
3451 if (b43_read16(dev, B43_MMIO_TSF_CFP_START_LOW) != 0xBBBB)
3452 goto error;
3453 if (b43_read16(dev, B43_MMIO_TSF_CFP_START_HIGH) != 0xCCCC)
3454 goto error;
3455 }
3456 b43_write32(dev, B43_MMIO_TSF_CFP_START, 0);
3457
3458 v = b43_read32(dev, B43_MMIO_MACCTL);
3459 v |= B43_MACCTL_GMODE;
3460 if (v != (B43_MACCTL_GMODE | B43_MACCTL_IHR_ENABLED))
Michael Buesche4d6b792007-09-18 15:39:42 -04003461 goto error;
3462
3463 return 0;
Michael Bueschf3dd3fc2007-12-22 21:56:30 +01003464error:
Michael Buesche4d6b792007-09-18 15:39:42 -04003465 b43err(dev->wl, "Failed to validate the chipaccess\n");
3466 return -ENODEV;
3467}
3468
3469static void b43_security_init(struct b43_wldev *dev)
3470{
Michael Buesche4d6b792007-09-18 15:39:42 -04003471 dev->ktp = b43_shm_read16(dev, B43_SHM_SHARED, B43_SHM_SH_KTP);
3472 /* KTP is a word address, but we address SHM bytewise.
3473 * So multiply by two.
3474 */
3475 dev->ktp *= 2;
Michael Buesch66d2d082009-08-06 10:36:50 +02003476 /* Number of RCMTA address slots */
3477 b43_write16(dev, B43_MMIO_RCMTA_COUNT, B43_NR_PAIRWISE_KEYS);
3478 /* Clear the key memory. */
Michael Buesche4d6b792007-09-18 15:39:42 -04003479 b43_clear_keys(dev);
3480}
3481
Michael Buesch616de352009-03-29 13:19:31 +02003482#ifdef CONFIG_B43_HWRNG
John Daiker99da1852009-02-24 02:16:42 -08003483static int b43_rng_read(struct hwrng *rng, u32 *data)
Michael Buesche4d6b792007-09-18 15:39:42 -04003484{
3485 struct b43_wl *wl = (struct b43_wl *)rng->priv;
Michael Buescha78b3bb2009-09-11 21:44:05 +02003486 struct b43_wldev *dev;
3487 int count = -ENODEV;
Michael Buesche4d6b792007-09-18 15:39:42 -04003488
Michael Buescha78b3bb2009-09-11 21:44:05 +02003489 mutex_lock(&wl->mutex);
3490 dev = wl->current_dev;
3491 if (likely(dev && b43_status(dev) >= B43_STAT_INITIALIZED)) {
3492 *data = b43_read16(dev, B43_MMIO_RNG);
3493 count = sizeof(u16);
3494 }
3495 mutex_unlock(&wl->mutex);
Michael Buesche4d6b792007-09-18 15:39:42 -04003496
Michael Buescha78b3bb2009-09-11 21:44:05 +02003497 return count;
Michael Buesche4d6b792007-09-18 15:39:42 -04003498}
Michael Buesch616de352009-03-29 13:19:31 +02003499#endif /* CONFIG_B43_HWRNG */
Michael Buesche4d6b792007-09-18 15:39:42 -04003500
Rafael J. Wysockib844eba2008-03-23 20:28:24 +01003501static void b43_rng_exit(struct b43_wl *wl)
Michael Buesche4d6b792007-09-18 15:39:42 -04003502{
Michael Buesch616de352009-03-29 13:19:31 +02003503#ifdef CONFIG_B43_HWRNG
Michael Buesche4d6b792007-09-18 15:39:42 -04003504 if (wl->rng_initialized)
Rafael J. Wysockib844eba2008-03-23 20:28:24 +01003505 hwrng_unregister(&wl->rng);
Michael Buesch616de352009-03-29 13:19:31 +02003506#endif /* CONFIG_B43_HWRNG */
Michael Buesche4d6b792007-09-18 15:39:42 -04003507}
3508
3509static int b43_rng_init(struct b43_wl *wl)
3510{
Michael Buesch616de352009-03-29 13:19:31 +02003511 int err = 0;
Michael Buesche4d6b792007-09-18 15:39:42 -04003512
Michael Buesch616de352009-03-29 13:19:31 +02003513#ifdef CONFIG_B43_HWRNG
Michael Buesche4d6b792007-09-18 15:39:42 -04003514 snprintf(wl->rng_name, ARRAY_SIZE(wl->rng_name),
3515 "%s_%s", KBUILD_MODNAME, wiphy_name(wl->hw->wiphy));
3516 wl->rng.name = wl->rng_name;
3517 wl->rng.data_read = b43_rng_read;
3518 wl->rng.priv = (unsigned long)wl;
Rusty Russell3db1cd52011-12-19 13:56:45 +00003519 wl->rng_initialized = true;
Michael Buesche4d6b792007-09-18 15:39:42 -04003520 err = hwrng_register(&wl->rng);
3521 if (err) {
Rusty Russell3db1cd52011-12-19 13:56:45 +00003522 wl->rng_initialized = false;
Michael Buesche4d6b792007-09-18 15:39:42 -04003523 b43err(wl, "Failed to register the random "
3524 "number generator (%d)\n", err);
3525 }
Michael Buesch616de352009-03-29 13:19:31 +02003526#endif /* CONFIG_B43_HWRNG */
Michael Buesche4d6b792007-09-18 15:39:42 -04003527
3528 return err;
3529}
3530
Michael Bueschf5d40ee2009-09-04 22:53:18 +02003531static void b43_tx_work(struct work_struct *work)
Michael Buesche4d6b792007-09-18 15:39:42 -04003532{
Michael Bueschf5d40ee2009-09-04 22:53:18 +02003533 struct b43_wl *wl = container_of(work, struct b43_wl, tx_work);
3534 struct b43_wldev *dev;
3535 struct sk_buff *skb;
francesco.gringoli@ing.unibs.itbad69192011-12-16 18:34:56 +01003536 int queue_num;
Michael Bueschf5d40ee2009-09-04 22:53:18 +02003537 int err = 0;
Michael Buesche4d6b792007-09-18 15:39:42 -04003538
Michael Bueschf5d40ee2009-09-04 22:53:18 +02003539 mutex_lock(&wl->mutex);
3540 dev = wl->current_dev;
3541 if (unlikely(!dev || b43_status(dev) < B43_STAT_STARTED)) {
3542 mutex_unlock(&wl->mutex);
3543 return;
Michael Buesch5100d5a2008-03-29 21:01:16 +01003544 }
Michael Buesch21a75d72008-04-25 19:29:08 +02003545
francesco.gringoli@ing.unibs.itbad69192011-12-16 18:34:56 +01003546 for (queue_num = 0; queue_num < B43_QOS_QUEUE_NUM; queue_num++) {
3547 while (skb_queue_len(&wl->tx_queue[queue_num])) {
3548 skb = skb_dequeue(&wl->tx_queue[queue_num]);
3549 if (b43_using_pio_transfers(dev))
3550 err = b43_pio_tx(dev, skb);
3551 else
3552 err = b43_dma_tx(dev, skb);
3553 if (err == -ENOSPC) {
3554 wl->tx_queue_stopped[queue_num] = 1;
3555 ieee80211_stop_queue(wl->hw, queue_num);
3556 skb_queue_head(&wl->tx_queue[queue_num], skb);
3557 break;
3558 }
3559 if (unlikely(err))
Felix Fietkau78f18df2012-12-10 17:40:21 +01003560 ieee80211_free_txskb(wl->hw, skb);
francesco.gringoli@ing.unibs.itbad69192011-12-16 18:34:56 +01003561 err = 0;
3562 }
Michael Buesch21a75d72008-04-25 19:29:08 +02003563
francesco.gringoli@ing.unibs.itbad69192011-12-16 18:34:56 +01003564 if (!err)
3565 wl->tx_queue_stopped[queue_num] = 0;
Michael Buesch21a75d72008-04-25 19:29:08 +02003566 }
3567
Michael Buesch990b86f2009-09-12 00:48:03 +02003568#if B43_DEBUG
3569 dev->tx_count++;
3570#endif
Michael Bueschf5d40ee2009-09-04 22:53:18 +02003571 mutex_unlock(&wl->mutex);
3572}
Michael Buesch21a75d72008-04-25 19:29:08 +02003573
Johannes Berg7bb45682011-02-24 14:42:06 +01003574static void b43_op_tx(struct ieee80211_hw *hw,
Thomas Huehn36323f82012-07-23 21:33:42 +02003575 struct ieee80211_tx_control *control,
3576 struct sk_buff *skb)
Michael Bueschf5d40ee2009-09-04 22:53:18 +02003577{
3578 struct b43_wl *wl = hw_to_b43_wl(hw);
Michael Bueschc9e8eae2008-06-15 15:17:29 +02003579
Michael Bueschf5d40ee2009-09-04 22:53:18 +02003580 if (unlikely(skb->len < 2 + 2 + 6)) {
3581 /* Too short, this can't be a valid frame. */
Felix Fietkau78f18df2012-12-10 17:40:21 +01003582 ieee80211_free_txskb(hw, skb);
Johannes Berg7bb45682011-02-24 14:42:06 +01003583 return;
Michael Bueschf5d40ee2009-09-04 22:53:18 +02003584 }
3585 B43_WARN_ON(skb_shinfo(skb)->nr_frags);
3586
francesco.gringoli@ing.unibs.itbad69192011-12-16 18:34:56 +01003587 skb_queue_tail(&wl->tx_queue[skb->queue_mapping], skb);
3588 if (!wl->tx_queue_stopped[skb->queue_mapping]) {
3589 ieee80211_queue_work(wl->hw, &wl->tx_work);
3590 } else {
3591 ieee80211_stop_queue(wl->hw, skb->queue_mapping);
3592 }
Michael Buesche4d6b792007-09-18 15:39:42 -04003593}
3594
Michael Buesche6f5b932008-03-05 21:18:49 +01003595static void b43_qos_params_upload(struct b43_wldev *dev,
3596 const struct ieee80211_tx_queue_params *p,
3597 u16 shm_offset)
3598{
3599 u16 params[B43_NR_QOSPARAMS];
Johannes Berg0b576642008-07-15 02:08:24 -07003600 int bslots, tmp;
Michael Buesche6f5b932008-03-05 21:18:49 +01003601 unsigned int i;
3602
Michael Bueschb0544eb2009-09-06 15:42:45 +02003603 if (!dev->qos_enabled)
3604 return;
3605
Johannes Berg0b576642008-07-15 02:08:24 -07003606 bslots = b43_read16(dev, B43_MMIO_RNG) & p->cw_min;
Michael Buesche6f5b932008-03-05 21:18:49 +01003607
3608 memset(&params, 0, sizeof(params));
3609
3610 params[B43_QOSPARAM_TXOP] = p->txop * 32;
Johannes Berg0b576642008-07-15 02:08:24 -07003611 params[B43_QOSPARAM_CWMIN] = p->cw_min;
3612 params[B43_QOSPARAM_CWMAX] = p->cw_max;
3613 params[B43_QOSPARAM_CWCUR] = p->cw_min;
3614 params[B43_QOSPARAM_AIFS] = p->aifs;
Michael Buesche6f5b932008-03-05 21:18:49 +01003615 params[B43_QOSPARAM_BSLOTS] = bslots;
Johannes Berg0b576642008-07-15 02:08:24 -07003616 params[B43_QOSPARAM_REGGAP] = bslots + p->aifs;
Michael Buesche6f5b932008-03-05 21:18:49 +01003617
3618 for (i = 0; i < ARRAY_SIZE(params); i++) {
3619 if (i == B43_QOSPARAM_STATUS) {
3620 tmp = b43_shm_read16(dev, B43_SHM_SHARED,
3621 shm_offset + (i * 2));
3622 /* Mark the parameters as updated. */
3623 tmp |= 0x100;
3624 b43_shm_write16(dev, B43_SHM_SHARED,
3625 shm_offset + (i * 2),
3626 tmp);
3627 } else {
3628 b43_shm_write16(dev, B43_SHM_SHARED,
3629 shm_offset + (i * 2),
3630 params[i]);
3631 }
3632 }
3633}
3634
Michael Bueschc40c1122008-09-06 16:21:47 +02003635/* Mapping of mac80211 queue numbers to b43 QoS SHM offsets. */
3636static const u16 b43_qos_shm_offsets[] = {
3637 /* [mac80211-queue-nr] = SHM_OFFSET, */
3638 [0] = B43_QOS_VOICE,
3639 [1] = B43_QOS_VIDEO,
3640 [2] = B43_QOS_BESTEFFORT,
3641 [3] = B43_QOS_BACKGROUND,
3642};
3643
Michael Buesch5a5f3b42008-09-06 20:07:31 +02003644/* Update all QOS parameters in hardware. */
3645static void b43_qos_upload_all(struct b43_wldev *dev)
Michael Buesche6f5b932008-03-05 21:18:49 +01003646{
3647 struct b43_wl *wl = dev->wl;
3648 struct b43_qos_params *params;
Michael Buesche6f5b932008-03-05 21:18:49 +01003649 unsigned int i;
3650
Michael Bueschb0544eb2009-09-06 15:42:45 +02003651 if (!dev->qos_enabled)
3652 return;
3653
Michael Bueschc40c1122008-09-06 16:21:47 +02003654 BUILD_BUG_ON(ARRAY_SIZE(b43_qos_shm_offsets) !=
3655 ARRAY_SIZE(wl->qos_params));
Michael Buesche6f5b932008-03-05 21:18:49 +01003656
3657 b43_mac_suspend(dev);
Michael Buesche6f5b932008-03-05 21:18:49 +01003658 for (i = 0; i < ARRAY_SIZE(wl->qos_params); i++) {
3659 params = &(wl->qos_params[i]);
Michael Buesch5a5f3b42008-09-06 20:07:31 +02003660 b43_qos_params_upload(dev, &(params->p),
3661 b43_qos_shm_offsets[i]);
Michael Buesche6f5b932008-03-05 21:18:49 +01003662 }
Michael Buesche6f5b932008-03-05 21:18:49 +01003663 b43_mac_enable(dev);
3664}
3665
3666static void b43_qos_clear(struct b43_wl *wl)
3667{
3668 struct b43_qos_params *params;
3669 unsigned int i;
3670
Michael Bueschc40c1122008-09-06 16:21:47 +02003671 /* Initialize QoS parameters to sane defaults. */
3672
3673 BUILD_BUG_ON(ARRAY_SIZE(b43_qos_shm_offsets) !=
3674 ARRAY_SIZE(wl->qos_params));
3675
Michael Buesche6f5b932008-03-05 21:18:49 +01003676 for (i = 0; i < ARRAY_SIZE(wl->qos_params); i++) {
3677 params = &(wl->qos_params[i]);
3678
Michael Bueschc40c1122008-09-06 16:21:47 +02003679 switch (b43_qos_shm_offsets[i]) {
3680 case B43_QOS_VOICE:
3681 params->p.txop = 0;
3682 params->p.aifs = 2;
3683 params->p.cw_min = 0x0001;
3684 params->p.cw_max = 0x0001;
3685 break;
3686 case B43_QOS_VIDEO:
3687 params->p.txop = 0;
3688 params->p.aifs = 2;
3689 params->p.cw_min = 0x0001;
3690 params->p.cw_max = 0x0001;
3691 break;
3692 case B43_QOS_BESTEFFORT:
3693 params->p.txop = 0;
3694 params->p.aifs = 3;
3695 params->p.cw_min = 0x0001;
3696 params->p.cw_max = 0x03FF;
3697 break;
3698 case B43_QOS_BACKGROUND:
3699 params->p.txop = 0;
3700 params->p.aifs = 7;
3701 params->p.cw_min = 0x0001;
3702 params->p.cw_max = 0x03FF;
3703 break;
3704 default:
3705 B43_WARN_ON(1);
3706 }
Michael Buesche6f5b932008-03-05 21:18:49 +01003707 }
3708}
3709
3710/* Initialize the core's QOS capabilities */
3711static void b43_qos_init(struct b43_wldev *dev)
3712{
Michael Bueschb0544eb2009-09-06 15:42:45 +02003713 if (!dev->qos_enabled) {
3714 /* Disable QOS support. */
3715 b43_hf_write(dev, b43_hf_read(dev) & ~B43_HF_EDCF);
3716 b43_write16(dev, B43_MMIO_IFSCTL,
3717 b43_read16(dev, B43_MMIO_IFSCTL)
3718 & ~B43_MMIO_IFSCTL_USE_EDCF);
3719 b43dbg(dev->wl, "QoS disabled\n");
3720 return;
3721 }
3722
Michael Buesche6f5b932008-03-05 21:18:49 +01003723 /* Upload the current QOS parameters. */
Michael Buesch5a5f3b42008-09-06 20:07:31 +02003724 b43_qos_upload_all(dev);
Michael Buesche6f5b932008-03-05 21:18:49 +01003725
3726 /* Enable QOS support. */
3727 b43_hf_write(dev, b43_hf_read(dev) | B43_HF_EDCF);
3728 b43_write16(dev, B43_MMIO_IFSCTL,
3729 b43_read16(dev, B43_MMIO_IFSCTL)
3730 | B43_MMIO_IFSCTL_USE_EDCF);
Michael Bueschb0544eb2009-09-06 15:42:45 +02003731 b43dbg(dev->wl, "QoS enabled\n");
Michael Buesche6f5b932008-03-05 21:18:49 +01003732}
3733
Eliad Peller8a3a3c82011-10-02 10:15:52 +02003734static int b43_op_conf_tx(struct ieee80211_hw *hw,
3735 struct ieee80211_vif *vif, u16 _queue,
Michael Buesch40faacc2007-10-28 16:29:32 +01003736 const struct ieee80211_tx_queue_params *params)
Michael Buesche4d6b792007-09-18 15:39:42 -04003737{
Michael Buesche6f5b932008-03-05 21:18:49 +01003738 struct b43_wl *wl = hw_to_b43_wl(hw);
Michael Buesch5a5f3b42008-09-06 20:07:31 +02003739 struct b43_wldev *dev;
Michael Buesche6f5b932008-03-05 21:18:49 +01003740 unsigned int queue = (unsigned int)_queue;
Michael Buesch5a5f3b42008-09-06 20:07:31 +02003741 int err = -ENODEV;
Michael Buesche6f5b932008-03-05 21:18:49 +01003742
3743 if (queue >= ARRAY_SIZE(wl->qos_params)) {
3744 /* Queue not available or don't support setting
3745 * params on this queue. Return success to not
3746 * confuse mac80211. */
3747 return 0;
3748 }
Michael Buesch5a5f3b42008-09-06 20:07:31 +02003749 BUILD_BUG_ON(ARRAY_SIZE(b43_qos_shm_offsets) !=
3750 ARRAY_SIZE(wl->qos_params));
Michael Buesche6f5b932008-03-05 21:18:49 +01003751
Michael Buesch5a5f3b42008-09-06 20:07:31 +02003752 mutex_lock(&wl->mutex);
3753 dev = wl->current_dev;
3754 if (unlikely(!dev || (b43_status(dev) < B43_STAT_INITIALIZED)))
3755 goto out_unlock;
Michael Buesche6f5b932008-03-05 21:18:49 +01003756
Michael Buesch5a5f3b42008-09-06 20:07:31 +02003757 memcpy(&(wl->qos_params[queue].p), params, sizeof(*params));
3758 b43_mac_suspend(dev);
3759 b43_qos_params_upload(dev, &(wl->qos_params[queue].p),
3760 b43_qos_shm_offsets[queue]);
3761 b43_mac_enable(dev);
3762 err = 0;
Michael Buesche6f5b932008-03-05 21:18:49 +01003763
Michael Buesch5a5f3b42008-09-06 20:07:31 +02003764out_unlock:
3765 mutex_unlock(&wl->mutex);
3766
3767 return err;
Michael Buesche4d6b792007-09-18 15:39:42 -04003768}
3769
Michael Buesch40faacc2007-10-28 16:29:32 +01003770static int b43_op_get_stats(struct ieee80211_hw *hw,
3771 struct ieee80211_low_level_stats *stats)
Michael Buesche4d6b792007-09-18 15:39:42 -04003772{
3773 struct b43_wl *wl = hw_to_b43_wl(hw);
Michael Buesche4d6b792007-09-18 15:39:42 -04003774
Michael Buesch36dbd952009-09-04 22:51:29 +02003775 mutex_lock(&wl->mutex);
Michael Buesche4d6b792007-09-18 15:39:42 -04003776 memcpy(stats, &wl->ieee_stats, sizeof(*stats));
Michael Buesch36dbd952009-09-04 22:51:29 +02003777 mutex_unlock(&wl->mutex);
Michael Buesche4d6b792007-09-18 15:39:42 -04003778
3779 return 0;
3780}
3781
Eliad Peller37a41b42011-09-21 14:06:11 +03003782static u64 b43_op_get_tsf(struct ieee80211_hw *hw, struct ieee80211_vif *vif)
Alina Friedrichsen08e87a82009-01-25 15:28:28 +01003783{
3784 struct b43_wl *wl = hw_to_b43_wl(hw);
3785 struct b43_wldev *dev;
3786 u64 tsf;
3787
3788 mutex_lock(&wl->mutex);
Alina Friedrichsen08e87a82009-01-25 15:28:28 +01003789 dev = wl->current_dev;
3790
3791 if (dev && (b43_status(dev) >= B43_STAT_INITIALIZED))
3792 b43_tsf_read(dev, &tsf);
3793 else
3794 tsf = 0;
3795
Alina Friedrichsen08e87a82009-01-25 15:28:28 +01003796 mutex_unlock(&wl->mutex);
3797
3798 return tsf;
3799}
3800
Eliad Peller37a41b42011-09-21 14:06:11 +03003801static void b43_op_set_tsf(struct ieee80211_hw *hw,
3802 struct ieee80211_vif *vif, u64 tsf)
Alina Friedrichsen08e87a82009-01-25 15:28:28 +01003803{
3804 struct b43_wl *wl = hw_to_b43_wl(hw);
3805 struct b43_wldev *dev;
3806
3807 mutex_lock(&wl->mutex);
Alina Friedrichsen08e87a82009-01-25 15:28:28 +01003808 dev = wl->current_dev;
3809
3810 if (dev && (b43_status(dev) >= B43_STAT_INITIALIZED))
3811 b43_tsf_write(dev, tsf);
3812
Alina Friedrichsen08e87a82009-01-25 15:28:28 +01003813 mutex_unlock(&wl->mutex);
3814}
3815
John Daiker99da1852009-02-24 02:16:42 -08003816static const char *band_to_string(enum ieee80211_band band)
Michael Buesche4d6b792007-09-18 15:39:42 -04003817{
Michael Bueschbb1eeff2008-02-09 12:08:58 +01003818 switch (band) {
3819 case IEEE80211_BAND_5GHZ:
3820 return "5";
3821 case IEEE80211_BAND_2GHZ:
3822 return "2.4";
3823 default:
3824 break;
3825 }
3826 B43_WARN_ON(1);
3827 return "";
3828}
3829
3830/* Expects wl->mutex locked */
Rafał Miłecki7a8af8c2014-05-17 23:24:56 +02003831static int b43_switch_band(struct b43_wldev *dev,
3832 struct ieee80211_channel *chan)
Michael Bueschbb1eeff2008-02-09 12:08:58 +01003833{
Rafał Miłecki7a8af8c2014-05-17 23:24:56 +02003834 struct b43_phy *phy = &dev->phy;
3835 bool gmode;
3836 u32 tmp;
Michael Buesche4d6b792007-09-18 15:39:42 -04003837
Rafał Miłecki644aa4d2014-04-21 10:54:29 +02003838 switch (chan->band) {
3839 case IEEE80211_BAND_5GHZ:
Rafał Miłecki7a8af8c2014-05-17 23:24:56 +02003840 gmode = false;
Rafał Miłecki644aa4d2014-04-21 10:54:29 +02003841 break;
3842 case IEEE80211_BAND_2GHZ:
Rafał Miłecki7a8af8c2014-05-17 23:24:56 +02003843 gmode = true;
Rafał Miłecki644aa4d2014-04-21 10:54:29 +02003844 break;
3845 default:
3846 B43_WARN_ON(1);
3847 return -EINVAL;
Michael Bueschbb1eeff2008-02-09 12:08:58 +01003848 }
Rafał Miłecki644aa4d2014-04-21 10:54:29 +02003849
Rafał Miłecki7a8af8c2014-05-17 23:24:56 +02003850 if (!((gmode && phy->supports_2ghz) ||
3851 (!gmode && phy->supports_5ghz))) {
3852 b43err(dev->wl, "This device doesn't support %s-GHz band\n",
Michael Bueschbb1eeff2008-02-09 12:08:58 +01003853 band_to_string(chan->band));
3854 return -ENODEV;
Michael Buesche4d6b792007-09-18 15:39:42 -04003855 }
Rafał Miłecki7a8af8c2014-05-17 23:24:56 +02003856
3857 if (!!phy->gmode == !!gmode) {
Michael Buesche4d6b792007-09-18 15:39:42 -04003858 /* This device is already running. */
3859 return 0;
3860 }
Rafał Miłecki7a8af8c2014-05-17 23:24:56 +02003861
3862 b43dbg(dev->wl, "Switching to %s GHz band\n",
Michael Bueschbb1eeff2008-02-09 12:08:58 +01003863 band_to_string(chan->band));
Michael Buesche4d6b792007-09-18 15:39:42 -04003864
Rafał Miłecki6fe55142014-05-27 22:07:33 +02003865 /* Some new devices don't need disabling radio for band switching */
3866 if (!(phy->type == B43_PHYTYPE_N && phy->rev >= 3))
3867 b43_software_rfkill(dev, true);
Michael Buesche4d6b792007-09-18 15:39:42 -04003868
Rafał Miłecki7a8af8c2014-05-17 23:24:56 +02003869 phy->gmode = gmode;
3870 b43_phy_put_into_reset(dev);
3871 switch (dev->dev->bus_type) {
3872#ifdef CONFIG_B43_BCMA
3873 case B43_BUS_BCMA:
3874 tmp = bcma_aread32(dev->dev->bdev, BCMA_IOCTL);
3875 if (gmode)
3876 tmp |= B43_BCMA_IOCTL_GMODE;
3877 else
3878 tmp &= ~B43_BCMA_IOCTL_GMODE;
3879 bcma_awrite32(dev->dev->bdev, BCMA_IOCTL, tmp);
3880 break;
3881#endif
3882#ifdef CONFIG_B43_SSB
3883 case B43_BUS_SSB:
3884 tmp = ssb_read32(dev->dev->sdev, SSB_TMSLOW);
3885 if (gmode)
3886 tmp |= B43_TMSLOW_GMODE;
3887 else
3888 tmp &= ~B43_TMSLOW_GMODE;
3889 ssb_write32(dev->dev->sdev, SSB_TMSLOW, tmp);
3890 break;
3891#endif
Michael Buesche4d6b792007-09-18 15:39:42 -04003892 }
Rafał Miłecki7a8af8c2014-05-17 23:24:56 +02003893 b43_phy_take_out_of_reset(dev);
Michael Buesche4d6b792007-09-18 15:39:42 -04003894
Rafał Miłecki7a8af8c2014-05-17 23:24:56 +02003895 b43_upload_initvals_band(dev);
Michael Buesche4d6b792007-09-18 15:39:42 -04003896
Rafał Miłecki7a8af8c2014-05-17 23:24:56 +02003897 b43_phy_init(dev);
Michael Buesche4d6b792007-09-18 15:39:42 -04003898
3899 return 0;
Michael Buesche4d6b792007-09-18 15:39:42 -04003900}
3901
Johannes Berg9124b072008-10-14 19:17:54 +02003902/* Write the short and long frame retry limit values. */
3903static void b43_set_retry_limits(struct b43_wldev *dev,
3904 unsigned int short_retry,
3905 unsigned int long_retry)
3906{
3907 /* The retry limit is a 4-bit counter. Enforce this to avoid overflowing
3908 * the chip-internal counter. */
3909 short_retry = min(short_retry, (unsigned int)0xF);
3910 long_retry = min(long_retry, (unsigned int)0xF);
3911
3912 b43_shm_write16(dev, B43_SHM_SCRATCH, B43_SHM_SC_SRLIMIT,
3913 short_retry);
3914 b43_shm_write16(dev, B43_SHM_SCRATCH, B43_SHM_SC_LRLIMIT,
3915 long_retry);
3916}
3917
Johannes Berge8975582008-10-09 12:18:51 +02003918static int b43_op_config(struct ieee80211_hw *hw, u32 changed)
Michael Buesche4d6b792007-09-18 15:39:42 -04003919{
3920 struct b43_wl *wl = hw_to_b43_wl(hw);
Rafał Miłecki53256512014-05-31 20:49:34 +02003921 struct b43_wldev *dev = wl->current_dev;
3922 struct b43_phy *phy = &dev->phy;
Johannes Berge8975582008-10-09 12:18:51 +02003923 struct ieee80211_conf *conf = &hw->conf;
Michael Buesch9db1f6d2007-12-22 21:54:20 +01003924 int antenna;
Michael Buesche4d6b792007-09-18 15:39:42 -04003925 int err = 0;
Michael Buesche4d6b792007-09-18 15:39:42 -04003926
Michael Buesche4d6b792007-09-18 15:39:42 -04003927 mutex_lock(&wl->mutex);
Rafał Miłecki7a8af8c2014-05-17 23:24:56 +02003928 b43_mac_suspend(dev);
3929
Rafał Miłecki8c79e5e2014-05-31 20:49:35 +02003930 if (changed & IEEE80211_CONF_CHANGE_CHANNEL) {
Rafał Miłeckiea42e712014-05-31 20:49:38 +02003931 phy->chandef = &conf->chandef;
Rafał Miłeckif9471e92014-05-31 20:49:37 +02003932 phy->channel = conf->chandef.chan->hw_value;
Felix Fietkau2a190322011-08-10 13:50:30 -06003933
Rafał Miłecki8c79e5e2014-05-31 20:49:35 +02003934 /* Switch the band (if necessary). */
3935 err = b43_switch_band(dev, conf->chandef.chan);
3936 if (err)
3937 goto out_mac_enable;
3938
3939 /* Switch to the requested channel.
3940 * The firmware takes care of races with the TX handler.
3941 */
Rafał Miłeckif9471e92014-05-31 20:49:37 +02003942 b43_switch_channel(dev, phy->channel);
Rafał Miłecki8c79e5e2014-05-31 20:49:35 +02003943 }
Rafał Miłeckiaa4c7b22010-01-22 01:53:12 +01003944
Johannes Berg9124b072008-10-14 19:17:54 +02003945 if (changed & IEEE80211_CONF_CHANGE_RETRY_LIMITS)
3946 b43_set_retry_limits(dev, conf->short_frame_max_tx_count,
3947 conf->long_frame_max_tx_count);
3948 changed &= ~IEEE80211_CONF_CHANGE_RETRY_LIMITS;
3949 if (!changed)
Michael Bueschd10d0e52008-12-18 22:13:39 +01003950 goto out_mac_enable;
Michael Buesche4d6b792007-09-18 15:39:42 -04003951
Johannes Berg0869aea02009-10-28 10:03:35 +01003952 dev->wl->radiotap_enabled = !!(conf->flags & IEEE80211_CONF_MONITOR);
Johannes Bergd42ce842007-11-23 14:50:51 +01003953
Michael Buesche4d6b792007-09-18 15:39:42 -04003954 /* Adjust the desired TX power level. */
3955 if (conf->power_level != 0) {
Michael Buesch18c8ade2008-08-28 19:33:40 +02003956 if (conf->power_level != phy->desired_txpower) {
3957 phy->desired_txpower = conf->power_level;
3958 b43_phy_txpower_check(dev, B43_TXPWR_IGNORE_TIME |
3959 B43_TXPWR_IGNORE_TSSI);
Michael Buesche4d6b792007-09-18 15:39:42 -04003960 }
3961 }
3962
3963 /* Antennas for RX and management frame TX. */
Johannes Berg0f4ac382008-10-09 12:18:04 +02003964 antenna = B43_ANTENNA_DEFAULT;
Michael Buesch9db1f6d2007-12-22 21:54:20 +01003965 b43_mgmtframe_txantenna(dev, antenna);
Johannes Berg0f4ac382008-10-09 12:18:04 +02003966 antenna = B43_ANTENNA_DEFAULT;
Michael Bueschef1a6282008-08-27 18:53:02 +02003967 if (phy->ops->set_rx_antenna)
3968 phy->ops->set_rx_antenna(dev, antenna);
Michael Buesche4d6b792007-09-18 15:39:42 -04003969
Larry Fingerfd4973c2009-06-20 12:58:11 -05003970 if (wl->radio_enabled != phy->radio_on) {
3971 if (wl->radio_enabled) {
Johannes Berg19d337d2009-06-02 13:01:37 +02003972 b43_software_rfkill(dev, false);
Michael Bueschfda9abc2007-09-20 22:14:18 +02003973 b43info(dev->wl, "Radio turned on by software\n");
3974 if (!dev->radio_hw_enable) {
3975 b43info(dev->wl, "The hardware RF-kill button "
3976 "still turns the radio physically off. "
3977 "Press the button to turn it on.\n");
3978 }
3979 } else {
Johannes Berg19d337d2009-06-02 13:01:37 +02003980 b43_software_rfkill(dev, true);
Michael Bueschfda9abc2007-09-20 22:14:18 +02003981 b43info(dev->wl, "Radio turned off by software\n");
3982 }
3983 }
3984
Michael Bueschd10d0e52008-12-18 22:13:39 +01003985out_mac_enable:
3986 b43_mac_enable(dev);
Michael Buesche4d6b792007-09-18 15:39:42 -04003987 mutex_unlock(&wl->mutex);
3988
3989 return err;
3990}
3991
Johannes Berg881d9482009-01-21 15:13:48 +01003992static void b43_update_basic_rates(struct b43_wldev *dev, u32 brates)
Johannes Bergc7ab5ef2008-10-29 20:02:12 +01003993{
3994 struct ieee80211_supported_band *sband =
3995 dev->wl->hw->wiphy->bands[b43_current_band(dev->wl)];
3996 struct ieee80211_rate *rate;
3997 int i;
3998 u16 basic, direct, offset, basic_offset, rateptr;
3999
4000 for (i = 0; i < sband->n_bitrates; i++) {
4001 rate = &sband->bitrates[i];
4002
4003 if (b43_is_cck_rate(rate->hw_value)) {
4004 direct = B43_SHM_SH_CCKDIRECT;
4005 basic = B43_SHM_SH_CCKBASIC;
4006 offset = b43_plcp_get_ratecode_cck(rate->hw_value);
4007 offset &= 0xF;
4008 } else {
4009 direct = B43_SHM_SH_OFDMDIRECT;
4010 basic = B43_SHM_SH_OFDMBASIC;
4011 offset = b43_plcp_get_ratecode_ofdm(rate->hw_value);
4012 offset &= 0xF;
4013 }
4014
4015 rate = ieee80211_get_response_rate(sband, brates, rate->bitrate);
4016
4017 if (b43_is_cck_rate(rate->hw_value)) {
4018 basic_offset = b43_plcp_get_ratecode_cck(rate->hw_value);
4019 basic_offset &= 0xF;
4020 } else {
4021 basic_offset = b43_plcp_get_ratecode_ofdm(rate->hw_value);
4022 basic_offset &= 0xF;
4023 }
4024
4025 /*
4026 * Get the pointer that we need to point to
4027 * from the direct map
4028 */
4029 rateptr = b43_shm_read16(dev, B43_SHM_SHARED,
4030 direct + 2 * basic_offset);
4031 /* and write it to the basic map */
4032 b43_shm_write16(dev, B43_SHM_SHARED, basic + 2 * offset,
4033 rateptr);
4034 }
4035}
4036
4037static void b43_op_bss_info_changed(struct ieee80211_hw *hw,
4038 struct ieee80211_vif *vif,
4039 struct ieee80211_bss_conf *conf,
4040 u32 changed)
4041{
4042 struct b43_wl *wl = hw_to_b43_wl(hw);
4043 struct b43_wldev *dev;
Johannes Bergc7ab5ef2008-10-29 20:02:12 +01004044
4045 mutex_lock(&wl->mutex);
4046
4047 dev = wl->current_dev;
Michael Bueschd10d0e52008-12-18 22:13:39 +01004048 if (!dev || b43_status(dev) < B43_STAT_STARTED)
Johannes Bergc7ab5ef2008-10-29 20:02:12 +01004049 goto out_unlock_mutex;
Johannes Berg2d0ddec2009-04-23 16:13:26 +02004050
4051 B43_WARN_ON(wl->vif != vif);
4052
4053 if (changed & BSS_CHANGED_BSSID) {
Johannes Berg2d0ddec2009-04-23 16:13:26 +02004054 if (conf->bssid)
4055 memcpy(wl->bssid, conf->bssid, ETH_ALEN);
4056 else
4057 memset(wl->bssid, 0, ETH_ALEN);
Johannes Berg2d0ddec2009-04-23 16:13:26 +02004058 }
4059
Johannes Berg3f0d8432009-05-18 10:53:18 +02004060 if (b43_status(dev) >= B43_STAT_INITIALIZED) {
4061 if (changed & BSS_CHANGED_BEACON &&
4062 (b43_is_mode(wl, NL80211_IFTYPE_AP) ||
4063 b43_is_mode(wl, NL80211_IFTYPE_MESH_POINT) ||
4064 b43_is_mode(wl, NL80211_IFTYPE_ADHOC)))
4065 b43_update_templates(wl);
4066
4067 if (changed & BSS_CHANGED_BSSID)
4068 b43_write_mac_bssid_templates(dev);
4069 }
Johannes Berg3f0d8432009-05-18 10:53:18 +02004070
Johannes Bergc7ab5ef2008-10-29 20:02:12 +01004071 b43_mac_suspend(dev);
4072
Johannes Berg57c4d7b2009-04-23 16:10:04 +02004073 /* Update templates for AP/mesh mode. */
4074 if (changed & BSS_CHANGED_BEACON_INT &&
4075 (b43_is_mode(wl, NL80211_IFTYPE_AP) ||
4076 b43_is_mode(wl, NL80211_IFTYPE_MESH_POINT) ||
Felix Fietkau2a190322011-08-10 13:50:30 -06004077 b43_is_mode(wl, NL80211_IFTYPE_ADHOC)) &&
4078 conf->beacon_int)
Johannes Berg57c4d7b2009-04-23 16:10:04 +02004079 b43_set_beacon_int(dev, conf->beacon_int);
4080
Johannes Bergc7ab5ef2008-10-29 20:02:12 +01004081 if (changed & BSS_CHANGED_BASIC_RATES)
4082 b43_update_basic_rates(dev, conf->basic_rates);
4083
4084 if (changed & BSS_CHANGED_ERP_SLOT) {
4085 if (conf->use_short_slot)
4086 b43_short_slot_timing_enable(dev);
4087 else
4088 b43_short_slot_timing_disable(dev);
4089 }
4090
4091 b43_mac_enable(dev);
Michael Bueschd10d0e52008-12-18 22:13:39 +01004092out_unlock_mutex:
Johannes Bergc7ab5ef2008-10-29 20:02:12 +01004093 mutex_unlock(&wl->mutex);
Johannes Bergc7ab5ef2008-10-29 20:02:12 +01004094}
4095
Michael Buesch40faacc2007-10-28 16:29:32 +01004096static int b43_op_set_key(struct ieee80211_hw *hw, enum set_key_cmd cmd,
Johannes Bergdc822b52008-12-29 12:55:09 +01004097 struct ieee80211_vif *vif, struct ieee80211_sta *sta,
4098 struct ieee80211_key_conf *key)
Michael Buesche4d6b792007-09-18 15:39:42 -04004099{
4100 struct b43_wl *wl = hw_to_b43_wl(hw);
Michael Bueschc6dfc9a2007-10-28 15:59:58 +01004101 struct b43_wldev *dev;
Michael Buesche4d6b792007-09-18 15:39:42 -04004102 u8 algorithm;
4103 u8 index;
Michael Bueschc6dfc9a2007-10-28 15:59:58 +01004104 int err;
Michael Buesch060210f2009-01-25 15:49:59 +01004105 static const u8 bcast_addr[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff };
Michael Buesche4d6b792007-09-18 15:39:42 -04004106
4107 if (modparam_nohwcrypt)
4108 return -ENOSPC; /* User disabled HW-crypto */
4109
Antonio Quartulli78f9c852012-04-01 00:35:40 +03004110 if ((vif->type == NL80211_IFTYPE_ADHOC ||
4111 vif->type == NL80211_IFTYPE_MESH_POINT) &&
4112 (key->cipher == WLAN_CIPHER_SUITE_TKIP ||
4113 key->cipher == WLAN_CIPHER_SUITE_CCMP) &&
4114 !(key->flags & IEEE80211_KEY_FLAG_PAIRWISE)) {
4115 /*
4116 * For now, disable hw crypto for the RSN IBSS group keys. This
4117 * could be optimized in the future, but until that gets
4118 * implemented, use of software crypto for group addressed
4119 * frames is a acceptable to allow RSN IBSS to be used.
4120 */
4121 return -EOPNOTSUPP;
4122 }
4123
Michael Bueschc6dfc9a2007-10-28 15:59:58 +01004124 mutex_lock(&wl->mutex);
Michael Bueschc6dfc9a2007-10-28 15:59:58 +01004125
4126 dev = wl->current_dev;
4127 err = -ENODEV;
4128 if (!dev || b43_status(dev) < B43_STAT_INITIALIZED)
4129 goto out_unlock;
4130
Michael Buesch403a3a12009-06-08 21:04:57 +02004131 if (dev->fw.pcm_request_failed || !dev->hwcrypto_enabled) {
Michael Buesch68217832008-05-17 23:43:57 +02004132 /* We don't have firmware for the crypto engine.
4133 * Must use software-crypto. */
4134 err = -EOPNOTSUPP;
4135 goto out_unlock;
4136 }
4137
Michael Bueschc6dfc9a2007-10-28 15:59:58 +01004138 err = -EINVAL;
Johannes Berg97359d12010-08-10 09:46:38 +02004139 switch (key->cipher) {
4140 case WLAN_CIPHER_SUITE_WEP40:
4141 algorithm = B43_SEC_ALGO_WEP40;
Michael Buesche4d6b792007-09-18 15:39:42 -04004142 break;
Johannes Berg97359d12010-08-10 09:46:38 +02004143 case WLAN_CIPHER_SUITE_WEP104:
4144 algorithm = B43_SEC_ALGO_WEP104;
4145 break;
4146 case WLAN_CIPHER_SUITE_TKIP:
Michael Buesche4d6b792007-09-18 15:39:42 -04004147 algorithm = B43_SEC_ALGO_TKIP;
4148 break;
Johannes Berg97359d12010-08-10 09:46:38 +02004149 case WLAN_CIPHER_SUITE_CCMP:
Michael Buesche4d6b792007-09-18 15:39:42 -04004150 algorithm = B43_SEC_ALGO_AES;
4151 break;
4152 default:
4153 B43_WARN_ON(1);
Michael Buesche4d6b792007-09-18 15:39:42 -04004154 goto out_unlock;
4155 }
Michael Bueschc6dfc9a2007-10-28 15:59:58 +01004156 index = (u8) (key->keyidx);
4157 if (index > 3)
4158 goto out_unlock;
Michael Buesche4d6b792007-09-18 15:39:42 -04004159
4160 switch (cmd) {
4161 case SET_KEY:
gregor kowski035d0242009-08-19 22:35:45 +02004162 if (algorithm == B43_SEC_ALGO_TKIP &&
4163 (!(key->flags & IEEE80211_KEY_FLAG_PAIRWISE) ||
4164 !modparam_hwtkip)) {
4165 /* We support only pairwise key */
Michael Buesche4d6b792007-09-18 15:39:42 -04004166 err = -EOPNOTSUPP;
4167 goto out_unlock;
4168 }
4169
Michael Buesche808e582008-12-19 21:30:52 +01004170 if (key->flags & IEEE80211_KEY_FLAG_PAIRWISE) {
Johannes Bergdc822b52008-12-29 12:55:09 +01004171 if (WARN_ON(!sta)) {
4172 err = -EOPNOTSUPP;
4173 goto out_unlock;
4174 }
Michael Buesche808e582008-12-19 21:30:52 +01004175 /* Pairwise key with an assigned MAC address. */
Michael Buesche4d6b792007-09-18 15:39:42 -04004176 err = b43_key_write(dev, -1, algorithm,
Johannes Bergdc822b52008-12-29 12:55:09 +01004177 key->key, key->keylen,
4178 sta->addr, key);
Michael Buesche808e582008-12-19 21:30:52 +01004179 } else {
4180 /* Group key */
4181 err = b43_key_write(dev, index, algorithm,
4182 key->key, key->keylen, NULL, key);
Michael Buesche4d6b792007-09-18 15:39:42 -04004183 }
4184 if (err)
4185 goto out_unlock;
4186
4187 if (algorithm == B43_SEC_ALGO_WEP40 ||
4188 algorithm == B43_SEC_ALGO_WEP104) {
4189 b43_hf_write(dev, b43_hf_read(dev) | B43_HF_USEDEFKEYS);
4190 } else {
4191 b43_hf_write(dev,
4192 b43_hf_read(dev) & ~B43_HF_USEDEFKEYS);
4193 }
4194 key->flags |= IEEE80211_KEY_FLAG_GENERATE_IV;
gregor kowski035d0242009-08-19 22:35:45 +02004195 if (algorithm == B43_SEC_ALGO_TKIP)
4196 key->flags |= IEEE80211_KEY_FLAG_GENERATE_MMIC;
Michael Buesche4d6b792007-09-18 15:39:42 -04004197 break;
4198 case DISABLE_KEY: {
4199 err = b43_key_clear(dev, key->hw_key_idx);
4200 if (err)
4201 goto out_unlock;
4202 break;
4203 }
4204 default:
4205 B43_WARN_ON(1);
4206 }
Michael Buesch9cf7f242008-12-19 20:24:30 +01004207
Michael Buesche4d6b792007-09-18 15:39:42 -04004208out_unlock:
Michael Buesche4d6b792007-09-18 15:39:42 -04004209 if (!err) {
4210 b43dbg(wl, "%s hardware based encryption for keyidx: %d, "
Johannes Berge1749612008-10-27 15:59:26 -07004211 "mac: %pM\n",
Michael Buesche4d6b792007-09-18 15:39:42 -04004212 cmd == SET_KEY ? "Using" : "Disabling", key->keyidx,
Larry Fingera1d882102009-01-14 11:15:25 -06004213 sta ? sta->addr : bcast_addr);
Michael Buesch9cf7f242008-12-19 20:24:30 +01004214 b43_dump_keymemory(dev);
Michael Buesche4d6b792007-09-18 15:39:42 -04004215 }
Michael Buesch9cf7f242008-12-19 20:24:30 +01004216 mutex_unlock(&wl->mutex);
4217
Michael Buesche4d6b792007-09-18 15:39:42 -04004218 return err;
4219}
4220
Michael Buesch40faacc2007-10-28 16:29:32 +01004221static void b43_op_configure_filter(struct ieee80211_hw *hw,
4222 unsigned int changed, unsigned int *fflags,
Johannes Berg3ac64be2009-08-17 16:16:53 +02004223 u64 multicast)
Michael Buesche4d6b792007-09-18 15:39:42 -04004224{
4225 struct b43_wl *wl = hw_to_b43_wl(hw);
Michael Buesch36dbd952009-09-04 22:51:29 +02004226 struct b43_wldev *dev;
Michael Buesche4d6b792007-09-18 15:39:42 -04004227
Michael Buesch36dbd952009-09-04 22:51:29 +02004228 mutex_lock(&wl->mutex);
4229 dev = wl->current_dev;
Johannes Berg4150c572007-09-17 01:29:23 -04004230 if (!dev) {
4231 *fflags = 0;
Michael Buesch36dbd952009-09-04 22:51:29 +02004232 goto out_unlock;
Michael Buesche4d6b792007-09-18 15:39:42 -04004233 }
Johannes Berg4150c572007-09-17 01:29:23 -04004234
Johannes Berg4150c572007-09-17 01:29:23 -04004235 *fflags &= FIF_PROMISC_IN_BSS |
4236 FIF_ALLMULTI |
4237 FIF_FCSFAIL |
4238 FIF_PLCPFAIL |
4239 FIF_CONTROL |
4240 FIF_OTHER_BSS |
4241 FIF_BCN_PRBRESP_PROMISC;
4242
4243 changed &= FIF_PROMISC_IN_BSS |
4244 FIF_ALLMULTI |
4245 FIF_FCSFAIL |
4246 FIF_PLCPFAIL |
4247 FIF_CONTROL |
4248 FIF_OTHER_BSS |
4249 FIF_BCN_PRBRESP_PROMISC;
4250
4251 wl->filter_flags = *fflags;
4252
4253 if (changed && b43_status(dev) >= B43_STAT_INITIALIZED)
4254 b43_adjust_opmode(dev);
Michael Buesch36dbd952009-09-04 22:51:29 +02004255
4256out_unlock:
4257 mutex_unlock(&wl->mutex);
Michael Buesche4d6b792007-09-18 15:39:42 -04004258}
4259
Michael Buesch36dbd952009-09-04 22:51:29 +02004260/* Locking: wl->mutex
4261 * Returns the current dev. This might be different from the passed in dev,
4262 * because the core might be gone away while we unlocked the mutex. */
4263static struct b43_wldev * b43_wireless_core_stop(struct b43_wldev *dev)
Michael Buesche4d6b792007-09-18 15:39:42 -04004264{
Larry Finger9a53bf52011-08-27 15:53:42 -05004265 struct b43_wl *wl;
Michael Buesch36dbd952009-09-04 22:51:29 +02004266 struct b43_wldev *orig_dev;
Michael Buesch49d965c2009-10-03 00:57:58 +02004267 u32 mask;
francesco.gringoli@ing.unibs.itbad69192011-12-16 18:34:56 +01004268 int queue_num;
Michael Buesche4d6b792007-09-18 15:39:42 -04004269
Larry Finger9a53bf52011-08-27 15:53:42 -05004270 if (!dev)
4271 return NULL;
4272 wl = dev->wl;
Michael Buesch36dbd952009-09-04 22:51:29 +02004273redo:
4274 if (!dev || b43_status(dev) < B43_STAT_STARTED)
4275 return dev;
Stefano Brivioa19d12d2007-11-07 18:16:11 +01004276
Michael Bueschf5d40ee2009-09-04 22:53:18 +02004277 /* Cancel work. Unlock to avoid deadlocks. */
Michael Buesche4d6b792007-09-18 15:39:42 -04004278 mutex_unlock(&wl->mutex);
Michael Buesche4d6b792007-09-18 15:39:42 -04004279 cancel_delayed_work_sync(&dev->periodic_work);
Michael Bueschf5d40ee2009-09-04 22:53:18 +02004280 cancel_work_sync(&wl->tx_work);
Michael Buesche4d6b792007-09-18 15:39:42 -04004281 mutex_lock(&wl->mutex);
Michael Buesch36dbd952009-09-04 22:51:29 +02004282 dev = wl->current_dev;
4283 if (!dev || b43_status(dev) < B43_STAT_STARTED) {
4284 /* Whoops, aliens ate up the device while we were unlocked. */
4285 return dev;
4286 }
Michael Buesche4d6b792007-09-18 15:39:42 -04004287
Michael Buesch36dbd952009-09-04 22:51:29 +02004288 /* Disable interrupts on the device. */
4289 b43_set_status(dev, B43_STAT_INITIALIZED);
Rafał Miłecki505fb012011-05-19 15:11:27 +02004290 if (b43_bus_host_is_sdio(dev->dev)) {
Michael Buesch36dbd952009-09-04 22:51:29 +02004291 /* wl->mutex is locked. That is enough. */
4292 b43_write32(dev, B43_MMIO_GEN_IRQ_MASK, 0);
4293 b43_read32(dev, B43_MMIO_GEN_IRQ_MASK); /* Flush */
4294 } else {
4295 spin_lock_irq(&wl->hardirq_lock);
4296 b43_write32(dev, B43_MMIO_GEN_IRQ_MASK, 0);
4297 b43_read32(dev, B43_MMIO_GEN_IRQ_MASK); /* Flush */
4298 spin_unlock_irq(&wl->hardirq_lock);
4299 }
Michael Buesch176e9f62009-09-11 23:04:04 +02004300 /* Synchronize and free the interrupt handlers. Unlock to avoid deadlocks. */
Michael Buesch36dbd952009-09-04 22:51:29 +02004301 orig_dev = dev;
4302 mutex_unlock(&wl->mutex);
Rafał Miłecki505fb012011-05-19 15:11:27 +02004303 if (b43_bus_host_is_sdio(dev->dev)) {
Michael Buesch176e9f62009-09-11 23:04:04 +02004304 b43_sdio_free_irq(dev);
4305 } else {
Rafał Miłeckia18c7152011-05-18 02:06:40 +02004306 synchronize_irq(dev->dev->irq);
4307 free_irq(dev->dev->irq, dev);
Michael Buesch176e9f62009-09-11 23:04:04 +02004308 }
Michael Buesch36dbd952009-09-04 22:51:29 +02004309 mutex_lock(&wl->mutex);
4310 dev = wl->current_dev;
4311 if (!dev)
4312 return dev;
4313 if (dev != orig_dev) {
4314 if (b43_status(dev) >= B43_STAT_STARTED)
4315 goto redo;
4316 return dev;
4317 }
Michael Buesch49d965c2009-10-03 00:57:58 +02004318 mask = b43_read32(dev, B43_MMIO_GEN_IRQ_MASK);
4319 B43_WARN_ON(mask != 0xFFFFFFFF && mask);
Michael Buesch36dbd952009-09-04 22:51:29 +02004320
francesco.gringoli@ing.unibs.itbad69192011-12-16 18:34:56 +01004321 /* Drain all TX queues. */
4322 for (queue_num = 0; queue_num < B43_QOS_QUEUE_NUM; queue_num++) {
Felix Fietkau78f18df2012-12-10 17:40:21 +01004323 while (skb_queue_len(&wl->tx_queue[queue_num])) {
4324 struct sk_buff *skb;
4325
4326 skb = skb_dequeue(&wl->tx_queue[queue_num]);
4327 ieee80211_free_txskb(wl->hw, skb);
4328 }
francesco.gringoli@ing.unibs.itbad69192011-12-16 18:34:56 +01004329 }
Michael Bueschf5d40ee2009-09-04 22:53:18 +02004330
Michael Buesche4d6b792007-09-18 15:39:42 -04004331 b43_mac_suspend(dev);
Michael Buescha78b3bb2009-09-11 21:44:05 +02004332 b43_leds_exit(dev);
Michael Buesche4d6b792007-09-18 15:39:42 -04004333 b43dbg(wl, "Wireless interface stopped\n");
Michael Buesch36dbd952009-09-04 22:51:29 +02004334
4335 return dev;
Michael Buesche4d6b792007-09-18 15:39:42 -04004336}
4337
4338/* Locking: wl->mutex */
4339static int b43_wireless_core_start(struct b43_wldev *dev)
4340{
4341 int err;
4342
4343 B43_WARN_ON(b43_status(dev) != B43_STAT_INITIALIZED);
4344
4345 drain_txstatus_queue(dev);
Rafał Miłecki505fb012011-05-19 15:11:27 +02004346 if (b43_bus_host_is_sdio(dev->dev)) {
Albert Herranz3dbba8e2009-09-10 19:34:49 +02004347 err = b43_sdio_request_irq(dev, b43_sdio_interrupt_handler);
4348 if (err) {
4349 b43err(dev->wl, "Cannot request SDIO IRQ\n");
4350 goto out;
4351 }
4352 } else {
Rafał Miłeckia18c7152011-05-18 02:06:40 +02004353 err = request_threaded_irq(dev->dev->irq, b43_interrupt_handler,
Albert Herranz3dbba8e2009-09-10 19:34:49 +02004354 b43_interrupt_thread_handler,
4355 IRQF_SHARED, KBUILD_MODNAME, dev);
4356 if (err) {
Rafał Miłeckidedb1eb2011-05-14 00:04:38 +02004357 b43err(dev->wl, "Cannot request IRQ-%d\n",
Rafał Miłeckia18c7152011-05-18 02:06:40 +02004358 dev->dev->irq);
Albert Herranz3dbba8e2009-09-10 19:34:49 +02004359 goto out;
4360 }
Michael Buesche4d6b792007-09-18 15:39:42 -04004361 }
4362
4363 /* We are ready to run. */
Larry Finger0866b032010-02-03 13:33:44 -06004364 ieee80211_wake_queues(dev->wl->hw);
Michael Buesche4d6b792007-09-18 15:39:42 -04004365 b43_set_status(dev, B43_STAT_STARTED);
4366
4367 /* Start data flow (TX/RX). */
4368 b43_mac_enable(dev);
Michael Buesch13790722009-04-08 21:26:27 +02004369 b43_write32(dev, B43_MMIO_GEN_IRQ_MASK, dev->irq_mask);
Michael Buesche4d6b792007-09-18 15:39:42 -04004370
Lucas De Marchi25985ed2011-03-30 22:57:33 -03004371 /* Start maintenance work */
Michael Buesche4d6b792007-09-18 15:39:42 -04004372 b43_periodic_tasks_setup(dev);
4373
Michael Buescha78b3bb2009-09-11 21:44:05 +02004374 b43_leds_init(dev);
4375
Michael Buesche4d6b792007-09-18 15:39:42 -04004376 b43dbg(dev->wl, "Wireless interface started\n");
Michael Buescha78b3bb2009-09-11 21:44:05 +02004377out:
Michael Buesche4d6b792007-09-18 15:39:42 -04004378 return err;
4379}
4380
Rafał Miłecki2fdf8c52012-07-26 08:16:01 +02004381static char *b43_phy_name(struct b43_wldev *dev, u8 phy_type)
4382{
4383 switch (phy_type) {
4384 case B43_PHYTYPE_A:
4385 return "A";
4386 case B43_PHYTYPE_B:
4387 return "B";
4388 case B43_PHYTYPE_G:
4389 return "G";
4390 case B43_PHYTYPE_N:
4391 return "N";
4392 case B43_PHYTYPE_LP:
4393 return "LP";
4394 case B43_PHYTYPE_SSLPN:
4395 return "SSLPN";
4396 case B43_PHYTYPE_HT:
4397 return "HT";
4398 case B43_PHYTYPE_LCN:
4399 return "LCN";
4400 case B43_PHYTYPE_LCNXN:
4401 return "LCNXN";
4402 case B43_PHYTYPE_LCN40:
4403 return "LCN40";
4404 case B43_PHYTYPE_AC:
4405 return "AC";
4406 }
4407 return "UNKNOWN";
4408}
4409
Michael Buesche4d6b792007-09-18 15:39:42 -04004410/* Get PHY and RADIO versioning numbers */
4411static int b43_phy_versioning(struct b43_wldev *dev)
4412{
4413 struct b43_phy *phy = &dev->phy;
Rafał Miłeckife5e499f2014-07-04 09:21:56 +02004414 const u8 core_rev = dev->dev->core_rev;
Michael Buesche4d6b792007-09-18 15:39:42 -04004415 u32 tmp;
4416 u8 analog_type;
4417 u8 phy_type;
4418 u8 phy_rev;
4419 u16 radio_manuf;
Rafał Miłecki16e75452014-07-20 12:57:45 +02004420 u16 radio_id;
Michael Buesche4d6b792007-09-18 15:39:42 -04004421 u16 radio_rev;
Rafał Miłecki16e75452014-07-20 12:57:45 +02004422 u8 radio_ver;
Michael Buesche4d6b792007-09-18 15:39:42 -04004423 int unsupported = 0;
4424
4425 /* Get PHY versioning */
4426 tmp = b43_read16(dev, B43_MMIO_PHY_VER);
4427 analog_type = (tmp & B43_PHYVER_ANALOG) >> B43_PHYVER_ANALOG_SHIFT;
4428 phy_type = (tmp & B43_PHYVER_TYPE) >> B43_PHYVER_TYPE_SHIFT;
4429 phy_rev = (tmp & B43_PHYVER_VERSION);
Rafał Miłeckib49c3ca2014-06-29 21:46:45 +02004430
4431 /* LCNXN is continuation of N which run out of revisions */
4432 if (phy_type == B43_PHYTYPE_LCNXN) {
4433 phy_type = B43_PHYTYPE_N;
4434 phy_rev += 16;
4435 }
4436
Michael Buesche4d6b792007-09-18 15:39:42 -04004437 switch (phy_type) {
Rafał Miłecki418378f2014-06-20 17:22:01 +02004438#ifdef CONFIG_B43_PHY_G
Michael Buesche4d6b792007-09-18 15:39:42 -04004439 case B43_PHYTYPE_G:
Larry Finger013978b2007-11-26 10:29:47 -06004440 if (phy_rev > 9)
Michael Buesche4d6b792007-09-18 15:39:42 -04004441 unsupported = 1;
4442 break;
Rafał Miłecki418378f2014-06-20 17:22:01 +02004443#endif
Rafał Miłecki692d2c02010-12-07 21:56:00 +01004444#ifdef CONFIG_B43_PHY_N
Michael Bueschd5c71e42008-01-04 17:06:29 +01004445 case B43_PHYTYPE_N:
Rafał Miłecki40c68f22014-07-08 15:11:07 +02004446 if (phy_rev >= 19)
Michael Bueschd5c71e42008-01-04 17:06:29 +01004447 unsupported = 1;
4448 break;
4449#endif
Michael Buesch6b1c7c62008-12-25 00:39:28 +01004450#ifdef CONFIG_B43_PHY_LP
4451 case B43_PHYTYPE_LP:
Gábor Stefanik9d86a2d2009-08-14 14:54:46 +02004452 if (phy_rev > 2)
Michael Buesch6b1c7c62008-12-25 00:39:28 +01004453 unsupported = 1;
4454 break;
4455#endif
Rafał Miłeckid7520b12011-06-13 16:20:06 +02004456#ifdef CONFIG_B43_PHY_HT
4457 case B43_PHYTYPE_HT:
4458 if (phy_rev > 1)
4459 unsupported = 1;
4460 break;
4461#endif
Rafał Miłecki1d738e62011-07-07 15:25:27 +02004462#ifdef CONFIG_B43_PHY_LCN
4463 case B43_PHYTYPE_LCN:
4464 if (phy_rev > 1)
4465 unsupported = 1;
4466 break;
4467#endif
Michael Buesche4d6b792007-09-18 15:39:42 -04004468 default:
4469 unsupported = 1;
Joe Perches6403eab2011-06-03 11:51:20 +00004470 }
Michael Buesche4d6b792007-09-18 15:39:42 -04004471 if (unsupported) {
Rafał Miłecki2fdf8c52012-07-26 08:16:01 +02004472 b43err(dev->wl, "FOUND UNSUPPORTED PHY (Analog %u, Type %d (%s), Revision %u)\n",
4473 analog_type, phy_type, b43_phy_name(dev, phy_type),
4474 phy_rev);
Michael Buesche4d6b792007-09-18 15:39:42 -04004475 return -EOPNOTSUPP;
4476 }
Rafał Miłecki2fdf8c52012-07-26 08:16:01 +02004477 b43info(dev->wl, "Found PHY: Analog %u, Type %d (%s), Revision %u\n",
4478 analog_type, phy_type, b43_phy_name(dev, phy_type), phy_rev);
Michael Buesche4d6b792007-09-18 15:39:42 -04004479
4480 /* Get RADIO versioning */
Rafał Miłeckife5e499f2014-07-04 09:21:56 +02004481 if (core_rev == 40 || core_rev == 42) {
4482 radio_manuf = 0x17F;
4483
Rafał Miłecki25c15562014-08-07 07:45:37 +02004484 b43_write16f(dev, B43_MMIO_RADIO24_CONTROL, 0);
Rafał Miłeckife5e499f2014-07-04 09:21:56 +02004485 radio_rev = b43_read16(dev, B43_MMIO_RADIO24_DATA);
4486
Rafał Miłecki25c15562014-08-07 07:45:37 +02004487 b43_write16f(dev, B43_MMIO_RADIO24_CONTROL, 1);
Rafał Miłecki16e75452014-07-20 12:57:45 +02004488 radio_id = b43_read16(dev, B43_MMIO_RADIO24_DATA);
4489
4490 radio_ver = 0; /* Is there version somewhere? */
Rafał Miłeckife5e499f2014-07-04 09:21:56 +02004491 } else if (core_rev >= 24) {
Rafał Miłecki544e5d82011-07-06 20:27:25 +02004492 u16 radio24[3];
4493
4494 for (tmp = 0; tmp < 3; tmp++) {
Rafał Miłecki25c15562014-08-07 07:45:37 +02004495 b43_write16f(dev, B43_MMIO_RADIO24_CONTROL, tmp);
Rafał Miłecki544e5d82011-07-06 20:27:25 +02004496 radio24[tmp] = b43_read16(dev, B43_MMIO_RADIO24_DATA);
4497 }
4498
Rafał Miłecki544e5d82011-07-06 20:27:25 +02004499 radio_manuf = 0x17F;
Rafał Miłecki16e75452014-07-20 12:57:45 +02004500 radio_id = (radio24[2] << 8) | radio24[1];
Rafał Miłecki544e5d82011-07-06 20:27:25 +02004501 radio_rev = (radio24[0] & 0xF);
Rafał Miłecki16e75452014-07-20 12:57:45 +02004502 radio_ver = (radio24[0] & 0xF0) >> 4;
Michael Buesche4d6b792007-09-18 15:39:42 -04004503 } else {
Rafał Miłecki3fd48502011-07-06 20:27:24 +02004504 if (dev->dev->chip_id == 0x4317) {
4505 if (dev->dev->chip_rev == 0)
4506 tmp = 0x3205017F;
4507 else if (dev->dev->chip_rev == 1)
4508 tmp = 0x4205017F;
4509 else
4510 tmp = 0x5205017F;
4511 } else {
Rafał Miłecki25c15562014-08-07 07:45:37 +02004512 b43_write16f(dev, B43_MMIO_RADIO_CONTROL,
4513 B43_RADIOCTL_ID);
Rafał Miłecki3fd48502011-07-06 20:27:24 +02004514 tmp = b43_read16(dev, B43_MMIO_RADIO_DATA_LOW);
Rafał Miłecki25c15562014-08-07 07:45:37 +02004515 b43_write16f(dev, B43_MMIO_RADIO_CONTROL,
4516 B43_RADIOCTL_ID);
4517 tmp |= b43_read16(dev, B43_MMIO_RADIO_DATA_HIGH) << 16;
Rafał Miłecki3fd48502011-07-06 20:27:24 +02004518 }
4519 radio_manuf = (tmp & 0x00000FFF);
Rafał Miłecki16e75452014-07-20 12:57:45 +02004520 radio_id = (tmp & 0x0FFFF000) >> 12;
Rafał Miłecki3fd48502011-07-06 20:27:24 +02004521 radio_rev = (tmp & 0xF0000000) >> 28;
Rafał Miłecki16e75452014-07-20 12:57:45 +02004522 radio_ver = 0; /* Probably not available on old hw */
Michael Buesche4d6b792007-09-18 15:39:42 -04004523 }
Rafał Miłecki3fd48502011-07-06 20:27:24 +02004524
Michael Buesch96c755a2008-01-06 00:09:46 +01004525 if (radio_manuf != 0x17F /* Broadcom */)
4526 unsupported = 1;
Michael Buesche4d6b792007-09-18 15:39:42 -04004527 switch (phy_type) {
4528 case B43_PHYTYPE_A:
Rafał Miłecki16e75452014-07-20 12:57:45 +02004529 if (radio_id != 0x2060)
Michael Buesche4d6b792007-09-18 15:39:42 -04004530 unsupported = 1;
4531 if (radio_rev != 1)
4532 unsupported = 1;
4533 if (radio_manuf != 0x17F)
4534 unsupported = 1;
4535 break;
4536 case B43_PHYTYPE_B:
Rafał Miłecki16e75452014-07-20 12:57:45 +02004537 if ((radio_id & 0xFFF0) != 0x2050)
Michael Buesche4d6b792007-09-18 15:39:42 -04004538 unsupported = 1;
4539 break;
4540 case B43_PHYTYPE_G:
Rafał Miłecki16e75452014-07-20 12:57:45 +02004541 if (radio_id != 0x2050)
Michael Buesche4d6b792007-09-18 15:39:42 -04004542 unsupported = 1;
4543 break;
Michael Buesch96c755a2008-01-06 00:09:46 +01004544 case B43_PHYTYPE_N:
Rafał Miłecki16e75452014-07-20 12:57:45 +02004545 if (radio_id != 0x2055 && radio_id != 0x2056 &&
4546 radio_id != 0x2057)
Rafał Miłecki3695b932014-07-08 15:11:10 +02004547 unsupported = 1;
Rafał Miłecki16e75452014-07-20 12:57:45 +02004548 if (radio_id == 0x2057 &&
Rafał Miłeckic11082f2014-07-19 12:52:47 +02004549 !(radio_rev == 9 || radio_rev == 14))
Michael Buesch96c755a2008-01-06 00:09:46 +01004550 unsupported = 1;
4551 break;
Michael Buesch6b1c7c62008-12-25 00:39:28 +01004552 case B43_PHYTYPE_LP:
Rafał Miłecki16e75452014-07-20 12:57:45 +02004553 if (radio_id != 0x2062 && radio_id != 0x2063)
Michael Buesch6b1c7c62008-12-25 00:39:28 +01004554 unsupported = 1;
4555 break;
Rafał Miłeckid7520b12011-06-13 16:20:06 +02004556 case B43_PHYTYPE_HT:
Rafał Miłecki16e75452014-07-20 12:57:45 +02004557 if (radio_id != 0x2059)
Rafał Miłeckid7520b12011-06-13 16:20:06 +02004558 unsupported = 1;
4559 break;
Rafał Miłecki1d738e62011-07-07 15:25:27 +02004560 case B43_PHYTYPE_LCN:
Rafał Miłecki16e75452014-07-20 12:57:45 +02004561 if (radio_id != 0x2064)
Rafał Miłecki1d738e62011-07-07 15:25:27 +02004562 unsupported = 1;
4563 break;
Michael Buesche4d6b792007-09-18 15:39:42 -04004564 default:
4565 B43_WARN_ON(1);
4566 }
4567 if (unsupported) {
Rafał Miłecki88d825b2014-07-02 19:07:43 +02004568 b43err(dev->wl,
Rafał Miłecki16e75452014-07-20 12:57:45 +02004569 "FOUND UNSUPPORTED RADIO (Manuf 0x%X, ID 0x%X, Revision %u, Version %u)\n",
4570 radio_manuf, radio_id, radio_rev, radio_ver);
Michael Buesche4d6b792007-09-18 15:39:42 -04004571 return -EOPNOTSUPP;
4572 }
Rafał Miłecki16e75452014-07-20 12:57:45 +02004573 b43info(dev->wl,
4574 "Found Radio: Manuf 0x%X, ID 0x%X, Revision %u, Version %u\n",
4575 radio_manuf, radio_id, radio_rev, radio_ver);
Michael Buesche4d6b792007-09-18 15:39:42 -04004576
Rafał Miłecki16e75452014-07-20 12:57:45 +02004577 /* FIXME: b43 treats "id" as "ver" and ignores the real "ver" */
Michael Buesche4d6b792007-09-18 15:39:42 -04004578 phy->radio_manuf = radio_manuf;
Rafał Miłecki16e75452014-07-20 12:57:45 +02004579 phy->radio_ver = radio_id;
Michael Buesche4d6b792007-09-18 15:39:42 -04004580 phy->radio_rev = radio_rev;
4581
4582 phy->analog = analog_type;
4583 phy->type = phy_type;
4584 phy->rev = phy_rev;
4585
4586 return 0;
4587}
4588
4589static void setup_struct_phy_for_init(struct b43_wldev *dev,
4590 struct b43_phy *phy)
4591{
Michael Buesche4d6b792007-09-18 15:39:42 -04004592 phy->hardware_power_control = !!modparam_hwpctl;
Michael Buesch18c8ade2008-08-28 19:33:40 +02004593 phy->next_txpwr_check_time = jiffies;
Michael Buesch8ed7fc42007-12-09 22:34:59 +01004594 /* PHY TX errors counter. */
4595 atomic_set(&phy->txerr_cnt, B43_PHY_TX_BADNESS_LIMIT);
Michael Buesch591f3dc2009-03-31 12:27:32 +02004596
4597#if B43_DEBUG
Rusty Russell3db1cd52011-12-19 13:56:45 +00004598 phy->phy_locked = false;
4599 phy->radio_locked = false;
Michael Buesch591f3dc2009-03-31 12:27:32 +02004600#endif
Michael Buesche4d6b792007-09-18 15:39:42 -04004601}
4602
4603static void setup_struct_wldev_for_init(struct b43_wldev *dev)
4604{
Rusty Russell3db1cd52011-12-19 13:56:45 +00004605 dev->dfq_valid = false;
Michael Bueschaa6c7ae2007-12-26 16:26:36 +01004606
Michael Buesch6a724d62007-09-20 22:12:58 +02004607 /* Assume the radio is enabled. If it's not enabled, the state will
4608 * immediately get fixed on the first periodic work run. */
Rusty Russell3db1cd52011-12-19 13:56:45 +00004609 dev->radio_hw_enable = true;
Michael Buesche4d6b792007-09-18 15:39:42 -04004610
4611 /* Stats */
4612 memset(&dev->stats, 0, sizeof(dev->stats));
4613
4614 setup_struct_phy_for_init(dev, &dev->phy);
4615
4616 /* IRQ related flags */
4617 dev->irq_reason = 0;
4618 memset(dev->dma_reason, 0, sizeof(dev->dma_reason));
Michael Buesch13790722009-04-08 21:26:27 +02004619 dev->irq_mask = B43_IRQ_MASKTEMPLATE;
Michael Buesch3e3ccb32009-03-19 19:27:21 +01004620 if (b43_modparam_verbose < B43_VERBOSITY_DEBUG)
Michael Buesch13790722009-04-08 21:26:27 +02004621 dev->irq_mask &= ~B43_IRQ_PHY_TXERR;
Michael Buesche4d6b792007-09-18 15:39:42 -04004622
4623 dev->mac_suspended = 1;
4624
4625 /* Noise calculation context */
4626 memset(&dev->noisecalc, 0, sizeof(dev->noisecalc));
4627}
4628
4629static void b43_bluetooth_coext_enable(struct b43_wldev *dev)
4630{
Rafał Miłecki05814832011-05-18 02:06:39 +02004631 struct ssb_sprom *sprom = dev->dev->bus_sprom;
Michael Buescha259d6a2008-04-18 21:06:37 +02004632 u64 hf;
Michael Buesche4d6b792007-09-18 15:39:42 -04004633
Michael Buesch1855ba72008-04-18 20:51:41 +02004634 if (!modparam_btcoex)
4635 return;
Larry Finger95de2842007-11-09 16:57:18 -06004636 if (!(sprom->boardflags_lo & B43_BFL_BTCOEXIST))
Michael Buesche4d6b792007-09-18 15:39:42 -04004637 return;
4638 if (dev->phy.type != B43_PHYTYPE_B && !dev->phy.gmode)
4639 return;
4640
4641 hf = b43_hf_read(dev);
Larry Finger95de2842007-11-09 16:57:18 -06004642 if (sprom->boardflags_lo & B43_BFL_BTCMOD)
Michael Buesche4d6b792007-09-18 15:39:42 -04004643 hf |= B43_HF_BTCOEXALT;
4644 else
4645 hf |= B43_HF_BTCOEX;
4646 b43_hf_write(dev, hf);
Michael Buesche4d6b792007-09-18 15:39:42 -04004647}
4648
4649static void b43_bluetooth_coext_disable(struct b43_wldev *dev)
Michael Buesch1855ba72008-04-18 20:51:41 +02004650{
4651 if (!modparam_btcoex)
4652 return;
4653 //TODO
Michael Buesche4d6b792007-09-18 15:39:42 -04004654}
4655
4656static void b43_imcfglo_timeouts_workaround(struct b43_wldev *dev)
4657{
Rafał Miłeckid48ae5c2011-05-19 15:11:26 +02004658 struct ssb_bus *bus;
Michael Buesche4d6b792007-09-18 15:39:42 -04004659 u32 tmp;
4660
Rafał Miłeckibd7c8a52014-05-10 19:52:18 +02004661#ifdef CONFIG_B43_SSB
Rafał Miłeckid48ae5c2011-05-19 15:11:26 +02004662 if (dev->dev->bus_type != B43_BUS_SSB)
4663 return;
Rafał Miłeckibd7c8a52014-05-10 19:52:18 +02004664#else
4665 return;
4666#endif
Rafał Miłeckid48ae5c2011-05-19 15:11:26 +02004667
4668 bus = dev->dev->sdev->bus;
4669
Rafał Miłecki0fd82ea2011-05-11 02:10:59 +02004670 if ((bus->chip_id == 0x4311 && bus->chip_rev == 2) ||
4671 (bus->chip_id == 0x4312)) {
Rafał Miłeckid48ae5c2011-05-19 15:11:26 +02004672 tmp = ssb_read32(dev->dev->sdev, SSB_IMCFGLO);
Rafał Miłecki0fd82ea2011-05-11 02:10:59 +02004673 tmp &= ~SSB_IMCFGLO_REQTO;
4674 tmp &= ~SSB_IMCFGLO_SERTO;
4675 tmp |= 0x3;
Rafał Miłeckid48ae5c2011-05-19 15:11:26 +02004676 ssb_write32(dev->dev->sdev, SSB_IMCFGLO, tmp);
Rafał Miłecki0fd82ea2011-05-11 02:10:59 +02004677 ssb_commit_settings(bus);
Michael Buesche4d6b792007-09-18 15:39:42 -04004678 }
Michael Buesche4d6b792007-09-18 15:39:42 -04004679}
4680
Michael Bueschd59f7202008-04-03 18:56:19 +02004681static void b43_set_synth_pu_delay(struct b43_wldev *dev, bool idle)
4682{
4683 u16 pu_delay;
4684
4685 /* The time value is in microseconds. */
4686 if (dev->phy.type == B43_PHYTYPE_A)
4687 pu_delay = 3700;
4688 else
4689 pu_delay = 1050;
Johannes Berg05c914f2008-09-11 00:01:58 +02004690 if (b43_is_mode(dev->wl, NL80211_IFTYPE_ADHOC) || idle)
Michael Bueschd59f7202008-04-03 18:56:19 +02004691 pu_delay = 500;
4692 if ((dev->phy.radio_ver == 0x2050) && (dev->phy.radio_rev == 8))
4693 pu_delay = max(pu_delay, (u16)2400);
4694
4695 b43_shm_write16(dev, B43_SHM_SHARED, B43_SHM_SH_SPUWKUP, pu_delay);
4696}
4697
4698/* Set the TSF CFP pre-TargetBeaconTransmissionTime. */
4699static void b43_set_pretbtt(struct b43_wldev *dev)
4700{
4701 u16 pretbtt;
4702
4703 /* The time value is in microseconds. */
Johannes Berg05c914f2008-09-11 00:01:58 +02004704 if (b43_is_mode(dev->wl, NL80211_IFTYPE_ADHOC)) {
Michael Bueschd59f7202008-04-03 18:56:19 +02004705 pretbtt = 2;
4706 } else {
4707 if (dev->phy.type == B43_PHYTYPE_A)
4708 pretbtt = 120;
4709 else
4710 pretbtt = 250;
4711 }
4712 b43_shm_write16(dev, B43_SHM_SHARED, B43_SHM_SH_PRETBTT, pretbtt);
4713 b43_write16(dev, B43_MMIO_TSF_CFP_PRETBTT, pretbtt);
4714}
4715
Michael Buesche4d6b792007-09-18 15:39:42 -04004716/* Shutdown a wireless core */
4717/* Locking: wl->mutex */
4718static void b43_wireless_core_exit(struct b43_wldev *dev)
4719{
Michael Buesch36dbd952009-09-04 22:51:29 +02004720 B43_WARN_ON(dev && b43_status(dev) > B43_STAT_INITIALIZED);
4721 if (!dev || b43_status(dev) != B43_STAT_INITIALIZED)
Michael Buesche4d6b792007-09-18 15:39:42 -04004722 return;
John W. Linville84c164a2010-08-06 15:31:45 -04004723
Michael Buesche4d6b792007-09-18 15:39:42 -04004724 b43_set_status(dev, B43_STAT_UNINIT);
4725
Michael Buesch1f7d87b2008-01-22 20:23:34 +01004726 /* Stop the microcode PSM. */
Rafał Miłecki50566352012-01-02 19:31:21 +01004727 b43_maskset32(dev, B43_MMIO_MACCTL, ~B43_MACCTL_PSM_RUN,
4728 B43_MACCTL_PSM_JMP0);
Michael Buesch1f7d87b2008-01-22 20:23:34 +01004729
Hauke Mehrtens50023002013-08-24 00:32:34 +02004730 switch (dev->dev->bus_type) {
4731#ifdef CONFIG_B43_BCMA
4732 case B43_BUS_BCMA:
4733 bcma_core_pci_down(dev->dev->bdev->bus);
4734 break;
4735#endif
4736#ifdef CONFIG_B43_SSB
4737 case B43_BUS_SSB:
4738 /* TODO */
4739 break;
4740#endif
4741 }
4742
Michael Buesche4d6b792007-09-18 15:39:42 -04004743 b43_dma_free(dev);
Michael Buesch5100d5a2008-03-29 21:01:16 +01004744 b43_pio_free(dev);
Michael Buesche4d6b792007-09-18 15:39:42 -04004745 b43_chip_exit(dev);
Michael Bueschcb24f572008-09-03 12:12:20 +02004746 dev->phy.ops->switch_analog(dev, 0);
Michael Buesche66fee62007-12-26 17:47:10 +01004747 if (dev->wl->current_beacon) {
4748 dev_kfree_skb_any(dev->wl->current_beacon);
4749 dev->wl->current_beacon = NULL;
4750 }
4751
Rafał Miłecki24ca39d2011-05-18 02:06:43 +02004752 b43_device_disable(dev, 0);
4753 b43_bus_may_powerdown(dev);
Michael Buesche4d6b792007-09-18 15:39:42 -04004754}
4755
4756/* Initialize a wireless core */
4757static int b43_wireless_core_init(struct b43_wldev *dev)
4758{
Rafał Miłecki05814832011-05-18 02:06:39 +02004759 struct ssb_sprom *sprom = dev->dev->bus_sprom;
Michael Buesche4d6b792007-09-18 15:39:42 -04004760 struct b43_phy *phy = &dev->phy;
4761 int err;
Michael Buescha259d6a2008-04-18 21:06:37 +02004762 u64 hf;
Michael Buesche4d6b792007-09-18 15:39:42 -04004763
4764 B43_WARN_ON(b43_status(dev) != B43_STAT_UNINIT);
4765
Rafał Miłecki24ca39d2011-05-18 02:06:43 +02004766 err = b43_bus_powerup(dev, 0);
Michael Buesche4d6b792007-09-18 15:39:42 -04004767 if (err)
4768 goto out;
Rafał Miłecki4da909e2011-06-02 01:07:12 +02004769 if (!b43_device_is_enabled(dev))
4770 b43_wireless_core_reset(dev, phy->gmode);
Michael Buesche4d6b792007-09-18 15:39:42 -04004771
Michael Bueschfb111372008-09-02 13:00:34 +02004772 /* Reset all data structures. */
Michael Buesche4d6b792007-09-18 15:39:42 -04004773 setup_struct_wldev_for_init(dev);
Michael Bueschfb111372008-09-02 13:00:34 +02004774 phy->ops->prepare_structs(dev);
Michael Buesche4d6b792007-09-18 15:39:42 -04004775
4776 /* Enable IRQ routing to this device. */
Rafał Miłecki6cbab0d2011-07-06 15:45:26 +02004777 switch (dev->dev->bus_type) {
Rafał Miłecki42c9a452011-07-06 15:45:27 +02004778#ifdef CONFIG_B43_BCMA
4779 case B43_BUS_BCMA:
Hauke Mehrtensdfae7142012-09-29 20:40:18 +02004780 bcma_core_pci_irq_ctl(&dev->dev->bdev->bus->drv_pci[0],
Rafał Miłecki42c9a452011-07-06 15:45:27 +02004781 dev->dev->bdev, true);
Hauke Mehrtens50023002013-08-24 00:32:34 +02004782 bcma_core_pci_up(dev->dev->bdev->bus);
Rafał Miłecki42c9a452011-07-06 15:45:27 +02004783 break;
4784#endif
Rafał Miłecki6cbab0d2011-07-06 15:45:26 +02004785#ifdef CONFIG_B43_SSB
4786 case B43_BUS_SSB:
4787 ssb_pcicore_dev_irqvecs_enable(&dev->dev->sdev->bus->pcicore,
4788 dev->dev->sdev);
4789 break;
4790#endif
4791 }
Michael Buesche4d6b792007-09-18 15:39:42 -04004792
4793 b43_imcfglo_timeouts_workaround(dev);
4794 b43_bluetooth_coext_disable(dev);
Michael Bueschfb111372008-09-02 13:00:34 +02004795 if (phy->ops->prepare_hardware) {
4796 err = phy->ops->prepare_hardware(dev);
Michael Bueschef1a6282008-08-27 18:53:02 +02004797 if (err)
Michael Bueschfb111372008-09-02 13:00:34 +02004798 goto err_busdown;
Michael Bueschef1a6282008-08-27 18:53:02 +02004799 }
Michael Buesche4d6b792007-09-18 15:39:42 -04004800 err = b43_chip_init(dev);
4801 if (err)
Michael Bueschfb111372008-09-02 13:00:34 +02004802 goto err_busdown;
Michael Buesche4d6b792007-09-18 15:39:42 -04004803 b43_shm_write16(dev, B43_SHM_SHARED,
Rafał Miłecki21d889d2011-05-18 02:06:38 +02004804 B43_SHM_SH_WLCOREREV, dev->dev->core_rev);
Michael Buesche4d6b792007-09-18 15:39:42 -04004805 hf = b43_hf_read(dev);
4806 if (phy->type == B43_PHYTYPE_G) {
4807 hf |= B43_HF_SYMW;
4808 if (phy->rev == 1)
4809 hf |= B43_HF_GDCW;
Larry Finger95de2842007-11-09 16:57:18 -06004810 if (sprom->boardflags_lo & B43_BFL_PACTRL)
Michael Buesche4d6b792007-09-18 15:39:42 -04004811 hf |= B43_HF_OFDMPABOOST;
Michael Buesch969d15c2009-02-20 14:27:15 +01004812 }
4813 if (phy->radio_ver == 0x2050) {
4814 if (phy->radio_rev == 6)
4815 hf |= B43_HF_4318TSSI;
4816 if (phy->radio_rev < 6)
4817 hf |= B43_HF_VCORECALC;
Michael Buesche4d6b792007-09-18 15:39:42 -04004818 }
Michael Buesch1cc8f472009-02-20 14:47:56 +01004819 if (sprom->boardflags_lo & B43_BFL_XTAL_NOSLOW)
4820 hf |= B43_HF_DSCRQ; /* Disable slowclock requests from ucode. */
Rafał Miłeckibd7c8a52014-05-10 19:52:18 +02004821#if defined(CONFIG_B43_SSB) && defined(CONFIG_SSB_DRIVER_PCICORE)
Rafał Miłecki6cbab0d2011-07-06 15:45:26 +02004822 if (dev->dev->bus_type == B43_BUS_SSB &&
4823 dev->dev->sdev->bus->bustype == SSB_BUSTYPE_PCI &&
4824 dev->dev->sdev->bus->pcicore.dev->id.revision <= 10)
Michael Buesch88219052009-02-20 14:58:59 +01004825 hf |= B43_HF_PCISCW; /* PCI slow clock workaround. */
Michael Buesch1a777332009-03-04 16:41:10 +01004826#endif
Michael Buesch25d3ef52009-02-20 15:39:21 +01004827 hf &= ~B43_HF_SKCFPUP;
Michael Buesche4d6b792007-09-18 15:39:42 -04004828 b43_hf_write(dev, hf);
4829
Michael Buesch74cfdba2007-10-28 16:19:44 +01004830 b43_set_retry_limits(dev, B43_DEFAULT_SHORT_RETRY_LIMIT,
4831 B43_DEFAULT_LONG_RETRY_LIMIT);
Michael Buesche4d6b792007-09-18 15:39:42 -04004832 b43_shm_write16(dev, B43_SHM_SHARED, B43_SHM_SH_SFFBLIM, 3);
4833 b43_shm_write16(dev, B43_SHM_SHARED, B43_SHM_SH_LFFBLIM, 2);
4834
4835 /* Disable sending probe responses from firmware.
4836 * Setting the MaxTime to one usec will always trigger
4837 * a timeout, so we never send any probe resp.
4838 * A timeout of zero is infinite. */
4839 b43_shm_write16(dev, B43_SHM_SHARED, B43_SHM_SH_PRMAXTIME, 1);
4840
4841 b43_rate_memory_init(dev);
Michael Buesch5042c502008-04-05 15:05:00 +02004842 b43_set_phytxctl_defaults(dev);
Michael Buesche4d6b792007-09-18 15:39:42 -04004843
4844 /* Minimum Contention Window */
Daniel Nguc5a079f2010-03-23 00:52:44 +13004845 if (phy->type == B43_PHYTYPE_B)
Michael Buesche4d6b792007-09-18 15:39:42 -04004846 b43_shm_write16(dev, B43_SHM_SCRATCH, B43_SHM_SC_MINCONT, 0x1F);
Daniel Nguc5a079f2010-03-23 00:52:44 +13004847 else
Michael Buesche4d6b792007-09-18 15:39:42 -04004848 b43_shm_write16(dev, B43_SHM_SCRATCH, B43_SHM_SC_MINCONT, 0xF);
Michael Buesche4d6b792007-09-18 15:39:42 -04004849 /* Maximum Contention Window */
4850 b43_shm_write16(dev, B43_SHM_SCRATCH, B43_SHM_SC_MAXCONT, 0x3FF);
4851
Rafał Miłecki505fb012011-05-19 15:11:27 +02004852 if (b43_bus_host_is_pcmcia(dev->dev) ||
Rafał Miłeckicbe1e822011-08-16 21:44:21 +02004853 b43_bus_host_is_sdio(dev->dev)) {
Rusty Russell3db1cd52011-12-19 13:56:45 +00004854 dev->__using_pio_transfers = true;
Rafał Miłeckicbe1e822011-08-16 21:44:21 +02004855 err = b43_pio_init(dev);
4856 } else if (dev->use_pio) {
4857 b43warn(dev->wl, "Forced PIO by use_pio module parameter. "
4858 "This should not be needed and will result in lower "
4859 "performance.\n");
Rusty Russell3db1cd52011-12-19 13:56:45 +00004860 dev->__using_pio_transfers = true;
Michael Buesch5100d5a2008-03-29 21:01:16 +01004861 err = b43_pio_init(dev);
4862 } else {
Rusty Russell3db1cd52011-12-19 13:56:45 +00004863 dev->__using_pio_transfers = false;
Michael Buesch5100d5a2008-03-29 21:01:16 +01004864 err = b43_dma_init(dev);
4865 }
Michael Buesche4d6b792007-09-18 15:39:42 -04004866 if (err)
4867 goto err_chip_exit;
Michael Buesch03b29772007-12-26 14:41:30 +01004868 b43_qos_init(dev);
Michael Bueschd59f7202008-04-03 18:56:19 +02004869 b43_set_synth_pu_delay(dev, 1);
Michael Buesche4d6b792007-09-18 15:39:42 -04004870 b43_bluetooth_coext_enable(dev);
4871
Rafał Miłecki24ca39d2011-05-18 02:06:43 +02004872 b43_bus_powerup(dev, !(sprom->boardflags_lo & B43_BFL_XTAL_NOSLOW));
Johannes Berg4150c572007-09-17 01:29:23 -04004873 b43_upload_card_macaddress(dev);
Michael Buesche4d6b792007-09-18 15:39:42 -04004874 b43_security_init(dev);
Michael Buesche4d6b792007-09-18 15:39:42 -04004875
Michael Buesch5ab95492009-09-10 20:31:46 +02004876 ieee80211_wake_queues(dev->wl->hw);
Michael Buesche4d6b792007-09-18 15:39:42 -04004877
4878 b43_set_status(dev, B43_STAT_INITIALIZED);
4879
Larry Finger1a8d12272007-12-14 13:59:11 +01004880out:
Michael Buesche4d6b792007-09-18 15:39:42 -04004881 return err;
4882
Michael Bueschef1a6282008-08-27 18:53:02 +02004883err_chip_exit:
Michael Buesche4d6b792007-09-18 15:39:42 -04004884 b43_chip_exit(dev);
Michael Bueschef1a6282008-08-27 18:53:02 +02004885err_busdown:
Rafał Miłecki24ca39d2011-05-18 02:06:43 +02004886 b43_bus_may_powerdown(dev);
Michael Buesche4d6b792007-09-18 15:39:42 -04004887 B43_WARN_ON(b43_status(dev) != B43_STAT_UNINIT);
4888 return err;
4889}
4890
Michael Buesch40faacc2007-10-28 16:29:32 +01004891static int b43_op_add_interface(struct ieee80211_hw *hw,
Johannes Berg1ed32e42009-12-23 13:15:45 +01004892 struct ieee80211_vif *vif)
Michael Buesche4d6b792007-09-18 15:39:42 -04004893{
4894 struct b43_wl *wl = hw_to_b43_wl(hw);
4895 struct b43_wldev *dev;
Michael Buesche4d6b792007-09-18 15:39:42 -04004896 int err = -EOPNOTSUPP;
Johannes Berg4150c572007-09-17 01:29:23 -04004897
4898 /* TODO: allow WDS/AP devices to coexist */
4899
Johannes Berg1ed32e42009-12-23 13:15:45 +01004900 if (vif->type != NL80211_IFTYPE_AP &&
4901 vif->type != NL80211_IFTYPE_MESH_POINT &&
4902 vif->type != NL80211_IFTYPE_STATION &&
4903 vif->type != NL80211_IFTYPE_WDS &&
4904 vif->type != NL80211_IFTYPE_ADHOC)
Johannes Berg4150c572007-09-17 01:29:23 -04004905 return -EOPNOTSUPP;
Michael Buesche4d6b792007-09-18 15:39:42 -04004906
4907 mutex_lock(&wl->mutex);
Johannes Berg4150c572007-09-17 01:29:23 -04004908 if (wl->operating)
Michael Buesche4d6b792007-09-18 15:39:42 -04004909 goto out_mutex_unlock;
4910
Johannes Berg1ed32e42009-12-23 13:15:45 +01004911 b43dbg(wl, "Adding Interface type %d\n", vif->type);
Michael Buesche4d6b792007-09-18 15:39:42 -04004912
4913 dev = wl->current_dev;
Rusty Russell3db1cd52011-12-19 13:56:45 +00004914 wl->operating = true;
Johannes Berg1ed32e42009-12-23 13:15:45 +01004915 wl->vif = vif;
4916 wl->if_type = vif->type;
4917 memcpy(wl->mac_addr, vif->addr, ETH_ALEN);
Michael Buesche4d6b792007-09-18 15:39:42 -04004918
Michael Buesche4d6b792007-09-18 15:39:42 -04004919 b43_adjust_opmode(dev);
Michael Bueschd59f7202008-04-03 18:56:19 +02004920 b43_set_pretbtt(dev);
4921 b43_set_synth_pu_delay(dev, 0);
Johannes Berg4150c572007-09-17 01:29:23 -04004922 b43_upload_card_macaddress(dev);
Michael Buesche4d6b792007-09-18 15:39:42 -04004923
4924 err = 0;
Johannes Berg4150c572007-09-17 01:29:23 -04004925 out_mutex_unlock:
Michael Buesche4d6b792007-09-18 15:39:42 -04004926 mutex_unlock(&wl->mutex);
4927
Felix Fietkau2a190322011-08-10 13:50:30 -06004928 if (err == 0)
4929 b43_op_bss_info_changed(hw, vif, &vif->bss_conf, ~0);
4930
Michael Buesche4d6b792007-09-18 15:39:42 -04004931 return err;
4932}
4933
Michael Buesch40faacc2007-10-28 16:29:32 +01004934static void b43_op_remove_interface(struct ieee80211_hw *hw,
Johannes Berg1ed32e42009-12-23 13:15:45 +01004935 struct ieee80211_vif *vif)
Michael Buesche4d6b792007-09-18 15:39:42 -04004936{
4937 struct b43_wl *wl = hw_to_b43_wl(hw);
Johannes Berg4150c572007-09-17 01:29:23 -04004938 struct b43_wldev *dev = wl->current_dev;
Michael Buesche4d6b792007-09-18 15:39:42 -04004939
Johannes Berg1ed32e42009-12-23 13:15:45 +01004940 b43dbg(wl, "Removing Interface type %d\n", vif->type);
Michael Buesche4d6b792007-09-18 15:39:42 -04004941
4942 mutex_lock(&wl->mutex);
Johannes Berg4150c572007-09-17 01:29:23 -04004943
4944 B43_WARN_ON(!wl->operating);
Johannes Berg1ed32e42009-12-23 13:15:45 +01004945 B43_WARN_ON(wl->vif != vif);
Johannes Berg32bfd352007-12-19 01:31:26 +01004946 wl->vif = NULL;
Johannes Berg4150c572007-09-17 01:29:23 -04004947
Rusty Russell3db1cd52011-12-19 13:56:45 +00004948 wl->operating = false;
Johannes Berg4150c572007-09-17 01:29:23 -04004949
Johannes Berg4150c572007-09-17 01:29:23 -04004950 b43_adjust_opmode(dev);
4951 memset(wl->mac_addr, 0, ETH_ALEN);
4952 b43_upload_card_macaddress(dev);
Johannes Berg4150c572007-09-17 01:29:23 -04004953
4954 mutex_unlock(&wl->mutex);
4955}
4956
Michael Buesch40faacc2007-10-28 16:29:32 +01004957static int b43_op_start(struct ieee80211_hw *hw)
Johannes Berg4150c572007-09-17 01:29:23 -04004958{
4959 struct b43_wl *wl = hw_to_b43_wl(hw);
4960 struct b43_wldev *dev = wl->current_dev;
4961 int did_init = 0;
WANG Cong923403b2007-10-16 14:29:38 -07004962 int err = 0;
Johannes Berg4150c572007-09-17 01:29:23 -04004963
Michael Buesch7be1bb62008-01-23 21:10:56 +01004964 /* Kill all old instance specific information to make sure
4965 * the card won't use it in the short timeframe between start
4966 * and mac80211 reconfiguring it. */
4967 memset(wl->bssid, 0, ETH_ALEN);
4968 memset(wl->mac_addr, 0, ETH_ALEN);
4969 wl->filter_flags = 0;
Rusty Russell3db1cd52011-12-19 13:56:45 +00004970 wl->radiotap_enabled = false;
Michael Buesche6f5b932008-03-05 21:18:49 +01004971 b43_qos_clear(wl);
Rusty Russell3db1cd52011-12-19 13:56:45 +00004972 wl->beacon0_uploaded = false;
4973 wl->beacon1_uploaded = false;
4974 wl->beacon_templates_virgin = true;
4975 wl->radio_enabled = true;
Michael Buesch7be1bb62008-01-23 21:10:56 +01004976
Johannes Berg4150c572007-09-17 01:29:23 -04004977 mutex_lock(&wl->mutex);
4978
4979 if (b43_status(dev) < B43_STAT_INITIALIZED) {
4980 err = b43_wireless_core_init(dev);
Johannes Bergf41f3f32009-06-07 12:30:34 -05004981 if (err)
Johannes Berg4150c572007-09-17 01:29:23 -04004982 goto out_mutex_unlock;
4983 did_init = 1;
Michael Buesche4d6b792007-09-18 15:39:42 -04004984 }
4985
Johannes Berg4150c572007-09-17 01:29:23 -04004986 if (b43_status(dev) < B43_STAT_STARTED) {
4987 err = b43_wireless_core_start(dev);
4988 if (err) {
4989 if (did_init)
4990 b43_wireless_core_exit(dev);
4991 goto out_mutex_unlock;
4992 }
Michael Buesche4d6b792007-09-18 15:39:42 -04004993 }
Johannes Berg4150c572007-09-17 01:29:23 -04004994
Johannes Bergf41f3f32009-06-07 12:30:34 -05004995 /* XXX: only do if device doesn't support rfkill irq */
4996 wiphy_rfkill_start_polling(hw->wiphy);
4997
Johannes Berg4150c572007-09-17 01:29:23 -04004998 out_mutex_unlock:
4999 mutex_unlock(&wl->mutex);
5000
Seth Forsheedbdedbd2012-04-25 17:28:00 -05005001 /*
5002 * Configuration may have been overwritten during initialization.
5003 * Reload the configuration, but only if initialization was
5004 * successful. Reloading the configuration after a failed init
5005 * may hang the system.
5006 */
5007 if (!err)
5008 b43_op_config(hw, ~0);
Felix Fietkau2a190322011-08-10 13:50:30 -06005009
Johannes Berg4150c572007-09-17 01:29:23 -04005010 return err;
5011}
5012
Michael Buesch40faacc2007-10-28 16:29:32 +01005013static void b43_op_stop(struct ieee80211_hw *hw)
Johannes Berg4150c572007-09-17 01:29:23 -04005014{
5015 struct b43_wl *wl = hw_to_b43_wl(hw);
5016 struct b43_wldev *dev = wl->current_dev;
5017
Michael Buescha82d9922008-04-04 21:40:06 +02005018 cancel_work_sync(&(wl->beacon_update_trigger));
Larry Finger1a8d12272007-12-14 13:59:11 +01005019
Guennadi Liakhovetskiccde8a42012-01-06 12:58:16 +01005020 if (!dev)
5021 goto out;
5022
Johannes Berg4150c572007-09-17 01:29:23 -04005023 mutex_lock(&wl->mutex);
Michael Buesch36dbd952009-09-04 22:51:29 +02005024 if (b43_status(dev) >= B43_STAT_STARTED) {
5025 dev = b43_wireless_core_stop(dev);
5026 if (!dev)
5027 goto out_unlock;
5028 }
Johannes Berg4150c572007-09-17 01:29:23 -04005029 b43_wireless_core_exit(dev);
Rusty Russell3db1cd52011-12-19 13:56:45 +00005030 wl->radio_enabled = false;
Michael Buesch36dbd952009-09-04 22:51:29 +02005031
5032out_unlock:
Michael Buesche4d6b792007-09-18 15:39:42 -04005033 mutex_unlock(&wl->mutex);
Guennadi Liakhovetskiccde8a42012-01-06 12:58:16 +01005034out:
Michael Buesch18c8ade2008-08-28 19:33:40 +02005035 cancel_work_sync(&(wl->txpower_adjust_work));
Michael Buesche4d6b792007-09-18 15:39:42 -04005036}
5037
Johannes Berg17741cd2008-09-11 00:02:02 +02005038static int b43_op_beacon_set_tim(struct ieee80211_hw *hw,
5039 struct ieee80211_sta *sta, bool set)
Michael Buesche66fee62007-12-26 17:47:10 +01005040{
5041 struct b43_wl *wl = hw_to_b43_wl(hw);
Michael Buesche66fee62007-12-26 17:47:10 +01005042
Felix Fietkau8f611282009-11-07 18:37:37 +01005043 /* FIXME: add locking */
Johannes Berg9d139c82008-07-09 14:40:37 +02005044 b43_update_templates(wl);
Michael Buesche66fee62007-12-26 17:47:10 +01005045
5046 return 0;
5047}
5048
Johannes Berg38968d02008-02-25 16:27:50 +01005049static void b43_op_sta_notify(struct ieee80211_hw *hw,
5050 struct ieee80211_vif *vif,
5051 enum sta_notify_cmd notify_cmd,
Johannes Berg17741cd2008-09-11 00:02:02 +02005052 struct ieee80211_sta *sta)
Johannes Berg38968d02008-02-25 16:27:50 +01005053{
5054 struct b43_wl *wl = hw_to_b43_wl(hw);
5055
5056 B43_WARN_ON(!vif || wl->vif != vif);
5057}
5058
Michael Buesch25d3ef52009-02-20 15:39:21 +01005059static void b43_op_sw_scan_start_notifier(struct ieee80211_hw *hw)
5060{
5061 struct b43_wl *wl = hw_to_b43_wl(hw);
5062 struct b43_wldev *dev;
5063
5064 mutex_lock(&wl->mutex);
5065 dev = wl->current_dev;
5066 if (dev && (b43_status(dev) >= B43_STAT_INITIALIZED)) {
5067 /* Disable CFP update during scan on other channels. */
5068 b43_hf_write(dev, b43_hf_read(dev) | B43_HF_SKCFPUP);
5069 }
5070 mutex_unlock(&wl->mutex);
5071}
5072
5073static void b43_op_sw_scan_complete_notifier(struct ieee80211_hw *hw)
5074{
5075 struct b43_wl *wl = hw_to_b43_wl(hw);
5076 struct b43_wldev *dev;
5077
5078 mutex_lock(&wl->mutex);
5079 dev = wl->current_dev;
5080 if (dev && (b43_status(dev) >= B43_STAT_INITIALIZED)) {
5081 /* Re-enable CFP update. */
5082 b43_hf_write(dev, b43_hf_read(dev) & ~B43_HF_SKCFPUP);
5083 }
5084 mutex_unlock(&wl->mutex);
5085}
5086
John W. Linville354b4f02010-04-29 15:56:06 -04005087static int b43_op_get_survey(struct ieee80211_hw *hw, int idx,
5088 struct survey_info *survey)
5089{
5090 struct b43_wl *wl = hw_to_b43_wl(hw);
5091 struct b43_wldev *dev = wl->current_dev;
5092 struct ieee80211_conf *conf = &hw->conf;
5093
5094 if (idx != 0)
5095 return -ENOENT;
5096
Karl Beldan675a0b02013-03-25 16:26:57 +01005097 survey->channel = conf->chandef.chan;
John W. Linville354b4f02010-04-29 15:56:06 -04005098 survey->filled = SURVEY_INFO_NOISE_DBM;
5099 survey->noise = dev->stats.link_noise;
5100
5101 return 0;
5102}
5103
Michael Buesche4d6b792007-09-18 15:39:42 -04005104static const struct ieee80211_ops b43_hw_ops = {
Michael Buesch40faacc2007-10-28 16:29:32 +01005105 .tx = b43_op_tx,
5106 .conf_tx = b43_op_conf_tx,
5107 .add_interface = b43_op_add_interface,
5108 .remove_interface = b43_op_remove_interface,
5109 .config = b43_op_config,
Johannes Bergc7ab5ef2008-10-29 20:02:12 +01005110 .bss_info_changed = b43_op_bss_info_changed,
Michael Buesch40faacc2007-10-28 16:29:32 +01005111 .configure_filter = b43_op_configure_filter,
5112 .set_key = b43_op_set_key,
gregor kowski035d0242009-08-19 22:35:45 +02005113 .update_tkip_key = b43_op_update_tkip_key,
Michael Buesch40faacc2007-10-28 16:29:32 +01005114 .get_stats = b43_op_get_stats,
Alina Friedrichsen08e87a82009-01-25 15:28:28 +01005115 .get_tsf = b43_op_get_tsf,
5116 .set_tsf = b43_op_set_tsf,
Michael Buesch40faacc2007-10-28 16:29:32 +01005117 .start = b43_op_start,
5118 .stop = b43_op_stop,
Michael Buesche66fee62007-12-26 17:47:10 +01005119 .set_tim = b43_op_beacon_set_tim,
Johannes Berg38968d02008-02-25 16:27:50 +01005120 .sta_notify = b43_op_sta_notify,
Michael Buesch25d3ef52009-02-20 15:39:21 +01005121 .sw_scan_start = b43_op_sw_scan_start_notifier,
5122 .sw_scan_complete = b43_op_sw_scan_complete_notifier,
John W. Linville354b4f02010-04-29 15:56:06 -04005123 .get_survey = b43_op_get_survey,
Johannes Bergf41f3f32009-06-07 12:30:34 -05005124 .rfkill_poll = b43_rfkill_poll,
Michael Buesche4d6b792007-09-18 15:39:42 -04005125};
5126
5127/* Hard-reset the chip. Do not call this directly.
5128 * Use b43_controller_restart()
5129 */
5130static void b43_chip_reset(struct work_struct *work)
5131{
5132 struct b43_wldev *dev =
5133 container_of(work, struct b43_wldev, restart_work);
5134 struct b43_wl *wl = dev->wl;
5135 int err = 0;
5136 int prev_status;
5137
5138 mutex_lock(&wl->mutex);
5139
5140 prev_status = b43_status(dev);
5141 /* Bring the device down... */
Michael Buesch36dbd952009-09-04 22:51:29 +02005142 if (prev_status >= B43_STAT_STARTED) {
5143 dev = b43_wireless_core_stop(dev);
5144 if (!dev) {
5145 err = -ENODEV;
5146 goto out;
5147 }
5148 }
Michael Buesche4d6b792007-09-18 15:39:42 -04005149 if (prev_status >= B43_STAT_INITIALIZED)
5150 b43_wireless_core_exit(dev);
5151
5152 /* ...and up again. */
5153 if (prev_status >= B43_STAT_INITIALIZED) {
5154 err = b43_wireless_core_init(dev);
5155 if (err)
5156 goto out;
5157 }
5158 if (prev_status >= B43_STAT_STARTED) {
5159 err = b43_wireless_core_start(dev);
5160 if (err) {
5161 b43_wireless_core_exit(dev);
5162 goto out;
5163 }
5164 }
Michael Buesch3bf0a322008-05-22 16:32:16 +02005165out:
5166 if (err)
5167 wl->current_dev = NULL; /* Failed to init the dev. */
Michael Buesche4d6b792007-09-18 15:39:42 -04005168 mutex_unlock(&wl->mutex);
Felix Fietkau2a190322011-08-10 13:50:30 -06005169
5170 if (err) {
Michael Buesche4d6b792007-09-18 15:39:42 -04005171 b43err(wl, "Controller restart FAILED\n");
Felix Fietkau2a190322011-08-10 13:50:30 -06005172 return;
5173 }
5174
5175 /* reload configuration */
5176 b43_op_config(wl->hw, ~0);
5177 if (wl->vif)
5178 b43_op_bss_info_changed(wl->hw, wl->vif, &wl->vif->bss_conf, ~0);
5179
5180 b43info(wl, "Controller restarted\n");
Michael Buesche4d6b792007-09-18 15:39:42 -04005181}
5182
Michael Bueschbb1eeff2008-02-09 12:08:58 +01005183static int b43_setup_bands(struct b43_wldev *dev,
Michael Buesch96c755a2008-01-06 00:09:46 +01005184 bool have_2ghz_phy, bool have_5ghz_phy)
Michael Buesche4d6b792007-09-18 15:39:42 -04005185{
5186 struct ieee80211_hw *hw = dev->wl->hw;
Rafał Miłecki3695b932014-07-08 15:11:10 +02005187 struct b43_phy *phy = &dev->phy;
5188 bool limited_2g;
Rafał Miłeckib453fda62014-07-23 18:54:49 +02005189 bool limited_5g;
Rafał Miłecki3695b932014-07-08 15:11:10 +02005190
5191 /* We don't support all 2 GHz channels on some devices */
Rafał Miłeckic11082f2014-07-19 12:52:47 +02005192 limited_2g = phy->radio_ver == 0x2057 &&
5193 (phy->radio_rev == 9 || phy->radio_rev == 14);
Rafał Miłeckib453fda62014-07-23 18:54:49 +02005194 limited_5g = phy->radio_ver == 0x2057 &&
5195 phy->radio_rev == 9;
Michael Buesche4d6b792007-09-18 15:39:42 -04005196
Michael Bueschbb1eeff2008-02-09 12:08:58 +01005197 if (have_2ghz_phy)
Rafał Miłecki3695b932014-07-08 15:11:10 +02005198 hw->wiphy->bands[IEEE80211_BAND_2GHZ] = limited_2g ?
5199 &b43_band_2ghz_limited : &b43_band_2GHz;
Michael Bueschbb1eeff2008-02-09 12:08:58 +01005200 if (dev->phy.type == B43_PHYTYPE_N) {
5201 if (have_5ghz_phy)
Rafał Miłeckib453fda62014-07-23 18:54:49 +02005202 hw->wiphy->bands[IEEE80211_BAND_5GHZ] = limited_5g ?
5203 &b43_band_5GHz_nphy_limited :
5204 &b43_band_5GHz_nphy;
Michael Bueschbb1eeff2008-02-09 12:08:58 +01005205 } else {
5206 if (have_5ghz_phy)
5207 hw->wiphy->bands[IEEE80211_BAND_5GHZ] = &b43_band_5GHz_aphy;
5208 }
Michael Buesche4d6b792007-09-18 15:39:42 -04005209
Michael Bueschbb1eeff2008-02-09 12:08:58 +01005210 dev->phy.supports_2ghz = have_2ghz_phy;
5211 dev->phy.supports_5ghz = have_5ghz_phy;
Michael Buesche4d6b792007-09-18 15:39:42 -04005212
5213 return 0;
5214}
5215
5216static void b43_wireless_core_detach(struct b43_wldev *dev)
5217{
5218 /* We release firmware that late to not be required to re-request
5219 * is all the time when we reinit the core. */
5220 b43_release_firmware(dev);
Michael Bueschfb111372008-09-02 13:00:34 +02005221 b43_phy_free(dev);
Michael Buesche4d6b792007-09-18 15:39:42 -04005222}
5223
Rafał Miłecki075ca602014-05-19 23:18:54 +02005224static void b43_supported_bands(struct b43_wldev *dev, bool *have_2ghz_phy,
5225 bool *have_5ghz_phy)
5226{
5227 u16 dev_id = 0;
5228
Rafał Miłecki773cfc52014-05-19 23:18:55 +02005229#ifdef CONFIG_B43_BCMA
5230 if (dev->dev->bus_type == B43_BUS_BCMA &&
5231 dev->dev->bdev->bus->hosttype == BCMA_HOSTTYPE_PCI)
5232 dev_id = dev->dev->bdev->bus->host_pci->device;
5233#endif
Rafał Miłecki075ca602014-05-19 23:18:54 +02005234#ifdef CONFIG_B43_SSB
5235 if (dev->dev->bus_type == B43_BUS_SSB &&
5236 dev->dev->sdev->bus->bustype == SSB_BUSTYPE_PCI)
5237 dev_id = dev->dev->sdev->bus->host_pci->device;
5238#endif
Rafał Miłecki773cfc52014-05-19 23:18:55 +02005239 /* Override with SPROM value if available */
5240 if (dev->dev->bus_sprom->dev_id)
5241 dev_id = dev->dev->bus_sprom->dev_id;
Rafał Miłecki075ca602014-05-19 23:18:54 +02005242
5243 /* Note: below IDs can be "virtual" (not maching e.g. real PCI ID) */
5244 switch (dev_id) {
5245 case 0x4324: /* BCM4306 */
5246 case 0x4312: /* BCM4311 */
5247 case 0x4319: /* BCM4318 */
Rafał Miłecki773cfc52014-05-19 23:18:55 +02005248 case 0x4328: /* BCM4321 */
5249 case 0x432b: /* BCM4322 */
5250 case 0x4350: /* BCM43222 */
5251 case 0x4353: /* BCM43224 */
5252 case 0x0576: /* BCM43224 */
5253 case 0x435f: /* BCM6362 */
5254 case 0x4331: /* BCM4331 */
5255 case 0x4359: /* BCM43228 */
5256 case 0x43a0: /* BCM4360 */
5257 case 0x43b1: /* BCM4352 */
Rafał Miłecki075ca602014-05-19 23:18:54 +02005258 /* Dual band devices */
5259 *have_2ghz_phy = true;
5260 *have_5ghz_phy = true;
5261 return;
Rafał Miłecki773cfc52014-05-19 23:18:55 +02005262 case 0x4321: /* BCM4306 */
5263 case 0x4313: /* BCM4311 */
5264 case 0x431a: /* BCM4318 */
5265 case 0x432a: /* BCM4321 */
5266 case 0x432d: /* BCM4322 */
5267 case 0x4352: /* BCM43222 */
5268 case 0x4333: /* BCM4331 */
5269 case 0x43a2: /* BCM4360 */
5270 case 0x43b3: /* BCM4352 */
5271 /* 5 GHz only devices */
5272 *have_2ghz_phy = false;
5273 *have_5ghz_phy = true;
5274 return;
Rafał Miłecki075ca602014-05-19 23:18:54 +02005275 }
5276
5277 /* As a fallback, try to guess using PHY type */
5278 switch (dev->phy.type) {
5279 case B43_PHYTYPE_A:
5280 *have_2ghz_phy = false;
5281 *have_5ghz_phy = true;
5282 return;
5283 case B43_PHYTYPE_G:
5284 case B43_PHYTYPE_N:
5285 case B43_PHYTYPE_LP:
5286 case B43_PHYTYPE_HT:
5287 case B43_PHYTYPE_LCN:
5288 *have_2ghz_phy = true;
5289 *have_5ghz_phy = false;
5290 return;
5291 }
5292
5293 B43_WARN_ON(1);
5294}
5295
Michael Buesche4d6b792007-09-18 15:39:42 -04005296static int b43_wireless_core_attach(struct b43_wldev *dev)
5297{
5298 struct b43_wl *wl = dev->wl;
Rafał Miłecki09951ad2014-05-27 22:07:31 +02005299 struct b43_phy *phy = &dev->phy;
Michael Buesche4d6b792007-09-18 15:39:42 -04005300 int err;
Rafał Miłecki40c62262011-07-18 02:01:30 +02005301 u32 tmp;
Rusty Russell3db1cd52011-12-19 13:56:45 +00005302 bool have_2ghz_phy = false, have_5ghz_phy = false;
Michael Buesche4d6b792007-09-18 15:39:42 -04005303
5304 /* Do NOT do any device initialization here.
5305 * Do it in wireless_core_init() instead.
5306 * This function is for gathering basic information about the HW, only.
5307 * Also some structs may be set up here. But most likely you want to have
5308 * that in core_init(), too.
5309 */
5310
Rafał Miłecki24ca39d2011-05-18 02:06:43 +02005311 err = b43_bus_powerup(dev, 0);
Michael Buesche4d6b792007-09-18 15:39:42 -04005312 if (err) {
5313 b43err(wl, "Bus powerup failed\n");
5314 goto out;
5315 }
Michael Buesche4d6b792007-09-18 15:39:42 -04005316
Rafał Miłecki09951ad2014-05-27 22:07:31 +02005317 phy->do_full_init = true;
5318
Rafał Miłecki075ca602014-05-19 23:18:54 +02005319 /* Try to guess supported bands for the first init needs */
Rafał Miłecki6cbab0d2011-07-06 15:45:26 +02005320 switch (dev->dev->bus_type) {
Rafał Miłecki42c9a452011-07-06 15:45:27 +02005321#ifdef CONFIG_B43_BCMA
5322 case B43_BUS_BCMA:
Rafał Miłecki40c62262011-07-18 02:01:30 +02005323 tmp = bcma_aread32(dev->dev->bdev, BCMA_IOST);
5324 have_2ghz_phy = !!(tmp & B43_BCMA_IOST_2G_PHY);
5325 have_5ghz_phy = !!(tmp & B43_BCMA_IOST_5G_PHY);
Rafał Miłecki42c9a452011-07-06 15:45:27 +02005326 break;
5327#endif
Rafał Miłecki6cbab0d2011-07-06 15:45:26 +02005328#ifdef CONFIG_B43_SSB
5329 case B43_BUS_SSB:
5330 if (dev->dev->core_rev >= 5) {
Rafał Miłecki40c62262011-07-18 02:01:30 +02005331 tmp = ssb_read32(dev->dev->sdev, SSB_TMSHIGH);
5332 have_2ghz_phy = !!(tmp & B43_TMSHIGH_HAVE_2GHZ_PHY);
5333 have_5ghz_phy = !!(tmp & B43_TMSHIGH_HAVE_5GHZ_PHY);
Rafał Miłecki6cbab0d2011-07-06 15:45:26 +02005334 } else
5335 B43_WARN_ON(1);
5336 break;
5337#endif
5338 }
Michael Buesche4d6b792007-09-18 15:39:42 -04005339
Michael Buesch96c755a2008-01-06 00:09:46 +01005340 dev->phy.gmode = have_2ghz_phy;
Rafał Miłecki4da909e2011-06-02 01:07:12 +02005341 b43_wireless_core_reset(dev, dev->phy.gmode);
Michael Buesche4d6b792007-09-18 15:39:42 -04005342
Rafał Miłecki075ca602014-05-19 23:18:54 +02005343 /* Get the PHY type. */
Michael Buesche4d6b792007-09-18 15:39:42 -04005344 err = b43_phy_versioning(dev);
5345 if (err)
Michael Buesch21954c32007-09-27 15:31:40 +02005346 goto err_powerdown;
Rafał Miłecki075ca602014-05-19 23:18:54 +02005347
5348 /* Get real info about supported bands */
5349 b43_supported_bands(dev, &have_2ghz_phy, &have_5ghz_phy);
5350
5351 /* We don't support 5 GHz on some PHYs yet */
Rafał Miłecki72fcd3d2014-07-08 21:00:19 +02005352 if (have_5ghz_phy) {
5353 switch (dev->phy.type) {
5354 case B43_PHYTYPE_A:
5355 case B43_PHYTYPE_G:
Rafał Miłecki72fcd3d2014-07-08 21:00:19 +02005356 case B43_PHYTYPE_LP:
5357 case B43_PHYTYPE_HT:
5358 b43warn(wl, "5 GHz band is unsupported on this PHY\n");
5359 have_5ghz_phy = false;
5360 }
Michael Buesche4d6b792007-09-18 15:39:42 -04005361 }
Rafał Miłecki075ca602014-05-19 23:18:54 +02005362
5363 if (!have_2ghz_phy && !have_5ghz_phy) {
5364 b43err(wl, "b43 can't support any band on this device\n");
Michael Buesch96c755a2008-01-06 00:09:46 +01005365 err = -EOPNOTSUPP;
5366 goto err_powerdown;
5367 }
Michael Buesch2e35af12008-04-27 19:06:18 +02005368
Michael Bueschfb111372008-09-02 13:00:34 +02005369 err = b43_phy_allocate(dev);
5370 if (err)
5371 goto err_powerdown;
5372
Michael Buesch96c755a2008-01-06 00:09:46 +01005373 dev->phy.gmode = have_2ghz_phy;
Rafał Miłecki4da909e2011-06-02 01:07:12 +02005374 b43_wireless_core_reset(dev, dev->phy.gmode);
Michael Buesche4d6b792007-09-18 15:39:42 -04005375
5376 err = b43_validate_chipaccess(dev);
5377 if (err)
Michael Bueschfb111372008-09-02 13:00:34 +02005378 goto err_phy_free;
Michael Bueschbb1eeff2008-02-09 12:08:58 +01005379 err = b43_setup_bands(dev, have_2ghz_phy, have_5ghz_phy);
Michael Buesche4d6b792007-09-18 15:39:42 -04005380 if (err)
Michael Bueschfb111372008-09-02 13:00:34 +02005381 goto err_phy_free;
Michael Buesche4d6b792007-09-18 15:39:42 -04005382
5383 /* Now set some default "current_dev" */
5384 if (!wl->current_dev)
5385 wl->current_dev = dev;
5386 INIT_WORK(&dev->restart_work, b43_chip_reset);
5387
Michael Bueschcb24f572008-09-03 12:12:20 +02005388 dev->phy.ops->switch_analog(dev, 0);
Rafał Miłecki24ca39d2011-05-18 02:06:43 +02005389 b43_device_disable(dev, 0);
5390 b43_bus_may_powerdown(dev);
Michael Buesche4d6b792007-09-18 15:39:42 -04005391
5392out:
5393 return err;
5394
Michael Bueschfb111372008-09-02 13:00:34 +02005395err_phy_free:
5396 b43_phy_free(dev);
Michael Buesche4d6b792007-09-18 15:39:42 -04005397err_powerdown:
Rafał Miłecki24ca39d2011-05-18 02:06:43 +02005398 b43_bus_may_powerdown(dev);
Michael Buesche4d6b792007-09-18 15:39:42 -04005399 return err;
5400}
5401
Rafał Miłecki482f0532011-05-18 02:06:36 +02005402static void b43_one_core_detach(struct b43_bus_dev *dev)
Michael Buesche4d6b792007-09-18 15:39:42 -04005403{
5404 struct b43_wldev *wldev;
5405 struct b43_wl *wl;
5406
Michael Buesch3bf0a322008-05-22 16:32:16 +02005407 /* Do not cancel ieee80211-workqueue based work here.
5408 * See comment in b43_remove(). */
5409
Rafał Miłecki74abacb2011-07-06 15:45:28 +02005410 wldev = b43_bus_get_wldev(dev);
Michael Buesche4d6b792007-09-18 15:39:42 -04005411 wl = wldev->wl;
Michael Buesche4d6b792007-09-18 15:39:42 -04005412 b43_debugfs_remove_device(wldev);
5413 b43_wireless_core_detach(wldev);
5414 list_del(&wldev->list);
Rafał Miłecki74abacb2011-07-06 15:45:28 +02005415 b43_bus_set_wldev(dev, NULL);
Michael Buesche4d6b792007-09-18 15:39:42 -04005416 kfree(wldev);
5417}
5418
Rafał Miłecki482f0532011-05-18 02:06:36 +02005419static int b43_one_core_attach(struct b43_bus_dev *dev, struct b43_wl *wl)
Michael Buesche4d6b792007-09-18 15:39:42 -04005420{
5421 struct b43_wldev *wldev;
Michael Buesche4d6b792007-09-18 15:39:42 -04005422 int err = -ENOMEM;
5423
Michael Buesche4d6b792007-09-18 15:39:42 -04005424 wldev = kzalloc(sizeof(*wldev), GFP_KERNEL);
5425 if (!wldev)
5426 goto out;
5427
Linus Torvalds9e3bd912010-02-26 10:34:27 -08005428 wldev->use_pio = b43_modparam_pio;
Rafał Miłecki482f0532011-05-18 02:06:36 +02005429 wldev->dev = dev;
Michael Buesche4d6b792007-09-18 15:39:42 -04005430 wldev->wl = wl;
5431 b43_set_status(wldev, B43_STAT_UNINIT);
5432 wldev->bad_frames_preempt = modparam_bad_frames_preempt;
Michael Buesche4d6b792007-09-18 15:39:42 -04005433 INIT_LIST_HEAD(&wldev->list);
5434
5435 err = b43_wireless_core_attach(wldev);
5436 if (err)
5437 goto err_kfree_wldev;
5438
Rafał Miłecki74abacb2011-07-06 15:45:28 +02005439 b43_bus_set_wldev(dev, wldev);
Michael Buesche4d6b792007-09-18 15:39:42 -04005440 b43_debugfs_add_device(wldev);
5441
5442 out:
5443 return err;
5444
5445 err_kfree_wldev:
5446 kfree(wldev);
5447 return err;
5448}
5449
Michael Buesch9fc38452008-04-19 16:53:00 +02005450#define IS_PDEV(pdev, _vendor, _device, _subvendor, _subdevice) ( \
5451 (pdev->vendor == PCI_VENDOR_ID_##_vendor) && \
5452 (pdev->device == _device) && \
5453 (pdev->subsystem_vendor == PCI_VENDOR_ID_##_subvendor) && \
5454 (pdev->subsystem_device == _subdevice) )
5455
Rafał Miłeckibd7c8a52014-05-10 19:52:18 +02005456#ifdef CONFIG_B43_SSB
Michael Buesche4d6b792007-09-18 15:39:42 -04005457static void b43_sprom_fixup(struct ssb_bus *bus)
5458{
Michael Buesch1855ba72008-04-18 20:51:41 +02005459 struct pci_dev *pdev;
5460
Michael Buesche4d6b792007-09-18 15:39:42 -04005461 /* boardflags workarounds */
5462 if (bus->boardinfo.vendor == SSB_BOARDVENDOR_DELL &&
Hauke Mehrtens5a20ef32012-04-29 02:04:06 +02005463 bus->chip_id == 0x4301 && bus->sprom.board_rev == 0x74)
Larry Finger95de2842007-11-09 16:57:18 -06005464 bus->sprom.boardflags_lo |= B43_BFL_BTCOEXIST;
Michael Buesche4d6b792007-09-18 15:39:42 -04005465 if (bus->boardinfo.vendor == PCI_VENDOR_ID_APPLE &&
Hauke Mehrtens5a20ef32012-04-29 02:04:06 +02005466 bus->boardinfo.type == 0x4E && bus->sprom.board_rev > 0x40)
Larry Finger95de2842007-11-09 16:57:18 -06005467 bus->sprom.boardflags_lo |= B43_BFL_PACTRL;
Michael Buesch1855ba72008-04-18 20:51:41 +02005468 if (bus->bustype == SSB_BUSTYPE_PCI) {
5469 pdev = bus->host_pci;
Michael Buesch9fc38452008-04-19 16:53:00 +02005470 if (IS_PDEV(pdev, BROADCOM, 0x4318, ASUSTEK, 0x100F) ||
Larry Finger430cd472008-08-14 18:57:11 -05005471 IS_PDEV(pdev, BROADCOM, 0x4320, DELL, 0x0003) ||
Larry Finger570bdfb2008-09-26 08:23:00 -05005472 IS_PDEV(pdev, BROADCOM, 0x4320, HP, 0x12f8) ||
Michael Buesch9fc38452008-04-19 16:53:00 +02005473 IS_PDEV(pdev, BROADCOM, 0x4320, LINKSYS, 0x0015) ||
Larry Fingera58d4522008-08-10 10:19:33 -05005474 IS_PDEV(pdev, BROADCOM, 0x4320, LINKSYS, 0x0014) ||
Larry Finger3bb91bf2008-09-19 14:47:38 -05005475 IS_PDEV(pdev, BROADCOM, 0x4320, LINKSYS, 0x0013) ||
5476 IS_PDEV(pdev, BROADCOM, 0x4320, MOTOROLA, 0x7010))
Michael Buesch1855ba72008-04-18 20:51:41 +02005477 bus->sprom.boardflags_lo &= ~B43_BFL_BTCOEXIST;
5478 }
Michael Buesche4d6b792007-09-18 15:39:42 -04005479}
5480
Rafał Miłecki482f0532011-05-18 02:06:36 +02005481static void b43_wireless_exit(struct b43_bus_dev *dev, struct b43_wl *wl)
Michael Buesche4d6b792007-09-18 15:39:42 -04005482{
5483 struct ieee80211_hw *hw = wl->hw;
5484
Rafał Miłecki482f0532011-05-18 02:06:36 +02005485 ssb_set_devtypedata(dev->sdev, NULL);
Michael Buesche4d6b792007-09-18 15:39:42 -04005486 ieee80211_free_hw(hw);
5487}
Rafał Miłeckibd7c8a52014-05-10 19:52:18 +02005488#endif
Michael Buesche4d6b792007-09-18 15:39:42 -04005489
Rafał Miłeckid1507052011-07-05 23:54:07 +02005490static struct b43_wl *b43_wireless_init(struct b43_bus_dev *dev)
Michael Buesche4d6b792007-09-18 15:39:42 -04005491{
Rafał Miłeckid1507052011-07-05 23:54:07 +02005492 struct ssb_sprom *sprom = dev->bus_sprom;
Michael Buesche4d6b792007-09-18 15:39:42 -04005493 struct ieee80211_hw *hw;
5494 struct b43_wl *wl;
Rafał Miłecki2729df22011-07-18 22:45:58 +02005495 char chip_name[6];
francesco.gringoli@ing.unibs.itbad69192011-12-16 18:34:56 +01005496 int queue_num;
Michael Buesche4d6b792007-09-18 15:39:42 -04005497
5498 hw = ieee80211_alloc_hw(sizeof(*wl), &b43_hw_ops);
5499 if (!hw) {
5500 b43err(NULL, "Could not allocate ieee80211 device\n");
Rafał Miłecki0355a342011-05-17 14:00:01 +02005501 return ERR_PTR(-ENOMEM);
Michael Buesche4d6b792007-09-18 15:39:42 -04005502 }
Michael Buesch403a3a12009-06-08 21:04:57 +02005503 wl = hw_to_b43_wl(hw);
Michael Buesche4d6b792007-09-18 15:39:42 -04005504
5505 /* fill hw info */
Johannes Berg605a0bd2008-07-15 10:10:01 +02005506 hw->flags = IEEE80211_HW_RX_INCLUDES_FCS |
John W. Linvillef5c044e2010-04-30 15:37:00 -04005507 IEEE80211_HW_SIGNAL_DBM;
Bruno Randolf566bfe52008-05-08 19:15:40 +02005508
Luis R. Rodriguezf59ac042008-08-29 16:26:43 -07005509 hw->wiphy->interface_modes =
5510 BIT(NL80211_IFTYPE_AP) |
5511 BIT(NL80211_IFTYPE_MESH_POINT) |
5512 BIT(NL80211_IFTYPE_STATION) |
5513 BIT(NL80211_IFTYPE_WDS) |
5514 BIT(NL80211_IFTYPE_ADHOC);
5515
Antonio Quartulli78f9c852012-04-01 00:35:40 +03005516 hw->wiphy->flags |= WIPHY_FLAG_IBSS_RSN;
5517
Oleksij Rempele64add22012-06-05 20:39:32 +02005518 wl->hw_registred = false;
Johannes Berge6a98542008-10-21 12:40:02 +02005519 hw->max_rates = 2;
Michael Buesche4d6b792007-09-18 15:39:42 -04005520 SET_IEEE80211_DEV(hw, dev->dev);
Larry Finger95de2842007-11-09 16:57:18 -06005521 if (is_valid_ether_addr(sprom->et1mac))
5522 SET_IEEE80211_PERM_ADDR(hw, sprom->et1mac);
Michael Buesche4d6b792007-09-18 15:39:42 -04005523 else
Larry Finger95de2842007-11-09 16:57:18 -06005524 SET_IEEE80211_PERM_ADDR(hw, sprom->il0mac);
Michael Buesche4d6b792007-09-18 15:39:42 -04005525
Michael Buesch403a3a12009-06-08 21:04:57 +02005526 /* Initialize struct b43_wl */
Michael Buesche4d6b792007-09-18 15:39:42 -04005527 wl->hw = hw;
Michael Buesche4d6b792007-09-18 15:39:42 -04005528 mutex_init(&wl->mutex);
Michael Buesch36dbd952009-09-04 22:51:29 +02005529 spin_lock_init(&wl->hardirq_lock);
Michael Buescha82d9922008-04-04 21:40:06 +02005530 INIT_WORK(&wl->beacon_update_trigger, b43_beacon_update_trigger_work);
Michael Buesch18c8ade2008-08-28 19:33:40 +02005531 INIT_WORK(&wl->txpower_adjust_work, b43_phy_txpower_adjust_work);
Michael Bueschf5d40ee2009-09-04 22:53:18 +02005532 INIT_WORK(&wl->tx_work, b43_tx_work);
francesco.gringoli@ing.unibs.itbad69192011-12-16 18:34:56 +01005533
5534 /* Initialize queues and flags. */
5535 for (queue_num = 0; queue_num < B43_QOS_QUEUE_NUM; queue_num++) {
5536 skb_queue_head_init(&wl->tx_queue[queue_num]);
5537 wl->tx_queue_stopped[queue_num] = 0;
5538 }
Michael Buesche4d6b792007-09-18 15:39:42 -04005539
Rafał Miłecki2729df22011-07-18 22:45:58 +02005540 snprintf(chip_name, ARRAY_SIZE(chip_name),
5541 (dev->chip_id > 0x9999) ? "%d" : "%04X", dev->chip_id);
5542 b43info(wl, "Broadcom %s WLAN found (core revision %u)\n", chip_name,
5543 dev->core_rev);
Rafał Miłecki0355a342011-05-17 14:00:01 +02005544 return wl;
Michael Buesche4d6b792007-09-18 15:39:42 -04005545}
5546
Rafał Miłecki3c65ab62011-06-02 09:56:04 +02005547#ifdef CONFIG_B43_BCMA
5548static int b43_bcma_probe(struct bcma_device *core)
Michael Buesche4d6b792007-09-18 15:39:42 -04005549{
Rafał Miłecki397915c2011-07-06 19:03:46 +02005550 struct b43_bus_dev *dev;
Rafał Miłecki24aad3f2011-07-20 20:02:39 +02005551 struct b43_wl *wl;
5552 int err;
Rafał Miłecki397915c2011-07-06 19:03:46 +02005553
Rafał Miłecki89604002013-06-26 09:55:54 +02005554 if (!modparam_allhwsupport &&
5555 (core->id.rev == 0x17 || core->id.rev == 0x18)) {
5556 pr_err("Support for cores revisions 0x17 and 0x18 disabled by module param allhwsupport=0. Try b43.allhwsupport=1\n");
5557 return -ENOTSUPP;
5558 }
5559
Rafał Miłecki397915c2011-07-06 19:03:46 +02005560 dev = b43_bus_dev_bcma_init(core);
5561 if (!dev)
5562 return -ENODEV;
5563
Rafał Miłecki24aad3f2011-07-20 20:02:39 +02005564 wl = b43_wireless_init(dev);
5565 if (IS_ERR(wl)) {
5566 err = PTR_ERR(wl);
5567 goto bcma_out;
5568 }
5569
5570 err = b43_one_core_attach(dev, wl);
5571 if (err)
5572 goto bcma_err_wireless_exit;
5573
Larry Finger6b6fa582012-03-08 22:27:46 -06005574 /* setup and start work to load firmware */
5575 INIT_WORK(&wl->firmware_load, b43_request_firmware);
5576 schedule_work(&wl->firmware_load);
Rafał Miłecki24aad3f2011-07-20 20:02:39 +02005577
5578bcma_out:
5579 return err;
5580
Rafał Miłecki24aad3f2011-07-20 20:02:39 +02005581bcma_err_wireless_exit:
5582 ieee80211_free_hw(wl->hw);
5583 return err;
Rafał Miłecki3c65ab62011-06-02 09:56:04 +02005584}
5585
5586static void b43_bcma_remove(struct bcma_device *core)
5587{
Rafał Miłecki24aad3f2011-07-20 20:02:39 +02005588 struct b43_wldev *wldev = bcma_get_drvdata(core);
5589 struct b43_wl *wl = wldev->wl;
5590
5591 /* We must cancel any work here before unregistering from ieee80211,
5592 * as the ieee80211 unreg will destroy the workqueue. */
5593 cancel_work_sync(&wldev->restart_work);
Larry Finger63a02ce2013-02-25 06:09:24 +00005594 cancel_work_sync(&wl->firmware_load);
Rafał Miłecki24aad3f2011-07-20 20:02:39 +02005595
Oleksij Rempele64add22012-06-05 20:39:32 +02005596 B43_WARN_ON(!wl);
Larry Fingerf89ff642012-10-24 08:57:16 -05005597 if (!wldev->fw.ucode.data)
5598 return; /* NULL if firmware never loaded */
Oleksij Rempele64add22012-06-05 20:39:32 +02005599 if (wl->current_dev == wldev && wl->hw_registred) {
Oleksij Rempele64add22012-06-05 20:39:32 +02005600 b43_leds_stop(wldev);
5601 ieee80211_unregister_hw(wl->hw);
5602 }
Rafał Miłecki24aad3f2011-07-20 20:02:39 +02005603
5604 b43_one_core_detach(wldev->dev);
5605
Larry Finger09164042014-01-12 15:11:37 -06005606 /* Unregister HW RNG driver */
5607 b43_rng_exit(wl);
5608
Rafał Miłecki24aad3f2011-07-20 20:02:39 +02005609 b43_leds_unregister(wl);
5610
5611 ieee80211_free_hw(wl->hw);
Rafał Miłecki3c65ab62011-06-02 09:56:04 +02005612}
5613
5614static struct bcma_driver b43_bcma_driver = {
5615 .name = KBUILD_MODNAME,
5616 .id_table = b43_bcma_tbl,
5617 .probe = b43_bcma_probe,
5618 .remove = b43_bcma_remove,
5619};
5620#endif
5621
Rafał Miłeckiaec7ffd2011-06-14 08:18:59 +02005622#ifdef CONFIG_B43_SSB
Rafał Miłeckiaa63418a2011-05-18 02:06:35 +02005623static
5624int b43_ssb_probe(struct ssb_device *sdev, const struct ssb_device_id *id)
Michael Buesche4d6b792007-09-18 15:39:42 -04005625{
Rafał Miłecki482f0532011-05-18 02:06:36 +02005626 struct b43_bus_dev *dev;
Michael Buesche4d6b792007-09-18 15:39:42 -04005627 struct b43_wl *wl;
5628 int err;
Michael Buesche4d6b792007-09-18 15:39:42 -04005629
Rafał Miłecki482f0532011-05-18 02:06:36 +02005630 dev = b43_bus_dev_ssb_init(sdev);
Dan Carpenter5b49b352011-06-09 10:09:34 +03005631 if (!dev)
5632 return -ENOMEM;
Rafał Miłecki482f0532011-05-18 02:06:36 +02005633
Rafał Miłeckiaa63418a2011-05-18 02:06:35 +02005634 wl = ssb_get_devtypedata(sdev);
Rafał Miłecki8f15e282014-04-20 20:30:58 +02005635 if (wl) {
5636 b43err(NULL, "Dual-core devices are not supported\n");
5637 err = -ENOTSUPP;
5638 goto err_ssb_kfree_dev;
Michael Buesche4d6b792007-09-18 15:39:42 -04005639 }
Rafał Miłecki8f15e282014-04-20 20:30:58 +02005640
5641 b43_sprom_fixup(sdev->bus);
5642
5643 wl = b43_wireless_init(dev);
5644 if (IS_ERR(wl)) {
5645 err = PTR_ERR(wl);
5646 goto err_ssb_kfree_dev;
5647 }
5648 ssb_set_devtypedata(sdev, wl);
5649 B43_WARN_ON(ssb_get_devtypedata(sdev) != wl);
5650
Michael Buesche4d6b792007-09-18 15:39:42 -04005651 err = b43_one_core_attach(dev, wl);
5652 if (err)
Rafał Miłecki8f15e282014-04-20 20:30:58 +02005653 goto err_ssb_wireless_exit;
Michael Buesche4d6b792007-09-18 15:39:42 -04005654
Larry Finger6b6fa582012-03-08 22:27:46 -06005655 /* setup and start work to load firmware */
5656 INIT_WORK(&wl->firmware_load, b43_request_firmware);
5657 schedule_work(&wl->firmware_load);
Michael Buesche4d6b792007-09-18 15:39:42 -04005658
Michael Buesche4d6b792007-09-18 15:39:42 -04005659 return err;
5660
Rafał Miłecki8f15e282014-04-20 20:30:58 +02005661err_ssb_wireless_exit:
5662 b43_wireless_exit(dev, wl);
5663err_ssb_kfree_dev:
5664 kfree(dev);
Michael Buesche4d6b792007-09-18 15:39:42 -04005665 return err;
5666}
5667
Rafał Miłeckiaa63418a2011-05-18 02:06:35 +02005668static void b43_ssb_remove(struct ssb_device *sdev)
Michael Buesche4d6b792007-09-18 15:39:42 -04005669{
Rafał Miłeckiaa63418a2011-05-18 02:06:35 +02005670 struct b43_wl *wl = ssb_get_devtypedata(sdev);
5671 struct b43_wldev *wldev = ssb_get_drvdata(sdev);
Pavel Roskine61b52d2011-07-22 18:07:13 -04005672 struct b43_bus_dev *dev = wldev->dev;
Michael Buesche4d6b792007-09-18 15:39:42 -04005673
Michael Buesch3bf0a322008-05-22 16:32:16 +02005674 /* We must cancel any work here before unregistering from ieee80211,
5675 * as the ieee80211 unreg will destroy the workqueue. */
5676 cancel_work_sync(&wldev->restart_work);
Larry Finger63a02ce2013-02-25 06:09:24 +00005677 cancel_work_sync(&wl->firmware_load);
Michael Buesch3bf0a322008-05-22 16:32:16 +02005678
Michael Buesche4d6b792007-09-18 15:39:42 -04005679 B43_WARN_ON(!wl);
Larry Fingerf89ff642012-10-24 08:57:16 -05005680 if (!wldev->fw.ucode.data)
5681 return; /* NULL if firmware never loaded */
Oleksij Rempele64add22012-06-05 20:39:32 +02005682 if (wl->current_dev == wldev && wl->hw_registred) {
Albert Herranz82905ac2009-09-16 00:26:19 +02005683 b43_leds_stop(wldev);
Michael Buesche4d6b792007-09-18 15:39:42 -04005684 ieee80211_unregister_hw(wl->hw);
Michael Buesch403a3a12009-06-08 21:04:57 +02005685 }
Michael Buesche4d6b792007-09-18 15:39:42 -04005686
Pavel Roskine61b52d2011-07-22 18:07:13 -04005687 b43_one_core_detach(dev);
Michael Buesche4d6b792007-09-18 15:39:42 -04005688
Larry Finger09164042014-01-12 15:11:37 -06005689 /* Unregister HW RNG driver */
5690 b43_rng_exit(wl);
5691
Rafał Miłecki644aa4d2014-04-21 10:54:29 +02005692 b43_leds_unregister(wl);
5693 b43_wireless_exit(dev, wl);
Michael Buesche4d6b792007-09-18 15:39:42 -04005694}
5695
Rafał Miłeckiaec7ffd2011-06-14 08:18:59 +02005696static struct ssb_driver b43_ssb_driver = {
5697 .name = KBUILD_MODNAME,
5698 .id_table = b43_ssb_tbl,
5699 .probe = b43_ssb_probe,
5700 .remove = b43_ssb_remove,
5701};
5702#endif /* CONFIG_B43_SSB */
5703
Michael Buesche4d6b792007-09-18 15:39:42 -04005704/* Perform a hardware reset. This can be called from any context. */
5705void b43_controller_restart(struct b43_wldev *dev, const char *reason)
5706{
5707 /* Must avoid requeueing, if we are in shutdown. */
5708 if (b43_status(dev) < B43_STAT_INITIALIZED)
5709 return;
5710 b43info(dev->wl, "Controller RESET (%s) ...\n", reason);
Luis R. Rodriguez42935ec2009-07-29 20:08:07 -04005711 ieee80211_queue_work(dev->wl->hw, &dev->restart_work);
Michael Buesche4d6b792007-09-18 15:39:42 -04005712}
5713
Michael Buesch26bc7832008-02-09 00:18:35 +01005714static void b43_print_driverinfo(void)
5715{
5716 const char *feat_pci = "", *feat_pcmcia = "", *feat_nphy = "",
Albert Herranz3dbba8e2009-09-10 19:34:49 +02005717 *feat_leds = "", *feat_sdio = "";
Michael Buesch26bc7832008-02-09 00:18:35 +01005718
5719#ifdef CONFIG_B43_PCI_AUTOSELECT
5720 feat_pci = "P";
5721#endif
5722#ifdef CONFIG_B43_PCMCIA
5723 feat_pcmcia = "M";
5724#endif
Rafał Miłecki692d2c02010-12-07 21:56:00 +01005725#ifdef CONFIG_B43_PHY_N
Michael Buesch26bc7832008-02-09 00:18:35 +01005726 feat_nphy = "N";
5727#endif
5728#ifdef CONFIG_B43_LEDS
5729 feat_leds = "L";
5730#endif
Albert Herranz3dbba8e2009-09-10 19:34:49 +02005731#ifdef CONFIG_B43_SDIO
5732 feat_sdio = "S";
5733#endif
Michael Buesch26bc7832008-02-09 00:18:35 +01005734 printk(KERN_INFO "Broadcom 43xx driver loaded "
Michael Büsch8b0be902011-08-21 17:24:47 +02005735 "[ Features: %s%s%s%s%s ]\n",
Michael Buesch26bc7832008-02-09 00:18:35 +01005736 feat_pci, feat_pcmcia, feat_nphy,
Albert Herranz3dbba8e2009-09-10 19:34:49 +02005737 feat_leds, feat_sdio);
Michael Buesch26bc7832008-02-09 00:18:35 +01005738}
5739
Michael Buesche4d6b792007-09-18 15:39:42 -04005740static int __init b43_init(void)
5741{
5742 int err;
5743
5744 b43_debugfs_init();
5745 err = b43_pcmcia_init();
5746 if (err)
5747 goto err_dfs_exit;
Albert Herranz3dbba8e2009-09-10 19:34:49 +02005748 err = b43_sdio_init();
Michael Buesche4d6b792007-09-18 15:39:42 -04005749 if (err)
5750 goto err_pcmcia_exit;
Rafał Miłecki3c65ab62011-06-02 09:56:04 +02005751#ifdef CONFIG_B43_BCMA
5752 err = bcma_driver_register(&b43_bcma_driver);
Albert Herranz3dbba8e2009-09-10 19:34:49 +02005753 if (err)
5754 goto err_sdio_exit;
Rafał Miłecki3c65ab62011-06-02 09:56:04 +02005755#endif
Rafał Miłeckiaec7ffd2011-06-14 08:18:59 +02005756#ifdef CONFIG_B43_SSB
Rafał Miłecki3c65ab62011-06-02 09:56:04 +02005757 err = ssb_driver_register(&b43_ssb_driver);
5758 if (err)
5759 goto err_bcma_driver_exit;
Rafał Miłeckiaec7ffd2011-06-14 08:18:59 +02005760#endif
Michael Buesch26bc7832008-02-09 00:18:35 +01005761 b43_print_driverinfo();
Michael Buesche4d6b792007-09-18 15:39:42 -04005762
5763 return err;
5764
Rafał Miłeckiaec7ffd2011-06-14 08:18:59 +02005765#ifdef CONFIG_B43_SSB
Rafał Miłecki3c65ab62011-06-02 09:56:04 +02005766err_bcma_driver_exit:
Rafał Miłeckiaec7ffd2011-06-14 08:18:59 +02005767#endif
Rafał Miłecki3c65ab62011-06-02 09:56:04 +02005768#ifdef CONFIG_B43_BCMA
5769 bcma_driver_unregister(&b43_bcma_driver);
Albert Herranz3dbba8e2009-09-10 19:34:49 +02005770err_sdio_exit:
Rafał Miłecki3c65ab62011-06-02 09:56:04 +02005771#endif
Albert Herranz3dbba8e2009-09-10 19:34:49 +02005772 b43_sdio_exit();
Michael Buesche4d6b792007-09-18 15:39:42 -04005773err_pcmcia_exit:
5774 b43_pcmcia_exit();
5775err_dfs_exit:
5776 b43_debugfs_exit();
5777 return err;
5778}
5779
5780static void __exit b43_exit(void)
5781{
Rafał Miłeckiaec7ffd2011-06-14 08:18:59 +02005782#ifdef CONFIG_B43_SSB
Michael Buesche4d6b792007-09-18 15:39:42 -04005783 ssb_driver_unregister(&b43_ssb_driver);
Rafał Miłeckiaec7ffd2011-06-14 08:18:59 +02005784#endif
Rafał Miłecki3c65ab62011-06-02 09:56:04 +02005785#ifdef CONFIG_B43_BCMA
5786 bcma_driver_unregister(&b43_bcma_driver);
5787#endif
Albert Herranz3dbba8e2009-09-10 19:34:49 +02005788 b43_sdio_exit();
Michael Buesche4d6b792007-09-18 15:39:42 -04005789 b43_pcmcia_exit();
5790 b43_debugfs_exit();
5791}
5792
5793module_init(b43_init)
5794module_exit(b43_exit)