From 177b7cb444b476a2edf6584959287961a5abe512 Mon Sep 17 00:00:00 2001 From: Vasil Kolev Date: Wed, 30 Oct 2019 15:08:46 +0200 Subject: [PATCH] linksys: new path in the new openwrt --- files/linksys/etc/config/wireless | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/linksys/etc/config/wireless b/files/linksys/etc/config/wireless index 6c30000..400048d 100644 --- a/files/linksys/etc/config/wireless +++ b/files/linksys/etc/config/wireless @@ -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 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 option txpower '20' option htmode 'HT20'