commit | 729ed6d502b45fd3b5c3b21c3ceaa63a8fe7cc43 | [log] [tgz] |
---|---|---|
author | David Brownell <david-b@pacbell.net> | Wed Aug 30 13:24:56 2006 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Sep 27 11:58:56 2006 -0700 |
tree | 2bbf684c8be54c4cbd1517e5d08ce185fa3f02bd | |
parent | 4d6cd48380c4d361cc8ec34359df22377d85d202 [diff] |
USB: ethernet gadget avoids zlps for musb_hdrc For systems using the Mentor HDRC controllers we get better TX DMA throughput if we can avoid falling back to PIO to write zero length packets ... so tell the driver to avoid ZLPs. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>