ソースを参照

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

Fix def of WMI_BEACON_PROTECTION_EN_GET macro

Change-Id: Iefa315a00a728c5f9871035413b12fe5fcacd80e
CRs-Fixed: 2262693
spuligil 5 年 前
コミット
3cfa47a4d5
2 ファイル変更2 行追加2 行削除
  1. 1 1
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 1 - 1
fw/wmi_unified.h

@@ -11129,7 +11129,7 @@ typedef struct {
     WMI_SET_BITS(param, WMI_BEACON_PROTECTION_BIT_POS, 1, value)
 
 #define WMI_BEACON_PROTECTION_EN_GET(param) \
-    WMI_GET_BITS(param, WMI_BEACON_PROTECTION_EN_BIT_POS, 1)
+    WMI_GET_BITS(param, WMI_BEACON_PROTECTION_BIT_POS, 1)
 
 typedef struct {
     A_UINT32 tlv_header; /** TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_prb_tmpl_cmd_fixed_param */

+ 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_ 800
+#define __WMI_REVISION_ 801
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work