Re: [ath9k-devel] ar9390 Support for master mode?

2011-11-15 Thread wireless newbie
I tried (almost) bleeding edge compat wireless drivers (dated 1.11.2011) but the same problem persists. It turns out that the problem is in AGC calibration in function ar9003_hw_init_cal. It times out. This is what ath9k_hw_wait prints to log: ath: timeout (10 us) on reg 0xa2c4: 0x00158dd9

Re: [ath9k-devel] ar9390 Support for master mode?

2011-11-15 Thread wireless newbie
Extending timeout to ten times longer didn't help. Anyone with knowledge of internals of ar9390? Is that register correct? 2011/11/15 wireless newbie wnewbi...@gmail.com: I tried (almost) bleeding edge compat wireless drivers (dated 1.11.2011) but the same problem persists. It turns out that

Re: [ath9k-devel] ar9390 Support for master mode?

2011-11-15 Thread Mohammed Shafi
On Tue, Nov 15, 2011 at 1:45 PM, wireless newbie wnewbi...@gmail.com wrote: I tried (almost) bleeding edge compat wireless drivers (dated 1.11.2011) but the same problem persists. It turns out that the problem is in AGC calibration in function ar9003_hw_init_cal. It times out. This is what

Re: [ath9k-devel] ar9390 Support for master mode?

2011-11-15 Thread wireless newbie
That fix is already in place but it didn't help. 2011/11/15 Mohammed Shafi shafi.wirel...@gmail.com: On Tue, Nov 15, 2011 at 1:45 PM, wireless newbie wnewbi...@gmail.com wrote: I tried (almost) bleeding edge compat wireless drivers (dated 1.11.2011) but the same problem persists. It turns out

Re: [ath9k-devel] ar9390 Support for master mode?

2011-11-15 Thread Mohammed Shafi
On Tue, Nov 15, 2011 at 3:27 PM, wireless newbie wnewbi...@gmail.com wrote: That fix is already in place but it didn't help. :( i don't have AR9390 now, let me see if i can recreate the issue in AR9003 cards and help you out. 2011/11/15 Mohammed Shafi shafi.wirel...@gmail.com: On Tue, Nov

Re: [ath9k-devel] ar9390 Support for master mode?

2011-11-15 Thread wireless newbie
Thanks. I just compiled compat-wireless from yesterday, but the behavior is still the same. 2011/11/15 Mohammed Shafi shafi.wirel...@gmail.com: On Tue, Nov 15, 2011 at 3:27 PM, wireless newbie wnewbi...@gmail.com wrote: That fix is already in place but it didn't help. :(  i don't have

Re: [ath9k-devel] ar9390 Support for master mode?

2011-11-15 Thread Johannes Berg
On Tue, 2011-11-15 at 16:05 +0530, Mohammed Shafi wrote: On Tue, Nov 15, 2011 at 3:27 PM, wireless newbie wnewbi...@gmail.com wrote: That fix is already in place but it didn't help. :( i don't have AR9390 now, let me see if i can recreate the issue in AR9003 cards and help you out. Guys!

Re: [ath9k-devel] [RFC 00/18] ath9k: Add support for MCI BT coex

2011-11-15 Thread Luciano Coelho
Hi Mohammed, On Tue, 2011-11-15 at 11:30 +0530, Mohammed Shafi Shajakhan wrote: From: Mohammed Shafi Shajakhan moham...@qca.qualcomm.com Add support for MCI BT-Coex for AR9462. with AR9462 we have WLAN and BT coexists via MCI protocol(Message Coexistence Interface) WLAN and BT exchanges

[ath9k-devel] [PATCH] ath9k: rename ath9k_platform.h to ath_platform.h

2011-11-15 Thread Sangwook Lee
The patch series proposes to rename ath9k_platform.h to ath_platform.h This header file handles platform data used only for ath9k, but it can used by ath6k as well. We can take wl12xx.h as as a example. Please let us change this file name so that other Atheors WLANs use this file for their own

Re: [ath9k-devel] [PATCH 0/2] ath9k: DFS radar detection

2011-11-15 Thread John W. Linville
On Tue, Nov 08, 2011 at 05:34:02PM +0100, Zefir Kurtisi wrote: This patch series proposes DFS radar pulse detection for ath9k. The first patch adds a new DFS module, the second turns those knobs to enable the HW to detect radar pulses and forward them to the new module. Here, sanity and

