[ath5k-devel] How can I disable ani (Adaptive Noise Immunity) support?

2013-10-01 Thread Beat Meier
How can I disable ani (Adaptive Noise Immunity) with ath5k? I have not seen anything in /sys/class/ieee80211/phy1 In the past I had problems with madwifi and enabled any... Thanks ___ ath5k-devel mailing list ath5k-devel@lists.ath5k.org

Re: [ath5k-devel] How can I disable ani (Adaptive Noise Immunity) support?

2013-10-01 Thread Thomas Hühn
Hi, You can set the ani and all other receiving sensivity values via debugfs: #configuration of ath5k's ANI settings echo ani-off /sys/kernel/debug/ieee80211/phy0/ath5k/ani #highest sensivity echo sens-high /sys/kernel/debug/ieee80211/phy0/ath5k/ani #lowest sensivity #echo sens-low

Re: [ath5k-devel] How can I disable ani (Adaptive Noise Immunity) support?

2013-10-01 Thread Beat Meier
Ah ok this does the job. Thanks! So it seems to disable you have to use debug version of ath5k ... Greetings On 10/01/2013 11:17 AM, Thomas Hühn wrote: Hi, You can set the ani and all other receiving sensivity values via debugfs: #configuration of ath5k's ANI settings echo ani-off