commit | 10e2318103f5941aa70c318afe34bc41f1b98529 | [log] [tgz] |
---|---|---|
author | Felix Fietkau <nbd@openwrt.org> | Mon Nov 11 22:23:35 2013 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Dec 02 14:25:00 2013 -0500 |
tree | 0b82dc104bf3de3801d9725216eeeee4ef235b24 | |
parent | 10ffb6a77e617a8f5ded84b504550759ec4a8df0 [diff] |
ath9k: optimize ath9k_flush Instead of checking the queues in a loop with hardcoded sleep times inbetween, use a wait queue to trigger queue checks after the tx processing tasklet has run. Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>