mirror of
https://github.com/torvalds/linux.git
synced 2024-11-20 11:01:38 +00:00
mwifiex: modify TX/RX window sizes for AP interface
This patch sets uAP BA window sizes to 64. Signed-off-by: Avinash Patil <patila@marvell.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
6e251174c7
commit
50398ee034
@ -48,8 +48,8 @@
|
||||
#define MWIFIEX_UAP_AMPDU_DEF_RXWINSIZE 16
|
||||
#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
|
||||
#define MWIFIEX_11AC_UAP_AMPDU_DEF_TXWINSIZE 64
|
||||
#define MWIFIEX_11AC_UAP_AMPDU_DEF_RXWINSIZE 64
|
||||
|
||||
#define MWIFIEX_DEFAULT_BLOCK_ACK_TIMEOUT 0xffff
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user