commit | 28f27cefc853ec5051e59f0480ae24e84144ad60 | [log] [tgz] |
---|---|---|
author | Mahesh A Saptasagar <msapta@codeaurora.org> | Tue Nov 18 18:51:04 2014 +0530 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Tue Dec 30 11:38:22 2014 -0800 |
tree | 71735fb0422f8a81557090108a4c2affa0ebf9aa | |
parent | 2ffab634235eca13cd6340f20f5844cea993461f [diff] |
wlan: Fix for OSS build compilation issue Do not include "wpa_ctrl.h" in qsap.c file to avoid compilation errors on OSS builds. Change-Id: Ie3afa0bc564a5b2d9c2245b85f4681b83c1d1644 CRs-Fixed: 758764
diff --git a/softap/sdk/qsap.c b/softap/sdk/qsap.c index 9606845..38a7c84 100644 --- a/softap/sdk/qsap.c +++ b/softap/sdk/qsap.c
@@ -54,7 +54,6 @@ #include "qsap_api.h" #include "qsap.h" -#include "libwpa_client/wpa_ctrl.h" #include <sys/system_properties.h>