X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=drivers%2Fnet%2Fne2k-pci.c;h=f090d3b9ec94791fd69a7a89067dfa61caa927d9;hb=60d3f9827ca455e7272681d67a37137c328d7012;hp=62f20ba211cb7d0b98f78df1c8cea83166e152a7;hpb=aa2ba5f1082dc705745899584aac8416d710c056;p=linux-2.6-omap-h63xx.git diff --git a/drivers/net/ne2k-pci.c b/drivers/net/ne2k-pci.c index 62f20ba211c..f090d3b9ec9 100644 --- a/drivers/net/ne2k-pci.c +++ b/drivers/net/ne2k-pci.c @@ -208,6 +208,7 @@ static const struct net_device_ops ne2k_netdev_ops = { .ndo_get_stats = ei_get_stats, .ndo_set_multicast_list = ei_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 = ei_poll,