From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kalle Valo Date: Tue, 28 May 2013 18:11:16 +0300 Subject: [ath9k-devel] [PATCH 0/7] ath10k: tx flow control fixes In-Reply-To: <87k3mj6t2t.fsf@kamboji.qca.qualcomm.com> (Kalle Valo's message of "Tue, 28 May 2013 18:07:54 +0300") References: <1368695347-18467-1-git-send-email-michal.kazior@tieto.com> <87k3mj6t2t.fsf@kamboji.qca.qualcomm.com> Message-ID: <87fvx76sx7.fsf@kamboji.qca.qualcomm.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ath9k-devel@lists.ath9k.org Kalle Valo writes: > Michal Kazior writes: > >> This addresses some `tx failed` issues and minor >> issues I've found along. >> >> This is a resend as a PATCH rather than an RFC. >> >> Updates include: >> * added `ath10k: detect htt pending tx limit at runtime` >> * dropped htc tx polling with a timer patch >> * dropped explicit htt tx polling from >> `ath10k: introduce proper htt tx flow control` >> (this was deadlocking, and is no longer necessary anyway) >> >> Michal Kazior (7): >> ath10k: change errno if we run out of msdu_ids >> ath10k: ath10k_htc_prepare_tx_skb() never fails >> ath10k: add lockdep asserts to htc skb dequeuing >> ath10k: simplify htc flow control >> ath10k: remove unused queue limit >> ath10k: introduce proper htt tx flow control >> ath10k: detect htt pending tx limit at runtime > > Thanks, all patches applied. I got a new warning, can you please send a followup patch for that: drivers/net/wireless/ath/ath10k/htt_tx.c:96: WARNING: line over 80 characters -- Kalle Valo