You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
6 months ago | |
|---|---|---|
| .. | ||
| aic8800 | 1 year ago | |
| bcmdhd | 6 months ago | |
| ea6621q | 1 year ago | |
| infineon | 6 months ago | |
| rtl8822cs | 10 months ago | |
| rtl8852bs | 6 months ago | |
| swt6621s | 6 months ago | |
| .gitignore | 1 year ago | |
| Makefile | 6 months ago | |
| README | 1 year ago | |
| add_license.sh | 1 year ago | |
| build_wifi_ko.sh | 6 months ago | |
| set_android_version.sh | 1 year ago | |
| wifi.load | 1 year ago | |
README
Third part wifi driver placed at external/wifi_driver to avoid submit to kernel. wifi drivers here will be auto build with modules use: ./build.sh -K You can use following commands to manaul build the certain wifi driver (e.g. rtl8822es): cd exteranl/wifi_driver/ make ARCH=arm64 -C ../../kernel M=$PWD clean make ARCH=arm64 -C ../../kernel M=$PWD ko will generate at exteranl/wifi_driver/rtl8822es/8822es.ko If exist both (e.g rtl8822es) kernel/drivers/net/wireless/rockchip_wlan/rtl8822es (CONFIG_RTL8822ES=m) and exteranl/wifi_driver/rtl8822es/ will priority to use exteranl/wifi_driver/rtl8822es/