OpenWrt – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | --- a/driver/wl_linux.c |
2 | +++ b/driver/wl_linux.c |
||
3 | @@ -876,7 +876,8 @@ wl_pci_probe(struct pci_dev *pdev, const |
||
4 | |||
5 | if ((pdev->vendor != PCI_VENDOR_ID_BROADCOM) || |
||
6 | (((pdev->device & 0xff00) != 0x4300) && |
||
7 | - ((pdev->device & 0xff00) != 0x4700))) |
||
8 | + ((pdev->device & 0xff00) != 0x4700) && |
||
9 | + ((pdev->device & 0xff00) != 0xa800))) |
||
10 | return (-ENODEV); |
||
11 | |||
12 | rc = pci_enable_device(pdev); |