Browse Source

fw-api: CL 4182970 - update fw common interface files

Add WMI_PDEV_PARAM_CCK_TX_ENABLE def

Change-Id: If9885ab0aeef5ce4d2319436d16f712dfba6b2cc
CRs-Fixed: 1107600
spuligil 7 years ago
parent
commit
2498b4cac2
2 changed files with 9 additions and 1 deletions
  1. 8 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 8 - 0
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 {

+ 1 - 1
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