qcacmn: Support for wifi performance metric
Support added for the following: 1. The counters for Rx offer, Tx Offer, MgmtTXFail. 2. Block mgmt frame from a particular mac address. 3. Display NSS for associated clients. Change-Id: Ic0f6ea8f7b94f998f6a9d2d3e1adc3a71c79056b
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2016-2017 The Linux Foundation. All rights reserved.
|
* Copyright (c) 2016-2018 The Linux Foundation. All rights reserved.
|
||||||
*
|
*
|
||||||
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
|
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
|
||||||
*
|
*
|
||||||
@@ -224,6 +224,8 @@ struct ol_ath_radiostats {
|
|||||||
A_UINT32 peer_delete_req;
|
A_UINT32 peer_delete_req;
|
||||||
A_UINT32 peer_delete_resp;
|
A_UINT32 peer_delete_resp;
|
||||||
A_UINT32 rx_mgmt_rssi_drop;
|
A_UINT32 rx_mgmt_rssi_drop;
|
||||||
|
A_UINT32 tx_retries;
|
||||||
|
A_UINT32 rx_data_bytes;
|
||||||
};
|
};
|
||||||
|
|
||||||
#ifndef CONFIG_WIN
|
#ifndef CONFIG_WIN
|
||||||
|
Reference in New Issue
Block a user