Commit 96ed741e authored by Denis Kirjanov's avatar Denis Kirjanov Committed by David S. Miller

ksz884x: Add missing validate_addr hook

Add missing validate_addr hook
Signed-off-by: default avatarDenis Kirjanov <dkirjanov@kernel.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 5ed83663
...@@ -6863,6 +6863,7 @@ static const struct net_device_ops netdev_ops = { ...@@ -6863,6 +6863,7 @@ static const struct net_device_ops netdev_ops = {
.ndo_tx_timeout = netdev_tx_timeout, .ndo_tx_timeout = netdev_tx_timeout,
.ndo_change_mtu = netdev_change_mtu, .ndo_change_mtu = netdev_change_mtu,
.ndo_set_mac_address = netdev_set_mac_address, .ndo_set_mac_address = netdev_set_mac_address,
.ndo_validate_addr = eth_validate_addr,
.ndo_do_ioctl = netdev_ioctl, .ndo_do_ioctl = netdev_ioctl,
.ndo_set_rx_mode = netdev_set_rx_mode, .ndo_set_rx_mode = netdev_set_rx_mode,
#ifdef CONFIG_NET_POLL_CONTROLLER #ifdef CONFIG_NET_POLL_CONTROLLER
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment