ath9k: remove struct ath_atx_ac
authorFelix Fietkau <nbd@openwrt.org>
Wed, 22 Jul 2015 11:06:13 +0000 (13:06 +0200)
committerKalle Valo <kvalo@codeaurora.org>
Thu, 6 Aug 2015 07:12:26 +0000 (10:12 +0300)
commit592fa228f213932dc5ec433aade654d7352b3e08
tree94a9932702dccbfe85c0d6ab51a3aa6d85b2aee5
parentf419c5f1d8d28391a025618dee7e1a4fdc7a5654
ath9k: remove struct ath_atx_ac

struct ath_atx_ac contains a list of active TIDs belonging to one WMM AC.
This patch changes the code to track active station TIDs in the txq directly.

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/ath/ath9k/ath9k.h
drivers/net/wireless/ath/ath9k/xmit.c