ath9k: simplify ath_tid_drain
authorFelix Fietkau <nbd@openwrt.org>
Tue, 13 Aug 2013 10:33:29 +0000 (12:33 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 15 Aug 2013 20:07:59 +0000 (16:07 -0400)
commit8f536b87950aa5a5c2d29eb684ed6813e1f9e800
treee8d10de5496e3a9aba78626546617dd6ff93866a
parenta1c781bb20ac1e03280e420abd47a99eb8bbdd3b
ath9k: simplify ath_tid_drain

ath_tid_drain is only called when a station entry is being removed, so
there is no point in still tracking BAW state. Remove some unnecessary
code and a bogus TODO comment related to this.

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/xmit.c