diff options
Diffstat (limited to 'drivers/net/r8169.c')
-rw-r--r-- | drivers/net/r8169.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/r8169.c b/drivers/net/r8169.c index d064b5b0d192..0f1f81b50c4a 100644 --- a/drivers/net/r8169.c +++ b/drivers/net/r8169.c | |||
@@ -174,9 +174,9 @@ const static struct { | |||
174 | #undef _R | 174 | #undef _R |
175 | 175 | ||
176 | static struct pci_device_id rtl8169_pci_tbl[] = { | 176 | static struct pci_device_id rtl8169_pci_tbl[] = { |
177 | {0x10ec, 0x8169, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, | 177 | { PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0x8169), }, |
178 | {0x1186, 0x4300, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, | 178 | { PCI_DEVICE(PCI_VENDOR_ID_DLINK, 0x4300), }, |
179 | {0x16ec, 0x0116, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, | 179 | { PCI_DEVICE(0x16ec, 0x0116), }, |
180 | {0,}, | 180 | {0,}, |
181 | }; | 181 | }; |
182 | 182 | ||