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
Cette révision appartient à :
Tushnim Bhattacharyya
2018-06-01 15:16:53 -07:00
révisé par nshrivas
Parent 65059eb837
révision 618adb809f

Voir le fichier

@@ -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,