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
@@ -1089,7 +1089,7 @@ static const struct net_device_ops korina_netdev_ops = {
|
||||
.ndo_open = korina_open,
|
||||
.ndo_stop = korina_close,
|
||||
.ndo_start_xmit = korina_send_packet,
|
||||
.ndo_set_multicast_list = korina_multicast_list,
|
||||
.ndo_set_rx_mode = korina_multicast_list,
|
||||
.ndo_tx_timeout = korina_tx_timeout,
|
||||
.ndo_do_ioctl = korina_ioctl,
|
||||
.ndo_change_mtu = eth_change_mtu,
|
||||
|
Reference in New Issue
Block a user