Loading fw/htt.h +4 −2 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -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 */ Loading Loading
fw/htt.h +4 −2 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -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 */ Loading