Last active
February 18, 2018 20:03
-
-
Save gionn/a8d85f32832ddab271ce3cf06238ae3d to your computer and use it in GitHub Desktop.
Increase wifi speed on Gargoyle router (TP-Link TL-WR1043N/ND v1)
This file contains hidden or 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
root@router:~# cat /etc/config/wireless | |
config wifi-device 'radio0' | |
option type 'mac80211' | |
option hwmode '11g' | |
option path 'platform/qca955x_wmac' | |
option htmode 'HT40-' | |
option noscan '1' | |
option channel '7' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment