mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 08:31:55 +00:00
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:
parent
57bf6eef2f
commit
37652522fa
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user