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:51 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-10-25 04:14:35 +0300
commit817f3fb988642f050d6e4afce5db0a3e7a345720 (patch)
tree888799cc7ab9abbbecb439cdd3d6eecf4ef2eb0a /drivers/staging/wilc1000/wilc_wfi_netdevice.h
parent3134a57875e2cb87d6c84088fc634fa4e1c155c4 (diff)
downloadlinux-817f3fb988642f050d6e4afce5db0a3e7a345720.tar.xz
staging: wilc1000: rename wilc_netdev in the struct wilc_vif
This patch renames wilc_netdev in the struct wilc_vif to the ndev. 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 521d3cbe50fb..429b6544107f 100644
--- a/drivers/staging/wilc1000/wilc_wfi_netdevice.h
+++ b/drivers/staging/wilc1000/wilc_wfi_netdevice.h
@@ -152,7 +152,7 @@ struct wilc_vif {
u8 src_addr[ETH_ALEN];
u8 bssid[ETH_ALEN];
struct host_if_drv *hif_drv;
- struct net_device *wilc_netdev;
+ struct net_device *ndev;
};
struct wilc {