summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspuligil <spuligil@codeaurora.org>2019-09-25 12:00:55 -0700
committerspuligil <spuligil@codeaurora.org>2019-09-25 12:00:55 -0700
commit0ada8dde65024971fbdc3d38c332945610ccf424 (patch)
tree4c95cb36d26a5b7619ad2d97b0b482a12111b04a
parentd8e8fcb95c467b1b34327c2b44ed6b126a135cf4 (diff)
fw-api: CL 8231410 - update fw common interface files
HTT: correct the value of HTT_CHAN_CALDATA_MSG_PLD_SIZE_S (0 -> 16) The HTT_CHAN_CALDATA_MSG_PLD_SIZE_S was 0, but should be 16. Change-Id: I0db279176d72a96f7f495227e9640df14dd01dfe CRs-Fixed: 2262693
-rw-r--r--fw/htt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fw/htt.h b/fw/htt.h
index 9f10d8d0e036..74102299d56f 100644
--- a/fw/htt.h
+++ b/fw/htt.h
@@ -13406,7 +13406,7 @@ PREPACK struct htt_chan_caldata_msg {
} while (0)
-#define HTT_CHAN_CALDATA_MSG_PLD_SIZE_S 0
+#define HTT_CHAN_CALDATA_MSG_PLD_SIZE_S 16
#define HTT_CHAN_CALDATA_MSG_PLD_SIZE_M 0xffff0000
#define HTT_CHAN_CALDATA_MSG_PLD_SIZE_GET(_var) \
(((_var) & HTT_CHAN_CALDATA_MSG_PLD_SIZE_M) >> HTT_CHAN_CALDATA_MSG_PLD_SIZE_S)