diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-09-01 16:07:38 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-09-01 16:07:38 +0000 |
commit | 44616eca491f027a7a4828d3e719177545436fee (patch) | |
tree | ea2af2d7b5ea1b26219adcec09ed3f9ea3418980 /package/hostapd/patches/770-group_key_timeout.patch | |
parent | 5c8270da86d52f57e73d964c5bae297a2e9e73db (diff) | |
download | upstream-44616eca491f027a7a4828d3e719177545436fee.tar.gz upstream-44616eca491f027a7a4828d3e719177545436fee.tar.bz2 upstream-44616eca491f027a7a4828d3e719177545436fee.zip |
Revert "hostapd: add a patch for ignoring the WPA/WPA2 key type to work around some broken clients (#9561)" This is causing regressions for other clients
SVN-Revision: 28141
Diffstat (limited to 'package/hostapd/patches/770-group_key_timeout.patch')
-rw-r--r-- | package/hostapd/patches/770-group_key_timeout.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/hostapd/patches/770-group_key_timeout.patch b/package/hostapd/patches/770-group_key_timeout.patch index 3f0bfc33d3..a41a89bed6 100644 --- a/package/hostapd/patches/770-group_key_timeout.patch +++ b/package/hostapd/patches/770-group_key_timeout.patch @@ -1,6 +1,6 @@ --- a/src/ap/wpa_auth.c +++ b/src/ap/wpa_auth.c -@@ -1290,7 +1290,7 @@ static void wpa_send_eapol(struct wpa_au +@@ -1288,7 +1288,7 @@ static void wpa_send_eapol(struct wpa_au keyidx, encr, 0); ctr = pairwise ? sm->TimeoutCtr : sm->GTimeoutCtr; |