summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tx.c b/tx.c
index 3334c77..d053134 100644
--- a/tx.c
+++ b/tx.c
@@ -619,7 +619,7 @@ static inline struct sk_buff *mwl_tx_do_amsdu(struct mwl_priv *priv,
dev_dbg(&priv->hw->wiphy->dev, "%pM amsdu->num=%u, tx_skb->len=%zu, amsdu->skb->len=%zu", sta->addr, amsdu->num, tx_skb->len, amsdu->skb->len);
if (amsdu->skb->len < 100)
- dev_dbg(&priv->hw->wiphy->dev, "%pM amsdu: %*ph", sta->addr, (int)amsdu->skb->len, amsdu->skb->data)
+ dev_dbg(&priv->hw->wiphy->dev, "%pM amsdu: %*ph", sta->addr, (int)amsdu->skb->len, amsdu->skb->data);
return NULL;
}