summaryrefslogtreecommitdiff
path: root/drivers/staging/wilc1000/wilc_wfi_netdevice.h
diff options
context:
space:
mode:
authorTony Cho <tony.cho@atmel.com>2015-10-20 08:26:46 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-10-25 04:14:35 +0300
commitc1b30f6a34166af4f1ee8b35906600b55f7fd591 (patch)
tree3be07d37fa3bb5aebf634893123f9d90d58775f7 /drivers/staging/wilc1000/wilc_wfi_netdevice.h
parent080f11bb3782352a05dfec5fd3ecddf94793af0c (diff)
downloadlinux-c1b30f6a34166af4f1ee8b35906600b55f7fd591.tar.xz
staging: wilc1000: rename u8NoIfcs in the struct wilc
This patch renames u8NoIfcs of the struct wilc to the vif_num to avoid CamelCase naming convention. Signed-off-by: Tony Cho <tony.cho@atmel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/wilc1000/wilc_wfi_netdevice.h')
-rw-r--r--drivers/staging/wilc1000/wilc_wfi_netdevice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/wilc1000/wilc_wfi_netdevice.h b/drivers/staging/wilc1000/wilc_wfi_netdevice.h
index 863571abaeca..a3f18b5ecb8b 100644
--- a/drivers/staging/wilc1000/wilc_wfi_netdevice.h
+++ b/drivers/staging/wilc1000/wilc_wfi_netdevice.h
@@ -162,7 +162,7 @@ struct wilc {
unsigned short dev_irq_num;
#endif
int close;
- u8 u8NoIfcs;
+ u8 vif_num;
struct wilc_vif strInterfaceInfo[NUM_CONCURRENT_IFC];
u8 open_ifcs;