aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/virtio_net.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/virtio_net.c')
-rw-r--r--drivers/net/virtio_net.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/virtio_net.c b/drivers/net/virtio_net.c
index 9320d96a1632..3e9246cc49c3 100644
--- a/drivers/net/virtio_net.c
+++ b/drivers/net/virtio_net.c
@@ -1989,6 +1989,7 @@ static const struct net_device_ops virtnet_netdev = {
1989 .ndo_poll_controller = virtnet_netpoll, 1989 .ndo_poll_controller = virtnet_netpoll,
1990#endif 1990#endif
1991 .ndo_xdp = virtnet_xdp, 1991 .ndo_xdp = virtnet_xdp,
1992 .ndo_features_check = passthru_features_check,
1992}; 1993};
1993 1994
1994static void virtnet_config_changed_work(struct work_struct *work) 1995static void virtnet_config_changed_work(struct work_struct *work)