patch-2.4.27 linux-2.4.27/drivers/bluetooth/hci_bcsp.c

Next file: linux-2.4.27/drivers/bluetooth/hci_ldisc.c
Previous file: linux-2.4.27/drivers/bluetooth/dtl1_cs.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.26/drivers/bluetooth/hci_bcsp.c linux-2.4.27/drivers/bluetooth/hci_bcsp.c
@@ -34,7 +34,6 @@
 #include <linux/module.h>
 
 #include <linux/version.h>
-#include <linux/config.h>
 #include <linux/kernel.h>
 #include <linux/init.h>
 #include <linux/sched.h>
@@ -635,7 +634,8 @@
 	struct sk_buff *skb;
 	unsigned long flags;
 
-	BT_ERR("Timeout, retransmitting %u pkts", bcsp->unack.qlen);
+	BT_DBG("hu %p retransmitting %u pkts", hu, bcsp->unack.qlen);
+
 	spin_lock_irqsave(&bcsp->unack.lock, flags);
 
 	while ((skb = __skb_dequeue_tail(&bcsp->unack)) != NULL) {

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)