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:

committed by
Ravindra Konda

parent
98efc27f87
commit
b55e7ac81f
@@ -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,
|
||||
|
Reference in New Issue
Block a user