Commit 37652522 authored by Mike McCormack's avatar Mike McCormack Committed by David S. Miller

sky2: Restore multicast after restart

Multicast settings will be lost on reset, so restore them.
Signed-off-by: default avatarMike McCormack <mikem@ring3k.org>
Acked-by: default avatarStephen Hemminger <shemminger@vyatta.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 57bf6eef
......@@ -3347,6 +3347,7 @@ static void sky2_restart(struct work_struct *work)
continue;
sky2_hw_up(sky2);
sky2_set_multicast(dev);
netif_wake_queue(dev);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment