|
From: Mattias ?g. <mat...@us...> - 2001-02-28 13:29:48
|
The following file was modified in linux/include/linux/bluetooth:
Name Old version New version Comment
---- ----------- ----------- -------
btcommon.h 1.61 1.62=20=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
* fixed incorrect flow structure, used type/len in option data
* minor changes
The diff of the modified file(s):
--- btcommon.h 2001/02/27 15:07:36 1.61
+++ btcommon.h 2001/02/28 13:31:00 1.62
@@ -249,8 +249,6 @@
typedef u16 CID;
=20
typedef struct flow {
- u8 type; /* =3D 0x3 or 0x4 ??? */
- u8 len; /* =3D 22 (0x16) */
u8 flags; /* default 0 */
u8 service; /* default 0x01 (best effort) */
u32 token_rate;
|