From: Benjamin Berg Date: Fri, 22 Dec 2023 10:25:08 +0000 (+0200) Subject: SME: Remove comment in missing ML links handling X-Git-Tag: hostap_2_11~574 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c88c08f0cc95c89f9b941018f89242f900801abf;p=thirdparty%2Fhostap.git SME: Remove comment in missing ML links handling The location of the comment is incorrect and it is not really needed. Remove it. Signed-off-by: Benjamin Berg Signed-off-by: Andrei Otcheretianski --- diff --git a/wpa_supplicant/events.c b/wpa_supplicant/events.c index 7bea64986..d56703f6f 100644 --- a/wpa_supplicant/events.c +++ b/wpa_supplicant/events.c @@ -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) ||