Em Wed, 16 Jan 2013 23:56:48 +0530 Manu Abraham <abraham.manu@xxxxxxxxx> escreveu: > Consider this simple situation: > Your new API is using get_frontend and is polling the hardware, Now an > existing application is also doing monitoring of the statistics. So, now all > the decision box calculations are screwed. -EREADTHEFUCKINGPATCHES Patch 04/15: ... +static int mb86a20s_read_signal_strength_from_cache(struct dvb_frontend *fe, + u16 *strength) +{ + struct dtv_frontend_properties *c = &fe->dtv_property_cache; + + *strength = c->strength.stat[0].uvalue; + + return 0; } ... The returned value there is in the same range as before. Enough. If you don't read the patches, you're just making everybody loosing their time with your biased and incorrect comments. Cheers, Mauro -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html