> diff --git a/drivers/net/wireless/bcm43xx/bcm43xx_main.c
> b/drivers/net/wireless/bcm43xx/bcm43xx_main.c
> index 3889f79..03a1330 100644
> --- a/drivers/net/wireless/bcm43xx/bcm43xx_main.c
> +++ b/drivers/net/wireless/bcm43xx/bcm43xx_main.c
> @@ -130,6 +130,8 @@ #endif /* CONFIG_BCM43XX_DEBUG*/
> { PCI_VENDOR_ID_BROADCOM, 0x4301, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 },
> /* Broadcom 4307 802.11b */
> { PCI_VENDOR_ID_BROADCOM, 0x4307, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 },
> + /* Broadcom 4311 802.11b/g */
> + { PCI_VENDOR_ID_BROADCOM, 0x4311, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 },
> /* Broadcom 4318 802.11b/g */
> { PCI_VENDOR_ID_BROADCOM, 0x4318, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 },
> /* Broadcom 4319 802.11a/b/g */
>
This won't work, the 4311 is a PCI-E card and needs, at the very
least, stefanos's patches enabling PCI-E support. I've spec'd as
much of the PCI-E stuff as I can find, but I'm not sure if we're
missing anything, and if we are, what that is. :p
-Joe
_______________________________________________
Bcm43xx-dev mailing list
[email protected]
http://bat.berlios.de/mailman/listinfo/bcm43xx-dev