commit | 06b8f14dc2649ee12ff5194fc562d74353c8b4ba | [log] [tgz] |
---|---|---|
author | Peter Hurley <peter@hurleysoftware.com> | Mon Jan 28 20:57:44 2013 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Jan 29 23:26:16 2013 -0500 |
tree | 3cf439b0e81b9ca00c58f30bcd5934760068a6d3 | |
parent | b360cb9726ce04480840e279150a907c21837334 [diff] |
staging/fwserial: Remove bandwidth limit logic Self-limiting asynchronous bandwidth (via reducing the payload) is not necessary and does not work, because 1) asynchronous traffic will absorb all available bandwidth (less that being used for isochronous traffic) 2) isochronous arbitration always wins. Signed-off-by: Peter Hurley <peter@hurleysoftware.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>