On Sat, Jul 14, 2012 at 15:31, David Hill wrote:
> Hello,
> 
> in file sys/dev/ic/ar9003.c, function ar9003_compute_predistortion(),
> there is an uninitialized variable, y4.  It is then used:
> 
> scale = ((y4 / SCALE_LOG) * (L + 1) -
> (y2 / SCALE_LOG) * sumy2) * SCALE_LOG;
> 
> Email to damien and reyk have gone unanswered.  Anyone know what y4
> should be set to?

It looks like y4 should be y2 * y2.

Reply via email to