[OpenWrt-Devel] [PATCH] hostapd/netifd: fix missing htmode for wpa_supplicant

2014-09-17 Thread Arvid E. Picciani
the variable is called htmode, not ht Signed-off-by: Arvid E. Picciani a...@exys.org --- package/network/services/hostapd/files/netifd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/network/services/hostapd/files/netifd.sh

[OpenWrt-Devel] [PATCH] hostapd/netifd: fix missing htmode for wpa_supplicant

2014-09-16 Thread Arvid E. Picciani
the variable is called htmode, not ht Signed-off-by: Arvid E. Picciani a...@exys.org --- package/network/services/hostapd/files/netifd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/network/services/hostapd/files/netifd.sh

Re: [OpenWrt-Devel] [PATCH] hostapd/netifd: fix missing htmode for wpa_supplicant

2014-09-16 Thread Felix Fietkau
On 2014-09-16 11:25, Arvid E. Picciani wrote: the variable is called htmode, not ht Signed-off-by: Arvid E. Picciani a...@exys.org I agree that there is a bug there, but simply passing htmode as-is to wpa_supplicant might make things worse, as wpa_supplicant only knows a subset of the possible

Re: [OpenWrt-Devel] [PATCH] hostapd/netifd: fix missing htmode for wpa_supplicant

2014-09-16 Thread Arvid E. Picciani
If phy htmode is set to HT* or VHT*, set wpa_supplicant to HT20. Previously it wasnt set at all. Signed-off-by: Arvid E. Picciani a...@exys.org --- package/network/services/hostapd/files/netifd.sh | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git

Re: [OpenWrt-Devel] [PATCH] hostapd/netifd: fix missing htmode for wpa_supplicant

2014-09-16 Thread Felix Fietkau
On 2014-09-16 13:31, Arvid E. Picciani wrote: If phy htmode is set to HT* or VHT*, set wpa_supplicant to HT20. Previously it wasnt set at all. Signed-off-by: Arvid E. Picciani a...@exys.org Your patch seems to have been mangled by your email program and does not apply. Please fix and resend.