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
@@ -314,7 +314,7 @@ static const struct net_device_ops epic_netdev_ops = {
|
||||
.ndo_start_xmit = epic_start_xmit,
|
||||
.ndo_tx_timeout = epic_tx_timeout,
|
||||
.ndo_get_stats = epic_get_stats,
|
||||
.ndo_set_multicast_list = set_rx_mode,
|
||||
.ndo_set_rx_mode = set_rx_mode,
|
||||
.ndo_do_ioctl = netdev_ioctl,
|
||||
.ndo_change_mtu = eth_change_mtu,
|
||||
.ndo_set_mac_address = eth_mac_addr,
|
||||
|
@@ -1768,7 +1768,7 @@ static const struct net_device_ops smc911x_netdev_ops = {
|
||||
.ndo_stop = smc911x_close,
|
||||
.ndo_start_xmit = smc911x_hard_start_xmit,
|
||||
.ndo_tx_timeout = smc911x_timeout,
|
||||
.ndo_set_multicast_list = smc911x_set_multicast_list,
|
||||
.ndo_set_rx_mode = smc911x_set_multicast_list,
|
||||
.ndo_change_mtu = eth_change_mtu,
|
||||
.ndo_validate_addr = eth_validate_addr,
|
||||
.ndo_set_mac_address = eth_mac_addr,
|
||||
|
@@ -827,7 +827,7 @@ static const struct net_device_ops smc_netdev_ops = {
|
||||
.ndo_stop = smc_close,
|
||||
.ndo_start_xmit = smc_wait_to_send_packet,
|
||||
.ndo_tx_timeout = smc_timeout,
|
||||
.ndo_set_multicast_list = smc_set_multicast_list,
|
||||
.ndo_set_rx_mode = smc_set_multicast_list,
|
||||
.ndo_change_mtu = eth_change_mtu,
|
||||
.ndo_set_mac_address = eth_mac_addr,
|
||||
.ndo_validate_addr = eth_validate_addr,
|
||||
|
@@ -294,7 +294,7 @@ static const struct net_device_ops smc_netdev_ops = {
|
||||
.ndo_start_xmit = smc_start_xmit,
|
||||
.ndo_tx_timeout = smc_tx_timeout,
|
||||
.ndo_set_config = s9k_config,
|
||||
.ndo_set_multicast_list = set_rx_mode,
|
||||
.ndo_set_rx_mode = set_rx_mode,
|
||||
.ndo_do_ioctl = smc_ioctl,
|
||||
.ndo_change_mtu = eth_change_mtu,
|
||||
.ndo_set_mac_address = eth_mac_addr,
|
||||
|
@@ -1768,7 +1768,7 @@ static const struct net_device_ops smc_netdev_ops = {
|
||||
.ndo_stop = smc_close,
|
||||
.ndo_start_xmit = smc_hard_start_xmit,
|
||||
.ndo_tx_timeout = smc_timeout,
|
||||
.ndo_set_multicast_list = smc_set_multicast_list,
|
||||
.ndo_set_rx_mode = smc_set_multicast_list,
|
||||
.ndo_change_mtu = eth_change_mtu,
|
||||
.ndo_validate_addr = eth_validate_addr,
|
||||
.ndo_set_mac_address = eth_mac_addr,
|
||||
|
@@ -1906,7 +1906,7 @@ static const struct net_device_ops smsc911x_netdev_ops = {
|
||||
.ndo_stop = smsc911x_stop,
|
||||
.ndo_start_xmit = smsc911x_hard_start_xmit,
|
||||
.ndo_get_stats = smsc911x_get_stats,
|
||||
.ndo_set_multicast_list = smsc911x_set_multicast_list,
|
||||
.ndo_set_rx_mode = smsc911x_set_multicast_list,
|
||||
.ndo_do_ioctl = smsc911x_do_ioctl,
|
||||
.ndo_change_mtu = eth_change_mtu,
|
||||
.ndo_validate_addr = eth_validate_addr,
|
||||
|
@@ -1566,7 +1566,7 @@ static const struct net_device_ops smsc9420_netdev_ops = {
|
||||
.ndo_stop = smsc9420_stop,
|
||||
.ndo_start_xmit = smsc9420_hard_start_xmit,
|
||||
.ndo_get_stats = smsc9420_get_stats,
|
||||
.ndo_set_multicast_list = smsc9420_set_multicast_list,
|
||||
.ndo_set_rx_mode = smsc9420_set_multicast_list,
|
||||
.ndo_do_ioctl = smsc9420_do_ioctl,
|
||||
.ndo_validate_addr = eth_validate_addr,
|
||||
.ndo_set_mac_address = eth_mac_addr,
|
||||
|
Reference in New Issue
Block a user