From 993930712bfd2709ba102eb357afac11fd7eb242 Mon Sep 17 00:00:00 2001 From: Bjørn Mork Date: Tue, 27 Oct 2015 20:37:30 +0100 Subject: mwlwifi: more debug log on amsdu operation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bjørn Mork --- tx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tx.c b/tx.c index 0554c94..0752d1c 100644 --- a/tx.c +++ b/tx.c @@ -1189,7 +1189,7 @@ void mwl_tx_flush_amsdu(unsigned long data) amsdu_frag->cur_pos = NULL; } else { dev_dbg(&hw->wiphy->dev, "%pM i=%d, amsdu_frag->num=%u", sta->addr, i, amsdu_frag->num); - + } } } } -- cgit v1.2.3