summaryrefslogtreecommitdiff
path: root/wl1271/stad/src/Application/scanMngrApi.h
diff options
context:
space:
mode:
Diffstat (limited to 'wl1271/stad/src/Application/scanMngrApi.h')
-rw-r--r--wl1271/stad/src/Application/scanMngrApi.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/wl1271/stad/src/Application/scanMngrApi.h b/wl1271/stad/src/Application/scanMngrApi.h
index 792c25d..33d6226 100644
--- a/wl1271/stad/src/Application/scanMngrApi.h
+++ b/wl1271/stad/src/Application/scanMngrApi.h
@@ -1,7 +1,7 @@
/*
* scanMngrApi.h
*
- * Copyright(c) 1998 - 2009 Texas Instruments. All rights reserved.
+ * Copyright(c) 1998 - 2010 Texas Instruments. All rights reserved.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -329,6 +329,8 @@ TI_STATUS scanMngr_startContinuousScanByApp (TI_HANDLE hScanMngr, channelList_t*
TI_STATUS scanMngr_stopContinuousScanByApp (TI_HANDLE hScanMngr);
+void scanMngr_SetDefaults (TI_HANDLE hScanMngr, TRoamScanMngrInitParams *pInitParams);
+
/********** New APIs added for EMP manual scan support ******/
@@ -391,6 +393,4 @@ void scanMngrDebugPrintObject( TI_HANDLE hScanMngr );
#endif /* TI_DBG */
-void scanMngr_SetDefaults (TI_HANDLE hScanMngr, TRoamScanMngrInitParams *pInitParams);
-
#endif /* __SCAN_MNGR_API_H__ */