diff options
-rw-r--r-- | drivers/net/r8169.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/r8169.c b/drivers/net/r8169.c index 951c56ed56e8..c290aa505347 100644 --- a/drivers/net/r8169.c +++ b/drivers/net/r8169.c | |||
@@ -166,7 +166,7 @@ static struct pci_device_id rtl8169_pci_tbl[] = { | |||
166 | { PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0x8168), 0, 0, RTL_CFG_1 }, | 166 | { PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0x8168), 0, 0, RTL_CFG_1 }, |
167 | { PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0x8169), 0, 0, RTL_CFG_0 }, | 167 | { PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0x8169), 0, 0, RTL_CFG_0 }, |
168 | { PCI_DEVICE(PCI_VENDOR_ID_DLINK, 0x4300), 0, 0, RTL_CFG_0 }, | 168 | { PCI_DEVICE(PCI_VENDOR_ID_DLINK, 0x4300), 0, 0, RTL_CFG_0 }, |
169 | { PCI_DEVICE(0x1259, 0xc107), 0, 0, RTL_CFG_0 }, | 169 | { PCI_DEVICE(PCI_VENDOR_ID_AT, 0xc107), 0, 0, RTL_CFG_0 }, |
170 | { PCI_DEVICE(0x16ec, 0x0116), 0, 0, RTL_CFG_0 }, | 170 | { PCI_DEVICE(0x16ec, 0x0116), 0, 0, RTL_CFG_0 }, |
171 | { PCI_VENDOR_ID_LINKSYS, 0x1032, | 171 | { PCI_VENDOR_ID_LINKSYS, 0x1032, |
172 | PCI_ANY_ID, 0x0024, 0, 0, RTL_CFG_0 }, | 172 | PCI_ANY_ID, 0x0024, 0, 0, RTL_CFG_0 }, |