qcacld-3.0: Handle CSA in MLO sta partner link before it is up

Before MLO sta partner link is up, FW can't indicate CSA event to host.
For this case, host need save csa parameters and process it when MLO
sta partner link is up.

Change-Id: I543c5e1069af5b1e88c6619364a7a44330134d2c
CRs-Fixed: 3082437
This commit is contained in:
Bing Sun
2021-11-25 16:44:06 +08:00
کامیت شده توسط Madan Koyyalamudi
والد d1f716bb66
کامیت 26e00031d5
9فایلهای تغییر یافته به همراه226 افزوده شده و 56 حذف شده

مشاهده پرونده

@@ -1,6 +1,6 @@
/*
* Copyright (c) 2018-2021 The Linux Foundation. All rights reserved.
* Copyright (c) 2021 Qualcomm Innovation Center, Inc. All rights reserved.
* Copyright (c) 2021-2022 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
@@ -1928,5 +1928,6 @@ static struct mlo_mlme_ext_ops mlo_ext_ops = {
.mlo_mlme_ext_peer_delete = lim_mlo_cleanup_partner_peer,
.mlo_mlme_ext_peer_assoc_fail = lim_mlo_ap_sta_assoc_fail,
.mlo_mlme_ext_assoc_resp = lim_mlo_ap_sta_assoc_suc,
.mlo_mlme_ext_handle_sta_csa_param = lim_handle_mlo_sta_csa_param,
};
#endif