bgmac: add generic ndo_validate_addr netdev ops
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
4e209001b8
commit
522c5907b7
@ -1210,6 +1210,7 @@ static const struct net_device_ops bgmac_netdev_ops = {
|
||||
.ndo_stop = bgmac_stop,
|
||||
.ndo_start_xmit = bgmac_start_xmit,
|
||||
.ndo_set_mac_address = bgmac_set_mac_address,
|
||||
.ndo_validate_addr = eth_validate_addr,
|
||||
.ndo_do_ioctl = bgmac_ioctl,
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user