Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 788a6756 authored by Marcel Holtmann's avatar Marcel Holtmann
Browse files

Bluetooth: hci_uart: Update version number driver



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: default avatarMarcel Holtmann <marcel@holtmann.org>
Signed-off-by: default avatarJohan Hedberg <johan.hedberg@intel.com>
parent 01009eec
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -47,8 +47,6 @@


#include "hci_uart.h"
#include "hci_uart.h"


#define VERSION "0.3"

static bool txcrc = 1;
static bool txcrc = 1;
static bool hciextn = 1;
static bool hciextn = 1;


+0 −2
Original line number Original line Diff line number Diff line
@@ -46,8 +46,6 @@


#include "hci_uart.h"
#include "hci_uart.h"


#define VERSION "1.2"

struct h4_struct {
struct h4_struct {
	struct sk_buff *rx_skb;
	struct sk_buff *rx_skb;
	struct sk_buff_head txq;
	struct sk_buff_head txq;
+1 −1
Original line number Original line Diff line number Diff line
@@ -46,7 +46,7 @@


#include "hci_uart.h"
#include "hci_uart.h"


#define VERSION "2.2"
#define VERSION "2.3"


static const struct hci_uart_proto *hup[HCI_UART_MAX_PROTO];
static const struct hci_uart_proto *hup[HCI_UART_MAX_PROTO];