Interesting...
By default, it seems to be set to 2, so I wonder what values it supports, and what the other options are.
If it's the same as the same as the Realtek RTL8192 chipset driver... it'll be:
And doing a
looks like it *should* allow real-time control of that parameter (can't check atm as I don't have ssh access to my pinephone and typing terminal commands on a phone touchscreen is... painful). If it does work, it might be handy to shove in a script so you have have power saving when you want to prolong the battery or switch it off to get a more reliable wifi link.
It seems like
may be worth playing with/zeroing also.
By default, it seems to be set to 2, so I wonder what values it supports, and what the other options are.
Code:
cat /sys/module/8723cs/parameters/rtw_power_mgnt
If it's the same as the same as the Realtek RTL8192 chipset driver... it'll be:
Quote:rtw_power_mgnt
- 0 = disable power saving
- 1 = power saving on, minPS
- 2 = power saving on, maxPS
And doing a
Code:
echo 0 | sudo tee /sys/module/8723cs/parameters/rtw_power_mgnt
looks like it *should* allow real-time control of that parameter (can't check atm as I don't have ssh access to my pinephone and typing terminal commands on a phone touchscreen is... painful). If it does work, it might be handy to shove in a script so you have have power saving when you want to prolong the battery or switch it off to get a more reliable wifi link.
It seems like
Code:
rtw_enusbss
rtw_ips_mode