Browse Source

qcacld-3.0: Fix logging in auth frame reception

Fix the log spamming in lim_process_auth_frame_no_session

Change-Id: Ibbe9b2482b064f3814cb5a664792177b112557f0
CRs-Fixed: 2051360
Varun Reddy Yeturu 8 years ago
parent
commit
aa5a80c5d3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/mac/src/pe/lim/lim_process_auth_frame.c

+ 1 - 1
core/mac/src/pe/lim/lim_process_auth_frame.c

@@ -1399,7 +1399,7 @@ tSirRetStatus lim_process_auth_frame_no_session(tpAniSirGlobal pMac, uint8_t *pB
 	}
 
 	if (psessionEntry == NULL) {
-		pe_err("Error: Unable to find session id while in pre-auth phase for FT");
+		pe_debug("cannot find session id in FT pre-auth phase");
 		return eSIR_FAILURE;
 	}