qcacmn: support 64 bits timestamp in wmi mgmt completion
added support for 64 bits timestamp that come for each tx wmi mgmt completion Change-Id: I70d66bcbe04aebad507a872faa97df8ab9752657
This commit is contained in:
@@ -1501,6 +1501,20 @@ struct cdp_tx_indication_info {
|
||||
qdf_nbuf_t mpdu_nbuf;
|
||||
};
|
||||
|
||||
/**
|
||||
* struct cdp_tx_mgmt_comp_info - Tx mgmt comp info
|
||||
* @ppdu_id: ppdu_id
|
||||
* @is_sgen_pkt: payload recevied from wmi or htt path
|
||||
* @retries_count: retries count
|
||||
* @tx_tsf: 64 bit timestamp
|
||||
*/
|
||||
struct cdp_tx_mgmt_comp_info {
|
||||
uint32_t ppdu_id;
|
||||
bool is_sgen_pkt;
|
||||
uint16_t retries_count;
|
||||
uint64_t tx_tsf;
|
||||
};
|
||||
|
||||
/**
|
||||
* struct cdp_tx_completion_ppdu - Tx PPDU completion information
|
||||
* @completion_status: completion status - OK/Filter/Abort/Timeout
|
||||
|
Reference in New Issue
Block a user