net: remove use of ndo_set_multicast_list in drivers
[pandora-kernel.git] / drivers / infiniband / hw / nes / nes_nic.c
index 9d7ffeb..66e1229 100644 (file)
@@ -1638,7 +1638,7 @@ static const struct net_device_ops nes_netdev_ops = {
        .ndo_get_stats          = nes_netdev_get_stats,
        .ndo_tx_timeout         = nes_netdev_tx_timeout,
        .ndo_set_mac_address    = nes_netdev_set_mac_address,
-       .ndo_set_multicast_list = nes_netdev_set_multicast_list,
+       .ndo_set_rx_mode        = nes_netdev_set_multicast_list,
        .ndo_change_mtu         = nes_netdev_change_mtu,
        .ndo_validate_addr      = eth_validate_addr,
        .ndo_fix_features       = nes_fix_features,