net: remove use of ndo_set_multicast_list in drivers
[deliverable/linux.git] / drivers / net / ethernet / natsemi / jazzsonic.c
index 949c1f9336445685998a891905924973c3eb7ef1..fc7c6a932ad95b8e19e0f977f0144842ef439bd9 100644 (file)
@@ -111,7 +111,7 @@ static const struct net_device_ops sonic_netdev_ops = {
        .ndo_stop               = jazzsonic_close,
        .ndo_start_xmit         = sonic_send_packet,
        .ndo_get_stats          = sonic_get_stats,
-       .ndo_set_multicast_list = sonic_multicast_list,
+       .ndo_set_rx_mode        = sonic_multicast_list,
        .ndo_tx_timeout         = sonic_tx_timeout,
        .ndo_change_mtu         = eth_change_mtu,
        .ndo_validate_addr      = eth_validate_addr,
This page took 0.045831 seconds and 5 git commands to generate.