All of lore.kernel.org
 help / color / mirror / Atom feed
* [ath9k-devel] [RFC/RFT 0/7] ath10k: tx flow control fixes
@ 2013-05-10 11:37 Michal Kazior
  2013-05-10 11:37 ` [ath9k-devel] [RFC/RFT 1/7] ath10k: change errno if we run out of msdu_ids Michal Kazior
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Michal Kazior @ 2013-05-10 11:37 UTC (permalink / raw)
  To: ath9k-devel

This addresses some `tx failed` issues and minor
issues I've found along.

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: add active htc ul pipe polling support
  ath10k: introduce proper htt tx flow control

 drivers/net/wireless/ath/ath10k/htc.c    |  120 +++++++++---------------------
 drivers/net/wireless/ath/ath10k/htc.h    |    6 +-
 drivers/net/wireless/ath/ath10k/htt.c    |   18 -----
 drivers/net/wireless/ath/ath10k/htt.h    |   17 +----
 drivers/net/wireless/ath/ath10k/htt_tx.c |   61 ++++++++++++++-
 drivers/net/wireless/ath/ath10k/txrx.c   |    1 +
 6 files changed, 101 insertions(+), 122 deletions(-)

-- 
1.7.9.5

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2013-05-15 13:19 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-10 11:37 [ath9k-devel] [RFC/RFT 0/7] ath10k: tx flow control fixes Michal Kazior
2013-05-10 11:37 ` [ath9k-devel] [RFC/RFT 1/7] ath10k: change errno if we run out of msdu_ids Michal Kazior
2013-05-10 11:37 ` [ath9k-devel] [RFC/RFT 2/7] ath10k: ath10k_htc_prepare_tx_skb() never fails Michal Kazior
2013-05-10 11:37 ` [ath9k-devel] [RFC/RFT 3/7] ath10k: add lockdep asserts to htc skb dequeuing Michal Kazior
2013-05-10 11:37 ` [ath9k-devel] [RFC/RFT 4/7] ath10k: simplify htc flow control Michal Kazior
2013-05-10 11:37 ` [ath9k-devel] [RFC/RFT 5/7] ath10k: remove unused queue limit Michal Kazior
2013-05-10 11:37 ` [ath9k-devel] [RFC/RFT 6/7] ath10k: add active htc ul pipe polling support Michal Kazior
2013-05-15 12:37   ` Kalle Valo
2013-05-15 13:19     ` Michal Kazior
2013-05-10 11:37 ` [ath9k-devel] [RFC/RFT 7/7] ath10k: introduce proper htt tx flow control Michal Kazior

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.