* [PATCH v4 0/4] ath11k: factory test mode support
@ 2023-05-17 13:59 Raj Kumar Bhagat
0 siblings, 0 replies; 3+ messages in thread
From: Raj Kumar Bhagat @ 2023-05-17 13:59 UTC (permalink / raw)
To: ath11k; +Cc: linux-wireless, Raj Kumar Bhagat
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 (3):
wifi: ath11k: remove unused function ath11k_tm_event_wmi
wifi: ath11k: optimize ath11k_tm_cmd_get_version
wifi: ath11k: factory test mode support
Sowmiya Sree Elavalagan (1):
wifi: ath11k: Allow ath11k to boot without caldata in ftm mode
---
v4:
- used pending branch commit as baseline for v4.
v3:
- added Tested-on tag in patch 1/4 and 2/4.
v2:
- added separate patch for removal of ath11k_tm_event_wmi()
- added separate patch for changes in ath11k_tm_cmd_get_version()
- removed unused cmd and updated documentation for enum ath11k_tm_cmd
- changed warning print to debug print
---
drivers/net/wireless/ath/ath11k/ahb.c | 3 +-
drivers/net/wireless/ath/ath11k/core.c | 21 +-
drivers/net/wireless/ath/ath11k/core.h | 16 +-
drivers/net/wireless/ath/ath11k/debug.h | 1 +
drivers/net/wireless/ath/ath11k/mac.c | 11 +-
drivers/net/wireless/ath/ath11k/pci.c | 3 +-
drivers/net/wireless/ath/ath11k/qmi.c | 10 +-
drivers/net/wireless/ath/ath11k/testmode.c | 363 ++++++++++++++++---
drivers/net/wireless/ath/ath11k/testmode.h | 7 +-
drivers/net/wireless/ath/ath11k/testmode_i.h | 18 +-
drivers/net/wireless/ath/ath11k/wmi.c | 11 +-
drivers/net/wireless/ath/ath11k/wmi.h | 22 ++
drivers/net/wireless/ath/ath11k/wow.c | 3 +-
13 files changed, 422 insertions(+), 67 deletions(-)
base-commit: 610b78b97bad8f3e77c27a15e9a03cbbb4109697
--
2.17.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v4 0/4] ath11k: factory test mode support
@ 2024-06-12 11:46 andrea.marcer
2024-06-12 12:06 ` Kalle Valo
0 siblings, 1 reply; 3+ messages in thread
From: andrea.marcer @ 2024-06-12 11:46 UTC (permalink / raw)
To: quic_rajkbhag
Cc: ath11k, linux-wireless, kvalo, quic_gsaminat, Dennis.Damore,
danilo.sabato, giovanni.ciaramitaro
> 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.
I would like to calibrate and generate test signals on a QCN9074
chip using the factory test mode. Which userspace application
am I supposed to use to perform the calibration and tests?
QCN9074 PCI WLAN.HK.2.5.0.1-03982-QCAHKSWPL_SILICONZ-3
Linux Kernel 6.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v4 0/4] ath11k: factory test mode support
2024-06-12 11:46 [PATCH v4 0/4] ath11k: factory test mode support andrea.marcer
@ 2024-06-12 12:06 ` Kalle Valo
0 siblings, 0 replies; 3+ messages in thread
From: Kalle Valo @ 2024-06-12 12:06 UTC (permalink / raw)
To: andrea.marcer
Cc: quic_rajkbhag, ath11k, linux-wireless, quic_gsaminat,
Dennis.Damore, danilo.sabato, giovanni.ciaramitaro
<andrea.marcer@external.marelli.com> writes:
>> 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.
>
> I would like to calibrate and generate test signals on a QCN9074
> chip using the factory test mode. Which userspace application
> am I supposed to use to perform the calibration and tests?
>
> QCN9074 PCI WLAN.HK.2.5.0.1-03982-QCAHKSWPL_SILICONZ-3
> Linux Kernel 6.1
To my knowledge there are no calibration tools publically available,
unfortunately.
--
https://patchwork.kernel.org/project/linux-wireless/list/
https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-06-12 13:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-12 11:46 [PATCH v4 0/4] ath11k: factory test mode support andrea.marcer
2024-06-12 12:06 ` Kalle Valo
-- strict thread matches above, loose matches on Subject: below --
2023-05-17 13:59 Raj Kumar Bhagat
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).