Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9eabba11 authored by spuligil's avatar spuligil
Browse files

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
parent f02c5aa3
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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 */