b43: Fix failed frames status report typo
authorMichael Buesch <mb@bu3sch.de>
Fri, 7 Mar 2008 18:52:24 +0000 (19:52 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 7 Mar 2008 21:02:59 +0000 (16:02 -0500)
This fixes a typo in the status report.

Signed-off-by: Michael Buesch <mb@bu3sch.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/b43/dma.c

index 8e9497c526af28cb23f6cd847d19ef6f1b2c1ac2..663aed4e9e059b7a1541432b3d887c670c7686c6 100644 (file)
@@ -917,7 +917,7 @@ static void b43_destroy_dmaring(struct b43_dmaring *ring,
                       ring->max_used_slots,
                       ring->nr_slots,
                       (unsigned long long)failed_packets,
-                      (unsigned long long)succeed_packets,
+                      (unsigned long long)nr_packets,
                       (unsigned long long)divide(permille_failed, 10),
                       (unsigned long long)modulo(permille_failed, 10),
                       (unsigned long long)divide(average_tries, 100),