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
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user