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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user