The patch titled bcm43xx: add PCI ID for bcm4319 has been added to the -mm tree. Its filename is bcm43xx-add-pci-id-for-bcm4319.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this From: Stefano Brivio <stefano.brivio@xxxxxxxxx> Add PCI ID for bcm4319. It is reported to work. Signed-off-by: Stefano Brivio <stefano.brivio@xxxxxxxxx> Cc: Michael Buesch <mb@xxxxxxxxx> Cc: "John W. Linville" <linville@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/net/wireless/bcm43xx/bcm43xx_main.c | 2 ++ 1 files changed, 2 insertions(+) diff -puN drivers/net/wireless/bcm43xx/bcm43xx_main.c~bcm43xx-add-pci-id-for-bcm4319 drivers/net/wireless/bcm43xx/bcm43xx_main.c --- devel/drivers/net/wireless/bcm43xx/bcm43xx_main.c~bcm43xx-add-pci-id-for-bcm4319 2006-05-10 01:52:15.000000000 -0700 +++ devel-akpm/drivers/net/wireless/bcm43xx/bcm43xx_main.c 2006-05-10 01:52:15.000000000 -0700 @@ -132,6 +132,8 @@ MODULE_PARM_DESC(fwpostfix, "Postfix for { PCI_VENDOR_ID_BROADCOM, 0x4307, 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 */ + { PCI_VENDOR_ID_BROADCOM, 0x4319, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 }, /* Broadcom 4306 802.11b/g */ { PCI_VENDOR_ID_BROADCOM, 0x4320, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 }, /* Broadcom 4306 802.11a */ _ Patches currently in -mm which might be from stefano.brivio@xxxxxxxxx are bcm43xx-check-for-valid-mac-address-in-sprom.patch bcm43xx-fix-whitespace.patch bcm43xx-add-pci-id-for-bcm4319.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html