Re: [PATCH 1/3] ath10k: remove ath10k_vif_to_arvif()

2017-02-07 Thread Ben Greear
On 02/07/2017 01:14 AM, Valo, Kalle wrote: Adrian Chadd writes: Removing this method makes the diff to FreeBSD larger, as "vif" in FreeBSD is a different pointer. (Yes, I have ath10k on freebsd working and I'd like to find a way to reduce the diff moving forward.) I don't like this "(void

Re: 9984 VHT

2017-02-07 Thread Sebastian Gottschall
Am 07.02.2017 um 13:14 schrieb Valo, Kalle: Ben Greear writes: On 02/02/2017 10:42 AM, Sebastian Gottschall wrote: Am 02.02.2017 um 19:24 schrieb Ben Greear: On 02/02/2017 08:18 AM, Ben Greear wrote: On 02/01/2017 10:45 AM, Sebastian Gottschall wrote: Am 01.02.2017 um 17:48 schrieb Ben Gre

Re: 9984 VHT

2017-02-07 Thread Valo, Kalle
Ben Greear writes: > On 02/02/2017 10:42 AM, Sebastian Gottschall wrote: >> Am 02.02.2017 um 19:24 schrieb Ben Greear: >>> On 02/02/2017 08:18 AM, Ben Greear wrote: On 02/01/2017 10:45 AM, Sebastian Gottschall wrote: > Am 01.02.2017 um 17:48 schrieb Ben Greear: >> On 01/30/2017 02:28

Re: [PATCH 1/3] ath10k: remove ath10k_vif_to_arvif()

2017-02-07 Thread Valo, Kalle
Adrian Chadd writes: > Removing this method makes the diff to FreeBSD larger, as "vif" in > FreeBSD is a different pointer. > > (Yes, I have ath10k on freebsd working and I'd like to find a way to > reduce the diff moving forward.) I don't like this "(void *) vif->drv_priv" style that much eithe

Re: ath10k: fix reading sram contents for QCA4019

2017-02-07 Thread Kalle Valo
Ashok Raj Nagarajan wrote: > With QCA4019 platform, SRAM address can be accessed directly from host but > currently, we are assuming sram addresses cannot be accessed directly and > hence we convert the addresses. > > While there, clean up growing hw checks during conversion of target CPU > addre

Re: [PATCHv3] ath10k: fix boot failure in UTF mode/testmode

2017-02-07 Thread Kalle Valo
c_tr...@qti.qualcomm.com wrote: > From: Tamizh chelvam > > Rx filter reset and the dynamic tx switch mode (EXT_RESOURCE_CFG) > configuration are causing the following errors when UTF firmware > is loaded to the target. > > Error message 1: > [ 598.015629] ath10k_pci 0001:01:00.0: failed to ping

Re: ath10k: Add debugfs support to get per peer tids log via tracing

2017-02-07 Thread Kalle Valo
c_mke...@qti.qualcomm.com wrote: > From: Maharaja Kennadyrajan > > This patch provides support to get per peer tids log. > > echo 1 > /sys/kernel/debug/ieee80211/phyX/netdev\:wlanX/stations/ > XX:XX/peer_debug_trigger > > These logs will be the part of FWLOGS which we collect the logs > via tra

Re: [1/3] ath10k: prefer unsigned int over just unsigned

2017-02-07 Thread Kalle Valo
Kalle Valo wrote: > Fixes new checkpatch warnings: > > drivers/net/wireless/ath/ath10k/htt.h:1639: Prefer 'unsigned int' to bare use > of 'unsigned' > drivers/net/wireless/ath/ath10k/htt.h:1660: Prefer 'unsigned int' to bare use > of 'unsigned' > > Signed-off-by: Kalle Valo 3 patches applied