aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/ath9k.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-07-22 13:06:14 +0200
committerKalle Valo <kvalo@codeaurora.org>2015-08-06 10:12:29 +0300
commitd70d848a75fd65b28835a843bcc4faec2f5803ea (patch)
tree88a5c48a61543e79cee4d775c9879e6459f5d272 /drivers/net/wireless/ath/ath9k/ath9k.h
parentath9k: remove struct ath_atx_ac (diff)
downloadlinux-dev-d70d848a75fd65b28835a843bcc4faec2f5803ea.tar.xz
linux-dev-d70d848a75fd65b28835a843bcc4faec2f5803ea.zip
ath9k: remove the sched field in struct ath_atx_tid
Use list_empty(&tid->list) instead Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/ath9k.h')
-rw-r--r--drivers/net/wireless/ath/ath9k/ath9k.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/ath9k.h b/drivers/net/wireless/ath/ath9k/ath9k.h
index ac1f10028fe7..c85c47978e1e 100644
--- a/drivers/net/wireless/ath/ath9k/ath9k.h
+++ b/drivers/net/wireless/ath/ath9k/ath9k.h
@@ -244,7 +244,6 @@ struct ath_atx_tid {
int baw_tail; /* next unused tx buffer slot */
s8 bar_index;
- bool sched;
bool active;
bool clear_ps_filter;
};