aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd/patches/601-wpa_supplicant-add-new-config-params-to-be-used-with.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
commit378caa3427e4bc0a2a3f942ec27d1097e1b96826 (patch)
treef996e1697082511c4936034e294c7242f949337c /package/network/services/hostapd/patches/601-wpa_supplicant-add-new-config-params-to-be-used-with.patch
parent5cdd493473fc1782720eaeee1148168d04f51c38 (diff)
downloadupstream-378caa3427e4bc0a2a3f942ec27d1097e1b96826.tar.gz
upstream-378caa3427e4bc0a2a3f942ec27d1097e1b96826.tar.bz2
upstream-378caa3427e4bc0a2a3f942ec27d1097e1b96826.zip
hostapd: fix multi-ssid and AP+STA, clean up code
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37111 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/services/hostapd/patches/601-wpa_supplicant-add-new-config-params-to-be-used-with.patch')
-rw-r--r--package/network/services/hostapd/patches/601-wpa_supplicant-add-new-config-params-to-be-used-with.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/hostapd/patches/601-wpa_supplicant-add-new-config-params-to-be-used-with.patch b/package/network/services/hostapd/patches/601-wpa_supplicant-add-new-config-params-to-be-used-with.patch
index f5fb8cb565..e61e85d2d8 100644
--- a/package/network/services/hostapd/patches/601-wpa_supplicant-add-new-config-params-to-be-used-with.patch
+++ b/package/network/services/hostapd/patches/601-wpa_supplicant-add-new-config-params-to-be-used-with.patch
@@ -175,7 +175,7 @@ Signed-hostap: Antonio Quartulli <ordex@autistici.org>
#endif /* CONFIG_SSID_H */
--- a/wpa_supplicant/wpa_supplicant.c
+++ b/wpa_supplicant/wpa_supplicant.c
-@@ -1606,15 +1606,24 @@ void wpa_supplicant_associate(struct wpa
+@@ -1599,15 +1599,24 @@ void wpa_supplicant_associate(struct wpa
params.ssid_len = ssid->ssid_len;
}