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:

committed by
Madan Koyyalamudi

parent
ac4740da88
commit
90e7ec13c7
@@ -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*/
|
||||
|
Reference in New Issue
Block a user