|
@@ -1317,6 +1317,9 @@ static const struct net_device_ops sparc_lance_ops = {
|
|
.ndo_start_xmit = lance_start_xmit,
|
|
.ndo_start_xmit = lance_start_xmit,
|
|
.ndo_set_multicast_list = lance_set_multicast,
|
|
.ndo_set_multicast_list = lance_set_multicast,
|
|
.ndo_tx_timeout = lance_tx_timeout,
|
|
.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,
|
|
static int __devinit sparc_lance_probe_one(struct of_device *op,
|