Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 121809
b: refs/heads/master
c: ccf5dd1
h: refs/heads/master
i:
  121807: 2527e04
v: v3
  • Loading branch information
Johannes Berg authored and John W. Linville committed Nov 10, 2008
1 parent aaa4933 commit 01d4603
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 9483407d09077c0bfc612c72835b1e9bbdda0a10
refs/heads/master: ccf5dd14f8a4273f40d8319e75b377edb1f5220d
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/libertas_tf/if_usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ static int __if_usb_submit_rx_urb(struct if_usb_card *cardp,
/* Fill the receive configuration URB and initialise the Rx call back */
usb_fill_bulk_urb(cardp->rx_urb, cardp->udev,
usb_rcvbulkpipe(cardp->udev, cardp->ep_in),
(void *) (skb->tail),
skb_tail_pointer(skb),
MRVDRV_ETH_RX_PACKET_BUFFER_SIZE, callbackfn, cardp);

cardp->rx_urb->transfer_flags |= URB_ZERO_PACKET;
Expand Down

0 comments on commit 01d4603

Please sign in to comment.