netdev: restore MAC address set and validate operations
[deliverable/linux.git] / drivers / net / plip.c
index 7a62f781fef2b83fdfe55dc0cad944cb5a2d7c8b..b79f7768a40eb3b0fe3d1bba3ff7888652f11daa 100644 (file)
@@ -270,6 +270,8 @@ static const struct net_device_ops plip_netdev_ops = {
        .ndo_stop                = plip_close,
        .ndo_start_xmit          = plip_tx_packet,
        .ndo_do_ioctl            = plip_ioctl,
+       .ndo_set_mac_address     = eth_mac_addr,
+       .ndo_validate_addr       = eth_validate_addr,
 };
 
 /* Entry point of PLIP driver.
This page took 0.024073 seconds and 5 git commands to generate.