]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - drivers/net/ethernet/chelsio/cxgb/cxgb2.c
net: remove use of ndo_set_multicast_list in drivers
[mirror_ubuntu-zesty-kernel.git] / drivers / net / ethernet / chelsio / cxgb / cxgb2.c
index 3edbbc4c5112487b7bca2a99bb1e890918a03a63..9993f4f1543325e508957869513919bb4815866a 100644 (file)
@@ -964,7 +964,7 @@ static const struct net_device_ops cxgb_netdev_ops = {
        .ndo_start_xmit         = t1_start_xmit,
        .ndo_get_stats          = t1_get_stats,
        .ndo_validate_addr      = eth_validate_addr,
-       .ndo_set_multicast_list = t1_set_rxmode,
+       .ndo_set_rx_mode        = t1_set_rxmode,
        .ndo_do_ioctl           = t1_ioctl,
        .ndo_change_mtu         = t1_change_mtu,
        .ndo_set_mac_address    = t1_set_mac_addr,