[ath9k-devel] [RFC] ath9k: Fix clearing of BTCOEX flags

2012-06-28 Thread Mohammed Shafi Shajakhan
From: Mohammed Shafi Shajakhan BTCOEX flags are set/cleared by atomic operations. We got to do the same in ath9k_btcoex_timer_resume, while clearing those BTCOEX flags. Cc: Sujith Manoharan Signed-off-by: Mohammed Shafi Shajakhan --- drivers/net/wireless/ath/ath9k/gpio.c |3 ++- 1 files c

Re: [ath9k-devel] Regression on ath9k_htc managed mode

2012-06-28 Thread Guido Iribarren
Yes, i'm doing the tests using the dongle connected to a tplink mr3220 running openwrt trunk for ar71xx. The mr3220 has a usb port where i connect a tplink wn722n usb dongle. The internal wifi of the router uses ath9k driver and works just fine. The dongle uses ath9k_htc and presents the problem de

Re: [ath9k-devel] big while doing DMA?

2012-06-28 Thread Kai Scharwies
2012/5/16 Holger Schurig : > Power save was off, from "iw wlan0 get power_save": > Power save: off > > from "dmesg | grep Atheros": >    ieee80211 phy0: Atheros AR9285 Rev:2 mem=0xf900, irq=16 > > A built-in pci-express card. From "lspci": >    01:00.0 Network controller [0280]: Atheros Communi

Re: [ath9k-devel] Overriding driver regdomain settings?

2012-06-28 Thread Kai Scharwies
2012/6/25 Jost-Philip Matysik : > Hello List! > > I am using the following USB wifi device: > ID 0846:9018 NetGear, Inc. WNDA3200 802.11abgn Wireless Adapter [Atheros > AR7010+AR9280] > > This uses the ath9k_htc driver. > > Unfortunately a lot of channels I would like to use (and am allowed to > u

Re: [ath9k-devel] ath9k-devel Digest, Vol 48, Issue 51

2012-06-28 Thread lastnoname
Can any body tell me how to use AR_IMR_QCBROVF interrupt? How can I enable such interrupt to generate a Periodic interrupt signal to ath9k? Thanks All ___ ath9k-devel mailing list ath9k-devel@lists.ath9k.org https://lists.ath9k.org/mailman/listinfo/ath9

[ath9k-devel] ath9k_htc: Bug output when working as mesh node

2012-06-28 Thread Kai Scharwies
Because of problems with ath9k MiniPci card (see other thread) I tried to use a TP-Link TL-WN821N USB stick as a substitute radio for a high data rate mesh network. I am using compat-wireless-3.5-rc3-1-sn with only a small patch to enable ath9k_htc to switch to mesh point mode. When transferring d

Re: [ath9k-devel] [PATCH] Build fix in drivers/net/wireless/ath/ath9k/main.c

2012-06-28 Thread John W. Linville
Thanks, but Sujith beat you to the same fix. John On Wed, Jun 27, 2012 at 09:19:39PM +0200, Arvydas Sidorenko wrote: > Commit fad29cd2f59949581050a937786c2c9bc78b2f04 broke the build if > no CONFIG_ATH9K_BTCOEX_SUPPORT is enabled. > > Signed-off-by: Arvydas Sidorenko > --- > drivers/net/wirele

[ath9k-devel] ath9k_htc: Bug output when working as mesh node

2012-06-28 Thread Kai Scharwies
Because of problems with ath9k MiniPci card (see other thread) I tried to use a TP-Link TL-WN821N USB stick as a substitute radio for a high data rate mesh network. I am using compat-wireless-3.5-rc3-1-sn with only a small patch to enable ath9k_htc to switch to mesh point mode. When transferring d

Re: [ath9k-devel] big while doing DMA?

2012-06-28 Thread Kai Scharwies
2012/5/16 Holger Schurig : > Power save was off, from "iw wlan0 get power_save": > Power save: off > > from "dmesg | grep Atheros": >    ieee80211 phy0: Atheros AR9285 Rev:2 mem=0xf900, irq=16 > > A built-in pci-express card. From "lspci": >    01:00.0 Network controller [0280]: Atheros Communi

[ath9k-devel] [RFC] ath9k: Fix clearing of BTCOEX flags

2012-06-28 Thread Sujith Manoharan
Mohammed Shafi Shajakhan wrote: > From: Mohammed Shafi Shajakhan > > BTCOEX flags are set/cleared by atomic operations. > We got to do the same in ath9k_btcoex_timer_resume, > while clearing those BTCOEX flags. > > Cc: Sujith Manoharan > Signed-off-by: Mohammed Shafi Shajakhan > --- > drivers

[ath9k-devel] [PATCH] ath9k: Fix clearing of BTCOEX flags

2012-06-28 Thread Mohammed Shafi Shajakhan
From: Mohammed Shafi Shajakhan BTCOEX flags are set/cleared by atomic operations. We got to do the same in ath9k_btcoex_timer_resume, while clearing those BTCOEX flags. Acked-by: Sujith Manoharan Signed-off-by: Mohammed Shafi Shajakhan --- drivers/net/wireless/ath/ath9k/gpio.c |3 ++- 1 f