qcacmn: Add P2P_P2P_CONCURRENCY_SUPPORT wmi service support
Add P2P_P2P_CONCURRENCY_SUPPORT service capablity to validate whether fw can support p2p concurrency support or not. when firmware advertises this flag it can support MCC,SCC, DBS for p2p-GO/GC + p2p-GO/GC. Change-Id: Ifec4bf984595b06374be9024601733c8537a9c3e CRs-Fixed: 2984165
Tento commit je obsažen v:

odevzdal
Madan Koyyalamudi

rodič
8a78eac3b2
revize
b8483edd35
@@ -5275,6 +5275,9 @@ typedef enum {
|
||||
wmi_service_rtt_ap_initiator_staggered_mode_supported,
|
||||
wmi_service_rtt_ap_initiator_bursted_mode_supported,
|
||||
wmi_service_aoa_for_rcc_supported,
|
||||
#ifdef WLAN_FEATURE_P2P_P2P_STA
|
||||
wmi_service_p2p_p2p_cc_support,
|
||||
#endif
|
||||
wmi_services_max,
|
||||
} wmi_conv_service_ids;
|
||||
#define WMI_SERVICE_UNAVAILABLE 0xFFFF
|
||||
|
@@ -16502,6 +16502,10 @@ static void populate_tlv_service(uint32_t *wmi_service)
|
||||
wmi_service[wmi_service_aoa_for_rcc_supported] =
|
||||
WMI_SERVICE_AOA_FOR_RCC_SUPPORTED;
|
||||
#endif
|
||||
#ifdef WLAN_FEATURE_P2P_P2P_STA
|
||||
wmi_service[wmi_service_p2p_p2p_cc_support] =
|
||||
WMI_SERVICE_P2P_P2P_CONCURRENCY_SUPPORT;
|
||||
#endif
|
||||
}
|
||||
|
||||
/**
|
||||
|
Odkázat v novém úkolu
Zablokovat Uživatele