qcacmn: Add extract API for dcs interference event

Add TLV APIs to extract DCS intereference event. Add pdev id in
extract API used to derive pdev object.

Change-Id: Ie42ec1e3aec899ddc5b6b13d37dfd468ee29df7c
CRs-Fixed: 1115213
This commit is contained in:
Kiran Venkatappa
2016-12-29 18:09:32 +05:30
parent 617535c365
commit 9b7a959914
3 changed files with 12 additions and 2 deletions

View File

@@ -1000,7 +1000,7 @@ QDF_STATUS (*extract_wds_addr_event)(wmi_unified_t wmi_handle,
void *evt_buf, uint16_t len, wds_addr_event_t *wds_ev);
QDF_STATUS (*extract_dcs_interference_type)(wmi_unified_t wmi_handle,
void *evt_buf, uint32_t *interference_type);
void *evt_buf, struct wmi_host_dcs_interference_param *param);
QDF_STATUS (*extract_dcs_cw_int)(wmi_unified_t wmi_handle, void *evt_buf,
wmi_host_ath_dcs_cw_int *cw_int);