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 <benjamin.berg@intel.com> Signed-off-by: Andrei Otcheretianski <andrei.otcheretianski@intel.com>
This commit is contained in:
parent
41e65efa3a
commit
c88c08f0cc
1 changed files with 0 additions and 1 deletions
|
@ -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) ||
|
||||
|
|
Loading…
Reference in a new issue