Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 54acd0ef authored by David S. Miller's avatar David S. Miller
Browse files

net: Fix missing dev->neigh_setup in register_netdevice().

parent 87786945
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4339,6 +4339,7 @@ int register_netdevice(struct net_device *dev)
		dev->do_ioctl = ops->ndo_do_ioctl;
		dev->set_config = ops->ndo_set_config;
		dev->change_mtu = ops->ndo_change_mtu;
		dev->neigh_setup = ops->ndo_neigh_setup;
		dev->tx_timeout = ops->ndo_tx_timeout;
		dev->get_stats = ops->ndo_get_stats;
		dev->vlan_rx_register = ops->ndo_vlan_rx_register;