diff --git a/drivers/net/wireless/qcacld-2.0/CORE/MAC/src/pe/lim/limTimerUtils.c b/drivers/net/wireless/qcacld-2.0/CORE/MAC/src/pe/lim/limTimerUtils.c index ee516252308f..17c16d12942e 100644 --- a/drivers/net/wireless/qcacld-2.0/CORE/MAC/src/pe/lim/limTimerUtils.c +++ b/drivers/net/wireless/qcacld-2.0/CORE/MAC/src/pe/lim/limTimerUtils.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2016 The Linux Foundation. All rights reserved. + * Copyright (c) 2011-2016, 2019-2020 The Linux Foundation. All rights reserved. * * Previously licensed under the ISC license by Qualcomm Atheros, Inc. * @@ -600,6 +600,8 @@ limCreateTimers(tpAniSirGlobal pMac) limLog(pMac, LOGP, FL("AllocateMemory failed!")); goto err_timer; } + vos_mem_zero(pMac->lim.gLimPreAuthTimerTable.pTable[i], + sizeof(tLimPreAuthNode)); } limInitPreAuthTimerTable(pMac, &pMac->lim.gLimPreAuthTimerTable);