Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rt2x00: Fix transfer speed regression for USB hardware
Patch: rt2x00: Make rt2x00_queue_entry_for_each more flexible commit: 10e1156 introduced a severe regression on the throughput for USB hardware. It turns out that the exiting of the rt2x00queue_for_each_entry() was done too early. The exact cause for this regression is unknown, but by disabling the premature exiting of the loop seems to resolve the issue. Signed-off-by: Ivo van Doorn <[email protected]> Reported-by: Yasushi SHOJI <[email protected]> Reported-by: Balint Viragh <[email protected]> Tested-by: Balint Viragh <[email protected]> Signed-off-by: John W. Linville <[email protected]>
- Loading branch information