mirror of
https://github.com/openwrt/openwrt.git
synced 2025-04-16 15:29:48 +00:00
hostapd: don't set htmode for wpa_supplicant
no longer supported Signed-off-by: Leon M. George <leon@georgemail.eu>
This commit is contained in:
parent
a28d1d5444
commit
cc0847eda3
@ -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" <<EOF
|
||||
network={
|
||||
|
Loading…
x
Reference in New Issue
Block a user