Bladeren bron

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

Change-Id: I5c558f647936a9c32e5b01feb3b2349d9ef1c45b
WMI: add dwell_time_active_2g field to start scan cmd
CRs-Fixed: 1107600
spuligil 6 jaren geleden
bovenliggende
commit
0193c2dd8c
2 gewijzigde bestanden met toevoegingen van 3 en 1 verwijderingen
  1. 2 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 2 - 0
fw/wmi_unified.h

@@ -3165,6 +3165,8 @@ typedef struct {
     A_UINT32 num_vendor_oui;
     /** Scan control flags extended **/
     A_UINT32 scan_ctrl_flags_ext;
+    /** dwell time in msec on active 2G channels, if it's not zero */
+    A_UINT32 dwell_time_active_2g;
 
 /**
  * TLV (tag length value) parameters follow the scan_cmd

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