OpenWrt Forum Archive

Topic: TP-Link 1043nd + TV LG LM670T

The content of this topic has been archived on 1 May 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

Hello!
A router and TV. They are connected to a wireless network. The distance between them is 5 meters. Installed firmware 12.09-rc1. The problem is the communication speed between the router and TV.
The average connection speed of 54 megabits: \

Cpecification Wi-Fi module TV

http://img72.imageshack.us/img72/2118/specification.jpg

http://img267.imageshack.us/img267/9149/no40mhz.jpg

Can provide the setting.
Why does not the router uses 40 Mhz, Got any ideas?
Thx!

(Last edited by -KAPMA- on 10 Jan 2013, 16:52)

May try to install the firmware from trunk?

To get full speed, you should edit /etc/config/wireless

option htmode ht40+ #in EU with regd enabled you can use ht 40+ for channels 1-9, ht40- for 5-13
option noscan 1

The above works if you have EU country and channels 12-13 working (you have checked regd in menuconfig), otherwise see the bottom of page http://wiki.openwrt.org/doc/uci/wireless

My config

etc/config/wireless

config wifi-device 'radio0'
    option type 'mac80211'
    option hwmode '11ng'
    option path 'platform/ath9k'
    list ht_capab 'SHORT-GI-40'
    list ht_capab 'DSSS_CCK-40'
    option txpower '20'
    option country 'US'
    option channel '5'
    option htmode 'HT40+'
    option noscan '1'

config wifi-iface
    option device 'radio0'
    option network 'lan'
    option mode 'ap'
    option ssid '***'
    option encryption 'psk2+ccmp'
    option key '***'

Screen inSSIDer

http://img21.imageshack.us/img21/6097/wifil.jpg

No wireless networks that prevent smile

The discussion might have continued from here.