net: remove use of ndo_set_multicast_list in drivers
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / net / ethernet / amd / hplance.c
index a900d5bf294889578df802c280ca4388bce57631..86aa0d546a5b09f697c0ded4d73926214d013eec 100644 (file)
@@ -74,7 +74,7 @@ static const struct net_device_ops hplance_netdev_ops = {
        .ndo_open               = hplance_open,
        .ndo_stop               = hplance_close,
        .ndo_start_xmit         = lance_start_xmit,
-       .ndo_set_multicast_list = lance_set_multicast,
+       .ndo_set_rx_mode        = lance_set_multicast,
        .ndo_change_mtu         = eth_change_mtu,
        .ndo_validate_addr      = eth_validate_addr,
        .ndo_set_mac_address    = eth_mac_addr,