I found this option in the file /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf :
wifi.powersave = 3
But couldn't find detailed explanations about that in the manpage:
wifi.powersave
If left unspecified, the default value "ignore" will be used.
I noticed that my Wi-Fi signal sometimes goes down even if the modem is near my laptop.Can that option cause this behavior ? And also does that have an impact on speed? (because of the packet drops due to low signal intensity)
And what does 3 mean in that option?
Thanks.