Merge 04a6a9712e on remote branch

Change-Id: Icb0d8a1efb21abd2c03a539c8c2af5a2da39f4f6
This commit is contained in:
Linux Build Service Account
2014-12-03 19:36:53 -07:00
2 changed files with 2 additions and 3 deletions

View File

@@ -54,7 +54,6 @@
#include "qsap_api.h"
#include "qsap.h"
#include "libwpa_client/wpa_ctrl.h"
#include <sys/system_properties.h>

View File

@@ -39,8 +39,8 @@ typedef unsigned char u8;
typedef char s8;
typedef unsigned short int u16;
typedef signed short int s16;
typedef unsigned long int u32;
typedef signed long int s32;
typedef unsigned int u32;
typedef signed int s32;
/** Success and error messages */
#define SUCCESS "success"