Fix of fix copy and paste errors in ne2k.c (r6512 by stepan)
[coreboot.git] / src / lib / ne2k.c
index 180ac2114bf163afc2ad24614605dd11fa9f444a..09925f698cba49e43f4e2bc06c23c2d96dfeb4c5 100644 (file)
@@ -453,7 +453,7 @@ static struct device_operations ne2k_ops  = {
 };
 
 static const struct pci_driver ne2k_driver __pci_driver = {
-        .ops    = &si_sata_ops,
+        .ops    = &ne2k_ops,
         .vendor = 0x10ec,
         .device = 0x8029,
 };