net: remove use of ndo_set_multicast_list in drivers
replace it by ndo_set_rx_mode Signed-off-by: Jiri Pirko <jpirko@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
01789349ee
commit
afc4b13df1
@@ -888,7 +888,7 @@ static const struct net_device_ops ethoc_netdev_ops = {
|
||||
.ndo_do_ioctl = ethoc_ioctl,
|
||||
.ndo_set_config = ethoc_config,
|
||||
.ndo_set_mac_address = ethoc_set_mac_address,
|
||||
.ndo_set_multicast_list = ethoc_set_multicast_list,
|
||||
.ndo_set_rx_mode = ethoc_set_multicast_list,
|
||||
.ndo_change_mtu = ethoc_change_mtu,
|
||||
.ndo_tx_timeout = ethoc_tx_timeout,
|
||||
.ndo_start_xmit = ethoc_start_xmit,
|
||||
|
Reference in New Issue
Block a user