From patchwork Mon Oct 9 13:33:04 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: fff-hoods: Use channel provided by gateway From: Fabian Blaese X-Patchwork-Id: 553 Message-Id: <20171009133304.27658-1-fabian@blaese.de> To: franken-dev@freifunk.net Cc: Adrian Schmutzler Date: Mon, 9 Oct 2017 15:33:04 +0200 From: Adrian Schmutzler Only apply after keyXv2 patchset! Signed-off-by: Adrian Schmutzler Signed-off-by: Fabian Bläse --- src/packages/fff/fff-hoods/files/usr/sbin/configurehood | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/packages/fff/fff-hoods/files/usr/sbin/configurehood b/src/packages/fff/fff-hoods/files/usr/sbin/configurehood index 264a308..2e67274 100755 --- a/src/packages/fff/fff-hoods/files/usr/sbin/configurehood +++ b/src/packages/fff/fff-hoods/files/usr/sbin/configurehood @@ -74,8 +74,8 @@ else fi #now we look for phy and add this for phy in $(iw phy | awk '/^Wiphy/{ print $2 }'); do - radio="$(wifiAddPhyCond "$phy" "2" "$chan2ghz")" - radio5="$(wifiAddPhyCond "$phy" "5" "$chan5ghz")" + radio="$(wifiAddPhyCond "$phy" "2" "auto")" + radio5="$(wifiAddPhyCond "$phy" "5" "auto")" [ -n "$radio5" ] && radio="$radio5" #and here we add the station @@ -124,10 +124,10 @@ if [ -s /tmp/keyxchangev2data ]; then json_get_var essid essid json_get_var ntpip ntp_ip # i think the next things we don't active this in the first version! we can do it later - #json_get_var channel2 channel2 + json_get_var chan2ghz channel2 #json_get_var mode2 mode2 #json_get_var type2 type2 - #json_get_var channel5 channel5 + json_get_var chan5ghz channel5 #json_get_var mode5 mode5 #json_get_var type5 type5 #json_get_var protocol protocol