]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - drivers/net/ethernet/3com/typhoon.c
net: remove use of ndo_set_multicast_list in drivers
[mirror_ubuntu-zesty-kernel.git] / drivers / net / ethernet / 3com / typhoon.c
index 1d5091a1e49a441c383a140432290cc351ecd29f..f1dc9acf61055a1c8681311721ed1c3cf8eb953a 100644 (file)
@@ -2266,7 +2266,7 @@ static const struct net_device_ops typhoon_netdev_ops = {
        .ndo_open               = typhoon_open,
        .ndo_stop               = typhoon_close,
        .ndo_start_xmit         = typhoon_start_tx,
-       .ndo_set_multicast_list = typhoon_set_rx_mode,
+       .ndo_set_rx_mode        = typhoon_set_rx_mode,
        .ndo_tx_timeout         = typhoon_tx_timeout,
        .ndo_get_stats          = typhoon_get_stats,
        .ndo_validate_addr      = eth_validate_addr,