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:
Chris Guo
2017-07-06 19:01:40 +08:00
committed by Gerrit - the friendly Code Review server
szülő a647540456
commit 51bacbd8b2

Fájl megtekintése

@@ -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