* [PATCH] bcm43xx: fix for 4309
@ 2007-02-17 17:24 Stefano Brivio
2007-02-17 17:46 ` Larry Finger
0 siblings, 1 reply; 2+ messages in thread
From: Stefano Brivio @ 2007-02-17 17:24 UTC (permalink / raw)
To: John Linville; +Cc: linux-wireless, bcm43xx-dev
BCM4309 devices aren't working properly as A PHYs aren't supported yet, but
we probe 802.11a cores anyway. This fixes it, while still allowing for A PHY code
to be developed in the future.
Signed-off-by: Stefano Brivio <stefano.brivio@polimi.it>
----
John,
This is actually a bugfix so I think it should make into 2.6.21. This makes
BCM4309 cards working.
--
Ciao
Stefano
----
--- linux-2.6.20/drivers/net/wireless/bcm43xx/bcm43xx_main.c.orig 2007-02-17 18:05:21.872891550 +0100
+++ linux-2.6.20/drivers/net/wireless/bcm43xx/bcm43xx_main.c 2007-02-17 18:14:59.620752491 +0100
@@ -2741,8 +2741,9 @@
* dangling pins on the second core. Be careful
* and ignore these cores here.
*/
- if (bcm->pci_dev->device != 0x4324) {
- dprintk(KERN_INFO PFX "Ignoring additional 802.11 core.\n");
+ if (1 /*bcm->pci_dev->device != 0x4324*/ ) {
+ /* TODO: A PHY */
+ dprintk(KERN_INFO PFX "Ignoring additional 802.11a core.\n");
continue;
}
}
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [PATCH] bcm43xx: fix for 4309
2007-02-17 17:24 [PATCH] bcm43xx: fix for 4309 Stefano Brivio
@ 2007-02-17 17:46 ` Larry Finger
0 siblings, 0 replies; 2+ messages in thread
From: Larry Finger @ 2007-02-17 17:46 UTC (permalink / raw)
To: Stefano Brivio; +Cc: John Linville, linux-wireless, bcm43xx-dev
Stefano Brivio wrote:
> BCM4309 devices aren't working properly as A PHYs aren't supported yet, but
> we probe 802.11a cores anyway. This fixes it, while still allowing for A PHY code
> to be developed in the future.
>
> Signed-off-by: Stefano Brivio <stefano.brivio@polimi.it>
Signed-off-by: Larry Finger<Larry.Finger@lwfinger.net>
> ----
>
> John,
>
> This is actually a bugfix so I think it should make into 2.6.21. This makes
> BCM4309 cards working.
>
--- linux-2.6.20/drivers/net/wireless/bcm43xx/bcm43xx_main.c.orig 2007-02-17 18:05:21.872891550 +0100
+++ linux-2.6.20/drivers/net/wireless/bcm43xx/bcm43xx_main.c 2007-02-17 18:14:59.620752491 +0100
@@ -2741,8 +2741,9 @@
* dangling pins on the second core. Be careful
* and ignore these cores here.
*/
- if (bcm->pci_dev->device != 0x4324) {
- dprintk(KERN_INFO PFX "Ignoring additional 802.11 core.\n");
+ if (1 /*bcm->pci_dev->device != 0x4324*/ ) {
+ /* TODO: A PHY */
+ dprintk(KERN_INFO PFX "Ignoring additional 802.11a core.\n");
continue;
}
}
_______________________________________________
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-02-17 17:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-17 17:24 [PATCH] bcm43xx: fix for 4309 Stefano Brivio
2007-02-17 17:46 ` Larry Finger
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).