|
@@ -1482,8 +1482,12 @@ static struct CE_attr host_ce_config_wlan_kiwi[] = {
|
|
|
#ifdef FEATURE_PKTLOG
|
|
|
/* target -> host PKTLOG */
|
|
|
{ /* CE5 */ CE_ATTR_FLAGS, 0, 0, 2048, 512, NULL,},
|
|
|
+#else
|
|
|
+#ifdef FEATURE_XPAN
|
|
|
+ { /* CE5 */ CE_ATTR_FLAGS, 0, 0, 256, 32, NULL,},
|
|
|
#else
|
|
|
{ /* CE5 */ CE_ATTR_FLAGS, 0, 0, 2048, 0, NULL,},
|
|
|
+#endif
|
|
|
#endif
|
|
|
/* Target autonomous HIF_memcpy */
|
|
|
{ /* CE6 */ CE_ATTR_FLAGS, 0, 0, 0, 0, NULL,},
|
|
@@ -1515,8 +1519,12 @@ static struct CE_pipe_config target_ce_config_wlan_kiwi[] = {
|
|
|
#ifdef FEATURE_PKTLOG
|
|
|
/* Target -> host PKTLOG */
|
|
|
{ /* CE5 */ 5, PIPEDIR_IN, 32, 2048, CE_ATTR_FLAGS, 0,},
|
|
|
+#else
|
|
|
+#ifdef FEATURE_XPAN
|
|
|
+ { /* CE5 */ 5, PIPEDIR_IN, 16, 256, CE_ATTR_FLAGS, 0,},
|
|
|
#else
|
|
|
{ /* CE5 */ 5, PIPEDIR_IN, 0, 2048, CE_ATTR_FLAGS, 0,},
|
|
|
+#endif
|
|
|
#endif
|
|
|
|
|
|
/* Reserved for target autonomous HIF_memcpy */
|