From 53c021d3c122f6b6105fef6deca3998a89f5cac4 Mon Sep 17 00:00:00 2001 From: Alexander Egorenkov Date: Tue, 23 Feb 2010 21:30:48 +0100 Subject: [PATCH] Collect Tx FIFO statistic more often --- rt2870.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rt2870.c b/rt2870.c index f074931..e04faee 100644 --- a/rt2870.c +++ b/rt2870.c @@ -4665,6 +4665,8 @@ static void rt2870_tx_eof(struct rt2870_softc *sc, RT2870_SOFTC_UNLOCK(sc); + rt2870_drain_fifo_stats(sc); + nframes++; if (data->m->m_flags & M_TXCB) -- 2.11.4.GIT