summaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorArjan Mels <arjan.mels@gmx.net>2011-04-05 20:26:59 +0200
committerGreg Kroah-Hartman <gregkh@suse.de>2011-04-14 13:02:01 -0700
commit8974a58bc1263e537da05ec712496e47e4bb8be4 (patch)
treebef72eaeed935787dc83599ae6b6759b32a67f77 /crypto
parent5aa02704b9ee67c5b2ee26d54c5f4eb99e93ba9a (diff)
staging: usbip: bugfix for isochronous packets and optimization
commit 28276a28d8b3cd19f4449991faad4945fe557656 upstream. For isochronous packets the actual_length is the sum of the actual length of each of the packets, however between the packets might be padding, so it is not sufficient to just send the first actual_length bytes of the buffer. To fix this and simultanesouly optimize the bandwidth the content of the isochronous packets are send without the padding, the padding is restored on the receiving end. Signed-off-by: Arjan Mels <arjan.mels@gmx.net> Cc: Takahiro Hirofuchi <hirofuchi@users.sourceforge.net> Cc: Max Vozeler <max@vozeler.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'crypto')
0 files changed, 0 insertions, 0 deletions