mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-23 03:19:42 +01:00
Add wink patch for IRQ locking
This commit is contained in:
parent
154350aa04
commit
7f1da4009b
1 changed files with 9 additions and 0 deletions
|
@ -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 { };
|
||||
|
|
Loading…
Reference in a new issue