aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/i825xx/3c505.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/ethernet/i825xx/3c505.c')
-rw-r--r--drivers/net/ethernet/i825xx/3c505.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/i825xx/3c505.c b/drivers/net/ethernet/i825xx/3c505.c
index 88d766ee0e1b..40e1a175fceb 100644
--- a/drivers/net/ethernet/i825xx/3c505.c
+++ b/drivers/net/ethernet/i825xx/3c505.c
@@ -1363,7 +1363,7 @@ static const struct net_device_ops elp_netdev_ops = {
1363 .ndo_get_stats = elp_get_stats, 1363 .ndo_get_stats = elp_get_stats,
1364 .ndo_start_xmit = elp_start_xmit, 1364 .ndo_start_xmit = elp_start_xmit,
1365 .ndo_tx_timeout = elp_timeout, 1365 .ndo_tx_timeout = elp_timeout,
1366 .ndo_set_multicast_list = elp_set_mc_list, 1366 .ndo_set_rx_mode = elp_set_mc_list,
1367 .ndo_change_mtu = eth_change_mtu, 1367 .ndo_change_mtu = eth_change_mtu,
1368 .ndo_set_mac_address = eth_mac_addr, 1368 .ndo_set_mac_address = eth_mac_addr,
1369 .ndo_validate_addr = eth_validate_addr, 1369 .ndo_validate_addr = eth_validate_addr,