Browse Source

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
Debasis Das 7 năm trước cách đây
mục cha
commit
da18becba6
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      dp/inc/cdp_txrx_stats_struct.h

+ 3 - 1
dp/inc/cdp_txrx_stats_struct.h

@@ -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