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: Greg Dietsche <Gregory.Dietsche@cuw.edu> Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
This commit is contained in:
committed by
Stanislaw Gruszka
parent
53611e0526
commit
dd44eb9e13
@@ -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);
|
IL_ERR("Fail start Tx agg on tid: %d\n", tid);
|
||||||
ieee80211_stop_tx_ba_session(sta, tid);
|
ieee80211_stop_tx_ba_session(sta, tid);
|
||||||
}
|
}
|
||||||
} else {
|
} else
|
||||||
IL_ERR("Aggregation not enabled for tid %d "
|
D_HT("Aggregation not enabled for tid %d because load = %u\n",
|
||||||
"because load = %u\n", tid, load);
|
tid, load);
|
||||||
}
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user