[FS#776] ath9k wds mode station break off

LEDE Bugs lede-bugs at lists.infradead.org
Thu May 18 09:01:33 PDT 2017


The following task has a new comment added:

FS#776 - ath9k wds mode station break off
User who did this - Christian W. (cvbkf)

----------
I can confirm this report. i have multiple TP-Link WR1043ND v3.0 which exhibit the same behavior. 
Usually, both the WDS station and the WDS AP report in CLI/LUCI a connection, but no data is transmitted over the wireless link. sometimes the RX speed is locked to 1 MBit/s or the AP disappears completely until reboot. reboot fixes the problem until it's happening again at random intervals. log files are clean. 


config wifi-device 'radio0'
        option type 'mac80211'
        option hwmode '11ng'
        option path 'platform/qca955x_wmac'
        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 noscan '1'
        option channel '3'
        option txpower '17'
        option country 'DE'
        option htmode 'HT40'

config wifi-iface
        option device 'radio0'
        option mode 'ap'
        option ssid 'somewifi'
        option wds '1'
        option network 'lan'
        option encryption 'psk2+ccmp'
        option key 'XXXYYY12'
        option frag '2346'
        option rts '2346'
        option ff '1'
        option compression '0'
        option bursting '1'
        option bgscan '0'

----------

More information can be found at the following URL:
https://bugs.lede-project.org/index.php?do=details&task_id=776#comment2653



More information about the lede-bugs mailing list