]> git.karo-electronics.de Git - karo-tx-linux.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)
committerJason Liu <r64343@freescale.com>
Wed, 30 Oct 2013 01:54:21 +0000 (09:54 +0800)
commita549e4fa5e5d624e07081c7c27a52f8932f228bd
tree8cdc7e3a5ff696493d55a1d713912583f1395229
parent61ab4986027981699e7261212d705713fa4c0fe2
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