1
0
Fork 0

Bluetooth: Increase minor version of core module

With the addition of L2CAP Connection Oriented Channels for Bluetooth
Low Energy connections, it makes sense to increase the minor version
of the Bluetooth core module.

The module version is not used anywhere, but it gives a nice extra
hint for debugging purposes.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
hifive-unleashed-5.1
Marcel Holtmann 2013-12-07 09:06:24 -08:00 committed by Johan Hedberg
parent c8afe8d0ad
commit c6d1649050
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
#include <net/bluetooth/bluetooth.h>
#include <linux/proc_fs.h>
#define VERSION "2.17"
#define VERSION "2.18"
/* Bluetooth sockets */
#define BT_MAX_PROTO 8