Skip to content

Commit

Permalink
iwlwifi: make "Tx aggregation enabled on ra =" be at DEBUG level
Browse files Browse the repository at this point in the history
Average users either don't care or they think that message indicates a
problem...

Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
John W. Linville committed Feb 1, 2012
1 parent 7fc4175 commit 5fb8c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/iwlwifi/iwl-agn-tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ int iwlagn_tx_agg_oper(struct iwl_priv *priv, struct ieee80211_vif *vif,
sta_priv->lq_sta.lq.agg_params.agg_frame_cnt_limit =
sta_priv->max_agg_bufsize;

IWL_INFO(priv, "Tx aggregation enabled on ra = %pM tid = %d\n",
IWL_DEBUG_HT(priv, "Tx aggregation enabled on ra = %pM tid = %d\n",
sta->addr, tid);

return iwl_send_lq_cmd(priv, ctx,
Expand Down

0 comments on commit 5fb8c18

Please sign in to comment.