summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorService qcabuildsw <qcabuildsw@localhost>2016-07-14 15:46:32 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2016-07-14 15:46:32 -0700
commitf9a3499e24948b754ea35a148fca57a70858f5e7 (patch)
treeceb340338573adcce4211caf1562354363994782
parent2d660d904165521866600195505aac457e9c8272 (diff)
parent49eecf0de5d615a03e3c729f0cf695ec4a88e1ab (diff)
Merge "qcacld-3.0: CL 1536911 - update fw common interface files" into wlan-cld3.driver.lnx.1.1-dev
-rw-r--r--target/inc/wmi_unified.h11
-rw-r--r--target/inc/wmi_version.h2
2 files changed, 12 insertions, 1 deletions
diff --git a/target/inc/wmi_unified.h b/target/inc/wmi_unified.h
index 52c8f7d06c71..85537be7add0 100644
--- a/target/inc/wmi_unified.h
+++ b/target/inc/wmi_unified.h
@@ -3725,6 +3725,17 @@ typedef enum {
WMI_PDEV_PARAM_CUST_TXPOWER_SCALE,
/** ATF enabe/disabe dynamically */
WMI_PDEV_PARAM_ATF_DYNAMIC_ENABLE,
+ /** Set tx retry limit for control frames. 0 = disable, 31 = max */
+ WMI_PDEV_PARAM_CTRL_RETRY_LIMIT,
+ /** Set propagation delay for 2G / 5G band.
+ * The propagation delay is fundamentally a per-peer property, but
+ * the target may not support per-peer settings for ack timeouts.
+ * This pdev parameter allows the MAC-level ack timeout to be set to
+ * a value suitable for the worst-case propagation delay of any peer
+ * within that pdev.
+ * Units are microseconds.
+ */
+ WMI_PDEV_PARAM_PROPAGATION_DELAY,
} WMI_PDEV_PARAM;
diff --git a/target/inc/wmi_version.h b/target/inc/wmi_version.h
index c247e331dde3..9bda8c027465 100644
--- a/target/inc/wmi_version.h
+++ b/target/inc/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_ 270
+#define __WMI_REVISION_ 271
/** The Version Namespace should not be normally changed. Only
* host and firmware of the same WMI namespace will work