projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f6530c
)
ath9k: increase rx buffers for improved performance with 3x3 chipsets
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 10 Mar 2012 12:59:46 +0000
(12:59 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 10 Mar 2012 12:59:46 +0000
(12:59 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30868
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/mac80211/patches/512-ath9k_reduce_rxbuf.patch
patch
|
blob
|
history
diff --git
a/package/mac80211/patches/512-ath9k_reduce_rxbuf.patch
b/package/mac80211/patches/512-ath9k_reduce_rxbuf.patch
index
79d51e8
..
d4661de
100644
(file)
--- a/
package/mac80211/patches/512-ath9k_reduce_rxbuf.patch
+++ b/
package/mac80211/patches/512-ath9k_reduce_rxbuf.patch
@@
-5,7
+5,7
@@
/***********/
-#define ATH_RXBUF 512
-+#define ATH_RXBUF
128
++#define ATH_RXBUF
256
#define ATH_TXBUF 512
#define ATH_TXBUF_RESERVE 5
#define ATH_MAX_QDEPTH (ATH_TXBUF / 4 - ATH_TXBUF_RESERVE)