diff options
author | Amitkumar Karwar <akarwar@marvell.com> | 2011-07-05 21:01:11 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-07-06 15:05:44 -0400 |
commit | f0c717e6b7ac032e89611fa7629a1fff57e7667a (patch) | |
tree | 580ee236cdb83242193f109a4b94fd436b19e926 /drivers/net/wireless/mwifiex | |
parent | 96a95c1abb8235ed26f5915511ce30fbb42de8dd (diff) |
mwifiex: modify SDIO aggregation Tx/Rx buffer size
The SDIO aggregation buffer size has been modified to an optimum
value which gives good throughput results.
Signed-off-by: Amitkumar Karwar <akarwar@marvell.com>
Signed-off-by: Bing Zhao <bzhao@marvell.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/mwifiex')
-rw-r--r-- | drivers/net/wireless/mwifiex/sdio.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/mwifiex/sdio.h b/drivers/net/wireless/mwifiex/sdio.h index c925376fcaae..524f78f4ee69 100644 --- a/drivers/net/wireless/mwifiex/sdio.h +++ b/drivers/net/wireless/mwifiex/sdio.h | |||
@@ -54,10 +54,10 @@ | |||
54 | 54 | ||
55 | #define SDIO_MP_AGGR_DEF_PKT_LIMIT 8 | 55 | #define SDIO_MP_AGGR_DEF_PKT_LIMIT 8 |
56 | 56 | ||
57 | #define SDIO_MP_TX_AGGR_DEF_BUF_SIZE (4096) /* 4K */ | 57 | #define SDIO_MP_TX_AGGR_DEF_BUF_SIZE (8192) /* 8K */ |
58 | 58 | ||
59 | /* Multi port RX aggregation buffer size */ | 59 | /* Multi port RX aggregation buffer size */ |
60 | #define SDIO_MP_RX_AGGR_DEF_BUF_SIZE (4096) /* 4K */ | 60 | #define SDIO_MP_RX_AGGR_DEF_BUF_SIZE (16384) /* 16K */ |
61 | 61 | ||
62 | /* Misc. Config Register : Auto Re-enable interrupts */ | 62 | /* Misc. Config Register : Auto Re-enable interrupts */ |
63 | #define AUTO_RE_ENABLE_INT BIT(4) | 63 | #define AUTO_RE_ENABLE_INT BIT(4) |