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
This commit is contained in:
sheenam monga
2021-06-23 23:22:43 +05:30
committed by Madan Koyyalamudi
parent 8a78eac3b2
commit b8483edd35
2 changed files with 7 additions and 0 deletions

View File

@@ -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
}
/**