summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/wilc_wfi_netdevice.h
diff options
context:
space:
mode:
authorLeo Kim2015-10-12 09:55:35 +0200
committerGreg Kroah-Hartman2015-10-13 05:58:01 +0200
commit441dc609da9d64f18026f1b0fb73a2d5f1e0d023 (patch)
tree49742a58f2aeaec2051625912146f2d7ce51e7c6 /drivers/staging/wilc1000/wilc_wfi_netdevice.h
parentstaging: gdmwm: move variables to right side of comparison test (diff)
downloadkernel-qcow2-linux-441dc609da9d64f18026f1b0fb73a2d5f1e0d023.tar.gz
kernel-qcow2-linux-441dc609da9d64f18026f1b0fb73a2d5f1e0d023.tar.xz
kernel-qcow2-linux-441dc609da9d64f18026f1b0fb73a2d5f1e0d023.zip
staging: wilc1000: remove typedef from tstrWILC_WFIDrv
This patch removes typedef from the struct tstrWILC_WFIDrv and rename it to host_if_drv. This patch includes the removal of the comment for tstrWILC_WFIDrv as well. Signed-off-by: Leo Kim <leo.kim@atmel.com> 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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/wilc1000/wilc_wfi_netdevice.h b/drivers/staging/wilc1000/wilc_wfi_netdevice.h
index cb21968c0873..8bcfcc298d59 100644
--- a/drivers/staging/wilc1000/wilc_wfi_netdevice.h
+++ b/drivers/staging/wilc1000/wilc_wfi_netdevice.h
@@ -121,7 +121,7 @@ struct wilc_priv {
spinlock_t lock;
struct net_device *dev;
struct napi_struct napi;
- tstrWILC_WFIDrv *hWILCWFIDrv;
+ struct host_if_drv *hWILCWFIDrv;
struct host_if_pmkid_attr pmkid_list;
struct WILC_WFI_stats netstats;
u8 WILC_WFI_wep_default;
@@ -151,7 +151,7 @@ typedef struct {
typedef struct {
u8 aSrcAddress[ETH_ALEN];
u8 aBSSID[ETH_ALEN];
- tstrWILC_WFIDrv *drvHandler;
+ struct host_if_drv *drvHandler;
struct net_device *wilc_netdev;
} tstrInterfaceInfo;
typedef struct {