From: Chuck Tuffli Date: Wed, 26 Aug 2009 20:51:12 +0000 (+0300) Subject: Fix comment in wpa_supplicant_event_associnfo X-Git-Tag: hostap_0_7_0~203 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94873e3b847d7812bf7292de3c96469fb75084e9;p=thirdparty%2Fhostap.git Fix comment in wpa_supplicant_event_associnfo Found what I think is a copy/paste error in the comments for the .11r code. --- diff --git a/wpa_supplicant/events.c b/wpa_supplicant/events.c index 159b02404..e5e799d2c 100644 --- a/wpa_supplicant/events.c +++ b/wpa_supplicant/events.c @@ -806,7 +806,7 @@ static void wpa_supplicant_event_associnfo(struct wpa_supplicant *wpa_s, p = data->assoc_info.resp_ies; l = data->assoc_info.resp_ies_len; - /* Go through the IEs and make a copy of the WPA/RSN IE, if present. */ + /* Go through the IEs and make a copy of the FT/MD IE, if present. */ while (p && l >= 2) { len = p[1] + 2; if (len > l) {