commit | a9cbe96d19861755680a712b709cccac5dc6aca8 | [log] [tgz] |
---|---|---|
author | Felix Fietkau <nbd@openwrt.org> | Sat Mar 19 13:55:43 2011 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Mar 30 14:15:16 2011 -0400 |
tree | fdf8eba161f8b2d2d2ee9418c32c89346a562f8c | |
parent | 598cdd5246ea158310942699e5008ac7f687ad62 [diff] |
ath9k: remove the pending frames ath_txq_schedule workaround This workaround called ath_txq_schedule whenever there were still pending frames for a queue, but the queue depth was zero. Because of its its high false positive probability (e.g. with paused TIDs) and because it is in the way of other pending work (AP powersave fixes), it is better to remove this code entirely. Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>