Merge "qcacmn: Replace 8074_VP with WIFI_EMULATION_3_0"

This commit is contained in:
Linux Build Service Account
2020-01-31 05:37:09 -08:00
committed by Gerrit - the friendly Code Review server
6 changed files with 7 additions and 10 deletions

View File

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