Re: [v2,1/2] ath10k: clean up HTT tx buffer allocation and free

2016-10-12 Thread Mohammed Shafi Shajakhan
Hi Kalle, On Tue, Oct 11, 2016 at 01:36:22PM +0200, Kalle Valo wrote: > Mohammed Shafi Shajakhan wrote: > > From: Mohammed Shafi Shajakhan > > > > cleanup 'ath10k_htt_tx_alloc' by introducing the API's > > 'ath10k_htt_tx_alloc/free_{cont_txbuf, txdone_fifo} and > > re-use them whereever needed

[PATCH] ath10k: Fix failure to send NULL func frame for 10.4

2016-10-12 Thread Mohammed Shafi Shajakhan
From: Mohammed Shafi Shajakhan This partially reverts 'commit 2cdce425aa33 ("ath10k: Fix broken NULL func data frame status for 10.4")' Unfortunately this breaks sending NULL func and the existing issue of obtaining proper tx status for NULL function will be fixed. Also update the comments for fe

Re: [v2,1/2] ath10k: clean up HTT tx buffer allocation and free

2016-10-12 Thread Valo, Kalle
Mohammed Shafi Shajakhan writes: > Hi Kalle, > > On Tue, Oct 11, 2016 at 01:36:22PM +0200, Kalle Valo wrote: >> Mohammed Shafi Shajakhan wrote: >> > From: Mohammed Shafi Shajakhan >> > >> > cleanup 'ath10k_htt_tx_alloc' by introducing the API's >> > 'ath10k_htt_tx_alloc/free_{cont_txbuf, txdon

[PATCH v3 1/2] ath10k: clean up HTT tx buffer allocation and free

2016-10-12 Thread Mohammed Shafi Shajakhan
From: Mohammed Shafi Shajakhan cleanup 'ath10k_htt_tx_alloc' by introducing the API's 'ath10k_htt_tx_alloc/free_{cont_txbuf, txdone_fifo} and re-use them whereever needed Signed-off-by: Mohammed Shafi Shajakhan --- drivers/net/wireless/ath/ath10k/htt_tx.c | 75 --

[PATCH v3 2/2] ath10k: Remove extraneous error message in tx alloc

2016-10-12 Thread Mohammed Shafi Shajakhan
From: Mohammed Shafi Shajakhan Remove extraneous error message in 'ath10k_htt_tx_alloc_cont_frag_desc' as the caller 'ath10k_htt_tx_alloc' already dumps a proper error message Signed-off-by: Mohammed Shafi Shajakhan --- drivers/net/wireless/ath/ath10k/htt_tx.c |4 +--- 1 file changed, 1 in

Re: [PATCH 1/2] ath10k: add per peer htt tx stats support for 10.4

2016-10-12 Thread Yeoh Chun-Yeow
> > My understanding is that 10.2 branch does not have this feature, > unfortunately. > Alright, noted. Is QCA988X going to have firmware 10.4 support? --- Chun-Yeow ___ ath10k mailing list ath10k@lists.infradead.org http://lists.infradead.org/mailman

Re: QCA9887 Firmware Memory Usage

2016-10-12 Thread Valo, Kalle
David Hutchison writes: > I am using a Mikrotik hAP AC Lite which has a QCA9887 radio. It > appears to be working; however ath10k ( or the qca9887 firmware ) is > utilizing 15 - 20mb of memory. I applied the kfree(caldata) patch, to > insure there is no memory leak. > > It doesn't appear to be le

Re: Very low throughput on QCA9880 ath10k module

2016-10-12 Thread Valo, Kalle
Vijay Kumar R Patel writes: > HI all, > we are testing throughput on our QCA9880 module using iperf command, > we are getting 10Mbps throughput, tried with all iperf options like > TCP window size,length but not getting more than 10Mbps. > > Test procedure and system info > iperf b/w AP <> ST

Re: Latest stable ath10k driver

2016-10-12 Thread Valo, Kalle
"Bonev, George" writes: > Hi, > I am looking for the latest stable version of the ath10k driver. > > Right now I am using v4.4.2 I downloaded from here: > https://www.kernel.org/pub/linux/kernel/projects/backports/stable/v4.4.2/ > I am rebuilding ath10k driver against my old kernel. > > Is there

Re: [PATCH 1/2] ath10k: add per peer htt tx stats support for 10.4

2016-10-12 Thread Valo, Kalle
Yeoh Chun-Yeow writes: >> My understanding is that 10.2 branch does not have this feature, >> unfortunately. >> > > Alright, noted. > > Is QCA988X going to have firmware 10.4 support? I wish it would have but I don't know the current status. -- Kalle Valo __

Re: QCA9887 Firmware Memory Usage

2016-10-12 Thread Sebastian Gottschall
Am 12.10.2016 um 15:51 schrieb Valo, Kalle: David Hutchison writes: I am using a Mikrotik hAP AC Lite which has a QCA9887 radio. It appears to be working; however ath10k ( or the qca9887 firmware ) is utilizing 15 - 20mb of memory. I applied the kfree(caldata) patch, to insure there is no memo