Cfr. commit afc4b13df143122f99a0eb10bfefb216c2806de0 ("net: remove use of
ndo_set_multicast_list in drivers")

Signed-off-by: Geert Uytterhoeven <[email protected]>
---
 drivers/net/ethernet/smsc/atari_91C111.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/net/ethernet/smsc/atari_91C111.c 
b/drivers/net/ethernet/smsc/atari_91C111.c
index 5c10fd9..09be801 100644
--- a/drivers/net/ethernet/smsc/atari_91C111.c
+++ b/drivers/net/ethernet/smsc/atari_91C111.c
@@ -1715,7 +1715,7 @@ static const struct net_device_ops smc_netdev_ops = {
        .ndo_stop               = smc_close,
        .ndo_start_xmit         = smc_hard_start_xmit,
        .ndo_tx_timeout         = smc_timeout,
-       .ndo_set_multicast_list = smc_set_multicast_list,
+       .ndo_set_rx_mode        = smc_set_multicast_list,
        .ndo_change_mtu         = eth_change_mtu,
        .ndo_validate_addr      = eth_validate_addr,
        .ndo_set_mac_address    = eth_mac_addr,
-- 
1.7.0.4

--
To unsubscribe from this list: send the line "unsubscribe linux-m68k" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to