ソースを参照

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

add WMI_PDEV_PARAM_ENABLE_CCK_TXFIR_OVERRIDE def

Change-Id: Ie3a519da3f3ecffa57b2ffda42efbe07df6b8b9c
CRs-Fixed: 1107600
snandini 7 年 前
コミット
5df0f499d0
2 ファイル変更6 行追加1 行削除
  1. 5 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 5 - 0
fw/wmi_unified.h

@@ -4328,6 +4328,11 @@ typedef enum {
      *  bit 16~31 : 11ag mode TX chain number.
      */
     WMI_PDEV_PARAM_ABG_MODE_TX_CHAIN_NUM,
+    /** Enable/Disable cck txfir override
+     *  bit 0 - enable (1) or disale (0) CCK tx FIR
+     *  bits 31:1 - unused / reserved (set to 0)
+     */
+    WMI_PDEV_PARAM_ENABLE_CCK_TXFIR_OVERRIDE,
 } 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_ 405
+#define __WMI_REVISION_ 406
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work