linux/drivers/net/wireless
Larry Finger 013978b688 b43: Changes to enable BCM4311 rev 02 with wireless core revision 13
The BCM94311MCG rev 02 chip has an 802.11 core with revision 13 and
has not been supported until now. The changes include the following:

(1) Add the 802.11 rev 13 device to the ssb_device_id table to load b43.
(2) Add PHY revision 9 to the supported list.
(3) Change the 2-bit routing code for address extensions to 0b10 rather
    than the 0b01 used for the 32-bit case.
(4) Remove some magic numbers in the DMA setup.

The DMA implementation for this chip supports full 64-bit addressing with
one exception. Whenever the Descriptor Ring Buffer is in high memory, a
fatal DMA error occurs. This problem was not present in 2.6.24-rc2 due
to code to "Bias the placement of kernel pages at lower PFNs". When
commit 44048d70 reverted that code, the DMA error appeared. As a "fix",
use the GFP_DMA flag when allocating the buffer for 64-bit DMA. At present,
this problem is thought to arise from a hardware error.

This patch has been tested on my system and by Cédric Caumont
<icare40@hotmail.com>.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Acked-by: Michael Buesch <mb@bu3sch.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2008-01-28 15:05:01 -08:00
..
b43 b43: Changes to enable BCM4311 rev 02 with wireless core revision 13 2008-01-28 15:05:01 -08:00
b43legacy b43legacy: Convert to use of the new SPROM structure 2008-01-28 15:04:43 -08:00
bcm43xx bcm43xx: mark as obsolete and schedule for removal 2008-01-28 14:55:35 -08:00
hostap [netdrvr] irq handler minor cleanups in several drivers 2008-01-28 15:03:40 -08:00
iwlwifi iwlwifi: remove redundant initialization of final_mode 2008-01-28 15:04:45 -08:00
libertas libertas: less eventcause shifts 2008-01-28 15:04:58 -08:00
prism54 wireless: fix '!x & y' typo's 2008-01-28 15:03:35 -08:00
rt2x00 rt2x00: Move duplicate code into rt2x00pci_txdone() 2008-01-28 15:04:40 -08:00
zd1211rw zd1211rw: add copyright notices 2008-01-28 15:04:49 -08:00
adm8211.c
adm8211.h
airo.c wireless: checkpatch cleanups 2008-01-28 15:04:04 -08:00
airo.h
airo_cs.c
airport.c
arlan-main.c
arlan-proc.c
arlan.h
atmel.c wireless: checkpatch cleanups 2008-01-28 15:04:04 -08:00
atmel.h
atmel_cs.c
atmel_pci.c
hermes.c
hermes.h
hermes_rid.h
i82586.h
i82593.h
ipw2100.c netdev: ARRAY_SIZE() cleanups 2008-01-28 15:03:37 -08:00
ipw2100.h Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 2007-10-19 20:35:20 -07:00
ipw2200.c introduce WEXT scan capabilities 2008-01-28 14:58:25 -08:00
ipw2200.h
Kconfig Fix file references in documentation and Kconfig 2008-01-22 10:43:36 -08:00
Makefile iwlwifi: cleanup Kconfig and ifdefs to split 3945 and 4965 2008-01-28 15:03:25 -08:00
net2280.h
netwave_cs.c drivers/net/wireless: Add missing "space" 2007-11-29 21:34:51 -05:00
orinoco.c orinoco: more reliable scan handling 2008-01-28 15:03:32 -08:00
orinoco.h orinoco: more reliable scan handling 2008-01-28 15:03:32 -08:00
orinoco_cs.c
orinoco_nortel.c
orinoco_pci.c
orinoco_pci.h
orinoco_plx.c
orinoco_tmd.c
p54.h
p54common.c wireless: fix '!x & y' typo's 2008-01-28 15:03:35 -08:00
p54common.h
p54pci.c P54: use temporary variables to reduce size of generated code 2008-01-28 15:03:33 -08:00
p54pci.h
p54usb.c drivers/net/wireless: Add missing "space" 2007-11-29 21:34:51 -05:00
p54usb.h
ray_cs.c
ray_cs.h
rayctl.h
rtl818x.h
rtl8187.h
rtl8187_dev.c wireless: make drivers include the TSF RX flag where appropriate 2008-01-28 14:58:26 -08:00
rtl8187_rtl8225.c
rtl8187_rtl8225.h
spectrum_cs.c
strip.c [TTY]: Use tty_mode_ioctl() in network drivers. 2007-11-07 04:14:24 -08:00
wavelan.c netdev: ARRAY_SIZE() cleanups 2008-01-28 15:03:37 -08:00
wavelan.h
wavelan.p.h
wavelan_cs.c wireless: checkpatch cleanups 2008-01-28 15:04:04 -08:00
wavelan_cs.h
wavelan_cs.p.h
wl3501.h
wl3501_cs.c
zd1201.c [PATCH] zd1201: avoid null ptr access of skb->dev 2007-10-18 15:21:47 -04:00
zd1201.h