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
@@ -253,7 +253,7 @@ static const struct net_device_ops at1700_netdev_ops = {
|
||||
.ndo_open = net_open,
|
||||
.ndo_stop = net_close,
|
||||
.ndo_start_xmit = net_send_packet,
|
||||
.ndo_set_multicast_list = set_rx_mode,
|
||||
.ndo_set_rx_mode = set_rx_mode,
|
||||
.ndo_tx_timeout = net_tx_timeout,
|
||||
.ndo_change_mtu = eth_change_mtu,
|
||||
.ndo_set_mac_address = eth_mac_addr,
|
||||
|
@@ -478,7 +478,7 @@ static const struct net_device_ops eth16i_netdev_ops = {
|
||||
.ndo_open = eth16i_open,
|
||||
.ndo_stop = eth16i_close,
|
||||
.ndo_start_xmit = eth16i_tx,
|
||||
.ndo_set_multicast_list = eth16i_multicast,
|
||||
.ndo_set_rx_mode = eth16i_multicast,
|
||||
.ndo_tx_timeout = eth16i_timeout,
|
||||
.ndo_change_mtu = eth_change_mtu,
|
||||
.ndo_set_mac_address = eth_mac_addr,
|
||||
|
@@ -226,7 +226,7 @@ static const struct net_device_ops fjn_netdev_ops = {
|
||||
.ndo_start_xmit = fjn_start_xmit,
|
||||
.ndo_tx_timeout = fjn_tx_timeout,
|
||||
.ndo_set_config = fjn_config,
|
||||
.ndo_set_multicast_list = set_rx_mode,
|
||||
.ndo_set_rx_mode = set_rx_mode,
|
||||
.ndo_change_mtu = eth_change_mtu,
|
||||
.ndo_set_mac_address = eth_mac_addr,
|
||||
.ndo_validate_addr = eth_validate_addr,
|
||||
|
Reference in New Issue
Block a user