Re: [PATCH v2] ath10k: handle cycle count wrap around

2015-05-20 Thread Kalle Valo
Srinivasa Duvvuri sduvv...@chromium.org writes: This patch addresses couple of issues related to survey data that results in a random/large values in the out put of iw dev wlan0 surevey dump. These are the 2 changes that address the issue. 1) Handle Cycle count wrap around.

Re: ath20k blocks other devices

2015-05-20 Thread Michal Kazior
On 16 May 2015 at 17:59, Eduardo Costa e...@ejcosta.info wrote: On Fri, May 15, 2015 at 11:25 AM, Michal Kazior michal.kaz...@tieto.com wrote: Can you get some sniff logs and possibly wpa_supplicant verbose logs from, e.g. another linux-based client? At this point I don't have any data to

Re: ath20k blocks other devices

2015-05-20 Thread Anton Romanov
Yeah, I'd like to confirm here as well that this indeed fixed this problem for me. On Wed, May 20, 2015 at 10:29 PM, Michal Kazior michal.kaz...@tieto.com wrote: On 16 May 2015 at 17:59, Eduardo Costa e...@ejcosta.info wrote: On Fri, May 15, 2015 at 11:25 AM, Michal Kazior

Re: QCA6174 hw2.1?

2015-05-20 Thread Anton Romanov
Works fine for me with this patch https://patchwork.kernel.org/patch/6387631/ at least I am currently using self-extracted firmware but the one in the pr for ath10k-firmware worked fine as well iirc. I'm using that on Alienware 15 laptop with Killer N1525 On Wed, May 20, 2015 at 8:17 AM, Jason H

Re: [PATCH] amth10k: fix promisc handling

2015-05-20 Thread Michal Kazior
On 12 May 2015 at 14:45, Michal Kazior michal.kaz...@tieto.com wrote: Patch df1404650ccb (mac80211: remove support for IFF_PROMISC) removed promiscuous flag propagation to drivers. However the patch was designed against ath10k without 548462133d98 (ath10k: fix interrupt storm). After