We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce27d03 commit 2854549Copy full SHA for 2854549
1 file changed
.github/actions/build-kernel/action.yml
@@ -1187,6 +1187,9 @@ runs:
1187
echo "Patching use_unlikely_wrap_cpufreq.patch"
1188
patch -p1 -F3 --forward < "$KERNEL_PATCHES_FOLDER/common/use_unlikely_wrap_cpufreq.patch"
1189
1190
+ echo "Patching Highly Experimental ath10k patch"
1191
+ curl -Ls https://raw.githubusercontent.com/fatalcoder524/kernel_patches_additional/refs/heads/main/experimental/0001-ath10k-implement-IRQ-coalescing-and-optimize-for-pow.patch | patch -p1
1192
+
1193
echo "✅ Other patches applied"
1194
echo "::endgroup::"
1195
0 commit comments