summaryrefslogtreecommitdiffstats
path: root/kernel/drivers/bluetooth/hci_ath.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/drivers/bluetooth/hci_ath.c')
-rw-r--r--kernel/drivers/bluetooth/hci_ath.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/drivers/bluetooth/hci_ath.c b/kernel/drivers/bluetooth/hci_ath.c
index ec8fa0e0f..d776dfd51 100644
--- a/kernel/drivers/bluetooth/hci_ath.c
+++ b/kernel/drivers/bluetooth/hci_ath.c
@@ -192,6 +192,7 @@ static int ath_recv(struct hci_uart *hu, const void *data, int count)
if (IS_ERR(ath->rx_skb)) {
int err = PTR_ERR(ath->rx_skb);
BT_ERR("%s: Frame reassembly failed (%d)", hu->hdev->name, err);
+ ath->rx_skb = NULL;
return err;
}
@@ -242,6 +243,7 @@ static struct sk_buff *ath_dequeue(struct hci_uart *hu)
static const struct hci_uart_proto athp = {
.id = HCI_UART_ATH3K,
.name = "ATH3K",
+ .manufacturer = 69,
.open = ath_open,
.close = ath_close,
.flush = ath_flush,