From: bruno randolf <bruno@thinktube.com>
To: ath5k-devel@lists.ath5k.org
Cc: "Luis R. Rodriguez" <mcgrof@winlab.rutgers.edu>,
linux-wireless@vger.kernel.org, Jiri Slaby <jirislaby@gmail.com>,
linville@tuxdriver.com
Subject: Re: [ath5k-devel] [PATCH 1/1] ath5k: add debugfs entries for registers, tsf, beacon
Date: Sat, 8 Dec 2007 09:34:26 +0900 [thread overview]
Message-ID: <200712080934.27228.bruno@thinktube.com> (raw)
In-Reply-To: <43e72e890712071435l7b20420cq4b13aaaebcd729dd@mail.gmail.com>
On Saturday 08 December 2007 07:35:21 Luis R. Rodriguez wrote:
> Acked-by: Luis R. Rodriguez <mgrof@winlab.rutgers.edu>
>
> Seems the patch may just need to be resent, not sure, but your mailer
> may be messing with it. I'm using gmail --> show-original to retrieve
> this as a patch so not sure if that would have messed the patch up (I
> don't think so). But I get:
>
> mcgrof@nesi:~/devel/compat-wireless-2.6$ patch -p1 <
> /home/mcgrof/patches/new-debug.diff
> patching file drivers/net/wireless/ath5k/debug.c
> patch: **** malformed patch at line 238: *modes)
>
> That hunk looks like this:
>
> @@ -96,9 +294,16 @@ void
> ath5k_debug_finish_device(struct ath5k_softc *sc)
> {
> debugfs_remove(sc->debug.debugfs_debug);
> + debugfs_remove(sc->debug.debugfs_registers);
> + debugfs_remove(sc->debug.debugfs_tsf);
> + debugfs_remove(sc->debug.debugfs_beacon);
> + debugfs_remove(sc->debug.debugfs_reset);
> debugfs_remove(sc->debug.debugfs_phydir);
> }
>
> +
> +/* functions used in other places */
> +
> void
> ath5k_debug_dump_modes(struct ath5k_softc *sc, struct ieee80211_hw_mode
> *modes)
> {
>
>
> The last *modes line is the one it is complaining about. After moving
> this line as:
>
> ath5k_debug_dump_modes(struct ath5k_softc *sc, struct ieee80211_hw_mode
> *modes)
thanks, luis.
i will resend the patch with a few additions later.
bruno
next prev parent reply other threads:[~2007-12-08 0:34 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-12-05 7:27 [PATCH 1/1] ath5k: add debugfs entries for registers, tsf, beacon Bruno Randolf
2007-12-05 9:12 ` Jiri Slaby
2007-12-05 10:50 ` bruno randolf
2007-12-07 22:35 ` Luis R. Rodriguez
2007-12-08 0:34 ` bruno randolf [this message]
2007-12-08 8:42 ` Jiri Slaby
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=200712080934.27228.bruno@thinktube.com \
--to=bruno@thinktube.com \
--cc=ath5k-devel@lists.ath5k.org \
--cc=jirislaby@gmail.com \
--cc=linux-wireless@vger.kernel.org \
--cc=linville@tuxdriver.com \
--cc=mcgrof@winlab.rutgers.edu \
/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;
as well as URLs for NNTP newsgroup(s).