fw-api: Update new member for READY_EX_MSG
WLAN FW had use AlDataCreditSize member in READY_EX_MSG for a long time. WLAN host need to update this member. The change will only impact SDIO WLAN. CRs-Fixed: 2072160 Change-Id: Ic4c2e63f75b7aab0546cebefaefca734e591bc9a
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

szülő
a647540456
commit
51bacbd8b2
5
fw/htc.h
5
fw/htc.h
@@ -193,7 +193,10 @@ typedef PREPACK struct {
|
||||
typedef PREPACK struct {
|
||||
HTC_READY_MSG Version2_0_Info; /* legacy version 2.0 information at the front... */
|
||||
/* extended information */
|
||||
A_UINT32 HTCVersion : 8, MaxMsgsPerHTCBundle : 8, reserved : 16;
|
||||
A_UINT32 HTCVersion : 8,
|
||||
MaxMsgsPerHTCBundle : 8,
|
||||
AltDataCreditSize : 12,
|
||||
reserved : 4;
|
||||
} POSTPACK HTC_READY_EX_MSG;
|
||||
|
||||
#define HTC_READY_EX_MSG_HTCVERSION_LSB 0
|
||||
|
Reference in New Issue
Block a user