for different reasons I need to disable the WLAN powersave mode on Jeton TX2.
Therefore I found this command
iw dev wlan0 set power_save off
The command itself seems to do the job, but I cannot make it turning off powersave mode automatically.
I tried to autorun it at startup using cron, unfortunately it does not do the job.
Any recommendation on how to turn of power saving automatically?
Turning it of manually is not a really good solution, because the system should run automatically.
A solution to turn powersave mode off permanently would also be fine.