diff options
author | Arjan Mels <[email protected]> | 2011-04-05 20:26:59 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2011-04-06 15:51:14 -0700 |
commit | 28276a28d8b3cd19f4449991faad4945fe557656 (patch) | |
tree | e3c5c6ceb249faf8a90e03519a198836235746a5 /scripts/patch-kernel | |
parent | 1325f85fa49f57df034869de430f7c302ae23109 (diff) |
staging: usbip: bugfix for isochronous packets and optimization
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 <[email protected]>
Cc: Takahiro Hirofuchi <[email protected]>
Cc: Max Vozeler <[email protected]>
Cc: stable <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions