gl-infra-builder-FUjr/patches-22.03.2/2001-ath79-e750-crash-after-restart-5g-wifi.patch
Yin Ni 429ac6237f e750: Fix e750 5G wifi crash
Signed-off-by: Yin Ni <yin.ni@gl-inet.com>
2023-03-20 03:11:23 -07:00

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