From: Mauro Carvalho Chehab Date: Wed, 21 Dec 2011 11:27:20 +0000 (-0300) Subject: [media] dvb_core: estimate bw for all non-terrestial systems X-Git-Tag: v3.3-rc1~48^2~355 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0607d077809014082965061e9e88f38459c070ac;p=pandora-kernel.git [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 --- Reading git-diff-tree failed