Kaynağa Gözat

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

Change-Id: Id37f7a7b04b254bbac68b14fba003c878281a118
WMI: add PCIE_L11 and PHYRF power-save enable flags
CRs-Fixed: 2262693
spuligil 4 yıl önce
ebeveyn
işleme
fb00ed514d
2 değiştirilmiş dosya ile 5 ekleme ve 1 silme
  1. 4 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 4 - 0
fw/wmi_unified.h

@@ -28111,6 +28111,10 @@ typedef enum {
 #define WLM_FLAGS_WAL_RTS_PROTECTION_SET(flag, val)       WMI_SET_BITS(flag, 17, 1, val)
 #define WLM_FLAGS_WAL_DISABLE_SECONDARY_RATE(flag)        WMI_GET_BITS(flag, 18, 1)
 #define WLM_FLAGS_WAL_SECONDARY_RATE_SET(flag, val)       WMI_SET_BITS(flag, 18, 1, val)
+#define WLM_FLAGS_PS_IS_PCIE_L11_ENABLED(flag)            WMI_GET_BITS(flag, 19, 1)
+#define WLM_FLAGS_PS_SET_PCIE_L11_ENABLE(flag, val)       WMI_SET_BITS(flag, 19, 1, val)
+#define WLM_FLAGS_PS_IS_PHYRF_PS_ENABLED(flag)            WMI_GET_BITS(flag, 20, 1)
+#define WLM_FLAGS_PS_SET_PHYRF_PS_ENABLE(flag, val)       WMI_SET_BITS(flag, 20, 1, val)
 
 typedef struct {
     /** TLV tag and len; tag equals

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