All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] ath10k: update data path to support QCA99X0
@ 2015-07-16  2:01 ` Peter Oh
  0 siblings, 0 replies; 10+ messages in thread
From: Peter Oh @ 2015-07-16  2:01 UTC (permalink / raw)
  To: ath10k; +Cc: linux-wireless

This patch series update ath10k HTT Tx/Rx path to support
QCA99X0 chip and make it able to run data traffic on both of
Tx and Rx path.

v2: fixed a type mismatch warning in htt_tx.c
v3: fixed checkpatch warnings

Peter Oh (3):
  ath10k: update tx path to support QCA99X0
  ath10k: redefine rx_ppdu_end_common structure to cover qca99x0
  ath10k: add support for qca99x0 Rx descriptors

 drivers/net/wireless/ath/ath10k/htt.h     |  13 ++-
 drivers/net/wireless/ath/ath10k/htt_rx.c  |  24 ++--
 drivers/net/wireless/ath/ath10k/htt_tx.c  |  31 ++++--
 drivers/net/wireless/ath/ath10k/rx_desc.h | 175 ++++++++++++++++++++++++++++--
 4 files changed, 214 insertions(+), 29 deletions(-)

-- 
1.9.1


_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k

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

end of thread, other threads:[~2015-07-24  7:47 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-16  2:01 [PATCH v3 0/3] ath10k: update data path to support QCA99X0 Peter Oh
2015-07-16  2:01 ` Peter Oh
2015-07-16  2:01 ` [PATCH v3 1/3] ath10k: update tx " Peter Oh
2015-07-16  2:01   ` Peter Oh
2015-07-16  2:01 ` [PATCH v3 2/3] ath10k: redefine rx_ppdu_end_common structure to cover qca99x0 Peter Oh
2015-07-16  2:01   ` Peter Oh
2015-07-16  2:01 ` [PATCH v3 3/3] ath10k: add support for qca99x0 Rx descriptors Peter Oh
2015-07-16  2:01   ` Peter Oh
2015-07-24  7:46 ` [PATCH v3 0/3] ath10k: update data path to support QCA99X0 Kalle Valo
2015-07-24  7:46   ` Kalle Valo

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.