From: Jouni Malinen Date: Sat, 24 Dec 2011 11:55:03 +0000 (+0200) Subject: Remove obsolete comment on removed PTK rekeying operation X-Git-Tag: aosp-jb-start~102 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3daee1df53f06a6b9dc36354e4bd0b85a222a36;p=thirdparty%2Fhostap.git Remove obsolete comment on removed PTK rekeying operation Signed-hostap: Jouni Malinen --- diff --git a/src/ap/wpa_auth.c b/src/ap/wpa_auth.c index 6d7be4ba7..adc69e2d5 100644 --- a/src/ap/wpa_auth.c +++ b/src/ap/wpa_auth.c @@ -1071,9 +1071,6 @@ void wpa_receive(struct wpa_authenticator *wpa_auth, wpa_auth_logger(wpa_auth, sm->addr, LOGGER_INFO, "received EAPOL-Key Request for GTK " "rekeying"); - /* FIX: why was this triggering PTK rekeying for the - * STA that requested Group Key rekeying?? */ - /* wpa_request_new_ptk(sta->wpa_sm); */ eloop_cancel_timeout(wpa_rekey_gtk, wpa_auth, NULL); wpa_rekey_gtk(wpa_auth, NULL); }