rpi-wifi
rpi-wifi copied to clipboard
Turn off power management
Hi,
thanks for this nice script! It works nice on Raspberry Pi Zero wh. It seems to work better with the power management turned off. If someone wants to do that for ap0 and wlan0, just add following lines to /etc/network/interfaces:
post-up iw ap0 set power_save off
post-up iw wlan0 set power_save off
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
Nice! It will be fantastic if you make PR! I believe this feature should be optional, disabled by default.
@lukicdarkoo I feel there is no point in having this optional. Under any circumstances you want an AP running ... or did I get something wrong?