Re: [PATCH 2/3] stv090x: use error counter 1 for BER estimation

2012-03-11 Thread Andreas Regel
--- drivers/media/dvb/frontends/stv090x.c | 30 +- 1 files changed, 29 insertions(+), 1 deletions(-) diff --git a/drivers/media/dvb/frontends/stv090x.c b/drivers/media/dvb/frontends/stv090x.c index 6c3c095..afbd50c 100644 --- a/drivers/media/dvb/frontends/stv090x.c

Re: [PATCH 2/3] stv090x: use error counter 1 for BER estimation

2012-03-11 Thread Mauro Carvalho Chehab
Em 27-02-2012 17:42, Andreas Regel escreveu: > Use error counter 1 of the STV090x to get a correct bit error rate value. Also line-wrapped and mandled by your email. > > Signed-off-by: Andreas Regel > --- > drivers/media/dvb/frontends/stv090x.c | 30 +- > 1 files c

[PATCH 2/3] stv090x: use error counter 1 for BER estimation

2012-02-27 Thread Andreas Regel
Use error counter 1 of the STV090x to get a correct bit error rate value. Signed-off-by: Andreas Regel --- drivers/media/dvb/frontends/stv090x.c | 30 +- 1 files changed, 29 insertions(+), 1 deletions(-) diff --git a/drivers/media/dvb/frontends/stv090x.c b/driv