You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
398 B
13 lines
398 B
10 years ago
|
--- 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);
|