Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 290838
b: refs/heads/master
c: 5e41862
h: refs/heads/master
v: v3
  • Loading branch information
Daniel Wagner authored and Johan Hedberg committed Feb 13, 2012
1 parent f388d66 commit 21567c6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 30dc78e1a2bcbe2a0fca7aa44dfded4bb0db6148
refs/heads/master: 5e41862322388224eef7ce221c8772489e3aa39a
3 changes: 0 additions & 3 deletions trunk/drivers/bluetooth/btusb.c
Original file line number Diff line number Diff line change
Expand Up @@ -726,9 +726,6 @@ static int btusb_send_frame(struct sk_buff *skb)
usb_fill_bulk_urb(urb, data->udev, pipe,
skb->data, skb->len, btusb_tx_complete, skb);

if (skb->priority >= HCI_PRIO_MAX - 1)
urb->transfer_flags = URB_ISO_ASAP;

hdev->stat.acl_tx++;
break;

Expand Down

0 comments on commit 21567c6

Please sign in to comment.