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. 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? 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. -- Bob Copeland %% www.bobcopeland.com -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html