diff options
Diffstat (limited to 'drivers/net/ethernet/3com/3c589_cs.c')
-rw-r--r-- | drivers/net/ethernet/3com/3c589_cs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/3com/3c589_cs.c b/drivers/net/ethernet/3com/3c589_cs.c index 4a1a35809807..972f80ecc510 100644 --- a/drivers/net/ethernet/3com/3c589_cs.c +++ b/drivers/net/ethernet/3com/3c589_cs.c | |||
@@ -184,7 +184,7 @@ static const struct net_device_ops el3_netdev_ops = { | |||
184 | .ndo_tx_timeout = el3_tx_timeout, | 184 | .ndo_tx_timeout = el3_tx_timeout, |
185 | .ndo_set_config = el3_config, | 185 | .ndo_set_config = el3_config, |
186 | .ndo_get_stats = el3_get_stats, | 186 | .ndo_get_stats = el3_get_stats, |
187 | .ndo_set_multicast_list = set_multicast_list, | 187 | .ndo_set_rx_mode = set_multicast_list, |
188 | .ndo_change_mtu = eth_change_mtu, | 188 | .ndo_change_mtu = eth_change_mtu, |
189 | .ndo_set_mac_address = eth_mac_addr, | 189 | .ndo_set_mac_address = eth_mac_addr, |
190 | .ndo_validate_addr = eth_validate_addr, | 190 | .ndo_validate_addr = eth_validate_addr, |