Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit de4c9c27 authored by Ananya Gupta's avatar Ananya Gupta Committed by Gerrit - the friendly Code Review server
Browse files

qcacmn: Increase status size for HTT WBM completion v3

In beryllium DP, htt_tx_wbm_completion_v3 is used in which
20B are used by host and only 16B is assigned to the htt tx
status.
To fix this, increase the macro HAL_TX_COMP_HTT_STATUS_LEN
to 20 bytes.

Change-Id: I973ba1f8118488089cd6d6baac7fd589886c2164
CRs-Fixed: 3199031
parent 379c77cb
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -106,7 +106,11 @@ do { \
 * (Exception frames and TQM bypass frames)
 */
#define HAL_TX_COMP_HTT_STATUS_OFFSET 8
#ifdef CONFIG_BERYLLIUM
#define HAL_TX_COMP_HTT_STATUS_LEN 20
#else
#define HAL_TX_COMP_HTT_STATUS_LEN 16
#endif

#define HAL_TX_BUF_TYPE_BUFFER 0
#define HAL_TX_BUF_TYPE_EXT_DESC 1