qcacmn: Appropriate WDS and MEC entry has been made
Ageout MEC entry after two minutes of inactivity and changes included to modify existing WDS entry of a peer to MEC on promption Change-Id: I0ad89671a053250413cbadad2d495f5abff89ac2 CRs-Fixed: 2316368
This commit is contained in:

committed by
nshrivas

parent
edd12697e4
commit
4af5584f53
@@ -1987,7 +1987,9 @@ static void dp_wds_aging_timer_fn(void *soc_hdl)
|
||||
* Do not expire static ast entries
|
||||
* and HM WDS entries
|
||||
*/
|
||||
if (ase->type != CDP_TXRX_AST_TYPE_WDS)
|
||||
if (ase->type !=
|
||||
CDP_TXRX_AST_TYPE_WDS &&
|
||||
ase->type != CDP_TXRX_AST_TYPE_MEC)
|
||||
continue;
|
||||
|
||||
if (ase->is_active) {
|
||||
|
Reference in New Issue
Block a user