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
@@ -458,7 +458,7 @@ static const struct net_device_ops gfar_netdev_ops = {
|
||||
.ndo_stop = gfar_close,
|
||||
.ndo_change_mtu = gfar_change_mtu,
|
||||
.ndo_set_features = gfar_set_features,
|
||||
.ndo_set_multicast_list = gfar_set_multi,
|
||||
.ndo_set_rx_mode = gfar_set_multi,
|
||||
.ndo_tx_timeout = gfar_timeout,
|
||||
.ndo_do_ioctl = gfar_ioctl,
|
||||
.ndo_get_stats = gfar_get_stats,
|
||||
|
Reference in New Issue
Block a user