mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
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:
parent
01789349ee
commit
afc4b13df1
251 changed files with 258 additions and 271 deletions
|
@ -888,7 +888,7 @@ static const struct net_device_ops ethoc_netdev_ops = {
|
|||
.ndo_do_ioctl = ethoc_ioctl,
|
||||
.ndo_set_config = ethoc_config,
|
||||
.ndo_set_mac_address = ethoc_set_mac_address,
|
||||
.ndo_set_multicast_list = ethoc_set_multicast_list,
|
||||
.ndo_set_rx_mode = ethoc_set_multicast_list,
|
||||
.ndo_change_mtu = ethoc_change_mtu,
|
||||
.ndo_tx_timeout = ethoc_tx_timeout,
|
||||
.ndo_start_xmit = ethoc_start_xmit,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue