Add ath10k regdom override patch
This commit is contained in:
parent
6ed755b800
commit
3af9e2c4bc
2 changed files with 45 additions and 0 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue