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

Commit fe159122 authored by Alexander Couzens's avatar Alexander Couzens Committed by David S. Miller
Browse files

l2tp_eth: allow to set a specific mac address

parent d123cee2
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -126,6 +126,7 @@ static struct net_device_ops l2tp_eth_netdev_ops = {
	.ndo_uninit		= l2tp_eth_dev_uninit,
	.ndo_uninit		= l2tp_eth_dev_uninit,
	.ndo_start_xmit		= l2tp_eth_dev_xmit,
	.ndo_start_xmit		= l2tp_eth_dev_xmit,
	.ndo_get_stats64	= l2tp_eth_get_stats64,
	.ndo_get_stats64	= l2tp_eth_get_stats64,
	.ndo_set_mac_address	= eth_mac_addr,
};
};


static void l2tp_eth_dev_setup(struct net_device *dev)
static void l2tp_eth_dev_setup(struct net_device *dev)