mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-12 15:44:01 +08: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;
|
continue;
|
||||||
|
|
||||||
sky2_hw_up(sky2);
|
sky2_hw_up(sky2);
|
||||||
|
sky2_set_multicast(dev);
|
||||||
netif_wake_queue(dev);
|
netif_wake_queue(dev);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user