From 4adb711f903c15c90fa2d2139da3ca9d3a7cd531 Mon Sep 17 00:00:00 2001 From: Mainak Sen Date: Fri, 22 Nov 2019 13:22:07 +0530 Subject: [PATCH] qca-wifi: Increase MEC ASE aging timeout to 5 sec Increase Multicast echo check aging timer to 5 sec from 1 sec to avoid MEC check fail and bridge fdb contamination CR fixed:2566432 Change-Id: Ie80d11a9e8b48fb4fe7456355773613b0eb4ba4f --- dp/wifi3.0/dp_txrx_wds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dp/wifi3.0/dp_txrx_wds.c b/dp/wifi3.0/dp_txrx_wds.c index 05ecca265b..6d1b92d2f2 100644 --- a/dp/wifi3.0/dp_txrx_wds.c +++ b/dp/wifi3.0/dp_txrx_wds.c @@ -27,7 +27,7 @@ #include "dp_txrx_wds.h" /* Generic AST entry aging timer value */ -#define DP_AST_AGING_TIMER_DEFAULT_MS 1000 +#define DP_AST_AGING_TIMER_DEFAULT_MS 5000 #define DP_VLAN_UNTAGGED 0 #define DP_VLAN_TAGGED_MULTICAST 1 #define DP_VLAN_TAGGED_UNICAST 2