01.04.09, 17:14, "Nick Kossifidis" <mickfl...@gmail.com>:

> >        /* No correction */
> > -       if (i_coffd == 0 || q_coffd == 0)
> > +       if (i_coffd == 0 || q_coffd < 2)
> >                goto done;
> >
> Are you sure that < 2 is ok ?
Yes. In Sam's hal (madwifi-free) they checked against 0 and >=2 .

> Give me some time to look this through, i think i have one more fix
> for i/q calibration that adds some more accuracy...
I think, that it needs to more carefully check values of 
MEAS_I,MEAS_Q,CORR_MEAS, 
that read from card, because, I think, first nonzero value may be not perfect 
value for calibration, IMHO.
_______________________________________________
ath5k-devel mailing list
ath5k-devel@lists.ath5k.org
https://lists.ath5k.org/mailman/listinfo/ath5k-devel

Reply via email to