summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspuligil <spuligil@codeaurora.org>2018-02-16 09:01:48 -0800
committerspuligil <spuligil@codeaurora.org>2018-02-16 09:01:48 -0800
commit5fd4333c14318dc79076fe28c66074800d30d709 (patch)
tree526ee8d0cf517dc9ac1fabeb8d0b80e9426b5471
parent5c25abfd75cb8a5a6ab1788b87c7e8debdd561a9 (diff)
fw-api: CL 4182970 - update fw common interface files
Add WMI_PDEV_PARAM_CCK_TX_ENABLE def Change-Id: If9885ab0aeef5ce4d2319436d16f712dfba6b2cc CRs-Fixed: 1107600
-rwxr-xr-xfw/wmi_unified.h8
-rwxr-xr-xfw/wmi_version.h2
2 files changed, 9 insertions, 1 deletions
diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h
index 3cfa32c4b5de..930c078d6999 100755
--- a/fw/wmi_unified.h
+++ b/fw/wmi_unified.h
@@ -4902,6 +4902,14 @@ typedef enum {
* 0- Disable optimization
*/
WMI_PDEV_PARAM_1CH_DTIM_OPTIMIZED_CHAIN_SELECTION,/* 0x9d */
+ /*
+ * Override default FW behavior and explicitly enable / disable
+ * the use of CCK for PPDU transmissions.
+ *
+ * When CCK transmissions are disabled, the default OFDM legacy
+ * rate will be used instead.
+ */
+ WMI_PDEV_PARAM_CCK_TX_ENABLE, /* 0x9e */
} WMI_PDEV_PARAM;
typedef struct {
diff --git a/fw/wmi_version.h b/fw/wmi_version.h
index 47234a398bc2..20a87b42d7c7 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_ 508
+#define __WMI_REVISION_ 509
/** The Version Namespace should not be normally changed. Only
* host and firmware of the same WMI namespace will work