From 842e6b66f9399e54fc87c83b5ea316345f2246dd Mon Sep 17 00:00:00 2001 From: Ricardo Pardini Date: Sun, 12 Oct 2025 19:40:36 +0200 Subject: [PATCH] drivers_network: update `rtl8852bs` with amazingfate's fix for 6.18 - see https://github.com/armbian/wifi-rtl8852bs/commit/72c75150d7422eda3f0b3f543cce65114efcb4fe --- lib/functions/compilation/patch/drivers_network.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/functions/compilation/patch/drivers_network.sh b/lib/functions/compilation/patch/drivers_network.sh index ae0df5a8a0..e811fcdb28 100644 --- a/lib/functions/compilation/patch/drivers_network.sh +++ b/lib/functions/compilation/patch/drivers_network.sh @@ -372,13 +372,11 @@ driver_rtw88() { } driver_rtl8852bs() { - # Wireless driver for Realtek 8852BS SDIO Wireless driver used in BananaPi F3 and Armsom Sige5 - if linux-version compare "${version}" ge 6.1 && [[ "${LINUXFAMILY}" == spacemit || "${LINUXFAMILY}" == rk35xx || "${LINUXFAMILY}" == rockchip64 ]]; then # Attach to specific commit - local rtl8852bs_ver='commit:15811ffdf575baabbd1cd46a306e9544a7f02846' # Commit date: Oct 2, 2025 (please update when updating commit ref) + local rtl8852bs_ver='commit:72c75150d7422eda3f0b3f543cce65114efcb4fe' # Commit date: Oct 18, 2025 (please update when updating commit ref) display_alert "Adding" "Wireless drivers for Realtek 8852BS SDIO chipset ${rtl8852bs_ver}" "info"