Re: Prolific 2501 link cable
Tobias <[email protected]>
| Newsgroups | gmane.linux.usb.devel |
|---|---|
| Message-ID | <[email protected]> |
The function *pl_tx_fixup corrected:
static struct sk_buff *pl_tx_fixup(struct usbnet *dev, struct sk_buff *skb,
gfp_t flags)
{
int length = skb->len;
u32 *packet_len;
// attach the packet count to the header
packet_len = (u32 *) skb_push(skb,4);
*packet_len = cpu_to_le32(length);
return skb;
}
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
[email protected]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel