EDIT: After much trial and error, the signal finally became strong when I change radio0 to the high channel (149) and radio2 to the low channel (36). Have no idea why that worked. If anyone has any insights, I am open to hear them.
Does anyone else have a very weak 5GHz signal? My 2.4GHz is great, can get it all over the house, 5GHz radios get lost after 10ft away from the router. Thoughts?
Config file:
config wifi-device 'radio0'
option type 'mac80211'
option hwmode '11a'
option path '18000000.axi/bcma0:7/pci0000:00/0000:00:00.0/0000:01:00.0'
option country 'US'
option channel '36'
option htmode 'HT40'
option txpower '20'
config wifi-iface
option device 'radio0'
option network 'lan'
option mode 'ap'
option ssid 'Lucky5'
option key 'password'
option encryption 'psk2'
config wifi-device 'radio1'
option type 'mac80211'
option hwmode '11g'
option path '18000000.axi/bcma0:8/pci0001:00/0001:00:00.0/0001:01:00.0/
0001:02:01.0/0001:03:00.0'
option txpower '23'
option country 'US'
option channel '2'
config wifi-iface
option device 'radio1'
option network 'lan'
option mode 'ap'
option ssid 'Lucky24'
option key 'password'
option encryption 'psk2'
option wds '1'
config wifi-device 'radio2'
option type 'mac80211'
option hwmode '11a'
option path '18000000.axi/bcma0:8/pci0001:00/0001:00:00.0/0001:01:00.0/
0001:02:02.0/0001:04:00.0'
option channel '149'
option country 'US'
option htmode 'VHT80'
option txpower '20'
config wifi-iface
option device 'radio2'
option network 'lan'
option mode 'ap'
option key 'password'
option encryption 'psk2'
option wds '1'
option ssid 'Lucky51'
(Last edited by jase-lv on 17 Sep 2016, 20:37)