qsap: Remove support for wifi_fst from QSAP APIs

wifi_fst.h is no longer part of /hardware/libhardware_legacy/ ,
therefore, compilation of libqsap_sdk would fail. Remove dependencies
for wifi_fst from QSAP.

Additionally, skip calling 'chown' after changing configuration
parameters as QSAP is not changing ownership.

CRs-Fixed: 2069881
Change-Id: Iaadfa182270f22555e486dac24a5acafc247b943
This commit is contained in:
Purushottam Kushwaha
2017-05-30 14:34:37 +05:30
parent f4e6d19070
commit a49496aea8
4 changed files with 3 additions and 47 deletions

View File

@@ -34,7 +34,7 @@
#if __cplusplus
extern "C" {
#endif
#include <android/log.h>
typedef unsigned char u8;
typedef char s8;
typedef unsigned short int u16;