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

Commit f4c643e6 authored by spuligil's avatar spuligil Committed by Ravindra Konda
Browse files

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

WMI: add pdev_id to PDEV_UTF_CMD,_EVENT msgs
Change-Id: Ica4366be32b698c74a554e08a7eb2efe89ad8099
CRs-Fixed: 2262693
parent 35d97a9c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -644,6 +644,7 @@ typedef enum {
    WMI_SERVICE_XPAN_SUPPORT = 391, /* Indicate FW support XPAN configuration */
    WMI_SERVICE_5GHZ_HI_RSSI_ROAM_SUPPORT = 392, /* Indicate FW supports High RSSI Roam from 5 GHz Band to 6 GHz Band */
    WMI_SERVICE_BOTH_PSD_EIRP_FOR_AP_SP_CLIENT_SP_SUPPORT = 393, /* Support for CTL regeneration where both PSD and EIRP will be sent in 6GHZ SET_TPC WMI for SP and SP_CLIENT power modes */
    WMI_SERVICE_PDEV_PARAM_IN_UTF_WMI = 394, /* FW supports receiving and sending pdev_id parameter in WMI_PDEV_UTF_(CMD/EVENT) */

    WMI_MAX_EXT2_SERVICE

+6 −2
Original line number Diff line number Diff line
@@ -1408,6 +1408,8 @@ typedef enum {
    WMITLV_TAG_STRUC_wmi_vdev_stop_mlo_params,
    WMITLV_TAG_STRUC_wmi_vdev_ch_power_psd_info,
    WMITLV_TAG_STRUC_wmi_vdev_ch_power_eirp_info,
    WMITLV_TAG_STRUC_wmi_pdev_utf_cmd_fixed_param,
    WMITLV_TAG_STRUC_wmi_pdev_utf_event_fixed_param,
} WMITLV_TAG_ID;
/*
 * IMPORTANT: Please add _ALL_ WMI Commands Here.
@@ -3019,7 +3021,8 @@ WMITLV_CREATE_PARAM_STRUC(WMI_CHATTER_SET_MODE_CMDID);

/* PDEV UTF Cmd */
#define WMITLV_TABLE_WMI_PDEV_UTF_CMDID(id,op,buf,len)\
    WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_BYTE, A_UINT8, data, WMITLV_SIZE_VAR)
    WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_BYTE, A_UINT8, data, WMITLV_SIZE_VAR) \
    WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_STRUC_wmi_pdev_utf_cmd_fixed_param, wmi_pdev_utf_cmd_fixed_param, fixed_param, WMITLV_SIZE_FIX)
WMITLV_CREATE_PARAM_STRUC(WMI_PDEV_UTF_CMDID);

/* PDEV QVIT Cmd */
@@ -5998,7 +6001,8 @@ WMITLV_CREATE_PARAM_STRUC(WMI_WLAN_PROFILE_DATA_EVENTID);

/* PDEV UTF Event */
#define WMITLV_TABLE_WMI_PDEV_UTF_EVENTID(id,op,buf,len)\
    WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_BYTE, A_UINT8, data, WMITLV_SIZE_VAR)
    WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_BYTE, A_UINT8, data, WMITLV_SIZE_VAR) \
    WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_STRUC_wmi_pdev_utf_event_fixed_param, wmi_pdev_utf_event_fixed_param, fixed_param, WMITLV_SIZE_FIX)
WMITLV_CREATE_PARAM_STRUC(WMI_PDEV_UTF_EVENTID);

/* Update SCPC calibrated data Event */
+12 −0
Original line number Diff line number Diff line
@@ -47014,6 +47014,18 @@ typedef struct {
    A_UINT32 status; /* accept: 1 reject : 0 */
} wmi_csa_event_status_ind_fixed_param;
typedef struct {
    /** TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_pdev_utf_cmd_fixed_param */
    A_UINT32 tlv_header;
    A_UINT32 pdev_id;
} wmi_pdev_utf_cmd_fixed_param;
typedef struct {
    /** TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_pdev_utf_event_fixed_param */
    A_UINT32 tlv_header;
    A_UINT32 pdev_id;
} wmi_pdev_utf_event_fixed_param;
/* ADD NEW DEFS HERE */
+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_ 1402
#define __WMI_REVISION_ 1403

/** The Version Namespace should not be normally changed. Only
 *  host and firmware of the same WMI namespace will work