summaryrefslogtreecommitdiff
path: root/drivers/media/dvb-frontends/drxk_hard.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2013-03-20 06:15:45 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2013-03-21 10:26:50 -0300
commit8f3741e02831d1181be9ca0ea711dd0c8d7f8a7b (patch)
treed7b262cec4ea88ce491fb9f937b62ae335825835 /drivers/media/dvb-frontends/drxk_hard.h
parent2b0e1f3afda10dfc33a6bdae07caa24b906d1114 (diff)
[media] drxk: Add pre/post BER and PER/UCB stats
The original az6007 driver has the code to calculate such stats. Add it to the driver, reporting them via DVBv5 stats API. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb-frontends/drxk_hard.h')
-rw-r--r--drivers/media/dvb-frontends/drxk_hard.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/dvb-frontends/drxk_hard.h b/drivers/media/dvb-frontends/drxk_hard.h
index d18a896a9835..b8424f15f9a6 100644
--- a/drivers/media/dvb-frontends/drxk_hard.h
+++ b/drivers/media/dvb-frontends/drxk_hard.h
@@ -345,6 +345,8 @@ struct drxk_state {
bool antenna_dvbt;
u16 antenna_gpio;
+ fe_status_t fe_status;
+
/* Firmware */
const char *microcode_name;
struct completion fw_wait_load;