myri_sbus/sunbmac/sunlance/sunqe: Add missing net_device_ops entries.
[deliverable/linux.git] / drivers / net / myri_sbus.c
index 4ced27f1830c450fde0f8be7d818e2769d83277b..08534c08d30d669cecd97e9c258c97fbe10acd9c 100644 (file)
@@ -903,6 +903,8 @@ static const struct net_device_ops myri_ops = {
        .ndo_set_multicast_list = myri_set_multicast,
        .ndo_tx_timeout         = myri_tx_timeout,
        .ndo_change_mtu         = myri_change_mtu,
+       .ndo_set_mac_address    = eth_mac_addr,
+       .ndo_validate_addr      = eth_validate_addr,
 };
 
 static int __devinit myri_sbus_probe(struct of_device *op, const struct of_device_id *match)
This page took 0.028018 seconds and 5 git commands to generate.