Browse Source

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

Change-Id: Ie9b5caee470ec75535342db38fcc66123237fa55
WMI: add TARGET_CAP_CONCURRENCE_SUPPORT flags
CRs-Fixed: 2262693
spuligil 2 years ago
parent
commit
161852441a
2 changed files with 10 additions and 2 deletions
  1. 9 1
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 9 - 1
fw/wmi_unified.h

@@ -3267,6 +3267,11 @@ typedef struct {
 #define WMI_TARGET_CAP_MAX_ML_BSS_NUM_SET(target_cap_flags, value) \
     WMI_SET_BITS(target_cap_flags, 8, 3, value)
 
+#define WMI_TARGET_CAP_CONCURRENCE_SUPPORT_GET(target_cap_flags) \
+    WMI_GET_BITS(target_cap_flags, 11, 2)
+#define WMI_TARGET_CAP_CONCURRENCE_SUPPORT_SET(target_cap_flags, value) \
+    WMI_SET_BITS(target_cap_flags, 11, 2, value)
+
 /*
  * wmi_htt_msdu_idx_to_htt_msdu_qtype GET/SET APIs
  */
@@ -3406,7 +3411,10 @@ typedef struct {
      * Bit 6 - UL MUMIMO Rx support on 6 GHz (AP Mode)
      * Bit 7 - UL MUMIMO Tx support on 6 GHz (STA Mode)
      * Bits 10:8 - max ML BSS number supported, range [0-7]
-     * Bits 31:11 - Reserved
+     * Bits 12:11  concurrence support capability
+     *      Bit11 - [ML-STA + SL-STA]  0: not supported; 1:supported
+     *      Bit12 - [ML-STA + SL-SAP]  0: not supported; 1:supported
+     * Bits 31:13 - Reserved
      */
     A_UINT32 target_cap_flags;
 

+ 1 - 1
fw/wmi_version.h

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