|
@@ -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;
|