diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-07-22 14:06:14 +0300 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2015-08-06 10:12:29 +0300 |
commit | d70d848a75fd65b28835a843bcc4faec2f5803ea (patch) | |
tree | 88a5c48a61543e79cee4d775c9879e6459f5d272 /drivers/net/wireless/ath/ath9k/ath9k.h | |
parent | 592fa228f213932dc5ec433aade654d7352b3e08 (diff) | |
download | linux-d70d848a75fd65b28835a843bcc4faec2f5803ea.tar.xz |
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.h | 1 |
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; }; |