summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wilink_6_1/platforms/os/linux/Makefile8
-rw-r--r--wilink_6_1/stad/src/Application/scanMngrApi.h3
2 files changed, 2 insertions, 9 deletions
diff --git a/wilink_6_1/platforms/os/linux/Makefile b/wilink_6_1/platforms/os/linux/Makefile
index 2b5e246..b6ba07d 100644
--- a/wilink_6_1/platforms/os/linux/Makefile
+++ b/wilink_6_1/platforms/os/linux/Makefile
@@ -53,16 +53,8 @@ BMTRACE ?= n
#
USE_IRQ_ACTIVE_HIGH ?= n
-#
-# Eth Support
-#
ETH_SUPPORT ?= n
-#
-# Debug
-#
-DEBUG ?= y
-
##
##
## File lists and locations
diff --git a/wilink_6_1/stad/src/Application/scanMngrApi.h b/wilink_6_1/stad/src/Application/scanMngrApi.h
index 792c25d..9df33f0 100644
--- a/wilink_6_1/stad/src/Application/scanMngrApi.h
+++ b/wilink_6_1/stad/src/Application/scanMngrApi.h
@@ -389,8 +389,9 @@ void scanMngrDebugPrintNeighborAPList( TI_HANDLE hScanMngr );
*/
void scanMngrDebugPrintObject( TI_HANDLE hScanMngr );
-#endif /* TI_DBG */
void scanMngr_SetDefaults (TI_HANDLE hScanMngr, TRoamScanMngrInitParams *pInitParams);
+#endif /* TI_DBG */
+
#endif /* __SCAN_MNGR_API_H__ */