More changes to fix the WiFi on a Google Laptop
This commit is contained in:
parent
682942e5fd
commit
692589e708
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue