Hello,
I was using the OEM firmware with the fastlane technology from Netgear (connect to router with 5ghz and users with 2.4hz). It was working on high speed 60-100Mbps. But it was disconnecting from the router in the 112 DFS channel every 2 or 3 hours (in other non-DFS channels it didn't happen, no idea why). Well, as I wanted to use a DFS channel, I decided to install OpenWrt 19.07.2. I connected to router with 5Ghz and to users with 2.4Ghz. Speeds to the router are about 100-120Mbps but the speed of the 2.4Ghz network I connect to is 10Mbps which is not normal. It bottlenecks the network and I get only 10Mbps of internet speed.
I tried to change to every channel and force the 40Mhz (which stayed to 20MHz) but didn't improve. (The good thing now is that it doesn't disconnect from the router using the 112 DFS channel but speed is super low, and I am desperate to fix it...). Any ideas how to solve this problem??
Thanks a lot in advanced.
Alex
Config:
config wifi-device 'radio0'
option type 'mac80211'
option hwmode '11a'
option path 'pci0000:00/0000:00:00.0/0000:01:00.0'
option channel 'auto'
option country 'ES'
option htmode 'VHT80'
config wifi-device 'radio1'
option type 'mac80211'
option hwmode '11g'
option path 'platform/10180000.wmac'
option htmode 'HT40'
option country 'ES'
option channel '11'
option legacy_rates '0'
config wifi-iface 'default_radio1'
option device 'radio1'
option network 'lan'
option mode 'ap'
option key 'PASSWORD'
option ssid 'MOVISTAR_407C_EXT'
option wds '1'
option encryption 'psk-mixed+ccmp'
config wifi-iface 'wifinet1'
option ssid 'MOVISTAR_407C'
option device 'radio0'
option mode 'sta'
option key 'PASSWORD'
option network 'wwan'
option encryption 'psk2'