diff options
Diffstat (limited to 'drivers/net/ethernet/i825xx/82596.c')
-rw-r--r-- | drivers/net/ethernet/i825xx/82596.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/i825xx/82596.c b/drivers/net/ethernet/i825xx/82596.c index be1f1970c842..f2408a4d5d9c 100644 --- a/drivers/net/ethernet/i825xx/82596.c +++ b/drivers/net/ethernet/i825xx/82596.c | |||
@@ -1145,7 +1145,7 @@ static const struct net_device_ops i596_netdev_ops = { | |||
1145 | .ndo_open = i596_open, | 1145 | .ndo_open = i596_open, |
1146 | .ndo_stop = i596_close, | 1146 | .ndo_stop = i596_close, |
1147 | .ndo_start_xmit = i596_start_xmit, | 1147 | .ndo_start_xmit = i596_start_xmit, |
1148 | .ndo_set_multicast_list = set_multicast_list, | 1148 | .ndo_set_rx_mode = set_multicast_list, |
1149 | .ndo_tx_timeout = i596_tx_timeout, | 1149 | .ndo_tx_timeout = i596_tx_timeout, |
1150 | .ndo_change_mtu = eth_change_mtu, | 1150 | .ndo_change_mtu = eth_change_mtu, |
1151 | .ndo_set_mac_address = eth_mac_addr, | 1151 | .ndo_set_mac_address = eth_mac_addr, |