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:
42e3727
)
mwifiex: increase tx/rx AMPDU window sizes for STA 11ac mode
author
Amitkumar Karwar
<
[email protected]
>
Thu, 17 Apr 2014 18:47:02 +0000
(11:47 -0700)
committer
John W. Linville
<
[email protected]
>
Tue, 22 Apr 2014 19:06:31 +0000
(15:06 -0400)
This will help to aggregate more packets which yields better
throughput results for 11ac chipsets.
Signed-off-by: Amitkumar Karwar <
[email protected]
>
Signed-off-by: Avinash Patil <
[email protected]
>
Signed-off-by: Bing Zhao <
[email protected]
>
Signed-off-by: John W. Linville <
[email protected]
>
drivers/net/wireless/mwifiex/decl.h
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/mwifiex/decl.h
b/drivers/net/wireless/mwifiex/decl.h
index b8e15ee97db57f882aa6bcccdbe31c2d8273edd1..38da6ff6f41623618efa22add335ffef1fa46828 100644
(file)
--- a/
drivers/net/wireless/mwifiex/decl.h
+++ b/
drivers/net/wireless/mwifiex/decl.h
@@
-46,8
+46,8
@@
#define MWIFIEX_STA_AMPDU_DEF_RXWINSIZE 64
#define MWIFIEX_UAP_AMPDU_DEF_TXWINSIZE 32
#define MWIFIEX_UAP_AMPDU_DEF_RXWINSIZE 16
-#define MWIFIEX_11AC_STA_AMPDU_DEF_TXWINSIZE
32
-#define MWIFIEX_11AC_STA_AMPDU_DEF_RXWINSIZE
48
+#define MWIFIEX_11AC_STA_AMPDU_DEF_TXWINSIZE
64
+#define MWIFIEX_11AC_STA_AMPDU_DEF_RXWINSIZE
64
#define MWIFIEX_11AC_UAP_AMPDU_DEF_TXWINSIZE 48
#define MWIFIEX_11AC_UAP_AMPDU_DEF_RXWINSIZE 32