]> git.baikalelectronics.ru Git - kernel.git/commit
b43: Changes to enable BCM4311 rev 02 with wireless core revision 13
authorLarry Finger <Larry.Finger@lwfinger.net>
Mon, 26 Nov 2007 16:29:47 +0000 (10:29 -0600)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 23:05:01 +0000 (15:05 -0800)
commitdf72490ec98e71f55d843bf4f6fd40088a9c8cc4
tree834924d02e2acff05104d3cd2cfc9a2af3d587a9
parentb4d317d80da3a26758be8b1ee1cd5d89df3e38c8
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 40822cc0 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>
drivers/net/wireless/b43/dma.c
drivers/net/wireless/b43/main.c
drivers/net/wireless/b43/wa.c