netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] skge: restore multicast rx filter on resume
@ 2011-12-25  8:18 Florian Zumbiehl
  2011-12-26 20:17 ` David Miller
  0 siblings, 1 reply; 9+ messages in thread
From: Florian Zumbiehl @ 2011-12-25  8:18 UTC (permalink / raw)
  To: netdev, shemminger

Hi,

no clue whether this is really the correct[tm] way to fix this, but it
makes it so that IPv6 doesn't start failing after a suspend/resume cycle
because neighbour discovery stops working ...

Florian

---------------------------------------------------------------------------
skge: restore multicast rx filter on resume
    
Signed-off-by: Florian Zumbiehl <florz@florz.de>

diff --git a/drivers/net/skge.c b/drivers/net/skge.c
index f4be5c7..cd968e5 100644
--- a/drivers/net/skge.c
+++ b/drivers/net/skge.c
@@ -4046,6 +4046,7 @@ static int skge_resume(struct device *dev)
 				dev_close(dev);
 				goto out;
 			}
+			skge_set_multicast(dev);
 		}
 	}
 out:

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2011-12-29 16:18 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-25  8:18 [PATCH] skge: restore multicast rx filter on resume Florian Zumbiehl
2011-12-26 20:17 ` David Miller
2011-12-27 17:56   ` Stephen Hemminger
2011-12-28  7:41     ` Florian Zumbiehl
2011-12-28 17:27       ` Stephen Hemminger
2011-12-28 18:09         ` David Miller
2011-12-29  6:48           ` Florian Zumbiehl
2011-12-29  7:56             ` David Miller
2011-12-29 16:18               ` Stephen Hemminger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).