On Tue, May 20, 2014 at 11:17:07AM +0200, Georgi Kehaiov wrote:
>    Hello everyone,
> 
>    I've got an Atheros AR5416 wireless network adapter and I'm experiencing
>    the problem described in https://bugzilla.kernel.org/show_bug.cgi?id=42092
>    So I tried to execute the official solution (echo 1 >
>    /sys/kernel/debug/ieee80211/phy0/ath9k/disable_ani) but for some reason or
>    other I am missing the disable_ani file. Is this file located somewhere
>    else now? Have I done something wrong? I am running a 3.14.4 kernel.
> 
>    Any help will be much appreciated.
> 
>    Here is some system information you might find useful (kernel config,
>    lsmod, module load options, lspci and the contents of
>    /sys/kernel/debug/ieee80211/phy0/ath9k):
> 
>    # ls /sys/kernel/debug/ieee80211/phy0/ath9k/ -1
>    ani

Georgi,

disable_ani is renamed as ani in latest driver.

To disable ANI
        echo 0 >/sys/kernel/debug/ieee80211/phy*/ath9k/ani

To enable ANI
        echo 1 >/sys/kernel/debug/ieee80211/phy*/ath9k/ani

-Rajkumar
_______________________________________________
ath9k-devel mailing list
ath9k-devel@lists.ath9k.org
https://lists.ath9k.org/mailman/listinfo/ath9k-devel

Reply via email to