Commit 522c5907 authored by Hauke Mehrtens's avatar Hauke Mehrtens Committed by David S. Miller

bgmac: add generic ndo_validate_addr netdev ops

Signed-off-by: default avatarHauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 4e209001
......@@ -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,
};
......
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