]> Pileus Git - ~andy/linux/commitdiff
iwlagn: change the logging level for aggregation enable check
authorWey-Yi Guy <wey-yi.w.guy@intel.com>
Fri, 27 May 2011 15:40:31 +0000 (08:40 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 1 Jun 2011 19:36:35 +0000 (15:36 -0400)
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 <wey-yi.w.guy@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/iwlwifi/iwl-agn-rs.c

index 592b0cfcf717a7a9f76af9515ae77481dfda47bb..85e082830c1ebd80d464e360dc57eae32e52f912 100644 (file)
@@ -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;