wifi: use with libc in config update

This commit is contained in:
Sebastian Sumpf 2017-09-29 17:04:58 +02:00 committed by Christian Helmuth
parent 28004bc9e6
commit 7a359f95a3

View File

@ -206,7 +206,10 @@ struct Wlan_configration
_activate_configuration();
}
void _handle_update() { _update_configuration(); }
void _handle_update()
{
Libc::with_libc([&] () { _update_configuration(); });
}
Wlan_configration(Genode::Env &env)
: