|
From: Mats F. <ma...@us...> - 2001-06-08 12:50:16
|
The following file was modified in linux/include/linux/bluetooth:
Name Old version New version Comment
---- ----------- ----------- -------
hci_internal.h 1.17 1.18=20=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
Removed trash_buffer from hci_controller struct
The diff of the modified file(s):
--- hci_internal.h 2001/06/06 14:58:20 1.17
+++ hci_internal.h 2001/06/08 12:50:15 1.18
@@ -325,16 +325,11 @@
u8 name[248];
} __attribute__ ((packed)) hci_con;
=20
-/* Used as a control object for the entire HCI layer. The trash_buffer is
- only used as an emergency buffer to avoid a program crash if something =
has
- gone wrong with the hci_in_buffers */
-
-/* FIXME: Do we really need the trash_buffer? */
+/* Used as a control object for the entire HCI layer */
=20
typedef struct hci_controller {
host_controller_buffers hc_buf;
hci_in_buffer hci_in_buf[NBR_OF_HCI_INBUFFERS];
- hci_in_buffer trash_buffer;
u32 nbr_of_connections;
u8 local_bd[6];
s32 active_connection;
|