|
From: Peter K. <pk...@us...> - 2001-12-06 11:21:21
|
The following file was modified in linux/drivers/char/bluetooth:
Name Old version New version Comment
---- ----------- ----------- -------
hci.c 1.189 1.190=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
Corrected copy-paste error.
The diff of the modified file(s):
--- hci.c 2001/11/15 15:00:36 1.189
+++ hci.c 2001/12/06 11:21:21 1.190
@@ -1402,9 +1402,9 @@
break;
=20=09=09=09
case WRITE_ENCRYPTION_MODE:
- D_CMD(__FUNCTION__ ": WRITE_AUTHENTICATION_ENABLE\n");
+ D_CMD(__FUNCTION__ ": WRITE_ENCRYPTION_MODE\n");
if(r_val[0]) {
- D_ERR(__FUNCTION__ ": WRITE_AUTHENTICATION_ENABLE: %s\n",
+ D_ERR(__FUNCTION__ ": WRITE_ENCRYPTION_MODE: %s\n",
get_err_msg(r_val[0]));
result_param =3D -r_val[0];
}
|