Re: [ath5k-devel] [PATCH] ath5k: ANI Implementation

2010-03-17 Thread Jorge Boncompte [DTI2]
Hi Bruno, El 17/03/2010 9:47, Bruno Randolf escribió: > + > +/*** ANI parameters ***/ > + > +void > +ath5k_ani_set_noise_immunity(struct ath5k_hw *ah, bool on) > +{ > + const int sz[] = { -55, -62 }; > + const int lo[] = { -64, -70 }; > + const int hi[] = { -14, -12 }; > +

Re: [ath5k-devel] [PATCH v2] ath5k: fix I/Q calibration (for real)

2010-03-08 Thread Jorge Boncompte [DTI2]
El 09/03/2010 1:24, Bruno Randolf escribió: > On Monday 08 March 2010 21:45:55 Jorge Boncompte [DTI2] wrote: >> El 08/03/2010 3:59, Bruno Randolf escribió: >>> 4.) we can't use ENABLE_BITS when we want to write a number (the number >>> can contain zeros). also al

Re: [ath5k-devel] [PATCH v2] ath5k: fix I/Q calibration (for real)

2010-03-08 Thread Jorge Boncompte [DTI2]
El 08/03/2010 3:59, Bruno Randolf escribió: > > 4.) we can't use ENABLE_BITS when we want to write a number (the number can > contain zeros). also always write the correction values first and set ENABLE > bit last, like the HAL does. > Hi Bruno, does not ath5k_hw_commit_eeprom_se