Re: [PATCH 1/2] ath10k: Introduce Extended Resource Config support for 10.4

2016-03-18 Thread Mohammed Shafi Shajakhan
Hi Kalle, On Wed, Mar 16, 2016 at 10:21:10AM +, Valo, Kalle wrote: > Mohammed Shafi Shajakhan writes: > > > From: Raja Mani > > > > Add API support for Extended Resource Configuration for 10.4. This > > is useful to enable new features like Peer Stats, LTEU etc if the > > firmware advertise

Re: [PATCH v5] ath10k: move mgmt descriptor limit handle under mgmt_tx

2016-03-18 Thread Valo, Kalle
Rajkumar Manoharan writes: > Frames that are transmitted via MGMT_TX are using reserved descriptor > slots in firmware. This limitation is for the htt_mgmt_tx path itself, > not for mgmt frames per se. In 16 MBSSID scenario, these reserved slots > will be easy exhausted due to frequent probe resp

Re: [PATCH 2/2] ath10k: Enable parsing per station rx duration for 10.4

2016-03-18 Thread Valo, Kalle
Mohammed Shafi Shajakhan writes: > From: Mohammed Shafi Shajakhan > > Rx duration support for per station is part of extended peer > stats, enable provision to parse the same and provide backward > compatibility based on the 'stats_id' event > > Signed-off-by: Mohammed Shafi Shajakhan After fi

[PATCH 1/2] ath10k: fix tx hang

2016-03-18 Thread Michal Kazior
The wake_tx_queue/push_pending logic had a bug which could stop queues indefinitely effectivelly breaking traffic. Fixes: 299468782d94 ("ath10k: implement wake_tx_queue") Signed-off-by: Michal Kazior --- drivers/net/wireless/ath/ath10k/mac.c | 8 1 file changed, 4 insertions(+), 4 delet

[PATCH v1 2/3] ath10k: Introduce Extended Resource Config support for 10.4

2016-03-18 Thread Mohammed Shafi Shajakhan
From: Raja Mani Add API support for Extended Resource Configuration for 10.4. This is useful to enable new features like Peer Stats, LTEU etc if the firmware advertises support for the service. This is also done to provide backward compatibility with older firmware. Also for clarity send default