Re: [PATCH 13/13] ath10k: implement push-pull tx

2016-01-26 Thread Peter Oh
On 01/26/2016 02:28 AM, Michal Kazior wrote: On 22 January 2016 at 08:47, Michal Kazior wrote: On 21 January 2016 at 18:40, Peter Oh wrote: On 01/21/2016 05:46 AM, Michal Kazior wrote: [...] - /* TODO: apply configuration */ + rcu_read_unlock(); + + spin_lock_bh(&ar->htt

Re: [PATCH] ath10k: Remove the p2p notice of absence info from 10.2.4 FW beacon info

2016-01-26 Thread Kalle Valo
Yanbo Li writes: > The p2p NOA never been supported at 10.2.4 FW, remove it to avoid SWBA > event parse error for multi beacon interval case. > > Signed-off-by: Yanbo Li Applied, thanks. -- Kalle Valo ___ ath10k mailing list ath10k@lists.infradead.

Re: [PATCH 0/7] Add support for Per STA Rx duration

2016-01-26 Thread Kalle Valo
Mohammed Shafi Shajakhan writes: > From: Mohammed Shafi Shajakhan > > From: Mohammed Shafi Shajakhan > > *Enable parsing of rx_duration as part of peer stats support > by the new 10.2.4 firmware > *Add support to dump per STA rx_duration (usecs) > *Pre-requisite cleanups > *For calculating to

Re: [PATCH] ath10k: prevent txrx running for too long

2016-01-26 Thread Kalle Valo
Michal Kazior writes: > On multicore systems it was possible for the txrx > tasklet to keep on running for long periods of > time on a single CPU due to tx completion > processing. Another CPU could feed the running > tasklet for an indefinite amount of time. > > The tasklet is now guaranteed to

Re: [PATCH v3] dt: bindings: add bindings for ipq4019 wifi block

2016-01-26 Thread Kalle Valo
Raja Mani writes: > Add device tree binding documentation details for wifi block present > in Qualcomm IPQ4019 SoC into "qcom,ath10k.txt". > > Right now, ath10k wireless driver has support for PCI based wlan devices. > There is a plan to extend ath10k driver to support wifi devices which are > co

Re: [PATCH 13/13] ath10k: implement push-pull tx

2016-01-26 Thread Michal Kazior
On 22 January 2016 at 08:47, Michal Kazior wrote: > On 21 January 2016 at 18:40, Peter Oh wrote: >> On 01/21/2016 05:46 AM, Michal Kazior wrote: [...] >>> - /* TODO: apply configuration */ >>> + rcu_read_unlock(); >>> + >>> + spin_lock_bh(&ar->htt.tx_lock); >>> + ath10k_ma