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
This commit is contained in:
2
fw/htt.h
2
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)
|
||||
|
Viittaa uudesa ongelmassa
Block a user