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
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue