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:
Nandha Kishore Easwaran
2019-12-24 10:36:37 +05:30
committed by nshrivas
szülő b59458c284
commit b7c18849ae
6 fájl változott, egészen pontosan 7 új sor hozzáadva és 10 régi sor törölve

Fájl megtekintése

@@ -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)
{