Skip to content

Commit 7f92b5a

Browse files
committed
drivers_network: update rtl8852bs with amazingfate's fix for 6.18
- see armbian/wifi-rtl8852bs@72c7515
1 parent 7fe75b7 commit 7f92b5a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/functions/compilation/patch/drivers_network.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -372,13 +372,11 @@ driver_rtw88() {
372372
}
373373

374374
driver_rtl8852bs() {
375-
376375
# Wireless driver for Realtek 8852BS SDIO Wireless driver used in BananaPi F3 and Armsom Sige5
377-
378376
if linux-version compare "${version}" ge 6.1 && [[ "${LINUXFAMILY}" == spacemit || "${LINUXFAMILY}" == rk35xx || "${LINUXFAMILY}" == rockchip64 ]]; then
379377

380378
# Attach to specific commit
381-
local rtl8852bs_ver='commit:15811ffdf575baabbd1cd46a306e9544a7f02846' # Commit date: Oct 2, 2025 (please update when updating commit ref)
379+
local rtl8852bs_ver='commit:72c75150d7422eda3f0b3f543cce65114efcb4fe' # Commit date: Oct 18, 2025 (please update when updating commit ref)
382380

383381
display_alert "Adding" "Wireless drivers for Realtek 8852BS SDIO chipset ${rtl8852bs_ver}" "info"
384382

0 commit comments

Comments
 (0)