netdev: restore MAC address set and validate operations
[deliverable/linux.git] / drivers / net / usb / kaweth.c
index e0131478971829902dd2f8e836f7b17d0d74aeda..238bea199cc692fd95f07aea57a6a46497641139 100644 (file)
@@ -999,6 +999,8 @@ static const struct net_device_ops kaweth_netdev_ops = {
        .ndo_tx_timeout =               kaweth_tx_timeout,
        .ndo_set_multicast_list =       kaweth_set_rx_mode,
        .ndo_get_stats =                kaweth_netdev_stats,
+       .ndo_set_mac_address =          eth_mac_addr,
+       .ndo_validate_addr =            eth_validate_addr,
 };
 
 static int kaweth_probe(
This page took 0.023858 seconds and 5 git commands to generate.