[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1314537977-20097-1-git-send-email-Gregory.Dietsche@cuw.edu>
Date: Sun, 28 Aug 2011 08:26:16 -0500
From: Greg Dietsche <Gregory.Dietsche@....edu>
To: sgruszka@...hat.com, linville@...driver.com
Cc: linux-wireless@...r.kernel.org, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org,
Greg Dietsche <Gregory.Dietsche@....edu>
Subject: [PATCH 1/2] iwlegacy: change IWL_WARN to IWL_DEBUG_HT in iwl4965_tx_agg_start
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@....edu>
---
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 netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists