net: remove use of ndo_set_multicast_list in drivers
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / net / ethernet / dec / tulip / winbond-840.c
index 862eadf071916553b9a99d6b376b3238db45afff..4d01219ba22ffaf11890d0686e49217db8b63749 100644 (file)
@@ -350,7 +350,7 @@ static const struct net_device_ops netdev_ops = {
        .ndo_stop               = netdev_close,
        .ndo_start_xmit         = start_tx,
        .ndo_get_stats          = get_stats,
-       .ndo_set_multicast_list = set_rx_mode,
+       .ndo_set_rx_mode        = set_rx_mode,
        .ndo_do_ioctl           = netdev_ioctl,
        .ndo_tx_timeout         = tx_timeout,
        .ndo_change_mtu         = eth_change_mtu,