From 692589e708b51422f4cef167ff80b49ab239a9d6 Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Thu, 28 Feb 2019 13:54:09 +0000 Subject: [PATCH] More changes to fix the WiFi on a Google Laptop --- .../tasks/includes/platform_google_laptop.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.ansible/roles/linux_desktop/tasks/includes/platform_google_laptop.yaml b/.ansible/roles/linux_desktop/tasks/includes/platform_google_laptop.yaml index efd2725..e28784b 100644 --- a/.ansible/roles/linux_desktop/tasks/includes/platform_google_laptop.yaml +++ b/.ansible/roles/linux_desktop/tasks/includes/platform_google_laptop.yaml @@ -15,3 +15,10 @@ regexp: '^wifi.powersave =' line: 'wifi.powersave = 2' become: true + + - name: 'Platform: Google Laptop: Make WiFi stable' + lineinfile: + path: /etc/modprobe.d/iwlwifi.conf + regexp: '^options iwlwifi ' + line: 'options iwlwifi 11n_disable=8 swcrypto=1' + become: true