From: Greg Dietsche Date: Sun, 28 Aug 2011 13:26:16 +0000 (-0500) Subject: iwlegacy: change IL_WARN to D_HT in il4965_tx_agg_start X-Git-Tag: v3.3-rc1~182^2~44^2~385^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=53611e05263ca2101a29736920fdf86ccad0e93b;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git iwlegacy: change IL_WARN to D_HT in il4965_tx_agg_start This message should be a debug message and not a warning. Signed-off-by: Greg Dietsche Signed-off-by: Stanislaw Gruszka --- diff --git a/drivers/net/wireless/iwlegacy/4965-mac.c b/drivers/net/wireless/iwlegacy/4965-mac.c index 21a1381..8d2f616 100644 --- a/drivers/net/wireless/iwlegacy/4965-mac.c +++ b/drivers/net/wireless/iwlegacy/4965-mac.c @@ -2252,7 +2252,7 @@ il4965_tx_agg_start(struct il_priv *il, struct ieee80211_vif *vif, if (unlikely(tx_fifo < 0)) return tx_fifo; - IL_WARN("%s on ra = %pM tid = %d\n", __func__, sta->addr, tid); + D_HT("%s on ra = %pM tid = %d\n", __func__, sta->addr, tid); sta_id = il_sta_id(sta); if (sta_id == IL_INVALID_STATION) {