projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a28d1d5
)
hostapd: don't set htmode for wpa_supplicant
author
Leon M. George
<leon@georgemail.eu>
Mon, 20 Nov 2017 16:36:55 +0000
(17:36 +0100)
committer
Felix Fietkau
<nbd@nbd.name>
Tue, 21 Nov 2017 12:11:42 +0000
(13:11 +0100)
no longer supported
Signed-off-by: Leon M. George <leon@georgemail.eu>
package/network/services/hostapd/files/hostapd.sh
patch
|
blob
|
history
diff --git
a/package/network/services/hostapd/files/hostapd.sh
b/package/network/services/hostapd/files/hostapd.sh
index 240097648ae57a67b78a9b4723e3031b28ac294c..f4f8b8e6cad490c3edec3a2166dfa914a4f0fcfe 100644
(file)
--- 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" <<EOF
network={