From 3c09b509a26de3a9df916060700a2c2f32045b92 Mon Sep 17 00:00:00 2001 From: Alexander Egorenkov Date: Sun, 21 Mar 2010 15:39:01 +0100 Subject: [PATCH] Chnaged size of Rx ring back to 1 because USB stack has problems with more than 1 pending USB request --- rt2870_softc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rt2870_softc.h b/rt2870_softc.h index b2ad86e..f340eaf 100644 --- a/rt2870_softc.h +++ b/rt2870_softc.h @@ -84,7 +84,7 @@ #define RT2870_SOFTC_TX_RING_COUNT 6 -#define RT2870_SOFTC_RX_RING_DATA_COUNT 256 +#define RT2870_SOFTC_RX_RING_DATA_COUNT 1 #define RT2870_SOFTC_TX_RING_DATA_COUNT 256 -- 2.11.4.GIT