sky2: Restore multicast after restart

Multicast settings will be lost on reset, so restore them.

Signed-off-by: Mike McCormack <mikem@ring3k.org>
Acked-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Mike McCormack 2010-05-13 06:12:48 +00:00 committed by David S. Miller
parent 57bf6eef2f
commit 37652522fa

View file

@ -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);
}