mbox series

[0/2] wifi: ath12k: Enable QMI MLO helper function on QCN9274

Message ID 20240113001659.1022465-1-quic_periyasa@quicinc.com
Headers show
Series wifi: ath12k: Enable QMI MLO helper function on QCN9274 | expand

Message

Karthikeyan Periyasamy Jan. 13, 2024, 12:16 a.m. UTC
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

Comments

Jeff Johnson Jan. 13, 2024, 2:06 a.m. UTC | #1
On 1/12/2024 4:16 PM, Karthikeyan Periyasamy wrote:
> Currently, QMI MLO host capability parameters are specific to the WCN7850
> platform. To make use of this helper function across all the platforms,
> move the platform specific MLO capability parameter to the HW param
> configuration.
> 
> Tested-on: QCN9274 hw2.0 PCI WLAN.WBE.1.0.1-00029-QCAHKSWPL_SILICONZ-1
> Tested-on: WCN7850 hw2.0 PCI WLAN.HMT.1.0.c5-00481-QCAHMTSWPL_V1.0_V2.0_SILICONZ-3
> 
> Signed-off-by: Karthikeyan Periyasamy <quic_periyasa@quicinc.com>
Acked-by: Jeff Johnson <quic_jjohnson@quicinc.com>