diff options
| author | spuligil <spuligil@codeaurora.org> | 2019-03-07 00:00:56 -0800 |
|---|---|---|
| committer | spuligil <spuligil@codeaurora.org> | 2019-03-07 00:00:56 -0800 |
| commit | 8b9c61ee670a5ca445886bcb5ab5a2259b330eb0 (patch) | |
| tree | fdac5f68cb2410c09a1882948ed0c290ef11a34e | |
| parent | bfde320803821e1237ceb51a8f20db0764c83c34 (diff) | |
fw-api: CL 6647788 - update fw common interface files
Add WMI_PDEV_PARAM_SET_MU_PPDU_DURATION def
Change-Id: I6cc276ac907f9fccfbcf2fc25ca834e486d210e0
CRs-Fixed: 2262693
| -rwxr-xr-x | fw/wmi_unified.h | 2 | ||||
| -rwxr-xr-x | fw/wmi_version.h | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h index 2c93ffc7622f..3b9f6f98594c 100755 --- a/fw/wmi_unified.h +++ b/fw/wmi_unified.h @@ -5592,6 +5592,8 @@ typedef enum { */ WMI_PDEV_PARAM_NAV_OVERRIDE_CONFIG, + /* Set global MU PPDU duration for DL (usec units) */ + WMI_PDEV_PARAM_SET_MU_PPDU_DURATION, /* 0xB5 */ } WMI_PDEV_PARAM; typedef struct { diff --git a/fw/wmi_version.h b/fw/wmi_version.h index 0267d1bbbbc2..536d916e5459 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_ 636 +#define __WMI_REVISION_ 637 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
