Created
July 9, 2013 22:16
-
-
Save vkdimitrov/5961811 to your computer and use it in GitHub Desktop.
dd-wrt cronjob that check if there are active wifi clients, and if not reduce TX Power to min (without disabling the radio), else set it to 50
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*/1 * * * * root I=`nvram get wl0_ifname`;[ -z `wl -i $I assoclist` ] && wl txpwr1 -o -m 1 || wl txpwr1 -o -m 50 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment