diff options
Diffstat (limited to 'drivers/net/ethernet/i825xx/lp486e.c')
-rw-r--r-- | drivers/net/ethernet/i825xx/lp486e.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/i825xx/lp486e.c b/drivers/net/ethernet/i825xx/lp486e.c index 385a95311cd2..414044b3cb11 100644 --- a/drivers/net/ethernet/i825xx/lp486e.c +++ b/drivers/net/ethernet/i825xx/lp486e.c | |||
@@ -954,7 +954,7 @@ static const struct net_device_ops i596_netdev_ops = { | |||
954 | .ndo_open = i596_open, | 954 | .ndo_open = i596_open, |
955 | .ndo_stop = i596_close, | 955 | .ndo_stop = i596_close, |
956 | .ndo_start_xmit = i596_start_xmit, | 956 | .ndo_start_xmit = i596_start_xmit, |
957 | .ndo_set_multicast_list = set_multicast_list, | 957 | .ndo_set_rx_mode = set_multicast_list, |
958 | .ndo_tx_timeout = i596_tx_timeout, | 958 | .ndo_tx_timeout = i596_tx_timeout, |
959 | .ndo_change_mtu = eth_change_mtu, | 959 | .ndo_change_mtu = eth_change_mtu, |
960 | .ndo_set_mac_address = eth_mac_addr, | 960 | .ndo_set_mac_address = eth_mac_addr, |