Restore WiFi functionality to the RockPi-S

Reverts the part of 7b2c985363 that deprecated the RTL8723 driver.
The RTW88 driver for the RTL8723DS **does not work**
See issue Jira AR-2121
This commit is contained in:
Brent Roman
2024-04-14 22:02:20 -07:00
committed by Igor
parent 27a07d918e
commit 7343ca42f7
2 changed files with 21 additions and 21 deletions

View File

@@ -216,7 +216,7 @@ driver_rtl8811_rtl8812_rtl8814_rtl8821() {
driver_xradio_xr819() {
# Wireless drivers for Xradio XR819 chipsets
if linux-version compare "${version}" ge 4.19 && [[ "$LINUXFAMILY" == sunxi* ]]; then
# Attach to specific commit (is branch:master)
@@ -527,23 +527,13 @@ driver_rtl8723cs() {
}
###
###
### NOTICE: <=6.7 BELOW ONLY
###
### All drivers and patches listed below are only used in kernels <=6.7 and **not** in >=6.8
### Sorted by: "linux-version le ..." from high (newer kernel) to low (older kernel).
### It is sorted like this for better visibility.
###
### v v v v v v v v v v v v v v v v v v v v v v v
### The vendor's RTL8723DS driver is still required for RockPI-S support because
### the RTW88 driver for the chip configures its RF gains incorrectly
driver_rtl8723DS() {
# Wireless drivers for Realtek 8723DS chipsets
if linux-version compare "${version}" ge 5.0 && linux-version compare "${version}" le 6.7; then
if linux-version compare "${version}" ge 5.0; then
# Attach to specific commit (was "branch:master")
local rtl8723dsver='commit:52e593e8c889b68ba58bd51cbdbcad7fe71362e4' # Commit date: Nov 14, 2023 (please update when updating commit ref)
@@ -582,6 +572,16 @@ driver_rtl8723DS() {
fi
}
###
###
### NOTICE: <=6.7 BELOW ONLY
###
### All drivers and patches listed below are only used in kernels <=6.7 and **not** in >=6.8
### Sorted by: "linux-version le ..." from high (newer kernel) to low (older kernel).
### It is sorted like this for better visibility.
###
### v v v v v v v v v v v v v v v v v v v v v v v
driver_rtl8723DU() {
# Wireless drivers for Realtek 8723DU chipsets