diff options
| author | spuligil <spuligil@codeaurora.org> | 2018-11-13 12:04:14 -0800 |
|---|---|---|
| committer | spuligil <spuligil@codeaurora.org> | 2018-11-13 12:04:14 -0800 |
| commit | 7bf9d62a1cc9d274c9d6bee2ab6e10ca8bd59c6d (patch) | |
| tree | 0e1570c5c86bdc1556200e2669d909356858522f | |
| parent | 4f9e7b6eff9f331f2a74db4bbe99e9866171b008 (diff) | |
fw-api: CL 5870302 - update fw common interface files
Change-Id: Ibd441675b576e5585646961dce7dffec27bca048
WMI: add PDEV_PARAM_UL_RU26_ALLOWED def
CRs-Fixed: 2262693
| -rwxr-xr-x | fw/wmi_unified.h | 8 | ||||
| -rwxr-xr-x | fw/wmi_version.h | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h index b233293e5e21..94caa3d61684 100755 --- a/fw/wmi_unified.h +++ b/fw/wmi_unified.h @@ -5369,6 +5369,14 @@ typedef enum { */ WMI_PDEV_PARAM_USE_NOL, + /* + * Allow / Not Allow RU26 in any user's RU allocation field in UL OFDMA + * trigger frames sent by AP + * 1 - Allow RU26 + * 0 - Do not allow RU26 + */ + WMI_PDEV_PARAM_UL_RU26_ALLOWED, + } WMI_PDEV_PARAM; typedef struct { diff --git a/fw/wmi_version.h b/fw/wmi_version.h index 5a06eef13361..c5e28e4b778a 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_ 593 +#define __WMI_REVISION_ 594 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
