NFC: Changed HCI and PN544 HCI driver to use the new HCI LLC Core
[cascardo/linux.git] / net / nfc / hci / llc_shdlc.c
index bb19110..fad6cd1 100644 (file)
@@ -535,7 +535,7 @@ static void llc_shdlc_handle_send_queue(struct llc_shdlc *shdlc)
 
                pr_debug("Sending I-Frame %d, waiting to rcv %d\n", shdlc->ns,
                         shdlc->nr);
-       /*      SHDLC_DUMP_SKB("shdlc frame written", skb); */
+               SHDLC_DUMP_SKB("shdlc frame written", skb);
 
                r = shdlc->xmit_to_drv(shdlc->hdev, skb);
                if (r < 0) {