diff options
| -rwxr-xr-x | fw/wmi_unified.h | 10 | ||||
| -rwxr-xr-x | fw/wmi_version.h | 2 |
2 files changed, 11 insertions, 1 deletions
diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h index 930c078d6999..d744bdf80318 100755 --- a/fw/wmi_unified.h +++ b/fw/wmi_unified.h @@ -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 { diff --git a/fw/wmi_version.h b/fw/wmi_version.h index 20a87b42d7c7..2fd9952be7e5 100755 --- a/fw/wmi_version.h +++ b/fw/wmi_version.h @@ -36,7 +36,7 @@ #define __WMI_VER_MINOR_ 0 /** WMI revision number has to be incremented when there is a * change that may or may not break compatibility. */ -#define __WMI_REVISION_ 509 +#define __WMI_REVISION_ 510 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
