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
@@ -11701,7 +11701,7 @@ static const struct net_device_ops ipw_netdev_ops = {
|
||||
.ndo_init = ipw_net_init,
|
||||
.ndo_open = ipw_net_open,
|
||||
.ndo_stop = ipw_net_stop,
|
||||
.ndo_set_multicast_list = ipw_net_set_multicast_list,
|
||||
.ndo_set_rx_mode = ipw_net_set_multicast_list,
|
||||
.ndo_set_mac_address = ipw_net_set_mac_address,
|
||||
.ndo_start_xmit = libipw_xmit,
|
||||
.ndo_change_mtu = libipw_change_mtu,
|
||||
|
Reference in New Issue
Block a user