Re: unknown qca6164 model 0x0041

2015-08-17 Thread Michal Kazior
On 17 August 2015 at 19:37, Joseph Salisbury wrote: > On 08/13/2015 06:34 AM, Kalle Valo wrote: >> Michal Kazior writes: >> >>> On 12 August 2015 at 21:33, Joseph Salisbury >>> wrote: Hello, There are still new folks reporting this issue in the Launchpad bug report[0]. Has t

Re: unknown qca6164 model 0x0041

2015-08-17 Thread Joseph Salisbury
On 08/13/2015 06:34 AM, Kalle Valo wrote: > Michal Kazior writes: > >> On 12 August 2015 at 21:33, Joseph Salisbury >> wrote: >>> Hello, >>> >>> There are still new folks reporting this issue in the Launchpad bug >>> report[0]. Has there been any progress on the firmware problem reported >>> in

Re: CT ath10k firmware now supports IBSS + RSN

2015-08-17 Thread Ben Greear
On 08/17/2015 06:11 AM, Sven Eckelmann wrote: > Hi, > > On Friday 10 April 2015 16:32:29 Ben Greear wrote: >> First, thanks to everyone that helped me with questions, >> QCA/Tieto's upstream patches, etc. >> >> This needs more testing, but it appears to at least mostly work. >> >> I am using this

Re: [PATCH] ath10k: Fill in wmi 10.4 command handlers for addba/delba debug commands

2015-08-17 Thread Kalle Valo
Vasanthakumar Thiagarajan writes: > WMI 10.4 uses the same command interface as QCA988X for addba/delba > debug wmi commands. Fill wmi_10_4_ops table with the functions used > for QCA988X for these commands. > > With this change, the following debugfs entries can be used to > configure the aggreg

Re: [PATCH v2 1/2] ath10k: refactor phyerr event handlers

2015-08-17 Thread Kalle Valo
Raja Mani writes: > Existing phyerr event handlers directly uses phyerr header format > (ie, struct wmi_phyerr and struct wmi_phyerr_event) in the code > exactly on how firmware packs it. This is the problem in 10.4 fw > specific phyerr event handling where it uses different phyerror > header for

Re: [PATCH] ath10k: split ap/ibss wep key install process

2015-08-17 Thread Kalle Valo
Michal Kazior writes: > Apparently it's not safe to install both pairwise > and groupwise keys on AP vdevs as it can cause > traffic to stop working in some multi-vif > (WPA+WEP) cases. > > Fixes: ce90b27128c2 ("ath10k: fix multiple key static wep with ibss") > Signed-off-by: Michal Kazior Than

Re: [PATCH 1/2] ath10k: Fix invalid survey reporting for QCA99X0

2015-08-17 Thread Kalle Valo
Vasanthakumar Thiagarajan writes: > There are three WMI_CHAN_INFO events reported per channel > in QCA99X0 firmware. First one is a notification at the begining > of the channel dwell time with cmd_flag as CHAN_INFO_START(cmd_flag = 0), > second one is a notification at the end of the dwell time

Re: [PATCH] ath10k: wake up queue upon vif creation

2015-08-17 Thread Kalle Valo
Michal Kazior writes: > Vif's vdev_id is used as queue number. However due > to the tx pausing design in ath10k it was possible > for a new interface to be created with its tx > queue stopped (via ieee80211_stop_queues). This > could in turn leave the interface inoperable until > ath10k_mac_tx_un

Re: [PATCH] ath10k: wake up offchannel queue properly

2015-08-17 Thread Kalle Valo
Michal Kazior writes: > Once HTT Tx queue got full offchannel queue was > stopped and never woken up again. This broke, e.g. > P2P. This could be reproduced after running a lot > of traffic enough to saturate 100% of the driver > Tx queue and then trying to send offchannel > traffic. > > Fixes: 9

Re: CT ath10k firmware now supports IBSS + RSN

2015-08-17 Thread Sven Eckelmann
Hi, On Friday 10 April 2015 16:32:29 Ben Greear wrote: > First, thanks to everyone that helped me with questions, > QCA/Tieto's upstream patches, etc. > > This needs more testing, but it appears to at least mostly work. > > I am using this 4.0 related kernel. I think only the last 3 patches > a

Unable to set channel above 100 with latest CT Kernel and Firmware

2015-08-17 Thread Harms, Hannes
Hi, I am trying to set up the latest Kernel (4.2rc6) and firmware (10.1.467-ct-14) form Candela for a 5Ghz network. Unfortunately I am not able to set channels above 100, although regulatory domain is set to DE. Maybe someone has an advice what is going wrong? Regards Hannes My configuratio

[PATCH 1/3] ath10k: enable monitor when OTHER_BSS requested

2015-08-17 Thread Bob Copeland
By default, ath10k restricts received frames to those matching BSSID. When other BSS frames are requested (e.g. in mesh mode), add an internal monitor device so those frames are not filtered. Signed-off-by: Bob Copeland --- drivers/net/wireless/ath/ath10k/mac.c | 1 + 1 file changed, 1 insertion

Re: AP mode firmware crash on QCA9880-BR4A

2015-08-17 Thread Michal Kazior
On 8 August 2015 at 23:06, Martin Blumenstingl wrote: > Hi Michal, Hi, Sorry for my late reply. > On Tue, Aug 4, 2015 at 7:19 AM, Michal Kazior wrote: >> It could be that your devices are not transmitting Probe Requests and >> scan passively 5GHz channels due to their regulatory restrictions.