提交 dd44eb9e 编写于 作者: G Greg Dietsche 提交者: Stanislaw Gruszka

iwlegacy: change IL_ERR to D_HT in iwl4965_rs_tl_turn_on_agg_for_tid

This message should be a debug message and not an error.
Signed-off-by: NGreg Dietsche <Gregory.Dietsche@cuw.edu>
Signed-off-by: NStanislaw Gruszka <sgruszka@redhat.com>
上级 53611e05
......@@ -371,10 +371,10 @@ il4965_rs_tl_turn_on_agg_for_tid(struct il_priv *il, struct il_lq_sta *lq_data,
IL_ERR("Fail start Tx agg on tid: %d\n", tid);
ieee80211_stop_tx_ba_session(sta, tid);
}
} else {
IL_ERR("Aggregation not enabled for tid %d "
"because load = %u\n", tid, load);
}
} else
D_HT("Aggregation not enabled for tid %d because load = %u\n",
tid, load);
return ret;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册