fw-api: CL 6148604 - update fw common interface files
Change-Id: If34c8f10e87a40fd2c5bc54781db7ea0db2dd5b9 WMI: change PDEV_CSC_SWITCH_COUNT_STATUS event to hold csc CRs-Fixed: 2262693
这个提交包含在:
@@ -955,6 +955,7 @@ typedef enum {
|
|||||||
WMITLV_TAG_STRUC_wmi_pdev_csc_switch_count_status_event_fixed_param,
|
WMITLV_TAG_STRUC_wmi_pdev_csc_switch_count_status_event_fixed_param,
|
||||||
WMITLV_TAG_STRUC_wmi_roam_bss_load_config_cmd_fixed_param,
|
WMITLV_TAG_STRUC_wmi_roam_bss_load_config_cmd_fixed_param,
|
||||||
WMITLV_TAG_STRUC_wmi_roam_blacklist_event_fixed_param,
|
WMITLV_TAG_STRUC_wmi_roam_blacklist_event_fixed_param,
|
||||||
|
WMITLV_TAG_STRUC_wmi_csc_vdev_list,
|
||||||
} WMITLV_TAG_ID;
|
} WMITLV_TAG_ID;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@@ -5110,7 +5111,7 @@ WMITLV_CREATE_PARAM_STRUC(WMI_PDEV_CSA_SWITCH_COUNT_STATUS_EVENTID);
|
|||||||
|
|
||||||
#define WMITLV_TABLE_WMI_PDEV_CSC_SWITCH_COUNT_STATUS_EVENTID(id,op,buf,len) \
|
#define WMITLV_TABLE_WMI_PDEV_CSC_SWITCH_COUNT_STATUS_EVENTID(id,op,buf,len) \
|
||||||
WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_STRUC_wmi_pdev_csc_switch_count_status_event_fixed_param, wmi_pdev_csc_switch_count_status_event_fixed_param, fixed_param, WMITLV_SIZE_FIX) \
|
WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_STRUC_wmi_pdev_csc_switch_count_status_event_fixed_param, wmi_pdev_csc_switch_count_status_event_fixed_param, fixed_param, WMITLV_SIZE_FIX) \
|
||||||
WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_UINT32, A_UINT32, vdev_ids, WMITLV_SIZE_VAR)
|
WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, wmi_csc_vdev_list, vdev_info, WMITLV_SIZE_VAR)
|
||||||
WMITLV_CREATE_PARAM_STRUC(WMI_PDEV_CSC_SWITCH_COUNT_STATUS_EVENTID);
|
WMITLV_CREATE_PARAM_STRUC(WMI_PDEV_CSC_SWITCH_COUNT_STATUS_EVENTID);
|
||||||
|
|
||||||
/* cal version response event */
|
/* cal version response event */
|
||||||
|
@@ -23192,6 +23192,12 @@ typedef struct {
|
|||||||
*/
|
*/
|
||||||
} wmi_pdev_csa_switch_count_status_event_fixed_param;
|
} wmi_pdev_csa_switch_count_status_event_fixed_param;
|
||||||
|
|
||||||
|
typedef struct {
|
||||||
|
A_UINT32 tlv_header; /** TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_csc_vdev_list */
|
||||||
|
A_UINT32 vdev_id;
|
||||||
|
A_UINT32 current_switch_count; /** CSC switch count value in the last transmitted beacon */
|
||||||
|
} wmi_csc_vdev_list;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
/** TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_pdev_csc_switch_count_status_event_fixed_param */
|
/** TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_pdev_csc_switch_count_status_event_fixed_param */
|
||||||
A_UINT32 tlv_header;
|
A_UINT32 tlv_header;
|
||||||
@@ -23204,7 +23210,7 @@ typedef struct {
|
|||||||
A_UINT32 current_switch_count;
|
A_UINT32 current_switch_count;
|
||||||
|
|
||||||
/* The TLVs follows this structure:
|
/* The TLVs follows this structure:
|
||||||
* A_UINT32 vdev_ids[]; // IDs of vdevs whose color-switch countdown expired
|
* struct wmi_csc_vdev_list vdev_info[]; // IDs of vdevs and their current switch countdown values
|
||||||
*/
|
*/
|
||||||
} wmi_pdev_csc_switch_count_status_event_fixed_param;
|
} wmi_pdev_csc_switch_count_status_event_fixed_param;
|
||||||
|
|
||||||
|
@@ -36,7 +36,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_ 610
|
#define __WMI_REVISION_ 611
|
||||||
|
|
||||||
/** 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
|
||||||
|
在新工单中引用
屏蔽一个用户