summaryrefslogtreecommitdiff
path: root/wl1271/CUDK/configurationutility/src/wpa_core.c
diff options
context:
space:
mode:
authorDmitry Shmidt <dimitrysh@google.com>2010-04-02 10:02:17 -0700
committerDmitry Shmidt <dimitrysh@google.com>2010-04-02 10:03:20 -0700
commit3bb9a92880f8cda8c242707ad02077f13b009632 (patch)
tree6709c153fc0fe58275f4cff9bafe55dd6f6ffd5f /wl1271/CUDK/configurationutility/src/wpa_core.c
parent4187b52505bea1a54f83dcc0aadc180c9f1648ef (diff)
downloadwlan-3bb9a92880f8cda8c242707ad02077f13b009632.tar.gz
wl1271: M5.04 Driver update + Android patches
Change-Id: I9f7a3ac7336b88577b572db1016dd33774225744 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
Diffstat (limited to 'wl1271/CUDK/configurationutility/src/wpa_core.c')
-rw-r--r--wl1271/CUDK/configurationutility/src/wpa_core.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/wl1271/CUDK/configurationutility/src/wpa_core.c b/wl1271/CUDK/configurationutility/src/wpa_core.c
index f4b0a86e..d008ca2e 100644
--- a/wl1271/CUDK/configurationutility/src/wpa_core.c
+++ b/wl1271/CUDK/configurationutility/src/wpa_core.c
@@ -1,7 +1,7 @@
/*
* wpa_core.c
*
- * Copyright 2001-2009 Texas Instruments, Inc. - http://www.ti.com/
+ * Copyright 2001-2010 Texas Instruments, Inc. - http://www.ti.com/
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -160,12 +160,6 @@ VOID WpaCore_Destroy(THandle hWpaCore)
{
TWpaCore* pWpaCore = (TWpaCore*)hWpaCore;
-#ifdef ANDROID
- /* Restore configuration back to AP_SCAN 1 for Android */
- IpcWpa_Command(pWpaCore->hIpcWpa, (PS8)"AP_SCAN 1", FALSE);
- IpcWpa_Command(pWpaCore->hIpcWpa, (PS8)"SAVE_CONFIG", FALSE);
-#endif
-
if(pWpaCore->hIpcWpa)
IpcWpa_Destroy(pWpaCore->hIpcWpa);
#ifdef CONFIG_WPS