rtw88: remove merged patch for kernel 6.8

This commit is contained in:
amazingfate
2024-01-24 18:08:04 +08:00
committed by Igor
parent eb9bb0d1ce
commit d9389553e0

View File

@@ -416,7 +416,9 @@ driver_rtw88() {
# Upstream wireless RTW88 drivers (wireless-next-2023-08-25)
if linux-version compare "${version}" ge 6.1; then
display_alert "Adding" "Upstream wireless RTW88 drivers" "info"
process_patch_file "${SRC}/patch/misc/rtw88/${version}/001-drivers-net-wireless-realtek-rtw88-upstream-wireless.patch" "applying"
if linux-version compare "${version}" ge 6.1 && linux-version compare "${version}" lt 6.8; then
process_patch_file "${SRC}/patch/misc/rtw88/${version}/001-drivers-net-wireless-realtek-rtw88-upstream-wireless.patch" "applying"
fi
process_patch_file "${SRC}/patch/misc/rtw88/hack/002-rtw88-usb-make-work-queues-high-priority.patch" "applying"
process_patch_file "${SRC}/patch/misc/rtw88/hack/003-rtw88-decrease-the-log-level-of-tx-report.patch" "applying"
fi