genode/repos/dde_linux/lib
Josef Söntgen dd1b8a106f drivers/wifi: perform multi-staged construction
Since the wireless LAN driver is actually a 'Libc::Component' due to
its incorporation of the 'wpa_spplicant' application, we have to
intercept its construction because we have to initialize the Lx_kit
environment before any static ctors are executed. Most Linux initcalls
are implemented as ctors that will be otherwise implicitly executed
before the controll is given to us in 'Libc::Component::construct'.

Issue #4927.
2023-07-14 12:06:32 +02:00
..
import dde_linux: enable -gnu11 2023-07-14 12:01:19 +02:00
mk drivers/wifi: perform multi-staged construction 2023-07-14 12:06:32 +02:00
symbols wifi: add RFKILL notification interface 2023-05-30 12:03:33 +02:00