blob: 268f2db5237b224319017819ce6d34e18c692359 [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łecki3c65ab62011-06-02 09:56:04 +0200116#ifdef CONFIG_B43_BCMA
117static const struct bcma_device_id b43_bcma_tbl[] = {
Hauke Mehrtensc027ed42011-07-23 13:57:34 +0200118 BCMA_CORE(BCMA_MANUF_BCM, BCMA_CORE_80211, 0x11, BCMA_ANY_CLASS),
Rafał Miłecki3c65ab62011-06-02 09:56:04 +0200119 BCMA_CORE(BCMA_MANUF_BCM, BCMA_CORE_80211, 0x17, BCMA_ANY_CLASS),
120 BCMA_CORE(BCMA_MANUF_BCM, BCMA_CORE_80211, 0x18, BCMA_ANY_CLASS),
121 BCMA_CORE(BCMA_MANUF_BCM, BCMA_CORE_80211, 0x1D, BCMA_ANY_CLASS),
122 BCMA_CORETABLE_END
123};
124MODULE_DEVICE_TABLE(bcma, b43_bcma_tbl);
125#endif
126
Rafał Miłeckiaec7ffd2011-06-14 08:18:59 +0200127#ifdef CONFIG_B43_SSB
Michael Buesche4d6b792007-09-18 15:39:42 -0400128static const struct ssb_device_id b43_ssb_tbl[] = {
129 SSB_DEVICE(SSB_VENDOR_BROADCOM, SSB_DEV_80211, 5),
130 SSB_DEVICE(SSB_VENDOR_BROADCOM, SSB_DEV_80211, 6),
131 SSB_DEVICE(SSB_VENDOR_BROADCOM, SSB_DEV_80211, 7),
132 SSB_DEVICE(SSB_VENDOR_BROADCOM, SSB_DEV_80211, 9),
133 SSB_DEVICE(SSB_VENDOR_BROADCOM, SSB_DEV_80211, 10),
Michael Bueschd5c71e42008-01-04 17:06:29 +0100134 SSB_DEVICE(SSB_VENDOR_BROADCOM, SSB_DEV_80211, 11),
Rafał Miłecki003d6d22010-01-15 12:10:53 +0100135 SSB_DEVICE(SSB_VENDOR_BROADCOM, SSB_DEV_80211, 12),
Larry Finger013978b2007-11-26 10:29:47 -0600136 SSB_DEVICE(SSB_VENDOR_BROADCOM, SSB_DEV_80211, 13),
Michael Buesch6b1c7c62008-12-25 00:39:28 +0100137 SSB_DEVICE(SSB_VENDOR_BROADCOM, SSB_DEV_80211, 15),
Johannes Berg92d61282008-12-24 12:44:09 +0100138 SSB_DEVICE(SSB_VENDOR_BROADCOM, SSB_DEV_80211, 16),
Michael Buesche4d6b792007-09-18 15:39:42 -0400139 SSB_DEVTABLE_END
140};
Michael Buesche4d6b792007-09-18 15:39:42 -0400141MODULE_DEVICE_TABLE(ssb, b43_ssb_tbl);
Rafał Miłeckiaec7ffd2011-06-14 08:18:59 +0200142#endif
Michael Buesche4d6b792007-09-18 15:39:42 -0400143
144/* Channel and ratetables are shared for all devices.
145 * They can't be const, because ieee80211 puts some precalculated
146 * data in there. This data is the same for all devices, so we don't
147 * get concurrency issues */
148#define RATETAB_ENT(_rateid, _flags) \
Johannes Berg8318d782008-01-24 19:38:38 +0100149 { \
150 .bitrate = B43_RATE_TO_BASE100KBPS(_rateid), \
151 .hw_value = (_rateid), \
152 .flags = (_flags), \
Michael Buesche4d6b792007-09-18 15:39:42 -0400153 }
Johannes Berg8318d782008-01-24 19:38:38 +0100154
155/*
156 * NOTE: When changing this, sync with xmit.c's
157 * b43_plcp_get_bitrate_idx_* functions!
158 */
Michael Buesche4d6b792007-09-18 15:39:42 -0400159static struct ieee80211_rate __b43_ratetable[] = {
Johannes Berg8318d782008-01-24 19:38:38 +0100160 RATETAB_ENT(B43_CCK_RATE_1MB, 0),
161 RATETAB_ENT(B43_CCK_RATE_2MB, IEEE80211_RATE_SHORT_PREAMBLE),
162 RATETAB_ENT(B43_CCK_RATE_5MB, IEEE80211_RATE_SHORT_PREAMBLE),
163 RATETAB_ENT(B43_CCK_RATE_11MB, IEEE80211_RATE_SHORT_PREAMBLE),
164 RATETAB_ENT(B43_OFDM_RATE_6MB, 0),
165 RATETAB_ENT(B43_OFDM_RATE_9MB, 0),
166 RATETAB_ENT(B43_OFDM_RATE_12MB, 0),
167 RATETAB_ENT(B43_OFDM_RATE_18MB, 0),
168 RATETAB_ENT(B43_OFDM_RATE_24MB, 0),
169 RATETAB_ENT(B43_OFDM_RATE_36MB, 0),
170 RATETAB_ENT(B43_OFDM_RATE_48MB, 0),
171 RATETAB_ENT(B43_OFDM_RATE_54MB, 0),
Michael Buesche4d6b792007-09-18 15:39:42 -0400172};
173
174#define b43_a_ratetable (__b43_ratetable + 4)
175#define b43_a_ratetable_size 8
176#define b43_b_ratetable (__b43_ratetable + 0)
177#define b43_b_ratetable_size 4
178#define b43_g_ratetable (__b43_ratetable + 0)
179#define b43_g_ratetable_size 12
180
Michael Bueschbb1eeff2008-02-09 12:08:58 +0100181#define CHAN4G(_channel, _freq, _flags) { \
182 .band = IEEE80211_BAND_2GHZ, \
183 .center_freq = (_freq), \
184 .hw_value = (_channel), \
185 .flags = (_flags), \
186 .max_antenna_gain = 0, \
187 .max_power = 30, \
188}
Michael Buesch96c755a2008-01-06 00:09:46 +0100189static struct ieee80211_channel b43_2ghz_chantable[] = {
Michael Bueschbb1eeff2008-02-09 12:08:58 +0100190 CHAN4G(1, 2412, 0),
191 CHAN4G(2, 2417, 0),
192 CHAN4G(3, 2422, 0),
193 CHAN4G(4, 2427, 0),
194 CHAN4G(5, 2432, 0),
195 CHAN4G(6, 2437, 0),
196 CHAN4G(7, 2442, 0),
197 CHAN4G(8, 2447, 0),
198 CHAN4G(9, 2452, 0),
199 CHAN4G(10, 2457, 0),
200 CHAN4G(11, 2462, 0),
201 CHAN4G(12, 2467, 0),
202 CHAN4G(13, 2472, 0),
203 CHAN4G(14, 2484, 0),
204};
205#undef CHAN4G
206
207#define CHAN5G(_channel, _flags) { \
208 .band = IEEE80211_BAND_5GHZ, \
209 .center_freq = 5000 + (5 * (_channel)), \
210 .hw_value = (_channel), \
211 .flags = (_flags), \
212 .max_antenna_gain = 0, \
213 .max_power = 30, \
214}
215static struct ieee80211_channel b43_5ghz_nphy_chantable[] = {
216 CHAN5G(32, 0), CHAN5G(34, 0),
217 CHAN5G(36, 0), CHAN5G(38, 0),
218 CHAN5G(40, 0), CHAN5G(42, 0),
219 CHAN5G(44, 0), CHAN5G(46, 0),
220 CHAN5G(48, 0), CHAN5G(50, 0),
221 CHAN5G(52, 0), CHAN5G(54, 0),
222 CHAN5G(56, 0), CHAN5G(58, 0),
223 CHAN5G(60, 0), CHAN5G(62, 0),
224 CHAN5G(64, 0), CHAN5G(66, 0),
225 CHAN5G(68, 0), CHAN5G(70, 0),
226 CHAN5G(72, 0), CHAN5G(74, 0),
227 CHAN5G(76, 0), CHAN5G(78, 0),
228 CHAN5G(80, 0), CHAN5G(82, 0),
229 CHAN5G(84, 0), CHAN5G(86, 0),
230 CHAN5G(88, 0), CHAN5G(90, 0),
231 CHAN5G(92, 0), CHAN5G(94, 0),
232 CHAN5G(96, 0), CHAN5G(98, 0),
233 CHAN5G(100, 0), CHAN5G(102, 0),
234 CHAN5G(104, 0), CHAN5G(106, 0),
235 CHAN5G(108, 0), CHAN5G(110, 0),
236 CHAN5G(112, 0), CHAN5G(114, 0),
237 CHAN5G(116, 0), CHAN5G(118, 0),
238 CHAN5G(120, 0), CHAN5G(122, 0),
239 CHAN5G(124, 0), CHAN5G(126, 0),
240 CHAN5G(128, 0), CHAN5G(130, 0),
241 CHAN5G(132, 0), CHAN5G(134, 0),
242 CHAN5G(136, 0), CHAN5G(138, 0),
243 CHAN5G(140, 0), CHAN5G(142, 0),
244 CHAN5G(144, 0), CHAN5G(145, 0),
245 CHAN5G(146, 0), CHAN5G(147, 0),
246 CHAN5G(148, 0), CHAN5G(149, 0),
247 CHAN5G(150, 0), CHAN5G(151, 0),
248 CHAN5G(152, 0), CHAN5G(153, 0),
249 CHAN5G(154, 0), CHAN5G(155, 0),
250 CHAN5G(156, 0), CHAN5G(157, 0),
251 CHAN5G(158, 0), CHAN5G(159, 0),
252 CHAN5G(160, 0), CHAN5G(161, 0),
253 CHAN5G(162, 0), CHAN5G(163, 0),
254 CHAN5G(164, 0), CHAN5G(165, 0),
255 CHAN5G(166, 0), CHAN5G(168, 0),
256 CHAN5G(170, 0), CHAN5G(172, 0),
257 CHAN5G(174, 0), CHAN5G(176, 0),
258 CHAN5G(178, 0), CHAN5G(180, 0),
259 CHAN5G(182, 0), CHAN5G(184, 0),
260 CHAN5G(186, 0), CHAN5G(188, 0),
261 CHAN5G(190, 0), CHAN5G(192, 0),
262 CHAN5G(194, 0), CHAN5G(196, 0),
263 CHAN5G(198, 0), CHAN5G(200, 0),
264 CHAN5G(202, 0), CHAN5G(204, 0),
265 CHAN5G(206, 0), CHAN5G(208, 0),
266 CHAN5G(210, 0), CHAN5G(212, 0),
267 CHAN5G(214, 0), CHAN5G(216, 0),
268 CHAN5G(218, 0), CHAN5G(220, 0),
269 CHAN5G(222, 0), CHAN5G(224, 0),
270 CHAN5G(226, 0), CHAN5G(228, 0),
Michael Buesche4d6b792007-09-18 15:39:42 -0400271};
272
Michael Bueschbb1eeff2008-02-09 12:08:58 +0100273static struct ieee80211_channel b43_5ghz_aphy_chantable[] = {
274 CHAN5G(34, 0), CHAN5G(36, 0),
275 CHAN5G(38, 0), CHAN5G(40, 0),
276 CHAN5G(42, 0), CHAN5G(44, 0),
277 CHAN5G(46, 0), CHAN5G(48, 0),
278 CHAN5G(52, 0), CHAN5G(56, 0),
279 CHAN5G(60, 0), CHAN5G(64, 0),
280 CHAN5G(100, 0), CHAN5G(104, 0),
281 CHAN5G(108, 0), CHAN5G(112, 0),
282 CHAN5G(116, 0), CHAN5G(120, 0),
283 CHAN5G(124, 0), CHAN5G(128, 0),
284 CHAN5G(132, 0), CHAN5G(136, 0),
285 CHAN5G(140, 0), CHAN5G(149, 0),
286 CHAN5G(153, 0), CHAN5G(157, 0),
287 CHAN5G(161, 0), CHAN5G(165, 0),
288 CHAN5G(184, 0), CHAN5G(188, 0),
289 CHAN5G(192, 0), CHAN5G(196, 0),
290 CHAN5G(200, 0), CHAN5G(204, 0),
291 CHAN5G(208, 0), CHAN5G(212, 0),
292 CHAN5G(216, 0),
293};
294#undef CHAN5G
295
296static struct ieee80211_supported_band b43_band_5GHz_nphy = {
297 .band = IEEE80211_BAND_5GHZ,
298 .channels = b43_5ghz_nphy_chantable,
299 .n_channels = ARRAY_SIZE(b43_5ghz_nphy_chantable),
300 .bitrates = b43_a_ratetable,
301 .n_bitrates = b43_a_ratetable_size,
Michael Buesche4d6b792007-09-18 15:39:42 -0400302};
Johannes Berg8318d782008-01-24 19:38:38 +0100303
Michael Bueschbb1eeff2008-02-09 12:08:58 +0100304static struct ieee80211_supported_band b43_band_5GHz_aphy = {
305 .band = IEEE80211_BAND_5GHZ,
306 .channels = b43_5ghz_aphy_chantable,
307 .n_channels = ARRAY_SIZE(b43_5ghz_aphy_chantable),
308 .bitrates = b43_a_ratetable,
309 .n_bitrates = b43_a_ratetable_size,
Johannes Berg8318d782008-01-24 19:38:38 +0100310};
Michael Buesche4d6b792007-09-18 15:39:42 -0400311
Johannes Berg8318d782008-01-24 19:38:38 +0100312static struct ieee80211_supported_band b43_band_2GHz = {
Michael Bueschbb1eeff2008-02-09 12:08:58 +0100313 .band = IEEE80211_BAND_2GHZ,
314 .channels = b43_2ghz_chantable,
315 .n_channels = ARRAY_SIZE(b43_2ghz_chantable),
316 .bitrates = b43_g_ratetable,
317 .n_bitrates = b43_g_ratetable_size,
Johannes Berg8318d782008-01-24 19:38:38 +0100318};
319
Michael Buesche4d6b792007-09-18 15:39:42 -0400320static void b43_wireless_core_exit(struct b43_wldev *dev);
321static int b43_wireless_core_init(struct b43_wldev *dev);
Michael Buesch36dbd952009-09-04 22:51:29 +0200322static struct b43_wldev * b43_wireless_core_stop(struct b43_wldev *dev);
Michael Buesche4d6b792007-09-18 15:39:42 -0400323static int b43_wireless_core_start(struct b43_wldev *dev);
Felix Fietkau2a190322011-08-10 13:50:30 -0600324static void b43_op_bss_info_changed(struct ieee80211_hw *hw,
325 struct ieee80211_vif *vif,
326 struct ieee80211_bss_conf *conf,
327 u32 changed);
Michael Buesche4d6b792007-09-18 15:39:42 -0400328
329static int b43_ratelimit(struct b43_wl *wl)
330{
331 if (!wl || !wl->current_dev)
332 return 1;
333 if (b43_status(wl->current_dev) < B43_STAT_STARTED)
334 return 1;
335 /* We are up and running.
336 * Ratelimit the messages to avoid DoS over the net. */
337 return net_ratelimit();
338}
339
340void b43info(struct b43_wl *wl, const char *fmt, ...)
341{
Joe Perches5b736d42010-11-09 16:35:18 -0800342 struct va_format vaf;
Michael Buesche4d6b792007-09-18 15:39:42 -0400343 va_list args;
344
Michael Buesch060210f2009-01-25 15:49:59 +0100345 if (b43_modparam_verbose < B43_VERBOSITY_INFO)
346 return;
Michael Buesche4d6b792007-09-18 15:39:42 -0400347 if (!b43_ratelimit(wl))
348 return;
Joe Perches5b736d42010-11-09 16:35:18 -0800349
Michael Buesche4d6b792007-09-18 15:39:42 -0400350 va_start(args, fmt);
Joe Perches5b736d42010-11-09 16:35:18 -0800351
352 vaf.fmt = fmt;
353 vaf.va = &args;
354
355 printk(KERN_INFO "b43-%s: %pV",
356 (wl && wl->hw) ? wiphy_name(wl->hw->wiphy) : "wlan", &vaf);
357
Michael Buesche4d6b792007-09-18 15:39:42 -0400358 va_end(args);
359}
360
361void b43err(struct b43_wl *wl, const char *fmt, ...)
362{
Joe Perches5b736d42010-11-09 16:35:18 -0800363 struct va_format vaf;
Michael Buesche4d6b792007-09-18 15:39:42 -0400364 va_list args;
365
Michael Buesch060210f2009-01-25 15:49:59 +0100366 if (b43_modparam_verbose < B43_VERBOSITY_ERROR)
367 return;
Michael Buesche4d6b792007-09-18 15:39:42 -0400368 if (!b43_ratelimit(wl))
369 return;
Joe Perches5b736d42010-11-09 16:35:18 -0800370
Michael Buesche4d6b792007-09-18 15:39:42 -0400371 va_start(args, fmt);
Joe Perches5b736d42010-11-09 16:35:18 -0800372
373 vaf.fmt = fmt;
374 vaf.va = &args;
375
376 printk(KERN_ERR "b43-%s ERROR: %pV",
377 (wl && wl->hw) ? wiphy_name(wl->hw->wiphy) : "wlan", &vaf);
378
Michael Buesche4d6b792007-09-18 15:39:42 -0400379 va_end(args);
380}
381
382void b43warn(struct b43_wl *wl, const char *fmt, ...)
383{
Joe Perches5b736d42010-11-09 16:35:18 -0800384 struct va_format vaf;
Michael Buesche4d6b792007-09-18 15:39:42 -0400385 va_list args;
386
Michael Buesch060210f2009-01-25 15:49:59 +0100387 if (b43_modparam_verbose < B43_VERBOSITY_WARN)
388 return;
Michael Buesche4d6b792007-09-18 15:39:42 -0400389 if (!b43_ratelimit(wl))
390 return;
Joe Perches5b736d42010-11-09 16:35:18 -0800391
Michael Buesche4d6b792007-09-18 15:39:42 -0400392 va_start(args, fmt);
Joe Perches5b736d42010-11-09 16:35:18 -0800393
394 vaf.fmt = fmt;
395 vaf.va = &args;
396
397 printk(KERN_WARNING "b43-%s warning: %pV",
398 (wl && wl->hw) ? wiphy_name(wl->hw->wiphy) : "wlan", &vaf);
399
Michael Buesche4d6b792007-09-18 15:39:42 -0400400 va_end(args);
401}
402
Michael Buesche4d6b792007-09-18 15:39:42 -0400403void b43dbg(struct b43_wl *wl, const char *fmt, ...)
404{
Joe Perches5b736d42010-11-09 16:35:18 -0800405 struct va_format vaf;
Michael Buesche4d6b792007-09-18 15:39:42 -0400406 va_list args;
407
Michael Buesch060210f2009-01-25 15:49:59 +0100408 if (b43_modparam_verbose < B43_VERBOSITY_DEBUG)
409 return;
Joe Perches5b736d42010-11-09 16:35:18 -0800410
Michael Buesche4d6b792007-09-18 15:39:42 -0400411 va_start(args, fmt);
Joe Perches5b736d42010-11-09 16:35:18 -0800412
413 vaf.fmt = fmt;
414 vaf.va = &args;
415
416 printk(KERN_DEBUG "b43-%s debug: %pV",
417 (wl && wl->hw) ? wiphy_name(wl->hw->wiphy) : "wlan", &vaf);
418
Michael Buesche4d6b792007-09-18 15:39:42 -0400419 va_end(args);
420}
Michael Buesche4d6b792007-09-18 15:39:42 -0400421
422static void b43_ram_write(struct b43_wldev *dev, u16 offset, u32 val)
423{
424 u32 macctl;
425
426 B43_WARN_ON(offset % 4 != 0);
427
428 macctl = b43_read32(dev, B43_MMIO_MACCTL);
429 if (macctl & B43_MACCTL_BE)
430 val = swab32(val);
431
432 b43_write32(dev, B43_MMIO_RAM_CONTROL, offset);
433 mmiowb();
434 b43_write32(dev, B43_MMIO_RAM_DATA, val);
435}
436
Michael Buesch280d0e12007-12-26 18:26:17 +0100437static inline void b43_shm_control_word(struct b43_wldev *dev,
438 u16 routing, u16 offset)
Michael Buesche4d6b792007-09-18 15:39:42 -0400439{
440 u32 control;
441
442 /* "offset" is the WORD offset. */
Michael Buesche4d6b792007-09-18 15:39:42 -0400443 control = routing;
444 control <<= 16;
445 control |= offset;
446 b43_write32(dev, B43_MMIO_SHM_CONTROL, control);
447}
448
Michael Buesch69eddc82009-09-04 22:57:26 +0200449u32 b43_shm_read32(struct b43_wldev *dev, u16 routing, u16 offset)
Michael Buesche4d6b792007-09-18 15:39:42 -0400450{
451 u32 ret;
452
453 if (routing == B43_SHM_SHARED) {
454 B43_WARN_ON(offset & 0x0001);
455 if (offset & 0x0003) {
456 /* Unaligned access */
457 b43_shm_control_word(dev, routing, offset >> 2);
458 ret = b43_read16(dev, B43_MMIO_SHM_DATA_UNALIGNED);
Michael Buesche4d6b792007-09-18 15:39:42 -0400459 b43_shm_control_word(dev, routing, (offset >> 2) + 1);
Michael Bueschf62ae6c2009-07-31 20:51:41 +0200460 ret |= ((u32)b43_read16(dev, B43_MMIO_SHM_DATA)) << 16;
Michael Buesche4d6b792007-09-18 15:39:42 -0400461
Michael Buesch280d0e12007-12-26 18:26:17 +0100462 goto out;
Michael Buesche4d6b792007-09-18 15:39:42 -0400463 }
464 offset >>= 2;
465 }
466 b43_shm_control_word(dev, routing, offset);
467 ret = b43_read32(dev, B43_MMIO_SHM_DATA);
Michael Buesch280d0e12007-12-26 18:26:17 +0100468out:
Michael Buesch6bbc3212008-06-19 19:33:51 +0200469 return ret;
470}
471
Michael Buesch69eddc82009-09-04 22:57:26 +0200472u16 b43_shm_read16(struct b43_wldev *dev, u16 routing, u16 offset)
Michael Buesche4d6b792007-09-18 15:39:42 -0400473{
474 u16 ret;
475
476 if (routing == B43_SHM_SHARED) {
477 B43_WARN_ON(offset & 0x0001);
478 if (offset & 0x0003) {
479 /* Unaligned access */
480 b43_shm_control_word(dev, routing, offset >> 2);
481 ret = b43_read16(dev, B43_MMIO_SHM_DATA_UNALIGNED);
482
Michael Buesch280d0e12007-12-26 18:26:17 +0100483 goto out;
Michael Buesche4d6b792007-09-18 15:39:42 -0400484 }
485 offset >>= 2;
486 }
487 b43_shm_control_word(dev, routing, offset);
488 ret = b43_read16(dev, B43_MMIO_SHM_DATA);
Michael Buesch280d0e12007-12-26 18:26:17 +0100489out:
Michael Buesch6bbc3212008-06-19 19:33:51 +0200490 return ret;
491}
492
Michael Buesch69eddc82009-09-04 22:57:26 +0200493void b43_shm_write32(struct b43_wldev *dev, u16 routing, u16 offset, u32 value)
Michael Buesche4d6b792007-09-18 15:39:42 -0400494{
495 if (routing == B43_SHM_SHARED) {
496 B43_WARN_ON(offset & 0x0001);
497 if (offset & 0x0003) {
498 /* Unaligned access */
499 b43_shm_control_word(dev, routing, offset >> 2);
Michael Buesche4d6b792007-09-18 15:39:42 -0400500 b43_write16(dev, B43_MMIO_SHM_DATA_UNALIGNED,
Michael Bueschf62ae6c2009-07-31 20:51:41 +0200501 value & 0xFFFF);
Michael Buesche4d6b792007-09-18 15:39:42 -0400502 b43_shm_control_word(dev, routing, (offset >> 2) + 1);
Michael Bueschf62ae6c2009-07-31 20:51:41 +0200503 b43_write16(dev, B43_MMIO_SHM_DATA,
504 (value >> 16) & 0xFFFF);
Michael Buesch6bbc3212008-06-19 19:33:51 +0200505 return;
Michael Buesche4d6b792007-09-18 15:39:42 -0400506 }
507 offset >>= 2;
508 }
509 b43_shm_control_word(dev, routing, offset);
Michael Buesche4d6b792007-09-18 15:39:42 -0400510 b43_write32(dev, B43_MMIO_SHM_DATA, value);
Michael Buesch6bbc3212008-06-19 19:33:51 +0200511}
512
Michael Buesch69eddc82009-09-04 22:57:26 +0200513void b43_shm_write16(struct b43_wldev *dev, u16 routing, u16 offset, u16 value)
Michael Buesch6bbc3212008-06-19 19:33:51 +0200514{
515 if (routing == B43_SHM_SHARED) {
516 B43_WARN_ON(offset & 0x0001);
517 if (offset & 0x0003) {
518 /* Unaligned access */
519 b43_shm_control_word(dev, routing, offset >> 2);
520 b43_write16(dev, B43_MMIO_SHM_DATA_UNALIGNED, value);
521 return;
522 }
523 offset >>= 2;
524 }
525 b43_shm_control_word(dev, routing, offset);
526 b43_write16(dev, B43_MMIO_SHM_DATA, value);
527}
528
Michael Buesche4d6b792007-09-18 15:39:42 -0400529/* Read HostFlags */
John Daiker99da1852009-02-24 02:16:42 -0800530u64 b43_hf_read(struct b43_wldev *dev)
Michael Buesche4d6b792007-09-18 15:39:42 -0400531{
Michael Buesch35f0d352008-02-13 14:31:08 +0100532 u64 ret;
Michael Buesche4d6b792007-09-18 15:39:42 -0400533
534 ret = b43_shm_read16(dev, B43_SHM_SHARED, B43_SHM_SH_HOSTFHI);
535 ret <<= 16;
Michael Buesch35f0d352008-02-13 14:31:08 +0100536 ret |= b43_shm_read16(dev, B43_SHM_SHARED, B43_SHM_SH_HOSTFMI);
537 ret <<= 16;
Michael Buesche4d6b792007-09-18 15:39:42 -0400538 ret |= b43_shm_read16(dev, B43_SHM_SHARED, B43_SHM_SH_HOSTFLO);
539
540 return ret;
541}
542
543/* Write HostFlags */
Michael Buesch35f0d352008-02-13 14:31:08 +0100544void b43_hf_write(struct b43_wldev *dev, u64 value)
Michael Buesche4d6b792007-09-18 15:39:42 -0400545{
Michael Buesch35f0d352008-02-13 14:31:08 +0100546 u16 lo, mi, hi;
547
548 lo = (value & 0x00000000FFFFULL);
549 mi = (value & 0x0000FFFF0000ULL) >> 16;
550 hi = (value & 0xFFFF00000000ULL) >> 32;
551 b43_shm_write16(dev, B43_SHM_SHARED, B43_SHM_SH_HOSTFLO, lo);
552 b43_shm_write16(dev, B43_SHM_SHARED, B43_SHM_SH_HOSTFMI, mi);
553 b43_shm_write16(dev, B43_SHM_SHARED, B43_SHM_SH_HOSTFHI, hi);
Michael Buesche4d6b792007-09-18 15:39:42 -0400554}
555
Michael Buesch403a3a12009-06-08 21:04:57 +0200556/* Read the firmware capabilities bitmask (Opensource firmware only) */
557static u16 b43_fwcapa_read(struct b43_wldev *dev)
558{
559 B43_WARN_ON(!dev->fw.opensource);
560 return b43_shm_read16(dev, B43_SHM_SHARED, B43_SHM_SH_FWCAPA);
561}
562
Michael Buesch3ebbbb52008-12-19 22:51:57 +0100563void b43_tsf_read(struct b43_wldev *dev, u64 *tsf)
Michael Buesche4d6b792007-09-18 15:39:42 -0400564{
Michael Buesch3ebbbb52008-12-19 22:51:57 +0100565 u32 low, high;
Michael Buesche4d6b792007-09-18 15:39:42 -0400566
Rafał Miłecki21d889d2011-05-18 02:06:38 +0200567 B43_WARN_ON(dev->dev->core_rev < 3);
Michael Buesche4d6b792007-09-18 15:39:42 -0400568
Michael Buesch3ebbbb52008-12-19 22:51:57 +0100569 /* The hardware guarantees us an atomic read, if we
570 * read the low register first. */
571 low = b43_read32(dev, B43_MMIO_REV3PLUS_TSF_LOW);
572 high = b43_read32(dev, B43_MMIO_REV3PLUS_TSF_HIGH);
Michael Buesche4d6b792007-09-18 15:39:42 -0400573
Michael Buesch3ebbbb52008-12-19 22:51:57 +0100574 *tsf = high;
575 *tsf <<= 32;
576 *tsf |= low;
Michael Buesche4d6b792007-09-18 15:39:42 -0400577}
578
579static void b43_time_lock(struct b43_wldev *dev)
580{
Rafał Miłecki50566352012-01-02 19:31:21 +0100581 b43_maskset32(dev, B43_MMIO_MACCTL, ~0, B43_MACCTL_TBTTHOLD);
Michael Buesche4d6b792007-09-18 15:39:42 -0400582 /* Commit the write */
583 b43_read32(dev, B43_MMIO_MACCTL);
584}
585
586static void b43_time_unlock(struct b43_wldev *dev)
587{
Rafał Miłecki50566352012-01-02 19:31:21 +0100588 b43_maskset32(dev, B43_MMIO_MACCTL, ~B43_MACCTL_TBTTHOLD, 0);
Michael Buesche4d6b792007-09-18 15:39:42 -0400589 /* Commit the write */
590 b43_read32(dev, B43_MMIO_MACCTL);
591}
592
593static void b43_tsf_write_locked(struct b43_wldev *dev, u64 tsf)
594{
Michael Buesch3ebbbb52008-12-19 22:51:57 +0100595 u32 low, high;
Michael Buesche4d6b792007-09-18 15:39:42 -0400596
Rafał Miłecki21d889d2011-05-18 02:06:38 +0200597 B43_WARN_ON(dev->dev->core_rev < 3);
Michael Buesche4d6b792007-09-18 15:39:42 -0400598
Michael Buesch3ebbbb52008-12-19 22:51:57 +0100599 low = tsf;
600 high = (tsf >> 32);
601 /* The hardware guarantees us an atomic write, if we
602 * write the low register first. */
603 b43_write32(dev, B43_MMIO_REV3PLUS_TSF_LOW, low);
604 mmiowb();
605 b43_write32(dev, B43_MMIO_REV3PLUS_TSF_HIGH, high);
606 mmiowb();
Michael Buesche4d6b792007-09-18 15:39:42 -0400607}
608
609void b43_tsf_write(struct b43_wldev *dev, u64 tsf)
610{
611 b43_time_lock(dev);
612 b43_tsf_write_locked(dev, tsf);
613 b43_time_unlock(dev);
614}
615
616static
John Daiker99da1852009-02-24 02:16:42 -0800617void b43_macfilter_set(struct b43_wldev *dev, u16 offset, const u8 *mac)
Michael Buesche4d6b792007-09-18 15:39:42 -0400618{
619 static const u8 zero_addr[ETH_ALEN] = { 0 };
620 u16 data;
621
622 if (!mac)
623 mac = zero_addr;
624
625 offset |= 0x0020;
626 b43_write16(dev, B43_MMIO_MACFILTER_CONTROL, offset);
627
628 data = mac[0];
629 data |= mac[1] << 8;
630 b43_write16(dev, B43_MMIO_MACFILTER_DATA, data);
631 data = mac[2];
632 data |= mac[3] << 8;
633 b43_write16(dev, B43_MMIO_MACFILTER_DATA, data);
634 data = mac[4];
635 data |= mac[5] << 8;
636 b43_write16(dev, B43_MMIO_MACFILTER_DATA, data);
637}
638
639static void b43_write_mac_bssid_templates(struct b43_wldev *dev)
640{
641 const u8 *mac;
642 const u8 *bssid;
643 u8 mac_bssid[ETH_ALEN * 2];
644 int i;
645 u32 tmp;
646
647 bssid = dev->wl->bssid;
648 mac = dev->wl->mac_addr;
649
650 b43_macfilter_set(dev, B43_MACFILTER_BSSID, bssid);
651
652 memcpy(mac_bssid, mac, ETH_ALEN);
653 memcpy(mac_bssid + ETH_ALEN, bssid, ETH_ALEN);
654
655 /* Write our MAC address and BSSID to template ram */
656 for (i = 0; i < ARRAY_SIZE(mac_bssid); i += sizeof(u32)) {
657 tmp = (u32) (mac_bssid[i + 0]);
658 tmp |= (u32) (mac_bssid[i + 1]) << 8;
659 tmp |= (u32) (mac_bssid[i + 2]) << 16;
660 tmp |= (u32) (mac_bssid[i + 3]) << 24;
661 b43_ram_write(dev, 0x20 + i, tmp);
662 }
663}
664
Johannes Berg4150c572007-09-17 01:29:23 -0400665static void b43_upload_card_macaddress(struct b43_wldev *dev)
Michael Buesche4d6b792007-09-18 15:39:42 -0400666{
Michael Buesche4d6b792007-09-18 15:39:42 -0400667 b43_write_mac_bssid_templates(dev);
Johannes Berg4150c572007-09-17 01:29:23 -0400668 b43_macfilter_set(dev, B43_MACFILTER_SELF, dev->wl->mac_addr);
Michael Buesche4d6b792007-09-18 15:39:42 -0400669}
670
671static void b43_set_slot_time(struct b43_wldev *dev, u16 slot_time)
672{
673 /* slot_time is in usec. */
Larry Fingerb6c3f5b2010-02-02 10:08:19 -0600674 /* This test used to exit for all but a G PHY. */
675 if (b43_current_band(dev->wl) == IEEE80211_BAND_5GHZ)
Michael Buesche4d6b792007-09-18 15:39:42 -0400676 return;
Larry Fingerb6c3f5b2010-02-02 10:08:19 -0600677 b43_write16(dev, B43_MMIO_IFSSLOT, 510 + slot_time);
678 /* Shared memory location 0x0010 is the slot time and should be
679 * set to slot_time; however, this register is initially 0 and changing
680 * the value adversely affects the transmit rate for BCM4311
681 * devices. Until this behavior is unterstood, delete this step
682 *
683 * b43_shm_write16(dev, B43_SHM_SHARED, 0x0010, slot_time);
684 */
Michael Buesche4d6b792007-09-18 15:39:42 -0400685}
686
687static void b43_short_slot_timing_enable(struct b43_wldev *dev)
688{
689 b43_set_slot_time(dev, 9);
Michael Buesche4d6b792007-09-18 15:39:42 -0400690}
691
692static void b43_short_slot_timing_disable(struct b43_wldev *dev)
693{
694 b43_set_slot_time(dev, 20);
Michael Buesche4d6b792007-09-18 15:39:42 -0400695}
696
Michael Buesche4d6b792007-09-18 15:39:42 -0400697/* DummyTransmission function, as documented on
Gábor Stefanik2f19c282009-08-13 16:51:51 +0200698 * http://bcm-v4.sipsolutions.net/802.11/DummyTransmission
Michael Buesche4d6b792007-09-18 15:39:42 -0400699 */
Gábor Stefanik2f19c282009-08-13 16:51:51 +0200700void b43_dummy_transmission(struct b43_wldev *dev, bool ofdm, bool pa_on)
Michael Buesche4d6b792007-09-18 15:39:42 -0400701{
702 struct b43_phy *phy = &dev->phy;
703 unsigned int i, max_loop;
704 u16 value;
705 u32 buffer[5] = {
706 0x00000000,
707 0x00D40000,
708 0x00000000,
709 0x01000000,
710 0x00000000,
711 };
712
Gábor Stefanik2f19c282009-08-13 16:51:51 +0200713 if (ofdm) {
Michael Buesche4d6b792007-09-18 15:39:42 -0400714 max_loop = 0x1E;
715 buffer[0] = 0x000201CC;
Gábor Stefanik2f19c282009-08-13 16:51:51 +0200716 } else {
Michael Buesche4d6b792007-09-18 15:39:42 -0400717 max_loop = 0xFA;
718 buffer[0] = 0x000B846E;
Michael Buesche4d6b792007-09-18 15:39:42 -0400719 }
720
721 for (i = 0; i < 5; i++)
722 b43_ram_write(dev, i * 4, buffer[i]);
723
Rafał Miłecki7955d872011-09-21 21:44:13 +0200724 b43_write16(dev, B43_MMIO_XMTSEL, 0x0000);
725
Rafał Miłecki21d889d2011-05-18 02:06:38 +0200726 if (dev->dev->core_rev < 11)
Rafał Miłecki7955d872011-09-21 21:44:13 +0200727 b43_write16(dev, B43_MMIO_WEPCTL, 0x0000);
Gábor Stefanik2f19c282009-08-13 16:51:51 +0200728 else
Rafał Miłecki7955d872011-09-21 21:44:13 +0200729 b43_write16(dev, B43_MMIO_WEPCTL, 0x0100);
730
Gábor Stefanik2f19c282009-08-13 16:51:51 +0200731 value = (ofdm ? 0x41 : 0x40);
Rafał Miłecki7955d872011-09-21 21:44:13 +0200732 b43_write16(dev, B43_MMIO_TXE0_PHYCTL, value);
Rafał Miłecki93dbd822011-09-21 21:44:14 +0200733 if (phy->type == B43_PHYTYPE_N || phy->type == B43_PHYTYPE_LP ||
734 phy->type == B43_PHYTYPE_LCN)
Rafał Miłecki7955d872011-09-21 21:44:13 +0200735 b43_write16(dev, B43_MMIO_TXE0_PHYCTL1, 0x1A02);
736
737 b43_write16(dev, B43_MMIO_TXE0_WM_0, 0x0000);
738 b43_write16(dev, B43_MMIO_TXE0_WM_1, 0x0000);
739
740 b43_write16(dev, B43_MMIO_XMTTPLATETXPTR, 0x0000);
741 b43_write16(dev, B43_MMIO_XMTTXCNT, 0x0014);
742 b43_write16(dev, B43_MMIO_XMTSEL, 0x0826);
743 b43_write16(dev, B43_MMIO_TXE0_CTL, 0x0000);
Rafał Miłecki93dbd822011-09-21 21:44:14 +0200744
745 if (!pa_on && phy->type == B43_PHYTYPE_N)
746 ; /*b43_nphy_pa_override(dev, false) */
Gábor Stefanik2f19c282009-08-13 16:51:51 +0200747
748 switch (phy->type) {
749 case B43_PHYTYPE_N:
Rafał Miłecki93dbd822011-09-21 21:44:14 +0200750 case B43_PHYTYPE_LCN:
Rafał Miłecki7955d872011-09-21 21:44:13 +0200751 b43_write16(dev, B43_MMIO_TXE0_AUX, 0x00D0);
Gábor Stefanik2f19c282009-08-13 16:51:51 +0200752 break;
753 case B43_PHYTYPE_LP:
Rafał Miłecki7955d872011-09-21 21:44:13 +0200754 b43_write16(dev, B43_MMIO_TXE0_AUX, 0x0050);
Gábor Stefanik2f19c282009-08-13 16:51:51 +0200755 break;
756 default:
Rafał Miłecki7955d872011-09-21 21:44:13 +0200757 b43_write16(dev, B43_MMIO_TXE0_AUX, 0x0030);
Gábor Stefanik2f19c282009-08-13 16:51:51 +0200758 }
Rafał Miłecki93dbd822011-09-21 21:44:14 +0200759 b43_read16(dev, B43_MMIO_TXE0_AUX);
Michael Buesche4d6b792007-09-18 15:39:42 -0400760
761 if (phy->radio_ver == 0x2050 && phy->radio_rev <= 0x5)
762 b43_radio_write16(dev, 0x0051, 0x0017);
763 for (i = 0x00; i < max_loop; i++) {
Rafał Miłecki7955d872011-09-21 21:44:13 +0200764 value = b43_read16(dev, B43_MMIO_TXE0_STATUS);
Michael Buesche4d6b792007-09-18 15:39:42 -0400765 if (value & 0x0080)
766 break;
767 udelay(10);
768 }
769 for (i = 0x00; i < 0x0A; i++) {
Rafał Miłecki7955d872011-09-21 21:44:13 +0200770 value = b43_read16(dev, B43_MMIO_TXE0_STATUS);
Michael Buesche4d6b792007-09-18 15:39:42 -0400771 if (value & 0x0400)
772 break;
773 udelay(10);
774 }
Larry Finger1d280dd2008-09-29 14:19:29 -0500775 for (i = 0x00; i < 0x19; i++) {
Rafał Miłecki7955d872011-09-21 21:44:13 +0200776 value = b43_read16(dev, B43_MMIO_IFSSTAT);
Michael Buesche4d6b792007-09-18 15:39:42 -0400777 if (!(value & 0x0100))
778 break;
779 udelay(10);
780 }
781 if (phy->radio_ver == 0x2050 && phy->radio_rev <= 0x5)
782 b43_radio_write16(dev, 0x0051, 0x0037);
783}
784
785static void key_write(struct b43_wldev *dev,
John Daiker99da1852009-02-24 02:16:42 -0800786 u8 index, u8 algorithm, const u8 *key)
Michael Buesche4d6b792007-09-18 15:39:42 -0400787{
788 unsigned int i;
789 u32 offset;
790 u16 value;
791 u16 kidx;
792
793 /* Key index/algo block */
794 kidx = b43_kidx_to_fw(dev, index);
795 value = ((kidx << 4) | algorithm);
796 b43_shm_write16(dev, B43_SHM_SHARED,
797 B43_SHM_SH_KEYIDXBLOCK + (kidx * 2), value);
798
799 /* Write the key to the Key Table Pointer offset */
800 offset = dev->ktp + (index * B43_SEC_KEYSIZE);
801 for (i = 0; i < B43_SEC_KEYSIZE; i += 2) {
802 value = key[i];
803 value |= (u16) (key[i + 1]) << 8;
804 b43_shm_write16(dev, B43_SHM_SHARED, offset + i, value);
805 }
806}
807
John Daiker99da1852009-02-24 02:16:42 -0800808static void keymac_write(struct b43_wldev *dev, u8 index, const u8 *addr)
Michael Buesche4d6b792007-09-18 15:39:42 -0400809{
810 u32 addrtmp[2] = { 0, 0, };
Michael Buesch66d2d082009-08-06 10:36:50 +0200811 u8 pairwise_keys_start = B43_NR_GROUP_KEYS * 2;
Michael Buesche4d6b792007-09-18 15:39:42 -0400812
813 if (b43_new_kidx_api(dev))
Michael Buesch66d2d082009-08-06 10:36:50 +0200814 pairwise_keys_start = B43_NR_GROUP_KEYS;
Michael Buesche4d6b792007-09-18 15:39:42 -0400815
Michael Buesch66d2d082009-08-06 10:36:50 +0200816 B43_WARN_ON(index < pairwise_keys_start);
817 /* We have four default TX keys and possibly four default RX keys.
Michael Buesche4d6b792007-09-18 15:39:42 -0400818 * Physical mac 0 is mapped to physical key 4 or 8, depending
819 * on the firmware version.
820 * So we must adjust the index here.
821 */
Michael Buesch66d2d082009-08-06 10:36:50 +0200822 index -= pairwise_keys_start;
823 B43_WARN_ON(index >= B43_NR_PAIRWISE_KEYS);
Michael Buesche4d6b792007-09-18 15:39:42 -0400824
825 if (addr) {
826 addrtmp[0] = addr[0];
827 addrtmp[0] |= ((u32) (addr[1]) << 8);
828 addrtmp[0] |= ((u32) (addr[2]) << 16);
829 addrtmp[0] |= ((u32) (addr[3]) << 24);
830 addrtmp[1] = addr[4];
831 addrtmp[1] |= ((u32) (addr[5]) << 8);
832 }
833
Michael Buesch66d2d082009-08-06 10:36:50 +0200834 /* Receive match transmitter address (RCMTA) mechanism */
835 b43_shm_write32(dev, B43_SHM_RCMTA,
836 (index * 2) + 0, addrtmp[0]);
837 b43_shm_write16(dev, B43_SHM_RCMTA,
838 (index * 2) + 1, addrtmp[1]);
Michael Buesche4d6b792007-09-18 15:39:42 -0400839}
840
gregor kowski035d0242009-08-19 22:35:45 +0200841/* The ucode will use phase1 key with TEK key to decrypt rx packets.
842 * When a packet is received, the iv32 is checked.
843 * - if it doesn't the packet is returned without modification (and software
844 * decryption can be done). That's what happen when iv16 wrap.
845 * - if it does, the rc4 key is computed, and decryption is tried.
846 * Either it will success and B43_RX_MAC_DEC is returned,
847 * either it fails and B43_RX_MAC_DEC|B43_RX_MAC_DECERR is returned
848 * and the packet is not usable (it got modified by the ucode).
849 * So in order to never have B43_RX_MAC_DECERR, we should provide
850 * a iv32 and phase1key that match. Because we drop packets in case of
851 * B43_RX_MAC_DECERR, if we have a correct iv32 but a wrong phase1key, all
852 * packets will be lost without higher layer knowing (ie no resync possible
853 * until next wrap).
854 *
855 * NOTE : this should support 50 key like RCMTA because
856 * (B43_SHM_SH_KEYIDXBLOCK - B43_SHM_SH_TKIPTSCTTAK)/14 = 50
857 */
858static void rx_tkip_phase1_write(struct b43_wldev *dev, u8 index, u32 iv32,
859 u16 *phase1key)
860{
861 unsigned int i;
862 u32 offset;
863 u8 pairwise_keys_start = B43_NR_GROUP_KEYS * 2;
864
865 if (!modparam_hwtkip)
866 return;
867
868 if (b43_new_kidx_api(dev))
869 pairwise_keys_start = B43_NR_GROUP_KEYS;
870
871 B43_WARN_ON(index < pairwise_keys_start);
872 /* We have four default TX keys and possibly four default RX keys.
873 * Physical mac 0 is mapped to physical key 4 or 8, depending
874 * on the firmware version.
875 * So we must adjust the index here.
876 */
877 index -= pairwise_keys_start;
878 B43_WARN_ON(index >= B43_NR_PAIRWISE_KEYS);
879
880 if (b43_debug(dev, B43_DBG_KEYS)) {
881 b43dbg(dev->wl, "rx_tkip_phase1_write : idx 0x%x, iv32 0x%x\n",
882 index, iv32);
883 }
884 /* Write the key to the RX tkip shared mem */
885 offset = B43_SHM_SH_TKIPTSCTTAK + index * (10 + 4);
886 for (i = 0; i < 10; i += 2) {
887 b43_shm_write16(dev, B43_SHM_SHARED, offset + i,
888 phase1key ? phase1key[i / 2] : 0);
889 }
890 b43_shm_write16(dev, B43_SHM_SHARED, offset + i, iv32);
891 b43_shm_write16(dev, B43_SHM_SHARED, offset + i + 2, iv32 >> 16);
892}
893
894static void b43_op_update_tkip_key(struct ieee80211_hw *hw,
Johannes Bergb3fbdcf2010-01-21 11:40:47 +0100895 struct ieee80211_vif *vif,
896 struct ieee80211_key_conf *keyconf,
897 struct ieee80211_sta *sta,
898 u32 iv32, u16 *phase1key)
gregor kowski035d0242009-08-19 22:35:45 +0200899{
900 struct b43_wl *wl = hw_to_b43_wl(hw);
901 struct b43_wldev *dev;
902 int index = keyconf->hw_key_idx;
903
904 if (B43_WARN_ON(!modparam_hwtkip))
905 return;
906
Michael Buesch96869a32010-01-24 13:13:32 +0100907 /* This is only called from the RX path through mac80211, where
908 * our mutex is already locked. */
909 B43_WARN_ON(!mutex_is_locked(&wl->mutex));
gregor kowski035d0242009-08-19 22:35:45 +0200910 dev = wl->current_dev;
Michael Buesch96869a32010-01-24 13:13:32 +0100911 B43_WARN_ON(!dev || b43_status(dev) < B43_STAT_INITIALIZED);
gregor kowski035d0242009-08-19 22:35:45 +0200912
913 keymac_write(dev, index, NULL); /* First zero out mac to avoid race */
914
915 rx_tkip_phase1_write(dev, index, iv32, phase1key);
Johannes Bergb3fbdcf2010-01-21 11:40:47 +0100916 /* only pairwise TKIP keys are supported right now */
917 if (WARN_ON(!sta))
Michael Buesch96869a32010-01-24 13:13:32 +0100918 return;
Johannes Bergb3fbdcf2010-01-21 11:40:47 +0100919 keymac_write(dev, index, sta->addr);
gregor kowski035d0242009-08-19 22:35:45 +0200920}
921
Michael Buesche4d6b792007-09-18 15:39:42 -0400922static void do_key_write(struct b43_wldev *dev,
923 u8 index, u8 algorithm,
John Daiker99da1852009-02-24 02:16:42 -0800924 const u8 *key, size_t key_len, const u8 *mac_addr)
Michael Buesche4d6b792007-09-18 15:39:42 -0400925{
926 u8 buf[B43_SEC_KEYSIZE] = { 0, };
Michael Buesch66d2d082009-08-06 10:36:50 +0200927 u8 pairwise_keys_start = B43_NR_GROUP_KEYS * 2;
Michael Buesche4d6b792007-09-18 15:39:42 -0400928
929 if (b43_new_kidx_api(dev))
Michael Buesch66d2d082009-08-06 10:36:50 +0200930 pairwise_keys_start = B43_NR_GROUP_KEYS;
Michael Buesche4d6b792007-09-18 15:39:42 -0400931
Michael Buesch66d2d082009-08-06 10:36:50 +0200932 B43_WARN_ON(index >= ARRAY_SIZE(dev->key));
Michael Buesche4d6b792007-09-18 15:39:42 -0400933 B43_WARN_ON(key_len > B43_SEC_KEYSIZE);
934
Michael Buesch66d2d082009-08-06 10:36:50 +0200935 if (index >= pairwise_keys_start)
Michael Buesche4d6b792007-09-18 15:39:42 -0400936 keymac_write(dev, index, NULL); /* First zero out mac. */
gregor kowski035d0242009-08-19 22:35:45 +0200937 if (algorithm == B43_SEC_ALGO_TKIP) {
938 /*
939 * We should provide an initial iv32, phase1key pair.
940 * We could start with iv32=0 and compute the corresponding
941 * phase1key, but this means calling ieee80211_get_tkip_key
942 * with a fake skb (or export other tkip function).
943 * Because we are lazy we hope iv32 won't start with
944 * 0xffffffff and let's b43_op_update_tkip_key provide a
945 * correct pair.
946 */
947 rx_tkip_phase1_write(dev, index, 0xffffffff, (u16*)buf);
948 } else if (index >= pairwise_keys_start) /* clear it */
949 rx_tkip_phase1_write(dev, index, 0, NULL);
Michael Buesche4d6b792007-09-18 15:39:42 -0400950 if (key)
951 memcpy(buf, key, key_len);
952 key_write(dev, index, algorithm, buf);
Michael Buesch66d2d082009-08-06 10:36:50 +0200953 if (index >= pairwise_keys_start)
Michael Buesche4d6b792007-09-18 15:39:42 -0400954 keymac_write(dev, index, mac_addr);
955
956 dev->key[index].algorithm = algorithm;
957}
958
959static int b43_key_write(struct b43_wldev *dev,
960 int index, u8 algorithm,
John Daiker99da1852009-02-24 02:16:42 -0800961 const u8 *key, size_t key_len,
962 const u8 *mac_addr,
Michael Buesche4d6b792007-09-18 15:39:42 -0400963 struct ieee80211_key_conf *keyconf)
964{
965 int i;
Michael Buesch66d2d082009-08-06 10:36:50 +0200966 int pairwise_keys_start;
Michael Buesche4d6b792007-09-18 15:39:42 -0400967
gregor kowski035d0242009-08-19 22:35:45 +0200968 /* For ALG_TKIP the key is encoded as a 256-bit (32 byte) data block:
969 * - Temporal Encryption Key (128 bits)
970 * - Temporal Authenticator Tx MIC Key (64 bits)
971 * - Temporal Authenticator Rx MIC Key (64 bits)
972 *
973 * Hardware only store TEK
974 */
975 if (algorithm == B43_SEC_ALGO_TKIP && key_len == 32)
976 key_len = 16;
Michael Buesche4d6b792007-09-18 15:39:42 -0400977 if (key_len > B43_SEC_KEYSIZE)
978 return -EINVAL;
Michael Buesch66d2d082009-08-06 10:36:50 +0200979 for (i = 0; i < ARRAY_SIZE(dev->key); i++) {
Michael Buesche4d6b792007-09-18 15:39:42 -0400980 /* Check that we don't already have this key. */
981 B43_WARN_ON(dev->key[i].keyconf == keyconf);
982 }
983 if (index < 0) {
Michael Buesche808e582008-12-19 21:30:52 +0100984 /* Pairwise key. Get an empty slot for the key. */
Michael Buesche4d6b792007-09-18 15:39:42 -0400985 if (b43_new_kidx_api(dev))
Michael Buesch66d2d082009-08-06 10:36:50 +0200986 pairwise_keys_start = B43_NR_GROUP_KEYS;
Michael Buesche4d6b792007-09-18 15:39:42 -0400987 else
Michael Buesch66d2d082009-08-06 10:36:50 +0200988 pairwise_keys_start = B43_NR_GROUP_KEYS * 2;
989 for (i = pairwise_keys_start;
990 i < pairwise_keys_start + B43_NR_PAIRWISE_KEYS;
991 i++) {
992 B43_WARN_ON(i >= ARRAY_SIZE(dev->key));
Michael Buesche4d6b792007-09-18 15:39:42 -0400993 if (!dev->key[i].keyconf) {
994 /* found empty */
995 index = i;
996 break;
997 }
998 }
999 if (index < 0) {
Michael Buesche808e582008-12-19 21:30:52 +01001000 b43warn(dev->wl, "Out of hardware key memory\n");
Michael Buesche4d6b792007-09-18 15:39:42 -04001001 return -ENOSPC;
1002 }
1003 } else
1004 B43_WARN_ON(index > 3);
1005
1006 do_key_write(dev, index, algorithm, key, key_len, mac_addr);
1007 if ((index <= 3) && !b43_new_kidx_api(dev)) {
1008 /* Default RX key */
1009 B43_WARN_ON(mac_addr);
1010 do_key_write(dev, index + 4, algorithm, key, key_len, NULL);
1011 }
1012 keyconf->hw_key_idx = index;
1013 dev->key[index].keyconf = keyconf;
1014
1015 return 0;
1016}
1017
1018static int b43_key_clear(struct b43_wldev *dev, int index)
1019{
Michael Buesch66d2d082009-08-06 10:36:50 +02001020 if (B43_WARN_ON((index < 0) || (index >= ARRAY_SIZE(dev->key))))
Michael Buesche4d6b792007-09-18 15:39:42 -04001021 return -EINVAL;
1022 do_key_write(dev, index, B43_SEC_ALGO_NONE,
1023 NULL, B43_SEC_KEYSIZE, NULL);
1024 if ((index <= 3) && !b43_new_kidx_api(dev)) {
1025 do_key_write(dev, index + 4, B43_SEC_ALGO_NONE,
1026 NULL, B43_SEC_KEYSIZE, NULL);
1027 }
1028 dev->key[index].keyconf = NULL;
1029
1030 return 0;
1031}
1032
1033static void b43_clear_keys(struct b43_wldev *dev)
1034{
Michael Buesch66d2d082009-08-06 10:36:50 +02001035 int i, count;
Michael Buesche4d6b792007-09-18 15:39:42 -04001036
Michael Buesch66d2d082009-08-06 10:36:50 +02001037 if (b43_new_kidx_api(dev))
1038 count = B43_NR_GROUP_KEYS + B43_NR_PAIRWISE_KEYS;
1039 else
1040 count = B43_NR_GROUP_KEYS * 2 + B43_NR_PAIRWISE_KEYS;
1041 for (i = 0; i < count; i++)
Michael Buesche4d6b792007-09-18 15:39:42 -04001042 b43_key_clear(dev, i);
1043}
1044
Michael Buesch9cf7f242008-12-19 20:24:30 +01001045static void b43_dump_keymemory(struct b43_wldev *dev)
1046{
Michael Buesch66d2d082009-08-06 10:36:50 +02001047 unsigned int i, index, count, offset, pairwise_keys_start;
Michael Buesch9cf7f242008-12-19 20:24:30 +01001048 u8 mac[ETH_ALEN];
1049 u16 algo;
1050 u32 rcmta0;
1051 u16 rcmta1;
1052 u64 hf;
1053 struct b43_key *key;
1054
1055 if (!b43_debug(dev, B43_DBG_KEYS))
1056 return;
1057
1058 hf = b43_hf_read(dev);
1059 b43dbg(dev->wl, "Hardware key memory dump: USEDEFKEYS=%u\n",
1060 !!(hf & B43_HF_USEDEFKEYS));
Michael Buesch66d2d082009-08-06 10:36:50 +02001061 if (b43_new_kidx_api(dev)) {
1062 pairwise_keys_start = B43_NR_GROUP_KEYS;
1063 count = B43_NR_GROUP_KEYS + B43_NR_PAIRWISE_KEYS;
1064 } else {
1065 pairwise_keys_start = B43_NR_GROUP_KEYS * 2;
1066 count = B43_NR_GROUP_KEYS * 2 + B43_NR_PAIRWISE_KEYS;
1067 }
1068 for (index = 0; index < count; index++) {
Michael Buesch9cf7f242008-12-19 20:24:30 +01001069 key = &(dev->key[index]);
1070 printk(KERN_DEBUG "Key slot %02u: %s",
1071 index, (key->keyconf == NULL) ? " " : "*");
1072 offset = dev->ktp + (index * B43_SEC_KEYSIZE);
1073 for (i = 0; i < B43_SEC_KEYSIZE; i += 2) {
1074 u16 tmp = b43_shm_read16(dev, B43_SHM_SHARED, offset + i);
1075 printk("%02X%02X", (tmp & 0xFF), ((tmp >> 8) & 0xFF));
1076 }
1077
1078 algo = b43_shm_read16(dev, B43_SHM_SHARED,
1079 B43_SHM_SH_KEYIDXBLOCK + (index * 2));
1080 printk(" Algo: %04X/%02X", algo, key->algorithm);
1081
Michael Buesch66d2d082009-08-06 10:36:50 +02001082 if (index >= pairwise_keys_start) {
gregor kowski035d0242009-08-19 22:35:45 +02001083 if (key->algorithm == B43_SEC_ALGO_TKIP) {
1084 printk(" TKIP: ");
1085 offset = B43_SHM_SH_TKIPTSCTTAK + (index - 4) * (10 + 4);
1086 for (i = 0; i < 14; i += 2) {
1087 u16 tmp = b43_shm_read16(dev, B43_SHM_SHARED, offset + i);
1088 printk("%02X%02X", (tmp & 0xFF), ((tmp >> 8) & 0xFF));
1089 }
1090 }
Michael Buesch9cf7f242008-12-19 20:24:30 +01001091 rcmta0 = b43_shm_read32(dev, B43_SHM_RCMTA,
Michael Buesch66d2d082009-08-06 10:36:50 +02001092 ((index - pairwise_keys_start) * 2) + 0);
Michael Buesch9cf7f242008-12-19 20:24:30 +01001093 rcmta1 = b43_shm_read16(dev, B43_SHM_RCMTA,
Michael Buesch66d2d082009-08-06 10:36:50 +02001094 ((index - pairwise_keys_start) * 2) + 1);
Michael Buesch9cf7f242008-12-19 20:24:30 +01001095 *((__le32 *)(&mac[0])) = cpu_to_le32(rcmta0);
1096 *((__le16 *)(&mac[4])) = cpu_to_le16(rcmta1);
Johannes Berge91d8332009-07-15 17:21:41 +02001097 printk(" MAC: %pM", mac);
Michael Buesch9cf7f242008-12-19 20:24:30 +01001098 } else
1099 printk(" DEFAULT KEY");
1100 printk("\n");
1101 }
1102}
1103
Michael Buesche4d6b792007-09-18 15:39:42 -04001104void b43_power_saving_ctl_bits(struct b43_wldev *dev, unsigned int ps_flags)
1105{
1106 u32 macctl;
1107 u16 ucstat;
1108 bool hwps;
1109 bool awake;
1110 int i;
1111
1112 B43_WARN_ON((ps_flags & B43_PS_ENABLED) &&
1113 (ps_flags & B43_PS_DISABLED));
1114 B43_WARN_ON((ps_flags & B43_PS_AWAKE) && (ps_flags & B43_PS_ASLEEP));
1115
1116 if (ps_flags & B43_PS_ENABLED) {
Rusty Russell3db1cd52011-12-19 13:56:45 +00001117 hwps = true;
Michael Buesche4d6b792007-09-18 15:39:42 -04001118 } else if (ps_flags & B43_PS_DISABLED) {
Rusty Russell3db1cd52011-12-19 13:56:45 +00001119 hwps = false;
Michael Buesche4d6b792007-09-18 15:39:42 -04001120 } else {
1121 //TODO: If powersave is not off and FIXME is not set and we are not in adhoc
1122 // and thus is not an AP and we are associated, set bit 25
1123 }
1124 if (ps_flags & B43_PS_AWAKE) {
Rusty Russell3db1cd52011-12-19 13:56:45 +00001125 awake = true;
Michael Buesche4d6b792007-09-18 15:39:42 -04001126 } else if (ps_flags & B43_PS_ASLEEP) {
Rusty Russell3db1cd52011-12-19 13:56:45 +00001127 awake = false;
Michael Buesche4d6b792007-09-18 15:39:42 -04001128 } else {
1129 //TODO: If the device is awake or this is an AP, or we are scanning, or FIXME,
1130 // or we are associated, or FIXME, or the latest PS-Poll packet sent was
1131 // successful, set bit26
1132 }
1133
1134/* FIXME: For now we force awake-on and hwps-off */
Rusty Russell3db1cd52011-12-19 13:56:45 +00001135 hwps = false;
1136 awake = true;
Michael Buesche4d6b792007-09-18 15:39:42 -04001137
1138 macctl = b43_read32(dev, B43_MMIO_MACCTL);
1139 if (hwps)
1140 macctl |= B43_MACCTL_HWPS;
1141 else
1142 macctl &= ~B43_MACCTL_HWPS;
1143 if (awake)
1144 macctl |= B43_MACCTL_AWAKE;
1145 else
1146 macctl &= ~B43_MACCTL_AWAKE;
1147 b43_write32(dev, B43_MMIO_MACCTL, macctl);
1148 /* Commit write */
1149 b43_read32(dev, B43_MMIO_MACCTL);
Rafał Miłecki21d889d2011-05-18 02:06:38 +02001150 if (awake && dev->dev->core_rev >= 5) {
Michael Buesche4d6b792007-09-18 15:39:42 -04001151 /* Wait for the microcode to wake up. */
1152 for (i = 0; i < 100; i++) {
1153 ucstat = b43_shm_read16(dev, B43_SHM_SHARED,
1154 B43_SHM_SH_UCODESTAT);
1155 if (ucstat != B43_SHM_SH_UCODESTAT_SLEEP)
1156 break;
1157 udelay(10);
1158 }
1159 }
1160}
1161
Rafał Miłecki42c9a452011-07-06 15:45:27 +02001162#ifdef CONFIG_B43_BCMA
Rafał Miłecki49173592011-07-17 01:06:06 +02001163static void b43_bcma_phy_reset(struct b43_wldev *dev)
1164{
1165 u32 flags;
1166
1167 /* Put PHY into reset */
1168 flags = bcma_aread32(dev->dev->bdev, BCMA_IOCTL);
1169 flags |= B43_BCMA_IOCTL_PHY_RESET;
1170 flags |= B43_BCMA_IOCTL_PHY_BW_20MHZ; /* Make 20 MHz def */
1171 bcma_awrite32(dev->dev->bdev, BCMA_IOCTL, flags);
1172 udelay(2);
1173
1174 /* Take PHY out of reset */
1175 flags = bcma_aread32(dev->dev->bdev, BCMA_IOCTL);
1176 flags &= ~B43_BCMA_IOCTL_PHY_RESET;
1177 flags |= BCMA_IOCTL_FGC;
1178 bcma_awrite32(dev->dev->bdev, BCMA_IOCTL, flags);
1179 udelay(1);
1180
1181 /* Do not force clock anymore */
1182 flags = bcma_aread32(dev->dev->bdev, BCMA_IOCTL);
1183 flags &= ~BCMA_IOCTL_FGC;
1184 bcma_awrite32(dev->dev->bdev, BCMA_IOCTL, flags);
1185 udelay(1);
1186}
1187
Rafał Miłecki42c9a452011-07-06 15:45:27 +02001188static void b43_bcma_wireless_core_reset(struct b43_wldev *dev, bool gmode)
1189{
Rafał Miłecki49173592011-07-17 01:06:06 +02001190 b43_device_enable(dev, B43_BCMA_IOCTL_PHY_CLKEN);
1191 bcma_core_set_clockmode(dev->dev->bdev, BCMA_CLKMODE_FAST);
1192 b43_bcma_phy_reset(dev);
1193 bcma_core_pll_ctl(dev->dev->bdev, 0x300, 0x3000000, true);
Rafał Miłecki42c9a452011-07-06 15:45:27 +02001194}
1195#endif
1196
Rafał Miłecki4da909e2011-06-02 01:07:12 +02001197static void b43_ssb_wireless_core_reset(struct b43_wldev *dev, bool gmode)
Michael Buesche4d6b792007-09-18 15:39:42 -04001198{
Rafał Miłeckid48ae5c2011-05-19 15:11:26 +02001199 struct ssb_device *sdev = dev->dev->sdev;
Michael Buesche4d6b792007-09-18 15:39:42 -04001200 u32 tmslow;
Rafał Miłecki4da909e2011-06-02 01:07:12 +02001201 u32 flags = 0;
Michael Buesche4d6b792007-09-18 15:39:42 -04001202
Rafał Miłecki4da909e2011-06-02 01:07:12 +02001203 if (gmode)
1204 flags |= B43_TMSLOW_GMODE;
Michael Buesche4d6b792007-09-18 15:39:42 -04001205 flags |= B43_TMSLOW_PHYCLKEN;
1206 flags |= B43_TMSLOW_PHYRESET;
Rafał Miłecki42ab1352010-12-09 20:56:01 +01001207 if (dev->phy.type == B43_PHYTYPE_N)
1208 flags |= B43_TMSLOW_PHY_BANDWIDTH_20MHZ; /* Make 20 MHz def */
Rafał Miłecki24ca39d2011-05-18 02:06:43 +02001209 b43_device_enable(dev, flags);
Michael Buesche4d6b792007-09-18 15:39:42 -04001210 msleep(2); /* Wait for the PLL to turn on. */
1211
1212 /* Now take the PHY out of Reset again */
Rafał Miłeckid48ae5c2011-05-19 15:11:26 +02001213 tmslow = ssb_read32(sdev, SSB_TMSLOW);
Michael Buesche4d6b792007-09-18 15:39:42 -04001214 tmslow |= SSB_TMSLOW_FGC;
1215 tmslow &= ~B43_TMSLOW_PHYRESET;
Rafał Miłeckid48ae5c2011-05-19 15:11:26 +02001216 ssb_write32(sdev, SSB_TMSLOW, tmslow);
1217 ssb_read32(sdev, SSB_TMSLOW); /* flush */
Michael Buesche4d6b792007-09-18 15:39:42 -04001218 msleep(1);
1219 tmslow &= ~SSB_TMSLOW_FGC;
Rafał Miłeckid48ae5c2011-05-19 15:11:26 +02001220 ssb_write32(sdev, SSB_TMSLOW, tmslow);
1221 ssb_read32(sdev, SSB_TMSLOW); /* flush */
Michael Buesche4d6b792007-09-18 15:39:42 -04001222 msleep(1);
Rafał Miłecki14952982011-05-17 18:57:28 +02001223}
1224
Rafał Miłecki4da909e2011-06-02 01:07:12 +02001225void b43_wireless_core_reset(struct b43_wldev *dev, bool gmode)
Rafał Miłecki14952982011-05-17 18:57:28 +02001226{
1227 u32 macctl;
1228
Rafał Miłecki6cbab0d2011-07-06 15:45:26 +02001229 switch (dev->dev->bus_type) {
Rafał Miłecki42c9a452011-07-06 15:45:27 +02001230#ifdef CONFIG_B43_BCMA
1231 case B43_BUS_BCMA:
1232 b43_bcma_wireless_core_reset(dev, gmode);
1233 break;
1234#endif
Rafał Miłecki6cbab0d2011-07-06 15:45:26 +02001235#ifdef CONFIG_B43_SSB
1236 case B43_BUS_SSB:
1237 b43_ssb_wireless_core_reset(dev, gmode);
1238 break;
1239#endif
1240 }
Michael Buesche4d6b792007-09-18 15:39:42 -04001241
Michael Bueschfb111372008-09-02 13:00:34 +02001242 /* Turn Analog ON, but only if we already know the PHY-type.
1243 * This protects against very early setup where we don't know the
1244 * PHY-type, yet. wireless_core_reset will be called once again later,
1245 * when we know the PHY-type. */
1246 if (dev->phy.ops)
Michael Bueschcb24f572008-09-03 12:12:20 +02001247 dev->phy.ops->switch_analog(dev, 1);
Michael Buesche4d6b792007-09-18 15:39:42 -04001248
1249 macctl = b43_read32(dev, B43_MMIO_MACCTL);
1250 macctl &= ~B43_MACCTL_GMODE;
Rafał Miłecki4da909e2011-06-02 01:07:12 +02001251 if (gmode)
Michael Buesche4d6b792007-09-18 15:39:42 -04001252 macctl |= B43_MACCTL_GMODE;
1253 macctl |= B43_MACCTL_IHR_ENABLED;
1254 b43_write32(dev, B43_MMIO_MACCTL, macctl);
1255}
1256
1257static void handle_irq_transmit_status(struct b43_wldev *dev)
1258{
1259 u32 v0, v1;
1260 u16 tmp;
1261 struct b43_txstatus stat;
1262
1263 while (1) {
1264 v0 = b43_read32(dev, B43_MMIO_XMITSTAT_0);
1265 if (!(v0 & 0x00000001))
1266 break;
1267 v1 = b43_read32(dev, B43_MMIO_XMITSTAT_1);
1268
1269 stat.cookie = (v0 >> 16);
1270 stat.seq = (v1 & 0x0000FFFF);
1271 stat.phy_stat = ((v1 & 0x00FF0000) >> 16);
1272 tmp = (v0 & 0x0000FFFF);
1273 stat.frame_count = ((tmp & 0xF000) >> 12);
1274 stat.rts_count = ((tmp & 0x0F00) >> 8);
1275 stat.supp_reason = ((tmp & 0x001C) >> 2);
1276 stat.pm_indicated = !!(tmp & 0x0080);
1277 stat.intermediate = !!(tmp & 0x0040);
1278 stat.for_ampdu = !!(tmp & 0x0020);
1279 stat.acked = !!(tmp & 0x0002);
1280
1281 b43_handle_txstatus(dev, &stat);
1282 }
1283}
1284
1285static void drain_txstatus_queue(struct b43_wldev *dev)
1286{
1287 u32 dummy;
1288
Rafał Miłecki21d889d2011-05-18 02:06:38 +02001289 if (dev->dev->core_rev < 5)
Michael Buesche4d6b792007-09-18 15:39:42 -04001290 return;
1291 /* Read all entries from the microcode TXstatus FIFO
1292 * and throw them away.
1293 */
1294 while (1) {
1295 dummy = b43_read32(dev, B43_MMIO_XMITSTAT_0);
1296 if (!(dummy & 0x00000001))
1297 break;
1298 dummy = b43_read32(dev, B43_MMIO_XMITSTAT_1);
1299 }
1300}
1301
1302static u32 b43_jssi_read(struct b43_wldev *dev)
1303{
1304 u32 val = 0;
1305
1306 val = b43_shm_read16(dev, B43_SHM_SHARED, 0x08A);
1307 val <<= 16;
1308 val |= b43_shm_read16(dev, B43_SHM_SHARED, 0x088);
1309
1310 return val;
1311}
1312
1313static void b43_jssi_write(struct b43_wldev *dev, u32 jssi)
1314{
1315 b43_shm_write16(dev, B43_SHM_SHARED, 0x088, (jssi & 0x0000FFFF));
1316 b43_shm_write16(dev, B43_SHM_SHARED, 0x08A, (jssi & 0xFFFF0000) >> 16);
1317}
1318
1319static void b43_generate_noise_sample(struct b43_wldev *dev)
1320{
1321 b43_jssi_write(dev, 0x7F7F7F7F);
Michael Bueschaa6c7ae2007-12-26 16:26:36 +01001322 b43_write32(dev, B43_MMIO_MACCMD,
1323 b43_read32(dev, B43_MMIO_MACCMD) | B43_MACCMD_BGNOISE);
Michael Buesche4d6b792007-09-18 15:39:42 -04001324}
1325
1326static void b43_calculate_link_quality(struct b43_wldev *dev)
1327{
1328 /* Top half of Link Quality calculation. */
1329
Michael Bueschef1a6282008-08-27 18:53:02 +02001330 if (dev->phy.type != B43_PHYTYPE_G)
1331 return;
Michael Buesche4d6b792007-09-18 15:39:42 -04001332 if (dev->noisecalc.calculation_running)
1333 return;
Rusty Russell3db1cd52011-12-19 13:56:45 +00001334 dev->noisecalc.calculation_running = true;
Michael Buesche4d6b792007-09-18 15:39:42 -04001335 dev->noisecalc.nr_samples = 0;
1336
1337 b43_generate_noise_sample(dev);
1338}
1339
1340static void handle_irq_noise(struct b43_wldev *dev)
1341{
Michael Bueschef1a6282008-08-27 18:53:02 +02001342 struct b43_phy_g *phy = dev->phy.g;
Michael Buesche4d6b792007-09-18 15:39:42 -04001343 u16 tmp;
1344 u8 noise[4];
1345 u8 i, j;
1346 s32 average;
1347
1348 /* Bottom half of Link Quality calculation. */
1349
Michael Bueschef1a6282008-08-27 18:53:02 +02001350 if (dev->phy.type != B43_PHYTYPE_G)
1351 return;
1352
Michael Buesch98a3b2f2008-06-12 12:36:29 +02001353 /* Possible race condition: It might be possible that the user
1354 * changed to a different channel in the meantime since we
1355 * started the calculation. We ignore that fact, since it's
1356 * not really that much of a problem. The background noise is
1357 * an estimation only anyway. Slightly wrong results will get damped
1358 * by the averaging of the 8 sample rounds. Additionally the
1359 * value is shortlived. So it will be replaced by the next noise
1360 * calculation round soon. */
1361
Michael Buesche4d6b792007-09-18 15:39:42 -04001362 B43_WARN_ON(!dev->noisecalc.calculation_running);
Michael Buesch1a094042007-09-20 11:13:40 -07001363 *((__le32 *)noise) = cpu_to_le32(b43_jssi_read(dev));
Michael Buesche4d6b792007-09-18 15:39:42 -04001364 if (noise[0] == 0x7F || noise[1] == 0x7F ||
1365 noise[2] == 0x7F || noise[3] == 0x7F)
1366 goto generate_new;
1367
1368 /* Get the noise samples. */
1369 B43_WARN_ON(dev->noisecalc.nr_samples >= 8);
1370 i = dev->noisecalc.nr_samples;
Harvey Harrisoncdbf0842008-05-02 13:47:48 -07001371 noise[0] = clamp_val(noise[0], 0, ARRAY_SIZE(phy->nrssi_lt) - 1);
1372 noise[1] = clamp_val(noise[1], 0, ARRAY_SIZE(phy->nrssi_lt) - 1);
1373 noise[2] = clamp_val(noise[2], 0, ARRAY_SIZE(phy->nrssi_lt) - 1);
1374 noise[3] = clamp_val(noise[3], 0, ARRAY_SIZE(phy->nrssi_lt) - 1);
Michael Buesche4d6b792007-09-18 15:39:42 -04001375 dev->noisecalc.samples[i][0] = phy->nrssi_lt[noise[0]];
1376 dev->noisecalc.samples[i][1] = phy->nrssi_lt[noise[1]];
1377 dev->noisecalc.samples[i][2] = phy->nrssi_lt[noise[2]];
1378 dev->noisecalc.samples[i][3] = phy->nrssi_lt[noise[3]];
1379 dev->noisecalc.nr_samples++;
1380 if (dev->noisecalc.nr_samples == 8) {
1381 /* Calculate the Link Quality by the noise samples. */
1382 average = 0;
1383 for (i = 0; i < 8; i++) {
1384 for (j = 0; j < 4; j++)
1385 average += dev->noisecalc.samples[i][j];
1386 }
1387 average /= (8 * 4);
1388 average *= 125;
1389 average += 64;
1390 average /= 128;
1391 tmp = b43_shm_read16(dev, B43_SHM_SHARED, 0x40C);
1392 tmp = (tmp / 128) & 0x1F;
1393 if (tmp >= 8)
1394 average += 2;
1395 else
1396 average -= 25;
1397 if (tmp == 8)
1398 average -= 72;
1399 else
1400 average -= 48;
1401
1402 dev->stats.link_noise = average;
Rusty Russell3db1cd52011-12-19 13:56:45 +00001403 dev->noisecalc.calculation_running = false;
Michael Buesche4d6b792007-09-18 15:39:42 -04001404 return;
1405 }
Michael Buesch98a3b2f2008-06-12 12:36:29 +02001406generate_new:
Michael Buesche4d6b792007-09-18 15:39:42 -04001407 b43_generate_noise_sample(dev);
1408}
1409
1410static void handle_irq_tbtt_indication(struct b43_wldev *dev)
1411{
Johannes Berg05c914f2008-09-11 00:01:58 +02001412 if (b43_is_mode(dev->wl, NL80211_IFTYPE_AP)) {
Michael Buesche4d6b792007-09-18 15:39:42 -04001413 ///TODO: PS TBTT
1414 } else {
1415 if (1 /*FIXME: the last PSpoll frame was sent successfully */ )
1416 b43_power_saving_ctl_bits(dev, 0);
1417 }
Johannes Berg05c914f2008-09-11 00:01:58 +02001418 if (b43_is_mode(dev->wl, NL80211_IFTYPE_ADHOC))
Rusty Russell3db1cd52011-12-19 13:56:45 +00001419 dev->dfq_valid = true;
Michael Buesche4d6b792007-09-18 15:39:42 -04001420}
1421
1422static void handle_irq_atim_end(struct b43_wldev *dev)
1423{
Michael Bueschaa6c7ae2007-12-26 16:26:36 +01001424 if (dev->dfq_valid) {
1425 b43_write32(dev, B43_MMIO_MACCMD,
1426 b43_read32(dev, B43_MMIO_MACCMD)
1427 | B43_MACCMD_DFQ_VALID);
Rusty Russell3db1cd52011-12-19 13:56:45 +00001428 dev->dfq_valid = false;
Michael Bueschaa6c7ae2007-12-26 16:26:36 +01001429 }
Michael Buesche4d6b792007-09-18 15:39:42 -04001430}
1431
1432static void handle_irq_pmq(struct b43_wldev *dev)
1433{
1434 u32 tmp;
1435
1436 //TODO: AP mode.
1437
1438 while (1) {
1439 tmp = b43_read32(dev, B43_MMIO_PS_STATUS);
1440 if (!(tmp & 0x00000008))
1441 break;
1442 }
1443 /* 16bit write is odd, but correct. */
1444 b43_write16(dev, B43_MMIO_PS_STATUS, 0x0002);
1445}
1446
1447static void b43_write_template_common(struct b43_wldev *dev,
John Daiker99da1852009-02-24 02:16:42 -08001448 const u8 *data, u16 size,
Michael Buesche4d6b792007-09-18 15:39:42 -04001449 u16 ram_offset,
1450 u16 shm_size_offset, u8 rate)
1451{
1452 u32 i, tmp;
1453 struct b43_plcp_hdr4 plcp;
1454
1455 plcp.data = 0;
1456 b43_generate_plcp_hdr(&plcp, size + FCS_LEN, rate);
1457 b43_ram_write(dev, ram_offset, le32_to_cpu(plcp.data));
1458 ram_offset += sizeof(u32);
1459 /* The PLCP is 6 bytes long, but we only wrote 4 bytes, yet.
1460 * So leave the first two bytes of the next write blank.
1461 */
1462 tmp = (u32) (data[0]) << 16;
1463 tmp |= (u32) (data[1]) << 24;
1464 b43_ram_write(dev, ram_offset, tmp);
1465 ram_offset += sizeof(u32);
1466 for (i = 2; i < size; i += sizeof(u32)) {
1467 tmp = (u32) (data[i + 0]);
1468 if (i + 1 < size)
1469 tmp |= (u32) (data[i + 1]) << 8;
1470 if (i + 2 < size)
1471 tmp |= (u32) (data[i + 2]) << 16;
1472 if (i + 3 < size)
1473 tmp |= (u32) (data[i + 3]) << 24;
1474 b43_ram_write(dev, ram_offset + i - 2, tmp);
1475 }
1476 b43_shm_write16(dev, B43_SHM_SHARED, shm_size_offset,
1477 size + sizeof(struct b43_plcp_hdr6));
1478}
1479
Michael Buesch5042c502008-04-05 15:05:00 +02001480/* Check if the use of the antenna that ieee80211 told us to
1481 * use is possible. This will fall back to DEFAULT.
1482 * "antenna_nr" is the antenna identifier we got from ieee80211. */
1483u8 b43_ieee80211_antenna_sanitize(struct b43_wldev *dev,
1484 u8 antenna_nr)
1485{
1486 u8 antenna_mask;
1487
1488 if (antenna_nr == 0) {
1489 /* Zero means "use default antenna". That's always OK. */
1490 return 0;
1491 }
1492
1493 /* Get the mask of available antennas. */
1494 if (dev->phy.gmode)
Rafał Miłecki05814832011-05-18 02:06:39 +02001495 antenna_mask = dev->dev->bus_sprom->ant_available_bg;
Michael Buesch5042c502008-04-05 15:05:00 +02001496 else
Rafał Miłecki05814832011-05-18 02:06:39 +02001497 antenna_mask = dev->dev->bus_sprom->ant_available_a;
Michael Buesch5042c502008-04-05 15:05:00 +02001498
1499 if (!(antenna_mask & (1 << (antenna_nr - 1)))) {
1500 /* This antenna is not available. Fall back to default. */
1501 return 0;
1502 }
1503
1504 return antenna_nr;
1505}
1506
Michael Buesch5042c502008-04-05 15:05:00 +02001507/* Convert a b43 antenna number value to the PHY TX control value. */
1508static u16 b43_antenna_to_phyctl(int antenna)
1509{
1510 switch (antenna) {
1511 case B43_ANTENNA0:
1512 return B43_TXH_PHY_ANT0;
1513 case B43_ANTENNA1:
1514 return B43_TXH_PHY_ANT1;
1515 case B43_ANTENNA2:
1516 return B43_TXH_PHY_ANT2;
1517 case B43_ANTENNA3:
1518 return B43_TXH_PHY_ANT3;
Gábor Stefanik64e368b2009-08-27 22:49:49 +02001519 case B43_ANTENNA_AUTO0:
1520 case B43_ANTENNA_AUTO1:
Michael Buesch5042c502008-04-05 15:05:00 +02001521 return B43_TXH_PHY_ANT01AUTO;
1522 }
1523 B43_WARN_ON(1);
1524 return 0;
1525}
1526
Michael Buesche4d6b792007-09-18 15:39:42 -04001527static void b43_write_beacon_template(struct b43_wldev *dev,
1528 u16 ram_offset,
Michael Buesch5042c502008-04-05 15:05:00 +02001529 u16 shm_size_offset)
Michael Buesche4d6b792007-09-18 15:39:42 -04001530{
Michael Buesch47f76ca2007-12-27 22:15:11 +01001531 unsigned int i, len, variable_len;
Michael Buesche66fee62007-12-26 17:47:10 +01001532 const struct ieee80211_mgmt *bcn;
1533 const u8 *ie;
Rusty Russell3db1cd52011-12-19 13:56:45 +00001534 bool tim_found = false;
Michael Buesch5042c502008-04-05 15:05:00 +02001535 unsigned int rate;
1536 u16 ctl;
1537 int antenna;
Johannes Berge039fa42008-05-15 12:55:29 +02001538 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(dev->wl->current_beacon);
Michael Buesche4d6b792007-09-18 15:39:42 -04001539
Michael Buesche66fee62007-12-26 17:47:10 +01001540 bcn = (const struct ieee80211_mgmt *)(dev->wl->current_beacon->data);
1541 len = min((size_t) dev->wl->current_beacon->len,
Michael Buesche4d6b792007-09-18 15:39:42 -04001542 0x200 - sizeof(struct b43_plcp_hdr6));
Johannes Berge039fa42008-05-15 12:55:29 +02001543 rate = ieee80211_get_tx_rate(dev->wl->hw, info)->hw_value;
Michael Buesche66fee62007-12-26 17:47:10 +01001544
1545 b43_write_template_common(dev, (const u8 *)bcn,
Michael Buesche4d6b792007-09-18 15:39:42 -04001546 len, ram_offset, shm_size_offset, rate);
Michael Buesche66fee62007-12-26 17:47:10 +01001547
Michael Buesch5042c502008-04-05 15:05:00 +02001548 /* Write the PHY TX control parameters. */
Johannes Berg0f4ac382008-10-09 12:18:04 +02001549 antenna = B43_ANTENNA_DEFAULT;
Michael Buesch5042c502008-04-05 15:05:00 +02001550 antenna = b43_antenna_to_phyctl(antenna);
1551 ctl = b43_shm_read16(dev, B43_SHM_SHARED, B43_SHM_SH_BEACPHYCTL);
1552 /* We can't send beacons with short preamble. Would get PHY errors. */
1553 ctl &= ~B43_TXH_PHY_SHORTPRMBL;
1554 ctl &= ~B43_TXH_PHY_ANT;
1555 ctl &= ~B43_TXH_PHY_ENC;
1556 ctl |= antenna;
1557 if (b43_is_cck_rate(rate))
1558 ctl |= B43_TXH_PHY_ENC_CCK;
1559 else
1560 ctl |= B43_TXH_PHY_ENC_OFDM;
1561 b43_shm_write16(dev, B43_SHM_SHARED, B43_SHM_SH_BEACPHYCTL, ctl);
1562
Michael Buesche66fee62007-12-26 17:47:10 +01001563 /* Find the position of the TIM and the DTIM_period value
1564 * and write them to SHM. */
1565 ie = bcn->u.beacon.variable;
Michael Buesch47f76ca2007-12-27 22:15:11 +01001566 variable_len = len - offsetof(struct ieee80211_mgmt, u.beacon.variable);
1567 for (i = 0; i < variable_len - 2; ) {
Michael Buesche66fee62007-12-26 17:47:10 +01001568 uint8_t ie_id, ie_len;
1569
1570 ie_id = ie[i];
1571 ie_len = ie[i + 1];
1572 if (ie_id == 5) {
1573 u16 tim_position;
1574 u16 dtim_period;
1575 /* This is the TIM Information Element */
1576
1577 /* Check whether the ie_len is in the beacon data range. */
Michael Buesch47f76ca2007-12-27 22:15:11 +01001578 if (variable_len < ie_len + 2 + i)
Michael Buesche66fee62007-12-26 17:47:10 +01001579 break;
1580 /* A valid TIM is at least 4 bytes long. */
1581 if (ie_len < 4)
1582 break;
Rusty Russell3db1cd52011-12-19 13:56:45 +00001583 tim_found = true;
Michael Buesche66fee62007-12-26 17:47:10 +01001584
1585 tim_position = sizeof(struct b43_plcp_hdr6);
1586 tim_position += offsetof(struct ieee80211_mgmt, u.beacon.variable);
1587 tim_position += i;
1588
1589 dtim_period = ie[i + 3];
1590
1591 b43_shm_write16(dev, B43_SHM_SHARED,
1592 B43_SHM_SH_TIMBPOS, tim_position);
1593 b43_shm_write16(dev, B43_SHM_SHARED,
1594 B43_SHM_SH_DTIMPER, dtim_period);
1595 break;
1596 }
1597 i += ie_len + 2;
1598 }
1599 if (!tim_found) {
Johannes Berg04dea132008-05-20 12:10:49 +02001600 /*
1601 * If ucode wants to modify TIM do it behind the beacon, this
1602 * will happen, for example, when doing mesh networking.
1603 */
1604 b43_shm_write16(dev, B43_SHM_SHARED,
1605 B43_SHM_SH_TIMBPOS,
1606 len + sizeof(struct b43_plcp_hdr6));
1607 b43_shm_write16(dev, B43_SHM_SHARED,
1608 B43_SHM_SH_DTIMPER, 0);
1609 }
1610 b43dbg(dev->wl, "Updated beacon template at 0x%x\n", ram_offset);
Michael Buesche4d6b792007-09-18 15:39:42 -04001611}
1612
Michael Buesch6b4bec012008-05-20 12:16:28 +02001613static void b43_upload_beacon0(struct b43_wldev *dev)
1614{
1615 struct b43_wl *wl = dev->wl;
1616
1617 if (wl->beacon0_uploaded)
1618 return;
1619 b43_write_beacon_template(dev, 0x68, 0x18);
Rusty Russell3db1cd52011-12-19 13:56:45 +00001620 wl->beacon0_uploaded = true;
Michael Buesch6b4bec012008-05-20 12:16:28 +02001621}
1622
1623static void b43_upload_beacon1(struct b43_wldev *dev)
1624{
1625 struct b43_wl *wl = dev->wl;
1626
1627 if (wl->beacon1_uploaded)
1628 return;
1629 b43_write_beacon_template(dev, 0x468, 0x1A);
Rusty Russell3db1cd52011-12-19 13:56:45 +00001630 wl->beacon1_uploaded = true;
Michael Buesch6b4bec012008-05-20 12:16:28 +02001631}
1632
Michael Bueschc97a4cc2008-04-05 15:02:09 +02001633static void handle_irq_beacon(struct b43_wldev *dev)
1634{
1635 struct b43_wl *wl = dev->wl;
1636 u32 cmd, beacon0_valid, beacon1_valid;
1637
Johannes Berg05c914f2008-09-11 00:01:58 +02001638 if (!b43_is_mode(wl, NL80211_IFTYPE_AP) &&
Manual Munz8c235162011-09-18 18:24:03 -05001639 !b43_is_mode(wl, NL80211_IFTYPE_MESH_POINT) &&
1640 !b43_is_mode(wl, NL80211_IFTYPE_ADHOC))
Michael Bueschc97a4cc2008-04-05 15:02:09 +02001641 return;
1642
1643 /* This is the bottom half of the asynchronous beacon update. */
1644
1645 /* Ignore interrupt in the future. */
Michael Buesch13790722009-04-08 21:26:27 +02001646 dev->irq_mask &= ~B43_IRQ_BEACON;
Michael Bueschc97a4cc2008-04-05 15:02:09 +02001647
1648 cmd = b43_read32(dev, B43_MMIO_MACCMD);
1649 beacon0_valid = (cmd & B43_MACCMD_BEACON0_VALID);
1650 beacon1_valid = (cmd & B43_MACCMD_BEACON1_VALID);
1651
1652 /* Schedule interrupt manually, if busy. */
1653 if (beacon0_valid && beacon1_valid) {
1654 b43_write32(dev, B43_MMIO_GEN_IRQ_REASON, B43_IRQ_BEACON);
Michael Buesch13790722009-04-08 21:26:27 +02001655 dev->irq_mask |= B43_IRQ_BEACON;
Michael Bueschc97a4cc2008-04-05 15:02:09 +02001656 return;
1657 }
1658
Michael Buesch6b4bec012008-05-20 12:16:28 +02001659 if (unlikely(wl->beacon_templates_virgin)) {
1660 /* We never uploaded a beacon before.
1661 * Upload both templates now, but only mark one valid. */
Rusty Russell3db1cd52011-12-19 13:56:45 +00001662 wl->beacon_templates_virgin = false;
Michael Buesch6b4bec012008-05-20 12:16:28 +02001663 b43_upload_beacon0(dev);
1664 b43_upload_beacon1(dev);
Michael Bueschc97a4cc2008-04-05 15:02:09 +02001665 cmd = b43_read32(dev, B43_MMIO_MACCMD);
1666 cmd |= B43_MACCMD_BEACON0_VALID;
1667 b43_write32(dev, B43_MMIO_MACCMD, cmd);
Michael Buesch6b4bec012008-05-20 12:16:28 +02001668 } else {
1669 if (!beacon0_valid) {
1670 b43_upload_beacon0(dev);
1671 cmd = b43_read32(dev, B43_MMIO_MACCMD);
1672 cmd |= B43_MACCMD_BEACON0_VALID;
1673 b43_write32(dev, B43_MMIO_MACCMD, cmd);
1674 } else if (!beacon1_valid) {
1675 b43_upload_beacon1(dev);
1676 cmd = b43_read32(dev, B43_MMIO_MACCMD);
1677 cmd |= B43_MACCMD_BEACON1_VALID;
1678 b43_write32(dev, B43_MMIO_MACCMD, cmd);
Michael Bueschc97a4cc2008-04-05 15:02:09 +02001679 }
Michael Bueschc97a4cc2008-04-05 15:02:09 +02001680 }
1681}
1682
Michael Buesch36dbd952009-09-04 22:51:29 +02001683static void b43_do_beacon_update_trigger_work(struct b43_wldev *dev)
1684{
1685 u32 old_irq_mask = dev->irq_mask;
1686
1687 /* update beacon right away or defer to irq */
1688 handle_irq_beacon(dev);
1689 if (old_irq_mask != dev->irq_mask) {
1690 /* The handler updated the IRQ mask. */
1691 B43_WARN_ON(!dev->irq_mask);
1692 if (b43_read32(dev, B43_MMIO_GEN_IRQ_MASK)) {
1693 b43_write32(dev, B43_MMIO_GEN_IRQ_MASK, dev->irq_mask);
1694 } else {
1695 /* Device interrupts are currently disabled. That means
1696 * we just ran the hardirq handler and scheduled the
1697 * IRQ thread. The thread will write the IRQ mask when
1698 * it finished, so there's nothing to do here. Writing
1699 * the mask _here_ would incorrectly re-enable IRQs. */
1700 }
1701 }
1702}
1703
Michael Buescha82d9922008-04-04 21:40:06 +02001704static void b43_beacon_update_trigger_work(struct work_struct *work)
1705{
1706 struct b43_wl *wl = container_of(work, struct b43_wl,
1707 beacon_update_trigger);
1708 struct b43_wldev *dev;
1709
1710 mutex_lock(&wl->mutex);
1711 dev = wl->current_dev;
1712 if (likely(dev && (b43_status(dev) >= B43_STAT_INITIALIZED))) {
Rafał Miłecki505fb012011-05-19 15:11:27 +02001713 if (b43_bus_host_is_sdio(dev->dev)) {
Michael Buesch36dbd952009-09-04 22:51:29 +02001714 /* wl->mutex is enough. */
1715 b43_do_beacon_update_trigger_work(dev);
1716 mmiowb();
1717 } else {
1718 spin_lock_irq(&wl->hardirq_lock);
1719 b43_do_beacon_update_trigger_work(dev);
1720 mmiowb();
1721 spin_unlock_irq(&wl->hardirq_lock);
1722 }
Michael Buescha82d9922008-04-04 21:40:06 +02001723 }
1724 mutex_unlock(&wl->mutex);
1725}
1726
Michael Bueschd4df6f12007-12-26 18:04:14 +01001727/* Asynchronously update the packet templates in template RAM.
Michael Buesch36dbd952009-09-04 22:51:29 +02001728 * Locking: Requires wl->mutex to be locked. */
Johannes Berg9d139c82008-07-09 14:40:37 +02001729static void b43_update_templates(struct b43_wl *wl)
Michael Buesche4d6b792007-09-18 15:39:42 -04001730{
Johannes Berg9d139c82008-07-09 14:40:37 +02001731 struct sk_buff *beacon;
1732
Michael Buesche66fee62007-12-26 17:47:10 +01001733 /* This is the top half of the ansynchronous beacon update.
1734 * The bottom half is the beacon IRQ.
1735 * Beacon update must be asynchronous to avoid sending an
1736 * invalid beacon. This can happen for example, if the firmware
1737 * transmits a beacon while we are updating it. */
Michael Buesche4d6b792007-09-18 15:39:42 -04001738
Johannes Berg9d139c82008-07-09 14:40:37 +02001739 /* We could modify the existing beacon and set the aid bit in
1740 * the TIM field, but that would probably require resizing and
1741 * moving of data within the beacon template.
1742 * Simply request a new beacon and let mac80211 do the hard work. */
1743 beacon = ieee80211_beacon_get(wl->hw, wl->vif);
1744 if (unlikely(!beacon))
1745 return;
1746
Michael Buesche66fee62007-12-26 17:47:10 +01001747 if (wl->current_beacon)
1748 dev_kfree_skb_any(wl->current_beacon);
1749 wl->current_beacon = beacon;
Rusty Russell3db1cd52011-12-19 13:56:45 +00001750 wl->beacon0_uploaded = false;
1751 wl->beacon1_uploaded = false;
Luis R. Rodriguez42935ec2009-07-29 20:08:07 -04001752 ieee80211_queue_work(wl->hw, &wl->beacon_update_trigger);
Michael Buesche4d6b792007-09-18 15:39:42 -04001753}
1754
Michael Buesche4d6b792007-09-18 15:39:42 -04001755static void b43_set_beacon_int(struct b43_wldev *dev, u16 beacon_int)
1756{
1757 b43_time_lock(dev);
Rafał Miłecki21d889d2011-05-18 02:06:38 +02001758 if (dev->dev->core_rev >= 3) {
Michael Buescha82d9922008-04-04 21:40:06 +02001759 b43_write32(dev, B43_MMIO_TSF_CFP_REP, (beacon_int << 16));
1760 b43_write32(dev, B43_MMIO_TSF_CFP_START, (beacon_int << 10));
Michael Buesche4d6b792007-09-18 15:39:42 -04001761 } else {
1762 b43_write16(dev, 0x606, (beacon_int >> 6));
1763 b43_write16(dev, 0x610, beacon_int);
1764 }
1765 b43_time_unlock(dev);
Michael Buescha82d9922008-04-04 21:40:06 +02001766 b43dbg(dev->wl, "Set beacon interval to %u\n", beacon_int);
Michael Buesche4d6b792007-09-18 15:39:42 -04001767}
1768
Michael Bueschafa83e22008-05-19 23:51:37 +02001769static void b43_handle_firmware_panic(struct b43_wldev *dev)
1770{
1771 u16 reason;
1772
1773 /* Read the register that contains the reason code for the panic. */
1774 reason = b43_shm_read16(dev, B43_SHM_SCRATCH, B43_FWPANIC_REASON_REG);
1775 b43err(dev->wl, "Whoopsy, firmware panic! Reason: %u\n", reason);
1776
1777 switch (reason) {
1778 default:
1779 b43dbg(dev->wl, "The panic reason is unknown.\n");
1780 /* fallthrough */
1781 case B43_FWPANIC_DIE:
1782 /* Do not restart the controller or firmware.
1783 * The device is nonfunctional from now on.
1784 * Restarting would result in this panic to trigger again,
1785 * so we avoid that recursion. */
1786 break;
1787 case B43_FWPANIC_RESTART:
1788 b43_controller_restart(dev, "Microcode panic");
1789 break;
1790 }
1791}
1792
Michael Buesche4d6b792007-09-18 15:39:42 -04001793static void handle_irq_ucode_debug(struct b43_wldev *dev)
1794{
Michael Buesche48b0ee2008-05-17 22:44:35 +02001795 unsigned int i, cnt;
Michael Buesch53c06852008-05-20 00:24:36 +02001796 u16 reason, marker_id, marker_line;
Michael Buesche48b0ee2008-05-17 22:44:35 +02001797 __le16 *buf;
1798
1799 /* The proprietary firmware doesn't have this IRQ. */
1800 if (!dev->fw.opensource)
1801 return;
1802
Michael Bueschafa83e22008-05-19 23:51:37 +02001803 /* Read the register that contains the reason code for this IRQ. */
1804 reason = b43_shm_read16(dev, B43_SHM_SCRATCH, B43_DEBUGIRQ_REASON_REG);
1805
Michael Buesche48b0ee2008-05-17 22:44:35 +02001806 switch (reason) {
1807 case B43_DEBUGIRQ_PANIC:
Michael Bueschafa83e22008-05-19 23:51:37 +02001808 b43_handle_firmware_panic(dev);
Michael Buesche48b0ee2008-05-17 22:44:35 +02001809 break;
1810 case B43_DEBUGIRQ_DUMP_SHM:
1811 if (!B43_DEBUG)
1812 break; /* Only with driver debugging enabled. */
1813 buf = kmalloc(4096, GFP_ATOMIC);
1814 if (!buf) {
1815 b43dbg(dev->wl, "SHM-dump: Failed to allocate memory\n");
1816 goto out;
1817 }
1818 for (i = 0; i < 4096; i += 2) {
1819 u16 tmp = b43_shm_read16(dev, B43_SHM_SHARED, i);
1820 buf[i / 2] = cpu_to_le16(tmp);
1821 }
1822 b43info(dev->wl, "Shared memory dump:\n");
1823 print_hex_dump(KERN_INFO, "", DUMP_PREFIX_OFFSET,
1824 16, 2, buf, 4096, 1);
1825 kfree(buf);
1826 break;
1827 case B43_DEBUGIRQ_DUMP_REGS:
1828 if (!B43_DEBUG)
1829 break; /* Only with driver debugging enabled. */
1830 b43info(dev->wl, "Microcode register dump:\n");
1831 for (i = 0, cnt = 0; i < 64; i++) {
1832 u16 tmp = b43_shm_read16(dev, B43_SHM_SCRATCH, i);
1833 if (cnt == 0)
1834 printk(KERN_INFO);
1835 printk("r%02u: 0x%04X ", i, tmp);
1836 cnt++;
1837 if (cnt == 6) {
1838 printk("\n");
1839 cnt = 0;
1840 }
1841 }
1842 printk("\n");
1843 break;
Michael Buesch53c06852008-05-20 00:24:36 +02001844 case B43_DEBUGIRQ_MARKER:
1845 if (!B43_DEBUG)
1846 break; /* Only with driver debugging enabled. */
1847 marker_id = b43_shm_read16(dev, B43_SHM_SCRATCH,
1848 B43_MARKER_ID_REG);
1849 marker_line = b43_shm_read16(dev, B43_SHM_SCRATCH,
1850 B43_MARKER_LINE_REG);
1851 b43info(dev->wl, "The firmware just executed the MARKER(%u) "
1852 "at line number %u\n",
1853 marker_id, marker_line);
1854 break;
Michael Buesche48b0ee2008-05-17 22:44:35 +02001855 default:
1856 b43dbg(dev->wl, "Debug-IRQ triggered for unknown reason: %u\n",
1857 reason);
1858 }
1859out:
Michael Bueschafa83e22008-05-19 23:51:37 +02001860 /* Acknowledge the debug-IRQ, so the firmware can continue. */
1861 b43_shm_write16(dev, B43_SHM_SCRATCH,
1862 B43_DEBUGIRQ_REASON_REG, B43_DEBUGIRQ_ACK);
Michael Buesche4d6b792007-09-18 15:39:42 -04001863}
1864
Michael Buesch36dbd952009-09-04 22:51:29 +02001865static void b43_do_interrupt_thread(struct b43_wldev *dev)
Michael Buesche4d6b792007-09-18 15:39:42 -04001866{
1867 u32 reason;
1868 u32 dma_reason[ARRAY_SIZE(dev->dma_reason)];
1869 u32 merged_dma_reason = 0;
Michael Buesch21954c32007-09-27 15:31:40 +02001870 int i;
Michael Buesche4d6b792007-09-18 15:39:42 -04001871
Michael Buesch36dbd952009-09-04 22:51:29 +02001872 if (unlikely(b43_status(dev) != B43_STAT_STARTED))
1873 return;
Michael Buesche4d6b792007-09-18 15:39:42 -04001874
1875 reason = dev->irq_reason;
1876 for (i = 0; i < ARRAY_SIZE(dma_reason); i++) {
1877 dma_reason[i] = dev->dma_reason[i];
1878 merged_dma_reason |= dma_reason[i];
1879 }
1880
1881 if (unlikely(reason & B43_IRQ_MAC_TXERR))
1882 b43err(dev->wl, "MAC transmission error\n");
1883
Stefano Brivio00e0b8c2007-11-25 11:10:33 +01001884 if (unlikely(reason & B43_IRQ_PHY_TXERR)) {
Michael Buesche4d6b792007-09-18 15:39:42 -04001885 b43err(dev->wl, "PHY transmission error\n");
Stefano Brivio00e0b8c2007-11-25 11:10:33 +01001886 rmb();
1887 if (unlikely(atomic_dec_and_test(&dev->phy.txerr_cnt))) {
1888 atomic_set(&dev->phy.txerr_cnt,
1889 B43_PHY_TX_BADNESS_LIMIT);
1890 b43err(dev->wl, "Too many PHY TX errors, "
1891 "restarting the controller\n");
1892 b43_controller_restart(dev, "PHY TX errors");
1893 }
1894 }
Michael Buesche4d6b792007-09-18 15:39:42 -04001895
1896 if (unlikely(merged_dma_reason & (B43_DMAIRQ_FATALMASK |
1897 B43_DMAIRQ_NONFATALMASK))) {
1898 if (merged_dma_reason & B43_DMAIRQ_FATALMASK) {
1899 b43err(dev->wl, "Fatal DMA error: "
1900 "0x%08X, 0x%08X, 0x%08X, "
1901 "0x%08X, 0x%08X, 0x%08X\n",
1902 dma_reason[0], dma_reason[1],
1903 dma_reason[2], dma_reason[3],
1904 dma_reason[4], dma_reason[5]);
Larry Finger214ac9a2009-12-09 13:25:56 -06001905 b43err(dev->wl, "This device does not support DMA "
Larry Fingerbb64d952010-06-19 08:29:08 -05001906 "on your system. It will now be switched to PIO.\n");
Linus Torvalds9e3bd912010-02-26 10:34:27 -08001907 /* Fall back to PIO transfers if we get fatal DMA errors! */
Rusty Russell3db1cd52011-12-19 13:56:45 +00001908 dev->use_pio = true;
Linus Torvalds9e3bd912010-02-26 10:34:27 -08001909 b43_controller_restart(dev, "DMA error");
Michael Buesche4d6b792007-09-18 15:39:42 -04001910 return;
1911 }
1912 if (merged_dma_reason & B43_DMAIRQ_NONFATALMASK) {
1913 b43err(dev->wl, "DMA error: "
1914 "0x%08X, 0x%08X, 0x%08X, "
1915 "0x%08X, 0x%08X, 0x%08X\n",
1916 dma_reason[0], dma_reason[1],
1917 dma_reason[2], dma_reason[3],
1918 dma_reason[4], dma_reason[5]);
1919 }
1920 }
1921
1922 if (unlikely(reason & B43_IRQ_UCODE_DEBUG))
1923 handle_irq_ucode_debug(dev);
1924 if (reason & B43_IRQ_TBTT_INDI)
1925 handle_irq_tbtt_indication(dev);
1926 if (reason & B43_IRQ_ATIM_END)
1927 handle_irq_atim_end(dev);
1928 if (reason & B43_IRQ_BEACON)
1929 handle_irq_beacon(dev);
1930 if (reason & B43_IRQ_PMQ)
1931 handle_irq_pmq(dev);
Michael Buesch21954c32007-09-27 15:31:40 +02001932 if (reason & B43_IRQ_TXFIFO_FLUSH_OK)
1933 ;/* TODO */
1934 if (reason & B43_IRQ_NOISESAMPLE_OK)
Michael Buesche4d6b792007-09-18 15:39:42 -04001935 handle_irq_noise(dev);
1936
1937 /* Check the DMA reason registers for received data. */
Michael Buesch5100d5a2008-03-29 21:01:16 +01001938 if (dma_reason[0] & B43_DMAIRQ_RX_DONE) {
1939 if (b43_using_pio_transfers(dev))
1940 b43_pio_rx(dev->pio.rx_queue);
1941 else
1942 b43_dma_rx(dev->dma.rx_ring);
1943 }
Michael Buesche4d6b792007-09-18 15:39:42 -04001944 B43_WARN_ON(dma_reason[1] & B43_DMAIRQ_RX_DONE);
1945 B43_WARN_ON(dma_reason[2] & B43_DMAIRQ_RX_DONE);
Michael Bueschb27faf82008-03-06 16:32:46 +01001946 B43_WARN_ON(dma_reason[3] & B43_DMAIRQ_RX_DONE);
Michael Buesche4d6b792007-09-18 15:39:42 -04001947 B43_WARN_ON(dma_reason[4] & B43_DMAIRQ_RX_DONE);
1948 B43_WARN_ON(dma_reason[5] & B43_DMAIRQ_RX_DONE);
1949
Michael Buesch21954c32007-09-27 15:31:40 +02001950 if (reason & B43_IRQ_TX_OK)
Michael Buesche4d6b792007-09-18 15:39:42 -04001951 handle_irq_transmit_status(dev);
Michael Buesche4d6b792007-09-18 15:39:42 -04001952
Michael Buesch36dbd952009-09-04 22:51:29 +02001953 /* Re-enable interrupts on the device by restoring the current interrupt mask. */
Michael Buesch13790722009-04-08 21:26:27 +02001954 b43_write32(dev, B43_MMIO_GEN_IRQ_MASK, dev->irq_mask);
Michael Buesch990b86f2009-09-12 00:48:03 +02001955
1956#if B43_DEBUG
1957 if (b43_debug(dev, B43_DBG_VERBOSESTATS)) {
1958 dev->irq_count++;
1959 for (i = 0; i < ARRAY_SIZE(dev->irq_bit_count); i++) {
1960 if (reason & (1 << i))
1961 dev->irq_bit_count[i]++;
1962 }
1963 }
1964#endif
Michael Buesche4d6b792007-09-18 15:39:42 -04001965}
1966
Michael Buesch36dbd952009-09-04 22:51:29 +02001967/* Interrupt thread handler. Handles device interrupts in thread context. */
1968static irqreturn_t b43_interrupt_thread_handler(int irq, void *dev_id)
Michael Buesche4d6b792007-09-18 15:39:42 -04001969{
Michael Buesche4d6b792007-09-18 15:39:42 -04001970 struct b43_wldev *dev = dev_id;
Michael Buesch36dbd952009-09-04 22:51:29 +02001971
1972 mutex_lock(&dev->wl->mutex);
1973 b43_do_interrupt_thread(dev);
1974 mmiowb();
1975 mutex_unlock(&dev->wl->mutex);
1976
1977 return IRQ_HANDLED;
1978}
1979
1980static irqreturn_t b43_do_interrupt(struct b43_wldev *dev)
1981{
Michael Buesche4d6b792007-09-18 15:39:42 -04001982 u32 reason;
1983
Michael Buesch36dbd952009-09-04 22:51:29 +02001984 /* This code runs under wl->hardirq_lock, but _only_ on non-SDIO busses.
1985 * On SDIO, this runs under wl->mutex. */
Michael Buesche4d6b792007-09-18 15:39:42 -04001986
Michael Buesche4d6b792007-09-18 15:39:42 -04001987 reason = b43_read32(dev, B43_MMIO_GEN_IRQ_REASON);
1988 if (reason == 0xffffffff) /* shared IRQ */
Michael Buesch36dbd952009-09-04 22:51:29 +02001989 return IRQ_NONE;
Michael Buesch13790722009-04-08 21:26:27 +02001990 reason &= dev->irq_mask;
Michael Buesche4d6b792007-09-18 15:39:42 -04001991 if (!reason)
Sebastian Andrzej Siewiorcae56142011-07-07 21:58:10 +02001992 return IRQ_NONE;
Michael Buesche4d6b792007-09-18 15:39:42 -04001993
1994 dev->dma_reason[0] = b43_read32(dev, B43_MMIO_DMA0_REASON)
1995 & 0x0001DC00;
1996 dev->dma_reason[1] = b43_read32(dev, B43_MMIO_DMA1_REASON)
1997 & 0x0000DC00;
1998 dev->dma_reason[2] = b43_read32(dev, B43_MMIO_DMA2_REASON)
1999 & 0x0000DC00;
2000 dev->dma_reason[3] = b43_read32(dev, B43_MMIO_DMA3_REASON)
2001 & 0x0001DC00;
2002 dev->dma_reason[4] = b43_read32(dev, B43_MMIO_DMA4_REASON)
2003 & 0x0000DC00;
Michael Buesch13790722009-04-08 21:26:27 +02002004/* Unused ring
Michael Buesche4d6b792007-09-18 15:39:42 -04002005 dev->dma_reason[5] = b43_read32(dev, B43_MMIO_DMA5_REASON)
2006 & 0x0000DC00;
Michael Buesch13790722009-04-08 21:26:27 +02002007*/
Michael Buesche4d6b792007-09-18 15:39:42 -04002008
Michael Buesch36dbd952009-09-04 22:51:29 +02002009 /* ACK the interrupt. */
2010 b43_write32(dev, B43_MMIO_GEN_IRQ_REASON, reason);
2011 b43_write32(dev, B43_MMIO_DMA0_REASON, dev->dma_reason[0]);
2012 b43_write32(dev, B43_MMIO_DMA1_REASON, dev->dma_reason[1]);
2013 b43_write32(dev, B43_MMIO_DMA2_REASON, dev->dma_reason[2]);
2014 b43_write32(dev, B43_MMIO_DMA3_REASON, dev->dma_reason[3]);
2015 b43_write32(dev, B43_MMIO_DMA4_REASON, dev->dma_reason[4]);
2016/* Unused ring
2017 b43_write32(dev, B43_MMIO_DMA5_REASON, dev->dma_reason[5]);
2018*/
2019
2020 /* Disable IRQs on the device. The IRQ thread handler will re-enable them. */
Michael Buesch13790722009-04-08 21:26:27 +02002021 b43_write32(dev, B43_MMIO_GEN_IRQ_MASK, 0);
Michael Buesch36dbd952009-09-04 22:51:29 +02002022 /* Save the reason bitmasks for the IRQ thread handler. */
Michael Buesche4d6b792007-09-18 15:39:42 -04002023 dev->irq_reason = reason;
Michael Buesch36dbd952009-09-04 22:51:29 +02002024
2025 return IRQ_WAKE_THREAD;
2026}
2027
2028/* Interrupt handler top-half. This runs with interrupts disabled. */
2029static irqreturn_t b43_interrupt_handler(int irq, void *dev_id)
2030{
2031 struct b43_wldev *dev = dev_id;
2032 irqreturn_t ret;
2033
2034 if (unlikely(b43_status(dev) < B43_STAT_STARTED))
2035 return IRQ_NONE;
2036
2037 spin_lock(&dev->wl->hardirq_lock);
2038 ret = b43_do_interrupt(dev);
Michael Buesche4d6b792007-09-18 15:39:42 -04002039 mmiowb();
Michael Buesch36dbd952009-09-04 22:51:29 +02002040 spin_unlock(&dev->wl->hardirq_lock);
Michael Buesche4d6b792007-09-18 15:39:42 -04002041
2042 return ret;
2043}
2044
Albert Herranz3dbba8e2009-09-10 19:34:49 +02002045/* SDIO interrupt handler. This runs in process context. */
2046static void b43_sdio_interrupt_handler(struct b43_wldev *dev)
2047{
2048 struct b43_wl *wl = dev->wl;
Albert Herranz3dbba8e2009-09-10 19:34:49 +02002049 irqreturn_t ret;
2050
Albert Herranz3dbba8e2009-09-10 19:34:49 +02002051 mutex_lock(&wl->mutex);
Albert Herranz3dbba8e2009-09-10 19:34:49 +02002052
2053 ret = b43_do_interrupt(dev);
2054 if (ret == IRQ_WAKE_THREAD)
2055 b43_do_interrupt_thread(dev);
2056
Albert Herranz3dbba8e2009-09-10 19:34:49 +02002057 mutex_unlock(&wl->mutex);
2058}
2059
Michael Buesch1a9f5092009-01-23 21:21:51 +01002060void b43_do_release_fw(struct b43_firmware_file *fw)
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002061{
2062 release_firmware(fw->data);
2063 fw->data = NULL;
2064 fw->filename = NULL;
2065}
2066
Michael Buesche4d6b792007-09-18 15:39:42 -04002067static void b43_release_firmware(struct b43_wldev *dev)
2068{
Michael Buesch1a9f5092009-01-23 21:21:51 +01002069 b43_do_release_fw(&dev->fw.ucode);
2070 b43_do_release_fw(&dev->fw.pcm);
2071 b43_do_release_fw(&dev->fw.initvals);
2072 b43_do_release_fw(&dev->fw.initvals_band);
Michael Buesche4d6b792007-09-18 15:39:42 -04002073}
2074
Michael Buescheb189d8b2008-01-28 14:47:41 -08002075static void b43_print_fw_helptext(struct b43_wl *wl, bool error)
Michael Buesche4d6b792007-09-18 15:39:42 -04002076{
Hannes Ederfc68ed42009-02-14 11:50:06 +00002077 const char text[] =
2078 "You must go to " \
2079 "http://wireless.kernel.org/en/users/Drivers/b43#devicefirmware " \
2080 "and download the correct firmware for this driver version. " \
2081 "Please carefully read all instructions on this website.\n";
Michael Buescheb189d8b2008-01-28 14:47:41 -08002082
Michael Buescheb189d8b2008-01-28 14:47:41 -08002083 if (error)
2084 b43err(wl, text);
2085 else
2086 b43warn(wl, text);
Michael Buesche4d6b792007-09-18 15:39:42 -04002087}
2088
Michael Buesch1a9f5092009-01-23 21:21:51 +01002089int b43_do_request_fw(struct b43_request_fw_context *ctx,
2090 const char *name,
2091 struct b43_firmware_file *fw)
Michael Buesche4d6b792007-09-18 15:39:42 -04002092{
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002093 const struct firmware *blob;
Michael Buesche4d6b792007-09-18 15:39:42 -04002094 struct b43_fw_header *hdr;
2095 u32 size;
2096 int err;
2097
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002098 if (!name) {
2099 /* Don't fetch anything. Free possibly cached firmware. */
Michael Buesch1a9f5092009-01-23 21:21:51 +01002100 /* FIXME: We should probably keep it anyway, to save some headache
2101 * on suspend/resume with multiband devices. */
2102 b43_do_release_fw(fw);
Michael Buesche4d6b792007-09-18 15:39:42 -04002103 return 0;
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002104 }
2105 if (fw->filename) {
Michael Buesch1a9f5092009-01-23 21:21:51 +01002106 if ((fw->type == ctx->req_type) &&
2107 (strcmp(fw->filename, name) == 0))
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002108 return 0; /* Already have this fw. */
2109 /* Free the cached firmware first. */
Michael Buesch1a9f5092009-01-23 21:21:51 +01002110 /* FIXME: We should probably do this later after we successfully
2111 * got the new fw. This could reduce headache with multiband devices.
2112 * We could also redesign this to cache the firmware for all possible
2113 * bands all the time. */
2114 b43_do_release_fw(fw);
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002115 }
Michael Buesche4d6b792007-09-18 15:39:42 -04002116
Michael Buesch1a9f5092009-01-23 21:21:51 +01002117 switch (ctx->req_type) {
2118 case B43_FWTYPE_PROPRIETARY:
2119 snprintf(ctx->fwname, sizeof(ctx->fwname),
2120 "b43%s/%s.fw",
2121 modparam_fwpostfix, name);
2122 break;
2123 case B43_FWTYPE_OPENSOURCE:
2124 snprintf(ctx->fwname, sizeof(ctx->fwname),
2125 "b43-open%s/%s.fw",
2126 modparam_fwpostfix, name);
2127 break;
2128 default:
2129 B43_WARN_ON(1);
2130 return -ENOSYS;
2131 }
Rafał Miłeckia18c7152011-05-18 02:06:40 +02002132 err = request_firmware(&blob, ctx->fwname, ctx->dev->dev->dev);
Michael Buesch68217832008-05-17 23:43:57 +02002133 if (err == -ENOENT) {
Michael Buesch1a9f5092009-01-23 21:21:51 +01002134 snprintf(ctx->errors[ctx->req_type],
2135 sizeof(ctx->errors[ctx->req_type]),
2136 "Firmware file \"%s\" not found\n", ctx->fwname);
Michael Buesch68217832008-05-17 23:43:57 +02002137 return err;
2138 } else if (err) {
Michael Buesch1a9f5092009-01-23 21:21:51 +01002139 snprintf(ctx->errors[ctx->req_type],
2140 sizeof(ctx->errors[ctx->req_type]),
2141 "Firmware file \"%s\" request failed (err=%d)\n",
2142 ctx->fwname, err);
Michael Buesche4d6b792007-09-18 15:39:42 -04002143 return err;
2144 }
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002145 if (blob->size < sizeof(struct b43_fw_header))
Michael Buesche4d6b792007-09-18 15:39:42 -04002146 goto err_format;
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002147 hdr = (struct b43_fw_header *)(blob->data);
Michael Buesche4d6b792007-09-18 15:39:42 -04002148 switch (hdr->type) {
2149 case B43_FW_TYPE_UCODE:
2150 case B43_FW_TYPE_PCM:
2151 size = be32_to_cpu(hdr->size);
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002152 if (size != blob->size - sizeof(struct b43_fw_header))
Michael Buesche4d6b792007-09-18 15:39:42 -04002153 goto err_format;
2154 /* fallthrough */
2155 case B43_FW_TYPE_IV:
2156 if (hdr->ver != 1)
2157 goto err_format;
2158 break;
2159 default:
2160 goto err_format;
2161 }
2162
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002163 fw->data = blob;
2164 fw->filename = name;
Michael Buesch1a9f5092009-01-23 21:21:51 +01002165 fw->type = ctx->req_type;
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002166
2167 return 0;
Michael Buesche4d6b792007-09-18 15:39:42 -04002168
2169err_format:
Michael Buesch1a9f5092009-01-23 21:21:51 +01002170 snprintf(ctx->errors[ctx->req_type],
2171 sizeof(ctx->errors[ctx->req_type]),
2172 "Firmware file \"%s\" format error.\n", ctx->fwname);
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002173 release_firmware(blob);
2174
Michael Buesche4d6b792007-09-18 15:39:42 -04002175 return -EPROTO;
2176}
2177
Michael Buesch1a9f5092009-01-23 21:21:51 +01002178static int b43_try_request_fw(struct b43_request_fw_context *ctx)
Michael Buesche4d6b792007-09-18 15:39:42 -04002179{
Michael Buesch1a9f5092009-01-23 21:21:51 +01002180 struct b43_wldev *dev = ctx->dev;
2181 struct b43_firmware *fw = &ctx->dev->fw;
Rafał Miłecki21d889d2011-05-18 02:06:38 +02002182 const u8 rev = ctx->dev->dev->core_rev;
Michael Buesche4d6b792007-09-18 15:39:42 -04002183 const char *filename;
2184 u32 tmshigh;
2185 int err;
2186
Rafał Miłecki8b9bda72011-07-07 18:58:24 +02002187 /* Files for HT and LCN were found by trying one by one */
2188
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002189 /* Get microcode */
Rafał Miłecki6ff1e5c2011-07-06 17:41:55 +02002190 if ((rev >= 5) && (rev <= 10)) {
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002191 filename = "ucode5";
Rafał Miłecki6ff1e5c2011-07-06 17:41:55 +02002192 } else if ((rev >= 11) && (rev <= 12)) {
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002193 filename = "ucode11";
Rafał Miłecki6ff1e5c2011-07-06 17:41:55 +02002194 } else if (rev == 13) {
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002195 filename = "ucode13";
Rafał Miłecki6ff1e5c2011-07-06 17:41:55 +02002196 } else if (rev == 14) {
Gábor Stefanik759b9732009-08-14 14:39:53 +02002197 filename = "ucode14";
Rafał Miłecki6ff1e5c2011-07-06 17:41:55 +02002198 } else if (rev == 15) {
Gábor Stefanik759b9732009-08-14 14:39:53 +02002199 filename = "ucode15";
Rafał Miłecki6ff1e5c2011-07-06 17:41:55 +02002200 } else {
2201 switch (dev->phy.type) {
2202 case B43_PHYTYPE_N:
2203 if (rev >= 16)
2204 filename = "ucode16_mimo";
2205 else
2206 goto err_no_ucode;
2207 break;
Rafał Miłecki8b9bda72011-07-07 18:58:24 +02002208 case B43_PHYTYPE_HT:
2209 if (rev == 29)
2210 filename = "ucode29_mimo";
2211 else
2212 goto err_no_ucode;
2213 break;
2214 case B43_PHYTYPE_LCN:
2215 if (rev == 24)
2216 filename = "ucode24_mimo";
2217 else
2218 goto err_no_ucode;
2219 break;
Rafał Miłecki6ff1e5c2011-07-06 17:41:55 +02002220 default:
2221 goto err_no_ucode;
2222 }
2223 }
Michael Buesch1a9f5092009-01-23 21:21:51 +01002224 err = b43_do_request_fw(ctx, filename, &fw->ucode);
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002225 if (err)
2226 goto err_load;
2227
2228 /* Get PCM code */
2229 if ((rev >= 5) && (rev <= 10))
2230 filename = "pcm5";
2231 else if (rev >= 11)
2232 filename = NULL;
2233 else
2234 goto err_no_pcm;
Rusty Russell3db1cd52011-12-19 13:56:45 +00002235 fw->pcm_request_failed = false;
Michael Buesch1a9f5092009-01-23 21:21:51 +01002236 err = b43_do_request_fw(ctx, filename, &fw->pcm);
Michael Buesch68217832008-05-17 23:43:57 +02002237 if (err == -ENOENT) {
2238 /* We did not find a PCM file? Not fatal, but
2239 * core rev <= 10 must do without hwcrypto then. */
Rusty Russell3db1cd52011-12-19 13:56:45 +00002240 fw->pcm_request_failed = true;
Michael Buesch68217832008-05-17 23:43:57 +02002241 } else if (err)
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002242 goto err_load;
2243
2244 /* Get initvals */
2245 switch (dev->phy.type) {
2246 case B43_PHYTYPE_A:
2247 if ((rev >= 5) && (rev <= 10)) {
Rafał Miłeckid48ae5c2011-05-19 15:11:26 +02002248 tmshigh = ssb_read32(dev->dev->sdev, SSB_TMSHIGH);
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002249 if (tmshigh & B43_TMSHIGH_HAVE_2GHZ_PHY)
2250 filename = "a0g1initvals5";
2251 else
2252 filename = "a0g0initvals5";
2253 } else
2254 goto err_no_initvals;
2255 break;
2256 case B43_PHYTYPE_G:
Michael Buesche4d6b792007-09-18 15:39:42 -04002257 if ((rev >= 5) && (rev <= 10))
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002258 filename = "b0g0initvals5";
Michael Buesche4d6b792007-09-18 15:39:42 -04002259 else if (rev >= 13)
Larry.Finger@lwfinger.nete9304882008-05-15 14:07:36 -05002260 filename = "b0g0initvals13";
Michael Buesche4d6b792007-09-18 15:39:42 -04002261 else
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002262 goto err_no_initvals;
2263 break;
2264 case B43_PHYTYPE_N:
Rafał Miłeckie41596a2010-12-21 11:50:19 +01002265 if (rev >= 16)
2266 filename = "n0initvals16";
2267 else if ((rev >= 11) && (rev <= 12))
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002268 filename = "n0initvals11";
2269 else
2270 goto err_no_initvals;
2271 break;
Gábor Stefanik759b9732009-08-14 14:39:53 +02002272 case B43_PHYTYPE_LP:
2273 if (rev == 13)
2274 filename = "lp0initvals13";
2275 else if (rev == 14)
2276 filename = "lp0initvals14";
2277 else if (rev >= 15)
2278 filename = "lp0initvals15";
2279 else
2280 goto err_no_initvals;
2281 break;
Rafał Miłecki8b9bda72011-07-07 18:58:24 +02002282 case B43_PHYTYPE_HT:
2283 if (rev == 29)
2284 filename = "ht0initvals29";
2285 else
2286 goto err_no_initvals;
2287 break;
2288 case B43_PHYTYPE_LCN:
2289 if (rev == 24)
2290 filename = "lcn0initvals24";
2291 else
2292 goto err_no_initvals;
2293 break;
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002294 default:
2295 goto err_no_initvals;
Michael Buesche4d6b792007-09-18 15:39:42 -04002296 }
Michael Buesch1a9f5092009-01-23 21:21:51 +01002297 err = b43_do_request_fw(ctx, filename, &fw->initvals);
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002298 if (err)
2299 goto err_load;
2300
2301 /* Get bandswitch initvals */
2302 switch (dev->phy.type) {
2303 case B43_PHYTYPE_A:
2304 if ((rev >= 5) && (rev <= 10)) {
Rafał Miłeckid48ae5c2011-05-19 15:11:26 +02002305 tmshigh = ssb_read32(dev->dev->sdev, SSB_TMSHIGH);
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002306 if (tmshigh & B43_TMSHIGH_HAVE_2GHZ_PHY)
2307 filename = "a0g1bsinitvals5";
2308 else
2309 filename = "a0g0bsinitvals5";
2310 } else if (rev >= 11)
2311 filename = NULL;
2312 else
2313 goto err_no_initvals;
2314 break;
2315 case B43_PHYTYPE_G:
Michael Buesche4d6b792007-09-18 15:39:42 -04002316 if ((rev >= 5) && (rev <= 10))
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002317 filename = "b0g0bsinitvals5";
Michael Buesche4d6b792007-09-18 15:39:42 -04002318 else if (rev >= 11)
2319 filename = NULL;
2320 else
Michael Buesche4d6b792007-09-18 15:39:42 -04002321 goto err_no_initvals;
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002322 break;
2323 case B43_PHYTYPE_N:
Rafał Miłeckie41596a2010-12-21 11:50:19 +01002324 if (rev >= 16)
2325 filename = "n0bsinitvals16";
2326 else if ((rev >= 11) && (rev <= 12))
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002327 filename = "n0bsinitvals11";
2328 else
Michael Buesche4d6b792007-09-18 15:39:42 -04002329 goto err_no_initvals;
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002330 break;
Gábor Stefanik759b9732009-08-14 14:39:53 +02002331 case B43_PHYTYPE_LP:
2332 if (rev == 13)
2333 filename = "lp0bsinitvals13";
2334 else if (rev == 14)
2335 filename = "lp0bsinitvals14";
2336 else if (rev >= 15)
2337 filename = "lp0bsinitvals15";
2338 else
2339 goto err_no_initvals;
2340 break;
Rafał Miłecki8b9bda72011-07-07 18:58:24 +02002341 case B43_PHYTYPE_HT:
2342 if (rev == 29)
2343 filename = "ht0bsinitvals29";
2344 else
2345 goto err_no_initvals;
2346 break;
2347 case B43_PHYTYPE_LCN:
2348 if (rev == 24)
2349 filename = "lcn0bsinitvals24";
2350 else
2351 goto err_no_initvals;
2352 break;
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002353 default:
2354 goto err_no_initvals;
Michael Buesche4d6b792007-09-18 15:39:42 -04002355 }
Michael Buesch1a9f5092009-01-23 21:21:51 +01002356 err = b43_do_request_fw(ctx, filename, &fw->initvals_band);
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002357 if (err)
2358 goto err_load;
Michael Buesche4d6b792007-09-18 15:39:42 -04002359
2360 return 0;
2361
Michael Buesche4d6b792007-09-18 15:39:42 -04002362err_no_ucode:
Michael Buesch1a9f5092009-01-23 21:21:51 +01002363 err = ctx->fatal_failure = -EOPNOTSUPP;
2364 b43err(dev->wl, "The driver does not know which firmware (ucode) "
2365 "is required for your device (wl-core rev %u)\n", rev);
Michael Buesche4d6b792007-09-18 15:39:42 -04002366 goto error;
2367
2368err_no_pcm:
Michael Buesch1a9f5092009-01-23 21:21:51 +01002369 err = ctx->fatal_failure = -EOPNOTSUPP;
2370 b43err(dev->wl, "The driver does not know which firmware (PCM) "
2371 "is required for your device (wl-core rev %u)\n", rev);
Michael Buesche4d6b792007-09-18 15:39:42 -04002372 goto error;
2373
2374err_no_initvals:
Michael Buesch1a9f5092009-01-23 21:21:51 +01002375 err = ctx->fatal_failure = -EOPNOTSUPP;
2376 b43err(dev->wl, "The driver does not know which firmware (initvals) "
2377 "is required for your device (wl-core rev %u)\n", rev);
2378 goto error;
2379
2380err_load:
2381 /* We failed to load this firmware image. The error message
2382 * already is in ctx->errors. Return and let our caller decide
2383 * what to do. */
Michael Buesche4d6b792007-09-18 15:39:42 -04002384 goto error;
2385
2386error:
2387 b43_release_firmware(dev);
2388 return err;
2389}
2390
Michael Buesch1a9f5092009-01-23 21:21:51 +01002391static int b43_request_firmware(struct b43_wldev *dev)
2392{
2393 struct b43_request_fw_context *ctx;
2394 unsigned int i;
2395 int err;
2396 const char *errmsg;
2397
2398 ctx = kzalloc(sizeof(*ctx), GFP_KERNEL);
2399 if (!ctx)
2400 return -ENOMEM;
2401 ctx->dev = dev;
2402
2403 ctx->req_type = B43_FWTYPE_PROPRIETARY;
2404 err = b43_try_request_fw(ctx);
2405 if (!err)
2406 goto out; /* Successfully loaded it. */
2407 err = ctx->fatal_failure;
2408 if (err)
2409 goto out;
2410
2411 ctx->req_type = B43_FWTYPE_OPENSOURCE;
2412 err = b43_try_request_fw(ctx);
2413 if (!err)
2414 goto out; /* Successfully loaded it. */
2415 err = ctx->fatal_failure;
2416 if (err)
2417 goto out;
2418
2419 /* Could not find a usable firmware. Print the errors. */
2420 for (i = 0; i < B43_NR_FWTYPES; i++) {
2421 errmsg = ctx->errors[i];
2422 if (strlen(errmsg))
2423 b43err(dev->wl, errmsg);
2424 }
2425 b43_print_fw_helptext(dev->wl, 1);
2426 err = -ENOENT;
2427
2428out:
2429 kfree(ctx);
2430 return err;
2431}
2432
Michael Buesche4d6b792007-09-18 15:39:42 -04002433static int b43_upload_microcode(struct b43_wldev *dev)
2434{
John W. Linville652caa52010-07-29 13:27:28 -04002435 struct wiphy *wiphy = dev->wl->hw->wiphy;
Michael Buesche4d6b792007-09-18 15:39:42 -04002436 const size_t hdr_len = sizeof(struct b43_fw_header);
2437 const __be32 *data;
2438 unsigned int i, len;
2439 u16 fwrev, fwpatch, fwdate, fwtime;
Michael Buesch1f7d87b2008-01-22 20:23:34 +01002440 u32 tmp, macctl;
Michael Buesche4d6b792007-09-18 15:39:42 -04002441 int err = 0;
2442
Michael Buesch1f7d87b2008-01-22 20:23:34 +01002443 /* Jump the microcode PSM to offset 0 */
2444 macctl = b43_read32(dev, B43_MMIO_MACCTL);
2445 B43_WARN_ON(macctl & B43_MACCTL_PSM_RUN);
2446 macctl |= B43_MACCTL_PSM_JMP0;
2447 b43_write32(dev, B43_MMIO_MACCTL, macctl);
2448 /* Zero out all microcode PSM registers and shared memory. */
2449 for (i = 0; i < 64; i++)
2450 b43_shm_write16(dev, B43_SHM_SCRATCH, i, 0);
2451 for (i = 0; i < 4096; i += 2)
2452 b43_shm_write16(dev, B43_SHM_SHARED, i, 0);
2453
Michael Buesche4d6b792007-09-18 15:39:42 -04002454 /* Upload Microcode. */
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002455 data = (__be32 *) (dev->fw.ucode.data->data + hdr_len);
2456 len = (dev->fw.ucode.data->size - hdr_len) / sizeof(__be32);
Michael Buesche4d6b792007-09-18 15:39:42 -04002457 b43_shm_control_word(dev, B43_SHM_UCODE | B43_SHM_AUTOINC_W, 0x0000);
2458 for (i = 0; i < len; i++) {
2459 b43_write32(dev, B43_MMIO_SHM_DATA, be32_to_cpu(data[i]));
2460 udelay(10);
2461 }
2462
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002463 if (dev->fw.pcm.data) {
Michael Buesche4d6b792007-09-18 15:39:42 -04002464 /* Upload PCM data. */
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002465 data = (__be32 *) (dev->fw.pcm.data->data + hdr_len);
2466 len = (dev->fw.pcm.data->size - hdr_len) / sizeof(__be32);
Michael Buesche4d6b792007-09-18 15:39:42 -04002467 b43_shm_control_word(dev, B43_SHM_HW, 0x01EA);
2468 b43_write32(dev, B43_MMIO_SHM_DATA, 0x00004000);
2469 /* No need for autoinc bit in SHM_HW */
2470 b43_shm_control_word(dev, B43_SHM_HW, 0x01EB);
2471 for (i = 0; i < len; i++) {
2472 b43_write32(dev, B43_MMIO_SHM_DATA, be32_to_cpu(data[i]));
2473 udelay(10);
2474 }
2475 }
2476
2477 b43_write32(dev, B43_MMIO_GEN_IRQ_REASON, B43_IRQ_ALL);
Michael Buesch1f7d87b2008-01-22 20:23:34 +01002478
2479 /* Start the microcode PSM */
Rafał Miłecki50566352012-01-02 19:31:21 +01002480 b43_maskset32(dev, B43_MMIO_MACCTL, ~B43_MACCTL_PSM_JMP0,
2481 B43_MACCTL_PSM_RUN);
Michael Buesche4d6b792007-09-18 15:39:42 -04002482
2483 /* Wait for the microcode to load and respond */
2484 i = 0;
2485 while (1) {
2486 tmp = b43_read32(dev, B43_MMIO_GEN_IRQ_REASON);
2487 if (tmp == B43_IRQ_MAC_SUSPENDED)
2488 break;
2489 i++;
Michael Buesch1f7d87b2008-01-22 20:23:34 +01002490 if (i >= 20) {
Michael Buesche4d6b792007-09-18 15:39:42 -04002491 b43err(dev->wl, "Microcode not responding\n");
Michael Buescheb189d8b2008-01-28 14:47:41 -08002492 b43_print_fw_helptext(dev->wl, 1);
Michael Buesche4d6b792007-09-18 15:39:42 -04002493 err = -ENODEV;
Michael Buesch1f7d87b2008-01-22 20:23:34 +01002494 goto error;
Michael Buesche4d6b792007-09-18 15:39:42 -04002495 }
Michael Buesche175e992009-09-11 18:31:32 +02002496 msleep(50);
Michael Buesche4d6b792007-09-18 15:39:42 -04002497 }
2498 b43_read32(dev, B43_MMIO_GEN_IRQ_REASON); /* dummy read */
2499
2500 /* Get and check the revisions. */
2501 fwrev = b43_shm_read16(dev, B43_SHM_SHARED, B43_SHM_SH_UCODEREV);
2502 fwpatch = b43_shm_read16(dev, B43_SHM_SHARED, B43_SHM_SH_UCODEPATCH);
2503 fwdate = b43_shm_read16(dev, B43_SHM_SHARED, B43_SHM_SH_UCODEDATE);
2504 fwtime = b43_shm_read16(dev, B43_SHM_SHARED, B43_SHM_SH_UCODETIME);
2505
2506 if (fwrev <= 0x128) {
2507 b43err(dev->wl, "YOUR FIRMWARE IS TOO OLD. Firmware from "
2508 "binary drivers older than version 4.x is unsupported. "
2509 "You must upgrade your firmware files.\n");
Michael Buescheb189d8b2008-01-28 14:47:41 -08002510 b43_print_fw_helptext(dev->wl, 1);
Michael Buesche4d6b792007-09-18 15:39:42 -04002511 err = -EOPNOTSUPP;
Michael Buesch1f7d87b2008-01-22 20:23:34 +01002512 goto error;
Michael Buesche4d6b792007-09-18 15:39:42 -04002513 }
Michael Buesche4d6b792007-09-18 15:39:42 -04002514 dev->fw.rev = fwrev;
2515 dev->fw.patch = fwpatch;
Rafał Miłecki5d852902011-08-11 15:07:16 +02002516 if (dev->fw.rev >= 598)
2517 dev->fw.hdr_format = B43_FW_HDR_598;
2518 else if (dev->fw.rev >= 410)
Rafał Miłeckiefe02492011-08-11 15:07:15 +02002519 dev->fw.hdr_format = B43_FW_HDR_410;
2520 else
2521 dev->fw.hdr_format = B43_FW_HDR_351;
Michael Buesche48b0ee2008-05-17 22:44:35 +02002522 dev->fw.opensource = (fwdate == 0xFFFF);
2523
Michael Buesch403a3a12009-06-08 21:04:57 +02002524 /* Default to use-all-queues. */
2525 dev->wl->hw->queues = dev->wl->mac80211_initially_registered_queues;
2526 dev->qos_enabled = !!modparam_qos;
2527 /* Default to firmware/hardware crypto acceleration. */
Rusty Russell3db1cd52011-12-19 13:56:45 +00002528 dev->hwcrypto_enabled = true;
Michael Buesch403a3a12009-06-08 21:04:57 +02002529
Michael Buesche48b0ee2008-05-17 22:44:35 +02002530 if (dev->fw.opensource) {
Michael Buesch403a3a12009-06-08 21:04:57 +02002531 u16 fwcapa;
2532
Michael Buesche48b0ee2008-05-17 22:44:35 +02002533 /* Patchlevel info is encoded in the "time" field. */
2534 dev->fw.patch = fwtime;
Michael Buesch403a3a12009-06-08 21:04:57 +02002535 b43info(dev->wl, "Loading OpenSource firmware version %u.%u\n",
2536 dev->fw.rev, dev->fw.patch);
2537
2538 fwcapa = b43_fwcapa_read(dev);
2539 if (!(fwcapa & B43_FWCAPA_HWCRYPTO) || dev->fw.pcm_request_failed) {
2540 b43info(dev->wl, "Hardware crypto acceleration not supported by firmware\n");
2541 /* Disable hardware crypto and fall back to software crypto. */
Rusty Russell3db1cd52011-12-19 13:56:45 +00002542 dev->hwcrypto_enabled = false;
Michael Buesch403a3a12009-06-08 21:04:57 +02002543 }
2544 if (!(fwcapa & B43_FWCAPA_QOS)) {
2545 b43info(dev->wl, "QoS not supported by firmware\n");
2546 /* Disable QoS. Tweak hw->queues to 1. It will be restored before
2547 * ieee80211_unregister to make sure the networking core can
2548 * properly free possible resources. */
2549 dev->wl->hw->queues = 1;
Rusty Russell3db1cd52011-12-19 13:56:45 +00002550 dev->qos_enabled = false;
Michael Buesch403a3a12009-06-08 21:04:57 +02002551 }
Michael Buesche48b0ee2008-05-17 22:44:35 +02002552 } else {
2553 b43info(dev->wl, "Loading firmware version %u.%u "
2554 "(20%.2i-%.2i-%.2i %.2i:%.2i:%.2i)\n",
2555 fwrev, fwpatch,
2556 (fwdate >> 12) & 0xF, (fwdate >> 8) & 0xF, fwdate & 0xFF,
2557 (fwtime >> 11) & 0x1F, (fwtime >> 5) & 0x3F, fwtime & 0x1F);
Michael Buesch68217832008-05-17 23:43:57 +02002558 if (dev->fw.pcm_request_failed) {
2559 b43warn(dev->wl, "No \"pcm5.fw\" firmware file found. "
2560 "Hardware accelerated cryptography is disabled.\n");
2561 b43_print_fw_helptext(dev->wl, 0);
2562 }
Michael Buesche48b0ee2008-05-17 22:44:35 +02002563 }
Michael Buesche4d6b792007-09-18 15:39:42 -04002564
John W. Linville652caa52010-07-29 13:27:28 -04002565 snprintf(wiphy->fw_version, sizeof(wiphy->fw_version), "%u.%u",
2566 dev->fw.rev, dev->fw.patch);
Rafał Miłecki21d889d2011-05-18 02:06:38 +02002567 wiphy->hw_version = dev->dev->core_id;
John W. Linville652caa52010-07-29 13:27:28 -04002568
Rafał Miłeckiefe02492011-08-11 15:07:15 +02002569 if (dev->fw.hdr_format == B43_FW_HDR_351) {
Michael Bueschc5572892008-12-27 18:26:39 +01002570 /* We're over the deadline, but we keep support for old fw
2571 * until it turns out to be in major conflict with something new. */
Michael Buescheb189d8b2008-01-28 14:47:41 -08002572 b43warn(dev->wl, "You are using an old firmware image. "
Michael Bueschc5572892008-12-27 18:26:39 +01002573 "Support for old firmware will be removed soon "
2574 "(official deadline was July 2008).\n");
Michael Buescheb189d8b2008-01-28 14:47:41 -08002575 b43_print_fw_helptext(dev->wl, 0);
2576 }
2577
Michael Buesch1f7d87b2008-01-22 20:23:34 +01002578 return 0;
2579
2580error:
Rafał Miłecki50566352012-01-02 19:31:21 +01002581 /* Stop the microcode PSM. */
2582 b43_maskset32(dev, B43_MMIO_MACCTL, ~B43_MACCTL_PSM_RUN,
2583 B43_MACCTL_PSM_JMP0);
Michael Buesch1f7d87b2008-01-22 20:23:34 +01002584
Michael Buesche4d6b792007-09-18 15:39:42 -04002585 return err;
2586}
2587
2588static int b43_write_initvals(struct b43_wldev *dev,
2589 const struct b43_iv *ivals,
2590 size_t count,
2591 size_t array_size)
2592{
2593 const struct b43_iv *iv;
2594 u16 offset;
2595 size_t i;
2596 bool bit32;
2597
2598 BUILD_BUG_ON(sizeof(struct b43_iv) != 6);
2599 iv = ivals;
2600 for (i = 0; i < count; i++) {
2601 if (array_size < sizeof(iv->offset_size))
2602 goto err_format;
2603 array_size -= sizeof(iv->offset_size);
2604 offset = be16_to_cpu(iv->offset_size);
2605 bit32 = !!(offset & B43_IV_32BIT);
2606 offset &= B43_IV_OFFSET_MASK;
2607 if (offset >= 0x1000)
2608 goto err_format;
2609 if (bit32) {
2610 u32 value;
2611
2612 if (array_size < sizeof(iv->data.d32))
2613 goto err_format;
2614 array_size -= sizeof(iv->data.d32);
2615
Harvey Harrison533dd1b2008-04-29 01:03:36 -07002616 value = get_unaligned_be32(&iv->data.d32);
Michael Buesche4d6b792007-09-18 15:39:42 -04002617 b43_write32(dev, offset, value);
2618
2619 iv = (const struct b43_iv *)((const uint8_t *)iv +
2620 sizeof(__be16) +
2621 sizeof(__be32));
2622 } else {
2623 u16 value;
2624
2625 if (array_size < sizeof(iv->data.d16))
2626 goto err_format;
2627 array_size -= sizeof(iv->data.d16);
2628
2629 value = be16_to_cpu(iv->data.d16);
2630 b43_write16(dev, offset, value);
2631
2632 iv = (const struct b43_iv *)((const uint8_t *)iv +
2633 sizeof(__be16) +
2634 sizeof(__be16));
2635 }
2636 }
2637 if (array_size)
2638 goto err_format;
2639
2640 return 0;
2641
2642err_format:
2643 b43err(dev->wl, "Initial Values Firmware file-format error.\n");
Michael Buescheb189d8b2008-01-28 14:47:41 -08002644 b43_print_fw_helptext(dev->wl, 1);
Michael Buesche4d6b792007-09-18 15:39:42 -04002645
2646 return -EPROTO;
2647}
2648
2649static int b43_upload_initvals(struct b43_wldev *dev)
2650{
2651 const size_t hdr_len = sizeof(struct b43_fw_header);
2652 const struct b43_fw_header *hdr;
2653 struct b43_firmware *fw = &dev->fw;
2654 const struct b43_iv *ivals;
2655 size_t count;
2656 int err;
2657
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002658 hdr = (const struct b43_fw_header *)(fw->initvals.data->data);
2659 ivals = (const struct b43_iv *)(fw->initvals.data->data + hdr_len);
Michael Buesche4d6b792007-09-18 15:39:42 -04002660 count = be32_to_cpu(hdr->size);
2661 err = b43_write_initvals(dev, ivals, count,
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002662 fw->initvals.data->size - hdr_len);
Michael Buesche4d6b792007-09-18 15:39:42 -04002663 if (err)
2664 goto out;
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002665 if (fw->initvals_band.data) {
2666 hdr = (const struct b43_fw_header *)(fw->initvals_band.data->data);
2667 ivals = (const struct b43_iv *)(fw->initvals_band.data->data + hdr_len);
Michael Buesche4d6b792007-09-18 15:39:42 -04002668 count = be32_to_cpu(hdr->size);
2669 err = b43_write_initvals(dev, ivals, count,
Michael Buesch61cb5dd2008-01-21 19:55:09 +01002670 fw->initvals_band.data->size - hdr_len);
Michael Buesche4d6b792007-09-18 15:39:42 -04002671 if (err)
2672 goto out;
2673 }
2674out:
2675
2676 return err;
2677}
2678
2679/* Initialize the GPIOs
2680 * http://bcm-specs.sipsolutions.net/GPIO
2681 */
Rafał Miłeckic4a2a082011-05-17 18:57:27 +02002682static struct ssb_device *b43_ssb_gpio_dev(struct b43_wldev *dev)
Michael Buesche4d6b792007-09-18 15:39:42 -04002683{
Rafał Miłeckid48ae5c2011-05-19 15:11:26 +02002684 struct ssb_bus *bus = dev->dev->sdev->bus;
Rafał Miłeckic4a2a082011-05-17 18:57:27 +02002685
2686#ifdef CONFIG_SSB_DRIVER_PCICORE
2687 return (bus->chipco.dev ? bus->chipco.dev : bus->pcicore.dev);
2688#else
2689 return bus->chipco.dev;
2690#endif
2691}
2692
Michael Buesche4d6b792007-09-18 15:39:42 -04002693static int b43_gpio_init(struct b43_wldev *dev)
2694{
Rafał Miłeckic4a2a082011-05-17 18:57:27 +02002695 struct ssb_device *gpiodev;
Michael Buesche4d6b792007-09-18 15:39:42 -04002696 u32 mask, set;
2697
Rafał Miłecki50566352012-01-02 19:31:21 +01002698 b43_maskset32(dev, B43_MMIO_MACCTL, ~B43_MACCTL_GPOUTSMSK, 0);
2699 b43_maskset16(dev, B43_MMIO_GPIO_MASK, ~0, 0xF);
Michael Buesche4d6b792007-09-18 15:39:42 -04002700
2701 mask = 0x0000001F;
2702 set = 0x0000000F;
Rafał Miłeckic244e082011-05-18 02:06:41 +02002703 if (dev->dev->chip_id == 0x4301) {
Michael Buesche4d6b792007-09-18 15:39:42 -04002704 mask |= 0x0060;
2705 set |= 0x0060;
2706 }
2707 if (0 /* FIXME: conditional unknown */ ) {
2708 b43_write16(dev, B43_MMIO_GPIO_MASK,
2709 b43_read16(dev, B43_MMIO_GPIO_MASK)
2710 | 0x0100);
2711 mask |= 0x0180;
2712 set |= 0x0180;
2713 }
Rafał Miłecki05814832011-05-18 02:06:39 +02002714 if (dev->dev->bus_sprom->boardflags_lo & B43_BFL_PACTRL) {
Michael Buesche4d6b792007-09-18 15:39:42 -04002715 b43_write16(dev, B43_MMIO_GPIO_MASK,
2716 b43_read16(dev, B43_MMIO_GPIO_MASK)
2717 | 0x0200);
2718 mask |= 0x0200;
2719 set |= 0x0200;
2720 }
Rafał Miłecki21d889d2011-05-18 02:06:38 +02002721 if (dev->dev->core_rev >= 2)
Michael Buesche4d6b792007-09-18 15:39:42 -04002722 mask |= 0x0010; /* FIXME: This is redundant. */
2723
Rafał Miłecki6cbab0d2011-07-06 15:45:26 +02002724 switch (dev->dev->bus_type) {
Rafał Miłecki42c9a452011-07-06 15:45:27 +02002725#ifdef CONFIG_B43_BCMA
2726 case B43_BUS_BCMA:
2727 bcma_cc_write32(&dev->dev->bdev->bus->drv_cc, BCMA_CC_GPIOCTL,
2728 (bcma_cc_read32(&dev->dev->bdev->bus->drv_cc,
2729 BCMA_CC_GPIOCTL) & mask) | set);
2730 break;
2731#endif
Rafał Miłecki6cbab0d2011-07-06 15:45:26 +02002732#ifdef CONFIG_B43_SSB
2733 case B43_BUS_SSB:
2734 gpiodev = b43_ssb_gpio_dev(dev);
2735 if (gpiodev)
2736 ssb_write32(gpiodev, B43_GPIO_CONTROL,
2737 (ssb_read32(gpiodev, B43_GPIO_CONTROL)
2738 & mask) | set);
2739 break;
2740#endif
2741 }
Michael Buesche4d6b792007-09-18 15:39:42 -04002742
2743 return 0;
2744}
2745
2746/* Turn off all GPIO stuff. Call this on module unload, for example. */
2747static void b43_gpio_cleanup(struct b43_wldev *dev)
2748{
Rafał Miłeckic4a2a082011-05-17 18:57:27 +02002749 struct ssb_device *gpiodev;
Michael Buesche4d6b792007-09-18 15:39:42 -04002750
Rafał Miłecki6cbab0d2011-07-06 15:45:26 +02002751 switch (dev->dev->bus_type) {
Rafał Miłecki42c9a452011-07-06 15:45:27 +02002752#ifdef CONFIG_B43_BCMA
2753 case B43_BUS_BCMA:
2754 bcma_cc_write32(&dev->dev->bdev->bus->drv_cc, BCMA_CC_GPIOCTL,
2755 0);
2756 break;
2757#endif
Rafał Miłecki6cbab0d2011-07-06 15:45:26 +02002758#ifdef CONFIG_B43_SSB
2759 case B43_BUS_SSB:
2760 gpiodev = b43_ssb_gpio_dev(dev);
2761 if (gpiodev)
2762 ssb_write32(gpiodev, B43_GPIO_CONTROL, 0);
2763 break;
2764#endif
2765 }
Michael Buesche4d6b792007-09-18 15:39:42 -04002766}
2767
2768/* http://bcm-specs.sipsolutions.net/EnableMac */
Michael Bueschf5eda472008-04-20 16:03:32 +02002769void b43_mac_enable(struct b43_wldev *dev)
Michael Buesche4d6b792007-09-18 15:39:42 -04002770{
Michael Buesch923fd702008-06-20 18:02:08 +02002771 if (b43_debug(dev, B43_DBG_FIRMWARE)) {
2772 u16 fwstate;
2773
2774 fwstate = b43_shm_read16(dev, B43_SHM_SHARED,
2775 B43_SHM_SH_UCODESTAT);
2776 if ((fwstate != B43_SHM_SH_UCODESTAT_SUSP) &&
2777 (fwstate != B43_SHM_SH_UCODESTAT_SLEEP)) {
2778 b43err(dev->wl, "b43_mac_enable(): The firmware "
2779 "should be suspended, but current state is %u\n",
2780 fwstate);
2781 }
2782 }
2783
Michael Buesche4d6b792007-09-18 15:39:42 -04002784 dev->mac_suspended--;
2785 B43_WARN_ON(dev->mac_suspended < 0);
2786 if (dev->mac_suspended == 0) {
Rafał Miłecki50566352012-01-02 19:31:21 +01002787 b43_maskset32(dev, B43_MMIO_MACCTL, ~0, B43_MACCTL_ENABLED);
Michael Buesche4d6b792007-09-18 15:39:42 -04002788 b43_write32(dev, B43_MMIO_GEN_IRQ_REASON,
2789 B43_IRQ_MAC_SUSPENDED);
2790 /* Commit writes */
2791 b43_read32(dev, B43_MMIO_MACCTL);
2792 b43_read32(dev, B43_MMIO_GEN_IRQ_REASON);
2793 b43_power_saving_ctl_bits(dev, 0);
2794 }
2795}
2796
2797/* http://bcm-specs.sipsolutions.net/SuspendMAC */
Michael Bueschf5eda472008-04-20 16:03:32 +02002798void b43_mac_suspend(struct b43_wldev *dev)
Michael Buesche4d6b792007-09-18 15:39:42 -04002799{
2800 int i;
2801 u32 tmp;
2802
Michael Buesch05b64b32007-09-28 16:19:03 +02002803 might_sleep();
Michael Buesche4d6b792007-09-18 15:39:42 -04002804 B43_WARN_ON(dev->mac_suspended < 0);
Michael Buesch05b64b32007-09-28 16:19:03 +02002805
Michael Buesche4d6b792007-09-18 15:39:42 -04002806 if (dev->mac_suspended == 0) {
2807 b43_power_saving_ctl_bits(dev, B43_PS_AWAKE);
Rafał Miłecki50566352012-01-02 19:31:21 +01002808 b43_maskset32(dev, B43_MMIO_MACCTL, ~B43_MACCTL_ENABLED, 0);
Michael Buesche4d6b792007-09-18 15:39:42 -04002809 /* force pci to flush the write */
2810 b43_read32(dev, B43_MMIO_MACCTL);
Michael Bueschba380012008-04-15 21:13:36 +02002811 for (i = 35; i; i--) {
2812 tmp = b43_read32(dev, B43_MMIO_GEN_IRQ_REASON);
2813 if (tmp & B43_IRQ_MAC_SUSPENDED)
2814 goto out;
2815 udelay(10);
2816 }
2817 /* Hm, it seems this will take some time. Use msleep(). */
Michael Buesch05b64b32007-09-28 16:19:03 +02002818 for (i = 40; i; i--) {
Michael Buesche4d6b792007-09-18 15:39:42 -04002819 tmp = b43_read32(dev, B43_MMIO_GEN_IRQ_REASON);
2820 if (tmp & B43_IRQ_MAC_SUSPENDED)
2821 goto out;
Michael Buesch05b64b32007-09-28 16:19:03 +02002822 msleep(1);
Michael Buesche4d6b792007-09-18 15:39:42 -04002823 }
2824 b43err(dev->wl, "MAC suspend failed\n");
2825 }
Michael Buesch05b64b32007-09-28 16:19:03 +02002826out:
Michael Buesche4d6b792007-09-18 15:39:42 -04002827 dev->mac_suspended++;
2828}
2829
Rafał Miłecki858a1652011-05-10 16:05:33 +02002830/* http://bcm-v4.sipsolutions.net/802.11/PHY/N/MacPhyClkSet */
2831void b43_mac_phy_clock_set(struct b43_wldev *dev, bool on)
2832{
Rafał Miłecki6cbab0d2011-07-06 15:45:26 +02002833 u32 tmp;
2834
2835 switch (dev->dev->bus_type) {
Rafał Miłecki42c9a452011-07-06 15:45:27 +02002836#ifdef CONFIG_B43_BCMA
2837 case B43_BUS_BCMA:
Rafał Miłecki36677872011-07-16 18:27:55 +02002838 tmp = bcma_aread32(dev->dev->bdev, BCMA_IOCTL);
Rafał Miłecki42c9a452011-07-06 15:45:27 +02002839 if (on)
2840 tmp |= B43_BCMA_IOCTL_MACPHYCLKEN;
2841 else
2842 tmp &= ~B43_BCMA_IOCTL_MACPHYCLKEN;
Rafał Miłecki36677872011-07-16 18:27:55 +02002843 bcma_awrite32(dev->dev->bdev, BCMA_IOCTL, tmp);
Rafał Miłecki42c9a452011-07-06 15:45:27 +02002844 break;
2845#endif
Rafał Miłecki6cbab0d2011-07-06 15:45:26 +02002846#ifdef CONFIG_B43_SSB
2847 case B43_BUS_SSB:
2848 tmp = ssb_read32(dev->dev->sdev, SSB_TMSLOW);
2849 if (on)
2850 tmp |= B43_TMSLOW_MACPHYCLKEN;
2851 else
2852 tmp &= ~B43_TMSLOW_MACPHYCLKEN;
2853 ssb_write32(dev->dev->sdev, SSB_TMSLOW, tmp);
2854 break;
2855#endif
2856 }
Rafał Miłecki858a1652011-05-10 16:05:33 +02002857}
2858
Michael Buesche4d6b792007-09-18 15:39:42 -04002859static void b43_adjust_opmode(struct b43_wldev *dev)
2860{
2861 struct b43_wl *wl = dev->wl;
2862 u32 ctl;
2863 u16 cfp_pretbtt;
2864
2865 ctl = b43_read32(dev, B43_MMIO_MACCTL);
2866 /* Reset status to STA infrastructure mode. */
2867 ctl &= ~B43_MACCTL_AP;
2868 ctl &= ~B43_MACCTL_KEEP_CTL;
2869 ctl &= ~B43_MACCTL_KEEP_BADPLCP;
2870 ctl &= ~B43_MACCTL_KEEP_BAD;
2871 ctl &= ~B43_MACCTL_PROMISC;
Johannes Berg4150c572007-09-17 01:29:23 -04002872 ctl &= ~B43_MACCTL_BEACPROMISC;
Michael Buesche4d6b792007-09-18 15:39:42 -04002873 ctl |= B43_MACCTL_INFRA;
2874
Johannes Berg05c914f2008-09-11 00:01:58 +02002875 if (b43_is_mode(wl, NL80211_IFTYPE_AP) ||
2876 b43_is_mode(wl, NL80211_IFTYPE_MESH_POINT))
Johannes Berg4150c572007-09-17 01:29:23 -04002877 ctl |= B43_MACCTL_AP;
Johannes Berg05c914f2008-09-11 00:01:58 +02002878 else if (b43_is_mode(wl, NL80211_IFTYPE_ADHOC))
Johannes Berg4150c572007-09-17 01:29:23 -04002879 ctl &= ~B43_MACCTL_INFRA;
2880
2881 if (wl->filter_flags & FIF_CONTROL)
Michael Buesche4d6b792007-09-18 15:39:42 -04002882 ctl |= B43_MACCTL_KEEP_CTL;
Johannes Berg4150c572007-09-17 01:29:23 -04002883 if (wl->filter_flags & FIF_FCSFAIL)
2884 ctl |= B43_MACCTL_KEEP_BAD;
2885 if (wl->filter_flags & FIF_PLCPFAIL)
2886 ctl |= B43_MACCTL_KEEP_BADPLCP;
2887 if (wl->filter_flags & FIF_PROMISC_IN_BSS)
Michael Buesche4d6b792007-09-18 15:39:42 -04002888 ctl |= B43_MACCTL_PROMISC;
Johannes Berg4150c572007-09-17 01:29:23 -04002889 if (wl->filter_flags & FIF_BCN_PRBRESP_PROMISC)
2890 ctl |= B43_MACCTL_BEACPROMISC;
2891
Michael Buesche4d6b792007-09-18 15:39:42 -04002892 /* Workaround: On old hardware the HW-MAC-address-filter
2893 * doesn't work properly, so always run promisc in filter
2894 * it in software. */
Rafał Miłecki21d889d2011-05-18 02:06:38 +02002895 if (dev->dev->core_rev <= 4)
Michael Buesche4d6b792007-09-18 15:39:42 -04002896 ctl |= B43_MACCTL_PROMISC;
2897
2898 b43_write32(dev, B43_MMIO_MACCTL, ctl);
2899
2900 cfp_pretbtt = 2;
2901 if ((ctl & B43_MACCTL_INFRA) && !(ctl & B43_MACCTL_AP)) {
Rafał Miłeckic244e082011-05-18 02:06:41 +02002902 if (dev->dev->chip_id == 0x4306 &&
2903 dev->dev->chip_rev == 3)
Michael Buesche4d6b792007-09-18 15:39:42 -04002904 cfp_pretbtt = 100;
2905 else
2906 cfp_pretbtt = 50;
2907 }
2908 b43_write16(dev, 0x612, cfp_pretbtt);
Michael Buesch09ebe2f2009-09-12 00:52:48 +02002909
2910 /* FIXME: We don't currently implement the PMQ mechanism,
2911 * so always disable it. If we want to implement PMQ,
2912 * we need to enable it here (clear DISCPMQ) in AP mode.
2913 */
Rafał Miłecki50566352012-01-02 19:31:21 +01002914 if (0 /* ctl & B43_MACCTL_AP */)
2915 b43_maskset32(dev, B43_MMIO_MACCTL, ~B43_MACCTL_DISCPMQ, 0);
2916 else
2917 b43_maskset32(dev, B43_MMIO_MACCTL, ~0, B43_MACCTL_DISCPMQ);
Michael Buesche4d6b792007-09-18 15:39:42 -04002918}
2919
2920static void b43_rate_memory_write(struct b43_wldev *dev, u16 rate, int is_ofdm)
2921{
2922 u16 offset;
2923
2924 if (is_ofdm) {
2925 offset = 0x480;
2926 offset += (b43_plcp_get_ratecode_ofdm(rate) & 0x000F) * 2;
2927 } else {
2928 offset = 0x4C0;
2929 offset += (b43_plcp_get_ratecode_cck(rate) & 0x000F) * 2;
2930 }
2931 b43_shm_write16(dev, B43_SHM_SHARED, offset + 0x20,
2932 b43_shm_read16(dev, B43_SHM_SHARED, offset));
2933}
2934
2935static void b43_rate_memory_init(struct b43_wldev *dev)
2936{
2937 switch (dev->phy.type) {
2938 case B43_PHYTYPE_A:
2939 case B43_PHYTYPE_G:
Michael Buesch53a6e232008-01-13 21:23:44 +01002940 case B43_PHYTYPE_N:
Gábor Stefanik9d86a2d2009-08-14 14:54:46 +02002941 case B43_PHYTYPE_LP:
Rafał Miłecki6a461c22011-08-12 00:03:25 +02002942 case B43_PHYTYPE_HT:
Rafał Miłecki0b4ff452011-08-31 23:36:16 +02002943 case B43_PHYTYPE_LCN:
Michael Buesche4d6b792007-09-18 15:39:42 -04002944 b43_rate_memory_write(dev, B43_OFDM_RATE_6MB, 1);
2945 b43_rate_memory_write(dev, B43_OFDM_RATE_12MB, 1);
2946 b43_rate_memory_write(dev, B43_OFDM_RATE_18MB, 1);
2947 b43_rate_memory_write(dev, B43_OFDM_RATE_24MB, 1);
2948 b43_rate_memory_write(dev, B43_OFDM_RATE_36MB, 1);
2949 b43_rate_memory_write(dev, B43_OFDM_RATE_48MB, 1);
2950 b43_rate_memory_write(dev, B43_OFDM_RATE_54MB, 1);
2951 if (dev->phy.type == B43_PHYTYPE_A)
2952 break;
2953 /* fallthrough */
2954 case B43_PHYTYPE_B:
2955 b43_rate_memory_write(dev, B43_CCK_RATE_1MB, 0);
2956 b43_rate_memory_write(dev, B43_CCK_RATE_2MB, 0);
2957 b43_rate_memory_write(dev, B43_CCK_RATE_5MB, 0);
2958 b43_rate_memory_write(dev, B43_CCK_RATE_11MB, 0);
2959 break;
2960 default:
2961 B43_WARN_ON(1);
2962 }
2963}
2964
Michael Buesch5042c502008-04-05 15:05:00 +02002965/* Set the default values for the PHY TX Control Words. */
2966static void b43_set_phytxctl_defaults(struct b43_wldev *dev)
2967{
2968 u16 ctl = 0;
2969
2970 ctl |= B43_TXH_PHY_ENC_CCK;
2971 ctl |= B43_TXH_PHY_ANT01AUTO;
2972 ctl |= B43_TXH_PHY_TXPWR;
2973
2974 b43_shm_write16(dev, B43_SHM_SHARED, B43_SHM_SH_BEACPHYCTL, ctl);
2975 b43_shm_write16(dev, B43_SHM_SHARED, B43_SHM_SH_ACKCTSPHYCTL, ctl);
2976 b43_shm_write16(dev, B43_SHM_SHARED, B43_SHM_SH_PRPHYCTL, ctl);
2977}
2978
Michael Buesche4d6b792007-09-18 15:39:42 -04002979/* Set the TX-Antenna for management frames sent by firmware. */
2980static void b43_mgmtframe_txantenna(struct b43_wldev *dev, int antenna)
2981{
Michael Buesch5042c502008-04-05 15:05:00 +02002982 u16 ant;
Michael Buesche4d6b792007-09-18 15:39:42 -04002983 u16 tmp;
2984
Michael Buesch5042c502008-04-05 15:05:00 +02002985 ant = b43_antenna_to_phyctl(antenna);
Michael Buesche4d6b792007-09-18 15:39:42 -04002986
Michael Buesche4d6b792007-09-18 15:39:42 -04002987 /* For ACK/CTS */
2988 tmp = b43_shm_read16(dev, B43_SHM_SHARED, B43_SHM_SH_ACKCTSPHYCTL);
Michael Buescheb189d8b2008-01-28 14:47:41 -08002989 tmp = (tmp & ~B43_TXH_PHY_ANT) | ant;
Michael Buesche4d6b792007-09-18 15:39:42 -04002990 b43_shm_write16(dev, B43_SHM_SHARED, B43_SHM_SH_ACKCTSPHYCTL, tmp);
2991 /* For Probe Resposes */
2992 tmp = b43_shm_read16(dev, B43_SHM_SHARED, B43_SHM_SH_PRPHYCTL);
Michael Buescheb189d8b2008-01-28 14:47:41 -08002993 tmp = (tmp & ~B43_TXH_PHY_ANT) | ant;
Michael Buesche4d6b792007-09-18 15:39:42 -04002994 b43_shm_write16(dev, B43_SHM_SHARED, B43_SHM_SH_PRPHYCTL, tmp);
2995}
2996
2997/* This is the opposite of b43_chip_init() */
2998static void b43_chip_exit(struct b43_wldev *dev)
2999{
Michael Bueschfb111372008-09-02 13:00:34 +02003000 b43_phy_exit(dev);
Michael Buesche4d6b792007-09-18 15:39:42 -04003001 b43_gpio_cleanup(dev);
3002 /* firmware is released later */
3003}
3004
3005/* Initialize the chip
3006 * http://bcm-specs.sipsolutions.net/ChipInit
3007 */
3008static int b43_chip_init(struct b43_wldev *dev)
3009{
3010 struct b43_phy *phy = &dev->phy;
Michael Bueschef1a6282008-08-27 18:53:02 +02003011 int err;
Rafał Miłecki858a1652011-05-10 16:05:33 +02003012 u32 macctl;
Michael Buesche4d6b792007-09-18 15:39:42 -04003013 u16 value16;
3014
Michael Buesch1f7d87b2008-01-22 20:23:34 +01003015 /* Initialize the MAC control */
3016 macctl = B43_MACCTL_IHR_ENABLED | B43_MACCTL_SHM_ENABLED;
3017 if (dev->phy.gmode)
3018 macctl |= B43_MACCTL_GMODE;
3019 macctl |= B43_MACCTL_INFRA;
3020 b43_write32(dev, B43_MMIO_MACCTL, macctl);
Michael Buesche4d6b792007-09-18 15:39:42 -04003021
3022 err = b43_request_firmware(dev);
3023 if (err)
3024 goto out;
3025 err = b43_upload_microcode(dev);
3026 if (err)
3027 goto out; /* firmware is released later */
3028
3029 err = b43_gpio_init(dev);
3030 if (err)
3031 goto out; /* firmware is released later */
Michael Buesch21954c32007-09-27 15:31:40 +02003032
Michael Buesche4d6b792007-09-18 15:39:42 -04003033 err = b43_upload_initvals(dev);
3034 if (err)
Larry Finger1a8d1222007-12-14 13:59:11 +01003035 goto err_gpio_clean;
Michael Buesche4d6b792007-09-18 15:39:42 -04003036
Michael Buesch0b7dcd92008-09-03 12:31:54 +02003037 /* Turn the Analog on and initialize the PHY. */
3038 phy->ops->switch_analog(dev, 1);
Michael Buesche4d6b792007-09-18 15:39:42 -04003039 err = b43_phy_init(dev);
3040 if (err)
Michael Bueschef1a6282008-08-27 18:53:02 +02003041 goto err_gpio_clean;
Michael Buesche4d6b792007-09-18 15:39:42 -04003042
Michael Bueschef1a6282008-08-27 18:53:02 +02003043 /* Disable Interference Mitigation. */
3044 if (phy->ops->interf_mitigation)
3045 phy->ops->interf_mitigation(dev, B43_INTERFMODE_NONE);
Michael Buesche4d6b792007-09-18 15:39:42 -04003046
Michael Bueschef1a6282008-08-27 18:53:02 +02003047 /* Select the antennae */
3048 if (phy->ops->set_rx_antenna)
3049 phy->ops->set_rx_antenna(dev, B43_ANTENNA_DEFAULT);
Michael Buesche4d6b792007-09-18 15:39:42 -04003050 b43_mgmtframe_txantenna(dev, B43_ANTENNA_DEFAULT);
3051
3052 if (phy->type == B43_PHYTYPE_B) {
3053 value16 = b43_read16(dev, 0x005E);
3054 value16 |= 0x0004;
3055 b43_write16(dev, 0x005E, value16);
3056 }
3057 b43_write32(dev, 0x0100, 0x01000000);
Rafał Miłecki21d889d2011-05-18 02:06:38 +02003058 if (dev->dev->core_rev < 5)
Michael Buesche4d6b792007-09-18 15:39:42 -04003059 b43_write32(dev, 0x010C, 0x01000000);
3060
Rafał Miłecki50566352012-01-02 19:31:21 +01003061 b43_maskset32(dev, B43_MMIO_MACCTL, ~B43_MACCTL_INFRA, 0);
3062 b43_maskset32(dev, B43_MMIO_MACCTL, ~0, B43_MACCTL_INFRA);
Michael Buesche4d6b792007-09-18 15:39:42 -04003063
Michael Buesche4d6b792007-09-18 15:39:42 -04003064 /* Probe Response Timeout value */
3065 /* FIXME: Default to 0, has to be set by ioctl probably... :-/ */
3066 b43_shm_write16(dev, B43_SHM_SHARED, 0x0074, 0x0000);
3067
3068 /* Initially set the wireless operation mode. */
3069 b43_adjust_opmode(dev);
3070
Rafał Miłecki21d889d2011-05-18 02:06:38 +02003071 if (dev->dev->core_rev < 3) {
Michael Buesche4d6b792007-09-18 15:39:42 -04003072 b43_write16(dev, 0x060E, 0x0000);
3073 b43_write16(dev, 0x0610, 0x8000);
3074 b43_write16(dev, 0x0604, 0x0000);
3075 b43_write16(dev, 0x0606, 0x0200);
3076 } else {
3077 b43_write32(dev, 0x0188, 0x80000000);
3078 b43_write32(dev, 0x018C, 0x02000000);
3079 }
3080 b43_write32(dev, B43_MMIO_GEN_IRQ_REASON, 0x00004000);
3081 b43_write32(dev, B43_MMIO_DMA0_IRQ_MASK, 0x0001DC00);
3082 b43_write32(dev, B43_MMIO_DMA1_IRQ_MASK, 0x0000DC00);
3083 b43_write32(dev, B43_MMIO_DMA2_IRQ_MASK, 0x0000DC00);
3084 b43_write32(dev, B43_MMIO_DMA3_IRQ_MASK, 0x0001DC00);
3085 b43_write32(dev, B43_MMIO_DMA4_IRQ_MASK, 0x0000DC00);
3086 b43_write32(dev, B43_MMIO_DMA5_IRQ_MASK, 0x0000DC00);
3087
Rafał Miłecki858a1652011-05-10 16:05:33 +02003088 b43_mac_phy_clock_set(dev, true);
Michael Buesche4d6b792007-09-18 15:39:42 -04003089
Rafał Miłecki6cbab0d2011-07-06 15:45:26 +02003090 switch (dev->dev->bus_type) {
Rafał Miłecki42c9a452011-07-06 15:45:27 +02003091#ifdef CONFIG_B43_BCMA
3092 case B43_BUS_BCMA:
3093 /* FIXME: 0xE74 is quite common, but should be read from CC */
3094 b43_write16(dev, B43_MMIO_POWERUP_DELAY, 0xE74);
3095 break;
3096#endif
Rafał Miłecki6cbab0d2011-07-06 15:45:26 +02003097#ifdef CONFIG_B43_SSB
3098 case B43_BUS_SSB:
3099 b43_write16(dev, B43_MMIO_POWERUP_DELAY,
3100 dev->dev->sdev->bus->chipco.fast_pwrup_delay);
3101 break;
3102#endif
3103 }
Michael Buesche4d6b792007-09-18 15:39:42 -04003104
3105 err = 0;
3106 b43dbg(dev->wl, "Chip initialized\n");
Michael Buesch21954c32007-09-27 15:31:40 +02003107out:
Michael Buesche4d6b792007-09-18 15:39:42 -04003108 return err;
3109
Larry Finger1a8d1222007-12-14 13:59:11 +01003110err_gpio_clean:
Michael Buesche4d6b792007-09-18 15:39:42 -04003111 b43_gpio_cleanup(dev);
Michael Buesch21954c32007-09-27 15:31:40 +02003112 return err;
Michael Buesche4d6b792007-09-18 15:39:42 -04003113}
3114
Michael Buesche4d6b792007-09-18 15:39:42 -04003115static void b43_periodic_every60sec(struct b43_wldev *dev)
3116{
Michael Bueschef1a6282008-08-27 18:53:02 +02003117 const struct b43_phy_operations *ops = dev->phy.ops;
Michael Buesche4d6b792007-09-18 15:39:42 -04003118
Michael Bueschef1a6282008-08-27 18:53:02 +02003119 if (ops->pwork_60sec)
3120 ops->pwork_60sec(dev);
Michael Buesch18c8ade2008-08-28 19:33:40 +02003121
3122 /* Force check the TX power emission now. */
3123 b43_phy_txpower_check(dev, B43_TXPWR_IGNORE_TIME);
Michael Buesche4d6b792007-09-18 15:39:42 -04003124}
3125
3126static void b43_periodic_every30sec(struct b43_wldev *dev)
3127{
3128 /* Update device statistics. */
3129 b43_calculate_link_quality(dev);
3130}
3131
3132static void b43_periodic_every15sec(struct b43_wldev *dev)
3133{
3134 struct b43_phy *phy = &dev->phy;
Michael Buesch9b839a72008-06-20 17:44:02 +02003135 u16 wdr;
3136
3137 if (dev->fw.opensource) {
3138 /* Check if the firmware is still alive.
3139 * It will reset the watchdog counter to 0 in its idle loop. */
3140 wdr = b43_shm_read16(dev, B43_SHM_SCRATCH, B43_WATCHDOG_REG);
3141 if (unlikely(wdr)) {
3142 b43err(dev->wl, "Firmware watchdog: The firmware died!\n");
3143 b43_controller_restart(dev, "Firmware watchdog");
3144 return;
3145 } else {
3146 b43_shm_write16(dev, B43_SHM_SCRATCH,
3147 B43_WATCHDOG_REG, 1);
3148 }
3149 }
Michael Buesche4d6b792007-09-18 15:39:42 -04003150
Michael Bueschef1a6282008-08-27 18:53:02 +02003151 if (phy->ops->pwork_15sec)
3152 phy->ops->pwork_15sec(dev);
3153
Stefano Brivio00e0b8c2007-11-25 11:10:33 +01003154 atomic_set(&phy->txerr_cnt, B43_PHY_TX_BADNESS_LIMIT);
3155 wmb();
Michael Buesch990b86f2009-09-12 00:48:03 +02003156
3157#if B43_DEBUG
3158 if (b43_debug(dev, B43_DBG_VERBOSESTATS)) {
3159 unsigned int i;
3160
3161 b43dbg(dev->wl, "Stats: %7u IRQs/sec, %7u TX/sec, %7u RX/sec\n",
3162 dev->irq_count / 15,
3163 dev->tx_count / 15,
3164 dev->rx_count / 15);
3165 dev->irq_count = 0;
3166 dev->tx_count = 0;
3167 dev->rx_count = 0;
3168 for (i = 0; i < ARRAY_SIZE(dev->irq_bit_count); i++) {
3169 if (dev->irq_bit_count[i]) {
3170 b43dbg(dev->wl, "Stats: %7u IRQ-%02u/sec (0x%08X)\n",
3171 dev->irq_bit_count[i] / 15, i, (1 << i));
3172 dev->irq_bit_count[i] = 0;
3173 }
3174 }
3175 }
3176#endif
Michael Buesche4d6b792007-09-18 15:39:42 -04003177}
3178
Michael Buesche4d6b792007-09-18 15:39:42 -04003179static void do_periodic_work(struct b43_wldev *dev)
3180{
3181 unsigned int state;
3182
3183 state = dev->periodic_state;
Michael Buesch42bb4cd2007-09-28 14:22:33 +02003184 if (state % 4 == 0)
Michael Buesche4d6b792007-09-18 15:39:42 -04003185 b43_periodic_every60sec(dev);
Michael Buesch42bb4cd2007-09-28 14:22:33 +02003186 if (state % 2 == 0)
Michael Buesche4d6b792007-09-18 15:39:42 -04003187 b43_periodic_every30sec(dev);
Michael Buesch42bb4cd2007-09-28 14:22:33 +02003188 b43_periodic_every15sec(dev);
Michael Buesche4d6b792007-09-18 15:39:42 -04003189}
3190
Michael Buesch05b64b32007-09-28 16:19:03 +02003191/* Periodic work locking policy:
3192 * The whole periodic work handler is protected by
3193 * wl->mutex. If another lock is needed somewhere in the
Uwe Kleine-König21ae2952009-10-07 15:21:09 +02003194 * pwork callchain, it's acquired in-place, where it's needed.
Michael Buesche4d6b792007-09-18 15:39:42 -04003195 */
Michael Buesche4d6b792007-09-18 15:39:42 -04003196static void b43_periodic_work_handler(struct work_struct *work)
3197{
Michael Buesch05b64b32007-09-28 16:19:03 +02003198 struct b43_wldev *dev = container_of(work, struct b43_wldev,
3199 periodic_work.work);
3200 struct b43_wl *wl = dev->wl;
3201 unsigned long delay;
Michael Buesche4d6b792007-09-18 15:39:42 -04003202
Michael Buesch05b64b32007-09-28 16:19:03 +02003203 mutex_lock(&wl->mutex);
Michael Buesche4d6b792007-09-18 15:39:42 -04003204
3205 if (unlikely(b43_status(dev) != B43_STAT_STARTED))
3206 goto out;
3207 if (b43_debug(dev, B43_DBG_PWORK_STOP))
3208 goto out_requeue;
3209
Michael Buesch05b64b32007-09-28 16:19:03 +02003210 do_periodic_work(dev);
Michael Buesche4d6b792007-09-18 15:39:42 -04003211
Michael Buesche4d6b792007-09-18 15:39:42 -04003212 dev->periodic_state++;
Michael Buesch42bb4cd2007-09-28 14:22:33 +02003213out_requeue:
Michael Buesche4d6b792007-09-18 15:39:42 -04003214 if (b43_debug(dev, B43_DBG_PWORK_FAST))
3215 delay = msecs_to_jiffies(50);
3216 else
Anton Blanchard82cd6822007-10-15 00:42:23 -05003217 delay = round_jiffies_relative(HZ * 15);
Luis R. Rodriguez42935ec2009-07-29 20:08:07 -04003218 ieee80211_queue_delayed_work(wl->hw, &dev->periodic_work, delay);
Michael Buesch42bb4cd2007-09-28 14:22:33 +02003219out:
Michael Buesch05b64b32007-09-28 16:19:03 +02003220 mutex_unlock(&wl->mutex);
Michael Buesche4d6b792007-09-18 15:39:42 -04003221}
3222
3223static void b43_periodic_tasks_setup(struct b43_wldev *dev)
3224{
3225 struct delayed_work *work = &dev->periodic_work;
3226
3227 dev->periodic_state = 0;
3228 INIT_DELAYED_WORK(work, b43_periodic_work_handler);
Luis R. Rodriguez42935ec2009-07-29 20:08:07 -04003229 ieee80211_queue_delayed_work(dev->wl->hw, work, 0);
Michael Buesche4d6b792007-09-18 15:39:42 -04003230}
3231
Michael Bueschf3dd3fc2007-12-22 21:56:30 +01003232/* Check if communication with the device works correctly. */
Michael Buesche4d6b792007-09-18 15:39:42 -04003233static int b43_validate_chipaccess(struct b43_wldev *dev)
3234{
Michael Bueschf62ae6c2009-07-31 20:51:41 +02003235 u32 v, backup0, backup4;
Michael Buesche4d6b792007-09-18 15:39:42 -04003236
Michael Bueschf62ae6c2009-07-31 20:51:41 +02003237 backup0 = b43_shm_read32(dev, B43_SHM_SHARED, 0);
3238 backup4 = b43_shm_read32(dev, B43_SHM_SHARED, 4);
Michael Bueschf3dd3fc2007-12-22 21:56:30 +01003239
3240 /* Check for read/write and endianness problems. */
Michael Buesche4d6b792007-09-18 15:39:42 -04003241 b43_shm_write32(dev, B43_SHM_SHARED, 0, 0x55AAAA55);
3242 if (b43_shm_read32(dev, B43_SHM_SHARED, 0) != 0x55AAAA55)
3243 goto error;
Michael Bueschf3dd3fc2007-12-22 21:56:30 +01003244 b43_shm_write32(dev, B43_SHM_SHARED, 0, 0xAA5555AA);
3245 if (b43_shm_read32(dev, B43_SHM_SHARED, 0) != 0xAA5555AA)
Michael Buesche4d6b792007-09-18 15:39:42 -04003246 goto error;
3247
Michael Bueschf62ae6c2009-07-31 20:51:41 +02003248 /* Check if unaligned 32bit SHM_SHARED access works properly.
3249 * However, don't bail out on failure, because it's noncritical. */
3250 b43_shm_write16(dev, B43_SHM_SHARED, 0, 0x1122);
3251 b43_shm_write16(dev, B43_SHM_SHARED, 2, 0x3344);
3252 b43_shm_write16(dev, B43_SHM_SHARED, 4, 0x5566);
3253 b43_shm_write16(dev, B43_SHM_SHARED, 6, 0x7788);
3254 if (b43_shm_read32(dev, B43_SHM_SHARED, 2) != 0x55663344)
3255 b43warn(dev->wl, "Unaligned 32bit SHM read access is broken\n");
3256 b43_shm_write32(dev, B43_SHM_SHARED, 2, 0xAABBCCDD);
3257 if (b43_shm_read16(dev, B43_SHM_SHARED, 0) != 0x1122 ||
3258 b43_shm_read16(dev, B43_SHM_SHARED, 2) != 0xCCDD ||
3259 b43_shm_read16(dev, B43_SHM_SHARED, 4) != 0xAABB ||
3260 b43_shm_read16(dev, B43_SHM_SHARED, 6) != 0x7788)
3261 b43warn(dev->wl, "Unaligned 32bit SHM write access is broken\n");
3262
3263 b43_shm_write32(dev, B43_SHM_SHARED, 0, backup0);
3264 b43_shm_write32(dev, B43_SHM_SHARED, 4, backup4);
Michael Bueschf3dd3fc2007-12-22 21:56:30 +01003265
Rafał Miłecki21d889d2011-05-18 02:06:38 +02003266 if ((dev->dev->core_rev >= 3) && (dev->dev->core_rev <= 10)) {
Michael Bueschf3dd3fc2007-12-22 21:56:30 +01003267 /* The 32bit register shadows the two 16bit registers
3268 * with update sideeffects. Validate this. */
3269 b43_write16(dev, B43_MMIO_TSF_CFP_START, 0xAAAA);
3270 b43_write32(dev, B43_MMIO_TSF_CFP_START, 0xCCCCBBBB);
3271 if (b43_read16(dev, B43_MMIO_TSF_CFP_START_LOW) != 0xBBBB)
3272 goto error;
3273 if (b43_read16(dev, B43_MMIO_TSF_CFP_START_HIGH) != 0xCCCC)
3274 goto error;
3275 }
3276 b43_write32(dev, B43_MMIO_TSF_CFP_START, 0);
3277
3278 v = b43_read32(dev, B43_MMIO_MACCTL);
3279 v |= B43_MACCTL_GMODE;
3280 if (v != (B43_MACCTL_GMODE | B43_MACCTL_IHR_ENABLED))
Michael Buesche4d6b792007-09-18 15:39:42 -04003281 goto error;
3282
3283 return 0;
Michael Bueschf3dd3fc2007-12-22 21:56:30 +01003284error:
Michael Buesche4d6b792007-09-18 15:39:42 -04003285 b43err(dev->wl, "Failed to validate the chipaccess\n");
3286 return -ENODEV;
3287}
3288
3289static void b43_security_init(struct b43_wldev *dev)
3290{
Michael Buesche4d6b792007-09-18 15:39:42 -04003291 dev->ktp = b43_shm_read16(dev, B43_SHM_SHARED, B43_SHM_SH_KTP);
3292 /* KTP is a word address, but we address SHM bytewise.
3293 * So multiply by two.
3294 */
3295 dev->ktp *= 2;
Michael Buesch66d2d082009-08-06 10:36:50 +02003296 /* Number of RCMTA address slots */
3297 b43_write16(dev, B43_MMIO_RCMTA_COUNT, B43_NR_PAIRWISE_KEYS);
3298 /* Clear the key memory. */
Michael Buesche4d6b792007-09-18 15:39:42 -04003299 b43_clear_keys(dev);
3300}
3301
Michael Buesch616de352009-03-29 13:19:31 +02003302#ifdef CONFIG_B43_HWRNG
John Daiker99da1852009-02-24 02:16:42 -08003303static int b43_rng_read(struct hwrng *rng, u32 *data)
Michael Buesche4d6b792007-09-18 15:39:42 -04003304{
3305 struct b43_wl *wl = (struct b43_wl *)rng->priv;
Michael Buescha78b3bb2009-09-11 21:44:05 +02003306 struct b43_wldev *dev;
3307 int count = -ENODEV;
Michael Buesche4d6b792007-09-18 15:39:42 -04003308
Michael Buescha78b3bb2009-09-11 21:44:05 +02003309 mutex_lock(&wl->mutex);
3310 dev = wl->current_dev;
3311 if (likely(dev && b43_status(dev) >= B43_STAT_INITIALIZED)) {
3312 *data = b43_read16(dev, B43_MMIO_RNG);
3313 count = sizeof(u16);
3314 }
3315 mutex_unlock(&wl->mutex);
Michael Buesche4d6b792007-09-18 15:39:42 -04003316
Michael Buescha78b3bb2009-09-11 21:44:05 +02003317 return count;
Michael Buesche4d6b792007-09-18 15:39:42 -04003318}
Michael Buesch616de352009-03-29 13:19:31 +02003319#endif /* CONFIG_B43_HWRNG */
Michael Buesche4d6b792007-09-18 15:39:42 -04003320
Rafael J. Wysockib844eba2008-03-23 20:28:24 +01003321static void b43_rng_exit(struct b43_wl *wl)
Michael Buesche4d6b792007-09-18 15:39:42 -04003322{
Michael Buesch616de352009-03-29 13:19:31 +02003323#ifdef CONFIG_B43_HWRNG
Michael Buesche4d6b792007-09-18 15:39:42 -04003324 if (wl->rng_initialized)
Rafael J. Wysockib844eba2008-03-23 20:28:24 +01003325 hwrng_unregister(&wl->rng);
Michael Buesch616de352009-03-29 13:19:31 +02003326#endif /* CONFIG_B43_HWRNG */
Michael Buesche4d6b792007-09-18 15:39:42 -04003327}
3328
3329static int b43_rng_init(struct b43_wl *wl)
3330{
Michael Buesch616de352009-03-29 13:19:31 +02003331 int err = 0;
Michael Buesche4d6b792007-09-18 15:39:42 -04003332
Michael Buesch616de352009-03-29 13:19:31 +02003333#ifdef CONFIG_B43_HWRNG
Michael Buesche4d6b792007-09-18 15:39:42 -04003334 snprintf(wl->rng_name, ARRAY_SIZE(wl->rng_name),
3335 "%s_%s", KBUILD_MODNAME, wiphy_name(wl->hw->wiphy));
3336 wl->rng.name = wl->rng_name;
3337 wl->rng.data_read = b43_rng_read;
3338 wl->rng.priv = (unsigned long)wl;
Rusty Russell3db1cd52011-12-19 13:56:45 +00003339 wl->rng_initialized = true;
Michael Buesche4d6b792007-09-18 15:39:42 -04003340 err = hwrng_register(&wl->rng);
3341 if (err) {
Rusty Russell3db1cd52011-12-19 13:56:45 +00003342 wl->rng_initialized = false;
Michael Buesche4d6b792007-09-18 15:39:42 -04003343 b43err(wl, "Failed to register the random "
3344 "number generator (%d)\n", err);
3345 }
Michael Buesch616de352009-03-29 13:19:31 +02003346#endif /* CONFIG_B43_HWRNG */
Michael Buesche4d6b792007-09-18 15:39:42 -04003347
3348 return err;
3349}
3350
Michael Bueschf5d40ee2009-09-04 22:53:18 +02003351static void b43_tx_work(struct work_struct *work)
Michael Buesche4d6b792007-09-18 15:39:42 -04003352{
Michael Bueschf5d40ee2009-09-04 22:53:18 +02003353 struct b43_wl *wl = container_of(work, struct b43_wl, tx_work);
3354 struct b43_wldev *dev;
3355 struct sk_buff *skb;
francesco.gringoli@ing.unibs.itbad69192011-12-16 18:34:56 +01003356 int queue_num;
Michael Bueschf5d40ee2009-09-04 22:53:18 +02003357 int err = 0;
Michael Buesche4d6b792007-09-18 15:39:42 -04003358
Michael Bueschf5d40ee2009-09-04 22:53:18 +02003359 mutex_lock(&wl->mutex);
3360 dev = wl->current_dev;
3361 if (unlikely(!dev || b43_status(dev) < B43_STAT_STARTED)) {
3362 mutex_unlock(&wl->mutex);
3363 return;
Michael Buesch5100d5a2008-03-29 21:01:16 +01003364 }
Michael Buesch21a75d72008-04-25 19:29:08 +02003365
francesco.gringoli@ing.unibs.itbad69192011-12-16 18:34:56 +01003366 for (queue_num = 0; queue_num < B43_QOS_QUEUE_NUM; queue_num++) {
3367 while (skb_queue_len(&wl->tx_queue[queue_num])) {
3368 skb = skb_dequeue(&wl->tx_queue[queue_num]);
3369 if (b43_using_pio_transfers(dev))
3370 err = b43_pio_tx(dev, skb);
3371 else
3372 err = b43_dma_tx(dev, skb);
3373 if (err == -ENOSPC) {
3374 wl->tx_queue_stopped[queue_num] = 1;
3375 ieee80211_stop_queue(wl->hw, queue_num);
3376 skb_queue_head(&wl->tx_queue[queue_num], skb);
3377 break;
3378 }
3379 if (unlikely(err))
3380 dev_kfree_skb(skb); /* Drop it */
3381 err = 0;
3382 }
Michael Buesch21a75d72008-04-25 19:29:08 +02003383
francesco.gringoli@ing.unibs.itbad69192011-12-16 18:34:56 +01003384 if (!err)
3385 wl->tx_queue_stopped[queue_num] = 0;
Michael Buesch21a75d72008-04-25 19:29:08 +02003386 }
3387
Michael Buesch990b86f2009-09-12 00:48:03 +02003388#if B43_DEBUG
3389 dev->tx_count++;
3390#endif
Michael Bueschf5d40ee2009-09-04 22:53:18 +02003391 mutex_unlock(&wl->mutex);
3392}
Michael Buesch21a75d72008-04-25 19:29:08 +02003393
Johannes Berg7bb45682011-02-24 14:42:06 +01003394static void b43_op_tx(struct ieee80211_hw *hw,
Michael Bueschf5d40ee2009-09-04 22:53:18 +02003395 struct sk_buff *skb)
3396{
3397 struct b43_wl *wl = hw_to_b43_wl(hw);
Michael Bueschc9e8eae2008-06-15 15:17:29 +02003398
Michael Bueschf5d40ee2009-09-04 22:53:18 +02003399 if (unlikely(skb->len < 2 + 2 + 6)) {
3400 /* Too short, this can't be a valid frame. */
3401 dev_kfree_skb_any(skb);
Johannes Berg7bb45682011-02-24 14:42:06 +01003402 return;
Michael Bueschf5d40ee2009-09-04 22:53:18 +02003403 }
3404 B43_WARN_ON(skb_shinfo(skb)->nr_frags);
3405
francesco.gringoli@ing.unibs.itbad69192011-12-16 18:34:56 +01003406 skb_queue_tail(&wl->tx_queue[skb->queue_mapping], skb);
3407 if (!wl->tx_queue_stopped[skb->queue_mapping]) {
3408 ieee80211_queue_work(wl->hw, &wl->tx_work);
3409 } else {
3410 ieee80211_stop_queue(wl->hw, skb->queue_mapping);
3411 }
Michael Buesche4d6b792007-09-18 15:39:42 -04003412}
3413
Michael Buesche6f5b932008-03-05 21:18:49 +01003414static void b43_qos_params_upload(struct b43_wldev *dev,
3415 const struct ieee80211_tx_queue_params *p,
3416 u16 shm_offset)
3417{
3418 u16 params[B43_NR_QOSPARAMS];
Johannes Berg0b576642008-07-15 02:08:24 -07003419 int bslots, tmp;
Michael Buesche6f5b932008-03-05 21:18:49 +01003420 unsigned int i;
3421
Michael Bueschb0544eb2009-09-06 15:42:45 +02003422 if (!dev->qos_enabled)
3423 return;
3424
Johannes Berg0b576642008-07-15 02:08:24 -07003425 bslots = b43_read16(dev, B43_MMIO_RNG) & p->cw_min;
Michael Buesche6f5b932008-03-05 21:18:49 +01003426
3427 memset(&params, 0, sizeof(params));
3428
3429 params[B43_QOSPARAM_TXOP] = p->txop * 32;
Johannes Berg0b576642008-07-15 02:08:24 -07003430 params[B43_QOSPARAM_CWMIN] = p->cw_min;
3431 params[B43_QOSPARAM_CWMAX] = p->cw_max;
3432 params[B43_QOSPARAM_CWCUR] = p->cw_min;
3433 params[B43_QOSPARAM_AIFS] = p->aifs;
Michael Buesche6f5b932008-03-05 21:18:49 +01003434 params[B43_QOSPARAM_BSLOTS] = bslots;
Johannes Berg0b576642008-07-15 02:08:24 -07003435 params[B43_QOSPARAM_REGGAP] = bslots + p->aifs;
Michael Buesche6f5b932008-03-05 21:18:49 +01003436
3437 for (i = 0; i < ARRAY_SIZE(params); i++) {
3438 if (i == B43_QOSPARAM_STATUS) {
3439 tmp = b43_shm_read16(dev, B43_SHM_SHARED,
3440 shm_offset + (i * 2));
3441 /* Mark the parameters as updated. */
3442 tmp |= 0x100;
3443 b43_shm_write16(dev, B43_SHM_SHARED,
3444 shm_offset + (i * 2),
3445 tmp);
3446 } else {
3447 b43_shm_write16(dev, B43_SHM_SHARED,
3448 shm_offset + (i * 2),
3449 params[i]);
3450 }
3451 }
3452}
3453
Michael Bueschc40c1122008-09-06 16:21:47 +02003454/* Mapping of mac80211 queue numbers to b43 QoS SHM offsets. */
3455static const u16 b43_qos_shm_offsets[] = {
3456 /* [mac80211-queue-nr] = SHM_OFFSET, */
3457 [0] = B43_QOS_VOICE,
3458 [1] = B43_QOS_VIDEO,
3459 [2] = B43_QOS_BESTEFFORT,
3460 [3] = B43_QOS_BACKGROUND,
3461};
3462
Michael Buesch5a5f3b42008-09-06 20:07:31 +02003463/* Update all QOS parameters in hardware. */
3464static void b43_qos_upload_all(struct b43_wldev *dev)
Michael Buesche6f5b932008-03-05 21:18:49 +01003465{
3466 struct b43_wl *wl = dev->wl;
3467 struct b43_qos_params *params;
Michael Buesche6f5b932008-03-05 21:18:49 +01003468 unsigned int i;
3469
Michael Bueschb0544eb2009-09-06 15:42:45 +02003470 if (!dev->qos_enabled)
3471 return;
3472
Michael Bueschc40c1122008-09-06 16:21:47 +02003473 BUILD_BUG_ON(ARRAY_SIZE(b43_qos_shm_offsets) !=
3474 ARRAY_SIZE(wl->qos_params));
Michael Buesche6f5b932008-03-05 21:18:49 +01003475
3476 b43_mac_suspend(dev);
Michael Buesche6f5b932008-03-05 21:18:49 +01003477 for (i = 0; i < ARRAY_SIZE(wl->qos_params); i++) {
3478 params = &(wl->qos_params[i]);
Michael Buesch5a5f3b42008-09-06 20:07:31 +02003479 b43_qos_params_upload(dev, &(params->p),
3480 b43_qos_shm_offsets[i]);
Michael Buesche6f5b932008-03-05 21:18:49 +01003481 }
Michael Buesche6f5b932008-03-05 21:18:49 +01003482 b43_mac_enable(dev);
3483}
3484
3485static void b43_qos_clear(struct b43_wl *wl)
3486{
3487 struct b43_qos_params *params;
3488 unsigned int i;
3489
Michael Bueschc40c1122008-09-06 16:21:47 +02003490 /* Initialize QoS parameters to sane defaults. */
3491
3492 BUILD_BUG_ON(ARRAY_SIZE(b43_qos_shm_offsets) !=
3493 ARRAY_SIZE(wl->qos_params));
3494
Michael Buesche6f5b932008-03-05 21:18:49 +01003495 for (i = 0; i < ARRAY_SIZE(wl->qos_params); i++) {
3496 params = &(wl->qos_params[i]);
3497
Michael Bueschc40c1122008-09-06 16:21:47 +02003498 switch (b43_qos_shm_offsets[i]) {
3499 case B43_QOS_VOICE:
3500 params->p.txop = 0;
3501 params->p.aifs = 2;
3502 params->p.cw_min = 0x0001;
3503 params->p.cw_max = 0x0001;
3504 break;
3505 case B43_QOS_VIDEO:
3506 params->p.txop = 0;
3507 params->p.aifs = 2;
3508 params->p.cw_min = 0x0001;
3509 params->p.cw_max = 0x0001;
3510 break;
3511 case B43_QOS_BESTEFFORT:
3512 params->p.txop = 0;
3513 params->p.aifs = 3;
3514 params->p.cw_min = 0x0001;
3515 params->p.cw_max = 0x03FF;
3516 break;
3517 case B43_QOS_BACKGROUND:
3518 params->p.txop = 0;
3519 params->p.aifs = 7;
3520 params->p.cw_min = 0x0001;
3521 params->p.cw_max = 0x03FF;
3522 break;
3523 default:
3524 B43_WARN_ON(1);
3525 }
Michael Buesche6f5b932008-03-05 21:18:49 +01003526 }
3527}
3528
3529/* Initialize the core's QOS capabilities */
3530static void b43_qos_init(struct b43_wldev *dev)
3531{
Michael Bueschb0544eb2009-09-06 15:42:45 +02003532 if (!dev->qos_enabled) {
3533 /* Disable QOS support. */
3534 b43_hf_write(dev, b43_hf_read(dev) & ~B43_HF_EDCF);
3535 b43_write16(dev, B43_MMIO_IFSCTL,
3536 b43_read16(dev, B43_MMIO_IFSCTL)
3537 & ~B43_MMIO_IFSCTL_USE_EDCF);
3538 b43dbg(dev->wl, "QoS disabled\n");
3539 return;
3540 }
3541
Michael Buesche6f5b932008-03-05 21:18:49 +01003542 /* Upload the current QOS parameters. */
Michael Buesch5a5f3b42008-09-06 20:07:31 +02003543 b43_qos_upload_all(dev);
Michael Buesche6f5b932008-03-05 21:18:49 +01003544
3545 /* Enable QOS support. */
3546 b43_hf_write(dev, b43_hf_read(dev) | B43_HF_EDCF);
3547 b43_write16(dev, B43_MMIO_IFSCTL,
3548 b43_read16(dev, B43_MMIO_IFSCTL)
3549 | B43_MMIO_IFSCTL_USE_EDCF);
Michael Bueschb0544eb2009-09-06 15:42:45 +02003550 b43dbg(dev->wl, "QoS enabled\n");
Michael Buesche6f5b932008-03-05 21:18:49 +01003551}
3552
Eliad Peller8a3a3c82011-10-02 10:15:52 +02003553static int b43_op_conf_tx(struct ieee80211_hw *hw,
3554 struct ieee80211_vif *vif, u16 _queue,
Michael Buesch40faacc2007-10-28 16:29:32 +01003555 const struct ieee80211_tx_queue_params *params)
Michael Buesche4d6b792007-09-18 15:39:42 -04003556{
Michael Buesche6f5b932008-03-05 21:18:49 +01003557 struct b43_wl *wl = hw_to_b43_wl(hw);
Michael Buesch5a5f3b42008-09-06 20:07:31 +02003558 struct b43_wldev *dev;
Michael Buesche6f5b932008-03-05 21:18:49 +01003559 unsigned int queue = (unsigned int)_queue;
Michael Buesch5a5f3b42008-09-06 20:07:31 +02003560 int err = -ENODEV;
Michael Buesche6f5b932008-03-05 21:18:49 +01003561
3562 if (queue >= ARRAY_SIZE(wl->qos_params)) {
3563 /* Queue not available or don't support setting
3564 * params on this queue. Return success to not
3565 * confuse mac80211. */
3566 return 0;
3567 }
Michael Buesch5a5f3b42008-09-06 20:07:31 +02003568 BUILD_BUG_ON(ARRAY_SIZE(b43_qos_shm_offsets) !=
3569 ARRAY_SIZE(wl->qos_params));
Michael Buesche6f5b932008-03-05 21:18:49 +01003570
Michael Buesch5a5f3b42008-09-06 20:07:31 +02003571 mutex_lock(&wl->mutex);
3572 dev = wl->current_dev;
3573 if (unlikely(!dev || (b43_status(dev) < B43_STAT_INITIALIZED)))
3574 goto out_unlock;
Michael Buesche6f5b932008-03-05 21:18:49 +01003575
Michael Buesch5a5f3b42008-09-06 20:07:31 +02003576 memcpy(&(wl->qos_params[queue].p), params, sizeof(*params));
3577 b43_mac_suspend(dev);
3578 b43_qos_params_upload(dev, &(wl->qos_params[queue].p),
3579 b43_qos_shm_offsets[queue]);
3580 b43_mac_enable(dev);
3581 err = 0;
Michael Buesche6f5b932008-03-05 21:18:49 +01003582
Michael Buesch5a5f3b42008-09-06 20:07:31 +02003583out_unlock:
3584 mutex_unlock(&wl->mutex);
3585
3586 return err;
Michael Buesche4d6b792007-09-18 15:39:42 -04003587}
3588
Michael Buesch40faacc2007-10-28 16:29:32 +01003589static int b43_op_get_stats(struct ieee80211_hw *hw,
3590 struct ieee80211_low_level_stats *stats)
Michael Buesche4d6b792007-09-18 15:39:42 -04003591{
3592 struct b43_wl *wl = hw_to_b43_wl(hw);
Michael Buesche4d6b792007-09-18 15:39:42 -04003593
Michael Buesch36dbd952009-09-04 22:51:29 +02003594 mutex_lock(&wl->mutex);
Michael Buesche4d6b792007-09-18 15:39:42 -04003595 memcpy(stats, &wl->ieee_stats, sizeof(*stats));
Michael Buesch36dbd952009-09-04 22:51:29 +02003596 mutex_unlock(&wl->mutex);
Michael Buesche4d6b792007-09-18 15:39:42 -04003597
3598 return 0;
3599}
3600
Eliad Peller37a41b42011-09-21 14:06:11 +03003601static u64 b43_op_get_tsf(struct ieee80211_hw *hw, struct ieee80211_vif *vif)
Alina Friedrichsen08e87a82009-01-25 15:28:28 +01003602{
3603 struct b43_wl *wl = hw_to_b43_wl(hw);
3604 struct b43_wldev *dev;
3605 u64 tsf;
3606
3607 mutex_lock(&wl->mutex);
Alina Friedrichsen08e87a82009-01-25 15:28:28 +01003608 dev = wl->current_dev;
3609
3610 if (dev && (b43_status(dev) >= B43_STAT_INITIALIZED))
3611 b43_tsf_read(dev, &tsf);
3612 else
3613 tsf = 0;
3614
Alina Friedrichsen08e87a82009-01-25 15:28:28 +01003615 mutex_unlock(&wl->mutex);
3616
3617 return tsf;
3618}
3619
Eliad Peller37a41b42011-09-21 14:06:11 +03003620static void b43_op_set_tsf(struct ieee80211_hw *hw,
3621 struct ieee80211_vif *vif, u64 tsf)
Alina Friedrichsen08e87a82009-01-25 15:28:28 +01003622{
3623 struct b43_wl *wl = hw_to_b43_wl(hw);
3624 struct b43_wldev *dev;
3625
3626 mutex_lock(&wl->mutex);
Alina Friedrichsen08e87a82009-01-25 15:28:28 +01003627 dev = wl->current_dev;
3628
3629 if (dev && (b43_status(dev) >= B43_STAT_INITIALIZED))
3630 b43_tsf_write(dev, tsf);
3631
Alina Friedrichsen08e87a82009-01-25 15:28:28 +01003632 mutex_unlock(&wl->mutex);
3633}
3634
Michael Buesche4d6b792007-09-18 15:39:42 -04003635static void b43_put_phy_into_reset(struct b43_wldev *dev)
3636{
Rafał Miłecki6cbab0d2011-07-06 15:45:26 +02003637 u32 tmp;
Michael Buesche4d6b792007-09-18 15:39:42 -04003638
Rafał Miłecki6cbab0d2011-07-06 15:45:26 +02003639 switch (dev->dev->bus_type) {
Rafał Miłecki42c9a452011-07-06 15:45:27 +02003640#ifdef CONFIG_B43_BCMA
3641 case B43_BUS_BCMA:
3642 b43err(dev->wl,
3643 "Putting PHY into reset not supported on BCMA\n");
3644 break;
3645#endif
Rafał Miłecki6cbab0d2011-07-06 15:45:26 +02003646#ifdef CONFIG_B43_SSB
3647 case B43_BUS_SSB:
3648 tmp = ssb_read32(dev->dev->sdev, SSB_TMSLOW);
3649 tmp &= ~B43_TMSLOW_GMODE;
3650 tmp |= B43_TMSLOW_PHYRESET;
3651 tmp |= SSB_TMSLOW_FGC;
3652 ssb_write32(dev->dev->sdev, SSB_TMSLOW, tmp);
3653 msleep(1);
Michael Buesche4d6b792007-09-18 15:39:42 -04003654
Rafał Miłecki6cbab0d2011-07-06 15:45:26 +02003655 tmp = ssb_read32(dev->dev->sdev, SSB_TMSLOW);
3656 tmp &= ~SSB_TMSLOW_FGC;
3657 tmp |= B43_TMSLOW_PHYRESET;
3658 ssb_write32(dev->dev->sdev, SSB_TMSLOW, tmp);
3659 msleep(1);
3660
3661 break;
3662#endif
3663 }
Michael Buesche4d6b792007-09-18 15:39:42 -04003664}
3665
John Daiker99da1852009-02-24 02:16:42 -08003666static const char *band_to_string(enum ieee80211_band band)
Michael Buesche4d6b792007-09-18 15:39:42 -04003667{
Michael Bueschbb1eeff2008-02-09 12:08:58 +01003668 switch (band) {
3669 case IEEE80211_BAND_5GHZ:
3670 return "5";
3671 case IEEE80211_BAND_2GHZ:
3672 return "2.4";
3673 default:
3674 break;
3675 }
3676 B43_WARN_ON(1);
3677 return "";
3678}
3679
3680/* Expects wl->mutex locked */
3681static int b43_switch_band(struct b43_wl *wl, struct ieee80211_channel *chan)
3682{
3683 struct b43_wldev *up_dev = NULL;
Michael Buesche4d6b792007-09-18 15:39:42 -04003684 struct b43_wldev *down_dev;
Michael Bueschbb1eeff2008-02-09 12:08:58 +01003685 struct b43_wldev *d;
Michael Buesche4d6b792007-09-18 15:39:42 -04003686 int err;
John W. Linville922d8a02009-01-12 14:40:20 -05003687 bool uninitialized_var(gmode);
Michael Buesche4d6b792007-09-18 15:39:42 -04003688 int prev_status;
3689
Michael Bueschbb1eeff2008-02-09 12:08:58 +01003690 /* Find a device and PHY which supports the band. */
3691 list_for_each_entry(d, &wl->devlist, list) {
3692 switch (chan->band) {
3693 case IEEE80211_BAND_5GHZ:
3694 if (d->phy.supports_5ghz) {
3695 up_dev = d;
Rusty Russell3db1cd52011-12-19 13:56:45 +00003696 gmode = false;
Michael Bueschbb1eeff2008-02-09 12:08:58 +01003697 }
3698 break;
3699 case IEEE80211_BAND_2GHZ:
3700 if (d->phy.supports_2ghz) {
3701 up_dev = d;
Rusty Russell3db1cd52011-12-19 13:56:45 +00003702 gmode = true;
Michael Bueschbb1eeff2008-02-09 12:08:58 +01003703 }
3704 break;
3705 default:
3706 B43_WARN_ON(1);
3707 return -EINVAL;
3708 }
3709 if (up_dev)
3710 break;
3711 }
3712 if (!up_dev) {
3713 b43err(wl, "Could not find a device for %s-GHz band operation\n",
3714 band_to_string(chan->band));
3715 return -ENODEV;
Michael Buesche4d6b792007-09-18 15:39:42 -04003716 }
3717 if ((up_dev == wl->current_dev) &&
3718 (!!wl->current_dev->phy.gmode == !!gmode)) {
3719 /* This device is already running. */
3720 return 0;
3721 }
Michael Bueschbb1eeff2008-02-09 12:08:58 +01003722 b43dbg(wl, "Switching to %s-GHz band\n",
3723 band_to_string(chan->band));
Michael Buesche4d6b792007-09-18 15:39:42 -04003724 down_dev = wl->current_dev;
3725
3726 prev_status = b43_status(down_dev);
3727 /* Shutdown the currently running core. */
3728 if (prev_status >= B43_STAT_STARTED)
Michael Buesch36dbd952009-09-04 22:51:29 +02003729 down_dev = b43_wireless_core_stop(down_dev);
Michael Buesche4d6b792007-09-18 15:39:42 -04003730 if (prev_status >= B43_STAT_INITIALIZED)
3731 b43_wireless_core_exit(down_dev);
3732
3733 if (down_dev != up_dev) {
3734 /* We switch to a different core, so we put PHY into
3735 * RESET on the old core. */
3736 b43_put_phy_into_reset(down_dev);
3737 }
3738
3739 /* Now start the new core. */
3740 up_dev->phy.gmode = gmode;
3741 if (prev_status >= B43_STAT_INITIALIZED) {
3742 err = b43_wireless_core_init(up_dev);
3743 if (err) {
3744 b43err(wl, "Fatal: Could not initialize device for "
Michael Bueschbb1eeff2008-02-09 12:08:58 +01003745 "selected %s-GHz band\n",
3746 band_to_string(chan->band));
Michael Buesche4d6b792007-09-18 15:39:42 -04003747 goto init_failure;
3748 }
3749 }
3750 if (prev_status >= B43_STAT_STARTED) {
3751 err = b43_wireless_core_start(up_dev);
3752 if (err) {
3753 b43err(wl, "Fatal: Coult not start device for "
Michael Bueschbb1eeff2008-02-09 12:08:58 +01003754 "selected %s-GHz band\n",
3755 band_to_string(chan->band));
Michael Buesche4d6b792007-09-18 15:39:42 -04003756 b43_wireless_core_exit(up_dev);
3757 goto init_failure;
3758 }
3759 }
3760 B43_WARN_ON(b43_status(up_dev) != prev_status);
3761
3762 wl->current_dev = up_dev;
3763
3764 return 0;
Michael Bueschbb1eeff2008-02-09 12:08:58 +01003765init_failure:
Michael Buesche4d6b792007-09-18 15:39:42 -04003766 /* Whoops, failed to init the new core. No core is operating now. */
3767 wl->current_dev = NULL;
3768 return err;
3769}
3770
Johannes Berg9124b072008-10-14 19:17:54 +02003771/* Write the short and long frame retry limit values. */
3772static void b43_set_retry_limits(struct b43_wldev *dev,
3773 unsigned int short_retry,
3774 unsigned int long_retry)
3775{
3776 /* The retry limit is a 4-bit counter. Enforce this to avoid overflowing
3777 * the chip-internal counter. */
3778 short_retry = min(short_retry, (unsigned int)0xF);
3779 long_retry = min(long_retry, (unsigned int)0xF);
3780
3781 b43_shm_write16(dev, B43_SHM_SCRATCH, B43_SHM_SC_SRLIMIT,
3782 short_retry);
3783 b43_shm_write16(dev, B43_SHM_SCRATCH, B43_SHM_SC_LRLIMIT,
3784 long_retry);
3785}
3786
Johannes Berge8975582008-10-09 12:18:51 +02003787static int b43_op_config(struct ieee80211_hw *hw, u32 changed)
Michael Buesche4d6b792007-09-18 15:39:42 -04003788{
3789 struct b43_wl *wl = hw_to_b43_wl(hw);
3790 struct b43_wldev *dev;
3791 struct b43_phy *phy;
Johannes Berge8975582008-10-09 12:18:51 +02003792 struct ieee80211_conf *conf = &hw->conf;
Michael Buesch9db1f6d2007-12-22 21:54:20 +01003793 int antenna;
Michael Buesche4d6b792007-09-18 15:39:42 -04003794 int err = 0;
Felix Fietkau2a190322011-08-10 13:50:30 -06003795 bool reload_bss = false;
Michael Buesche4d6b792007-09-18 15:39:42 -04003796
Michael Buesche4d6b792007-09-18 15:39:42 -04003797 mutex_lock(&wl->mutex);
3798
Felix Fietkau2a190322011-08-10 13:50:30 -06003799 dev = wl->current_dev;
3800
Michael Bueschbb1eeff2008-02-09 12:08:58 +01003801 /* Switch the band (if necessary). This might change the active core. */
3802 err = b43_switch_band(wl, conf->channel);
Michael Buesche4d6b792007-09-18 15:39:42 -04003803 if (err)
3804 goto out_unlock_mutex;
Felix Fietkau2a190322011-08-10 13:50:30 -06003805
3806 /* Need to reload all settings if the core changed */
3807 if (dev != wl->current_dev) {
3808 dev = wl->current_dev;
3809 changed = ~0;
3810 reload_bss = true;
3811 }
3812
Michael Buesche4d6b792007-09-18 15:39:42 -04003813 phy = &dev->phy;
3814
Rafał Miłeckiaa4c7b22010-01-22 01:53:12 +01003815 if (conf_is_ht(conf))
3816 phy->is_40mhz =
3817 (conf_is_ht40_minus(conf) || conf_is_ht40_plus(conf));
3818 else
3819 phy->is_40mhz = false;
3820
Michael Bueschd10d0e52008-12-18 22:13:39 +01003821 b43_mac_suspend(dev);
3822
Johannes Berg9124b072008-10-14 19:17:54 +02003823 if (changed & IEEE80211_CONF_CHANGE_RETRY_LIMITS)
3824 b43_set_retry_limits(dev, conf->short_frame_max_tx_count,
3825 conf->long_frame_max_tx_count);
3826 changed &= ~IEEE80211_CONF_CHANGE_RETRY_LIMITS;
3827 if (!changed)
Michael Bueschd10d0e52008-12-18 22:13:39 +01003828 goto out_mac_enable;
Michael Buesche4d6b792007-09-18 15:39:42 -04003829
3830 /* Switch to the requested channel.
3831 * The firmware takes care of races with the TX handler. */
Johannes Berg8318d782008-01-24 19:38:38 +01003832 if (conf->channel->hw_value != phy->channel)
Michael Bueschef1a6282008-08-27 18:53:02 +02003833 b43_switch_channel(dev, conf->channel->hw_value);
Michael Buesche4d6b792007-09-18 15:39:42 -04003834
Johannes Berg0869aea2009-10-28 10:03:35 +01003835 dev->wl->radiotap_enabled = !!(conf->flags & IEEE80211_CONF_MONITOR);
Johannes Bergd42ce842007-11-23 14:50:51 +01003836
Michael Buesche4d6b792007-09-18 15:39:42 -04003837 /* Adjust the desired TX power level. */
3838 if (conf->power_level != 0) {
Michael Buesch18c8ade2008-08-28 19:33:40 +02003839 if (conf->power_level != phy->desired_txpower) {
3840 phy->desired_txpower = conf->power_level;
3841 b43_phy_txpower_check(dev, B43_TXPWR_IGNORE_TIME |
3842 B43_TXPWR_IGNORE_TSSI);
Michael Buesche4d6b792007-09-18 15:39:42 -04003843 }
3844 }
3845
3846 /* Antennas for RX and management frame TX. */
Johannes Berg0f4ac382008-10-09 12:18:04 +02003847 antenna = B43_ANTENNA_DEFAULT;
Michael Buesch9db1f6d2007-12-22 21:54:20 +01003848 b43_mgmtframe_txantenna(dev, antenna);
Johannes Berg0f4ac382008-10-09 12:18:04 +02003849 antenna = B43_ANTENNA_DEFAULT;
Michael Bueschef1a6282008-08-27 18:53:02 +02003850 if (phy->ops->set_rx_antenna)
3851 phy->ops->set_rx_antenna(dev, antenna);
Michael Buesche4d6b792007-09-18 15:39:42 -04003852
Larry Fingerfd4973c2009-06-20 12:58:11 -05003853 if (wl->radio_enabled != phy->radio_on) {
3854 if (wl->radio_enabled) {
Johannes Berg19d337d2009-06-02 13:01:37 +02003855 b43_software_rfkill(dev, false);
Michael Bueschfda9abc2007-09-20 22:14:18 +02003856 b43info(dev->wl, "Radio turned on by software\n");
3857 if (!dev->radio_hw_enable) {
3858 b43info(dev->wl, "The hardware RF-kill button "
3859 "still turns the radio physically off. "
3860 "Press the button to turn it on.\n");
3861 }
3862 } else {
Johannes Berg19d337d2009-06-02 13:01:37 +02003863 b43_software_rfkill(dev, true);
Michael Bueschfda9abc2007-09-20 22:14:18 +02003864 b43info(dev->wl, "Radio turned off by software\n");
3865 }
3866 }
3867
Michael Bueschd10d0e52008-12-18 22:13:39 +01003868out_mac_enable:
3869 b43_mac_enable(dev);
3870out_unlock_mutex:
Michael Buesche4d6b792007-09-18 15:39:42 -04003871 mutex_unlock(&wl->mutex);
3872
Felix Fietkau2a190322011-08-10 13:50:30 -06003873 if (wl->vif && reload_bss)
3874 b43_op_bss_info_changed(hw, wl->vif, &wl->vif->bss_conf, ~0);
3875
Michael Buesche4d6b792007-09-18 15:39:42 -04003876 return err;
3877}
3878
Johannes Berg881d9482009-01-21 15:13:48 +01003879static void b43_update_basic_rates(struct b43_wldev *dev, u32 brates)
Johannes Bergc7ab5ef2008-10-29 20:02:12 +01003880{
3881 struct ieee80211_supported_band *sband =
3882 dev->wl->hw->wiphy->bands[b43_current_band(dev->wl)];
3883 struct ieee80211_rate *rate;
3884 int i;
3885 u16 basic, direct, offset, basic_offset, rateptr;
3886
3887 for (i = 0; i < sband->n_bitrates; i++) {
3888 rate = &sband->bitrates[i];
3889
3890 if (b43_is_cck_rate(rate->hw_value)) {
3891 direct = B43_SHM_SH_CCKDIRECT;
3892 basic = B43_SHM_SH_CCKBASIC;
3893 offset = b43_plcp_get_ratecode_cck(rate->hw_value);
3894 offset &= 0xF;
3895 } else {
3896 direct = B43_SHM_SH_OFDMDIRECT;
3897 basic = B43_SHM_SH_OFDMBASIC;
3898 offset = b43_plcp_get_ratecode_ofdm(rate->hw_value);
3899 offset &= 0xF;
3900 }
3901
3902 rate = ieee80211_get_response_rate(sband, brates, rate->bitrate);
3903
3904 if (b43_is_cck_rate(rate->hw_value)) {
3905 basic_offset = b43_plcp_get_ratecode_cck(rate->hw_value);
3906 basic_offset &= 0xF;
3907 } else {
3908 basic_offset = b43_plcp_get_ratecode_ofdm(rate->hw_value);
3909 basic_offset &= 0xF;
3910 }
3911
3912 /*
3913 * Get the pointer that we need to point to
3914 * from the direct map
3915 */
3916 rateptr = b43_shm_read16(dev, B43_SHM_SHARED,
3917 direct + 2 * basic_offset);
3918 /* and write it to the basic map */
3919 b43_shm_write16(dev, B43_SHM_SHARED, basic + 2 * offset,
3920 rateptr);
3921 }
3922}
3923
3924static void b43_op_bss_info_changed(struct ieee80211_hw *hw,
3925 struct ieee80211_vif *vif,
3926 struct ieee80211_bss_conf *conf,
3927 u32 changed)
3928{
3929 struct b43_wl *wl = hw_to_b43_wl(hw);
3930 struct b43_wldev *dev;
Johannes Bergc7ab5ef2008-10-29 20:02:12 +01003931
3932 mutex_lock(&wl->mutex);
3933
3934 dev = wl->current_dev;
Michael Bueschd10d0e52008-12-18 22:13:39 +01003935 if (!dev || b43_status(dev) < B43_STAT_STARTED)
Johannes Bergc7ab5ef2008-10-29 20:02:12 +01003936 goto out_unlock_mutex;
Johannes Berg2d0ddec2009-04-23 16:13:26 +02003937
3938 B43_WARN_ON(wl->vif != vif);
3939
3940 if (changed & BSS_CHANGED_BSSID) {
Johannes Berg2d0ddec2009-04-23 16:13:26 +02003941 if (conf->bssid)
3942 memcpy(wl->bssid, conf->bssid, ETH_ALEN);
3943 else
3944 memset(wl->bssid, 0, ETH_ALEN);
Johannes Berg2d0ddec2009-04-23 16:13:26 +02003945 }
3946
Johannes Berg3f0d8432009-05-18 10:53:18 +02003947 if (b43_status(dev) >= B43_STAT_INITIALIZED) {
3948 if (changed & BSS_CHANGED_BEACON &&
3949 (b43_is_mode(wl, NL80211_IFTYPE_AP) ||
3950 b43_is_mode(wl, NL80211_IFTYPE_MESH_POINT) ||
3951 b43_is_mode(wl, NL80211_IFTYPE_ADHOC)))
3952 b43_update_templates(wl);
3953
3954 if (changed & BSS_CHANGED_BSSID)
3955 b43_write_mac_bssid_templates(dev);
3956 }
Johannes Berg3f0d8432009-05-18 10:53:18 +02003957
Johannes Bergc7ab5ef2008-10-29 20:02:12 +01003958 b43_mac_suspend(dev);
3959
Johannes Berg57c4d7b2009-04-23 16:10:04 +02003960 /* Update templates for AP/mesh mode. */
3961 if (changed & BSS_CHANGED_BEACON_INT &&
3962 (b43_is_mode(wl, NL80211_IFTYPE_AP) ||
3963 b43_is_mode(wl, NL80211_IFTYPE_MESH_POINT) ||
Felix Fietkau2a190322011-08-10 13:50:30 -06003964 b43_is_mode(wl, NL80211_IFTYPE_ADHOC)) &&
3965 conf->beacon_int)
Johannes Berg57c4d7b2009-04-23 16:10:04 +02003966 b43_set_beacon_int(dev, conf->beacon_int);
3967
Johannes Bergc7ab5ef2008-10-29 20:02:12 +01003968 if (changed & BSS_CHANGED_BASIC_RATES)
3969 b43_update_basic_rates(dev, conf->basic_rates);
3970
3971 if (changed & BSS_CHANGED_ERP_SLOT) {
3972 if (conf->use_short_slot)
3973 b43_short_slot_timing_enable(dev);
3974 else
3975 b43_short_slot_timing_disable(dev);
3976 }
3977
3978 b43_mac_enable(dev);
Michael Bueschd10d0e52008-12-18 22:13:39 +01003979out_unlock_mutex:
Johannes Bergc7ab5ef2008-10-29 20:02:12 +01003980 mutex_unlock(&wl->mutex);
Johannes Bergc7ab5ef2008-10-29 20:02:12 +01003981}
3982
Michael Buesch40faacc2007-10-28 16:29:32 +01003983static int b43_op_set_key(struct ieee80211_hw *hw, enum set_key_cmd cmd,
Johannes Bergdc822b52008-12-29 12:55:09 +01003984 struct ieee80211_vif *vif, struct ieee80211_sta *sta,
3985 struct ieee80211_key_conf *key)
Michael Buesche4d6b792007-09-18 15:39:42 -04003986{
3987 struct b43_wl *wl = hw_to_b43_wl(hw);
Michael Bueschc6dfc9a2007-10-28 15:59:58 +01003988 struct b43_wldev *dev;
Michael Buesche4d6b792007-09-18 15:39:42 -04003989 u8 algorithm;
3990 u8 index;
Michael Bueschc6dfc9a2007-10-28 15:59:58 +01003991 int err;
Michael Buesch060210f2009-01-25 15:49:59 +01003992 static const u8 bcast_addr[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff };
Michael Buesche4d6b792007-09-18 15:39:42 -04003993
3994 if (modparam_nohwcrypt)
3995 return -ENOSPC; /* User disabled HW-crypto */
3996
Michael Bueschc6dfc9a2007-10-28 15:59:58 +01003997 mutex_lock(&wl->mutex);
Michael Bueschc6dfc9a2007-10-28 15:59:58 +01003998
3999 dev = wl->current_dev;
4000 err = -ENODEV;
4001 if (!dev || b43_status(dev) < B43_STAT_INITIALIZED)
4002 goto out_unlock;
4003
Michael Buesch403a3a12009-06-08 21:04:57 +02004004 if (dev->fw.pcm_request_failed || !dev->hwcrypto_enabled) {
Michael Buesch68217832008-05-17 23:43:57 +02004005 /* We don't have firmware for the crypto engine.
4006 * Must use software-crypto. */
4007 err = -EOPNOTSUPP;
4008 goto out_unlock;
4009 }
4010
Michael Bueschc6dfc9a2007-10-28 15:59:58 +01004011 err = -EINVAL;
Johannes Berg97359d12010-08-10 09:46:38 +02004012 switch (key->cipher) {
4013 case WLAN_CIPHER_SUITE_WEP40:
4014 algorithm = B43_SEC_ALGO_WEP40;
Michael Buesche4d6b792007-09-18 15:39:42 -04004015 break;
Johannes Berg97359d12010-08-10 09:46:38 +02004016 case WLAN_CIPHER_SUITE_WEP104:
4017 algorithm = B43_SEC_ALGO_WEP104;
4018 break;
4019 case WLAN_CIPHER_SUITE_TKIP:
Michael Buesche4d6b792007-09-18 15:39:42 -04004020 algorithm = B43_SEC_ALGO_TKIP;
4021 break;
Johannes Berg97359d12010-08-10 09:46:38 +02004022 case WLAN_CIPHER_SUITE_CCMP:
Michael Buesche4d6b792007-09-18 15:39:42 -04004023 algorithm = B43_SEC_ALGO_AES;
4024 break;
4025 default:
4026 B43_WARN_ON(1);
Michael Buesche4d6b792007-09-18 15:39:42 -04004027 goto out_unlock;
4028 }
Michael Bueschc6dfc9a2007-10-28 15:59:58 +01004029 index = (u8) (key->keyidx);
4030 if (index > 3)
4031 goto out_unlock;
Michael Buesche4d6b792007-09-18 15:39:42 -04004032
4033 switch (cmd) {
4034 case SET_KEY:
gregor kowski035d0242009-08-19 22:35:45 +02004035 if (algorithm == B43_SEC_ALGO_TKIP &&
4036 (!(key->flags & IEEE80211_KEY_FLAG_PAIRWISE) ||
4037 !modparam_hwtkip)) {
4038 /* We support only pairwise key */
Michael Buesche4d6b792007-09-18 15:39:42 -04004039 err = -EOPNOTSUPP;
4040 goto out_unlock;
4041 }
4042
Michael Buesche808e582008-12-19 21:30:52 +01004043 if (key->flags & IEEE80211_KEY_FLAG_PAIRWISE) {
Johannes Bergdc822b52008-12-29 12:55:09 +01004044 if (WARN_ON(!sta)) {
4045 err = -EOPNOTSUPP;
4046 goto out_unlock;
4047 }
Michael Buesche808e582008-12-19 21:30:52 +01004048 /* Pairwise key with an assigned MAC address. */
Michael Buesche4d6b792007-09-18 15:39:42 -04004049 err = b43_key_write(dev, -1, algorithm,
Johannes Bergdc822b52008-12-29 12:55:09 +01004050 key->key, key->keylen,
4051 sta->addr, key);
Michael Buesche808e582008-12-19 21:30:52 +01004052 } else {
4053 /* Group key */
4054 err = b43_key_write(dev, index, algorithm,
4055 key->key, key->keylen, NULL, key);
Michael Buesche4d6b792007-09-18 15:39:42 -04004056 }
4057 if (err)
4058 goto out_unlock;
4059
4060 if (algorithm == B43_SEC_ALGO_WEP40 ||
4061 algorithm == B43_SEC_ALGO_WEP104) {
4062 b43_hf_write(dev, b43_hf_read(dev) | B43_HF_USEDEFKEYS);
4063 } else {
4064 b43_hf_write(dev,
4065 b43_hf_read(dev) & ~B43_HF_USEDEFKEYS);
4066 }
4067 key->flags |= IEEE80211_KEY_FLAG_GENERATE_IV;
gregor kowski035d0242009-08-19 22:35:45 +02004068 if (algorithm == B43_SEC_ALGO_TKIP)
4069 key->flags |= IEEE80211_KEY_FLAG_GENERATE_MMIC;
Michael Buesche4d6b792007-09-18 15:39:42 -04004070 break;
4071 case DISABLE_KEY: {
4072 err = b43_key_clear(dev, key->hw_key_idx);
4073 if (err)
4074 goto out_unlock;
4075 break;
4076 }
4077 default:
4078 B43_WARN_ON(1);
4079 }
Michael Buesch9cf7f242008-12-19 20:24:30 +01004080
Michael Buesche4d6b792007-09-18 15:39:42 -04004081out_unlock:
Michael Buesche4d6b792007-09-18 15:39:42 -04004082 if (!err) {
4083 b43dbg(wl, "%s hardware based encryption for keyidx: %d, "
Johannes Berge1749612008-10-27 15:59:26 -07004084 "mac: %pM\n",
Michael Buesche4d6b792007-09-18 15:39:42 -04004085 cmd == SET_KEY ? "Using" : "Disabling", key->keyidx,
Larry Fingera1d882102009-01-14 11:15:25 -06004086 sta ? sta->addr : bcast_addr);
Michael Buesch9cf7f242008-12-19 20:24:30 +01004087 b43_dump_keymemory(dev);
Michael Buesche4d6b792007-09-18 15:39:42 -04004088 }
Michael Buesch9cf7f242008-12-19 20:24:30 +01004089 mutex_unlock(&wl->mutex);
4090
Michael Buesche4d6b792007-09-18 15:39:42 -04004091 return err;
4092}
4093
Michael Buesch40faacc2007-10-28 16:29:32 +01004094static void b43_op_configure_filter(struct ieee80211_hw *hw,
4095 unsigned int changed, unsigned int *fflags,
Johannes Berg3ac64be2009-08-17 16:16:53 +02004096 u64 multicast)
Michael Buesche4d6b792007-09-18 15:39:42 -04004097{
4098 struct b43_wl *wl = hw_to_b43_wl(hw);
Michael Buesch36dbd952009-09-04 22:51:29 +02004099 struct b43_wldev *dev;
Michael Buesche4d6b792007-09-18 15:39:42 -04004100
Michael Buesch36dbd952009-09-04 22:51:29 +02004101 mutex_lock(&wl->mutex);
4102 dev = wl->current_dev;
Johannes Berg4150c572007-09-17 01:29:23 -04004103 if (!dev) {
4104 *fflags = 0;
Michael Buesch36dbd952009-09-04 22:51:29 +02004105 goto out_unlock;
Michael Buesche4d6b792007-09-18 15:39:42 -04004106 }
Johannes Berg4150c572007-09-17 01:29:23 -04004107
Johannes Berg4150c572007-09-17 01:29:23 -04004108 *fflags &= FIF_PROMISC_IN_BSS |
4109 FIF_ALLMULTI |
4110 FIF_FCSFAIL |
4111 FIF_PLCPFAIL |
4112 FIF_CONTROL |
4113 FIF_OTHER_BSS |
4114 FIF_BCN_PRBRESP_PROMISC;
4115
4116 changed &= FIF_PROMISC_IN_BSS |
4117 FIF_ALLMULTI |
4118 FIF_FCSFAIL |
4119 FIF_PLCPFAIL |
4120 FIF_CONTROL |
4121 FIF_OTHER_BSS |
4122 FIF_BCN_PRBRESP_PROMISC;
4123
4124 wl->filter_flags = *fflags;
4125
4126 if (changed && b43_status(dev) >= B43_STAT_INITIALIZED)
4127 b43_adjust_opmode(dev);
Michael Buesch36dbd952009-09-04 22:51:29 +02004128
4129out_unlock:
4130 mutex_unlock(&wl->mutex);
Michael Buesche4d6b792007-09-18 15:39:42 -04004131}
4132
Michael Buesch36dbd952009-09-04 22:51:29 +02004133/* Locking: wl->mutex
4134 * Returns the current dev. This might be different from the passed in dev,
4135 * because the core might be gone away while we unlocked the mutex. */
4136static struct b43_wldev * b43_wireless_core_stop(struct b43_wldev *dev)
Michael Buesche4d6b792007-09-18 15:39:42 -04004137{
Larry Finger9a53bf52011-08-27 15:53:42 -05004138 struct b43_wl *wl;
Michael Buesch36dbd952009-09-04 22:51:29 +02004139 struct b43_wldev *orig_dev;
Michael Buesch49d965c2009-10-03 00:57:58 +02004140 u32 mask;
francesco.gringoli@ing.unibs.itbad69192011-12-16 18:34:56 +01004141 int queue_num;
Michael Buesche4d6b792007-09-18 15:39:42 -04004142
Larry Finger9a53bf52011-08-27 15:53:42 -05004143 if (!dev)
4144 return NULL;
4145 wl = dev->wl;
Michael Buesch36dbd952009-09-04 22:51:29 +02004146redo:
4147 if (!dev || b43_status(dev) < B43_STAT_STARTED)
4148 return dev;
Stefano Brivioa19d12d2007-11-07 18:16:11 +01004149
Michael Bueschf5d40ee2009-09-04 22:53:18 +02004150 /* Cancel work. Unlock to avoid deadlocks. */
Michael Buesche4d6b792007-09-18 15:39:42 -04004151 mutex_unlock(&wl->mutex);
Michael Buesche4d6b792007-09-18 15:39:42 -04004152 cancel_delayed_work_sync(&dev->periodic_work);
Michael Bueschf5d40ee2009-09-04 22:53:18 +02004153 cancel_work_sync(&wl->tx_work);
Michael Buesche4d6b792007-09-18 15:39:42 -04004154 mutex_lock(&wl->mutex);
Michael Buesch36dbd952009-09-04 22:51:29 +02004155 dev = wl->current_dev;
4156 if (!dev || b43_status(dev) < B43_STAT_STARTED) {
4157 /* Whoops, aliens ate up the device while we were unlocked. */
4158 return dev;
4159 }
Michael Buesche4d6b792007-09-18 15:39:42 -04004160
Michael Buesch36dbd952009-09-04 22:51:29 +02004161 /* Disable interrupts on the device. */
4162 b43_set_status(dev, B43_STAT_INITIALIZED);
Rafał Miłecki505fb012011-05-19 15:11:27 +02004163 if (b43_bus_host_is_sdio(dev->dev)) {
Michael Buesch36dbd952009-09-04 22:51:29 +02004164 /* wl->mutex is locked. That is enough. */
4165 b43_write32(dev, B43_MMIO_GEN_IRQ_MASK, 0);
4166 b43_read32(dev, B43_MMIO_GEN_IRQ_MASK); /* Flush */
4167 } else {
4168 spin_lock_irq(&wl->hardirq_lock);
4169 b43_write32(dev, B43_MMIO_GEN_IRQ_MASK, 0);
4170 b43_read32(dev, B43_MMIO_GEN_IRQ_MASK); /* Flush */
4171 spin_unlock_irq(&wl->hardirq_lock);
4172 }
Michael Buesch176e9f62009-09-11 23:04:04 +02004173 /* Synchronize and free the interrupt handlers. Unlock to avoid deadlocks. */
Michael Buesch36dbd952009-09-04 22:51:29 +02004174 orig_dev = dev;
4175 mutex_unlock(&wl->mutex);
Rafał Miłecki505fb012011-05-19 15:11:27 +02004176 if (b43_bus_host_is_sdio(dev->dev)) {
Michael Buesch176e9f62009-09-11 23:04:04 +02004177 b43_sdio_free_irq(dev);
4178 } else {
Rafał Miłeckia18c7152011-05-18 02:06:40 +02004179 synchronize_irq(dev->dev->irq);
4180 free_irq(dev->dev->irq, dev);
Michael Buesch176e9f62009-09-11 23:04:04 +02004181 }
Michael Buesch36dbd952009-09-04 22:51:29 +02004182 mutex_lock(&wl->mutex);
4183 dev = wl->current_dev;
4184 if (!dev)
4185 return dev;
4186 if (dev != orig_dev) {
4187 if (b43_status(dev) >= B43_STAT_STARTED)
4188 goto redo;
4189 return dev;
4190 }
Michael Buesch49d965c2009-10-03 00:57:58 +02004191 mask = b43_read32(dev, B43_MMIO_GEN_IRQ_MASK);
4192 B43_WARN_ON(mask != 0xFFFFFFFF && mask);
Michael Buesch36dbd952009-09-04 22:51:29 +02004193
francesco.gringoli@ing.unibs.itbad69192011-12-16 18:34:56 +01004194 /* Drain all TX queues. */
4195 for (queue_num = 0; queue_num < B43_QOS_QUEUE_NUM; queue_num++) {
4196 while (skb_queue_len(&wl->tx_queue[queue_num]))
4197 dev_kfree_skb(skb_dequeue(&wl->tx_queue[queue_num]));
4198 }
Michael Bueschf5d40ee2009-09-04 22:53:18 +02004199
Michael Buesche4d6b792007-09-18 15:39:42 -04004200 b43_mac_suspend(dev);
Michael Buescha78b3bb2009-09-11 21:44:05 +02004201 b43_leds_exit(dev);
Michael Buesche4d6b792007-09-18 15:39:42 -04004202 b43dbg(wl, "Wireless interface stopped\n");
Michael Buesch36dbd952009-09-04 22:51:29 +02004203
4204 return dev;
Michael Buesche4d6b792007-09-18 15:39:42 -04004205}
4206
4207/* Locking: wl->mutex */
4208static int b43_wireless_core_start(struct b43_wldev *dev)
4209{
4210 int err;
4211
4212 B43_WARN_ON(b43_status(dev) != B43_STAT_INITIALIZED);
4213
4214 drain_txstatus_queue(dev);
Rafał Miłecki505fb012011-05-19 15:11:27 +02004215 if (b43_bus_host_is_sdio(dev->dev)) {
Albert Herranz3dbba8e2009-09-10 19:34:49 +02004216 err = b43_sdio_request_irq(dev, b43_sdio_interrupt_handler);
4217 if (err) {
4218 b43err(dev->wl, "Cannot request SDIO IRQ\n");
4219 goto out;
4220 }
4221 } else {
Rafał Miłeckia18c7152011-05-18 02:06:40 +02004222 err = request_threaded_irq(dev->dev->irq, b43_interrupt_handler,
Albert Herranz3dbba8e2009-09-10 19:34:49 +02004223 b43_interrupt_thread_handler,
4224 IRQF_SHARED, KBUILD_MODNAME, dev);
4225 if (err) {
Rafał Miłeckidedb1eb2011-05-14 00:04:38 +02004226 b43err(dev->wl, "Cannot request IRQ-%d\n",
Rafał Miłeckia18c7152011-05-18 02:06:40 +02004227 dev->dev->irq);
Albert Herranz3dbba8e2009-09-10 19:34:49 +02004228 goto out;
4229 }
Michael Buesche4d6b792007-09-18 15:39:42 -04004230 }
4231
4232 /* We are ready to run. */
Larry Finger0866b032010-02-03 13:33:44 -06004233 ieee80211_wake_queues(dev->wl->hw);
Michael Buesche4d6b792007-09-18 15:39:42 -04004234 b43_set_status(dev, B43_STAT_STARTED);
4235
4236 /* Start data flow (TX/RX). */
4237 b43_mac_enable(dev);
Michael Buesch13790722009-04-08 21:26:27 +02004238 b43_write32(dev, B43_MMIO_GEN_IRQ_MASK, dev->irq_mask);
Michael Buesche4d6b792007-09-18 15:39:42 -04004239
Lucas De Marchi25985ed2011-03-30 22:57:33 -03004240 /* Start maintenance work */
Michael Buesche4d6b792007-09-18 15:39:42 -04004241 b43_periodic_tasks_setup(dev);
4242
Michael Buescha78b3bb2009-09-11 21:44:05 +02004243 b43_leds_init(dev);
4244
Michael Buesche4d6b792007-09-18 15:39:42 -04004245 b43dbg(dev->wl, "Wireless interface started\n");
Michael Buescha78b3bb2009-09-11 21:44:05 +02004246out:
Michael Buesche4d6b792007-09-18 15:39:42 -04004247 return err;
4248}
4249
4250/* Get PHY and RADIO versioning numbers */
4251static int b43_phy_versioning(struct b43_wldev *dev)
4252{
4253 struct b43_phy *phy = &dev->phy;
4254 u32 tmp;
4255 u8 analog_type;
4256 u8 phy_type;
4257 u8 phy_rev;
4258 u16 radio_manuf;
4259 u16 radio_ver;
4260 u16 radio_rev;
4261 int unsupported = 0;
4262
4263 /* Get PHY versioning */
4264 tmp = b43_read16(dev, B43_MMIO_PHY_VER);
4265 analog_type = (tmp & B43_PHYVER_ANALOG) >> B43_PHYVER_ANALOG_SHIFT;
4266 phy_type = (tmp & B43_PHYVER_TYPE) >> B43_PHYVER_TYPE_SHIFT;
4267 phy_rev = (tmp & B43_PHYVER_VERSION);
4268 switch (phy_type) {
4269 case B43_PHYTYPE_A:
4270 if (phy_rev >= 4)
4271 unsupported = 1;
4272 break;
4273 case B43_PHYTYPE_B:
4274 if (phy_rev != 2 && phy_rev != 4 && phy_rev != 6
4275 && phy_rev != 7)
4276 unsupported = 1;
4277 break;
4278 case B43_PHYTYPE_G:
Larry Finger013978b2007-11-26 10:29:47 -06004279 if (phy_rev > 9)
Michael Buesche4d6b792007-09-18 15:39:42 -04004280 unsupported = 1;
4281 break;
Rafał Miłecki692d2c02010-12-07 21:56:00 +01004282#ifdef CONFIG_B43_PHY_N
Michael Bueschd5c71e42008-01-04 17:06:29 +01004283 case B43_PHYTYPE_N:
Rafał Miłeckiab72efd2010-12-21 21:29:44 +01004284 if (phy_rev > 9)
Michael Bueschd5c71e42008-01-04 17:06:29 +01004285 unsupported = 1;
4286 break;
4287#endif
Michael Buesch6b1c7c62008-12-25 00:39:28 +01004288#ifdef CONFIG_B43_PHY_LP
4289 case B43_PHYTYPE_LP:
Gábor Stefanik9d86a2d2009-08-14 14:54:46 +02004290 if (phy_rev > 2)
Michael Buesch6b1c7c62008-12-25 00:39:28 +01004291 unsupported = 1;
4292 break;
4293#endif
Rafał Miłeckid7520b12011-06-13 16:20:06 +02004294#ifdef CONFIG_B43_PHY_HT
4295 case B43_PHYTYPE_HT:
4296 if (phy_rev > 1)
4297 unsupported = 1;
4298 break;
4299#endif
Rafał Miłecki1d738e62011-07-07 15:25:27 +02004300#ifdef CONFIG_B43_PHY_LCN
4301 case B43_PHYTYPE_LCN:
4302 if (phy_rev > 1)
4303 unsupported = 1;
4304 break;
4305#endif
Michael Buesche4d6b792007-09-18 15:39:42 -04004306 default:
4307 unsupported = 1;
Joe Perches6403eab2011-06-03 11:51:20 +00004308 }
Michael Buesche4d6b792007-09-18 15:39:42 -04004309 if (unsupported) {
4310 b43err(dev->wl, "FOUND UNSUPPORTED PHY "
4311 "(Analog %u, Type %u, Revision %u)\n",
4312 analog_type, phy_type, phy_rev);
4313 return -EOPNOTSUPP;
4314 }
4315 b43dbg(dev->wl, "Found PHY: Analog %u, Type %u, Revision %u\n",
4316 analog_type, phy_type, phy_rev);
4317
4318 /* Get RADIO versioning */
Rafał Miłecki3fd48502011-07-06 20:27:24 +02004319 if (dev->dev->core_rev >= 24) {
Rafał Miłecki544e5d82011-07-06 20:27:25 +02004320 u16 radio24[3];
4321
4322 for (tmp = 0; tmp < 3; tmp++) {
4323 b43_write16(dev, B43_MMIO_RADIO24_CONTROL, tmp);
4324 radio24[tmp] = b43_read16(dev, B43_MMIO_RADIO24_DATA);
4325 }
4326
4327 /* Broadcom uses "id" for our "ver" and has separated "ver" */
4328 /* radio_ver = (radio24[0] & 0xF0) >> 4; */
4329
4330 radio_manuf = 0x17F;
4331 radio_ver = (radio24[2] << 8) | radio24[1];
4332 radio_rev = (radio24[0] & 0xF);
Michael Buesche4d6b792007-09-18 15:39:42 -04004333 } else {
Rafał Miłecki3fd48502011-07-06 20:27:24 +02004334 if (dev->dev->chip_id == 0x4317) {
4335 if (dev->dev->chip_rev == 0)
4336 tmp = 0x3205017F;
4337 else if (dev->dev->chip_rev == 1)
4338 tmp = 0x4205017F;
4339 else
4340 tmp = 0x5205017F;
4341 } else {
4342 b43_write16(dev, B43_MMIO_RADIO_CONTROL,
4343 B43_RADIOCTL_ID);
4344 tmp = b43_read16(dev, B43_MMIO_RADIO_DATA_LOW);
4345 b43_write16(dev, B43_MMIO_RADIO_CONTROL,
4346 B43_RADIOCTL_ID);
4347 tmp |= (u32)b43_read16(dev, B43_MMIO_RADIO_DATA_HIGH)
4348 << 16;
4349 }
4350 radio_manuf = (tmp & 0x00000FFF);
4351 radio_ver = (tmp & 0x0FFFF000) >> 12;
4352 radio_rev = (tmp & 0xF0000000) >> 28;
Michael Buesche4d6b792007-09-18 15:39:42 -04004353 }
Rafał Miłecki3fd48502011-07-06 20:27:24 +02004354
Michael Buesch96c755a2008-01-06 00:09:46 +01004355 if (radio_manuf != 0x17F /* Broadcom */)
4356 unsupported = 1;
Michael Buesche4d6b792007-09-18 15:39:42 -04004357 switch (phy_type) {
4358 case B43_PHYTYPE_A:
4359 if (radio_ver != 0x2060)
4360 unsupported = 1;
4361 if (radio_rev != 1)
4362 unsupported = 1;
4363 if (radio_manuf != 0x17F)
4364 unsupported = 1;
4365 break;
4366 case B43_PHYTYPE_B:
4367 if ((radio_ver & 0xFFF0) != 0x2050)
4368 unsupported = 1;
4369 break;
4370 case B43_PHYTYPE_G:
4371 if (radio_ver != 0x2050)
4372 unsupported = 1;
4373 break;
Michael Buesch96c755a2008-01-06 00:09:46 +01004374 case B43_PHYTYPE_N:
Johannes Bergbb519be2008-12-24 15:26:40 +01004375 if (radio_ver != 0x2055 && radio_ver != 0x2056)
Michael Buesch96c755a2008-01-06 00:09:46 +01004376 unsupported = 1;
4377 break;
Michael Buesch6b1c7c62008-12-25 00:39:28 +01004378 case B43_PHYTYPE_LP:
Gábor Stefanik9d86a2d2009-08-14 14:54:46 +02004379 if (radio_ver != 0x2062 && radio_ver != 0x2063)
Michael Buesch6b1c7c62008-12-25 00:39:28 +01004380 unsupported = 1;
4381 break;
Rafał Miłeckid7520b12011-06-13 16:20:06 +02004382 case B43_PHYTYPE_HT:
4383 if (radio_ver != 0x2059)
4384 unsupported = 1;
4385 break;
Rafał Miłecki1d738e62011-07-07 15:25:27 +02004386 case B43_PHYTYPE_LCN:
4387 if (radio_ver != 0x2064)
4388 unsupported = 1;
4389 break;
Michael Buesche4d6b792007-09-18 15:39:42 -04004390 default:
4391 B43_WARN_ON(1);
4392 }
4393 if (unsupported) {
4394 b43err(dev->wl, "FOUND UNSUPPORTED RADIO "
4395 "(Manuf 0x%X, Version 0x%X, Revision %u)\n",
4396 radio_manuf, radio_ver, radio_rev);
4397 return -EOPNOTSUPP;
4398 }
4399 b43dbg(dev->wl, "Found Radio: Manuf 0x%X, Version 0x%X, Revision %u\n",
4400 radio_manuf, radio_ver, radio_rev);
4401
4402 phy->radio_manuf = radio_manuf;
4403 phy->radio_ver = radio_ver;
4404 phy->radio_rev = radio_rev;
4405
4406 phy->analog = analog_type;
4407 phy->type = phy_type;
4408 phy->rev = phy_rev;
4409
4410 return 0;
4411}
4412
4413static void setup_struct_phy_for_init(struct b43_wldev *dev,
4414 struct b43_phy *phy)
4415{
Michael Buesche4d6b792007-09-18 15:39:42 -04004416 phy->hardware_power_control = !!modparam_hwpctl;
Michael Buesch18c8ade2008-08-28 19:33:40 +02004417 phy->next_txpwr_check_time = jiffies;
Michael Buesch8ed7fc42007-12-09 22:34:59 +01004418 /* PHY TX errors counter. */
4419 atomic_set(&phy->txerr_cnt, B43_PHY_TX_BADNESS_LIMIT);
Michael Buesch591f3dc2009-03-31 12:27:32 +02004420
4421#if B43_DEBUG
Rusty Russell3db1cd52011-12-19 13:56:45 +00004422 phy->phy_locked = false;
4423 phy->radio_locked = false;
Michael Buesch591f3dc2009-03-31 12:27:32 +02004424#endif
Michael Buesche4d6b792007-09-18 15:39:42 -04004425}
4426
4427static void setup_struct_wldev_for_init(struct b43_wldev *dev)
4428{
Rusty Russell3db1cd52011-12-19 13:56:45 +00004429 dev->dfq_valid = false;
Michael Bueschaa6c7ae2007-12-26 16:26:36 +01004430
Michael Buesch6a724d62007-09-20 22:12:58 +02004431 /* Assume the radio is enabled. If it's not enabled, the state will
4432 * immediately get fixed on the first periodic work run. */
Rusty Russell3db1cd52011-12-19 13:56:45 +00004433 dev->radio_hw_enable = true;
Michael Buesche4d6b792007-09-18 15:39:42 -04004434
4435 /* Stats */
4436 memset(&dev->stats, 0, sizeof(dev->stats));
4437
4438 setup_struct_phy_for_init(dev, &dev->phy);
4439
4440 /* IRQ related flags */
4441 dev->irq_reason = 0;
4442 memset(dev->dma_reason, 0, sizeof(dev->dma_reason));
Michael Buesch13790722009-04-08 21:26:27 +02004443 dev->irq_mask = B43_IRQ_MASKTEMPLATE;
Michael Buesch3e3ccb32009-03-19 19:27:21 +01004444 if (b43_modparam_verbose < B43_VERBOSITY_DEBUG)
Michael Buesch13790722009-04-08 21:26:27 +02004445 dev->irq_mask &= ~B43_IRQ_PHY_TXERR;
Michael Buesche4d6b792007-09-18 15:39:42 -04004446
4447 dev->mac_suspended = 1;
4448
4449 /* Noise calculation context */
4450 memset(&dev->noisecalc, 0, sizeof(dev->noisecalc));
4451}
4452
4453static void b43_bluetooth_coext_enable(struct b43_wldev *dev)
4454{
Rafał Miłecki05814832011-05-18 02:06:39 +02004455 struct ssb_sprom *sprom = dev->dev->bus_sprom;
Michael Buescha259d6a2008-04-18 21:06:37 +02004456 u64 hf;
Michael Buesche4d6b792007-09-18 15:39:42 -04004457
Michael Buesch1855ba72008-04-18 20:51:41 +02004458 if (!modparam_btcoex)
4459 return;
Larry Finger95de2842007-11-09 16:57:18 -06004460 if (!(sprom->boardflags_lo & B43_BFL_BTCOEXIST))
Michael Buesche4d6b792007-09-18 15:39:42 -04004461 return;
4462 if (dev->phy.type != B43_PHYTYPE_B && !dev->phy.gmode)
4463 return;
4464
4465 hf = b43_hf_read(dev);
Larry Finger95de2842007-11-09 16:57:18 -06004466 if (sprom->boardflags_lo & B43_BFL_BTCMOD)
Michael Buesche4d6b792007-09-18 15:39:42 -04004467 hf |= B43_HF_BTCOEXALT;
4468 else
4469 hf |= B43_HF_BTCOEX;
4470 b43_hf_write(dev, hf);
Michael Buesche4d6b792007-09-18 15:39:42 -04004471}
4472
4473static void b43_bluetooth_coext_disable(struct b43_wldev *dev)
Michael Buesch1855ba72008-04-18 20:51:41 +02004474{
4475 if (!modparam_btcoex)
4476 return;
4477 //TODO
Michael Buesche4d6b792007-09-18 15:39:42 -04004478}
4479
4480static void b43_imcfglo_timeouts_workaround(struct b43_wldev *dev)
4481{
Rafał Miłeckid48ae5c2011-05-19 15:11:26 +02004482 struct ssb_bus *bus;
Michael Buesche4d6b792007-09-18 15:39:42 -04004483 u32 tmp;
4484
Rafał Miłeckid48ae5c2011-05-19 15:11:26 +02004485 if (dev->dev->bus_type != B43_BUS_SSB)
4486 return;
4487
4488 bus = dev->dev->sdev->bus;
4489
Rafał Miłecki0fd82ea2011-05-11 02:10:59 +02004490 if ((bus->chip_id == 0x4311 && bus->chip_rev == 2) ||
4491 (bus->chip_id == 0x4312)) {
Rafał Miłeckid48ae5c2011-05-19 15:11:26 +02004492 tmp = ssb_read32(dev->dev->sdev, SSB_IMCFGLO);
Rafał Miłecki0fd82ea2011-05-11 02:10:59 +02004493 tmp &= ~SSB_IMCFGLO_REQTO;
4494 tmp &= ~SSB_IMCFGLO_SERTO;
4495 tmp |= 0x3;
Rafał Miłeckid48ae5c2011-05-19 15:11:26 +02004496 ssb_write32(dev->dev->sdev, SSB_IMCFGLO, tmp);
Rafał Miłecki0fd82ea2011-05-11 02:10:59 +02004497 ssb_commit_settings(bus);
Michael Buesche4d6b792007-09-18 15:39:42 -04004498 }
Michael Buesche4d6b792007-09-18 15:39:42 -04004499}
4500
Michael Bueschd59f7202008-04-03 18:56:19 +02004501static void b43_set_synth_pu_delay(struct b43_wldev *dev, bool idle)
4502{
4503 u16 pu_delay;
4504
4505 /* The time value is in microseconds. */
4506 if (dev->phy.type == B43_PHYTYPE_A)
4507 pu_delay = 3700;
4508 else
4509 pu_delay = 1050;
Johannes Berg05c914f2008-09-11 00:01:58 +02004510 if (b43_is_mode(dev->wl, NL80211_IFTYPE_ADHOC) || idle)
Michael Bueschd59f7202008-04-03 18:56:19 +02004511 pu_delay = 500;
4512 if ((dev->phy.radio_ver == 0x2050) && (dev->phy.radio_rev == 8))
4513 pu_delay = max(pu_delay, (u16)2400);
4514
4515 b43_shm_write16(dev, B43_SHM_SHARED, B43_SHM_SH_SPUWKUP, pu_delay);
4516}
4517
4518/* Set the TSF CFP pre-TargetBeaconTransmissionTime. */
4519static void b43_set_pretbtt(struct b43_wldev *dev)
4520{
4521 u16 pretbtt;
4522
4523 /* The time value is in microseconds. */
Johannes Berg05c914f2008-09-11 00:01:58 +02004524 if (b43_is_mode(dev->wl, NL80211_IFTYPE_ADHOC)) {
Michael Bueschd59f7202008-04-03 18:56:19 +02004525 pretbtt = 2;
4526 } else {
4527 if (dev->phy.type == B43_PHYTYPE_A)
4528 pretbtt = 120;
4529 else
4530 pretbtt = 250;
4531 }
4532 b43_shm_write16(dev, B43_SHM_SHARED, B43_SHM_SH_PRETBTT, pretbtt);
4533 b43_write16(dev, B43_MMIO_TSF_CFP_PRETBTT, pretbtt);
4534}
4535
Michael Buesche4d6b792007-09-18 15:39:42 -04004536/* Shutdown a wireless core */
4537/* Locking: wl->mutex */
4538static void b43_wireless_core_exit(struct b43_wldev *dev)
4539{
Michael Buesch36dbd952009-09-04 22:51:29 +02004540 B43_WARN_ON(dev && b43_status(dev) > B43_STAT_INITIALIZED);
4541 if (!dev || b43_status(dev) != B43_STAT_INITIALIZED)
Michael Buesche4d6b792007-09-18 15:39:42 -04004542 return;
John W. Linville84c164a2010-08-06 15:31:45 -04004543
4544 /* Unregister HW RNG driver */
4545 b43_rng_exit(dev->wl);
4546
Michael Buesche4d6b792007-09-18 15:39:42 -04004547 b43_set_status(dev, B43_STAT_UNINIT);
4548
Michael Buesch1f7d87b2008-01-22 20:23:34 +01004549 /* Stop the microcode PSM. */
Rafał Miłecki50566352012-01-02 19:31:21 +01004550 b43_maskset32(dev, B43_MMIO_MACCTL, ~B43_MACCTL_PSM_RUN,
4551 B43_MACCTL_PSM_JMP0);
Michael Buesch1f7d87b2008-01-22 20:23:34 +01004552
Michael Buesche4d6b792007-09-18 15:39:42 -04004553 b43_dma_free(dev);
Michael Buesch5100d5a2008-03-29 21:01:16 +01004554 b43_pio_free(dev);
Michael Buesche4d6b792007-09-18 15:39:42 -04004555 b43_chip_exit(dev);
Michael Bueschcb24f572008-09-03 12:12:20 +02004556 dev->phy.ops->switch_analog(dev, 0);
Michael Buesche66fee62007-12-26 17:47:10 +01004557 if (dev->wl->current_beacon) {
4558 dev_kfree_skb_any(dev->wl->current_beacon);
4559 dev->wl->current_beacon = NULL;
4560 }
4561
Rafał Miłecki24ca39d2011-05-18 02:06:43 +02004562 b43_device_disable(dev, 0);
4563 b43_bus_may_powerdown(dev);
Michael Buesche4d6b792007-09-18 15:39:42 -04004564}
4565
4566/* Initialize a wireless core */
4567static int b43_wireless_core_init(struct b43_wldev *dev)
4568{
Rafał Miłecki05814832011-05-18 02:06:39 +02004569 struct ssb_sprom *sprom = dev->dev->bus_sprom;
Michael Buesche4d6b792007-09-18 15:39:42 -04004570 struct b43_phy *phy = &dev->phy;
4571 int err;
Michael Buescha259d6a2008-04-18 21:06:37 +02004572 u64 hf;
Michael Buesche4d6b792007-09-18 15:39:42 -04004573
4574 B43_WARN_ON(b43_status(dev) != B43_STAT_UNINIT);
4575
Rafał Miłecki24ca39d2011-05-18 02:06:43 +02004576 err = b43_bus_powerup(dev, 0);
Michael Buesche4d6b792007-09-18 15:39:42 -04004577 if (err)
4578 goto out;
Rafał Miłecki4da909e2011-06-02 01:07:12 +02004579 if (!b43_device_is_enabled(dev))
4580 b43_wireless_core_reset(dev, phy->gmode);
Michael Buesche4d6b792007-09-18 15:39:42 -04004581
Michael Bueschfb111372008-09-02 13:00:34 +02004582 /* Reset all data structures. */
Michael Buesche4d6b792007-09-18 15:39:42 -04004583 setup_struct_wldev_for_init(dev);
Michael Bueschfb111372008-09-02 13:00:34 +02004584 phy->ops->prepare_structs(dev);
Michael Buesche4d6b792007-09-18 15:39:42 -04004585
4586 /* Enable IRQ routing to this device. */
Rafał Miłecki6cbab0d2011-07-06 15:45:26 +02004587 switch (dev->dev->bus_type) {
Rafał Miłecki42c9a452011-07-06 15:45:27 +02004588#ifdef CONFIG_B43_BCMA
4589 case B43_BUS_BCMA:
4590 bcma_core_pci_irq_ctl(&dev->dev->bdev->bus->drv_pci,
4591 dev->dev->bdev, true);
4592 break;
4593#endif
Rafał Miłecki6cbab0d2011-07-06 15:45:26 +02004594#ifdef CONFIG_B43_SSB
4595 case B43_BUS_SSB:
4596 ssb_pcicore_dev_irqvecs_enable(&dev->dev->sdev->bus->pcicore,
4597 dev->dev->sdev);
4598 break;
4599#endif
4600 }
Michael Buesche4d6b792007-09-18 15:39:42 -04004601
4602 b43_imcfglo_timeouts_workaround(dev);
4603 b43_bluetooth_coext_disable(dev);
Michael Bueschfb111372008-09-02 13:00:34 +02004604 if (phy->ops->prepare_hardware) {
4605 err = phy->ops->prepare_hardware(dev);
Michael Bueschef1a6282008-08-27 18:53:02 +02004606 if (err)
Michael Bueschfb111372008-09-02 13:00:34 +02004607 goto err_busdown;
Michael Bueschef1a6282008-08-27 18:53:02 +02004608 }
Michael Buesche4d6b792007-09-18 15:39:42 -04004609 err = b43_chip_init(dev);
4610 if (err)
Michael Bueschfb111372008-09-02 13:00:34 +02004611 goto err_busdown;
Michael Buesche4d6b792007-09-18 15:39:42 -04004612 b43_shm_write16(dev, B43_SHM_SHARED,
Rafał Miłecki21d889d2011-05-18 02:06:38 +02004613 B43_SHM_SH_WLCOREREV, dev->dev->core_rev);
Michael Buesche4d6b792007-09-18 15:39:42 -04004614 hf = b43_hf_read(dev);
4615 if (phy->type == B43_PHYTYPE_G) {
4616 hf |= B43_HF_SYMW;
4617 if (phy->rev == 1)
4618 hf |= B43_HF_GDCW;
Larry Finger95de2842007-11-09 16:57:18 -06004619 if (sprom->boardflags_lo & B43_BFL_PACTRL)
Michael Buesche4d6b792007-09-18 15:39:42 -04004620 hf |= B43_HF_OFDMPABOOST;
Michael Buesch969d15c2009-02-20 14:27:15 +01004621 }
4622 if (phy->radio_ver == 0x2050) {
4623 if (phy->radio_rev == 6)
4624 hf |= B43_HF_4318TSSI;
4625 if (phy->radio_rev < 6)
4626 hf |= B43_HF_VCORECALC;
Michael Buesche4d6b792007-09-18 15:39:42 -04004627 }
Michael Buesch1cc8f472009-02-20 14:47:56 +01004628 if (sprom->boardflags_lo & B43_BFL_XTAL_NOSLOW)
4629 hf |= B43_HF_DSCRQ; /* Disable slowclock requests from ucode. */
Michael Buesch1a777332009-03-04 16:41:10 +01004630#ifdef CONFIG_SSB_DRIVER_PCICORE
Rafał Miłecki6cbab0d2011-07-06 15:45:26 +02004631 if (dev->dev->bus_type == B43_BUS_SSB &&
4632 dev->dev->sdev->bus->bustype == SSB_BUSTYPE_PCI &&
4633 dev->dev->sdev->bus->pcicore.dev->id.revision <= 10)
Michael Buesch88219052009-02-20 14:58:59 +01004634 hf |= B43_HF_PCISCW; /* PCI slow clock workaround. */
Michael Buesch1a777332009-03-04 16:41:10 +01004635#endif
Michael Buesch25d3ef52009-02-20 15:39:21 +01004636 hf &= ~B43_HF_SKCFPUP;
Michael Buesche4d6b792007-09-18 15:39:42 -04004637 b43_hf_write(dev, hf);
4638
Michael Buesch74cfdba2007-10-28 16:19:44 +01004639 b43_set_retry_limits(dev, B43_DEFAULT_SHORT_RETRY_LIMIT,
4640 B43_DEFAULT_LONG_RETRY_LIMIT);
Michael Buesche4d6b792007-09-18 15:39:42 -04004641 b43_shm_write16(dev, B43_SHM_SHARED, B43_SHM_SH_SFFBLIM, 3);
4642 b43_shm_write16(dev, B43_SHM_SHARED, B43_SHM_SH_LFFBLIM, 2);
4643
4644 /* Disable sending probe responses from firmware.
4645 * Setting the MaxTime to one usec will always trigger
4646 * a timeout, so we never send any probe resp.
4647 * A timeout of zero is infinite. */
4648 b43_shm_write16(dev, B43_SHM_SHARED, B43_SHM_SH_PRMAXTIME, 1);
4649
4650 b43_rate_memory_init(dev);
Michael Buesch5042c502008-04-05 15:05:00 +02004651 b43_set_phytxctl_defaults(dev);
Michael Buesche4d6b792007-09-18 15:39:42 -04004652
4653 /* Minimum Contention Window */
Daniel Nguc5a079f2010-03-23 00:52:44 +13004654 if (phy->type == B43_PHYTYPE_B)
Michael Buesche4d6b792007-09-18 15:39:42 -04004655 b43_shm_write16(dev, B43_SHM_SCRATCH, B43_SHM_SC_MINCONT, 0x1F);
Daniel Nguc5a079f2010-03-23 00:52:44 +13004656 else
Michael Buesche4d6b792007-09-18 15:39:42 -04004657 b43_shm_write16(dev, B43_SHM_SCRATCH, B43_SHM_SC_MINCONT, 0xF);
Michael Buesche4d6b792007-09-18 15:39:42 -04004658 /* Maximum Contention Window */
4659 b43_shm_write16(dev, B43_SHM_SCRATCH, B43_SHM_SC_MAXCONT, 0x3FF);
4660
Rafał Miłecki505fb012011-05-19 15:11:27 +02004661 if (b43_bus_host_is_pcmcia(dev->dev) ||
Rafał Miłeckicbe1e822011-08-16 21:44:21 +02004662 b43_bus_host_is_sdio(dev->dev)) {
Rusty Russell3db1cd52011-12-19 13:56:45 +00004663 dev->__using_pio_transfers = true;
Rafał Miłeckicbe1e822011-08-16 21:44:21 +02004664 err = b43_pio_init(dev);
4665 } else if (dev->use_pio) {
4666 b43warn(dev->wl, "Forced PIO by use_pio module parameter. "
4667 "This should not be needed and will result in lower "
4668 "performance.\n");
Rusty Russell3db1cd52011-12-19 13:56:45 +00004669 dev->__using_pio_transfers = true;
Michael Buesch5100d5a2008-03-29 21:01:16 +01004670 err = b43_pio_init(dev);
4671 } else {
Rusty Russell3db1cd52011-12-19 13:56:45 +00004672 dev->__using_pio_transfers = false;
Michael Buesch5100d5a2008-03-29 21:01:16 +01004673 err = b43_dma_init(dev);
4674 }
Michael Buesche4d6b792007-09-18 15:39:42 -04004675 if (err)
4676 goto err_chip_exit;
Michael Buesch03b29772007-12-26 14:41:30 +01004677 b43_qos_init(dev);
Michael Bueschd59f7202008-04-03 18:56:19 +02004678 b43_set_synth_pu_delay(dev, 1);
Michael Buesche4d6b792007-09-18 15:39:42 -04004679 b43_bluetooth_coext_enable(dev);
4680
Rafał Miłecki24ca39d2011-05-18 02:06:43 +02004681 b43_bus_powerup(dev, !(sprom->boardflags_lo & B43_BFL_XTAL_NOSLOW));
Johannes Berg4150c572007-09-17 01:29:23 -04004682 b43_upload_card_macaddress(dev);
Michael Buesche4d6b792007-09-18 15:39:42 -04004683 b43_security_init(dev);
Michael Buesche4d6b792007-09-18 15:39:42 -04004684
Michael Buesch5ab95492009-09-10 20:31:46 +02004685 ieee80211_wake_queues(dev->wl->hw);
Michael Buesche4d6b792007-09-18 15:39:42 -04004686
4687 b43_set_status(dev, B43_STAT_INITIALIZED);
4688
John W. Linville84c164a2010-08-06 15:31:45 -04004689 /* Register HW RNG driver */
4690 b43_rng_init(dev->wl);
4691
Larry Finger1a8d1222007-12-14 13:59:11 +01004692out:
Michael Buesche4d6b792007-09-18 15:39:42 -04004693 return err;
4694
Michael Bueschef1a6282008-08-27 18:53:02 +02004695err_chip_exit:
Michael Buesche4d6b792007-09-18 15:39:42 -04004696 b43_chip_exit(dev);
Michael Bueschef1a6282008-08-27 18:53:02 +02004697err_busdown:
Rafał Miłecki24ca39d2011-05-18 02:06:43 +02004698 b43_bus_may_powerdown(dev);
Michael Buesche4d6b792007-09-18 15:39:42 -04004699 B43_WARN_ON(b43_status(dev) != B43_STAT_UNINIT);
4700 return err;
4701}
4702
Michael Buesch40faacc2007-10-28 16:29:32 +01004703static int b43_op_add_interface(struct ieee80211_hw *hw,
Johannes Berg1ed32e42009-12-23 13:15:45 +01004704 struct ieee80211_vif *vif)
Michael Buesche4d6b792007-09-18 15:39:42 -04004705{
4706 struct b43_wl *wl = hw_to_b43_wl(hw);
4707 struct b43_wldev *dev;
Michael Buesche4d6b792007-09-18 15:39:42 -04004708 int err = -EOPNOTSUPP;
Johannes Berg4150c572007-09-17 01:29:23 -04004709
4710 /* TODO: allow WDS/AP devices to coexist */
4711
Johannes Berg1ed32e42009-12-23 13:15:45 +01004712 if (vif->type != NL80211_IFTYPE_AP &&
4713 vif->type != NL80211_IFTYPE_MESH_POINT &&
4714 vif->type != NL80211_IFTYPE_STATION &&
4715 vif->type != NL80211_IFTYPE_WDS &&
4716 vif->type != NL80211_IFTYPE_ADHOC)
Johannes Berg4150c572007-09-17 01:29:23 -04004717 return -EOPNOTSUPP;
Michael Buesche4d6b792007-09-18 15:39:42 -04004718
4719 mutex_lock(&wl->mutex);
Johannes Berg4150c572007-09-17 01:29:23 -04004720 if (wl->operating)
Michael Buesche4d6b792007-09-18 15:39:42 -04004721 goto out_mutex_unlock;
4722
Johannes Berg1ed32e42009-12-23 13:15:45 +01004723 b43dbg(wl, "Adding Interface type %d\n", vif->type);
Michael Buesche4d6b792007-09-18 15:39:42 -04004724
4725 dev = wl->current_dev;
Rusty Russell3db1cd52011-12-19 13:56:45 +00004726 wl->operating = true;
Johannes Berg1ed32e42009-12-23 13:15:45 +01004727 wl->vif = vif;
4728 wl->if_type = vif->type;
4729 memcpy(wl->mac_addr, vif->addr, ETH_ALEN);
Michael Buesche4d6b792007-09-18 15:39:42 -04004730
Michael Buesche4d6b792007-09-18 15:39:42 -04004731 b43_adjust_opmode(dev);
Michael Bueschd59f7202008-04-03 18:56:19 +02004732 b43_set_pretbtt(dev);
4733 b43_set_synth_pu_delay(dev, 0);
Johannes Berg4150c572007-09-17 01:29:23 -04004734 b43_upload_card_macaddress(dev);
Michael Buesche4d6b792007-09-18 15:39:42 -04004735
4736 err = 0;
Johannes Berg4150c572007-09-17 01:29:23 -04004737 out_mutex_unlock:
Michael Buesche4d6b792007-09-18 15:39:42 -04004738 mutex_unlock(&wl->mutex);
4739
Felix Fietkau2a190322011-08-10 13:50:30 -06004740 if (err == 0)
4741 b43_op_bss_info_changed(hw, vif, &vif->bss_conf, ~0);
4742
Michael Buesche4d6b792007-09-18 15:39:42 -04004743 return err;
4744}
4745
Michael Buesch40faacc2007-10-28 16:29:32 +01004746static void b43_op_remove_interface(struct ieee80211_hw *hw,
Johannes Berg1ed32e42009-12-23 13:15:45 +01004747 struct ieee80211_vif *vif)
Michael Buesche4d6b792007-09-18 15:39:42 -04004748{
4749 struct b43_wl *wl = hw_to_b43_wl(hw);
Johannes Berg4150c572007-09-17 01:29:23 -04004750 struct b43_wldev *dev = wl->current_dev;
Michael Buesche4d6b792007-09-18 15:39:42 -04004751
Johannes Berg1ed32e42009-12-23 13:15:45 +01004752 b43dbg(wl, "Removing Interface type %d\n", vif->type);
Michael Buesche4d6b792007-09-18 15:39:42 -04004753
4754 mutex_lock(&wl->mutex);
Johannes Berg4150c572007-09-17 01:29:23 -04004755
4756 B43_WARN_ON(!wl->operating);
Johannes Berg1ed32e42009-12-23 13:15:45 +01004757 B43_WARN_ON(wl->vif != vif);
Johannes Berg32bfd352007-12-19 01:31:26 +01004758 wl->vif = NULL;
Johannes Berg4150c572007-09-17 01:29:23 -04004759
Rusty Russell3db1cd52011-12-19 13:56:45 +00004760 wl->operating = false;
Johannes Berg4150c572007-09-17 01:29:23 -04004761
Johannes Berg4150c572007-09-17 01:29:23 -04004762 b43_adjust_opmode(dev);
4763 memset(wl->mac_addr, 0, ETH_ALEN);
4764 b43_upload_card_macaddress(dev);
Johannes Berg4150c572007-09-17 01:29:23 -04004765
4766 mutex_unlock(&wl->mutex);
4767}
4768
Michael Buesch40faacc2007-10-28 16:29:32 +01004769static int b43_op_start(struct ieee80211_hw *hw)
Johannes Berg4150c572007-09-17 01:29:23 -04004770{
4771 struct b43_wl *wl = hw_to_b43_wl(hw);
4772 struct b43_wldev *dev = wl->current_dev;
4773 int did_init = 0;
WANG Cong923403b2007-10-16 14:29:38 -07004774 int err = 0;
Johannes Berg4150c572007-09-17 01:29:23 -04004775
Michael Buesch7be1bb62008-01-23 21:10:56 +01004776 /* Kill all old instance specific information to make sure
4777 * the card won't use it in the short timeframe between start
4778 * and mac80211 reconfiguring it. */
4779 memset(wl->bssid, 0, ETH_ALEN);
4780 memset(wl->mac_addr, 0, ETH_ALEN);
4781 wl->filter_flags = 0;
Rusty Russell3db1cd52011-12-19 13:56:45 +00004782 wl->radiotap_enabled = false;
Michael Buesche6f5b932008-03-05 21:18:49 +01004783 b43_qos_clear(wl);
Rusty Russell3db1cd52011-12-19 13:56:45 +00004784 wl->beacon0_uploaded = false;
4785 wl->beacon1_uploaded = false;
4786 wl->beacon_templates_virgin = true;
4787 wl->radio_enabled = true;
Michael Buesch7be1bb62008-01-23 21:10:56 +01004788
Johannes Berg4150c572007-09-17 01:29:23 -04004789 mutex_lock(&wl->mutex);
4790
4791 if (b43_status(dev) < B43_STAT_INITIALIZED) {
4792 err = b43_wireless_core_init(dev);
Johannes Bergf41f3f32009-06-07 12:30:34 -05004793 if (err)
Johannes Berg4150c572007-09-17 01:29:23 -04004794 goto out_mutex_unlock;
4795 did_init = 1;
Michael Buesche4d6b792007-09-18 15:39:42 -04004796 }
4797
Johannes Berg4150c572007-09-17 01:29:23 -04004798 if (b43_status(dev) < B43_STAT_STARTED) {
4799 err = b43_wireless_core_start(dev);
4800 if (err) {
4801 if (did_init)
4802 b43_wireless_core_exit(dev);
4803 goto out_mutex_unlock;
4804 }
Michael Buesche4d6b792007-09-18 15:39:42 -04004805 }
Johannes Berg4150c572007-09-17 01:29:23 -04004806
Johannes Bergf41f3f32009-06-07 12:30:34 -05004807 /* XXX: only do if device doesn't support rfkill irq */
4808 wiphy_rfkill_start_polling(hw->wiphy);
4809
Johannes Berg4150c572007-09-17 01:29:23 -04004810 out_mutex_unlock:
4811 mutex_unlock(&wl->mutex);
4812
Felix Fietkau2a190322011-08-10 13:50:30 -06004813 /* reload configuration */
4814 b43_op_config(hw, ~0);
4815
Johannes Berg4150c572007-09-17 01:29:23 -04004816 return err;
4817}
4818
Michael Buesch40faacc2007-10-28 16:29:32 +01004819static void b43_op_stop(struct ieee80211_hw *hw)
Johannes Berg4150c572007-09-17 01:29:23 -04004820{
4821 struct b43_wl *wl = hw_to_b43_wl(hw);
4822 struct b43_wldev *dev = wl->current_dev;
4823
Michael Buescha82d9922008-04-04 21:40:06 +02004824 cancel_work_sync(&(wl->beacon_update_trigger));
Larry Finger1a8d1222007-12-14 13:59:11 +01004825
Guennadi Liakhovetskiccde8a42012-01-06 12:58:16 +01004826 if (!dev)
4827 goto out;
4828
Johannes Berg4150c572007-09-17 01:29:23 -04004829 mutex_lock(&wl->mutex);
Michael Buesch36dbd952009-09-04 22:51:29 +02004830 if (b43_status(dev) >= B43_STAT_STARTED) {
4831 dev = b43_wireless_core_stop(dev);
4832 if (!dev)
4833 goto out_unlock;
4834 }
Johannes Berg4150c572007-09-17 01:29:23 -04004835 b43_wireless_core_exit(dev);
Rusty Russell3db1cd52011-12-19 13:56:45 +00004836 wl->radio_enabled = false;
Michael Buesch36dbd952009-09-04 22:51:29 +02004837
4838out_unlock:
Michael Buesche4d6b792007-09-18 15:39:42 -04004839 mutex_unlock(&wl->mutex);
Guennadi Liakhovetskiccde8a42012-01-06 12:58:16 +01004840out:
Michael Buesch18c8ade2008-08-28 19:33:40 +02004841 cancel_work_sync(&(wl->txpower_adjust_work));
Michael Buesche4d6b792007-09-18 15:39:42 -04004842}
4843
Johannes Berg17741cd2008-09-11 00:02:02 +02004844static int b43_op_beacon_set_tim(struct ieee80211_hw *hw,
4845 struct ieee80211_sta *sta, bool set)
Michael Buesche66fee62007-12-26 17:47:10 +01004846{
4847 struct b43_wl *wl = hw_to_b43_wl(hw);
Michael Buesche66fee62007-12-26 17:47:10 +01004848
Felix Fietkau8f611282009-11-07 18:37:37 +01004849 /* FIXME: add locking */
Johannes Berg9d139c82008-07-09 14:40:37 +02004850 b43_update_templates(wl);
Michael Buesche66fee62007-12-26 17:47:10 +01004851
4852 return 0;
4853}
4854
Johannes Berg38968d02008-02-25 16:27:50 +01004855static void b43_op_sta_notify(struct ieee80211_hw *hw,
4856 struct ieee80211_vif *vif,
4857 enum sta_notify_cmd notify_cmd,
Johannes Berg17741cd2008-09-11 00:02:02 +02004858 struct ieee80211_sta *sta)
Johannes Berg38968d02008-02-25 16:27:50 +01004859{
4860 struct b43_wl *wl = hw_to_b43_wl(hw);
4861
4862 B43_WARN_ON(!vif || wl->vif != vif);
4863}
4864
Michael Buesch25d3ef52009-02-20 15:39:21 +01004865static void b43_op_sw_scan_start_notifier(struct ieee80211_hw *hw)
4866{
4867 struct b43_wl *wl = hw_to_b43_wl(hw);
4868 struct b43_wldev *dev;
4869
4870 mutex_lock(&wl->mutex);
4871 dev = wl->current_dev;
4872 if (dev && (b43_status(dev) >= B43_STAT_INITIALIZED)) {
4873 /* Disable CFP update during scan on other channels. */
4874 b43_hf_write(dev, b43_hf_read(dev) | B43_HF_SKCFPUP);
4875 }
4876 mutex_unlock(&wl->mutex);
4877}
4878
4879static void b43_op_sw_scan_complete_notifier(struct ieee80211_hw *hw)
4880{
4881 struct b43_wl *wl = hw_to_b43_wl(hw);
4882 struct b43_wldev *dev;
4883
4884 mutex_lock(&wl->mutex);
4885 dev = wl->current_dev;
4886 if (dev && (b43_status(dev) >= B43_STAT_INITIALIZED)) {
4887 /* Re-enable CFP update. */
4888 b43_hf_write(dev, b43_hf_read(dev) & ~B43_HF_SKCFPUP);
4889 }
4890 mutex_unlock(&wl->mutex);
4891}
4892
John W. Linville354b4f02010-04-29 15:56:06 -04004893static int b43_op_get_survey(struct ieee80211_hw *hw, int idx,
4894 struct survey_info *survey)
4895{
4896 struct b43_wl *wl = hw_to_b43_wl(hw);
4897 struct b43_wldev *dev = wl->current_dev;
4898 struct ieee80211_conf *conf = &hw->conf;
4899
4900 if (idx != 0)
4901 return -ENOENT;
4902
4903 survey->channel = conf->channel;
4904 survey->filled = SURVEY_INFO_NOISE_DBM;
4905 survey->noise = dev->stats.link_noise;
4906
4907 return 0;
4908}
4909
Michael Buesche4d6b792007-09-18 15:39:42 -04004910static const struct ieee80211_ops b43_hw_ops = {
Michael Buesch40faacc2007-10-28 16:29:32 +01004911 .tx = b43_op_tx,
4912 .conf_tx = b43_op_conf_tx,
4913 .add_interface = b43_op_add_interface,
4914 .remove_interface = b43_op_remove_interface,
4915 .config = b43_op_config,
Johannes Bergc7ab5ef2008-10-29 20:02:12 +01004916 .bss_info_changed = b43_op_bss_info_changed,
Michael Buesch40faacc2007-10-28 16:29:32 +01004917 .configure_filter = b43_op_configure_filter,
4918 .set_key = b43_op_set_key,
gregor kowski035d0242009-08-19 22:35:45 +02004919 .update_tkip_key = b43_op_update_tkip_key,
Michael Buesch40faacc2007-10-28 16:29:32 +01004920 .get_stats = b43_op_get_stats,
Alina Friedrichsen08e87a82009-01-25 15:28:28 +01004921 .get_tsf = b43_op_get_tsf,
4922 .set_tsf = b43_op_set_tsf,
Michael Buesch40faacc2007-10-28 16:29:32 +01004923 .start = b43_op_start,
4924 .stop = b43_op_stop,
Michael Buesche66fee62007-12-26 17:47:10 +01004925 .set_tim = b43_op_beacon_set_tim,
Johannes Berg38968d02008-02-25 16:27:50 +01004926 .sta_notify = b43_op_sta_notify,
Michael Buesch25d3ef52009-02-20 15:39:21 +01004927 .sw_scan_start = b43_op_sw_scan_start_notifier,
4928 .sw_scan_complete = b43_op_sw_scan_complete_notifier,
John W. Linville354b4f02010-04-29 15:56:06 -04004929 .get_survey = b43_op_get_survey,
Johannes Bergf41f3f32009-06-07 12:30:34 -05004930 .rfkill_poll = b43_rfkill_poll,
Michael Buesche4d6b792007-09-18 15:39:42 -04004931};
4932
4933/* Hard-reset the chip. Do not call this directly.
4934 * Use b43_controller_restart()
4935 */
4936static void b43_chip_reset(struct work_struct *work)
4937{
4938 struct b43_wldev *dev =
4939 container_of(work, struct b43_wldev, restart_work);
4940 struct b43_wl *wl = dev->wl;
4941 int err = 0;
4942 int prev_status;
4943
4944 mutex_lock(&wl->mutex);
4945
4946 prev_status = b43_status(dev);
4947 /* Bring the device down... */
Michael Buesch36dbd952009-09-04 22:51:29 +02004948 if (prev_status >= B43_STAT_STARTED) {
4949 dev = b43_wireless_core_stop(dev);
4950 if (!dev) {
4951 err = -ENODEV;
4952 goto out;
4953 }
4954 }
Michael Buesche4d6b792007-09-18 15:39:42 -04004955 if (prev_status >= B43_STAT_INITIALIZED)
4956 b43_wireless_core_exit(dev);
4957
4958 /* ...and up again. */
4959 if (prev_status >= B43_STAT_INITIALIZED) {
4960 err = b43_wireless_core_init(dev);
4961 if (err)
4962 goto out;
4963 }
4964 if (prev_status >= B43_STAT_STARTED) {
4965 err = b43_wireless_core_start(dev);
4966 if (err) {
4967 b43_wireless_core_exit(dev);
4968 goto out;
4969 }
4970 }
Michael Buesch3bf0a322008-05-22 16:32:16 +02004971out:
4972 if (err)
4973 wl->current_dev = NULL; /* Failed to init the dev. */
Michael Buesche4d6b792007-09-18 15:39:42 -04004974 mutex_unlock(&wl->mutex);
Felix Fietkau2a190322011-08-10 13:50:30 -06004975
4976 if (err) {
Michael Buesche4d6b792007-09-18 15:39:42 -04004977 b43err(wl, "Controller restart FAILED\n");
Felix Fietkau2a190322011-08-10 13:50:30 -06004978 return;
4979 }
4980
4981 /* reload configuration */
4982 b43_op_config(wl->hw, ~0);
4983 if (wl->vif)
4984 b43_op_bss_info_changed(wl->hw, wl->vif, &wl->vif->bss_conf, ~0);
4985
4986 b43info(wl, "Controller restarted\n");
Michael Buesche4d6b792007-09-18 15:39:42 -04004987}
4988
Michael Bueschbb1eeff2008-02-09 12:08:58 +01004989static int b43_setup_bands(struct b43_wldev *dev,
Michael Buesch96c755a2008-01-06 00:09:46 +01004990 bool have_2ghz_phy, bool have_5ghz_phy)
Michael Buesche4d6b792007-09-18 15:39:42 -04004991{
4992 struct ieee80211_hw *hw = dev->wl->hw;
Michael Buesche4d6b792007-09-18 15:39:42 -04004993
Michael Bueschbb1eeff2008-02-09 12:08:58 +01004994 if (have_2ghz_phy)
4995 hw->wiphy->bands[IEEE80211_BAND_2GHZ] = &b43_band_2GHz;
4996 if (dev->phy.type == B43_PHYTYPE_N) {
4997 if (have_5ghz_phy)
4998 hw->wiphy->bands[IEEE80211_BAND_5GHZ] = &b43_band_5GHz_nphy;
4999 } else {
5000 if (have_5ghz_phy)
5001 hw->wiphy->bands[IEEE80211_BAND_5GHZ] = &b43_band_5GHz_aphy;
5002 }
Michael Buesche4d6b792007-09-18 15:39:42 -04005003
Michael Bueschbb1eeff2008-02-09 12:08:58 +01005004 dev->phy.supports_2ghz = have_2ghz_phy;
5005 dev->phy.supports_5ghz = have_5ghz_phy;
Michael Buesche4d6b792007-09-18 15:39:42 -04005006
5007 return 0;
5008}
5009
5010static void b43_wireless_core_detach(struct b43_wldev *dev)
5011{
5012 /* We release firmware that late to not be required to re-request
5013 * is all the time when we reinit the core. */
5014 b43_release_firmware(dev);
Michael Bueschfb111372008-09-02 13:00:34 +02005015 b43_phy_free(dev);
Michael Buesche4d6b792007-09-18 15:39:42 -04005016}
5017
5018static int b43_wireless_core_attach(struct b43_wldev *dev)
5019{
5020 struct b43_wl *wl = dev->wl;
Rafał Miłecki6cbab0d2011-07-06 15:45:26 +02005021 struct pci_dev *pdev = NULL;
Michael Buesche4d6b792007-09-18 15:39:42 -04005022 int err;
Rafał Miłecki40c62262011-07-18 02:01:30 +02005023 u32 tmp;
Rusty Russell3db1cd52011-12-19 13:56:45 +00005024 bool have_2ghz_phy = false, have_5ghz_phy = false;
Michael Buesche4d6b792007-09-18 15:39:42 -04005025
5026 /* Do NOT do any device initialization here.
5027 * Do it in wireless_core_init() instead.
5028 * This function is for gathering basic information about the HW, only.
5029 * Also some structs may be set up here. But most likely you want to have
5030 * that in core_init(), too.
5031 */
5032
Rafał Miłecki6cbab0d2011-07-06 15:45:26 +02005033#ifdef CONFIG_B43_SSB
5034 if (dev->dev->bus_type == B43_BUS_SSB &&
5035 dev->dev->sdev->bus->bustype == SSB_BUSTYPE_PCI)
5036 pdev = dev->dev->sdev->bus->host_pci;
5037#endif
5038
Rafał Miłecki24ca39d2011-05-18 02:06:43 +02005039 err = b43_bus_powerup(dev, 0);
Michael Buesche4d6b792007-09-18 15:39:42 -04005040 if (err) {
5041 b43err(wl, "Bus powerup failed\n");
5042 goto out;
5043 }
Michael Buesche4d6b792007-09-18 15:39:42 -04005044
Rafał Miłecki6cbab0d2011-07-06 15:45:26 +02005045 /* Get the PHY type. */
5046 switch (dev->dev->bus_type) {
Rafał Miłecki42c9a452011-07-06 15:45:27 +02005047#ifdef CONFIG_B43_BCMA
5048 case B43_BUS_BCMA:
Rafał Miłecki40c62262011-07-18 02:01:30 +02005049 tmp = bcma_aread32(dev->dev->bdev, BCMA_IOST);
5050 have_2ghz_phy = !!(tmp & B43_BCMA_IOST_2G_PHY);
5051 have_5ghz_phy = !!(tmp & B43_BCMA_IOST_5G_PHY);
Rafał Miłecki42c9a452011-07-06 15:45:27 +02005052 break;
5053#endif
Rafał Miłecki6cbab0d2011-07-06 15:45:26 +02005054#ifdef CONFIG_B43_SSB
5055 case B43_BUS_SSB:
5056 if (dev->dev->core_rev >= 5) {
Rafał Miłecki40c62262011-07-18 02:01:30 +02005057 tmp = ssb_read32(dev->dev->sdev, SSB_TMSHIGH);
5058 have_2ghz_phy = !!(tmp & B43_TMSHIGH_HAVE_2GHZ_PHY);
5059 have_5ghz_phy = !!(tmp & B43_TMSHIGH_HAVE_5GHZ_PHY);
Rafał Miłecki6cbab0d2011-07-06 15:45:26 +02005060 } else
5061 B43_WARN_ON(1);
5062 break;
5063#endif
5064 }
Michael Buesche4d6b792007-09-18 15:39:42 -04005065
Michael Buesch96c755a2008-01-06 00:09:46 +01005066 dev->phy.gmode = have_2ghz_phy;
Rusty Russell3db1cd52011-12-19 13:56:45 +00005067 dev->phy.radio_on = true;
Rafał Miłecki4da909e2011-06-02 01:07:12 +02005068 b43_wireless_core_reset(dev, dev->phy.gmode);
Michael Buesche4d6b792007-09-18 15:39:42 -04005069
5070 err = b43_phy_versioning(dev);
5071 if (err)
Michael Buesch21954c32007-09-27 15:31:40 +02005072 goto err_powerdown;
Michael Buesche4d6b792007-09-18 15:39:42 -04005073 /* Check if this device supports multiband. */
5074 if (!pdev ||
5075 (pdev->device != 0x4312 &&
5076 pdev->device != 0x4319 && pdev->device != 0x4324)) {
5077 /* No multiband support. */
Rusty Russell3db1cd52011-12-19 13:56:45 +00005078 have_2ghz_phy = false;
5079 have_5ghz_phy = false;
Michael Buesche4d6b792007-09-18 15:39:42 -04005080 switch (dev->phy.type) {
5081 case B43_PHYTYPE_A:
Rusty Russell3db1cd52011-12-19 13:56:45 +00005082 have_5ghz_phy = true;
Michael Buesche4d6b792007-09-18 15:39:42 -04005083 break;
Gábor Stefanik9d86a2d2009-08-14 14:54:46 +02005084 case B43_PHYTYPE_LP: //FIXME not always!
Gábor Stefanik86b28922009-08-16 20:22:41 +02005085#if 0 //FIXME enabling 5GHz causes a NULL pointer dereference
Gábor Stefanik9d86a2d2009-08-14 14:54:46 +02005086 have_5ghz_phy = 1;
Gábor Stefanik86b28922009-08-16 20:22:41 +02005087#endif
Michael Buesche4d6b792007-09-18 15:39:42 -04005088 case B43_PHYTYPE_G:
Michael Buesch96c755a2008-01-06 00:09:46 +01005089 case B43_PHYTYPE_N:
Rafał Miłecki8b9bda72011-07-07 18:58:24 +02005090 case B43_PHYTYPE_HT:
5091 case B43_PHYTYPE_LCN:
Rusty Russell3db1cd52011-12-19 13:56:45 +00005092 have_2ghz_phy = true;
Michael Buesche4d6b792007-09-18 15:39:42 -04005093 break;
5094 default:
5095 B43_WARN_ON(1);
5096 }
5097 }
Michael Buesch96c755a2008-01-06 00:09:46 +01005098 if (dev->phy.type == B43_PHYTYPE_A) {
5099 /* FIXME */
5100 b43err(wl, "IEEE 802.11a devices are unsupported\n");
5101 err = -EOPNOTSUPP;
5102 goto err_powerdown;
5103 }
Michael Buesch2e35af12008-04-27 19:06:18 +02005104 if (1 /* disable A-PHY */) {
5105 /* FIXME: For now we disable the A-PHY on multi-PHY devices. */
Gábor Stefanik9d86a2d2009-08-14 14:54:46 +02005106 if (dev->phy.type != B43_PHYTYPE_N &&
5107 dev->phy.type != B43_PHYTYPE_LP) {
Rusty Russell3db1cd52011-12-19 13:56:45 +00005108 have_2ghz_phy = true;
5109 have_5ghz_phy = false;
Michael Buesch2e35af12008-04-27 19:06:18 +02005110 }
5111 }
5112
Michael Bueschfb111372008-09-02 13:00:34 +02005113 err = b43_phy_allocate(dev);
5114 if (err)
5115 goto err_powerdown;
5116
Michael Buesch96c755a2008-01-06 00:09:46 +01005117 dev->phy.gmode = have_2ghz_phy;
Rafał Miłecki4da909e2011-06-02 01:07:12 +02005118 b43_wireless_core_reset(dev, dev->phy.gmode);
Michael Buesche4d6b792007-09-18 15:39:42 -04005119
5120 err = b43_validate_chipaccess(dev);
5121 if (err)
Michael Bueschfb111372008-09-02 13:00:34 +02005122 goto err_phy_free;
Michael Bueschbb1eeff2008-02-09 12:08:58 +01005123 err = b43_setup_bands(dev, have_2ghz_phy, have_5ghz_phy);
Michael Buesche4d6b792007-09-18 15:39:42 -04005124 if (err)
Michael Bueschfb111372008-09-02 13:00:34 +02005125 goto err_phy_free;
Michael Buesche4d6b792007-09-18 15:39:42 -04005126
5127 /* Now set some default "current_dev" */
5128 if (!wl->current_dev)
5129 wl->current_dev = dev;
5130 INIT_WORK(&dev->restart_work, b43_chip_reset);
5131
Michael Bueschcb24f572008-09-03 12:12:20 +02005132 dev->phy.ops->switch_analog(dev, 0);
Rafał Miłecki24ca39d2011-05-18 02:06:43 +02005133 b43_device_disable(dev, 0);
5134 b43_bus_may_powerdown(dev);
Michael Buesche4d6b792007-09-18 15:39:42 -04005135
5136out:
5137 return err;
5138
Michael Bueschfb111372008-09-02 13:00:34 +02005139err_phy_free:
5140 b43_phy_free(dev);
Michael Buesche4d6b792007-09-18 15:39:42 -04005141err_powerdown:
Rafał Miłecki24ca39d2011-05-18 02:06:43 +02005142 b43_bus_may_powerdown(dev);
Michael Buesche4d6b792007-09-18 15:39:42 -04005143 return err;
5144}
5145
Rafał Miłecki482f0532011-05-18 02:06:36 +02005146static void b43_one_core_detach(struct b43_bus_dev *dev)
Michael Buesche4d6b792007-09-18 15:39:42 -04005147{
5148 struct b43_wldev *wldev;
5149 struct b43_wl *wl;
5150
Michael Buesch3bf0a322008-05-22 16:32:16 +02005151 /* Do not cancel ieee80211-workqueue based work here.
5152 * See comment in b43_remove(). */
5153
Rafał Miłecki74abacb2011-07-06 15:45:28 +02005154 wldev = b43_bus_get_wldev(dev);
Michael Buesche4d6b792007-09-18 15:39:42 -04005155 wl = wldev->wl;
Michael Buesche4d6b792007-09-18 15:39:42 -04005156 b43_debugfs_remove_device(wldev);
5157 b43_wireless_core_detach(wldev);
5158 list_del(&wldev->list);
5159 wl->nr_devs--;
Rafał Miłecki74abacb2011-07-06 15:45:28 +02005160 b43_bus_set_wldev(dev, NULL);
Michael Buesche4d6b792007-09-18 15:39:42 -04005161 kfree(wldev);
5162}
5163
Rafał Miłecki482f0532011-05-18 02:06:36 +02005164static int b43_one_core_attach(struct b43_bus_dev *dev, struct b43_wl *wl)
Michael Buesche4d6b792007-09-18 15:39:42 -04005165{
5166 struct b43_wldev *wldev;
Michael Buesche4d6b792007-09-18 15:39:42 -04005167 int err = -ENOMEM;
5168
Michael Buesche4d6b792007-09-18 15:39:42 -04005169 wldev = kzalloc(sizeof(*wldev), GFP_KERNEL);
5170 if (!wldev)
5171 goto out;
5172
Linus Torvalds9e3bd912010-02-26 10:34:27 -08005173 wldev->use_pio = b43_modparam_pio;
Rafał Miłecki482f0532011-05-18 02:06:36 +02005174 wldev->dev = dev;
Michael Buesche4d6b792007-09-18 15:39:42 -04005175 wldev->wl = wl;
5176 b43_set_status(wldev, B43_STAT_UNINIT);
5177 wldev->bad_frames_preempt = modparam_bad_frames_preempt;
Michael Buesche4d6b792007-09-18 15:39:42 -04005178 INIT_LIST_HEAD(&wldev->list);
5179
5180 err = b43_wireless_core_attach(wldev);
5181 if (err)
5182 goto err_kfree_wldev;
5183
5184 list_add(&wldev->list, &wl->devlist);
5185 wl->nr_devs++;
Rafał Miłecki74abacb2011-07-06 15:45:28 +02005186 b43_bus_set_wldev(dev, wldev);
Michael Buesche4d6b792007-09-18 15:39:42 -04005187 b43_debugfs_add_device(wldev);
5188
5189 out:
5190 return err;
5191
5192 err_kfree_wldev:
5193 kfree(wldev);
5194 return err;
5195}
5196
Michael Buesch9fc38452008-04-19 16:53:00 +02005197#define IS_PDEV(pdev, _vendor, _device, _subvendor, _subdevice) ( \
5198 (pdev->vendor == PCI_VENDOR_ID_##_vendor) && \
5199 (pdev->device == _device) && \
5200 (pdev->subsystem_vendor == PCI_VENDOR_ID_##_subvendor) && \
5201 (pdev->subsystem_device == _subdevice) )
5202
Michael Buesche4d6b792007-09-18 15:39:42 -04005203static void b43_sprom_fixup(struct ssb_bus *bus)
5204{
Michael Buesch1855ba72008-04-18 20:51:41 +02005205 struct pci_dev *pdev;
5206
Michael Buesche4d6b792007-09-18 15:39:42 -04005207 /* boardflags workarounds */
5208 if (bus->boardinfo.vendor == SSB_BOARDVENDOR_DELL &&
5209 bus->chip_id == 0x4301 && bus->boardinfo.rev == 0x74)
Larry Finger95de2842007-11-09 16:57:18 -06005210 bus->sprom.boardflags_lo |= B43_BFL_BTCOEXIST;
Michael Buesche4d6b792007-09-18 15:39:42 -04005211 if (bus->boardinfo.vendor == PCI_VENDOR_ID_APPLE &&
5212 bus->boardinfo.type == 0x4E && bus->boardinfo.rev > 0x40)
Larry Finger95de2842007-11-09 16:57:18 -06005213 bus->sprom.boardflags_lo |= B43_BFL_PACTRL;
Michael Buesch1855ba72008-04-18 20:51:41 +02005214 if (bus->bustype == SSB_BUSTYPE_PCI) {
5215 pdev = bus->host_pci;
Michael Buesch9fc38452008-04-19 16:53:00 +02005216 if (IS_PDEV(pdev, BROADCOM, 0x4318, ASUSTEK, 0x100F) ||
Larry Finger430cd472008-08-14 18:57:11 -05005217 IS_PDEV(pdev, BROADCOM, 0x4320, DELL, 0x0003) ||
Larry Finger570bdfb2008-09-26 08:23:00 -05005218 IS_PDEV(pdev, BROADCOM, 0x4320, HP, 0x12f8) ||
Michael Buesch9fc38452008-04-19 16:53:00 +02005219 IS_PDEV(pdev, BROADCOM, 0x4320, LINKSYS, 0x0015) ||
Larry Fingera58d4522008-08-10 10:19:33 -05005220 IS_PDEV(pdev, BROADCOM, 0x4320, LINKSYS, 0x0014) ||
Larry Finger3bb91bf2008-09-19 14:47:38 -05005221 IS_PDEV(pdev, BROADCOM, 0x4320, LINKSYS, 0x0013) ||
5222 IS_PDEV(pdev, BROADCOM, 0x4320, MOTOROLA, 0x7010))
Michael Buesch1855ba72008-04-18 20:51:41 +02005223 bus->sprom.boardflags_lo &= ~B43_BFL_BTCOEXIST;
5224 }
Michael Buesche4d6b792007-09-18 15:39:42 -04005225}
5226
Rafał Miłecki482f0532011-05-18 02:06:36 +02005227static void b43_wireless_exit(struct b43_bus_dev *dev, struct b43_wl *wl)
Michael Buesche4d6b792007-09-18 15:39:42 -04005228{
5229 struct ieee80211_hw *hw = wl->hw;
5230
Rafał Miłecki482f0532011-05-18 02:06:36 +02005231 ssb_set_devtypedata(dev->sdev, NULL);
Michael Buesche4d6b792007-09-18 15:39:42 -04005232 ieee80211_free_hw(hw);
5233}
5234
Rafał Miłeckid1507052011-07-05 23:54:07 +02005235static struct b43_wl *b43_wireless_init(struct b43_bus_dev *dev)
Michael Buesche4d6b792007-09-18 15:39:42 -04005236{
Rafał Miłeckid1507052011-07-05 23:54:07 +02005237 struct ssb_sprom *sprom = dev->bus_sprom;
Michael Buesche4d6b792007-09-18 15:39:42 -04005238 struct ieee80211_hw *hw;
5239 struct b43_wl *wl;
Rafał Miłecki2729df22011-07-18 22:45:58 +02005240 char chip_name[6];
francesco.gringoli@ing.unibs.itbad69192011-12-16 18:34:56 +01005241 int queue_num;
Michael Buesche4d6b792007-09-18 15:39:42 -04005242
5243 hw = ieee80211_alloc_hw(sizeof(*wl), &b43_hw_ops);
5244 if (!hw) {
5245 b43err(NULL, "Could not allocate ieee80211 device\n");
Rafał Miłecki0355a342011-05-17 14:00:01 +02005246 return ERR_PTR(-ENOMEM);
Michael Buesche4d6b792007-09-18 15:39:42 -04005247 }
Michael Buesch403a3a12009-06-08 21:04:57 +02005248 wl = hw_to_b43_wl(hw);
Michael Buesche4d6b792007-09-18 15:39:42 -04005249
5250 /* fill hw info */
Johannes Berg605a0bd2008-07-15 10:10:01 +02005251 hw->flags = IEEE80211_HW_RX_INCLUDES_FCS |
John W. Linvillef5c044e2010-04-30 15:37:00 -04005252 IEEE80211_HW_SIGNAL_DBM;
Bruno Randolf566bfe52008-05-08 19:15:40 +02005253
Luis R. Rodriguezf59ac042008-08-29 16:26:43 -07005254 hw->wiphy->interface_modes =
5255 BIT(NL80211_IFTYPE_AP) |
5256 BIT(NL80211_IFTYPE_MESH_POINT) |
5257 BIT(NL80211_IFTYPE_STATION) |
5258 BIT(NL80211_IFTYPE_WDS) |
5259 BIT(NL80211_IFTYPE_ADHOC);
5260
francesco.gringoli@ing.unibs.itbad69192011-12-16 18:34:56 +01005261 hw->queues = modparam_qos ? B43_QOS_QUEUE_NUM : 1;
Michael Buesch403a3a12009-06-08 21:04:57 +02005262 wl->mac80211_initially_registered_queues = hw->queues;
Johannes Berge6a98542008-10-21 12:40:02 +02005263 hw->max_rates = 2;
Michael Buesche4d6b792007-09-18 15:39:42 -04005264 SET_IEEE80211_DEV(hw, dev->dev);
Larry Finger95de2842007-11-09 16:57:18 -06005265 if (is_valid_ether_addr(sprom->et1mac))
5266 SET_IEEE80211_PERM_ADDR(hw, sprom->et1mac);
Michael Buesche4d6b792007-09-18 15:39:42 -04005267 else
Larry Finger95de2842007-11-09 16:57:18 -06005268 SET_IEEE80211_PERM_ADDR(hw, sprom->il0mac);
Michael Buesche4d6b792007-09-18 15:39:42 -04005269
Michael Buesch403a3a12009-06-08 21:04:57 +02005270 /* Initialize struct b43_wl */
Michael Buesche4d6b792007-09-18 15:39:42 -04005271 wl->hw = hw;
Michael Buesche4d6b792007-09-18 15:39:42 -04005272 mutex_init(&wl->mutex);
Michael Buesch36dbd952009-09-04 22:51:29 +02005273 spin_lock_init(&wl->hardirq_lock);
Michael Buesche4d6b792007-09-18 15:39:42 -04005274 INIT_LIST_HEAD(&wl->devlist);
Michael Buescha82d9922008-04-04 21:40:06 +02005275 INIT_WORK(&wl->beacon_update_trigger, b43_beacon_update_trigger_work);
Michael Buesch18c8ade2008-08-28 19:33:40 +02005276 INIT_WORK(&wl->txpower_adjust_work, b43_phy_txpower_adjust_work);
Michael Bueschf5d40ee2009-09-04 22:53:18 +02005277 INIT_WORK(&wl->tx_work, b43_tx_work);
francesco.gringoli@ing.unibs.itbad69192011-12-16 18:34:56 +01005278
5279 /* Initialize queues and flags. */
5280 for (queue_num = 0; queue_num < B43_QOS_QUEUE_NUM; queue_num++) {
5281 skb_queue_head_init(&wl->tx_queue[queue_num]);
5282 wl->tx_queue_stopped[queue_num] = 0;
5283 }
Michael Buesche4d6b792007-09-18 15:39:42 -04005284
Rafał Miłecki2729df22011-07-18 22:45:58 +02005285 snprintf(chip_name, ARRAY_SIZE(chip_name),
5286 (dev->chip_id > 0x9999) ? "%d" : "%04X", dev->chip_id);
5287 b43info(wl, "Broadcom %s WLAN found (core revision %u)\n", chip_name,
5288 dev->core_rev);
Rafał Miłecki0355a342011-05-17 14:00:01 +02005289 return wl;
Michael Buesche4d6b792007-09-18 15:39:42 -04005290}
5291
Rafał Miłecki3c65ab62011-06-02 09:56:04 +02005292#ifdef CONFIG_B43_BCMA
5293static int b43_bcma_probe(struct bcma_device *core)
Michael Buesche4d6b792007-09-18 15:39:42 -04005294{
Rafał Miłecki397915c2011-07-06 19:03:46 +02005295 struct b43_bus_dev *dev;
Rafał Miłecki24aad3f2011-07-20 20:02:39 +02005296 struct b43_wl *wl;
5297 int err;
Rafał Miłecki397915c2011-07-06 19:03:46 +02005298
5299 dev = b43_bus_dev_bcma_init(core);
5300 if (!dev)
5301 return -ENODEV;
5302
Rafał Miłecki24aad3f2011-07-20 20:02:39 +02005303 wl = b43_wireless_init(dev);
5304 if (IS_ERR(wl)) {
5305 err = PTR_ERR(wl);
5306 goto bcma_out;
5307 }
5308
5309 err = b43_one_core_attach(dev, wl);
5310 if (err)
5311 goto bcma_err_wireless_exit;
5312
5313 err = ieee80211_register_hw(wl->hw);
5314 if (err)
5315 goto bcma_err_one_core_detach;
5316 b43_leds_register(wl->current_dev);
5317
5318bcma_out:
5319 return err;
5320
5321bcma_err_one_core_detach:
5322 b43_one_core_detach(dev);
5323bcma_err_wireless_exit:
5324 ieee80211_free_hw(wl->hw);
5325 return err;
Rafał Miłecki3c65ab62011-06-02 09:56:04 +02005326}
5327
5328static void b43_bcma_remove(struct bcma_device *core)
5329{
Rafał Miłecki24aad3f2011-07-20 20:02:39 +02005330 struct b43_wldev *wldev = bcma_get_drvdata(core);
5331 struct b43_wl *wl = wldev->wl;
5332
5333 /* We must cancel any work here before unregistering from ieee80211,
5334 * as the ieee80211 unreg will destroy the workqueue. */
5335 cancel_work_sync(&wldev->restart_work);
5336
5337 /* Restore the queues count before unregistering, because firmware detect
5338 * might have modified it. Restoring is important, so the networking
5339 * stack can properly free resources. */
5340 wl->hw->queues = wl->mac80211_initially_registered_queues;
5341 b43_leds_stop(wldev);
5342 ieee80211_unregister_hw(wl->hw);
5343
5344 b43_one_core_detach(wldev->dev);
5345
5346 b43_leds_unregister(wl);
5347
5348 ieee80211_free_hw(wl->hw);
Rafał Miłecki3c65ab62011-06-02 09:56:04 +02005349}
5350
5351static struct bcma_driver b43_bcma_driver = {
5352 .name = KBUILD_MODNAME,
5353 .id_table = b43_bcma_tbl,
5354 .probe = b43_bcma_probe,
5355 .remove = b43_bcma_remove,
5356};
5357#endif
5358
Rafał Miłeckiaec7ffd2011-06-14 08:18:59 +02005359#ifdef CONFIG_B43_SSB
Rafał Miłeckiaa634182011-05-18 02:06:35 +02005360static
5361int b43_ssb_probe(struct ssb_device *sdev, const struct ssb_device_id *id)
Michael Buesche4d6b792007-09-18 15:39:42 -04005362{
Rafał Miłecki482f0532011-05-18 02:06:36 +02005363 struct b43_bus_dev *dev;
Michael Buesche4d6b792007-09-18 15:39:42 -04005364 struct b43_wl *wl;
5365 int err;
5366 int first = 0;
5367
Rafał Miłecki482f0532011-05-18 02:06:36 +02005368 dev = b43_bus_dev_ssb_init(sdev);
Dan Carpenter5b49b352011-06-09 10:09:34 +03005369 if (!dev)
5370 return -ENOMEM;
Rafał Miłecki482f0532011-05-18 02:06:36 +02005371
Rafał Miłeckiaa634182011-05-18 02:06:35 +02005372 wl = ssb_get_devtypedata(sdev);
Michael Buesche4d6b792007-09-18 15:39:42 -04005373 if (!wl) {
5374 /* Probing the first core. Must setup common struct b43_wl */
5375 first = 1;
Rafał Miłeckiaa634182011-05-18 02:06:35 +02005376 b43_sprom_fixup(sdev->bus);
Rafał Miłeckid1507052011-07-05 23:54:07 +02005377 wl = b43_wireless_init(dev);
Rafał Miłecki0355a342011-05-17 14:00:01 +02005378 if (IS_ERR(wl)) {
5379 err = PTR_ERR(wl);
Michael Buesche4d6b792007-09-18 15:39:42 -04005380 goto out;
Rafał Miłecki0355a342011-05-17 14:00:01 +02005381 }
Rafał Miłeckiaa634182011-05-18 02:06:35 +02005382 ssb_set_devtypedata(sdev, wl);
5383 B43_WARN_ON(ssb_get_devtypedata(sdev) != wl);
Michael Buesche4d6b792007-09-18 15:39:42 -04005384 }
5385 err = b43_one_core_attach(dev, wl);
5386 if (err)
5387 goto err_wireless_exit;
5388
5389 if (first) {
5390 err = ieee80211_register_hw(wl->hw);
5391 if (err)
5392 goto err_one_core_detach;
Michael Buescha78b3bb2009-09-11 21:44:05 +02005393 b43_leds_register(wl->current_dev);
Michael Buesche4d6b792007-09-18 15:39:42 -04005394 }
5395
5396 out:
5397 return err;
5398
5399 err_one_core_detach:
5400 b43_one_core_detach(dev);
5401 err_wireless_exit:
5402 if (first)
5403 b43_wireless_exit(dev, wl);
5404 return err;
5405}
5406
Rafał Miłeckiaa634182011-05-18 02:06:35 +02005407static void b43_ssb_remove(struct ssb_device *sdev)
Michael Buesche4d6b792007-09-18 15:39:42 -04005408{
Rafał Miłeckiaa634182011-05-18 02:06:35 +02005409 struct b43_wl *wl = ssb_get_devtypedata(sdev);
5410 struct b43_wldev *wldev = ssb_get_drvdata(sdev);
Pavel Roskine61b52d2011-07-22 18:07:13 -04005411 struct b43_bus_dev *dev = wldev->dev;
Michael Buesche4d6b792007-09-18 15:39:42 -04005412
Michael Buesch3bf0a322008-05-22 16:32:16 +02005413 /* We must cancel any work here before unregistering from ieee80211,
5414 * as the ieee80211 unreg will destroy the workqueue. */
5415 cancel_work_sync(&wldev->restart_work);
5416
Michael Buesche4d6b792007-09-18 15:39:42 -04005417 B43_WARN_ON(!wl);
Michael Buesch403a3a12009-06-08 21:04:57 +02005418 if (wl->current_dev == wldev) {
5419 /* Restore the queues count before unregistering, because firmware detect
5420 * might have modified it. Restoring is important, so the networking
5421 * stack can properly free resources. */
5422 wl->hw->queues = wl->mac80211_initially_registered_queues;
Albert Herranz82905ac2009-09-16 00:26:19 +02005423 b43_leds_stop(wldev);
Michael Buesche4d6b792007-09-18 15:39:42 -04005424 ieee80211_unregister_hw(wl->hw);
Michael Buesch403a3a12009-06-08 21:04:57 +02005425 }
Michael Buesche4d6b792007-09-18 15:39:42 -04005426
Pavel Roskine61b52d2011-07-22 18:07:13 -04005427 b43_one_core_detach(dev);
Michael Buesche4d6b792007-09-18 15:39:42 -04005428
5429 if (list_empty(&wl->devlist)) {
Michael Buesch727c9882009-10-01 15:54:32 +02005430 b43_leds_unregister(wl);
Michael Buesche4d6b792007-09-18 15:39:42 -04005431 /* Last core on the chip unregistered.
5432 * We can destroy common struct b43_wl.
5433 */
Pavel Roskine61b52d2011-07-22 18:07:13 -04005434 b43_wireless_exit(dev, wl);
Michael Buesche4d6b792007-09-18 15:39:42 -04005435 }
5436}
5437
Rafał Miłeckiaec7ffd2011-06-14 08:18:59 +02005438static struct ssb_driver b43_ssb_driver = {
5439 .name = KBUILD_MODNAME,
5440 .id_table = b43_ssb_tbl,
5441 .probe = b43_ssb_probe,
5442 .remove = b43_ssb_remove,
5443};
5444#endif /* CONFIG_B43_SSB */
5445
Michael Buesche4d6b792007-09-18 15:39:42 -04005446/* Perform a hardware reset. This can be called from any context. */
5447void b43_controller_restart(struct b43_wldev *dev, const char *reason)
5448{
5449 /* Must avoid requeueing, if we are in shutdown. */
5450 if (b43_status(dev) < B43_STAT_INITIALIZED)
5451 return;
5452 b43info(dev->wl, "Controller RESET (%s) ...\n", reason);
Luis R. Rodriguez42935ec2009-07-29 20:08:07 -04005453 ieee80211_queue_work(dev->wl->hw, &dev->restart_work);
Michael Buesche4d6b792007-09-18 15:39:42 -04005454}
5455
Michael Buesch26bc7832008-02-09 00:18:35 +01005456static void b43_print_driverinfo(void)
5457{
5458 const char *feat_pci = "", *feat_pcmcia = "", *feat_nphy = "",
Albert Herranz3dbba8e2009-09-10 19:34:49 +02005459 *feat_leds = "", *feat_sdio = "";
Michael Buesch26bc7832008-02-09 00:18:35 +01005460
5461#ifdef CONFIG_B43_PCI_AUTOSELECT
5462 feat_pci = "P";
5463#endif
5464#ifdef CONFIG_B43_PCMCIA
5465 feat_pcmcia = "M";
5466#endif
Rafał Miłecki692d2c02010-12-07 21:56:00 +01005467#ifdef CONFIG_B43_PHY_N
Michael Buesch26bc7832008-02-09 00:18:35 +01005468 feat_nphy = "N";
5469#endif
5470#ifdef CONFIG_B43_LEDS
5471 feat_leds = "L";
5472#endif
Albert Herranz3dbba8e2009-09-10 19:34:49 +02005473#ifdef CONFIG_B43_SDIO
5474 feat_sdio = "S";
5475#endif
Michael Buesch26bc7832008-02-09 00:18:35 +01005476 printk(KERN_INFO "Broadcom 43xx driver loaded "
Michael Büsch8b0be902011-08-21 17:24:47 +02005477 "[ Features: %s%s%s%s%s ]\n",
Michael Buesch26bc7832008-02-09 00:18:35 +01005478 feat_pci, feat_pcmcia, feat_nphy,
Albert Herranz3dbba8e2009-09-10 19:34:49 +02005479 feat_leds, feat_sdio);
Michael Buesch26bc7832008-02-09 00:18:35 +01005480}
5481
Michael Buesche4d6b792007-09-18 15:39:42 -04005482static int __init b43_init(void)
5483{
5484 int err;
5485
5486 b43_debugfs_init();
5487 err = b43_pcmcia_init();
5488 if (err)
5489 goto err_dfs_exit;
Albert Herranz3dbba8e2009-09-10 19:34:49 +02005490 err = b43_sdio_init();
Michael Buesche4d6b792007-09-18 15:39:42 -04005491 if (err)
5492 goto err_pcmcia_exit;
Rafał Miłecki3c65ab62011-06-02 09:56:04 +02005493#ifdef CONFIG_B43_BCMA
5494 err = bcma_driver_register(&b43_bcma_driver);
Albert Herranz3dbba8e2009-09-10 19:34:49 +02005495 if (err)
5496 goto err_sdio_exit;
Rafał Miłecki3c65ab62011-06-02 09:56:04 +02005497#endif
Rafał Miłeckiaec7ffd2011-06-14 08:18:59 +02005498#ifdef CONFIG_B43_SSB
Rafał Miłecki3c65ab62011-06-02 09:56:04 +02005499 err = ssb_driver_register(&b43_ssb_driver);
5500 if (err)
5501 goto err_bcma_driver_exit;
Rafał Miłeckiaec7ffd2011-06-14 08:18:59 +02005502#endif
Michael Buesch26bc7832008-02-09 00:18:35 +01005503 b43_print_driverinfo();
Michael Buesche4d6b792007-09-18 15:39:42 -04005504
5505 return err;
5506
Rafał Miłeckiaec7ffd2011-06-14 08:18:59 +02005507#ifdef CONFIG_B43_SSB
Rafał Miłecki3c65ab62011-06-02 09:56:04 +02005508err_bcma_driver_exit:
Rafał Miłeckiaec7ffd2011-06-14 08:18:59 +02005509#endif
Rafał Miłecki3c65ab62011-06-02 09:56:04 +02005510#ifdef CONFIG_B43_BCMA
5511 bcma_driver_unregister(&b43_bcma_driver);
Albert Herranz3dbba8e2009-09-10 19:34:49 +02005512err_sdio_exit:
Rafał Miłecki3c65ab62011-06-02 09:56:04 +02005513#endif
Albert Herranz3dbba8e2009-09-10 19:34:49 +02005514 b43_sdio_exit();
Michael Buesche4d6b792007-09-18 15:39:42 -04005515err_pcmcia_exit:
5516 b43_pcmcia_exit();
5517err_dfs_exit:
5518 b43_debugfs_exit();
5519 return err;
5520}
5521
5522static void __exit b43_exit(void)
5523{
Rafał Miłeckiaec7ffd2011-06-14 08:18:59 +02005524#ifdef CONFIG_B43_SSB
Michael Buesche4d6b792007-09-18 15:39:42 -04005525 ssb_driver_unregister(&b43_ssb_driver);
Rafał Miłeckiaec7ffd2011-06-14 08:18:59 +02005526#endif
Rafał Miłecki3c65ab62011-06-02 09:56:04 +02005527#ifdef CONFIG_B43_BCMA
5528 bcma_driver_unregister(&b43_bcma_driver);
5529#endif
Albert Herranz3dbba8e2009-09-10 19:34:49 +02005530 b43_sdio_exit();
Michael Buesche4d6b792007-09-18 15:39:42 -04005531 b43_pcmcia_exit();
5532 b43_debugfs_exit();
5533}
5534
5535module_init(b43_init)
5536module_exit(b43_exit)