summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/host_interface.h
diff options
context:
space:
mode:
authorTony Cho2015-09-21 05:16:55 +0200
committerGreg Kroah-Hartman2015-09-21 08:00:27 +0200
commitfcd27c5f658b905bbd0abf55c7304a9cc4a3e90e (patch)
tree8717249bb974dd01115b1863b71f1e0c107fe445 /drivers/staging/wilc1000/host_interface.h
parentstaging: wilc1000: remove typedef from the struct tstrHostIfSetMacAddress (diff)
downloadkernel-qcow2-linux-fcd27c5f658b905bbd0abf55c7304a9cc4a3e90e.tar.gz
kernel-qcow2-linux-fcd27c5f658b905bbd0abf55c7304a9cc4a3e90e.tar.xz
kernel-qcow2-linux-fcd27c5f658b905bbd0abf55c7304a9cc4a3e90e.zip
staging: wilc1000: remove typedef from the struct tstrHostIfGetMacAddress
This patch removes typedef from the struct tstrHostIfGetMacAddress and renames it get_mac_addr in order to comply with the Linux coding style. Signed-off-by: Tony Cho <tony.cho@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 fc7c521f46ee..c8b482fa3c2c 100644
--- a/drivers/staging/wilc1000/host_interface.h
+++ b/drivers/staging/wilc1000/host_interface.h
@@ -267,9 +267,9 @@ struct set_mac_addr {
u8 u8MacAddress[ETH_ALEN];
};
-typedef struct {
+struct get_mac_addr {
u8 *u8MacAddress;
-} tstrHostIfGetMacAddress;
+};
typedef struct {
u8 au8Bssid[ETH_ALEN];