|
From: Anders J. <and...@us...> - 2002-02-28 15:45:12
|
The following files were modified in linux/drivers/char/bluetooth:
Name Old version New version Comment
---- ----------- ----------- -------
Makefile 1.30 1.31=20=20=20=20=20=20=20=20=20=20=20=20
sec_client.c 1.21 1.22=20=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
* Added hci_sec.c to makefile.
* Corrected typo.
The diff of the modified file(s):
--- Makefile 4 Feb 2002 11:53:45 -0000 1.30
+++ Makefile 28 Feb 2002 15:45:08 -0000 1.31
@@ -4,7 +4,7 @@
=20
OBJS =3D bluetooth.o bt_proc.o btdebug.o btmem.o hci.o hci_vendor.o \
l2cap.o l2cap_con.o l2cap_sec.o rfcomm.o rfcomm_sec.o \
- sec_client.o sdp.o tcs.o test.o
+ sec_client.o sdp.o tcs.o test.o hci_sec.o
=20
BOBJS =3D bcsp.o bcsp_datagram.o bcsp_integrity.o bcsp_mux.o \
bcsp_sequence.o bcsp_slip.o
--- sec_client.c 22 Feb 2002 14:02:40 -0000 1.21
+++ sec_client.c 28 Feb 2002 15:45:08 -0000 1.22
@@ -725,7 +725,7 @@
break;
=20=09=09
case HCI:
- D_PROC(FNC"Message to HCI\n");
+ D_PROC(__FUNCTION__ ": Message to HCI\n");
hci_process_sec_man_response(sec_hdl->request_result,
sec_hdl->originator_data,
sec_hdl->request_value,
|