fw-api: CL 4203798 - update fw common interface files

Change-Id: Ib0c730fb282cc1954949e6cdb3035d023ae6d79f
WMI: add PPDU ID to mgmt tx compl event msg
CRs-Fixed: 1107600
This commit is contained in:
spuligil
2018-02-23 09:01:09 -08:00
parent 2498b4cac2
commit f6399f575d
2 changed files with 11 additions and 1 deletions

View File

@@ -5099,6 +5099,11 @@ typedef struct {
* See macros starting with WMI_PDEV_ID_ for values.
*/
A_UINT32 pdev_id;
/* ppdu_id
* Hardware PPDU ID for tracking the completion stats
* A ppdu_id value of 0x0 is invalid, and should be ignored.
*/
A_UINT32 ppdu_id;
} wmi_mgmt_tx_compl_event_fixed_param;
typedef struct {
@@ -5109,6 +5114,11 @@ typedef struct {
* See macros starting with WMI_PDEV_ID_ for values.
*/
A_UINT32 pdev_id;
/* ppdu_id
* Hardware PPDU ID for tracking the completion stats
* A ppdu_id value of 0x0 is invalid, and should be ignored.
*/
A_UINT32 ppdu_id;
} wmi_offchan_data_tx_compl_event_fixed_param;
typedef struct {