Re: [PATCH] w35und: remove some typedefs

Previous thread: Re: [saa7133] resource map sanity check conflict by Suresh Siddha on Monday, October 20, 2008 - 4:57 pm. (3 messages)

Next thread: [git patches] merge request for parisc tree by Kyle McMartin on Monday, October 20, 2008 - 5:31 pm. (1 message)
To: Greg Kroah-Hartman <greg@...>
Cc: Pavel Machek <pavel@...>, <linux-kernel@...>
Date: Monday, October 20, 2008 - 5:03 pm

From: Pekka Enberg <penberg@cs.helsinki.fi>

This patch removes some obfuscating typedefs from the driver code.

Cc: Pavel Machek <pavel@suse.cz>
Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
---
drivers/staging/winbond/bss_f.h | 6 ++--
drivers/staging/winbond/ds_tkip.h | 6 ++--
drivers/staging/winbond/linux/common.h | 10 +--------
drivers/staging/winbond/linux/wb35reg.c | 26 +++++++++++-----------
drivers/staging/winbond/linux/wb35reg_f.h | 12 +++++-----
drivers/staging/winbond/linux/wb35reg_s.h | 2 +-
drivers/staging/winbond/linux/wb35rx.c | 16 +++++++-------
drivers/staging/winbond/linux/wb35rx_s.h | 2 +-
drivers/staging/winbond/linux/wb35tx.c | 8 +++---
drivers/staging/winbond/linux/wb35tx_f.h | 2 +-
drivers/staging/winbond/linux/wbusb.c | 4 +-
drivers/staging/winbond/mds.c | 28 +++++++++++++-----------
drivers/staging/winbond/mds_f.h | 6 ++--
drivers/staging/winbond/mds_s.h | 8 +++---
drivers/staging/winbond/mlme_s.h | 2 +-
drivers/staging/winbond/mlmetxrx.c | 4 +-
drivers/staging/winbond/mlmetxrx_f.h | 4 +-
drivers/staging/winbond/reg.c | 24 ++++++++++----------
drivers/staging/winbond/sme_api.h | 2 +-
drivers/staging/winbond/wbhal.c | 32 ++++++++++++++--------------
drivers/staging/winbond/wbhal_f.h | 28 ++++++++++++------------
drivers/staging/winbond/wbhal_s.h | 4 +-
drivers/staging/winbond/wblinux.c | 7 +++--
23 files changed, 119 insertions(+), 124 deletions(-)

diff --git a/drivers/staging/winbond/bss_f.h b/drivers/staging/winbond/bss_f.h
index c957bc9..0131831 100644
--- a/drivers/staging/winbond/bss_f.h
+++ b/drivers/staging/winbond/bss_f.h
@@ -24,7 +24,7 @@ void DesiredRate2InfoElement(PWB32_ADAPTER Adapter, u8 *addr, u16 *iFildOffset,
u8 *pBasicRateSet, u8 BasicRateCount,
u8 *pOperationRateSet, ...

To: Pekka J Enberg <penberg@...>
Cc: Greg Kroah-Hartman <greg@...>, <linux-kernel@...>
Date: Tuesday, October 21, 2008 - 4:22 am

ACK and thanks.

(Do you happen to have affected hardware?)
Pavel

--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
--

To: Pavel Machek <pavel@...>
Cc: Greg Kroah-Hartman <greg@...>, <linux-kernel@...>
Date: Tuesday, October 21, 2008 - 4:27 am

Hi Pavel,

No, unfortunately I don't.

Pekka

--

Previous thread: Re: [saa7133] resource map sanity check conflict by Suresh Siddha on Monday, October 20, 2008 - 4:57 pm. (3 messages)

Next thread: [git patches] merge request for parisc tree by Kyle McMartin on Monday, October 20, 2008 - 5:31 pm. (1 message)