Hi,
I bought a new TP-Link TL-WR841ND v.8.1 today and installed OpenWrt (http://downloads.openwrt.org/attitude_a … actory.bin) on it. What I'm wondering now is, if something is wrong because the router is declared as providing 300Mbps but on LuCI I see:
Generic 802.11bgn Wireless Controller (radio0)
Channel: 9 (2.452 GHz) | Bitrate: 25.2 Mbit/s
And for the clients the rx rates shown are 55-65 Mbit/s and tx rates are about 25-30 Mbit/s.
My WLAN-config is:
config wifi-device 'radio0'
option type 'mac80211'
option macaddr XYZ
option hwmode '11ng'
list ht_capab 'LDPC'
list ht_capab 'SHORT-GI-20'
list ht_capab 'SHORT-GI-40'
list ht_capab 'TX-STBC'
list ht_capab 'RX-STBC1'
list ht_capab 'DSSS_CCK-40'
option txpower '20'
option country 'US'
option channel '9'
option htmode 'HT40-'
option noscan '1'config wifi-iface
option device 'radio0'
option network 'lan'
option mode 'ap'
option encryption 'psk2'
option key XYZ
option ssid XYZ
Shouldn't the bitrate be much higher?