Skip to content

Instantly share code, notes, and snippets.

@fberndl
Forked from ruzickap/openwrt_wireless.sh
Created January 19, 2021 15:30
Show Gist options
  • Save fberndl/0b773f5151acd14269cd0363ad65fab2 to your computer and use it in GitHub Desktop.
Save fberndl/0b773f5151acd14269cd0363ad65fab2 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