Skip to content

Commit

Permalink
mwifiex: modify SDIO aggregation Tx/Rx buffer size
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Amitkumar Karwar authored and John W. Linville committed Jul 6, 2011
1 parent 96a95c1 commit f0c717e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/net/wireless/mwifiex/sdio.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@

#define SDIO_MP_AGGR_DEF_PKT_LIMIT 8

#define SDIO_MP_TX_AGGR_DEF_BUF_SIZE (4096) /* 4K */
#define SDIO_MP_TX_AGGR_DEF_BUF_SIZE (8192) /* 8K */

/* Multi port RX aggregation buffer size */
#define SDIO_MP_RX_AGGR_DEF_BUF_SIZE (4096) /* 4K */
#define SDIO_MP_RX_AGGR_DEF_BUF_SIZE (16384) /* 16K */

/* Misc. Config Register : Auto Re-enable interrupts */
#define AUTO_RE_ENABLE_INT BIT(4)
Expand Down

0 comments on commit f0c717e

Please sign in to comment.