[media] tuner-xc2028: Fix signal strength report
authorMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 4 Jul 2012 05:00:00 +0000 (02:00 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 4 Jul 2012 05:01:07 +0000 (02:01 -0300)
There are several bugs at the signal strength algorithm:

- It is using logical OR, instead of bit OR;
- It doesn't wait up to 18 ms as it should;
- the strength range is not ok.

Rework on it, in order to make it work.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

No differences found