summaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd/patches/604-wpa_s-support-htmode-param.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-06-30 21:01:13 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-06-30 21:01:13 +0000
commitee68734929edb30f90a95bc3150038333b345476 (patch)
tree6b66081ac9aae8fdf95fbd7504d77d2dcec36412 /package/network/services/hostapd/patches/604-wpa_s-support-htmode-param.patch
parent60b040bbafc2adf2c439e1b80cba6c6c5fd0d244 (diff)
downloadmaster-31e0f0ae-ee68734929edb30f90a95bc3150038333b345476.tar.gz
master-31e0f0ae-ee68734929edb30f90a95bc3150038333b345476.tar.bz2
master-31e0f0ae-ee68734929edb30f90a95bc3150038333b345476.zip
hostapd: fix multi-ssid and AP+STA, clean up code
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37111
Diffstat (limited to 'package/network/services/hostapd/patches/604-wpa_s-support-htmode-param.patch')
-rw-r--r--package/network/services/hostapd/patches/604-wpa_s-support-htmode-param.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/hostapd/patches/604-wpa_s-support-htmode-param.patch b/package/network/services/hostapd/patches/604-wpa_s-support-htmode-param.patch
index 2914baa748..b068fa92d4 100644
--- a/package/network/services/hostapd/patches/604-wpa_s-support-htmode-param.patch
+++ b/package/network/services/hostapd/patches/604-wpa_s-support-htmode-param.patch
@@ -145,7 +145,7 @@ Signed-off-by: Antonio Quartulli <ordex@autistici.org>
#endif /* CONFIG_SSID_H */
--- a/wpa_supplicant/wpa_supplicant.c
+++ b/wpa_supplicant/wpa_supplicant.c
-@@ -1622,6 +1622,8 @@ void wpa_supplicant_associate(struct wpa
+@@ -1615,6 +1615,8 @@ void wpa_supplicant_associate(struct wpa
i++;
}
params.mcast_rate = ssid->mcast_rate;