]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - drivers/net/ethernet/i825xx/sun3_82586.c
net: remove use of ndo_set_multicast_list in drivers
[mirror_ubuntu-zesty-kernel.git] / drivers / net / ethernet / i825xx / sun3_82586.c
index b6ae53bada7500a92a18a7ebe3ec5b07ebed2c1c..6ef5e11d1c84a1f018e5b24344c7c4279b6bde16 100644 (file)
@@ -333,7 +333,7 @@ static const struct net_device_ops sun3_82586_netdev_ops = {
        .ndo_open               = sun3_82586_open,
        .ndo_stop               = sun3_82586_close,
        .ndo_start_xmit         = sun3_82586_send_packet,
-       .ndo_set_multicast_list = set_multicast_list,
+       .ndo_set_rx_mode        = set_multicast_list,
        .ndo_tx_timeout         = sun3_82586_timeout,
        .ndo_get_stats          = sun3_82586_get_stats,
        .ndo_validate_addr      = eth_validate_addr,