summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Mork <bjorn@mork.no>2015-10-27 20:00:51 +0100
committerBjørn Mork <bjorn@mork.no>2015-10-27 20:00:51 +0100
commitb8bcb7c52f82b1f04a957fb9451e53ff45aed903 (patch)
tree1e2764788a99b35df36692f3088d495df9d9a8f8
parentff4454109d49d25f36897408911178eda12d24b8 (diff)
mwlwifi: log amsdu operation
Signed-off-by: Bjørn Mork <bjorn@mork.no>
-rw-r--r--tx.c3
1 files changed, 3 insertions, 0 deletions
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;
}