Skip to content

Commit

Permalink
iwlegacy: change IL_ERR to D_HT in iwl4965_rs_tl_turn_on_agg_for_tid
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Greg Dietsche authored and Stanislaw Gruszka committed Nov 15, 2011
1 parent 53611e0 commit dd44eb9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions drivers/net/wireless/iwlegacy/4965-rs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit dd44eb9

Please sign in to comment.