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:

committed by
Madan Koyyalamudi

parent
8a78eac3b2
commit
b8483edd35
@@ -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
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user