diff options
author | Leon M. George <leon@georgemail.eu> | 2017-11-20 17:36:55 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2017-12-13 16:53:48 +0100 |
commit | 796bc21023a5f1e98bdff44800c122f8855cf6b2 (patch) | |
tree | ae07ceee30a8ea60621000d22269fea707c126d9 /package | |
parent | 50147d41b971f20043f1641fa02eb06cf751ff2c (diff) | |
download | upstream-796bc21023a5f1e98bdff44800c122f8855cf6b2.tar.gz upstream-796bc21023a5f1e98bdff44800c122f8855cf6b2.tar.bz2 upstream-796bc21023a5f1e98bdff44800c122f8855cf6b2.zip |
hostapd: don't set htmode for wpa_supplicant
no longer supported
Signed-off-by: Leon M. George <leon@georgemail.eu>
(cherry picked from commit cc0847eda337f948f5ff6e75014aa88e48779677)
Diffstat (limited to 'package')
-rw-r--r-- | package/network/services/hostapd/files/hostapd.sh | 2 |
1 files changed, 0 insertions, 2 deletions
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" <<EOF network={ |