patch: rtw88: sdio: fix incorrect RF path detection when MAC is powered off (#8587)

This commit is contained in:
SuperKali
2025-09-08 07:33:30 +02:00
committed by GitHub
parent 343c287bb8
commit 343bcc6e24
2 changed files with 49 additions and 0 deletions

View File

@@ -354,6 +354,7 @@ driver_rtw88() {
display_alert "Adding" "Upstream wireless RTW88 drivers" "info"
if [[ -f "${SRC}/patch/misc/rtw88/${version}/001-drivers-net-wireless-realtek-rtw88-upstream-wireless.patch" ]]; then
process_patch_file "${SRC}/patch/misc/rtw88/${version}/001-drivers-net-wireless-realtek-rtw88-upstream-wireless.patch" "applying"
process_patch_file "${SRC}/patch/misc/rtw88/${version}/002-rtw88-sdio-rf-path-detection-fix.patch" "applying"
process_patch_file "${SRC}/patch/misc/rtw88/hack/003-rtw88-decrease-the-log-level-of-tx-report.patch" "applying"
fi
fi