Re: [ath9k-devel] [PATCH] ath10k: kill ath_common() wrapper function

2013-05-15 Thread Kalle Valo
Michal Kazior michal.kaz...@tieto.com writes: No need for this silly abstraction. Also rename the structure member so it makes more sense when used. Signed-off-by: Michal Kazior michal.kaz...@tieto.com Thanks, applied. -- Kalle Valo ___

Re: [ath9k-devel] [RFC/RFT 6/7] ath10k: add active htc ul pipe polling support

2013-05-15 Thread Kalle Valo
Michal Kazior michal.kaz...@tieto.com writes: Until now we depended solely on passive or lazy polling for tx completion. The passive was in htc rx handler. The lazy in htc_send_work(). The lazy would fire only if there are less than 50% resources free. However for HTT tx we have 2047

Re: [ath9k-devel] [RFC/RFT 6/7] ath10k: add active htc ul pipe polling support

2013-05-15 Thread Michal Kazior
On 15/05/13 14:37, Kalle Valo wrote: Michal Kazior michal.kaz...@tieto.com writes: Until now we depended solely on passive or lazy polling for tx completion. The passive was in htc rx handler. The lazy in htc_send_work(). The lazy would fire only if there are less than 50% resources free.

[ath9k-devel] ath9k_htc: Target is unresponsive

2013-05-15 Thread Ignacy Gawedzki
Hi everyone, This is an old issue, about which it seems the first posts date back to 2009. With the latest possible version of the firmware for AR9271 and the latest possible wireless drivers, the issue is still there. Whether this is still the exact same problem every time remains to be

Re: [ath9k-devel] ath9k_htc: Target is unresponsive

2013-05-15 Thread Kalle Valo
Ignacy Gawedzki i...@lri.fr writes: Hi everyone, This is an old issue, about which it seems the first posts date back to 2009. With the latest possible version of the firmware for AR9271 and the latest possible wireless drivers, the issue is still there. Whether this is still the exact

Re: [ath9k-devel] ath9k_htc: Target is unresponsive

2013-05-15 Thread Eugene Krasnikov
The firmware is open nowadays for AR9271 https://github.com/qca/open-ath9k-htc-firmware/ But this is an interesting issue. I am currently working on one problem that target becomes unresponsive(as described here https://github.com/qca/open-ath9k-htc-firmware/issues/25) but i doubt it's the same

Re: [ath9k-devel] ath9k_htc: Target is unresponsive

2013-05-15 Thread Eugene Krasnikov
there is a function in driver ath9k_htc_reset http://lxr.free-electrons.com/source/drivers/net/wireless/ath/ath9k/htc_drv_main.c#L189 but not sure that is what you are looking for. 2013/5/15 Kalle Valo kv...@qca.qualcomm.com: Ignacy Gawedzki i...@lri.fr writes: Hi everyone, This is an old

Re: [ath9k-devel] ath9k_htc: Target is unresponsive

2013-05-15 Thread Ignacy Gawedzki
On Wed, May 15, 2013 at 06:11:49PM +0200, thus spake Eugene Krasnikov: there is a function in driver ath9k_htc_reset http://lxr.free-electrons.com/source/drivers/net/wireless/ath/ath9k/htc_drv_main.c#L189 but not sure that is what you are looking for. From the issue report about watchdog

Re: [ath9k-devel] ath9k_htc works poorly in 3.9

2013-05-15 Thread Corey Richardson
On Wed, May 8, 2013 at 1:31 AM, Oleksij Rempel li...@rempel-privat.de wrote: If it is an regression, can you please do git bisect. If you can locate the patch which introduced this regression, it will be great. It seems to have been an intermittent problem with my WAP as well; the PoE wasn't

Re: [ath9k-devel] ath9k_htc works poorly in 3.9

2013-05-15 Thread Ben Greear
On 05/15/2013 10:31 AM, Corey Richardson wrote: On Wed, May 8, 2013 at 1:31 AM, Oleksij Rempel li...@rempel-privat.de wrote: If it is an regression, can you please do git bisect. If you can locate the patch which introduced this regression, it will be great. It seems to have been an