svn commit: r287893 - head/sys/dev/usb/wlan

Adrian Chadd adrian at FreeBSD.org
Thu Sep 17 03:01:56 UTC 2015


Author: adrian
Date: Thu Sep 17 03:01:55 2015
New Revision: 287893
URL: https://svnweb.freebsd.org/changeset/base/287893

Log:
  Bump RX_LIST_COUNT so we don't fall behind during active traffic.

Modified:
  head/sys/dev/usb/wlan/if_rsureg.h

Modified: head/sys/dev/usb/wlan/if_rsureg.h
==============================================================================
--- head/sys/dev/usb/wlan/if_rsureg.h	Thu Sep 17 03:01:19 2015	(r287892)
+++ head/sys/dev/usb/wlan/if_rsureg.h	Thu Sep 17 03:01:55 2015	(r287893)
@@ -597,7 +597,7 @@ struct r92s_tx_desc {
 /*
  * Driver definitions.
  */
-#define RSU_RX_LIST_COUNT	1
+#define RSU_RX_LIST_COUNT	100
 #define RSU_TX_LIST_COUNT	32
 
 #define RSU_HOST_CMD_RING_COUNT	32


More information about the svn-src-all mailing list