|
From: Mats F. <ma...@us...> - 2001-06-08 12:46:50
|
The following file was modified in linux/drivers/char/bluetooth:
Name Old version New version Comment
---- ----------- ----------- -------
bcsp_sequence.c 1.12 1.13=20=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
If winspace becomes greater than WINSIZE, set winspace to WINSIZE
The diff of the modified file(s):
--- bcsp_sequence.c 2001/06/07 09:11:48 1.12
+++ bcsp_sequence.c 2001/06/08 12:46:49 1.13
@@ -255,6 +255,7 @@
} else if (winspace > WINSIZE) {
printk(__FUNCTION__": ERROR winspace > WINSIZE [%d]\n",=20
winspace);
+ winspace =3D WINSIZE;
release_resend_timer();
}=20
=20=09
|