wl12xx: print the tx packet len
authorEliad Peller <eliad@wizery.com>
Sun, 4 Mar 2012 08:55:55 +0000 (10:55 +0200)
committerLuciano Coelho <coelho@ti.com>
Mon, 5 Mar 2012 13:45:26 +0000 (15:45 +0200)
Add the packet length to the tx debug print.

Signed-off-by: Eliad Peller <eliad@wizery.com>
Signed-off-by: Luciano Coelho <coelho@ti.com>
drivers/net/wireless/wl12xx/main.c

index 3c966f2e00d0ce2944f75d7bbf176e14faa1f858..95a76a5f9eeb692c044dddaf0661ad8fb5a78d15 100644 (file)
@@ -1459,7 +1459,8 @@ static void wl1271_op_tx(struct ieee80211_hw *hw, struct sk_buff *skb)
                goto out;
        }
 
-       wl1271_debug(DEBUG_TX, "queue skb hlid %d q %d", hlid, q);
+       wl1271_debug(DEBUG_TX, "queue skb hlid %d q %d len %d",
+                    hlid, q, skb->len);
        skb_queue_tail(&wl->links[hlid].tx_queue[q], skb);
 
        wl->tx_queue_count[q]++;