Add wink patch for IRQ locking

This commit is contained in:
mitchmindtree 2020-12-07 14:51:56 +01:00
parent 154350aa04
commit 7f1da4009b
1 changed files with 9 additions and 0 deletions

View File

@ -211,6 +211,15 @@
sha256 = "0p1663w0lik44gwyfzmxxiwnc3s9n3p46aappla8pbfk9wdgw86d";
};
}
# Patch for crash by w1nk.
{
name = "w1nk-irq-lock-patch";
patch = pkgs.fetchpatch {
url = "https://raw.githubusercontent.com/w1nk/ath11k-debug/master/one-irq-manage.patch";
sha256 = "011db3h10smqy0ni0qr9mkyhykf1f3yq6yym6ysbb7jr7l51q0n9";
};
}
];
} // (args.argsOverride or { }));
linux_patched = pkgs.callPackage linux_patched_pkg { };