qcacmn: Add support to receive EGID_INFO from BT WMI

Add WMI support to receive the EGID_INFO from BT and
forward to FW

Change-Id: I1698994173e6cefba1284f564c2f2e79e31ee221
CRs-Fixed: 3384085
这个提交包含在:
M Kavitha
2023-02-01 13:15:23 +05:30
提交者 Madan Koyyalamudi
父节点 b57fbc13f4
当前提交 9064b44469
修改 5 个文件,包含 70 行新增0 行删除

查看文件

@@ -516,6 +516,7 @@
#define WMI_MAX_AOA_PHASE_DELTA 31
#define WMI_MAX_CHAINS_PHASE 2
#define EGID_INFO_SIZE 4
#include "qdf_atomic.h"
@@ -4063,6 +4064,14 @@ struct btcoex_cfg_params {
uint32_t wlan_duration;
};
/**
* struct esl_egid_params - Contains the EGID information
* @egid_info: egid_info contains the 128-bit ESL EGID information
*/
struct esl_egid_params {
uint32_t egid_info[EGID_INFO_SIZE];
};
#define WMI_HOST_COEX_CONFIG_BUF_MAX_LEN 32 /* 128 bytes */
/**
* struct coex_ver_cfg_t