Skip to content

Commit

Permalink
RTW88: Add RTL88XXAU support to 6.12.y
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Yavitz <[email protected]>
  • Loading branch information
pyavitz committed Jan 1, 2025
1 parent b1232ed commit 8e621ba
Show file tree
Hide file tree
Showing 4 changed files with 12,692 additions and 4 deletions.
3 changes: 1 addition & 2 deletions lib/functions/compilation/patch/drivers_network.sh
Original file line number Diff line number Diff line change
Expand Up @@ -337,9 +337,8 @@ 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/hack/003-rtw88-decrease-the-log-level-of-tx-report.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
}

Expand Down
Loading

0 comments on commit 8e621ba

Please sign in to comment.