summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/coreconfigurator.h
diff options
context:
space:
mode:
authorDean Lee <dean.lee@atmel.com>2015-06-15 11:58:57 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-06-15 21:50:22 -0700
commit576917ad24c5552a34bee2192027dba9ba003b5a (patch)
treeaf38ddc9c35767e155b8018a682a7be9c4414912 /drivers/staging/wilc1000/coreconfigurator.h
parente968542ced9a3272a53e68c4da85558a4636bdc6 (diff)
downloadop-kernel-dev-576917ad24c5552a34bee2192027dba9ba003b5a.zip
op-kernel-dev-576917ad24c5552a34bee2192027dba9ba003b5a.tar.gz
staging: wilc1000: change WILC_Char to char
change own data type(WILC_Char) to common data type(char) Signed-off-by: Dean Lee <dean.lee@atmel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/wilc1000/coreconfigurator.h')
-rw-r--r--drivers/staging/wilc1000/coreconfigurator.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/wilc1000/coreconfigurator.h b/drivers/staging/wilc1000/coreconfigurator.h
index 6ed82e2..6c1dad1 100644
--- a/drivers/staging/wilc1000/coreconfigurator.h
+++ b/drivers/staging/wilc1000/coreconfigurator.h
@@ -461,12 +461,12 @@ typedef struct {
#ifndef CONNECT_DIRECT
typedef struct wid_site_survey_reslts {
- WILC_Char SSID[MAX_SSID_LEN];
+ char SSID[MAX_SSID_LEN];
u8 BssType;
u8 Channel;
u8 SecurityStatus;
u8 BSSID[6];
- WILC_Char RxPower;
+ char RxPower;
u8 Reserved;
} wid_site_survey_reslts_s;
OpenPOWER on IntegriCloud