On Monday 29 March 2010 11:02:12 Bob Copeland wrote:
> On Thu, Mar 25, 2010 at 02:49:52PM +0900, Bruno Randolf wrote:
> > +   } else if (strncmp(buf, "noise-low", 8) == 0) {
> > +           ath5k_ani_set_noise_immunity_level(sc->ah, 0);
> > +   } else if (strncmp(buf, "noise-high", 9) == 0) {
> 
> The number of characters here is off-by-one

ah, thanks!

> I also tried setting noise-high while in auto mode, but then the ani
> debug file still showed the values at 0, is that to be expected?

in auto mode, the manual settings may be changed at any time, according to the 
algorithm. if you don't want this to happen, you can echo ani-off, which will 
just stop the automatic mode and keep the last values it used, or echo sens-
high or sens-low which will also stop the auto mode, plus set the min/max 
values.
 
> On my hardware in my location, I don't really notice much of a difference
> with/without ANI, but I definitely don't get any MIB storms, so it
> gets my thumbs up.  I can post my ani file if you're interested.

so you have decent truput with and without ani? that probably means not much 
interference (OFDM and CCK error counters should be low).

bruno
_______________________________________________
ath5k-devel mailing list
ath5k-devel@lists.ath5k.org
https://lists.ath5k.org/mailman/listinfo/ath5k-devel

Reply via email to