]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Remove obsolete comment on removed PTK rekeying operation
authorJouni Malinen <j@w1.fi>
Sat, 24 Dec 2011 11:55:03 +0000 (13:55 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 24 Dec 2011 11:55:03 +0000 (13:55 +0200)
Signed-hostap: Jouni Malinen <j@w1.fi>

src/ap/wpa_auth.c

index 6d7be4ba7c4a6f64723a080896d9d07c7d38bf85..adc69e2d5b85aada7693fa3eb7471d1c93551eff 100644 (file)
@@ -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);
                }