Re: [ath9k-devel] Missing disable_ani in /sys/kernel/debug/ieee80211/phy0/ath9k

2014-05-21 Thread Rajkumar Manoharan
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

Re: [ath9k-devel] randconfig build error with next-20140519, in drivers/net/wireless/ath/ath9k/dfs.c

2014-05-21 Thread Rajkumar Manoharan
On Mon, May 19, 2014 at 09:31:16AM -0700, Jim Davis wrote: Building with the attached random configuration file, In file included from drivers/net/wireless/ath/ath9k/eeprom.h:22:0, from drivers/net/wireless/ath/ath9k/hw.h:27, from

Re: [ath9k-devel] randconfig build error with next-20140519, in drivers/net/wireless/ath/ath9k/dfs.c

2014-05-21 Thread Rajkumar Manoharan
On Wed, May 21, 2014 at 10:12:26PM +1000, Julian Calaby wrote: Hi Rajkumar, On Wed, May 21, 2014 at 9:01 PM, Rajkumar Manoharan rmano...@qti.qualcomm.com wrote: On Mon, May 19, 2014 at 09:31:16AM -0700, Jim Davis wrote: Building with the attached random configuration file, In file

Re: [ath9k-devel] Weird Atheros 9485 http connecting problems

2014-05-21 Thread Rajkumar Manoharan
On Wed, May 21, 2014 at 11:37:36AM -0300, Arkh4mKn1ght wrote: Ok i tried the patch but the issue happened again :( After resuming my laptop from hibernation i saw in /var/log/kernel/errors.log these messages again: May 21 09:20:10 localhost kernel: mei_me :00:16.0: suspend May 21

Re: [ath9k-devel] Weird Atheros 9485 http connecting problems

2014-05-19 Thread Rajkumar Manoharan
On Mon, May 19, 2014 at 10:12:38AM -0300, Arkh4mKn1ght wrote: On 05/19/2014 03:29 AM, Rajkumar Manoharan wrote: On Sun, May 18, 2014 at 09:29:08PM -0300, Arkh4mKn1ght wrote: Hi I'm still testing but the issue reappeared again with the ASPM disabled on the card. This ocurred after starting

Re: [ath9k-devel] Weird Atheros 9485 http connecting problems

2014-05-15 Thread Rajkumar Manoharan
On Wed, May 14, 2014 at 10:46:22AM -0300, Arkh4mKn1ght wrote: Hello I'm having a problem for some time with an atheros card 9485 using the ath9k driver. My computer has linux kernel 3.12.13 and i'm using ath9k driver from backports 3.15. The problem that i have is that after some hours

Re: [ath9k-devel] [PATCH] ath9k: fix NULL-deref in hw_per_calibration() for ar9002

2014-05-13 Thread Rajkumar Manoharan
On Tue, May 13, 2014 at 08:50:00AM +0200, David Herrmann wrote: Hi On Mon, May 12, 2014 at 8:43 PM, Felix Fietkau n...@openwrt.org wrote: I looked into it again, the scenario where I assumed that this problem could occur didn't turn out to be true. I have no idea how this crash can

Re: [ath9k-devel] ath9k: Add concurrent WLAN and BT tx support for MCI based chips

2012-11-27 Thread Rajkumar Manoharan
On Tue, Nov 27, 2012 at 12:03:37AM +0300, Dan Carpenter wrote: Hello Rajkumar Manoharan, The patch db60428b1af1: ath9k: Add concurrent WLAN and BT tx support for MCI based chips from Oct 12, 2012, leads to the following warning: drivers/net/wireless/ath/ath9k/btcoex.c:414

Re: [ath9k-devel] [PATCH 03/10] ath9k_hw: Add WoW hardware capability flags

2012-06-19 Thread Rajkumar Manoharan
such AR9280 requires first four bytes for all sort of patterns Cc: Senthil Balasubramanian senth...@qca.qualcomm.com Cc: Rajkumar Manoharan rmano...@qca.qualcomm.com Cc: vadi...@qca.qualcomm.com Tested-by: Mohammed Shafi Shajakhan moham...@qca.qualcomm.com Signed-off-by: Luis R. Rodriguez

Re: [ath9k-devel] [PATCH 02/10] ath9k: Add definitions and structures to support WoW

2012-06-19 Thread Rajkumar Manoharan
...@qca.qualcomm.com Cc: Rajkumar Manoharan rmano...@qca.qualcomm.com Cc: vadi...@qca.qualcomm.com Tested-by: Mohammed Shafi Shajakhan moham...@qca.qualcomm.com Signed-off-by: Luis R. Rodriguez mcg...@qca.qualcomm.com Signed-off-by: Mohammed Shafi Shajakhan moham...@qca.qualcomm.com --- drivers/net/wireless

Re: [ath9k-devel] [PATCH 07/10] ath9k_hw: Add hardware code for WoW

2012-06-19 Thread Rajkumar Manoharan
On Tue, Jun 19, 2012 at 09:17:27PM +0530, Mohammed Shafi Shajakhan wrote: From: Mohammed Shafi Shajakhan moham...@qca.qualcomm.com add a new file wow.c which takes care of the hardware code for WoW. [...] --- 3 files changed, 591 insertions(+), 0 deletions(-) create mode 100644

Re: [ath9k-devel] [PATCH] ath9k_hw: avoid possible infinite loop in ar9003_get_pll_sqsum_dvc

2012-06-18 Thread Rajkumar Manoharan
On Mon, Jun 18, 2012 at 01:13:30PM +0530, Mohammed Shafi Shajakhan wrote: From: Mohammed Shafi Shajakhan moham...@qca.qualcomm.com ath9k: Fix softlockup in AR9485 with commit id 64bc1239c790e051ff677e023435d770d2ffa174 fixed the reported issue, yet its better to avoid the possible infinite

[ath9k-devel] [RFC] ath9k: populate legacy rate in rate init

2012-06-12 Thread Rajkumar Manoharan
supported legacy rate during rate control init. So that the frames can be tried in legacy rate also in 5GHz. Signed-off-by: Rajkumar Manoharan rmano...@qca.qualcomm.com --- drivers/net/wireless/ath/ath9k/rc.c |2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/net/wireless/ath/ath9k

Re: [ath9k-devel] [RFC/RFT 6/6] ath9k: always initialize hw registers related to PCIe PM

2011-07-26 Thread Rajkumar Manoharan
On Mon, Jul 25, 2011 at 04:01:52PM +0200, Stanislaw Gruszka wrote: On Mon, Jul 25, 2011 at 11:29:30AM +0200, Stanislaw Gruszka wrote: On Sat, Jul 23, 2011 at 10:41:30AM +0530, Rajkumar Manoharan wrote: + /* initalize PCIe PM registers if device introduce itself as PCIe

Re: [ath9k-devel] [RFC/RFT 4/6] ath9k: use common PCIe ASPM definces instead of custom ones

2011-07-23 Thread Rajkumar Manoharan
On Fri, Jul 22, 2011 at 03:31:50PM +0200, Stanislaw Gruszka wrote: Signed-off-by: Stanislaw Gruszka sgrus...@redhat.com --- drivers/net/wireless/ath/ath9k/hw.h |4 drivers/net/wireless/ath/ath9k/pci.c | 11 ++- 2 files changed, 6 insertions(+), 9 deletions(-) diff

Re: [ath9k-devel] [RFC/RFT 6/6] ath9k: always initialize hw registers related to PCIe PM

2011-07-23 Thread Rajkumar Manoharan
On Fri, Jul 22, 2011 at 03:31:52PM +0200, Stanislaw Gruszka wrote: We might not initialize registers if ah-aspm_enabled == false, assure we do this. Signed-off-by: Stanislaw Gruszka sgrus...@redhat.com --- drivers/net/wireless/ath/ath9k/hw.c |5 +

Re: [ath9k-devel] target unresponsive form ath9k_htc.

2011-01-02 Thread Rajkumar Manoharan
hello everybody, i try to get a TP-Link WN821n v3 usb wifi adapter to work with 2.6.37-rc8, but i get a target is unresponsive every time i load ath9k_htc into the kernel. here is the output by dmesg after modprobe: usb 1-1: new high speed USB device using ehci_hcd and address 4 usb 1-1: config

Re: [ath9k-devel] Not able to connect to an access point with ar9271

2010-12-03 Thread Rajkumar Manoharan
On Tue, Nov 30, 2010 at 12:46:15AM +0530, Matthias Bernges wrote: Hello, 2010/11/29 Mohammed Shafi shafi.at...@gmail.com: On Sun, Nov 28, 2010 at 7:49 PM, Matthias Bernges matthiasbern...@gmx.de wrote: ,Hello, 2010/11/26 Mohammed Shafi shafi.at...@gmail.com: On Fri, Nov 26, 2010 at

Re: [ath9k-devel] ath9k_htc, 2.6.36 and Target is unresponsive error

2010-12-03 Thread Rajkumar Manoharan
On Mon, Nov 22, 2010 at 09:17:16PM +0530, Petr Štetiar wrote: Mohammed Shafi shafi.wirel...@gmail.com [2010-11-22 19:11:53]: Can you just please look into the status of CONFIG_PM in include/generated/autoconf.h, what is its value ? I don't use PM, so it's not in this file. Please

Re: [ath9k-devel] ath9k_htc, 2.6.36 and Target is unresponsive error

2010-12-03 Thread Rajkumar Manoharan
On Fri, Dec 03, 2010 at 04:06:45PM +0530, Rajkumar Manoharan wrote: On Mon, Nov 22, 2010 at 09:17:16PM +0530, Petr Štetiar wrote: Mohammed Shafi shafi.wirel...@gmail.com [2010-11-22 19:11:53]: Can you just please look into the status of CONFIG_PM in include/generated/autoconf.h, what

Re: [ath9k-devel] Netgear WNA1100 and master mode

2010-12-01 Thread Rajkumar Manoharan
On Wed, Dec 01, 2010 at 06:44:15PM +0530, Mohammed Shafi wrote: On Wed, Dec 1, 2010 at 6:24 PM, Misha Shnurapet shnura...@fedoraproject.org wrote: Hi. Does Netgear WNA1100 USB adapter support master mode? Yes , you have to use hostapd for that.you cannot use iwconfig command to set it

Re: [ath9k-devel] ath9k_htc: deauthenticated Reason: 16

2010-11-28 Thread Rajkumar Manoharan
On Sun, Nov 28, 2010 at 10:33:34PM +0530, jacopo mondi wrote: Thank you all for your responses... I'm using latest firmware from linux-firmware git repo (size corresponds to the one mentioned in the post you were referring to). I've also applied that 1 line patch suggested by Rajkumar

Re: [ath9k-devel] ath9k_htc: deauthenticated Reason: 16

2010-11-26 Thread Rajkumar Manoharan
On Fri, Nov 26, 2010 at 10:29:41PM +0530, jacopo mondi wrote: Hi all, using ath9k_htc with an AR9271 device for connecting to a standard WPA-PSK protected 802.11/g network my connection is not stable and i receive back wlan0: deauthenticated from X (Reason: 16) every

Re: [ath9k-devel] TKIP MIC failure with netgear AP

2010-11-17 Thread Rajkumar Manoharan
Hi Wang Min, Please apply the attched patch and check ccmp in both legacy and 11n mode. patch -p1 qos_fix.patch -- Rajkumar diff --git a/drivers/net/wireless/ath/ath9k/htc_drv_txrx.c b/drivers/net/wireless/ath/ath9k/htc_drv_txrx.c index 5324ffd..7795867 100644 ---

Re: [ath9k-devel] TKIP MIC failure with netgear AP

2010-11-15 Thread Rajkumar Manoharan
On Mon, Nov 15, 2010 at 12:59:46PM +0530, Wang Min wrote: Hi Rajkumar, Please see the log: Ccmp: from the log, it seems pass the 4-way handshake and build the connection. But the dhcp cannot work. It should mean the encryption is not correct for the data packets Have you tried with static

Re: [ath9k-devel] TKIP MIC failure with netgear AP

2010-11-15 Thread Rajkumar Manoharan
On Mon, Nov 15, 2010 at 02:30:19PM +0530, Wang Min wrote: Hi Rajkumar After long time waiting, I found the ccmp ip address can be gotten. but it's very slow. After ping the AP from pc, the packet loss rate is very high. So the reason why the network cannot work should be because the DHCP is

Re: [ath9k-devel] TKIP MIC failure with netgear AP

2010-11-14 Thread Rajkumar Manoharan
On Mon, Nov 15, 2010 at 11:06:36AM +0530, Wang Min wrote: Hi Rajkumar, I have tested with other APs Original ath9k with Nohwcrypt=1 TKIPAES TKIPAES Netgear JWNR2000: NOK NOK OK NOK Netgear

Re: [ath9k-devel] TKIP MIC failure with netgear AP

2010-11-14 Thread Rajkumar Manoharan
On Mon, Nov 15, 2010 at 11:39:54AM +0530, Wang Min wrote: Btw, If we using nohwcrypt parameter, what does exactly it mean? Does it mean the TKIP encryption is totally calculated by software? If yes, it will reduce the performance very much. Yes It does software ecryption. It helps to narrow

Re: [ath9k-devel] TKIP MIC failure with netgear AP

2010-11-12 Thread Rajkumar Manoharan
On Fri, Nov 12, 2010 at 12:26:37PM +0530, Wang Min wrote: Hi all, I am using Compat-wireless-2010-11-08, and ath9k_htc driver for atheros AR9271 USB dongle; One strange issue is it cannot connect with NetGear AP by WPA-tkip encryption mode; After comparing test, if in windows XP, it can

Re: [ath9k-devel] TKIP MIC failure with netgear AP

2010-11-12 Thread Rajkumar Manoharan
On Fri, Nov 12, 2010 at 03:38:57PM +0530, Wang Min wrote: hi Rajkumar, I am using the ar9271.fw downloaded from linux-firmware git. It's 51280bytes; What is the Netgear serial number? WPA tkip is working fine with Netgear WPN824 v2. Ensure that supplicant config is correct. Load the

Re: [ath9k-devel] Build issue with recent compat-wireless

2010-09-29 Thread Rajkumar Manoharan
Date: Wed, 29 Sep 2010 16:12:15 +0900 From: ryo.nakagawa@gmail.com To: ath9k-devel@lists.ath9k.org Subject: Re: [ath9k-devel] Build issue with recent compat-wireless HI, I found strange charactor in drivers/net/wireless/ath/Makefile Line #5