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