Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6d080bad authored by spuligil's avatar spuligil Committed by Rahul Choudhary
Browse files

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
parent af900988
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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