diff options
| author | CNSS_WLAN Service <cnssbldsw@qualcomm.com> | 2018-04-13 01:51:14 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2018-04-13 01:51:14 -0700 |
| commit | de2ad5bfdd4d64756e277a21d0a44cee14700e09 (patch) | |
| tree | 6e6f1dbb3dee35a389b69323ae9b7eb0fabf35dd | |
| parent | e3b5d08819c896ef07400073666c25d1c5d17da3 (diff) | |
| parent | 9a3e036bef07943f1f0a7d8ac116c61bf03806cf (diff) | |
Merge "qcacld-2.0: CL - 4159720 Update fw common interface files" into wlan-cld2.driver.lnx.1.0
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_unified.h | 7 | ||||
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_version.h | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/CORE/SERVICES/COMMON/wmi_unified.h b/CORE/SERVICES/COMMON/wmi_unified.h index 6614c5f9b736..4aea3e4f1803 100644 --- a/CORE/SERVICES/COMMON/wmi_unified.h +++ b/CORE/SERVICES/COMMON/wmi_unified.h @@ -4896,6 +4896,13 @@ typedef enum { WMI_PDEV_PARAM_DATA_STALL_DETECT_ENABLE, /* 0x9b */ /* GCMP Support indication to FW */ WMI_PDEV_PARAM_GCMP_SUPPORT_ENABLE, /* 0x9c */ + /** Enable/Disable chain selection optimization for one chain dtim + * non-zero - Enable optimization and use this non-zero value as the + * chain imbalance threshold for optimization to kick in + * (units = dB) + * 0- Disable optimization + */ + WMI_PDEV_PARAM_1CH_DTIM_OPTIMIZED_CHAIN_SELECTION,/* 0x9d */ } WMI_PDEV_PARAM; typedef enum { diff --git a/CORE/SERVICES/COMMON/wmi_version.h b/CORE/SERVICES/COMMON/wmi_version.h index e69c5333dcb0..987854dcd519 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_ 503 +#define __WMI_REVISION_ 504 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
