qcacmn: Enhance hang info feature

Add bus related info in hif layer in order to get bus status
when hang issue happened.

Change-Id: If922e0892e0f65de778b9696bbc56fc63c25c169
CRs-Fixed: 2801350
This commit is contained in:
Kai Liu
2020-10-20 22:22:39 +08:00
committed by snandini
parent 43b866f124
commit 4be28ba641
18 changed files with 117 additions and 11 deletions

View File

@@ -387,3 +387,16 @@ int hif_dummy_config_irq_by_ceid(struct hif_softc *scn, int ce_id)
{
return 0;
}
/**
* hif_dummy_log_bus_info - dummy call
* @scn: hif context
* @data: hang event data buffer
* @offset: offset at which data needs to be written
*
* Return: None
*/
void hif_dummy_log_bus_info(struct hif_softc *scn, uint8_t *data,
unsigned int *offset)
{
}