If 802.11n is enabled, bump the number of buffers used up to a larger
level. This is important for AMPDU RX as each burst is multiple packets in a row.
This commit is contained in:
parent
01a9e1a11b
commit
a74f5bf40c
@ -43,6 +43,14 @@
|
||||
|
||||
#define ATH_TIMEOUT 1000
|
||||
|
||||
/*
|
||||
* 802.11n requires more TX and RX buffers to do AMPDU.
|
||||
*/
|
||||
#ifdef AH_ENABLE_11N
|
||||
#define ATH_TXBUF 512
|
||||
#define ATH_RXBUF 512
|
||||
#endif
|
||||
|
||||
#ifndef ATH_RXBUF
|
||||
#define ATH_RXBUF 40 /* number of RX buffers */
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user