Эх сурвалжийг харах

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

Change-Id: I0f2b988ae68f6faf234aee98dcc1273e1646c57c
WMI: add WMI_ROAM_PARAM_LINKSPEED_STATE def
CRs-Fixed: 2262693
spuligil 2 жил өмнө
parent
commit
c83bbb31e2

+ 1 - 0
fw/wmi_services.h

@@ -589,6 +589,7 @@ typedef  enum  {
     WMI_SERVICE_AFC_PAYLOAD_CLEAR_SUPPORT = 336, /* FW supports clearing the AFC response payload in proxy mode */
     WMI_SERVICE_FW_INI_PARSE_SUPPORT = 337, /* FW supports parsing ini configuration file */
     WMI_SERVICE_TDLS_6GHZ_SUPPORT = 338, /* FW supports 6GHz TDLS both on base channel and offchannel */
+    WMI_SERVICE_LINKSPEED_ROAM_TRIGGER_SUPPORT = 339, /* FW supports linkspeed trigger roam */
 
     WMI_MAX_EXT2_SERVICE
 

+ 5 - 0
fw/wmi_unified.h

@@ -34425,6 +34425,11 @@ typedef enum {
      *  Bit : 2-31  - reserved
      */
     WMI_ROAM_PARAM_ROAM_EVENTS_CONFIG = 0x1,
+    /*
+     * Bit : 0 if unset, POOR_LINKSPEED
+     * Bit : 0 if set, GOOD_LINKSPEED
+     */
+    WMI_ROAM_PARAM_LINKSPEED_STATE = 0x2,
     /*=== END ROAM_PARAM_PROTOTYPE SECTION ===*/
 } WMI_ROAM_PARAM;
 

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