From 6e9ada01c0a6bfd36a548a1b619cb97d843e78ce Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 17 Oct 2009 04:55:59 +0000 Subject: hostapd: do not configure wme when using madwifi - fixes wpa/wpa2 association problems SVN-Revision: 18051 --- package/hostapd/files/hostapd.sh | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'package/hostapd') diff --git a/package/hostapd/files/hostapd.sh b/package/hostapd/files/hostapd.sh index 9d0fb60549..0db5e0648b 100644 --- a/package/hostapd/files/hostapd.sh +++ b/package/hostapd/files/hostapd.sh @@ -107,6 +107,12 @@ ${ht_capab:+ht_capab=$ht_capab} ${wpa_group_rekey:+wpa_group_rekey=$wpa_group_rekey} ${ieee80211d:+ieee80211d=$ieee80211d} $hostapd_cfg +EOF + case "$driver" in + madwifi) + ;; + *) + cat >> /var/run/hostapd-$ifname.conf <