Merge "qcacmn: Replace 8074_VP with WIFI_EMULATION_3_0"
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

commit
9cf6099bec
@@ -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