Browse Source

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

add WMI_PDEV_PARAM_UL_OFDMA_RTD, WMI_PEER_PARAM_UL_OFDMA_RTD defs

Change-Id: I73a15572de1d69a85d63396a9c6bc4d061b9304f
CRs-Fixed: 2262693
spuligil 1 year ago
parent
commit
6d080bad68
2 changed files with 7 additions and 2 deletions
  1. 6 1
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 6 - 1
fw/wmi_unified.h

@@ -9312,6 +9312,9 @@ typedef enum {
 
     /** Parameter used for enabling/disabling RFA toggle for SAP mode */
     WMI_PDEV_PARAM_SET_SAP_RFA_TOGGLE,
+
+    /** Parameter to set PDEV level UL OFDMA RTD */
+    WMI_PDEV_PARAM_UL_OFDMA_RTD,
 } WMI_PDEV_PARAM;
 
 #define WMI_PDEV_ONLY_BSR_TRIG_IS_ENABLED(trig_type) WMI_GET_BITS(trig_type, 0, 1)
@@ -20252,6 +20255,8 @@ typedef struct {
 
 #define WMI_PEER_PARAM_DMS_SUPPORT                     0x2A
 
+#define WMI_PEER_PARAM_UL_OFDMA_RTD                    0x2B
+
 typedef struct {
     A_UINT32 tlv_header; /** TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_peer_set_param_cmd_fixed_param */
     /** unique id identifying the VDEV, generated by the caller */
@@ -25609,7 +25614,7 @@ typedef struct {
         WMI_RADAR_FLAGS_FULL_BW_NOL_BITPOS, \
         WMI_RADAR_FLAGS_FULL_BW_NOL_NUM_BITS)
 #define WMI_RADAR_FLAGS_FULL_BW_NOL_SET(flag, val) \
-    WMI_GET_BITS(flag, \
+    WMI_SET_BITS(flag, \
         WMI_RADAR_FLAGS_FULL_BW_NOL_BITPOS, \
         WMI_RADAR_FLAGS_FULL_BW_NOL_NUM_BITS, val)
 

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