mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-17 22:58:26 +00:00
pc/wifi: prevent calling driver from pthread
Querying the RFKILL state led to execution of the Lx_kit::scheduler by the pthread running the wpa_supplicant. As this may not happen the RFKILL state is now solely managed by the driver and only the cached state is read by the supplicant. Fixes #4537.
This commit is contained in:
committed by
Christian Helmuth
parent
9d417ee2f5
commit
9393c0136c
@ -21,6 +21,5 @@ namespace Wifi {
|
||||
}
|
||||
|
||||
bool wifi_get_rfkill(void);
|
||||
void wifi_set_rfkill(bool);
|
||||
|
||||
#endif /* _WIFI__RFKILL_H_ */
|
||||
|
Reference in New Issue
Block a user