OSDN Git Service

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)
commit772e42b07fbdc650206746e00cb2914e362594a3
tree1060cd815ee6462cb27a8b8edba1c226fb4bbcf4
parent52bd4c0c1551daa2efa7bb9e01a2f4ea6d1311bb
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