This message should be a debug message and not a warning. So change it from IWL_WARN to IWL_DEBUG_HT. Signed-off-by: Greg Dietsche <Gregory.Dietsche@xxxxxxx> --- drivers/net/wireless/iwlegacy/iwl-4965-tx.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/net/wireless/iwlegacy/iwl-4965-tx.c b/drivers/net/wireless/iwlegacy/iwl-4965-tx.c index ac4f64d..f8c7eab 100644 --- a/drivers/net/wireless/iwlegacy/iwl-4965-tx.c +++ b/drivers/net/wireless/iwlegacy/iwl-4965-tx.c @@ -877,7 +877,7 @@ int iwl4965_tx_agg_start(struct iwl_priv *priv, struct ieee80211_vif *vif, if (unlikely(tx_fifo < 0)) return tx_fifo; - IWL_WARN(priv, "%s on ra = %pM tid = %d\n", + IWL_DEBUG_HT(priv, "%s on ra = %pM tid = %d\n", __func__, sta->addr, tid); sta_id = iwl_legacy_sta_id(sta); -- 1.7.5.4 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html