summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNitesh Shah <niteshs@qti.qualcomm.com>2016-07-20 15:56:09 +0530
committerAnjaneedevi Kapparapu <akappa@codeaurora.org>2016-07-26 12:52:57 +0530
commit14962b9bfa6eb8ffe1f4a937f0a62eaa0234ec2c (patch)
treef788f83ceb3928041abf83099e7f4e8fad699910
parent5f0db6e6195a75272d9701568f97644b4a1093f2 (diff)
qcacld-2.0: CL 1548360 - update fw common interface files
Adding common changes for enabling ATF per SSID (vdev) strict/fair scheduling. Change-Id: I4aaccf1d55aa3e173e4ae2e298a8c711e4a01e31 CRs-fixed: 865207
-rw-r--r--CORE/SERVICES/COMMON/wmi_unified.h10
-rw-r--r--CORE/SERVICES/COMMON/wmi_version.h2
2 files changed, 11 insertions, 1 deletions
diff --git a/CORE/SERVICES/COMMON/wmi_unified.h b/CORE/SERVICES/COMMON/wmi_unified.h
index ba8fda5f977e..bfdb336abb90 100644
--- a/CORE/SERVICES/COMMON/wmi_unified.h
+++ b/CORE/SERVICES/COMMON/wmi_unified.h
@@ -5405,6 +5405,13 @@ typedef enum {
/** disable dynamic bw RTS **/
WMI_VDEV_PARAM_DISABLE_DYN_BW_RTS,
+ /**
+ * Per ssid (vdev) based ATF strict/fair scheduling policy
+ * Param values are WMI_ATF_SSID_FAIR_SCHED or
+ * WMI_ATF_SSID_STRICT_SCHED
+ */
+ WMI_VDEV_PARAM_ATF_SSID_SCHED_POLICY,
+
/*
* === ADD NEW VDEV PARAM TYPES ABOVE THIS LINE ===
* The below vdev param types are used for prototyping, and are
@@ -14756,6 +14763,9 @@ typedef struct {
#define WMI_ATF_DENOMINATION 1000 /* Expressed in 1 part in 1000 (permille) */
+#define WMI_ATF_SSID_FAIR_SCHED 0 /** Fair ATF scheduling for vdev */
+#define WMI_ATF_SSID_STRICT_SCHED 1 /** Strict ATF scheduling for vdev */
+
typedef struct {
/** TLV tag and len; tag equals
* WMITLV_TAG_STRUC_wmi_atf_peer_info */
diff --git a/CORE/SERVICES/COMMON/wmi_version.h b/CORE/SERVICES/COMMON/wmi_version.h
index fce837d2e14c..64fd1067b0f5 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_ 275
+#define __WMI_REVISION_ 276
/** The Version Namespace should not be normally changed. Only
* host and firmware of the same WMI namespace will work