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
@@ -2104,7 +2104,6 @@ static const struct net_device_ops enic_netdev_dynamic_ops = {
|
||||
.ndo_get_stats64 = enic_get_stats,
|
||||
.ndo_validate_addr = eth_validate_addr,
|
||||
.ndo_set_rx_mode = enic_set_rx_mode,
|
||||
.ndo_set_multicast_list = enic_set_rx_mode,
|
||||
.ndo_set_mac_address = enic_set_mac_address_dynamic,
|
||||
.ndo_change_mtu = enic_change_mtu,
|
||||
.ndo_vlan_rx_add_vid = enic_vlan_rx_add_vid,
|
||||
@@ -2126,7 +2125,6 @@ static const struct net_device_ops enic_netdev_ops = {
|
||||
.ndo_validate_addr = eth_validate_addr,
|
||||
.ndo_set_mac_address = enic_set_mac_address,
|
||||
.ndo_set_rx_mode = enic_set_rx_mode,
|
||||
.ndo_set_multicast_list = enic_set_rx_mode,
|
||||
.ndo_change_mtu = enic_change_mtu,
|
||||
.ndo_vlan_rx_add_vid = enic_vlan_rx_add_vid,
|
||||
.ndo_vlan_rx_kill_vid = enic_vlan_rx_kill_vid,
|
||||
|
Reference in New Issue
Block a user