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
2025-01-14 08:49:52 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
0ca2fdb2de
genode
/
repos
/
pc
/
recipes
/
pkg
/
pc_wifi
/
README
3 lines
54 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
Remove '_drv' suffix Issue #4420
2024-05-30 13:46:57 +00:00
Package for bundling pc_wifi and pc_wifi_firmware
Reference in New Issue
Copy Permalink