summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/ath9k.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-08-06 16:18:03 +0400
committerJohn W. Linville <linville@tuxdriver.com>2013-08-09 23:58:02 +0400
commitbb195ff61f2e205886ec246465f0809e5c6cd52f (patch)
tree37c62dd0986a35531352281ad16af7cd4afce894 /drivers/net/wireless/ath/ath9k/ath9k.h
parenta7586ee441d50f0379a202d45d8fd0a7952cc918 (diff)
downloadlinux-bb195ff61f2e205886ec246465f0809e5c6cd52f.tar.xz
ath9k: split tid retry packets into a separate queue
Improves packet retry order and helps with further tx queueing improvements. Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/ath9k.h')
-rw-r--r--drivers/net/wireless/ath/ath9k/ath9k.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/ath9k.h b/drivers/net/wireless/ath/ath9k/ath9k.h
index c497d529ce86..2ce79c1e94bf 100644
--- a/drivers/net/wireless/ath/ath9k/ath9k.h
+++ b/drivers/net/wireless/ath/ath9k/ath9k.h
@@ -241,6 +241,7 @@ struct ath_buf {
struct ath_atx_tid {
struct list_head list;
struct sk_buff_head buf_q;
+ struct sk_buff_head retry_q;
struct ath_node *an;
struct ath_atx_ac *ac;
unsigned long tx_buf[BITS_TO_LONGS(ATH_TID_MAX_BUFS)];