Jelajahi Sumber

qcacmn: Reduce log level to debug for tdls

Reduce the log level for tdls related logs from info to debug.

Change-Id: I0de4d0b4ae78a5b1c72c975d4d928cee7c21970f
CRs-Fixed: 2252980
Tushnim Bhattacharyya 6 tahun lalu
induk
melakukan
0dd6eb531b
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      umac/tdls/core/src/wlan_tdls_main.c

+ 1 - 1
umac/tdls/core/src/wlan_tdls_main.c

@@ -1338,7 +1338,7 @@ void tdls_scan_done_callback(struct tdls_soc_priv_obj *tdls_soc)
 	if (TDLS_SUPPORT_IMP_MODE == tdls_soc->tdls_last_mode ||
 	    TDLS_SUPPORT_EXT_CONTROL == tdls_soc->tdls_last_mode ||
 	    TDLS_SUPPORT_EXP_TRIG_ONLY == tdls_soc->tdls_last_mode) {
-		tdls_notice("revert tdls mode %d",
+		tdls_debug("revert tdls mode %d",
 			   tdls_soc->tdls_last_mode);
 
 		tdls_set_current_mode(tdls_soc, tdls_soc->tdls_last_mode,