提交 522c5907 编写于 作者: H Hauke Mehrtens 提交者: David S. Miller

bgmac: add generic ndo_validate_addr netdev ops

Signed-off-by: NHauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 4e209001
...@@ -1210,6 +1210,7 @@ static const struct net_device_ops bgmac_netdev_ops = { ...@@ -1210,6 +1210,7 @@ static const struct net_device_ops bgmac_netdev_ops = {
.ndo_stop = bgmac_stop, .ndo_stop = bgmac_stop,
.ndo_start_xmit = bgmac_start_xmit, .ndo_start_xmit = bgmac_start_xmit,
.ndo_set_mac_address = bgmac_set_mac_address, .ndo_set_mac_address = bgmac_set_mac_address,
.ndo_validate_addr = eth_validate_addr,
.ndo_do_ioctl = bgmac_ioctl, .ndo_do_ioctl = bgmac_ioctl,
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册