From: Leon M. George Date: Mon, 20 Nov 2017 16:36:55 +0000 (+0100) Subject: hostapd: don't set htmode for wpa_supplicant X-Git-Tag: v17.01.5~140 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=796bc21023a5f1e98bdff44800c122f8855cf6b2;ds=sidebyside hostapd: don't set htmode for wpa_supplicant no longer supported Signed-off-by: Leon M. George (cherry picked from commit cc0847eda337f948f5ff6e75014aa88e48779677) --- diff --git a/package/network/services/hostapd/files/hostapd.sh b/package/network/services/hostapd/files/hostapd.sh index 0df44668ca..5af9a50bfa 100644 --- a/package/network/services/hostapd/files/hostapd.sh +++ b/package/network/services/hostapd/files/hostapd.sh @@ -747,8 +747,6 @@ wpa_supplicant_add_network() { } local ht_str - [[ "$_w_mode" = adhoc ]] || ibss_htmode= - [ -n "$ibss_htmode" ] && append network_data "htmode=$ibss_htmode" "$N$T" cat >> "$_config" <