diff options
Diffstat (limited to 'drivers/net/ethernet/amd/lance.c')
-rw-r--r-- | drivers/net/ethernet/amd/lance.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/amd/lance.c b/drivers/net/ethernet/amd/lance.c index 02336edce748..a6e2e840884e 100644 --- a/drivers/net/ethernet/amd/lance.c +++ b/drivers/net/ethernet/amd/lance.c | |||
@@ -459,7 +459,7 @@ static const struct net_device_ops lance_netdev_ops = { | |||
459 | .ndo_start_xmit = lance_start_xmit, | 459 | .ndo_start_xmit = lance_start_xmit, |
460 | .ndo_stop = lance_close, | 460 | .ndo_stop = lance_close, |
461 | .ndo_get_stats = lance_get_stats, | 461 | .ndo_get_stats = lance_get_stats, |
462 | .ndo_set_multicast_list = set_multicast_list, | 462 | .ndo_set_rx_mode = set_multicast_list, |
463 | .ndo_tx_timeout = lance_tx_timeout, | 463 | .ndo_tx_timeout = lance_tx_timeout, |
464 | .ndo_change_mtu = eth_change_mtu, | 464 | .ndo_change_mtu = eth_change_mtu, |
465 | .ndo_set_mac_address = eth_mac_addr, | 465 | .ndo_set_mac_address = eth_mac_addr, |