projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
658ef04
)
ath9k_htc: Reduce TX queue size
author
Sujith Manoharan
<
[email protected]
>
Wed, 13 Apr 2011 05:55:06 +0000
(11:25 +0530)
committer
John W. Linville
<
[email protected]
>
Wed, 13 Apr 2011 19:23:21 +0000
(15:23 -0400)
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 <
[email protected]
>
Signed-off-by: John W. Linville <
[email protected]
>
drivers/net/wireless/ath/ath9k/hif_usb.h
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/ath9k/hif_usb.h
b/drivers/net/wireless/ath/ath9k/hif_usb.h
index 7b9d863d4035b278ba52215c4c4d49f388f98599..f82b32bbf4e24dc7f17d855f7bb0561a6405d543 100644
(file)
--- 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