diff options
| author | Edhar, Mahesh Kumar <c_medhar@qti.qualcomm.com> | 2015-01-13 18:51:39 +0530 |
|---|---|---|
| committer | Akash Patel <c_akashp@qca.qualcomm.com> | 2015-01-19 12:36:56 -0800 |
| commit | 3c19af40e171089f6b08523606c1a9976a07f307 (patch) | |
| tree | cef30087a1f4dca793112da398765af0cc843fbd | |
| parent | b8c53cc1f5b0bd09ab49a9b17e56940a62bba51c (diff) | |
qcacld: Reduce the log level of the debug print.
By defining WLAN_FEATURE_MBSSID feature we check for PE session
for every beacon that we receive during scan on all the
session id's with in maximum bssid range, This is resulting frequent
logging of session not active debug print.
Changes are made to address the same.
Change-Id: I3aacc33babfcabbda06c2701da62b46577ba1b2f
CRs-fixed: 780936
| -rw-r--r-- | CORE/MAC/src/pe/lim/limSession.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CORE/MAC/src/pe/lim/limSession.c b/CORE/MAC/src/pe/lim/limSession.c index ca64c730c42b..c8e9ae631110 100644 --- a/CORE/MAC/src/pe/lim/limSession.c +++ b/CORE/MAC/src/pe/lim/limSession.c @@ -525,7 +525,6 @@ tpPESession pe_find_session_by_sme_session_id(tpAniSirGlobal mac_ctx, { return(&pMac->lim.gpSession[sessionId]); } - limLog(pMac, LOG1, FL("Session %d not active\n "), sessionId); return(NULL); } |
