[PATCH 0/2] ath11k: factory test mode support
Vasanthakumar Thiagarajan
quic_vthiagar at quicinc.com
Thu Feb 16 06:56:28 PST 2023
On 2/13/2023 6:38 PM, Raj Kumar Bhagat wrote:
> Device is booted in factory test mode to calibrate the board.
> The commands are sent from a userspace application, which is
> sent to firmware using wmi commands. Firmware will send the
> response back to the application which stores the calibration
> data in caldata.bin file. This file will be loaded when the
> device boots up normally next time.
>
> Govindaraj Saminathan (1):
> wifi: ath11k: factory test mode support
>
> Sowmiya Sree Elavalagan (1):
> wifi: ath11k: Allow ath11k to boot without caldata in ftm mode
>
> drivers/net/wireless/ath/ath11k/ahb.c | 3 +-
> drivers/net/wireless/ath/ath11k/core.c | 20 +-
> drivers/net/wireless/ath/ath11k/core.h | 14 +-
> drivers/net/wireless/ath/ath11k/debug.h | 2 +
> drivers/net/wireless/ath/ath11k/mac.c | 13 +-
> drivers/net/wireless/ath/ath11k/pci.c | 3 +-
> drivers/net/wireless/ath/ath11k/qmi.c | 10 +-
> drivers/net/wireless/ath/ath11k/testmode.c | 323 ++++++++++++++++---
> drivers/net/wireless/ath/ath11k/testmode.h | 21 +-
> drivers/net/wireless/ath/ath11k/testmode_i.h | 19 ++
> drivers/net/wireless/ath/ath11k/wmi.c | 40 ++-
> drivers/net/wireless/ath/ath11k/wmi.h | 20 ++
> drivers/net/wireless/ath/ath11k/wow.c | 3 +-
> 13 files changed, 427 insertions(+), 64 deletions(-)
>
>
> base-commit: ddd8e84e007263f3aa8993f32a3dd4dc8ec0876a
Series LGTM
More information about the ath11k
mailing list