netdev: missing validate_address hooks
Some devices were converted incorrectly and are missing the validate address hooks. Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
fe96aaa14f
commit
52255bbe35
@ -1357,6 +1357,7 @@ static const struct net_device_ops ks8695_netdev_ops = {
|
||||
.ndo_start_xmit = ks8695_start_xmit,
|
||||
.ndo_tx_timeout = ks8695_timeout,
|
||||
.ndo_set_mac_address = ks8695_set_mac,
|
||||
.ndo_validate_addr = eth_validate_addr,
|
||||
.ndo_set_multicast_list = ks8695_set_multicast,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user