projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fdec03
)
iwlwifi: Silence tfds_in_queue message
author
Adel Gadllah
<
[email protected]
>
Sun, 14 Mar 2010 18:16:25 +0000
(19:16 +0100)
committer
John W. Linville
<
[email protected]
>
Tue, 16 Mar 2010 19:20:43 +0000
(15:20 -0400)
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.
Signed-off-by: Adel Gadllah <
[email protected]
>
Cc:
[email protected]
Acked-by: Reinette Chatre <
[email protected]
>
Signed-off-by: John W. Linville <
[email protected]
>
drivers/net/wireless/iwlwifi/iwl-tx.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/iwlwifi/iwl-tx.c
b/drivers/net/wireless/iwlwifi/iwl-tx.c
index 1ed5206721ecb587688bbd8b463f172e0f5d2de1..8c12311dbb0a5797b1ad28769ce8cec8d28d1319 100644
(file)
--- a/
drivers/net/wireless/iwlwifi/iwl-tx.c
+++ b/
drivers/net/wireless/iwlwifi/iwl-tx.c
@@
-124,7
+124,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;