2009-07-01 03:39:17

by Larry Finger

[permalink] [raw]
Subject: [PATCH V2] b43: Add support for 4318E

From: Clyde McPherson <[email protected]>

Added support for the Broadcom 4318E chipset on PCMCIA/CF cards. The
4318E can do 802.11A/B/G, only B and G mode are supported in b43.

Signed-off-by: Clyde McPherson <[email protected]>
Signed-off-by: Larry Finger <[email protected]>
---

diff --git a/drivers/net/wireless/b43/pcmcia.c
b/drivers/net/wireless/b43/pcmcia.c
index 3cfc303..6c3a749 100644
--- a/drivers/net/wireless/b43/pcmcia.c
+++ b/drivers/net/wireless/b43/pcmcia.c
@@ -35,6 +35,7 @@

static /*const */ struct pcmcia_device_id b43_pcmcia_tbl[] = {
PCMCIA_DEVICE_MANF_CARD(0x2D0, 0x448),
+ PCMCIA_DEVICE_MANF_CARD(0x2D0, 0x476),
PCMCIA_DEVICE_NULL,
};



2009-07-01 13:17:40

by Michael Büsch

[permalink] [raw]
Subject: Re: [PATCH V2] b43: Add support for 4318E

On Wednesday 01 July 2009 05:39:28 Larry Finger wrote:
> From: Clyde McPherson <[email protected]>
>
> Added support for the Broadcom 4318E chipset on PCMCIA/CF cards. The
> 4318E can do 802.11A/B/G, only B and G mode are supported in b43.
>
> Signed-off-by: Clyde McPherson <[email protected]>
> Signed-off-by: Larry Finger <[email protected]>

ack

> ---
>
> diff --git a/drivers/net/wireless/b43/pcmcia.c
> b/drivers/net/wireless/b43/pcmcia.c
> index 3cfc303..6c3a749 100644
> --- a/drivers/net/wireless/b43/pcmcia.c
> +++ b/drivers/net/wireless/b43/pcmcia.c
> @@ -35,6 +35,7 @@
>
> static /*const */ struct pcmcia_device_id b43_pcmcia_tbl[] = {
> PCMCIA_DEVICE_MANF_CARD(0x2D0, 0x448),
> + PCMCIA_DEVICE_MANF_CARD(0x2D0, 0x476),
> PCMCIA_DEVICE_NULL,
> };
>
>
>



--
Greetings, Michael.