Selaa lähdekoodia

qcacmn: Add pdev_id in utf event

pdev_id is used to derive pdev object.

Change-Id: I4ba4854587cb578cf630664f6ede922c9e4fa36b
CRs-Fixed: 2003898
Kiran Venkatappa 8 vuotta sitten
vanhempi
sitoutus
2a93f6f77a
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      wmi_unified_param.h

+ 1 - 0
wmi_unified_param.h

@@ -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;
 };
 
 /**