Selaa lähdekoodia

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

Change-Id: I911250768ae9484e89bcbf789012dfd12bdc09d8
WMI: add WLAN_DISCONNECT_REASON_MOVE_TO_CELLULAR def
CRs-Fixed: 2262693
spuligil 4 vuotta sitten
vanhempi
sitoutus
8c692fde6b
2 muutettua tiedostoa jossa 5 lisäystä ja 1 poistoa
  1. 4 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 4 - 0
fw/wmi_unified.h

@@ -16128,6 +16128,10 @@ typedef enum {
      * due to CSA in OCV enabled case.
      */
     WLAN_DISCONNECT_REASON_CSA_SA_QUERY_TIMEOUT = 1,
+    /* MOVE_TO_CELLULAR:
+     * Disconnect from WiFi to move to cellular
+     */
+    WLAN_DISCONNECT_REASON_MOVE_TO_CELLULAR,
 } WMI_VDEV_DISCONNECT_REASON_ID;
 
 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_ 860
+#define __WMI_REVISION_ 861
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work