Jelajahi Sumber

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

Add WMI_SAR_FEATURE_ON_USER_DEFINED enum value.

Change-Id: I39bbb45c098ec08c7173ea79cd32245fff5a3fc0
CRs-Fixed: 865207
Manjeet Singh 8 tahun lalu
induk
melakukan
5b3219bf27
2 mengubah file dengan 4 tambahan dan 2 penghapusan
  1. 3 1
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 3 - 1
fw/wmi_unified.h

@@ -13198,6 +13198,7 @@ typedef struct {
 	A_UINT32 tlv_header;
 
 	/** when set to WMI_SAR_FEATURE_ON, enable SAR feature;
+	 * with BDF (SET_0 to 4) or WMI
 	 * if set to WMI_SAR_FEATURE_OFF, disable feature;
 	 * if set to WMI_SAR_FEATURE_NO_CHANGE, do not alter state of feature;
 	 */
@@ -13228,7 +13229,8 @@ enum wmi_sar_feature_state_flags {
 	WMI_SAR_FEATURE_ON_SET_2,
 	WMI_SAR_FEATURE_ON_SET_3,
 	WMI_SAR_FEATURE_ON_SET_4,
-	WMI_SAR_FEATURE_NO_CHANGE
+	WMI_SAR_FEATURE_NO_CHANGE,
+	WMI_SAR_FEATURE_ON_USER_DEFINED,
 };
 
 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_ 319
+#define __WMI_REVISION_ 320
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work