fw-api: CL 23675183 - update fw common interface files
Change-Id: Ifd599d030bb0744f91fc95f5218a2640dc187cd0 WMI: add ctrl_path_sta_rrm_stats in CTRL_PATH_STATS_EVENT msg CRs-Fixed: 2262693
This commit is contained in:
@@ -6916,7 +6916,8 @@ WMITLV_CREATE_PARAM_STRUC(WMI_PEER_STATS_INFO_EVENTID);
|
|||||||
WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, wmi_ctrl_path_t2lm_stats_struct, ctrl_path_t2lm_stats, WMITLV_SIZE_VAR) \
|
WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, wmi_ctrl_path_t2lm_stats_struct, ctrl_path_t2lm_stats, WMITLV_SIZE_VAR) \
|
||||||
WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, wmi_ctrl_path_blanking_stats_struct, ctrl_path_blanking_stats, WMITLV_SIZE_VAR) \
|
WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, wmi_ctrl_path_blanking_stats_struct, ctrl_path_blanking_stats, WMITLV_SIZE_VAR) \
|
||||||
WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, wmi_ctrl_path_peer_stats_struct, ctrl_path_peer_stats, WMITLV_SIZE_VAR) \
|
WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, wmi_ctrl_path_peer_stats_struct, ctrl_path_peer_stats, WMITLV_SIZE_VAR) \
|
||||||
WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, wmi_ctrl_path_vdev_stats_struct, ctrl_path_vdev_stats, WMITLV_SIZE_VAR)
|
WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, wmi_ctrl_path_vdev_stats_struct, ctrl_path_vdev_stats, WMITLV_SIZE_VAR) \
|
||||||
|
WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, wmi_ctrl_path_sta_rrm_stats_struct, ctrl_path_sta_rrm_stats, WMITLV_SIZE_VAR)
|
||||||
WMITLV_CREATE_PARAM_STRUC(WMI_CTRL_PATH_STATS_EVENTID);
|
WMITLV_CREATE_PARAM_STRUC(WMI_CTRL_PATH_STATS_EVENTID);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@@ -15696,6 +15696,18 @@ typedef struct {
|
|||||||
#define WMI_VDEV_STATS_IS_MULTI_GROUP_KEY_ENABLED_GET(flag) \
|
#define WMI_VDEV_STATS_IS_MULTI_GROUP_KEY_ENABLED_GET(flag) \
|
||||||
WMI_GET_BITS(flag, 31, 1)
|
WMI_GET_BITS(flag, 31, 1)
|
||||||
|
|
||||||
|
typedef struct {
|
||||||
|
/* TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_ctrl_path_sta_rrm_stats_struct */
|
||||||
|
A_UINT32 tlv_header;
|
||||||
|
A_UINT32 dot11GroupTransmittedFrameCount;
|
||||||
|
A_UINT32 dot11GroupReceivedFrameCount;
|
||||||
|
A_UINT32 dot11TransmittedFrameCount;
|
||||||
|
A_UINT32 dot11AckFailureCount;
|
||||||
|
A_UINT32 dot11FailedCount;
|
||||||
|
A_UINT32 dot11FCSErrorCount;
|
||||||
|
A_UINT32 dot11RTSSuccessCount;
|
||||||
|
A_UINT32 dot11RTSFailureCount;
|
||||||
|
} wmi_ctrl_path_sta_rrm_stats_struct;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* peer statistics.
|
* peer statistics.
|
||||||
@@ -34664,6 +34676,7 @@ typedef enum {
|
|||||||
WMI_REQUEST_CTRL_PATH_BLANKING_STAT = 15,
|
WMI_REQUEST_CTRL_PATH_BLANKING_STAT = 15,
|
||||||
WMI_REQUEST_CTRL_PATH_PEER_STAT = 16,
|
WMI_REQUEST_CTRL_PATH_PEER_STAT = 16,
|
||||||
WMI_REQUEST_CTRL_PATH_VDEV_DEBUG_STAT = 17,
|
WMI_REQUEST_CTRL_PATH_VDEV_DEBUG_STAT = 17,
|
||||||
|
WMI_REQUEST_CTRL_STA_RRM_STAT = 18,
|
||||||
} wmi_ctrl_path_stats_id;
|
} wmi_ctrl_path_stats_id;
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
|
@@ -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_ 1361
|
#define __WMI_REVISION_ 1362
|
||||||
|
|
||||||
/** 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