mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 23:32:14 +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
|
@ -919,7 +919,7 @@ static const struct net_device_ops w90p910_ether_netdev_ops = {
|
|||
.ndo_stop = w90p910_ether_close,
|
||||
.ndo_start_xmit = w90p910_ether_start_xmit,
|
||||
.ndo_get_stats = w90p910_ether_stats,
|
||||
.ndo_set_multicast_list = w90p910_ether_set_multicast_list,
|
||||
.ndo_set_rx_mode = w90p910_ether_set_multicast_list,
|
||||
.ndo_set_mac_address = w90p910_set_mac_address,
|
||||
.ndo_do_ioctl = w90p910_ether_ioctl,
|
||||
.ndo_validate_addr = eth_validate_addr,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue