From 4e76274e834f8b73fec3e86f61171ff2b0f89e38 Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Tue, 21 Nov 2017 16:33:51 -0500 Subject: [PATCH] Turn off wireless power management --- hardware/network_interfaces.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hardware/network_interfaces.conf b/hardware/network_interfaces.conf index 08886c7..964c342 100644 --- a/hardware/network_interfaces.conf +++ b/hardware/network_interfaces.conf @@ -15,8 +15,10 @@ auto wlan0 allow-hotplug wlan0 iface wlan0 inet manual wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf + wireless-power off auto wlan1 allow-hotplug wlan1 iface wlan1 inet manual - wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf \ No newline at end of file + wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf + wireless-power off \ No newline at end of file