Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci increase WPI_RBUF_COUNT



details:   https://anonhg.NetBSD.org/src/rev/da26363c80ad
branches:  trunk
changeset: 331365:da26363c80ad
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sat Aug 09 15:07:06 2014 +0000

description:
increase WPI_RBUF_COUNT

diffstat:

 sys/dev/pci/if_wpivar.h |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r a67cda58678a -r da26363c80ad sys/dev/pci/if_wpivar.h
--- a/sys/dev/pci/if_wpivar.h   Sat Aug 09 13:34:10 2014 +0000
+++ b/sys/dev/pci/if_wpivar.h   Sat Aug 09 15:07:06 2014 +0000
@@ -1,4 +1,4 @@
-/*  $NetBSD: if_wpivar.h,v 1.17 2014/08/07 02:28:52 jmcneill Exp $    */
+/*  $NetBSD: if_wpivar.h,v 1.18 2014/08/09 15:07:06 jmcneill Exp $    */
 
 /*-
  * Copyright (c) 2006
@@ -79,8 +79,7 @@
        int                     cur;
 };
 
-#define WPI_RBUF_COUNT (WPI_RX_RING_COUNT + 16)
-#define WPI_RBUF_LOW_LIMIT     8
+#define WPI_RBUF_COUNT (WPI_RX_RING_COUNT * 2)
 
 struct wpi_softc;
 



Home | Main Index | Thread Index | Old Index