More changes to fix the WiFi on a Google Laptop

This commit is contained in:
Scott Wallace 2019-02-28 13:54:09 +00:00
parent 682942e5fd
commit 692589e708

View file

@ -15,3 +15,10 @@
regexp: '^wifi.powersave =' regexp: '^wifi.powersave ='
line: 'wifi.powersave = 2' line: 'wifi.powersave = 2'
become: true 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