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
@@ -2416,24 +2416,24 @@ static void dp_hw_link_desc_pool_cleanup(struct dp_soc *soc)
|
||||
|
||||
#ifdef IPA_OFFLOAD
|
||||
#define REO_DST_RING_SIZE_QCA6290 1023
|
||||
#ifndef QCA_WIFI_QCA8074_VP
|
||||
#ifndef CONFIG_WIFI_EMULATION_WIFI_3_0
|
||||
#define REO_DST_RING_SIZE_QCA8074 1023
|
||||
#define REO_DST_RING_SIZE_QCN9000 2048
|
||||
#else
|
||||
#define REO_DST_RING_SIZE_QCA8074 8
|
||||
#define REO_DST_RING_SIZE_QCN9000 8
|
||||
#endif /* QCA_WIFI_QCA8074_VP */
|
||||
#endif /* CONFIG_WIFI_EMULATION_WIFI_3_0 */
|
||||
|
||||
#else
|
||||
|
||||
#define REO_DST_RING_SIZE_QCA6290 1024
|
||||
#ifndef QCA_WIFI_QCA8074_VP
|
||||
#ifndef CONFIG_WIFI_EMULATION_WIFI_3_0
|
||||
#define REO_DST_RING_SIZE_QCA8074 2048
|
||||
#define REO_DST_RING_SIZE_QCN9000 2048
|
||||
#else
|
||||
#define REO_DST_RING_SIZE_QCA8074 8
|
||||
#define REO_DST_RING_SIZE_QCN9000 8
|
||||
#endif /* QCA_WIFI_QCA8074_VP */
|
||||
#endif /* CONFIG_WIFI_EMULATION_WIFI_3_0 */
|
||||
#endif /* IPA_OFFLOAD */
|
||||
|
||||
#ifndef FEATURE_WDS
|
||||
|
Reference in New Issue
Block a user