Browse Source

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

Add new HW mode WMI_HW_MODE_DBS_OR_SBS

Change-Id: Ib57a024ea3f7e332f6796c8505d4e2820d5bcd61
CRs-Fixed: 1107600
snandini 7 years ago
parent
commit
d5b0abe937
2 changed files with 2 additions and 1 deletions
  1. 1 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 1 - 0
fw/wmi_unified.h

@@ -18843,6 +18843,7 @@ typedef enum wmi_hw_mode_config_type {
     WMI_HW_MODE_DBS_SBS     = 4, /* 3 PHYs, with 2 on the same band doing SBS
                                   * 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_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_ 428
+#define __WMI_REVISION_ 429
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work