Re: [ath9k-devel] [PATCH 2/2] ath9k: integrate initial DFS module

2011-11-15 Thread Mohammed Shafi
Hi Zefir, just few doubt, sorry for the late reply On Tue, Nov 8, 2011 at 10:04 PM, Zefir Kurtisi zefir.kurt...@neratec.com wrote: This patch integrates the DFS module into ath9k, including  * build the module into ath9k_hw  * set up DFS debugfs  * define HW capability flag for DFS support  

Re: [ath9k-devel] [PATCH 2/2] ath9k: integrate initial DFS module

2011-11-15 Thread Zefir Kurtisi
On 11/15/2011 04:24 PM, Mohammed Shafi wrote: Hi Zefir, just few doubt, sorry for the late reply On Tue, Nov 8, 2011 at 10:04 PM, Zefir Kurtisi zefir.kurt...@neratec.com wrote: This patch integrates the DFS module into ath9k, including * build the module into ath9k_hw * set up DFS

Re: [ath9k-devel] [PATCH 2/2] ath9k: integrate initial DFS module

2011-11-15 Thread Luis R. Rodriguez
On Tue, Nov 15, 2011 at 7:52 AM, Zefir Kurtisi zefir.kurt...@neratec.com wrote: On 11/15/2011 04:24 PM, Mohammed Shafi wrote: Hi Zefir, just few doubt, sorry for the late reply On Tue, Nov 8, 2011 at 10:04 PM, Zefir Kurtisi zefir.kurt...@neratec.com wrote: This patch integrates the DFS

Re: [ath9k-devel] [PATCH] ath9k: rename ath9k_platform.h to ath_platform.h

2011-11-15 Thread Daniel Golle
On 11/15/2011 05:09 PM, Luis R. Rodriguez wrote: On Tue, Nov 15, 2011 at 3:23 AM, Sangwook Lee sangwook@linaro.org wrote: The patch series proposes to rename ath9k_platform.h to ath_platform.h This header file handles platform data used only for ath9k, but it can used by ath6k as well.

Re: [ath9k-devel] [PATCH] ath9k: rename ath9k_platform.h to ath_platform.h

2011-11-15 Thread Kalle Valo
Hi Sangwook, On 11/15/2011 01:23 PM, Sangwook Lee wrote: The patch series proposes to rename ath9k_platform.h to ath_platform.h This header file handles platform data used only for ath9k, but it can used by ath6k as well. We can take wl12xx.h as as a example. Please let us change this file

Re: [ath9k-devel] [PATCH 0/2] ath9k: DFS radar detection

2011-11-15 Thread Luis R. Rodriguez
On Tue, Nov 15, 2011 at 6:37 AM, John W. Linville linvi...@tuxdriver.com wrote: On Tue, Nov 08, 2011 at 05:34:02PM +0100, Zefir Kurtisi wrote: This patch series proposes DFS radar pulse detection for ath9k. The first patch adds a new DFS module, the second turns those knobs to enable the HW

Re: [ath9k-devel] [PATCH 2/2] ath9k: integrate initial DFS module

2011-11-15 Thread Mohammed Shafi
@@ -1869,6 +1867,17 @@ int ath_rx_tasklet(struct ath_softc *sc, int flush, bool hp)                    unlikely(tsf_lower - rs.rs_tstamp 0x1000))                        rxs-mactime += 0x1ULL; +               if ((rs.rs_status ATH9K_RXERR_PHY) +                  

Re: [ath9k-devel] [PATCH] ANI is not initialized for ar9100 and ar9340

2011-11-15 Thread Nikolay Martynov
Hi. Unfortunately that patch I've posted doesn't really fix the problem of huge delays - today I've got it again after having couple of days problem free. Nevertheless I think that code which disables ANI for 9100 has a bug in a sense that is doesn't disable periodical ANI test, it just

[ath9k-devel] TX frame filtering - when does it occur?

2011-11-15 Thread Nikolay Martynov
Hi, Some time (usually soon after connect) to AP (ar9102, client - Intel 5300) link experiences extreme delays. Pings take several seconds to return. Once link went into this state it stays there, and only disconnection/reconnection helps. I'm using Trendnet TEW632 with latest openwrt on router