diff options
| author | gaolez <gaolez@codeaurora.org> | 2017-04-24 11:53:12 +0800 |
|---|---|---|
| committer | gaolez <gaolez@codeaurora.org> | 2017-04-24 11:54:43 +0800 |
| commit | bb93a9b3e476e9ede93f9ea6506760da84f46d48 (patch) | |
| tree | 9033cc35a54f41645a10017e8eda4ccc267c8670 | |
| parent | a9b198c9e89e177e00091957305fa2b581156800 (diff) | |
qcacld-2.0: CL 3026509 - update fw common interface files
Add WMI_VDEV_PARAM_PER_BAND_MGMT_TX_RATE for per-band specifications
of rate for tx mgmt frames.
Change-Id: I61c1e98fabd2fb1b338551197a742d18df2098bc
CRs-fixed: 865207
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_unified.h | 12 | ||||
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_version.h | 2 |
2 files changed, 13 insertions, 1 deletions
diff --git a/CORE/SERVICES/COMMON/wmi_unified.h b/CORE/SERVICES/COMMON/wmi_unified.h index c3fd4b2b45bf..c20afd796c16 100644 --- a/CORE/SERVICES/COMMON/wmi_unified.h +++ b/CORE/SERVICES/COMMON/wmi_unified.h @@ -7321,6 +7321,18 @@ typedef enum { /* enable or disable NOA for P2P GO */ WMI_VDEV_PARAM_DISABLE_NOA_P2P_GO, + /** Per band user management frame fix rate setting + * BIT 31: enable (1) or disable (0) mgmt fix rate for 5G + * BIT 30: enable (1) or disable (0) mgmt fix rate for 2G + * + * BIT 23: 11ax (1) or legacy (0) rate code + * BITS [22..12]: rate code for 5G + * + * BIT 11: 11ax (1) or legacy (0) rate code + * BITS [10..0]: rate code for 2G + */ + WMI_VDEV_PARAM_PER_BAND_MGMT_TX_RATE, + /* * === ADD NEW VDEV PARAM TYPES ABOVE THIS LINE === * The below vdev param types are used for prototyping, and are diff --git a/CORE/SERVICES/COMMON/wmi_version.h b/CORE/SERVICES/COMMON/wmi_version.h index 3e064294cc74..299f63c1984a 100644 --- a/CORE/SERVICES/COMMON/wmi_version.h +++ b/CORE/SERVICES/COMMON/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_ 378 +#define __WMI_REVISION_ 379 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
