netdev: restore MAC address set and validate operations
[deliverable/linux.git] / drivers / net / arm / ixp4xx_eth.c
index 6f42ad728915b2683ee9ee66a9e11562c890453e..87fde32447dd63fef42a05a259cbef0e037bf135 100644 (file)
@@ -1142,7 +1142,8 @@ static const struct net_device_ops ixp4xx_netdev_ops = {
        .ndo_start_xmit = eth_xmit,
        .ndo_set_multicast_list = eth_set_mcast_list,
        .ndo_do_ioctl = eth_ioctl,
-
+       .ndo_set_mac_address = eth_mac_addr,
+       .ndo_validate_addr = eth_validate_addr,
 };
 
 static int __devinit eth_init_one(struct platform_device *pdev)
This page took 0.031469 seconds and 5 git commands to generate.