diff options
| author | Adrian Chadd <adrian@FreeBSD.org> | 2012-05-22 19:50:21 +0000 |
|---|---|---|
| committer | Adrian Chadd <adrian@FreeBSD.org> | 2012-05-22 19:50:21 +0000 |
| commit | e4f6061912843f8fbeeaf300b7ae3fefa5887313 (patch) | |
| tree | 7bd1dd5de89b882b665252ca9e3e4aae12853aa8 /sys/dev | |
| parent | 1fb2497499903ffdda2e4e6bf5fba2f3c2619880 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/ath/if_athvar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ath/if_athvar.h b/sys/dev/ath/if_athvar.h index bc44ec69ddb11..aafb3381a04ae 100644 --- a/sys/dev/ath/if_athvar.h +++ b/sys/dev/ath/if_athvar.h @@ -47,7 +47,7 @@ * 802.11n requires more TX and RX buffers to do AMPDU. */ #ifdef ATH_ENABLE_11N -#define ATH_TXBUF 128 +#define ATH_TXBUF 512 #define ATH_RXBUF 512 #endif |
