linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2] b43: Add support for 4318E
@ 2009-07-01  3:39 Larry Finger
  2009-07-01 13:17 ` Michael Buesch
  0 siblings, 1 reply; 2+ messages in thread
From: Larry Finger @ 2009-07-01  3:39 UTC (permalink / raw)
  To: John W Linville, Michael Buesch, ccmcphe; +Cc: bcm43xx-dev, linux-wireless

From: Clyde McPherson <ccmcphe@verizon.net>

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 <ccmcphe@verizon.net>
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
---

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,
 };


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH V2] b43: Add support for 4318E
  2009-07-01  3:39 [PATCH V2] b43: Add support for 4318E Larry Finger
@ 2009-07-01 13:17 ` Michael Buesch
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Buesch @ 2009-07-01 13:17 UTC (permalink / raw)
  To: Larry Finger; +Cc: John W Linville, ccmcphe, bcm43xx-dev, linux-wireless

On Wednesday 01 July 2009 05:39:28 Larry Finger wrote:
> From: Clyde McPherson <ccmcphe@verizon.net>
> 
> 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 <ccmcphe@verizon.net>
> Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-07-01 13:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-01  3:39 [PATCH V2] b43: Add support for 4318E Larry Finger
2009-07-01 13:17 ` Michael Buesch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).