diff options
author | Jiri Pirko <jpirko@redhat.com> | 2011-08-16 02:29:01 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-08-17 23:22:03 -0400 |
commit | afc4b13df143122f99a0eb10bfefb216c2806de0 (patch) | |
tree | 5a90e0a8226ce4173d8d366f5bed0322c9623cdd /drivers/net/ethernet/xilinx | |
parent | 01789349ee52e4a3faf376f1485303d9723c4f1f (diff) |
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>
Diffstat (limited to 'drivers/net/ethernet/xilinx')
-rw-r--r-- | drivers/net/ethernet/xilinx/ll_temac_main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ethernet/xilinx/ll_temac_main.c b/drivers/net/ethernet/xilinx/ll_temac_main.c index 728fe414147a..570776edc01b 100644 --- a/drivers/net/ethernet/xilinx/ll_temac_main.c +++ b/drivers/net/ethernet/xilinx/ll_temac_main.c | |||
@@ -922,7 +922,6 @@ static const struct net_device_ops temac_netdev_ops = { | |||
922 | .ndo_start_xmit = temac_start_xmit, | 922 | .ndo_start_xmit = temac_start_xmit, |
923 | .ndo_set_mac_address = netdev_set_mac_address, | 923 | .ndo_set_mac_address = netdev_set_mac_address, |
924 | .ndo_validate_addr = eth_validate_addr, | 924 | .ndo_validate_addr = eth_validate_addr, |
925 | //.ndo_set_multicast_list = temac_set_multicast_list, | ||
926 | #ifdef CONFIG_NET_POLL_CONTROLLER | 925 | #ifdef CONFIG_NET_POLL_CONTROLLER |
927 | .ndo_poll_controller = temac_poll_controller, | 926 | .ndo_poll_controller = temac_poll_controller, |
928 | #endif | 927 | #endif |