]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - drivers/staging/rtl8192e/r8192E_core.c
net: remove use of ndo_set_multicast_list in drivers
[mirror_ubuntu-zesty-kernel.git] / drivers / staging / rtl8192e / r8192E_core.c
index 94d9c8d5d0907b6519ef65727946337097f99084..b418fed703c699e80f5b5193dcec252827e61237 100644 (file)
@@ -4519,7 +4519,7 @@ static const struct net_device_ops rtl8192_netdev_ops = {
        .ndo_stop =                     rtl8192_close,
        .ndo_tx_timeout =               tx_timeout,
        .ndo_do_ioctl =                 rtl8192_ioctl,
-       .ndo_set_multicast_list =       r8192_set_multicast,
+       .ndo_set_rx_mode =              r8192_set_multicast,
        .ndo_set_mac_address =          r8192_set_mac_adr,
        .ndo_start_xmit =               ieee80211_rtl_xmit,
 };