From 1529a9ee8e3cc9df9c08c2977215b7c3d3ebb76d Mon Sep 17 00:00:00 2001 From: coolneng Date: Fri, 27 May 2022 16:59:05 +0200 Subject: [PATCH] Increase beacon_loss_count --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index c023db2..dff7494 100644 --- a/configuration.nix +++ b/configuration.nix @@ -131,7 +131,7 @@ in { ]; boot.extraModprobeConfig = '' options snd-hda-intel patch=hda-jack-retask.fw - options mac80211 beacon_loss_count=100 + options mac80211 beacon_loss_count=500 ''; # Use same version of nixpkgs for nix-shell