net: remove use of ndo_set_multicast_list in drivers
[linux-2.6-microblaze.git] / drivers / net / wireless / zd1201.c
index 415eec4..8efa2f2 100644 (file)
@@ -1722,7 +1722,7 @@ static const struct net_device_ops zd1201_netdev_ops = {
        .ndo_stop               = zd1201_net_stop,
        .ndo_start_xmit         = zd1201_hard_start_xmit,
        .ndo_tx_timeout         = zd1201_tx_timeout,
-       .ndo_set_multicast_list = zd1201_set_multicast,
+       .ndo_set_rx_mode        = zd1201_set_multicast,
        .ndo_set_mac_address    = zd1201_set_mac_address,
        .ndo_change_mtu         = eth_change_mtu,
        .ndo_validate_addr      = eth_validate_addr,