aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/ne2k.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ne2k.c b/src/lib/ne2k.c
index 180ac2114b..09925f698c 100644
--- a/src/lib/ne2k.c
+++ b/src/lib/ne2k.c
@@ -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,
};