ath9k: remove the pending frames ath_txq_schedule workaround
authorFelix Fietkau <nbd@openwrt.org>
Sat, 19 Mar 2011 12:55:43 +0000 (13:55 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 30 Mar 2011 18:15:16 +0000 (14:15 -0400)
commita9cbe96d19861755680a712b709cccac5dc6aca8
treefdf8eba161f8b2d2d2ee9418c32c89346a562f8c
parent598cdd5246ea158310942699e5008ac7f687ad62
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>
drivers/net/wireless/ath/ath9k/xmit.c