Decrease lost beacon count workaround for WiFi
This commit is contained in:
parent
ce676449a6
commit
b29794165f
|
@ -126,7 +126,7 @@ in {
|
||||||
];
|
];
|
||||||
boot.extraModprobeConfig = ''
|
boot.extraModprobeConfig = ''
|
||||||
options snd-hda-intel patch=hda-jack-retask.fw
|
options snd-hda-intel patch=hda-jack-retask.fw
|
||||||
options mac80211 beacon_loss_count=1000 probe_wait_ms=75
|
options mac80211 beacon_loss_count=100
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# Use same version of nixpkgs for nix-shell
|
# Use same version of nixpkgs for nix-shell
|
||||||
|
|
Loading…
Reference in New Issue