ATH10K Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/2] ath10k: testmode support
@ 2014-05-28  9:19 Kalle Valo
  2014-05-28  9:19 ` [RFC PATCH 1/2] ath10k: make ath10k_wmi_cmd_send() public Kalle Valo
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Kalle Valo @ 2014-05-28  9:19 UTC (permalink / raw)
  To: ath10k

Hi,

here's how I'm thinking we should implement testmode support to ath10k. Please
comment.

---

Kalle Valo (2):
      ath10k: make ath10k_wmi_cmd_send() public
      ath10k: add testmode


 drivers/net/wireless/ath/ath10k/Makefile   |    2 
 drivers/net/wireless/ath/ath10k/core.c     |   66 ++++--
 drivers/net/wireless/ath/ath10k/core.h     |   17 +-
 drivers/net/wireless/ath/ath10k/debug.h    |    1 
 drivers/net/wireless/ath/ath10k/hw.h       |    1 
 drivers/net/wireless/ath/ath10k/mac.c      |   10 +
 drivers/net/wireless/ath/ath10k/testmode.c |  312 ++++++++++++++++++++++++++++
 drivers/net/wireless/ath/ath10k/testmode.h |   45 ++++
 drivers/net/wireless/ath/ath10k/wmi.c      |   11 +
 drivers/net/wireless/ath/ath10k/wmi.h      |    4 
 10 files changed, 446 insertions(+), 23 deletions(-)
 create mode 100644 drivers/net/wireless/ath/ath10k/testmode.c
 create mode 100644 drivers/net/wireless/ath/ath10k/testmode.h


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

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

end of thread, other threads:[~2014-06-03  7:09 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-28  9:19 [RFC PATCH 0/2] ath10k: testmode support Kalle Valo
2014-05-28  9:19 ` [RFC PATCH 1/2] ath10k: make ath10k_wmi_cmd_send() public Kalle Valo
2014-05-28  9:19 ` [RFC PATCH 2/2] ath10k: add testmode Kalle Valo
2014-05-29 11:43   ` Michal Kazior
2014-05-29 12:51     ` Kalle Valo
2014-05-30  6:17       ` Michal Kazior
2014-05-30 10:06         ` Kalle Valo
2014-05-30 10:22           ` Michal Kazior
2014-05-30 10:35             ` Kalle Valo
2014-05-30 10:40               ` Michal Kazior
2014-06-01 19:51 ` [RFC PATCH 0/2] ath10k: testmode support Sven Schnelle
2014-06-02 15:48   ` Kalle Valo
2014-06-03  7:12     ` Sven Schnelle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox