public inbox for ath12k@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 0/2] wifi: ath12k: Enable QMI MLO helper function on QCN9274
@ 2024-01-13  0:16 Karthikeyan Periyasamy
  2024-01-13  0:16 ` [PATCH 1/2] wifi: ath12k: Refactor QMI MLO host capability helper function Karthikeyan Periyasamy
  2024-01-13  0:16 ` [PATCH 2/2] wifi: ath12k: Add QMI PHY capability learn support Karthikeyan Periyasamy
  0 siblings, 2 replies; 7+ messages in thread
From: Karthikeyan Periyasamy @ 2024-01-13  0:16 UTC (permalink / raw)
  To: ath12k; +Cc: linux-wireless, Karthikeyan Periyasamy

Currently, the MLO parameter is not enabled in the QMI host capability
message for the QCN9274 platform due to hardware specific constraints.
To address this, refactor the ath12k_host_cap_parse_mlo() function and
introduce a new QMI PHY message to allow for enabling the MLO parameter
in the QMI host capability request message.

Karthikeyan Periyasamy (2):
  wifi: ath12k: Refactor QMI MLO host capability helper function
  wifi: ath12k: Add QMI PHY capability learn support

 drivers/net/wireless/ath/ath12k/core.c |   1 +
 drivers/net/wireless/ath/ath12k/hw.c   |   9 ++
 drivers/net/wireless/ath/ath12k/hw.h   |   3 +
 drivers/net/wireless/ath/ath12k/qmi.c  | 154 +++++++++++++++++++++++--
 drivers/net/wireless/ath/ath12k/qmi.h  |  17 +++
 5 files changed, 174 insertions(+), 10 deletions(-)


base-commit: dc1702f7b1340dd741bca1005ab52a2c92cc6c84
-- 
2.34.1



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

end of thread, other threads:[~2024-01-17  8:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-13  0:16 [PATCH 0/2] wifi: ath12k: Enable QMI MLO helper function on QCN9274 Karthikeyan Periyasamy
2024-01-13  0:16 ` [PATCH 1/2] wifi: ath12k: Refactor QMI MLO host capability helper function Karthikeyan Periyasamy
2024-01-13  2:06   ` Jeff Johnson
2024-01-17  8:37   ` Kalle Valo
2024-01-13  0:16 ` [PATCH 2/2] wifi: ath12k: Add QMI PHY capability learn support Karthikeyan Periyasamy
2024-01-13  2:06   ` Jeff Johnson
2024-01-17  8:36   ` Kalle Valo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox