Forráskód Böngészése

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

add WMI_AFC_EXPIRY_EVENT_STOP_TX def

Change-Id: Ief73f7550834de2f60c2565f99d03cd72f4c5bb3
CRs-Fixed: 2262693
spuligil 3 éve
szülő
commit
e250a71836
2 módosított fájl, 5 hozzáadás és 1 törlés
  1. 4 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 4 - 0
fw/wmi_unified.h

@@ -31662,10 +31662,14 @@ typedef enum {
      *    with expiry event.
      * 3. If AFC server is not responding to FW in specified time, FW will
      *    indicate host to switch to LPI.
+     * 4. In SP mode, if AFC server is not responding to FW in
+     *    specified time then FW will indicate host to stop TX since
+     *    there are no lower power mode available.
      */
     WMI_AFC_EXPIRY_EVENT_START         = 1,
     WMI_AFC_EXPIRY_EVENT_RENEW         = 2,
     WMI_AFC_EXPIRY_EVENT_SWITCH_TO_LPI = 3,
+    WMI_AFC_EXPIRY_EVENT_STOP_TX       = 4,
 } WMI_AFC_EXPIRY_EVENT_SUBTYPE;
 
 typedef enum {

+ 1 - 1
fw/wmi_version.h

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