Pārlūkot izejas kodu

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
Chris Guo 7 gadi atpakaļ
vecāks
revīzija
51bacbd8b2
1 mainītis faili ar 4 papildinājumiem un 1 dzēšanām
  1. 4 1
      fw/htc.h

+ 4 - 1
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