From: Mattias A. <mat...@us...> - 2001-05-02 15:50:50
|
The following file was modified in linux/drivers/char/bluetooth: Name Old version New version Comment ---- ----------- ----------- ------- rfcomm.c 1.108 1.109=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: * minor change The diff of the modified file(s): --- rfcomm.c 2001/05/02 15:43:29 1.108 +++ rfcomm.c 2001/05/02 15:50:50 1.109 @@ -537,11 +537,11 @@ =20 /****************** LOCAL VARIABLE DECLARATION SECTION *******************= ***/ =20 -static u8 crctable[256]; /* The crctable for the FEC field */ +static u8 crctable[256]; =20 +/* One RFCOMM connection for each ttyBTx */ rfcomm_con rfcomm_con_list[BT_NBR_DATAPORTS]; -/* One RFCOMM connection for each bt_tty 0 to BT_NBR_DATAPORTS */ =20 #ifdef __KERNEL__ static struct timer_list rfcomm_timer; |