Browse Source

qcacld-3.0: Correct log level

qcacld-2.0 to qcacld-3.0 propagation

Correct log level to avoid excessive logging in
wlan_hdd_tdls_exit()

Change-Id: Idfde282fe5167c245a3193466db05d73550a7bb4
CRs-Fixed: 637990
Agrawal Ashish 9 years ago
parent
commit
81f3cd479b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/hdd/src/wlan_hdd_tdls.c

+ 1 - 1
core/hdd/src/wlan_hdd_tdls.c

@@ -831,7 +831,7 @@ void wlan_hdd_tdls_exit(hdd_adapter_t *pAdapter)
 
 	pHddCtx = WLAN_HDD_GET_CTX(pAdapter);
 	if (!pHddCtx) {
-		QDF_TRACE(QDF_MODULE_ID_HDD, QDF_TRACE_LEVEL_ERROR,
+		QDF_TRACE(QDF_MODULE_ID_HDD, QDF_TRACE_LEVEL_WARN,
 			  FL("pHddCtx is NULL"));
 		return;
 	}