Bluetooth: hci_uart: Update version number driver
authorMarcel Holtmann <marcel@holtmann.org>
Sun, 5 Apr 2015 05:36:04 +0000 (22:36 -0700)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 7 Apr 2015 16:47:10 +0000 (18:47 +0200)
This version number is more cosmetic and for debugging purposes, but
since there has been a few changes lately, increase it now.

Two left-over and not used version constants that were never exposed
anywhere are removed since they have no actual value.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
drivers/bluetooth/hci_bcsp.c
drivers/bluetooth/hci_h4.c
drivers/bluetooth/hci_ldisc.c

index a467aa28009ad54f1d6159ef1690a2b67ab3ca66..dc8e3d4356a0ff40f1b27ddc63de3e7eefef7a87 100644 (file)
@@ -47,8 +47,6 @@
 
 #include "hci_uart.h"
 
-#define VERSION "0.3"
-
 static bool txcrc = 1;
 static bool hciextn = 1;
 
index 81ad249fc44f639f64faf4fff7a827b84749e603..07f5f7a219614bbf20fa19201e24baccadf8b4d5 100644 (file)
@@ -46,8 +46,6 @@
 
 #include "hci_uart.h"
 
-#define VERSION "1.2"
-
 struct h4_struct {
        struct sk_buff *rx_skb;
        struct sk_buff_head txq;
index 19d0960489b6eb41602328e45dfc737d69641c90..b265abcb9eb63e2332015c609be2fccef8c81603 100644 (file)
@@ -46,7 +46,7 @@
 
 #include "hci_uart.h"
 
-#define VERSION "2.2"
+#define VERSION "2.3"
 
 static const struct hci_uart_proto *hup[HCI_UART_MAX_PROTO];