summaryrefslogtreecommitdiffstats
path: root/package/hostapd/patches/740-group_key_timeout.patch
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-01-24 01:49:23 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-01-24 01:49:23 +0000
commit7824784240f8b1f5906b3b95cfe12b1825e04523 (patch)
tree9993362796129dc079bc33d360abf5053e377cd1 /package/hostapd/patches/740-group_key_timeout.patch
parent20d9fd2c16d05b80250900c053f424050098a5c8 (diff)
hostapd: merge an upstream workaround for broken clients sending the wrong wpa type (should fix #9561)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29876 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/hostapd/patches/740-group_key_timeout.patch')
-rw-r--r--package/hostapd/patches/740-group_key_timeout.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/hostapd/patches/740-group_key_timeout.patch b/package/hostapd/patches/740-group_key_timeout.patch
index 694b0661f..c1493952c 100644
--- a/package/hostapd/patches/740-group_key_timeout.patch
+++ b/package/hostapd/patches/740-group_key_timeout.patch
@@ -1,6 +1,6 @@
--- a/src/ap/wpa_auth.c
+++ b/src/ap/wpa_auth.c
-@@ -1330,7 +1330,7 @@ static void wpa_send_eapol(struct wpa_au
+@@ -1337,7 +1337,7 @@ static void wpa_send_eapol(struct wpa_au
keyidx, encr, 0);
ctr = pairwise ? sm->TimeoutCtr : sm->GTimeoutCtr;