Преглед на файлове

qcacmn: Remove invalid log from cp stats

While processing stats event there is an invalid debug
log which is always getting printed and resulting in
confusing loging.
Remove this invalid log from the stats event handling.

Change-Id: I5c60bf73b6b01afce82ebf93e19254f6e302042f
CRs-Fixed: 2493076
Ashish Kumar Dhanotiya преди 5 години
родител
ревизия
c3001e4291
променени са 1 файла, в които са добавени 0 реда и са изтрити 2 реда
  1. 0 2
      umac/cp_stats/dispatcher/src/wlan_cp_stats_mc_tgt_api.c

+ 0 - 2
umac/cp_stats/dispatcher/src/wlan_cp_stats_mc_tgt_api.c

@@ -858,8 +858,6 @@ QDF_STATUS tgt_mc_cp_stats_process_stats_event(struct wlan_objmgr_psoc *psoc,
 	if (ucfg_mc_cp_stats_is_req_pending(psoc, TYPE_STATION_STATS))
 		tgt_mc_cp_stats_extract_station_stats(psoc, ev);
 
-	else
-		cp_stats_debug("No pending request");
 	tgt_mc_cp_stats_extract_cca_stats(psoc, ev);
 
 	return QDF_STATUS_SUCCESS;