aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2012-05-14 17:50:34 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-05-20 09:06:08 -0400
commit10d67371fc6e7d4e3b869166843ba174763fe5aa (patch)
tree6a5f315af8c4a480145a01fd9dfc9a6b07b90359 /include/linux
parent311362149230cf31e0ac1b20bca4a03a2623ca89 (diff)
[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')
-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 {
336#define DTV_ATSCMH_SCCC_CODE_MODE_B 57 336#define DTV_ATSCMH_SCCC_CODE_MODE_B 57
337#define DTV_ATSCMH_SCCC_CODE_MODE_C 58 337#define DTV_ATSCMH_SCCC_CODE_MODE_C 58
338#define DTV_ATSCMH_SCCC_CODE_MODE_D 59 338#define DTV_ATSCMH_SCCC_CODE_MODE_D 59
339#define DTV_ATSCMH_FIC_ERR 60
340#define DTV_ATSCMH_CRC_ERR 61
341#define DTV_ATSCMH_RS_ERR 62
342 339
343#define DTV_MAX_COMMAND DTV_ATSCMH_RS_ERR 340#define DTV_MAX_COMMAND DTV_ATSCMH_SCCC_CODE_MODE_D
344 341
345typedef enum fe_pilot { 342typedef enum fe_pilot {
346 PILOT_ON, 343 PILOT_ON,