Skip to content

Commit 2854549

Browse files
committed
Test exp patch
1 parent ce27d03 commit 2854549

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/actions/build-kernel/action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1187,6 +1187,9 @@ runs:
11871187
echo "Patching use_unlikely_wrap_cpufreq.patch"
11881188
patch -p1 -F3 --forward < "$KERNEL_PATCHES_FOLDER/common/use_unlikely_wrap_cpufreq.patch"
11891189
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+
11901193
echo "✅ Other patches applied"
11911194
echo "::endgroup::"
11921195

0 commit comments

Comments
 (0)