|
@@ -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 {
|