spider_net: Add missing .ndo_validate_addr
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
dac4696a4b
commit
3e303dc121
|
@ -2268,6 +2268,7 @@ static const struct net_device_ops spider_net_ops = {
|
||||||
.ndo_change_mtu = spider_net_change_mtu,
|
.ndo_change_mtu = spider_net_change_mtu,
|
||||||
.ndo_do_ioctl = spider_net_do_ioctl,
|
.ndo_do_ioctl = spider_net_do_ioctl,
|
||||||
.ndo_tx_timeout = spider_net_tx_timeout,
|
.ndo_tx_timeout = spider_net_tx_timeout,
|
||||||
|
.ndo_validate_addr = eth_validate_addr,
|
||||||
/* HW VLAN */
|
/* HW VLAN */
|
||||||
#ifdef CONFIG_NET_POLL_CONTROLLER
|
#ifdef CONFIG_NET_POLL_CONTROLLER
|
||||||
/* poll controller */
|
/* poll controller */
|
||||||
|
|
Loading…
Reference in New Issue