[PATCH] ath10k: harmonize error case handling in ath10k_core_start

2015-03-16 Thread Nicholas Mc Guire
! Patch was only compile test with x86_64_defconfig + CONFIG_ATH_CARDS=m, CONFIG_ATH10K=m Patch is against 4.0-rc3 (localversion-next is -next-20150316) drivers/net/wireless/ath/ath10k/core.c |6 ++ drivers/net/wireless/ath/ath10k/wmi.c | 20 2 files changed, 14

Re: QCA6174 hw2.1?

2015-03-16 Thread Michal Kazior
On 13 March 2015 at 16:28, Jason H wrote: > >> On 13 March 2015 at 04:39, wrote: >> > I went through the archives, and the wiki but I still wasn't sure... >> > I have a shiny new Lenovo z70, kernel 4.0-rc1/3. Dmesg reports failures >> > for loading firmware in /lib/firmware/ath10k/QCA6174/hw

ath10k tx99-like test mode?

2015-03-16 Thread Simon Wunderlich
Hi, is there a test mode for ath10k where one can set different legacy/MCS rates to test output power levels in a lab? We used tx99 on ath9k for that purpose, is there an equivalent feature in ath10k as well? Thanks! Simon signature.asc Description: This is a digitally signed message part.

Re: [PATCH] ath10k: match wait_for_completion_timeout return type

2015-03-16 Thread Kalle Valo
Nicholas Mc Guire writes: > On Fri, 13 Mar 2015, Kalle Valo wrote: > >> Nicholas Mc Guire writes: >> >> > Return type of wait_for_completion_timeout is unsigned long not int. >> > An appropriately named unsigned long is added and the assignments fixed up. >> > >> > Signed-off-by: Nicholas Mc Gu

Re: [PATCH] ath10k: match wait_for_completion_timeout return type

2015-03-16 Thread Nicholas Mc Guire
On Mon, 16 Mar 2015, Kalle Valo wrote: > Nicholas Mc Guire writes: > > > On Fri, 13 Mar 2015, Kalle Valo wrote: > > > >> Nicholas Mc Guire writes: > >> > >> > Return type of wait_for_completion_timeout is unsigned long not int. > >> > An appropriately named unsigned long is added and the assig

Re: ath10k tx99-like test mode?

2015-03-16 Thread Ben Greear
On 03/16/2015 05:21 AM, Simon Wunderlich wrote: Hi, is there a test mode for ath10k where one can set different legacy/MCS rates to test output power levels in a lab? We used tx99 on ath9k for that purpose, is there an equivalent feature in ath10k as well? My firmware and driver changes have r

Re: ath10k tx99-like test mode?

2015-03-16 Thread mrex
Ben, The tx99 feature has the benefit of not needing any client or traffic to be passed for a power meter to measure.  So it’s incredibly fast to test different rates and output power than having to wait for client to re-associate, pass traffic and adjust power meter to duty cycle (depending on ho

Re: ath10k tx99-like test mode?

2015-03-16 Thread Pushpal Sidhu
On Mon, Mar 16, 2015 at 5:21 AM, Simon Wunderlich wrote: > is there a test mode for ath10k where one can set different legacy/MCS rates > to > test output power levels in a lab? We used tx99 on ath9k for that purpose, is > there an equivalent feature in ath10k as well? Simon, I've asked about

Re: ath10k tx99-like test mode?

2015-03-16 Thread Ben Greear
On 03/16/2015 01:51 PM, m...@tranzeo.com wrote: > Ben, > > The tx99 feature has the benefit of not needing any client or traffic to be > passed for a power meter to measure. So it’s incredibly fast to test > different rates and output power than having to wait for client to > re-associate, pass t