All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] ath11k: factory test mode support
@ 2023-02-13 13:08 ` Raj Kumar Bhagat
  0 siblings, 0 replies; 24+ messages in thread
From: Raj Kumar Bhagat @ 2023-02-13 13:08 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 (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
-- 
2.17.1


-- 
ath11k mailing list
ath11k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath11k

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

end of thread, other threads:[~2023-05-12  9:05 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-13 13:08 [PATCH 0/2] ath11k: factory test mode support Raj Kumar Bhagat
2023-02-13 13:08 ` Raj Kumar Bhagat
2023-02-13 13:08 ` [PATCH 1/2] wifi: " Raj Kumar Bhagat
2023-02-13 13:08   ` Raj Kumar Bhagat
2023-02-27 13:03   ` Kalle Valo
2023-02-27 13:03     ` Kalle Valo
2023-03-13  9:53   ` Kalle Valo
2023-03-13  9:53     ` Kalle Valo
2023-04-20  9:54     ` Raj Kumar Bhagat
2023-04-20  9:54       ` Raj Kumar Bhagat
2023-03-13 12:17   ` Kalle Valo
2023-03-13 12:17     ` Kalle Valo
2023-04-20 10:02     ` Raj Kumar Bhagat
2023-04-20 10:02       ` Raj Kumar Bhagat
2023-02-13 13:08 ` [PATCH 2/2] wifi: ath11k: Allow ath11k to boot without caldata in ftm mode Raj Kumar Bhagat
2023-02-13 13:08   ` Raj Kumar Bhagat
2023-02-16 14:56 ` [PATCH 0/2] ath11k: factory test mode support Vasanthakumar Thiagarajan
2023-02-16 14:56   ` Vasanthakumar Thiagarajan
2023-03-13 12:21 ` Kalle Valo
2023-03-13 12:21   ` Kalle Valo
2023-03-28  4:46   ` Raj Kumar Bhagat
2023-03-28  4:46     ` Raj Kumar Bhagat
2023-05-12  9:05     ` Kalle Valo
2023-05-12  9:05       ` Kalle Valo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.