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
@@ -524,7 +524,7 @@ static const struct net_device_ops netxen_netdev_ops = {
|
||||
.ndo_start_xmit = netxen_nic_xmit_frame,
|
||||
.ndo_get_stats64 = netxen_nic_get_stats,
|
||||
.ndo_validate_addr = eth_validate_addr,
|
||||
.ndo_set_multicast_list = netxen_set_multicast_list,
|
||||
.ndo_set_rx_mode = netxen_set_multicast_list,
|
||||
.ndo_set_mac_address = netxen_nic_set_mac,
|
||||
.ndo_change_mtu = netxen_nic_change_mtu,
|
||||
.ndo_tx_timeout = netxen_tx_timeout,
|
||||
|
@@ -3762,7 +3762,6 @@ static const struct net_device_ops ql3xxx_netdev_ops = {
|
||||
.ndo_open = ql3xxx_open,
|
||||
.ndo_start_xmit = ql3xxx_send,
|
||||
.ndo_stop = ql3xxx_close,
|
||||
.ndo_set_multicast_list = NULL, /* not allowed on NIC side */
|
||||
.ndo_change_mtu = eth_change_mtu,
|
||||
.ndo_validate_addr = eth_validate_addr,
|
||||
.ndo_set_mac_address = ql3xxx_set_mac_address,
|
||||
|
@@ -325,7 +325,7 @@ static const struct net_device_ops qlcnic_netdev_ops = {
|
||||
.ndo_start_xmit = qlcnic_xmit_frame,
|
||||
.ndo_get_stats = qlcnic_get_stats,
|
||||
.ndo_validate_addr = eth_validate_addr,
|
||||
.ndo_set_multicast_list = qlcnic_set_multi,
|
||||
.ndo_set_rx_mode = qlcnic_set_multi,
|
||||
.ndo_set_mac_address = qlcnic_set_mac,
|
||||
.ndo_change_mtu = qlcnic_change_mtu,
|
||||
.ndo_fix_features = qlcnic_fix_features,
|
||||
|
@@ -4676,7 +4676,7 @@ static const struct net_device_ops qlge_netdev_ops = {
|
||||
.ndo_start_xmit = qlge_send,
|
||||
.ndo_change_mtu = qlge_change_mtu,
|
||||
.ndo_get_stats = qlge_get_stats,
|
||||
.ndo_set_multicast_list = qlge_set_multicast_list,
|
||||
.ndo_set_rx_mode = qlge_set_multicast_list,
|
||||
.ndo_set_mac_address = qlge_set_mac_address,
|
||||
.ndo_validate_addr = eth_validate_addr,
|
||||
.ndo_tx_timeout = qlge_tx_timeout,
|
||||
|
Reference in New Issue
Block a user