summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2012-05-22 19:50:21 +0000
committeradrian <adrian@FreeBSD.org>2012-05-22 19:50:21 +0000
commit79fb9d369329313493b151bce150f108d389fc20 (patch)
tree7bd1dd5de89b882b665252ca9e3e4aae12853aa8
parentb2747e472ec736a0a4eb202e6b08a8629bad1bf4 (diff)
downloadFreeBSD-src-79fb9d369329313493b151bce150f108d389fc20.zip
FreeBSD-src-79fb9d369329313493b151bce150f108d389fc20.tar.gz
Re-up the TX ath_buf limit from 128 to 512.
I'll have to leave this high for now, until I've done some significant surgery with how ath_bufs (and descriptors) are handled. This should significantly cut down on the opportunities for a full TX queue hanging traffic. I'll continue making things work though; I'm mostly doing this for users. :)
-rw-r--r--sys/dev/ath/if_athvar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ath/if_athvar.h b/sys/dev/ath/if_athvar.h
index bc44ec6..aafb338 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
OpenPOWER on IntegriCloud