qcacmn: use proper HAL abtraction APIs to get WBM internal error
the current HAL API is to read the WBM internal error bit from the wbm release ring descriptor is always taking HKv1 HW structure. But the wbm_internal_error bit placement has changed from HKv2, for this reason we have to use target specific HAL API. Change-Id: I44789180754ca21ae59650b6d8620321a1f12569
This commit is contained in:
@@ -372,6 +372,7 @@ struct hal_hw_txrx_ops {
|
||||
void (*hal_tx_comp_get_status)(void *desc, void *ts,
|
||||
struct hal_soc *hal);
|
||||
uint8_t (*hal_tx_comp_get_release_reason)(void *hal_desc);
|
||||
uint8_t (*hal_get_wbm_internal_error)(void *hal_desc);
|
||||
void (*hal_tx_desc_set_mesh_en)(void *desc, uint8_t en);
|
||||
|
||||
/* rx */
|
||||
|
Reference in New Issue
Block a user