Message ID | 20250119083657.1937557-1-quic_aarasahu@quicinc.com |
---|---|
Headers | show |
Series | wifi: ath12k: Factory test mode support | expand |
On 1/19/25 14:06, Aaradhana Sahu wrote: > Add support to process factory test mode commands(FTM) for calibration. > By default firmware start with MISSION mode and to process the FTM commands > firmware needs to be restarted in FTM mode using module parameter ftm_mode. > The pre-request is all the radios should be down before starting the test. > > All ath12k test mode interface related commands specified in enum > ath_tm_cmd. > > When start command ATH_TM_CMD_TESTMODE_START is received, ar state > is set to test Mode and FTM daemon sends test mode command to wifi > driver via cfg80211. Wifi driver sends these command to firmware as > wmi events. If it is segmented commands it will be broken down into > multiple segments and encoded with TLV header else it is sent to > firmware as it is. > > Firmware response via UTF events, wifi driver creates skb and send > to cfg80211, cfg80211 sends firmware response to FTM daemon via > netlink message. > > Command to boot in ftm mode > insmod ath12k ftm_mode=1 > > Tested-on: QCN9274 hw2.0 PCI WLAN.WBE.1.3.1-00173-QCAHKSWPL_SILICONZ-1 > > Signed-off-by: Aaradhana Sahu<quic_aarasahu@quicinc.com> > --- Reviewed-by: Aditya Kumar Singh <quic_adisi@quicinc.com>
+ath11k list since it is also modified (but no functional change) On 1/19/2025 12:36 AM, 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 (4): > 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 > wifi: ath12k: Disable MLO in Factory Test Mode > > --- > v10: > -Combined patch[4/5] with patch[3/5] > v9: > -Rebased on master-pending > v8: > -Included change for assigning seg_hdr.pdev_id. > -Moved if block to start of ath12k_core_hw_group_set_mlo_capable() > v7: > -Updated copyright > -Moved ath12k_ftm_check in ath12k_core_hw_group_set_mlo_capable() > v6: > -Rebased on ToT > -Updated copyright > -Added patch[5/5] > 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 | 80 ++-- > drivers/net/wireless/ath/ath12k/Makefile | 1 + > drivers/net/wireless/ath/ath12k/core.c | 28 +- > drivers/net/wireless/ath/ath12k/core.h | 11 + > drivers/net/wireless/ath/ath12k/debug.h | 3 +- > drivers/net/wireless/ath/ath12k/dp.c | 5 +- > drivers/net/wireless/ath/ath12k/mac.c | 15 +- > drivers/net/wireless/ath/ath12k/pci.c | 3 +- > drivers/net/wireless/ath/ath12k/testmode.c | 395 ++++++++++++++++++ > drivers/net/wireless/ath/ath12k/testmode.h | 40 ++ > drivers/net/wireless/ath/ath12k/wmi.c | 41 +- > drivers/net/wireless/ath/ath12k/wmi.h | 23 +- > drivers/net/wireless/ath/ath12k/wow.c | 3 +- > .../wireless/ath/{ath11k => }/testmode_i.h | 54 +-- > 14 files changed, 620 insertions(+), 82 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: 0f5fcb566e7e6c1154540280d334fc71f7cbeb63
On Sun, 19 Jan 2025 14:06:53 +0530, 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. > > [...] Applied, thanks! [1/4] wifi: ath: create common testmode_i.h file for ath drivers commit: 6fabed4052176a18da9519fc14a18897ed4f820d [2/4] wifi: ath12k: export ath12k_wmi_tlv_hdr for testmode commit: 786d5258faba099779fe0d14d344893f9215d6be [3/4] wifi: ath12k: add factory test mode support commit: 3bc374cbc49ec39891381d2e25d81a6f74fa3364 [4/4] wifi: ath12k: Disable MLO in Factory Test Mode commit: a93185b708f259ace63414b8529e9e15c6323b69 Best regards,