Browse Source

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

Change-Id: I3fe050cdf7234665e52dac04b1678fded469af47
WMI: add MULTIPASS_SAP_SUPPORT flag in target capabilities
CRs-Fixed: 2262693
spuligil 1 year ago
parent
commit
f33e86393b
2 changed files with 8 additions and 2 deletions
  1. 7 1
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 7 - 1
fw/wmi_unified.h

@@ -3338,6 +3338,11 @@ typedef struct {
 #define WMI_TARGET_CAP_CONCURRENCE_SUPPORT_SET(target_cap_flags, value) \
     WMI_SET_BITS(target_cap_flags, 11, 2, value)
 
+#define WMI_TARGET_CAP_MULTIPASS_SAP_SUPPORT_GET(target_cap_flags) \
+    WMI_GET_BITS(target_cap_flags, 13, 1)
+#define WMI_TARGET_CAP_MULTIPASS_SAP_SUPPORT_SET(target_cap_flags, value) \
+    WMI_SET_BITS(target_cap_flags, 13, 1, value)
+
 /*
  * wmi_htt_msdu_idx_to_htt_msdu_qtype GET/SET APIs
  */
@@ -3480,7 +3485,8 @@ typedef struct {
      * 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
+     * Bit 13 - Support for multipass SAP
+     * Bits 31:14 - 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_ 1342
+#define __WMI_REVISION_ 1343
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work