qcacmn: Extract AoA phase delta from WMI event

Changes to extract AoA phase delta values from WMI event.
The AoA phase delta values along with ibf calibration value
is shared to derive the phase values which is to be used in
CFR.

Change-Id: I70f50656db4194025a0b6b37c8b4a27048968e0f
This commit is contained in:
Shwetha G K
2021-07-08 15:04:19 +05:30
committed by Madan Koyyalamudi
parent ac4740da88
commit 90e7ec13c7
4 changed files with 59 additions and 2 deletions

View File

@@ -2574,6 +2574,13 @@ QDF_STATUS
(*extract_install_key_comp_event)(wmi_unified_t wmi_handle,
void *evt_buf, uint32_t len,
struct wmi_install_key_comp_event *param);
#ifdef WLAN_ENH_CFR_ENABLE
QDF_STATUS
(*extract_cfr_phase_param)(wmi_unified_t wmi_handle,
void *evt_buf,
struct wmi_cfr_phase_delta_param *param);
#endif
};
/* Forward declartion for psoc*/