summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSrinivas Girigowda <sgirigow@qca.qualcomm.com>2014-01-21 13:11:59 -0800
committerPrakash Dhavali <pdhavali@qca.qualcomm.com>2014-01-26 21:37:02 -0800
commit631295212558656d3a6fc26bce33e44f8bdc0880 (patch)
tree55a7a0b865b2f4ee31d87c0ad345b23acaddc09b
parent3267a430bc7a5f21500dad6974a93e0ec97be066 (diff)
qcacld: PE: 11r roaming logs cleanup
The logs which are improperly categorized as error are adding delay during 11r roaming which is causing roaming faiure. This fix is to mark these logs appropriately. Change-Id: Ic32605f1a08cd277111f383b85ca02319a111a72 CRs-Fixed: 602044
-rw-r--r--CORE/MAC/src/pe/lim/limSendManagementFrames.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/CORE/MAC/src/pe/lim/limSendManagementFrames.c b/CORE/MAC/src/pe/lim/limSendManagementFrames.c
index 303e2353b6a6..9fbf05bc4065 100644
--- a/CORE/MAC/src/pe/lim/limSendManagementFrames.c
+++ b/CORE/MAC/src/pe/lim/limSendManagementFrames.c
@@ -3390,8 +3390,8 @@ limSendAuthMgmtFrame(tpAniSirGlobal pMac,
if (pMac->ft.ftPEContext.pFTPreAuthReq->ft_ies_length)
{
#if defined WLAN_FEATURE_VOWIFI_11R_DEBUG
- PELOGE(limLog(pMac, LOGE, FL("Auth1 Frame FTIE is: "));
- sirDumpBuf(pMac, SIR_LIM_MODULE_ID, LOGE,
+ PELOG2(limLog(pMac, LOG2, FL("Auth1 Frame FTIE is: "));
+ sirDumpBuf(pMac, SIR_LIM_MODULE_ID, LOG2,
(tANI_U8 *)pBody,
(pMac->ft.ftPEContext.pFTPreAuthReq->ft_ies_length));)
#endif