|
From: Willy S. <sag...@us...> - 2002-04-08 16:30:05
|
The following file was modified in linux/include/linux/bluetooth:
Name Old version New version Tag Comment
---- ----------- ----------- --- -------
bnep_internal.h 1.2 1.3=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20
The accompanying log:
Added some new messages
The diff of the modified file(s):
--- bnep_internal.h 6 Feb 2002 11:19:59 -0000 1.2
+++ bnep_internal.h 8 Apr 2002 10:04:44 -0000 1.3
@@ -47,14 +47,15 @@
#define BNEP_FLUSH_TIMEOUT 0
#define BNEP_MAX_MULTI 16
#define BNEP_MAGIC_NUMBER 0x53505254
+#define BNEP_DEFAULT_TIMEOUT 2
=20
/* Proc file cmd's */
-#define BNEP_PROC_DISCONNECT_MSG 1
-#define BNEP_PROC_CONNECT_MSG 2
-#define BNEP_PROC_DISCONNECTED_MSG 3
-#define BNEP_PROC_CONNECTED_MSG 4
-#define BNEP_PROC_SCAN_MSG 5
-
+#define BNEP_DISCONNECT_MSG 1
+#define BNEP_CONNECT_MSG 2
+#define BNEP_DISCONNECTED_MSG 3
+#define BNEP_CONNECTED_MSG 4
+#define BNEP_HANDOVER_REQ_RECEIVED_MSG 5
+#define BNEP_HANDOVER_RSP_RECEIVED_MSG 6
=20
/* BNEP session state */
#define DISCONNECTED 0
@@ -62,10 +63,6 @@
#define SETUP 2
#define CONNECTED 3
=20
-typedef struct macaddr=20
-{
- unsigned char addr[ETH_ALEN];
-} __attribute__ ((packed)) macaddr;
=20
=20
/* Information that need to be kept for each board. */
|