From cc0847eda337f948f5ff6e75014aa88e48779677 Mon Sep 17 00:00:00 2001 From: "Leon M. George" Date: Mon, 20 Nov 2017 17:36:55 +0100 Subject: [PATCH] hostapd: don't set htmode for wpa_supplicant no longer supported Signed-off-by: Leon M. George --- package/network/services/hostapd/files/hostapd.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/package/network/services/hostapd/files/hostapd.sh b/package/network/services/hostapd/files/hostapd.sh index 240097648a..f4f8b8e6ca 100644 --- a/package/network/services/hostapd/files/hostapd.sh +++ b/package/network/services/hostapd/files/hostapd.sh @@ -770,8 +770,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" <