diff options
author | Antti Palosaari <crope@iki.fi> | 2014-07-10 13:17:59 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-07-23 02:30:58 +0200 |
commit | 4423a2ba808d0df1b394b9313ea9a0bbad764e93 (patch) | |
tree | cc06b26cadcee4342838e79e7a8e12b23f8e3997 /drivers/media/dvb-frontends/m88ds3103_priv.h | |
parent | [media] m88ds3103: fix SNR reporting on 32-bit arch (diff) | |
download | linux-4423a2ba808d0df1b394b9313ea9a0bbad764e93.tar.xz linux-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.h | 1 |
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; }; |