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:

کامیت شده توسط
David S. Miller

والد
01789349ee
کامیت
afc4b13df1
@@ -261,7 +261,7 @@ static const struct net_device_ops e100_netdev_ops = {
|
||||
.ndo_start_xmit = e100_send_packet,
|
||||
.ndo_tx_timeout = e100_tx_timeout,
|
||||
.ndo_get_stats = e100_get_stats,
|
||||
.ndo_set_multicast_list = set_multicast_list,
|
||||
.ndo_set_rx_mode = set_multicast_list,
|
||||
.ndo_do_ioctl = e100_ioctl,
|
||||
.ndo_set_mac_address = e100_set_mac_address,
|
||||
.ndo_validate_addr = eth_validate_addr,
|
||||
|
مرجع در شماره جدید
Block a user