|
From: Peter K. <pk...@us...> - 2001-09-20 17:02:04
|
The following file was modified in linux/drivers/char/bluetooth:
Name Old version New version Comment
---- ----------- ----------- -------
bcsp_sequence.c 1.19 1.20=20=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
Fixed a debug message.
The diff of the modified file(s):
--- bcsp_sequence.c 2001/09/18 13:04:27 1.19
+++ bcsp_sequence.c 2001/09/20 17:02:03 1.20
@@ -294,7 +294,8 @@
cli();
while (rtx_count && (resend_cnt !=3D txseq)) {
sti();
- printk(__FUNCTION__" : seq_nbr:%d, last_ack:%d, cur_seq:%d\n\n", resend_=
cnt, rxack, txseq);
+ D(__FUNCTION__ ": seq_nbr:%d, last_ack:%d, cur_seq:%d\n",
+ resend_cnt, rxack, txseq);
=20=09=09
bcsp_init_packet(&bcsp);
=20=09=09
|