summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}