diff options
| -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 |
