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:
Debasis Das
2018-01-11 14:40:37 +05:30
committed by snandini
parent ca6ca82087
commit da18becba6

View File

@@ -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.
*
@@ -224,6 +224,8 @@ struct ol_ath_radiostats {
A_UINT32 peer_delete_req;
A_UINT32 peer_delete_resp;
A_UINT32 rx_mgmt_rssi_drop;
A_UINT32 tx_retries;
A_UINT32 rx_data_bytes;
};
#ifndef CONFIG_WIN