[PATCH v5 0/4] wifi: ath12k: Factory test mode support
Aaradhana Sahu
quic_aarasahu at quicinc.com
Wed Jan 8 20:43:35 PST 2025
On 6/24/2024 3:23 PM, Aaradhana Sahu wrote:
> 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
>
> ---
> v5:
> -Updated copyright
> -Fixed line length within 90 char
> v4:
> -Rebased on latest ToT
> 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 | 423 ++++++++++++++++++
> 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 | 54 +--
> 13 files changed, 636 insertions(+), 75 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 (50%)
>
>
> base-commit: cac9bfd02678adbcca9a7dce770609b9f7434d37
Hi Kalle,
Please let me know, if any thing is pending from the developer side, to merge this series into ath.git tree.
Thanks,
Aaradhana Sahu
More information about the ath12k
mailing list