|
From: Mattias ?g. <mat...@us...> - 2001-02-26 16:27:25
|
The following file was modified in linux/drivers/char/bluetooth:
Name Old version New version Comment
---- ----------- ----------- -------
rfcomm.c 1.86 1.87=20=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
* moved function valid_dlci to rfcomm.h
The diff of the modified file(s):
--- rfcomm.c 2001/02/15 16:27:33 1.86
+++ rfcomm.c 2001/02/26 16:28:30 1.87
@@ -372,7 +372,6 @@
static u32 crc_check(u8 *data, u32 length, u8 check_sum);
static u8 crc_calc(u8 *data, u32 length);
static void create_crctable(u8 table[]);
-static s32 valid_dlci(u8 dlci);
static rfcomm_con* get_new_rfcomm_con(void);
static rfcomm_con* get_rfcomm_con(u8 line);
static s32 get_connected_dlci(rfcomm_con *rfcomm);
@@ -983,6 +982,7 @@
=20
/* registers in bt driver */
bt_register_rfcomm(rfcomm, tmp_dlci);
+=20
/* wake up any blocking connect/waits */=20
bt_connect_cfm(CREATE_RFCOMM_ID(rfcomm->line, tmp_dlci), 0 /* status ok=
*/ );
=20
|