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
- Lines: 18
- Date:
2004-08-07 16:26:04.685348051 -0700
- Orig file:
linux-2.4.26/drivers/bluetooth/hci_bcsp.c
- Orig date:
2003-06-13 07:51:32.000000000 -0700
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)