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
@@ -1603,7 +1603,7 @@ static const struct net_device_ops bcm_enet_ops = {
|
||||
.ndo_stop = bcm_enet_stop,
|
||||
.ndo_start_xmit = bcm_enet_start_xmit,
|
||||
.ndo_set_mac_address = bcm_enet_set_mac_address,
|
||||
.ndo_set_multicast_list = bcm_enet_set_multicast_list,
|
||||
.ndo_set_rx_mode = bcm_enet_set_multicast_list,
|
||||
.ndo_do_ioctl = bcm_enet_ioctl,
|
||||
.ndo_change_mtu = bcm_enet_change_mtu,
|
||||
#ifdef CONFIG_NET_POLL_CONTROLLER
|
||||
|
Reference in New Issue
Block a user