[media] dvb_core: estimate bw for all non-terrestial systems
authorMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 21 Dec 2011 11:27:20 +0000 (08:27 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 31 Dec 2011 10:26:29 +0000 (08:26 -0200)
commit0607d077809014082965061e9e88f38459c070ac
tree600167192feeb50e8e68c9792506b8ca6d78aa77
parent0349471bc556d5ecd3e9214af7774fbf2d956931
[media] dvb_core: estimate bw for all non-terrestial systems

Instead of just estimating the bandwidth for DVB-C annex A/C,
also fill it at the core for ATSC and DVB-C annex B. This
simplifies the logic inside the tuners, as all non-satellite
tuners can just use c->bandwidth_hz for all supported
delivery systems.

It could make sense to latter use it also for satellite
systems, as several DVB-S drivers have their own calculus.
However, on DVB-S2 the bw estimation is a little more complex,
and the existing drivers have some optimized calculus for
bandwidth. So, let's not touch on it for now.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/dvb-core/dvb_frontend.c