qcacmn: Add DP structures to minidump
Add calls to log some data-path structures to minidump. Change-Id: Ib94e22e9e44ad314eaaff3d6ab57f2c60082e8ec CRs-Fixed: 2444081
This commit is contained in:

committed by
nshrivas

parent
23d22c6d8a
commit
8075637d77
@@ -303,6 +303,7 @@ void *hal_attach(void *hif_handle, qdf_device_t qdf_dev)
|
||||
"%s: hal_soc allocation failed", __func__);
|
||||
goto fail0;
|
||||
}
|
||||
qdf_minidump_log((void *)hal, sizeof(*hal), "hal_soc");
|
||||
hal->hif_handle = hif_handle;
|
||||
hal->dev_base_addr = hif_get_dev_ba(hif_handle);
|
||||
hal->qdf_dev = qdf_dev;
|
||||
|
Reference in New Issue
Block a user