Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] [PATCH] Small fix for stv0299.c



> Wolfgang Thiel wrote :
> 1. Could it be that the reported BER actually is "uncorrected blocks"?


You are right. STV0299 can count either QPSK bit errors, or Viterbi errors,
or packet errors.

reg. 0x34 = 0xB3 - count packet errors
reg. 0x34 = 0x93 - count Viterbi bit errors

Please, apply the patch to fix this mistake:

--- ./stv0299.c 2003-11-07 20:47:11.000000000 +0200
+++ ./stv0299.c.fix 2003-11-12 08:20:28.000000000 +0200
@@ -191,7 +191,7 @@
     0x31, 0x1F,
     0x32, 0x19,
     0x33, 0xFE,
-    0x34, 0xB3
+    0x34, 0x93
 };

 Vadim Catana,
skystar@moldova.cc


Get your personal e-mail for FREE at http://www.moldovacc.com


Attachment: stv0299.patch
Description: Binary data


Home | Main Index | Thread Index