aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/arc
diff options
context:
space:
mode:
authorAlexander Kochetkov <al.kochet@gmail.com>2016-11-14 16:32:52 +0300
committerDavid S. Miller <davem@davemloft.net>2016-11-15 19:58:13 -0500
commitc7a4e3d8c0d43a4f31f8b2ccf476e5a26eb85142 (patch)
treec7a93119a9426d7f32b23130eaadd0898b7ff940 /drivers/net/ethernet/arc
parentMerge branch 'stmmac-ptp' (diff)
downloadlinux-dev-c7a4e3d8c0d43a4f31f8b2ccf476e5a26eb85142.tar.xz
linux-dev-c7a4e3d8c0d43a4f31f8b2ccf476e5a26eb85142.zip
net: arc_emac: annonce IFF_MULTICAST support
Multicast support was implemented by commit 775dd682e2b0ec7 ('arc_emac: implement promiscuous mode and multicast filtering'). It can be enabled explicity using 'ifconfig eth0 multicast'. The patch is needed in order to remove explicit configuration as most devices has multicast mode enabled by default. Signed-off-by: Alexander Kochetkov <al.kochet@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/arc')
-rw-r--r--drivers/net/ethernet/arc/emac_main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/ethernet/arc/emac_main.c b/drivers/net/ethernet/arc/emac_main.c
index b0da9693f28a..2e4ee86a7e51 100644
--- a/drivers/net/ethernet/arc/emac_main.c
+++ b/drivers/net/ethernet/arc/emac_main.c
@@ -764,8 +764,6 @@ int arc_emac_probe(struct net_device *ndev, int interface)
ndev->netdev_ops = &arc_emac_netdev_ops;
ndev->ethtool_ops = &arc_emac_ethtool_ops;
ndev->watchdog_timeo = TX_TIMEOUT;
- /* FIXME :: no multicast support yet */
- ndev->flags &= ~IFF_MULTICAST;
priv = netdev_priv(ndev);
priv->dev = dev;