Browse Source

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
spuligil 5 years ago
parent
commit
9f615ae3ed
1 changed files with 1 additions and 1 deletions
  1. 1 1
      fw/htt.h

+ 1 - 1
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)