From: "Gustavo F. Padovan" <padovan@profusion.mobi>
To: Brett Rudley <brudley@broadcom.com>
Cc: "Rafał Miłecki" <zajec5@gmail.com>,
"Henry Ptasinski" <henryp@broadcom.com>,
"Dowan Kim" <dowan@broadcom.com>,
"vossen@broadcom.com" <vossen@broadcom.com>,
"Arend Van Spriel" <arend@broadcom.com>,
"linux-wireless@vger.kernel.org" <linux-wireless@vger.kernel.org>
Subject: Re: [PATCH] brcm80211: fix error report string
Date: Tue, 25 Jan 2011 15:00:53 -0200 [thread overview]
Message-ID: <20110125170052.GA2205@joana> (raw)
In-Reply-To: <7A94256FD72B884D9E7C55586C3CBCEE13CD6E8FB6@SJEXCHCCR01.corp.ad.broadcom.com>
Hi Brett,
* Brett Rudley <brudley@broadcom.com> [2011-01-24 13:57:46 -0800]:
> > -----Original Message-----
> > From: Rafał Miłecki [mailto:zajec5@gmail.com]
> > Sent: Monday, January 24, 2011 1:17 PM
> > To: Gustavo F. Padovan
> > Cc: Brett Rudley; Henry Ptasinski; Dowan Kim; vossen@broadcom.com; Arend
> > Van Spriel; linux-wireless@vger.kernel.org
> > Subject: Re: [PATCH] brcm80211: fix error report string
> >
> > 2011/1/24 Gustavo F. Padovan <padovan@profusion.mobi>:
> > > Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
> > > ---
> > > drivers/staging/brcm80211/sys/wlc_mac80211.c | 2 +-
> > > 1 files changed, 1 insertions(+), 1 deletions(-)
> > >
> > > diff --git a/drivers/staging/brcm80211/sys/wlc_mac80211.c
> > b/drivers/staging/brcm80211/sys/wlc_mac80211.c
> > > index 5eb41d6..ee1bcc5 100644
> > > --- a/drivers/staging/brcm80211/sys/wlc_mac80211.c
> > > +++ b/drivers/staging/brcm80211/sys/wlc_mac80211.c
> > > @@ -6910,7 +6910,7 @@ prep_mac80211_status(struct wlc_info *wlc,
> > d11rxhdr_t *rxh, struct sk_buff *p,
> > > preamble = 0;
> > > if (IS_CCK(rspec)) {
> > > if (rxh->PhyRxStatus_0 & PRXS0_SHORTH)
> > > - WL_ERROR("Short CCK\n");
> > > + WL_ERROR("%s: Short CCK\n, __func__");
> >
> > I have no idea how WL_ERROR works, but are you sure of that?
> >
> > You wrote:
> > "%s: Short CCK\n, __func__"
> >
> > Didn't you mean:
> > "%s: Short CCK\n", __func__
> > ?
> >
>
> Rafal's suggestion is correct, the patch was incorrect.
> (Good eyes, Rafal)
I just sent a corrected one yesterday in this thread.
--
Gustavo F. Padovan
http://profusion.mobi
prev parent reply other threads:[~2011-01-25 17:00 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-24 18:45 [PATCH] brcm80211: fix error report string Gustavo F. Padovan
2011-01-24 19:03 ` Gustavo F. Padovan
2011-01-24 21:17 ` Rafał Miłecki
2011-01-24 21:35 ` Gustavo F. Padovan
2011-01-24 21:57 ` Brett Rudley
2011-01-25 17:00 ` Gustavo F. Padovan [this message]
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=20110125170052.GA2205@joana \
--to=padovan@profusion.mobi \
--cc=arend@broadcom.com \
--cc=brudley@broadcom.com \
--cc=dowan@broadcom.com \
--cc=henryp@broadcom.com \
--cc=linux-wireless@vger.kernel.org \
--cc=vossen@broadcom.com \
--cc=zajec5@gmail.com \
/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).