Browse Source

qcacmn: Implementation of some generic stats

cmn_dev changes to port FR43672 from 10.4 to 11.0.

Change-Id: Ic7ec9ac7875139fd5a2909738e1f0ff0d37a65a3
CRs-Fixed: 2153764
narayan 7 years ago
parent
commit
8c93d70695
1 changed files with 3 additions and 0 deletions
  1. 3 0
      dp/inc/cdp_txrx_stats_struct.h

+ 3 - 0
dp/inc/cdp_txrx_stats_struct.h

@@ -955,6 +955,8 @@ struct ol_ath_radiostats {
 	uint32_t    rx_looplimit_start;
 	uint32_t    rx_looplimit_end;
 	uint8_t     ap_stats_tx_cal_enable;
+	uint8_t     self_bss_util;
+	uint8_t     obss_util;
 	uint32_t    tgt_asserts;
 	int16_t     chan_nf;
 	uint32_t    rx_last_msdu_unset_cnt;
@@ -1240,6 +1242,7 @@ enum _ol_ath_param_t {
 	OL_ATH_PARAM_CCK_TX_ENABLE = 363,
 	OL_ATH_PARAM_PAPI_ENABLE = 364,
 	OL_ATH_PARAM_ISOLATION = 365,
+	OL_ATH_PARAM_MAX_CLIENTS_PER_RADIO = 366,
 };
 
 /* Enumeration of PDEV Configuration parameter */