dvb: Rename a few DVB statistics
authorMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 23 Jan 2013 21:16:42 +0000 (19:16 -0200)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 23 Jan 2013 21:18:08 +0000 (19:18 -0200)
At the last moment, a few DVB stats properties got renamed.
Their meaning didn't change, so the only thing it is needed is
to synchronize with the new nomenclature.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
contrib/freebsd/include/linux/dvb/frontend.h
lib/include/dvb-frontend.h
lib/libdvbv5/dvb-v5.c

index 3d14065..d36dbfc 100644 (file)
@@ -369,9 +369,9 @@ struct dvb_frontend_event {
 /* Quality parameters */
 #define DTV_STAT_SIGNAL_STRENGTH       62
 #define DTV_STAT_CNR                   63
-#define DTV_STAT_PRE_BIT_ERROR_COUNT   64
+#define DTV_STAT_PRE_ERROR_BIT_COUNT   64
 #define DTV_STAT_PRE_TOTAL_BIT_COUNT   65
-#define DTV_STAT_POST_BIT_ERROR_COUNT  66
+#define DTV_STAT_POST_ERROR_BIT_COUNT  66
 #define DTV_STAT_POST_TOTAL_BIT_COUNT  67
 #define DTV_STAT_ERROR_BLOCK_COUNT     68
 #define DTV_STAT_TOTAL_BLOCK_COUNT     69
index 1913a36..c56d77c 100644 (file)
@@ -368,9 +368,9 @@ struct dvb_frontend_event {
 /* Quality parameters */
 #define DTV_STAT_SIGNAL_STRENGTH       62
 #define DTV_STAT_CNR                   63
-#define DTV_STAT_PRE_BIT_ERROR_COUNT   64
+#define DTV_STAT_PRE_ERROR_BIT_COUNT   64
 #define DTV_STAT_PRE_TOTAL_BIT_COUNT   65
-#define DTV_STAT_POST_BIT_ERROR_COUNT  66
+#define DTV_STAT_POST_ERROR_BIT_COUNT  66
 #define DTV_STAT_POST_TOTAL_BIT_COUNT  67
 #define DTV_STAT_ERROR_BLOCK_COUNT     68
 #define DTV_STAT_TOTAL_BLOCK_COUNT     69
index 2954a33..ade44f1 100644 (file)
@@ -225,9 +225,9 @@ const char *dvb_v5_name[71] = {
        [DTV_ROLLOFF] =                        "ROLLOFF",
        [DTV_STAT_CNR] =                       "STAT_CNR",
        [DTV_STAT_ERROR_BLOCK_COUNT] =         "STAT_ERROR_BLOCK_COUNT",
-       [DTV_STAT_POST_BIT_ERROR_COUNT] =      "STAT_POST_BIT_ERROR_COUNT",
+       [DTV_STAT_POST_ERROR_BIT_COUNT] =      "STAT_POST_ERROR_BIT_COUNT",
        [DTV_STAT_POST_TOTAL_BIT_COUNT] =      "STAT_POST_TOTAL_BIT_COUNT",
-       [DTV_STAT_PRE_BIT_ERROR_COUNT] =       "STAT_PRE_BIT_ERROR_COUNT",
+       [DTV_STAT_PRE_ERROR_BIT_COUNT] =       "STAT_PRE_ERROR_BIT_COUNT",
        [DTV_STAT_PRE_TOTAL_BIT_COUNT] =       "STAT_PRE_TOTAL_BIT_COUNT",
        [DTV_STAT_SIGNAL_STRENGTH] =           "STAT_SIGNAL_STRENGTH",
        [DTV_STAT_TOTAL_BLOCK_COUNT] =         "STAT_TOTAL_BLOCK_COUNT",