myri_sbus/sunbmac/sunlance/sunqe: Add missing net_device_ops entries.
[deliverable/linux.git] / drivers / net / sunlance.c
index 3a2bb9684664694e1b00477f94d1781222a493ed..afc7b351e5ec43a5723290ca7e958a08806bf544 100644 (file)
@@ -1317,6 +1317,9 @@ static const struct net_device_ops sparc_lance_ops = {
        .ndo_start_xmit         = lance_start_xmit,
        .ndo_set_multicast_list = lance_set_multicast,
        .ndo_tx_timeout         = lance_tx_timeout,
+       .ndo_change_mtu         = eth_change_mtu,
+       .ndo_set_mac_address    = eth_mac_addr,
+       .ndo_validate_addr      = eth_validate_addr,
 };
 
 static int __devinit sparc_lance_probe_one(struct of_device *op,
This page took 0.02668 seconds and 5 git commands to generate.