qcacmn: Add cmn_dev changes to get ANI status from FW

Add changes to send a command and in return, get an event
giving ANI status from FW.

Change-Id: I327e6134fef17bc4dc98b99d1ca4bc4d0a039625
This commit is contained in:
Aakanksha Doda
2021-06-29 14:23:57 +05:30
committed by Madan Koyyalamudi
parent 75b10f2ab7
commit e175d5124c
5 changed files with 68 additions and 1 deletions

View File

@@ -4675,6 +4675,7 @@ typedef enum {
#ifdef WLAN_FEATURE_PKT_CAPTURE_V2
wmi_vdev_smart_monitor_event_id,
#endif
wmi_pdev_get_halphy_cal_status_event_id,
wmi_events_max,
} wmi_conv_event_id;
@@ -5262,7 +5263,7 @@ typedef enum {
#endif
wmi_service_sae_eapol_offload_support,
wmi_service_ampdu_tx_buf_size_256_support,
wmi_service_halphy_cal_status,
wmi_services_max,
} wmi_conv_service_ids;
#define WMI_SERVICE_UNAVAILABLE 0xFFFF
@@ -8031,6 +8032,12 @@ struct wmi_host_pdev_get_dpd_status_event {
enum wmi_host_dpd_status dpd_status;
};
struct wmi_host_pdev_get_halphy_cal_status_event {
uint32_t pdev_id;
uint32_t halphy_cal_valid_bmap;
uint32_t halphy_cal_status;
};
/**
* struct wmi_install_key_comp_event - params of install key complete event
* @vdev_id: unique id identifying the VDEV, generated by the caller