|
@@ -1645,6 +1645,9 @@ struct cdp_delayed_tx_completion_ppdu_user {
|
|
* @ppdu_type: SU/MU_MIMO/MU_OFDMA/MU_MIMO_OFDMA/UL_TRIG/BURST_BCN/UL_BSR_RESP/
|
|
* @ppdu_type: SU/MU_MIMO/MU_OFDMA/MU_MIMO_OFDMA/UL_TRIG/BURST_BCN/UL_BSR_RESP/
|
|
* @pream_punct: Preamble Punctured PPDU
|
|
* @pream_punct: Preamble Punctured PPDU
|
|
* UL_BSR_TRIG/UNKNOWN
|
|
* UL_BSR_TRIG/UNKNOWN
|
|
|
|
+ * @is_seq_num_valid:
|
|
|
|
+ * 1 - stats tlv has valid sequence number
|
|
|
|
+ * 0 - payload has valid sequence number
|
|
* @ba_seq_no: Block Ack sequence number
|
|
* @ba_seq_no: Block Ack sequence number
|
|
* @ba_bitmap: Block Ack bitmap
|
|
* @ba_bitmap: Block Ack bitmap
|
|
* @start_seqa: Sequence number of first MPDU
|
|
* @start_seqa: Sequence number of first MPDU
|
|
@@ -1695,7 +1698,8 @@ struct cdp_tx_completion_ppdu_user {
|
|
tx_ratecode:16,
|
|
tx_ratecode:16,
|
|
is_ampdu:1,
|
|
is_ampdu:1,
|
|
ppdu_type:5,
|
|
ppdu_type:5,
|
|
- pream_punct:1;
|
|
|
|
|
|
+ pream_punct:1,
|
|
|
|
+ is_seq_num_valid:1;
|
|
uint32_t success_bytes;
|
|
uint32_t success_bytes;
|
|
uint32_t retry_bytes;
|
|
uint32_t retry_bytes;
|
|
uint32_t failed_bytes;
|
|
uint32_t failed_bytes;
|