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:
@@ -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
|
||||
|
Reference in New Issue
Block a user