Skip to content

Commit

Permalink
iwlegacy: change IL_WARN to D_HT in il4965_tx_agg_start
Browse files Browse the repository at this point in the history
This message should be a debug message and not a warning.

Signed-off-by: Greg Dietsche <[email protected]>
Signed-off-by: Stanislaw Gruszka <[email protected]>
  • Loading branch information
farmergreg authored and Stanislaw Gruszka committed Nov 15, 2011
1 parent 1722f8e commit 53611e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/iwlegacy/4965-mac.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 53611e0

Please sign in to comment.