]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
SME: Remove comment in missing ML links handling
authorBenjamin Berg <benjamin.berg@intel.com>
Fri, 22 Dec 2023 10:25:08 +0000 (12:25 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 22 Dec 2023 15:14:33 +0000 (17:14 +0200)
The location of the comment is incorrect and it is not really needed.
Remove it.

Signed-off-by: Benjamin Berg <benjamin.berg@intel.com>
Signed-off-by: Andrei Otcheretianski <andrei.otcheretianski@intel.com>
wpa_supplicant/events.c

index 7bea6498691bbdb3148ba1049997fade96d27049..d56703f6f71297097691e8834f2f93124a8eadca 100644 (file)
@@ -1890,7 +1890,6 @@ static int wpa_supplicant_connect_ml_missing(struct wpa_supplicant *wpa_s,
              (wpa_s->drv_flags & WPA_DRIVER_FLAGS_SME)))
                return 0;
 
-       /* Try to resolve any missing link information */
        if (wpa_bss_parse_basic_ml_element(wpa_s, selected, NULL,
                                           &missing_links, ssid,
                                           &ap_mld_id) ||