Search Linux Wireless

Re: More log spam from brcm80211

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello Larry,

did you already try my preliminary patch (email that I sent you yesterday) for the previous log spam problem ?

Regarding this new problem: I will get back to you shortly.

Bye, Roland.


On 03/24/2011 05:11 PM, Larry Finger wrote:
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



--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux