This website requires JavaScript.
Explore
Help
Sign In
ExternalVendorCode
/
genode
Watch
1
Star
0
Fork
0
You've already forked genode
mirror of
https://github.com/genodelabs/genode.git
synced
2024-12-23 15:32:25 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
d5710d9de3
genode
/
repos
/
pc
/
recipes
/
api
/
pc_linux
/
hash
2 lines
52 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Move 'wifi' driver to dde_linux repository The bulk of the driver code now lives in the 'dde_linux' repository, which is available on all platforms, from where it can be referenced by other repositories. The 'wifi_drv' binary was delegated to a generic harness that includes all configuration and management functionality shared by all wireless device driver components, e.g., the wpa_supplicant. The code of the device driver emulation environment is located in 'src/lib/wifi'. It is referenced by the platform-specific driver library that resides in the corresponding platform repository. The runtime configuration needs to point the driver to proper driver library. The platform-specific library is in charge of orchestrating the contrib source utilized by the driver as well as providing the 'source.list' and 'dep.list' files. It must include the generic library snippet 'repos/dde_linux/lib/wifi.inc' that deals with managing the emulation environment code. The 'repos/dde_linux/src/drivers/wifi/README' file contains more detailed information on how to deploy the driver. Issue #4861.
2023-05-02 16:17:56 +00:00
2023-05-02 495f784f5db700f7dbe3583af4b196e9f05b1d9e
Reference in New Issue
Copy Permalink