From: Wey-Yi Guy Date: Fri, 27 May 2011 15:40:31 +0000 (-0700) Subject: iwlagn: change the logging level for aggregation enable check X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=5f88ac2d72a7f8e1cadab6d9cbc0fe1837cbcd7a;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.git iwlagn: change the logging level for aggregation enable check Aggregation will not enable if the traffic is lower than the threshold, this is not an error condition, so change the logging level. Signed-off-by: Wey-Yi Guy Signed-off-by: John W. Linville --- diff --git a/drivers/net/wireless/iwlwifi/iwl-agn-rs.c b/drivers/net/wireless/iwlwifi/iwl-agn-rs.c index 592b0cfcf71..85e082830c1 100644 --- a/drivers/net/wireless/iwlwifi/iwl-agn-rs.c +++ b/drivers/net/wireless/iwlwifi/iwl-agn-rs.c @@ -426,7 +426,7 @@ static int rs_tl_turn_on_agg_for_tid(struct iwl_priv *priv, ieee80211_stop_tx_ba_session(sta, tid); } } else { - IWL_ERR(priv, "Aggregation not enabled for tid %d " + IWL_DEBUG_HT(priv, "Aggregation not enabled for tid %d " "because load = %u\n", tid, load); } return ret;