Merge branch 'x86-spinlocks-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[pandora-kernel.git] / arch / ia64 / hp / sim / simeth.c
index 7e81966..47afcc6 100644 (file)
@@ -172,7 +172,7 @@ static const struct net_device_ops simeth_netdev_ops = {
        .ndo_stop               = simeth_close,
        .ndo_start_xmit         = simeth_tx,
        .ndo_get_stats          = simeth_get_stats,
-       .ndo_set_multicast_list = set_multicast_list, /* not yet used */
+       .ndo_set_rx_mode        = set_multicast_list, /* not yet used */
 
 };