Fix comment in wpa_supplicant_event_associnfo
authorChuck Tuffli <Chuck.Tuffli@dspg.com>
Wed, 26 Aug 2009 20:51:12 +0000 (23:51 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 26 Aug 2009 20:51:12 +0000 (23:51 +0300)
Found what I think is a copy/paste error in the comments for the .11r
code.

wpa_supplicant/events.c

index 159b024..e5e799d 100644 (file)
@@ -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) {