Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth
[pandora-kernel.git] / drivers / net / ethernet / natsemi / xtsonic.c
index 9f12026..ccf61b9 100644 (file)
@@ -122,7 +122,7 @@ static const struct net_device_ops xtsonic_netdev_ops = {
        .ndo_stop               = xtsonic_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_validate_addr      = eth_validate_addr,
        .ndo_change_mtu         = eth_change_mtu,