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:

committed by
qcabuildsw

parent
b758ddf569
commit
15978c623f
@@ -13477,6 +13477,8 @@ static QDF_STATUS extract_pdev_utf_event_tlv(wmi_unified_t wmi_handle,
|
||||
param_buf = (WMI_PDEV_UTF_EVENTID_param_tlvs *)evt_buf;
|
||||
event->data = param_buf->data;
|
||||
event->datalen = param_buf->num_data;
|
||||
/* Set pdev_id=1 until FW adds support to include pdev_id */
|
||||
event->pdev_id = 1;
|
||||
|
||||
return QDF_STATUS_SUCCESS;
|
||||
}
|
||||
|
Reference in New Issue
Block a user