OpenWrt Forum Archive

Topic: Wireless settings

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

Hi Guys,

I got the WDR4300 and am trying to setup 300Mbps transfer rate on my wireless

I got the wireless to acknowledge 20/40:


config wifi-device 'radio0'
        option type 'mac80211'
        option channel '6'
        option hwmode '11ng'
        option path 'platform/ar934x_wmac'
        option htmode 'HT40+'
        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 disabled '0'

But when I start it I get the following:

root@OpenWrt:/etc/config# wifi
'radio1' is disabled
Configuration file: /var/run/hostapd-phy0.conf
handle_probe_req: send: Resource temporarily unavailable
handle_probe_req: send: Resource temporarily unavailable
handle_probe_req: send: Resource temporarily unavailable
handle_probe_req: send: Resource temporarily unavailable
20/40 MHz operation not permitted on channel pri=6 sec=10 based on overlapping BSSes
Using interface wlan0 with hwaddr a0:f3:c1:49:45:07 and ssid "PrettyflyforaWiFi"


I tried messing around with the channel settings but get the same thing for most channel.

Now I see in inSSIDer that I do have a max transfer rate of 300Mbps and the NIC used has been able to connect with 300Mbps in the past - now it only gets to 130.

Any thoughts?

Thanks.

option noscan 1 to enforce HT40 despite overlapping BSSes

The discussion might have continued from here.