Bladeren bron

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

add WMI_SERVICE_THERM_THROT_TEMP_CHANGE_DYNAMIC_EVENT_SUPPORT def

Change-Id: I8f9295985e083ef5b1cd15cd1f9764b8207bd978
CRs-Fixed: 2262693
spuligil 4 jaren geleden
bovenliggende
commit
0992310834
2 gewijzigde bestanden met toevoegingen van 6 en 1 verwijderingen
  1. 5 0
      fw/wmi_services.h
  2. 1 1
      fw/wmi_version.h

+ 5 - 0
fw/wmi_services.h

@@ -514,6 +514,11 @@ typedef  enum  {
      * candidate AP is present in FW.
      */
     WMI_SERVICE_SAE_EAPOL_OFFLOAD_SUPPORT = 275,
+    /*
+     * Indicates FW supports sending events to host during Thermal Throttling
+     * every duty cycle on detecting temperature change when dc_per_event is 0.
+     */
+    WMI_SERVICE_THERM_THROT_TEMP_CHANGE_DYNAMIC_EVENT_SUPPORT = 276,
 
 
     WMI_MAX_EXT2_SERVICE

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