Эх сурвалжийг харах

qcacmn: Modify debug log levels in P2P/TDLS/SCAN

Change debug message log level info/error/warn
to debug.

Change-Id: Ib8c5606b67ee653532489db876482b377c93e73c
CRs-Fixed: 2303185
Sandeep Puligilla 6 жил өмнө
parent
commit
3dd7412412
1 өөрчлөгдсөн 6 нэмэгдсэн , 6 устгасан
  1. 6 6
      wmi_unified_tlv.c

+ 6 - 6
wmi_unified_tlv.c

@@ -15735,13 +15735,13 @@ static QDF_STATUS send_per_roam_config_cmd_tlv(wmi_unified_t wmi_handle,
 			len, WMI_ROAM_PER_CONFIG_CMDID);
 	if (QDF_IS_STATUS_ERROR(status)) {
 		WMI_LOGE("WMI_ROAM_PER_CONFIG_CMDID failed, Error %d",
-				status);
+			 status);
 		wmi_buf_free(buf);
 		return status;
 	}
+	WMI_LOGD(FL("per roam enable=%d, vdev=%d"),
+		 req_buf->per_config.enable, req_buf->vdev_id);
 
-	WMI_LOGI(FL("per roam enable=%d, vdev=%d"),
-			req_buf->per_config.enable, req_buf->vdev_id);
 	return QDF_STATUS_SUCCESS;
 }
 
@@ -15797,9 +15797,9 @@ static QDF_STATUS send_roam_scan_offload_rssi_change_cmd_tlv(wmi_unified_t wmi_h
 		goto error;
 	}
 
-	WMI_LOGI(FL("roam_scan_rssi_change_thresh=%d, bcn_rssi_weight=%d"),
-		rssi_change_thresh, bcn_rssi_weight);
-	WMI_LOGI(FL("hirssi_delay_btw_scans=%d"), hirssi_delay_btw_scans);
+	WMI_LOGD(FL("roam_scan_rssi_change_thresh=%d, bcn_rssi_weight=%d"),
+		 rssi_change_thresh, bcn_rssi_weight);
+	WMI_LOGD(FL("hirssi_delay_btw_scans=%d"), hirssi_delay_btw_scans);
 	return QDF_STATUS_SUCCESS;
 error:
 	wmi_buf_free(buf);