Merge branch 'mpc86xx'
[platform/kernel/u-boot.git] / drivers / rtl8139.c
index 848d1d1..afe1a4f 100644 (file)
@@ -196,7 +196,7 @@ static void rtl_disable(struct eth_device *dev);
 
 static struct pci_device_id supported[] = {
        {PCI_VENDOR_ID_REALTEK, PCI_DEVICE_ID_REALTEK_8139},
-       {0x1186, 0x1300},
+       {PCI_VENDOR_ID_DLINK, PCI_DEVICE_ID_DLINK_8139},
        {}
 };