]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
bonding: remove duplicate set of flag IFF_MULTICAST
authorZhang Shengju <zhangshengju@cmss.chinamobile.com>
Wed, 16 Mar 2016 09:59:15 +0000 (09:59 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 19 Mar 2016 02:14:47 +0000 (22:14 -0400)
commit1098cee6e1b11e4fe80b2765eb54d412d4294f03
tree78a7c23c02e7efdc545db4a656876265d1356cf1
parent93e68cd6115f67d8363c94dae8206af36f6d3b00
bonding: remove duplicate set of flag IFF_MULTICAST

Remove unnecessary set of flag IFF_MULTICAST, since ether_setup
already does this.

Signed-off-by: Zhang Shengju <zhangshengju@cmss.chinamobile.com>
Reviewed-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com>
Signed-off-by: Andy Gospodarek <gospo@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bonding/bond_main.c