[PATCH 0/5] sky2: Avoid memory allocations on suspend/resume
From: Mike McCormack <hidden> Date: 2010-05-12 23:25:22
Hi Stephen,
This patch set rearranges sky2_suspend and sky2_resume so that we don't free memory and reallocate it when suspending.
Furthermore, there's two small fixes (Avoid race in sky2_change_mtu) for which I've clarified the commit message, and
(Restore multicast after restart) which restores the multicast settings after reset, as they may be lost.
thanks,
Mike