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