wifi: ath11k: add WMI_TLV_SERVICE_EXT_TPC_REG_SUPPORT service bit
authorWen Gong <quic_wgong@quicinc.com>
Thu, 11 Jan 2024 13:56:58 +0000 (15:56 +0200)
committerKalle Valo <quic_kvalo@quicinc.com>
Sun, 14 Jan 2024 14:59:10 +0000 (16:59 +0200)
Firmware advertises support for SERVICE_EXT_TPC_REG via a WMI service bit.
Add the definition of this service bit so that a subsequent patch can
check whether or not firmware supports this service.

Tested-on: WCN6855 hw2.0 PCI WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.23

Signed-off-by: Wen Gong <quic_wgong@quicinc.com>
Acked-by: Jeff Johnson <quic_jjohnson@quicinc.com>
Signed-off-by: Baochen Qiang <quic_bqiang@quicinc.com>
Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>
Link: https://msgid.link/20231218085844.2658-11-quic_bqiang@quicinc.com
drivers/net/wireless/ath/ath11k/wmi.h

index 7f6287f22cf5681b267b4c657ce905c14d39f82f..9ed802194a5b9309f8e4e06d352d0b1b4e389666 100644 (file)
@@ -2114,6 +2114,7 @@ enum wmi_tlv_service {
        /* The second 128 bits */
        WMI_MAX_EXT_SERVICE = 256,
        WMI_TLV_SERVICE_SCAN_CONFIG_PER_CHANNEL = 265,
+       WMI_TLV_SERVICE_EXT_TPC_REG_SUPPORT = 280,
        WMI_TLV_SERVICE_REG_CC_EXT_EVENT_SUPPORT = 281,
        WMI_TLV_SERVICE_BIOS_SAR_SUPPORT = 326,
        WMI_TLV_SERVICE_SUPPORT_11D_FOR_HOST_SCAN = 357,