Add ath10k regdom override patch

This commit is contained in:
Fabian Hauser 2019-11-20 23:26:05 +01:00
parent 6ed755b800
commit 3af9e2c4bc
2 changed files with 45 additions and 0 deletions

View file

@ -25,6 +25,11 @@ let pkgs = import<nixpkgs>{};
in
{
boot.kernelPatches = [{
name = "ath10k-override-eeprom-regulatory-domain";
patch = ./ath10k-override-eeprom-regulatory-domain.patch;
}];
# To get the MAC address of each card, use this command: cat /sys/class/net/*device_name*/address
# Make sure to use the lower-case hex values in your udev rules. It does not like upper-case.
services.udev.extraRules = ''