Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 96259d24 authored by CNSS_WLAN Service's avatar CNSS_WLAN Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "wlan: Added memset for gLimPreAuthTimerTable.pTable" into wlan-driver.lnx.1.0

parents b0c1613c 9447d37b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -587,7 +587,8 @@ limCreateTimers(tpAniSirGlobal pMac)
        limLog(pMac, LOGP, FL("AllocateMemory failed!"));
        goto err_timer;
    }

    memset(pMac->lim.gLimPreAuthTimerTable.pTable,
               0, cfgValue*sizeof(tLimPreAuthNode));
    limInitPreAuthTimerTable(pMac, &pMac->lim.gLimPreAuthTimerTable);
    PELOG1(limLog(pMac, LOG1, FL("alloc and init table for preAuth timers"));)