aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2004-07-04 21:28:19 +0200
committerMarcel Holtmann <holtmann@holtmann.org>2004-07-04 21:28:19 +0200
commit1dd7f7cab40e7e75f59e9fcff860b9bc65670e6e (patch)
tree4a0fcfe6878c60bdb0bdb5f08ef3805d19637d15 /net
parenta47c02d5ce9aaf5a8ed210e9103a26c6f628f6ba (diff)
downloadhistory-1dd7f7cab40e7e75f59e9fcff860b9bc65670e6e.tar.gz
[Bluetooth] Allocate protocol number for AVDTP support
This patch allocates the next free protocol number for the upcoming AVDTP support. Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'net')
-rw-r--r--net/bluetooth/af_bluetooth.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/bluetooth/af_bluetooth.c b/net/bluetooth/af_bluetooth.c
index e111cf3c31e3af..05f93ae1e1b8c3 100644
--- a/net/bluetooth/af_bluetooth.c
+++ b/net/bluetooth/af_bluetooth.c
@@ -51,13 +51,13 @@
#define BT_DBG(D...)
#endif
-#define VERSION "2.5"
+#define VERSION "2.6"
struct proc_dir_entry *proc_bt;
EXPORT_SYMBOL(proc_bt);
/* Bluetooth sockets */
-#define BT_MAX_PROTO 7
+#define BT_MAX_PROTO 8
static struct net_proto_family *bt_proto[BT_MAX_PROTO];
static kmem_cache_t *bt_sock_cache;