linksys: new path in the new openwrt

This commit is contained in:
Vasil Kolev 2019-10-30 15:08:46 +02:00 committed by root
parent 9d0e967825
commit 177b7cb444
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
config wifi-device radio0
option type mac80211
option hwmode 11a
option path 'soc/soc:pcie-controller/pci0000:00/0000:00:01.0/0000:01:00.0'
option path 'soc/soc:pcie/pci0000:00/0000:00:01.0/0000:01:00.0'
option channel <radio0-channel>
option txpower '30'
option htmode VHT80
@ -26,7 +26,7 @@ config wifi-iface
config wifi-device radio1
option type mac80211
option hwmode 11g
option path 'soc/soc:pcie-controller/pci0000:00/0000:00:02.0/0000:02:00.0'
option path 'soc/soc:pcie/pci0000:00/0000:00:02.0/0000:02:00.0'
option channel <radio1-channel>
option txpower '20'
option htmode 'HT20'