summaryrefslogtreecommitdiff
path: root/drivers/staging/wilc1000/host_interface.h
diff options
context:
space:
mode:
authorLeo Kim <leo.kim@atmel.com>2016-02-04 12:24:10 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-02-08 04:34:58 +0300
commit6b5180a0845e3deb7ed70271ca8ac313b05b5d04 (patch)
tree5da647b8e44f3bcf2b3b5d86eda238cda911f741 /drivers/staging/wilc1000/host_interface.h
parentba7b6ff52a153ce94def3466e9eb23c7bb9888d5 (diff)
downloadlinux-6b5180a0845e3deb7ed70271ca8ac313b05b5d04.tar.xz
staging: wilc1000: remove typedef from pstrNetworkInfo
This patch removes typedef from the struct pstrNetworkInfo and renames it to network_info. Signed-off-by: Leo Kim <leo.kim@atmel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/wilc1000/host_interface.h')
-rw-r--r--drivers/staging/wilc1000/host_interface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/wilc1000/host_interface.h b/drivers/staging/wilc1000/host_interface.h
index 69c36a7449c7..c73a5c389297 100644
--- a/drivers/staging/wilc1000/host_interface.h
+++ b/drivers/staging/wilc1000/host_interface.h
@@ -168,8 +168,8 @@ enum KEY_TYPE {
PMKSA,
};
-typedef void (*wilc_scan_result)(enum scan_event, tstrNetworkInfo *,
- void *, void *);
+typedef void (*wilc_scan_result)(enum scan_event, struct network_info *,
+ void *, void *);
typedef void (*wilc_connect_result)(enum conn_event,
tstrConnectInfo *,