diff options
| author | CNSS_WLAN Service <cnssbldsw@qualcomm.com> | 2018-05-08 21:12:19 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2018-05-08 21:12:19 -0700 |
| commit | 44a8ec17a5fb5a2f27f6dcd0abafd75ef29263a6 (patch) | |
| tree | f04401cfb88a0f586a57eac6ac99b2610541a7ef | |
| parent | 6c09495035ef71807db5ef48c183de808bad213e (diff) | |
| parent | 74fe4f02f34074d135774ac64b0f88976521c4b7 (diff) | |
Merge "qcacld-2.0: CL 4375186 - Update fw common interface files" into wlan-cld2.driver.lnx.1.0
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_unified.h | 11 | ||||
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_version.h | 2 |
2 files changed, 12 insertions, 1 deletions
diff --git a/CORE/SERVICES/COMMON/wmi_unified.h b/CORE/SERVICES/COMMON/wmi_unified.h index 30329febcd48..062e71d7f2e5 100644 --- a/CORE/SERVICES/COMMON/wmi_unified.h +++ b/CORE/SERVICES/COMMON/wmi_unified.h @@ -8408,6 +8408,17 @@ typedef enum { */ WMI_VDEV_PARAM_ENABLE_DISABLE_RTT_INITIATOR_RANDOM_MAC, /* 0x81 */ + /** + * For each AC, configure how many tx retries to send without RTS + * before enabling RTS + * bits 0:7 :BE + * bits 8:15 :BK + * bits 16:23 :VI + * bits 24:31 :VO + * A value of 0 in specific AC means default configuration for that AC. + */ + WMI_VDEV_PARAM_TX_RETRIES_BEFORE_RTS_PER_AC, /* 0x82 */ + /*=== 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 48bd0d973ba2..2ffd8409a75d 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_ 518 +#define __WMI_REVISION_ 519 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
