Re: Re: QCA6174 hw2.1?

2015-04-13 Thread Jason H
Checking in again. Could I get the QCA6174 /2.1hw firmware made faster if I sponsored it? Sent: Tuesday, April 07, 2015 at 10:44 AM From: Jason H jh...@gmx.com To: Jason H jh...@gmx.com Cc: Michal Kazior michal.kaz...@tieto.com, ath10k@lists.infradead.org ath10k@lists.infradead.org

Re: CT ath10k firmware now supports IBSS + RSN

2015-04-13 Thread Ben Greear
On 04/13/2015 10:41 AM, Ben Greear wrote: Looks like I have some more work to do. For any moderately large frames, I am now dropping the last 16 bytes. Looks like the skb_put_padto logic was working around a more serious issue... A better-tested version of kernel and firmware is uploaded

Re: Using ath10k for WiFi capturing non-11ac traffic

2015-04-13 Thread Michal Kazior
On 6 April 2015 at 21:49, Amato Carbonara acarbonar...@gmail.com wrote: Hello, I have installed a WiFi adapter with the Qualcomm-Atheros QCA-9880 chipset using the at10k drivers. I am using this WiFi adapter to capture WLAN traffic. The recommended firmware for capturing WiFi traffic is

Re: CT ath10k firmware now supports IBSS + RSN

2015-04-13 Thread Michal Kazior
On 14 April 2015 at 02:10, Ben Greear gree...@candelatech.com wrote: On 04/13/2015 10:41 AM, Ben Greear wrote: Looks like I have some more work to do. For any moderately large frames, I am now dropping the last 16 bytes. Looks like the skb_put_padto logic was working around a more serious

Re: CT ath10k firmware now supports IBSS + RSN

2015-04-13 Thread Ben Greear
Looks like I have some more work to do. For any moderately large frames, I am now dropping the last 16 bytes. Looks like the skb_put_padto logic was working around a more serious issue... Thanks, Ben On 04/10/2015 04:32 PM, Ben Greear wrote: First, thanks to everyone that helped me with

[RFC 1/2] ath10k: refactor ASPM workaround

2015-04-13 Thread Janusz Dziedzic
Disable ASPM only when loading firmware. After that back to BIOS/system ASMP settings. When ASPM is enable by system, this decrease power consumtion. Signed-off-by: Janusz Dziedzic janusz.dzied...@tieto.com --- drivers/net/wireless/ath/ath10k/pci.c | 17 -

[RFC 2/2] ath10k: don't disable PS when not connected

2015-04-13 Thread Janusz Dziedzic
Don't disable PS while we are not connected. In other case we will get higher power consumption. Signed-off-by: Janusz Dziedzic janusz.dzied...@tieto.com --- drivers/net/wireless/ath/ath10k/mac.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git

Re: [PATCH 4/4] ath10k: enable ibss-rsn

2015-04-13 Thread Michal Kazior
On 10 April 2015 at 15:23, Michal Kazior michal.kaz...@tieto.com wrote: From: Janusz Dziedzic janusz.dzied...@tieto.com With latest additions to the driver it seems viable to enable support for IBSS-RSN. It seems to work on QCA988X and 999.999.0.636 but is a bit slow to exchange RSN keys