qcacmn: Add support of sending multiple COEX config

Add an API to support sending multiple COEX config in one WMI command.
This is to optimize and save target host to firmware WMI command
communication time.

Change-Id: Ie510ee3ebfca67a2b748c403ec52a8d7b597f676
CRs-Fixed: 3651226
This commit is contained in:
Will Huang
2023-10-26 08:42:19 +05:30
committed by Ravindra Konda
parent 98efc27f87
commit b55e7ac81f
6 changed files with 141 additions and 0 deletions

View File

@@ -1905,6 +1905,10 @@ QDF_STATUS
(*send_coex_config_cmd)(wmi_unified_t wmi_handle,
struct coex_config_params *param);
QDF_STATUS
(*send_coex_multi_config_cmd)(wmi_unified_t wmi_handle,
struct coex_multi_config *param);
#ifdef WLAN_FEATURE_DBAM_CONFIG
QDF_STATUS
(*send_dbam_config_cmd)(wmi_unified_t wmi_handle,