summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k
diff options
context:
space:
mode:
authorSujith Manoharan2011-04-13 07:55:06 +0200
committerJohn W. Linville2011-04-13 21:23:21 +0200
commit15f6d6d52fe0d9fcf8c09788caff5d1684e5f12c (patch)
treeca3dcfbb26687eaa4c2c7d998cf7e2be6f9c9824 /drivers/net/wireless/ath/ath9k
parentath9k_htc: Move TX specific stuff to a separate structure (diff)
downloadkernel-qcow2-linux-15f6d6d52fe0d9fcf8c09788caff5d1684e5f12c.tar.gz
kernel-qcow2-linux-15f6d6d52fe0d9fcf8c09788caff5d1684e5f12c.tar.xz
kernel-qcow2-linux-15f6d6d52fe0d9fcf8c09788caff5d1684e5f12c.zip
ath9k_htc: Reduce TX queue size
The current max queue length of 1024 is quite large and unnecessary. 256 suffices well enough even for high throughput situations. Signed-off-by: Sujith Manoharan <Sujith.Manoharan@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k')
-rw-r--r--drivers/net/wireless/ath/ath9k/hif_usb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/hif_usb.h b/drivers/net/wireless/ath/ath9k/hif_usb.h
index 7b9d863d4035..f82b32bbf4e2 100644
--- a/drivers/net/wireless/ath/ath9k/hif_usb.h
+++ b/drivers/net/wireless/ath/ath9k/hif_usb.h
@@ -31,7 +31,7 @@
/* FIXME: Verify these numbers (with Windows) */
#define MAX_TX_URB_NUM 8
-#define MAX_TX_BUF_NUM 1024
+#define MAX_TX_BUF_NUM 256
#define MAX_TX_BUF_SIZE 32768
#define MAX_TX_AGGR_NUM 20