net: remove use of ndo_set_multicast_list in drivers
[pandora-kernel.git] / drivers / net / ethernet / fujitsu / at1700.c
index 65a78f9..7c6c908 100644 (file)
@@ -253,7 +253,7 @@ static const struct net_device_ops at1700_netdev_ops = {
        .ndo_open               = net_open,
        .ndo_stop               = net_close,
        .ndo_start_xmit         = net_send_packet,
-       .ndo_set_multicast_list = set_rx_mode,
+       .ndo_set_rx_mode        = set_rx_mode,
        .ndo_tx_timeout         = net_tx_timeout,
        .ndo_change_mtu         = eth_change_mtu,
        .ndo_set_mac_address    = eth_mac_addr,