|
@@ -10128,6 +10128,33 @@ typedef struct {
|
|
|
A_UINT32 qos_null_tx_send_event_alloc_failed;
|
|
|
} wmi_ctrl_path_pdev_stats_struct;
|
|
|
|
|
|
+typedef struct {
|
|
|
+ /** TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_ctrl_path_btcoex_stats_struct*/
|
|
|
+ A_UINT32 tlv_header;
|
|
|
+ /** pdev_id for identifying the MAC */
|
|
|
+ A_UINT32 pdev_id;
|
|
|
+ /** Counts the number of BT TX requests */
|
|
|
+ A_UINT32 bt_tx_req_cntr;
|
|
|
+ /** Counts the number of BT RX requests */
|
|
|
+ A_UINT32 bt_rx_req_cntr;
|
|
|
+ /** Counts the number of BT requests that got NACKed */
|
|
|
+ A_UINT32 bt_req_nack_cntr;
|
|
|
+ /** Counts the number of WLAN TX request denied due to scheduled BT activity */
|
|
|
+ A_UINT32 wl_tx_req_nack_schd_bt_reason_cntr;
|
|
|
+ /** Counts the number of WLAN TX request denied due to current BT activity */
|
|
|
+ A_UINT32 wl_tx_req_nack_current_bt_reason_cntr;
|
|
|
+ /** Counts the number of WLAN TX request denied due to other WLAN in TX reason */
|
|
|
+ A_UINT32 wl_tx_req_nack_other_wlan_tx_reason_cntr;
|
|
|
+ /** Counts the number of times the WLAN in TX is aborted after getting ACKed */
|
|
|
+ A_UINT32 wl_in_tx_abort_cntr;
|
|
|
+ /** Counts the number of Auto Response WLAN TX requests */
|
|
|
+ A_UINT32 wl_tx_auto_resp_req_cntr;
|
|
|
+ /** Counts the number of ACKed WLAN TX requests */
|
|
|
+ A_UINT32 wl_tx_req_ack_cntr;
|
|
|
+ /** Counts the number of WLAN TX requests */
|
|
|
+ A_UINT32 wl_tx_req_cntr;
|
|
|
+} wmi_ctrl_path_btcoex_stats_struct;
|
|
|
+
|
|
|
typedef enum {
|
|
|
WMI_CTRL_PATH_STATS_ARENA_HRAM,
|
|
|
WMI_CTRL_PATH_STATS_ARENA_HCRAM,
|
|
@@ -27774,6 +27801,7 @@ typedef enum {
|
|
|
WMI_REQUEST_CTRL_PATH_CALIBRATION_STAT = 5,
|
|
|
WMI_REQUEST_CTRL_PATH_DFS_CHANNEL_STAT = 6,
|
|
|
WMI_REQUEST_CTRL_PATH_AWGN_STAT = 7,
|
|
|
+ WMI_REQUEST_CTRL_PATH_BTCOEX_STAT = 8,
|
|
|
} wmi_ctrl_path_stats_id;
|
|
|
|
|
|
typedef enum {
|