Prev: [040/205] powerpc/5200: Fix build error in sound code.
Next: [062/205] drm/radeon/kms: fix DP after DPMS cycle
From: Greg KH on 30 Jul 2010 14:40 2.6.34-stable review patch. If anyone has any objections, please let us know. ------------------ From: Mike McCormack <mikem(a)ring3k.org> commit 37652522faa0877dc6d0dbb6b999bdccc07f0e89 upstream. Multicast settings will be lost on reset, so restore them. Signed-off-by: Mike McCormack <mikem(a)ring3k.org> Acked-by: Stephen Hemminger <shemminger(a)vyatta.com> Signed-off-by: David S. Miller <davem(a)davemloft.net> Signed-off-by: Greg Kroah-Hartman <gregkh(a)suse.de> --- drivers/net/sky2.c | 1 + 1 file changed, 1 insertion(+) --- a/drivers/net/sky2.c +++ b/drivers/net/sky2.c @@ -3293,6 +3293,7 @@ static void sky2_restart(struct work_str continue; sky2_hw_up(sky2); + sky2_set_multicast(dev); netif_wake_queue(dev); } -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |