[PATCH] bcm43xx-softmac: check returned value from pci_enable_device
[linux-2.6/linux-loongson.git] / drivers / net / wireless / bcm43xx / bcm43xx_main.c
blob7776b5c42ac761f5d8bc03e02ac55088eb9de209
1 /*
3 Broadcom BCM43xx wireless driver
5 Copyright (c) 2005 Martin Langer <martin-langer@gmx.de>,
6 Stefano Brivio <st3@riseup.net>
7 Michael Buesch <mbuesch@freenet.de>
8 Danny van Dyk <kugelfang@gentoo.org>
9 Andreas Jaggi <andreas.jaggi@waterwave.ch>
11 Some parts of the code in this file are derived from the ipw2200
12 driver Copyright(c) 2003 - 2004 Intel Corporation.
14 This program is free software; you can redistribute it and/or modify
15 it under the terms of the GNU General Public License as published by
16 the Free Software Foundation; either version 2 of the License, or
17 (at your option) any later version.
19 This program is distributed in the hope that it will be useful,
20 but WITHOUT ANY WARRANTY; without even the implied warranty of
21 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 GNU General Public License for more details.
24 You should have received a copy of the GNU General Public License
25 along with this program; see the file COPYING. If not, write to
26 the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
27 Boston, MA 02110-1301, USA.
31 #include <linux/delay.h>
32 #include <linux/init.h>
33 #include <linux/moduleparam.h>
34 #include <linux/if_arp.h>
35 #include <linux/etherdevice.h>
36 #include <linux/version.h>
37 #include <linux/firmware.h>
38 #include <linux/wireless.h>
39 #include <linux/workqueue.h>
40 #include <linux/skbuff.h>
41 #include <linux/dma-mapping.h>
42 #include <net/iw_handler.h>
44 #include "bcm43xx.h"
45 #include "bcm43xx_main.h"
46 #include "bcm43xx_debugfs.h"
47 #include "bcm43xx_radio.h"
48 #include "bcm43xx_phy.h"
49 #include "bcm43xx_dma.h"
50 #include "bcm43xx_pio.h"
51 #include "bcm43xx_power.h"
52 #include "bcm43xx_wx.h"
53 #include "bcm43xx_ethtool.h"
54 #include "bcm43xx_xmit.h"
55 #include "bcm43xx_sysfs.h"
58 MODULE_DESCRIPTION("Broadcom BCM43xx wireless driver");
59 MODULE_AUTHOR("Martin Langer");
60 MODULE_AUTHOR("Stefano Brivio");
61 MODULE_AUTHOR("Michael Buesch");
62 MODULE_LICENSE("GPL");
64 #ifdef CONFIG_BCM947XX
65 extern char *nvram_get(char *name);
66 #endif
68 #if defined(CONFIG_BCM43XX_DMA) && defined(CONFIG_BCM43XX_PIO)
69 static int modparam_pio;
70 module_param_named(pio, modparam_pio, int, 0444);
71 MODULE_PARM_DESC(pio, "enable(1) / disable(0) PIO mode");
72 #elif defined(CONFIG_BCM43XX_DMA)
73 # define modparam_pio 0
74 #elif defined(CONFIG_BCM43XX_PIO)
75 # define modparam_pio 1
76 #endif
78 static int modparam_bad_frames_preempt;
79 module_param_named(bad_frames_preempt, modparam_bad_frames_preempt, int, 0444);
80 MODULE_PARM_DESC(bad_frames_preempt, "enable(1) / disable(0) Bad Frames Preemption");
82 static int modparam_short_retry = BCM43xx_DEFAULT_SHORT_RETRY_LIMIT;
83 module_param_named(short_retry, modparam_short_retry, int, 0444);
84 MODULE_PARM_DESC(short_retry, "Short-Retry-Limit (0 - 15)");
86 static int modparam_long_retry = BCM43xx_DEFAULT_LONG_RETRY_LIMIT;
87 module_param_named(long_retry, modparam_long_retry, int, 0444);
88 MODULE_PARM_DESC(long_retry, "Long-Retry-Limit (0 - 15)");
90 static int modparam_locale = -1;
91 module_param_named(locale, modparam_locale, int, 0444);
92 MODULE_PARM_DESC(country, "Select LocaleCode 0-11 (For travelers)");
94 static int modparam_noleds;
95 module_param_named(noleds, modparam_noleds, int, 0444);
96 MODULE_PARM_DESC(noleds, "Turn off all LED activity");
98 #ifdef CONFIG_BCM43XX_DEBUG
99 static char modparam_fwpostfix[64];
100 module_param_string(fwpostfix, modparam_fwpostfix, 64, 0444);
101 MODULE_PARM_DESC(fwpostfix, "Postfix for .fw files. Useful for debugging.");
102 #else
103 # define modparam_fwpostfix ""
104 #endif /* CONFIG_BCM43XX_DEBUG*/
107 /* If you want to debug with just a single device, enable this,
108 * where the string is the pci device ID (as given by the kernel's
109 * pci_name function) of the device to be used.
111 //#define DEBUG_SINGLE_DEVICE_ONLY "0001:11:00.0"
113 /* If you want to enable printing of each MMIO access, enable this. */
114 //#define DEBUG_ENABLE_MMIO_PRINT
116 /* If you want to enable printing of MMIO access within
117 * ucode/pcm upload, initvals write, enable this.
119 //#define DEBUG_ENABLE_UCODE_MMIO_PRINT
121 /* If you want to enable printing of PCI Config Space access, enable this */
122 //#define DEBUG_ENABLE_PCILOG
125 /* Detailed list maintained at:
126 * http://openfacts.berlios.de/index-en.phtml?title=Bcm43xxDevices
128 static struct pci_device_id bcm43xx_pci_tbl[] = {
129 /* Broadcom 4303 802.11b */
130 { PCI_VENDOR_ID_BROADCOM, 0x4301, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 },
131 /* Broadcom 4307 802.11b */
132 { PCI_VENDOR_ID_BROADCOM, 0x4307, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 },
133 /* Broadcom 4318 802.11b/g */
134 { PCI_VENDOR_ID_BROADCOM, 0x4318, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 },
135 /* Broadcom 4319 802.11a/b/g */
136 { PCI_VENDOR_ID_BROADCOM, 0x4319, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 },
137 /* Broadcom 4306 802.11b/g */
138 { PCI_VENDOR_ID_BROADCOM, 0x4320, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 },
139 /* Broadcom 4306 802.11a */
140 // { PCI_VENDOR_ID_BROADCOM, 0x4321, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 },
141 /* Broadcom 4309 802.11a/b/g */
142 { PCI_VENDOR_ID_BROADCOM, 0x4324, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 },
143 /* Broadcom 43XG 802.11b/g */
144 { PCI_VENDOR_ID_BROADCOM, 0x4325, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 },
145 #ifdef CONFIG_BCM947XX
146 /* SB bus on BCM947xx */
147 { PCI_VENDOR_ID_BROADCOM, 0x0800, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 },
148 #endif
149 { 0 },
151 MODULE_DEVICE_TABLE(pci, bcm43xx_pci_tbl);
153 static void bcm43xx_ram_write(struct bcm43xx_private *bcm, u16 offset, u32 val)
155 u32 status;
157 status = bcm43xx_read32(bcm, BCM43xx_MMIO_STATUS_BITFIELD);
158 if (!(status & BCM43xx_SBF_XFER_REG_BYTESWAP))
159 val = swab32(val);
161 bcm43xx_write32(bcm, BCM43xx_MMIO_RAM_CONTROL, offset);
162 mmiowb();
163 bcm43xx_write32(bcm, BCM43xx_MMIO_RAM_DATA, val);
166 static inline
167 void bcm43xx_shm_control_word(struct bcm43xx_private *bcm,
168 u16 routing, u16 offset)
170 u32 control;
172 /* "offset" is the WORD offset. */
174 control = routing;
175 control <<= 16;
176 control |= offset;
177 bcm43xx_write32(bcm, BCM43xx_MMIO_SHM_CONTROL, control);
180 u32 bcm43xx_shm_read32(struct bcm43xx_private *bcm,
181 u16 routing, u16 offset)
183 u32 ret;
185 if (routing == BCM43xx_SHM_SHARED) {
186 if (offset & 0x0003) {
187 /* Unaligned access */
188 bcm43xx_shm_control_word(bcm, routing, offset >> 2);
189 ret = bcm43xx_read16(bcm, BCM43xx_MMIO_SHM_DATA_UNALIGNED);
190 ret <<= 16;
191 bcm43xx_shm_control_word(bcm, routing, (offset >> 2) + 1);
192 ret |= bcm43xx_read16(bcm, BCM43xx_MMIO_SHM_DATA);
194 return ret;
196 offset >>= 2;
198 bcm43xx_shm_control_word(bcm, routing, offset);
199 ret = bcm43xx_read32(bcm, BCM43xx_MMIO_SHM_DATA);
201 return ret;
204 u16 bcm43xx_shm_read16(struct bcm43xx_private *bcm,
205 u16 routing, u16 offset)
207 u16 ret;
209 if (routing == BCM43xx_SHM_SHARED) {
210 if (offset & 0x0003) {
211 /* Unaligned access */
212 bcm43xx_shm_control_word(bcm, routing, offset >> 2);
213 ret = bcm43xx_read16(bcm, BCM43xx_MMIO_SHM_DATA_UNALIGNED);
215 return ret;
217 offset >>= 2;
219 bcm43xx_shm_control_word(bcm, routing, offset);
220 ret = bcm43xx_read16(bcm, BCM43xx_MMIO_SHM_DATA);
222 return ret;
225 void bcm43xx_shm_write32(struct bcm43xx_private *bcm,
226 u16 routing, u16 offset,
227 u32 value)
229 if (routing == BCM43xx_SHM_SHARED) {
230 if (offset & 0x0003) {
231 /* Unaligned access */
232 bcm43xx_shm_control_word(bcm, routing, offset >> 2);
233 mmiowb();
234 bcm43xx_write16(bcm, BCM43xx_MMIO_SHM_DATA_UNALIGNED,
235 (value >> 16) & 0xffff);
236 mmiowb();
237 bcm43xx_shm_control_word(bcm, routing, (offset >> 2) + 1);
238 mmiowb();
239 bcm43xx_write16(bcm, BCM43xx_MMIO_SHM_DATA,
240 value & 0xffff);
241 return;
243 offset >>= 2;
245 bcm43xx_shm_control_word(bcm, routing, offset);
246 mmiowb();
247 bcm43xx_write32(bcm, BCM43xx_MMIO_SHM_DATA, value);
250 void bcm43xx_shm_write16(struct bcm43xx_private *bcm,
251 u16 routing, u16 offset,
252 u16 value)
254 if (routing == BCM43xx_SHM_SHARED) {
255 if (offset & 0x0003) {
256 /* Unaligned access */
257 bcm43xx_shm_control_word(bcm, routing, offset >> 2);
258 mmiowb();
259 bcm43xx_write16(bcm, BCM43xx_MMIO_SHM_DATA_UNALIGNED,
260 value);
261 return;
263 offset >>= 2;
265 bcm43xx_shm_control_word(bcm, routing, offset);
266 mmiowb();
267 bcm43xx_write16(bcm, BCM43xx_MMIO_SHM_DATA, value);
270 void bcm43xx_tsf_read(struct bcm43xx_private *bcm, u64 *tsf)
272 /* We need to be careful. As we read the TSF from multiple
273 * registers, we should take care of register overflows.
274 * In theory, the whole tsf read process should be atomic.
275 * We try to be atomic here, by restaring the read process,
276 * if any of the high registers changed (overflew).
278 if (bcm->current_core->rev >= 3) {
279 u32 low, high, high2;
281 do {
282 high = bcm43xx_read32(bcm, BCM43xx_MMIO_REV3PLUS_TSF_HIGH);
283 low = bcm43xx_read32(bcm, BCM43xx_MMIO_REV3PLUS_TSF_LOW);
284 high2 = bcm43xx_read32(bcm, BCM43xx_MMIO_REV3PLUS_TSF_HIGH);
285 } while (unlikely(high != high2));
287 *tsf = high;
288 *tsf <<= 32;
289 *tsf |= low;
290 } else {
291 u64 tmp;
292 u16 v0, v1, v2, v3;
293 u16 test1, test2, test3;
295 do {
296 v3 = bcm43xx_read16(bcm, BCM43xx_MMIO_TSF_3);
297 v2 = bcm43xx_read16(bcm, BCM43xx_MMIO_TSF_2);
298 v1 = bcm43xx_read16(bcm, BCM43xx_MMIO_TSF_1);
299 v0 = bcm43xx_read16(bcm, BCM43xx_MMIO_TSF_0);
301 test3 = bcm43xx_read16(bcm, BCM43xx_MMIO_TSF_3);
302 test2 = bcm43xx_read16(bcm, BCM43xx_MMIO_TSF_2);
303 test1 = bcm43xx_read16(bcm, BCM43xx_MMIO_TSF_1);
304 } while (v3 != test3 || v2 != test2 || v1 != test1);
306 *tsf = v3;
307 *tsf <<= 48;
308 tmp = v2;
309 tmp <<= 32;
310 *tsf |= tmp;
311 tmp = v1;
312 tmp <<= 16;
313 *tsf |= tmp;
314 *tsf |= v0;
318 void bcm43xx_tsf_write(struct bcm43xx_private *bcm, u64 tsf)
320 u32 status;
322 status = bcm43xx_read32(bcm, BCM43xx_MMIO_STATUS_BITFIELD);
323 status |= BCM43xx_SBF_TIME_UPDATE;
324 bcm43xx_write32(bcm, BCM43xx_MMIO_STATUS_BITFIELD, status);
325 mmiowb();
327 /* Be careful with the in-progress timer.
328 * First zero out the low register, so we have a full
329 * register-overflow duration to complete the operation.
331 if (bcm->current_core->rev >= 3) {
332 u32 lo = (tsf & 0x00000000FFFFFFFFULL);
333 u32 hi = (tsf & 0xFFFFFFFF00000000ULL) >> 32;
335 bcm43xx_write32(bcm, BCM43xx_MMIO_REV3PLUS_TSF_LOW, 0);
336 mmiowb();
337 bcm43xx_write32(bcm, BCM43xx_MMIO_REV3PLUS_TSF_HIGH, hi);
338 mmiowb();
339 bcm43xx_write32(bcm, BCM43xx_MMIO_REV3PLUS_TSF_LOW, lo);
340 } else {
341 u16 v0 = (tsf & 0x000000000000FFFFULL);
342 u16 v1 = (tsf & 0x00000000FFFF0000ULL) >> 16;
343 u16 v2 = (tsf & 0x0000FFFF00000000ULL) >> 32;
344 u16 v3 = (tsf & 0xFFFF000000000000ULL) >> 48;
346 bcm43xx_write16(bcm, BCM43xx_MMIO_TSF_0, 0);
347 mmiowb();
348 bcm43xx_write16(bcm, BCM43xx_MMIO_TSF_3, v3);
349 mmiowb();
350 bcm43xx_write16(bcm, BCM43xx_MMIO_TSF_2, v2);
351 mmiowb();
352 bcm43xx_write16(bcm, BCM43xx_MMIO_TSF_1, v1);
353 mmiowb();
354 bcm43xx_write16(bcm, BCM43xx_MMIO_TSF_0, v0);
357 status = bcm43xx_read32(bcm, BCM43xx_MMIO_STATUS_BITFIELD);
358 status &= ~BCM43xx_SBF_TIME_UPDATE;
359 bcm43xx_write32(bcm, BCM43xx_MMIO_STATUS_BITFIELD, status);
362 static
363 void bcm43xx_macfilter_set(struct bcm43xx_private *bcm,
364 u16 offset,
365 const u8 *mac)
367 u16 data;
369 offset |= 0x0020;
370 bcm43xx_write16(bcm, BCM43xx_MMIO_MACFILTER_CONTROL, offset);
372 data = mac[0];
373 data |= mac[1] << 8;
374 bcm43xx_write16(bcm, BCM43xx_MMIO_MACFILTER_DATA, data);
375 data = mac[2];
376 data |= mac[3] << 8;
377 bcm43xx_write16(bcm, BCM43xx_MMIO_MACFILTER_DATA, data);
378 data = mac[4];
379 data |= mac[5] << 8;
380 bcm43xx_write16(bcm, BCM43xx_MMIO_MACFILTER_DATA, data);
383 static void bcm43xx_macfilter_clear(struct bcm43xx_private *bcm,
384 u16 offset)
386 const u8 zero_addr[ETH_ALEN] = { 0 };
388 bcm43xx_macfilter_set(bcm, offset, zero_addr);
391 static void bcm43xx_write_mac_bssid_templates(struct bcm43xx_private *bcm)
393 const u8 *mac = (const u8 *)(bcm->net_dev->dev_addr);
394 const u8 *bssid = (const u8 *)(bcm->ieee->bssid);
395 u8 mac_bssid[ETH_ALEN * 2];
396 int i;
398 memcpy(mac_bssid, mac, ETH_ALEN);
399 memcpy(mac_bssid + ETH_ALEN, bssid, ETH_ALEN);
401 /* Write our MAC address and BSSID to template ram */
402 for (i = 0; i < ARRAY_SIZE(mac_bssid); i += sizeof(u32))
403 bcm43xx_ram_write(bcm, 0x20 + i, *((u32 *)(mac_bssid + i)));
404 for (i = 0; i < ARRAY_SIZE(mac_bssid); i += sizeof(u32))
405 bcm43xx_ram_write(bcm, 0x78 + i, *((u32 *)(mac_bssid + i)));
406 for (i = 0; i < ARRAY_SIZE(mac_bssid); i += sizeof(u32))
407 bcm43xx_ram_write(bcm, 0x478 + i, *((u32 *)(mac_bssid + i)));
410 //FIXME: Well, we should probably call them from somewhere.
411 #if 0
412 static void bcm43xx_set_slot_time(struct bcm43xx_private *bcm, u16 slot_time)
414 /* slot_time is in usec. */
415 if (bcm43xx_current_phy(bcm)->type != BCM43xx_PHYTYPE_G)
416 return;
417 bcm43xx_write16(bcm, 0x684, 510 + slot_time);
418 bcm43xx_shm_write16(bcm, BCM43xx_SHM_SHARED, 0x0010, slot_time);
421 static void bcm43xx_short_slot_timing_enable(struct bcm43xx_private *bcm)
423 bcm43xx_set_slot_time(bcm, 9);
426 static void bcm43xx_short_slot_timing_disable(struct bcm43xx_private *bcm)
428 bcm43xx_set_slot_time(bcm, 20);
430 #endif
432 /* FIXME: To get the MAC-filter working, we need to implement the
433 * following functions (and rename them :)
435 #if 0
436 static void bcm43xx_disassociate(struct bcm43xx_private *bcm)
438 bcm43xx_mac_suspend(bcm);
439 bcm43xx_macfilter_clear(bcm, BCM43xx_MACFILTER_ASSOC);
441 bcm43xx_ram_write(bcm, 0x0026, 0x0000);
442 bcm43xx_ram_write(bcm, 0x0028, 0x0000);
443 bcm43xx_ram_write(bcm, 0x007E, 0x0000);
444 bcm43xx_ram_write(bcm, 0x0080, 0x0000);
445 bcm43xx_ram_write(bcm, 0x047E, 0x0000);
446 bcm43xx_ram_write(bcm, 0x0480, 0x0000);
448 if (bcm->current_core->rev < 3) {
449 bcm43xx_write16(bcm, 0x0610, 0x8000);
450 bcm43xx_write16(bcm, 0x060E, 0x0000);
451 } else
452 bcm43xx_write32(bcm, 0x0188, 0x80000000);
454 bcm43xx_shm_write32(bcm, BCM43xx_SHM_WIRELESS, 0x0004, 0x000003ff);
456 if (bcm43xx_current_phy(bcm)->type == BCM43xx_PHYTYPE_G &&
457 ieee80211_is_ofdm_rate(bcm->softmac->txrates.default_rate))
458 bcm43xx_short_slot_timing_enable(bcm);
460 bcm43xx_mac_enable(bcm);
463 static void bcm43xx_associate(struct bcm43xx_private *bcm,
464 const u8 *mac)
466 memcpy(bcm->ieee->bssid, mac, ETH_ALEN);
468 bcm43xx_mac_suspend(bcm);
469 bcm43xx_macfilter_set(bcm, BCM43xx_MACFILTER_ASSOC, mac);
470 bcm43xx_write_mac_bssid_templates(bcm);
471 bcm43xx_mac_enable(bcm);
473 #endif
475 /* Enable a Generic IRQ. "mask" is the mask of which IRQs to enable.
476 * Returns the _previously_ enabled IRQ mask.
478 static inline u32 bcm43xx_interrupt_enable(struct bcm43xx_private *bcm, u32 mask)
480 u32 old_mask;
482 old_mask = bcm43xx_read32(bcm, BCM43xx_MMIO_GEN_IRQ_MASK);
483 bcm43xx_write32(bcm, BCM43xx_MMIO_GEN_IRQ_MASK, old_mask | mask);
485 return old_mask;
488 /* Disable a Generic IRQ. "mask" is the mask of which IRQs to disable.
489 * Returns the _previously_ enabled IRQ mask.
491 static inline u32 bcm43xx_interrupt_disable(struct bcm43xx_private *bcm, u32 mask)
493 u32 old_mask;
495 old_mask = bcm43xx_read32(bcm, BCM43xx_MMIO_GEN_IRQ_MASK);
496 bcm43xx_write32(bcm, BCM43xx_MMIO_GEN_IRQ_MASK, old_mask & ~mask);
498 return old_mask;
501 /* Synchronize IRQ top- and bottom-half.
502 * IRQs must be masked before calling this.
503 * This must not be called with the irq_lock held.
505 static void bcm43xx_synchronize_irq(struct bcm43xx_private *bcm)
507 synchronize_irq(bcm->irq);
508 tasklet_disable(&bcm->isr_tasklet);
511 /* Make sure we don't receive more data from the device. */
512 static int bcm43xx_disable_interrupts_sync(struct bcm43xx_private *bcm)
514 unsigned long flags;
516 spin_lock_irqsave(&bcm->irq_lock, flags);
517 if (unlikely(bcm43xx_status(bcm) != BCM43xx_STAT_INITIALIZED)) {
518 spin_unlock_irqrestore(&bcm->irq_lock, flags);
519 return -EBUSY;
521 bcm43xx_interrupt_disable(bcm, BCM43xx_IRQ_ALL);
522 bcm43xx_read32(bcm, BCM43xx_MMIO_GEN_IRQ_MASK); /* flush */
523 spin_unlock_irqrestore(&bcm->irq_lock, flags);
524 bcm43xx_synchronize_irq(bcm);
526 return 0;
529 static int bcm43xx_read_radioinfo(struct bcm43xx_private *bcm)
531 struct bcm43xx_radioinfo *radio = bcm43xx_current_radio(bcm);
532 struct bcm43xx_phyinfo *phy = bcm43xx_current_phy(bcm);
533 u32 radio_id;
534 u16 manufact;
535 u16 version;
536 u8 revision;
538 if (bcm->chip_id == 0x4317) {
539 if (bcm->chip_rev == 0x00)
540 radio_id = 0x3205017F;
541 else if (bcm->chip_rev == 0x01)
542 radio_id = 0x4205017F;
543 else
544 radio_id = 0x5205017F;
545 } else {
546 bcm43xx_write16(bcm, BCM43xx_MMIO_RADIO_CONTROL, BCM43xx_RADIOCTL_ID);
547 radio_id = bcm43xx_read16(bcm, BCM43xx_MMIO_RADIO_DATA_HIGH);
548 radio_id <<= 16;
549 bcm43xx_write16(bcm, BCM43xx_MMIO_RADIO_CONTROL, BCM43xx_RADIOCTL_ID);
550 radio_id |= bcm43xx_read16(bcm, BCM43xx_MMIO_RADIO_DATA_LOW);
553 manufact = (radio_id & 0x00000FFF);
554 version = (radio_id & 0x0FFFF000) >> 12;
555 revision = (radio_id & 0xF0000000) >> 28;
557 dprintk(KERN_INFO PFX "Detected Radio: ID: %x (Manuf: %x Ver: %x Rev: %x)\n",
558 radio_id, manufact, version, revision);
560 switch (phy->type) {
561 case BCM43xx_PHYTYPE_A:
562 if ((version != 0x2060) || (revision != 1) || (manufact != 0x17f))
563 goto err_unsupported_radio;
564 break;
565 case BCM43xx_PHYTYPE_B:
566 if ((version & 0xFFF0) != 0x2050)
567 goto err_unsupported_radio;
568 break;
569 case BCM43xx_PHYTYPE_G:
570 if (version != 0x2050)
571 goto err_unsupported_radio;
572 break;
575 radio->manufact = manufact;
576 radio->version = version;
577 radio->revision = revision;
579 if (phy->type == BCM43xx_PHYTYPE_A)
580 radio->txpower_desired = bcm->sprom.maxpower_aphy;
581 else
582 radio->txpower_desired = bcm->sprom.maxpower_bgphy;
584 return 0;
586 err_unsupported_radio:
587 printk(KERN_ERR PFX "Unsupported Radio connected to the PHY!\n");
588 return -ENODEV;
591 static const char * bcm43xx_locale_iso(u8 locale)
593 /* ISO 3166-1 country codes.
594 * Note that there aren't ISO 3166-1 codes for
595 * all or locales. (Not all locales are countries)
597 switch (locale) {
598 case BCM43xx_LOCALE_WORLD:
599 case BCM43xx_LOCALE_ALL:
600 return "XX";
601 case BCM43xx_LOCALE_THAILAND:
602 return "TH";
603 case BCM43xx_LOCALE_ISRAEL:
604 return "IL";
605 case BCM43xx_LOCALE_JORDAN:
606 return "JO";
607 case BCM43xx_LOCALE_CHINA:
608 return "CN";
609 case BCM43xx_LOCALE_JAPAN:
610 case BCM43xx_LOCALE_JAPAN_HIGH:
611 return "JP";
612 case BCM43xx_LOCALE_USA_CANADA_ANZ:
613 case BCM43xx_LOCALE_USA_LOW:
614 return "US";
615 case BCM43xx_LOCALE_EUROPE:
616 return "EU";
617 case BCM43xx_LOCALE_NONE:
618 return " ";
620 assert(0);
621 return " ";
624 static const char * bcm43xx_locale_string(u8 locale)
626 switch (locale) {
627 case BCM43xx_LOCALE_WORLD:
628 return "World";
629 case BCM43xx_LOCALE_THAILAND:
630 return "Thailand";
631 case BCM43xx_LOCALE_ISRAEL:
632 return "Israel";
633 case BCM43xx_LOCALE_JORDAN:
634 return "Jordan";
635 case BCM43xx_LOCALE_CHINA:
636 return "China";
637 case BCM43xx_LOCALE_JAPAN:
638 return "Japan";
639 case BCM43xx_LOCALE_USA_CANADA_ANZ:
640 return "USA/Canada/ANZ";
641 case BCM43xx_LOCALE_EUROPE:
642 return "Europe";
643 case BCM43xx_LOCALE_USA_LOW:
644 return "USAlow";
645 case BCM43xx_LOCALE_JAPAN_HIGH:
646 return "JapanHigh";
647 case BCM43xx_LOCALE_ALL:
648 return "All";
649 case BCM43xx_LOCALE_NONE:
650 return "None";
652 assert(0);
653 return "";
656 static inline u8 bcm43xx_crc8(u8 crc, u8 data)
658 static const u8 t[] = {
659 0x00, 0xF7, 0xB9, 0x4E, 0x25, 0xD2, 0x9C, 0x6B,
660 0x4A, 0xBD, 0xF3, 0x04, 0x6F, 0x98, 0xD6, 0x21,
661 0x94, 0x63, 0x2D, 0xDA, 0xB1, 0x46, 0x08, 0xFF,
662 0xDE, 0x29, 0x67, 0x90, 0xFB, 0x0C, 0x42, 0xB5,
663 0x7F, 0x88, 0xC6, 0x31, 0x5A, 0xAD, 0xE3, 0x14,
664 0x35, 0xC2, 0x8C, 0x7B, 0x10, 0xE7, 0xA9, 0x5E,
665 0xEB, 0x1C, 0x52, 0xA5, 0xCE, 0x39, 0x77, 0x80,
666 0xA1, 0x56, 0x18, 0xEF, 0x84, 0x73, 0x3D, 0xCA,
667 0xFE, 0x09, 0x47, 0xB0, 0xDB, 0x2C, 0x62, 0x95,
668 0xB4, 0x43, 0x0D, 0xFA, 0x91, 0x66, 0x28, 0xDF,
669 0x6A, 0x9D, 0xD3, 0x24, 0x4F, 0xB8, 0xF6, 0x01,
670 0x20, 0xD7, 0x99, 0x6E, 0x05, 0xF2, 0xBC, 0x4B,
671 0x81, 0x76, 0x38, 0xCF, 0xA4, 0x53, 0x1D, 0xEA,
672 0xCB, 0x3C, 0x72, 0x85, 0xEE, 0x19, 0x57, 0xA0,
673 0x15, 0xE2, 0xAC, 0x5B, 0x30, 0xC7, 0x89, 0x7E,
674 0x5F, 0xA8, 0xE6, 0x11, 0x7A, 0x8D, 0xC3, 0x34,
675 0xAB, 0x5C, 0x12, 0xE5, 0x8E, 0x79, 0x37, 0xC0,
676 0xE1, 0x16, 0x58, 0xAF, 0xC4, 0x33, 0x7D, 0x8A,
677 0x3F, 0xC8, 0x86, 0x71, 0x1A, 0xED, 0xA3, 0x54,
678 0x75, 0x82, 0xCC, 0x3B, 0x50, 0xA7, 0xE9, 0x1E,
679 0xD4, 0x23, 0x6D, 0x9A, 0xF1, 0x06, 0x48, 0xBF,
680 0x9E, 0x69, 0x27, 0xD0, 0xBB, 0x4C, 0x02, 0xF5,
681 0x40, 0xB7, 0xF9, 0x0E, 0x65, 0x92, 0xDC, 0x2B,
682 0x0A, 0xFD, 0xB3, 0x44, 0x2F, 0xD8, 0x96, 0x61,
683 0x55, 0xA2, 0xEC, 0x1B, 0x70, 0x87, 0xC9, 0x3E,
684 0x1F, 0xE8, 0xA6, 0x51, 0x3A, 0xCD, 0x83, 0x74,
685 0xC1, 0x36, 0x78, 0x8F, 0xE4, 0x13, 0x5D, 0xAA,
686 0x8B, 0x7C, 0x32, 0xC5, 0xAE, 0x59, 0x17, 0xE0,
687 0x2A, 0xDD, 0x93, 0x64, 0x0F, 0xF8, 0xB6, 0x41,
688 0x60, 0x97, 0xD9, 0x2E, 0x45, 0xB2, 0xFC, 0x0B,
689 0xBE, 0x49, 0x07, 0xF0, 0x9B, 0x6C, 0x22, 0xD5,
690 0xF4, 0x03, 0x4D, 0xBA, 0xD1, 0x26, 0x68, 0x9F,
692 return t[crc ^ data];
695 static u8 bcm43xx_sprom_crc(const u16 *sprom)
697 int word;
698 u8 crc = 0xFF;
700 for (word = 0; word < BCM43xx_SPROM_SIZE - 1; word++) {
701 crc = bcm43xx_crc8(crc, sprom[word] & 0x00FF);
702 crc = bcm43xx_crc8(crc, (sprom[word] & 0xFF00) >> 8);
704 crc = bcm43xx_crc8(crc, sprom[BCM43xx_SPROM_VERSION] & 0x00FF);
705 crc ^= 0xFF;
707 return crc;
710 int bcm43xx_sprom_read(struct bcm43xx_private *bcm, u16 *sprom)
712 int i;
713 u8 crc, expected_crc;
715 for (i = 0; i < BCM43xx_SPROM_SIZE; i++)
716 sprom[i] = bcm43xx_read16(bcm, BCM43xx_SPROM_BASE + (i * 2));
717 /* CRC-8 check. */
718 crc = bcm43xx_sprom_crc(sprom);
719 expected_crc = (sprom[BCM43xx_SPROM_VERSION] & 0xFF00) >> 8;
720 if (crc != expected_crc) {
721 printk(KERN_WARNING PFX "WARNING: Invalid SPROM checksum "
722 "(0x%02X, expected: 0x%02X)\n",
723 crc, expected_crc);
724 return -EINVAL;
727 return 0;
730 int bcm43xx_sprom_write(struct bcm43xx_private *bcm, const u16 *sprom)
732 int i, err;
733 u8 crc, expected_crc;
734 u32 spromctl;
736 /* CRC-8 validation of the input data. */
737 crc = bcm43xx_sprom_crc(sprom);
738 expected_crc = (sprom[BCM43xx_SPROM_VERSION] & 0xFF00) >> 8;
739 if (crc != expected_crc) {
740 printk(KERN_ERR PFX "SPROM input data: Invalid CRC\n");
741 return -EINVAL;
744 printk(KERN_INFO PFX "Writing SPROM. Do NOT turn off the power! Please stand by...\n");
745 err = bcm43xx_pci_read_config32(bcm, BCM43xx_PCICFG_SPROMCTL, &spromctl);
746 if (err)
747 goto err_ctlreg;
748 spromctl |= 0x10; /* SPROM WRITE enable. */
749 bcm43xx_pci_write_config32(bcm, BCM43xx_PCICFG_SPROMCTL, spromctl);
750 if (err)
751 goto err_ctlreg;
752 /* We must burn lots of CPU cycles here, but that does not
753 * really matter as one does not write the SPROM every other minute...
755 printk(KERN_INFO PFX "[ 0%%");
756 mdelay(500);
757 for (i = 0; i < BCM43xx_SPROM_SIZE; i++) {
758 if (i == 16)
759 printk("25%%");
760 else if (i == 32)
761 printk("50%%");
762 else if (i == 48)
763 printk("75%%");
764 else if (i % 2)
765 printk(".");
766 bcm43xx_write16(bcm, BCM43xx_SPROM_BASE + (i * 2), sprom[i]);
767 mmiowb();
768 mdelay(20);
770 spromctl &= ~0x10; /* SPROM WRITE enable. */
771 bcm43xx_pci_write_config32(bcm, BCM43xx_PCICFG_SPROMCTL, spromctl);
772 if (err)
773 goto err_ctlreg;
774 mdelay(500);
775 printk("100%% ]\n");
776 printk(KERN_INFO PFX "SPROM written.\n");
777 bcm43xx_controller_restart(bcm, "SPROM update");
779 return 0;
780 err_ctlreg:
781 printk(KERN_ERR PFX "Could not access SPROM control register.\n");
782 return -ENODEV;
785 static int bcm43xx_sprom_extract(struct bcm43xx_private *bcm)
787 u16 value;
788 u16 *sprom;
789 #ifdef CONFIG_BCM947XX
790 char *c;
791 #endif
793 sprom = kzalloc(BCM43xx_SPROM_SIZE * sizeof(u16),
794 GFP_KERNEL);
795 if (!sprom) {
796 printk(KERN_ERR PFX "sprom_extract OOM\n");
797 return -ENOMEM;
799 #ifdef CONFIG_BCM947XX
800 sprom[BCM43xx_SPROM_BOARDFLAGS2] = atoi(nvram_get("boardflags2"));
801 sprom[BCM43xx_SPROM_BOARDFLAGS] = atoi(nvram_get("boardflags"));
803 if ((c = nvram_get("il0macaddr")) != NULL)
804 e_aton(c, (char *) &(sprom[BCM43xx_SPROM_IL0MACADDR]));
806 if ((c = nvram_get("et1macaddr")) != NULL)
807 e_aton(c, (char *) &(sprom[BCM43xx_SPROM_ET1MACADDR]));
809 sprom[BCM43xx_SPROM_PA0B0] = atoi(nvram_get("pa0b0"));
810 sprom[BCM43xx_SPROM_PA0B1] = atoi(nvram_get("pa0b1"));
811 sprom[BCM43xx_SPROM_PA0B2] = atoi(nvram_get("pa0b2"));
813 sprom[BCM43xx_SPROM_PA1B0] = atoi(nvram_get("pa1b0"));
814 sprom[BCM43xx_SPROM_PA1B1] = atoi(nvram_get("pa1b1"));
815 sprom[BCM43xx_SPROM_PA1B2] = atoi(nvram_get("pa1b2"));
817 sprom[BCM43xx_SPROM_BOARDREV] = atoi(nvram_get("boardrev"));
818 #else
819 bcm43xx_sprom_read(bcm, sprom);
820 #endif
822 /* boardflags2 */
823 value = sprom[BCM43xx_SPROM_BOARDFLAGS2];
824 bcm->sprom.boardflags2 = value;
826 /* il0macaddr */
827 value = sprom[BCM43xx_SPROM_IL0MACADDR + 0];
828 *(((u16 *)bcm->sprom.il0macaddr) + 0) = cpu_to_be16(value);
829 value = sprom[BCM43xx_SPROM_IL0MACADDR + 1];
830 *(((u16 *)bcm->sprom.il0macaddr) + 1) = cpu_to_be16(value);
831 value = sprom[BCM43xx_SPROM_IL0MACADDR + 2];
832 *(((u16 *)bcm->sprom.il0macaddr) + 2) = cpu_to_be16(value);
834 /* et0macaddr */
835 value = sprom[BCM43xx_SPROM_ET0MACADDR + 0];
836 *(((u16 *)bcm->sprom.et0macaddr) + 0) = cpu_to_be16(value);
837 value = sprom[BCM43xx_SPROM_ET0MACADDR + 1];
838 *(((u16 *)bcm->sprom.et0macaddr) + 1) = cpu_to_be16(value);
839 value = sprom[BCM43xx_SPROM_ET0MACADDR + 2];
840 *(((u16 *)bcm->sprom.et0macaddr) + 2) = cpu_to_be16(value);
842 /* et1macaddr */
843 value = sprom[BCM43xx_SPROM_ET1MACADDR + 0];
844 *(((u16 *)bcm->sprom.et1macaddr) + 0) = cpu_to_be16(value);
845 value = sprom[BCM43xx_SPROM_ET1MACADDR + 1];
846 *(((u16 *)bcm->sprom.et1macaddr) + 1) = cpu_to_be16(value);
847 value = sprom[BCM43xx_SPROM_ET1MACADDR + 2];
848 *(((u16 *)bcm->sprom.et1macaddr) + 2) = cpu_to_be16(value);
850 /* ethernet phy settings */
851 value = sprom[BCM43xx_SPROM_ETHPHY];
852 bcm->sprom.et0phyaddr = (value & 0x001F);
853 bcm->sprom.et1phyaddr = (value & 0x03E0) >> 5;
854 bcm->sprom.et0mdcport = (value & (1 << 14)) >> 14;
855 bcm->sprom.et1mdcport = (value & (1 << 15)) >> 15;
857 /* boardrev, antennas, locale */
858 value = sprom[BCM43xx_SPROM_BOARDREV];
859 bcm->sprom.boardrev = (value & 0x00FF);
860 bcm->sprom.locale = (value & 0x0F00) >> 8;
861 bcm->sprom.antennas_aphy = (value & 0x3000) >> 12;
862 bcm->sprom.antennas_bgphy = (value & 0xC000) >> 14;
863 if (modparam_locale != -1) {
864 if (modparam_locale >= 0 && modparam_locale <= 11) {
865 bcm->sprom.locale = modparam_locale;
866 printk(KERN_WARNING PFX "Operating with modified "
867 "LocaleCode %u (%s)\n",
868 bcm->sprom.locale,
869 bcm43xx_locale_string(bcm->sprom.locale));
870 } else {
871 printk(KERN_WARNING PFX "Module parameter \"locale\" "
872 "invalid value. (0 - 11)\n");
876 /* pa0b* */
877 value = sprom[BCM43xx_SPROM_PA0B0];
878 bcm->sprom.pa0b0 = value;
879 value = sprom[BCM43xx_SPROM_PA0B1];
880 bcm->sprom.pa0b1 = value;
881 value = sprom[BCM43xx_SPROM_PA0B2];
882 bcm->sprom.pa0b2 = value;
884 /* wl0gpio* */
885 value = sprom[BCM43xx_SPROM_WL0GPIO0];
886 if (value == 0x0000)
887 value = 0xFFFF;
888 bcm->sprom.wl0gpio0 = value & 0x00FF;
889 bcm->sprom.wl0gpio1 = (value & 0xFF00) >> 8;
890 value = sprom[BCM43xx_SPROM_WL0GPIO2];
891 if (value == 0x0000)
892 value = 0xFFFF;
893 bcm->sprom.wl0gpio2 = value & 0x00FF;
894 bcm->sprom.wl0gpio3 = (value & 0xFF00) >> 8;
896 /* maxpower */
897 value = sprom[BCM43xx_SPROM_MAXPWR];
898 bcm->sprom.maxpower_aphy = (value & 0xFF00) >> 8;
899 bcm->sprom.maxpower_bgphy = value & 0x00FF;
901 /* pa1b* */
902 value = sprom[BCM43xx_SPROM_PA1B0];
903 bcm->sprom.pa1b0 = value;
904 value = sprom[BCM43xx_SPROM_PA1B1];
905 bcm->sprom.pa1b1 = value;
906 value = sprom[BCM43xx_SPROM_PA1B2];
907 bcm->sprom.pa1b2 = value;
909 /* idle tssi target */
910 value = sprom[BCM43xx_SPROM_IDL_TSSI_TGT];
911 bcm->sprom.idle_tssi_tgt_aphy = value & 0x00FF;
912 bcm->sprom.idle_tssi_tgt_bgphy = (value & 0xFF00) >> 8;
914 /* boardflags */
915 value = sprom[BCM43xx_SPROM_BOARDFLAGS];
916 if (value == 0xFFFF)
917 value = 0x0000;
918 bcm->sprom.boardflags = value;
919 /* boardflags workarounds */
920 if (bcm->board_vendor == PCI_VENDOR_ID_DELL &&
921 bcm->chip_id == 0x4301 &&
922 bcm->board_revision == 0x74)
923 bcm->sprom.boardflags |= BCM43xx_BFL_BTCOEXIST;
924 if (bcm->board_vendor == PCI_VENDOR_ID_APPLE &&
925 bcm->board_type == 0x4E &&
926 bcm->board_revision > 0x40)
927 bcm->sprom.boardflags |= BCM43xx_BFL_PACTRL;
929 /* antenna gain */
930 value = sprom[BCM43xx_SPROM_ANTENNA_GAIN];
931 if (value == 0x0000 || value == 0xFFFF)
932 value = 0x0202;
933 /* convert values to Q5.2 */
934 bcm->sprom.antennagain_aphy = ((value & 0xFF00) >> 8) * 4;
935 bcm->sprom.antennagain_bgphy = (value & 0x00FF) * 4;
937 kfree(sprom);
939 return 0;
942 static int bcm43xx_geo_init(struct bcm43xx_private *bcm)
944 struct ieee80211_geo *geo;
945 struct ieee80211_channel *chan;
946 int have_a = 0, have_bg = 0;
947 int i;
948 u8 channel;
949 struct bcm43xx_phyinfo *phy;
950 const char *iso_country;
952 geo = kzalloc(sizeof(*geo), GFP_KERNEL);
953 if (!geo)
954 return -ENOMEM;
956 for (i = 0; i < bcm->nr_80211_available; i++) {
957 phy = &(bcm->core_80211_ext[i].phy);
958 switch (phy->type) {
959 case BCM43xx_PHYTYPE_B:
960 case BCM43xx_PHYTYPE_G:
961 have_bg = 1;
962 break;
963 case BCM43xx_PHYTYPE_A:
964 have_a = 1;
965 break;
966 default:
967 assert(0);
970 iso_country = bcm43xx_locale_iso(bcm->sprom.locale);
972 if (have_a) {
973 for (i = 0, channel = IEEE80211_52GHZ_MIN_CHANNEL;
974 channel <= IEEE80211_52GHZ_MAX_CHANNEL; channel++) {
975 chan = &geo->a[i++];
976 chan->freq = bcm43xx_channel_to_freq_a(channel);
977 chan->channel = channel;
979 geo->a_channels = i;
981 if (have_bg) {
982 for (i = 0, channel = IEEE80211_24GHZ_MIN_CHANNEL;
983 channel <= IEEE80211_24GHZ_MAX_CHANNEL; channel++) {
984 chan = &geo->bg[i++];
985 chan->freq = bcm43xx_channel_to_freq_bg(channel);
986 chan->channel = channel;
988 geo->bg_channels = i;
990 memcpy(geo->name, iso_country, 2);
991 if (0 /*TODO: Outdoor use only */)
992 geo->name[2] = 'O';
993 else if (0 /*TODO: Indoor use only */)
994 geo->name[2] = 'I';
995 else
996 geo->name[2] = ' ';
997 geo->name[3] = '\0';
999 ieee80211_set_geo(bcm->ieee, geo);
1000 kfree(geo);
1002 return 0;
1005 /* DummyTransmission function, as documented on
1006 * http://bcm-specs.sipsolutions.net/DummyTransmission
1008 void bcm43xx_dummy_transmission(struct bcm43xx_private *bcm)
1010 struct bcm43xx_phyinfo *phy = bcm43xx_current_phy(bcm);
1011 struct bcm43xx_radioinfo *radio = bcm43xx_current_radio(bcm);
1012 unsigned int i, max_loop;
1013 u16 value = 0;
1014 u32 buffer[5] = {
1015 0x00000000,
1016 0x0000D400,
1017 0x00000000,
1018 0x00000001,
1019 0x00000000,
1022 switch (phy->type) {
1023 case BCM43xx_PHYTYPE_A:
1024 max_loop = 0x1E;
1025 buffer[0] = 0xCC010200;
1026 break;
1027 case BCM43xx_PHYTYPE_B:
1028 case BCM43xx_PHYTYPE_G:
1029 max_loop = 0xFA;
1030 buffer[0] = 0x6E840B00;
1031 break;
1032 default:
1033 assert(0);
1034 return;
1037 for (i = 0; i < 5; i++)
1038 bcm43xx_ram_write(bcm, i * 4, buffer[i]);
1040 bcm43xx_read32(bcm, BCM43xx_MMIO_STATUS_BITFIELD); /* dummy read */
1042 bcm43xx_write16(bcm, 0x0568, 0x0000);
1043 bcm43xx_write16(bcm, 0x07C0, 0x0000);
1044 bcm43xx_write16(bcm, 0x050C, ((phy->type == BCM43xx_PHYTYPE_A) ? 1 : 0));
1045 bcm43xx_write16(bcm, 0x0508, 0x0000);
1046 bcm43xx_write16(bcm, 0x050A, 0x0000);
1047 bcm43xx_write16(bcm, 0x054C, 0x0000);
1048 bcm43xx_write16(bcm, 0x056A, 0x0014);
1049 bcm43xx_write16(bcm, 0x0568, 0x0826);
1050 bcm43xx_write16(bcm, 0x0500, 0x0000);
1051 bcm43xx_write16(bcm, 0x0502, 0x0030);
1053 if (radio->version == 0x2050 && radio->revision <= 0x5)
1054 bcm43xx_radio_write16(bcm, 0x0051, 0x0017);
1055 for (i = 0x00; i < max_loop; i++) {
1056 value = bcm43xx_read16(bcm, 0x050E);
1057 if (value & 0x0080)
1058 break;
1059 udelay(10);
1061 for (i = 0x00; i < 0x0A; i++) {
1062 value = bcm43xx_read16(bcm, 0x050E);
1063 if (value & 0x0400)
1064 break;
1065 udelay(10);
1067 for (i = 0x00; i < 0x0A; i++) {
1068 value = bcm43xx_read16(bcm, 0x0690);
1069 if (!(value & 0x0100))
1070 break;
1071 udelay(10);
1073 if (radio->version == 0x2050 && radio->revision <= 0x5)
1074 bcm43xx_radio_write16(bcm, 0x0051, 0x0037);
1077 static void key_write(struct bcm43xx_private *bcm,
1078 u8 index, u8 algorithm, const u16 *key)
1080 unsigned int i, basic_wep = 0;
1081 u32 offset;
1082 u16 value;
1084 /* Write associated key information */
1085 bcm43xx_shm_write16(bcm, BCM43xx_SHM_SHARED, 0x100 + (index * 2),
1086 ((index << 4) | (algorithm & 0x0F)));
1088 /* The first 4 WEP keys need extra love */
1089 if (((algorithm == BCM43xx_SEC_ALGO_WEP) ||
1090 (algorithm == BCM43xx_SEC_ALGO_WEP104)) && (index < 4))
1091 basic_wep = 1;
1093 /* Write key payload, 8 little endian words */
1094 offset = bcm->security_offset + (index * BCM43xx_SEC_KEYSIZE);
1095 for (i = 0; i < (BCM43xx_SEC_KEYSIZE / sizeof(u16)); i++) {
1096 value = cpu_to_le16(key[i]);
1097 bcm43xx_shm_write16(bcm, BCM43xx_SHM_SHARED,
1098 offset + (i * 2), value);
1100 if (!basic_wep)
1101 continue;
1103 bcm43xx_shm_write16(bcm, BCM43xx_SHM_SHARED,
1104 offset + (i * 2) + 4 * BCM43xx_SEC_KEYSIZE,
1105 value);
1109 static void keymac_write(struct bcm43xx_private *bcm,
1110 u8 index, const u32 *addr)
1112 /* for keys 0-3 there is no associated mac address */
1113 if (index < 4)
1114 return;
1116 index -= 4;
1117 if (bcm->current_core->rev >= 5) {
1118 bcm43xx_shm_write32(bcm,
1119 BCM43xx_SHM_HWMAC,
1120 index * 2,
1121 cpu_to_be32(*addr));
1122 bcm43xx_shm_write16(bcm,
1123 BCM43xx_SHM_HWMAC,
1124 (index * 2) + 1,
1125 cpu_to_be16(*((u16 *)(addr + 1))));
1126 } else {
1127 if (index < 8) {
1128 TODO(); /* Put them in the macaddress filter */
1129 } else {
1130 TODO();
1131 /* Put them BCM43xx_SHM_SHARED, stating index 0x0120.
1132 Keep in mind to update the count of keymacs in 0x003E as well! */
1137 static int bcm43xx_key_write(struct bcm43xx_private *bcm,
1138 u8 index, u8 algorithm,
1139 const u8 *_key, int key_len,
1140 const u8 *mac_addr)
1142 u8 key[BCM43xx_SEC_KEYSIZE] = { 0 };
1144 if (index >= ARRAY_SIZE(bcm->key))
1145 return -EINVAL;
1146 if (key_len > ARRAY_SIZE(key))
1147 return -EINVAL;
1148 if (algorithm < 1 || algorithm > 5)
1149 return -EINVAL;
1151 memcpy(key, _key, key_len);
1152 key_write(bcm, index, algorithm, (const u16 *)key);
1153 keymac_write(bcm, index, (const u32 *)mac_addr);
1155 bcm->key[index].algorithm = algorithm;
1157 return 0;
1160 static void bcm43xx_clear_keys(struct bcm43xx_private *bcm)
1162 static const u32 zero_mac[2] = { 0 };
1163 unsigned int i,j, nr_keys = 54;
1164 u16 offset;
1166 if (bcm->current_core->rev < 5)
1167 nr_keys = 16;
1168 assert(nr_keys <= ARRAY_SIZE(bcm->key));
1170 for (i = 0; i < nr_keys; i++) {
1171 bcm->key[i].enabled = 0;
1172 /* returns for i < 4 immediately */
1173 keymac_write(bcm, i, zero_mac);
1174 bcm43xx_shm_write16(bcm, BCM43xx_SHM_SHARED,
1175 0x100 + (i * 2), 0x0000);
1176 for (j = 0; j < 8; j++) {
1177 offset = bcm->security_offset + (j * 4) + (i * BCM43xx_SEC_KEYSIZE);
1178 bcm43xx_shm_write16(bcm, BCM43xx_SHM_SHARED,
1179 offset, 0x0000);
1182 dprintk(KERN_INFO PFX "Keys cleared\n");
1185 /* Lowlevel core-switch function. This is only to be used in
1186 * bcm43xx_switch_core() and bcm43xx_probe_cores()
1188 static int _switch_core(struct bcm43xx_private *bcm, int core)
1190 int err;
1191 int attempts = 0;
1192 u32 current_core;
1194 assert(core >= 0);
1195 while (1) {
1196 err = bcm43xx_pci_write_config32(bcm, BCM43xx_PCICFG_ACTIVE_CORE,
1197 (core * 0x1000) + 0x18000000);
1198 if (unlikely(err))
1199 goto error;
1200 err = bcm43xx_pci_read_config32(bcm, BCM43xx_PCICFG_ACTIVE_CORE,
1201 &current_core);
1202 if (unlikely(err))
1203 goto error;
1204 current_core = (current_core - 0x18000000) / 0x1000;
1205 if (current_core == core)
1206 break;
1208 if (unlikely(attempts++ > BCM43xx_SWITCH_CORE_MAX_RETRIES))
1209 goto error;
1210 udelay(10);
1212 #ifdef CONFIG_BCM947XX
1213 if (bcm->pci_dev->bus->number == 0)
1214 bcm->current_core_offset = 0x1000 * core;
1215 else
1216 bcm->current_core_offset = 0;
1217 #endif
1219 return 0;
1220 error:
1221 printk(KERN_ERR PFX "Failed to switch to core %d\n", core);
1222 return -ENODEV;
1225 int bcm43xx_switch_core(struct bcm43xx_private *bcm, struct bcm43xx_coreinfo *new_core)
1227 int err;
1229 if (unlikely(!new_core))
1230 return 0;
1231 if (!new_core->available)
1232 return -ENODEV;
1233 if (bcm->current_core == new_core)
1234 return 0;
1235 err = _switch_core(bcm, new_core->index);
1236 if (unlikely(err))
1237 goto out;
1239 bcm->current_core = new_core;
1240 out:
1241 return err;
1244 static int bcm43xx_core_enabled(struct bcm43xx_private *bcm)
1246 u32 value;
1248 value = bcm43xx_read32(bcm, BCM43xx_CIR_SBTMSTATELOW);
1249 value &= BCM43xx_SBTMSTATELOW_CLOCK | BCM43xx_SBTMSTATELOW_RESET
1250 | BCM43xx_SBTMSTATELOW_REJECT;
1252 return (value == BCM43xx_SBTMSTATELOW_CLOCK);
1255 /* disable current core */
1256 static int bcm43xx_core_disable(struct bcm43xx_private *bcm, u32 core_flags)
1258 u32 sbtmstatelow;
1259 u32 sbtmstatehigh;
1260 int i;
1262 /* fetch sbtmstatelow from core information registers */
1263 sbtmstatelow = bcm43xx_read32(bcm, BCM43xx_CIR_SBTMSTATELOW);
1265 /* core is already in reset */
1266 if (sbtmstatelow & BCM43xx_SBTMSTATELOW_RESET)
1267 goto out;
1269 if (sbtmstatelow & BCM43xx_SBTMSTATELOW_CLOCK) {
1270 sbtmstatelow = BCM43xx_SBTMSTATELOW_CLOCK |
1271 BCM43xx_SBTMSTATELOW_REJECT;
1272 bcm43xx_write32(bcm, BCM43xx_CIR_SBTMSTATELOW, sbtmstatelow);
1274 for (i = 0; i < 1000; i++) {
1275 sbtmstatelow = bcm43xx_read32(bcm, BCM43xx_CIR_SBTMSTATELOW);
1276 if (sbtmstatelow & BCM43xx_SBTMSTATELOW_REJECT) {
1277 i = -1;
1278 break;
1280 udelay(10);
1282 if (i != -1) {
1283 printk(KERN_ERR PFX "Error: core_disable() REJECT timeout!\n");
1284 return -EBUSY;
1287 for (i = 0; i < 1000; i++) {
1288 sbtmstatehigh = bcm43xx_read32(bcm, BCM43xx_CIR_SBTMSTATEHIGH);
1289 if (!(sbtmstatehigh & BCM43xx_SBTMSTATEHIGH_BUSY)) {
1290 i = -1;
1291 break;
1293 udelay(10);
1295 if (i != -1) {
1296 printk(KERN_ERR PFX "Error: core_disable() BUSY timeout!\n");
1297 return -EBUSY;
1300 sbtmstatelow = BCM43xx_SBTMSTATELOW_FORCE_GATE_CLOCK |
1301 BCM43xx_SBTMSTATELOW_REJECT |
1302 BCM43xx_SBTMSTATELOW_RESET |
1303 BCM43xx_SBTMSTATELOW_CLOCK |
1304 core_flags;
1305 bcm43xx_write32(bcm, BCM43xx_CIR_SBTMSTATELOW, sbtmstatelow);
1306 udelay(10);
1309 sbtmstatelow = BCM43xx_SBTMSTATELOW_RESET |
1310 BCM43xx_SBTMSTATELOW_REJECT |
1311 core_flags;
1312 bcm43xx_write32(bcm, BCM43xx_CIR_SBTMSTATELOW, sbtmstatelow);
1314 out:
1315 bcm->current_core->enabled = 0;
1317 return 0;
1320 /* enable (reset) current core */
1321 static int bcm43xx_core_enable(struct bcm43xx_private *bcm, u32 core_flags)
1323 u32 sbtmstatelow;
1324 u32 sbtmstatehigh;
1325 u32 sbimstate;
1326 int err;
1328 err = bcm43xx_core_disable(bcm, core_flags);
1329 if (err)
1330 goto out;
1332 sbtmstatelow = BCM43xx_SBTMSTATELOW_CLOCK |
1333 BCM43xx_SBTMSTATELOW_RESET |
1334 BCM43xx_SBTMSTATELOW_FORCE_GATE_CLOCK |
1335 core_flags;
1336 bcm43xx_write32(bcm, BCM43xx_CIR_SBTMSTATELOW, sbtmstatelow);
1337 udelay(1);
1339 sbtmstatehigh = bcm43xx_read32(bcm, BCM43xx_CIR_SBTMSTATEHIGH);
1340 if (sbtmstatehigh & BCM43xx_SBTMSTATEHIGH_SERROR) {
1341 sbtmstatehigh = 0x00000000;
1342 bcm43xx_write32(bcm, BCM43xx_CIR_SBTMSTATEHIGH, sbtmstatehigh);
1345 sbimstate = bcm43xx_read32(bcm, BCM43xx_CIR_SBIMSTATE);
1346 if (sbimstate & (BCM43xx_SBIMSTATE_IB_ERROR | BCM43xx_SBIMSTATE_TIMEOUT)) {
1347 sbimstate &= ~(BCM43xx_SBIMSTATE_IB_ERROR | BCM43xx_SBIMSTATE_TIMEOUT);
1348 bcm43xx_write32(bcm, BCM43xx_CIR_SBIMSTATE, sbimstate);
1351 sbtmstatelow = BCM43xx_SBTMSTATELOW_CLOCK |
1352 BCM43xx_SBTMSTATELOW_FORCE_GATE_CLOCK |
1353 core_flags;
1354 bcm43xx_write32(bcm, BCM43xx_CIR_SBTMSTATELOW, sbtmstatelow);
1355 udelay(1);
1357 sbtmstatelow = BCM43xx_SBTMSTATELOW_CLOCK | core_flags;
1358 bcm43xx_write32(bcm, BCM43xx_CIR_SBTMSTATELOW, sbtmstatelow);
1359 udelay(1);
1361 bcm->current_core->enabled = 1;
1362 assert(err == 0);
1363 out:
1364 return err;
1367 /* http://bcm-specs.sipsolutions.net/80211CoreReset */
1368 void bcm43xx_wireless_core_reset(struct bcm43xx_private *bcm, int connect_phy)
1370 u32 flags = 0x00040000;
1372 if ((bcm43xx_core_enabled(bcm)) &&
1373 !bcm43xx_using_pio(bcm)) {
1374 //FIXME: Do we _really_ want #ifndef CONFIG_BCM947XX here?
1375 #if 0
1376 #ifndef CONFIG_BCM947XX
1377 /* reset all used DMA controllers. */
1378 bcm43xx_dmacontroller_tx_reset(bcm, BCM43xx_MMIO_DMA1_BASE);
1379 bcm43xx_dmacontroller_tx_reset(bcm, BCM43xx_MMIO_DMA2_BASE);
1380 bcm43xx_dmacontroller_tx_reset(bcm, BCM43xx_MMIO_DMA3_BASE);
1381 bcm43xx_dmacontroller_tx_reset(bcm, BCM43xx_MMIO_DMA4_BASE);
1382 bcm43xx_dmacontroller_rx_reset(bcm, BCM43xx_MMIO_DMA1_BASE);
1383 if (bcm->current_core->rev < 5)
1384 bcm43xx_dmacontroller_rx_reset(bcm, BCM43xx_MMIO_DMA4_BASE);
1385 #endif
1386 #endif
1388 if (bcm43xx_status(bcm) == BCM43xx_STAT_SHUTTINGDOWN) {
1389 bcm43xx_write32(bcm, BCM43xx_MMIO_STATUS_BITFIELD,
1390 bcm43xx_read32(bcm, BCM43xx_MMIO_STATUS_BITFIELD)
1391 & ~(BCM43xx_SBF_MAC_ENABLED | 0x00000002));
1392 } else {
1393 if (connect_phy)
1394 flags |= 0x20000000;
1395 bcm43xx_phy_connect(bcm, connect_phy);
1396 bcm43xx_core_enable(bcm, flags);
1397 bcm43xx_write16(bcm, 0x03E6, 0x0000);
1398 bcm43xx_write32(bcm, BCM43xx_MMIO_STATUS_BITFIELD,
1399 bcm43xx_read32(bcm, BCM43xx_MMIO_STATUS_BITFIELD)
1400 | BCM43xx_SBF_400);
1404 static void bcm43xx_wireless_core_disable(struct bcm43xx_private *bcm)
1406 bcm43xx_radio_turn_off(bcm);
1407 bcm43xx_write16(bcm, 0x03E6, 0x00F4);
1408 bcm43xx_core_disable(bcm, 0);
1411 /* Mark the current 80211 core inactive. */
1412 static void bcm43xx_wireless_core_mark_inactive(struct bcm43xx_private *bcm)
1414 u32 sbtmstatelow;
1416 bcm43xx_interrupt_disable(bcm, BCM43xx_IRQ_ALL);
1417 bcm43xx_radio_turn_off(bcm);
1418 sbtmstatelow = bcm43xx_read32(bcm, BCM43xx_CIR_SBTMSTATELOW);
1419 sbtmstatelow &= 0xDFF5FFFF;
1420 sbtmstatelow |= 0x000A0000;
1421 bcm43xx_write32(bcm, BCM43xx_CIR_SBTMSTATELOW, sbtmstatelow);
1422 udelay(1);
1423 sbtmstatelow = bcm43xx_read32(bcm, BCM43xx_CIR_SBTMSTATELOW);
1424 sbtmstatelow &= 0xFFF5FFFF;
1425 sbtmstatelow |= 0x00080000;
1426 bcm43xx_write32(bcm, BCM43xx_CIR_SBTMSTATELOW, sbtmstatelow);
1427 udelay(1);
1430 static void handle_irq_transmit_status(struct bcm43xx_private *bcm)
1432 u32 v0, v1;
1433 u16 tmp;
1434 struct bcm43xx_xmitstatus stat;
1436 while (1) {
1437 v0 = bcm43xx_read32(bcm, BCM43xx_MMIO_XMITSTAT_0);
1438 if (!v0)
1439 break;
1440 v1 = bcm43xx_read32(bcm, BCM43xx_MMIO_XMITSTAT_1);
1442 stat.cookie = (v0 >> 16) & 0x0000FFFF;
1443 tmp = (u16)((v0 & 0xFFF0) | ((v0 & 0xF) >> 1));
1444 stat.flags = tmp & 0xFF;
1445 stat.cnt1 = (tmp & 0x0F00) >> 8;
1446 stat.cnt2 = (tmp & 0xF000) >> 12;
1447 stat.seq = (u16)(v1 & 0xFFFF);
1448 stat.unknown = (u16)((v1 >> 16) & 0xFF);
1450 bcm43xx_debugfs_log_txstat(bcm, &stat);
1452 if (stat.flags & BCM43xx_TXSTAT_FLAG_IGNORE)
1453 continue;
1454 if (!(stat.flags & BCM43xx_TXSTAT_FLAG_ACK)) {
1455 //TODO: packet was not acked (was lost)
1457 //TODO: There are more (unknown) flags to test. see bcm43xx_main.h
1459 if (bcm43xx_using_pio(bcm))
1460 bcm43xx_pio_handle_xmitstatus(bcm, &stat);
1461 else
1462 bcm43xx_dma_handle_xmitstatus(bcm, &stat);
1466 static void bcm43xx_generate_noise_sample(struct bcm43xx_private *bcm)
1468 bcm43xx_shm_write16(bcm, BCM43xx_SHM_SHARED, 0x408, 0x7F7F);
1469 bcm43xx_shm_write16(bcm, BCM43xx_SHM_SHARED, 0x40A, 0x7F7F);
1470 bcm43xx_write32(bcm, BCM43xx_MMIO_STATUS2_BITFIELD,
1471 bcm43xx_read32(bcm, BCM43xx_MMIO_STATUS2_BITFIELD) | (1 << 4));
1472 assert(bcm->noisecalc.core_at_start == bcm->current_core);
1473 assert(bcm->noisecalc.channel_at_start == bcm43xx_current_radio(bcm)->channel);
1476 static void bcm43xx_calculate_link_quality(struct bcm43xx_private *bcm)
1478 /* Top half of Link Quality calculation. */
1480 if (bcm->noisecalc.calculation_running)
1481 return;
1482 bcm->noisecalc.core_at_start = bcm->current_core;
1483 bcm->noisecalc.channel_at_start = bcm43xx_current_radio(bcm)->channel;
1484 bcm->noisecalc.calculation_running = 1;
1485 bcm->noisecalc.nr_samples = 0;
1487 bcm43xx_generate_noise_sample(bcm);
1490 static void handle_irq_noise(struct bcm43xx_private *bcm)
1492 struct bcm43xx_radioinfo *radio = bcm43xx_current_radio(bcm);
1493 u16 tmp;
1494 u8 noise[4];
1495 u8 i, j;
1496 s32 average;
1498 /* Bottom half of Link Quality calculation. */
1500 assert(bcm->noisecalc.calculation_running);
1501 if (bcm->noisecalc.core_at_start != bcm->current_core ||
1502 bcm->noisecalc.channel_at_start != radio->channel)
1503 goto drop_calculation;
1504 tmp = bcm43xx_shm_read16(bcm, BCM43xx_SHM_SHARED, 0x408);
1505 noise[0] = (tmp & 0x00FF);
1506 noise[1] = (tmp & 0xFF00) >> 8;
1507 tmp = bcm43xx_shm_read16(bcm, BCM43xx_SHM_SHARED, 0x40A);
1508 noise[2] = (tmp & 0x00FF);
1509 noise[3] = (tmp & 0xFF00) >> 8;
1510 if (noise[0] == 0x7F || noise[1] == 0x7F ||
1511 noise[2] == 0x7F || noise[3] == 0x7F)
1512 goto generate_new;
1514 /* Get the noise samples. */
1515 assert(bcm->noisecalc.nr_samples < 8);
1516 i = bcm->noisecalc.nr_samples;
1517 noise[0] = limit_value(noise[0], 0, ARRAY_SIZE(radio->nrssi_lt) - 1);
1518 noise[1] = limit_value(noise[1], 0, ARRAY_SIZE(radio->nrssi_lt) - 1);
1519 noise[2] = limit_value(noise[2], 0, ARRAY_SIZE(radio->nrssi_lt) - 1);
1520 noise[3] = limit_value(noise[3], 0, ARRAY_SIZE(radio->nrssi_lt) - 1);
1521 bcm->noisecalc.samples[i][0] = radio->nrssi_lt[noise[0]];
1522 bcm->noisecalc.samples[i][1] = radio->nrssi_lt[noise[1]];
1523 bcm->noisecalc.samples[i][2] = radio->nrssi_lt[noise[2]];
1524 bcm->noisecalc.samples[i][3] = radio->nrssi_lt[noise[3]];
1525 bcm->noisecalc.nr_samples++;
1526 if (bcm->noisecalc.nr_samples == 8) {
1527 /* Calculate the Link Quality by the noise samples. */
1528 average = 0;
1529 for (i = 0; i < 8; i++) {
1530 for (j = 0; j < 4; j++)
1531 average += bcm->noisecalc.samples[i][j];
1533 average /= (8 * 4);
1534 average *= 125;
1535 average += 64;
1536 average /= 128;
1538 tmp = bcm43xx_shm_read16(bcm, BCM43xx_SHM_SHARED, 0x40C);
1539 tmp = (tmp / 128) & 0x1F;
1540 if (tmp >= 8)
1541 average += 2;
1542 else
1543 average -= 25;
1544 if (tmp == 8)
1545 average -= 72;
1546 else
1547 average -= 48;
1549 bcm->stats.noise = average;
1550 drop_calculation:
1551 bcm->noisecalc.calculation_running = 0;
1552 return;
1554 generate_new:
1555 bcm43xx_generate_noise_sample(bcm);
1558 static void handle_irq_ps(struct bcm43xx_private *bcm)
1560 if (bcm->ieee->iw_mode == IW_MODE_MASTER) {
1561 ///TODO: PS TBTT
1562 } else {
1563 if (1/*FIXME: the last PSpoll frame was sent successfully */)
1564 bcm43xx_power_saving_ctl_bits(bcm, -1, -1);
1566 if (bcm->ieee->iw_mode == IW_MODE_ADHOC)
1567 bcm->reg124_set_0x4 = 1;
1568 //FIXME else set to false?
1571 static void handle_irq_reg124(struct bcm43xx_private *bcm)
1573 if (!bcm->reg124_set_0x4)
1574 return;
1575 bcm43xx_write32(bcm, BCM43xx_MMIO_STATUS2_BITFIELD,
1576 bcm43xx_read32(bcm, BCM43xx_MMIO_STATUS2_BITFIELD)
1577 | 0x4);
1578 //FIXME: reset reg124_set_0x4 to false?
1581 static void handle_irq_pmq(struct bcm43xx_private *bcm)
1583 u32 tmp;
1585 //TODO: AP mode.
1587 while (1) {
1588 tmp = bcm43xx_read32(bcm, BCM43xx_MMIO_PS_STATUS);
1589 if (!(tmp & 0x00000008))
1590 break;
1592 /* 16bit write is odd, but correct. */
1593 bcm43xx_write16(bcm, BCM43xx_MMIO_PS_STATUS, 0x0002);
1596 static void bcm43xx_generate_beacon_template(struct bcm43xx_private *bcm,
1597 u16 ram_offset, u16 shm_size_offset)
1599 u32 value;
1600 u16 size = 0;
1602 /* Timestamp. */
1603 //FIXME: assumption: The chip sets the timestamp
1604 value = 0;
1605 bcm43xx_ram_write(bcm, ram_offset++, value);
1606 bcm43xx_ram_write(bcm, ram_offset++, value);
1607 size += 8;
1609 /* Beacon Interval / Capability Information */
1610 value = 0x0000;//FIXME: Which interval?
1611 value |= (1 << 0) << 16; /* ESS */
1612 value |= (1 << 2) << 16; /* CF Pollable */ //FIXME?
1613 value |= (1 << 3) << 16; /* CF Poll Request */ //FIXME?
1614 if (!bcm->ieee->open_wep)
1615 value |= (1 << 4) << 16; /* Privacy */
1616 bcm43xx_ram_write(bcm, ram_offset++, value);
1617 size += 4;
1619 /* SSID */
1620 //TODO
1622 /* FH Parameter Set */
1623 //TODO
1625 /* DS Parameter Set */
1626 //TODO
1628 /* CF Parameter Set */
1629 //TODO
1631 /* TIM */
1632 //TODO
1634 bcm43xx_shm_write16(bcm, BCM43xx_SHM_SHARED, shm_size_offset, size);
1637 static void handle_irq_beacon(struct bcm43xx_private *bcm)
1639 u32 status;
1641 bcm->irq_savedstate &= ~BCM43xx_IRQ_BEACON;
1642 status = bcm43xx_read32(bcm, BCM43xx_MMIO_STATUS2_BITFIELD);
1644 if ((status & 0x1) && (status & 0x2)) {
1645 /* ACK beacon IRQ. */
1646 bcm43xx_write32(bcm, BCM43xx_MMIO_GEN_IRQ_REASON,
1647 BCM43xx_IRQ_BEACON);
1648 bcm->irq_savedstate |= BCM43xx_IRQ_BEACON;
1649 return;
1651 if (!(status & 0x1)) {
1652 bcm43xx_generate_beacon_template(bcm, 0x68, 0x18);
1653 status |= 0x1;
1654 bcm43xx_write32(bcm, BCM43xx_MMIO_STATUS2_BITFIELD, status);
1656 if (!(status & 0x2)) {
1657 bcm43xx_generate_beacon_template(bcm, 0x468, 0x1A);
1658 status |= 0x2;
1659 bcm43xx_write32(bcm, BCM43xx_MMIO_STATUS2_BITFIELD, status);
1663 /* Interrupt handler bottom-half */
1664 static void bcm43xx_interrupt_tasklet(struct bcm43xx_private *bcm)
1666 u32 reason;
1667 u32 dma_reason[6];
1668 u32 merged_dma_reason = 0;
1669 int i, activity = 0;
1670 unsigned long flags;
1672 #ifdef CONFIG_BCM43XX_DEBUG
1673 u32 _handled = 0x00000000;
1674 # define bcmirq_handled(irq) do { _handled |= (irq); } while (0)
1675 #else
1676 # define bcmirq_handled(irq) do { /* nothing */ } while (0)
1677 #endif /* CONFIG_BCM43XX_DEBUG*/
1679 spin_lock_irqsave(&bcm->irq_lock, flags);
1680 reason = bcm->irq_reason;
1681 for (i = 5; i >= 0; i--) {
1682 dma_reason[i] = bcm->dma_reason[i];
1683 merged_dma_reason |= dma_reason[i];
1686 if (unlikely(reason & BCM43xx_IRQ_XMIT_ERROR)) {
1687 /* TX error. We get this when Template Ram is written in wrong endianess
1688 * in dummy_tx(). We also get this if something is wrong with the TX header
1689 * on DMA or PIO queues.
1690 * Maybe we get this in other error conditions, too.
1692 printkl(KERN_ERR PFX "FATAL ERROR: BCM43xx_IRQ_XMIT_ERROR\n");
1693 bcmirq_handled(BCM43xx_IRQ_XMIT_ERROR);
1695 if (unlikely(merged_dma_reason & BCM43xx_DMAIRQ_FATALMASK)) {
1696 printkl(KERN_ERR PFX "FATAL ERROR: Fatal DMA error: "
1697 "0x%08X, 0x%08X, 0x%08X, "
1698 "0x%08X, 0x%08X, 0x%08X\n",
1699 dma_reason[0], dma_reason[1],
1700 dma_reason[2], dma_reason[3],
1701 dma_reason[4], dma_reason[5]);
1702 bcm43xx_controller_restart(bcm, "DMA error");
1703 mmiowb();
1704 spin_unlock_irqrestore(&bcm->irq_lock, flags);
1705 return;
1707 if (unlikely(merged_dma_reason & BCM43xx_DMAIRQ_NONFATALMASK)) {
1708 printkl(KERN_ERR PFX "DMA error: "
1709 "0x%08X, 0x%08X, 0x%08X, "
1710 "0x%08X, 0x%08X, 0x%08X\n",
1711 dma_reason[0], dma_reason[1],
1712 dma_reason[2], dma_reason[3],
1713 dma_reason[4], dma_reason[5]);
1716 if (reason & BCM43xx_IRQ_PS) {
1717 handle_irq_ps(bcm);
1718 bcmirq_handled(BCM43xx_IRQ_PS);
1721 if (reason & BCM43xx_IRQ_REG124) {
1722 handle_irq_reg124(bcm);
1723 bcmirq_handled(BCM43xx_IRQ_REG124);
1726 if (reason & BCM43xx_IRQ_BEACON) {
1727 if (bcm->ieee->iw_mode == IW_MODE_MASTER)
1728 handle_irq_beacon(bcm);
1729 bcmirq_handled(BCM43xx_IRQ_BEACON);
1732 if (reason & BCM43xx_IRQ_PMQ) {
1733 handle_irq_pmq(bcm);
1734 bcmirq_handled(BCM43xx_IRQ_PMQ);
1737 if (reason & BCM43xx_IRQ_SCAN) {
1738 /*TODO*/
1739 //bcmirq_handled(BCM43xx_IRQ_SCAN);
1742 if (reason & BCM43xx_IRQ_NOISE) {
1743 handle_irq_noise(bcm);
1744 bcmirq_handled(BCM43xx_IRQ_NOISE);
1747 /* Check the DMA reason registers for received data. */
1748 if (dma_reason[0] & BCM43xx_DMAIRQ_RX_DONE) {
1749 if (bcm43xx_using_pio(bcm))
1750 bcm43xx_pio_rx(bcm43xx_current_pio(bcm)->queue0);
1751 else
1752 bcm43xx_dma_rx(bcm43xx_current_dma(bcm)->rx_ring0);
1753 /* We intentionally don't set "activity" to 1, here. */
1755 assert(!(dma_reason[1] & BCM43xx_DMAIRQ_RX_DONE));
1756 assert(!(dma_reason[2] & BCM43xx_DMAIRQ_RX_DONE));
1757 if (dma_reason[3] & BCM43xx_DMAIRQ_RX_DONE) {
1758 if (bcm43xx_using_pio(bcm))
1759 bcm43xx_pio_rx(bcm43xx_current_pio(bcm)->queue3);
1760 else
1761 bcm43xx_dma_rx(bcm43xx_current_dma(bcm)->rx_ring3);
1762 activity = 1;
1764 assert(!(dma_reason[4] & BCM43xx_DMAIRQ_RX_DONE));
1765 assert(!(dma_reason[5] & BCM43xx_DMAIRQ_RX_DONE));
1766 bcmirq_handled(BCM43xx_IRQ_RX);
1768 if (reason & BCM43xx_IRQ_XMIT_STATUS) {
1769 handle_irq_transmit_status(bcm);
1770 activity = 1;
1771 //TODO: In AP mode, this also causes sending of powersave responses.
1772 bcmirq_handled(BCM43xx_IRQ_XMIT_STATUS);
1775 /* IRQ_PIO_WORKAROUND is handled in the top-half. */
1776 bcmirq_handled(BCM43xx_IRQ_PIO_WORKAROUND);
1777 #ifdef CONFIG_BCM43XX_DEBUG
1778 if (unlikely(reason & ~_handled)) {
1779 printkl(KERN_WARNING PFX
1780 "Unhandled IRQ! Reason: 0x%08x, Unhandled: 0x%08x, "
1781 "DMA: 0x%08x, 0x%08x, 0x%08x, 0x%08x\n",
1782 reason, (reason & ~_handled),
1783 dma_reason[0], dma_reason[1],
1784 dma_reason[2], dma_reason[3]);
1786 #endif
1787 #undef bcmirq_handled
1789 if (!modparam_noleds)
1790 bcm43xx_leds_update(bcm, activity);
1791 bcm43xx_interrupt_enable(bcm, bcm->irq_savedstate);
1792 mmiowb();
1793 spin_unlock_irqrestore(&bcm->irq_lock, flags);
1796 static void pio_irq_workaround(struct bcm43xx_private *bcm,
1797 u16 base, int queueidx)
1799 u16 rxctl;
1801 rxctl = bcm43xx_read16(bcm, base + BCM43xx_PIO_RXCTL);
1802 if (rxctl & BCM43xx_PIO_RXCTL_DATAAVAILABLE)
1803 bcm->dma_reason[queueidx] |= BCM43xx_DMAIRQ_RX_DONE;
1804 else
1805 bcm->dma_reason[queueidx] &= ~BCM43xx_DMAIRQ_RX_DONE;
1808 static void bcm43xx_interrupt_ack(struct bcm43xx_private *bcm, u32 reason)
1810 if (bcm43xx_using_pio(bcm) &&
1811 (bcm->current_core->rev < 3) &&
1812 (!(reason & BCM43xx_IRQ_PIO_WORKAROUND))) {
1813 /* Apply a PIO specific workaround to the dma_reasons */
1814 pio_irq_workaround(bcm, BCM43xx_MMIO_PIO1_BASE, 0);
1815 pio_irq_workaround(bcm, BCM43xx_MMIO_PIO2_BASE, 1);
1816 pio_irq_workaround(bcm, BCM43xx_MMIO_PIO3_BASE, 2);
1817 pio_irq_workaround(bcm, BCM43xx_MMIO_PIO4_BASE, 3);
1820 bcm43xx_write32(bcm, BCM43xx_MMIO_GEN_IRQ_REASON, reason);
1822 bcm43xx_write32(bcm, BCM43xx_MMIO_DMA0_REASON,
1823 bcm->dma_reason[0]);
1824 bcm43xx_write32(bcm, BCM43xx_MMIO_DMA1_REASON,
1825 bcm->dma_reason[1]);
1826 bcm43xx_write32(bcm, BCM43xx_MMIO_DMA2_REASON,
1827 bcm->dma_reason[2]);
1828 bcm43xx_write32(bcm, BCM43xx_MMIO_DMA3_REASON,
1829 bcm->dma_reason[3]);
1830 bcm43xx_write32(bcm, BCM43xx_MMIO_DMA4_REASON,
1831 bcm->dma_reason[4]);
1832 bcm43xx_write32(bcm, BCM43xx_MMIO_DMA5_REASON,
1833 bcm->dma_reason[5]);
1836 /* Interrupt handler top-half */
1837 static irqreturn_t bcm43xx_interrupt_handler(int irq, void *dev_id)
1839 irqreturn_t ret = IRQ_HANDLED;
1840 struct bcm43xx_private *bcm = dev_id;
1841 u32 reason;
1843 if (!bcm)
1844 return IRQ_NONE;
1846 spin_lock(&bcm->irq_lock);
1848 assert(bcm43xx_status(bcm) == BCM43xx_STAT_INITIALIZED);
1849 assert(bcm->current_core->id == BCM43xx_COREID_80211);
1851 reason = bcm43xx_read32(bcm, BCM43xx_MMIO_GEN_IRQ_REASON);
1852 if (reason == 0xffffffff) {
1853 /* irq not for us (shared irq) */
1854 ret = IRQ_NONE;
1855 goto out;
1857 reason &= bcm43xx_read32(bcm, BCM43xx_MMIO_GEN_IRQ_MASK);
1858 if (!reason)
1859 goto out;
1861 bcm->dma_reason[0] = bcm43xx_read32(bcm, BCM43xx_MMIO_DMA0_REASON)
1862 & 0x0001DC00;
1863 bcm->dma_reason[1] = bcm43xx_read32(bcm, BCM43xx_MMIO_DMA1_REASON)
1864 & 0x0000DC00;
1865 bcm->dma_reason[2] = bcm43xx_read32(bcm, BCM43xx_MMIO_DMA2_REASON)
1866 & 0x0000DC00;
1867 bcm->dma_reason[3] = bcm43xx_read32(bcm, BCM43xx_MMIO_DMA3_REASON)
1868 & 0x0001DC00;
1869 bcm->dma_reason[4] = bcm43xx_read32(bcm, BCM43xx_MMIO_DMA4_REASON)
1870 & 0x0000DC00;
1871 bcm->dma_reason[5] = bcm43xx_read32(bcm, BCM43xx_MMIO_DMA5_REASON)
1872 & 0x0000DC00;
1874 bcm43xx_interrupt_ack(bcm, reason);
1876 /* disable all IRQs. They are enabled again in the bottom half. */
1877 bcm->irq_savedstate = bcm43xx_interrupt_disable(bcm, BCM43xx_IRQ_ALL);
1878 /* save the reason code and call our bottom half. */
1879 bcm->irq_reason = reason;
1880 tasklet_schedule(&bcm->isr_tasklet);
1882 out:
1883 mmiowb();
1884 spin_unlock(&bcm->irq_lock);
1886 return ret;
1889 static void bcm43xx_release_firmware(struct bcm43xx_private *bcm, int force)
1891 struct bcm43xx_phyinfo *phy = bcm43xx_current_phy(bcm);
1893 if (bcm->firmware_norelease && !force)
1894 return; /* Suspending or controller reset. */
1895 release_firmware(phy->ucode);
1896 phy->ucode = NULL;
1897 release_firmware(phy->pcm);
1898 phy->pcm = NULL;
1899 release_firmware(phy->initvals0);
1900 phy->initvals0 = NULL;
1901 release_firmware(phy->initvals1);
1902 phy->initvals1 = NULL;
1905 static int bcm43xx_request_firmware(struct bcm43xx_private *bcm)
1907 struct bcm43xx_phyinfo *phy = bcm43xx_current_phy(bcm);
1908 u8 rev = bcm->current_core->rev;
1909 int err = 0;
1910 int nr;
1911 char buf[22 + sizeof(modparam_fwpostfix) - 1] = { 0 };
1913 if (!phy->ucode) {
1914 snprintf(buf, ARRAY_SIZE(buf), "bcm43xx_microcode%d%s.fw",
1915 (rev >= 5 ? 5 : rev),
1916 modparam_fwpostfix);
1917 err = request_firmware(&phy->ucode, buf, &bcm->pci_dev->dev);
1918 if (err) {
1919 printk(KERN_ERR PFX
1920 "Error: Microcode \"%s\" not available or load failed.\n",
1921 buf);
1922 goto error;
1926 if (!phy->pcm) {
1927 snprintf(buf, ARRAY_SIZE(buf),
1928 "bcm43xx_pcm%d%s.fw",
1929 (rev < 5 ? 4 : 5),
1930 modparam_fwpostfix);
1931 err = request_firmware(&phy->pcm, buf, &bcm->pci_dev->dev);
1932 if (err) {
1933 printk(KERN_ERR PFX
1934 "Error: PCM \"%s\" not available or load failed.\n",
1935 buf);
1936 goto error;
1940 if (!phy->initvals0) {
1941 if (rev == 2 || rev == 4) {
1942 switch (phy->type) {
1943 case BCM43xx_PHYTYPE_A:
1944 nr = 3;
1945 break;
1946 case BCM43xx_PHYTYPE_B:
1947 case BCM43xx_PHYTYPE_G:
1948 nr = 1;
1949 break;
1950 default:
1951 goto err_noinitval;
1954 } else if (rev >= 5) {
1955 switch (phy->type) {
1956 case BCM43xx_PHYTYPE_A:
1957 nr = 7;
1958 break;
1959 case BCM43xx_PHYTYPE_B:
1960 case BCM43xx_PHYTYPE_G:
1961 nr = 5;
1962 break;
1963 default:
1964 goto err_noinitval;
1966 } else
1967 goto err_noinitval;
1968 snprintf(buf, ARRAY_SIZE(buf), "bcm43xx_initval%02d%s.fw",
1969 nr, modparam_fwpostfix);
1971 err = request_firmware(&phy->initvals0, buf, &bcm->pci_dev->dev);
1972 if (err) {
1973 printk(KERN_ERR PFX
1974 "Error: InitVals \"%s\" not available or load failed.\n",
1975 buf);
1976 goto error;
1978 if (phy->initvals0->size % sizeof(struct bcm43xx_initval)) {
1979 printk(KERN_ERR PFX "InitVals fileformat error.\n");
1980 goto error;
1984 if (!phy->initvals1) {
1985 if (rev >= 5) {
1986 u32 sbtmstatehigh;
1988 switch (phy->type) {
1989 case BCM43xx_PHYTYPE_A:
1990 sbtmstatehigh = bcm43xx_read32(bcm, BCM43xx_CIR_SBTMSTATEHIGH);
1991 if (sbtmstatehigh & 0x00010000)
1992 nr = 9;
1993 else
1994 nr = 10;
1995 break;
1996 case BCM43xx_PHYTYPE_B:
1997 case BCM43xx_PHYTYPE_G:
1998 nr = 6;
1999 break;
2000 default:
2001 goto err_noinitval;
2003 snprintf(buf, ARRAY_SIZE(buf), "bcm43xx_initval%02d%s.fw",
2004 nr, modparam_fwpostfix);
2006 err = request_firmware(&phy->initvals1, buf, &bcm->pci_dev->dev);
2007 if (err) {
2008 printk(KERN_ERR PFX
2009 "Error: InitVals \"%s\" not available or load failed.\n",
2010 buf);
2011 goto error;
2013 if (phy->initvals1->size % sizeof(struct bcm43xx_initval)) {
2014 printk(KERN_ERR PFX "InitVals fileformat error.\n");
2015 goto error;
2020 out:
2021 return err;
2022 error:
2023 bcm43xx_release_firmware(bcm, 1);
2024 goto out;
2025 err_noinitval:
2026 printk(KERN_ERR PFX "Error: No InitVals available!\n");
2027 err = -ENOENT;
2028 goto error;
2031 static void bcm43xx_upload_microcode(struct bcm43xx_private *bcm)
2033 struct bcm43xx_phyinfo *phy = bcm43xx_current_phy(bcm);
2034 const u32 *data;
2035 unsigned int i, len;
2037 /* Upload Microcode. */
2038 data = (u32 *)(phy->ucode->data);
2039 len = phy->ucode->size / sizeof(u32);
2040 bcm43xx_shm_control_word(bcm, BCM43xx_SHM_UCODE, 0x0000);
2041 for (i = 0; i < len; i++) {
2042 bcm43xx_write32(bcm, BCM43xx_MMIO_SHM_DATA,
2043 be32_to_cpu(data[i]));
2044 udelay(10);
2047 /* Upload PCM data. */
2048 data = (u32 *)(phy->pcm->data);
2049 len = phy->pcm->size / sizeof(u32);
2050 bcm43xx_shm_control_word(bcm, BCM43xx_SHM_PCM, 0x01ea);
2051 bcm43xx_write32(bcm, BCM43xx_MMIO_SHM_DATA, 0x00004000);
2052 bcm43xx_shm_control_word(bcm, BCM43xx_SHM_PCM, 0x01eb);
2053 for (i = 0; i < len; i++) {
2054 bcm43xx_write32(bcm, BCM43xx_MMIO_SHM_DATA,
2055 be32_to_cpu(data[i]));
2056 udelay(10);
2060 static int bcm43xx_write_initvals(struct bcm43xx_private *bcm,
2061 const struct bcm43xx_initval *data,
2062 const unsigned int len)
2064 u16 offset, size;
2065 u32 value;
2066 unsigned int i;
2068 for (i = 0; i < len; i++) {
2069 offset = be16_to_cpu(data[i].offset);
2070 size = be16_to_cpu(data[i].size);
2071 value = be32_to_cpu(data[i].value);
2073 if (unlikely(offset >= 0x1000))
2074 goto err_format;
2075 if (size == 2) {
2076 if (unlikely(value & 0xFFFF0000))
2077 goto err_format;
2078 bcm43xx_write16(bcm, offset, (u16)value);
2079 } else if (size == 4) {
2080 bcm43xx_write32(bcm, offset, value);
2081 } else
2082 goto err_format;
2085 return 0;
2087 err_format:
2088 printk(KERN_ERR PFX "InitVals (bcm43xx_initvalXX.fw) file-format error. "
2089 "Please fix your bcm43xx firmware files.\n");
2090 return -EPROTO;
2093 static int bcm43xx_upload_initvals(struct bcm43xx_private *bcm)
2095 struct bcm43xx_phyinfo *phy = bcm43xx_current_phy(bcm);
2096 int err;
2098 err = bcm43xx_write_initvals(bcm, (struct bcm43xx_initval *)phy->initvals0->data,
2099 phy->initvals0->size / sizeof(struct bcm43xx_initval));
2100 if (err)
2101 goto out;
2102 if (phy->initvals1) {
2103 err = bcm43xx_write_initvals(bcm, (struct bcm43xx_initval *)phy->initvals1->data,
2104 phy->initvals1->size / sizeof(struct bcm43xx_initval));
2105 if (err)
2106 goto out;
2108 out:
2109 return err;
2112 #ifdef CONFIG_BCM947XX
2113 static struct pci_device_id bcm43xx_47xx_ids[] = {
2114 { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4324) },
2115 { 0 }
2117 #endif
2119 static int bcm43xx_initialize_irq(struct bcm43xx_private *bcm)
2121 int err;
2123 bcm->irq = bcm->pci_dev->irq;
2124 #ifdef CONFIG_BCM947XX
2125 if (bcm->pci_dev->bus->number == 0) {
2126 struct pci_dev *d;
2127 struct pci_device_id *id;
2128 for (id = bcm43xx_47xx_ids; id->vendor; id++) {
2129 d = pci_get_device(id->vendor, id->device, NULL);
2130 if (d != NULL) {
2131 bcm->irq = d->irq;
2132 pci_dev_put(d);
2133 break;
2137 #endif
2138 err = request_irq(bcm->irq, bcm43xx_interrupt_handler,
2139 IRQF_SHARED, KBUILD_MODNAME, bcm);
2140 if (err)
2141 printk(KERN_ERR PFX "Cannot register IRQ%d\n", bcm->irq);
2143 return err;
2146 /* Switch to the core used to write the GPIO register.
2147 * This is either the ChipCommon, or the PCI core.
2149 static int switch_to_gpio_core(struct bcm43xx_private *bcm)
2151 int err;
2153 /* Where to find the GPIO register depends on the chipset.
2154 * If it has a ChipCommon, its register at offset 0x6c is the GPIO
2155 * control register. Otherwise the register at offset 0x6c in the
2156 * PCI core is the GPIO control register.
2158 err = bcm43xx_switch_core(bcm, &bcm->core_chipcommon);
2159 if (err == -ENODEV) {
2160 err = bcm43xx_switch_core(bcm, &bcm->core_pci);
2161 if (unlikely(err == -ENODEV)) {
2162 printk(KERN_ERR PFX "gpio error: "
2163 "Neither ChipCommon nor PCI core available!\n");
2167 return err;
2170 /* Initialize the GPIOs
2171 * http://bcm-specs.sipsolutions.net/GPIO
2173 static int bcm43xx_gpio_init(struct bcm43xx_private *bcm)
2175 struct bcm43xx_coreinfo *old_core;
2176 int err;
2177 u32 mask, set;
2179 bcm43xx_write32(bcm, BCM43xx_MMIO_STATUS_BITFIELD,
2180 bcm43xx_read32(bcm, BCM43xx_MMIO_STATUS_BITFIELD)
2181 & 0xFFFF3FFF);
2183 bcm43xx_leds_switch_all(bcm, 0);
2184 bcm43xx_write16(bcm, BCM43xx_MMIO_GPIO_MASK,
2185 bcm43xx_read16(bcm, BCM43xx_MMIO_GPIO_MASK) | 0x000F);
2187 mask = 0x0000001F;
2188 set = 0x0000000F;
2189 if (bcm->chip_id == 0x4301) {
2190 mask |= 0x0060;
2191 set |= 0x0060;
2193 if (0 /* FIXME: conditional unknown */) {
2194 bcm43xx_write16(bcm, BCM43xx_MMIO_GPIO_MASK,
2195 bcm43xx_read16(bcm, BCM43xx_MMIO_GPIO_MASK)
2196 | 0x0100);
2197 mask |= 0x0180;
2198 set |= 0x0180;
2200 if (bcm->sprom.boardflags & BCM43xx_BFL_PACTRL) {
2201 bcm43xx_write16(bcm, BCM43xx_MMIO_GPIO_MASK,
2202 bcm43xx_read16(bcm, BCM43xx_MMIO_GPIO_MASK)
2203 | 0x0200);
2204 mask |= 0x0200;
2205 set |= 0x0200;
2207 if (bcm->current_core->rev >= 2)
2208 mask |= 0x0010; /* FIXME: This is redundant. */
2210 old_core = bcm->current_core;
2211 err = switch_to_gpio_core(bcm);
2212 if (err)
2213 goto out;
2214 bcm43xx_write32(bcm, BCM43xx_GPIO_CONTROL,
2215 (bcm43xx_read32(bcm, BCM43xx_GPIO_CONTROL) & mask) | set);
2216 err = bcm43xx_switch_core(bcm, old_core);
2217 out:
2218 return err;
2221 /* Turn off all GPIO stuff. Call this on module unload, for example. */
2222 static int bcm43xx_gpio_cleanup(struct bcm43xx_private *bcm)
2224 struct bcm43xx_coreinfo *old_core;
2225 int err;
2227 old_core = bcm->current_core;
2228 err = switch_to_gpio_core(bcm);
2229 if (err)
2230 return err;
2231 bcm43xx_write32(bcm, BCM43xx_GPIO_CONTROL, 0x00000000);
2232 err = bcm43xx_switch_core(bcm, old_core);
2233 assert(err == 0);
2235 return 0;
2238 /* http://bcm-specs.sipsolutions.net/EnableMac */
2239 void bcm43xx_mac_enable(struct bcm43xx_private *bcm)
2241 bcm->mac_suspended--;
2242 assert(bcm->mac_suspended >= 0);
2243 if (bcm->mac_suspended == 0) {
2244 bcm43xx_write32(bcm, BCM43xx_MMIO_STATUS_BITFIELD,
2245 bcm43xx_read32(bcm, BCM43xx_MMIO_STATUS_BITFIELD)
2246 | BCM43xx_SBF_MAC_ENABLED);
2247 bcm43xx_write32(bcm, BCM43xx_MMIO_GEN_IRQ_REASON, BCM43xx_IRQ_READY);
2248 bcm43xx_read32(bcm, BCM43xx_MMIO_STATUS_BITFIELD); /* dummy read */
2249 bcm43xx_read32(bcm, BCM43xx_MMIO_GEN_IRQ_REASON); /* dummy read */
2250 bcm43xx_power_saving_ctl_bits(bcm, -1, -1);
2254 /* http://bcm-specs.sipsolutions.net/SuspendMAC */
2255 void bcm43xx_mac_suspend(struct bcm43xx_private *bcm)
2257 int i;
2258 u32 tmp;
2260 assert(bcm->mac_suspended >= 0);
2261 if (bcm->mac_suspended == 0) {
2262 bcm43xx_power_saving_ctl_bits(bcm, -1, 1);
2263 bcm43xx_write32(bcm, BCM43xx_MMIO_STATUS_BITFIELD,
2264 bcm43xx_read32(bcm, BCM43xx_MMIO_STATUS_BITFIELD)
2265 & ~BCM43xx_SBF_MAC_ENABLED);
2266 bcm43xx_read32(bcm, BCM43xx_MMIO_GEN_IRQ_REASON); /* dummy read */
2267 for (i = 10000; i; i--) {
2268 tmp = bcm43xx_read32(bcm, BCM43xx_MMIO_GEN_IRQ_REASON);
2269 if (tmp & BCM43xx_IRQ_READY)
2270 goto out;
2271 udelay(1);
2273 printkl(KERN_ERR PFX "MAC suspend failed\n");
2275 out:
2276 bcm->mac_suspended++;
2279 void bcm43xx_set_iwmode(struct bcm43xx_private *bcm,
2280 int iw_mode)
2282 unsigned long flags;
2283 struct net_device *net_dev = bcm->net_dev;
2284 u32 status;
2285 u16 value;
2287 spin_lock_irqsave(&bcm->ieee->lock, flags);
2288 bcm->ieee->iw_mode = iw_mode;
2289 spin_unlock_irqrestore(&bcm->ieee->lock, flags);
2290 if (iw_mode == IW_MODE_MONITOR)
2291 net_dev->type = ARPHRD_IEEE80211;
2292 else
2293 net_dev->type = ARPHRD_ETHER;
2295 status = bcm43xx_read32(bcm, BCM43xx_MMIO_STATUS_BITFIELD);
2296 /* Reset status to infrastructured mode */
2297 status &= ~(BCM43xx_SBF_MODE_AP | BCM43xx_SBF_MODE_MONITOR);
2298 status &= ~BCM43xx_SBF_MODE_PROMISC;
2299 status |= BCM43xx_SBF_MODE_NOTADHOC;
2301 /* FIXME: Always enable promisc mode, until we get the MAC filters working correctly. */
2302 status |= BCM43xx_SBF_MODE_PROMISC;
2304 switch (iw_mode) {
2305 case IW_MODE_MONITOR:
2306 status |= BCM43xx_SBF_MODE_MONITOR;
2307 status |= BCM43xx_SBF_MODE_PROMISC;
2308 break;
2309 case IW_MODE_ADHOC:
2310 status &= ~BCM43xx_SBF_MODE_NOTADHOC;
2311 break;
2312 case IW_MODE_MASTER:
2313 status |= BCM43xx_SBF_MODE_AP;
2314 break;
2315 case IW_MODE_SECOND:
2316 case IW_MODE_REPEAT:
2317 TODO(); /* TODO */
2318 break;
2319 case IW_MODE_INFRA:
2320 /* nothing to be done here... */
2321 break;
2322 default:
2323 dprintk(KERN_ERR PFX "Unknown mode in set_iwmode: %d\n", iw_mode);
2325 if (net_dev->flags & IFF_PROMISC)
2326 status |= BCM43xx_SBF_MODE_PROMISC;
2327 bcm43xx_write32(bcm, BCM43xx_MMIO_STATUS_BITFIELD, status);
2329 value = 0x0002;
2330 if (iw_mode != IW_MODE_ADHOC && iw_mode != IW_MODE_MASTER) {
2331 if (bcm->chip_id == 0x4306 && bcm->chip_rev == 3)
2332 value = 0x0064;
2333 else
2334 value = 0x0032;
2336 bcm43xx_write16(bcm, 0x0612, value);
2339 /* This is the opposite of bcm43xx_chip_init() */
2340 static void bcm43xx_chip_cleanup(struct bcm43xx_private *bcm)
2342 bcm43xx_radio_turn_off(bcm);
2343 if (!modparam_noleds)
2344 bcm43xx_leds_exit(bcm);
2345 bcm43xx_gpio_cleanup(bcm);
2346 bcm43xx_release_firmware(bcm, 0);
2349 /* Initialize the chip
2350 * http://bcm-specs.sipsolutions.net/ChipInit
2352 static int bcm43xx_chip_init(struct bcm43xx_private *bcm)
2354 struct bcm43xx_radioinfo *radio = bcm43xx_current_radio(bcm);
2355 struct bcm43xx_phyinfo *phy = bcm43xx_current_phy(bcm);
2356 int err;
2357 int i, tmp;
2358 u32 value32;
2359 u16 value16;
2361 bcm43xx_write32(bcm, BCM43xx_MMIO_STATUS_BITFIELD,
2362 BCM43xx_SBF_CORE_READY
2363 | BCM43xx_SBF_400);
2365 err = bcm43xx_request_firmware(bcm);
2366 if (err)
2367 goto out;
2368 bcm43xx_upload_microcode(bcm);
2370 bcm43xx_write32(bcm, BCM43xx_MMIO_GEN_IRQ_REASON, 0xFFFFFFFF);
2371 bcm43xx_write32(bcm, BCM43xx_MMIO_STATUS_BITFIELD, 0x00020402);
2372 i = 0;
2373 while (1) {
2374 value32 = bcm43xx_read32(bcm, BCM43xx_MMIO_GEN_IRQ_REASON);
2375 if (value32 == BCM43xx_IRQ_READY)
2376 break;
2377 i++;
2378 if (i >= BCM43xx_IRQWAIT_MAX_RETRIES) {
2379 printk(KERN_ERR PFX "IRQ_READY timeout\n");
2380 err = -ENODEV;
2381 goto err_release_fw;
2383 udelay(10);
2385 bcm43xx_read32(bcm, BCM43xx_MMIO_GEN_IRQ_REASON); /* dummy read */
2387 value16 = bcm43xx_shm_read16(bcm, BCM43xx_SHM_SHARED,
2388 BCM43xx_UCODE_REVISION);
2390 dprintk(KERN_INFO PFX "Microcode rev 0x%x, pl 0x%x "
2391 "(20%.2i-%.2i-%.2i %.2i:%.2i:%.2i)\n", value16,
2392 bcm43xx_shm_read16(bcm, BCM43xx_SHM_SHARED,
2393 BCM43xx_UCODE_PATCHLEVEL),
2394 (bcm43xx_shm_read16(bcm, BCM43xx_SHM_SHARED,
2395 BCM43xx_UCODE_DATE) >> 12) & 0xf,
2396 (bcm43xx_shm_read16(bcm, BCM43xx_SHM_SHARED,
2397 BCM43xx_UCODE_DATE) >> 8) & 0xf,
2398 bcm43xx_shm_read16(bcm, BCM43xx_SHM_SHARED,
2399 BCM43xx_UCODE_DATE) & 0xff,
2400 (bcm43xx_shm_read16(bcm, BCM43xx_SHM_SHARED,
2401 BCM43xx_UCODE_TIME) >> 11) & 0x1f,
2402 (bcm43xx_shm_read16(bcm, BCM43xx_SHM_SHARED,
2403 BCM43xx_UCODE_TIME) >> 5) & 0x3f,
2404 bcm43xx_shm_read16(bcm, BCM43xx_SHM_SHARED,
2405 BCM43xx_UCODE_TIME) & 0x1f);
2407 if ( value16 > 0x128 ) {
2408 printk(KERN_ERR PFX
2409 "Firmware: no support for microcode extracted "
2410 "from version 4.x binary drivers.\n");
2411 err = -EOPNOTSUPP;
2412 goto err_release_fw;
2415 err = bcm43xx_gpio_init(bcm);
2416 if (err)
2417 goto err_release_fw;
2419 err = bcm43xx_upload_initvals(bcm);
2420 if (err)
2421 goto err_gpio_cleanup;
2422 bcm43xx_radio_turn_on(bcm);
2424 bcm43xx_write16(bcm, 0x03E6, 0x0000);
2425 err = bcm43xx_phy_init(bcm);
2426 if (err)
2427 goto err_radio_off;
2429 /* Select initial Interference Mitigation. */
2430 tmp = radio->interfmode;
2431 radio->interfmode = BCM43xx_RADIO_INTERFMODE_NONE;
2432 bcm43xx_radio_set_interference_mitigation(bcm, tmp);
2434 bcm43xx_phy_set_antenna_diversity(bcm);
2435 bcm43xx_radio_set_txantenna(bcm, BCM43xx_RADIO_TXANTENNA_DEFAULT);
2436 if (phy->type == BCM43xx_PHYTYPE_B) {
2437 value16 = bcm43xx_read16(bcm, 0x005E);
2438 value16 |= 0x0004;
2439 bcm43xx_write16(bcm, 0x005E, value16);
2441 bcm43xx_write32(bcm, 0x0100, 0x01000000);
2442 if (bcm->current_core->rev < 5)
2443 bcm43xx_write32(bcm, 0x010C, 0x01000000);
2445 value32 = bcm43xx_read32(bcm, BCM43xx_MMIO_STATUS_BITFIELD);
2446 value32 &= ~ BCM43xx_SBF_MODE_NOTADHOC;
2447 bcm43xx_write32(bcm, BCM43xx_MMIO_STATUS_BITFIELD, value32);
2448 value32 = bcm43xx_read32(bcm, BCM43xx_MMIO_STATUS_BITFIELD);
2449 value32 |= BCM43xx_SBF_MODE_NOTADHOC;
2450 bcm43xx_write32(bcm, BCM43xx_MMIO_STATUS_BITFIELD, value32);
2452 value32 = bcm43xx_read32(bcm, BCM43xx_MMIO_STATUS_BITFIELD);
2453 value32 |= 0x100000;
2454 bcm43xx_write32(bcm, BCM43xx_MMIO_STATUS_BITFIELD, value32);
2456 if (bcm43xx_using_pio(bcm)) {
2457 bcm43xx_write32(bcm, 0x0210, 0x00000100);
2458 bcm43xx_write32(bcm, 0x0230, 0x00000100);
2459 bcm43xx_write32(bcm, 0x0250, 0x00000100);
2460 bcm43xx_write32(bcm, 0x0270, 0x00000100);
2461 bcm43xx_shm_write16(bcm, BCM43xx_SHM_SHARED, 0x0034, 0x0000);
2464 /* Probe Response Timeout value */
2465 /* FIXME: Default to 0, has to be set by ioctl probably... :-/ */
2466 bcm43xx_shm_write16(bcm, BCM43xx_SHM_SHARED, 0x0074, 0x0000);
2468 /* Initially set the wireless operation mode. */
2469 bcm43xx_set_iwmode(bcm, bcm->ieee->iw_mode);
2471 if (bcm->current_core->rev < 3) {
2472 bcm43xx_write16(bcm, 0x060E, 0x0000);
2473 bcm43xx_write16(bcm, 0x0610, 0x8000);
2474 bcm43xx_write16(bcm, 0x0604, 0x0000);
2475 bcm43xx_write16(bcm, 0x0606, 0x0200);
2476 } else {
2477 bcm43xx_write32(bcm, 0x0188, 0x80000000);
2478 bcm43xx_write32(bcm, 0x018C, 0x02000000);
2480 bcm43xx_write32(bcm, BCM43xx_MMIO_GEN_IRQ_REASON, 0x00004000);
2481 bcm43xx_write32(bcm, BCM43xx_MMIO_DMA0_IRQ_MASK, 0x0001DC00);
2482 bcm43xx_write32(bcm, BCM43xx_MMIO_DMA1_IRQ_MASK, 0x0000DC00);
2483 bcm43xx_write32(bcm, BCM43xx_MMIO_DMA2_IRQ_MASK, 0x0000DC00);
2484 bcm43xx_write32(bcm, BCM43xx_MMIO_DMA3_IRQ_MASK, 0x0001DC00);
2485 bcm43xx_write32(bcm, BCM43xx_MMIO_DMA4_IRQ_MASK, 0x0000DC00);
2486 bcm43xx_write32(bcm, BCM43xx_MMIO_DMA5_IRQ_MASK, 0x0000DC00);
2488 value32 = bcm43xx_read32(bcm, BCM43xx_CIR_SBTMSTATELOW);
2489 value32 |= 0x00100000;
2490 bcm43xx_write32(bcm, BCM43xx_CIR_SBTMSTATELOW, value32);
2492 bcm43xx_write16(bcm, BCM43xx_MMIO_POWERUP_DELAY, bcm43xx_pctl_powerup_delay(bcm));
2494 assert(err == 0);
2495 dprintk(KERN_INFO PFX "Chip initialized\n");
2496 out:
2497 return err;
2499 err_radio_off:
2500 bcm43xx_radio_turn_off(bcm);
2501 err_gpio_cleanup:
2502 bcm43xx_gpio_cleanup(bcm);
2503 err_release_fw:
2504 bcm43xx_release_firmware(bcm, 1);
2505 goto out;
2508 /* Validate chip access
2509 * http://bcm-specs.sipsolutions.net/ValidateChipAccess */
2510 static int bcm43xx_validate_chip(struct bcm43xx_private *bcm)
2512 u32 value;
2513 u32 shm_backup;
2515 shm_backup = bcm43xx_shm_read32(bcm, BCM43xx_SHM_SHARED, 0x0000);
2516 bcm43xx_shm_write32(bcm, BCM43xx_SHM_SHARED, 0x0000, 0xAA5555AA);
2517 if (bcm43xx_shm_read32(bcm, BCM43xx_SHM_SHARED, 0x0000) != 0xAA5555AA)
2518 goto error;
2519 bcm43xx_shm_write32(bcm, BCM43xx_SHM_SHARED, 0x0000, 0x55AAAA55);
2520 if (bcm43xx_shm_read32(bcm, BCM43xx_SHM_SHARED, 0x0000) != 0x55AAAA55)
2521 goto error;
2522 bcm43xx_shm_write32(bcm, BCM43xx_SHM_SHARED, 0x0000, shm_backup);
2524 value = bcm43xx_read32(bcm, BCM43xx_MMIO_STATUS_BITFIELD);
2525 if ((value | 0x80000000) != 0x80000400)
2526 goto error;
2528 value = bcm43xx_read32(bcm, BCM43xx_MMIO_GEN_IRQ_REASON);
2529 if (value != 0x00000000)
2530 goto error;
2532 return 0;
2533 error:
2534 printk(KERN_ERR PFX "Failed to validate the chipaccess\n");
2535 return -ENODEV;
2538 static void bcm43xx_init_struct_phyinfo(struct bcm43xx_phyinfo *phy)
2540 /* Initialize a "phyinfo" structure. The structure is already
2541 * zeroed out.
2542 * This is called on insmod time to initialize members.
2544 phy->savedpctlreg = 0xFFFF;
2545 spin_lock_init(&phy->lock);
2548 static void bcm43xx_init_struct_radioinfo(struct bcm43xx_radioinfo *radio)
2550 /* Initialize a "radioinfo" structure. The structure is already
2551 * zeroed out.
2552 * This is called on insmod time to initialize members.
2554 radio->interfmode = BCM43xx_RADIO_INTERFMODE_NONE;
2555 radio->channel = 0xFF;
2556 radio->initial_channel = 0xFF;
2559 static int bcm43xx_probe_cores(struct bcm43xx_private *bcm)
2561 int err, i;
2562 int current_core;
2563 u32 core_vendor, core_id, core_rev;
2564 u32 sb_id_hi, chip_id_32 = 0;
2565 u16 pci_device, chip_id_16;
2566 u8 core_count;
2568 memset(&bcm->core_chipcommon, 0, sizeof(struct bcm43xx_coreinfo));
2569 memset(&bcm->core_pci, 0, sizeof(struct bcm43xx_coreinfo));
2570 memset(&bcm->core_80211, 0, sizeof(struct bcm43xx_coreinfo)
2571 * BCM43xx_MAX_80211_CORES);
2572 memset(&bcm->core_80211_ext, 0, sizeof(struct bcm43xx_coreinfo_80211)
2573 * BCM43xx_MAX_80211_CORES);
2574 bcm->nr_80211_available = 0;
2575 bcm->current_core = NULL;
2576 bcm->active_80211_core = NULL;
2578 /* map core 0 */
2579 err = _switch_core(bcm, 0);
2580 if (err)
2581 goto out;
2583 /* fetch sb_id_hi from core information registers */
2584 sb_id_hi = bcm43xx_read32(bcm, BCM43xx_CIR_SB_ID_HI);
2586 core_id = (sb_id_hi & 0xFFF0) >> 4;
2587 core_rev = (sb_id_hi & 0xF);
2588 core_vendor = (sb_id_hi & 0xFFFF0000) >> 16;
2590 /* if present, chipcommon is always core 0; read the chipid from it */
2591 if (core_id == BCM43xx_COREID_CHIPCOMMON) {
2592 chip_id_32 = bcm43xx_read32(bcm, 0);
2593 chip_id_16 = chip_id_32 & 0xFFFF;
2594 bcm->core_chipcommon.available = 1;
2595 bcm->core_chipcommon.id = core_id;
2596 bcm->core_chipcommon.rev = core_rev;
2597 bcm->core_chipcommon.index = 0;
2598 /* While we are at it, also read the capabilities. */
2599 bcm->chipcommon_capabilities = bcm43xx_read32(bcm, BCM43xx_CHIPCOMMON_CAPABILITIES);
2600 } else {
2601 /* without a chipCommon, use a hard coded table. */
2602 pci_device = bcm->pci_dev->device;
2603 if (pci_device == 0x4301)
2604 chip_id_16 = 0x4301;
2605 else if ((pci_device >= 0x4305) && (pci_device <= 0x4307))
2606 chip_id_16 = 0x4307;
2607 else if ((pci_device >= 0x4402) && (pci_device <= 0x4403))
2608 chip_id_16 = 0x4402;
2609 else if ((pci_device >= 0x4610) && (pci_device <= 0x4615))
2610 chip_id_16 = 0x4610;
2611 else if ((pci_device >= 0x4710) && (pci_device <= 0x4715))
2612 chip_id_16 = 0x4710;
2613 #ifdef CONFIG_BCM947XX
2614 else if ((pci_device >= 0x4320) && (pci_device <= 0x4325))
2615 chip_id_16 = 0x4309;
2616 #endif
2617 else {
2618 printk(KERN_ERR PFX "Could not determine Chip ID\n");
2619 return -ENODEV;
2623 /* ChipCommon with Core Rev >=4 encodes number of cores,
2624 * otherwise consult hardcoded table */
2625 if ((core_id == BCM43xx_COREID_CHIPCOMMON) && (core_rev >= 4)) {
2626 core_count = (chip_id_32 & 0x0F000000) >> 24;
2627 } else {
2628 switch (chip_id_16) {
2629 case 0x4610:
2630 case 0x4704:
2631 case 0x4710:
2632 core_count = 9;
2633 break;
2634 case 0x4310:
2635 core_count = 8;
2636 break;
2637 case 0x5365:
2638 core_count = 7;
2639 break;
2640 case 0x4306:
2641 core_count = 6;
2642 break;
2643 case 0x4301:
2644 case 0x4307:
2645 core_count = 5;
2646 break;
2647 case 0x4402:
2648 core_count = 3;
2649 break;
2650 default:
2651 /* SOL if we get here */
2652 assert(0);
2653 core_count = 1;
2657 bcm->chip_id = chip_id_16;
2658 bcm->chip_rev = (chip_id_32 & 0x000F0000) >> 16;
2659 bcm->chip_package = (chip_id_32 & 0x00F00000) >> 20;
2661 dprintk(KERN_INFO PFX "Chip ID 0x%x, rev 0x%x\n",
2662 bcm->chip_id, bcm->chip_rev);
2663 dprintk(KERN_INFO PFX "Number of cores: %d\n", core_count);
2664 if (bcm->core_chipcommon.available) {
2665 dprintk(KERN_INFO PFX "Core 0: ID 0x%x, rev 0x%x, vendor 0x%x, %s\n",
2666 core_id, core_rev, core_vendor,
2667 bcm43xx_core_enabled(bcm) ? "enabled" : "disabled");
2670 if (bcm->core_chipcommon.available)
2671 current_core = 1;
2672 else
2673 current_core = 0;
2674 for ( ; current_core < core_count; current_core++) {
2675 struct bcm43xx_coreinfo *core;
2676 struct bcm43xx_coreinfo_80211 *ext_80211;
2678 err = _switch_core(bcm, current_core);
2679 if (err)
2680 goto out;
2681 /* Gather information */
2682 /* fetch sb_id_hi from core information registers */
2683 sb_id_hi = bcm43xx_read32(bcm, BCM43xx_CIR_SB_ID_HI);
2685 /* extract core_id, core_rev, core_vendor */
2686 core_id = (sb_id_hi & 0xFFF0) >> 4;
2687 core_rev = (sb_id_hi & 0xF);
2688 core_vendor = (sb_id_hi & 0xFFFF0000) >> 16;
2690 dprintk(KERN_INFO PFX "Core %d: ID 0x%x, rev 0x%x, vendor 0x%x, %s\n",
2691 current_core, core_id, core_rev, core_vendor,
2692 bcm43xx_core_enabled(bcm) ? "enabled" : "disabled" );
2694 core = NULL;
2695 switch (core_id) {
2696 case BCM43xx_COREID_PCI:
2697 core = &bcm->core_pci;
2698 if (core->available) {
2699 printk(KERN_WARNING PFX "Multiple PCI cores found.\n");
2700 continue;
2702 break;
2703 case BCM43xx_COREID_80211:
2704 for (i = 0; i < BCM43xx_MAX_80211_CORES; i++) {
2705 core = &(bcm->core_80211[i]);
2706 ext_80211 = &(bcm->core_80211_ext[i]);
2707 if (!core->available)
2708 break;
2709 core = NULL;
2711 if (!core) {
2712 printk(KERN_WARNING PFX "More than %d cores of type 802.11 found.\n",
2713 BCM43xx_MAX_80211_CORES);
2714 continue;
2716 if (i != 0) {
2717 /* More than one 80211 core is only supported
2718 * by special chips.
2719 * There are chips with two 80211 cores, but with
2720 * dangling pins on the second core. Be careful
2721 * and ignore these cores here.
2723 if (bcm->pci_dev->device != 0x4324) {
2724 dprintk(KERN_INFO PFX "Ignoring additional 802.11 core.\n");
2725 continue;
2728 switch (core_rev) {
2729 case 2:
2730 case 4:
2731 case 5:
2732 case 6:
2733 case 7:
2734 case 9:
2735 break;
2736 default:
2737 printk(KERN_ERR PFX "Error: Unsupported 80211 core revision %u\n",
2738 core_rev);
2739 err = -ENODEV;
2740 goto out;
2742 bcm->nr_80211_available++;
2743 core->priv = ext_80211;
2744 bcm43xx_init_struct_phyinfo(&ext_80211->phy);
2745 bcm43xx_init_struct_radioinfo(&ext_80211->radio);
2746 break;
2747 case BCM43xx_COREID_CHIPCOMMON:
2748 printk(KERN_WARNING PFX "Multiple CHIPCOMMON cores found.\n");
2749 break;
2751 if (core) {
2752 core->available = 1;
2753 core->id = core_id;
2754 core->rev = core_rev;
2755 core->index = current_core;
2759 if (!bcm->core_80211[0].available) {
2760 printk(KERN_ERR PFX "Error: No 80211 core found!\n");
2761 err = -ENODEV;
2762 goto out;
2765 err = bcm43xx_switch_core(bcm, &bcm->core_80211[0]);
2767 assert(err == 0);
2768 out:
2769 return err;
2772 static void bcm43xx_gen_bssid(struct bcm43xx_private *bcm)
2774 const u8 *mac = (const u8*)(bcm->net_dev->dev_addr);
2775 u8 *bssid = bcm->ieee->bssid;
2777 switch (bcm->ieee->iw_mode) {
2778 case IW_MODE_ADHOC:
2779 random_ether_addr(bssid);
2780 break;
2781 case IW_MODE_MASTER:
2782 case IW_MODE_INFRA:
2783 case IW_MODE_REPEAT:
2784 case IW_MODE_SECOND:
2785 case IW_MODE_MONITOR:
2786 memcpy(bssid, mac, ETH_ALEN);
2787 break;
2788 default:
2789 assert(0);
2793 static void bcm43xx_rate_memory_write(struct bcm43xx_private *bcm,
2794 u16 rate,
2795 int is_ofdm)
2797 u16 offset;
2799 if (is_ofdm) {
2800 offset = 0x480;
2801 offset += (bcm43xx_plcp_get_ratecode_ofdm(rate) & 0x000F) * 2;
2803 else {
2804 offset = 0x4C0;
2805 offset += (bcm43xx_plcp_get_ratecode_cck(rate) & 0x000F) * 2;
2807 bcm43xx_shm_write16(bcm, BCM43xx_SHM_SHARED, offset + 0x20,
2808 bcm43xx_shm_read16(bcm, BCM43xx_SHM_SHARED, offset));
2811 static void bcm43xx_rate_memory_init(struct bcm43xx_private *bcm)
2813 switch (bcm43xx_current_phy(bcm)->type) {
2814 case BCM43xx_PHYTYPE_A:
2815 case BCM43xx_PHYTYPE_G:
2816 bcm43xx_rate_memory_write(bcm, IEEE80211_OFDM_RATE_6MB, 1);
2817 bcm43xx_rate_memory_write(bcm, IEEE80211_OFDM_RATE_12MB, 1);
2818 bcm43xx_rate_memory_write(bcm, IEEE80211_OFDM_RATE_18MB, 1);
2819 bcm43xx_rate_memory_write(bcm, IEEE80211_OFDM_RATE_24MB, 1);
2820 bcm43xx_rate_memory_write(bcm, IEEE80211_OFDM_RATE_36MB, 1);
2821 bcm43xx_rate_memory_write(bcm, IEEE80211_OFDM_RATE_48MB, 1);
2822 bcm43xx_rate_memory_write(bcm, IEEE80211_OFDM_RATE_54MB, 1);
2823 case BCM43xx_PHYTYPE_B:
2824 bcm43xx_rate_memory_write(bcm, IEEE80211_CCK_RATE_1MB, 0);
2825 bcm43xx_rate_memory_write(bcm, IEEE80211_CCK_RATE_2MB, 0);
2826 bcm43xx_rate_memory_write(bcm, IEEE80211_CCK_RATE_5MB, 0);
2827 bcm43xx_rate_memory_write(bcm, IEEE80211_CCK_RATE_11MB, 0);
2828 break;
2829 default:
2830 assert(0);
2834 static void bcm43xx_wireless_core_cleanup(struct bcm43xx_private *bcm)
2836 bcm43xx_chip_cleanup(bcm);
2837 bcm43xx_pio_free(bcm);
2838 bcm43xx_dma_free(bcm);
2840 bcm->current_core->initialized = 0;
2843 /* http://bcm-specs.sipsolutions.net/80211Init */
2844 static int bcm43xx_wireless_core_init(struct bcm43xx_private *bcm,
2845 int active_wlcore)
2847 struct bcm43xx_phyinfo *phy = bcm43xx_current_phy(bcm);
2848 struct bcm43xx_radioinfo *radio = bcm43xx_current_radio(bcm);
2849 u32 ucodeflags;
2850 int err;
2851 u32 sbimconfiglow;
2852 u8 limit;
2854 if (bcm->chip_rev < 5) {
2855 sbimconfiglow = bcm43xx_read32(bcm, BCM43xx_CIR_SBIMCONFIGLOW);
2856 sbimconfiglow &= ~ BCM43xx_SBIMCONFIGLOW_REQUEST_TOUT_MASK;
2857 sbimconfiglow &= ~ BCM43xx_SBIMCONFIGLOW_SERVICE_TOUT_MASK;
2858 if (bcm->bustype == BCM43xx_BUSTYPE_PCI)
2859 sbimconfiglow |= 0x32;
2860 else if (bcm->bustype == BCM43xx_BUSTYPE_SB)
2861 sbimconfiglow |= 0x53;
2862 else
2863 assert(0);
2864 bcm43xx_write32(bcm, BCM43xx_CIR_SBIMCONFIGLOW, sbimconfiglow);
2867 bcm43xx_phy_calibrate(bcm);
2868 err = bcm43xx_chip_init(bcm);
2869 if (err)
2870 goto out;
2872 bcm43xx_shm_write16(bcm, BCM43xx_SHM_SHARED, 0x0016, bcm->current_core->rev);
2873 ucodeflags = bcm43xx_shm_read32(bcm, BCM43xx_SHM_SHARED, BCM43xx_UCODEFLAGS_OFFSET);
2875 if (0 /*FIXME: which condition has to be used here? */)
2876 ucodeflags |= 0x00000010;
2878 /* HW decryption needs to be set now */
2879 ucodeflags |= 0x40000000;
2881 if (phy->type == BCM43xx_PHYTYPE_G) {
2882 ucodeflags |= BCM43xx_UCODEFLAG_UNKBGPHY;
2883 if (phy->rev == 1)
2884 ucodeflags |= BCM43xx_UCODEFLAG_UNKGPHY;
2885 if (bcm->sprom.boardflags & BCM43xx_BFL_PACTRL)
2886 ucodeflags |= BCM43xx_UCODEFLAG_UNKPACTRL;
2887 } else if (phy->type == BCM43xx_PHYTYPE_B) {
2888 ucodeflags |= BCM43xx_UCODEFLAG_UNKBGPHY;
2889 if (phy->rev >= 2 && radio->version == 0x2050)
2890 ucodeflags &= ~BCM43xx_UCODEFLAG_UNKGPHY;
2893 if (ucodeflags != bcm43xx_shm_read32(bcm, BCM43xx_SHM_SHARED,
2894 BCM43xx_UCODEFLAGS_OFFSET)) {
2895 bcm43xx_shm_write32(bcm, BCM43xx_SHM_SHARED,
2896 BCM43xx_UCODEFLAGS_OFFSET, ucodeflags);
2899 /* Short/Long Retry Limit.
2900 * The retry-limit is a 4-bit counter. Enforce this to avoid overflowing
2901 * the chip-internal counter.
2903 limit = limit_value(modparam_short_retry, 0, 0xF);
2904 bcm43xx_shm_write32(bcm, BCM43xx_SHM_WIRELESS, 0x0006, limit);
2905 limit = limit_value(modparam_long_retry, 0, 0xF);
2906 bcm43xx_shm_write32(bcm, BCM43xx_SHM_WIRELESS, 0x0007, limit);
2908 bcm43xx_shm_write16(bcm, BCM43xx_SHM_SHARED, 0x0044, 3);
2909 bcm43xx_shm_write16(bcm, BCM43xx_SHM_SHARED, 0x0046, 2);
2911 bcm43xx_rate_memory_init(bcm);
2913 /* Minimum Contention Window */
2914 if (phy->type == BCM43xx_PHYTYPE_B)
2915 bcm43xx_shm_write32(bcm, BCM43xx_SHM_WIRELESS, 0x0003, 0x0000001f);
2916 else
2917 bcm43xx_shm_write32(bcm, BCM43xx_SHM_WIRELESS, 0x0003, 0x0000000f);
2918 /* Maximum Contention Window */
2919 bcm43xx_shm_write32(bcm, BCM43xx_SHM_WIRELESS, 0x0004, 0x000003ff);
2921 bcm43xx_gen_bssid(bcm);
2922 bcm43xx_write_mac_bssid_templates(bcm);
2924 if (bcm->current_core->rev >= 5)
2925 bcm43xx_write16(bcm, 0x043C, 0x000C);
2927 if (active_wlcore) {
2928 if (bcm43xx_using_pio(bcm))
2929 err = bcm43xx_pio_init(bcm);
2930 else
2931 err = bcm43xx_dma_init(bcm);
2932 if (err)
2933 goto err_chip_cleanup;
2935 bcm43xx_write16(bcm, 0x0612, 0x0050);
2936 bcm43xx_shm_write16(bcm, BCM43xx_SHM_SHARED, 0x0416, 0x0050);
2937 bcm43xx_shm_write16(bcm, BCM43xx_SHM_SHARED, 0x0414, 0x01F4);
2939 if (active_wlcore) {
2940 if (radio->initial_channel != 0xFF)
2941 bcm43xx_radio_selectchannel(bcm, radio->initial_channel, 0);
2944 /* Don't enable MAC/IRQ here, as it will race with the IRQ handler.
2945 * We enable it later.
2947 bcm->current_core->initialized = 1;
2948 out:
2949 return err;
2951 err_chip_cleanup:
2952 bcm43xx_chip_cleanup(bcm);
2953 goto out;
2956 static int bcm43xx_chipset_attach(struct bcm43xx_private *bcm)
2958 int err;
2959 u16 pci_status;
2961 err = bcm43xx_pctl_set_crystal(bcm, 1);
2962 if (err)
2963 goto out;
2964 bcm43xx_pci_read_config16(bcm, PCI_STATUS, &pci_status);
2965 bcm43xx_pci_write_config16(bcm, PCI_STATUS, pci_status & ~PCI_STATUS_SIG_TARGET_ABORT);
2967 out:
2968 return err;
2971 static void bcm43xx_chipset_detach(struct bcm43xx_private *bcm)
2973 bcm43xx_pctl_set_clock(bcm, BCM43xx_PCTL_CLK_SLOW);
2974 bcm43xx_pctl_set_crystal(bcm, 0);
2977 static void bcm43xx_pcicore_broadcast_value(struct bcm43xx_private *bcm,
2978 u32 address,
2979 u32 data)
2981 bcm43xx_write32(bcm, BCM43xx_PCICORE_BCAST_ADDR, address);
2982 bcm43xx_write32(bcm, BCM43xx_PCICORE_BCAST_DATA, data);
2985 static int bcm43xx_pcicore_commit_settings(struct bcm43xx_private *bcm)
2987 int err;
2988 struct bcm43xx_coreinfo *old_core;
2990 old_core = bcm->current_core;
2991 err = bcm43xx_switch_core(bcm, &bcm->core_pci);
2992 if (err)
2993 goto out;
2995 bcm43xx_pcicore_broadcast_value(bcm, 0xfd8, 0x00000000);
2997 bcm43xx_switch_core(bcm, old_core);
2998 assert(err == 0);
2999 out:
3000 return err;
3003 /* Make an I/O Core usable. "core_mask" is the bitmask of the cores to enable.
3004 * To enable core 0, pass a core_mask of 1<<0
3006 static int bcm43xx_setup_backplane_pci_connection(struct bcm43xx_private *bcm,
3007 u32 core_mask)
3009 u32 backplane_flag_nr;
3010 u32 value;
3011 struct bcm43xx_coreinfo *old_core;
3012 int err = 0;
3014 value = bcm43xx_read32(bcm, BCM43xx_CIR_SBTPSFLAG);
3015 backplane_flag_nr = value & BCM43xx_BACKPLANE_FLAG_NR_MASK;
3017 old_core = bcm->current_core;
3018 err = bcm43xx_switch_core(bcm, &bcm->core_pci);
3019 if (err)
3020 goto out;
3022 if (bcm->core_pci.rev < 6) {
3023 value = bcm43xx_read32(bcm, BCM43xx_CIR_SBINTVEC);
3024 value |= (1 << backplane_flag_nr);
3025 bcm43xx_write32(bcm, BCM43xx_CIR_SBINTVEC, value);
3026 } else {
3027 err = bcm43xx_pci_read_config32(bcm, BCM43xx_PCICFG_ICR, &value);
3028 if (err) {
3029 printk(KERN_ERR PFX "Error: ICR setup failure!\n");
3030 goto out_switch_back;
3032 value |= core_mask << 8;
3033 err = bcm43xx_pci_write_config32(bcm, BCM43xx_PCICFG_ICR, value);
3034 if (err) {
3035 printk(KERN_ERR PFX "Error: ICR setup failure!\n");
3036 goto out_switch_back;
3040 value = bcm43xx_read32(bcm, BCM43xx_PCICORE_SBTOPCI2);
3041 value |= BCM43xx_SBTOPCI2_PREFETCH | BCM43xx_SBTOPCI2_BURST;
3042 bcm43xx_write32(bcm, BCM43xx_PCICORE_SBTOPCI2, value);
3044 if (bcm->core_pci.rev < 5) {
3045 value = bcm43xx_read32(bcm, BCM43xx_CIR_SBIMCONFIGLOW);
3046 value |= (2 << BCM43xx_SBIMCONFIGLOW_SERVICE_TOUT_SHIFT)
3047 & BCM43xx_SBIMCONFIGLOW_SERVICE_TOUT_MASK;
3048 value |= (3 << BCM43xx_SBIMCONFIGLOW_REQUEST_TOUT_SHIFT)
3049 & BCM43xx_SBIMCONFIGLOW_REQUEST_TOUT_MASK;
3050 bcm43xx_write32(bcm, BCM43xx_CIR_SBIMCONFIGLOW, value);
3051 err = bcm43xx_pcicore_commit_settings(bcm);
3052 assert(err == 0);
3055 out_switch_back:
3056 err = bcm43xx_switch_core(bcm, old_core);
3057 out:
3058 return err;
3061 static void bcm43xx_periodic_every120sec(struct bcm43xx_private *bcm)
3063 struct bcm43xx_phyinfo *phy = bcm43xx_current_phy(bcm);
3065 if (phy->type != BCM43xx_PHYTYPE_G || phy->rev < 2)
3066 return;
3068 bcm43xx_mac_suspend(bcm);
3069 bcm43xx_phy_lo_g_measure(bcm);
3070 bcm43xx_mac_enable(bcm);
3073 static void bcm43xx_periodic_every60sec(struct bcm43xx_private *bcm)
3075 bcm43xx_phy_lo_mark_all_unused(bcm);
3076 if (bcm->sprom.boardflags & BCM43xx_BFL_RSSI) {
3077 bcm43xx_mac_suspend(bcm);
3078 bcm43xx_calc_nrssi_slope(bcm);
3079 bcm43xx_mac_enable(bcm);
3083 static void bcm43xx_periodic_every30sec(struct bcm43xx_private *bcm)
3085 /* Update device statistics. */
3086 bcm43xx_calculate_link_quality(bcm);
3089 static void bcm43xx_periodic_every15sec(struct bcm43xx_private *bcm)
3091 struct bcm43xx_phyinfo *phy = bcm43xx_current_phy(bcm);
3092 struct bcm43xx_radioinfo *radio = bcm43xx_current_radio(bcm);
3094 if (phy->type == BCM43xx_PHYTYPE_G) {
3095 //TODO: update_aci_moving_average
3096 if (radio->aci_enable && radio->aci_wlan_automatic) {
3097 bcm43xx_mac_suspend(bcm);
3098 if (!radio->aci_enable && 1 /*TODO: not scanning? */) {
3099 if (0 /*TODO: bunch of conditions*/) {
3100 bcm43xx_radio_set_interference_mitigation(bcm,
3101 BCM43xx_RADIO_INTERFMODE_MANUALWLAN);
3103 } else if (1/*TODO*/) {
3105 if ((aci_average > 1000) && !(bcm43xx_radio_aci_scan(bcm))) {
3106 bcm43xx_radio_set_interference_mitigation(bcm,
3107 BCM43xx_RADIO_INTERFMODE_NONE);
3111 bcm43xx_mac_enable(bcm);
3112 } else if (radio->interfmode == BCM43xx_RADIO_INTERFMODE_NONWLAN &&
3113 phy->rev == 1) {
3114 //TODO: implement rev1 workaround
3117 bcm43xx_phy_xmitpower(bcm); //FIXME: unless scanning?
3118 //TODO for APHY (temperature?)
3121 static void do_periodic_work(struct bcm43xx_private *bcm)
3123 unsigned int state;
3125 state = bcm->periodic_state;
3126 if (state % 8 == 0)
3127 bcm43xx_periodic_every120sec(bcm);
3128 if (state % 4 == 0)
3129 bcm43xx_periodic_every60sec(bcm);
3130 if (state % 2 == 0)
3131 bcm43xx_periodic_every30sec(bcm);
3132 if (state % 1 == 0)
3133 bcm43xx_periodic_every15sec(bcm);
3134 bcm->periodic_state = state + 1;
3136 schedule_delayed_work(&bcm->periodic_work, HZ * 15);
3139 /* Estimate a "Badness" value based on the periodic work
3140 * state-machine state. "Badness" is worse (bigger), if the
3141 * periodic work will take longer.
3143 static int estimate_periodic_work_badness(unsigned int state)
3145 int badness = 0;
3147 if (state % 8 == 0) /* every 120 sec */
3148 badness += 10;
3149 if (state % 4 == 0) /* every 60 sec */
3150 badness += 5;
3151 if (state % 2 == 0) /* every 30 sec */
3152 badness += 1;
3153 if (state % 1 == 0) /* every 15 sec */
3154 badness += 1;
3156 #define BADNESS_LIMIT 4
3157 return badness;
3160 static void bcm43xx_periodic_work_handler(void *d)
3162 struct bcm43xx_private *bcm = d;
3163 unsigned long flags;
3164 u32 savedirqs = 0;
3165 int badness;
3167 mutex_lock(&bcm->mutex);
3168 badness = estimate_periodic_work_badness(bcm->periodic_state);
3169 if (badness > BADNESS_LIMIT) {
3170 /* Periodic work will take a long time, so we want it to
3171 * be preemtible.
3173 netif_tx_disable(bcm->net_dev);
3174 spin_lock_irqsave(&bcm->irq_lock, flags);
3175 bcm43xx_mac_suspend(bcm);
3176 if (bcm43xx_using_pio(bcm))
3177 bcm43xx_pio_freeze_txqueues(bcm);
3178 savedirqs = bcm43xx_interrupt_disable(bcm, BCM43xx_IRQ_ALL);
3179 spin_unlock_irqrestore(&bcm->irq_lock, flags);
3180 bcm43xx_synchronize_irq(bcm);
3181 } else {
3182 /* Periodic work should take short time, so we want low
3183 * locking overhead.
3185 spin_lock_irqsave(&bcm->irq_lock, flags);
3188 do_periodic_work(bcm);
3190 if (badness > BADNESS_LIMIT) {
3191 spin_lock_irqsave(&bcm->irq_lock, flags);
3192 tasklet_enable(&bcm->isr_tasklet);
3193 bcm43xx_interrupt_enable(bcm, savedirqs);
3194 if (bcm43xx_using_pio(bcm))
3195 bcm43xx_pio_thaw_txqueues(bcm);
3196 bcm43xx_mac_enable(bcm);
3197 netif_wake_queue(bcm->net_dev);
3199 mmiowb();
3200 spin_unlock_irqrestore(&bcm->irq_lock, flags);
3201 mutex_unlock(&bcm->mutex);
3204 void bcm43xx_periodic_tasks_delete(struct bcm43xx_private *bcm)
3206 cancel_rearming_delayed_work(&bcm->periodic_work);
3209 void bcm43xx_periodic_tasks_setup(struct bcm43xx_private *bcm)
3211 struct work_struct *work = &(bcm->periodic_work);
3213 assert(bcm43xx_status(bcm) == BCM43xx_STAT_INITIALIZED);
3214 INIT_WORK(work, bcm43xx_periodic_work_handler, bcm);
3215 schedule_work(work);
3218 static void bcm43xx_security_init(struct bcm43xx_private *bcm)
3220 bcm->security_offset = bcm43xx_shm_read16(bcm, BCM43xx_SHM_SHARED,
3221 0x0056) * 2;
3222 bcm43xx_clear_keys(bcm);
3225 static int bcm43xx_rng_read(struct hwrng *rng, u32 *data)
3227 struct bcm43xx_private *bcm = (struct bcm43xx_private *)rng->priv;
3228 unsigned long flags;
3230 spin_lock_irqsave(&(bcm)->irq_lock, flags);
3231 *data = bcm43xx_read16(bcm, BCM43xx_MMIO_RNG);
3232 spin_unlock_irqrestore(&(bcm)->irq_lock, flags);
3234 return (sizeof(u16));
3237 static void bcm43xx_rng_exit(struct bcm43xx_private *bcm)
3239 hwrng_unregister(&bcm->rng);
3242 static int bcm43xx_rng_init(struct bcm43xx_private *bcm)
3244 int err;
3246 snprintf(bcm->rng_name, ARRAY_SIZE(bcm->rng_name),
3247 "%s_%s", KBUILD_MODNAME, bcm->net_dev->name);
3248 bcm->rng.name = bcm->rng_name;
3249 bcm->rng.data_read = bcm43xx_rng_read;
3250 bcm->rng.priv = (unsigned long)bcm;
3251 err = hwrng_register(&bcm->rng);
3252 if (err)
3253 printk(KERN_ERR PFX "RNG init failed (%d)\n", err);
3255 return err;
3258 static int bcm43xx_shutdown_all_wireless_cores(struct bcm43xx_private *bcm)
3260 int ret = 0;
3261 int i, err;
3262 struct bcm43xx_coreinfo *core;
3264 bcm43xx_set_status(bcm, BCM43xx_STAT_SHUTTINGDOWN);
3265 for (i = 0; i < bcm->nr_80211_available; i++) {
3266 core = &(bcm->core_80211[i]);
3267 assert(core->available);
3268 if (!core->initialized)
3269 continue;
3270 err = bcm43xx_switch_core(bcm, core);
3271 if (err) {
3272 dprintk(KERN_ERR PFX "shutdown_all_wireless_cores "
3273 "switch_core failed (%d)\n", err);
3274 ret = err;
3275 continue;
3277 bcm43xx_interrupt_disable(bcm, BCM43xx_IRQ_ALL);
3278 bcm43xx_read32(bcm, BCM43xx_MMIO_GEN_IRQ_REASON); /* dummy read */
3279 bcm43xx_wireless_core_cleanup(bcm);
3280 if (core == bcm->active_80211_core)
3281 bcm->active_80211_core = NULL;
3283 free_irq(bcm->irq, bcm);
3284 bcm43xx_set_status(bcm, BCM43xx_STAT_UNINIT);
3286 return ret;
3289 /* This is the opposite of bcm43xx_init_board() */
3290 static void bcm43xx_free_board(struct bcm43xx_private *bcm)
3292 bcm43xx_rng_exit(bcm);
3293 bcm43xx_sysfs_unregister(bcm);
3294 bcm43xx_periodic_tasks_delete(bcm);
3296 mutex_lock(&(bcm)->mutex);
3297 bcm43xx_shutdown_all_wireless_cores(bcm);
3298 bcm43xx_pctl_set_crystal(bcm, 0);
3299 mutex_unlock(&(bcm)->mutex);
3302 static void prepare_phydata_for_init(struct bcm43xx_phyinfo *phy)
3304 phy->antenna_diversity = 0xFFFF;
3305 memset(phy->minlowsig, 0xFF, sizeof(phy->minlowsig));
3306 memset(phy->minlowsigpos, 0, sizeof(phy->minlowsigpos));
3308 /* Flags */
3309 phy->calibrated = 0;
3310 phy->is_locked = 0;
3312 if (phy->_lo_pairs) {
3313 memset(phy->_lo_pairs, 0,
3314 sizeof(struct bcm43xx_lopair) * BCM43xx_LO_COUNT);
3316 memset(phy->loopback_gain, 0, sizeof(phy->loopback_gain));
3319 static void prepare_radiodata_for_init(struct bcm43xx_private *bcm,
3320 struct bcm43xx_radioinfo *radio)
3322 int i;
3324 /* Set default attenuation values. */
3325 radio->baseband_atten = bcm43xx_default_baseband_attenuation(bcm);
3326 radio->radio_atten = bcm43xx_default_radio_attenuation(bcm);
3327 radio->txctl1 = bcm43xx_default_txctl1(bcm);
3328 radio->txctl2 = 0xFFFF;
3329 radio->txpwr_offset = 0;
3331 /* NRSSI */
3332 radio->nrssislope = 0;
3333 for (i = 0; i < ARRAY_SIZE(radio->nrssi); i++)
3334 radio->nrssi[i] = -1000;
3335 for (i = 0; i < ARRAY_SIZE(radio->nrssi_lt); i++)
3336 radio->nrssi_lt[i] = i;
3338 radio->lofcal = 0xFFFF;
3339 radio->initval = 0xFFFF;
3341 radio->aci_enable = 0;
3342 radio->aci_wlan_automatic = 0;
3343 radio->aci_hw_rssi = 0;
3346 static void prepare_priv_for_init(struct bcm43xx_private *bcm)
3348 int i;
3349 struct bcm43xx_coreinfo *core;
3350 struct bcm43xx_coreinfo_80211 *wlext;
3352 assert(!bcm->active_80211_core);
3354 bcm43xx_set_status(bcm, BCM43xx_STAT_INITIALIZING);
3356 /* Flags */
3357 bcm->was_initialized = 0;
3358 bcm->reg124_set_0x4 = 0;
3360 /* Stats */
3361 memset(&bcm->stats, 0, sizeof(bcm->stats));
3363 /* Wireless core data */
3364 for (i = 0; i < BCM43xx_MAX_80211_CORES; i++) {
3365 core = &(bcm->core_80211[i]);
3366 wlext = core->priv;
3368 if (!core->available)
3369 continue;
3370 assert(wlext == &(bcm->core_80211_ext[i]));
3372 prepare_phydata_for_init(&wlext->phy);
3373 prepare_radiodata_for_init(bcm, &wlext->radio);
3376 /* IRQ related flags */
3377 bcm->irq_reason = 0;
3378 memset(bcm->dma_reason, 0, sizeof(bcm->dma_reason));
3379 bcm->irq_savedstate = BCM43xx_IRQ_INITIAL;
3381 bcm->mac_suspended = 1;
3383 /* Noise calculation context */
3384 memset(&bcm->noisecalc, 0, sizeof(bcm->noisecalc));
3386 /* Periodic work context */
3387 bcm->periodic_state = 0;
3390 static int wireless_core_up(struct bcm43xx_private *bcm,
3391 int active_wlcore)
3393 int err;
3395 if (!bcm43xx_core_enabled(bcm))
3396 bcm43xx_wireless_core_reset(bcm, 1);
3397 if (!active_wlcore)
3398 bcm43xx_wireless_core_mark_inactive(bcm);
3399 err = bcm43xx_wireless_core_init(bcm, active_wlcore);
3400 if (err)
3401 goto out;
3402 if (!active_wlcore)
3403 bcm43xx_radio_turn_off(bcm);
3404 out:
3405 return err;
3408 /* Select and enable the "to be used" wireless core.
3409 * Locking: bcm->mutex must be aquired before calling this.
3410 * bcm->irq_lock must not be aquired.
3412 int bcm43xx_select_wireless_core(struct bcm43xx_private *bcm,
3413 int phytype)
3415 int i, err;
3416 struct bcm43xx_coreinfo *active_core = NULL;
3417 struct bcm43xx_coreinfo_80211 *active_wlext = NULL;
3418 struct bcm43xx_coreinfo *core;
3419 struct bcm43xx_coreinfo_80211 *wlext;
3420 int adjust_active_sbtmstatelow = 0;
3422 might_sleep();
3424 if (phytype < 0) {
3425 /* If no phytype is requested, select the first core. */
3426 assert(bcm->core_80211[0].available);
3427 wlext = bcm->core_80211[0].priv;
3428 phytype = wlext->phy.type;
3430 /* Find the requested core. */
3431 for (i = 0; i < bcm->nr_80211_available; i++) {
3432 core = &(bcm->core_80211[i]);
3433 wlext = core->priv;
3434 if (wlext->phy.type == phytype) {
3435 active_core = core;
3436 active_wlext = wlext;
3437 break;
3440 if (!active_core)
3441 return -ESRCH; /* No such PHYTYPE on this board. */
3443 if (bcm->active_80211_core) {
3444 /* We already selected a wl core in the past.
3445 * So first clean up everything.
3447 dprintk(KERN_INFO PFX "select_wireless_core: cleanup\n");
3448 ieee80211softmac_stop(bcm->net_dev);
3449 bcm43xx_set_status(bcm, BCM43xx_STAT_INITIALIZED);
3450 err = bcm43xx_disable_interrupts_sync(bcm);
3451 assert(!err);
3452 tasklet_enable(&bcm->isr_tasklet);
3453 err = bcm43xx_shutdown_all_wireless_cores(bcm);
3454 if (err)
3455 goto error;
3456 /* Ok, everything down, continue to re-initialize. */
3457 bcm43xx_set_status(bcm, BCM43xx_STAT_INITIALIZING);
3460 /* Reset all data structures. */
3461 prepare_priv_for_init(bcm);
3463 err = bcm43xx_pctl_set_clock(bcm, BCM43xx_PCTL_CLK_FAST);
3464 if (err)
3465 goto error;
3467 /* Mark all unused cores "inactive". */
3468 for (i = 0; i < bcm->nr_80211_available; i++) {
3469 core = &(bcm->core_80211[i]);
3470 wlext = core->priv;
3472 if (core == active_core)
3473 continue;
3474 err = bcm43xx_switch_core(bcm, core);
3475 if (err) {
3476 dprintk(KERN_ERR PFX "Could not switch to inactive "
3477 "802.11 core (%d)\n", err);
3478 goto error;
3480 err = wireless_core_up(bcm, 0);
3481 if (err) {
3482 dprintk(KERN_ERR PFX "core_up for inactive 802.11 core "
3483 "failed (%d)\n", err);
3484 goto error;
3486 adjust_active_sbtmstatelow = 1;
3489 /* Now initialize the active 802.11 core. */
3490 err = bcm43xx_switch_core(bcm, active_core);
3491 if (err) {
3492 dprintk(KERN_ERR PFX "Could not switch to active "
3493 "802.11 core (%d)\n", err);
3494 goto error;
3496 if (adjust_active_sbtmstatelow &&
3497 active_wlext->phy.type == BCM43xx_PHYTYPE_G) {
3498 u32 sbtmstatelow;
3500 sbtmstatelow = bcm43xx_read32(bcm, BCM43xx_CIR_SBTMSTATELOW);
3501 sbtmstatelow |= 0x20000000;
3502 bcm43xx_write32(bcm, BCM43xx_CIR_SBTMSTATELOW, sbtmstatelow);
3504 err = wireless_core_up(bcm, 1);
3505 if (err) {
3506 dprintk(KERN_ERR PFX "core_up for active 802.11 core "
3507 "failed (%d)\n", err);
3508 goto error;
3510 err = bcm43xx_pctl_set_clock(bcm, BCM43xx_PCTL_CLK_DYNAMIC);
3511 if (err)
3512 goto error;
3513 bcm->active_80211_core = active_core;
3515 bcm43xx_macfilter_clear(bcm, BCM43xx_MACFILTER_ASSOC);
3516 bcm43xx_macfilter_set(bcm, BCM43xx_MACFILTER_SELF, (u8 *)(bcm->net_dev->dev_addr));
3517 bcm43xx_security_init(bcm);
3518 ieee80211softmac_start(bcm->net_dev);
3520 /* Let's go! Be careful after enabling the IRQs.
3521 * Don't switch cores, for example.
3523 bcm43xx_mac_enable(bcm);
3524 bcm43xx_set_status(bcm, BCM43xx_STAT_INITIALIZED);
3525 err = bcm43xx_initialize_irq(bcm);
3526 if (err)
3527 goto error;
3528 bcm43xx_interrupt_enable(bcm, bcm->irq_savedstate);
3530 dprintk(KERN_INFO PFX "Selected 802.11 core (phytype %d)\n",
3531 active_wlext->phy.type);
3533 return 0;
3535 error:
3536 bcm43xx_set_status(bcm, BCM43xx_STAT_UNINIT);
3537 bcm43xx_pctl_set_clock(bcm, BCM43xx_PCTL_CLK_SLOW);
3538 return err;
3541 static int bcm43xx_init_board(struct bcm43xx_private *bcm)
3543 int err;
3545 mutex_lock(&(bcm)->mutex);
3547 tasklet_enable(&bcm->isr_tasklet);
3548 err = bcm43xx_pctl_set_crystal(bcm, 1);
3549 if (err)
3550 goto err_tasklet;
3551 err = bcm43xx_pctl_init(bcm);
3552 if (err)
3553 goto err_crystal_off;
3554 err = bcm43xx_select_wireless_core(bcm, -1);
3555 if (err)
3556 goto err_crystal_off;
3557 err = bcm43xx_sysfs_register(bcm);
3558 if (err)
3559 goto err_wlshutdown;
3560 err = bcm43xx_rng_init(bcm);
3561 if (err)
3562 goto err_sysfs_unreg;
3563 bcm43xx_periodic_tasks_setup(bcm);
3565 /*FIXME: This should be handled by softmac instead. */
3566 schedule_work(&bcm->softmac->associnfo.work);
3568 out:
3569 mutex_unlock(&(bcm)->mutex);
3571 return err;
3573 err_sysfs_unreg:
3574 bcm43xx_sysfs_unregister(bcm);
3575 err_wlshutdown:
3576 bcm43xx_shutdown_all_wireless_cores(bcm);
3577 err_crystal_off:
3578 bcm43xx_pctl_set_crystal(bcm, 0);
3579 err_tasklet:
3580 tasklet_disable(&bcm->isr_tasklet);
3581 goto out;
3584 static void bcm43xx_detach_board(struct bcm43xx_private *bcm)
3586 struct pci_dev *pci_dev = bcm->pci_dev;
3587 int i;
3589 bcm43xx_chipset_detach(bcm);
3590 /* Do _not_ access the chip, after it is detached. */
3591 pci_iounmap(pci_dev, bcm->mmio_addr);
3592 pci_release_regions(pci_dev);
3593 pci_disable_device(pci_dev);
3595 /* Free allocated structures/fields */
3596 for (i = 0; i < BCM43xx_MAX_80211_CORES; i++) {
3597 kfree(bcm->core_80211_ext[i].phy._lo_pairs);
3598 if (bcm->core_80211_ext[i].phy.dyn_tssi_tbl)
3599 kfree(bcm->core_80211_ext[i].phy.tssi2dbm);
3603 static int bcm43xx_read_phyinfo(struct bcm43xx_private *bcm)
3605 struct bcm43xx_phyinfo *phy = bcm43xx_current_phy(bcm);
3606 u16 value;
3607 u8 phy_version;
3608 u8 phy_type;
3609 u8 phy_rev;
3610 int phy_rev_ok = 1;
3611 void *p;
3613 value = bcm43xx_read16(bcm, BCM43xx_MMIO_PHY_VER);
3615 phy_version = (value & 0xF000) >> 12;
3616 phy_type = (value & 0x0F00) >> 8;
3617 phy_rev = (value & 0x000F);
3619 dprintk(KERN_INFO PFX "Detected PHY: Version: %x, Type %x, Revision %x\n",
3620 phy_version, phy_type, phy_rev);
3622 switch (phy_type) {
3623 case BCM43xx_PHYTYPE_A:
3624 if (phy_rev >= 4)
3625 phy_rev_ok = 0;
3626 /*FIXME: We need to switch the ieee->modulation, etc.. flags,
3627 * if we switch 80211 cores after init is done.
3628 * As we do not implement on the fly switching between
3629 * wireless cores, I will leave this as a future task.
3631 bcm->ieee->modulation = IEEE80211_OFDM_MODULATION;
3632 bcm->ieee->mode = IEEE_A;
3633 bcm->ieee->freq_band = IEEE80211_52GHZ_BAND |
3634 IEEE80211_24GHZ_BAND;
3635 break;
3636 case BCM43xx_PHYTYPE_B:
3637 if (phy_rev != 2 && phy_rev != 4 && phy_rev != 6 && phy_rev != 7)
3638 phy_rev_ok = 0;
3639 bcm->ieee->modulation = IEEE80211_CCK_MODULATION;
3640 bcm->ieee->mode = IEEE_B;
3641 bcm->ieee->freq_band = IEEE80211_24GHZ_BAND;
3642 break;
3643 case BCM43xx_PHYTYPE_G:
3644 if (phy_rev > 7)
3645 phy_rev_ok = 0;
3646 bcm->ieee->modulation = IEEE80211_OFDM_MODULATION |
3647 IEEE80211_CCK_MODULATION;
3648 bcm->ieee->mode = IEEE_G;
3649 bcm->ieee->freq_band = IEEE80211_24GHZ_BAND;
3650 break;
3651 default:
3652 printk(KERN_ERR PFX "Error: Unknown PHY Type %x\n",
3653 phy_type);
3654 return -ENODEV;
3656 if (!phy_rev_ok) {
3657 printk(KERN_WARNING PFX "Invalid PHY Revision %x\n",
3658 phy_rev);
3661 phy->version = phy_version;
3662 phy->type = phy_type;
3663 phy->rev = phy_rev;
3664 if ((phy_type == BCM43xx_PHYTYPE_B) || (phy_type == BCM43xx_PHYTYPE_G)) {
3665 p = kzalloc(sizeof(struct bcm43xx_lopair) * BCM43xx_LO_COUNT,
3666 GFP_KERNEL);
3667 if (!p)
3668 return -ENOMEM;
3669 phy->_lo_pairs = p;
3672 return 0;
3675 static int bcm43xx_attach_board(struct bcm43xx_private *bcm)
3677 struct pci_dev *pci_dev = bcm->pci_dev;
3678 struct net_device *net_dev = bcm->net_dev;
3679 int err;
3680 int i;
3681 u32 coremask;
3683 err = pci_enable_device(pci_dev);
3684 if (err) {
3685 printk(KERN_ERR PFX "pci_enable_device() failed\n");
3686 goto out;
3688 err = pci_request_regions(pci_dev, KBUILD_MODNAME);
3689 if (err) {
3690 printk(KERN_ERR PFX "pci_request_regions() failed\n");
3691 goto err_pci_disable;
3693 /* enable PCI bus-mastering */
3694 pci_set_master(pci_dev);
3695 bcm->mmio_addr = pci_iomap(pci_dev, 0, ~0UL);
3696 if (!bcm->mmio_addr) {
3697 printk(KERN_ERR PFX "pci_iomap() failed\n");
3698 err = -EIO;
3699 goto err_pci_release;
3701 net_dev->base_addr = (unsigned long)bcm->mmio_addr;
3703 bcm43xx_pci_read_config16(bcm, PCI_SUBSYSTEM_VENDOR_ID,
3704 &bcm->board_vendor);
3705 bcm43xx_pci_read_config16(bcm, PCI_SUBSYSTEM_ID,
3706 &bcm->board_type);
3707 bcm43xx_pci_read_config16(bcm, PCI_REVISION_ID,
3708 &bcm->board_revision);
3710 err = bcm43xx_chipset_attach(bcm);
3711 if (err)
3712 goto err_iounmap;
3713 err = bcm43xx_pctl_init(bcm);
3714 if (err)
3715 goto err_chipset_detach;
3716 err = bcm43xx_probe_cores(bcm);
3717 if (err)
3718 goto err_chipset_detach;
3720 /* Attach all IO cores to the backplane. */
3721 coremask = 0;
3722 for (i = 0; i < bcm->nr_80211_available; i++)
3723 coremask |= (1 << bcm->core_80211[i].index);
3724 //FIXME: Also attach some non80211 cores?
3725 err = bcm43xx_setup_backplane_pci_connection(bcm, coremask);
3726 if (err) {
3727 printk(KERN_ERR PFX "Backplane->PCI connection failed!\n");
3728 goto err_chipset_detach;
3731 err = bcm43xx_sprom_extract(bcm);
3732 if (err)
3733 goto err_chipset_detach;
3734 err = bcm43xx_leds_init(bcm);
3735 if (err)
3736 goto err_chipset_detach;
3738 for (i = 0; i < bcm->nr_80211_available; i++) {
3739 err = bcm43xx_switch_core(bcm, &bcm->core_80211[i]);
3740 assert(err != -ENODEV);
3741 if (err)
3742 goto err_80211_unwind;
3744 /* Enable the selected wireless core.
3745 * Connect PHY only on the first core.
3747 bcm43xx_wireless_core_reset(bcm, (i == 0));
3749 err = bcm43xx_read_phyinfo(bcm);
3750 if (err && (i == 0))
3751 goto err_80211_unwind;
3753 err = bcm43xx_read_radioinfo(bcm);
3754 if (err && (i == 0))
3755 goto err_80211_unwind;
3757 err = bcm43xx_validate_chip(bcm);
3758 if (err && (i == 0))
3759 goto err_80211_unwind;
3761 bcm43xx_radio_turn_off(bcm);
3762 err = bcm43xx_phy_init_tssi2dbm_table(bcm);
3763 if (err)
3764 goto err_80211_unwind;
3765 bcm43xx_wireless_core_disable(bcm);
3767 err = bcm43xx_geo_init(bcm);
3768 if (err)
3769 goto err_80211_unwind;
3770 bcm43xx_pctl_set_crystal(bcm, 0);
3772 /* Set the MAC address in the networking subsystem */
3773 if (is_valid_ether_addr(bcm->sprom.et1macaddr))
3774 memcpy(bcm->net_dev->dev_addr, bcm->sprom.et1macaddr, 6);
3775 else
3776 memcpy(bcm->net_dev->dev_addr, bcm->sprom.il0macaddr, 6);
3778 snprintf(bcm->nick, IW_ESSID_MAX_SIZE,
3779 "Broadcom %04X", bcm->chip_id);
3781 assert(err == 0);
3782 out:
3783 return err;
3785 err_80211_unwind:
3786 for (i = 0; i < BCM43xx_MAX_80211_CORES; i++) {
3787 kfree(bcm->core_80211_ext[i].phy._lo_pairs);
3788 if (bcm->core_80211_ext[i].phy.dyn_tssi_tbl)
3789 kfree(bcm->core_80211_ext[i].phy.tssi2dbm);
3791 err_chipset_detach:
3792 bcm43xx_chipset_detach(bcm);
3793 err_iounmap:
3794 pci_iounmap(pci_dev, bcm->mmio_addr);
3795 err_pci_release:
3796 pci_release_regions(pci_dev);
3797 err_pci_disable:
3798 pci_disable_device(pci_dev);
3799 goto out;
3802 /* Do the Hardware IO operations to send the txb */
3803 static inline int bcm43xx_tx(struct bcm43xx_private *bcm,
3804 struct ieee80211_txb *txb)
3806 int err = -ENODEV;
3808 if (bcm43xx_using_pio(bcm))
3809 err = bcm43xx_pio_tx(bcm, txb);
3810 else
3811 err = bcm43xx_dma_tx(bcm, txb);
3812 bcm->net_dev->trans_start = jiffies;
3814 return err;
3817 static void bcm43xx_ieee80211_set_chan(struct net_device *net_dev,
3818 u8 channel)
3820 struct bcm43xx_private *bcm = bcm43xx_priv(net_dev);
3821 struct bcm43xx_radioinfo *radio;
3822 unsigned long flags;
3824 mutex_lock(&bcm->mutex);
3825 spin_lock_irqsave(&bcm->irq_lock, flags);
3826 if (bcm43xx_status(bcm) == BCM43xx_STAT_INITIALIZED) {
3827 bcm43xx_mac_suspend(bcm);
3828 bcm43xx_radio_selectchannel(bcm, channel, 0);
3829 bcm43xx_mac_enable(bcm);
3830 } else {
3831 radio = bcm43xx_current_radio(bcm);
3832 radio->initial_channel = channel;
3834 spin_unlock_irqrestore(&bcm->irq_lock, flags);
3835 mutex_unlock(&bcm->mutex);
3838 /* set_security() callback in struct ieee80211_device */
3839 static void bcm43xx_ieee80211_set_security(struct net_device *net_dev,
3840 struct ieee80211_security *sec)
3842 struct bcm43xx_private *bcm = bcm43xx_priv(net_dev);
3843 struct ieee80211_security *secinfo = &bcm->ieee->sec;
3844 unsigned long flags;
3845 int keyidx;
3847 dprintk(KERN_INFO PFX "set security called");
3849 mutex_lock(&bcm->mutex);
3850 spin_lock_irqsave(&bcm->irq_lock, flags);
3852 for (keyidx = 0; keyidx<WEP_KEYS; keyidx++)
3853 if (sec->flags & (1<<keyidx)) {
3854 secinfo->encode_alg[keyidx] = sec->encode_alg[keyidx];
3855 secinfo->key_sizes[keyidx] = sec->key_sizes[keyidx];
3856 memcpy(secinfo->keys[keyidx], sec->keys[keyidx], SCM_KEY_LEN);
3859 if (sec->flags & SEC_ACTIVE_KEY) {
3860 secinfo->active_key = sec->active_key;
3861 dprintk(", .active_key = %d", sec->active_key);
3863 if (sec->flags & SEC_UNICAST_GROUP) {
3864 secinfo->unicast_uses_group = sec->unicast_uses_group;
3865 dprintk(", .unicast_uses_group = %d", sec->unicast_uses_group);
3867 if (sec->flags & SEC_LEVEL) {
3868 secinfo->level = sec->level;
3869 dprintk(", .level = %d", sec->level);
3871 if (sec->flags & SEC_ENABLED) {
3872 secinfo->enabled = sec->enabled;
3873 dprintk(", .enabled = %d", sec->enabled);
3875 if (sec->flags & SEC_ENCRYPT) {
3876 secinfo->encrypt = sec->encrypt;
3877 dprintk(", .encrypt = %d", sec->encrypt);
3879 if (sec->flags & SEC_AUTH_MODE) {
3880 secinfo->auth_mode = sec->auth_mode;
3881 dprintk(", .auth_mode = %d", sec->auth_mode);
3883 dprintk("\n");
3884 if (bcm43xx_status(bcm) == BCM43xx_STAT_INITIALIZED &&
3885 !bcm->ieee->host_encrypt) {
3886 if (secinfo->enabled) {
3887 /* upload WEP keys to hardware */
3888 char null_address[6] = { 0 };
3889 u8 algorithm = 0;
3890 for (keyidx = 0; keyidx<WEP_KEYS; keyidx++) {
3891 if (!(sec->flags & (1<<keyidx)))
3892 continue;
3893 switch (sec->encode_alg[keyidx]) {
3894 case SEC_ALG_NONE: algorithm = BCM43xx_SEC_ALGO_NONE; break;
3895 case SEC_ALG_WEP:
3896 algorithm = BCM43xx_SEC_ALGO_WEP;
3897 if (secinfo->key_sizes[keyidx] == 13)
3898 algorithm = BCM43xx_SEC_ALGO_WEP104;
3899 break;
3900 case SEC_ALG_TKIP:
3901 FIXME();
3902 algorithm = BCM43xx_SEC_ALGO_TKIP;
3903 break;
3904 case SEC_ALG_CCMP:
3905 FIXME();
3906 algorithm = BCM43xx_SEC_ALGO_AES;
3907 break;
3908 default:
3909 assert(0);
3910 break;
3912 bcm43xx_key_write(bcm, keyidx, algorithm, sec->keys[keyidx], secinfo->key_sizes[keyidx], &null_address[0]);
3913 bcm->key[keyidx].enabled = 1;
3914 bcm->key[keyidx].algorithm = algorithm;
3916 } else
3917 bcm43xx_clear_keys(bcm);
3919 spin_unlock_irqrestore(&bcm->irq_lock, flags);
3920 mutex_unlock(&bcm->mutex);
3923 /* hard_start_xmit() callback in struct ieee80211_device */
3924 static int bcm43xx_ieee80211_hard_start_xmit(struct ieee80211_txb *txb,
3925 struct net_device *net_dev,
3926 int pri)
3928 struct bcm43xx_private *bcm = bcm43xx_priv(net_dev);
3929 int err = -ENODEV;
3930 unsigned long flags;
3932 spin_lock_irqsave(&bcm->irq_lock, flags);
3933 if (likely(bcm43xx_status(bcm) == BCM43xx_STAT_INITIALIZED))
3934 err = bcm43xx_tx(bcm, txb);
3935 spin_unlock_irqrestore(&bcm->irq_lock, flags);
3937 if (unlikely(err))
3938 return NETDEV_TX_BUSY;
3939 return NETDEV_TX_OK;
3942 static struct net_device_stats * bcm43xx_net_get_stats(struct net_device *net_dev)
3944 return &(bcm43xx_priv(net_dev)->ieee->stats);
3947 static void bcm43xx_net_tx_timeout(struct net_device *net_dev)
3949 struct bcm43xx_private *bcm = bcm43xx_priv(net_dev);
3950 unsigned long flags;
3952 spin_lock_irqsave(&bcm->irq_lock, flags);
3953 bcm43xx_controller_restart(bcm, "TX timeout");
3954 spin_unlock_irqrestore(&bcm->irq_lock, flags);
3957 #ifdef CONFIG_NET_POLL_CONTROLLER
3958 static void bcm43xx_net_poll_controller(struct net_device *net_dev)
3960 struct bcm43xx_private *bcm = bcm43xx_priv(net_dev);
3961 unsigned long flags;
3963 local_irq_save(flags);
3964 if (bcm43xx_status(bcm) == BCM43xx_STAT_INITIALIZED)
3965 bcm43xx_interrupt_handler(bcm->irq, bcm);
3966 local_irq_restore(flags);
3968 #endif /* CONFIG_NET_POLL_CONTROLLER */
3970 static int bcm43xx_net_open(struct net_device *net_dev)
3972 struct bcm43xx_private *bcm = bcm43xx_priv(net_dev);
3974 return bcm43xx_init_board(bcm);
3977 static int bcm43xx_net_stop(struct net_device *net_dev)
3979 struct bcm43xx_private *bcm = bcm43xx_priv(net_dev);
3980 int err;
3982 ieee80211softmac_stop(net_dev);
3983 err = bcm43xx_disable_interrupts_sync(bcm);
3984 assert(!err);
3985 bcm43xx_free_board(bcm);
3986 flush_scheduled_work();
3988 return 0;
3991 static int bcm43xx_init_private(struct bcm43xx_private *bcm,
3992 struct net_device *net_dev,
3993 struct pci_dev *pci_dev)
3995 int err;
3997 bcm43xx_set_status(bcm, BCM43xx_STAT_UNINIT);
3998 bcm->ieee = netdev_priv(net_dev);
3999 bcm->softmac = ieee80211_priv(net_dev);
4000 bcm->softmac->set_channel = bcm43xx_ieee80211_set_chan;
4002 bcm->irq_savedstate = BCM43xx_IRQ_INITIAL;
4003 bcm->mac_suspended = 1;
4004 bcm->pci_dev = pci_dev;
4005 bcm->net_dev = net_dev;
4006 bcm->bad_frames_preempt = modparam_bad_frames_preempt;
4007 spin_lock_init(&bcm->irq_lock);
4008 spin_lock_init(&bcm->leds_lock);
4009 mutex_init(&bcm->mutex);
4010 tasklet_init(&bcm->isr_tasklet,
4011 (void (*)(unsigned long))bcm43xx_interrupt_tasklet,
4012 (unsigned long)bcm);
4013 tasklet_disable_nosync(&bcm->isr_tasklet);
4014 if (modparam_pio) {
4015 bcm->__using_pio = 1;
4016 } else {
4017 err = pci_set_dma_mask(pci_dev, DMA_30BIT_MASK);
4018 err |= pci_set_consistent_dma_mask(pci_dev, DMA_30BIT_MASK);
4019 if (err) {
4020 #ifdef CONFIG_BCM43XX_PIO
4021 printk(KERN_WARNING PFX "DMA not supported. Falling back to PIO.\n");
4022 bcm->__using_pio = 1;
4023 #else
4024 printk(KERN_ERR PFX "FATAL: DMA not supported and PIO not configured. "
4025 "Recompile the driver with PIO support, please.\n");
4026 return -ENODEV;
4027 #endif /* CONFIG_BCM43XX_PIO */
4030 bcm->rts_threshold = BCM43xx_DEFAULT_RTS_THRESHOLD;
4032 /* default to sw encryption for now */
4033 bcm->ieee->host_build_iv = 0;
4034 bcm->ieee->host_encrypt = 1;
4035 bcm->ieee->host_decrypt = 1;
4037 bcm->ieee->iw_mode = BCM43xx_INITIAL_IWMODE;
4038 bcm->ieee->tx_headroom = sizeof(struct bcm43xx_txhdr);
4039 bcm->ieee->set_security = bcm43xx_ieee80211_set_security;
4040 bcm->ieee->hard_start_xmit = bcm43xx_ieee80211_hard_start_xmit;
4042 return 0;
4045 static int __devinit bcm43xx_init_one(struct pci_dev *pdev,
4046 const struct pci_device_id *ent)
4048 struct net_device *net_dev;
4049 struct bcm43xx_private *bcm;
4050 int err;
4052 #ifdef CONFIG_BCM947XX
4053 if ((pdev->bus->number == 0) && (pdev->device != 0x0800))
4054 return -ENODEV;
4055 #endif
4057 #ifdef DEBUG_SINGLE_DEVICE_ONLY
4058 if (strcmp(pci_name(pdev), DEBUG_SINGLE_DEVICE_ONLY))
4059 return -ENODEV;
4060 #endif
4062 net_dev = alloc_ieee80211softmac(sizeof(*bcm));
4063 if (!net_dev) {
4064 printk(KERN_ERR PFX
4065 "could not allocate ieee80211 device %s\n",
4066 pci_name(pdev));
4067 err = -ENOMEM;
4068 goto out;
4070 /* initialize the net_device struct */
4071 SET_MODULE_OWNER(net_dev);
4072 SET_NETDEV_DEV(net_dev, &pdev->dev);
4074 net_dev->open = bcm43xx_net_open;
4075 net_dev->stop = bcm43xx_net_stop;
4076 net_dev->get_stats = bcm43xx_net_get_stats;
4077 net_dev->tx_timeout = bcm43xx_net_tx_timeout;
4078 #ifdef CONFIG_NET_POLL_CONTROLLER
4079 net_dev->poll_controller = bcm43xx_net_poll_controller;
4080 #endif
4081 net_dev->wireless_handlers = &bcm43xx_wx_handlers_def;
4082 net_dev->irq = pdev->irq;
4083 SET_ETHTOOL_OPS(net_dev, &bcm43xx_ethtool_ops);
4085 /* initialize the bcm43xx_private struct */
4086 bcm = bcm43xx_priv(net_dev);
4087 memset(bcm, 0, sizeof(*bcm));
4088 err = bcm43xx_init_private(bcm, net_dev, pdev);
4089 if (err)
4090 goto err_free_netdev;
4092 pci_set_drvdata(pdev, net_dev);
4094 err = bcm43xx_attach_board(bcm);
4095 if (err)
4096 goto err_free_netdev;
4098 err = register_netdev(net_dev);
4099 if (err) {
4100 printk(KERN_ERR PFX "Cannot register net device, "
4101 "aborting.\n");
4102 err = -ENOMEM;
4103 goto err_detach_board;
4106 bcm43xx_debugfs_add_device(bcm);
4108 assert(err == 0);
4109 out:
4110 return err;
4112 err_detach_board:
4113 bcm43xx_detach_board(bcm);
4114 err_free_netdev:
4115 free_ieee80211softmac(net_dev);
4116 goto out;
4119 static void __devexit bcm43xx_remove_one(struct pci_dev *pdev)
4121 struct net_device *net_dev = pci_get_drvdata(pdev);
4122 struct bcm43xx_private *bcm = bcm43xx_priv(net_dev);
4124 bcm43xx_debugfs_remove_device(bcm);
4125 unregister_netdev(net_dev);
4126 bcm43xx_detach_board(bcm);
4127 free_ieee80211softmac(net_dev);
4130 /* Hard-reset the chip. Do not call this directly.
4131 * Use bcm43xx_controller_restart()
4133 static void bcm43xx_chip_reset(void *_bcm)
4135 struct bcm43xx_private *bcm = _bcm;
4136 struct bcm43xx_phyinfo *phy;
4137 int err = -ENODEV;
4139 mutex_lock(&(bcm)->mutex);
4140 if (bcm43xx_status(bcm) == BCM43xx_STAT_INITIALIZED) {
4141 bcm43xx_periodic_tasks_delete(bcm);
4142 phy = bcm43xx_current_phy(bcm);
4143 err = bcm43xx_select_wireless_core(bcm, phy->type);
4144 if (!err)
4145 bcm43xx_periodic_tasks_setup(bcm);
4147 mutex_unlock(&(bcm)->mutex);
4149 printk(KERN_ERR PFX "Controller restart%s\n",
4150 (err == 0) ? "ed" : " failed");
4153 /* Hard-reset the chip.
4154 * This can be called from interrupt or process context.
4155 * bcm->irq_lock must be locked.
4157 void bcm43xx_controller_restart(struct bcm43xx_private *bcm, const char *reason)
4159 if (bcm43xx_status(bcm) != BCM43xx_STAT_INITIALIZED)
4160 return;
4161 printk(KERN_ERR PFX "Controller RESET (%s) ...\n", reason);
4162 INIT_WORK(&bcm->restart_work, bcm43xx_chip_reset, bcm);
4163 schedule_work(&bcm->restart_work);
4166 #ifdef CONFIG_PM
4168 static int bcm43xx_suspend(struct pci_dev *pdev, pm_message_t state)
4170 struct net_device *net_dev = pci_get_drvdata(pdev);
4171 struct bcm43xx_private *bcm = bcm43xx_priv(net_dev);
4172 int err;
4174 dprintk(KERN_INFO PFX "Suspending...\n");
4176 netif_device_detach(net_dev);
4177 bcm->was_initialized = 0;
4178 if (bcm43xx_status(bcm) == BCM43xx_STAT_INITIALIZED) {
4179 bcm->was_initialized = 1;
4180 ieee80211softmac_stop(net_dev);
4181 err = bcm43xx_disable_interrupts_sync(bcm);
4182 if (unlikely(err)) {
4183 dprintk(KERN_ERR PFX "Suspend failed.\n");
4184 return -EAGAIN;
4186 bcm->firmware_norelease = 1;
4187 bcm43xx_free_board(bcm);
4188 bcm->firmware_norelease = 0;
4190 bcm43xx_chipset_detach(bcm);
4192 pci_save_state(pdev);
4193 pci_disable_device(pdev);
4194 pci_set_power_state(pdev, pci_choose_state(pdev, state));
4196 dprintk(KERN_INFO PFX "Device suspended.\n");
4198 return 0;
4201 static int bcm43xx_resume(struct pci_dev *pdev)
4203 struct net_device *net_dev = pci_get_drvdata(pdev);
4204 struct bcm43xx_private *bcm = bcm43xx_priv(net_dev);
4205 int err = 0;
4207 dprintk(KERN_INFO PFX "Resuming...\n");
4209 pci_set_power_state(pdev, 0);
4210 err = pci_enable_device(pdev);
4211 if (err) {
4212 printk(KERN_ERR PFX "Failure with pci_enable_device!\n");
4213 return err;
4215 pci_restore_state(pdev);
4217 bcm43xx_chipset_attach(bcm);
4218 if (bcm->was_initialized)
4219 err = bcm43xx_init_board(bcm);
4220 if (err) {
4221 printk(KERN_ERR PFX "Resume failed!\n");
4222 return err;
4224 netif_device_attach(net_dev);
4226 dprintk(KERN_INFO PFX "Device resumed.\n");
4228 return 0;
4231 #endif /* CONFIG_PM */
4233 static struct pci_driver bcm43xx_pci_driver = {
4234 .name = KBUILD_MODNAME,
4235 .id_table = bcm43xx_pci_tbl,
4236 .probe = bcm43xx_init_one,
4237 .remove = __devexit_p(bcm43xx_remove_one),
4238 #ifdef CONFIG_PM
4239 .suspend = bcm43xx_suspend,
4240 .resume = bcm43xx_resume,
4241 #endif /* CONFIG_PM */
4244 static int __init bcm43xx_init(void)
4246 printk(KERN_INFO KBUILD_MODNAME " driver\n");
4247 bcm43xx_debugfs_init();
4248 return pci_register_driver(&bcm43xx_pci_driver);
4251 static void __exit bcm43xx_exit(void)
4253 pci_unregister_driver(&bcm43xx_pci_driver);
4254 bcm43xx_debugfs_exit();
4257 module_init(bcm43xx_init)
4258 module_exit(bcm43xx_exit)