Re: attempting mesh on ath10k

2015-05-27 Thread Bob Copeland
On Wed, May 27, 2015 at 08:51:05AM +0200, Bartosz Markowski wrote: On 28 April 2015 at 14:25, Bob Copeland m...@bobcopeland.com wrote: On Tue, Apr 28, 2015 at 07:47:40AM +0200, Michal Kazior wrote: Perhaps there is a BSSID filter enabled or something like that (in mesh there's no BSSID,

Re: [PATCH] amth10k: fix promisc handling

2015-05-27 Thread Kalle Valo
Kalle Valo kv...@qca.qualcomm.com writes: Fixes: c17c997d5613 (Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next) Signed-off-by: Michal Kazior michal.kaz...@tieto.com Apparently this also fixes some weird issues with qca6174 hw2.1 notably: - ath10k causing

Re: attempting mesh on ath10k

2015-05-27 Thread Bartosz Markowski
On 27 May 2015 at 13:12, Bob Copeland m...@bobcopeland.com wrote: On Wed, May 27, 2015 at 08:51:05AM +0200, Bartosz Markowski wrote: [...] Are there any plans to push this work upstream? Hi Bartosz, Yes, I plan to upstream it. I'm waiting on a hardware to arrive so I can implement VHT

Re: [PATCH] ath10k: Debugfs entry to enable/disable BTC feature

2015-05-27 Thread Kalle Valo
Yanbo Li yan...@qca.qualcomm.com writes: As some radio have no connection with BT modules, enable the BTC feature will has some side effect if the radio's GPIO connect with any other HW modules. Add the control switcher btc_feature at debugfs and set the feature as disable by default to avoid

Re: [PATCH v3] ath10k: Bypass PLL setting on target init for QCA9888

2015-05-27 Thread Kalle Valo
Rajkumar Manoharan rmano...@qti.qualcomm.com writes: Some of of qca988x solutions are having global reset issue during target initialization. Bypassing PLL setting before downloading firmware and letting the SoC run on REF_CLK is fixing the problem. Corresponding firmware change is also

[PATCH v4] ath10k: bypass PLL setting on target init for QCA9888

2015-05-27 Thread Kalle Valo
From: Rajkumar Manoharan rmano...@qti.qualcomm.com Some of of qca988x solutions are having global reset issue during target initialization. Bypassing PLL setting before downloading firmware and letting the SoC run on REF_CLK is fixing the problem. Corresponding firmware change is also needed to

Re: attempting mesh on ath10k

2015-05-27 Thread Bartosz Markowski
On 28 April 2015 at 14:25, Bob Copeland m...@bobcopeland.com wrote: On Tue, Apr 28, 2015 at 07:47:40AM +0200, Michal Kazior wrote: Perhaps there is a BSSID filter enabled or something like that (in mesh there's no BSSID, just individual addresses on group addressed frames). In that case try

RE: [PATCH] ath10k: Debugfs entry to enable/disable BTC feature

2015-05-27 Thread Li, Yanbo
-Original Message- From: Valo, Kalle Sent: Wednesday, May 27, 2015 5:57 AM To: Li, Yanbo Cc: dreamfly...@gmail.com; linux-wirel...@vger.kernel.org; michal.kaz...@tieto.com; ath10k@lists.infradead.org Subject: Re: [PATCH] ath10k: Debugfs entry to enable/disable BTC feature Yanbo