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
This commit is contained in:
@@ -644,6 +644,7 @@ typedef enum {
|
|||||||
WMI_SERVICE_XPAN_SUPPORT = 391, /* Indicate FW support XPAN configuration */
|
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_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_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
|
WMI_MAX_EXT2_SERVICE
|
||||||
|
|
||||||
|
@@ -1408,6 +1408,8 @@ typedef enum {
|
|||||||
WMITLV_TAG_STRUC_wmi_vdev_stop_mlo_params,
|
WMITLV_TAG_STRUC_wmi_vdev_stop_mlo_params,
|
||||||
WMITLV_TAG_STRUC_wmi_vdev_ch_power_psd_info,
|
WMITLV_TAG_STRUC_wmi_vdev_ch_power_psd_info,
|
||||||
WMITLV_TAG_STRUC_wmi_vdev_ch_power_eirp_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;
|
} WMITLV_TAG_ID;
|
||||||
/*
|
/*
|
||||||
* IMPORTANT: Please add _ALL_ WMI Commands Here.
|
* IMPORTANT: Please add _ALL_ WMI Commands Here.
|
||||||
@@ -3019,7 +3021,8 @@ WMITLV_CREATE_PARAM_STRUC(WMI_CHATTER_SET_MODE_CMDID);
|
|||||||
|
|
||||||
/* PDEV UTF Cmd */
|
/* PDEV UTF Cmd */
|
||||||
#define WMITLV_TABLE_WMI_PDEV_UTF_CMDID(id,op,buf,len)\
|
#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);
|
WMITLV_CREATE_PARAM_STRUC(WMI_PDEV_UTF_CMDID);
|
||||||
|
|
||||||
/* PDEV QVIT Cmd */
|
/* PDEV QVIT Cmd */
|
||||||
@@ -5998,7 +6001,8 @@ WMITLV_CREATE_PARAM_STRUC(WMI_WLAN_PROFILE_DATA_EVENTID);
|
|||||||
|
|
||||||
/* PDEV UTF Event */
|
/* PDEV UTF Event */
|
||||||
#define WMITLV_TABLE_WMI_PDEV_UTF_EVENTID(id,op,buf,len)\
|
#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);
|
WMITLV_CREATE_PARAM_STRUC(WMI_PDEV_UTF_EVENTID);
|
||||||
|
|
||||||
/* Update SCPC calibrated data Event */
|
/* Update SCPC calibrated data Event */
|
||||||
|
@@ -47014,6 +47014,18 @@ typedef struct {
|
|||||||
A_UINT32 status; /* accept: 1 reject : 0 */
|
A_UINT32 status; /* accept: 1 reject : 0 */
|
||||||
} wmi_csa_event_status_ind_fixed_param;
|
} 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 */
|
/* ADD NEW DEFS HERE */
|
||||||
|
@@ -37,7 +37,7 @@
|
|||||||
#define __WMI_VER_MINOR_ 0
|
#define __WMI_VER_MINOR_ 0
|
||||||
/** WMI revision number has to be incremented when there is a
|
/** WMI revision number has to be incremented when there is a
|
||||||
* change that may or may not break compatibility. */
|
* 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
|
/** The Version Namespace should not be normally changed. Only
|
||||||
* host and firmware of the same WMI namespace will work
|
* host and firmware of the same WMI namespace will work
|
||||||
|
Reference in New Issue
Block a user