Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 256235
b: refs/heads/master
c: f0c717e
h: refs/heads/master
i:
  256233: 8ee99e7
  256231: 2bd7fff
v: v3
  • Loading branch information
Amitkumar Karwar authored and John W. Linville committed Jul 6, 2011
1 parent 249cbc5 commit e86df84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 96a95c1abb8235ed26f5915511ce30fbb42de8dd
refs/heads/master: f0c717e6b7ac032e89611fa7629a1fff57e7667a
4 changes: 2 additions & 2 deletions trunk/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 e86df84

Please sign in to comment.