aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/dvb/frontend.h
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2012-05-14 18:50:34 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-05-20 10:06:08 -0300
commit10d67371fc6e7d4e3b869166843ba174763fe5aa (patch)
tree6a5f315af8c4a480145a01fd9dfc9a6b07b90359 /include/linux/dvb/frontend.h
parent[media] mxl111sf: add ATSC-MH support (diff)
downloadlinux-dev-10d67371fc6e7d4e3b869166843ba174763fe5aa.tar.xz
linux-dev-10d67371fc6e7d4e3b869166843ba174763fe5aa.zip
[media] DVB: remove "stats" property bits from ATSC-MH API property additions
Mauro is proposing a new API to handle statistics. This functionality will be returned after the statistics API is ready. Just remove them for now. Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/linux/dvb/frontend.h')
-rw-r--r--include/linux/dvb/frontend.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/linux/dvb/frontend.h b/include/linux/dvb/frontend.h
index 5aedd5ae7f8f..f50d4058c5fb 100644
--- a/include/linux/dvb/frontend.h
+++ b/include/linux/dvb/frontend.h
@@ -336,11 +336,8 @@ struct dvb_frontend_event {
#define DTV_ATSCMH_SCCC_CODE_MODE_B 57
#define DTV_ATSCMH_SCCC_CODE_MODE_C 58
#define DTV_ATSCMH_SCCC_CODE_MODE_D 59
-#define DTV_ATSCMH_FIC_ERR 60
-#define DTV_ATSCMH_CRC_ERR 61
-#define DTV_ATSCMH_RS_ERR 62
-#define DTV_MAX_COMMAND DTV_ATSCMH_RS_ERR
+#define DTV_MAX_COMMAND DTV_ATSCMH_SCCC_CODE_MODE_D
typedef enum fe_pilot {
PILOT_ON,