net: remove use of ndo_set_multicast_list in drivers
[deliverable/linux.git] / drivers / net / ethernet / ti / davinci_emac.c
index 3f451e4d8361699b617a5745d4de0c2f8f9ce183..815c7970261bc2ee09e8b8107afe6463aeffe69c 100644 (file)
@@ -1741,7 +1741,7 @@ static const struct net_device_ops emac_netdev_ops = {
        .ndo_open               = emac_dev_open,
        .ndo_stop               = emac_dev_stop,
        .ndo_start_xmit         = emac_dev_xmit,
-       .ndo_set_multicast_list = emac_dev_mcast_set,
+       .ndo_set_rx_mode        = emac_dev_mcast_set,
        .ndo_set_mac_address    = emac_dev_setmac_addr,
        .ndo_do_ioctl           = emac_devioctl,
        .ndo_tx_timeout         = emac_dev_tx_timeout,
This page took 0.024124 seconds and 5 git commands to generate.