X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=drivers%2Fnet%2F8390p.c;h=da863c91d1d03d79df3c59785d09162190e0c581;hb=48dce82cd6df71c8e7cddc79d787735b109ee0a3;hp=ee70b358a816aedf83535017c55ab3af8d4cc254;hpb=52fefcec97c25b15887e6a9a885ca54e7f7c0928;p=karo-tx-linux.git diff --git a/drivers/net/8390p.c b/drivers/net/8390p.c index ee70b358a816..da863c91d1d0 100644 --- a/drivers/net/8390p.c +++ b/drivers/net/8390p.c @@ -68,6 +68,7 @@ const struct net_device_ops eip_netdev_ops = { .ndo_get_stats = eip_get_stats, .ndo_set_multicast_list = eip_set_multicast_list, .ndo_validate_addr = eth_validate_addr, + .ndo_set_mac_address = eth_mac_addr, .ndo_change_mtu = eth_change_mtu, #ifdef CONFIG_NET_POLL_CONTROLLER .ndo_poll_controller = eip_poll,