summaryrefslogtreecommitdiff
path: root/drivers/media/dvb-frontends/m88ds3103_priv.h
diff options
context:
space:
mode:
authorAntti Palosaari <crope@iki.fi>2014-07-10 15:17:59 +0400
committerMauro Carvalho Chehab <m.chehab@samsung.com>2014-07-23 04:30:58 +0400
commit4423a2ba808d0df1b394b9313ea9a0bbad764e93 (patch)
treecc06b26cadcee4342838e79e7a8e12b23f8e3997 /drivers/media/dvb-frontends/m88ds3103_priv.h
parent3ae266f80cd3684cb78b59ce26af70792ad6994c (diff)
downloadlinux-4423a2ba808d0df1b394b9313ea9a0bbad764e93.tar.xz
[media] m88ds3103: implement BER
Implement read_ber for BER estimate. Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/dvb-frontends/m88ds3103_priv.h')
-rw-r--r--drivers/media/dvb-frontends/m88ds3103_priv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb-frontends/m88ds3103_priv.h b/drivers/media/dvb-frontends/m88ds3103_priv.h
index e73db5ccdc74..9169fdd143cf 100644
--- a/drivers/media/dvb-frontends/m88ds3103_priv.h
+++ b/drivers/media/dvb-frontends/m88ds3103_priv.h
@@ -35,6 +35,7 @@ struct m88ds3103_priv {
struct dvb_frontend fe;
fe_delivery_system_t delivery_system;
fe_status_t fe_status;
+ u32 ber;
bool warm; /* FW running */
struct i2c_adapter *i2c_adapter;
};