From d0ac542ac2b79ea74edeb2cc722e414e7fb5fc96 Mon Sep 17 00:00:00 2001 From: chewitt Date: Mon, 18 Apr 2016 20:33:52 +0100 Subject: [PATCH] linux: prefer wl over bcma for 14e4:4353 in Generic --- .../linux-021-prevent-bcma-wl-driver-overlap.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 projects/Generic/patches/linux/linux-021-prevent-bcma-wl-driver-overlap.patch 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) },