commit | c7a4e3d8c0d43a4f31f8b2ccf476e5a26eb85142 | [log] [tgz] |
---|---|---|
author | Alexander Kochetkov <al.kochet@gmail.com> | Mon Nov 14 16:32:52 2016 +0300 |
committer | David S. Miller <davem@davemloft.net> | Tue Nov 15 19:58:13 2016 -0500 |
tree | c7a93119a9426d7f32b23130eaadd0898b7ff940 | |
parent | 744dfcb1d91499b6aec509d27a88b2821be22998 [diff] |
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>