diff options
| author | CNSS_WLAN Service <cnssbldsw@qualcomm.com> | 2017-05-15 01:21:39 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-05-15 01:21:39 -0700 |
| commit | 0d1324557af07da7d71cf1dca787ec1becbd292d (patch) | |
| tree | b5db538c35ca339a9bf39ffad005d0b157fd57a7 | |
| parent | be2658262cc9731a2264d50cdcb3ff4d14c838a5 (diff) | |
| parent | b663f9f999f05aa7940b89bb015a1b8cb67e9e51 (diff) | |
Merge "fw-api: CL 3026509 - update fw common interface files" into wlan-api.lnx.1.1-dev
| -rwxr-xr-x | fw/wmi_unified.h | 12 | ||||
| -rwxr-xr-x | fw/wmi_version.h | 2 |
2 files changed, 13 insertions, 1 deletions
diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h index b9e5fa7cdf15..f60fd557966b 100755 --- a/fw/wmi_unified.h +++ b/fw/wmi_unified.h @@ -7233,6 +7233,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 * prone to change. diff --git a/fw/wmi_version.h b/fw/wmi_version.h index 7c7e943c5451..4aefcc02b745 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_ 378 +#define __WMI_REVISION_ 379 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
