diff options
Diffstat (limited to 'drivers/net/ethernet/i825xx/3c523.c')
-rw-r--r-- | drivers/net/ethernet/i825xx/3c523.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/i825xx/3c523.c b/drivers/net/ethernet/i825xx/3c523.c index bc0d1a1c2e28..d70d3df4c985 100644 --- a/drivers/net/ethernet/i825xx/3c523.c +++ b/drivers/net/ethernet/i825xx/3c523.c | |||
@@ -409,7 +409,7 @@ static const struct net_device_ops netdev_ops = { | |||
409 | .ndo_start_xmit = elmc_send_packet, | 409 | .ndo_start_xmit = elmc_send_packet, |
410 | .ndo_tx_timeout = elmc_timeout, | 410 | .ndo_tx_timeout = elmc_timeout, |
411 | #ifdef ELMC_MULTICAST | 411 | #ifdef ELMC_MULTICAST |
412 | .ndo_set_multicast_list = set_multicast_list, | 412 | .ndo_set_rx_mode = set_multicast_list, |
413 | #endif | 413 | #endif |
414 | .ndo_change_mtu = eth_change_mtu, | 414 | .ndo_change_mtu = eth_change_mtu, |
415 | .ndo_set_mac_address = eth_mac_addr, | 415 | .ndo_set_mac_address = eth_mac_addr, |