|
From: Ulf H. <ul...@us...> - 2001-03-15 10:29:07
|
The following file was modified in linux/drivers/char/bluetooth:
Name Old version New version Comment
---- ----------- ----------- -------
hci.c 1.128 1.129=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
Corrected encryption status message
The diff of the modified file(s):
--- hci.c 2001/03/13 19:34:36 1.128
+++ hci.c 2001/03/15 10:31:11 1.129
@@ -754,7 +754,7 @@
{
u8 tmp[2];
tmp[0] =3D buf[0];
- tmp[1] =3D buf[4];
+ tmp[1] =3D buf[3];
=20=09=09
sec_man_event(HCI, get_bd(CHAR2INT12(buf[2], buf[1=
])), ENCRYPTION_CHANGE, tmp, 2);
}
|