Michael,
Should the bcm43xx-mac80211 driver be recognizing the 4301 devices? From what I
recall, the V4
firmware does not handle B-only PHY's. If not, the patch below is required.
Larry
---
Index: wireless-mb/drivers/net/wireless/mac80211/bcm43xx/bcm43xx_main.c
===================================================================
--- wireless-mb.orig/drivers/net/wireless/mac80211/bcm43xx/bcm43xx_main.c
+++ wireless-mb/drivers/net/wireless/mac80211/bcm43xx/bcm43xx_main.c
@@ -3924,7 +3924,6 @@ static struct ssb_driver bcm43xx_ssb_dri
#ifdef CONFIG_BCM43XX_MAC80211_PCI
/* The PCI frontend stub */
static const struct pci_device_id bcm43xx_pci_tbl[] = {
- { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4301) },
{ PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4307) },
{ PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4311) },
{ PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4312) },
===
_______________________________________________
Bcm43xx-dev mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/bcm43xx-dev