From 79be00c64f814efa136a69c775706fb20f8d0282 Mon Sep 17 00:00:00 2001 From: Sandeep Puligilla Date: Wed, 26 Apr 2017 10:01:17 -0700 Subject: [PATCH] fw-api: CL 3026509 - update fw common interface files Add WMI_VDEV_PARAM_PER_BAND_MGMT_TX_RATE for per-band specifications of rate for tx mgmt frames Change-Id: Iff923c88b39f633c6a63cd3023160d46e5633681 CRs-Fixed: 1107600 --- fw/wmi_unified.h | 12 ++++++++++++ fw/wmi_version.h | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h index b9e5fa7cdf..f60fd55796 100644 --- 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 7c7e943c54..4aefcc02b7 100644 --- 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