Module Name: src
Committed By: jmcneill
Date: Sat Aug 9 15:07:06 UTC 2014
Modified Files:
src/sys/dev/pci: if_wpivar.h
Log Message:
increase WPI_RBUF_COUNT
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/dev/pci/if_wpivar.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/pci/if_wpivar.h
diff -u src/sys/dev/pci/if_wpivar.h:1.17 src/sys/dev/pci/if_wpivar.h:1.18
--- src/sys/dev/pci/if_wpivar.h:1.17 Thu Aug 7 02:28:52 2014
+++ src/sys/dev/pci/if_wpivar.h Sat Aug 9 15:07:06 2014
@@ -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 @@ struct wpi_tx_ring {
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;