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-30 18:47:01 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
65957e024d
genode
/
repos
/
pc
/
recipes
/
pkg
/
pc_wifi
/
archives
7 lines
96 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Remove '_drv' suffix Issue #4420
2024-05-30 13:46:57 +00:00
_/src/pc_wifi
pc: update wifi driver The driver falls in line with the previous 'legacy_wifi_drv' component where the ported wireless LAN stack and device driver is encapsulated in a library. This library in return is used by the 'Libc::Component' providing the necessary environment for the 'wpa_supplicant'. In constrast to the old driver a 'wifi' VFS plugin is in charge of initalizing the 'Lx_kit::Env' prior to executing any static constructors. Fixes #4455.
2022-02-10 17:09:17 +00:00
_/src/openssl
_/src/vfs
_/src/vfs_jitterentropy
_/src/libc
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
_/raw/pc_wifi_firmware
Reference in New Issue
Copy Permalink