From 3731db6e13c4b36a19f4ef6c2c1ee73a91a5e7c5 Mon Sep 17 00:00:00 2001 From: Srinivas Pitla Date: Mon, 20 Jul 2020 15:02:39 -0700 Subject: [PATCH] qcacmn: add flag in PPDU user to indicate processed New flag is added in PPDU user, this flag gets updated on processing the user of a PPDU desc Change-Id: Ib778b08833392bfd5651a83c2c1131f1d1ce3ea8 CRs-Fixed: 2738431 --- dp/inc/cdp_txrx_cmn_struct.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dp/inc/cdp_txrx_cmn_struct.h b/dp/inc/cdp_txrx_cmn_struct.h index d472bf77a3..ebb2286431 100644 --- a/dp/inc/cdp_txrx_cmn_struct.h +++ b/dp/inc/cdp_txrx_cmn_struct.h @@ -1606,6 +1606,7 @@ struct cdp_delayed_tx_completion_ppdu_user { * @pending_retries: pending MPDUs (retries) * @tlv_bitmap: per user tlv bitmap * @skip: tx capture skip flag + * @mon_procd: to indicate user processed in ppdu of the sched cmd */ struct cdp_tx_completion_ppdu_user { uint32_t completion_status:8, @@ -1698,6 +1699,7 @@ struct cdp_tx_completion_ppdu_user { uint32_t pending_retries; uint32_t tlv_bitmap; bool skip; + bool mon_procd; }; /**