linksys: new path in the new openwrt
This commit is contained in:
parent
9d0e967825
commit
177b7cb444
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue