|
@@ -1,4 +1,4 @@
|
|
|
-/* Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
|
+/* Copyright (c) 2021-2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
|
*
|
|
|
* Permission to use, copy, modify, and/or distribute this software for any
|
|
|
* purpose with or without fee is hereby granted, provided that the above
|
|
@@ -931,7 +931,6 @@ QDF_STATUS mlo_link_teardown_link(struct wlan_objmgr_psoc *psoc,
|
|
|
|
|
|
if (reason == WMI_MLO_TEARDOWN_REASON_SSR) {
|
|
|
/* do not wait for teardown event completion here for SSR */
|
|
|
- mlo_dp_ctxt_detach(psoc, grp_id, setup_info->dp_handle);
|
|
|
return QDF_STATUS_SUCCESS;
|
|
|
}
|
|
|
|