* [PATCH 3.2-rc7] skge: restore rx multicast filter on resume and after config changes
@ 2011-12-31 3:30 Florian Zumbiehl
2011-12-31 4:33 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Florian Zumbiehl @ 2011-12-31 3:30 UTC (permalink / raw)
To: netdev, shemminger, davem
Restore skge hardware registers for multicast filtering to their
appropriate values after system resume and after hardware restarts
that are done when changing certain settings.
Signed-off-by: Florian Zumbiehl <florz@florz.de>
Acked-by: Stephen Hemminger <shemminger@vyatta.com>
diff --git a/drivers/net/ethernet/marvell/skge.c b/drivers/net/ethernet/marvell/skge.c
index c7b6083..dea0cb4 100644
--- a/drivers/net/ethernet/marvell/skge.c
+++ b/drivers/net/ethernet/marvell/skge.c
@@ -2606,6 +2606,9 @@ static int skge_up(struct net_device *dev)
spin_unlock_irq(&hw->hw_lock);
napi_enable(&skge->napi);
+
+ skge_set_multicast(dev);
+
return 0;
free_tx_ring:
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-12-31 4:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-31 3:30 [PATCH 3.2-rc7] skge: restore rx multicast filter on resume and after config changes Florian Zumbiehl
2011-12-31 4:33 ` David Miller
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).