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
@@ -2839,7 +2839,7 @@ static const struct net_device_ops jme_netdev_ops = {
|
||||
.ndo_do_ioctl = jme_ioctl,
|
||||
.ndo_start_xmit = jme_start_xmit,
|
||||
.ndo_set_mac_address = jme_set_macaddr,
|
||||
.ndo_set_multicast_list = jme_set_multi,
|
||||
.ndo_set_rx_mode = jme_set_multi,
|
||||
.ndo_change_mtu = jme_change_mtu,
|
||||
.ndo_tx_timeout = jme_tx_timeout,
|
||||
.ndo_fix_features = jme_fix_features,
|
||||
|
||||
Reference in New Issue
Block a user