Prechádzať zdrojové kódy

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

Change-Id: I74c4ce237d73c425887d825740a6eaa44c932639
WMI: enable/disable SWBA event for beacon-offload cases
CRs-Fixed: 1107600
spuligil 7 rokov pred
rodič
commit
b4fc9cb64a
2 zmenil súbory, kde vykonal 3 pridanie a 1 odobranie
  1. 2 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 2 - 0
fw/wmi_unified.h

@@ -4419,6 +4419,8 @@ typedef struct {
 
 #define WMI_BEACON_CTRL_TX_DISABLE  0
 #define WMI_BEACON_CTRL_TX_ENABLE   1
+#define WMI_BEACON_CTRL_SWBA_EVENT_DISABLE  2
+#define WMI_BEACON_CTRL_SWBA_EVENT_ENABLE   3
 
 typedef struct {
     A_UINT32 tlv_header; /** TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_bcn_offload_ctrl_cmd_fixed_param */

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