system: laptop: Disable Wi-Fi power-saving

This completely dimishes /any/ Wi-Fi performance it can potentially drop
it as low as a few KiB/s ..

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2023-09-21 20:17:08 +02:00
parent 0a0cfd2867
commit 15c40d991c
Signed by: c8h4
GPG key ID: 6817E9C75C0785D7

View file

@ -9,6 +9,7 @@
MAX_LOST_WORK_SECS_ON_BAT = 30;
# Radio devices
DEVICES_TO_DISABLE_ON_STARTUP = "bluetooth wwan";
WIFI_PWR_ON_BAT = "off";
# USB
USB_EXCLUDE_AUDIO = 0;
USB_EXCLUDE_PHONE = 1;