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:
Tallapragada Kalyan
2019-12-12 19:38:16 +05:30
کامیت شده توسط nshrivas
والد ccf5b37f7d
کامیت fa6f80fcad
10فایلهای تغییر یافته به همراه34 افزوده شده و 11 حذف شده

مشاهده پرونده

@@ -1006,6 +1006,7 @@ struct hal_hw_txrx_ops qca8074_hal_hw_txrx_ops = {
hal_tx_desc_set_cache_set_num_generic,
hal_tx_comp_get_status_generic,
hal_tx_comp_get_release_reason_generic,
hal_get_wbm_internal_error_generic,
hal_tx_desc_set_mesh_en_8074v1,
/* rx */
hal_rx_msdu_start_nss_get_8074,