All of lore.kernel.org
 help / color / mirror / Atom feed
From: Larry Finger <Larry.Finger@lwfinger.net>
To: Roland Vossen <rvossen@broadcom.com>
Cc: wireless <linux-wireless@vger.kernel.org>
Subject: More log spam from brcm80211
Date: Thu, 24 Mar 2011 11:11:25 -0500	[thread overview]
Message-ID: <4D8B6D2D.3090505@lwfinger.net> (raw)

Roland,

My logs are getting spammed with lots of "Short CCK" messages that come from the 
following code fragment:

                 if (IS_CCK(rspec)) {
                         if (rxh->PhyRxStatus_0 & PRXS0_SHORTH)
                                 WL_ERROR("Short CCK\n");
                         rx_status->flag |= RX_FLAG_SHORTPRE;
                 } else if (IS_OFDM(rspec)) {
                         rx_status->flag |= RX_FLAG_SHORTPRE;
                 } else {
                         WL_ERROR("%s: Unknown modulation\n", __func__);
                 }

Logging this condition for debugging might be appropriate, but I do not think it 
necessary for general use.

Larry

             reply	other threads:[~2011-03-24 16:11 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-24 16:11 Larry Finger [this message]
2011-03-24 16:34 ` More log spam from brcm80211 Roland Vossen
2011-03-24 16:37 ` Roland Vossen
2011-03-24 16:49   ` Larry Finger
2011-03-25  9:50     ` Roland Vossen

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=4D8B6D2D.3090505@lwfinger.net \
    --to=larry.finger@lwfinger.net \
    --cc=linux-wireless@vger.kernel.org \
    --cc=rvossen@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.