diff options
Diffstat (limited to 'drivers/net/ethernet/amd/atarilance.c')
-rw-r--r-- | drivers/net/ethernet/amd/atarilance.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/amd/atarilance.c b/drivers/net/ethernet/amd/atarilance.c index 1264d781b554..15bfa28d6c53 100644 --- a/drivers/net/ethernet/amd/atarilance.c +++ b/drivers/net/ethernet/amd/atarilance.c | |||
@@ -456,7 +456,7 @@ static const struct net_device_ops lance_netdev_ops = { | |||
456 | .ndo_open = lance_open, | 456 | .ndo_open = lance_open, |
457 | .ndo_stop = lance_close, | 457 | .ndo_stop = lance_close, |
458 | .ndo_start_xmit = lance_start_xmit, | 458 | .ndo_start_xmit = lance_start_xmit, |
459 | .ndo_set_multicast_list = set_multicast_list, | 459 | .ndo_set_rx_mode = set_multicast_list, |
460 | .ndo_set_mac_address = lance_set_mac_address, | 460 | .ndo_set_mac_address = lance_set_mac_address, |
461 | .ndo_tx_timeout = lance_tx_timeout, | 461 | .ndo_tx_timeout = lance_tx_timeout, |
462 | .ndo_validate_addr = eth_validate_addr, | 462 | .ndo_validate_addr = eth_validate_addr, |