From: Pavel Machek <pavel@ucw.cz>
To: Pekka Enberg <penberg@cs.helsinki.fi>
Cc: gregkh@suse.de, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 3/7] w35und: Cleanup the mlmetxrx_f.h header file
Date: Wed, 12 Aug 2009 10:10:58 +0200 [thread overview]
Message-ID: <20090812081058.GC23832@elf.ucw.cz> (raw)
In-Reply-To: <1250064219-7372-3-git-send-email-penberg@cs.helsinki.fi>
On Wed 2009-08-12 11:03:35, Pekka Enberg wrote:
> This patch removes the unused MLMEProcThread and MLMEReturnPacket
> declarations and indents the header file.
>
> Cc: Pavel Machek <pavel@ucw.cz>
> Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
ACK.
> ---
> drivers/staging/winbond/mlmetxrx_f.h | 24 ++++++------------------
> 1 files changed, 6 insertions(+), 18 deletions(-)
>
> diff --git a/drivers/staging/winbond/mlmetxrx_f.h b/drivers/staging/winbond/mlmetxrx_f.h
> index 26cf101..d69da41 100644
> --- a/drivers/staging/winbond/mlmetxrx_f.h
> +++ b/drivers/staging/winbond/mlmetxrx_f.h
> @@ -10,28 +10,16 @@
>
> #include "core.h"
>
> -void
> -MLMEProcThread(
> - struct wbsoft_priv * adapter
> - );
> -
> -void MLME_GetNextPacket( struct wbsoft_priv * adapter, PDESCRIPTOR pDes );
> -u8 MLMESendFrame( struct wbsoft_priv * adapter,
> - u8 *pMMPDU,
> - u16 len,
> - u8 DataType);
> +void MLME_GetNextPacket(struct wbsoft_priv *adapter, PDESCRIPTOR pDes);
> +u8 MLMESendFrame(struct wbsoft_priv *adapter,
> + u8 * pMMPDU, u16 len, u8 DataType);
>
> void
> -MLME_SendComplete( struct wbsoft_priv * adapter, u8 PacketID, unsigned char SendOK );
> +MLME_SendComplete(struct wbsoft_priv *adapter, u8 PacketID,
> + unsigned char SendOK);
>
> -void
> -MLMEReturnPacket(
> - struct wbsoft_priv * adapter,
> - u8 * pRxBufer
> - );
> #ifdef _IBSS_BEACON_SEQ_STICK_
> -s8 SendBCNullData(struct wbsoft_priv * adapter, u16 wIdx);
> +s8 SendBCNullData(struct wbsoft_priv *adapter, u16 wIdx);
> #endif
>
> #endif
> -
--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
next prev parent reply other threads:[~2009-08-12 8:11 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-08-12 8:03 [PATCH 1/7] w35und: Commit MDS typedef to struct w35_mds Pekka Enberg
2009-08-12 8:03 ` [PATCH 2/7] w35und: Remove unused struct _RXBUFFER Pekka Enberg
2009-08-12 8:03 ` [PATCH 3/7] w35und: Cleanup the mlmetxrx_f.h header file Pekka Enberg
2009-08-12 8:03 ` [PATCH 4/7] w35und: Convert typedef DESCRIPTOR to struct wb35_descriptor Pekka Enberg
2009-08-12 8:03 ` [PATCH 5/7] w35und: Remove unused struct _STATISTICS_INFO Pekka Enberg
2009-08-12 8:03 ` [PATCH 6/7] w35und: Convert typedef MTO_PARAMETERS to struct wb35_mto_param Pekka Enberg
2009-08-12 8:03 ` [PATCH 7/7] w35und: Remove some write-only struct members Pekka Enberg
2009-08-12 8:15 ` Pavel Machek
2009-08-12 8:21 ` Pekka Enberg
2009-08-12 16:32 ` Sandro Bonazzola
2009-09-19 10:19 ` Pavel Machek
2009-09-19 10:33 ` Jiri Kosina
2009-08-12 8:14 ` [PATCH 6/7] w35und: Convert typedef MTO_PARAMETERS to struct wb35_mto_param Pavel Machek
2009-08-12 8:13 ` [PATCH 5/7] w35und: Remove unused struct _STATISTICS_INFO Pavel Machek
2009-08-12 8:13 ` [PATCH 4/7] w35und: Convert typedef DESCRIPTOR to struct wb35_descriptor Pavel Machek
2009-08-12 8:10 ` Pavel Machek [this message]
2009-08-12 8:10 ` [PATCH 2/7] w35und: Remove unused struct _RXBUFFER Pavel Machek
2009-08-12 8:10 ` [PATCH 1/7] w35und: Commit MDS typedef to struct w35_mds Pavel Machek
2009-08-12 8:24 ` Pekka Enberg
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090812081058.GC23832@elf.ucw.cz \
--to=pavel@ucw.cz \
--cc=gregkh@suse.de \
--cc=linux-kernel@vger.kernel.org \
--cc=penberg@cs.helsinki.fi \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox