Browse Source

qcacld-3.0: Remove obsolete WLANTL_DEBUG code

Macro WLANTL_DEBUG is currently used to define some SAP debug
counters, but these counters are unused, so remove this obsolete code.

Change-Id: Ie7d976efcb5fb335b3f60a5af48a70dd214b3bd0
CRs-Fixed: 2220915
Jeff Johnson 7 years ago
parent
commit
78772177b6
2 changed files with 0 additions and 11 deletions
  1. 0 1
      Kbuild
  2. 0 10
      core/sap/inc/sap_api.h

+ 0 - 1
Kbuild

@@ -1854,7 +1854,6 @@ CDEFINES :=	-DANI_LITTLE_BYTE_ENDIAN \
 		-DFEATURE_WLAN_SCAN_PNO \
 		-DWLAN_FEATURE_PACKET_FILTERING \
 		-DWLAN_ENABLE_AGEIE_ON_SCAN_RESULTS \
-		-DWLANTL_DEBUG\
 		-DWLAN_NS_OFFLOAD \
 		-DWLAN_SOFTAP_VSTA_FEATURE \
 		-DWLAN_FEATURE_GTK_OFFLOAD \

+ 0 - 10
core/sap/inc/sap_api.h

@@ -746,12 +746,6 @@ typedef struct tagSapStruct {
 	bool enable_dfs_phy_error_logs;
 } tSapStruct, *tpSapStruct;
 
-#ifdef WLANTL_DEBUG
-#define MAX_RATE_INDEX      136
-#define MAX_NUM_RSSI        100
-#define MAX_RSSI_INTERVAL     5
-#endif
-
 typedef struct sap_SoftapStats_s {
 	uint32_t txUCFcnt;
 	uint32_t txMCFcnt;
@@ -768,10 +762,6 @@ typedef struct sap_SoftapStats_s {
 	uint32_t rxBcnt;
 	uint32_t rxBcntCRCok;
 	uint32_t rxRate;
-#ifdef WLANTL_DEBUG
-	uint32_t pktCounterRateIdx[MAX_RATE_INDEX];
-	uint32_t pktCounterRssi[MAX_NUM_RSSI];
-#endif
 } tSap_SoftapStats, *tpSap_SoftapStats;
 
 #ifdef FEATURE_WLAN_CH_AVOID