[PATCH 01/13] wifi: ath12k: Update enum wmi_direct_buffer_module
Raj Kumar Bhagat
quic_rajkbhag at quicinc.com
Mon Oct 30 15:26:48 PDT 2023
From: Rajat Soni <quic_rajson at quicinc.com>
Currently firmware is sending module id as 2 that is not supported.
This causes functional failure in driver.
Firmware added support for WMI_CONFIG_MODULE_CV_UPLOAD.
Add enum WMI_CONFIG_MODULE_CV_UPLOAD in wmi_direct_buffer_module to
resolve this issue.
Tested-on: QCN9274 hw2.0 PCI WLAN.WBE.1.1.1-00188-QCAHKSWPL_SILICONZ-1
Tested-on: QCN9274 hw2.0 PCI WLAN.WBE.1.0.1-00029-QCAHKSWPL_SILICONZ-1
Signed-off-by: Rajat Soni <quic_rajson at quicinc.com>
Signed-off-by: Raj Kumar Bhagat <quic_rajkbhag at quicinc.com>
---
drivers/net/wireless/ath/ath12k/wmi.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/net/wireless/ath/ath12k/wmi.h b/drivers/net/wireless/ath/ath12k/wmi.h
index 629373d67..8e1eda7aa 100644
--- a/drivers/net/wireless/ath/ath12k/wmi.h
+++ b/drivers/net/wireless/ath/ath12k/wmi.h
@@ -2230,6 +2230,7 @@ enum wmi_beacon_gen_mode {
enum wmi_direct_buffer_module {
WMI_DIRECT_BUF_SPECTRAL = 0,
WMI_DIRECT_BUF_CFR = 1,
+ WMI_DIRECT_BUF_CV_UPLOAD = 2,
/* keep it last */
WMI_DIRECT_BUF_MAX
--
2.17.1
More information about the ath12k
mailing list