RTW88: Add RTL88XXAU support to 6.12.y
Signed-off-by: Patrick Yavitz <pyavitz@gmail.com>
This commit is contained in:
parent
b1232edaa2
commit
8e621baeb9
@ -337,10 +337,9 @@ 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"
|
||||
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
|
||||
fi
|
||||
}
|
||||
|
||||
driver_rtl8852bs() {
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,5 @@
|
||||
From 0a609e036b7f4a0dfd375dfcce4dffcb5f5a6150 Mon Sep 17 00:00:00 2001
|
||||
From: Patrick Yavitz <pyavitz@xxxxx.com>
|
||||
From: Patrick Yavitz <pyavitz@gmail.com>
|
||||
Date: Fri, 21 Jul 2023 17:13:56 -0400
|
||||
Subject: [PATCH] rtw88: decrease the log level of tx report
|
||||
|
||||
@ -7,7 +7,7 @@ Reduce 'failed to get tx report from firmware' dmesg spam.
|
||||
https://lore.kernel.org/linux-wireless/20210713104524.47101-1-pkshih@realtek.com/
|
||||
https://cgit.freebsd.org/src/commit/?id=e140d551b78670fbf99c83a59438cb13de50420f
|
||||
|
||||
Signed-off-by: Patrick Yavitz <pyavitz@xxxxx.com>
|
||||
Signed-off-by: Patrick Yavitz <pyavitz@gmail.com>
|
||||
---
|
||||
drivers/net/wireless/realtek/rtw88/tx.c | 12 +++++++-----
|
||||
1 file changed, 7 insertions(+), 5 deletions(-)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user