Some checks failed
Build Kernel / Set targets (push) Has been cancelled
Build all core packages / build (malta/be) (push) Has been cancelled
Build all core packages / build (x86/64) (push) Has been cancelled
Build host tools / build-macos-latest (push) Has been cancelled
Build host tools / build-linux-buildbot (push) Has been cancelled
Build Kernel / Build Kernel with external toolchain (push) Has been cancelled
Build Kernel / Check Kernel patches (push) Has been cancelled
Build host tools / push-tools-container (push) Has been cancelled
13 lines
398 B
Diff
13 lines
398 B
Diff
--- a/driver/wl_linux.c
|
|
+++ b/driver/wl_linux.c
|
|
@@ -876,7 +876,8 @@ wl_pci_probe(struct pci_dev *pdev, const
|
|
|
|
if ((pdev->vendor != PCI_VENDOR_ID_BROADCOM) ||
|
|
(((pdev->device & 0xff00) != 0x4300) &&
|
|
- ((pdev->device & 0xff00) != 0x4700)))
|
|
+ ((pdev->device & 0xff00) != 0x4700) &&
|
|
+ ((pdev->device & 0xff00) != 0xa800)))
|
|
return (-ENODEV);
|
|
|
|
rc = pci_enable_device(pdev);
|