linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] iwlwifi: Silence tfds_in_queue message
@ 2010-03-14 18:44 Adel Gadllah
  2010-03-16 14:55 ` Stanislaw Gruszka
  2010-03-16 17:00 ` reinette chatre
  0 siblings, 2 replies; 11+ messages in thread
From: Adel Gadllah @ 2010-03-14 18:44 UTC (permalink / raw)
  To: linux-wireless; +Cc: Reinette Chatre, John W. Linville, stable

>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

^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2010-03-19  9:39 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-14 18:44 [PATCH] iwlwifi: Silence tfds_in_queue message Adel Gadllah
2010-03-16 14:55 ` 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

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).