ATH10K Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 1/4] ath10k:  Add more details to some debug messages.
@ 2014-02-05 21:58 greearb
  2014-02-05 21:58 ` [PATCH v2 2/4] ath10k: Print out size of wmi-ready-event message greearb
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: greearb @ 2014-02-05 21:58 UTC (permalink / raw)
  To: ath10k; +Cc: kvalo, Ben Greear

From: Ben Greear <greearb@candelatech.com>

---
 drivers/net/wireless/ath/ath10k/mac.c  | 3 ++-
 drivers/net/wireless/ath/ath10k/txrx.c | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/drivers/net/wireless/ath/ath10k/mac.c b/drivers/net/wireless/ath/ath10k/mac.c
index 144b4d6..2c4618d 100644
--- a/drivers/net/wireless/ath/ath10k/mac.c
+++ b/drivers/net/wireless/ath/ath10k/mac.c
@@ -3418,7 +3418,8 @@ static void ath10k_flush(struct ieee80211_hw *hw, u32 queues, bool drop)
 		}), ATH10K_FLUSH_TIMEOUT_HZ);
 
 	if (ret <= 0 || skip)
-		ath10k_warn("tx not flushed\n");
+		ath10k_warn("tx not flushed, ret: %i  skip: %i  ar-state: %i\n",
+			    ret, skip, ar->state);
 
 skip:
 	mutex_unlock(&ar->conf_mutex);
diff --git a/drivers/net/wireless/ath/ath10k/txrx.c b/drivers/net/wireless/ath/ath10k/txrx.c
index 74f45fa6..e404124 100644
--- a/drivers/net/wireless/ath/ath10k/txrx.c
+++ b/drivers/net/wireless/ath/ath10k/txrx.c
@@ -378,7 +378,8 @@ void ath10k_peer_unmap_event(struct ath10k_htt *htt,
 	spin_lock_bh(&ar->data_lock);
 	peer = ath10k_peer_find_by_id(ar, ev->peer_id);
 	if (!peer) {
-		ath10k_warn("unknown peer id %d\n", ev->peer_id);
+		ath10k_warn("peer-unmap-event: unknown peer id %d\n",
+			    ev->peer_id);
 		goto exit;
 	}
 
-- 
1.7.11.7


_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-02-13 14:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-05 21:58 [PATCH v2 1/4] ath10k: Add more details to some debug messages greearb
2014-02-05 21:58 ` [PATCH v2 2/4] ath10k: Print out size of wmi-ready-event message greearb
2014-02-05 21:58 ` [PATCH v2 3/4] ath10k: Add more debugging for receive errors greearb
2014-02-05 21:58 ` [PATCH v2 4/4] ath10k: Better tx/rx debugging greearb
2014-02-06 10:14 ` [PATCH v2 1/4] ath10k: Add more details to some debug messages Kalle Valo
2014-02-13 14:34 ` Kalle Valo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox