Skip to content

Instantly share code, notes, and snippets.

@i3p9
Forked from ruzickap/openwrt_wireless.sh
Last active August 31, 2015 06:10
Show Gist options
  • Save i3p9/0f565cbc602ae4cafdd1 to your computer and use it in GitHub Desktop.
Save i3p9/0f565cbc602ae4cafdd1 to your computer and use it in GitHub Desktop.
OpenWrt WiFi configuration tweaks
uci set wireless.radio0.channel=8
uci set wireless.radio0.htmode=HT40-
uci set wireless.radio0.noscan=1
uci set wireless.radio0.bursting=1
uci set wireless.radio0.ff=1
uci set wireless.radio0.compression=1
uci set wireless.radio0.xr=1
uci set wireless.radio0.ar=1
uci set wireless.radio0.txpower=20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment