aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/coreconfigurator.h
diff options
context:
space:
mode:
authorLeo Kim <leo.kim@atmel.com>2016-02-04 18:24:20 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-02-07 17:34:58 -0800
commitd40207637a62dab0f0607e066aaea99eb6257afa (patch)
tree26581b7a203bbcf187ae469ab7c9a4ecd6ecc490 /drivers/staging/wilc1000/coreconfigurator.h
parentstaging: wilc1000: renames struct connect_resp_info variables (diff)
downloadlinux-dev-d40207637a62dab0f0607e066aaea99eb6257afa.tar.xz
linux-dev-d40207637a62dab0f0607e066aaea99eb6257afa.zip
staging: wilc1000: renames bNewNetwork of connect_resp_info structure
This patch renames bNewNetwork variable to new_network. Signed-off-by: Leo Kim <leo.kim@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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/wilc1000/coreconfigurator.h b/drivers/staging/wilc1000/coreconfigurator.h
index 0e10c7502eeb..fd3b5d400d93 100644
--- a/drivers/staging/wilc1000/coreconfigurator.h
+++ b/drivers/staging/wilc1000/coreconfigurator.h
@@ -87,7 +87,7 @@ struct network_info {
u8 ch;
unsigned long time_scan_cached;
unsigned long time_scan;
- bool bNewNetwork;
+ bool new_network;
u8 u8Found;
u32 u32Tsf;
u8 *pu8IEs;