net: remove use of ndo_set_multicast_list in drivers
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / net / ethernet / ti / cpmac.c
index e0638cb4b07c0f60babceca58436d687ef263938..aaac0c7ad111192605075348264d1ddc38ceb2e6 100644 (file)
@@ -1100,7 +1100,7 @@ static const struct net_device_ops cpmac_netdev_ops = {
        .ndo_stop               = cpmac_stop,
        .ndo_start_xmit         = cpmac_start_xmit,
        .ndo_tx_timeout         = cpmac_tx_timeout,
-       .ndo_set_multicast_list = cpmac_set_multicast_list,
+       .ndo_set_rx_mode        = cpmac_set_multicast_list,
        .ndo_do_ioctl           = cpmac_ioctl,
        .ndo_set_config         = cpmac_config,
        .ndo_change_mtu         = eth_change_mtu,