diff options
| author | spuligil <spuligil@codeaurora.org> | 2018-03-30 13:04:41 -0700 |
|---|---|---|
| committer | spuligil <spuligil@codeaurora.org> | 2018-03-30 13:04:41 -0700 |
| commit | afa089ca3c18ce13081cbe2c018a91e93f42e2e3 (patch) | |
| tree | 0c11606b8e8dd1888c317d9ec6085b982d705356 | |
| parent | c6589b124401f415ab251fb5f85abe3c6ca6e4c2 (diff) | |
fw-api: CL 4375186 - update fw common interface files
Add WMI_VDEV_PARAM_TX_RETRIES_BEFORE_RTS_PER_AC def
Change-Id: I8acf0681f105311b4dc04434311301947f2cc318
CRs-Fixed: 1107600
| -rwxr-xr-x | fw/wmi_unified.h | 11 | ||||
| -rwxr-xr-x | fw/wmi_version.h | 2 |
2 files changed, 12 insertions, 1 deletions
diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h index 7fa8b20bdd68..d8edf75a8a73 100755 --- a/fw/wmi_unified.h +++ b/fw/wmi_unified.h @@ -8352,6 +8352,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/fw/wmi_version.h b/fw/wmi_version.h index d493b615bbcd..2fa5e339537d 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_ 518 +#define __WMI_REVISION_ 519 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
