aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd/patches/390-wpa_ie_cap_workaround.patch
diff options
context:
space:
mode:
authorKoen Vandeputte <koen.vandeputte@ncentric.com>2016-12-14 10:04:44 +0100
committerFelix Fietkau <nbd@nbd.name>2016-12-20 16:24:21 +0100
commitf628d0e0e9adc5cf86a7d611e0d7c63cf6818188 (patch)
tree804063cf5c3eac7f9b1f7dd1db8282dbef17076f /package/network/services/hostapd/patches/390-wpa_ie_cap_workaround.patch
parent1a4d07c2c534588cd7c8fb8bd479eb952c213dba (diff)
downloadupstream-f628d0e0e9adc5cf86a7d611e0d7c63cf6818188.tar.gz
upstream-f628d0e0e9adc5cf86a7d611e0d7c63cf6818188.tar.bz2
upstream-f628d0e0e9adc5cf86a7d611e0d7c63cf6818188.zip
hostapd: update to version 2016-12-15
Update to latest upstream HEAD: - Refreshed all - Delete patches and parts which made it upstream Compile tested Full & Mini configs Run-tested Mini config Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com> Signed-off-by: Felix Fietkau <nbd@nbd.name> [another update, remove broken patch]
Diffstat (limited to 'package/network/services/hostapd/patches/390-wpa_ie_cap_workaround.patch')
-rw-r--r--package/network/services/hostapd/patches/390-wpa_ie_cap_workaround.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/services/hostapd/patches/390-wpa_ie_cap_workaround.patch b/package/network/services/hostapd/patches/390-wpa_ie_cap_workaround.patch
index 33a17d0001..fb7b9b2004 100644
--- a/package/network/services/hostapd/patches/390-wpa_ie_cap_workaround.patch
+++ b/package/network/services/hostapd/patches/390-wpa_ie_cap_workaround.patch
@@ -1,6 +1,6 @@
--- a/src/common/wpa_common.c
+++ b/src/common/wpa_common.c
-@@ -1246,6 +1246,31 @@ u32 wpa_akm_to_suite(int akm)
+@@ -1446,6 +1446,31 @@ u32 wpa_akm_to_suite(int akm)
}
@@ -32,7 +32,7 @@
int wpa_compare_rsn_ie(int ft_initial_assoc,
const u8 *ie1, size_t ie1len,
const u8 *ie2, size_t ie2len)
-@@ -1253,8 +1278,19 @@ int wpa_compare_rsn_ie(int ft_initial_as
+@@ -1453,8 +1478,19 @@ int wpa_compare_rsn_ie(int ft_initial_as
if (ie1 == NULL || ie2 == NULL)
return -1;