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-08-08 16:04:19 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-08-08 16:04:19 +0000
commit58b0b6c534e3f97a435722b1a012e1037c51dba0 (patch)
tree100bb9cd87c2edf0eb14e6a754c83543d825f7e3 /package/network/services/hostapd/patches/601-wpa_supplicant-add-new-config-params-to-be-used-with.patch
parent7a471ec854f1d2501881cf0b15454b0dadae99c5 (diff)
downloadupstream-58b0b6c534e3f97a435722b1a012e1037c51dba0.tar.gz
upstream-58b0b6c534e3f97a435722b1a012e1037c51dba0.tar.bz2
upstream-58b0b6c534e3f97a435722b1a012e1037c51dba0.zip
hostapd: update to latest version (20130707)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37738 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.patch4
1 files changed, 2 insertions, 2 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 e61e85d2d8..eb0c4c2592 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
@@ -22,7 +22,7 @@ Signed-hostap: Antonio Quartulli <ordex@autistici.org>
#include "common/defs.h"
#define HOSTAPD_CHAN_DISABLED 0x00000001
-@@ -369,6 +370,11 @@ struct wpa_driver_associate_params {
+@@ -370,6 +371,11 @@ struct wpa_driver_associate_params {
*/
int freq;
@@ -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
-@@ -1599,15 +1599,24 @@ void wpa_supplicant_associate(struct wpa
+@@ -1600,15 +1600,24 @@ void wpa_supplicant_associate(struct wpa
params.ssid_len = ssid->ssid_len;
}