From b8bcb7c52f82b1f04a957fb9451e53ff45aed903 Mon Sep 17 00:00:00 2001 From: Bjørn Mork Date: Tue, 27 Oct 2015 20:00:51 +0100 Subject: mwlwifi: log 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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tx.c b/tx.c index 1db6b71..788e826 100644 --- a/tx.c +++ b/tx.c @@ -616,6 +616,9 @@ static inline struct sk_buff *mwl_tx_do_amsdu(struct mwl_priv *priv, } spin_unlock_bh(&sta_info->amsdu_lock); + + wiphy_warn(priv->hw->wiphy,"%s: amsdu->num=%u, tx_skb->len=%zu, amsdu->skb->len=%zu", __func__, amsdu->num, tx_skb->len, amsdu->skb->len ); + return NULL; } -- cgit v1.2.3