Skip to content
Snippets Groups Projects
user avatar
Ivo van Doorn authored
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>
4268d8ed
History