From: David S. Miller Date: Mon, 23 Mar 2009 21:42:09 +0000 (-0700) Subject: spider_net: Add missing .ndo_validate_addr X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=3e303dc1215714308e21a45e2c0fa6f701ad0eb4;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git spider_net: Add missing .ndo_validate_addr Signed-off-by: David S. Miller --- diff --git a/drivers/net/spider_net.c b/drivers/net/spider_net.c index 0288054249d8..90e663f4515c 100644 --- a/drivers/net/spider_net.c +++ b/drivers/net/spider_net.c @@ -2268,6 +2268,7 @@ static const struct net_device_ops spider_net_ops = { .ndo_change_mtu = spider_net_change_mtu, .ndo_do_ioctl = spider_net_do_ioctl, .ndo_tx_timeout = spider_net_tx_timeout, + .ndo_validate_addr = eth_validate_addr, /* HW VLAN */ #ifdef CONFIG_NET_POLL_CONTROLLER /* poll controller */