From 26cdd37fd7ce0dcae4e8e727367754ad310c527a Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Sun, 16 Apr 2017 04:17:34 +0200
Subject: [PATCH] W530: Turn off wifi on startup.

---
 ansible/files/system/___etc___default___tlp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ansible/files/system/___etc___default___tlp b/ansible/files/system/___etc___default___tlp
index c26db80..6db0f60 100644
--- a/ansible/files/system/___etc___default___tlp
+++ b/ansible/files/system/___etc___default___tlp
@@ -217,7 +217,7 @@ RESTORE_DEVICE_STATE_ON_STARTUP=0
 
 # Radio devices to disable on startup: bluetooth, wifi, wwan.
 # Separate multiple devices with spaces.
-#DEVICES_TO_DISABLE_ON_STARTUP="bluetooth wifi wwan"
+DEVICES_TO_DISABLE_ON_STARTUP="bluetooth wifi wwan"
 
 # Radio devices to enable on startup: bluetooth, wifi, wwan.
 # Separate multiple devices with spaces.
-- 
2.30.2