public inbox for ath12k@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH v3 0/4] ath12k: Factory test mode support
@ 2024-06-11  8:34 Aaradhana Sahu
  2024-06-11  8:34 ` [PATCH v3 1/4] wifi: ath: create common testmode_i.h file for ath drivers Aaradhana Sahu
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Aaradhana Sahu @ 2024-06-11  8:34 UTC (permalink / raw)
  To: ath12k; +Cc: linux-wireless, Aaradhana Sahu

Device is booted in factory test mode for calibration.
The commands are sent from userspace application, which
is sent to firmware using wmi commands. Firmware sends
the response to driver as wmi events and driver sends
these events to the application via netlink message.

Also added changes related to correct pdev id access for
fw test cmd.

Aaradhana Sahu (3):
  wifi: ath: create common testmode_i.h file for ath drivers
  wifi: ath12k: export ath12k_wmi_tlv_hdr for testmode
  wifi: ath12k: add factory test mode support

Rajat Soni (1):
  wifi: ath12k: Fill pdev id for fw test cmd

---
v3:
  -Rebased on latest ToT
  -Updated Tested-on Tag
  -Removed second parameter of ath12k_core_start()
  -Updated copyright
v2:
  -Rebased on latest ath ToT
---

 drivers/net/wireless/ath/ath11k/testmode.c    |  78 ++--
 drivers/net/wireless/ath/ath12k/Makefile      |   1 +
 drivers/net/wireless/ath/ath12k/core.c        |  22 +-
 drivers/net/wireless/ath/ath12k/core.h        |  13 +
 drivers/net/wireless/ath/ath12k/debug.h       |   1 +
 drivers/net/wireless/ath/ath12k/dp.c          |   3 +
 drivers/net/wireless/ath/ath12k/mac.c         |  15 +-
 drivers/net/wireless/ath/ath12k/pci.c         |   1 +
 drivers/net/wireless/ath/ath12k/testmode.c    | 422 ++++++++++++++++++
 drivers/net/wireless/ath/ath12k/testmode.h    |  40 ++
 drivers/net/wireless/ath/ath12k/wmi.c         |  39 +-
 drivers/net/wireless/ath/ath12k/wmi.h         |  21 +
 .../wireless/ath/{ath11k => }/testmode_i.h    |  52 +--
 13 files changed, 634 insertions(+), 74 deletions(-)
 create mode 100644 drivers/net/wireless/ath/ath12k/testmode.c
 create mode 100644 drivers/net/wireless/ath/ath12k/testmode.h
 rename drivers/net/wireless/ath/{ath11k => }/testmode_i.h (53%)


base-commit: a116bf2be795eb1db75fa6a48aa85c397be001a6
-- 
2.34.1



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

end of thread, other threads:[~2024-06-26 17:04 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-11  8:34 [PATCH v3 0/4] ath12k: Factory test mode support Aaradhana Sahu
2024-06-11  8:34 ` [PATCH v3 1/4] wifi: ath: create common testmode_i.h file for ath drivers Aaradhana Sahu
2024-06-11  8:34 ` [PATCH v3 2/4] wifi: ath12k: export ath12k_wmi_tlv_hdr for testmode Aaradhana Sahu
2024-06-11  8:34 ` [PATCH v3 3/4] wifi: ath12k: add factory test mode support Aaradhana Sahu
2024-06-11  8:34 ` [PATCH v3 4/4] wifi: ath12k: Fill pdev id for fw test cmd Aaradhana Sahu
2024-06-12 16:51 ` [PATCH v3 0/4] ath12k: Factory test mode support Jeff Johnson
2024-06-13 13:30   ` Kalle Valo
2024-06-17 11:17     ` Aaradhana Sahu
2024-06-26 17:03 ` Kalle Valo

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