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

Commit 0ada8dde authored by spuligil's avatar spuligil
Browse files

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
parent d8e8fcb9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)