diff options
Diffstat (limited to 'drivers/bluetooth/hci_usb.c')
| -rw-r--r-- | drivers/bluetooth/hci_usb.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/bluetooth/hci_usb.c b/drivers/bluetooth/hci_usb.c index 59b054810ed0..98a9cdeaffb6 100644 --- a/drivers/bluetooth/hci_usb.c +++ b/drivers/bluetooth/hci_usb.c | |||
| @@ -691,15 +691,18 @@ static void hci_usb_rx_complete(struct urb *urb) | |||
| 691 | urb->iso_frame_desc[i].offset, | 691 | urb->iso_frame_desc[i].offset, |
| 692 | urb->iso_frame_desc[i].actual_length); | 692 | urb->iso_frame_desc[i].actual_length); |
| 693 | 693 | ||
| 694 | if (!urb->iso_frame_desc[i].status) | 694 | if (!urb->iso_frame_desc[i].status) { |
| 695 | husb->hdev->stat.byte_rx += urb->iso_frame_desc[i].actual_length; | ||
| 695 | hci_recv_fragment(husb->hdev, _urb->type, | 696 | hci_recv_fragment(husb->hdev, _urb->type, |
| 696 | urb->transfer_buffer + urb->iso_frame_desc[i].offset, | 697 | urb->transfer_buffer + urb->iso_frame_desc[i].offset, |
| 697 | urb->iso_frame_desc[i].actual_length); | 698 | urb->iso_frame_desc[i].actual_length); |
| 699 | } | ||
| 698 | } | 700 | } |
| 699 | #else | 701 | #else |
| 700 | ; | 702 | ; |
| 701 | #endif | 703 | #endif |
| 702 | } else { | 704 | } else { |
| 705 | husb->hdev->stat.byte_rx += count; | ||
| 703 | err = hci_recv_fragment(husb->hdev, _urb->type, urb->transfer_buffer, count); | 706 | err = hci_recv_fragment(husb->hdev, _urb->type, urb->transfer_buffer, count); |
| 704 | if (err < 0) { | 707 | if (err < 0) { |
| 705 | BT_ERR("%s corrupted packet: type %d count %d", | 708 | BT_ERR("%s corrupted packet: type %d count %d", |
