qcacmn: Add pdev_id in utf event

pdev_id is used to derive pdev object.

Change-Id: I4ba4854587cb578cf630664f6ede922c9e4fa36b
CRs-Fixed: 2003898
This commit is contained in:
Kiran Venkatappa
2017-02-28 12:42:36 +05:30
committed by qcabuildsw
parent 86ff51aa72
commit ba56a96c1f
3 changed files with 4 additions and 0 deletions

View File

@@ -7289,6 +7289,7 @@ enum WMI_HOST_CALIBRATION_STATUS {
struct wmi_host_pdev_utf_event {
uint8_t *data;
uint16_t datalen;
uint32_t pdev_id;
};
/**