Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Sep 2015 03:01:56 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r287893 - head/sys/dev/usb/wlan
Message-ID:  <201509170301.t8H31uGC044670@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509170301.t8H31uGC044670>