mirror of https://github.com/aredn/aredn.git
15 lines
269 B
Diff
15 lines
269 B
Diff
|
--- /dev/null
|
||
|
+++ b/package/kernel/ath10k-ct/patches/999-0001-fix-e750-reset-5g-crash.patch
|
||
|
@@ -0,0 +1,11 @@
|
||
|
+--- a/ath10k-5.15/pci.c
|
||
|
++++ b/ath10k-5.15/pci.c
|
||
|
+@@ -2571,7 +2571,7 @@
|
||
|
+ goto out;
|
||
|
+ }
|
||
|
+
|
||
|
+- schedule();
|
||
|
++ //schedule();
|
||
|
+ }
|
||
|
+
|
||
|
+ ret = -ETIMEDOUT;
|