X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=kernel%2Fdrivers%2Fbluetooth%2Fhci_ath.c;fp=kernel%2Fdrivers%2Fbluetooth%2Fhci_ath.c;h=d776dfd5147811ef37071e68ffd9d9ceaa961c0d;hb=e09b41010ba33a20a87472ee821fa407a5b8da36;hp=ec8fa0e0f03630c9646a60b831277477a249b010;hpb=f93b97fd65072de626c074dbe099a1fff05ce060;p=kvmfornfv.git 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,