linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Adel Gadllah <adel.gadllah@gmail.com>
To: linux-wireless@vger.kernel.org
Cc: Reinette Chatre <reinette.chatre@intel.com>,
	"John W. Linville" <linville@tuxdriver.com>,
	stable@kernel.org
Subject: [PATCH] iwlwifi: Silence tfds_in_queue message
Date: Sun, 14 Mar 2010 19:44:59 +0100	[thread overview]
Message-ID: <6cf6b73e1003141144l5a549309xfc627fa7cb7bf817@mail.gmail.com> (raw)

>From 83bf3f1dba41e3dccdef4fecfccb094559568342 Mon Sep 17 00:00:00 2001
From: Adel Gadllah <adel.gadllah@gmail.com>
Date: Sun, 14 Mar 2010 19:16:25 +0100
Subject: [PATCH] iwlwifi: Silence tfds_in_queue message

Commit a239a8b47cc0e5e6d7416a89f340beac06d5edaa introduced a
noisy message, that fills up the log very fast.

The error seems not to be fatal (the connection is stable and
performance is ok), so make it IWL_DEBUG_TX rather than IWL_ERR.

Cc: Reinette Chatre <reinette.chatre@intel.com>
Cc: John W. Linville <linville@tuxdriver.com>
Cc: stable@kernel.org

Signed-off-by: Adel Gadllah <adel.gadllah@gmail.com>
---
 drivers/net/wireless/iwlwifi/iwl-tx.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/net/wireless/iwlwifi/iwl-tx.c
b/drivers/net/wireless/iwlwifi/iwl-tx.c
index 045e4a6..d6222aa 100644
--- a/drivers/net/wireless/iwlwifi/iwl-tx.c
+++ b/drivers/net/wireless/iwlwifi/iwl-tx.c
@@ -161,7 +161,7 @@ void iwl_free_tfds_in_queue(struct iwl_priv *priv,
 	if (priv->stations[sta_id].tid[tid].tfds_in_queue >= freed)
 		priv->stations[sta_id].tid[tid].tfds_in_queue -= freed;
 	else {
-		IWL_ERR(priv, "free more than tfds_in_queue (%u:%d)\n",
+		IWL_DEBUG_TX(priv, "free more than tfds_in_queue (%u:%d)\n",
 			priv->stations[sta_id].tid[tid].tfds_in_queue,
 			freed);
 		priv->stations[sta_id].tid[tid].tfds_in_queue = 0;
-- 
1.6.6.1

             reply	other threads:[~2010-03-14 18:45 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-14 18:44 Adel Gadllah [this message]
2010-03-16 14:55 ` [PATCH] iwlwifi: Silence tfds_in_queue message Stanislaw Gruszka
2010-03-16 15:34   ` Adel Gadllah
2010-03-16 17:00 ` reinette chatre
2010-03-18 14:24   ` Stanislaw Gruszka
2010-03-18 14:29     ` [PATCH 2.6.32] iwlwifi: fix nfreed-- Stanislaw Gruszka
2010-03-18 15:09       ` Adel Gadllah
2010-03-18 15:39       ` Guy, Wey-Yi
2010-03-18 15:11     ` [PATCH] iwlwifi: Silence tfds_in_queue message Adel Gadllah
2010-03-19  9:22       ` Sedat Dilek
2010-03-19  9:37         ` Stanislaw Gruszka

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=6cf6b73e1003141144l5a549309xfc627fa7cb7bf817@mail.gmail.com \
    --to=adel.gadllah@gmail.com \
    --cc=linux-wireless@vger.kernel.org \
    --cc=linville@tuxdriver.com \
    --cc=reinette.chatre@intel.com \
    --cc=stable@kernel.org \
    /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).