From patchwork Mon Oct 9 14:02:02 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [v2] fff-hoods: Use channel provided by gateway From: Fabian Blaese X-Patchwork-Id: 554 Message-Id: <20171009140202.28428-1-fabian@blaese.de> To: franken-dev@freifunk.net Cc: Adrian Schmutzler Date: Mon, 9 Oct 2017 16:02:02 +0200 From: Adrian Schmutzler Only apply after keyXv2 patchset! Changes in v2: - rebase due to conflict with 802.11s 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 6ff7104..1dcce25 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 @@ -125,10 +125,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 channel2 channel2 #json_get_var mode2 mode2 json_get_var mesh_type2 mesh_type2 - #json_get_var channel5 channel5 + json_get_var channel5 channel5 #json_get_var mode5 mode5 json_get_var mesh_type5 mesh_type5 #json_get_var protocol protocol