mirror of
https://github.com/FUjr/gl-infra-builder.git
synced 2025-12-16 09:10:02 +00:00
34 lines
1.0 KiB
Diff
34 lines
1.0 KiB
Diff
From dc72742a570787fd2a78ffdac2f6ff861519eabf Mon Sep 17 00:00:00 2001
|
|
From: Yin Ni <yin.ni@gl-inet.com>
|
|
Date: Mon, 20 Mar 2023 02:26:50 -0700
|
|
Subject: [PATCH] ath79: e750 crash after restart 5g wifi
|
|
|
|
Signed-off-by: Yin Ni <yin.ni@gl-inet.com>
|
|
---
|
|
.../patches/970-crash-after-restart-5g-wifi.patch | 13 +++++++++++++
|
|
1 file changed, 13 insertions(+)
|
|
create mode 100644 package/kernel/ath10k-ct/patches/970-crash-after-restart-5g-wifi.patch
|
|
|
|
diff --git a/package/kernel/ath10k-ct/patches/970-crash-after-restart-5g-wifi.patch b/package/kernel/ath10k-ct/patches/970-crash-after-restart-5g-wifi.patch
|
|
new file mode 100644
|
|
index 0000000000..32ed8ede53
|
|
--- /dev/null
|
|
+++ b/package/kernel/ath10k-ct/patches/970-crash-after-restart-5g-wifi.patch
|
|
@@ -0,0 +1,13 @@
|
|
+Index: b/ath10k-5.15/pci.c
|
|
+===================================================================
|
|
+--- a/ath10k-5.15/pci.c
|
|
++++ b/ath10k-5.15/pci.c
|
|
+@@ -2571,7 +2571,7 @@ static int ath10k_pci_bmi_wait(struct at
|
|
+ goto out;
|
|
+ }
|
|
+
|
|
+- schedule();
|
|
++ //schedule();
|
|
+ }
|
|
+
|
|
+ ret = -ETIMEDOUT;
|
|
--
|
|
2.25.1
|
|
|