summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/coreconfigurator.h
diff options
context:
space:
mode:
authorDean Lee2015-06-15 04:58:57 +0200
committerGreg Kroah-Hartman2015-06-16 06:50:22 +0200
commit576917ad24c5552a34bee2192027dba9ba003b5a (patch)
treeaf38ddc9c35767e155b8018a682a7be9c4414912 /drivers/staging/wilc1000/coreconfigurator.h
parentstaging: vt6655: fix c99 comments and line length (diff)
downloadkernel-qcow2-linux-576917ad24c5552a34bee2192027dba9ba003b5a.tar.gz
kernel-qcow2-linux-576917ad24c5552a34bee2192027dba9ba003b5a.tar.xz
kernel-qcow2-linux-576917ad24c5552a34bee2192027dba9ba003b5a.zip
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 6ed82e2b4fc9..6c1dad13f013 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;