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
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to