aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-frontends/m88ds3103_priv.h
diff options
context:
space:
mode:
authorAntti Palosaari <crope@iki.fi>2014-07-10 08:17:59 -0300
committerMauro Carvalho Chehab <m.chehab@samsung.com>2014-07-22 21:30:58 -0300
commit4423a2ba808d0df1b394b9313ea9a0bbad764e93 (patch)
treecc06b26cadcee4342838e79e7a8e12b23f8e3997 /drivers/media/dvb-frontends/m88ds3103_priv.h
parent[media] m88ds3103: fix SNR reporting on 32-bit arch (diff)
downloadlinux-dev-4423a2ba808d0df1b394b9313ea9a0bbad764e93.tar.xz
linux-dev-4423a2ba808d0df1b394b9313ea9a0bbad764e93.zip
[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;
};