summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/wilc_wlan_if.h
diff options
context:
space:
mode:
authorChaehyun Lim <chaehyun.lim@gmail.com>2016-03-03 14:28:22 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-03-03 17:52:13 -0800
commitfc17eaa1edc0b6a9e19abf3bb7375ec45c1894cc (patch)
tree63cdb579520e6cc35208a1250481b0487dad6fbf /drivers/staging/wilc1000/wilc_wlan_if.h
parentc44e80bc6a041858c74f18b62f1a1606ea19cc45 (diff)
downloadop-kernel-dev-fc17eaa1edc0b6a9e19abf3bb7375ec45c1894cc.zip
op-kernel-dev-fc17eaa1edc0b6a9e19abf3bb7375ec45c1894cc.tar.gz
staging: wilc1000: remove typedef from sdio_cmd53_t
This patch removes typedef from struct sdio_cmd53_t and renames it to sdio_cmd53. Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/wilc1000/wilc_wlan_if.h')
-rw-r--r--drivers/staging/wilc1000/wilc_wlan_if.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/wilc1000/wilc_wlan_if.h b/drivers/staging/wilc1000/wilc_wlan_if.h
index dcde9ef..9eb123b 100644
--- a/drivers/staging/wilc1000/wilc_wlan_if.h
+++ b/drivers/staging/wilc1000/wilc_wlan_if.h
@@ -58,7 +58,7 @@ struct sdio_cmd52 {
u32 data: 8;
};
-typedef struct {
+struct sdio_cmd53 {
u32 read_write: 1;
u32 function: 3;
u32 block_mode: 1;
@@ -67,7 +67,7 @@ typedef struct {
u32 count: 9;
u8 *buffer;
u32 block_size;
-} sdio_cmd53_t;
+};
#define WILC_MAC_INDICATE_STATUS 0x1
#define WILC_MAC_STATUS_INIT -1
OpenPOWER on IntegriCloud