Skip to content
Snippets Groups Projects
Commit 4268d8ed authored by Ivo van Doorn's avatar Ivo van Doorn Committed by John W. Linville
Browse files

rt2x00: Fix transfer speed regression for USB hardware


Patch:
  rt2x00: Make rt2x00_queue_entry_for_each more flexible
  commit: 10e11568

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: default avatarIvo van Doorn <IvDoorn@gmail.com>
Reported-by: default avatarYasushi SHOJI <yashi@atmark-techno.com>
Reported-by: default avatarBalint Viragh <bviragh@dension.com>
Tested-by: default avatarBalint Viragh <bviragh@dension.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent aca355b9
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment