From 5575e9f29e4df9f397197e6f3908130477e48ba1 Mon Sep 17 00:00:00 2001 From: Alexander Egorenkov Date: Sat, 20 Mar 2010 19:55:23 +0100 Subject: [PATCH] Increased size of Rx ring to 256 --- rt2870_softc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rt2870_softc.h b/rt2870_softc.h index 72cf0bb..b50171d 100644 --- a/rt2870_softc.h +++ b/rt2870_softc.h @@ -86,7 +86,7 @@ #define RT2870_SOFTC_TX_RING_COUNT 6 -#define RT2870_SOFTC_RX_RING_DATA_COUNT 128 +#define RT2870_SOFTC_RX_RING_DATA_COUNT 256 #define RT2870_SOFTC_TX_RING_DATA_COUNT 256 -- 2.11.4.GIT