Browse Source

fw-api: CL 7286965 - update fw common interface files

Change-Id: Ia7cd051bb65eeec8ca76447c47ba5b8c785b3402
HTC: add PADDING_CHECK flag in HTC header
CRs-Fixed: 2262693
spuligil 5 years ago
parent
commit
d3ec259344
1 changed files with 5 additions and 0 deletions
  1. 5 0
      fw/htc.h

+ 5 - 0
fw/htc.h

@@ -120,6 +120,11 @@ typedef PREPACK struct _HTC_FRAME_HDR{
 #define HTC_FLAGS_SEND_BUNDLE        (1 << 1) /* start or part of bundle */
 #define HTC_FLAGS_SEQ_CHECK          (1 << 2) /* seq check on rx side */
 #define HTC_FLAGS_CRC_CHECK          (1 << 3) /* CRC check on rx side */
+/* HTC_FLAGS_PADDING_CHECK
+ * Set by the sender to inform the receiver that the HTC packet begins
+ * with continuation (block) alignment padding from the prior HTC packet.
+ */
+#define HTC_FLAGS_PADDING_CHECK      (1 << 4)
     /* receive direction */
 #define HTC_FLAGS_RECV_1MORE_BLOCK   (1 << 0) /* bit 0 bundle trailer present */
 #define HTC_FLAGS_RECV_TRAILER       (1 << 1) /* bit 1 trailer data present */