From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rajkumar Manoharan Date: Wed, 21 May 2014 16:04:52 +0530 Subject: [ath9k-devel] Missing disable_ani in /sys/kernel/debug/ieee80211/phy0/ath9k In-Reply-To: <537B1D93.9040601@gmail.com> References: <537B1D93.9040601@gmail.com> Message-ID: <20140521103450.GA2892@qca.qualcomm.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ath9k-devel@lists.ath9k.org 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