summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/wilc_wfi_netdevice.h
diff options
context:
space:
mode:
authorTony Cho2015-10-20 07:26:47 +0200
committerGreg Kroah-Hartman2015-10-25 02:14:35 +0100
commit8259a53e1c88765084a68c38bc6c5ebae563d6e5 (patch)
tree6ee6402e8b70cf083062e701108f965806f721d0 /drivers/staging/wilc1000/wilc_wfi_netdevice.h
parentstaging: wilc1000: rename u8NoIfcs in the struct wilc (diff)
downloadkernel-qcow2-linux-8259a53e1c88765084a68c38bc6c5ebae563d6e5.tar.gz
kernel-qcow2-linux-8259a53e1c88765084a68c38bc6c5ebae563d6e5.tar.xz
kernel-qcow2-linux-8259a53e1c88765084a68c38bc6c5ebae563d6e5.zip
staging: wilc1000: rename strInterfaceInfo in the sturct wilc
This patch renames strInterfaceInfo in the struct wilc to the vif. In addition, unnecessary print statements around it are removed in this patch. 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 a3f18b5ecb8b..71cd3ded2421 100644
--- a/drivers/staging/wilc1000/wilc_wfi_netdevice.h
+++ b/drivers/staging/wilc1000/wilc_wfi_netdevice.h
@@ -163,7 +163,7 @@ struct wilc {
#endif
int close;
u8 vif_num;
- struct wilc_vif strInterfaceInfo[NUM_CONCURRENT_IFC];
+ struct wilc_vif vif[NUM_CONCURRENT_IFC];
u8 open_ifcs;
struct semaphore txq_add_to_head_cs;