diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-08-08 16:04:19 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-08-08 16:04:19 +0000 |
commit | 3ea2d2bb4418c17f4e526525fc9d28466be13fa9 (patch) | |
tree | 100bb9cd87c2edf0eb14e6a754c83543d825f7e3 /package/network/services/hostapd/patches/601-wpa_supplicant-add-new-config-params-to-be-used-with.patch | |
parent | 602f57d51bc0feac8dae52964afaef61ce10f168 (diff) |
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.patch | 4 |
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; } |