Code: Select all
config wifi-device 'radio0'
option type 'mac80211'
option hwmode '11gn'
option macaddr 'xxxx'
option htmode 'HT40+'
list ht_capab 'SHORT-GI-40'
list ht_capab 'TX-STBC'
list ht_capab 'RX-STBC1'
list ht_capab 'DSSS_CCK-40'
option channel '11'
config wifi-iface 'cfg2'
option device 'radio0'
option network 'lan'
option mode 'sta'
option client_bridge '1'
option ssid 'xxxx'
option encryption 'psk'
option key 'xxxx'
config wifi-iface 'cfg3'
option device 'radio0'
option network 'lan'
option mode 'ap'
option ssid 'xxxx'
option encryption 'psk2'
option key 'xxxx'

The problem solves by itself if I remove the antenna from the Gargoyle router, which is weird -- the connection between both routers is not very strong, but it's not as weak as to justify this, and after all, I should be able to reach the Gargoyle router via ethernet whatever the conditions are.
I've tried to change to 11g, I've changed htmode to HT20, I've changed channels in both routers, and nothing helped.
Thanks in advance.