]> git.baikalelectronics.ru Git - kernel.git/commit
net: fec: Fix multicast list setup in fec_restart().
authorChristoph Müllner <christoph.muellner@theobroma-systems.com>
Thu, 27 Jun 2013 19:18:23 +0000 (21:18 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 1 Jul 2013 20:29:26 +0000 (13:29 -0700)
commitef5531ee333ae6e331296c9c1fb68b6ff5698aa6
tree1060cd815ee6462cb27a8b8edba1c226fb4bbcf4
parent31d6550b9c6dc69049283985770ab1449641d9f6
net: fec: Fix multicast list setup in fec_restart().

Setup the multicast list of the net_device instead of
clearing it blindly. This restores the multicast groups
in case of a link down/up event or when resuming from
suspend.

Signed-off-by: Christoph Muellner <christoph.muellner@theobroma-systems.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/freescale/fec_main.c