Pārlūkot izejas kodu

qcacld-3.0: Suppress verbose WMA debug printing

The eGAP status update event handler is exhibiting a too verbose
debug printing.

Supress the eGAP status update by increasing the debug level.

Change-Id: I85e290abfe03d488ab770a3a403871d984ee8df9
CRs-Fixed: 2161713
wadesong 7 gadi atpakaļ
vecāks
revīzija
f13dbd60e9
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      core/wma/src/wma_features.c

+ 1 - 1
core/wma/src/wma_features.c

@@ -1082,7 +1082,7 @@ static int wma_egap_info_status_event(void *handle, u_int8_t *event,
 	buf_ptr = (uint8_t *)egap_info_event;
 	buf_ptr += sizeof(wmi_ap_ps_egap_info_event_fixed_param);
 	chainmask_event = (wmi_ap_ps_egap_info_chainmask_list *)buf_ptr;
-	WMA_LOGI("mac_id: %d, status: %d, tx_mask: %x, rx_mask: %d",
+	WMA_LOGD("mac_id: %d, status: %d, tx_mask: %x, rx_mask: %d",
 		 chainmask_event->mac_id,
 		 egap_info_event->status,
 		 chainmask_event->tx_chainmask,