qcacmn: Replace 8074_VP with WIFI_EMULATION_3_0
Replace QCA_WIFI_QCA8074_VP with CONFIG_WIFI_EMULATION_WIFI_3_0 since VP platform is not being used anymore. Most of the parameters present inside QCA_WIFI_QCA8074_VP are related to emulation timeouts. Hence replacing it with a more meaningful flag. Change-Id: I22a0e5803e765333947f1613b376dcc6bd25b5af
This commit is contained in:

committed by
nshrivas

szülő
b59458c284
commit
b7c18849ae
@@ -1801,7 +1801,7 @@ static void dp_reo_desc_free(struct dp_soc *soc, void *cb_ctxt,
|
||||
qdf_mem_free(freedesc);
|
||||
}
|
||||
|
||||
#if defined(QCA_WIFI_QCA8074_VP) && defined(BUILD_X86)
|
||||
#if defined(CONFIG_WIFI_EMULATION_WIFI_3_0) && defined(BUILD_X86)
|
||||
/* Hawkeye emulation requires bus address to be >= 0x50000000 */
|
||||
static inline int dp_reo_desc_addr_chk(qdf_dma_addr_t dma_addr)
|
||||
{
|
||||
|
Reference in New Issue
Block a user