mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
fw-api: define S bit and Mask for TX_COMPL_IND_APPEND1
Define HTT_TX_COMPL_IND_APPEND1_S and HTT_TX_COMPL_IND_APPEND1_M. Change-Id: I7af80318b60c28d53e95fbe545e82da4191544b6 CRs-Fixed: 2054918
This commit is contained in:
parent
859dc8a390
commit
3bc5fe0652
2
fw/htt.h
2
fw/htt.h
@ -8201,6 +8201,8 @@ PREPACK struct htt_txq_group {
|
||||
#define HTT_TX_COMPL_IND_NUM_M 0x00ff0000
|
||||
#define HTT_TX_COMPL_IND_APPEND_S 24
|
||||
#define HTT_TX_COMPL_IND_APPEND_M 0x01000000
|
||||
#define HTT_TX_COMPL_IND_APPEND1_S 25
|
||||
#define HTT_TX_COMPL_IND_APPEND1_M 0x02000000
|
||||
|
||||
#define HTT_TX_COMPL_IND_STATUS_SET(_info, _val) \
|
||||
do { \
|
||||
|
Loading…
x
Reference in New Issue
Block a user