From 4225e4b2d8fe131d93df97916b77910c0906c1ad Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 27 Mar 2012 10:42:47 +0000 Subject: hostapd: update to 20120326 SVN-Revision: 31080 --- package/hostapd/patches/740-group_key_timeout.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 package/hostapd/patches/740-group_key_timeout.patch (limited to 'package/hostapd/patches/740-group_key_timeout.patch') diff --git a/package/hostapd/patches/740-group_key_timeout.patch b/package/hostapd/patches/740-group_key_timeout.patch deleted file mode 100644 index c149395..0000000 --- a/package/hostapd/patches/740-group_key_timeout.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/src/ap/wpa_auth.c -+++ b/src/ap/wpa_auth.c -@@ -1337,7 +1337,7 @@ static void wpa_send_eapol(struct wpa_au - keyidx, encr, 0); - - ctr = pairwise ? sm->TimeoutCtr : sm->GTimeoutCtr; -- if (ctr == 1 && wpa_auth->conf.tx_status) -+ if (ctr == 1 && wpa_auth->conf.tx_status && pairwise) - timeout_ms = eapol_key_timeout_first; - else - timeout_ms = eapol_key_timeout_subseq; -- cgit v1.1