diff options
| author | spuligil <spuligil@codeaurora.org> | 2019-09-25 12:00:55 -0700 |
|---|---|---|
| committer | spuligil <spuligil@codeaurora.org> | 2019-09-25 12:00:55 -0700 |
| commit | 0ada8dde65024971fbdc3d38c332945610ccf424 (patch) | |
| tree | 4c95cb36d26a5b7619ad2d97b0b482a12111b04a | |
| parent | d8e8fcb95c467b1b34327c2b44ed6b126a135cf4 (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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
