From: "Gustavo F. Padovan" <padovan@profusion.mobi>
To: brudley@broadcom.com, henryp@broadcom.com, dowan@broadcom.com,
vossen@broadcom.com, arend@broadcom.com
Cc: linux-wireless@vger.kernel.org
Subject: Re: [PATCH] brcm80211: fix error report string
Date: Mon, 24 Jan 2011 17:03:36 -0200 [thread overview]
Message-ID: <20110124190336.GA4300@joana> (raw)
In-Reply-To: <1295894723-28346-1-git-send-email-padovan@profusion.mobi>
Reporting another issue here. The README file is not correct with the content
of the linux-firmware tree. Seems that the changes added in this patch
http://www.spinics.net/lists/linux-wireless/msg60937.html
never arrived to linux-firmware.
Other than that, you guys are doing a great workon putting this driver
mainline. Mine broadcom card is working fine. :)
Regards,
* Gustavo F. Padovan <padovan@profusion.mobi> [2011-01-24 16:45:23 -0200]:
> 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__");
> rx_status->flag |= RX_FLAG_SHORTPRE;
> } else if (IS_OFDM(rspec)) {
> rx_status->flag |= RX_FLAG_SHORTPRE;
> --
> 1.7.4.rc2
>
--
Gustavo F. Padovan
http://profusion.mobi
next prev parent reply other threads:[~2011-01-24 19:03 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 [this message]
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
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=20110124190336.GA4300@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 \
/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).