From b29794165f8b32660ac5d44751327962ef9e9d49 Mon Sep 17 00:00:00 2001 From: coolneng Date: Mon, 2 May 2022 00:49:40 +0200 Subject: [PATCH] Decrease lost beacon count workaround for WiFi --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 59d2ed2..16b7f8e 100644 --- a/configuration.nix +++ b/configuration.nix @@ -126,7 +126,7 @@ in { ]; boot.extraModprobeConfig = '' 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