Quantcast
Channel: PirateBox Forum - PirateBox OpenWrt
Viewing all articles
Browse latest Browse all 3254

Re: Switching modes to 802.11n on TP-Link TL-MR3040

$
0
0
You can verify the settings in
/etc/config/wireless

Here is an example from our Example output page.
Quote

config wifi-device 'radio0'
option type 'mac80211'
option channel '11'
option macaddr 'f8:d1:11:a9:xx:xx'
option hwmode '11ng'
option htmode 'HT20'
list ht_capab 'SHORT-GI-20'
list ht_capab 'SHORT-GI-40'
list ht_capab 'RX-STBC1'
list ht_capab 'DSSS_CCK-40'
option disabled '0'

Per default the n mode is active.
You may want to change htmode to HT40+, you can use the following command.
sed -e 's:HT20:HT40+:' -i /etc/config/wireless

Remember:
Upload is pretty slow (for several reasons).
Download is limited by USB and CPU power. The USB stick can usually go to a maximum of 20MB/s on a PC... the read rate on those small devices is slower AND it mostly depends on the USB stick.
I contributed a while ago to this OpenWrt USB benchmark page.

best regards Matthias

Viewing all articles
Browse latest Browse all 3254

Trending Articles