Browse Source

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

Change-Id: I885844021ab7d4532fb4ca263d65bc4e5bef1bb9
WMI: add WMI_HW_MODE DBS_2G_5G and 2G_PHYB defs
CRs-Fixed: 2262693
spuligil 5 years ago
parent
commit
e29c09a482
2 changed files with 4 additions and 2 deletions
  1. 3 1
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 3 - 1
fw/wmi_unified.h

@@ -24369,7 +24369,7 @@ typedef enum {
 
 typedef enum wmi_hw_mode_config_type {
     WMI_HW_MODE_SINGLE      = 0, /* Only one PHY is active. */
-    WMI_HW_MODE_DBS         = 1, /* Both PHYs are active in different bands, one in 2G and another in 5G. */
+    WMI_HW_MODE_DBS         = 1, /* Both PHYs are active in different bands, PHYB in 2G and PHYA in 5G. */
     WMI_HW_MODE_SBS_PASSIVE = 2, /* Both PHYs are in passive mode (only rx) in same band; no tx allowed. */
     WMI_HW_MODE_SBS         = 3, /* Both PHYs are active in the same band.
                                   * Support for both PHYs within one band is planned for 5G only
@@ -24381,6 +24381,8 @@ typedef enum wmi_hw_mode_config_type {
                                   * as in WMI_HW_MODE_SBS, and 3rd on the other band
                                   */
     WMI_HW_MODE_DBS_OR_SBS  = 5, /* One PHY is on 5G and the other PHY can be in 2G or 5G. */
+    WMI_HW_MODE_DBS_2G_5G   = 6, /* Both PHYs are active in different bands. PhyA 2G and PhyB 5G */
+    WMI_HW_MODE_2G_PHYB     = 7, /* Ony PhyB 2G active */
 } WMI_HW_MODE_CONFIG_TYPE;
 
 #define WMI_SUPPORT_11B_GET(flags) WMI_GET_BITS(flags, 0, 1)

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