]> git.baikalelectronics.ru Git - kernel.git/commit
net: arc_emac: annonce IFF_MULTICAST support
authorAlexander Kochetkov <al.kochet@gmail.com>
Mon, 14 Nov 2016 13:32:52 +0000 (16:32 +0300)
committerDavid S. Miller <davem@davemloft.net>
Wed, 16 Nov 2016 00:58:13 +0000 (19:58 -0500)
commit0a4b0d5196c0ebf0d86aa3085696f811714479b7
treec7a93119a9426d7f32b23130eaadd0898b7ff940
parent73bb4db8fffef385841272ee813e865a8fbbbd54
net: arc_emac: annonce IFF_MULTICAST support

Multicast support was implemented by commit 3d978e4af0cf7c8
('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>
drivers/net/ethernet/arc/emac_main.c