Browse Source

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

Change-Id: If82a00359c1a6eb03f31b1c3fd64f31563bc5566
HTT: add traffic_end_indication flag in htt_tx_msdu_desc_ext2_t
CRs-Fixed: 2262693
spuligil 2 years ago
parent
commit
9eabba11b8
1 changed files with 4 additions and 2 deletions
  1. 4 2
      fw/htt.h

+ 4 - 2
fw/htt.h

@@ -231,9 +231,10 @@
  * 3.104 Add mgmt/ctrl/data specs in rx ring cfg.
  * 3.105 Add HTT_H2T STREAMING_STATS_REQ + HTT_T2H STREAMING_STATS_IND defs.
  * 3.106 Add HTT_T2H_PPDU_ID_FMT_IND def.
+ * 3.107 Add traffic_end_indication bitfield in htt_tx_msdu_desc_ext2_t.
  */
 #define HTT_CURRENT_VERSION_MAJOR 3
-#define HTT_CURRENT_VERSION_MINOR 106
+#define HTT_CURRENT_VERSION_MINOR 107
 
 #define HTT_NUM_TX_FRAG_DESC  1024
 
@@ -1974,7 +1975,8 @@ PREPACK struct htt_tx_msdu_desc_ext2_t {
          * with valid information.
          */
         is_host_opaque_valid :  1,
-        rsvd0                : 29;
+        traffic_end_indication: 1,
+        rsvd0                : 28;
 
     /* DWORD 6 : Host opaque cookie for special frames */
     A_UINT32 host_opaque_cookie  : 16, /* see is_host_opaque_valid */