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
This commit is contained in:
Jeff Johnson
2018-04-06 21:35:22 -07:00
committed by nshrivas
父節點 a635938a0e
當前提交 78772177b6
共有 2 個文件被更改,包括 0 次插入11 次删除

查看文件

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