diff --git a/projects/Generic/patches/linux/linux-021-prevent-bcma-wl-driver-overlap.patch b/projects/Generic/patches/linux/linux-021-prevent-bcma-wl-driver-overlap.patch new file mode 100644 index 0000000000..5c161c67d0 --- /dev/null +++ b/projects/Generic/patches/linux/linux-021-prevent-bcma-wl-driver-overlap.patch @@ -0,0 +1,10 @@ +--- a/drivers/bcma/host_pci.c 2016-04-12 20:09:26.000000000 +0400 ++++ b/drivers/bcma/host_pci.c 2016-04-18 11:13:09.866487748 +0400 +@@ -289,7 +289,6 @@ + { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4313) }, + { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 43224) }, /* 0xa8d8 */ + { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4331) }, +- { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4353) }, + { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4357) }, + { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4358) }, + { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4359) },